@charset "UTF-8";

/*公共部分*/
html,
body {
  overflow-x: hidden;
  max-width: 500px;
  margin: 0 auto;
}

.hide {
  display: none;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
}

.m-r-10 {
  margin-right: 0.1rem;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

/* 全局顶部样式 */
.footer-contain {
  position: fixed;
  top: 0;
  height: 0.6rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 .01rem .04rem 0 rgba(0, 0, 0, 0.05);
  color: #FFFFFF;
  z-index: 1000;
  /* background-size: contain; */
  /* display: none; */
}

.footer-contain .footer-box {
  padding: 0.14rem 0.15rem;
  align-items: center;
}

.footer-contain .footer-box .app-logo {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: .04rem;
  background: #FFFFFF;
}

.footer-box .app-logo .logo {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/wuhu-logo.png?v=20220127102039?v=20220630175647) no-repeat;
  background-size: contain;
  border-radius: .04rem;
}

.footer-contain .footer-box .app-content {
  flex: 1;
}

.footer-contain .footer-box .app-name {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.17rem;
  color: #333;
  padding-top: .01rem;
}

.footer-contain .footer-box .app-down {
  display: inline-block;
  width: 0.8rem;
  height: 0.28rem;
  line-height: 0.28rem;
  background: linear-gradient(270deg, #ff5e03, #ff5e03);
  border-radius: .14rem;
  text-align: center;
  color: #FFF;
  font-size: .14rem;
  font-weight: 500;
}

.footer-contain-shortVod{
    display:none;
    height:0.4rem;
    background:rgba(0,0,0,.4);
    color:#fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    line-height: 0.4rem;
}
.footer-contain-shortVod .footer-box{
    justify-content: center;
}
.footer-contain-shortVod .app-logo{
    padding-top: 0.04rem;
}
.footer-contain-shortVod .footer-box a{
    color: #fff;
}
/* PC端展示效果 */
@media screen and (min-width: 768px) {
  html {
    font-size: 130px !important;
  }

  .footer-contain,
  .hotLive .cmtBox {
    width: 500px !important;
  }

  .hotLive .cmtBox {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 100px !important;
  }

  .footer-contain,
  .hotLive .cmtBox {
    width: 100%;
  }
}

/* 图标 */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
  /* .icon-pinglun {
    background-image: url(../images/icon_pinglun_2x.png?v=20220127102039?v=20220630175647);
  }

  .icon-img {
    background-image: url(../images/icon_photo_2x.png?v=20220127102039?v=20220630175647);
    margin-top: 0.01rem;
  }

  .icon-play {
    background-image: url(../images/icon_play_2x.png?v=20220127102039?v=20220630175647);
  }

  .icon-qianwang {
    background-image: url(../images/icon_qianwang_2x.png?v=20220127102039?v=20220630175647);
  }

  .icon-dianzan {
    background-image: url(../images/icon_dianzan_2x.png?v=20220127102039?v=20220630175647);
  }

  .icon-dianzan-pre {
    background-image: url(../images/icon_dianzan_pre_2x.png?v=20220127102039?v=20220630175647);
  }

  .icon-more {
    background-image: url(../images/icon_more_2x.png?v=20220127102039?v=20220630175647);
  }

  .icon-none {
    background-image: url(../images/icon_none_2x.png?v=20220127102039?v=20220630175647);
  }

  .img-audio {
    background-image: url(../images/img_audio_2x.png?v=20220127102039?v=20220630175647);
    background-size: 100% 100%;
  }

  .img-video {
    background-image: url(../images/img_video_2x.png?v=20220127102039?v=20220630175647);
    background-size: 100% 100%;
  }

  .img-head {
    background-image: url(../images/img_head_big_2x.png?v=20220127102039?v=20220630175647);
    background-size: 0.4rem 0.4rem;
  } */
}

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3) {
  /* .icon-pinglun {
    background-image: url(../images/icon_pinglun_3x.png?v=20220127102039?v=20220630175647);
  }

  .icon-img {
    background-image: url(../images/icon_photo_3x.png?v=20220127102039?v=20220630175647);
    margin-top: 0.01rem;
  }

  .icon-play {
    background-image: url(../images/icon_play_3x.png?v=20220127102039?v=20220630175647);
  }

  .icon-qianwang {
    background-image: url(../images/icon_qianwang_3x.png?v=20220127102039?v=20220630175647);
  }

  .icon-dianzan {
    background-image: url(../images/icon_dianzan_3x.png?v=20220127102039?v=20220630175647);
  }

  .icon-dianzan-pre {
    background-image: url(../images/icon_dianzan_pre_3x.png?v=20220127102039?v=20220630175647);
  }

  .icon-more {
    background-image: url(../images/icon_more_3x.png?v=20220127102039?v=20220630175647);
  }

  .icon-none {
    background-image: url(../images/icon_none_3x.png?v=20220127102039?v=20220630175647);
  }

  .img-audio {
    background-image: url(../images/img_audio_3x.png?v=20220127102039?v=20220630175647);
    background-size: 100% 100%;
  }

  .img-video {
    background-image: url(../images/img_video_3x.png?v=20220127102039?v=20220630175647);
    background-size: 100% 100%;
  }

  .img-head {
    background-image: url(../images/img_head_big_3x.png?v=20220127102039?v=20220630175647);
    background-size: 0.4rem 0.4rem;
  } */
}


