.navbar{background:rgba(0,0,0,.6)!important}.navbar .logo-text{z-index:102;padding:0;height:auto;line-height:normal;border-radius:0;background:none}.navbar .logo-text,.navbar .nav-desktop{display:flex;align-items:center}.navbar .nav-desktop .nav-link{color:#fff;text-decoration:none;font-size:16px;margin:0 20px;padding:5px 0;position:relative}.navbar .nav-desktop .nav-link.active{font-weight:700;border-bottom:2px solid #fff}.navbar .nav-desktop .language a{color:#fff;text-decoration:none;margin-left:15px;font-size:14px}.navbar .nav-desktop .language a.active{font-weight:700}.navbar .menu-btn{display:none;width:32px;height:32px;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;z-index:102}.navbar .menu-btn span{display:block;width:24px;height:3px;background:#fff;margin:4px 0;border-radius:2px;transition:all .3s}.nav-mobile{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;display:flex}.nav-mobile .nav-mobile-inner{background:#357ae8;width:70vw;max-width:320px;height:100%;padding:40px 24px;display:flex;flex-direction:column}.nav-mobile .nav-mobile-inner .nav-link{color:#fff;font-size:20px;margin-bottom:28px;text-decoration:none}.nav-mobile .nav-mobile-inner .nav-link.active{font-weight:700;border-bottom:2px solid #fff}.nav-mobile .nav-mobile-inner .language{margin-top:30px}.nav-mobile .nav-mobile-inner .language a{color:#fff;margin-right:18px;font-size:16px}.nav-mobile .nav-mobile-inner .language a.active{font-weight:700}.nav-mobile .nav-mobile-mask{flex:1;background:rgba(0,0,0,.25);height:100%}@media(max-width:900px){.navbar{padding:0 16px}.navbar .nav-desktop{display:none!important}.navbar .menu-btn{display:flex}}@media(min-width:901px){.menu-btn,.nav-mobile{display:none!important}}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-leave-to{opacity:0}.fixed-wechat{position:fixed;right:32px;top:50%;transform:translateY(-50%);z-index:200;width:64px;height:64px;background:#fff;border-radius:50%;box-shadow:0 2px 12px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s}.fixed-wechat .wechat-img{width:38px;height:38px;display:block}.fixed-wechat:hover{box-shadow:0 4px 24px rgba(33,134,247,.18)}.fixed-wechat .service-pop{position:absolute;right:80px;bottom:calc(100% + 45px);transform:translateY(0);background:linear-gradient(120deg,#357bff,#5db2ff);border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.18);padding:15px;z-index:202;width:140px}.fixed-wechat .service-pop .service-item{display:flex;align-items:center;padding:8px;cursor:pointer;transition:all .3s;border-radius:6px}.fixed-wechat .service-pop .service-item:hover{background:hsla(0,0%,100%,.1)}.fixed-wechat .service-pop .service-item:last-child{margin-bottom:0}.fixed-wechat .service-pop .service-item .service-text{font-size:14px;color:#fff;font-weight:500}.fixed-wechat .erweima-pop{position:absolute;right:80px;top:50%;transform:translateY(-50%);background:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.18);padding:10px;z-index:201;width:140px}.fixed-wechat .erweima-pop .erweima-img{width:120px;height:120px;display:block}*{margin:0;padding:0;box-sizing:border-box}#app{font-family:Microsoft YaHei,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;color:#2c3e50;min-height:100vh;display:flex;flex-direction:column}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px;background:transparent}.navbar .logo-text{color:#fff;font-size:24px;font-weight:700}.navbar nav{flex:1;text-align:center}.navbar nav .nav-link{color:#fff;text-decoration:none;font-size:16px;margin:0 20px;padding:5px 0;position:relative}.navbar nav .nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background:#fff;transition:width .3s}.navbar nav .nav-link.active:after,.navbar nav .nav-link:hover:after{width:100%}.navbar .language a{color:#fff;text-decoration:none;margin-left:15px;font-size:14px}.navbar .language a.active{font-weight:700}.carousel{position:relative;width:100%;height:100vh}.carousel .carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .5s ease-in-out}.carousel .carousel-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.carousel .carousel-item .carousel-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2}.carousel .carousel-item .carousel-content h1{font-size:48px;margin-bottom:20px;font-weight:400}.carousel .carousel-item .carousel-content p{font-size:24px;margin-bottom:30px}.carousel .carousel-item .carousel-content .learn-more{background:transparent;border:2px solid #fff;color:#fff;padding:10px 30px;font-size:16px;cursor:pointer;transition:all .3s}.carousel .carousel-item .carousel-content .learn-more:hover{background:#fff;color:#2c3e50}.carousel button.next,.carousel button.prev{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.3);color:#fff;border:none;font-size:32px;width:50px;height:50px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:all .3s}.carousel button.next:hover,.carousel button.prev:hover{background:rgba(0,0,0,.5)}.carousel button.prev{left:20px}.carousel button.next{right:20px}.carousel .carousel-dots{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:2}.carousel .carousel-dots span{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all .3s}.carousel .carousel-dots span.active{background:#fff;transform:scale(1.2)}.template-list{display:flex;justify-content:center;gap:24px;margin:40px 0;flex-wrap:wrap;padding:0 20px}.template-list .template-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #e0e0e0;padding:16px;width:220px;transition:all .3s}.template-list .template-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #d0d0d0}.template-list .template-card img{width:100%;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.template-list .template-card h3{margin:12px 0 8px;font-size:16px}.template-list .template-card p{color:#888;font-size:14px;margin:0}footer{background:#222;color:#fff;text-align:center;padding:24px 0;margin-top:auto}.process-sections{padding:80px 0;background:#fff;text-align:center;margin-bottom:-190px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:60px 10%;background:#fff;margin:150px 0}.services .service-item{display:flex;align-items:flex-start;gap:20px;padding:20px;background:#f8f9fa;border-radius:8px;transition:all .3s ease}.services .service-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.services .service-item .icon{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.services .service-item .icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.services .service-item .content{flex:1}.services .service-item .content h3{font-size:18px;color:#333;margin-bottom:8px;font-weight:500}.services .service-item .content p{font-size:14px;color:#666;line-height:1.6;margin:0}@media(max-width:1200px){.services{grid-template-columns:repeat(2,1fr);padding:40px 5%}}@media(max-width:768px){.services{grid-template-columns:1fr;padding:30px 20px}}.about-section{display:flex;width:100%;min-height:400px;margin:0;background:none;box-sizing:border-box;padding:0}.about-section .about-img{flex:1;min-width:0;overflow:hidden}.about-section .about-img img{width:100%;height:100%;min-height:400px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.23,1.02,.64,1),box-shadow .5s;will-change:transform,box-shadow;margin:0;border-radius:0}.about-section .about-img:hover img{transform:scale(1.06) translateY(-8px);box-shadow:0 16px 32px rgba(0,0,0,.18)}.about-section .about-content{flex:1;background:#3166e4;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;min-height:400px;margin:0;border-radius:0}.about-section .about-content h2{font-size:32px;font-weight:700;margin-bottom:10px;letter-spacing:2px}.about-section .about-content .en{font-size:18px;margin-bottom:30px;letter-spacing:2px;opacity:.8}.about-section .about-content .desc{font-size:16px;line-height:2;margin-bottom:30px;opacity:.95}.about-section .about-content .about-btn{background:transparent;border:1.5px solid #fff;color:#fff;padding:10px 36px;font-size:16px;border-radius:2px;cursor:pointer;transition:all .3s}.about-section .about-content .about-btn:hover{background:#fff;color:#3166e4}@media(max-width:900px){.about-section{flex-direction:column}.about-section .about-content,.about-section .about-img{width:100%;min-height:220px;margin:0;border-radius:0}.about-section .about-content{padding:30px 10px}}.title{font-size:28px;color:#444;font-weight:500;margin-bottom:6px;letter-spacing:2px}.en-title{font-size:16px;color:#b0b0b0;margin-bottom:20px;letter-spacing:3px}.service-scope{width:100%;padding:60px 0 40px 0;background:#fff;text-align:center}.service-scope .title{font-size:28px;color:#444;font-weight:500;margin-bottom:6px;letter-spacing:2px}.service-scope .en-title{font-size:16px;color:#b0b0b0;margin-bottom:20px;letter-spacing:3px}.service-scope .service-scope-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1200px;margin:0 auto}.service-scope .service-scope-item{flex:1;padding:0 30px 40px 30px;border-right:1px solid #eee;display:flex;flex-direction:column;align-items:center}.service-scope .service-scope-item:last-child{border-right:none}.service-scope .service-scope-item .num{font-size:56px;color:#2186f7;font-weight:700;margin-bottom:16px;margin-top:10px;letter-spacing:2px}.service-scope .service-scope-item .name{font-size:20px;color:#222;font-weight:500;margin-bottom:12px;border-bottom:1.5px solid #eee;display:inline-block;padding-bottom:6px}.service-scope .service-scope-item .desc{font-size:13px;color:#666;margin-bottom:32px;margin-top:10px;line-height:1.8;min-height:60px}.service-scope .service-scope-item .img-box{position:relative;width:320px;height:180px;margin:0 auto;border-radius:6px;overflow:hidden;box-shadow:0 4px 24px rgba(33,134,247,.08)}.service-scope .service-scope-item .img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s}.service-scope .service-scope-item .img-box .img-mask{position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(33,134,247,.7),rgba(33,134,247,.5));color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:1;transition:opacity .4s}.service-scope .service-scope-item .img-box .mask-title{font-size:22px;font-weight:500;margin-bottom:8px;letter-spacing:2px}.service-scope .service-scope-item .img-box .mask-en{font-size:15px;letter-spacing:2px;opacity:.92}.service-scope .service-scope-item .img-box:hover img{transform:scale(1.06)}.service-scope .service-scope-item .img-box:hover .img-mask{opacity:.92}@media(max-width:1100px){.service-scope .service-scope-list{flex-direction:column;gap:30px}.service-scope .service-scope-item{border-right:none;border-bottom:1px solid #eee;padding:0 10px 40px 10px}.service-scope .service-scope-item:last-child{border-bottom:none}.service-scope .service-scope-item .img-box{width:100%;max-width:400px}}.process-section{padding:80px 0;background:#fff;text-align:center;margin-top:-150px}.process-section .title{font-size:36px;color:#333;margin-bottom:15px}.process-section .subtitle{font-size:16px;color:#666;margin-bottom:60px}.process-section .process-timeline{position:relative;display:flex;justify-content:space-between;padding:0 50px;max-width:1400px;margin:0 auto;margin-top:50px}.process-section .process-timeline:before{content:"";position:absolute;top:60px;left:50px;right:50px;height:1px;background:#e0e0e0}.process-section .process-item{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;padding:0 10px}.process-section .process-item .icon-wrapper{width:50px;height:50px;margin-bottom:35px}.process-section .process-item .icon-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.process-section .process-item .dot{position:absolute;top:55px;left:50%;transform:translate(-50%,-50%);width:10px;height:10px}.process-section .process-item .dot img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.process-section .process-item .text{font-size:18px;color:#333;margin:20px 0 15px;font-weight:500}.process-section .process-item .sub-text{font-size:13px;color:#666;line-height:1.8}@media(max-width:1200px){.process-section .process-timeline{flex-wrap:wrap;gap:30px}.process-section .process-timeline:before{display:none}.process-section .process-item{width:calc(50% - 15px);margin-bottom:30px}.process-section .process-item .dot{display:none}}@media(max-width:768px){.process-section .process-item{width:100%}}.promise-section{width:100%;background:#fff;text-align:center;margin:60px 0 0 0;padding-bottom:30px}.promise-section .promise-title{font-size:32px;color:#222;font-weight:500;margin-bottom:10px}.promise-section .promise-subtitle{font-size:16px;color:#888;margin-bottom:36px}.promise-section .promise-list{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;max-width:1200px;margin:0 auto;margin-top:50px}.promise-section .promise-item{background:linear-gradient(120deg,#4e7fff,#5db2ff);border-radius:10px;color:#fff;flex:1 1 220px;min-width:220px;max-width:320px;padding:32px 18px 22px 18px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 2px 12px rgba(80,120,255,.08);transition:transform .2s,box-shadow .2s;align-items:center;text-align:left}.promise-section .promise-item:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 24px rgba(80,120,255,.18)}.promise-section .promise-item .promise-icon{width:48px;height:48px;margin-bottom:18px;display:block}.promise-section .promise-item .promise-item-title{font-size:24px;font-weight:700;margin-bottom:10px;letter-spacing:2px}.promise-section .promise-item .promise-item-desc{font-size:15px;color:#eaf3ff;opacity:.95;font-weight:400}@media(max-width:1100px){.promise-section .promise-list{gap:18px}.promise-section .promise-item{min-width:180px;max-width:100%;padding:24px 10px 16px 10px}}@media(max-width:700px){.promise-section .promise-list{flex-direction:column;align-items:center}.promise-section .promise-item{width:90%;min-width:0;margin-bottom:18px}}.cross-device-section{width:100%;background:#53555a;text-align:center;padding:60px 0 40px 0;margin:70px 0}.cross-device-section .cross-title{color:#fff;font-size:36px;font-weight:700;margin-bottom:18px;letter-spacing:2px}.cross-device-section .cross-desc{color:#e6e6e6;font-size:18px;margin-bottom:38px;letter-spacing:1px}.cross-device-section .cross-img-box{display:flex;justify-content:center;align-items:flex-end;width:100%;margin:0 auto}.cross-device-section .cross-img-box img{max-width:900px;width:90vw;border-radius:8px;background:transparent;display:block}@media(max-width:1000px){.cross-device-section .cross-img-box img{max-width:98vw}.cross-device-section .cross-title{font-size:28px}.cross-device-section .cross-desc{font-size:15px}}.advantage-section{width:100%;background-size:cover;padding:70px 0 60px 0;text-align:center}.advantage-section .adv-title{font-size:32px;color:#222;font-weight:500;margin-bottom:8px;letter-spacing:2px}.advantage-section .adv-title .blue{color:#357bff;text-shadow:0 2px 8px rgba(53,123,255,.18)}.advantage-section .adv-subtitle{font-size:16px;color:#888;margin-bottom:38px;letter-spacing:2px}.advantage-section .adv-list{display:flex;justify-content:center;gap:36px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.advantage-section .adv-card{background:linear-gradient(120deg,#357bff,#5db2ff);border-radius:16px;box-shadow:0 2px 16px 0 rgba(53,123,255,.08);padding:38px 32px 32px 32px;min-width:320px;max-width:380px;flex:1 1 320px;display:flex;flex-direction:column;align-items:flex-start;align-items:center;text-align:left;transition:box-shadow .2s,transform .2s}.advantage-section .adv-card:hover{box-shadow:0 8px 32px 0 rgba(53,123,255,.16);transform:translateY(-6px) scale(1.03)}.advantage-section .adv-card .adv-card-title{font-size:26px;color:#fff;font-weight:500;margin-bottom:8px;letter-spacing:2px}.advantage-section .adv-card .adv-card-underline{width:40px;height:4px;background:#fff;border-radius:2px;margin-bottom:18px}.advantage-section .adv-card .adv-card-desc{font-size:16px;color:#fff;line-height:1.8;font-weight:400}@media(max-width:1100px){.advantage-section .adv-list{gap:18px}.advantage-section .adv-card{min-width:220px;max-width:100%;padding:24px 10px 16px 10px}}@media(max-width:800px){.advantage-section .adv-list{flex-direction:column;align-items:center}.advantage-section .adv-card{width:90%;min-width:0;margin-bottom:18px}}.about-content[data-v-3c94d78a]{max-width:900px;margin:60px auto 0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.04);padding:48px 32px;text-align:center}.about-content h2[data-v-3c94d78a]{font-size:28px;color:#3166e4;font-weight:600;margin-bottom:24px;letter-spacing:2px}.about-content p[data-v-3c94d78a]{font-size:16px;color:#444;line-height:2.1;letter-spacing:1px}.contact-page[data-v-3c94d78a]{background:#fff}.contact-banner[data-v-3c94d78a]{margin-top:64px;width:100%;height:320px;overflow:hidden}.contact-banner img[data-v-3c94d78a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.contact-content[data-v-3c94d78a]{text-align:center;padding:60px 0 40px 0}.contact-content h2[data-v-3c94d78a]{font-size:28px;color:#444;font-weight:500;margin-bottom:6px;letter-spacing:2px}.contact-content .en[data-v-3c94d78a]{font-size:16px;color:#b0b0b0;margin-bottom:40px;letter-spacing:3px}.contact-content .contact-list[data-v-3c94d78a]{display:flex;justify-content:center;align-items:flex-start;gap:60px;max-width:1100px;margin:0 auto;flex-wrap:wrap}.contact-content .contact-item[data-v-3c94d78a]{flex:1;min-width:200px;max-width:260px;display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.contact-content .contact-item img[data-v-3c94d78a]{width:48px;height:48px;margin-bottom:18px}.contact-content .contact-item .label[data-v-3c94d78a]{color:#888;font-size:16px;margin-bottom:8px}.contact-content .contact-item .value[data-v-3c94d78a]{color:#444;font-size:16px;font-weight:500;letter-spacing:1px}.tencent-map[data-v-3c94d78a]{width:100%;max-width:1200px;height:400px;margin:40px auto 40px auto;border-radius:8px;overflow:hidden;background:#f5f5f5}.promise-section[data-v-3c94d78a]{width:100%;background:#fff;text-align:center;margin:60px 0 0 0;padding-bottom:30px}.promise-section .title[data-v-3c94d78a]{font-size:32px;color:#222;font-weight:500;margin-bottom:10px}.promise-section .en-title[data-v-3c94d78a]{font-size:16px;color:#888;margin-bottom:20px;letter-spacing:3px}.promise-section .promise-list[data-v-3c94d78a]{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;max-width:1200px;margin:0 auto;margin-top:50px}.promise-section .promise-item[data-v-3c94d78a]{background:linear-gradient(120deg,#4e7fff,#5db2ff);border-radius:10px;color:#fff;flex:1 1 220px;min-width:220px;max-width:320px;padding:32px 18px 22px 18px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 2px 12px rgba(80,120,255,.08);transition:transform .2s,box-shadow .2s;align-items:center;text-align:left}.promise-section .promise-item[data-v-3c94d78a]:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 24px rgba(80,120,255,.18)}.promise-section .promise-item .promise-icon[data-v-3c94d78a]{width:48px;height:48px;margin-bottom:18px;display:block}.promise-section .promise-item .promise-item-title[data-v-3c94d78a]{font-size:24px;font-weight:700;margin-bottom:10px;letter-spacing:2px}.promise-section .promise-item .promise-item-desc[data-v-3c94d78a]{font-size:15px;color:#eaf3ff;opacity:.95;font-weight:400}@media(max-width:1100px){.promise-section .promise-list[data-v-3c94d78a]{gap:18px}.promise-section .promise-item[data-v-3c94d78a]{min-width:180px;max-width:100%;padding:24px 10px 16px 10px}}@media(max-width:700px){.promise-section .promise-list[data-v-3c94d78a]{flex-direction:column;align-items:center}.promise-section .promise-item[data-v-3c94d78a]{width:90%;min-width:0;margin-bottom:18px}}.service-page[data-v-11f10542]{background:#fff}.service-banner[data-v-11f10542]{margin-top:64px;width:100%;height:340px;position:relative;overflow:hidden}.service-banner img[data-v-11f10542]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.service-banner .banner-title[data-v-11f10542]{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.18)}.service-banner .banner-title .sub[data-v-11f10542]{font-size:20px;margin-bottom:18px;letter-spacing:4px;opacity:.85}.service-banner .banner-title .main[data-v-11f10542]{font-size:44px;font-weight:700;letter-spacing:6px}.service-scope[data-v-11f10542]{width:100%;padding:60px 0 40px 0;background:#fff;text-align:center}.service-scope .title[data-v-11f10542]{font-size:28px;color:#444;font-weight:500;margin-bottom:6px;letter-spacing:2px}.service-scope .en-title[data-v-11f10542]{font-size:16px;color:#b0b0b0;margin-bottom:40px;letter-spacing:3px}.service-scope .service-scope-list[data-v-11f10542]{display:grid;grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto}.service-scope .service-scope-item[data-v-11f10542]{flex:1;padding:0 30px 40px 30px;border-right:1px solid #eee;display:flex;flex-direction:column;align-items:center;min-height:480px}.service-scope .service-scope-item[data-v-11f10542]:last-child{border-right:none}.service-scope .service-scope-item .num[data-v-11f10542]{font-size:56px;color:#2186f7;font-weight:700;margin-bottom:16px;margin-top:10px;letter-spacing:2px}.service-scope .service-scope-item .name[data-v-11f10542]{font-size:20px;color:#222;font-weight:500;margin-bottom:12px;border-bottom:1.5px solid #eee;display:inline-block;padding-bottom:6px}.service-scope .service-scope-item .desc[data-v-11f10542]{font-size:13px;color:#666;margin-bottom:32px;margin-top:10px;line-height:1.8;min-height:60px}.service-scope .service-scope-item .img-box[data-v-11f10542]{margin-top:auto;position:relative;width:320px;height:180px;border-radius:6px;overflow:hidden;box-shadow:0 4px 24px rgba(33,134,247,.08)}.service-scope .service-scope-item .img-box img[data-v-11f10542]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s}.service-scope .service-scope-item .img-box:hover img[data-v-11f10542]{transform:scale(1.06)}@media(max-width:1100px){.service-scope .service-scope-list[data-v-11f10542]{flex-direction:column;gap:30px}.service-scope .service-scope-item[data-v-11f10542]{border-right:none;border-bottom:1px solid #eee;padding:0 10px 40px 10px}.service-scope .service-scope-item[data-v-11f10542]:last-child{border-bottom:none}.service-scope .service-scope-item .img-box[data-v-11f10542]{width:100%;max-width:400px}}.service-support[data-v-11f10542]{width:100%;max-width:1200px;margin:60px auto 0 auto;padding-bottom:60px}.service-support .support-title[data-v-11f10542]{text-align:center;font-size:32px;color:#444;font-weight:500;margin-bottom:6px;letter-spacing:2px}.service-support .support-en[data-v-11f10542]{text-align:center;font-size:16px;color:#b0b0b0;margin-bottom:40px;letter-spacing:3px}.service-support .support-list .support-item[data-v-11f10542]{display:flex;align-items:center;margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid #eee}.service-support .support-list .support-item[data-v-11f10542]:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.service-support .support-list .support-item .support-img[data-v-11f10542]{flex:0 0 380px;display:flex;align-items:center;justify-content:center}.service-support .support-list .support-item .support-img img[data-v-11f10542]{width:340px;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:4px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.service-support .support-list .support-item .support-content[data-v-11f10542]{flex:1;margin-left:40px}.service-support .support-list .support-item .support-content h3[data-v-11f10542]{font-size:22px;color:#444;font-weight:500;margin-bottom:16px}.service-support .support-list .support-item .support-content p[data-v-11f10542]{font-size:15px;color:#666;line-height:1.8}@media(max-width:900px){.service-support .support-list .support-item[data-v-11f10542]{flex-direction:column;align-items:flex-start}.service-support .support-list .support-item .support-img[data-v-11f10542]{width:100%;margin-bottom:18px}.service-support .support-list .support-item .support-img img[data-v-11f10542]{width:100%;max-width:100%;height:auto}.service-support .support-list .support-item .support-content[data-v-11f10542]{margin-left:0}}.promise-section[data-v-11f10542]{width:100%;background:#fff;text-align:center;margin:60px 0 0 0;padding-bottom:30px}.promise-section .title[data-v-11f10542]{font-size:32px;color:#222;font-weight:500;margin-bottom:10px}.promise-section .en-title[data-v-11f10542]{font-size:16px;color:#888;margin-bottom:20px;letter-spacing:3px}.promise-section .promise-list[data-v-11f10542]{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;max-width:1200px;margin:0 auto;margin-top:50px}.promise-section .promise-item[data-v-11f10542]{background:linear-gradient(120deg,#4e7fff,#5db2ff);border-radius:10px;color:#fff;flex:1 1 220px;min-width:220px;max-width:320px;padding:32px 18px 22px 18px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 2px 12px rgba(80,120,255,.08);transition:transform .2s,box-shadow .2s;align-items:center;text-align:left}.promise-section .promise-item[data-v-11f10542]:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 24px rgba(80,120,255,.18)}.promise-section .promise-item .promise-icon[data-v-11f10542]{width:48px;height:48px;margin-bottom:18px;display:block}.promise-section .promise-item .promise-item-title[data-v-11f10542]{font-size:24px;font-weight:700;margin-bottom:10px;letter-spacing:2px}.promise-section .promise-item .promise-item-desc[data-v-11f10542]{font-size:15px;color:#eaf3ff;opacity:.95;font-weight:400}@media(max-width:1100px){.promise-section .promise-list[data-v-11f10542]{gap:18px}.promise-section .promise-item[data-v-11f10542]{min-width:180px;max-width:100%;padding:24px 10px 16px 10px}}@media(max-width:700px){.promise-section .promise-list[data-v-11f10542]{flex-direction:column;align-items:center}.promise-section .promise-item[data-v-11f10542]{width:90%;min-width:0;margin-bottom:18px}}.about-page[data-v-364ba035]{background:#fff}.about-banner[data-v-364ba035]{width:100%;height:340px;position:relative;overflow:hidden}.about-banner img[data-v-364ba035]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about-banner .banner-title[data-v-364ba035]{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.18)}.about-banner .banner-title .main[data-v-364ba035]{font-size:44px;font-weight:700;letter-spacing:6px;margin-bottom:10px}.about-banner .banner-title .sub[data-v-364ba035]{font-size:20px;letter-spacing:4px;opacity:.85}.about-content[data-v-364ba035]{max-width:900px;margin:60px auto 0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.04);padding:48px 32px;text-align:center}.about-content h2[data-v-364ba035]{font-size:28px;color:#3166e4;font-weight:600;margin-bottom:24px;letter-spacing:2px}.about-content p[data-v-364ba035]{font-size:16px;color:#444;line-height:2.1;letter-spacing:1px}.advantage-section[data-v-364ba035]{width:100%;padding:40px 0 60px 0;border-top:1px solid #eee;background:#fff;margin-top:50px}.advantage-section .advantage-list[data-v-364ba035]{display:flex;justify-content:center;align-items:flex-start;gap:0;max-width:1200px;margin:0 auto}.advantage-section .advantage-item[data-v-364ba035]{flex:1;text-align:center;padding:0 20px}.advantage-section .advantage-item img[data-v-364ba035]{width:64px;height:64px;margin-bottom:18px;display:block;margin-left:auto;margin-right:auto}.advantage-section .advantage-item h3[data-v-364ba035]{font-size:20px;color:#222;font-weight:500;margin-bottom:12px;letter-spacing:1px}.advantage-section .advantage-item p[data-v-364ba035]{font-size:15px;color:#888;line-height:1.8;margin:0;word-break:break-all}@media(max-width:900px){.advantage-section .advantage-list[data-v-364ba035]{flex-direction:column}.advantage-section .advantage-list .advantage-item[data-v-364ba035]{padding:24px 0;border-bottom:1px solid #eee}.advantage-section .advantage-list .advantage-item[data-v-364ba035]:last-child{border-bottom:none}}.login-page[data-v-8b220738]{min-height:100vh;background:linear-gradient(120deg,#4f8cff,#70e1f5);display:flex;align-items:center;justify-content:center}.login-box[data-v-8b220738]{background:#fff;padding:40px 32px 32px 32px;border-radius:12px;box-shadow:0 4px 32px rgba(0,0,0,.1);min-width:320px}.login-box h2[data-v-8b220738]{text-align:center;color:#4f8cff;margin-bottom:32px;font-weight:600;letter-spacing:2px}.login-box .form-item[data-v-8b220738]{margin-bottom:22px}.login-box .form-item input[data-v-8b220738]{width:100%;padding:12px 14px;border:1px solid #e0e0e0;border-radius:6px;font-size:16px;outline:none;transition:border .2s}.login-box .form-item input[data-v-8b220738]:focus{border-color:#4f8cff}.login-box .form-item button[data-v-8b220738]{width:100%;padding:12px 0;background:#4f8cff;color:#fff;border:none;border-radius:6px;font-size:18px;font-weight:500;cursor:pointer;transition:background .2s}.login-box .form-item button[data-v-8b220738]:hover:not(:disabled){background:#357ae8}.login-box .form-item button[data-v-8b220738]:disabled{background:#b3d1ff;cursor:not-allowed}.login-box .error-msg[data-v-8b220738]{color:#e74c3c;text-align:center;margin-top:-10px;font-size:15px}.backstage-layout[data-v-63a89268]{min-height:100vh;background:#f7f8fa;display:flex;flex-direction:column}.system-header[data-v-63a89268]{width:100%;background:#2256a0;color:#fff;font-size:28px;font-weight:700;text-align:center;padding:28px 0 18px 0;letter-spacing:4px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.backstage-body[data-v-63a89268]{display:flex;flex:1;min-height:0}.sidebar[data-v-63a89268]{width:200px;min-height:calc(100vh - 64px);background:#357ae8}.sidebar .el-menu-item[data-v-63a89268]{font-size:18px;height:60px;line-height:60px;color:#fff}.sidebar .el-menu-item.is-active[data-v-63a89268],.sidebar .el-menu-item[data-v-63a89268]:hover{background:#2256a0!important;color:#ffd04b!important}.main-content[data-v-63a89268]{flex:1;padding:40px 32px}.main-content h2[data-v-63a89268]{color:#357ae8;font-size:22px;font-weight:700;margin-bottom:18px;letter-spacing:2px}.table-img[data-v-63a89268]{width:60px;height:36px;-o-object-fit:cover;object-fit:cover;border-radius:4px;background:#f5f5f5}.table-title[data-v-63a89268]{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}[data-v-63a89268] .el-dialog__footer{background:transparent!important}