@font-face {
    font-family: 'Montserrat-Black';
    src: url('/public/font/Montserrat-Black-2.otf');
    font-display:swap;
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('/public/font/bahnschrift.ttf');
    font-display:swap;
}
/* @font-face {
    font-family: 'Source Han Sans SC';
    src: url('/public/font/sourcehansanssc-medium.otf');
} */
/* @font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url('/public/font/HARMONYOS_SANS_SC_MEDIUM.TTF');
    font-display:swap;
} */
/* @font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('/public/font/HARMONYOS_SANS_SC_BOLD.TTF');
} */
@font-face {
    font-family: 'Montserrat';
    src: url('/public/font/Montserrat-Regular-8.otf');
    font-display:swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/public/font/Montserrat-Medium-7.otf');
    font-display:swap;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/public/font/Montserrat-Bold-3.otf');
    font-display:swap;
}
body{
    position: relative;
}

#cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 9999999;
    transition: all .5s ease-out;
}
#cursor .cursor__inner {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6ad9d4;
    opacity: 1;
    display: block;
    border: 0;
    transform: scale(1);
 
    transition: all .4s ease-out;
   
}
.buy_now{
    position:fixed;bottom:13%;right:5.5%;width:100px;z-index: 100;flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.buy_now .buy_img{
    width: 100%;
    position: relative; 
    transform-style: preserve-3d;
    animation: rotate 4s linear infinite;
}
.buy_now .buy_img:hover{
    animation-play-state: paused;
}
@keyframes rotate {
    0% {
      transform: rotateY(0);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
.buy_now .del_img{
    position: absolute;
    top: 0;
    right: -20%;
}

/* PC导航 */
#pc-header .logo img{max-width:none;max-height:100vw;transition: all .3s ease-in-out;}
#pc-header .navbar{background:#FFF;z-index:9;transition: all 1.5s ease;}
#pc-header .nav li.active ul li a {color:#000000;}
#pc-header .nav li.active a,#pc-header .nav li:hover a i.line{transform: scaleX(1)}
#pc-header .nav li a{color:#000000;position:relative;font-weight:bold;font-family: Montserrat;
    padding: 0 2vw;
    font-size: 1vw !important;line-height: 1.8vw}
/* #pc-header .nav li a:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-bottom: 3px solid #FD9251;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    position: relative;
    padding: 0 1.5vw;
    font-size: 1vw !important;
    font-family: Source Han Sans SC !important;
    color: #FFFFFF;
    line-height: 1.5vw;
} */
#pc-header .nav li:hover .showBox{visibility: visible;opacity: 1;pointer-events: all;}
#pc-header .nav li a i.line {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background-color: #000;
    height: 0.3rem;
    width: 0;
    display: block;
    transform: scaleX(0);
    transition: all 0.5s;
    left: 30%;
    top: 94%;
    border-radius: 0.2rem;
}
#pc-header .nav li a i.line{
    width: 20% !important;left: 40%;
}
#pc-header .nav li a:hover:after,#pc-header .nav li a.active:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#product .owl-item :hover{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1.05, 1.05);
    
}
.nav-menu ul{
    width: 100% !important;
}
#product .owl-carousel .owl-stage{
    margin-top: 20px;
    margin-bottom: 20px;
}
/* #pc-header .nav li:last-child a{padding:0 0 0 20px;}  */
#pc-header .nav li ul{
    top:5vw;padding:0;
    display: flex;
    width: 1200% !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
   
}
#pc-header .nav li:nth-of-type(1) ul {
    left: -240%;
}
#pc-header .nav li:nth-of-type(2) ul {
    left: -342%;
}
#pc-header .nav li:nth-of-type(3) ul {
    left: -450%;
}
#pc-header .nav li:nth-of-type(4) ul {
    left: -600%;
}
#pc-header .nav li:nth-of-type(5) ul {
    left: -700%;
}
#pc-header .nav li.active a,#pc-header .nav li a:hover,#pc-header .nav li:hover a.first-level{color:#000000;opacity: 1;
}
#pc-header .logo:hover img,.item-5 img:hover{
    opacity: 1;
  
    transform: scale(1.05);
}
.drop-menu li a{
    color: #000000 !important;
}
#pc-header .nav li ul{background:#f9f9f9;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
#pc-header .nav li ul li a {background:#f9f9f9;line-height:54px;font-size:0.8vw !important;font-weight:normal;display:block;width:100%;text-align:center;font-family: HarmonyOS_Sans_SC_Medium;padding: 0 1vw;
    font-weight: 900;
    color: #000000;}
