@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: 'Inria';
    src: url('/public/font/InriaSans-Regular.otf');
    font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('/public/font/ArchivoBlack-Regular.ttf');
    font-display: swap;
}
@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;
}
@font-face {
    font-family: 'Aku';
    src: url('/public/font/Aku.otf');
}
@font-face {
    font-family: 'Archivo';
    src: url('/public/font/ArchivoBlack-Regular.ttf');
}
@font-face {
    font-family: 'Paytone';
    src: url('/public/font/Paytone-One.ttf');
}

body{
    position: relative;
}
#cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 9999999;
    transition: all .5s ease-out;
}
#cursor .cursor__inner {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #982dfa;
    opacity: 1;
    display: block;
    border: 0;
    transform: scale(1);
    
    transition: all .5s ease-out;
}
/* PC导航 */
#pc-header .logo img{max-width:none;max-height:88px;transition: all .3s ease-in-out;}
#pc-header .navbar{z-index:9;}
#pc-header .nav li.active ul li a {color:#ffff;}
#pc-header .nav li.active a,#pc-header .nav li:hover a i.line{transform: scaleX(1)}
#pc-header .nav li a{color:#fff;position:relative;font-weight:bold;font-family: Montserrat;
    padding: 0 1.5vw;
    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;
} */
.img-responsive{
    width: 30%;
}
.fixed_nav{
    position: fixed;
    top: 6vw;
    left: 2%;
    width: 5vw;
    z-index: 88;
    flex-direction: column;
    height: 5vw;
    border-radius: 50%;
    background-color: #0468FE;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.fixed_nav_list{
    position: fixed;
    top: 13vw;
    left: 3%;
    z-index: 110;
}
.fixed_nav_list li{
    background-color: #525252;
    /* background-color: rgba(0, 0, 0, 0.05); */
    backdrop-filter: blur(30.549999237060547px);
    padding: 2%;
    border-radius: 2vw;
    text-align: center;
    margin-bottom: 10%;
    width: 10vw;
    display: none;
}
.fixed_nav_list li:nth-child(4){
    width: 12vw;
}
.fixed_nav_list li a{
    font-size: 2.6vw;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 600;
    transition: all 0.1s ease;
}
.fixed_nav_list ul li:hover a{
    color: #0066FF !important;
}
 #nav-icon3{
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    width: 44%;
    margin-top: 34%;
  }
#nav-icon3 span{
    display: block;
    position: absolute;
    height: 0.3vw;
    width: 100%;
    display: flex;
   
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon3 i{
    background: #fff;
    display: inline-block;
  }
  #nav-icon3 i:nth-child(1){
    width: 0.3vw;
    height: 0.3vw;
    border-radius: 0.3vw;
  }
  #nav-icon3 i:nth-child(2){
    width: 1.5vw;
    height: 0.3vw;
    border-radius: 0.2vw;
    margin-left: 12%;
  }
  /* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 0.7vw;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 1.4vw;
  }
  #nav-icon3.open span{
    background-color: #fff;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 0.7vw;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 0.7vw;
    width: 0%;
    left: 50%;
  }
  
.main-nav-bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2,2,2,.8);
    backdrop-filter: blur(10px);
    z-index: 501;
    display: none;
  }
  .main-nav-bg-overlay.open {
    display: block;
  }
#pc-header .nav li a i.line {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background-color: #ffff;
    height: 0.3rem;
    width: 0;
    display: block;
    transform: scaleX(0);
    transition: all 0.5s;
    left: 30%;
    top: 85%;
    border-radius: 0.2rem;
}
#pc-header .nav li a i.line{
    width: 20% !important;left: 40%;z-index: 666;
}
#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:4.5vw;padding:0;}
#pc-header .nav li.active a,#pc-header .nav li a:hover,#pc-header .nav li:hover a.first-level{color:#fff;opacity: 1;
}
#pc-header .logo:hover img,.item-5 img:hover{
    opacity: 1;
  
    transform: scale(1.05);
}
.drop-menu li a{
    color: #fff !important;
}
#pc-header .nav li ul{background:#70DFC0;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:#70DFC0;line-height:54px;font-size:0.8vw !important;font-weight:normal;display:block;width:100%;text-align:center;font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: #fff;}
#pc-header .nav li ul li a:hover{background:#000;color:#fff !important;}
.link__inner {
    overflow: hidden;
    position: relative;
    display: block;
    
}
.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: 'Archivo';
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    font-size: 1.1vw;
}
.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: 14vh;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 48px;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.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: Source Han Sans SC;
    color: #fff;
    font-weight: bold;
}
/* 首次弹窗 */


