body {
    max-width: 100vw;
    overflow: hidden;
}
.container {
    background-color: #FFFFFF;
    position: relative;
}

.xf_jp {
    text-align: center;
    margin-top: 0.83rem;
    position: relative;
}

.title_en {
    color: #141414;
    font-size: 0.28rem;
}

.title_zh {
    color: #141414;
    font-size: 0.54rem;
    font-weight: bold;
    margin-top: 0.2rem;
}

#certify {
    position: relative;
    width: 100%;
    margin: 72px auto 0
}

#certify .swiper-container {
    /* padding-bottom: 60px; */
}

#certify .swiper-slide {
    height: 5rem;
    background: #fff;
    position: relative;
}

#certify .swiper-slide .img {
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#certify .swiper-slide span {
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 80px;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

/* #certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
} */

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0;
    width: 80px;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    background: inherit;
    border: none;
}

/* #certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
} */

/* 轮播图展示 */
.xf_jp .swiper-container {
    overflow: hidden;
    width: 100%;
}

.xf_jp #certify {
    padding: 0 1.95rem;
    box-sizing: border-box;
}

.xf_jp .swiper-container .swiper-button-prev {
    left: 0.83rem !important;
}

.xf_jp .swiper-container .swiper-button-next {
    right: 0.83rem !important;
}

.xf_jp .swiper-slide {
    transform: scale(0.6) !important;
}

.xf_jp .swiper-slide.swiper-slide-next {
    transform: scale(1) !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide_desc {
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #141414;
    margin-top: 0.54rem;
    margin-right: 0.2rem;
}

.slide_desc .brnd_en {
    font-size: 0.2rem;
    color: #141414;
}

.slide_desc .brnd_zh {
    font-size: 0.4rem;
    color: #141414;
    margin-top: 0.05rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.desc_gg {
    font-size: 0.16rem;
    font-weight: bold;
    color: #141414;
    /*margin-right: 0.4rem;*/
    min-width: 8%;
    max-width: 40%;
}

.unit {
    font-size: 0.16rem;
    color: #707070;
    font-weight: 400;
    word-break: break-all;
    /*margin-left: 0.05rem;*/
}

.btn_search {
    border: none;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #DAB97E;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.btn_search::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #dab97e;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 0.5rem;
    transform: scale(1.2);
    animation: move4 4s infinite;
}

@keyframes move4 {
    0% {
        opacity: 0.2;
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }

    100% {
        opacity: 0.2;
        transform: scale(1.2);
    }
}

.flex-column-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1.33rem;
}

.xufu_product .xufu_product_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.xufu_product .xufu_product_menu .menu_item {
    font-size: 0.22rem;
    margin-right: 0.25rem;
    border: 1px solid #141414;
    padding: 0.16rem 0.22rem;
    cursor: pointer;
}

.xufu_product .xufu_product_menu .menu_item.active {
    border-color: #00524C;
    color: #00524C;
    font-weight: bolder;
}

/* 列表渲染 */
.jiu_list {
    padding: 0.73rem 1.95rem;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
}

.jiu_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jiu_list .list .list_item {
    width: 49.5%;
    height: 3.72rem;
    padding: 0.16rem;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0.15rem;
}

.jiu_list .list .list_item .img {
    width: 3rem;
    max-height: 100%;
    object-fit: contain;
}

.jiu_list .list .list_item .item_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.16rem;
    color: #141414;
    height: 100%;
    padding: 0.7rem 0.2rem 0.7rem 0.7rem;
    box-sizing: border-box;
}

.jiu_list .list .list_item .item_desc .title_en {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}

.jiu_list .list .list_item .item_desc .item_desc_top .title_zh {
    font-size: 0.28rem;
    font-weight: bold;
    margin-top: 0;
}

.jiu_list .list .list_item .item_desc .item_gg {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.2rem;
}

.jiu_list .list .list_item .item_desc .item_desc_content {
    font-size: 0.18rem;
    color: #707070;
    max-width: 100%;
}

/* 产品 详情 */
.product_container {
    padding: 0.7rem 1.95rem;
}

.product_container .prod_view {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 0;
    box-sizing: border-box;
    background-color: #F9F9F9;
}

.product_container .prod_view .prod_img {
    width: 3.8rem;
    /*height: 4.3rem;*/
}

.product_container .prod_view .prod_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    padding: 0.4rem 0;
    color: #707070;
    font-size: 0.18rem;
    min-height: 4.39rem;
    margin-left: 1.5rem;
    max-width: 45%;
}

.product_container .prod_view .prod_desc_top {
    color: #141414;
    font-size: 0.2rem;
}

.product_container .prod_view .prod_title {
    font-size: 0.22rem;
    color: #141414;
    font-weight: 500;
    margin-bottom: 0.1rem;
}

