﻿* {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
}

::-webkit-scrollbar {
    display: none
  }

/* 公共CSS */

@font-face {
    font-family: "IBMPlexSerif-Bold";
    src: url("../font/IBMPlexSerif-Bold.ttf");
}


@font-face {
    font-family: "Poppins-Light";
    src: url("../font/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../font/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../font/Poppins-Medium.ttf");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../font/SourceHanSansCN-Bold.ttf");
}


.bg-title {
    font-size: 120px;
    color: #ffffff;
    font-family: "IBMPlexSerif-Bold";
}

.me-title {
    font-size: 48px;
    font-family: "IBMPlexSerif-Bold";

}

.sm-title {
    font-size: 20px;
    color: #ffffff;
    font-family: "IBMPlexSerif-Bold";
}

.product-title-bg {
    font-size: 26px;
    color: #4c4c4c;
    font-family: "Poppins-SemiBold";
}

.product-title-sm {
    font-size: 22px;
    color: #666666;
    font-family: "Poppins-Medium";
}

.product-text {
    font-size: 16px;
    color: #666666;
    font-family: "Poppins-Light";
}

.under-line {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #cb455f;
    text-decoration-thickness: 3px;
}

.small-fontsize {
    font-size: 60px;
    font-family: "IBMPlexSerif-Bold";
}

.small-fontsize-2 {
    font-size: 30px;
}

.small-fontsize-3 {
    font-size: 48px;
    font-family: "IBMPlexSerif-Bold";

}

.small-fontsize-4 {
    font-size: 36px;
    font-family: "IBMPlexSerif-Bold";
}

.small-fontsize-6 {
    font-size: 48px;
    font-family: "IBMPlexSerif-Bold";


}

.black-fontcolor {
    color: #333333;
}

.white-fontcolor {
    color: #ffffff !important;
}

.red-title {
    color: #cb455f;
}

.grey-fontcolor {
    color: #666666;
}



.type-t-2 {
    margin: 200px 0 50px;
    color: #4c4c4c;
    font-size: 30px;
    text-align: center;
}



.text-style {
    font-size: 16px;
    color: #ffffff;
    font-weight: 100;
    font-family: "Poppins-Light";
}

.active {
    color: #ffffff !important;
}

.active-infomation {
    background-color: #ffffff !important;
    color: #4c4c4c !important;
    box-shadow: 0px 0px 7px 0px #cccccc13;
}

.bgc-white {
    background-color: #ffffff;
}

.button {
    height: 65px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    font-size: 18px;
    white-space: nowrap;
    text-decoration: none !important;
    box-sizing: border-box;
    font-family: "Poppins-Light";
    position: relative;

    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}


.button:hover,
.button:focus,
.button:active {
    /* -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob; */
    animation-duration: .3s, 1.5s;
    animation-delay: .3s, 1.5s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    border: 0px !important;
}

.button img {
    width: 18px;
    margin-right: 10px;
    object-fit: contain;
}


.a-none {
    text-decoration: none;
}


.type-a-1 {
    background-color: #cb455e;
    color: #ffffff;
}



.type-a-2 {
    background-color: #ffffff;
    color: #cb455e;
    border: #e9bcc3 1px solid;
    height: 65px;
    text-decoration: none;
}



.type-a-3 {
    background-color: #cb455e;
    color: #ffffff;
    padding: 0 50px;
}


.type-a-4 {
    color: #cb455e;
    border: #e9bcc3 1px solid;
    height: 50px;
}

.type-a-5 {
    background-color: #ffffff;
    color: #cb455e;
    border: #e9bcc3 1px solid;
    height: 65px;
}

.type-a-6 {
    background-color: #ffffff;
    color: #cb455f;
    border: #e9bcc3 1px solid;
    height: 55px;
}

.static-width {
    width: 200px;
}

.special-margin-button {
    margin: 0 0 100px !important;
}



.other-time {
    color: #f6f6f6;
    background-color: #00000000;
    border: 1px solid #bdbec1bd;
}

.next-trims {
    width: 100%;
    margin-top: -90px;
    margin-bottom: -112px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 30;
    text-decoration: none;
    border: 0;

}

.next-trims span {
    font-size: 20px;
    color: #e9bcc3;
    font-family: "IBMPlexSerif-Bold";
}

.next-trims img {
    width: 42px;
    object-fit: cover;
}

.next-trims .line {
    width: 1px;
    height: 140px;
    background-color: #e9bcc3;
}

.index-active {
    width: 60% !important;
    background-color: #8b8b8b60;
}

.nothing {
    display: none !important;
}

.button:hover {
    background-color: #da2a4d;
    color: #ffffff;
    cursor: pointer;
}

.product-choice .slide-change-button div:hover {
    background-color: #da2a4d !important;
    cursor: pointer;
}

.form_group .control_required {
    width: 100%;
}

/* 私有CSS */

.header {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    /* position: relative; */


}

.header img {
    object-fit: cover;
}

.header-title {
    width: 104px;
    object-fit: contain;
}

.header-search {
    width: 31px;
    object-fit: cover;
}

.mySwiper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.mySwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}


.index-banner {
    width: 100%;
    height: 101vh;
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    background-color: #feedf0;
    position: relative;

}

.swiper-pagination-i {
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
    top: 88%!important;
     
}

.swiper-pagination-i .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px!important;
    background: #979797;
    opacity: 0.8;
}

.swiper-pagination-i  .swiper-pagination-bullet-active {
    background-color: #cb455e!important;
}


@keyframes scale-bgc {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
}

.header-choice {
    width: 31px;
}

.lang-choice {
    position: absolute;
    left: 6%;
    display: flex;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;

    
    
}

.lang-choice img {
    width: 37px;
    object-fit: contain;
    clip-path: circle(39% at 55% 50%);
    text-decoration: none;
    text-transform: none;
    
}

.lang-choice span {
    text-decoration: none;
    text-transform: none;
    color: #ffffff;
    /* mix-blend-mode: difference; */
}

.lang-show {
    width: 25%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* border: 1px solid #33333320; */
    opacity: 0;
    border-radius: 40px;
    background: #fffcfc17;
    transition: all 0.5s;
}

.index-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

.scale-animation {
    animation: scale-bgc 4s;
}

@keyframes bulr-bgc {
    0%{
        filter: blur(0px);
    }
    100%{
        filter: blur(5px);
    }
}

@keyframes bulr-lose-bgc {
    0%{
        filter: blur(5px);
    }
    100%{
        filter: blur(0px);
    }
}

