/**
 *主播页面样式
*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 6px;  /*滚动条宽度*/
    height: 6px;  /*滚动条高度*/
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  
    border-radius: 10px;  /*滚动条的背景区域的圆角*/
    background-color: #f1f1f1;/*滚动条的背景颜色*/  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #c1c1c1;  /*滚动条的背景颜色*/
}
.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%;
    min-height: 400px;
    max-height: 605px;
    position: relative;
    overflow: hidden;
}
.live .anchor .bgImg{
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: 605px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.live .anchor .anchorInfoBox{
    position: absolute;
    top: 377px;
    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: -184px;
    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;
}
.live .anchor .anchorInfoBox .swiper-pagination-bullet-active{
    background:rgba(255,255,255,0.5);
}
.live .anchor .anchorInfoBox .swiper-pagination{
    position: absolute;
    bottom: 0;
    right: 0;
}
.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 .anchor_heatList{
    width: 100%;
}
.anchor_heatList.style_flex{
	width: 100%;
	position: fixed;
	left: 0;
	top: 75px;
    z-index: 1;
}
.anchor_heatList .anchor_heatList_centenBox{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.anchor_heatList_centenBox .heatListBox{
    position: absolute;
    top: 80px;
    left: -240px;
    width: 200px;
    background: #fff;
    border-radius: 9px;
    padding: 0 10px;
}
.heatListBox .heatList_title{
    height: 45px;
    line-height: 45px;
    color: #3C3C3C;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
}
.heatListBox .heatList_title::before{
    content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/public/front/images/icon_guanjun.png') no-repeat center center /100% 100%;
    margin-right: 5px;
}
.heatListBox .heatList {
    padding-bottom: 20px;
    max-height: 580px;
    overflow: auto;
}
.heatListBox .heatList .heatItem {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.heatListBox .heatList .heatItem .rank{
    width: 24px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.heatListBox .heatList .heatItem .avatarBox{
    width: 42px;
    height: 42px;
    position: relative;
    margin: 0 8px 0 10px;
}
.heatListBox .heatList .heatItem .avatarBox .avatar{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
}
.heatListBox .heatList .heatItem .avatarBox .livegif{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
}
.heatListBox .heatList .heatItem .userName{
    width: 96px;
    color: #3C3C3C;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.heatListBox  .heatListMore{
    font-size: 14px;
    color: #999;
    text-align: center;
    padding-bottom: 20px;
    display: none;
}
.live .centenBox{
    width: 1200px;
    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: #FF6365;
    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: #FF6365;
}
/* 热门赛事 */
.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:linear-gradient(0deg,rgba(255,125,126,1) 0%,rgba(245,72,75,1) 100%);
    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: #ff6365;
    border-radius: 15px;
    margin: 0 auto 6px;
}
/* 主播 */
.hotSchedule .item .hotScheduleAnchor{
    display: flex;
    align-items: center;
    padding-top: 13px;
}
.hotSchedule .item .hotScheduleAnchor .anchorLable{
    color: #F75255;
    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;
}
.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;
}
 .item .itemImg .lable{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100px;
    height: 25px;
    z-index: 2;
}
 .item .itemImg .lable .label_icon{
    width: 100%;
    height: 100%;
}
 .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 .left,
.myConcerns .item .anchorInfo .left{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.liveList .item .anchorInfo .left .avatar,
.myConcerns .item .anchorInfo .left .avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.liveList .item .anchorInfo .left .haveSvga,
.myConcerns .item .anchorInfo .left .haveSvga{
    width: 30px;
    height: 30px;
}
.liveList .item .anchorInfo .left .svga,
.myConcerns .item .anchorInfo .left .svga{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
}
.liveList .item .anchorInfo .right,
.myConcerns .item .anchorInfo .right{
    margin-left: 8px;
}
.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: 186px;
}
.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;
}
.liveList .item .itemImg{
    position: relative;
}
.liveList .item .itemImg .img{
    width: 230px;
    height: 130px;
    background: #f2f2f2;
    border-radius: 5px;
}


/* .liveList .item .itemImg .tag {
    position: absolute;
    left: 0;
    top: 10px;
    width: auto;
    height: 20px;
    line-height: 18px;
    display: none;
    z-index: 2;
    padding: 0 5px;
    padding-left: 25px;
}
.liveList .item .itemImg .tag::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAACACAMAAABduJsoAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAgPAQ0GDgMMAgQKCQsHBQbiCHjQAAAqJJREFUWMPdVtmOIyEMNOaGPvz/X7udDk0F4nS00mo1mnqYUePC+KAc6F+jcCi3BBbhb4RwS/DM8ZaQRfItoYpUGhGdi/iQA3m0hdewkhxI/fNhGxIrcqIMSXuWBTtOJETE/vS7Po/10uCfGa2NuomwOf7b5qAFZVhkQ+iukJEOQ8XJgfh6dGUQuMLTgUV09Oj3T4SdGj4R6MKq29dO2HTChiZr5qHxTrM7AhY9SSAbBZn+Bt68wQ92UeC/Er4e8VOR4hcCktNh5QtjF50xtp1v2hgube6aFS0p9KHQoV9nc5BGxOFyWyNspwpZsoxOh3lWWdlf5cNN2oAR86aeOob33B8Mq8LxWIwO0hvy6yWwbhYvBkR9EMBwb8qLy4OAfGftBspylqfMhD7baHndESZCOHa3+m5TkGFWUpkW6lleAvK5YMcNiYACB8jTEbANEVCrTR4q6+zY7vV1ixFJsGOxonULvSOmPtxdod8J1/QQ8TEKo7a1hCs+ii/jVlPABdNcaA7ggpOx2xrgYHRR94ttuDuAi1COP5tZF3PwbIXuAB+u441VzDYJwOXdHpSfEwCK3VDHAeYSeBdmmMqAqZLm+QExuvQ4OdbEbTwASfutzvOM9VPIhQCkBvtA4CG1JCMBS3b4imNQbUQ8OOa9ELHdFmsklUaAPvEQagUI2o06TPfditqsHxmsv6EAi7fQEaiK7NfEKZlIvxR2SyJusWeyS+KwerWK7CEAl2Ev0uGrXAi2+2dRkaCqDyjKi1ZtOUS/j9wwh2jmh2W/S5hrrBAIDlaq2ss6XQ685Ki9rP3eJbxQQIH2XkvzxPqIexNv2/dOSin3HMggAjQLtcmN7qwuCksGdo3hLcOuMmD/wIBdZ8CuM2DXGbB/ZMCuM1yy9L/xB1VHVXt+lYsVAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 100% 400%;
  background-position-x: 0;
  z-index: 2;
}
.liveList .item .itemImg .tag::before {
  display: inline-block;
  position: relative;
  width: auto;
  height: 20px;
  font-size: 12px;
  color: #FFF;
}
.liveList .item .itemImg .tag.tag1 {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fe2952), to(#ff2725));
  background: linear-gradient(to right, #fe2952, #ff2725);
}
.liveList .item .itemImg .tag.tag1::before {
  content: "热门推荐";
}
.liveList .item .itemImg .tag.tag1::after {
  background-position-y: -16px;
}
.liveList .item .itemImg .tag.tag2 {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#555cef), to(#3d3bcf));
  background: linear-gradient(to right, #555cef, #3d3bcf);
}
.liveList .item .itemImg .tag.tag2::before {
  content: "魅力新星";
}
.liveList .item .itemImg .tag.tag2::after {
  background-position-y: -48px;
}
.liveList .item .itemImg .tag.tag3 {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ef3efa), to(#a437fb));
  background: linear-gradient(to right, #ef3efa, #a437fb);
}
.liveList .item .itemImg .tag.tag3::before {
  content: "大神推荐";
}
.liveList .item .itemImg .tag.tag3::after {
  background-position-y: -32px;
}
.liveList .item .itemImg .tag.tag4 {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fbd95f), to(#dbc260));
  background: linear-gradient(to right, #fbd95f, #dbc260);
}
.liveList .item .itemImg .tag.tag4::before {
  color: #906C2A;
  content: "王牌主播";
}
.liveList .item .itemImg .tag.tag4::after {
  background-position-y: 0;
} */
.liveList .item .anchorInfo{
    display: flex;
    padding: 8px 0 10px 0;
}
.liveList .item:nth-child(4),
.liveList .item:nth-child(7),
.liveList .item:nth-child(5n + 7){
    padding-right: 0;
}
/* .liveList .item:nth-child(15), */
/* .liveList .item:nth-child(8), */
.liveList .item:nth-child(1){
    width: 471px;
    padding-right: 15px;
}
/* .liveList .item:nth-child(15) .itemImg img, */
/* .liveList .item:nth-child(8) .itemImg img,/ */
.liveList .item:nth-child(1) .itemImg .img{
    width: 471px;
    height: 266px;
    border-radius: 5px 5px 0 0;
    background: #f2f2f2;
}
/* .liveList .item:nth-child(15) .anchorInfo, */
/* .liveList .item:nth-child(8) .anchorInfo, */
.liveList .item:nth-child(1) .anchorInfo{
    padding: 30px 0 30px 15px;
    background: #fff;
}
/* .liveList .item:nth-child(15) .anchorInfo .right .anchorInfo_title, */
/* .liveList .item:nth-child(8) .anchorInfo .right .anchorInfo_title, */
.liveList .item:nth-child(1) .anchorInfo .right .anchorInfo_title,
/* .liveList .item:nth-child(15) .anchorInfo .right .flex, */
/* .liveList .item:nth-child(8) .anchorInfo .right .flex, */
.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: 291px;
    padding-right: 12px;
    cursor: pointer;
    position: relative;
}
.activeBox .item .itemImg{
    width: 291px;
    height: 158px;
    border-radius: 5px 5px 0 0;
    background: #f2f2f2;
}
.activeBox .item .activeTitle{
    width: 291px;
    font-size: 14px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    height: 36px;
    line-height: 36px;
    color: white;
}

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