@charset "UTF-8";
.zy-video {
    width: 1200px;
    margin: 0 auto;
}

.zy-video ul {
    display: grid;
    grid-template-columns: repeat(3, 32.5%);
    justify-content: space-between;
    margin-top: 50px;
}

.videolist {
    position: relative;
}

.videolist:hover {
    cursor: pointer;
}

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 30%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 100;
    width: 640px;
    height: 360px;
    z-index: 1000;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

.zy-vTitle {
    font-size: 18px;
    line-height: 61px;
    color: #333333;
    text-align: center;
}
.zy-page{
    margin-top: 40px;
    margin-bottom: 100px;
}
.video{
    width: 1200px;
    margin: 0 auto;
}
.videolist>img:nth-child(1){
    width: 100%;
    height: 210px !important;
}
.mask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1477px) {}

@media (max-width:1365px) {}

@media (max-width:1200px) {
    .video{
        width: 100%;
    }
    .zy-video {
        width: 100%;
    }
    .zy-vTitle{
        font-size: 15px;
    }
    .videoed{
        left: 50%;
        top: 30%;
        transform: translateX(-50%);
    }
}

@media (max-width:990px) {
    .zy-video ul {
        display: grid;
        grid-template-columns: repeat(3, 32.5%);
        grid-template-rows: repeat();
        margin-top: 50px;
    }
    .zy-video ul {
        display: grid;
        grid-template-columns: repeat(2, 48%);
        grid-template-rows: repeat();
        margin-top: 50px;
        justify-content: space-around;
    }
    

}

@media (max-width:767px) {
    .zy-vTitle {
        font-size: 12px;
    }
    .zy-vTitle{
        line-height: 30px;
    }
    .videos{
        width: 300px;
        margin-left: -150px;
        margin-top: -100px;
        height: unset;
    }
    #video{
        width: 100% !important;
    }
    .videoed{
        top: 20%;
    }

}