#pc-header .nav li ul li:last-child a{
    padding-bottom: 7%;
} 
.two-menu-li{
    padding: 0 50px;margin-top: 0.5%;
}
.two-menu-li.active a{
    text-decoration-line: underline;
}

.link__inner {
    overflow: hidden;
    position: relative;
    display: block;
    
}

.three-menu{
    display: none;
    
    width: 100%; 
    padding: 1% 27%;
    background: #fff;
}
.three-menu.active{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.three-menu-li{
    padding: 2%;
}
.three-menu-li:hover{
    cursor: pointer;
}
.three-menu a{
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #6bdad5 !important;
    margin-top: 10%;
    font-size: 1.5vw;
    font-weight: 300 !important;
    
}
.three-menu-li h1{
    color: #000;
    text-align: center;
    text-transform: capitalize;
    align-self: center;
    margin-top: 5%;
    font: 500 1vw HarmonyOS Sans SC, -apple-system, Roboto, Helvetica,
      sans-serif;
}
.three-menu-img{
    border-radius: 0.5vw;
    overflow: hidden;
}
.three-menu-img img{
    width: 100%;
    transition: transform 1s ease; 
}
.three-menu-img img:hover{
    transform: scale(1.1);
  }
.link__default-text,.link__hover-text {
    display: block;
    position: relative;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-duration: .5s;
    font-family: 'Montserrat';
    font-weight: 400;
}
.link__hover-text {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(125%);
}
.link__inner:hover .link__hover-text {
    transform: none;
}
 .link__inner:hover .link__default-text {
    transform: translateY(-125%)
}
/* 最顶部 */
.header-top {
    height: 9vw;
    background: #6ad9d4;
    color: #000;
    text-align: center;
    line-height: 48px;
    padding-left: 10px!important;
    padding-right: 10px!important;
    transition: all 0.8s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: all 0.8s ease-in-out;
}
.header-top .top-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-top .warning {
    font-size: 2vw;
    line-height: 1.2;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #000;
    font-weight: bold;
}
/* 首次弹窗 */
.agelimit {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.85);
}
.welcome-box {
    position: absolute;
    max-width: 640px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 16px;
    color: #4FC5D5;
    background-color: #fff;
    height: 375px;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
}

.welcome-box .welcome-icon p {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 36px;
}
.welcome-box p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 11px;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: bold;
    color: #4FC5D5;
}
.welcome-box .btn {
    width: 35%;
    max-width: 320px;
    height: 48px;
}
.btn {
    color: #fff;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: none;
    border-radius: 38px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    background-color: #FD9251;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    /* -webkit-tap-highlight-color: initial; */
}
.welcome-box .btn-border {
    max-width: 320px;
    width: 35%;
    height: 60px;
    margin-top: 25px;
    margin: 4%;
    font-weight: bolder;
}
.btn-border {
    background: #4FC5D5;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    border: 1px solid #4FC5D5;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    border-radius: 8px;
}
#notPass {
    background: #FFFFFF;
    height: 60px;
    line-height: 38px;
    overflow: hidden;
    border: 1px solid #4FC5D5;
    color: #4FC5D5;
    font-weight: 500;
    font-size: 17px;
}


/* 语言 */

