@media screen and (min-width:1001px) {
    a{
        text-decoration: none;
    }
    body,html{
        width: 100%;
        height: 100%;
        font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Open Sans, Arial, Hiragino Sans GB, 微软雅黑, STHeiti, SimSun, sans-serif;;
    }
    #container {
        width: 50%;
        height: 500px;
    }
    *{
        margin: 0;
        padding: 0;
    }
    .menu_pic,.close{
        display: none;
    }
    .header{
       width: 100%;
       /* height: 60px; */
       /* background-color: #3769f4; */
       background: url(../images/nav.jpg) center no-repeat;
    }
    .headerContainer{
        width: 80%;
        height: 60px;
        margin-left: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .headerLeftInfo{
        display: flex;
        align-items: center;
    }
    .headerLeftInfo>img{
        height: 50px;
    }
    .headerLeftInfo>p{
        color: #fff;
        margin-left: 10px;
        font-size: 18px;
    }
    .headerRightInfo{
        color: #fff;
        display: flex;
        align-items: center;
    }
    .headerRightInfo>.nav{
        display: flex;
    }
    .headerRightInfo>.nav>a{
        margin-right: 20px;
        cursor: pointer;
        color: #fff;
    }
    .headerRightInfo>.nav>a:hover{
        color: #ccc;
    }
    .serviceInfo{
        position: relative;
    }
    .serviceBtn{
        margin-right: 20px;
        cursor: pointer;
    }
    .serviceList{
        /* width: 140px; */
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        position: absolute;
        top: 30px;
        left: 0;
        background: rgba(255, 255, 255, .95);
        border: 1px solid #eee;
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
        border-radius: 8px;
        text-align: center;
        padding: .75rem 0;
        text-align: left;
        z-index: 10;
    }
    .show{
        opacity: 1;
        visibility: visible;
    }
    .serviceList>a{
        display: block;
        width: 100%;
        /* padding: .25rem 1rem; */
        padding: 10px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
    }
    .serviceList>a:hover{
        background-color: #418af3;
        color: #fff;
    }
    .chooseLan{
        margin-left: 10px;
        border-radius: 50%;
        background-color: #fff;
        width: 32px;
        height: 32px;
        color: #333;
        cursor: pointer;
        text-align: center;
    }
    #language{
        line-height: 32px;
        font-size: 14px;
    }
    .language{
        display: none;
    }
    .login{
        margin-right: 15px;
        border: 1px solid #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }
    .headerRightInfo>a{
        text-decoration: none;
        color: #fff;
        
    }
    .banner{
        width: 100%;
        height: 500px;
        /* background-color: #3769f4; */
        padding-top: 100px;
    }
    .bannerContainer{
        width: 80%;
        margin-left: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bannerLeftInfo{
        height: 100%;
    }
    .bannerLeftInfo>p{
        font-weight: 600;
        font-size: 42px;
        line-height: 64px;
        color: #fff;
    }
    .bannerLeftTip{
        margin-top: 10px;
    }
    .bannerLeftTip>p{
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
    }
    .bannerRightInfo>img{
        width: 350px;
        object-fit: contain;
    }
    .topRegister{
        display: none;
    }
    .introduce{
        width: 100%;
        height: 150px;
        backdrop-filter: blur(3px);
        background-color: #f6f9fc;
    }
    .introduce-item{
        width: 80%;
        height: 100%;
        margin-left: 10%;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .introduce-item>li{
        display: flex;
        width: 22%;
        align-items: center;
    }
    .introduce-item>li>p{
        font-weight: bold;
        margin-left: 10px;
    }
    .introduce-item>li>img{
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .product,.safety{
        margin-top: 150px;
        width: 100%;
        /* padding-bottom: 100px; */
    }
    .productService,.safetyCompliance{
        width: 80%;
        margin-left: 10%;
    }
    .productService>p{
        text-align: center;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .tabs-container {
        display: flex;
    }
    .tabLink{
        display: flex;
        width: 500px;
        align-items: center;
        padding: 32px 56px 32px 32px !important;
        cursor: pointer;
        box-sizing: border-box;
        margin-right: 30px;
    }
    .tabLink:hover{
        background-color: #f6f9fc;
        cursor: pointer;
    }
    .tabLink>img{
      margin-right: 10px;
      width: 64px;
    }
    .navTitle{
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
        padding-top: 0;
        padding-right: 1rem;
    }
    .subTitle{
        font-size: 1rem;
        line-height: 1.375rem;
    }
    .subDescribe{
        color: #666;
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .tabContent {
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tab-pane {
        display: none;
    }
    .tab-pane>img{
        width: 100%;
        object-fit: contain;
    }

    .active {
        display: flex;
    }
    .on{
        background-color: #f6f9fc;
    }
    .safetyCompliance>p:nth-of-type(1){
        text-align: center;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .safetyCompliance>p:nth-of-type(2){
        font-size: 1rem;
        line-height: 1.375rem;
        text-align: center;
        padding-bottom: 50px;
    }
    .safetyInfo,.safetyInfoRight{
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }
    .safetyInfo>img{
        width: 45%;
        margin-right: 8%;
        object-fit: contain;
    }
    .safetyInfoRight>img{
        width: 45%;
        margin-left: 8%;
        object-fit: contain;
    }
    .license{
        width: 45%;
    }
    .license>p:nth-of-type(1){
        padding-top: .4375rem;
        padding-bottom: 1rem;
        font-size: 1.75rem;
        line-height: 1.5625rem;
        font-weight: 700;
    }
    .license>p:nth-of-type(2){
        font-size: .975rem;
        line-height: 1.375rem;
        color: #666;
    }
    .payData{
        width: 100%;
        /* height: 300px; */
        background-color: #578ded;
        padding-bottom: 50px;
    }
    .dataContainer{
        width: 80%;
        height: 100%;
        margin-left: 10%;
        color: #fff;
    }
    .dataContainer>p{
        font-size: 36px;
        text-align: center;
        padding: 40px 0;
        font-weight: bold;
    }
    .dataInfo{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;

    }
    .dataContent{
        width: 30%;
        margin-bottom: 20px;
        text-align: center;
    }
    .number{
        font-size: 35px;
        font-weight: bold;
    }
    .companyInfo{
        width: 100%;
    }
    .companyContainer{
        width: 80%;
        margin-left: 10%;
    }
    .companyContainer>p:nth-of-type(1){
        width: 100%;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .companyContainer>p:nth-of-type(2){
        width: 100%;
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: 1.5rem;
        text-align: center;
    }
    .companyContainer>p:nth-of-type(4){
        width: 100%;
        font-size: .875rem;
        color: #666;
        line-height: 1.375rem;
        padding-top: 1.5rem;
    }
    .sub-title{
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: 1.5rem;
        text-align: center;
    }
    .numberColor{
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2.0625rem;
        color: #4f3df5;
    }
    .Certificate{
        margin-top: 80px;
        padding: 50px 0;
        width: 100%;
        /* background: url(../images/banner.png); */
    }
    .Certificate>img{
        width: 80%;
        margin-left: 10%;
    }
    .coverCountry{
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-wrap: wrap;
        background-color: #f5f5f9;
        justify-content: space-around;
        align-items: center;
        box-sizing: border-box;
    }
    .coverCountry>.country{
        width: 30%;
        height: 80px;

        margin-bottom: 20px;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .country>img{
        width: 100px;
    }
    .Certificate>p{
        text-align: center;
        font-weight: 700;
        font-size: 2.25rem;
        color: #222;
        text-align: center;
        padding-bottom: 40px;
    }
    .coverContainer{
        margin-top: 80px;
    }
    .certificateList{
        width: 80%;
        margin-left: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .listItem{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none;
        border-radius: 12px;
        width: 360px;
        box-shadow: 0 8px 16px 0 #0000001a;
    }
    .listItem>img{
        max-height: 240px;
        margin-top: 40px;
        margin-bottom: 24px;
        object-fit: contain;
    }
    .bottomInfo{
        opacity: .8;
        background: #4f3df5;
        border-radius: 0 0 12px 12px;
        width: 100%;
    }
    .bottomInfo>p{
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .register{
        width: 100%;
        margin-bottom: 10px;
    }
    .registerInfo{
        width: 80%;
        height: 300px;
        margin-left: 10%;
        background-color: #418af3;
        border-radius: 20px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .registerTip{
        width: 60%;
        color: #fff;
    }
    .registerTip>p:nth-of-type(1){
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .registerTip>p:nth-of-type(2){
        font-size:25px;
    }
    .registerBtn{
        padding: 10px 25px;
        font-size: 20px;
        cursor: pointer;
        color: #4f3df5;
        background-color: #fff;
        border: none;
        text-decoration: none;
    }
    .backBtn{
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 40px;
        right: 30px;
        display: none; /* 默认隐藏 */
        align-items: center;
        justify-content: center;
        font-size: 16px;
        background-color: #e3e3e3;
        color: white;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    }
    .backBtn:hover {
        background-color: #b5b5b5;
    }
    .backBtn>img{
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width:1000px) {
    body,html{
        width: 100%;
        height: 100%;
        font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Open Sans, Arial, Hiragino Sans GB, 微软雅黑, STHeiti, SimSun, sans-serif;;
    }
    *{
        margin: 0;
        padding: 0;
    }
    .headerContainer a{
        text-decoration: none;
        padding: 15px 20px;
        color: #333;
    }
    .header{
       width: 100%;
       background: url(../images/nav.jpg)  no-repeat;
    }
    .headerContainer{
        width: 100%;
        padding: 0 3%;
        height: 60px;
        /* margin-left: 10%; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #459bf3;
        z-index: 9999;
    }
    .headerLeftInfo{
        display: flex;
        align-items: center;
    }
    .headerLeftInfo>img{
        width: 40px;
        height: 40px;
    }
    .headerLeftInfo>p{
        color: #fff;
        margin-left: 10px;
        font-size: 18px;
    }
    .headerRightInfo {
        width: 0;
        height: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 60px;
        display: flex;
        flex-direction: column;
        background: #fff;
        z-index: 99999;
        transition: all 0.2s linear;
    }
    .serviceBtn{
        padding: 10px 20px;
        display: inline-block;
        width: 100%;
    }
    .nav{
        display: flex;
        flex-direction: column;
    }
    .serviceList{
        display: flex;
        flex-direction: column;
    }
    .serviceList>a{
        margin-left: 15px;
    }
     .menu_pic{
        width: 32px;
        height: 32px;
    }
    .close{
        display: none;
        width: 32px;
        height: 32px;
    }
    .chooseLan{
        margin-left: 10px;
        width: 32px;
        height: 32px;
        color: #333;
        cursor: pointer;
        text-align: center;
        width: 100%;
    }
    #language{
        font-size: 14px;
        border-radius: 50%;
        background-color: #f4f6fe;
        display: inline-block;
        padding: 10px;
    }
    .topRegister{
        margin-top: 20px;
        width: 100%;
        padding: 10px 0;
        background-color: #3e82f4;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    } 
    .login{
        border: 1px solid #ccc;
        border-radius: 5px;
        text-align: center;
        margin: 20px;
        padding: 10px 20px !important;
    }
    .quickRegister{
        background-color: #6d5bea;
        color: #fff !important;
        border-radius: 5px;
        text-align: center;
        margin:0 20px 10px;
        padding: 10px 20px !important;
    }
    .banner{
        width: 100%;
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: 50px;
    }
     .bannerContainer{
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .bannerLeftInfo{
        height: 100%;
    }
    .bannerLeftInfo>p{
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 5px;
        color: #fff;
    }
    .bannerLeftInfo>p:nth-child(1){
        margin-bottom: 25px;
    }
    .bannerLeftTip{
        margin-top: 20px;
    }
    .bannerLeftTip>p{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: #fff;
        margin-bottom: 5px;
    }
    .bannerRightInfo{
        display: none;
    }
    .introduce{
        width: 100%;
        margin-top: 20px;
    }
    .introduce-item{
        width: 80%;
        margin-left: 10%;
        list-style: none;
    }
    .introduce-item>li{
        display: flex;
        align-items: center;
        padding: 10px 5px;
        box-shadow: 0 8px 16px 0 #0000001a;
    }
    .introduce-item>li:hover{
        background-color: #f6f9fc;
    }
    .introduce-item>li>img{
        margin-right: 20px;
    }
    .product,.safety{
        margin-top: 100px;
        width: 100%;
    }
    .productService,.safetyCompliance{
        width: 80%;
        margin-left: 10%;
    }
    .productService>p{
        text-align: center;
        font-size: 2rem;
        line-height: 3.125rem;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .tabLink{
        background-color: #f4f6fe;
        margin-bottom: 20px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tabLink>img{
        width: 64px;
        height: 64px;
    }
    .content1{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navTitle{
        font-size: 1.25rem;
        font-weight: 700;
    }
    .subTitle{
        font-size: 1rem;
        color: #222;
        padding: .5rem 0;
    }
    .subDescribe{
        padding-top: 1rem;
        font-size: .88rem;
        text-align: center;
        border-top: 1px solid #ccc;
        color: #666;
    }
    .tabContent{
        display: none;
    }
    .safetyCompliance>p:nth-of-type(1){
        text-align: center;
        font-size: 2rem;
        line-height: 3.125rem;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .safetyCompliance>p:nth-of-type(2){
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center;
        padding-bottom: 50px;
    }
    .safetyInfo,.safetyInfoRight{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    .safetyInfo>img{
        width: 100%;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .safetyInfoRight>img{
        width: 100%;
        object-fit: contain;
    }
    .license{
        width: 100%;
        margin-bottom: 20px;
    }
    .license>p:nth-of-type(1){
        padding-top: .4375rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 1.5625rem;
        font-weight: 700;
        text-align: center;
    }
    .license>p:nth-of-type(2){
        font-size: .975rem;
        line-height: 1.375rem;
        color: #666;
    }
    .decorate {
        width: 100%;
        height: 100px;
        position: relative;
    }

    .bg_decorate1 {
        content: '';
        position: absolute;
        top: 123px;
        left: 50%;
        height: 40px;
        width: 1000px;
        margin-left: -1023px;
        background: #80e8ff;
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
        z-index: 1;
    }

    .bg_decorate3{
        position: absolute;
        z-index: -1;
        top: 70px;
        left: 0;
        right: 0;
        height: 300px;
        background: #EAEEF2;
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
    }
    .bg_decorate5,.bg_decorate2  {
        content: '';
        position: absolute;
        top: 93px;
        left: 50%;
        height: 40px;
        width: 900px;
        margin-left: -1023px;
        background: red;
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
        z-index: 2;
    }
    .bg_decorate2{
        background: #e7bb69;
    }
    .payData{
        width: 100%;
        background-color: #578ded;
        padding-bottom: 50px;
    }
    .dataContainer{
        width: 80%;
        height: 100%;
        margin-left: 10%;
        color: #fff;
    }
    .dataContainer>p{
        font-size: 28px;
        text-align: center;
        padding: 40px 0;
        font-weight: bold;
    }
    .dataInfo{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    .dataContent{
        width: 50%;
        margin-bottom: 20px;
        text-align: center;
    }
    .dataContent>p:nth-of-type(2){
       font-size: 14px;
    }
    .number{
        font-size: 35px;
        font-weight: bold;
    }
    .companyInfo{
        width: 100%;
    }
    .companyContainer{
        width: 80%;
        margin-left: 10%;
    }
    .companyContainer>p:nth-of-type(1){
        width: 100%;
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-top: 5rem;
        text-align: center;
    }
    .companyContainer>p:nth-of-type(2){
        width: 100%;
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: 1.5rem;
        text-align: center;
    }
    .companyContainer>p:nth-of-type(4){
        width: 100%;
        font-size: .875rem;
        color: #666;
        line-height: 1.375rem;
        padding-top: 1.5rem;
    }
    .sub-title{
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: 1.5rem;
        text-align: center;
    }
    .numberColor{
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2.0625rem;
        color: #4f3df5;
    }
    .Certificate{
        margin-top: 80px;
        padding: 50px 0;
        width: 100%;
    }
    .Certificate>img{
        width: 80%;
        margin-left: 10%;
    }
    .coverCountry{
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-wrap: wrap;
        background-color: #f5f5f9;
        justify-content: space-around;
        align-items: center;
        box-sizing: border-box;
    }
    .coverCountry>.country{
        width: 30%;
        height: 80px;
        margin-bottom: 20px;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .country>img{
        width: 60px;
    }
    .Certificate>p{
        text-align: center;
        font-weight: 700;
        font-size: 2.25rem;
        color: #222;
        text-align: center;
        padding-bottom: 40px;
    }
    .coverContainer{
        margin-top: 50px;
        font-size: 28px !important;
    }
    .certificateList{
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .listItem{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none;
        border-radius: 12px;
        width: 100%;
        box-shadow: 0 8px 16px 0 #0000001a;
        margin-bottom: 20px;
    }
    .listItem>img{
        max-height: 240px;
        margin-top: 40px;
        margin-bottom: 24px;
        object-fit: contain;
    }
    .bottomInfo{
        opacity: .8;
        background: #4f3df5;
        border-radius: 0 0 12px 12px;
        width: 100%;
    }
    .bottomInfo>p{
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .register{
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .registerInfo{
        width: 80%;
        height: 400px;
        margin-left: 10%;
        background-color: #418af3;
        border-radius: 20px;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .registerTip{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        color: #fff;
    }
    .registerTip>p:nth-of-type(1){
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .registerTip>p:nth-of-type(2){
        font-size:20px;
    }
    .registerBtn{
        padding: 10px 25px;
        font-size: 20px;
        cursor: pointer;
        color: #4f3df5;
        background-color: #fff;
        border: none;
        margin-top: 50px;
        text-decoration: none;
    } 
    .backBtn{
        display: none;
    }
} 