.footer .footer-wrapper{background-color:var(--primary-color);overflow:hidden;color:#fff}.footer .footer-wrapper .footer-content{display:flex}.footer .footer-wrapper .footer-content .footer-content-left{width:50%;display:flex;flex-direction:column;align-items:flex-start}.footer .footer-wrapper .footer-content .footer-content-left .footer-content-left-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.footer .footer-wrapper .footer-content .footer-content-left .footer-logo img{height:60px}.footer .footer-wrapper .footer-content .footer-content-left .footer-contact-wrapper{margin-top:auto}.footer .footer-wrapper .footer-content .footer-content-left .footer-contact .footer-contact-item{background-color:#FBFBFB;height:50px;border-radius:25px;transition:all .3s ease;color:#221815}.footer .footer-wrapper .footer-content .footer-content-left .footer-contact .footer-contact-item .footer-contact-item-link{padding:0 18px;height:100%;display:flex;align-items:center;justify-content:space-between}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon{display:flex;align-items:flex-end;gap:0 24px}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .code-wrapper{position:relative}.footer .footer-wrapper .footer-content .footer-content-left .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 .footer-content .footer-content-left .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 .footer-content .footer-content-left .footer-icon .code-wrapper .code-box img{width:100%;object-fit:cover}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .code-wrapper .code-box.show{transform:translate(-50%, -100%) scale(1)}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box{display:block;width:50px;height:50px;border-radius:50%;border:1px solid #fff;overflow:hidden;position:relative;transition:all .3s;color:#fff}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box::after{content:'';display:block;background-color:#fff;position:absolute;inset:0;z-index:1;transform:scale(0);transition:all .3s;border-radius:50%}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box.weixin{color:#fff}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box.weixin::after{background-color:#3AA732}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box:hover{border:none;color:var(--primary-color)}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box:hover .icon-wrapper{transform:translate(0)}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box:hover::after{transform:scale(1)}.footer .footer-wrapper .footer-content .footer-content-left .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 .footer-content .footer-content-left .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 .footer-content .footer-content-left .footer-icon .icon-box .icon-wrapper .icon .iconfont{font-size:25px}.footer .footer-wrapper .footer-content .footer-content-right{width:50%}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper{display:flex;justify-content:space-between}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav{display:flex;flex-direction:column;gap:20px;position:relative}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav .footer-nav-item{font-family:'HarmonyOS_Sans_Light'}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav .title{display:block}.footer .footer-wrapper .footer-content .footer-content-right .footer-contact{margin-bottom:12px}.footer .footer-wrapper .footer-content .footer-content-right .footer-contact .footer-contact-item{padding:12px 0;border-bottom:1px solid #EEEEEE}.footer .footer-wrapper .footer-content .footer-content-right .footer-contact .footer-contact-item:first-child{border-top:1px solid #EEEEEE}.footer .footer-wrapper .footer-content .footer-content-right .copyright{color:#919EB8;font-family:'HarmonyOS_Sans_Light'}.footer .footer-wrapper .footer-content .footer-content-right .copyright .copyright-left a:hover,.footer .footer-wrapper .footer-content .footer-content-right .copyright .copyright-right a:hover{color:var(--primary-color)}.sideBar-wrapper{position:fixed;right:0;bottom:15%;z-index:990}.sideBar-wrapper a{display:block;width:50px;height:50px;border-radius:50%;background-color:#5e5c5d;color:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:6px;transition:all .3s linear}.sideBar-wrapper a .iconfont{font-size:24px}.sideBar-wrapper a:hover{background:linear-gradient(to bottom, var(--primary-color-light), var(--primary-color))}.sideBar-wrapper .message-wrapper{position:absolute;left:-12px;bottom:0;transform:translate(-100%, 0);width:434px;background-color:#fff;box-shadow:0 4px 16px 2px rgba(0,0,0,0.1);border-radius:10px;padding:48px 24px 24px;display:none}.sideBar-wrapper .message-wrapper .message-close{position:absolute;top:12px;right:12px;cursor:pointer;transition:all .3s ease}.sideBar-wrapper .message-wrapper .message-close .iconfont{color:#666;font-size:26px}.sideBar-wrapper .message-wrapper .message-close:hover{transform:rotate(180deg)}.sideBar-wrapper .message-wrapper .desc{color:#888}.sideBar-wrapper .message-wrapper .contact-us-form{display:flex;flex-wrap:wrap;gap:12px;width:100%}.sideBar-wrapper .message-wrapper .contact-us-form .single-input-box{width:100%}.sideBar-wrapper .message-wrapper .contact-us-form .single-input-box img{height:70px}.sideBar-wrapper .message-wrapper .contact-us-form input,.sideBar-wrapper .message-wrapper .contact-us-form textarea{width:100%;border:none;color:#000;padding:0 24px;height:50px;transition:border .4s ease;line-height:70px;background-color:#f5f5f5}.sideBar-wrapper .message-wrapper .contact-us-form input:focus,.sideBar-wrapper .message-wrapper .contact-us-form textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 5px var(--primary-color)}.sideBar-wrapper .message-wrapper .contact-us-form input::placeholder,.sideBar-wrapper .message-wrapper .contact-us-form textarea::placeholder{color:#757575}.sideBar-wrapper .message-wrapper .contact-us-form textarea{height:120px;border-radius:initial}.sideBar-wrapper .message-wrapper .contact-us-form .submit{display:flex;justify-content:center}.sideBar-wrapper .message-wrapper .contact-us-form .btn{display:flex;justify-content:center;align-items:center;width:80%;height:50px;background:linear-gradient(to right, var(--primary-color), var(--primary-color-light));border:none;color:#fff;cursor:pointer}@media screen and (max-width:992px){.footer .footer-wrapper .footer-content{flex-direction:column}.footer .footer-wrapper .footer-content .footer-content-left{width:100%;align-items:initial}.footer .footer-wrapper .footer-content .footer-content-left .footer-content-left-wrapper{text-align:center}.footer .footer-wrapper .footer-content .footer-content-left .footer-contact{margin-top:24px}.footer .footer-wrapper .footer-content .footer-content-left .footer-contact .footer-contact-item{height:40px}.footer .footer-wrapper .footer-content .footer-content-left .footer-contact .footer-contact-item .footer-contact-item-link{padding:0 12px}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon{width:100%;justify-content:center}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box{width:40px;height:40px}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .icon-box .icon-wrapper .icon .iconfont{font-size:20px}.footer .footer-wrapper .footer-content .footer-content-left .footer-icon .code-wrapper .code-box{width:150px}.footer .footer-wrapper .footer-content .footer-content-right{width:100%;margin-top:24px}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper{flex-wrap:wrap}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav{width:25%;gap:12px;align-items:center;text-align:center}.footer .footer-wrapper .footer-content .footer-content-right .footer-contact .footer-contact-item{padding:8px 0;font-size:14px}.footer .footer-wrapper .footer-content .footer-content-right .copyright{font-size:12px;text-align:center}.footer .footer-wrapper .footer-content .footer-content-right .copyright .copyright-left,.footer .footer-wrapper .footer-content .footer-content-right .copyright .copyright-right{display:block}.sideBar-wrapper{right:0;bottom:5%}.sideBar-wrapper a{width:40px;height:40px}.sideBar-wrapper a .iconfont{font-size:20px}.sideBar-wrapper .message-wrapper{width:80vw;padding:24px 12px;bottom:100%}.sideBar-wrapper .message-wrapper .message-close{top:8px;right:8px}.sideBar-wrapper .message-wrapper .message-close .iconfont{font-size:20px}.sideBar-wrapper .message-wrapper .contact-us-form{gap:12px}.sideBar-wrapper .message-wrapper .contact-us-form .column{width:100%}.sideBar-wrapper .message-wrapper .contact-us-form input,.sideBar-wrapper .message-wrapper .contact-us-form textarea{height:40px;line-height:40px;padding:0 12px;font-size:12px}.sideBar-wrapper .message-wrapper .contact-us-form textarea{height:80px;line-height:1.5;padding:12px}.sideBar-wrapper .message-wrapper .contact-us-form .single-input-box img{height:40px}.sideBar-wrapper .message-wrapper .contact-us-form .submit .btn{width:100%;height:40px}}