/* pc搜索图标 */
#pc-header .searchBar{position:absolute;top:32px;right:120px}
#pc-header a.search-ico i{font-size:25px;color:#6E6E6E;}
#pc-header #language{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: -10%;
}
#pc-header #language:hover,#pc-header #p_list:hover{
    cursor: pointer;
}
#pc-header #p_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
   
}
#language img,#p_list img{
    width: 6%;
}
#language h1,#p_list h1{
    display: inline-block;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 1vw;
    font-weight: 400;
    margin: auto 0;
    padding-left: 6%;
    color: #95d6d0;
}
/* 购物车图标 */
#pc-header .shopBar{position:absolute;top:37px;right:80px}
#pc-header a.shop-ico i{font-size:18px;color:#6E6E6E;}

/* 登入后状态 */
.log-in{position:absolute;top:29px;right:5px}
.log-in .drop-menu {margin:12px 0 0;min-width:100px;border-radius:5px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.075); box-shadow:0 6px 12px rgba(0,0,0,.075) }
.log-in .drop-menu li{padding: 0 10px;height: 32px;text-align: center;}
.log-in .drop-menu li a{position: relative;height: 32px;line-height: 32px;}
.log-in .drop-menu li a:hover,.drop-menu a:focus {color:#2D2D2D;background: unset;}
.log-in .button-group span {display:inline-block;line-height:24px;height:24px;width:24px}
.log-in .button-group ul:before {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.log-in .button-group ul:after {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #e9e8e8;border-left:8px solid transparent;content:'';}
.log-in .button-group .button {padding:0;line-height:18px;font-size:20px}
.log-in .button-group .drop-menu {padding: 10px 0; left: -40px;border-top:0px solid #ff0000;-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.075);box-shadow: 0px 8px 10px rgba(0,0,0,.05);border-radius:4px;}
.log-in a.user-ico{width:32px;height:32px;line-height:32px;background:#ECEFF5;display:block;}
.log-in a.user-head{width:32px;height:32px;overflow:hidden;display:block;}
.log-in a.user-head img{width:32px;height:32px;}
/* 登入后状态 end*/

/* 注册登录切换 */
.register .tab{font-size:0}
.register .tab li{cursor:pointer;display:inline-block;position:relative;font-size:20px;width:60px;color:#666;margin:0 0 40px 0}
.register .tab li::before{background:#ccc;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}
.register .tab li.cur{color:#ff9600}
.register .tab li.cur::before{background:#ff9600;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}

.register .line{margin:0px;padding:0;position: relative; text-align: center;}
.register .line span{display: inline-block; padding: 0 20px; position: relative; z-index: 200;}
.register .line hr{-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: solid none none; margin-top:10px; position: absolute; top:0; width: 100%;}

.register .bnt-login{margin:0 auto;text-align:center}
.register .bnt-login a{display:inline-block;color:#fff;font-size:22px;width:48px;height:48px;text-align:center;line-height:48px;margin-right:10px;border-radius:30px}
.register .bnt-login a:hover{opacity:0.8}
.register .bnt-login a.weixin{background:#38B624}
.register .bnt-login a.qq{background:#1F92DF}
.register .bnt-login a.weibo{background:#FF6000}
/* 注册登录切换 end*/

/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#ff9600}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */
#ff h2{
    font-size: 0.6vw;
    font-family: Montserrat;
    font-weight: 500;
    color: #8A8A8A;
    line-height: 1.5vw;
    margin-top: 2%;
    
}

#ff a{
    text-decoration: underline;
    font-size: 0.7vw;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 500;
    text-decoration: underline;
    color: #6ad9d4;
}
#copyright{
    margin: 0 auto;width: 90% !important;
}
#copyright #ff{
    padding-bottom: 5%;
    text-align: left;
}

#pc-header .nav li .showBox{
    position: absolute;
    top: 100%;
    width: 135%;
    padding: 0.7rem 0.8rem 0.5rem;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    right: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgb(0 21 81 / 80%);
    display: flex;
    align-items: center;
    
    /* pointer-events: none; */
}
#pc-header .nav li .showBox .left {
    padding: 0;
    height: 100%;
    display: flex;
    line-height: initial;
    color: #fff;
    width: 50%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
  
}
.clearfix{
    padding: 3%;
    padding-left: 15%;
    padding-right: 15%;
}
.clearfix .x3{
    text-align: center;
}
.clearfix .x3 h2{
    font-size: 1vw;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 500;
    color: #000000;
    padding-top: 6%;
}
.nav_list_img{
    width: 60%;
    margin-left: 20%;
    height: 9vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    transition: box-shadow 0.3s ease-in-out;
}
.nav_list_img:hover{
    box-shadow: 0 0 30px #FFFFFF;
}
.nav_list_img img{
    width: 50%;
}
.slideshow {
    position: absolute;
    overflow: hidden;
    width: 300%;
    height: 300%;
    left: -120%;
    z-index: 10;
}

.slideshow .slide-item {
    position: absolute;
    transform: rotate(-40deg);
}

.slideshow .slide-item:nth-of-type(1) {
    top: -25%
}

.slideshow .slide-item:nth-of-type(2) {
    top: -17%
}

.slideshow .slide-item:nth-of-type(3) {
    top: -9%
}

.slideshow .slide-item:nth-of-type(4) {
    top: -1%
}

.slideshow .slide-item:nth-of-type(5) {
    top: 7%
}
.slideshow .slide-item:nth-of-type(6) {
    top: 15%
}
.slideshow .slide-item:nth-of-type(7) {
    top: 23%
}
.slideshow .slide-item:nth-of-type(8) {
    top: 31%
}
.slideshow .slide-item:nth-of-type(9) {
    top: 39%
}
.slideshow .slide-item:nth-of-type(10) {
    top: 47%
}
.slideshow .slide-item:nth-of-type(11) {
    top: 55%
}

.slideshow .images {
    display: flex;
    align-items: center;
    animation:moveSlideLeft 35s linear infinite;
}

.slideshow .images.reverse {
    animation-direction: reverse
}

.slideshow .images img {
    width: 55%
}
@keyframes moveSlideLeft {
    100% {
        transform:translateX(-40%)
    }
}
.tip {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .tip-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    align-self: stretch;
    position: relative;
    display: flex;
    min-height: 1000px;
    width: 100%;
    padding-bottom: 40px;
  }
  @media (max-width: 991px) {
    .tip-2 {
      max-width: 100%;
    }
  }
  
  .tip-3 {
    position: relative;
    background-color: #fff;
    align-self: stretch;
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    flex-direction: column;
  }
  @media (max-width: 991px) {
    .tip-3 {
      max-width: 100%;
    }
  }
  .tip-4 {
    border: 1px solid #c4c4c4;
    background-color: rgba(255, 255, 255, 0.9);
    align-self: center;
    display: flex;
    margin-top: 210px;
    margin-bottom: 134px;
    width: 696px;
    max-width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    flex-direction: column;
    z-index: 11;
    transition: all .5s ease-in-out;
  }
  .tip-4:hover{
    border-radius: 1.5vw;
  }
  @media (max-width: 991px) {
    .tip-4 {
      margin-top: 200px;
    }
  }
  
  .tip-5 {
    color: #000;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium, sans-serif;
    font-size: 31px;
    font-weight: 700;
    align-self: center;
    margin-top: 24px;
    max-width: 495px;
  }
  .tip-6 {
    color: #000;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium, sans-serif;
    font-size: 24px;
    font-weight: 400;
    align-self: center;
    margin-top: 30px;
    max-width: 576px;
  }
  @media (max-width: 991px) {
    .tip-6 {
      max-width: 100%;
    }
  }
  .tip-7 {
    background-color: #000;
    align-self: center;
    display: flex;
    margin-top: 52px;
    width: 522px;
    max-width: 100%;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    flex-direction: column;
  }
  .tip-7:hover,.tip-9:hover{
    cursor: pointer;
  }
  .tip-8 {
    color: #fff;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium, sans-serif;
    font-size: 24px;
    font-weight: 400;
    align-self: center;
    max-width: 282px;
  }
  .tip-9 {
    border: 1px solid #c4c4c4;
    background-color: #fff;
    align-self: center;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 522px;
    max-width: 100%;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    flex-direction: column;
  }
  .tip-10 {
    color: #000;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium, sans-serif;
    font-size: 24px;
    font-weight: 400;
    align-self: center;
    max-width: 282px;
  }
#translate {
    position: absolute;
    top: 3.5vw;
    left: 7.5%;
    z-index: 3333;
    display: none;
    border-radius: 5px;
    font-family: HarmonyOS_Sans_SC_Medium;font-weight: 500;
    font-size: 1vw;

}
#translate.active{
    display: block;
}
#translate select{
    padding: 3%;border-radius: 9px;
}
#translate option{
    padding: 5%;
    font-size: 1vw;
    line-height: 1.5vw; 
}
.email-enter{
    position: fixed;
    z-index: 99;
    height: 100%;
    display: none;
    top: 0;
}
.email-enter-img{
    width: 100%;
    height: 100%;
}
.email-enter-1{
    position: absolute;
    left: 0;
    top: 30%;
}
.email-enter-1 h1{
    color: #000;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 1vw;
    line-height: 1.5vw;
}
.email-enter-2{
    position: absolute;
    top: 27%;
    left: 30%;
    width: 43%;
    height: 45%;
    background-color: #fff;
    padding: 0 6%;
}
.email-enter-2 .form{
    position: relative;
    margin-top: 12%;
}
.email-enter-2 h1{
    color: #000;
    padding-bottom: 6%;

}
.secc_wel{
    text-align: center;
    position: absolute;
    display: none;
    top: 35%;
    left: 30%;
}
.secc_wel h1{
    color: #fff;
    font-size: 4vw;
    font-family: Montserrat;
}
.email-enter-2 #attr_53{
    height: 3vw;
    font-size: 1.3vw;
    width: 100%;
    border-radius: 0;
    border: 0 solid #BEBEBE;
    border-bottom: 1px solid #6A6A6A;
    padding-left: 0;
}
.email-enter-2 #sub{
    margin-top: 5%;
    font-size: 1.5vw;
    font-weight: 900;
    background-color: #000;
    height: 4vw;
    width: 100%;
    z-index: 8;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.email-enter-zz{

    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#js-loading__mask{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #6ad9d4;
    z-index: 10000;
  
}
#js-loading__mask img{
    width: 100%;
}
#js-loading__mask .js-loading__first {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    will-change: auto;
    background-color: #DFE2E5;
    transform: translateX(120%);
  }
