/* 直播模块样式开始 */
.live-container {
    width: 100%;
}
.live_video-item {
    width: 100%;
    height: 100%;
    position: relative;
}
.live_special_zhibo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live_video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.live_video-mask-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.live_video-mask-icon-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 直播模块样式结束 */