/* 语言 */
.top_logo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 6vw;
}
#ff h2{
    font-size: 0.7vw;
    font-family: Montserrat;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.5vw;
}
#ff a{
    text-decoration: underline;
    font-size: 0.8vw;
    font-family: Montserrat;
    font-weight: 500;
    text-decoration: underline;
    color: #B1B1B1;
}
#ff{
    
  padding: 2.5%;
}



.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;
    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;
    background-color: #000000;
    width: 300%;
    height: 300%;
    left: -120%
}

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

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

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

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

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

.slideshow .slide-item:nth-of-type(5) {
    top: 33%
}

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

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

.slideshow .images img {
    width: 120%
}
@keyframes moveSlideLeft {
    100% {
        transform:translateX(-100%)
    }
}
.tip {
   
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  @keyframes moveBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
  }
  .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;
   
    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 {
    align-self: center;
    display: flex;
    margin-top: 5% !important;
    margin-bottom: 134px;
    background-color: #fff;
    max-width: 45%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 5%;
    padding-left: 20px;
    flex-direction: column;
    z-index: 11;
    transition: all .5s ease-in-out;
    border-radius: 2vw;
  }
  
  @media (max-width: 991px) {
    .tip-4 {
      margin-top: 200px;
    }
  }
  
  .tip-5 {
    color: #C00;
    text-align: center;
    font-family: Inter;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5%;
  }
  .tip-5-1{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 2.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
   
  }
  .tip-6 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 78%;
    margin-left: 11%;
    margin-top: 4%;
  }
  @media (max-width: 991px) {
    .tip-6 {
      max-width: 100%;
    }
  }
 
  .tip-7 {
    background: #70DFC0;
    align-self: center;
    display: flex;
    margin-top: 6%;
    width: 38%;
    margin-right: 5%;
    padding: 3%;
    flex-direction: column;
    border-radius: 5px;
  }
  .tip-7:hover,.tip-9:hover{
    cursor: pointer;
  }
  .warn_yes_no{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .tip-8 {
    color: #000;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    align-self: center;
    max-width: 282px;
  }
  .warn_svg img{
    width: 40%;
  }
  .tip-9 {
  
    background-color: #eee;
    align-self: center;
    display: flex;
    margin-top: 6%;
   margin-left: 2%;
    width: 38%;
    padding: 3%;
    flex-direction: column;
    border-radius: 5px;
  }
  .tip-10 {
    color: #000;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Medium, sans-serif;
    font-size: 18px;
    font-weight: 600;
    align-self: center;
    max-width: 282px;
  }
#translate {
    position: absolute;
    top: 5vw;
    right: 2.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; 
}
#fot_sum{
    width: 70%;
    margin: 0 auto;
   
}
.bg-main{
    position: relative;
    z-index: 8;
    background: #000000;
}
.actGotop{
    z-index: 888 !important;
    cursor: pointer;
}
#js-loading__mask{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  
}
.f_logo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.f_logo img{
    width: 40%;
}
.buy_now{
    position:fixed;bottom:13%;right:4.5%;width:100px;z-index: 100;flex-direction: column;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}
.buy_now .buy_img{
    width: 65%;
    position: relative; 
    transform-style: preserve-3d;
    animation: rotate 4s linear infinite;
}
.buy_now .buy_img:hover{
    animation-play-state: paused;
}
.buy_now .del_img{
    position: absolute;
    top: 0;
    right: 15%;
    width: 15%;
}
@keyframes rotate {
    0% {
      transform: rotateY(0);
    }
    100% {
      transform: rotateY(360deg);
    }
  }

  .email-enter{
    position: fixed;
    z-index: 99;
    height: 100%;
    display: none;
    top: 0;
    width: 100%;
}
.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: 23%;
    left: 33%;
    width: 34%;
    height: 58%;
    background-color: #fff;
    padding: 0 4%;
    text-align: center;
}
.email-enter-2 .form{
    position: relative;
    margin-top: 10%;
}
.email-enter-2 h1{
    color: #000;
    padding-bottom: 2%;
    text-align: center;
    font-family: Aku;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3%;
}
.email-enter-2 h2{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5vw;
}