#js-loading__mask .js-loading__second {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    will-change: auto;
    transform: translateX(120%);
    background-color: #fff;
  }
#logo-animation{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 10003;
    margin-top: 23%;
}

#logo-1{
    height: 3.5vw;
    border-bottom: 1px solid rgb(235, 238, 240);
    padding: 1%;
}
#logo_image{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
}
.p_drop-menu{
    background-color: #fff;
    top: 11.5vw;
    padding: 0;
    position: fixed;
    left: -100%;
    height: 100vh;
    width: 30%;
    transition: left 0.5s ease-out;
    z-index: 100;
}
.p_drop-menu.active{
    left: 0 !important;
    opacity: 1 !important;
}
.fixed-top .p_drop-menu {
    top: 16.5vw !important;
}
.p_m_list{
    padding: 8%;
}
.p_m_list li{
    position: relative;
    height: 4vw;
    padding: 6%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.p_m_list li:hover{
    background-color: #f9f9f9;
}
.p_m_list li a{
    color: #000;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 1.1vw;
    font-weight: 500;
    text-transform: capitalize;
}
.p_m_list li img{
    position: absolute;
   right: 5%;
}
#p_drop-menu_img{
    margin: 0 8%;
    height: 21vw;
    width: 84%;
    overflow: hidden;border-radius: 1vw
}
#p_drop-menu_img img{
    width: 100%;
    transition: transform 1s ease; 
    ;
}
#p_drop-menu_img img:hover{
    transform: scale(1.1);
  }
