.audio_page {
  background: #434648;
  /*margin: 0px 0 -38px 0;*/
}
.cur_place {
  margin: 26px 0;
  margin-top: 76px;
}
.audio_box {
  margin-bottom: 30px;
  margin-top: 70px;
}
.audio_box_left {
  float: left;
  width: 340px;
  height: 540px;
  background: #1f1f1f;
  border-radius: 0px 0px 0px 8px;
  position: relative;
}
.audio_box_right {
  float: left;
  width: 940px;
  height: 540px;
  background: #2e2f30;
  border-radius: 0px 8px 8px 0px;
}
.audio_indexpic_bg {
  width: 155px;
  height: 155px;
  background: url(../images/audio_bg.png?v=20220606105514) no-repeat;
  background-size: 100%;
  margin: 40px 86px;
  position: relative;
}
.audio_play_pole {
  position: absolute;
  width: 68px;
  height: 62px;
  background: url(../images/pole.png?v=20220606105514);
  background-size: 100%;
  z-index: 9;
  top: 10px;
  left: 10px;
}
.audio_indexpic {
  position: absolute;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  top: 9%;
  left: 8%;
}
.audio_indexpic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.audio_animate {
  -webkit-transform: rotate(360deg);
  animation: rotation 5s linear infinite;
  -moz-animation: rotation 5s linear infinite;
  -webkit-animation: rotation 5s linear infinite;
  -o-animation: rotation 5s linear infinite;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.audio_title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.audio_name {
  opacity: 0.6;
  font-size: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 18px;
}
.audio_play {
  margin: 0px 40px 0 40px;
}
/* 调整音频js样式 */
.audiojs {
  width: 100%;
  border-radius: 0;
  background: #1f1f1f;
  position: relative;
  box-shadow: none;
  height: 100px;
}
.audiojs .scrubber {
  width: 100%;
  border-top: none;
  background: #999;
  height: 2px;
  margin: 0;
  display: none;
}
.audiojs .play-pause {
  width: 30px;
  padding: 0;
  position: absolute;
  top: 36px;
  left: 64px;
  border: none !important;
}
.audiojs .time {
  border-left: none;
  margin: 0;
  display: none;
}
.audiojs .time,
.audiojs .time em {
  color: #1f1f1f;
  text-shadow: none;
  font-size: 10px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
}
.audiojs .progress {
  background: #be2618;
}
.audiojs .loaded {
  background: #ccc;
}
.play {
  background: url(../images/play_1.png?v=20220606105514) no-repeat center;
  background-size: 28px 28px;
  width: 100%;
  height: 28px;
  margin-top: 36px;
}
.pause {
  background: url(../images/pause.png?v=20220606105514) no-repeat center;
  background-size: 28px 28px;
  width: 100%;
  height: 28px;
  margin-top: 36px;
}
.hidden {
  display: none;
}
.audiojs .time {
  padding: 0px 6px 0px 0px;
}
.audiojs .loaded {
  background: #3c3c3c;
}
.audiojs p {
  width: 28px;
}
.audiojs .time strong {
  padding-left: 80px;
}
.audiojs .time .played,
.audiojs .time .duration {
  color: #fff;
}

.audio_icon {
  width: 16px;
  height: 12px;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
}
.pre_audio {
  float: left;
  background: url(../images/pre.png?v=20220606105514);
  background-size: 16px 12px;
  left: 20px;
}
.pre_audio:hover {
  background: url(../images/pre_hover.png?v=20220606105514);
  opacity: 1;
}
.next_audio {
  float: right;
  background: url(../images/next.png?v=20220606105514);
  background-size: 16px 12px;
  right: 20px;
}
.next_audio:hover {
  background: url(../images/next_hover.png?v=20220606105514);
  opacity: 1;
}
.audio_icons {
  margin-top: -36px;
  position: relative;
}
.share_box {
  margin-top: 100px;
}
.shares {
  margin-left: 24px;
}
.shares p {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  margin-right: 5px;
}
.shares span {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  cursor: pointer;
  margin-left: 10px;
}
.share_wx {
  background: url(../images/weixin.png?v=20220606105514) no-repeat;
}
.share_wx:hover {
  background: url(../images/weixin-hover.png?v=20220606105514) no-repeat;
}
.share_wb {
  background: url(../images/weibo.png?v=20220606105514) no-repeat;
}
.share_wb:hover {
  background: url(../images/weibo-hover.png?v=20220606105514) no-repeat;
}
.share_qq {
  background: url(../images/QQ.png?v=20220606105514) no-repeat;
}
.share_qq:hover {
  background: url(../images/QQ-hover.png?v=20220606105514) no-repeat;
}
.share_wb:hover {
  background: url(../images/weibo-hover.png?v=20220606105514) no-repeat;
}
.share_zone {
  background: url(../images/zone.png?v=20220606105514) no-repeat;
}
.share_zone:hover {
  background: url(../images/zone-hover.png?v=20220606105514) no-repeat;
}

.tabtime {
  height: 63px;
  border-radius: 0px 8px 0px 0px;
}
.tabtime li {
  text-align: center;
  float: left;
  width: 134px;
  height: 64px;
  background: #1f1f1f;
  box-sizing: border-box;
  padding-top: 10px;
}
.tabtime li p:nth-child(1) {
  color: #999999;
  font-size: 12px;
}
.tabtime li p:nth-child(2) {
  color: #999999;
  font-size: 20px;
}
.channel_list_ul {
  /* display: flex; */
  /* width: 88px; */
  /* background: #333333; */
  overflow-x: auto;
  position: absolute;
  left: -104px;
  /* padding: 16px; */
}
.channel_list_ul li {
  width: 104px;
  /* padding: 13px 23px; */
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #999999;
  font-size: 14px;
  border-radius: 8px 0px 0px 8px;
  margin-bottom: 2px;
}
.channel_list_ul .lmqh {
  background: #1f1f1f;
  color: #ffffff;
}
.program_list {
  position: relative;
}
.program_list_ul {
  height: 476px;
  width: 100%;
  padding-left: 46px;
  box-sizing: border-box;
  overflow-y: auto;
}
.program_list_ul li {
  margin-bottom: 40px;
  position: relative;
}
.program_list_ul li span {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin-right: 50px;
}
.program_list_ul li span:nth-child(2) {
  width: 11px;
  height: 11px;
  background: url(../images/live_yuan.png?v=20220606105514) no-repeat;
  background-size: 11px 11px;
}
/* .program_list_ul li span:nth-child(4) {
  color: #ff4400;
} */
.program_list_ul li:first-child {
  margin-top: 41px;
}
.program_list_ul li span img {
  width: 8px;
  height: 10px;
  margin-right: 10px;
}
.living,.liveBefore{
    cursor: pointer;
}
.shuxian {
  width: 1px;
  height: 48px;
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.2) 17%,
    rgba(255, 255, 255, 0.05)
  );
  position: absolute;
  left: 93px;
  top: 15px;
}
.shuxiantop {
  width: 1px;
  height: 48px;
  /* background:linear-gradient(153deg,rgba(255,255,255,0.20) 17%, rgba(255,255,255,0.05)); */
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.2) 17%,
    rgba(255, 255, 255, 0.05)
  );
  position: absolute;
  left: 93px;
  top: -42px;
}
.shouqi {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 13px;
}
.program_list_ul .curn span:nth-child(2) {
  width: 11px;
  height: 11px;
  background: url(../images/live_yuanclick.png?v=20220606105514) no-repeat;
  background-size: 11px 11px;
}
.active {
  background: #2e2f30 !important;
  border-radius: 0px 8px 0px 0px;
}
.tabtime .active p {
  color: #ffffff !important;
}
.channel_name {
  width: 88px;
  height: 100%;
  padding: 8px 13px 8px 13px;
  background: rgba(31, 31, 31, 0.6);
  border-radius: 8px 0px 0px 8px;
  margin-left: 16px;
}
.channel_name img {
  width: 41px;
  height: 18px;
  margin-top: 8px;
}
.channel_name span {
  font-size: 14px;
  line-height: 21px;
  /* margin-top: 12px; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.program_list_ul li .state {
  display: none;
}
/* .program_list_ul .curn span {
  color: #be2618;
} */
.program_list_ul .curn .state {
  display: inline-block;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  color: #be2618;
  line-height: 21px;
  margin-right: 0px !important;
}
.text-span {
  margin-right: 0px !important;
  width: 295px;
}
.zb-name {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  color: #ffffff !important;
  line-height: 21px;
  width: 147px;
  display: inline-block;
  margin-right: 0px !important;
}
.paly-icon02 {
  width: 5px;
  height: 8px;
  background: url(../images/play.png?v=20220606105514) no-repeat;
  display: inline-block;
  background-size: 5px 8px;
  display: none !important;
  margin-right: 14.48px;
  margin-top: 6px;
}
.lmqh {
  width: 104px !important;
}
.lmqh .channel_name {
  margin-left: 0px;
  width: 104px;
}
.lmqh .paly-icon02 {
  display: block !important;
}
.channelList-ul {
}
.mask-top {
  width: 764px;
  height: 20px;
  background: url(../images/mask-bottom.png?v=20220606105514);
  background-size: 764px 20px;
  position: absolute;
  top: 0px;
  transform: rotate(180deg);
  z-index: 1;
}
.mask-bottom {
  width: 764px;
  height: 20px;
  background: url(../images/mask-bottom.png?v=20220606105514);
  background-size: 764px 20px;
  position: absolute;
  bottom: 0px;
}
.paly-name {
  width: 57px;
}
.wonderful-program {
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
}
.wonderful-program__list li img {
  width: 139px;
  height: 139px;
  border-radius: 8px;
  position: absolute;
  z-index: 3;
  filter: blur(2px);
}
.wonderful-program__list li {
  margin-right: 73.5px;
  position: relative;
  width: 139px;
  height: 247px;
}
/*.wonderful-program__list li:nth-child(5n) {*/
/*  margin-right: 0px;*/
/*}*/
.list-mask {
  width: 125px;
  height: 125px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 25px;
  z-index: 2;
}
.list-title__bg {
  width: 104px;
  height: 105px;
  background: rgb(255, 255, 255, 0.2);
  border-radius: 8px;
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 4;
}
.list-title {
  /* padding: 13px 7px 12px 8px; */
  position: absolute;
  top: 5px;
  left: 9px;
  z-index: 5;
  /* width: 89px;
  height: 80px; */
  font-size: 44px;
  font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 48px;
}
.list-box {
  margin-top: 163px;
}
.list-box div {
  margin-bottom: 16px;
}
.list-box .name {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 21px;
  vertical-align: middle;
}

.listen-icon {
  width: 14px;
  height: 14px;
  background: url(../images/listen-icon.png?v=20220606105514);
  background-size: 14px 14px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.list-box div:hover .listen-icon {
  background: url(../images/listen-hover.png?v=20220606105514);
  background-size: 14px 14px;
}
/* 评论s */

/* 评论e */
    .returnTop {
    width: 48px;
    height: 48px;
    background: url(../images/top@2x.png?v=20220606105514) center;
    background-size: 48px 48px;
    position: fixed;
    bottom: 20px;
    right: 16px;
    cursor: pointer;
}
.returnTop:hover {
    background: url(../images/top-hover@2x.png?v=20220606105514) center;
    background-size: 48px 48px;
}
