@font-face {
    font-family: 'Montserrat-Black';
    src: url('/public/font/Montserrat-Black-2.otf');
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('/public/font/bahnschrift.ttf');
}
@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-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-face {
    font-family: 'Montserrat-Medium';
    src: url('/public/font/Montserrat-Medium-7.otf');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/public/font/Montserrat-Bold-3.otf');
}

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: #982dfa;
    opacity: 1;
    display: block;
    border: 0;
    transform: scale(1);
    border: 1px solid #982dfa;
    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{background:#FFF;-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.03); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.03);z-index:9;background: #000000;}
#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;position: relative;
    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;
} */
#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: #ffff;
    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;}
#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: #000000 !important;
}
#pc-header .nav li ul{background:#FFF;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:#FFFFFF;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: #000000;}
#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: '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: 14vh;
    background: #fff;
    color: #000;
    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: #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;
    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;
}
#attr_53{
    border-radius: 24px;
								height: 2.5vw;
								font-size: 13px;
								padding-left: 4%;
								width: 16vw;
}
#fot_logo{
    transition: all .3s ease-in-out;width: 45%;margin-left: 15%;
}
#fot_sum{
    width: 80%;margin: 0 auto;
}
footer{
    position: relative;
z-index: 8;
}
#fot_form{
    position: relative;margin-top: 8%;
}
#fot_form .tips-form{
    margin-top: 5%;
}
#fot_li_one{
    border-left: 1px solid #E3E3E3;    display: flex;
			 flex-direction: column;
			 flex-wrap: wrap;
			 align-content: center;
			 justify-content: center;
			 align-items: flex-start;
}
#fot_li_h3{
    font-size: 1.8vw !important;
}
#fot_sub{
    font-size: 0.5vw;
    font-weight: 900;
    background-color: #000;
    border-radius: 25px;
    height: 2.3vw;
    width: 6vw;
    position: absolute;
    right: 13%;
    top: 3%;
    z-index: 8;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#copyright_layout{
    margin-top: 1%;width: 100% !important;
}
#copyright_line{
    background: linear-gradient(180deg, #FFFFFF, #B2B2B2);
}
.copyright #ff{
    text-align: left;
}
/* 语言 */

/* pc搜索图标 */
#pc-header .searchBar{position:absolute;top:32px;right:120px}
#pc-header a.search-ico i{font-size:25px;color:#6E6E6E;}
#pc-header .language{position:absolute;}
/* 购物车图标 */
#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.9vw;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 500;
    color: #000000;
    line-height: 3vw;
    padding-left: 8%;
}
#ff a{
    text-decoration: underline;
    font-size: 0.9vw;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 500;
    text-decoration: underline;
    color: #FFFFFF;
}
#ff{
    
  
}
#pc-header .nav li .showBox{
    position: absolute;
    top: 100%;
    width: 100%;
    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: linear-gradient(180deg, #FFFFFF, #B2B2B2);
   
    
    /* 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;
    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{
    position: absolute;
    top: 40%;
}
#tip_logo{
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#tip_logo img{
    width: 32%;
}
#tip_info h1{
    font-size: 2.4vw;
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 2.5vw;

    background: linear-gradient(169deg, #B113FF 0%, #FF05E1 9.6435546875%, #FF6D00 37.20703125%, #DEFF2A 70.556640625%, #84FFA8 92.8466796875%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#tip_info span{
    margin-top: 5%;
    display: block;
    font-size: 1vw;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3vw;
}
#tip_info a{
    width: 58%;
    display: block;
    font-size: 1.3vw;
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 3vw;
}
#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; 
}