.CJZ-video .v_s .v_yinying.active {
    background-color: rgb(0, 0, 0, 0);
    transition: 0.6s;
}

.CJZ-video .v_btn {
    cursor: pointer;
}

.v_img {
    height: 800px;
}

.v_img video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    display: none;
    /*object-fit: cover;*/
}

.CJZ-video .v_img>img {
    border-radius: 10px;
    max-height: 800px;
    height: 100%;
    object-fit: cover;
}

.CJZ-zhibo video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.CJZ-zhibo {
    height: 624px;
}

@media screen and (max-width:1440px) {
    .v_img {
        height: 660px;
    }

    .CJZ-video .v_img>img {
        max-height: 660px;
    }
}

@media screen and (max-width:1200px) {
    .v_img {
        height: 580px;
    }

    .CJZ-video .v_img>img {
        max-height: 580px;
    }
}

@media screen and (max-width: 768px) {
    .CJZ-zhibo {
        height: 100%;
    }
}