.index-banner .banner-main {
    position: absolute;
    z-index: 10;
    width: auto;
    margin-top: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-banner .banner-main .first {
    margin: 0 0 -40px;
}

.index-banner .banner-main .trims {
    position: absolute;
    object-fit: cover;
    top: -22px;
    right: 30px;
}

.index-banner .banner-main a {
    text-decoration: none;
}

.index-banner .banner-main .button-choice {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.index-banner .banner-main .button-choice div {
    font-size: 16px;
    color: #c1c1c1;
    cursor: pointer;
    font-family: "Poppins-Medium";
}

.index-banner .banner-main .button-choice .line {
    width: 1px;
    height: 20px;
    background-color: #9e9f9b;
    margin: 0 40px;
}

.index-banner .banner-main .button-puts {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.index-banner .banner-main .button-puts .part1 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.index-banner .banner-main .button-puts .part2 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}







.product-choice {
    width: 100%;
    height: 868px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fcfcf7;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.swiper-container {
    margin-top: 250px;
    width: 100%;
}

.product-choice .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -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;
    transition-property: transform
}

.product-choice .swiper-container .swiper-wrapper .swiper-slide-active,
.swiper-slide-duplicate-active {
    display: flex;
    justify-content: center;
    align-items: center;

}

.product-choice .swiper-container .swiper-wrapper .swiper-slide-active,
.swiper-slide-duplicate-active img {
    transform: scale(1.1) !important;
    transition: all 1.5s;
}

.swiper-slide .put {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.swiper-slide .put .bg-img {
    width: 95%;

}

.swiper-slide .put .bg-img img {
    width: 37%;
    object-fit: cover;
}

.swiper-slide .put .product-name-2 {
    display: none;
}

.swiper-slide-prev .put .bg-img {
    margin-left: 160px;
}

.swiper-slide-next .put .bg-img {
    margin-right: 160px;
}

.swiper-slide-active .put {
    margin-top: 0px;
    width: 85%;
}

.swiper-slide-active .put:hover .bg-img img {
    box-shadow: 0px 0px 30px #0000005c;
    background-color: #0000001f;
}

.swiper-slide-active .put .bg-img {
    width: 72%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-slide-active .put .bg-img img {
    width: 80%;
    object-fit: contain;
}

.swiper-slide-active .put .product-name-2 {
    display: flex;
    margin-top: 100px;
}

.product-choice .trims-new {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #cb455e;
    background-color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 10;
    top: 230px;
    left: 42%;
    font-family: "IBMPlexSerif-Bold";
}

.product-choice .trims-new img {
    width: 20px;
    object-fit: contain;
}

.product-choice .trims-circle {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    position: absolute;
    top: 250px;
    background-color: #feedf0;
    z-index: -1;

}


.product-choice .slide-change-button {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 20;
    top: 355px;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.product-choice .slide-change-button .next {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 150px;
}

.product-choice .slide-change-button .prev {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 150px;
}

.product-choice .slide-change-button img {
    width: 27px;
    height: 27px;
    object-fit: cover;

}

.slide-addmargin {
    margin-bottom: 100px;
}


.articles {
    margin-top: 100px;
    width: 64%;
    margin: 0 18%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.articles .article-1 {
    width: 100%;
    height: 488px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 100px;
}

.articles .article-1 .part1 {
    width: 50%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    z-index: 10;
}

.articles .article-1 .part1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.articles .article-1 .part2 {
    width: 50%;
    height: 100%;
    margin-left: 50%;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0px 0px 7px #00000013;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background-color: #ffffff;
    padding: 0 5%;
    box-sizing: border-box;
}

.articles .article-1 .part2 .trims {
    position: absolute;
    top: -15px;
    width: 42px;
    margin-top: -15px;
    margin-bottom: -15px;
    opacity: 0;
}

.articles .article-1 .part2 .title {
    font-size: 26px;
    color: #cb455f;
    font-family: "IBMPlexSerif-Bold";
    text-align: center;
    line-height: 1.4em;
    height: 3em;
    overflow: hidden;

}

.articles .article-1 .part2 .box {
    margin-top: 5%;
    width: 60px;
    object-fit: cover;
}


.articles .col {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 100px;
}


.articles .col .article-2 {
    width: 49%;
    height: 455px;
    position: relative;
    margin-right: 10px;
}

.articles .col .article-2 .part1 {
    width: 100%;
    height: 52%;
    position: absolute;
    border-radius: 20px;
    z-index: 10;
}

.articles .col .article-2 .part1 .trims {
    position: absolute;
    top: -15px;
    width: 42px;
    margin: -15px 48%;
    opacity: 0;
}

.articles .col .article-2 .part1 .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.articles .col .article-2 .part2 {
    width: 100%;
    height: 52%;
    margin-top: 39.8%;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0px 0px 7px #00000013;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background-color: #ffffff;
    padding: 0 5%;
    box-sizing: border-box;
}

.articles .col .article-2 .part2 .title {
    padding: 0 25px;
    text-align: center;
    font-size: 27px;
    font-family: "IBMPlexSerif-Bold";
    color: #cb455f;
    height: 3em;
    overflow: hidden;
}

.articles .col .article-2 .part2 img {
    margin-top: 5%;
    width: 60px;
    object-fit: cover;
}


.articles .col .article-3 {
    width: 49%;
    height: 455px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
}

.articles .col .article-3 .part1 {
    width: 100%;
    height: 52%;
    position: absolute;
    border-radius: 20px;
    z-index: 10;
}

.articles .col .article-3 .part1 .trims {
    position: absolute;
    top: -15px;
    width: 42px;
    margin: -15px 48%;
    opacity: 0;
}

.articles .col .article-3 .part1 .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.articles .col .article-3 .part2 {
    width: 100%;
    height: 52%;
    margin-top: 39.8%;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0px 0px 7px #00000013;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background-color: #ffffff;
    padding: 0 5%;
    box-sizing: border-box;
}

.articles .col .article-3 .part2 .title {
    text-align: center;
    font-size: 27px;
    color: #cb455f;
    font-family: "IBMPlexSerif-Bold";
    height: 3em;
    overflow: hidden;
}

.articles .col .article-3 .part2 img {
    margin-top: 5%;
    width: 60px;
    object-fit: cover;
}

.learn-more {
    width: 100%;
    height: 770px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}

.learn-more .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}

.learn-more .text-put {
    width: auto;
    margin-top: 190px;
    margin-bottom: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 7;
}

.learn-more .text-put .first {
    font-size: 120px;
}

.learn-more .text-put .first span {
    font-size: 70px;
}

.learn-more .text-put .trims {
    position: absolute;
    object-fit: cover;
    top: -30px;
    right: 500px;
    z-index: 100;

}

.learn-more .text-put .second {
    font-size: 110px;
    margin: -65px 0 0;
}

.learn-more .text-put .third {
    margin: 20px 0 0;
    width: 50%;
}

.learn-more .text-put .four {
    margin: 65px 0 0;
}

.w-p65 {
    width: 62%;
    height: 690px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 10px;
    position: relative;
}

.w-p65 .bgc-map {
    position: absolute;
    object-fit: contain;
    top: 20%;
    right: -25%;
    opacity: 0.1;
}

.w-p65 .title {
    font-size: 40px;
    line-height: 52px;
    margin: 100px 0 60px;
    color: #333333;
    font-weight: bold;
    font-family: "Poppins-SemiBold";
    text-align: center;
}

.w-p65 .long-title {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    text-align: center;
    font-family: "Poppins-Medium";
}

.w-p65 .text-put {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}

.w-p65 .text-put .left {
    width: 65%;
    box-sizing: border-box;
    text-align: justify;
}

.w-p65 .text-put .right {
    width: 25%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.footed {
    width: 100%;
    background-color: #f7f7ef;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 8% 0;
    box-sizing: border-box;
    position: relative;
}

.footed .bg-title {
    text-align: center;
}

.footed .logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    object-fit: contain;
    top: -50px;
    border: 1px solid #e9bcc3;

}

.footed .logo img {
    width: 99px;
    height: 99px;
    object-fit: contain;
}

.footed .trims {
    width: 42px;
    margin: 40px 0;
    object-fit: cover;
}

.footed .buttons {
    display: flex;
    justify-content: space-between;
}

.footed .buttons a {
    margin: 0 10px;
}

.footed .illuse {
    width: 60%;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e9bcc3;
}

.footed .illuse span {
    color: #d1d1cc;
    font-size: 14px;
    font-family: "Poppins-Light";
}

.footed .illuse .underline {
    text-decoration: underline;
}

.footed .illuse a {
    display: block;
    margin: 0 0 0 10%;
}

.footed .illuse .national-flag {
    width: 30px;
    object-fit: contain;
}


.product-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #feedf0;
    position: relative;

}

.product-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.product-banner .banner-main {
    position: relative;
    z-index: 10;
    width: auto;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-banner .banner-main a {
    text-decoration: none;
}

.product-banner .banner-main .button-choice {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-banner .banner-main .button-choice a {
    font-size: 16px;
    color: #9e9f9b;
}

.product-banner .banner-main .button-choice a .second {
    text-align: center;
}

.product-banner .banner-main .button-choice .line {
    width: 1;
    height: 20px;
    background-color: #9e9f9b;
    margin: 0 40px;
}

.product-banner .banner-main .button-put {
    margin-top: 90px;
    margin-bottom: 90px;
    width: 85%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.product-show {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-show .top-title {
    margin: 35px 0 65px;
    font-size: 20px;
    font-family: "Poppins-Light" !important;
}

.product-show .second-title {
    margin: 0 0 40px;
}

.product-show .text {
    width: 52%;
    text-align: justify;
    text-align-last: center;
    margin: 0 0 90px;

}



.product-show .product-put {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.product-show .product-put .part {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}



.product-show .product-put .part .new {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #cb455e;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #f8f5f5;
    position: absolute;
    left: 55px;
    top: 10px;
    text-decoration: none;
    font-family: "IBMPlexSerif-Bold";
}

.product-show .product-put .part .new img {
    width: 30px;
    object-fit: cover;
}

.product-show .product-put .part a .product-img {
    width: 180px;
    object-fit: cover;
}

.product-show .product-put .part a .product-img:hover {
    box-shadow: 0px 0px 42px #00000013;
    background-color: #00000005;
}

.product-show .product-put .part .product-name {
    font-size: 16px;
    font-family: "Poppins-Medium";
    margin: 25px 0 0;

}

.product-show .product-put .part .starts {
    text-decoration: none;
    color: #333333;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-show .product-put .part .starts img {
    width: 12px;
    object-fit: contain;
}

.product-show .product-put .part .price {
    margin-bottom: 30px;

}

.supplement {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f2f2;
}

.supplement .top-title {
    margin: 80px 0 40px;
}

.supplement .second-title {
    margin: 0 0 35px;
}

.supplement .text {
    width: 56%;
    text-align: justify;
    text-align-last: center;
    margin: 0 0 130px;

}

.fudge {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fudge .bg-img {
    width: 100%;
    object-fit: cover;
}

.fudge .first-title {
    margin: 70px 0 40px;
    color: #4c4c4c;
}

.fudge .text-first {
    width: 56%;
    text-align: justify;
    text-align-last: center;
    margin: 0 0 100px;
}

.fudge .product-img {
    width: 30%;
    margin: 0 0 60px;
    object-fit: cover;
}

.fudge .contain {
    width: 100%;
    background-color: #f5f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fudge .contain .first-title {
    margin: 50px 0 30px;
}

.fudge .contain .text {
    text-align: center;
    margin: 0 0 65px;
}

.fudge .make-title {
    margin: 70px 0 40px;
    color: #4c4c4c;
}

.fudge .text-2 {
    width: 56%;
    text-align: justify;
    text-align-last: center;
    margin: 0px 0px 80px;
}

.fudge .questions {
    width: 62%;
    margin: 0 0 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fudge .questions .part {
    width: 100%;
    margin: 0 0 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fudge .questions .part div:first-of-type {
    color: #4c4c4c;
}

.fudge .questions .part .main {
    padding-top: 35px;
    margin-right: 20px;
    width: 85%;
    text-align: justify;
}

.fudge .comments {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 45px;
    width: 19%;
    text-align: center;
    white-space: nowrap;
}

.fudge .swiperp1 {
    width: 85%;
    margin: 0px 0px 120px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    --swiper-theme-color: #666666;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #e6e6e6;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 15px;
    /* 设置按钮大小 */
}

.fudge .swiperp1 .swiper-wrapper {
    width: 100%;
}

.fudge .swiperp1 .control-put {
    margin-top: 50px;
    position: relative;
    height: 40px;
    z-index: 300;
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.fudge .swiperp1 .control-put-2 {
    margin-top: 100px;
    position: absolute;
    height: 40px;
    z-index: 300;
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.fudge .swiperp1 .control-put-2 .swiper-button-prev {
    width: 15px !important;
    height: 20px !important;
}

.fudge .swiperp1 .control-put-2 .swiper-button-prev::after {
    font-size: 30px !important;
}

.fudge .swiperp1 .control-put-2 .swiper-button-next {
    width: 15px !important;
    height: 20px !important;
}

.fudge .swiperp1 .control-put-2 .swiper-button-next::after {
    font-size: 30px !important;
}



.fudge .swiperp1 .control-put .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.fudge .swiperp1 .control-put .swiper-pagination-bullet-active {
    background-color: #cb455e;
}

.fudge .swiperp1 .control-put .swiper-pagination {
    left: 35px;
    width: 80%;
    top: 14px;
    display: flex;
    justify-content: space-evenly;
}

.fudge .swiperp1 .swiper-wrapper .swiper-slide {
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #f5f2f2;
}

.fudge .swiperp1 .swiper-wrapper .swiper-slide .text {
    text-align: center;
    width: 78%;
    height: 140px;
    overflow-y: hidden;
}

.fudge .swiperp1 .swiper-wrapper .swiper-slide .starts {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.fudge .last-button {
    margin: 0 0 190px;
    display: none;
}

.index-two-banner {
    width: 100%;
    height: 100vh;
    top: 0px;
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 998;
    position: fixed;

}

.index-two-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

/*  */

.index-two-banner .main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;


}

.index-two-banner .main .All a {
    font-size: 18px;
}

.index-two-banner .main .part1-index .line {
    width: 90px;
    height: 3px;
    margin: 0 0 25px;
    background-color: #a1a1a1b9;
}

.index-two-banner .main .part2-index .line {
    width: 90px;
    height: 3px;
    margin: 0 0 25px;
    background-color: #a1a1a1b9;
}

.index-two-banner .main .part1-index {
    width: 60%;
    height: 100%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-two-banner .main .part1-index span {
    margin: 0 0 25px;
    font-size: 20px;
    font-family: "Poppins-Light";
}

.index-two-banner .main .part1-index span a {
    color: #f1f6f0;
    text-decoration: none;
}

.index-two-banner .main .part1-index span:hover a {
    color: #e9bcc3;
}

.index-two-banner .main .part1-index .first {
    margin: 10px 0 50px;
}

.index-two-banner .main .part2-index {
    width: 40%;
    height: 100%;
    position: relative;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-two-banner .main .part2-index span {
    margin: 0 0 25px;
    font-size: 20px;
    font-family: "Poppins-Light";

}

.index-two-banner .main .part2-index span:hover a {
    color: #e9bcc3;
}

.index-two-banner .main .part2-index span a {
    color: #f1f6f0;
    text-decoration: none;
}

.index-two-banner .main .part2-index .first {
    margin: 10px 0 50px;
}

.index-two-banner .other-nav {
    top: 90%;
    width: 40%;
    position: absolute;
    z-index: 10;

}

.index-two-banner .other-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.index-two-banner .other-nav ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-two-banner .other-nav ul li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;

}

.index-two-banner .other-nav ul li:hover a {
    color: #e9bcc3;
}

.index-two-banner .other-nav ul li a img {
    width: 20px;
    object-fit: cover;
}

.index-two-banner .other-nav .circle-1 {
    width: 25px;
    height: 25px;
    border: 1px solid #9e9f9b;
    border-radius: 50%;
}

.index-two-banner .other-nav .circle-2 {
    width: 25px;
    height: 25px;
    border: 1px solid #9e9f9b;
    border-radius: 50%;
    margin-left: -20px;
}



.lang-nav {
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 998;
    position: fixed;
    top: 0;

}

.lang-nav .bg-div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-nav .bg-div .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;

}







.search-banner {
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 998;
    position: fixed;
    top: 0;

}

.search-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.search-banner .first-title {
    margin: 260px 0 0;
    font-family: "IBMPlexSerif-Bold" !important;
}

.search-banner .form {
    width: 42%;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.search-banner .input {
    width: 100%;
    height: 100px;
    padding-left: 100px;
    font-size: 30px;
    border-radius: 50px;
    border: 0px;
    outline: none;
}

.search-banner .form img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 35px;
    left: 35px;
    z-index: 100;
}

.search-banner .first-button {
    margin: 30px 0 0;
}

.about-banner {
    width: 100%;
    height: 818px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    position: relative;
    z-index: 1;

}

.about-banner .trims {
    position: absolute;
    object-fit: cover;
    top: 170px;
    right: 440px;
}

.about-banner .bg-title:first-of-type {
    margin-top: -110px;
}

.about-banner .second {
    margin-top: -45px;
    white-space: nowrap;
}

.about-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.offline-main {
    width: 100%;
    padding: 0 8% 140px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #f8faf7;
}

.offline-main .offline-style {
    margin: 20px 0 0;
}

.about-main {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #f8faf7;
}

.about-main .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: 0 -25px;
    z-index: 0;
}


.about-main .part1 {
    width: 63%;
    margin: 165px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 3;

}

.about-main .part1 img {
    width: 110px;
    object-fit: cover;
}

.about-main .part1 .text {
    width: 85%;
    display: flex;
    flex-direction: column;
}

.about-main .part1 .text .first-text {
    margin: 0 0 50px;
}

.about-main .part2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    width: 63%;
    margin: 250px 0 0;
    z-index: 3;
}

.about-main .part2 .trims {
    position: absolute;
    top: -120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-main .part2 .trims img {
    width: 42px;
    object-fit: cover;
}

.about-main .part2 .trims .line {
    width: 1px;
    height: 660px;
    background-color: #ffd2da;
}

.about-main .part2 .bg-img2 {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 100;

}

.about-main .part3 {
    width: 63%;
    margin: 165px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 3;

}

.about-main .part3 .title {
    display: flex;
    flex-direction: column;
}

.about-main .part3 .title img {
    margin: 30px 0 0;
    width: 60px;
    object-fit: cover;
}

.about-main .part3 .text {
    padding-top: 5px;
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.about-main .part3 .text .first-text {
    margin: 0 0 50px;
}

.about-main .part4 {
    width: 100%;
    margin: 190px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 3;

}

.about-main .part4 img {
    width: 30%;
    object-fit: cover;
}

.about-main .part4 .text {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.about-main .part4 .text .first-title {
    margin: 80px 0 0;
}

.about-main .part4 .text img {
    margin: 39px 0;
    width: 56px;
    object-fit: cover;
}

.about-main .part4 .text .show {
    width: 74%;
    text-align: justify;
}



.about-main .part4 .show-img {
    object-fit: cover;
    width: 507px;
    height: 507px;
}

.about-main .part5 {
    width: 63%;
    margin: 190px 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;


}

.about-main .part5 .product-text {
    white-space: nowrap;
}

.offline-main .part5 {
    width: 63%;
    margin: 100px 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;


}

.offline-main .part5 .product-text {
    white-space: wrap;
    text-align: justify;
    margin: 0 0 35px;
}

.offline-main .part5 .trims-box {
    width: 57px;
    object-fit: cover;
    margin: 33px 0;
}

.offline-main .part5 .bg-img2 {
    width: 100%;
    object-fit: cover;
    margin: 0% auto 0;
    position: relative;
    z-index: 10;
}

.offline-main .part5 .bg-img3 {
    object-fit: cover;
    margin: 4% auto 0;
    position: relative;
    z-index: 10;
}

.offline-main .part5 .trims {
    position: absolute;
    top: 310px;
    left: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offline-main .part5 .red-title {
    white-space: nowrap;
}


.offline-main .part5  .trims img {
    width: 42px;
    object-fit: cover;
}

.offline-main .part5 .trims .line {
    width: 1px;
    height: 380px;
    background-color: #ffd2da;
}

.offline-main .part5 .last-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5px 0 0;
}

.offline-main .part5 .last-line img {
    width: 20px;
    object-fit: contain;
    margin: 0 1% 0 0;
}

.offline-main .part5 .address {
    margin: 4px 0 0;
    text-align: center;
    
}

.about-main .part5 .trims-box {
    width: 57px;
    object-fit: cover;
    margin: 33px 0;
}

.about-main .part5 .bg-img2 {
    width: 100%;
    object-fit: cover;
    margin: 180px auto 0;
    position: relative;
    z-index: 10;
}

.about-main .part5 .trims {
    position: absolute;
    top: 250px;
    left: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-main .part5 .trims img {
    width: 42px;
    object-fit: cover;
}

.about-main .part5 .trims .line {
    width: 1px;
    height: 630px;
    background-color: #ffd2da;
}

.about-main .part6 {
    width: 63%;
    display: flex;
    margin-top: 215px;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.about-main .part6 .trims-box {
    margin: 40px 0;
    width: 57px;
    object-fit: cover;
}

.about-main .part6 .show {
    width: 100%;
    display: flex;
    flex-direction: column;


}

.about-main .part6 .show .part {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
}

.about-main .part6 .show .part img {
    object-fit: cover;
}

.about-main .part6 .show .part .part-text {
    width: 77%;
    margin-left: 3%;
    height: 6.5em;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e3e3;
    text-align: justify;
}

.about-main .part7 {
    width: 63%;
    display: flex;
    margin-top: 100px;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.about-main .part7 .title {
    margin: 0 0 50px;
}

.factory {
    width: 100%;
    padding: 90px 0% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8faf7;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.factory .title {
    width: 60%;
    margin: 0px 0 40px;
    text-align: center;
    line-height: 1.1em;
}

.factory .trims {
    margin: 0px 0 40px;
}

.factory .put {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}

.factory .put-2 {
    width: 95%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}

.factory .put-2 .left {
    width: 32%;
    height: 100%;
    object-fit: cover;

}

.factory .put-2 .right {
    width: 45%;
    height: 100%;
    padding: 30px 0 0 0px;
    box-sizing: border-box;
    text-align: left;
    margin: 0 60px 0 0;
}



.factory .put .left {
    width: 32%;
    height: 100%;
    object-fit: cover;

}

.factory .put .right {
    width: 45%;
    height: 100%;
    padding: 30px 0 0 0px;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 0 60px;
}

.offline-store {
    width: 100%;
    padding: 70px 8% 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8faf7;
    box-sizing: border-box;
    position: relative;

}






.offline-store .title {
    width: 60%;
    margin: 20px 0 40px;
    text-align: center;
    line-height: 1.1em;
}

.offline-store .trims {
    margin: 0px 0 40px;
}



.offline-store a {
    margin: 40px 0 0;
}

.offline-store .all-put {
    width: 77%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 100px;
    justify-content: space-between;
}

.offline-store .all-put:nth-child(2n) {
    flex-direction: row-reverse;
}

.offline-store .all-put:nth-child(2n) .text-put{
    margin: 0 60px 0 0px;
}

.offline-store .all-put .pic-put {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.offline-store .all-put .pic-put img {
    width: 100%;
    object-fit: cover;
}

.offline-store .all-put .pic-put span {
    font-size: 11px;
    margin: 5px 0;
}

.offline-store .all-put .text-put {
    width: 52%;
    margin: 0 0 0 60px;
    display: flex;
    flex-direction: column;
    line-height: 1.9em;
}




.offline-store .all-put .text-put  .first {
    margin: 40px 0 0px;
}

.offline-store .all-put .text-put  .second {
    font-weight: 700;
    margin: 3px 0 0;
}


.offline-store .all-put .text-put  .third {
    margin: 25px 0 0px;
    text-align: justify;
}


.benfit-banner {
    width: 100%;
    height: 556px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    position: relative;
    z-index: 1;

}

.benfit-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.benfit-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benfit-main .part1 {
    margin: 95px 0 44px;
    width: 54%;
    display: flex;
    flex-direction: column;

}

.benfit-main .part1 span:first-of-type {
    font-family: "IBMPlexSerif-Bold" !important;
}

.benfit-main .part1 .margin-use {
    margin: 35px 0 77px;
}

.benfit-main .part2 {
    width: 54%;
    height: 331px;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 30px;
    z-index: 5;
    overflow: hidden;
}

.benfit-main .part2 .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 30px;
    z-index: -1;
}

.benfit-main .part2 .pass {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 140%;
    background-color: #0000008a;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "Poppins-Light";
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 10%;
}

.benfit-main .part3 {
    width: 54%;
    height: 331px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 30px;
    z-index: 5;
    overflow: hidden;
}

.benfit-main .part3 .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 30px;
    z-index: -1;
}

.benfit-main .part3 .pass {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 140%;
    background-color: #0000008a;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "Poppins-Light";
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 10%;
}

.benfit-main .part4 {
    width: 54%;
    height: 331px;
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 30px;
    z-index: 5;
    overflow: hidden;
}

.benfit-main .part4 .pass {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 140%;
    background-color: #0000008a;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "Poppins-Light";
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 10%;
}

.benfit-main .part4 .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 30px;
    z-index: -1;
}

.benfit-main .part5 {
    width: 54%;
    margin: 30px 0 185px;
    height: 331px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 30px;
    z-index: 5;
    overflow: hidden;
}

.benfit-main .part5 .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 30px;
    z-index: -1;
}

.benfit-main .part5 .pass {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 140%;
    background-color: #0000008a;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "Poppins-Light";
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 10%;
}

.problem-banner {
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    position: relative;
    z-index: 1;

}

.problem-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.problem-main {
    width: 100%;
    padding: 95px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.problem-main .title {
    width: 54%;
    margin-bottom: 35px;
}

.problem-main .text {
    width: 54%;
    margin: 0 0 50px;
    text-align: justify;
}

.problem-main .text p {
    display: grid;
}

.problem-main .text p span {
    margin: 0 0 15px;
}

.problem-main .end-title {
    margin: 110px 0 50px;
    color: #1a1a1a;
}

.problem-main .end-text {

    margin: 0 0 35px;
}

.problem-main .end-button {
    margin: 0 0 190px;
}

.sign-banner {
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    position: relative;
    z-index: 1;

}

.sign-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.sign-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.sign-main .main {
    width: 52%;
    position: relative;
    top: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 7px #00000013;
    padding: 0 0 80px;
}

.sign-main .main .title {
    margin: 83px 0 60px;
    text-align: center;
    width: 90%;
    color: #333333;
}

.sign-main .main .form {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sign-main .main .form .line1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sign-main .main .form .line1 .part1 {
    width: 48%;
    display: flex;
    flex-direction: column;


}

.sign-main .main .form .line1 .part1 input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 5%;
}

.sign-main .main .form .line1 .part2 {
    width: 48%;
    display: flex;
    flex-direction: column;


}

.sign-main .main .form .line1 .part2 input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 5%;
}

.sign-main .main .form .line2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sign-main .main .form .line2 .part3 {
    width: 48%;
    display: flex;
    flex-direction: column;


}

.sign-main .main .form .line2 .part3 input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 5%;
}

.sign-main .main .form .line2 .part4 {
    width: 48%;
    display: flex;
    flex-direction: column;


}

.sign-main .main .form .line2 .part4 .input-put {
    width: 105%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 30px;
}

.sign-main .main .form .line2 .part4 .input-put input {
    width: 130px;
    height: 50px;
    font-size: 16px;
    outline: 0;
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    padding-left: 50px;
    box-sizing: border-box;
}

.sign-main .main .form .line2 .part4 .input-put input:last-of-type {

    padding-left: 40px;
}

.sign-main .main .form .line3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sign-main .main .form .line3 .check-box {
    width: 25px;
    height: 25px;
    border: 1px solid #e6e6e6;
    outline: 0;
    -webkit-appearance: none;
    margin: 0 25px 0 0;
}

.sign-main .main .form .line3 .check-box:checked {
    background: url("../image/yes.png") no-repeat center;
    background-size: 100% 100%;


}

.sign-main .main .form .line4 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin: 60px 0 80px;
}

.sign-main .trims-circle {
    width: 42px;
    object-fit: cover;
}

.sign-main .end-button {

    margin: 0 0 185px;
}


.contect-banner {
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    position: relative;
    z-index: 1;

}

.contect-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.contect-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fcfcfa;
    padding: 0 0 80px;


}

.contect-main .link-text{
    width: 52%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 70px;
}

.contect-main .link-text .title {
    width: 100%;
    text-align: center;
    margin: 95px 0 50px;
    font-family: "IBMPlexSerif-Bold";
    font-size: 36px;
    color: #333333;
}

.contect-main .link-text .part{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
}

.contect-main .link-text .part p:last-of-type {
    margin: -2px 0 0;
}

.contect-main .main {
    width: 52%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

#contectus {
    width: 100%;

}

.bbs_form {
    width: 100%;
    padding-bottom: 40px;
}

.bbs_form .form_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bbs_form .form_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.long-input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 3%;
    box-sizing: border-box;
    color: #cccccc;
}

.select_style {
    width: 100% !important;
    height: 50px;
    /* margin-top: 10px;
    margin-left: 70px; */
    position: relative;
}

.select_style select {
    /*清除select的边框样式*/
    border: none;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*将select的宽高等于div的宽高*/
    width: 100%;
    height: 100%;
    line-height: 40px;
    /*隐藏select的下拉图标*/
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #cccccc;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}

/* .select_style::after {
    content: url("/static/picture/down.png");
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 10px;
    display: block;
    z-index: 100;
    pointer-events: none;
} */



.select_style select option {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #cccccc;
    font-family: "Poppins-Light";
}

.select_style select option:first-of-type {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #cccccc;

}

.form_group-0 {
    width: 85%;
    display: flex;
    flex-direction: column;

}

.form_group-1 {
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: 0px 0px 30px;

}

.form_group-2 {
    width: 40%;
    margin: 0 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_group-3:first-of-type {
    width: 14%;
    margin: 0px 1.5% 0 5.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_group-3 {
    width: 12%;
    margin: 0px 1% 0 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_group-4 {
    width: 40%;
    margin: 0px 4% 0 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_group-5 {
    width: 47.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: -18.8%;
}

.form_group-6 {
    margin: 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form_group-7 {
    margin: 0 20%;
}

.form_label {
    font-size: 16px;
    color: #929191;
    font-family: "Poppins-Light";
    align-self: flex-start;
}

.form_label_2 {
    font-size: 16px;
    color: #929191;
    font-family: "Poppins-Light";
    align-self: flex-start;
}

.form_label_3 {
    display: none;
}

.form_label_4 {
    font-size: 16px;
    color: #929191;
    font-family: "Poppins-Light";
    align-self: flex-start;
    white-space: nowrap;
}

.small-input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 15px;
    padding-left: 3%;
    color: #cccccc;
    font-family: "Poppins-Light";
    box-sizing: border-box;
}

.small-input-2 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    text-align: center;
    color: #cccccc;
    box-sizing: border-box;
    font-family: "Poppins-Light";
}

.small-input-3 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 40px 0 30px;
    text-align: center;
    color: #cccccc;
    box-sizing: border-box;
    font-family: "Poppins-Light";
}


.small-input-5 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 3%;
    color: #cccccc;
    font-family: "Poppins-Light";
    box-sizing: border-box;
}

.check-1 {
    width: 25px;
    height: 25px;
    border: 1px solid #e6e6e6;
    outline: 0;
    -webkit-appearance: none;
    margin: 0 25px 0 0;

}

.check-fontstyle {
    cursor: pointer;
    font-size: 16px;
    color: #929191;
    font-family: "Poppins-Light";
    align-self: flex-start;
    display: flex;
    align-items: center;
}

.check-1:checked {
    background: url("../image/yes.png") no-repeat center;
    background-size: 100% 100%;
}

.text-area-1 {
    width: 100%;
    height: 140px;
    font-size: 16px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 0px;
    color: #cccccc;
}

.jiange {
    border: 0px;
    outline: 0px;
    position: relative;
    top: 40px;
}

.jiange-2 {
    border: 0px;
    outline: 0px;
    position: relative;
    top: 0px;
}

























.form_title {
    margin: 50px 0 30px;
    text-align: center;
    width: 90%;
    color: #333333;
    font-size: 36px;
    font-family: "IBMPlexSerif-Bold";
}

.contect-main .main .form {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contect-main .main .form input {
    color: #cccccc;
}

.contect-main .main .form .line0 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contect-main .main .form .line0 input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 3%;
    color: #cccccc;
}

.contect-main .main .form .line1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contect-main .main .form .line1 .part1 {
    width: 48%;
    display: flex;
    flex-direction: column;


}

.contect-main .main .form .line1 .part1 input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 5%;
}

.contect-main .main .form .line1 .part2 {
    width: 48%;
    display: flex;
    flex-direction: column;


}

.contect-main .main .form .line1 .part2 input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 5%;
}

.contect-main .main .form .line2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contect-main .main .form .line2 .part3 {
    width: 48%;
    display: flex;
    flex-direction: column;


}

.contect-main .main .form .line2 .part3 input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 5%;
}

.contect-main .main .form .line2 .part4 {
    width: 48%;
    display: flex;
    flex-direction: column;


}

.contect-main .main .form .line2 .part4 input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    padding-left: 5%;
}



.contect-main .main .form .line2 .part4 .input-put input:last-of-type {

    padding-left: 30px;
}

.contect-main .main .form .line3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.contect-main .main .form .line3 textarea {
    width: 102.4%;
    height: 215px;
    font-size: 16px;
    outline: 0;
    border: 1px solid #e6e6e6;
    margin: 15px 0 30px;
    color: #cccccc;
}





.contect-main .main .form .line4 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin: 60px 0 80px;
}

.contect-main .trims-circle {
    width: 23px;
    height: 96px;
    object-fit: cover;
}

.contect-main .end-button {

    margin: 0 0 185px;
}

.contect-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.contect-product .main {
    width: 60%;
    margin: 90px 0 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contect-product .main img {
    object-fit: cover;
}

.contect-product .main .text-put {
    width: 60%;
    display: flex;
    flex-direction: column;

}

.contect-product .main .text-put .first {
    margin: 50px 0;
    font-size: 26px;
    color: #333333;
    font-family: "IBMPlexSerif-Bold";
}

.contect-product .main .text-put .second {
    margin: 0 0 50px;
    width: 102%;
}

.contect-product .main .text-put .third {
    width: 40%;
    margin: 0 0 50px;
}

.privacy-banner {
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    position: relative;
    z-index: 1;

}

.privacy-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.privacy-main {
    width: 100%;
    padding: 95px 0 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privacy-main .title {
    width: 54%;
    margin-bottom: 35px;
}

.privacy-main .text {
    width: 54%;
    margin: 0 0 55px;
}

.use-banner {
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    position: relative;
    z-index: 1;

}

.use-banner .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.use-main {
    width: 100%;
    padding: 95px 0 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.use-main .title {
    width: 54%;
    margin-bottom: 35px;
}

.use-main .text {
    width: 54%;
    margin: 0 0 55px;
}

.pd-detial-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fcfcf7;
    padding-bottom: 100px;
}

.pd-detial-banner .main {
    margin: 230px 0 0;
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.pd-detial-banner .main .product-pic {
    width: 530px;
    height: 530px;
    border-radius: 50%;
    background-color: #feedf0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-detial-banner .main .product-pic .bg-img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    position: absolute;
    top: -40px;

}



.pd-detial-banner .main .product-pic .new {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: -60px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pd-detial-banner .main .product-pic .new span {
    font-size: 24px;
    color: #cb455e;
    margin: 30px 0 0px;
    font-weight: 800;
    font-family: "IBMPlexSerif-Bold";
}

.pd-detial-banner .main .product-pic .new img {
    width: 38px;
    object-fit: cover;
}

.pd-detial-banner .main .product-text {
    width: 51%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pd-detial-banner .main .product-text .first {
    margin: 0 0 40px;
    text-align: center;
}

.pd-detial-banner .main .product-text .second {
    text-align: center;
    margin: 0 0 20px;
    line-height: 46px;
}

.pd-detial-banner .main .product-text .third {
    width: 56px;
    object-fit: cover;
    margin: 0 0 36px;
}

.pd-detial-banner .main .product-text .fourth {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.pd-detial-banner .main .product-text .fourth span {
    margin: 0 20px 25px 0;
}

.pd-detial-banner .main .product-text .fifth {
    width: 100%;
    text-align: center;
}

.pd-infomation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 150px;

}

.pd-infomation .change {
    width: 100%;
    background-color: #fcfcf7;
}

.pd-infomation .change .part1 {
    width: 50%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    font-size: 22px;
    font-weight: 800;
    border-top-right-radius: 50px;
    position: relative;
    z-index: 10;
    float: left;
    color: #cb455f;
    font-family: "Poppins-SemiBold";
}

.pd-infomation .change .part2 {
    width: 51%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #feedf0;
    font-size: 22px;
    font-weight: 800;
    margin-top: -120px;
    border-top-left-radius: 50px;
    left: 0%;
    position: relative;
    z-index: 9;
    float: right;
    color: #cb455f;
    font-family: "Poppins-SemiBold";
}

.pd-infomation .change-show {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.pd-infomation .change-show .title {
    width: 100%;
    margin: 75px 0 45px;
}

.pd-infomation .change-show .show {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.pd-infomation .change-show .show .part {
    width: 47%;
    display: flex;
    flex-direction: column;

}

.pd-infomation .change-show .show .part .line {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 35px;

}

.pd-infomation .change-show .show .part .line img {
    width: 20px;
    object-fit: contain;
}

.pd-infomation .change-show .show .part .line .text {
    width: 92%;
    position: relative;
    padding-left: 32px;
    box-sizing: border-box;
}

.pd-infomation .change-show-2 {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.pd-infomation .change-show-2 .title {
    width: 100%;
    margin: 75px 0 45px;
}

.pd-infomation .change-show-2 .show {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.pd-infomation .change-show-2 .show .part {
    width: 47%;
    display: flex;
    flex-direction: column;

}

.pd-infomation .change-show-2 .show .part .line {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px;

}

/* .pd-infomation .change-show-2 .show .part .line  img {
    width: 20px;
    object-fit: contain;
} */

.pd-infomation .change-show-2 .show .part .line .text {
    width: 92%;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
}

.show .part .line .text::before {
    content: url("../image/trim-rabbit-2.png");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;

}

.pd-infomation .second {
    margin: 0px 0 25px;
}



.health-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;

}

.health-banner .bg-img {
    width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: 1;
}

.health-banner .banner-main {
    position: relative;
    z-index: 10;
    width: auto;
    margin-top: 17%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.health-banner .banner-main a {
    text-decoration: none;
}

.health-banner .banner-main .button-choice {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.health-banner .banner-main .button-choice a {
    font-size: 16px;
    color: #9e9f9b;
}

.health-banner .banner-main .button-choice .line {
    width: 1;
    height: 20px;
    background-color: #9e9f9b;
    margin: 0 40px;
}

.health-banner .banner-main .button-put {
    margin-top: 35%;
    margin-bottom: 72px;
    width: 120%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.trims-circle {
    width: 42px;
    object-fit: contain;
}

.articles .all-articles {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.articles .all-articles .article-one {
    width: 96%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 70px;
}

.articles .all-articles .article-one {
    width: 30%;
    height: 455px;
    position: relative;
    margin-right: 10px;
}

.articles .all-articles .article-one .part1 {
    width: 100%;
    height: 50%;
    position: absolute;
    border-radius: 20px;
    z-index: 10;
}

.articles .all-articles .article-one .part1 .trims {
    position: absolute;
    top: -15px;
    width: 42px;
    margin: -15px 44%;
    opacity: 0;
    object-fit: contain;
}

.articles .all-articles .article-one .part1 .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.articles .all-articles .article-one .part2 {
    width: 100%;
    height: 50%;
    margin-top: 62%;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0px 0px 7px #00000013;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
    background-color: #ffffff;
}

.articles .all-articles .article-one .part2 .title {
    width: 80%;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #333333;
    font-family: "IBMPlexSerif-Bold";
    line-height: 30px;
    height: 3em;
    overflow: hidden;
}

.articles .all-articles .article-one .part2 img {
    margin-top: 40px;
    width: 40px;
    object-fit: cover;
}

.articles .end-button {
    margin: 0 0 185px;
}

.txt {
    transform: scale(1.1);
    color: #e9bcc3;
}

.news-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fcfcf7;
    position: relative;
    z-index: 1;

}

.news-banner .first-title {
    margin: 155px 0 30px;
}

.news-banner .second-title {
    width: 85%;
    text-align: center;
}

.news-banner .third {
    margin: 15px 0 120px;
}

.news-banner .fourth {
    margin: 0 0 120px;
    width: 52%;
    text-align: center;
}

.news-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
}

.news-main img:first-of-type {
    position: relative;
    object-fit: cover;
    width: 700px;
    top: -60px;
    z-index: 5;
}

.news-main p {
    width: 48%;
    font-size: 16px;
    color: #666666;
    margin: 7px 0;
    display: block;
    position: relative;
    left: 40px;
    font-family: "Poppins-Light";
}


.news-main p::before {
    content: url("../image/trim-rabbit-2.png");
    object-fit: cover;
    position: absolute;
    left: -35px;
    top: 0px;
}


.news-main h4 {
    width: 52%;
    text-align: left;
    font-size: 16px;
    color: #666666;
    margin: 20px 0;
    display: block;
    position: relative;
    left: 40px;
    margin: 0 0 30px;
    font-family: "SourceHanSansCN-Bold";
}

.news-main h4:last-of-type {
    margin: 30px 0 30px;
}






@media screen and (max-width:1440px) {

    .about-main .part5 .product-text {
        white-space: wrap;
        text-align: justify;
    }

    .fudge .questions .part .main {
        width: 77%;
    }


    .articles .article-1 .part2 .title {
        font-size: 24px;
    }

    .articles .col .article-2 .part2 .title {
        font-size: 24px;
    }

    .articles .col .article-3 .part2 .title {
        font-size: 24px;
    }

    .fudge .questions {
        width: 54%;

    }

    .index-banner .banner-main .button-puts {
        margin-top: 50px;
    }

    .index-banner .banner-main {
        margin-top: 200px;
    }

    .swiper-slide-active .put .bg-img {
        width: 95%;
    }

    .product-choice .trims-new {
        left: 38%;
    }

    .learn-more .text-put .trims {
        right: 240px;
        top: -65px;

    }

    .fudge .comments {
        width: 28%;
        white-space: nowrap;
    }

    .pd-detial-banner .main .product-pic {
        width: 410px;
        height: 410px;
    }

    .contect-product .main .text-put .third {
        width: 55%;
    }

    .about-banner .trims {
        right: 210px;
    }

    .about-main .part1 {
        width: 85%;
    }

    .about-main .part2 {
        width: 85%;
    }

    .about-main .part3 {
        width: 85%;
    }

    .about-main .part4 {
        width: 85%;
    }

    .about-main .part5 {
        width: 85%;
    }

    .about-main .part4 img {
        width: 25%;
    }

    .about-main .part4 .text {
        width: 71%;
    }

    .about-main .part4 .text .first-title {
        margin: 0px 0 0;
        white-space: nowrap;
    }

    .about-main .part4 .text .show {
        width: 100%;
    }

    .about-main .bg-img {
        object-position: 0 35px;
    }

    .health-banner .banner-main .button-put {
        margin-top: 20%;
    }

    .form_group-5 {
        left: -18.8%
    }

    .jiange-2 {
        margin: 0px 0px 0px 0;
    }

    .swiper-slide .put {
        margin-top: 120px;
    }

    .swiper-slide-active .put {
        margin-top: 0px;
    }

    .pd-detial-banner .main {
        width: 75%;
        margin: 140px 0 0;
    }

    .pd-detial-banner .main .product-text .first {
        margin: 30px 0 10px;
        white-space: nowrap;
    }

    .pd-detial-banner .main .product-text {
        width: 50%;
    }

    .type-t-2 {
        margin: 100px 0 50px;
    }

    .articles .all-articles .article-one .part2 .title {
        font-size: 20px;
        line-height: 30px;
    }

    .about-main .part1 .text .first-text {
        font-family: "Poppins-Medium";
        text-align: left;
    }

    .learn-more .text-put .third {
        width: 60%;
    }

    .learn-more .text-put .first {
        font-size: 100px;
    }

    .learn-more .text-put .first span {
        font-size: 60px;
    }

    .learn-more .text-put .trims {
        top: -40px;
        right: 260px;

    }


    .learn-more .text-put .second {
        font-size: 100px;
        margin: -40px 0 20px;
    }

    .supplement .text {
        width: 55%;
    }

    .fudge .text-2 {
        width: 54%;
    }

    .about-main .part6 {
        margin: 215px 0 0;
        width: 70%;
    }

    .contect-product .main .text-put {
        width: 55%;

    }

    .benfit-main .part2 {
        margin: 0 0 50px;
    }

    .benfit-main .part3 {
        margin: 0 0 50px;
    }

    .benfit-main .part4 {
        margin: 0 0 50px;
    }

    .benfit-main .part5 {
        margin: 0 0 50px;
    }

    .benfit-main {
        padding: 0 0 150px;
    }


}

@media screen and (max-width :980px) {

    .factory {
        margin: 280px 0 0;
    }

    .offline-store .all-put {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .offline-store .all-put .pic-put {
        width: 100%;
    }

    .offline-store .all-put .text-put {
        width: 100%;
        margin: 0;
    }

    .offline-store .all-put .pic-put span { 
        font-size: 20px;
    }

    .swiper-slide-active .put {
        width: 55%;
    }

    .w-p65 {
        width: 85%;
    }

    .form_label_2 {
        font-size: 30px;
    }

    .about-main .part6 .show .part .part-text {
        height: auto;
        text-align: left;
    }

    .footed .illuse {
        width: 100%;
        flex-direction: column;
    }

    .small-fontsize-2 {
        font-size: 40px;
    }

    .footed .illuse span {
        font-size: 30px;
        margin: 20px 0 0;
    }

    .footed .illuse a {
        font-size: 30px;
        margin: 20px 0;
    }

    .footed .illuse a:last-of-type {
        margin: 20px 0 100px;
    }

    .header {
        height: 140px;
    }

    .header-choice {
        width: 60px;
    }

    .header-title {
        width: 160px;
    }

    .header-search {
        width: 60px;
    }

    .index-banner {
        height: 1600px;
    }

    .index-banner .bg-img {
        height: 100%;
        object-fit: cover;
        object-position: 9%;
    }

    .index-banner .banner-main .first {
        margin: 410px 0 -34px;
        text-align: center;
        line-height: 0.6em;
    }

    .index-banner .banner-main .button-choice {
        margin-top: 390px;
    }

    .index-banner .banner-main .button-choice div {
        font-size: 30px;
    }

    .index-banner .banner-main .trims {
        top: 23%;
        right: 3%;
    }

    .button {
        font-size: 20px;
        padding: 0px 30px;
        height: 75px;
        box-sizing: border-box;
    }

    .product-choice {
        height: 1280px;
    }

    .product-choice .slide-change-button .prev {
        width: 100px;
        height: 100px;
        margin-left: 240px;
    }

    .product-choice .slide-change-button .next {
        width: 100px;
        height: 100px;
        margin-right: 240px;
    }

    .product-choice .slide-change-button img {
        width: 36px;
        height: 36px;
    }

    .product-choice .slide-change-button {
        top: 460px;
    }

    .product-choice .trims-new {
        width: 100px;
        height: 100px;
        font-size: 30px;
        left: 18%;
    }

    .product-choice .trims-new img {
        width: 40px;
    }

    .product-choice .trims-circle {
        width: 550px;
        height: 550px;
        top: 245px;
    }

    .swiper-slide-active .put .product-name-2 {
        font-size: 30px;
        height: 75px;
        padding: 0px 50px;
    }

    .articles {
        width: 85%;
        margin: 0 auto;
    }


    .type-t-2 {
        font-size: 60px;
    }

    .articles .article-1 {
        height: 800px;
    }

    .articles .article-1 .part1 {
        width: 100%;
        height: 50%;
    }

    .articles .article-1 .part2 {
        width: 100%;
        height: 50%;
        margin-top: 48%;
        margin-left: 0;
        justify-content: center;
    }

    .articles .article-1 .part2 .title {
        margin-top: 0;
        font-size: 48px;
    }

    .articles .col {
        flex-direction: column;
    }

    .articles .col .article-2 {
        width: 100%;
        height: 800px;
    }

    .articles .col .article-3 {
        width: 100%;
        height: 800px;
    }

    .articles .col .article-2 .part2 {
        justify-content: center;
        box-sizing: border-box;
        padding: 0px 50px;
    }

    .articles .col .article-2 .part2 .title {
        margin-top: 0;
        font-size: 48px;
    }

    .articles .col .article-3 .part2 {
        justify-content: center;
        box-sizing: border-box;
        padding: 0px 50px;
    }

    .articles .col .article-3 .part2 .title {
        margin-top: 0;
        font-size: 48px;
    }

    .mobile-style-1 {
        font-size: 30px;
        height: 75px;
        padding: 0px 50px;
    }

    .learn-more {
        height: 1300px;
    }

    .learn-more .bg-img {
        object-position: 40%;
    }

    .learn-more .text-put .first {
        text-align: center;
        line-height: 0.6em;
        margin: 200px 0 0;
    }

    .learn-more .text-put .second {
        text-align: center;
        font-size: 100px;
        margin: 0px 0 20px;
    }

    .learn-more .text-put .third {
        width: 85%;
        font-size: 30px;
        text-align: center;
        margin-top: 50px;
    }

    .learn-more .text-put .trims {
        top: 105px;
        right: 8%;
    }

    .learn-more .text-put .four {
        font-size: 30px;
        height: 75px;
    }

    .product-show .product-put {
        width: 100%;
        flex-direction: column;
    }

    .product-banner {
        height: 1200px;
    }

    .product-banner .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 10%;
    }

    .product-show .product-put .part {
        width: 50%;
        margin: 0 0 35px;
    }

    .product-banner .banner-main {
        position: relative;
        z-index: 10;
        width: auto;
        margin-top: 32%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-banner .banner-main .first {
        font-size: 36px;
    }

    .product-banner .banner-main .second {
        font-size: 80px;
        text-align: center;
        display: flex;
        margin: 40px 0 0;
    }

    .product-banner .banner-main .button-put {
        width: 100%;
        margin-top: 300px;
    }

    .product-show .top-title {
        margin: 35px 0 40px;
    }

    .product-show .second-title {
        width: 85%;
        margin: 0 0 40px;
        white-space: nowrap;

    }

    .about-main .part3 .title .me-title {
        font-size: 60px;
    }

    .about-main .part2 {
        width: 85%;
    }

    .about-main .part3 .title img {
        margin: 39px 0;
    }

    .about-main .part5 .trims-box {
        margin: 39px 0;
    }

    .about-main .bg-img {
        object-position: 0 -280px;
    }

    .product-show .second-title p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .product-show .product-put .part a .product-img {
        width: 450px;
    }

    .product-show .product-put .part .new {
        left: -18px;
        width: 90px;
        height: 90px;
        font-size: 20px;
    }

    .product-show .text {
        width: 85%;
        display: flex;
        justify-content: center;
    }

    .product-show .text p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .product-show .text p span {
        width: 100%;
        height: 100%;
    }

    .supplement .top-title {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .supplement .top-title p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .supplement .top-title p span {
        width: 100%;
        height: 100%;
    }

    .supplement .second-title {
        width: 85%;
        display: flex;
        justify-content: center;
    }

    .supplement .second-title p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .product-show .product-put .part .product-name {
        font-size: 40px;
        margin: 50px 0 50px;
        text-align: center;
        height: 2em;
    }

    .product-show .product-put .part .starts img {
        width: 40px;
    }

    .product-show .product-put .part .starts span {
        font-size: 30px;
    }

    .supplement .text {
        display: flex;
        width: 82%;
        justify-content: center;
    }

    .supplement .text p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .product-title-bg {
        font-size: 50px !important;


    }

    .product-text {
        font-size: 30px;
    }

    .product-show .product-put .part .button {
        font-size: 30px;
    }

    .product-title-sm {
        font-size: 35px;
    }

    .product-show .product-put .part .price {
        font-size: 40px;
    }

    .fudge .bg-img {
        height: 500px;
        object-fit: cover;
    }

    .fudge .first-title {
        display: flex;
        justify-content: center;
        width: 85%;
    }

    .fudge .first-title p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .fudge .text-first {
        width: 85%;
        display: flex;
        justify-content: center;
    }

    .fudge .text-first p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .fudge .product-img {
        width: 85%;
    }

    .fudge .contain .text {
        width: 85%;
    }

    .fudge .make-title {
        width: 85%;
        display: flex;
        justify-content: center;
    }

    .fudge .make-title p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .fudge .text-2 {
        width: 85%;
        display: flex;
        justify-content: center;
    }

    .fudge .text-2 p {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .fudge .questions {
        width: 85%;
    }

    .fudge .questions .part {
        flex-direction: column;
    }

    .fudge .questions .part .main {
        width: 82%;
        display: flex;
        justify-content: center;

    }

    .fudge .questions .part .main p {
        width: 100%;
        height: 100%;
        font-size: 30px;
        text-align: center;
    }

    .fudge .comments {
        width: 75% !important;
    }

    .fudge .swiperp1 .swiper-wrapper .swiper-slide .text {
        font-size: 16px;
    }

    .fudge .swiperp1 .control-put {
        display: none;
    }

    .fudge .last-button {
        padding: 0px 50px;
        height: 75px;
    }

    .articles .all-articles {
        flex-direction: column;
    }

    .articles .all-articles .article-one {
        width: 100%;
        height: 800px;
        position: relative;
        margin-right: 0px;
        margin-bottom: 90px;
    }

    .articles .all-articles .article-one .part2 {
        margin-top: 48%;
        justify-content: center;
    }

    .articles .all-articles .article-one .part2 .title {
        font-size: 48px;
        line-height: 55px;
    }

    .about-banner .trims {
        top: 315px;
        right: 10%;
    }

    .about-main .part1 .text {
        width: 100%;
    }

    .health-banner {
        height: 1200px;
    }

    .health-banner .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        object-position: 50%;
        z-index: 1;
    }

    .health-banner .banner-main {
        margin-top: 50%;
    }

    .health-banner .banner-main .button-put {
        margin-top: 400px;
    }

    .benfit-banner {
        height: 1200px;
    }

    .benfit-banner .bg-img {
        height: 100%;
        object-fit: cover;
        object-position: 27%;
    }

    .benfit-main .part1 {
        width: 85%;

    }

    .benfit-main .part2 {
        width: 85%;
        height: 420px;

    }

    .benfit-main .part3 {
        width: 85%;
        height: 420px;

    }

    .benfit-main .part4 {
        width: 85%;
        height: 420px;
    }

    .benfit-main .part5 {
        width: 85%;
        height: 420px;
    }

    .benfit-main .pass {
        width: 80% !important;
        font-size: 21px !important;
    }

    .problem-banner {
        height: 1200px;
    }

    .problem-banner .bg-img {
        height: 100%;
        object-fit: cover;
        object-position: 75%;
    }

    .problem-main .title {
        width: 85%;
        display: flex;

    }

    .problem-main .text {
        width: 85%;
        display: flex;
    }

    .problem-main .text p {
        width: 100%;
        height: 100%;
    }

    .problem-main .end-text {
        width: 85%;
        text-align: center;
    }

    .contect-banner {
        height: 1200px;
    }

    .contect-banner .bg-img {
        height: 100%;
        object-fit: cover;
        object-position: 20%;
    }

    .contect-main .main {
        width: 85%;
    }

    .contect-main .link-text {
        width: 85%;
    }
    .contect-main .link-text .title {
        font-size: 60px;
    }
    .form_title { 
        font-size: 60px;
     }


    .long-input {
        font-size: 25px;
    }

    .jiange {
        margin: 37px 0 60px 547px;
    }

    .form_label {
        font-size: 30px;
    }

    .contect-product .main {
        width: 100%;
        flex-direction: column;
    }

    .contect-product .main img {
        margin: 0 0 0 5%;
        width: 50%;
    }

    .contect-product .main .text-put {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contect-product .main .text-put .first {
        display: flex;
        font-size: 40px;
    }

    .contect-product .main .text-put .second {
        display: flex;
        text-align: center;
    }

    .sign-banner {
        height: 1200px;
    }

    .sign-banner .bg-img {
        height: 100%;
        object-fit: cover;
        object-position: 50%;
    }

    .sign-main .main {
        width: 85%;
    }

    .form_group-3 {
        width: 27%;
    }

    .form_label_4 {
        width: 100%;
        font-size: 25px;
    }

    .small-input-3 {
        margin: 40px 0 20px;
    }

    .form_group-5 {
        left: -154px;
    }

    .index-two-banner {
        height: 100vh;
    }

    .index-two-banner .bg-img {
        object-position: 24%;
    }

    .index-two-banner .other-nav {
        top: 85%;
        width: 85%;
    }

    .index-two-banner .main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index-two-banner .main .part1-index {
        margin-top: 45%;
        width: 70%;
        height: 32%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .index-two-banner .main .part2-index {
        width: 70%;
        height: 20%;
        position: relative;
        float: right;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .search-banner {
        height: 100vh;
    }

    .search-banner .bg-img {
        height: 100%;
        object-fit: cover;
    }

    .index-two-banner .other-nav ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .index-two-banner .other-nav ul li {
        width: 220px;
        margin: 10px 0;

    }

    .index-two-banner .other-nav ul li a {
        font-size: 35px;
    }

    .index-two-banner .other-nav .circle-1 {
        width: 55px;
        height: 55px;
        border: 1px solid #9e9f9b;
        border-radius: 50%;
    }

    .index-two-banner .other-nav .circle-2 {
        width: 55px;
        height: 55px;
        border: 1px solid #9e9f9b;
        border-radius: 50%;
        margin-left: 5px;
    }

    .index-two-banner .other-nav ul li a img {
        width: 40px;
        object-fit: cover;
    }

    .index-two-banner .main .part1-index .first {
        font-size: 90px;
    }

    .index-two-banner .main .part2-index .first {
        font-size: 90px;
    }

    .index-two-banner .main .part1-index span {
        font-size: 40px;
        margin: 0 0 15px;
    }

    .index-two-banner .main .All a {
        font-size: 35px;
    }

    .index-two-banner .main .part2-index span a {
        font-size: 40px;
        margin: 0 0 15px;
    }

    .search-banner .first-title {
        margin: 60% 0 0;
        text-align: center;
    }

    .search-banner .form {
        width: 85%;
        margin: 80px 0;
    }

    .search-banner .first-button {
        font-size: 30px;
    }

    .about-banner {
        height: 1200px;
    }

    .about-banner .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 28%;
    }

    .about-main {
        width: 100%;
        height: 5850px;
        padding: 0 0;
        box-sizing: border-box;
        margin-bottom: -300px;

    }
    .factory .title {
        width: 100%;
    }

    .factory .put { 
        width: 100%;
        flex-direction: column;
     }

     .factory .put-2 { 
         width: 100%;
        flex-direction: column;
        margin: 0;
     }

     .factory .put .left {
        width: 100%;
     }

     .factory .put .right {
        width: 100%;
        margin: 0;
     }

     .factory .put-2 .left {
        width: 100%;
     }

     .factory .put-2 .right {
        width: 100%;
        margin: 0;
     }

    .about-main .part1 {
        width: 85%;
        flex-direction: column;
        align-items: center;
    }

    .about-main .part1 img {
        margin: 0 0 40px;
    }

    .about-main .part1 .text .first-text {
        font-size: 48px;
    }

    .about-main .part2 .bg-img2 {
        width: 100%;
    }

    .about-main .part3 {
        width: 85%;
        flex-direction: column;
    }

    .about-main .part3 .text {
        width: 100%;
    }

    .about-main .part4 {
        width: 85%;
        flex-direction: column;
    }

    .about-main .part4 .text {
        width: 100%;
    }

    .about-main .part4 .text .show {
        width: 100%;
    }

    .about-main .part5 {

        width: 85%;
    }

    .about-main .part5 .trims {
        top: 350px;
        left: 50%;
    }

    .about-main .part6 {
        width: 85%;
    }

    .about-banner .bg-title:first-of-type {
        margin-top: -70px;
        text-align: center;
        line-height: 0.7em;
    }

    .pd-detial-banner .main {
        width: 85%;
    }

    .pd-detial-banner .main .product-text {
        width: 100%;
    }


    .pd-detial-banner .main .product-text .fourth {
        width: 100%;
    }

    .pd-detial-banner .main .product-text .second {
        margin: 0 0 90px;
    }

    .pd-detial-banner .main .product-pic {
        width: 830px;
        height: 830px;
        border-radius: 50%;
        background-color: #feedf0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pd-detial-banner .main .product-pic .bg-img {
        width: 90%;
        height: 90%;
    }

    .pd-infomation .change-show {
        width: 85%;
    }

    .pd-infomation .change-show-2 {
        width: 85%;
    }

    .pd-infomation .change-show-2 .show .part .line {
        height: 140px;
    }

    .pd-infomation .change-show .show .part .line {
        height: 140px;
    }

    .pd-infomation .change-show {
        padding-bottom: 120px;
    }


    .pd-infomation .change-show-2 {
        padding-bottom: 120px;
    }

    .news-banner {
        padding: 200px 0 0 0;
    }

    .problem-main .end-title {
        font-size: 40px;
    }


    .news-banner .first-title {
        margin: 0 0 30px;
    }

    .news-banner .fourth {
        width: 85%;
        font-size: 32px;
    }

    .news-banner .third {
        margin: 15px 0 80px;
    }

    .news-main img:first-of-type {
        width: 100%;
    }

    .news-main p {
        width: 85%;
        font-size: 32px;
        display: block;
    }

    .pd-infomation .change-show .show {
        flex-direction: column;
    }

    .pd-infomation .change-show .show .part {
        width: 100%;
    }

    .pd-infomation .change-show-2 .show {
        flex-direction: column;
    }

    .pd-infomation .change-show-2 .show .part {
        width: 100%;
    }

    .pd-infomation .change-show .show .part .line .text {
        width: 100%;
    }

    .pd-infomation .change-show-2 .show .part .line .text {
        width: 100%;
    }

    .about-main .part4 .text .first-title {
        font-size: 60px;
        white-space: wrap;
    }

    .about-main .part5 .small-fontsize-6 {
        font-size: 60px;
    }

    .about-main .part6 .small-fontsize-6 {
        font-size: 60px;
    }

    .small-fontsize {
        font-size: 90px;
        text-align: center;
    }

    .other-time {
        border: 3px solid #bdbec1bd;
    }

    .privacy-main .title {
        width: 85%;
    }

    .privacy-main .text {
        width: 85%;
    }

    .offline-store .control-put-2 {
        top: 53%;
    }

    .offline-store .title {
        width: 100%;
    }

    .w-p65 { 
        height: 1600px;
    }

    .w-p65 .long-title {
        font-size: 30px;
        line-height: 45px;
    }

    .w-p65 .text-put { 
        flex-direction: column-reverse;
     }

     .w-p65 .text-put .right{ 
         width: 50%;
         margin: 30px 0px;
      }

      .w-p65 .text-put .left {
        width: 100%;
      }

      .offline-store .swiper {
        height: 350px;
      }











}