.product_box {
    padding-top: 5.2vw;
}

.product_s {
    line-height: 2;
    color: #333;
    font-size: 16px;
}

.product_img {
    overflow: hidden;
    position: relative;
    margin: 3vw auto;
}

.product_img img {
    width: 100%;
}

.product_img .p_title {
    position: absolute;
    bottom: 5vw;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 80%;
}

.cp_point {
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5vw;
    z-index: 10;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 10px 0 0;
}

.swiper-pagination-bullet-active {
    background: var(--yx_Color);
}

.jsBox {
    margin: 3vw auto 4vw;
}

.js_title {
    font-family: 'Alibaba-PuHuiTi-Bold';
    color: #333;
    line-height: 1;
}

.jsBox ul {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jsBox ul li {
    width: 48.7%;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.jsBox ul li a {
    padding-left: 20px;
    position: relative;
    color: #333;
    line-height: 1.4;
    display: block;
}

.jsBox ul li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--yx_Color);
    position: absolute;
    left: 0;
    top: 7px;
}

.jsBox ul li a:hover {
    color: var(--yx_Color);
}

@media screen and (max-width: 768px) {
    .product_box {
        padding-top: 40px;
    }
    
    .product_img{
        margin: 40px auto;
    }

    .product_img .p_title {
        bottom: 40px;
        width: 90%;
    }

    .jsBox {
        margin: 40px auto;
    }

    .jsBox ul li {
        width: 100%;
        padding: 15px 0;
    }

    .cp_point {
        width: 90%;
        bottom: 10px;
    }
}