/* 电视频道详情页 */
.tvChannel .playerBox {
  margin-top: .6rem;
}

.tvChannel .tabBox {
  height: .44rem;
  line-height: .44rem;
  border-radius: 0 0 .12rem .12rem;
  box-shadow: 0 .02rem .08rem 0 rgba(0, 0, 0, 0.06);
}

.tvChannel .tab {
  margin-left: .05rem;
  height: .44rem;
  line-height: .44rem;
}

.tvChannel .tab li {
  float: left;
  margin: 0 .15rem;
  font-size: .16rem;
  font-weight: 500;
  color: #999;
}

.tvChannel .tab li .commentNum {
  font-size: .12rem;
  margin-left: .04rem;
}

.tvChannel .tab li.current {
  font-weight: 700;
  color: #333;
  background: url(../images/line_gradient.png?v=20220127102039?v=20220630175647) center .36rem transparent no-repeat;
  background-size: .2rem .02rem;
}

.tvChannel .currentChannel {
  font-size: .14rem;
  font-weight: 500;
  color: #333;
  margin-right: .15rem;
}

.tvChannel .currentChannel img {
  height: .2rem;
  width: auto;
  margin-right: .05rem;
  vertical-align: middle;
  margin-top: .12rem;
}

.tvChannel .channelList {
  background: #ffffff;
  border-radius: 0 0 .12rem .12rem;
  width: 100%;
  left: 0;
  top: .44rem;
  padding-bottom: .145rem;
  display: none;
  z-index: 999;
}

.tvChannel .channelList li {
  padding: .075rem 0;
}

.tvChannel .channelList img {
  height: .3rem;
  width: auto;
  vertical-align: middle;
}

.tvChannel .channelList .imgBox {
  width: .48rem;
  height: .48rem;
  line-height: .48rem;
  text-align: center;
  background: #fff;
  border-radius: .25rem;
  box-shadow: 0 .01rem .04rem 0 rgba(0, 0, 0, 0.06);
  margin: 0 .1rem 0 .15rem;
}

.tvChannel .channelList .channelName {
  font-size: .16rem;
  font-weight: 500;
  color: #333;
}

.tvChannel .channelList .currentProgram {
  margin-right: .15rem;
  font-size: .14rem;
  color: #999;
}

.tvChannel .channelList .current .channelName,
.tvChannel .channelList .current .currentProgram {
  color: #2666ff;
}

.tvChannel .programBox {
  display: flex;
}

.tvChannel .programBox .flex2 {
  flex: 2.3;
}

.tvChannel .programBox .flex7 {
  flex: 7.7;
}

.tvChannel .date-selector {
  text-align: center;
}

.tvChannel .date-selector li {
  background: #f8f8fa;
  padding: .16rem;
}

.tvChannel .date-selector li.current {
  background: #fff;
}

.tvChannel .date-selector li.current .week,
.tvChannel .date-selector li.current .day {
  color: #2666ff;
}

.tvChannel .date-selector li.prev {
  border-bottom-right-radius: .12rem;
}

.tvChannel .date-selector li.next {
  border-top-right-radius: .12rem;
}

.tvChannel .date-selector .week {
  font-size: .14rem;
  line-height: .14rem;
  color: #333;
}

.tvChannel .date-selector .day {
  font-size: .12rem;
  line-height: .12rem;
  color: #999;
  margin-top: .1rem;
}

.tvChannel .liveSchedule {
  margin-left: .15rem;
}

