@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);}
.Header-wrapper>.contain{position: relative;width: 90.5%;}
.Header-logo{float: left;width: 250px; height: 110px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;}
.Header-lang{float: right;position: absolute;z-index: 9999;right: 0;top: 22px;}
.Header-lang-menu{display: flex;align-items: center;height: auto;color: rgba(34, 34, 34, .5);transition: color .4s ease;}
.Header-lang-menu p{font-size: 14px;color: #222;}
.Header-lang-menu i{margin-right: 8px;display: block;width: 16px;}
.Header-lang-menu span{display: flex;align-items: center;}
.Header-lang-menu span::after{content:  "\e61f";font-size: 12px;display: block;margin-left: 6px;font-family: 'icon';}
.Header-lang.active .Header-lang-menu{color: #e70012;}
/* 多个语言 */
.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: calc(100% + 10px);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::after{content: "";position: absolute;left: 0;bottom: 100%;width: 100%;height: 10px;}
.Header-lang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;transition: all .4s ease;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #e70012;}
.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;}
.Header-search-click{position: relative; width: 35px;height: 110px;padding-top: 55px; color: #666;font-size: 18px;cursor: pointer;z-index: 999;display: flex;align-items: center;justify-content: space-between;position: relative;transition: all .4s ease;}
.Header-search-click::before{content: "\e649";font-family: "icon";color: #222;}
.Header-search-click.active::before{content: "\e64e";}
.Header-search-click::after{content: "";display: block;width: 1px;height: 15px;background: #b8c1c7;}
.Header-search-click:hover{color: #e70012;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 110px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item.active{display: block;}
.Header-search-item .contain{width: 100%;padding:55px 50px 0 0;}
.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: #666;background: transparent;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.6s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 350px;}}
.Header-search-item button{width: 50px;height: 40px;font-size: 20px;color: #333;background: transparent;cursor: pointer;margin-right: 0;}
.Header-search-item button::after{content: "\e649";font-family: "icon";color: #e70012;}
/* body.onSearch .Header-navbar{visibility: hidden;opacity: 0;} */
.Header-navbar{float: left;margin-left: 70px;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;position: relative;z-index: 9;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-navbar li:nth-child(1) .Header-menu span::after,.Header-navbar li:last-child .Header-menu span::after{display: none;}
.Header-menu{position: relative;height: 110px;padding-top: 45px; display: flex;align-items: center;font-size: 16px;color: #222;position: relative; transition: color .4s ease;}
.Header-menu span{display: flex;align-items: center; line-height: 1;border-left: 1px solid #b8c1c7;padding: 0 30px;}
.Header-menu span::after{content:"\e61f";font-family: 'icon';font-size: 12px;display: block;margin-left: 10px;font-weight: 300;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 3px;position: absolute;bottom: 0;background: #e70012;transition: all .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #e70012;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 110px;left: 50%;width: 160px;margin-left: -80px;}
.Header-drop a{display: flex;width: 100%;height: 48px;align-items: center;justify-content: center;font-size: 16px;color: #333;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #e70012;color: #fff;}
.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: #222;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #222;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);}
}
/* 底部 */
.Footer-wrapper{width: 100%;background: #f7f9fb;position: relative;z-index: 9;}
.Footer-wrapper .contain{width: 90.5%;}
.Footer-items{width: 100%;padding: 45px 0 100px;}
.Footer-navbar{width: 100%;user-select: none;padding-right: 13.5vw;}
.Footer-navbar ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Footer-navbar li{width: auto;}
.Footer-menu{font-size: 16px;color: #222;display: block;}
.Footer-drop{width: 100%;margin-top: 10px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 15px;padding: 6px 0 6px 14px;position: relative;}
.Footer-drop a::after{transition: all .4s ease; content: "\e622";font-family: 'icon';font-size: 12px;color: #7c7c7d;position: absolute;left: 0;top: 50%;transform: translateY(-50%) scale(.8);transform-origin: left center;}
.Footer-drop a span{color: #222;transition: all .4s ease;display: block;}
.Footer-drop a:hover::after{color: #e70518;}
.Footer-drop a:hover span{color: #e70518;transform: translateX(6px);}
.FooterCode{display: flex;float: right;}
.FooterCode a{display: flex;align-items: center;justify-content: center;position: relative;margin-right: 30px;}
.FooterCode a span{font-size: 20px;color: #fff;}
.FooterCode a:last-child{margin-right: 0;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 40px;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-friend{width: 100%;display: flex;align-items: flex-start;margin-top: 20px;}
.Footer-friend-hint, .Footer-friend-link a {color: #969da6;line-height: 24px;font-size: 14px;}
.Footer-friend-link{flex: 1;}
.Footer-friend-link a{transition: all .4s ease;margin-right: 14px;}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{color: #fff;}
.Footer-copyright{width: 100%;background: #fff; }
.Footer-copyright .contain{justify-content: space-between;color: #222;font-size: 14px;display: flex;flex-wrap: wrap;}
.Footer-copyright .text{display: flex;align-items: center;flex-wrap: wrap;padding: 15px 0;}
.Footer-copyright .text p{margin-left: 35px;}
.Footer-copyright .text p:first-child{margin-left: 0;}
.Footer-copyright .text p img{width: 140px;}
.Footer-copyright .link{display: flex;flex-wrap: wrap;position: relative;padding-right: 100px;align-items: center;}
.Footer-copyright .link p{margin-left: 30px;}
.Footer-copyright .link p:first-child{margin-left: 0;}
.Footer-copyright .link a{transition: all .4s ease;}
.Footer-copyright .link a:hover{color: #e70518;}
.Footer-copyright .link p:first-child a{text-decoration: underline;}

/* 置顶 */
.backTop{user-select: none;cursor: pointer; padding-top: 20px; position: absolute;background: #e70518;display: flex;flex-wrap: wrap; right: 0;bottom: 0;width: 60px;height: 125px;flex-direction: column;align-items: center;text-align: center;color: #fff;}
.backTop i{font-size: 12px;}



/* 视频弹窗 */
.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{width: 1000px;position: relative;opacity: 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.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:1100px) {.popVideo-items{width: 92%;}.popVideo-close{right: -8px;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}
/* 底部弹窗 */
.popup-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0, 0, 0, .7);display: none;}
.popup{width: 360px;padding: 70px 40px 80px;text-align: center; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;border: 5px solid #bc0b19;}
.popup-close{user-select: none; position: absolute;top: 30px;right: 20px;cursor: pointer;width: 40px;height: 40px;transition: all .6s ease;}
.popup-close::after,.popup-close::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 75%;height: 1px;background: #000;transition: all .6s ease;}
.popup-close::after{transform: translate(-50%,-50%) rotate(-45deg);}
.popup-close:hover{transform: rotate(180deg);}
.popup-title{letter-spacing: 4px;}
.popup input{width: 100%;height: 43px;line-height: 43px;padding-left: 20px;border: 1.5px solid #e0e0e0;}
.popup input::-webkit-input-placeholder{color: #333;}
.popup button{user-select: none; width: 100%; cursor: pointer; position: relative;transition: all .4s ease;}
.popup button span{transition: all .4s ease;display: block;}
.popup button::after,.popup button::before{content: "";position: absolute;top: 50%; right:  0;width: 95px;height: 1px;background: #d4d0db;transition: all .4s ease;}
.popup button::after{right: auto;left: 0;}
.popup button:hover span{transform: translateY(-5px);}
.popup button:hover::after,.popup button:hover::before{width: 75px;}
/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 110px;}
.contain-1600,.contain-1500, .contain-1400, .contain{margin: 0 auto;}
.contain-1600{width: 1600px;}
.contain-1400{width: 1400px;}
.contain{width: 1280px;}
.contain-1500{width: 1500px;}

/* 公共样式 */
.comMore{overflow: hidden; user-select: none;position: relative;flex-direction: row; cursor: pointer;width: 160px;height: 40px;border-top-right-radius: 18px;background: #ccd4da;}
.comMore i,.comMore span{position: relative;z-index: 2;}
.comMore i{margin-left: 7vw;display: block;}
.comMore::after{content: "";border-radius: 50%; transform: scale(0); position: absolute;left: -60px;transform-origin: left bottom; bottom: -100px;width: 500px;height: 500px;background: #e70518;transition: all .8s ease;}
.comMore:hover::after{transform: scale(1);}
.comMore.hover{background: #e70518;}
.comMore.hover::after{background: #c60314;}

.comCta::after{content: "";position: absolute;left: 0;bottom: calc(100% + 1px);width: 100%;height: 8px;background: url('../images/common/comCta-bg.png') no-repeat center/auto 100%;}
.comCta{background: #edeff3;position: relative;border-top: 1px solid #fff;border-bottom: 1px solid #d9dde3;}
.comCta .text{margin-top: 5px;}
.comCta .comMore{width: 200px;height: 40px;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1600,.contain-1500{width: 1400px;}
    .Header-logo{width: 220px;}
    .Header-navbar{margin-left: 40px;}
    .Header-menu span{padding: 0 20px;}
}
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1600,.contain-1500, .contain-1400{width: 1200px;}
    .contain{width: 1080px;}
    .Footer-navbar ul{padding-left: 40px;}
    .Footer-more{width: 210px;height: 50px;margin: 40px 0 0  auto;}
    .comMore{width: 140px;height: 38px;}
    .Footer-copyright .text p,.Footer-copyright .link p{margin-left: 20px;}
    .comCta .comMore{width: 180px;height: 38px;}
    .Header-logo{width: 200px;}
    .Header-navbar{margin-left: 30px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 200px;}}

    
}
@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-1500, .contain-1400{width: 960px;}
    .contain{width: 880px;}
    .Footer-logo{width: 150px;}
    .FooterCode a{margin-right: 15px;}
    .Footer-copyright .contain{font-size: 12px;}
    .Footer-copyright .text p img{width: 100px;}
    .Footer-copyright .text p, .Footer-copyright .link p{margin-left: 10px;}
    .Footer-copyright .link{padding-right: 70px;}
    .comCta .comMore{width: 160px;height: 36px;}
    .Header-logo{width: 150px;}
    .Header-menu span{padding: 0 15px;}
    .Header-menu{font-size: 15px;}
    .Header-navbar{margin-left: 20px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 150px;}}
    .Header-search-item input[type="text"]{font-size: 13px;}
    .Header-search-item input[type="text"]::-webkit-input-placeholder{font-size: 13px;}
    .Header-menu span::after{margin-left: 5px;}
    .Header-search-click{font-size: 16px;width: 30px;}
    .Header-search-item .contain{padding-right: 40px;}
    .Header-search-item button{width: 30px;font-size: 14px;}

}
@media all and (max-width:1151px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .comCta .comMore{width: 130px;height: 32px;}
    .comCta::after{height: 4px;}
    .comMore{border-top-right-radius: 14px;width: 100px;height: 34px;}
    .comMore i{width: 18px;}
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-1600, .contact .contain-1500,.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%;width: 110px;}
    .Header-lang{position: relative;right: auto;top: auto;}
    .Header-search-click{padding-top: 0;}
    .Header-search-click::after{display: none;}
    .Header-search-item button::after{color: #fff;}
    .Header-lang-menu p{display: none;}
    .Header-lang-menu i{margin-right: 5px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 15px 0 4px;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin: 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-menu span{border: unset;padding: 0 ;}
    .Header-menu span::after{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;font-size: 20px;font-style: normal;color: #666;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e61f";font-family: "icon";}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #666;}
    .Header-navbar li.active .Header-menu{color: #e70012;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 30px;justify-content: flex-start;padding: 0 4%;font-size: 13px;}
    .Header-lang-menu{color: #222;}
    .Header-lang-menu span::after{padding-top: 3px;}
    .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;background: #fff;}
    .Header-search-item .contain {padding: 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: #e70012;z-index: 2;color: #fff;}
    .Footer-logo{display: none;}
    .Footer-items{padding: 25px 0 36px 4%;}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;flex-wrap: wrap;padding-right: 0;}
    .Footer-navbar ul{width: 100%;padding: 0;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;line-height: 40px;position: relative;}
    .Footer-menu::after{content: "\e61f";font-family: "icon";text-align: center;font-weight: 400;width: 44px;height: 40px;line-height: 40px;font-size: 20px;color: #222;position: absolute;z-index: 9;right: 0;top: 0;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-copyright .text p:first-child{display: none;}
    .Footer-copyright .text{padding: 0;width: 100%;}
    .Footer-copyright .link{width: 100%;padding:10px 0 0;}
    .Footer-drop a{padding: 7px 0 7px 14px;}
    .Footer-drop{display: none;margin-top: 0;}
    .FooterCode {text-align: center;margin-top: 28px;padding: 0;}
    .Footer-friend{display: none;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;}
    .Footer-copyright {padding: 15px 0;}
    .Footer-copyright .text p{margin-left: 0;}
    .Footer-copyright .contain{width: 92%;}
    .backTop{position: fixed;right: 5px;bottom: 30px;width: 50px;height: 50px;border-radius: 5px;padding-top: 0;justify-content: center;font-size: 12px;}
    .Footer-contact{width: 100%;text-align: left;margin-top: 30px;}
    .FooterCode{float: left;}
    .Footer-more{margin: 30px 0 0;width: 160px;height: 45px;}
    .Footer-phone{margin-top: 15px;}
    .Header-search{margin-right: 0;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .popup{width: 80%;padding: 40px 20px;border: 4px solid #bc0b19;}
    .popup-close{top: 10px;width: 30px;height: 30px;right: 15px;}
    .popup input{font-size: 14px;padding-left: 10px;}
    .popup input::-webkit-input-placeholder{font-size: 14px;}
}