.email-enter-2 #attr_53{
    height: 3vw;
    font-size: 1.3vw;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #C4C4C4;
    padding-left: 5%;
}
.email-enter-2 #sub{
    margin-top: 2%;
    font-size: 1.5vw;
    font-weight: 900;
    border-radius: 6px;
    background-color: #000;
    height: 3vw;
    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{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.e_king_img{
    width: 90%;
}
.e_i_li{
    margin-top: 7%;
}
.foot_ts{
    padding: 1% 7%;
    background-color: #70DFC0;

}

footer ul li ul li a:hover{
    color: #70DFC0 !important;
    text-decoration: underline;
}
#fot_sum h3 a{
    color: #fff;
}
.fot_cont a{
    font-size: 0.8vw !important;
    font-family: Inter !important;
}
.copyright{
    margin: 6% auto;
}
.copyright .x8 h1{
    font-family: Montserrat, sans-serif;
    font-size: 1vw;
    color: #fff;
    line-height: 2vw;
}
.copyright .x4 h2{
    color: rgba(255, 255, 255, 0.8);
    text-transform: lowercase;
    font-family: Inter;
    font-size: 0.8vw;
    font-weight: 200;
    margin-top: 20%;
    margin-left: 5%;
}
.foot .line{
    height: 25vw;
    position: relative;
    z-index: 99;
}

.foot_img{
    border-top: 1px solid #ffff;
    border-right: 1px solid #ffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.4vw;
    background-color: #000;
    box-sizing: border-box;
    padding: 1.8vw 3vw 1.8vw 3.2vw;
    overflow: hidden;
}
.foot_brand{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
    line-height: 0;
}
.foot_img svg,
.foot_brand svg{
    height: 6.2vw;
    width: auto;
    max-width: 78%;
    display: block;
}
.foot_biz{
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
}
.foot_biz_head{
    margin: 0 0 0.9vw;
}
.foot_biz_title{
    margin: 0;
    font-size: 1.05vw;
    font-weight: 600;
    font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    letter-spacing: 0.08em;
    line-height: 1.3;
}
.foot_biz_title_en{
    margin: 0.2vw 0 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.68vw;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.3;
}
.foot_biz_list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55vw;
}
.foot_biz_list li{
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 1vw;
    margin: 0;
    line-height: 1.45;
    white-space: nowrap;
}
.foot_biz_label{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.35vw;
    flex: 0 0 auto;
    white-space: nowrap;
}
.foot_biz_label_zh{
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.78vw;
    font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.foot_biz_label_en{
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72vw;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
}
.foot_biz_list a,
.foot_biz_value{
    flex: 0 0 auto;
    color: #fff;
    font-size: 0.88vw;
    font-family: Montserrat, "HarmonyOS Sans SC", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
}
.foot_biz_list a:hover{
    color: #0468FE;
}
.foot_biz_addr{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1vw;
    margin-top: 0.85vw;
    padding-top: 0.8vw;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.foot_biz_addr .foot_biz_label{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.12vw;
    white-space: normal;
    padding-top: 0.08vw;
}
.foot_biz_addr .foot_biz_label_en{
    font-size: 0.58vw;
    color: rgba(255, 255, 255, 0.35);
}
.foot_biz_addr_text{
    min-width: 0;
}
.foot_biz_addr_zh{
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82vw;
    line-height: 1.5;
    font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    letter-spacing: 0.02em;
}
.foot_biz_addr_en{
    margin: 0.25vw 0 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.62vw;
    line-height: 1.45;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.01em;
}
.foot_li{
    height: 100%;
}

.foot_li ul{
    height: 100%;
}
.foot_li li{
    height: 16%;
    border-top: 1px solid #ffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.foot_li li a{
    font-size: 1.5vw;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 500;
    padding-left: 4%;
    width: 100%;
    mix-blend-mode: difference;
    position: relative;
    z-index: 10;
}
.foot_li li:last-child{
    height: 20%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 0 1.2vw 0 0;
    box-sizing: border-box;
}
.foot_list_bg {
    transform-origin: center;
    height: 0%;
    z-index: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: auto;
    right: auto;
}
.copyright_h{
    width: 48%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}
.copyright_h h1{
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.6vw;
    font-weight: 600;
    float: none;
    margin: 0;
    padding-right: 3%;
    white-space: nowrap;
}
.meiti{
    width: 50%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1vw;
    padding-left: 4%;
    box-sizing: border-box;
    overflow: hidden;
}
.mei_list{
    width: auto;
    float: none;
    padding-left: 0;
    flex: 0 0 auto;
    line-height: 0;
}
.foot_li .mei_list a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
    mix-blend-mode: normal;
    position: relative;
    z-index: 2;
}
.mei_list img{
    display: block;
    height: 1.3vw;
    width: auto;
    max-width: 2.5vw;
    object-fit: contain;
}
.youto_img{
    width: 2vw !important;
    height: 1vw !important;
  }