@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;user-select: none;transition: background .4s ease;background: transparent;}
.Header-wrapper .contain-1400{width: 100%;padding-left: 2%;}
.Header-wrapper.sub-show{background-color: #fff;border-bottom: 1px solid #e0e0e0;}
.Header-wrapper.show{background-color: #fff;}
.Header-wrapper.white{background-color: #fff;transform: translateY(95px);box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);}
.hamb-click{display:flex;justify-content: center;align-items: center; user-select: none;float: right;width: 90px;height:90px;text-align: center;background:#ff7d41;z-index: 999;position: relative;cursor: pointer;}
.hamb-click span{width: 32px;height: 2px;background: #fff;display: block;position: relative;transition: all .2s linear .2s;}
.hamb-click span:before,.hamb-click span:after{content: "";position: absolute;height: 2px;background: #fff;display: block;left: 0;width: 100%;transition: all .2s linear;}
.hamb-click span:before{top: -9px;}
.hamb-click span:after{top: 9px;}
.hamb-click:hover span:before,.hamb-click:hover span:after{top: 0;}
.hamb-click.active span{background: transparent;transition: all 0s ease;}
.hamb-click.active span:before{transform: rotate(45deg);top: 0 !important;}
.hamb-click.active span:after{transform: rotate(-45deg);top: 0 !important;}

/* 下拉菜单 */
.hamb-drop-shade{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);left: 0;top: 0;position: fixed;z-index: 991;display: none;}
.hamb-drop {overflow-y:auto; height:calc(100% - 90px); position:fixed; top:90px; right:0;transform: translateX(100%); width:50%;z-index: 999; background:#fff; border-top:1px solid #e0e0e0; -webkit-overflow-scrolling: touch; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; backface-visibility:hidden;transition: all .8s ease;}
.hamb-drop::-webkit-scrollbar {width: 6px;}
.hamb-drop::-webkit-scrollbar-thumb {background: #ff7d41;}
.hamb-drop::-webkit-scrollbar-track {background: #f1f1f1;}
.hamb-drop{scrollbar-color:#ff7d41 #f1f1f1;scrollbar-width:thin;}
.hamb-drop{scrollbar-face-color: #ff7d41;scrollbar-shadow-color: #ff7d41;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}
.hamb-drop .contain-1400{width: 100%;padding: 0 140px;position: relative;z-index: 10;}
.hamb-drop.active{transform: translateX(0);}
.hamb-drop .hamb-drop-column {margin:60px 0 0;}
.hamb-drop .hamb-drop-column:last-child {margin-bottom:60px;}
.hamb-drop .hamb-drop-column .headline {font-size:24px; font-weight:bold; color:#000;transition: all .4s ease;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu {padding:30px 0 0; margin-top:30px; border-top:1px solid #e0e0e0;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu:after {content:""; display:block; clear:both;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT {float:left; width:33.3333%;}
.hamb-drop .headline{display: block;padding-left: 12px;position: relative;line-height: 1;}
.hamb-drop .headline::before{content: "";position: absolute;left: 0;top: 0;width: 3px;height: 100%;background: #ff7d41;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT > a {font-size:18px; line-height:1.3; font-weight:bold; color:#777;transition: all .4s ease;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT .submenuT a {display:block; margin:18px 0; line-height:1.3;font-size: 14px;color: #747474;transition: all .4s ease;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT .submenuT a:last-child {margin-bottom:0;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT_inner {position:relative; float:left; width:100%; overflow:hidden; padding-top:30px;}
.hamb-drop .hamb-drop-column .headline.active{color:#fd7f43;}/* 활성화 */
.hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT > a.active {color:#fd7f43;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT .submenuT a.active{color:#000; font-weight:bold;}
.hamb-drop .hamb-drop-column:hover .headline{color:#fd7f43;}/* hover */
.hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT:hover > a {color:#fd7f43;}
.hamb-drop .hamb-drop-column > .hamb-drop-menu .submenuT a:hover {color:#ff7d41;}

.Header-logo{float: left;height: 90px;display: flex;align-items: center;position: relative;z-index: 9999;}
.Header-logo img{height: auto;position: absolute;transition: opacity .4s ease;max-width:max-content;}
.Header-logo .Header-logo-white{opacity: 1;}
.Header-logo .Header-logo-blue{opacity: 0;}
.Header-wrapper.white .Header-logo-white{opacity: 0;}
.Header-wrapper.white .Header-logo-blue{opacity: 1;}
.Header-wrapper.show .Header-logo-white{opacity: 0;}
.Header-wrapper.show .Header-logo-blue{opacity: 1;}
.Header-wrapper.sub-show .Header-logo-white{opacity: 0;}
.Header-wrapper.sub-show .Header-logo-blue{opacity: 1;}
body.onSearch .Header-logo .Header-logo-white{opacity: 0;}
body.onSearch .Header-logo .Header-logo-blue{opacity: 1;}


.Header-lang{float: right;position: relative;z-index: 3;margin-right:48px;}
.Header-wrapper.show .Header-lang{display: none;}
.Header-lang-menu{display: flex;align-items: center;height: 90px;padding-left: 30px;background: url('../images/common/langW.svg') no-repeat left top calc(50% - 1px)/22px auto;}
.Header-lang-menu span{display: block;padding-right: 22px;background: url('../images/common/arrDW.svg') no-repeat right center /16px auto;line-height: 22px;font-size: 16px;color: #fff;font-family: Arial;}
.Header-wrapper.white .Header-lang-menu span{background-image: url('../images/common/arrD.svg');color: #000;}
.Header-wrapper.white .Header-lang-menu{background-image: url('../images/common/lang.svg');}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .Header-lang-menu span{display: block;padding-right: 22px;background: url('../images/common/arrDW.svg') no-repeat right center /16px auto;}
}

/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 90px;left: 50%;margin-left: -80px;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-lang-more a{display: block;font-size: 16px;color: #666;padding: 10px 0 10px 24px;transition: all .4s ease;}
.Header-lang-more a span{display: inline-block;padding-left: 28px;}
.Header-lang-more a.CN span{background: url('../images/common/icon-cn.png') no-repeat left center;}
.Header-lang-more a.EN span{background: url('../images/common/icon-en.png') no-repeat left center;}
.Header-lang-more a:hover {color: #fff;background: #fd7f43;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

.Header-search{float: right;margin-right: 32px;}
.Header-wrapper.show .Header-search{display: none;}
.Header-search-click{width: 40px;height: 90px;cursor: pointer;background: url('../images/common/searchW.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-wrapper.white .Header-search-click{background: url('../images/common/search.svg') no-repeat center /26px auto;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/20px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 90px;line-height: 90px;top: 0;left: 0;background: #fff;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 0;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #747474;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url('../images/common/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}

.Header-navbar{font-size: 0;width: 100%;text-align: center;}
body.PC .Header-navbar{display: block;}
.Header-wrapper.show .Header-navbar{display: none;}
.Header-navbar li{padding: 0 22px;position: relative;z-index: 9;display: inline-block;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 90px;display: flex;align-items: center;font-size: 18px;color: #fff;transition: all .4s ease;}
.Header-wrapper.white .Header-menu{color: #000;}
.Header-wrapper.sub-show .Header-menu{color: #000;}
.Header-menu::before{content: "";width: 0;left: 0;opacity: 0;height: 4px;position: absolute;bottom: 0;background: #fd7f43;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #fd7f43;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-navbar li:hover .Header-menu::before,.Header-navbar li.active .Header-menu::before{width: 100%;right: auto;left: 0;opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{visibility: hidden;position: absolute;top: 90px;left: 0;width: 100%;opacity: 0;transition: all .4s ease;padding: 20px 0;}
.Header-wrapper.sub-show .Header-drop{visibility: visible;opacity: 1;transition: all 1s ease;}
.Header-navbar li.on .Header-drop{background-color: #f5f5f5;}
.Header-drop a{display: block;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #fd7f43;color: #fff;}
.Header-dropBg{position: absolute;top: 89px;left: 0;z-index: 1;width: 100%;height: 0;background: #fff;transition: all .4s ease;}
.Header-wrapper.sub-show .Header-dropBg{height: 360px;border-top: 1px solid #e0e0e0;}


/* 底部 */
.Footer-wrapper{width: 100%;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 94px 0 80px;background-color: #1e2337;}
.Footer-info {float: left;max-width: 100%;/* width:82px; */}
.Footer-info a {display:inline-block;}
.Footer-info a img{max-width:100%;object-fit:cover;}
.Footer-form {float: right;width: 276px;}
.Footer-form h6 {font-size: 14px;color: #fff;line-height: 1;margin-bottom: 14px;}
.Footer-form .Footer-from-phone{font-size: 28px;color: #fff;font-weight: 700;line-height: 1;}
.Footer-from-cont{width: 100%;margin-top: 24px;}
.Footer-from-cont p{font-size: 14px;color: #fff;line-height: 32px;}
.Footer-form-link { width: 100%;font-size: 0;display: flex;flex-direction: row;margin-top: 18px;}
.Footer-form-link a {display: flex;margin-right:18px;align-items: center;justify-content: center;width: 25px;height: 25px;border-radius: 50%;background: transparent;transition: all .4s ease;position: relative;}
.Footer-link-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 36px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.Footer-link-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.Footer-link-img img{width: 100%;height: 100%;object-fit: cover;}
.Footer-form-link a:hover .Footer-link-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

.Footer-navbar{width:900px;float: left; overflow: hidden;user-select: none;margin-left:60px;}
.Footer-navbar ul{width: 100%;display: flex;justify-content: space-between;}
.Footer-navbar li {display: inline-block; margin-left:60px;}
.Footer-navbar li:first-child{margin-left: 0;}
.Footer-menu{font-size: 17px;color: #fff;font-weight: 700;display: block;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #e1e1e1;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fd7f43;}
.Footer-copyright{width: 100%;padding: 50px 0;background-color: #191e32;}
.copy-cont{float: left;display: flex;flex-wrap: wrap;align-items: center;}
.copy-cont h6, .Footer-copyright p{color: #fff;line-height: 18px;}
.copy-cont h6{font-size: 14px;color: #b3b3b3;}
.copy-cont i{display: inline-block;width: 1px;height: 12px;background-color: #3b3c40;margin: 0 22px;}
.copy-menu{font-size: 14px;color: #fff;}
.copy-menu.active::after{transform: rotate(180deg);}
.copy-drop{display: none;}
.copy-drop a {display: block; font-size: 14px;color: #fff;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-copyright .backTop{font-size: 14px;float: right;padding-right: 62px;position: relative;font-size: 13px;color: #b3b3b3;cursor: pointer;}
.Footer-copyright .backTop::after{content: '';width: 48px;height: 48px;border-radius: 50%;border: 1px solid #fff;background: url('../images/common/back_top.svg')no-repeat center/20px auto; position: absolute;top: 0;right: 0;margin-top:-14px;}


/* 中间+共用部分 */
.Container-wrapper{width: 100%;}
.contain-1600, .contain-1400,.contain-1000,.contain{margin: 0 auto;}
.contain-1600{width: 1600px;}
.contain-1400{width: 1400px;}
.contain{width: 1280px;}
.contain-1000{width: 1000px;}


/* 下拉 */
.customSelect{display: block;width: 118px;position: relative;user-select: none;margin:0 auto;}
.customSelect-name{display: flex;align-items: center;height: auto;position: relative;border-radius: 5px;/* border: 2px solid #000; */padding: 0 14px;font-size: 14px;color: #b3b3b3;cursor: pointer;}
.customSelect-name::after{content: "";position: absolute;width: 10px;height: 16px;right: 25px;top: 50%;margin-top: -10px;background: url('../images/common/arrDW.svg') no-repeat center /16px auto;}
.customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;bottom: 50px;max-height: 200px;border: 2px solid #000;border-top: none;overflow-x: hidden;overflow-y: auto;left: 0;background: #f2f2f2;cursor: pointer;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.customSelect-drop li{padding: 0 14px;height: 40px;position: relative;display: flex;align-items: center;width: 100%;font-size: 14px;color: #000;transition: all .4s ease;}
.customSelect-drop li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #fff;}
.customSelect-drop li:last-child::after{display: none;}
.customSelect-drop li:hover, .customSelect-drop li.active{background: #dadfe5;color: #000;}
.customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;}
.customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.customSelect-name.noRadius{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.customSelect-name.noRadius::after{transform: rotate(180deg);}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1600{width: 1400px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1600, .contain-1400{width: 1200px;}
    .contain{width: 1080px;}
   
    .Footer-navbar {width: 720px;margin-left: 48px;}
    .Footer-navbar li {margin-left: 30px;}
    .Header-wrapper.sub-show .Header-dropBg{height: 300px;}
    .hamb-drop .hamb-drop-column {margin: 50px 0;}
    .Footer-items {padding: 80px 0 70px;}
    .Footer-copyright {padding: 28px 0;}
    .hamb-drop .hamb-drop-column > .hamb-drop-menu {padding: 24px 0 0;margin-top: 24px;}

    .hamb-drop  .contain-1400 {padding: 0 100px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1600, .contain-1400{width: 960px;}
    .contain{width: 880px;}
    .Header-lang {margin-right: 16px;}
    .Header-search {margin-right: 16px;}
    .Header-navbar li {padding: 0 12px;}
    .Header-menu {font-size: 15px;}

    .hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT{width: 158px}

    .Footer-items {padding: 80px 0 60px;}
    .Footer-navbar {width: 540px;margin-left: 20px;}
    .Footer-navbar li {margin-left:12px;}
    .Footer-menu {font-size: 13px;}
    .Footer-drop {margin-top: 8px;}
    .Footer-drop a{font-size: 12px;}

    .hamb-drop  .contain-1400 {padding: 0 80px;}

}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .hamb-drop  .contain-1400 {padding: 0 4%;}
    .hamb-drop{width: 100%;}
    .contain-1600, .contain-1400,.contain-1000,.contain{width: 92%;}
    .Header-wrapper{background: #fff;}
    .Header-lang-menu {background-image: url('../images/common/lang.svg');}
    .Header-wrapper .contain-1400{padding-left: 0;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{width: 100%;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo .Header-logo-white,.Header-logo .Header-logo-blue{max-height: 44px;}
    .Header-logo .Header-logo-white{opacity: 0;}
    .Header-logo .Header-logo-blue{opacity: 1;}
    .hamb-click {width: 60px;height: 60px;}
    .hamb-click span:before, .hamb-click span:after{transition: top .2s linear .2s,transform .2s linear 0s;}
    .hamb-click.active span:before, .hamb-click.active span:after{transition: top .2s linear,transform .2s linear .2s;}
    .hamb-click:hover span:before{top: -9px;}
    .hamb-click:hover span:after{top: 9px;}
    .Header-lang{margin: 0 8px 0 0;}
    .Header-lang-menu span {background: url(../images/common/arrD.svg) no-repeat right center /16px auto;color: #000;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .Header-lang-more a{padding: 6px 0 6px 16px;}
    .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 li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrD.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #747474;}
    .Header-navbar li.active .Header-menu{color: #ff7d41;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #ff7d41 url('../images/common/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../images/common/close.svg') !important;}
    .Header-search-click {background-image: url('../images/common/search.svg') !important;}
    .Header-search {margin-right: 8px;}
    
    .hamb-drop {height: calc(100% - 60px);top: 60px;border-top: none;}
    .hamb-drop .hamb-drop-column {margin: 60px 0;}
    .hamb-drop .hamb-drop-column > .hamb-drop-menu {padding: 32px 0;margin-top: 24px;}
    .hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT {width: 108px;}
    .hamb-drop .hamb-drop-column .headline {font-size: 22px;}
    .hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT > a {font-size: 16px;line-height: 1;}

    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain-1400 {width: 100%;}
    .Footer-info {width: 100%;padding: 0 4%;margin-bottom: 28px;}
    .Footer-form{width: 100%;padding: 0 4%;margin-top: 28px;}
    .Footer-navbar{width: 100%;margin-left: 0;}
    .Footer-navbar ul {width: 100%;flex-direction: column;}
    .Footer-navbar li{width: 100% !important;margin-left: 0;}
    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/common/arrDW.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-copyright {padding: 20px 0;}
    .FooterCode {text-align: center;margin-top: 28px;}
    
    .copy-cont{width: 100%;margin-bottom:12px;}
    .copy-cont i {margin: 0 12px;}
    .Footer-copyright p {padding-right: 42px;float: left;}
    .Footer-copyright p::after {width: 30px;height: 30px;margin-top: -6px;}

    .Footer-navbar li:last-child .Footer-menu::after{display: none;}
    .Footer-navbar li:last-child .Footer-drop{display: none !important;}
    .hamb-drop-shade{display: none !important;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    
    .hamb-drop .hamb-drop-column {margin: 28px 0 0;}
    .hamb-drop .hamb-drop-column .headline {font-size: 20px;}
    .hamb-drop .hamb-drop-column > .hamb-drop-menu {padding: 18px 0 0;margin-top: 18px;}
    .hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT {width: 50%;margin-bottom: 0;}
    .hamb-drop .hamb-drop-column > .hamb-drop-menu .menuT .submenuT a {margin: 12px 0;line-height: 1;}
    .hamb-drop .hamb-drop-column:nth-child(3) > .hamb-drop-menu .menuT:nth-child(1){width: 33%;}
    .hamb-drop .hamb-drop-column:nth-child(3) > .hamb-drop-menu .menuT:nth-child(2){width: 42%;}
    .hamb-drop .hamb-drop-column:nth-child(3) > .hamb-drop-menu .menuT:nth-child(3){width: 25%;}
    .hamb-drop .hamb-drop-column:last-child {margin-bottom: 36px;}
    .Footer-info {margin-bottom: 20px;text-align: center;}
    .Footer-menu{font-size: 16px;}
    .Footer-from-cont p {line-height: 24px;}
    .Footer-form .Footer-from-phone {font-size: 24px;}
    .Footer-from-cont { margin-top: 8px;}
    .Footer-copyright .backTop{display: none !important;}
    .copy-cont i, .copy-link{display: none;}
    .copy-cont {margin-bottom: 0;text-align: center;}
    .copy-cont h6{line-height: 22px;}
}