.mainbx {}


.train-detai-tp {
    padding: 20px 0;
}

.train-detai-tp a {
    font-size: 14px;
}





.product-detai {
    display: flex;
    justify-content: space-between;

}

.prod-detai-le {
    width: 48%;
    position: relative;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url('../images/pic76.png');
    background-size: 100% 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 10% !important;
    height: 55%;
    opacity: 0.4;
    cursor: pointer;
    border: 2px solid #c9c9c9;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #c9c9c9;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}










.prod-detai-ri {
    width: 48%;
    min-height: 70vh;
}

.prod-detai-ri h1 {
    font-size: 36px;
    font-weight: 600;
}



.productri-bx {
    height: 65vh;
    overflow-y: auto;
}


.product-ri-dat {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.product-ri-dat p {
    padding: 5px 0;
    font-size: 16px;
}

.product-ri-dat ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.product-ri-dat>ul li {
    width: 18.3%;
    height: 60px;
    border: 1px solid #ebebeb;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-ri-dat>ul li img {
    width: auto;
    height: auto;
}



.product-ri-btn {
    margin: 40px 0;
}

.product-ri-btn>a {
    width: 210px;
    background-color: #00a0e9;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-size: 18px;
}

.product-ri-btn>a img {
    width: 15px;
    height: 20px;
    margin-left: 10px;
}

.productri-tone {
    margin-bottom: 30px;
    border-top: 1px solid #ebebeb;
}

.productri-tone > div {
    margin-bottom: 20px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productri-tone  > div text{
    font-size: 24px;
    font-weight: 600;
}
.productri-tone  > div a{
    width: 210px;
    background-color: #00a0e9;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-size: 18px;
}

.productri-tone p {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}


.video-bj {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.video-box {
    width: 50vw;
    height: 50vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;

}

.video-box video {
    width: 100%;
    height: 100%;
}



.productri-bx::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(230, 230, 230);
    border-radius: 50px;
}

.productri-bx::-webkit-scrollbar-thumb {
    background-color: rgb(1, 181, 252);
    border-radius: 50px;
}


@media screen and (max-width:768px) {

    .train-detai-tp {
        padding: .2rem .1rem;
    }

    .train-detai-tp a {
        font-size: .16rem;
    }





    .product-detai {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .prod-detai-le {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: .18rem;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: .10rem 0;
    }

    .mySwiper .swiper-slide {
        width: 17% !important;
        height: 55%;
        opacity: 0.4;
        cursor: pointer;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }








    .productri-bx {
        height: auto;
        overflow-y: visible;
    }


    .prod-detai-ri {
        width: 95%;
        overflow-y: visible;
        margin: 0 auto;
    }

    .prod-detai-ri h1 {
        font-size: .3rem;
        font-weight: 600;
    }

    .product-ri-dat {
        padding: .2rem 0;
        border-bottom: 1px solid #ebebeb;
    }

    .product-ri-dat p {
        padding: .05rem 0;
        font-size: .16rem;
    }

    .product-ri-dat ul {
        display: flex;
        flex-wrap: wrap;
    }

    .product-ri-dat>ul li {
        width: 47%;
        height: .8rem;
        border: 1px solid #ebebeb;
        margin: .05rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-ri-dat>ul li img {
        width: auto;
        height: .6rem;
    }


    .product-ri-btn {
        margin: .4rem 0;
    }

    .product-ri-btn>a {
        width: 2.1rem;
        background-color: #00a0e9;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .15rem 0;
        font-size: .18rem;
    }

    .product-ri-btn>a img {
        width: .15rem;
        height: .2rem;
        margin-left: .1rem;
    }
    .productri-tone {
        margin-bottom: .3rem;
        border-top: 1px solid #ebebeb;
    }
    
    .productri-tone > div {
        margin-bottom: .2rem;
        padding-top: .3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .productri-tone  > div text{
        font-size: .24rem;
        font-weight: 600;
    }
    .productri-tone  > div a{
        width: 2.1rem;
        background-color: #00a0e9;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .15rem 0;
        font-size: .14rem;
    }

    .productri-tone p {
        font-size: .16rem;
        color: #333333;
        margin-top: .1rem;
    }






    .video-box {
        width: 90vw;
        height: 40vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
    }





}