@charset "UTF-8";

@media only screen and (min-width: 992px) {
  div[data-apply="discuss-pack"] {
    width: 750px !important;
    margin: 0 auto !important;
  }

  div[data-apply="discuss-pack"] {
    width: 750px !important;
    margin: 0 auto !important;
  }

  div[data-apply="relate-subject"],
  div[data-apply="relate-recomen"],
  div[data-apply="discuss-pack"] {
    margin-top: 0.2136rem !important;
  }
}

/********************************** 项目中样式 *********************************/

body {
  background: #fff;
  padding-bottom: 2.4367rem;
}

.play-container {
  width: 100%;
  height: 17.7778rem;
  background: url("../../image/component/audio_bg.png") no-repeat;
  background-size: 100% auto;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4.5299rem;
}

.audio-bg {
  width: 10.9402rem;
  height: 7.3077rem;
  margin: auto;
  position: relative;
}

.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: 2.1367rem;
  height: 2.1367rem;
  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;
}

.progress-bar {
  position: relative;
  width: 80%;
  margin: 1.7385rem auto 0;
  height: 0.171rem;
  border-radius: 0.0855rem;
}

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

.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 .track {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  border-radius: 0.3rem;
}

.progress-bar .progress {
  position: absolute;
  background: white;
  height: 100%;
  border-radius: 0.3rem;
}

.progress-bar .slider {
  position: absolute;
  margin-left: -0.25rem;
  top: -0.22rem;
  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.5128rem;
}

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

.audio-title {
  font-size: 0.8547rem;
  line-height: 1.1965rem;
  color: #222222;
  padding: 0.7265rem 0.8547rem 0.5555rem 0.8547rem;
}

.time-source {
  font-size: 0.5rem;
  line-height: 1.5;
  color: #999;
  padding: 0 0.8547rem 0 0.8547rem;
}

.time-source span {
  display: block;
}

.source-name {
  font-size: 0.5983rem;
  line-height: 0.8547rem;
  color: #333;
}

.publish-timeStr {
  font-size: 0.5128rem;
  line-height: 0.8547rem;
  color: #999;
}

.description-audio {
  font-size: 0.6838rem;
  line-height: 1.5;
  color: #666;
  margin-top: 0.5983rem;
  padding: 0 0.8547rem 0 0.8547rem;
}

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

  .audio-bg {
    -webkit-transform: translateY(9vh);
    transform: translateY(9vh);
  }

  .progress-bar {
    -webkit-transform: translateY(9vh);
    transform: translateY(9vh);
  }
}