.tvChannel .liveSchedule li {
  position: relative;
  padding: .16rem 0;
  background: url(../images/line_dotted.png?v=20220127102039?v=20220630175647) left top transparent repeat-y;
  padding-left: .2rem;
}

.tvChannel .liveSchedule li.current .info {
  color: #2666ff;
}

.tvChannel .liveSchedule li .dot {
  display: inline-block;
  width: .05rem;
  height: .05rem;
  background: url(../images/circle_gray.png?v=20220127102039?v=20220630175647) center transparent no-repeat;
  background-size: contain;
  position: absolute;
  top: .16rem;
  left: -.06rem;
  border: .06rem solid #fff;
}

.tvChannel .liveSchedule li.current .dot {
  width: .12rem;
  height: .12rem;
  background: url(../images/circle_blue.png?v=20220127102039?v=20220630175647) center transparent no-repeat;
  background-size: .12rem;
  top: .12rem;
  left: -.09rem;
}

.tvChannel .liveSchedule .info {
  color: #333;
}

.tvChannel .liveSchedule .time {
  font-size: .14rem;
  line-height: .14rem;
}

.tvChannel .liveSchedule .name {
  font-size: .16rem;
  line-height: .16rem;
  margin-top: .1rem;
}

.tvChannel .liveSchedule .tip {
  display: inline-block;
  width: .55rem;
  text-align: center;
  height: .24rem;
  line-height: .24rem;
  background: rgba(38, 102, 255, .08);
  border-radius: .13rem 0 0 .13rem;
  font-size: .12rem;
  position: absolute;
  right: 0;
  top: .32rem;
}

.tvChannel .liveSchedule .tip .con {
  color: rgba(38, 102, 255, .5);
}

.tvChannel .liveSchedule .current .tip {
  width: .76rem;
  height: .32rem;
  line-height: .32rem;
  background: linear-gradient(136deg, #958fff 10%, #2666ff);
  border-radius: .16rem 0 0 .16rem;
}

.tvChannel .liveSchedule .current .tip .con {
  padding-left: .2rem;
  background: url(../images/icon_live.png?v=20220127102039?v=20220630175647) left center transparent no-repeat;
  background-size: .14rem;
  color: rgba(255, 255, 255, 1);
}

/* 评论 */
.commentBox {
  padding-top: .05rem;
  display: none;
}

.commentBox .comments-item {
  padding: .1rem .18rem .1rem 0;
}

.commentBox .user-logo {
  width: .28rem;
  height: .28rem;
  border-radius: .14rem;
  overflow: hidden;
  margin: 0 .1rem 0 .15rem;
  flex: .085;
}

.commentBox .comments-main {
  flex: .915;
}

.commentBox .user-logo img {
  width: 110%;
}

.commentBox .commentInfo {
  justify-content: space-between;
  margin-top: .07rem;
}

.commentBox .user-name {
  font-size: .14rem;
  color: #666666;
  line-height: .14rem;
}

.commentBox .like-box {
  font-size: .12rem;
  color: #999999;
  line-height: .12rem;
}

.commentBox .comments-content {
  font-size: .16rem;
  color: #333333;
  line-height: .2rem;
  margin-top: .15rem;
}

.commentBox .comments-time {
  font-size: .12rem;
  color: #999999;
  line-height: .12rem;
  margin-top: .1rem;
}

.commentBox .icon-dianzan {
  display: inline-block;
  width: .13rem;
  height: .14rem;
  background: url(../images/icon_praise.png?v=20220127102039?v=20220630175647) center transparent no-repeat;
  background-size: .13rem .14rem;
}

.commentBox .liked {
  color: #fb5859;
}

.commentBox .liked .icon-dianzan {
  background: url(../images/icon_praised.png?v=20220127102039?v=20220630175647) center transparent no-repeat;
  background-size: .13rem .14rem;
}

/* 展开全文 */
.expand-toggle {
  position: fixed;
  bottom: 0;
  width: 100%;
  display:none !important;
}

.expand-toggle .more-box {
  height: 0.66rem;
  text-align: center;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.00), #ffffff 35%);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.00), #ffffff 35%);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.00), #ffffff 35%);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00), #ffffff 35%);
}

.expand-toggle .more-box .icon-more {
  margin-top: 0.53rem;
  display: inline-block;
  width: .15rem;
  height: .14rem;
  background: url(../images/icon_more.png?v=20220127102039?v=20220630175647) center transparent no-repeat;
  background-size: contain;
}