#fot_sub_email{
    font-size: 0.8vw;
    font-weight: 900;
    background-color: #6ad9d4;
    border-radius: 25px;
    height: 2.5vw;
    width: 8vw;
    position: absolute;
    right: 0%;
    top: 35%;
    z-index: 8;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
}
#fot_sum{
    width: 90%;margin: 0 auto;    padding-bottom: 2%;
    border-bottom: 2px solid #6A6A6A;
}
#fot_sum form{
    position: relative;margin-top: 6%;width: 25%;margin-bottom: 3%;
}
#fot_sum #attr_53{
    border-radius: 24px;
    height: 2.5vw;
    font-size: 10px;
    padding-left: 8%;
    width: 20vw;
    background-color: #f8f8f8;
    border: 0px;
    font-family: 'Montserrat';
}
.h_nav_l{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 5vw;
}
.pi{
    position: inherit;
}
.first-level{
    height: 5vw;display: flex !important; flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;
}
.actGotop{
    z-index: 888;
}
.foot_meis{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.foot_mei{
    position: relative;
    width: 20%;
    height: 3vw;
    display: block;
}
.foot_mei img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
}
.foot_mei .face,.foot_mei .ins,.foot_mei .youto{
    opacity: 1;
}
.foot_mei .face1,.foot_mei .ins1,.foot_mei .youto1{
    opacity: 0;
}
.foot_mei .youto,.foot_mei .youto1{
    top: 8%;
   
}
.foot_mei:hover .img1{
    opacity: 0 !important;
}
.foot_mei:hover .img2{
    opacity: 1 !important;
}
.p_m_list li:nth-of-type(1) #p_drop-menu_img img{
    content: url('/uploads/allimg/index/p_z.png');
}
.p_m_list li:nth-of-type(2):hover #p_drop-menu_img img{
    content: url('/uploads/allimg/index/pz2.png');
}
.p_m_list li:nth-of-type(3):hover #p_drop-menu_img img{
    content: url('/uploads/allimg/index/pz3.png');
}
.fot_email_tip_h1{
    color: #161616;
    align-self: stretch;
    flex-grow: 1;
    flex-basis: auto;
    font: 400 0.6vw/1vw Montserrat, sans-serif;
    padding-left: 8%;
    width: 90%;
}

