.live-item{
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    display: block;
}
.live-item .main_img{
    position: relative;
    aspect-ratio: 285 / 158;
    width: 100%;
}
.live-item .main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live-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);
}
.live-item .main_img ._status{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
    padding: 0 18px 0 24px;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 30px;
}
.live-item ._btm-info{
    padding: 20px;
}
.live-item ._btm-info ._tags{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
}
.live-item ._btm-info ._tags::-webkit-scrollbar{
    display: none;
}
.live-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;
}
.live-item ._btm-info ._name{
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.live-item ._btm-info ._info{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.live-item ._btm-info ._info i{

}
.live-item ._play-btn{
    margin-top: 20px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
    box-shadow: 0px 4px 4px 0px #FDD8D9;
    border-radius: 30px 30px 30px 30px;
    flex-shrink: 0;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    gap: 4px;
}
.live-item ._play-btn .playing-icon i{
    background: #fff;
}
.live-item ._btn{
     margin-top: 20px;
}
.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:hover{
    color: #fff;
    opacity: 0.9;
}
.send-video:active{
    filter: brightness(0.9);
}
.send-video img{
    width: 18px;
    height: 18px;
}
.live-list ._tags._type2{
    display: none;
}
.live-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;
}
.live-list-line ._tags._type1{
    display: none;
}
.live-list-line ._tags._type2{
    display: flex;
    margin-bottom: 10px;
}
.live-list-line .live-item{
    display: flex;
    padding: 20px;
    gap: 20px;
}
.live-list-line .live-item .main_img{
    width: 301px;
    height: 167px;
    border-radius: 16px 16px 16px 16px;
    aspect-ratio: 301 / 167;
    flex-shrink: 0;
    overflow: hidden;
}
.live-list-line .live-item ._btm-info{
    padding: 0;
}
.live-list-line .live-item ._play-btn,
.live-list-line .live-item ._btn{
    width: 118px;
    margin-top: 30px;
}