.expand-toggle .common-open-app {
  padding: 0.1rem 0.48rem 0.3rem;
  background: #fff;
}

.expand-toggle .common-open-app .open-app-content {
  width: 2.8rem;
  height: .4rem;
  border: .01rem solid #2666ff;
  border-radius: .4rem;
  box-sizing: border-box;
  text-align: center;
  line-height: .4rem;
}

.expand-toggle .common-open-app .open-app-content a {
  font-size: .16rem;
  font-weight: 500;
  color: #2666ff;
}

.expand-toggle.white .common-open-app {
  padding: .24rem .48rem .82rem .48rem;
  background: none;
}

.expand-toggle.white .common-open-app .open-app-content {
  border: .01rem solid #fff;
}

.expand-toggle.white .common-open-app .open-app-content a {
  color: #fff;
}

/* 音频 */
.audioBox {
  background: rgba(0, 0, 0, 0.04);
}

.audioList {
  background: #ffffff;
  border-radius: .2rem .2rem .14rem .14rem;
  box-shadow: 0 -.02rem .08rem 0 rgba(0, 0, 0, 0.04);
}

.audioBox .head {
  padding: .3rem .15rem .12rem;
  border-bottom: .01rem solid #ebebeb;
}

.audioBox .line {
  width: .36rem;
  height: .04rem;
  background: #d8d8d8;
  border-radius: .02rem;
  top: .05rem;
  left: 50%;
  margin-left: -.18rem;
}

.audioBox .totalBtn {
  display: inline-block;
  width: .96rem;
  height: .28rem;
  line-height: .28rem;
  text-align: center;
  background: #f8f8fa;
  border-radius: .14rem;
  font-size: .14rem;
  font-weight: 500;
  color: #666;
}

.audioBox .icon_audio_play {
  padding-left: .12rem;
  background: url(../images/icon_audio_play.png?v=20220127102039?v=20220630175647) center left transparent no-repeat;
  background-size: .08rem .09rem;
}

.audioBox .totalNum {
  font-size: .12rem;
  color: #999999;
  line-height: .28rem;
}

.audioListBox li {
  margin-left: .2rem;
  padding-top: .11rem;
}

.audioListBox .num {
  font-size: .14rem;
  font-weight: 500;
  color: #999;
  display: inline-block;
  min-width: .14rem;
  text-align: right;
  margin-right: .16rem;
}

.audioListBox .tit a {
  font-size: .16rem;
  font-weight: 500;
  color: #333;
  line-height: .19rem;
}

.audioListBox .info {
  margin-left: .3rem;
  padding-bottom: .12rem;
  border-bottom: .01rem solid #ebebeb;
  font-size: .12rem;
  font-weight: 500;
  text-align: left;
  color: #999;
  line-height: .19rem;
  margin-top: .04rem;
}

.audioListBox .info span {
  padding-left: .12rem;
}

.audioListBox .info .clicks {
  background: url(../images/icon_clicks.png?v=20220127102039?v=20220630175647) left center transparent no-repeat;
  background-size: .09rem .1rem;
  margin-right: .22rem;
}

.audioListBox .info .time {
  background: url(../images/icon_time.png?v=20220127102039?v=20220630175647) left center transparent no-repeat;
  background-size: .1rem .1rem;
}

.audioListBox li.current .tit a {
  color: #2666ff;
}

.audioListBox li.current .num {
  display: inline-block;
  width: .14rem;
  height: .14rem;
  background: url(../images/icon_audio.png?v=20220127102039?v=20220630175647) left center transparent no-repeat;
  background-size: .1rem .1rem;
}

/* 播放器 */
.playerBox {
  height: 2.48rem;
}

/* 热点直播 */
.hotLive {
  background: rgba(0, 0, 0, .8);
}

.hotLive .cmtBox {
  width: 100%;
  height: .6rem;
  background: #111111;
  position: fixed;
  left: 0;
  bottom: 0;
}

.hotLive .cmtBox input {
  width: 2.8rem;
  height: .36rem;
  background: rgba(255, 255, 255, .06);
  border-radius: .18rem;
  margin: .12rem 0 .12rem .15rem;
  padding-left: .15rem;
  box-sizing: border-box;
}

.hotLive .tabBox {
  height: .44rem;
  line-height: .44rem;
  background: rgba(0, 0, 0, .4);
  border-radius: 0 0 .12rem .12rem;
}

.hotLive .tab li {
  float: left;
  margin: 0 .15rem;
  font-size: .16rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .5);
}

