/**
 *主播页面样式
*/
.noMsg {
    width: 200px;
    margin: 0 auto;
    font-size: 12px;
    color: #707070;
    text-align: center;
    line-height: 40px;
  }
  
.noMsg img {
    width: 200px;
    height: 180px;
  }
.none{
    display: none;
}
.live{
    width: 100%;
    background-color: #F6F6F6;
}
.live .anchor{
    width: 100%;
    height: 605px;
    position: relative;
}
.live .anchor .bgImg{
    width: 100%;
    height: 605px;
}
.live .anchor .anchorInfoBox{
    position: absolute;
    top: 540px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    display: flex;
    z-index: 2;
}
.live .anchor .anchorInfoBox .anchor-banner-right-btn,
.live .anchor .anchorInfoBox .anchor-banner-left-btn{
    position: absolute;
    top: -317px;
    width: 63px;
    height: 63px;
    z-index: 2;
    outline:none;
    cursor: pointer;
    display: none;
}
.live .anchor .anchorInfoBox .anchor-banner-right-btn{
    right: 0;
    background: url('/public/front/images/nav_right_grey.png') no-repeat; 
    background-size: 100% 100%;
}
.live .anchor .anchorInfoBox .anchor-banner-left-btn{
    left: 0;
    background: url('/public/front/images/nav_left_grey.png') no-repeat; 
    background-size: 100% 100%;
}