.product_container .prod_view .prod_desc_bottom .b_item {
    width: 40%;
    font-size: 0.22rem;
    color: #141414;
    font-weight: 500;
}

.product_container .prod_view .prod_desc_bottom .b_item .prod_gg {
    font-size: 0.16rem;
    color: #707070;
    margin-top: 0.1rem;
}

.product_container .prod_view .prod_desc_top p:nth-child(2) {
    font-size: 0.4rem;
    margin-top: 0.1rem;
    font-weight: bold;
}

.product_container .prod_view .prod_desc_bottom {
    display: flex;
}

.product_container .prod_view .store_link {
    display: flex;
    align-items: center;
}

.product_container .prod_view .store_link .qj_word {
    font-size: 0.16rem;
    margin-right: 0.2rem;
}

.product_container .prod_view .store_link img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
}

.product_container .prod_rich {
    display: flex;
    align-items: center;
    margin-top: 0.47rem;
    margin-bottom: 0.2rem;
}

.product_container .title_zh {
    font-size: 0.4rem;
    color: #000;
    margin-top: 0;
}

.product_container .prod_rich .w_tag {
    color: #C6C6C6;
    font-size: 0.14rem;
    margin-left: 0.2rem;
}

.rich_content {
    background-color: #F9F9F9;
    width: 100%;
    min-height: 50vh;
    box-sizing: border-box;
    padding: 0.2rem;
}

.rich_content p span {
    background-color: transparent !important;
}

.bottom_view .bottom_self {
    margin-top: 0.4rem;
}

.bottom_view .bottom_self .s_item {
    width: 7.55rem;
    height: 4.3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0.4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.bottom_view .bottom_self .s1_bg {
    background-image: url(../img/zsfw.png);
}

.bottom_view .bottom_self .s2_bg {
    background-image: url(../img/tpdz.png);
    margin-left: 0.2rem;
}

.bottom_view .bottom_self .s_title {
    color: #141414;
    font-size: 0.4rem;
    font-weight: bolder;
}

.bottom_view .bottom_self .s_desc {
    font-size: 0.18rem;
    color: #707070;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
}

/* 移动端 */
@media screen and (max-width: 750px) {
    .xf_jp {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }

    .product_container .prod_view .prod_img {
        width: 7.3rem;
    }

    .xf_jp #certify {
        padding: 20px;
        margin: 0;
        max-height: 400px;
    }

    #certify .swiper-slide {
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .rich_content img {
        max-width: 100%;
    }

    .xf_jp .swiper-container .swiper-button-next {
        right: 20px !important;
    }

    .xf_jp .swiper-container .swiper-button-prev {
        left: 20px !important;
    }

    #certify .swiper-button-prev,
    #certify .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #certify .swiper-button-prev img,
    #certify .swiper-button-next img {
        width: 100%;
        height: 100%;
    }

    .slide_desc {
        margin-top: 20px;
    }

    .xf_jp .swiper-slide {
        transform: scale(0.8) !important;
    }

    .jiu_list {
        padding: 25px 0px 0;
    }

    .jiu_list .list {
        flex-direction: column;
    }

    .jiu_list .list .list_item {
        width: 100%;
        padding: 25px 20px;
        height: auto;
    }
    
    .jiu_list .pages, .jiu_list .pages div {
        margin-bottom: 0.2rem;
        margin-top: 0.2rem;
    }
    
    .jiu_list .pages a {
        width: 0.7rem;
    }


    .jiu_list .list .list_item .item_desc .item_desc_top .title_zh {
        font-size: 20px;
    }

    .jiu_list .list .list_item .item_desc .item_desc_content {
        max-width: 80%;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .desc_gg {
        margin-right: 0px;
        font-size: 14px;
    }

    .jiu_list .list .list_item .item_desc .item_gg {
        justify-content: space-between;
    }

    .jiu_list .list .list_item .item_desc {
        padding: 0;
        padding-left: 0.5rem;
    }

    .jiu_list .list .list_item .img {
        width: 40%;
    }

    .pagination {
        margin-top: 25px;
        display: flex;
    }

    .pagination .next {
        width: 25%;
        height: 35px;
        margin-right: 10px;
    }

    .product_container {
        padding: 0;
    }

    .product_container .prod_view {
        flex-direction: column;
        padding: 25px 20px;
    }

    .product_container .prod_view .prod_desc {
        margin-left: 0;
        max-width: 100%;
    }

    .product_container .prod_rich {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .product_container .prod_rich .w_tag {
        text-align: center;
        margin-top: 15px;
    }

    .bottom_view .bottom_self {
        flex-direction: column;
    }

    .bottom_view .bottom_self .s2_bg {
        margin-left: 0;
        border-top: 1px solid #70707026;
    }

    .bottom_view .bottom_self .s_item {
        max-width: 100%;
    }
}