.audio_area {
  position: relative;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 0;
}

.audio-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.audio-time-pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8c8c8c;
  font-size: 14px;
  font-family: "Consolas", "Courier New", monospace;
}

.audio-time-pack .time_split {
  margin: 0 5px;
}

.audio-bg img {
  width: 100%;
  height: 100%;
}

.progress-bar_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.progress-bar {
  position: absolute;
  background-color: #d8d8d8;
  top: 50%;
  height: 5px;
  margin-top: -2.5px;
  left: 30px;
  right: 30px;
  cursor: pointer;
}
.progress-bar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  margin-top: -5px;
}

.progress-bar .progress {
  position: absolute;
  background-color: #f54d42;
  left: 0;
  top: 50%;
  height: 5px;
  margin-top: -2.5px;
}

.progress-bar .progress::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f54d42;
}

.progress-bar .slider {
  position: absolute;
  margin-left: -0.25rem;
  top: -0.15rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.55rem;
  background: rgb(255, 255, 255);
}

.progress-bar .time {
  position: absolute;
  top: 0.75rem;
  color: #fff;
  font-size: 0.6rem;
}

.progress-bar .time.total-time {
  right: 0;
}

.audio-title {
  font-size: 0.95rem;
  line-height: 1.45rem;
  color: #222222;
  margin: 0.375rem 0.5rem 0 0.5rem;
}

.download-fade {
  max-width: none;
}

.audio_play_area {
  float: left;
  height: 100%;
}

.playing .audio_play_area .icon_audio_default {
  display: block;
}

.audio_play_area .icon_audio_default {
  background-image: url(/image/site/icon-audio-pause.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.audio_image_preview {
  background-image: url(/image/site/icon-audio-play.png);
  height: 1px;
  opacity: 0;
}

.audio_play_area .icon_audio_playing {
  background-image: url(/image/site/icon-audio-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
}

.audio_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.audio_area .pic_audio_default {
  display: none;
  width: 18px;
}

.audio_area .tips_global {
  font-size: 14px;
  color: #8c8c8c;
}

.audio_area .audio_length {
  float: right;
  font-size: 14px;
  /*margin-top: 3px;*/
}

.audio_info_area {
  overflow: hidden;
}

.audio_area .audio_title {
  font-weight: 400;
  font-size: 17px;
  margin-top: -2px;
  margin-bottom: -3px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.audio_area .audio_source {
  font-size: 14px;
}

.playing .audio_play_area .icon_audio_default {
  display: none;
}

.playing .audio_play_area .icon_audio_playing {
  display: block;
}