.product-center-page{
    padding-top: 60px;
}

.product-center-section-1 h2{
    color:#fff;
}

.product-center-section-1 .des{
    color:#fff;
}

.product-center-section-1 .title{
    text-align: left;
    margin: 0;
    color:#fff;
}

.product-center-page .product-center-section-2{
    background: #f1f3f5;
}

.product-center-page .product-center-section-2 .container{
    position: relative;
    padding: 0;
}

.product-center-page .product-center-section-2 .swiper-slide{
    width: auto;
    height: 70px;
    background: #f1f3f5;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.product-center-page .product-center-section-2 .active{
    background: #3f8ed0;
    border: none;
    color:#fff;
}

.product-center-page .product-center-section-2 .swiper-button-prev::after,.product-center-page .product-center-section-2 .swiper-button-next::after {
    color: #fff;
}

.product-center-page .product-center-section-3{
    background: #fff;
}

.product-center-page .product-center-section-4 video{
    width: 100%;
    border-radius: 18px;
}

.product-center-section-3 .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-center-section-3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }

.product-center-section-2-fixed{
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 900;
}

.product-center-page .product-center-section-3 .container,.product-center-page .product-center-section-4 .container{
    padding-bottom: 0;
}

.product-center-page .product-center-section-4 .section-content{
    position: relative;
}



@media (min-width:769px) { 
    .product-center-page .product-center-section-1{
        width: 100%;
        min-height: 580px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-center-page .product-center-section-1 h2{
        font-size: 36px;
    }

    .product-center-page .product-center-section-1 .des{
        width: 400px;
    }

    .product-center-page .product-center-section-2 .swiper-button-prev,.product-center-page .product-center-section-2 .swiper-button-next {
        width: 42px;
        height: 42px;
        top: 35%;
        --swiper-navigation-size: 20px;
        background: #000;
        opacity: 0.1;
        border-radius: 50%;
    }

    .product-center-page .product-center-section-2 .swiper-slide .slide-text{
        margin: 10px 30px;
    }

    .product-center-page .product-center-section-2 .swiper-button-prev{
        position: absolute;
        left: -60px;
        padding-right: 5px;
    }
    
    .product-center-page .product-center-section-2 .swiper-button-next {
        position: absolute;
        right: -60px;
        padding-left: 5px;
    }

    .product-center-page .product-center-section-3 .section-content{
        display: flex;
        flex-wrap: wrap;
    }

    .product-center-page .product-center-section-3 .item{
        width: 100%;
        border: 1px solid #bebebe;
        border-radius: 18px;
    }

    .product-center-page .product-center-section-3 .active{
        border: 1px solid #1f8cc5;
        color: #1f8cc5;
    }

    .product-center-page .product-center-section-3 .active p{
        color: #1f8cc5 !important;
    }

    .product-center-page .product-center-section-3 img{
        width: 100%;
        border-radius: 18px;
    }

    .product-center-page .product-center-section-3 .item p{
        font-size: 16px;
        text-align: center;
        color: #333333;
        line-height: 25px;
    }


    .product-center-page .product-center-section-4 .play img{
        width: 100px;
        position:absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        display: none;
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    .product-center-page .product-center-section-1{
        width: 100%;
        min-height: 180px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-center-page .product-center-section-1 h2{
        font-size: 26px;
        margin-top: 0;
    }

    .product-center-page .product-center-section-1 .des{
        font-size: 14px;
    }

    .product-center-page .product-center-section-2 .container{
        padding: 0 30px;
    }

    .product-center-page .product-center-section-2 .swiper-slide .slide-text{
        display:inline-block;
        margin: 10px;
    }

    .product-center-page .product-center-section-2 .swiper-button-prev,.product-center-page .product-center-section-2 .swiper-button-next {
        width: 24px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
        --swiper-navigation-size: 12px;
        background: #000;
        opacity: 0.1;
        border-radius: 50%;
    }

    .product-center-page .product-center-section-2 .swiper-slide{
        height: 60px;
        font-size: 14px;
    }

    .product-center-page .product-center-section-2 .swiper-button-prev{
        position: absolute;
        left: 3px;
        padding-right: 2px;
    }
    
    .product-center-page .product-center-section-2 .swiper-button-next {
        position: absolute;
        right: 3px;
        padding-left: 2px;
    }

    .product-center-page .product-center-section-3 .section-content{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product-center-page .product-center-section-3 .item{
        width: 100%;
        border: 1px solid #bebebe;
        border-radius: 18px;
    }

    .product-center-page .product-center-section-3 .active{
        border: 1px solid #1f8cc5;
        color: #1f8cc5;
    }

    .product-center-page .product-center-section-3 .active p{
        color: #1f8cc5 !important;
    }

    .product-center-page .product-center-section-3 img{
        width: 100%;
        border-radius: 18px;
    }

    .product-center-page .product-center-section-3 .item p{
        font-size: 14px;
        text-align: center;
        margin: 10px 0;
        color: #333333;
        line-height: 25px;
    }

    .product-center-page .product-center-section-3 .container{
        padding-bottom: 0;
    }

    .product-center-page .product-center-section-4 .play{
        display: none;
    }
}