/* 表示是视频不可播的状态 */
.video-playback{position: relative;}
.disabled-video-dialog{height:100%;width: 100%;z-index:1000;color: #F2F2F2;font-size: 14px;height: 500px;background-size: cover;background-repeat: no-repeat;}
.disabled-video-dialog-main{background: url(../images/cover.png)no-repeat;background-size: 100% 100%;width: 100%;height: 100%;box-sizing: border-box;}
/* .disabled-video-dialog-main{background: rgba(36, 36, 36, 0.9);padding: 80px;width: 100%;height: 100%;box-sizing: border-box;} */
.disabled-video-dialog h3{color: #fff;padding: 0;margin-bottom: 6px;font-size: 24px;}
.disabled-video-dialog p{font-size: 16px;}
.disabled-video-dialog .countdown{color: #fff;}
.disabled-video-dialog .countdown span{width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 8px;font-weight: bold;
    font-size: 30px;
    color: #4260FD;margin: 0 8px;display: inline-block;text-align: center;line-height: 60px;}
.disabled-video-dialog .countdown label{font-size: 16px;}
@media screen and (max-width:750px){
    .disabled-video-dialog{height:100%;width: 100%;z-index:1000;color: #F2F2F2;font-size: .28rem;height:4.4rem;}
    .disabled-video-dialog-main{background: url(../images/cover.png)no-repeat;background-size: 100% 100%;width: 100%;height: 100%;box-sizing: border-box;}
    .disabled-video-dialog h3{color: #fff;padding: 0;margin-bottom: 6px;font-size: .48rem;}
    .disabled-video-dialog p{font-size: .24rem;}
    .disabled-video-dialog .countdown{color: #fff;}
    .disabled-video-dialog .countdown span{ font-size: .4rem;width: 0.64rem;
        height: 0.64rem;
        background: #FFFFFF;
        border-radius: 8px;font-weight: bold;
        font-size: 0.36rem;
        color: #4260FD;text-align: center;line-height: 0.64rem;margin:0 0.1rem}
    .disabled-video-dialog .countdown label{}
}