.cctv-main {
    position: relative;
    overflow: hidden
}

.cctv-main, .cctv-main #video {
    width: 100%;
    height: 100%
}

.cctv-main #video a {
    color: #fff
}

.cctv-main #video:focus {
    outline: none
}

.cctv-main img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #eee
}

.cctv-main i {
    display: block;
    position: absolute;
    z-index: 100;
    cursor: pointer
}

/*    .cctv-main .close {
        width: 36px;
        height: 36px;
        left: 24px;
        top: 24px;
        background: url(/img/icon_close_56.b8ff91a.png) 50% 50%/100% 100% no-repeat
    }

    .cctv-main .play {
        width: 60px;
        height: 60px;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;
        background: url(/img/icon_play_120.89063a5.png) 50% 50%/100% 100% no-repeat
    }*/

.vjs-custom-skin {
    height: 100%
}

.vjs-custom-skin > .video-js {
    height: 100% !important
}

.vjs-custom-skin > .video-js .vjs-big-play-button {
    font-size: 16px;
    height: 100%
}

.flash-reminder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee
}

.flash-reminder .link-btn {
    padding: 6px 24px;
    font-size: 16px;
    background: #0c8
}