.live .anchor:hover .anchor-banner-left-btn,
.live .anchor:hover .anchor-banner-right-btn{
    display: block;
}
.live .anchor .anchorInfoBox .swiper-pagination-bullet{
    margin-right: 10px;
    background:rgba(255,255,255,0.39)
}
.live .anchor .anchorInfoBox .swiper-pagination-bullet-active{
    background:rgba(255,255,255);
}
.live .anchor .anchorInfoBox .swiper-pagination{
    position: absolute;
    bottom: 0;
    /*left: 50%;*/
    width: 100%;
}
.live .anchor .anchorInfoBox .live_play{
    padding: 10px 10px 0 0;
}
.live .anchor .anchorInfoBox .live_play img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.live .anchor .anchorInfoBox .anchorInfo{
    cursor: pointer;
}
.live .anchor .anchorInfoBox .anchorInfo .anchorInfo_title{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.live .anchor .anchorInfoBox .anchorInfo .anchorInfo_bottom {
    display: flex;
    font-size: 14px;
    color: #fff;
}
.live .anchor .anchorInfoBox .anchorInfo .anchorInfo_bottom .anchorInfo_avatar img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
.live .anchor .anchorInfoBox .anchorInfo .anchorInfo_bottom .anchorInfo_username{
    
}
.live .anchor .anchorInfoBox .anchorInfo .anchorInfo_bottom .playbackVolume{
    position: relative;
    padding-left: 24px;
    line-height: 24px;
}
.live .anchor .anchorInfoBox .anchorInfo .anchorInfo_bottom .playbackVolume::before{
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('/public/front/images/nav_popularity.png') no-repeat; 
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.live .centenBox{
    width: 1204px;
    margin: 0 auto;
    min-height: 500px;
}
.live .centenBox .titleBox{
    display: flex;
    align-items: flex-end;
    font-size: 26px;
    color: #3C3C3C;
    padding: 20px 0;
}
.live .centenBox .titleBox .more{
    font-size: 14px;
    color: #999;
    padding-left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.live .centenBox .titleBox .more img{
    width: 16px;
    height: 16px;
}
.live .centenBox .titleBox .num{
    color: #FC4948;
    font-size: 14px;
    padding-left: 10px;
}
.live .centenBox .titleBox .navList{
    display: flex;
    padding-left: 15px;
}
.live .centenBox .titleBox .navList .navBtn{
    width: 80px;
    height: 28px;
    border-radius: 14px;
    background: #fff;
    border:1px solid#F2F2F2;
    color: #707070;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.live .centenBox .titleBox .navList .navActive{
    color: #fff;
    background: #FC4948;
}
/* 热门赛事 */
.hotSchedule{
    display: flex;
    /* justify-content: space-between; */
}
.hotSchedule .item{
    width: 388px;
    height: 250px;
    border-radius:10px;
    background: #fff;
    margin-right: 18px;
}
.hotSchedule .item:nth-child(3n){
    margin-right: 0;
}
.hotSchedule .item .topBox{
    position: relative;
    background: #EDEDED;
    border-radius:10px 10px 0px 0px;
    width: 100%;
    height: 43px;
    line-height: 43px;
}
.hotSchedule .item .topBox .scheduleTitle{
    margin: 0 auto;
    text-align: center;
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3C3C3C;
    font-size: 16px;
}
/* .hotSchedule .item .topBox .plan{
    position: absolute;
    top: 9px;
    right: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background:#FC4948;
    border-radius:0px 9px 0px 9px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.hotSchedule .item .topBox .plan img{
    width: 16px;
    height: 16px;
} */
.hotSchedule .item .team{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(214,214,214,0.5);;
    padding: 20px 0 16px;
}
.hotSchedule .item .team .awayTeam,
.hotSchedule .item .team .homeTeam{
    width: 136px;
    padding: 0 20px;
    box-sizing: border-box;
}
.hotSchedule .item .team .awayTeam .LogoUrl,
.hotSchedule .item .team .homeTeam .LogoUrl{
    width: 64px;
    height: 64px;
    margin: 0 auto;
    padding-bottom: 5px;
}
.hotSchedule .item .team .awayTeam .LogoUrl img,
.hotSchedule .item .team .homeTeam .LogoUrl img{
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.hotSchedule .item .team .awayTeam .awayTeamName,
.hotSchedule .item .team .homeTeam .homeTeamName{
    text-align: center;
    font-size: 16px;
    color: #3C3C3C;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hotSchedule .item .team .eventType{
    text-align: center;
    margin: auto;
}
.hotSchedule .item .team .eventType img{
    width: 28px;
    height: 27px;
    /* padding: 18px 0 6px; */
    padding-bottom: 6px;
}
.hotSchedule .item .team .eventType .eventTypeTime{
    color: #3C3C3C;
    font-size: 16px;
}
.hotSchedule .item .team .eventType .watchLive{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #FC4948;
    border-radius: 15px;
    margin: 0 auto 6px;
}
/* 主播 */
.hotSchedule .item .hotScheduleAnchor{
    display: flex;
    align-items: center;
    padding-top: 13px;
}
.hotSchedule .item .hotScheduleAnchor .anchorLable{
    color: #FC4948;
    font-size: 14px;
    padding: 0 25px;
}
.hotSchedule .item .hotScheduleAnchor .anchorList{
    width: 275px;
    position: relative;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .item{
    width: 40px;
    height: 58px;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .item .avatarBox{
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .item .avatarBox .avatar{
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: #f2f2f2;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .item .avatarBox .livegif{
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .item .userName{
    font-size: 12px;
    color: #707070;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-left-btn2, 
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-right-btn2, 
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-left-btn1, 
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-right-btn1,
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-left-btn0, 
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-right-btn0{
    position: absolute;
    top: 0;
    width: 14px;
    height: 58px;
    z-index: 2;
    outline:none;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-left-btn2, 
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-left-btn1, 
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-left-btn0{
    left: -20px;
    background: url('/public/front/images/nav_left.png')  no-repeat; 
    background-size: 10px 10px;
    background-position:center;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-right-btn2, 
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-right-btn1, 
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-right-btn0{
    right: -20px;
    background: url('/public/front/images/nav_right.png') no-repeat; 
    background-size: 10px 10px;
    background-position:center;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .nav_left_white{
    background: url('/public/front/images/nav_left_white.png')  no-repeat; 
    background-size: 10px 10px;
    background-position:center;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .nav_right_white{
    background: url('/public/front/images/nav_right_white.png')  no-repeat; 
    background-size: 10px 10px;
    background-position:center;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-left-bg,
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-right-bg{
    position: absolute;
    top: 0;
    width: 14px;
    height: 58px;
    z-index: 1;
    background-color: #EDEDED;
    border-radius: 2px;
    display: none;
}
.hotSchedule .item .hotScheduleAnchor:hover .anchorList .hot-live-left-bg,
.hotSchedule .item .hotScheduleAnchor:hover .anchorList .hot-live-right-bg{
    display: block;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-left-bg{
    left: -20px;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .hot-live-right-bg{
    right: -20px;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .swiper-slide{
    width: 40px!important;
    height: 58px;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .swiper-container2,
.hotSchedule .item .hotScheduleAnchor .anchorList .swiper-container1,
.hotSchedule .item .hotScheduleAnchor .anchorList .swiper-container0{
    overflow: hidden;
}
.hotSchedule .item .hotScheduleAnchor .anchorList .swiper-wrapper{
    display: flex;
}
/* 我的关注 */
.myConcerns{
    display: flex;
    flex-wrap: wrap;
}
.myConcerns .item:nth-child(5n) {
    padding-right: 0;
}
.myConcerns .item{
    width: 20%;
    padding-right: 12px;
    cursor: pointer;
    box-sizing: border-box;
}
.myConcerns .item .itemImg{
    width: 100%;
    height: 130px;
    position: relative;
}
.myConcerns .item .itemImg .lable{
    position: absolute;
    left: 0;
    top: 0;
    width: 103px;
    height: 26px;
    z-index: 2;
}
.myConcerns .item .itemImg .lable .label_icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 103px;
    height: 26px;
    z-index: 2;
    /* border-radius:0; */
}
.myConcerns .item .itemImg .lable .label_name{
    position: absolute;
    right: 0;
    top: 0;
    width:100%;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    color:#fff;
    text-align:right;
    z-index: 3;
    padding-right:5px;
}
.myConcerns .item .itemImg .img{
    width: 100%;
    height: 130px;
    background: #f2f2f2;
    border-radius: 5px;
}
.myConcerns .item .anchorInfo{
    display: flex;
    padding: 8px 0 20px 0;
}
.liveList .item .anchorInfo .right {
    flex: 1;
    margin-left: 8px;
}
.liveList .item .anchorInfo .left .avatar,
.myConcerns .item .anchorInfo .left .avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px;
}
.liveList .item .anchorInfo .right .anchorInfo_title,
.myConcerns .item .anchorInfo .right .anchorInfo_title{
    width: 170px;
    height: 21px;
    color: #3C3C3C;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.liveList .item .anchorInfo .right .flex,
.myConcerns .item .anchorInfo .right .flex{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    width: 100%;
}
.liveList .item .anchorInfo .right .flex .anchorInfo_username,
.myConcerns .item .anchorInfo .right .flex .anchorInfo_username{
    flex: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.liveList .item .anchorInfo .right .flex .playbackVolume,
.myConcerns .item .anchorInfo .right .flex .playbackVolume{
    /* flex: 1; */
    text-align: right;
}
.liveList .item .anchorInfo .right .flex .playbackVolume img,
.myConcerns .item .anchorInfo .right .flex .playbackVolume img{
    width: 16px;
    height: 16px;
}
/* 直播列表 */
.liveList{
    padding-bottom: 20px;
}
.clearfix:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    clear:both;
    visibility:hidden;
}
.liveList .none{
    display: none;
}
.liveList .item{
    width: 230px;
    padding-right: 12px;
    float: left;
    cursor: pointer;
    transition-duration: .5s;
    padding: 3px;
    box-sizing: border-box;
    margin-right: 10px;
}
.liveList .item * {
    box-sizing: border-box;
}
.liveList .item .itemImg{
    position: relative;
    overflow: hidden;
}
.liveList .item .itemImg:hover::before {
    opacity: 1;
}
.liveList .item .itemImg:hover .img {
    transform: scale(1.3);
}
.liveList .item .itemImg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/public/front/images/play.png") no-repeat center center/56px 56px;
    opacity: 0;
    transition-duration: .5s;
    z-index: 2;
}
.liveList .item .itemImg .img{
    width: 230px;
    height: 130px;
    background: #f2f2f2;
    border-radius: 5px;
    transition-duration: .5s;
}
.liveList .item .itemImg .lable{
    position: absolute;
    left: 0;
    top: 0;
    width: 103px;
    height: 26px;
    z-index: 2;
}
.liveList .item .itemImg .lable .label_icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 103px;
    height: 26px;
    z-index: 2;
    object-fit: cover;
    /* border-radius:0; */
}
.liveList .item .itemImg .lable .label_name{
    position: absolute;
    right: 0;
    top: 0;
    width:100%;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    color:#fff;
    text-align:right;
    z-index: 3;
    padding-right:5px;
}
.liveList .item .anchorInfo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 10px 0;
}
.liveList .item:nth-child(4),
.liveList .item:nth-child(7),
.liveList .item:nth-child(5n + 7){
    margin-right: 0;
}
.liveList .item:nth-child(1){
    width: 471px;
}
.liveList .item:nth-child(1) .itemImg .img{
    width: 471px;
    height: 266px;
    border-radius: 5px 5px 0 0;
    background: #f2f2f2;
}

.liveList .item:nth-child(1) .anchorInfo{
    padding: 30px 0 30px 15px;
    background: #fff;
}
.liveList .item:nth-child(1) .anchorInfo .right .anchorInfo_title,
.liveList .item:nth-child(1) .anchorInfo .right .flex{
    width: 390px;
}
/* 近期活动 */
.activeBox{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 57px;
}
.activeBox .item:nth-child(4n){
    padding-right: 0;
}
.activeBox .item{
    width: 292px;
    padding-right: 12px;
    cursor: pointer;
}
.activeBox .item .itemImg{
    width: 100%;
    height: 147px;
    border-radius: 6px 6px 0 0;
    background: #f2f2f2;
    object-fit: cover;
}
.activeBox .item .activeTitle{
    width: 291px;
    color: #707070;
    font-size: 14px;
    padding: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f2f2f2;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
}

.king-actives .none {
    color: #AAA;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
}
.king-actives .none:before {
    background: url("/public/front/images/default_data_bo.png") center center no-repeat;
    content: '';
    display: block;
    margin: 0 auto;
    width: 173px;
    height: 160px;
}
.king-actives .item .img {
    position: relative;
}
.king-actives .item .status {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.king-actives .item .status0 {
    background: url('/public/front/images/active-status0.png') no-repeat center center/100% 100%;
}
.king-actives .item .status1 {
    background: url('/public/front/images/active-status1.png') no-repeat center center/100% 100%;
}
.king-actives .item .status2 {
    background: url('/public/front/images/active-status2.png') no-repeat center center/100% 100%;
}

/* .king-actives{
    padding-bottom: 40px;
}
.activeBox{
   width: 100%;
   overflow: hidden;
   height: 200px;
}
.activeBox :last-child{
    margin-right: 0;
 }
.activeBox-item{
    width: 290px;
    margin-right: 5px;
    display: inline-block;

}
.activeBox-item img{
    width: 100%;
    height: 160px;
}
.activeBox-item .item-info {
    width: 100%;
    height: 40px;
    font-size:12px;
    font-weight:400;
    line-height:40px;
    color:rgba(112,112,112,1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    padding: 0 14px;
    box-sizing: border-box;
    
} */
