
/* 轮播图 */
.top-tab{
    margin: 0.4rem 0.3rem;
    display: flex;
}
.top-tab a{
    display: inline-block;
    width: 1.32rem;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;
    border-radius: 0.04rem;
    font-weight: 400;
    color: #333333;
    font-size: 0.28rem;
    background: #F4F4F4;
    margin-right: 0.24rem;
} 
.top-tab a.on{
    background: #CF111B;
    color: #fff;
}
#player{
    width: calc(100% - .6rem);
    margin: 0 .3rem;
    height: 3.88rem;
    position: relative;
}
.adioupic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: -10;
}
.player{
    width: 100%;
    height: 3.88rem;
    background: #000;
    border-radius: 0.06rem;
    overflow: hidden;
}
._tdp_box{
    height: 100%!important;
    background: none!important;
}
._tdp_poster{
    background: none!important;
}
.live-head{
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
    margin: 0.25rem 0.3rem;
}
.live-tab{
    padding-left: 0.3rem;
    margin-bottom: 0.3rem;
    overflow: auto;
}
.live-tab::-webkit-scrollbar{
    display: none;
}
.live-list{
    display: flex;
    width: 8.6rem;
}
.live-tab .list-item{
    width: 2rem;
    height: 1.13rem;
    margin-right: 0.16rem;
    border-radius: 0.04rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.live-tab .list-item img{
    width: 100%;
    height: 100%;
}
.live-tab .list-item p{
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 0.24rem;
    font-weight: 500;
    padding-top: 0.7rem;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}
.live-tab .list-item.on p{
    border: 0.04rem solid #C12C20;
    background: linear-gradient(0deg, #C12C20 , transparent);
}
/* 直播推荐 */
.live{
    padding: 0rem 0.3rem;
}
.column{
    margin-top: 0.56rem;
    display: flex;
    justify-content: space-between;
}
.column .column-tlt{
    font-size: 0.36rem;
    font-weight: 600;
    color: #333333;
    display: inline-block;
    position: relative;
    text-indent: 0.24rem;
}
.column .column-tlt::before{
    content: "";
    width: 0.08rem;
    height: 0.36rem;
    background: rgb(207 17 27 / 80%);
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.column .column-more{
    width: 0.16rem;
    height: 0.28rem;
    background: url(/images/wapnew/clomumore.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.04rem;
}
.video{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}
.live-item{
    width: 3.37rem;
    margin-right: 0.16rem;
    margin-bottom: 0.32rem;
    position: relative;
}
.live-item:nth-child(2n){
    margin-right: 0rem;
}
.live-item img{
    width: 100%;
    height: 1.9rem;
    border-radius: 0.04rem;
}
.live-item-title{
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333; 
    line-height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.video .live-item .videoplay{
    width: .9rem;
    height: .32rem;
    border-radius: .04rem;
    text-indent: .36rem;
    line-height: .32rem;
    font-size: .22rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: .1rem;
    left: .1rem;
}
.video .live-item .videoplay.status{
    background: #AAAAAA url(/images/wapnew/huikan.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}
.video .live-item .videoplay.status0{
    background: #EF890B url(/images/wapnew/yugao.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}
.video .live-item .videoplay.status1{
    background: #EA3D4A url(/images/wapnew/zhibo.png)no-repeat left center;
    background-size: .2rem .2rem;
    background-position-x: .1rem;
}
#iframe_kbz{
    width: 100%;
}
.banner-top{
    width: 100%;
}
.banner-top a,.banner-top a img{
    width: 100%;
    height: 100%;
    display: block;
}
