@charset "UTF-8";

body {
  /* background: #fff; */
}

.play-container {
  width: 100%;
  height: 62.5vh;
  background: url("../../image/component/audio_bg.png") no-repeat;
  background-size: 100% auto;
  margin: auto;
}

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

.audio-bg .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../../image/component/video_play.png") no-repeat;
  background-size: 100% auto;
}

.playing .icon-btn {
  background: url("../../image/component/video_pause.png") no-repeat;
  background-size: 100% auto;
}

/*
 新增推动进度条
 * */

.circleBtn:atfet {
  width: 0.3rem;
  height: 0.3rem;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);*/
  background: green;
  border-radius: 100%;
}

.progress-bar {
  position: absolute;
  background-color: #d8d8d8;
  top: 50%;
  height: 0.0856rem;
  margin-top: -0.0428rem;
  width: calc(100% - 6rem);
  left: 2rem;
}

.progress-bar::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.8rem;
  margin-top: -0.4rem;
}

.progress-bar .progress {
  position: absolute;
  background-color: #f54d42;
  left: 0;
  top: 50%;
  height: 0.0856rem;
  margin-top: -0.0428rem;
}

.progress-bar .progress::after {
  content: '';
  position: absolute;
  right: -0.213rem;
  top: -0.173rem;
  width: 0.4273rem;
  height: 0.4273rem;
  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: white;
}

.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;
}

@media screen and (min-width: 1000px) {
  [data-dpr='1'] .play-container {
    max-width: 750px;
  }

  [data-dpr='1'] .audio-title {
    max-width: 750px;
    margin: 0.375rem auto 0 auto;
  }

  [data-dpr='1'] .download-fade {
    max-width: 750px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .play-container {
    height: 47.5vh;
  }
}

.article-content .audio_area *,
.audio_area * {
  padding-bottom: 0 !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*************** weixin.css ***************/

.db {
  display: block;
}

.weixinAudio {
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.extend-audio-p .audio_area {
  display: block;
  width: 100%;
  margin: 0px 1px 0px 0;
  font-size: 0;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
  border-radius: 1.1349rem;
  background-color: #f6f6f6;
}

.extend-audio-p .audio_area.have-title {
  border-radius: 0.3418rem;
}

.extend-audio-p .audio_area .audio_wrp {
  position: relative;
  overflow: hidden;
  padding: 0.641rem !important;
  height: 2.2649rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.weixinAudio .audio_area {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0px 1px 0px 0;
  font-size: 0;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.weixinAudio .audio_area .audio_wrp {
  border: 1px solid #ebebeb;
  background-color: #fcfcfc;
  overflow: hidden;
  padding: 12px 20px 12px 12px !important;
}

.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/component/icon-audio-pause.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.9829rem;
  height: 0.9829rem;
  display: block;
}

.audio_play_area .icon_audio_playing {
  background-image: url("../../image/component/icon-audio-play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.9829rem;
  height: 0.9829rem;
  display: none;
}

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

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

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

.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;
}

@-webkit-keyframes audio_playing {
  30% {
    background-position: 0px center;
  }

  31% {
    background-position: -18px center;
  }

  61% {
    background-position: -18px center;
  }

  61.5% {
    background-position: -36px center;
  }

  100% {
    background-position: -36px center;
  }
}

/********************************** 修改头部样式 *********************************/

.article-content .audio_area .audio-time-pack {
  float: right;
  font-size: 0.5128rem !important;
  line-height: 0.9829rem !important;
  color: #8c8c8c;
}

.article-content .audio_area .tips_global {
  position: static;
  top: unset;
  font-size: 0.5128rem !important;
  line-height: 0.9829rem !important;
  display: inline;
}

.article-content .audio_area .audio_length {
  margin-left: 0;
  float: none;
  font-size: 0.5128rem !important;
  line-height: 0.9829rem !important;
  display: inline;
}

.article-content .audio_area .audio-pack-title {
  color: #222 !important;
  padding: 0.641rem 0.641rem 0 0.641rem !important;
  font-size: 0.6837rem;
  line-height: 0.8547rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}