@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header{width: 100%;opacity: 0;transform: translateY(-80px);animation: header 1s 1s ease forwards; position: fixed;transition: all .4s ease; z-index: 99999;top: 43px;left: 0;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
@keyframes header {
    0%{opacity: 0;transform: translateY(-80px);}
    100%{opacity: 1;transform: translateY(0);}
}
.Header.active{top: 0;background: #fff;}
.Header .contain-1700{border-radius: 5px;background: rgba(255, 255, 255, .9);}
.Header-logo{float: left;border-right: 1px solid #cbcbcb; width: 252px;height: 86px;display: flex;align-items: center;justify-content: center; position: relative;z-index: 999;}
.Header-logo img{max-width: 56%;}
.Header-search{float: right;border-left: 1px solid #d7d7d7;}
.Header-search input{width: 280px;height: 86px;font-size: 16px;color: #333;padding-left: 26px;background: transparent;}
.Header-search input::-webkit-input-placeholder{font-size: 16px;color: #999;}
.Header-search-click{width: 62px;height: 86px;}
.Header-search-click::after{content: "\e649";font-family: "icon";display: inline-block;font-size: 20px;color: #444;transition: all .4s ease;user-select: none;cursor: pointer;}
.Header-zixun{float: right;display: flex; border-top-right-radius: 5px;border-bottom-right-radius: 5px; width: 180px;height: 86px;background: #ff6800;color: #fff;cursor: pointer;user-select: none;}
.Header-zixun.mb{display: none;}
.Header-zixun::before{content: "";display: inline-block;margin-right: 8px;width: 22px;height: 21px;background: url('../images/common/header-zixun.png') no-repeat center/100% auto;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}
.Header-navbar{float: right;margin-right: 80px;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 40px;position: relative;z-index: 9;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 86px;display: flex;align-items: center;font-size: 18px;color: #333;transition: color .4s ease;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 3px;position: absolute;bottom: 0;background: #ff6a00;transition: all .4s ease;}
.Header-menu::after{content: "";width: 9px;height: 6px;position: absolute;right: -13px;top: 50%;transform: translateY(-50%);background: url('../images/common/header-menu.png') no-repeat center/100% auto;}
.Header-navbar li:first-child .Header-menu::after{display: none;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #ff6a00;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{opacity: 0;visibility: hidden;pointer-events: none;transition: all .4s ease;box-shadow: 0 0 20px rgba(0, 0, 0, .3); position: absolute;background: #fff;top: 86px;padding: 40px 50px 60px 60px; left: 0;transform: translate(-10%,20px); background: url('../images/common/header-drop-bg.jpg') no-repeat left bottom/100% 100%;border-radius: 10px;}
.Header-navbar li:nth-child(3) .Header-drop{transform: translate(-20%,20px);}
.Header-navbar li:nth-child(3) .Header-drop::after{left: 20%;}
.Header-drop.active{opacity: 1;visibility: visible;pointer-events: auto;transform: translate(-10%,0);}
.Header-navbar li:nth-child(3) .Header-drop.active{transform: translate(-20%,0);}
.Header-drop::after{content: "";position: absolute;left: 10%;top: 0;transform: translate(90%,-100%); width: 25px;height: 14px;border: 14px solid transparent;border-bottom-color:  #fff;}
.Header-drop-box{display: flex;}
.Header-drop-con{width: 200px;margin-left: 40px;}
.Header-drop-con:first-child{margin-left: 0;}
.Header-drop-title{font-size: 20px;color: #000;transition: all .4s ease;}
.Header-drop-text{margin-top: 20px;border-top: 1px solid #e0e0e0;}
.Header-drop-text .text{margin-top: 15px;display: block;font-size: 16px;transition: all .4s ease;}
.Header-drop-text .text:hover,.Header-drop-title:hover{color: #ff6a00;}
.Header-drop-img{width: 320px;height: 200px;border-radius: 10px;overflow: hidden;display: block;margin:5px 0 0 40px;}
.Header-drop-img img{width: 100%;height: 100%;transition: all .4s ease;}
.Header-drop-img:hover img{transform: scale(1.08);}
.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);}
}
/* 底部 */
.Footer{width: 100%;background: #19212f;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 60px 0 100px;}
.FooterCont-phone{font-family: "Arial";}
.FooterCont-date{color: #898f9d;}
.FooterCont-list li{margin-top: 10px;}
.Footer-QRcode-item{margin-left: 25px;display: flex;flex-direction: column;align-items: center;text-align: center;}
.Footer-QRcode-item:first-child{margin-left: 0;}
.Footer-QRcode-img{padding: 5px;background: #fff;border-radius: 5px;width: 100px;}
.Footer-navbar{flex: 1; user-select: none;padding: 0 10% 0 12%;}
.Footer-navbar ul{justify-content: space-between;}
.Footer-navbar li{width: auto;position: relative;}
.Footer-menu{font-size: 18px;color: #fff;display: flex;}
.Footer-arrow{display: none;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #93969d;line-height: 1;padding: 10px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;}
.Footer-friend{width: 100%;display: flex;align-items: flex-start;padding-bottom: 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%;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 30px 0;}
.Footer-copyright .contain{justify-content: space-between;align-items: center;}
.Footer-copyright .info{color: #75777b;line-height: 18px;font-size: 14px;position: relative;}
.Footer-copyright .info p:not(:first-child){margin-left: 12px;}
.Footer-copyright .info a{transition: all .4s ease;}
.Footer-copyright .info a:hover{color: #fff;}
.Footer-copyright .link::after{content: "";width: 13px;height: 16px;position: absolute;left: -24px;top: 1px;background: url('../images/common/footer-link.png') no-repeat center/100% auto;}
/* pc侧边栏 */
.sideBar-wrapper{position: fixed;top: 50%;right: 56px;opacity: 0;transform: translateX(80px);animation: side 1s 1s ease forwards; margin-top: -101px;height: 206px;width: 50px;z-index: 6666;margin-top: -103px;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;box-shadow: 0px 4px 18px 0px rgba(102, 102, 102, 0.21);}
.sideBar-wrapper ul li.backTop{top: 0;width: 52px;display: block;}
.sideBar-wrapper ul li.relQq{top: 52px;width: 52px;transition: all .4s;}
.sideBar-wrapper ul li.relDh{top: 104px;width: 52px;transition: all .4s;}
.sideBar-wrapper ul li.relEwm{top: 156px;width: 52px;}
.sideBar-wrapper ul li a{display: flex;color: #fff;font-size: 15px;height: 50px;line-height: 50px;position: relative; background-color: #fff;border-radius: 5px;transition: all .2s ease;}
.sideBar-wrapper ul li a img{display: block;transition: all .4s ease;}
.sideBar-wrapper ul li a img.s{margin: 12px 16px 14px 14px;}
.sideBar-wrapper ul li a img.h{opacity: 0;position: absolute;left: 14px;top: 12px;}
.site-text{display: none; height: 100%;font-size: 16px; position: absolute;top: 0;right: 100%;padding-right: 5px;white-space: nowrap;color: #ff6a00;}
.site-text p{background: #fff;width: 100%;height: 100%;padding: 0 20px;align-items: center;justify-content: center;display: flex;border-radius: 3px;}
@keyframes side {
    0%{opacity: 0;transform: translateX(80px);}
    100%{opacity: 1;transform: translateX(0);}
}
.sideBar-wrapper ul li a:hover{background: #ff6a00;opacity: 1;}
.sideBar-wrapper ul li a:hover .site-text{display: block;}
.sideBar-wrapper ul li a:hover img.s{opacity: 0;}
.sideBar-wrapper ul li a:hover img.h{opacity: 1;}
.sideBar-wrapper-ewm{position: absolute;top: -110px;left: -115px;background: #fff;width: 106px;padding: 3px;height: 106px;display: none;border-radius: 3px;}
.sideBar-wrapper-ewm::after{content: "";position: absolute;width: 9px;height: 9px;background: url('../images/common/side-arr.png') no-repeat;right: 0;bottom: -9px;}
.sideBar-wrapper-ewm img{display: block;width: 100px;height: 100px;}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm{display: block;}
@media all and (max-width:1000px) {
    .sideBar-wrapper{display: none;right: 4px;width: 50px;height: auto;top: auto;bottom: 60px;margin-top: 0;}
    .sideBar-wrapper ul li{display: none;height: 46px;}
    .sideBar-wrapper ul li.backTop{display: block;width: 46px;}
    .sideBar-wrapper ul li a{height: 46px;line-height: 46px;background-color: #2d2c32 !important;}
    .sideBar-wrapper ul li a img {margin: 11px 10px 11px 12px;}
}

/* 微信浏览器咨询弹窗 */
.codePopup-box{display: none; position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, .5);z-index: 99999;}
.codePopup{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-100%);opacity: 0; width: 70%;background: #fff;}
.codePopup-box.active{display: block;}
.codePopup-box.active .codePopup{animation: codePopup 1s .1s ease forwards;}
@keyframes codePopup {
    0%{opacity: 0; transform: translate(-50%,-100%);}
    100%{opacity: 1; transform: translate(-50%,-50%);}
}
.codePopup-img{width: 90%;margin: 0 auto;}
.codePopup-img img{width: 100%;}
.codePopup-close{position: absolute;top: -25px;right: -25px;}
.codePopup-close::before{font-weight: 700;color: rgba(255, 255, 255, .8);font-size: 14px;}
.codePopup-close:hover::before{color: #fff;}



/* mb侧边栏 */
.Footer-tabs-blank, .Footer-tabs{display: none;}

/* 视频弹窗 */
.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;}}
/* 中间+共用部分 */
.Container{width: 100%;}
.section{width: 100%;position: relative;overflow: hidden;}
.contain-1700,.contain-1600, .contain-1400, .contain{margin: 0 auto;}
.contain-1700{width: 1750px;}
.contain-1600{width: 1600px;}
.contain-1400{width: 1400px;}
.contain{width: 1550px;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1600{width: 1400px;}
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .contain-1700{width: 1300px;}
    .contain-1600, .contain-1400{width: 1200px;}
    .contain{width: 1200px;}
    .Header-logo{width: 200px;}
    .Header-navbar li{margin: 0 20px;}
    .Header-search input{width: 150px;}
    .Header-zixun{width: 140px;}
    .Header-navbar{margin-right: 60px;}
    .Footer-navbar{padding: 0 5% 0 8%;}    
    .Header-drop{padding: 30px 40px 45px 45px;}
    .Header-drop-con{width: 170px;margin-left: 25px;}
    .Header-drop-img{width: 280px;height: 170px;margin: 5px 0 0 25px;}
    .Header-drop-title{font-size: 18px;}
    .Header-drop-text{margin-top: 15px;}
    .Header-drop-text .text{font-size: 16px;margin-top: 10px;}
    .sideBar-wrapper{right: 40px;}
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .contain-1700{width: 1050px;}
    .contain-1600, .contain-1400{width: 960px;}
    .contain{width: 960px;}
    .Footer-QRcode-img{width: 70px;padding: 3px;border-radius: 3px;}
    .Footer-navbar {padding: 0 3% 0 5%;}
    .Footer-QRcode-item{margin-left: 10px;}
    .Header-logo{width: 150px;}
    .Header-search-click{width: 40px;}
    .Header-search input{width: 130px;padding-left: 15px;}
    .Header-zixun{width: 120px;}
    .Header-navbar li{margin: 0 15px;}
    .Header-navbar{margin-right: 30px;}
    .Header-drop-img{width: 220px;height: 130px;}
    .Header-drop{padding: 25px;border-radius: 5px;}
    .sideBar-wrapper{right: 30px;}
}
@media all and (max-width:1140px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Header-zixun.mb{display: flex;}
    .Header-zixun.pc{display: none;}
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-1700,.contain-1600, .contain-1400, .contain{width: 92%;}
    .Container{margin-top: 60px;}
    .Header{background: #fff;top: 0;}
    .Header-zixun{height: 60px;width: auto;margin-right: 10px;border-radius: 0;background: transparent;}
    .Header-zixun::before{margin-right: 0;background-image: url('../images/common/header-zixun-mb.svg');width: 26px;height: 24px;}
    .Header-search{margin-right: 5px;}
    .Header-search input{width: 120px;padding-left: 10px;height: 60px;}
    .Header-search-click{height: 60px;width: 34px;}
    .Header-search input::-webkit-input-placeholder{font-size: 14px;}
    .Header .contain-1700{width: 100%;border-radius: 0;background: transparent;}
    .Header::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-lang-menu{height: 60px;}
    .Header-logo{width: 90px;border-right: unset;margin-left: 4%;}
    .Header-logo img{width: 100%;max-width: 100%;}
    .Header-zixun p{display: none;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 12px 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-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;line-height: 44px;font-size: 18px;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::after{content: "\e61e";}
    .Header-navbar li:hover .Header-menu{color: #666;}
    .Header-navbar li.active .Header-menu{color: #ff6a00;}
    .Header-drop{transition: none; box-shadow: unset;transform: unset !important; position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0 30px;background-size: auto 100%; display: none;opacity: 1;visibility: visible;pointer-events: auto;}
    .Header-drop-box{flex-wrap: wrap;}
    .Header-drop-con{width: 100%;margin: 20px 0 0;padding: 0 4%;}
    .Header-drop-con:first-child{margin-top: 0;}
    .Header-drop-img{display: none;}
    .Header-drop-title{font-size: 16px;}
    .Header-drop-text{margin-top: 10px;}
    .Header-drop-text .text{font-size: 14px;margin-top: 10px;}
    .Footer{margin-bottom: 50px;}
    .Footer-items{padding: 32px 0 36px;}
    .Footer-items .contain {width: 100%;}
    .Footer-contact{width: 100%;padding: 0 4%;}
    .FooterCont-phone{font-size: 22px;margin-top: 20px;}
    .FooterCont-list{margin-top: 15px;}
    .Footer-QRcode{padding: 30px 4% 0;width: 100%;}
    .Footer-QRcode-item{margin-left: 25px;}
    .Footer-QRcode-img{width: 80px;padding: 2px;}
    .Footer-navbar{width: 100%;flex: unset;padding: 0;margin-top: 20px;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;align-items: center;padding: 0 4%;position: relative;}
    .Footer-arrow{display: block;width: 44px;height: 40px;line-height: 40px;font-size: 18px;font-style: normal;color: #fff;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Footer-arrow::after{content: "\e61f";font-family: "icon";}
    .Footer-arrow.active::after{content: "\e61e";}
    .Footer-drop a{padding: 7px 4%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-code {justify-content: center;margin-top: 28px;padding: 0 4%;}
    .Footer-friend{display: none;}
    .Footer-copyright {padding: 20px 0;}
    .Footer-copyright .info.text{display: block;}
    .Footer-copyright .info.text p{display: inline;}
    .Footer-copyright .info.link{width: 100%;margin-top: 8px;}
    .Footer-copyright .info p:not(:first-child) {margin-left: 0;width: 100%;}
    .Footer-copyright .info.link{padding-left: 20px;}
    .Footer-copyright .link::after{left: 0;}
    .Footer-copyright .info.text p{width: 100%;margin-top: 5px;}
    .Footer-friend{display: none;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Footer-tabs{display: block;height: 50px;}
    .Footer-tabs{position: fixed;z-index: 9999;left: 0;bottom: 0;background: #fff;width: 100%;}
    .Footer-tabs::before{content: "";position: absolute;width: 100%;height: 1px;background: #e3dad2;left: 0;top: 0;}
    .Footer-tabs li{font-size: 16px;color: #333;float: left;position: relative;width: 19%;}
    .Footer-tabs li a{display: flex;align-items: center;justify-content: center;height: 50px;width: 50px;width: 100%;}
    .Footer-tabs li a>img{margin-right: 6px;width: 18px;}
    .Footer-tabs li.tabsDh{float: right;}
    .Footer-tabs li.tabsDh a{background: linear-gradient(45deg,#ff6800,#f9944e);color: #fff;}
    /* .Footer-tabs li.tabsZx{width: 25%;} */
    .Footer-tabs li.tabsDh{width: 36%;}
    .Footer-tabs li .tabsCode{position: absolute;bottom: 58px;left: 50%;width: 100px;height: 100px;margin-left: -50px;padding: 0 2px;border: 2px solid #fff;background: #fff;display: none;align-items: center;}
    .Footer-tabs li .tabsCode::after{content: "";position: absolute;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #fff;width: 0;height: 0;bottom: -8px;left: 50%;margin-left: -8px;}    
    .Footer-tabs li .tabsCode img{width: 100%;object-fit: cover;}
    .Footer-tabs li:hover .tabsCode{display: flex;}
}