.hotLive .tab li.current {
  font-weight: 700;
  color: #fff;
  background: url(../images/line_red.png?v=20220127102039?v=20220630175647) center .36rem transparent no-repeat;
  background-size: .12rem .02rem;
}

.hotLive .tabBox .clickNum {
  padding-left: .16rem;
  font-size: .14rem;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  margin-right: .15rem;
}

/* 主播厅 */

.reportBox {
  padding-top: .05rem;
}

.reportBox .report-item {
  padding: .1rem .15rem .1rem 0;
}

.reportBox .user-logo {
  width: .24rem;
  height: .24rem;
  border-radius: .12rem;
  overflow: hidden;
  margin: 0 .08rem 0 .15rem;
  flex: .072;
}

.reportBox .report-main {
  flex: .928;
}

.reportBox .user-logo img {
  width: 110%;
}

.reportBox .reportInfo {
  justify-content: space-between;
  margin-top: .05rem;
}

.reportBox .user-name {
  font-size: .14rem;
  color: rgba(255, 255, 255, .8);
  line-height: .14rem;
}

.reportBox .report-content {
  font-size: .16rem;
  color: rgba(255, 255, 255, .8);
  line-height: .2rem;
  margin-top: .15rem;
}

.reportBox .report-time {
  font-size: .14rem;
  color: rgba(255, 255, 255, .48);
  line-height: .14rem;
}

/* 微互动 */
.interactBox {
  padding-top: .12rem;
  display: none;
}

.interactBox .interact-item {
  padding: .05rem .1rem .08rem .05rem;
  margin: .12rem .15rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: .16rem;
}

.interactBox .user-logo {
  width: .24rem;
  height: .24rem;
  border-radius: .12rem;
  overflow: hidden;
  margin: 0 .08rem 0 0;
  flex: .072;
}

.interactBox .user-logo img {
  width: 110%;
}

.interactBox .interact-main {
  flex: .928;
}

.interactBox .user-name {
  font-size: .14rem;
  color: rgba(255, 255, 255, .5);
  line-height: .14rem;
  margin-right: .1rem;
}

.interactBox .interact-content {
  font-size: .14rem;
  color: rgba(255, 255, 255, .8);
  line-height: .18rem;
}

/* 相关推荐 */
.hotLive .relatedBox {
  margin: .2rem 0 0 .15rem;
}

.hotLive .relatedBox li {
  float: left;
  width: 1.68rem;
  height: 1.64rem;
  background: rgba(255, 255, 255, .06);
  border-radius: .06rem;
  box-shadow: 0 .02rem .08rem 0 rgba(0, 0, 0, 0.04);
  margin: 0 .09rem .2rem 0;
}

.hotLive .relatedBox .imgBox {
  display: block;
  width: 1.68rem;
  height: 1rem;
  border-radius: .06rem;
  overflow: hidden;
}

.hotLive .relatedBox .imgBox img {
  width: 100%;
}

.hotLive .relatedBox .statusBox {
  width: 1.22rem;
  height: .2rem;
  line-height: .2rem;
  background: rgba(0, 0, 0, .5);
  border-radius: .1rem .02rem;
  left: .06rem;
  top: .06rem;
  font-size: .12rem;
  font-weight: 500;
  color: #ffffff;
}

.hotLive .relatedBox .status {
  display: inline-block;
  width: .58rem;
  height: .2rem;
  border-radius: .1rem .02rem;
  text-align: center;
  box-sizing: border-box;
}

.hotLive .relatedBox .livingBox {
  background: linear-gradient(135deg, #ff9d65 3%, #ff5656 92%);
}

.hotLive .relatedBox .reviewBox {
  background: linear-gradient(316deg, #3e3e3e 4%, #0e0e0e 88%);
}

.hotLive .relatedBox .living {
  padding-left: .11rem;
  background: url(../images/icon_liveing.png?v=20220127102039?v=20220630175647) left center no-repeat transparent;
  background-size: .08rem .09rem;
}

.hotLive .relatedBox .review {
  padding-left: .11rem;
  background: url(../images/icon_review.png?v=20220127102039?v=20220630175647) left center no-repeat transparent;
  background-size: .09rem;
}

.hotLive .relatedBox .tit {
  padding: .12rem .14rem;
  font-size: .14rem;
  line-height: .2rem;
  font-weight: 500;
  text-align: left;
}
.hotLive .relatedBox .tit a{
  color: #ffffff;
}