.footer .footer-wrapper{background-color:#394E56;color:rgba(255,255,255,0.6);overflow-x:hidden;padding-top:112px}.footer .footer-wrapper .footer-nav-wrapper{display:flex;align-items:center}.footer .footer-wrapper .footer-nav-wrapper .logo{margin-right:60px}.footer .footer-wrapper .footer-nav-wrapper .logo img{width:180px}.footer .footer-wrapper .footer-nav-wrapper .footer-nav{display:flex;gap:0 60px}.footer .footer-wrapper .footer-nav-wrapper .footer-nav .nav-item:hover{color:var(--primary-color)}.footer .footer-wrapper .contact-info-wrapper{padding-bottom:30px;display:flex;justify-content:space-between;align-items:flex-end}.footer .footer-wrapper .contact-info-wrapper .contact-info-left .row{display:flex}.footer .footer-wrapper .contact-info-wrapper .contact-info-left .row .contact-info-item{margin-right:87px}.footer .footer-wrapper .contact-info-wrapper .contact-info-left .contact-info-item{display:flex}.footer .footer-wrapper .contact-info-wrapper .contact-info-left .contact-info-item .label{flex-shrink:0}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon{display:flex;align-items:flex-end;justify-content:center;gap:0 24px}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .code-wrapper{position:relative}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .code-wrapper .code-box{position:absolute;left:50%;top:-12px;transform:translate(-50%, -100%) scale(0);width:200px;padding:6px;background-color:#fff;transition:all .3s}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .code-wrapper .code-box::before{position:absolute;bottom:-6px;left:50%;width:12px;height:12px;content:"";background:#fff;border-top:.5px solid #fff;border-right:.5px solid #fff;transform:translate(-50%) rotate(-135deg);z-index:-1}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .code-wrapper .code-box img{width:100%;object-fit:cover}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .code-wrapper .code-box.show{transform:translate(-50%, -100%) scale(1)}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box{display:block;width:50px;height:50px;border-radius:50%;border:1px solid #fff;overflow:hidden;position:relative;transition:all .3s}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box::after{content:'';display:block;background-color:var(--primary-color);position:absolute;inset:0;z-index:1;transform:scale(0);transition:all .3s;border-radius:50%}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box:hover{border:none;color:#fff}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box:hover .icon-wrapper{transform:translate(0)}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box:hover::after{transform:scale(1)}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box .icon-wrapper{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;margin-right:20px;cursor:pointer;transform:translate(-100%);transition:transform .4s cubic-bezier(.215, .61, .355, 1)}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box .icon-wrapper .icon{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box .icon-wrapper .icon .iconfont{font-size:25px}.footer .copyright{display:flex;align-items:center;justify-content:space-between;padding:30px 0 65px;border-top:1px solid rgba(255,255,255,0.2)}.footer .copyright .copyright-left,.footer .copyright .copyright-right{font-family:'HarmonyOS_Sans_Light' !important}.footer .copyright .copyright-left a:hover,.footer .copyright .copyright-right a:hover{color:var(--primary-color)}.back-to-top{position:fixed;right:50px;bottom:150px;display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:linear-gradient(to bottom, var(--primary-color-light), var(--primary-color));border-radius:50%;cursor:pointer;z-index:99;color:#fff;transition:all .3s linear;opacity:0;visibility:hidden}.back-to-top .iconfont{font-size:26px}.back-to-top:active{opacity:.5}.back-to-top.show{opacity:1;visibility:visible}@media screen and (max-width:992px){.footer .footer-wrapper{padding-top:40px}.footer .footer-wrapper .footer-nav-wrapper{flex-direction:column}.footer .footer-wrapper .footer-nav-wrapper .logo{margin-right:0;margin-bottom:24px}.footer .footer-wrapper .footer-nav-wrapper .logo img{width:140px}.footer .footer-wrapper .footer-nav-wrapper .footer-nav{flex-wrap:wrap;justify-content:center;gap:20px 30px;padding:0 20px}.footer .footer-wrapper .contact-info-wrapper{flex-direction:column;align-items:center}.footer .footer-wrapper .contact-info-wrapper .contact-info-left{margin-bottom:24px;width:70%;text-align:center}.footer .footer-wrapper .contact-info-wrapper .contact-info-left .row{flex-direction:column;align-items:flex-start;text-align:left}.footer .footer-wrapper .contact-info-wrapper .contact-info-left .row .contact-info-item{margin:0;margin-bottom:12px;text-align:left}.footer .footer-wrapper .contact-info-wrapper .contact-info-left .contact-info-item{margin:0;text-align:left}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon{gap:0 15px}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box{width:40px;height:40px}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .icon-box .icon-wrapper .icon .iconfont{font-size:20px}.footer .footer-wrapper .contact-info-wrapper .contact-info-right .footer-icon .code-wrapper .code-box{width:150px}.footer .copyright{flex-direction:column;text-align:center;gap:10px;padding:20px 20px 30px}.footer .copyright .copyright-left,.footer .copyright .copyright-right{font-size:12px}.back-to-top{width:40px;height:40px;right:20px;bottom:50px}.back-to-top .iconfont{font-size:20px}}