/* PC */
@media screen and (min-width: 1200px){
    .title{
        font-weight: 100 !important;
        font-size: 90px !important;
    }
}
.swiper-button-next,.swiper-button-prev{
    display: none !important;
}
@media screen and (min-width: 768px){
    .zhe_zhao{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
        z-index: 2;
        cursor: pointer;
    }
    .zhe_zhao div:nth-child(2){
        border-left: 1px solid #E0DCDC;
        border-right: 1px solid #E0DCDC;
        opacity: 0;
    }
    .swiper-active{
        opacity: 1 !important;
    }
    .swiper-button-next,.swiper-button-prev{
        display: flex !important;
    }
}
/* pad */
@media screen and (max-width: 1199px)and (min-width: 768px){
    .title{
        font-weight: 100 !important;
        font-size: 3rem !important;
    }
}
/* width:1366 */
@media screen and (max-width: 1366px)and (min-width: 1200px){}

.swiper{
    background: #000;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #fff;
}

.w-50{
    width:30% !important;
}

@media screen and (max-width: 576px){
    .w-50{
        width: 100% !important;
    }
}
.p2-web-video{
    display: flex;
}