.page-content .video-cn {
    width: 0.5rem;
    height: 0.171875rem;
    font-size: 0.125rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0063FB;
    line-height: 0.171875rem;
}

.page-content .video-en {
    margin-top: 0.10416666666666667rem;
    width: 1.3072916666666667rem;
    height: 0.265625rem;
    font-size: 0.25rem;
    font-family: enFamily;
    font-weight: 400;
    color: #F1EFF1;
    line-height: 0.265625rem;
}

.page-content .item-Content .item-list {
    margin-top: 0.15625rem;
}

.page-content .video-Zone {
    margin-bottom: 0.4166666666666667rem;
    float: right;
    width: 4.197916666666667rem;
    min-height: 2.6041666666666665rem;
}

.page-content .item-list a {
    width: 2.0208333333333335rem;
    display: block;
}

.page-content .video-Zone .img-shadow::after {
    display: none !important;
}

.page-content .video-Zone .video-Item:nth-of-type(3n) {
    margin-right: 0;
}

.page-content .video-Zone .video-Item {
    margin: 0 0.078125rem 0.2604166666666667rem 0;
    cursor: pointer;
}

.page-content .video-Zone .video-Item img {
    border-radius: 5px;
    width: 100%;
}


.page-content .video-Zone .video-Item .img-shadow {
    width: 2.0208333333333335rem;
    height: 1.1666666666666667rem;
    position: relative;
}

.page-content .video-Zone .video-Item .img-shadow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.page-content .video-Zone .video-Item .video-tittle {
    height: 0.11458333333333333rem;
    font-size: 0.08333333333333333rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #444444;
    line-height: 0.11458333333333333rem;
    margin-top: 0.10416666666666667rem;
    padding-left: 0.078125rem;
    position: relative;
}

.page-content .video-Zone .video-Item .video-tittle::before {
    content: '';
    position: absolute;
    float: left;
    width: 0.03125rem;
    height: 0.09375rem;
    background: #0063FB;
    top: 0.010416666666666666rem;
    left: 0px;
    border-radius: 2px;
}


.video-Item .shadow {
    background-image: url('../img/home_mask.png');
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    border-radius: 5px;
    overflow: hidden;
}

.video-Item .shadow i {
    background-image: url('../img/playVideo.png');
    width: 0.2604166666666667rem;
    height: 0.2604166666666667rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;

}

.video-Item:hover .shadow {
    opacity: 1;

}

.overlay {
    position: relative;
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out 0.1s;
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 0.5表示50%的透明度 */
    z-index: -1;
    /* 将伪元素放置在父元素的下方 */
}

.hidden {
    opacity: 1;
    display: block !important;
    /* 初始状态完全可见 */
    visibility: visible;
    /* 初始状态可见 */
}

.lightbox {
    /*需要引起用户注意的元素*/
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.lightbox img {
    position: absolute;
    right: -0.16666666666666666rem;
    top: -0.16666666666666666rem;
    cursor: pointer;
}

.lightbox video {
    width: 5.671875rem;
    max-height: 80vh;
}

body.overlay-active {
    overflow: hidden;
}

.item-Content.video-Zone._w100 {
    width: 100%;
    display: block;
    float: unset;
}
@media screen and (max-width: 1025px) {
.page-content .video-Zone {
    margin-bottom: 30px;
    float: right;
    width: 100%;
    min-height: auto;
}
.page-content .item-Content .item-list {
    margin-top: 15px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}
.page-content .video-Zone .video-Item {
    margin: 0;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.page-content .item-list a {
    width: 100%;
    display: block;
}
.page-content .video-Zone .video-Item .video-tittle {
    height: auto;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #444444;
    line-height: 30px;
    margin-top: 5px;
    padding-left: 0;
    position: relative;
    text-align: center;
}
.page-content .video-Zone .video-Item .video-tittle::before{
    content: unset;
}
.page-content .video-en {
    margin-top: 15px;
    width: 100%;
    height: auto;
    font-size: 40px;
    font-family: enFamily;
    font-weight: 400;
    color: #F1EFF1;
    line-height: 25px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.page-content .video-cn {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0063FB;
    line-height: 30px;
    padding: 0 15px;
}
.page-content .video-Zone .video-Item .img-shadow {
    width: 100%;
    height: auto;
}
.lightbox{
    width: 100%;
}
.lightbox video {
    width: 90%;
    max-height: 80vh;
    margin-left: 5%;
}
.lightbox img {
    position: absolute;
    right: 5%;
    top: -40px;
    cursor: pointer;
}
}
