
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.75}a{color:#289CFF;text-decoration:none}img{max-width:100%;height:auto}main{padding-bottom:0}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,.10)}.header-inner{max-width:1280px;margin:0 auto;min-height:74px;padding:0 24px;display:flex;align-items:center;gap:24px}.logo img{width:142px;display:block}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.nav a{color:#4E5F7A;font-weight:800;font-size:14px;padding:24px 7px 20px;border-bottom:3px solid transparent}.nav a.active,.nav a:hover{color:#289CFF;border-bottom-color:#289CFF}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff!important;border-radius:999px;box-shadow:0 10px 24px rgba(36,155,255,.25);font-weight:800;border:0;padding:11px 24px;transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.header-btn{flex:0 0 auto}.mobile-top{display:none;min-height:66px;align-items:center;justify-content:space-between;padding:0 14px}.mobile-logo img{width:126px;display:block}.menu-toggle{width:42px;height:42px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span{height:3px;width:24px;background:#4E5F7A;border-radius:6px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000;opacity:0;pointer-events:none;transition:.25s}.drawer-mask.open{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:16px 0 40px rgba(0,0,0,.22);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 12px;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.14)}.drawer-head img{width:132px}.drawer-close{border:0;background:#EEF2F7;color:#243447;border-radius:999px;width:36px;height:36px;font-size:24px;line-height:1}.drawer-nav{display:grid;gap:2px;padding:14px}.drawer-nav a{color:#4E5F7A;font-weight:800;padding:12px 14px;border-radius:14px}.drawer-nav a.active,.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}.drawer-btn{margin:12px 20px 28px;width:calc(100% - 40px)}.section{max-width:1200px;margin:0 auto;padding:58px 24px}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:34px;line-height:1.25;margin:0 0 16px}.lead{font-size:18px;color:#66788A;max-width:880px}.muted{color:#8A9AAF}.hero-page{max-width:1200px;margin:28px auto 0;padding:42px 24px}.hero-panel{background:linear-gradient(135deg,#fff 0%,#EEF2F7 100%);border:1px solid rgba(40,156,255,.16);box-shadow:0 18px 44px rgba(56,92,138,.12);border-radius:26px;padding:42px;display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:center}.hero-panel h1{font-size:42px;line-height:1.18;margin:0 0 16px}.hero-panel p{color:#66788A;font-size:17px}.hero-panel img{border-radius:20px;background:#fff;object-fit:contain;display:block}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#FFFFFF}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.86);color:#289CFF;box-shadow:0 8px 20px rgba(56,92,138,.15);font-size:26px;font-weight:800;cursor:pointer}.slider-prev{left:14px}.slider-next{right:14px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.72);box-shadow:0 0 0 1px rgba(40,156,255,.24);cursor:pointer}.slider-dot.active{background:#289CFF}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.card,.zone-card,.info-card,.review-card{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:22px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.zone-card,.card,.info-card,.review-card{padding:24px;display:flex;flex-direction:column;height:100%}.zone-card img{width:100%;height:260px;display:block;border-radius:18px;object-fit:contain;object-position:center;background:#fff;margin-bottom:18px}.zone-card h3,.card h3,.info-card h3{margin:0 0 10px;font-size:21px}.zone-card p,.card p,.info-card p,.review-card p{color:#66788A;margin:0 0 14px}.zone-card a,.card a,.info-card a{margin-top:auto;font-weight:800}.pill-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.pill-card{min-height:178px;padding:20px;border-radius:20px;background:rgba(255,255,255,.88);border:1px solid rgba(40,156,255,.16);box-shadow:0 12px 28px rgba(56,92,138,.08);display:flex;flex-direction:column}.pill-card .num{font-weight:900;color:#289CFF;margin-bottom:8px}.pill-card h3{font-size:20px;margin:0 0 8px}.pill-card p{color:#66788A;margin:0 0 12px}.pill-card a{margin-top:auto;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.soft{background:#F5F7FB;border-radius:28px}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.step{padding:22px;border-radius:20px;background:#fff;border:1px solid rgba(40,156,255,.16)}.step:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:inline-block;color:#289CFF;font-weight:900;margin-bottom:8px}.reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card{min-height:168px}.faq-list{display:grid;gap:16px}.faq-item{padding:22px;border-radius:20px;background:#fff;border:1px solid rgba(40,156,255,.16);box-shadow:0 10px 22px rgba(56,92,138,.08)}.faq-item h3{margin:0 0 8px}.faq-item p{margin:0;color:#66788A}.notice{padding:24px;border-radius:22px;background:#DDE4EE;color:#4E5F7A;border:1px solid rgba(40,156,255,.16)}.site-footer{background:#243447;color:#EAF3FF;margin-top:60px}.footer-inner{max-width:1200px;margin:0 auto;padding:46px 24px;display:grid;grid-template-columns:1.2fr 1fr;gap:28px}.footer-brand img{width:142px;margin-bottom:14px}.footer-brand p,.footer-note{color:#EAF3FF;opacity:.9}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.footer-links a{color:#EAF3FF;font-weight:800}.footer-note{grid-column:1/-1;border-top:1px solid rgba(234,243,255,.18);padding-top:18px}.content-img,.app-section img,.banner-slider img{max-width:100%;height:auto}.app-section img{display:block;object-fit:contain}@media(max-width:1100px){.nav{display:none}.header-inner{display:none}.mobile-top{display:flex}.pill-list,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid,.reviews,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel{grid-template-columns:1fr}}@media(max-width:760px){.section{padding:42px 16px}.hero-page{padding:22px 16px}.hero-panel{padding:26px}.hero-panel h1{font-size:32px}.section-title{font-size:28px}.grid,.grid-4,.reviews,.steps,.split{grid-template-columns:1fr}.pill-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.zone-card img{height:220px}.slider-arrow{width:34px;height:34px;font-size:22px}.footer-inner{grid-template-columns:1fr}.mobile-top .main-btn{padding:9px 15px}.pill-card{min-height:190px}}@media(max-width:420px){.pill-list{grid-template-columns:1fr}.mobile-logo img{width:110px}}
