@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;}
.Header-logo{float: left;height: 100px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{height: 30px;}
.Header-logo img.s{display: block;}
.Header-logo img.h{display: none;}
.Header-show{float: right;position: relative;z-index: 999;height: 100px;display: flex;align-items: center;}
.Header-show-menu{display: flex;align-items: center;justify-content: center; width: 140px;height: 48px;border-radius: 24px;border: 1px solid #393d4c;transition: all .4s ease;}
.Header-show-menu span{display: block;padding-left: 36px;background: url('../images/common/ys_Hicon.png') no-repeat left center;line-height: 22px;font-size: 16px;color: #747474;font-family: Arial;transition: all .4s ease;}
.Header-show-menu:hover{background:#00a2e9;border: 1px solid #00a2e9;}
.Header-show-menu:hover span{background-image: url('../images/common/ys_Hiconh.png');color:#fff;}
.Header-navbar{float: right;margin-right:36px;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 18px;z-index: 9;position: relative;}
.Header-navbar li.Header-relative{position: static;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 100px;display: flex;align-items: center;font-size: 16px;color: #747474;transition: color .4s ease;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 4px;position: absolute;bottom: 0;background: #00a2e9;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #00a2e9 !important;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 100px;left: 50%;width: 230px;margin-left: -115px;padding: 20px;}
.Header-drop a{display: block;width: 100%;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: #00a2e9;color: #fff;}
.Header-drop.Header-case{width: 1018px;margin-left:-509px;padding: 0;}
.Header-case-list{width: 100%;padding: 48px;}
.Header-case-coulmn+.Header-case-coulmn{margin-top:28px;}
.Header-case-coulmn .Header-link{margin-top: 30px;}
.Header-case-coulmn .Header-link:first-child{margin-top: 0;}
.Header-case-menu{font-size: 20px;color: #2f343b;}
.Header-case-drop{width: 100%;margin-top:12px;display: flex;flex-wrap: wrap;}
.Header-case-drop a{display:block;text-align: left;height: 32px;line-height: 32px;width: calc(100% / 4);}
.Header-case-drop h6{display:inline-flex;align-items: center;position: relative;}
.Header-case-drop h6::after{content: '';width:0%;height: 2px;background-color: #00a2e9;position: absolute;right: 0; bottom: 0;transition: all .4s ease;}
.Header-case-drop a span{display: inline-block;font-size: 14px;color: #00a2e9;line-height: 32px;}
.Header-case-drop a i{display: inline-block;width: 8px;height: 12px;background: url('../images/pages/case_Arr.png')no-repeat center;margin-left: 8px;}
.Header-case-drop a:hover{background: transparent;}
.Header-case-drop a:hover h6::after{width: 100%;right:auto;left: 0;}
.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: #777;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #777;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{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@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);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-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);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
/* 透明 */
body.NoGap .Container-wrapper{margin-top: 0;}
body.Lucency .Header-wrapper{background: transparent;box-shadow: none;}
body.Lucency .Header-logo img.s{display: none;}
body.Lucency .Header-logo img.h{display: block;}
body.Lucency .Header-menu{color: #fff;}
body.Lucency .Header-search-click{background-image: url('../images/common/searchW.svg');}
body.Lucency .Header-show-menu{border: 1px solid #fff;}
body.Lucency .Header-show-menu span{color: #fff;background: url('../images/common/ys_icon.png') no-repeat left center;}
/* -- */
body.Lucency.Mouse .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
body.Lucency.Mouse .Header-logo img.s{display: block;}
body.Lucency.Mouse .Header-logo img.h{display: none;}
body.Lucency.Mouse .Header-menu{color: #747474;}
body.Lucency.Mouse .Header-search-click{background-image: url('../images/common/search.svg');}
body.Lucency.Mouse .Header-lang-menu span{color: #747474;background-image: url('../images/common/lang.svg');}
body.Lucency.Mouse .Header-show-menu span{color: #747474;background: url('../images/common/ys_Hicon.png') no-repeat left center;}
body.Lucency.Mouse .Header-show-menu:hover span{background-image: url('../images/common/ys_Hiconh.png');color:#fff;}
/* -- */
body.Lucency.onSearch .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
body.Lucency.onSearch .Header-logo img.s{display: block;}
body.Lucency.onSearch .Header-logo img.h{display: none;}
body.Lucency.onSearch .Header-menu{color: #747474;}
body.Lucency.onSearch .Header-search-click.active{background-image: url('../images/common/close.svg');}
body.Lucency.onSearch .Header-lang-menu span{color: #747474;background-image: url('../images/common/lang.svg');}
body.Lucency.onSearch .Header-show-menu span{color: #fff;background: url('../images/common/ys_icon.png') no-repeat left center;}
/* 底部 */
.Footer-wrapper{width: 100%;background: #1d242e;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 40px 0 60px;}
.Footer-navbar{width:80%;overflow: hidden;user-select: none;float: left;}
.Footer-navbar li{float: left;width: 15%;}
.Footer-navbar li:first-child{width: 22%;}
.Footer-navbar li:nth-child(3){width: 20%;}
.Footer-navbar li:last-child{width: 13%;}
.Footer-menu{font-size: 16px;color: #a1a5aa;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;line-height: 20px;color: #747b85;font-weight: 500;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-copyright{width: 100%;padding-bottom: 50px;}
.Footer-copyright-item{width: 100%;}
.Footer-copyright h6, .Footer-copyright p{color: #a1a5aa;line-height: 18px;}
.Footer-copyright h6{font-size: 16px;float: left;}
.Footer-copyright p{font-size: 14px;float: right;}
.Footer-copyright p span{display: inline-block;margin: 0 18px;}
.Footer-ewmitem{float:right;width: 20%;display: flex;flex-direction: column;align-items: flex-end;}
.Footer-contact{width: 100%;text-align: right;}
.Footer-contact span{font-size: 15px;color: #747b85;font-weight: 500;}
.Footer-contact h6{font-size: 28px;color: #fff;margin-bottom: 22px;}
.Footer-contact p{font-size: 14px;color: #747b85;margin-top: 4px;font-family: Arial;font-weight: 700;}
.Footer-ewmitem h2{font-size: 15px;color: #747b85;font-weight: 500;margin: 28px 0 14px;}
.FooterWechat{display: flex;justify-content: flex-end;}
.FooterWechat img{width: 100px;margin-left: 20px;}
.FooterWechat img:first-child{margin-left: 0;}
.FooterCode{float: right; font-size: 0;display: flex;}
.FooterCode a{display:flex;justify-content: center;align-items: center;width: 38px;height: 38px;border-radius: 50%;background-color: #353535; vertical-align: middle;position: relative;}
.FooterCode a+a{margin-left: 8px;}
.FooterCode a>img{width: 22px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 42px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.FooterCode-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;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;}
.FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
.Footer-column {width: 100%;margin-top: 20px;}
.Footer-column ul {width: 100%;display: flex;flex-wrap: wrap;}
.Footer-column ul li {margin-right: 10px;}
.Footer-column ul li a {font-size: 13px; color: #666;font-weight: 500;display: inline-block; transition: all .4s ease;}
.Footer-column ul li:first-child a{font-size: 14px;}
.Footer-tiyan{width: 100%;height: 230px;padding: 20px 0 10px;background-color: #00a2e9;position: fixed;left: 0;bottom: 0;transform: translateX(-100%);z-index: 999;transition: all 0.8s ease;}
.Footer-tiyan.active{transform: translateX(0);}
.tiyan-order{position: absolute;top: 0;right:-48px;opacity: 0;display: flex;align-items: center;width: 48px;font-size: 18px;color: #fff; -webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;padding:20px 0;background-color: #00a2e9;transition: all 4s ease;cursor: pointer;}
.Footer-tiyan.on .tiyan-order{opacity: 1;}
.tiyan-close{position: absolute;right:48px;top:20px; display: flex;justify-content: center;align-items: center;width: 80px;height: 30px;border-top-left-radius: 10px;border-top-right-radius: 10px; background:#00a2e9;cursor: pointer;}
.tiyan-close i{display: inline-block;width: 20px;height: 20px;transition: all .4s ease;}
.Footer-tiyan.active .tiyan-close i{transform: rotate(180deg);}
.tiyan-close i img{max-width: 100%;object-fit: cover;}
.Footer-tiyan-item{display: flex;justify-content: space-between;width: 100%;}
.Footer-cont_lft{padding:20px 0 0 256px;position: relative;}
.Footer-cont_lft::before{content: '';width: 200px;height: 216px;background: url('../images/common/foot_icon.png')no-repeat center;position: absolute;left: 0;top:-56px;}
.Footer-cont_lft h2{font-size: 28px;font-weight: 700;color: #fff;line-height: 1;}
.Footer-cont_lft p {font-size: 14px;color: #fff;font-weight: 500;margin-top: 18px;}
.Footer-cont_lft p a{display: inline-block;color: #00ffe4;margin-left: 14px;}
.Footer-cont_lft p span{font-size: 20px;font-weight: 700;}
.Footer-cont_rgt {position: relative;}
.box-colse{width: 20px;height: 20px;position: absolute;top: 0;right:-48px;background: url('../images/common/closeW.svg')no-repeat center/20px auto;cursor: pointer;}
.input-box {width:280px;height:40px;background: #fff;border-radius: 4px;display: flex;line-height:40px;margin-bottom: 5px;overflow: hidden;}
.input-mark{width: 98px; font-size: 14px;font-weight: 400;color: #42464c;line-height:40px;text-align: center;}
.input-box input {border: none;outline:none;padding-left: 10px;font-size: 16px;}
.input-box input::placeholder{font-size: 14px;color: #b5bebf;}
.input-box:focus {outline:none;border: 1px solid red;} 
.input-box.code{background: transparent;}
.input-box.code input{border-radius: 4px; width: calc(100% - 71px);margin-right: 5px;background: #fff;padding-left: 15px;}
.input-box.code .btn{border-radius: 4px; width: 66px;letter-spacing: 1px;transition: all .4s ease; font-size: 15px;color: #42464c;background: #fff; display: flex;align-items: center;justify-content: center;height: 100%;cursor: pointer;user-select: none;}
.input-box.code .btn:hover{background: rgba(255, 255, 255, .9);}
.apply-but {width: 280px;height: 40px;border-radius: 4px;background-color: #1dc7ff; font-size: 16px;color: #FFFFFF;line-height: 40px;text-align: center;cursor: pointer;}
.clause {font-size: 12px;font-weight: 400;color: #fff;line-height: 12px;white-space: nowrap;margin-top:20px;}
.clause a{color: #00ffe4;text-decoration: underline;}
/* 悬浮右侧 */
.sideBar-wrapper{position: fixed;z-index: 9999;right: 16px;top: 50%;transform: translateY(-50%);}
.sideBar-wrapper li{position: relative;margin-top: 12px;}
.sideBar-wrapper li:first-child{margin-top: 0;}
.sideBar-icon{display: flex;width: 53px;height: 50px;border: 1px solid #00a2e9;border-radius: 5px;position: relative;align-items: center;justify-content: center;overflow: hidden;}
.sideBar-icon img{width: auto;position: absolute;z-index: 2;transition: all .4s ease;}
.sideBar-icon img.s{opacity: 1;}
.sideBar-icon img.h{opacity: 0;}
.sideBar-icon::before{content: "";width: 100%;height: 100%;top: 0;left: 0;position: absolute;background: #00a2e9;transition: all .4s ease;}
.sideBar-wrapper li:hover .sideBar-icon::before{background: #fff;}
.sideBar-wrapper li:hover .sideBar-icon img.s{opacity: 0;}
.sideBar-wrapper li:hover .sideBar-icon img.h{opacity: 1;}
.sideBar-info{display: none;position: absolute;right: 53px;width:200px;padding-right: 16px;top: 50%;transform: translateY(-50%);}
.sideBar-info::after{content: "";width: 0;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent#fff;position: absolute;top: 50%;margin-top: -10px;right: 6px;}
.sideBar-info .sideBar-lx{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;;height:120px;border-radius: 5px;background: #fff;box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);}
.sideBar-info .sideBar-lx h6{font-size: 16px;color: #2f343b;margin-bottom: 6px;}
.sideBar-info .sideBar-lx span{font-size: 28px;font-weight: 700;color: #00a2e9;font-family:'KELPTA3';}
.sideBar-info .sideBar-lx img{width: 140px;height: 140px;}
.sideBar-info.address{width: 342px;}
.sideBar-info.code .sideBar-lx{height: auto;padding: 14px 0;}
.sideBar-wrapper li:hover .sideBar-info{display: block;}
@media all and (max-width:1439px) {
    .sideBar-wrapper {right: 12px;}
}
@media all and (max-width:640px) {
    .sideBar-wrapper {right: 4px;}
    .sideBar-icon {width: 48px;height: 48px;border-radius: 50%;border-color:#5579ed;}
    .sideBar-icon::before{background-color:#5579ed;}
    .sideBar-wrapper li {margin-top: 4px;}
    .sideBar-wrapper li:first-child,.sideBar-wrapper li:last-child{display: none;}
    .sideBar-info p{font-size: 16px;height: 40px;}
    .sideBar-info {right: 42px;width: 176px;}
    .sideBar-info::after {border-width: 8px 0 8px 8px;margin-top: -8px;right: 8px;}
    .sideBar-info.code p {padding: 10px 0;}
}
/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 80px;}
.contain-1600, .contain-1400, .contain{margin: 0 auto;}
.contain-1600{width: 1600px;}
.contain-1400{width: 1400px;}
.contain{width: 1200px;}
.privacy {padding: 80px 0;}
.privacy p { color: #666; font-size: 18px; line-height: 30px;}
.legal{padding: 80px 0;}
.legal p{ color: #666; font-size: 18px; line-height: 30px;}
/* -------------------------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: 1100px;}
    .Header-navbar li {margin: 0 12px;}
    .Footer-contact p span {font-size: 24px;}
    .Footer-cont_lft h2 {font-size: 24px;}
}
@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: 900px;}
    .Header-logo {height:80px;}
    .Header-navbar {margin-right: 24px;}
    .Header-navbar li {margin: 0 6px;}
    .Header-menu {height:80px;font-size: 14px;}
    .Header-drop { top: 80px;}
    .Header-show {height:80px;}
    .Header-show-menu {width: 118px;height:38px;}
    .Header-show-menu span {padding-left: 32px;font-size: 14px;}
    .Footer-menu {font-size: 14px;}
    .Footer-drop {margin-top: 8px;}
    .Footer-drop a {font-size: 12px;padding:5px 0;}
    .Footer-contact h6 {font-size: 24px;margin-bottom: 20px;}
    .Footer-contact p span {font-size: 16px;}
    .Footer-cont_lft h2 {font-size: 16px;}
    .Footer-cont_lft p {margin-top: 12px;}
    .Footer-cont_lft p span {font-size: 16px;}
    .Footer-copyright h6 {font-size: 12px;}
    .Footer-copyright p {font-size: 12px;}
    .input-mark {width: 76px;font-size: 14px;}
    .Footer-cont_lft {padding: 20px 0 0 200px;}
    .Footer-cont_lft::before { content: ''; width: 180px; height:190px;background: url(../images/common/foot_icon.png)no-repeat center/88%;}
    .input-box input {font-size: 14px;}
    .input-box input::placeholder{font-size: 14px;}
}
@media all and (max-width:1151px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .contain-1600, .contain-1400, .contain{width: 92%;}
    .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 img{height: 20px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-show {height:60px;margin-right: 12px;}
    .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 !important;}
    .Header-navbar li.active .Header-menu{color:#00a2e9 !important;}
    .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-drop.Header-case{width: 100%;margin-left:0;}
    .Header-case-list {padding: 30px 0 40px 60px;}
    .Header-case-coulmn+.Header-case-coulmn {margin-top:24px;}
    .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: #f48e31 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;}
    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .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 h6{width: 100%;margin-bottom:10px;text-align: center;}
    .Footer-copyright p {width: 100%;text-align: center;}
    .Footer-ewmitem {width:100%;display: flex;align-items:center;margin-top: 12px;}
    .Footer-contact{text-align: center;}
    .Footer-tiyan {height: auto;padding: 40px 0;}
    .Footer-tiyan-item {flex-direction: column;}
    .Footer-cont_lft { padding:0;width: 100%;text-align: center;}
    .Footer-cont_lft::before {top: -76px;}
    .Footer-cont_rgt{width: 100%;margin-top:28px;text-align: center;}
    .box-colse { right: 0;}
    .input-box {margin: 0 auto 10px;}
    .apply-but {margin: 0 auto;}
    .privacy {padding: 60px 0;}
    .legal {padding: 60px 0;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-case-list {padding: 20px 4%;}
    .Header-case-menu { font-size: 18px;}
    .Header-case-drop {margin-top: 12px;}
    .Header-case-coulmn {flex-wrap: wrap;}
    .Header-case-coulmn+.Header-case-coulmn {margin-top: 20px;}
    .Header-case-coulmn .Header-link{margin-top: 20px;}
    .Header-case-drop a{padding: 0;width: calc(100% / 1);}
    .Footer-cont_lft::before {display: none;}
    .tiyan-order {top: 52%;right: -38px;width: 38px;font-size: 16px;padding:14px 0;}
    .tiyan-close {right: 10px;top: 10px; width: 48px;}
    .privacy {padding: 40px 0;}
    .legal {padding: 40px 0;}
    .FooterWechat img{width: 80px;}
}