.video-item{
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    display: block;
    height: 100%;
    position: relative;
}
.video-item .main_img{
    position: relative;
    aspect-ratio: 285 / 158;
    width: 100%;
}
.video-item .main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-item ._btn{
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}
.video-item .main_img .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);
}
.video-item ._btm-info{
    padding: 20px;
    height: 226px;
}
.video-item ._btm-info ._tags{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
}
.video-item ._btm-info ._tags::-webkit-scrollbar{
    display: none;
}
.video-item ._btm-info ._tags div{
    height: 28px;
    background: rgba(202,37,45,0.1);
    border-radius: 100px 100px 100px 100px;
    padding: 0 12px;
    line-height: 28px;
    font-size: 14px;
    color: #CA252D;
    white-space: nowrap;
}
.video-item ._btm-info ._name{
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.video-item ._btm-info ._desc{
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 20px;
    height: 60px;
}
.hot-video{
    display: block;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.hot-video .iconfont{
    position: absolute;
    width: 57px;
    height: 57px;
    background: rgba(255,255,255,0.1);
    border-radius: 29px 29px 29px 29px;
    backdrop-filter: blur(4px);
    text-align: center;
    line-height: 57px;
    font-size: 22px;
    color: #fff;
    left: 50%;
    top: calc(50% - 26px);
    transform: translate(-50%,-50%);
}
.hot-video img{
    width: 100%;
    aspect-ratio: 285 / 160;
    object-fit: cover;
}
.hot-video ._name{
    height: 52px;
    padding: 0 15px;
    line-height: 52px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.send-video{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 40px;
    background: linear-gradient( 270deg, #B386FF 0%, #6C49D5 100%);
    border-radius: 100px 100px 100px 100px;
    font-size: 14px;
    color: #FFFFFF;
    gap: 10px;
}
.send-video img{
    width: 18px;
    height: 18px;
}
.video-list ._tags._type2{
    display: none;
}
.video-list ._tags._type2 div{
    height: 19px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F5F6FA;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    padding: 0 4px;
}
.video-list-line ._tags._type1{
    display: none;
}
.video-list-line ._tags._type2{
    display: flex;
    margin-bottom: 10px;
}
.video-list-line .video-item{
    display: flex;
    padding: 20px;
    gap: 20px;
}
.video-list-line .video-item .main_img{
    width: 301px;
    height: 167px;
    border-radius: 16px 16px 16px 16px;
    aspect-ratio: 301 / 167;
    flex-shrink: 0;
    overflow: hidden;
}
.video-list-line .video-item ._btm-info{
    padding: 0;
    height: auto;
    position: relative;
}
.video-list-line .video-item ._btn{
    width: 96px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 992px) {
    .video-list-line .video-item{
        padding: 16px;
        gap: 16px;
    }
    .video-list-line .video-item .main_img{
        width: 64%;
        height: auto;
    }
    .video-item ._btm-info ._desc{
        font-size: 12px;
        line-height: 14px;
        height: 42px;
    }
    .video-list-line ._tags._type2{
        display: none;
    }
}
