/* 视频模块样式开始 */
.video-container {
    width: 100%;
    padding: 16px;
}
.video-item {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px auto 16px auto;
    border-radius: 8px !important;
}
.video-item:last-child {
    margin-bottom: 0px;
}
.special_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px !important;
}
.video-container .vjs-poster{
    border-radius: 8px !important;
}
.video-container .vjs-control-bar {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    border-radius: 8px !important;
}
.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;
}
.video-mask-icon-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 视频模块样式结束 */