.jqr{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vw;
    z-index: 999;
    background: #fff;
    padding: 10%;
}
.jqr h1{
    font-family: Montserrat;
    font-size: 2.5vw;
    color: #000;
    font-weight: 600;
    margin-bottom: 2%;

}
.jqr h2{
    font-family: Inter;
    color: #000;
    font-size: 1vw;
    line-height: 1.2vw;
    margin-bottom: 2%;
}
.jqr h3{
    font-family: Inter;
    color: #000;
    font-size: 1vw;
    margin-top: 2%;
}




/*.login-btn {*/
/*    float: right;*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*}*/

.login-btn {
    /* width: 250px;
    gap: 36px; */
    width: 13.02vw;
    gap: 1.88vw;
    float: right;
    display: flex;
    color: #000;
    /* font-size: 18px; */
    font-size: 0.94vw;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    line-height: normal;
    font-family: Montserrat;
}


.login-btn div {
    /* width: 102px;
    height: 34px; */
    width: 5.31vw;
    height: 1.77vw;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.login-btn .sign-up-btn {
    /* border-radius: 17px; */
    border-radius: 0.89vw;
    background: #8CD7D0;
}

.user-head {
    /* gap: 36px; */
    gap: 1vw;
    float: right;
    display: flex;
    /* margin-right: 15px; */
    margin-right: 0.8vw;
    align-items: center;
}

.user-head .head-portrait {
    /* width: 33px;
    height: 33px; */
    width: 1.72vw;
    height: 1.72vw;
    cursor: pointer;
}

.user-head .head-portrait img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-head .signOut-btn a {
    font-size: 0.8vw;
    color: #8cd7d0;
    font-weight: 550;
}
