.iconshoucang-hover:before {
  content: "\e840" !important;
}

.wall-downLoad .video-download .active .iconshoucang-hover:before {
  content: "\e845" !important;
}

.audio-box {
  width: 900px;
  float: left;
}

.audio-right {
  width: 266px;
  background: #ffffff;
  padding: 20px;
  float: right;
}

.audio-box-title {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  margin-bottom: 15px;
}

.audio-box_xinxi {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  height: 24px;
  margin-bottom: 20px;
}

.audio-box_xinxi > div {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
}

.audio-box_xinxi > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audio-box_xinxi span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-left: 20px;
}

.audio-box_list {
  height: 24px;
  margin-bottom: 20px;
}

.audio-box_list span {
  max-width: 70px;
  display: inline-block;
  padding: 0 4px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.audio-box_list span:nth-child(3n-2) {
  color: #0060d1;
  border: 1px solid #0060d1;
}

.audio-box_list span:nth-child(3n-1) {
  color: #ca2484;
  border: 1px solid #ca2484;
}

.audio-box_list span:nth-child(3n) {
  color: #62719a;
  border: 1px solid #62719a;
}

.audio-box_list span:nth-child(3n-2) a {
  color: #0060d1;
}

.audio-box_list span:nth-child(3n-1) a {
  color: #ca2484;
}

.audio-box_list span:nth-child(3n) a {
  color: #62719a;
}

.audio-box_list span + span {
  margin-left: 10px;
}

.wenti {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fe5201;
  line-height: 34px;
  width: 300px;
  height: 34px;
  background: rgba(254, 82, 1, 0.08);
  border-radius: 40px;
}

.right-top {
  overflow: hidden;
  /* border-bottom: 1px solid #dddddd; */
  padding-bottom: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.right-top_title {
  width: 226px;
  height: 54px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 27px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* float: left; */
}

.right-top_icon {
  float: right;
}

.collect {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 50%;
  background-clip: border-box;
  
}

.right-main-title i {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #09a6fd;
}

.right-main-title span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  width: 40px;
  height: 20px;
  vertical-align: top;
  background: linear-gradient(180deg, #09abfd 0%, #0b9cfe 100%);
  text-align: center;
  margin-top: 6px;
}

.right-main-p {
  width: 224px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}

.audiojs {
  width: 1200px;
  height: 63px;
  top: 0;
  border-radius: 35px;
}

.audiojs .scrubber {
  width: 996px;
  height: 16px;
  margin-top: 24px;
  background: #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 18px;
  overflow: visible;
}

.audiojs .time {
  border: none;
  line-height: 63px;
  font-size: 16px;
  padding: 0;
  letter-spacing: 1px;
  text-shadow: none;
  color: #666;
  height: 63px;
  font-weight: 400;
}

.audiojs .play-pause {
  border: none;
  padding: 0;
  width: 43px;
  height: 60px;
  margin-right: 0;
  margin-left: 10px;
}

.audiojs .play {
  background: url(../../vendors/images/search/play.png) no-repeat center 0px;
  background-size: 100%;
}

.audiojs .play,
.audiojs.playing .pause {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}

.audiojs .progress {
  height: 16px;
  background: #0b97fe;
  position: relative;
  border-radius: 8px;
}

.audiojs.playing .pause {
  background-size: 100%;
}

.audiojs.playing .pause {
  background: url("../../vendors/images/search/pause.png") no-repeat 0px 0px;
  background-size: 100%;
}
.audiojs .loaded {
  height: 16px;
  border-radius: 8px;
  background: #b8b5b5;
}
.audiojs .progress::after {
  position: absolute;
  content: "";
  right: -12px;
  top: -4px;
  border: 6px solid #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background: #0b97fe;
  pointer-events: none;
}

.audio-detail-download{
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  height: 70px;
}
