.rowbox {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
}

.banner{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}


.item .tpic{
    position: relative;

}

.item .tpic .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    width: 47px;
    height: 47px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 47px;
    color: #FFFFFF;
    font-size: 20px;
    backdrop-filter: blur(4px);
    cursor: pointer;
    z-index: 9;
}

.banner .hd{
    width: 234px;
    overflow: auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-right: 10px;
}
.banner .hd::-webkit-scrollbar{
    display: none;
}
.banner .hd .item{
    width: 100%;
    height: 80px;
    background: #F5F6FA;
    border-radius: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}
.banner .hd .item i{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.4);
    border-radius: 1000px 1000px 1000px 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: none;
    color: #040000;
}
.banner .hd .item:hover {
    background: rgba(202,37,45,0.1);
    color: #CA252D;
}
.banner .hd .item:hover i{
    background: #CA252D;
    color: #fff;
}
.banner .hd .item.on {
    background: rgba(202,37,45,0.1);
    color: #CA252D;
}
.banner .hd .item.on i{
    background: #CA252D;
    color: #fff;
}

.banner .bd{
    width: calc(100% - 254px);
}
.banner .bd .item video{
    width: 100%;
    height: 100%;object-fit: cover;
}
.banner .bd .item{
    width: 100%;
    height: 100%;border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    display: none;
    position: relative;
}

.banner .bd .item .iconfont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    text-align: center;
    width: 57px;
    height: 57px;
    background: rgba(255,255,255,0.1);
    line-height: 57px;
    color: #FFFFFF;
    font-size: 20px;
    backdrop-filter: blur(4px);
}

.banner .bd .item.active{
    display: block;
}
.banner .bd .item img{
    width: 100%;
    height: 100%;
    overflow: hidden;}
.wztg {
    height: 168px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding-left: 60px;
    background: url("../../imgs/vido/addvideo.png") no-repeat center;
    background-size: cover;
    width: 100%;
    margin-bottom: 30px;
    border: 3px solid #fff;
}

.wztg dt {
    font-size: 20px;
    color: #040000;
    margin-bottom: 6px;
    font-weight: 800;

}

.wztg p {
    font-size: 14px;
    color: rgba(4, 0, 0, 0.6);
    margin-bottom: 10px;
}

.wztg .btn {
    height: 40px;
    background: linear-gradient( 270deg, #B386FF 0%, #6C49D5 100%);
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    width: 126px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.wztg .btn a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.wztg .btn img{
    width: 20px;
}
.wztg .btn:hover{opacity: 0.8;}
.wztg .btn:active{
    filter: brightness(0.9);
}
.jctj .list{

}

.jctj .list .item{
    border-radius: 8px 8px 8px 8px;
    background: #FFFFFF;
    display: block;
    overflow: hidden;
}
.jctj .list .item .tpic{
    aspect-ratio: 285 / 160;
}
.jctj .list .item .tpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jctj .list .item p{
    margin: 0;
    padding: 15px;
    font-size: 16px;
    color: #333333;
}
.cpsp{
    display: flex;
    gap: 20px;
}
.cpsp .list{
    display: flex;
    gap: 20px;
}
.cpsp  .ul{
    width: 50%;
}
.cpsp .item{
    border-radius: 16px 16px 16px 16px;overflow: hidden;
    width: 50%;

}
.cpsp .item .tpic{
   aspect-ratio: 283 / 157;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    height: 157px;
    width: 100%;
}
.cpsp .item .tpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cpsp .item .text{
    padding: 20px;background: #FFFFFF;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.cpsp .item  .tags{
    display: flex;
    gap: 10px;
    width: 100%;
    height: 28px;
    overflow-x: auto;
}
.cpsp .item .tags::-webkit-scrollbar{
    display: none;
}
.cpsp .item  .tags .tag{
    height: 28px;
    background: rgba(202,37,45,0.1);
    border-radius: 100px 100px 100px 100px;
    padding: 0 12px;
    display: flex;color: #CA252D;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}
.cpsp .item .btn{
    height: 32px;
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;font-size: 14px;color: #333333;
}


.cpsp .item .btn:hover{
    background-color: #FCF4F4;
    color: #CA252D;
}

.zhzj .list,dkzb .list{
    display: flex;

}

.zhzj .item,.dkzb .item{
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    display: block;
}
.zhzj .item .tpic,.dkzb .item .tpic{
    aspect-ratio: 285 / 158;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}
.zhzj .item .tpic img,.dkzb .item .tpic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.zhzj .item .text,.dkzb .item .text{
    padding: 20px;
    background: #FFFFFF;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.dkzb .item .text i{
    margin-right: 5px;}
.zhzj .item  .tags,.dkzb .item  .tags{
    display: flex;
    gap: 10px;
    width: 100%;
    height: 28px;
    overflow-x: auto;
}
.dkzb .item .text .limit{
    width: 100%;
}
.zhzj .item .tags::-webkit-scrollbar,
.dkzb .item .tags::-webkit-scrollbar{
    display: none;
}
.zhzj .item  .tags .tag,.dkzb .item  .tags .tag{
    height: 28px;
    background: rgba(202,37,45,0.1);
    border-radius: 100px 100px 100px 100px;
    padding: 0 12px;
    display: flex;color: #CA252D;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.zhzj .item .btn,.dkzb .item .btn{
    height: 32px;
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;font-size: 14px;color: #333333;
}
.zhzj .item .btn:hover, .dkzb .item .btn:hover{
    background-color: #FCF4F4;
    color: #CA252D;
}
.zhzj .item p,.dkzb .item p{
    margin: 0;font-size: 14px;color: #333333;
    width: 100%;
}
.dkzb .item .text{
    gap: 10px;
}
._btn-live{
    background: linear-gradient( 270deg, #FC573F 0%, #CA252D 100%) !important;
    font-size: 14px;
    color: #FFFFFF !important;
    font-weight: bold;

}
._btn-live i{
    background: #FFFFFF;
}
@media (max-width: 992px) {
    .banner{
        padding: 0;
        flex-direction: column;
        height: unset;
        margin: 0;
        gap: 0;
    }
    .banner .hd{
        display: none;
    }
    .banner .bd{
        width: 100%;
        aspect-ratio: 351 / 197;
    }
    .banner .bd-title{
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 4px;
        color: #333333;
        font-size: 14px;
        font-weight: 700;
    }
    .banner .bd-title ._status{
        background: rgba(202, 37, 45, 0.04);
        border-radius: 4px 4px 4px 4px;
        padding: 4px 10px;
        color: var(--base-color);
        font-size: 12px;
        white-space: nowrap;
    }
    .banner .bd .item{
        border-radius: 16px 16px 0 0;
    }
    .home-content{
        margin: 0;
        gap: 16px;
        padding-bottom: 0;
    }
    .cpsp{
        flex-direction: column;
    }
    .cpsp .ul{
        width: 100%;
    }
    .cpsp .item{
        width: 100%;
    }
    .wztg{
        height: 196px;
        padding: 0 24px;
        background-image: url("../../imgs/vido/wapaddvideo.png");
    }
    .wztg dt{
        font-size: 16px;
        line-height: 16px;
    }
    .wztg p{
        font-size: 12px;
    }
    .jctj .list .item .limit2{
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }
    .wztg .btn img{
        width: 20px;}
    .wap-scroll .container{
        padding: 0;}
}
