@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;transition: all .4s ease;}
.Header::after{content: "";width: 100%;height: 1px;position: absolute;background: #ebebeb;left: 0;bottom: 0;opacity: 1;transition: all .4s ease;}
.Header .contain{padding: 0 50px;width: 100%;}
.Header-logo,.Header-lang-menu,.Header-search-click,.Header-menu{height: 68px;}

.Header-logo{float: left;width: 132px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;}
.Header-logo img.s{display: none;}

.Header-lang{float: right;position: relative;z-index: 999;margin-right: 24px;}
.Header-lang-menu{display: flex;align-items: center;color: #000;transition: color .4s ease;line-height: 1;cursor: pointer;}
.Header-lang-menu span{font-size: 18px;font-family: "fmb";}
.Header-lang-menu i{font-size: 20px;margin-right: 4px;}
.Header-lang:hover .Header-lang-menu, .Header-lang.active .Header-lang-menu{color: #036aff;}
/* 多个语言 Header-lang-more添加class="hasIcon" 就会启用图标 */
.Header-lang-more{width: 100px;margin-left: -50px;border-top: 4px solid #036aff;display: none;z-index: 9;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);background: #fff;position: absolute;top:calc(100% - 4px);left: 50%;border-radius: 5px 5px 0 0;transition: top .4s ease;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 6px 6px;border-color: transparent transparent #036aff transparent;position: absolute;top: -10px;left: 50%;margin: 0 0 0 -6px;}
.Header-lang-more a{display: flex;font-size: 15px;color: #000;justify-content: center;padding: 8px 0;transition: all .4s ease;}
.Header-lang-more.hasIcon a{justify-content: flex-start;padding: 10px 0 10px 26px;}
.Header-lang-more.hasIcon a span{background-repeat: no-repeat;background-position: left center;padding-left: 36px;background-size: 30px auto;}
.Header-lang-more.hasIcon a.cn span{background-image: url('../images/common/nicon-cn.svg');}
.Header-lang-more.hasIcon a.tw span{background-image: url('../images/common/nicon-tw.svg');}
.Header-lang-more.hasIcon a.en span{background-image: url('../images/common/nicon-en.svg');}
.Header-lang-more.hasIcon a.en2 span{background-image: url('../images/common/nicon-mg.svg');}
.Header-lang-more.hasIcon a.de span{background-image: url('../images/common/nicon-de.svg');}
.Header-lang-more.hasIcon a.br span{background-image: url('../images/common/nicon-br.svg');}
.Header-lang-more.hasIcon a.es span{background-image: url('../images/common/nicon-es.svg');}
.Header-lang-more.hasIcon a.fr span{background-image: url('../images/common/nicon-fr.svg');}
.Header-lang-more.hasIcon a.jp span{background-image: url('../images/common/nicon-jp.svg');}
.Header-lang-more.hasIcon a.ru span{background-image: url('../images/common/nicon-ru.svg');}
.Header-lang-more.hasIcon a.ita span{background-image: url('../images/common/nicon-ita.svg');}
.Header-lang-more.hasIcon a.kr span{background-image: url('../images/common/nicon-kr.svg');}
.Header-lang-more a:hover{color: #036aff;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0%{transform: translateY(16px);opacity: 0.5;}100%{transform: translateY(0);opacity: 1;}}

.Header-search{float: right;}
.Header-search-click{width: 40px;color: #000;font-size: 20px;cursor: pointer;z-index: 999;transition: color .4s ease;display: flex;align-items: center;justify-content: center;position: relative;}
.Header-search-click::after, .Header-search-item button::after{content: "\e601";font-family: "icon";font-weight: 700;}
.Header-search-click.active::after{content: "\e7db";font-size: 17px;font-weight: 400;}
.Header-search-click:hover{color: #036aff !important;}
.Header-search-item{display: none;position: absolute;width: 100%;height: calc(100vh - 68px);top: 100%;left: 0;z-index: 99;background: rgba(0, 0, 0, 0.3);text-align: center;}
.Header-search-item.active{display: block;}
.Header-search-limit{display: flex;align-items: center;height: 160px;background: #fff;}
.Header-search-item form{width: 144px;margin: 0 auto;display: flex;position: relative;}
.Header-search-item input[type="text"]{width: 100%;padding: 0 60px 0 20px;height: 56px;border: 2px solid #f0f0f0;font-size: 16px;color: #000;background: transparent;transition: border .4s ease;}
.Header-search-item input[type="text"]:focus{border-color: rgba(3, 106, 255, 0.4);}
.Header-search-item.active form{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 144px;}100%{width: 600px;}}
.Header-search-item button{width: 60px;height: 56px;font-size: 20px;color: #000;background: transparent;cursor: pointer;margin-right: 0;transition: color .4s ease;position: absolute;right: 0;top: 0;}
.Header-search-item button:hover{color: #036aff;}

.Header-navbar{position: absolute;width: 100%;top: 0;left: 0;display: flex;justify-content: center;}
@media all and (min-width:1100px){body.PC .Header-navbar{display: flex !important}}
.Header-navbar>ul>li{margin: 0 16px;float: left;z-index: 9;}
.Header-navbar>ul>li:last-child{margin-right: 0;}
.Header-navbar>ul>li:first-child{margin-left: 0;}
.Header-menu{font-size: 16px;position: relative;display: flex;align-items: center;color: #000;transition: color .4s ease;font-family: "fmb";cursor: pointer;}
.Header-menu::after{content: "";position: absolute;width: 100%;height: 6px;background: #036aff;left: 0;bottom: 0;opacity: 0;transition: background .4s ease, opacity .4s ease;}
.Header-navbar>ul>li:hover .Header-menu{color: #036aff;}
.Header-navbar>ul>li.on .Header-menu{color: #036aff;}
.Header-navbar>ul>li.on .Header-menu::after{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{width: 100%;height: calc(100vh - 68px);position: absolute;left: 0;top: 100%;z-index: 100;background-color: rgba(0, 0, 0, .3);transition: all 0.3s ease-out;transform-origin: 0 0;opacity: 0;visibility: hidden;}
.Header-navbar>ul>li.on .Header-drop{visibility: visible;opacity: 1;transform: rotateX(0);}
.Header-drop-wrap{width: 100%;background: #f4f4f4;padding: 50px 104px 80px;}
.Header-drop-main{width: 30%;}
.Header-drop-main .title{font-size: 24px;color: #000;font-family: "fmb";}
.Header-drop-main .link{margin-top: 20px;}
.Header-drop-main .link a{height: 44px;display: flex;align-items: center;background: #036aff;color: #fff;padding: 0 20px;font-size: 14px;line-height: 1;position: relative;overflow: hidden;}
.Header-drop-main .link a span{position: relative;z-index: 4;transform: translate3d(0,0,10px);}
.Header-drop-main .link a::after{content: "";position: absolute;width: 16px;height: 16px;top: 50%;left: 50%;background: rgba(255, 255, 255, 0.4);transform: translate(-50%,-50%);border-radius: 50%;opacity: 0;}
.Header-drop-main .link a:hover::after{animation: HeaderDropMain 1.2s ease both;}
@keyframes HeaderDropMain{0%{opacity: 1;transform: translate(-50%,-50%) scale(1)}100%{opacity: 0;transform: translate(-50%,-50%) scale(20)}}
.Header-drop-list{width: 70%;}
.Header-drop-list .ul{display: flex;flex-wrap: wrap;margin: -24px 0 0 -24px;}
.Header-drop-list .li{width: calc(100%/3 - 24px);margin: 24px 0 0 24px;}
.Header-navbar>ul>li:nth-child(5) .Header-drop-list .li{width: calc(100% / 4 - 24px);}
.Header-drop-list .li .menu, .Header-drop-list .li .more{width: 100%;}
.Header-drop-list .li .menu, .Header-drop-list .li .more h6{display: flex;}
.Header-drop-list .li .menu a, .Header-drop-list .li .more h6 a{color: #333;position: relative;transition: color .4s ease;padding: 3px 0;}
.Header-drop-list .li .menu a{font-size: 16px;font-family: "fmb";}
.Header-drop-list .li .more{margin-top: 6px;}
.Header-drop-list .li .more h6 a{font-size: 14px;}
.Header-drop-list .li .menu a:hover, .Header-drop-list .li .more h6 a:hover{color: #036aff;text-decoration: underline;}
.Header-drop-close{position: absolute;top: 36px;right: 88px;font-size: 16px;width: 5px;height: 50px;display: flex;align-items: center;justify-content: center;cursor: pointer;color: #000;transition: color .4s ease;}
.Header-drop-close::after{content: "\e7db";font-family: "icon";}
.Header-drop-close:hover{color: #036aff;}

/* 如果需要透明：页面body添加class="Lucency noGap"，样式修改 */
@media all and (min-width:1100px){
    .Lucency .Header-logo img.s{opacity: 1;}.Lucency .Header-logo img.h{opacity: 0;}
    .Lucency .Header{background: transparent;}
    .Lucency .Header::after{opacity: 0;}
    .Lucency .Header-menu{color: #fff;}
    .Lucency .Header-lang-menu{color: #fff;}
    .Lucency .Header-search-click{color: #fff;}
    
    .bodyMouse .Header, .bodySearch .Header, .bodyLang .Header, .bodyMenu .Header{background: #fff;}
    .bodyMouse .Header::after, .bodySearch .Header::after, .bodyLang .Header::after, .bodyMenu .Header::after{opacity: 1;}
    .bodyMouse .Header-menu, .bodySearch .Header-menu, .bodyLang .Header-menu, .bodyMenu .Header-menu{color: #000;}
    .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s, .bodyLang .Header-logo img.s, .bodyMenu .Header-logo img.s{opacity: 0;}
    .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h, .bodyLang .Header-logo img.h, .bodyMenu .Header-logo img.h{opacity: 1;}
    .bodyMouse .Header-lang-menu, .bodySearch .Header-lang-menu, .bodyLang .Header-lang-menu, .bodyMenu .Header-lang-menu{color: #000;}
    .bodyMouse .Header-search-click, .bodySearch .Header-search-click, .bodyLang .Header-search-click, .bodyMenu .Header-search-click{color: #000;}
    
    .noGap .Header-logo img{position: absolute;transition: opacity .4s ease;top: 0;bottom: 0;margin: auto 0;}
    .noGap .Container{margin-top: 0;}
    .noGap .Header-logo img.s{display: block;}
}

.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #000;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #000;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{animation: buttonAnimationBefore 0.3s ease forwards;}
.Header-navclick.active span:after{animation: buttonAnimationAfter 0.3s ease forwards;}
@keyframes buttonAnimationBefore{
    0%{-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50%{-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100%{-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationAfter{
    0%{-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50%{-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100%{-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimation{
    0%{background: transparent;}
    50%{background: rgba(255,255,255,0);}
    100%{background: rgba(255,255,255,0);}
}

/* 底部 */
.Footer{width: 100%;background: #f4f4f4;position: relative;z-index: 9;padding: 80px 0 50px;}
.Footer-items{width: 100%;align-items: center;justify-content: space-between;}
.Footer-data{width: auto;}
.Footer-data .logo{width: 150px;}
.Footer-data .text{font-size: 14px;margin-top: 24px;}
.backTop{display: flex;align-items: center;font-size: 14px;font-family: "Fmb";color: #000;transition: color .4s ease;cursor: pointer;user-select: none;}
.backTop i{margin-right: 10px;}
.backTop:hover{color: #036aff;}
.Footer-code{width: auto;}
.Footer-code a{display: flex;align-items: center;justify-content: center;position: relative;margin-right: 26px;font-size: 20px;color: #000;transition: color .4s ease;}
.Footer-code a:first-child{font-size: 22px;}
.Footer-code a:last-child{margin-right: 0;}
.Footer-code a:hover{color: #036aff;}
.Footer-navbar{width: 100%;user-select: none;margin-top: 24px;padding-top: 36px;border-top: 1px solid #efefef;}
.Footer-navbar>ul{justify-content: space-between;}
.Footer-navbar>ul>li{width: auto;position: relative;}
.Footer-navbar>ul>li.main{width: 284px;user-select: text;}
.Footer-menu{font-size: 14px;color: #000;font-family: "fmb";display: flex;transition: color .4s ease;}
.Footer-navbar>ul>li a.Footer-menu:hover{color: #036aff;}
.Footer-arrow{display: none;}
.Footer-drop{width: 100%;margin-top: 12px;}
@media all and (min-width:1100px){body.PC .Footer-drop{display: block !important}}
.Footer-drop-menu{display: flex;position: relative;width: 100%;}
.Footer-drop-menu>a, .Footer-drop>p{font-size: 14px;color: #333;display: flex;line-height: 28px;position: relative;font-family: "fml";}
.Footer-drop-menu>a:hover{text-decoration: underline;}

.Footer-email{margin-top: 18px;}
.Footer-email input{width: 220px;border: 1px solid #ccc;border-radius: 6px;height: 32px; padding: 0 32px 0 10px;font-size: 14px;font-family: 'fml';color: #333;}
.Footer-email .btn{border-radius: 0 7px 7px 0; user-select: none;cursor: pointer;position: absolute;right: 0;top: 0;width: 32px;height: 100%;background: #000;transition: all .4s ease;color: #fff;font-size: 14px;}
.Footer-email .btn::before{display: block;transform: rotate(180deg);}
.Footer-email .btn:hover{background: #036aff;}


/* 横竖屏 */
.popOrient{display:none;position:fixed;width:100%;height:100%;top:0;left:0;flex-direction: column;align-items: center;justify-content: center;background: #000;z-index:9999999999999999;color:#696969;font-size:16px;text-align:center;}
.popOrient svg{height:60px;margin-bottom:12px;}
body.landscape .popOrient{display:flex}

/* 视频弹窗 */
.popVideo{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{max-width: 1000px;position: relative;opacity: 0;}
.popVideo-video{width: 100%;display: flex;justify-content: center;}
.popVideo-video video{max-height: 82vh;}
.popVideo-video iframe{width: 1000px;height: 600px;}
.popVideo-close{width: 40px;height: 40px;right: -40px;top: -40px;line-height: 40px;opacity: 0.7;text-align: center;position: absolute;z-index: 3;font-size: 22px;color: #fff;cursor: pointer;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
.popVideo.active{display: flex;}
.popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;}
@keyframes popVideRun{0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}}
@media all and (max-width:1000px){.popVideo-items{width: 92%;}.popVideo-close{right: -8px;font-size: 16px;}.popVideo-video iframe{width: 100%;height: 220px;}}

/* 简历弹窗 */
.onResume{display: none;z-index: 999999;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .5);position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;user-select: none;padding: 0 4%;}
.onResume-contain{background-color: #fff;border-radius: 5px;padding: 45px;width: 530px;position: relative;opacity: 0;}
.onResume.active{display: flex;}
.onResume.active .onResume-contain{animation: onResumeRun .6s ease both;}
@keyframes onResumeRun{0%{opacity: 0;}100%{opacity: 1;}}
.onResume-close{position: absolute;top: 12px;right: 12px;font-size: 18px;transition: all .4s ease;color: #036aff;}
.onResume-close i{font-size: inherit;}
.onResume-close:hover{color: #036aff;}
.onResume-title{font-size: 20px;color: #333;}
.onResume-form{width: 100%;margin-top: 12px;}
.onResume-name{width:100%;height:45px;}
.onResume-name input, .onResume-wrap .onResume-hint{height: 100%;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08) inset;border: 1px solid #e6e6f1;padding: 0 16px;}
.onResume-name input{width: 100%;border-radius: 5px;}
.onResume-wrap{position: relative;width: 100%;height: 45px;border-radius: 5px;overflow: hidden;margin-top:8px;}
.onResume-wrap .onResume-hint{width: 66%;border-radius: 5px 0 0 5px;}
.onResume-wrap .btn{width: 34%;height: 100%;background-color: #036aff;position: relative;}
.onResume-wrap .btn .onResume-upload{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;cursor: pointer;}
.onResume-button{width: 100%;display: flex;justify-content: center;margin-top: 20px;}
.onResume-button button{width: 100%;height: 45px;background-color: #036aff;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 16px;cursor: pointer;border-radius: 5px;}
@media all and (max-width: 1000px){
    .onResume-contain{padding:24px 16px;width: 100%;}
    .onResume-title{font-size: 18px;}
    .onResume-name, .onResume-wrap{height: 40px;}
    .onResume-button{margin-top: 12px;}
    .onResume-button button{height: 40px;font-size: 14px;}
    .onResume-close{top: 10px;right: 10px;font-size: 16px;}
    .onResume-wrap .btn .onResume-upload{font-size: 14px;}
    .onResume-name input, .onResume-wrap .onResume-hint{padding: 0 14px;}
}

/* 快速表单 */
.isEnter, .isCode{width: 100%;position: relative;user-select: none;}
.isEnter label{color: #999;position: absolute;display: flex;align-items: center;top: 0;left: 0;pointer-events: none;z-index: 2;}
.isEnter label em{color: #036aff;margin-right: 4px;font-style: normal;}
.isEnter label, .isEnter input, .isEnter textarea{height: 44px;padding: 0 12px;font-size: 14px;}
.isEnter input, .isEnter textarea{border-radius: 0px;color: #333;border: 1px solid #eee;width: 100%;transition: border .4s ease;}
.isEnter textarea{padding: 10px 12px;height: 80px;display: block;}
.isEnter input:focus, .isEnter textarea:focus{border-color: #036aff;}
.isCode{display: flex;}
.isCode .isEnter{width: 500px;}
.isCode .auth{cursor: pointer;margin-left: 12px;background: #f1f1f1;}
.isCode .auth img{width: 100%;height: 100%;max-width: none;}
.isEnter.on label{display: none;}
/* -- */
.isSelect{width: 100%;position: relative;user-select: none;}
.isSelect label{color: #999;position: absolute;display: flex;align-items: center;top: 0;left: 0;pointer-events: none;z-index: 2;}
.isSelect label em{color: #036aff;margin-right: 4px;font-style: normal;}
.customSelect-name, .customSelect input, .isSelect .beginSelect select, .customSelect-drop{border-radius: 0px;color: #333;border: 1px solid #eee;width: 100%;transition: border .4s ease;}
.customSelect-name, .customSelect input, .isSelect .beginSelect select, .customSelect-drop>div, .isSelect label{height: 44px;padding: 0 12px;font-size: 14px;}
.isSelect .beginSelect select:focus, .customSelect-name.noRadius{border-color: #036aff;}
.isSelect .beginSelect select{cursor: pointer;}
.isSelect.on label{display: none;}
/* == */
.isButton{width: 100%;display: flex;justify-content: center;}
.isButton button{width: 160px;height: 44px;font-size: 18px;margin-left: 12px;background: #036aff;color: #fff;cursor: pointer;transition: all .4s ease;}
.isButton button:first-child{margin-left: 0;}
.isButton button:hover{box-shadow: 0 4px 12px 0 rgba(102, 140, 218, 0.4);}
.isButton button.reset{background: #999;}
.isButton button.reset:hover{box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);}
/* == */
.isAgree{display: flex;flex-wrap: wrap;align-items: center;width: 100%;position: relative;user-select: none;}
.isAgree input{width: 16px;height: 16px;margin-right: 10px;position: relative;display: block;font-style: normal;border: 1px solid #dedede;transition: border .4s ease;cursor: pointer;}
.isAgree input::after{font-size: 20px;left: 1px;bottom: -1px;color: #036aff;content: "\e63c";position: absolute;font-family: "icon";line-height: 1;opacity: 0;transition: all .4s ease;}
.isAgree input:hover{border-color: #036aff;}
.isAgree input:checked{border-color: #036aff;}
.isAgree input:checked::after{border-color: #036aff;opacity: 1;}
.isAgree .text{align-items: center;color: #000;font-size: 14px;}
.isAgree .text a{color: #036aff;}
/* == */
.customSelect, .isSelect .beginSelect{position: relative;width: 100%;user-select: none;}
.isSelect .beginSelect input{opacity: 0;visibility: hidden;position: absolute;top: 0;left: 0;font-size: 0;}
/* == */
.customSelect.noEvent{pointer-events: none;opacity: 0.5;}
.customSelect-name{display: flex;align-items: center;position: relative;cursor: pointer;}
.customSelect-name::after{content: "\e727";position: absolute;font-family: "icon";font-size: 14px;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 1;right: 14px;top: 0;transform: rotateX(180deg);}
.customSelect-drop{max-height: 160px;background: #fff;display: none;position: absolute;z-index: 10;top: calc(100% + 4px);box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);overflow-x: hidden;overflow-y: auto;left: 0;}
.customSelect-drop>div{height: 40px;font-size: 14px;color: #000;position: relative;display: flex;align-items: center;width: 100%;transition: all .4s ease;cursor: pointer;}
.customSelect-drop>div::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #eee;}
.customSelect-drop>div:last-child::after{display: none;}
.customSelect-drop>div:hover, .customSelect-drop>div.active{color: #036aff;}
.customSelect-drop::-webkit-scrollbar{width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb{background: #ccc;}
.customSelect-drop::-webkit-scrollbar-track{background: #fff;}
.customSelect-null{display: none;}
.customSelect-name.noRadius::after{transform: rotate(0);}
.customSelect input{display: none;position: absolute;padding-right: 60px;width: 100%;height: 100%;z-index: 2;bottom: 0;left: 0;background: transparent;}
.customSelect.hasInput input{display: block;}
.customSelect.hasInput .customSelect-name{font-size: 0;border: none;background: transparent;}
/* -- */
.customSelect-drop .son .drop{display: none;}
.customSelect-drop .son .menu{width: 100%;height: 100%;display: flex;align-items: center;}

/* 中间+共用部分 */
.Container{width: 100%;margin-top: 68px;}
.contain{width: 10.5rem;margin: 0 auto;}
:root{--wid:10.5rem;--widDb: calc((100vw - var(--wid))/2);}

/* 公共样式 */
.sonBan-arrow{position: absolute;z-index: 10;width: max(38px,0.54rem);height: max(38px,0.54rem);font-size: max(24px,0.4rem);bottom: max(10px,0.24rem);line-height: 1;left: 0;right: 0;margin: 0 auto;color: #fff;transform: rotateX(180deg);cursor: pointer;user-select: none;}
.sonBan-arrow i{animation: sonBanArrow 1s alternate infinite;}
@keyframes sonBanArrow{0%{transform: translateY(0)}100%{transform: translateY(min(-10px,-0.24rem));}}

/* 隐私弹窗 */
.cookiePolicy {background-color: #fff;color: #222;box-shadow: 0px 0px 8px #c3c3c3;padding: 24px 0;line-height: 1.3;font-size: 14px;position: fixed;bottom: 0;width: 100%;z-index: 9999999;left: 0;display: none;}
.cookiePolicy .contain{align-items: center;justify-content: center;}
.cookiePolicy p{flex:1;font-family: 'fml';}
.cookiePolicy p a{color: #036aff;text-decoration: underline;margin-left: 8px;white-space: nowrap;}
.cookiePolicy a.button{background: #036aff;color: #fff;padding: 4px 8px;margin-left: 24px;border-radius: 4px;}
@media all and (max-width:1000px) {
    .cookiePolicy .contain{justify-content: space-between;}
    .cookiePolicy {padding: 18px 0;}
    .cookiePolicy p{width: calc(100% - 70px);}
    .cookiePolicy a.button{margin-left: 0;}
}


/*判断年龄*/
.warn{display: none;position: fixed;z-index: 9999999;width: 100%;color: #000;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .5);align-items: center;justify-content: center;}
.warn-contain{width: max(300px,6rem);background: #fff;}
.warn-head{width: 100%;}
.warn-head .text{width:3.2rem;margin-left:auto;margin-right:auto}
.warn-btn{width: 100%;}
.warn-btn a{display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;width: 50%;height: max(42px,0.6rem);background:#F5F5F5;line-height:1;}
.warn-btn a.yes{background: #036aff;color: #fff;}
.warn.active{display:flex;}
@media all and (max-width:720px) {.warn-contain {width: 92%;}.warn-head{padding:34px 20px}.warn-head .text{width: 100%;}}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
    .Header .contain {padding: 0 40px;}
    .Header-drop-wrap {padding: 50px 70px 60px;}
    .Header-drop-close{right: 58px;}
}

@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .Header .contain {padding: 0 32px;}
    .Header-drop-main .title {font-size: 21px;}
    .Header-drop-wrap {padding: 50px 60px 60px;}
    .Header-drop-list .li .menu a {font-size: 15px;}
    .Header-drop-main {width: 28%;}
    .Header-drop-list {width: 72%;}
    .Header-drop-close {right: 48px;}
    .Header-drop-main .link a {height: 40px;padding: 0 18px;font-size: 13px;}
    .Header-menu::after{height: 5px;}
}

@media all and (max-width:1430px){
    /* 1360 */
    .Header .contain {padding: 0 26px;}
    .Header-drop-main .title {font-size: 20px;}
    .Header-drop-wrap {padding: 40px 50px 50px;}
    .Header-navbar>ul>li {margin: 0 14px;}
    .Header-drop-close{right: 40px;top: 24px;}
    .Header-drop-list .ul {margin: -18px 0 0 -18px;}
    .Header-drop-list .li {width: calc(100%/3 - 18px);margin: 18px 0 0 18px;}
    .Header-drop-list .li .menu a {font-size: 14px;}
    .Header-drop-list .li .more h6 a {font-size: 13px;}
    .Header-drop-main .link {margin-top: 16px;}
    .Header-menu::after{height: 4px;}
}

@media all and (max-width:1350px){
    /* 1280 */
    .Header .contain {padding: 0 20px;}
    .Header-drop-wrap {padding: 30px 30px 40px;}
    .Header-menu {font-size: 15px;}
    .Header-menu::after{height: 3px;}
    .Header-logo{width: 110px;}
    .Header-lang-menu span {font-size: 16px;}
    .Header-lang {margin-right: 16px;}
    .Header-drop-main .title {font-size: 18px;}
    .Header-drop-main .link a {height: 38px;padding: 0 14px;}
    .Header-drop-close {right: 22px;top: 14px;}
    .Header-drop-main {width: 25%;}
    .Header-drop-list {width: 75%;}
    .Header-drop-main .link {margin-top: 12px;}
}

@media all and (max-width:1270px){
    /* 1152 × (700) */
    .Header-menu {font-size: 14px;}
    .Header-navbar>ul>li {margin: 0 10px;}
    .Header-drop-main .title {font-size: 16px;}
    .Header-drop-main .link a {height: 36px;padding: 0 12px;font-size: 12px;}
    .Header-drop-list .ul {margin: -14px 0 0 -14px;}
    .Header-drop-list .li {width: calc(100%/3 - 14px);margin: 14px 0 0 14px;}
    .Header-drop-list .li .menu a {font-size: 13px;}
    .Header-drop-list .li .more h6 a {font-size: 12px;}
    .Header-drop-close {right: 20px;top: 14px;font-size: 14px;}
}

/* ------------------------平板端（开始改变头部底部）-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
    .contain{width: 92%;}
    :root{--wid1600:92%;--wid1400:92%;--wid:92%;}
    .Container{margin-top: 60px;}
    .Header .contain{width: 100%;padding: 0;}
    .Header::after{opacity: 1 !important;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}
    .Header-logo{margin-left: 4%;width: 110px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0;}
    .Header-lang:hover .Header-lang-menu{color: #000;}
    .Header-lang.active .Header-lang-menu{color: #036aff;}
    .Header-lang-more:before{top: -7px;}
    .Header-lang-more {width: 90px;margin-left: -45px;border-top-width: 3px;top: calc(100% - 3px);}
    .Header-lang-more a {font-size: 14px;padding: 6px 0;}
    .Header-search{margin: 0 12px;}
    .Header-search-click:hover{color: #000 !important;}
    .Header-search-item{display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid #ebebeb;padding: 0;background: #fff;}
    .Header-search-limit{height: auto;width: 100%;background: transparent;}
    .Header-search-item .contain{padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 60px 0 4%;border: none;}
    .Header-search-item form{width: 100%;}
    .Header-search-item.active form{animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 46px;height: 46px;top: -1px;background: #036aff;z-index: 2;color: #fff !important;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar>ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar>ul>li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active>ul>li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;font-size: 15px;}
    .Header-menu::after{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;transform: rotate(180deg);font-size: 16px;font-style: normal;color: #000;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;pointer-events: none;transition: color .4s ease;}
    .Header-arrow::after{content: "\e727";font-family: "icon";}
    .Header-navbar>ul>li:hover .Header-menu{color: #000;}
    .Header-navbar>ul>li.on .Header-menu{color: #036aff;}
    .Header-navbar>ul>li.on .Header-arrow{transform: rotate(0);color: #036aff;}
    .Header-drop{display: none;width: 100%;height: auto;position: relative;top: 0;left: 0;overflow: hidden;transform:none;transition: none;opacity: 1;visibility: visible;}
    .Header-drop-wrap {padding: 16px 4%;}
    .Header-drop-close{display: none;}
    .Header-drop-main{width: 100%;}
    .Header-drop-list{width: 100%;}
    .Header-drop-main .title{display: none;}
    .Header-drop-main .link{margin-top: 0;}
    .Header-drop-main .link a {height: 36px;padding: 0 16px;width: 100%;justify-content: center;font-size: 13px;}
    .Header-drop-list{width: 100%;margin-top: 16px;}
    .Header-drop-list .ul{margin: -10px 0 0;}
    .Header-drop-list .li{width: 100% !important;margin: 10px 0 0;}
    .Header-drop-list .li .menu a {font-size: 14px;}
    .Header-drop-list .li .more h6 a {font-size: 13px;padding: 2px 0;}
    .Header-drop-list .li .more {margin-top: 2px;}
    
    .Footer {padding: 36px 0 30px;}
    .Footer-items{position: relative;align-items: flex-start;}
    .Footer-data .logo {width: 110px;}
    .Footer-data .text {margin-top: 20px;}
    .Footer-code{position: absolute;right: 0;bottom: 0;z-index: 2;}
    .Footer-code a {margin-right: 14px;font-size: 16px;}
    .Footer-code a:first-child {font-size: 18px;}
    .Footer-items .contain{width: 100%;}
    .Footer-navbar {width: 100%;margin-top: 16px;padding-top: 8px;}
    .Footer-navbar>ul>li{width: 100% !important;}
    .Footer-menu{height: 40px;align-items: center;position: relative;}
    .Footer-arrow{display: block;width: 44px;height: 40px;line-height: 40px;transform: rotate(180deg);font-size: 15px;font-style: normal;color: #000;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Footer-arrow::after{content: "\e727";font-family: "icon";}
    .Footer-arrow.active{transform: rotate(0);}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-navbar>ul>li.main{width: 100% !important;display: block;}
    .Footer-navbar>ul>li.main .Footer-drop{display: block;}
    .Footer-drop-menu>a, .Footer-drop>p {line-height: 22px;}
    .Footer-email{margin-top: 0;}
    .Footer-email input{width: 100%;height: 36px;}
    .Footer-email .btn{width: 36px;}
}

/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1100px){}