
*{box-sizing:border-box}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}a{color:#289CFF;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,92vw);margin:0 auto}.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)}.nav-wrap{height:78px;display:flex;align-items:center;gap:22px;width:min(1240px,94vw);margin:0 auto}.logo img{max-height:52px;width:auto;display:block}.nav{display:flex;align-items:center;justify-content:center;gap:12px;flex:1;flex-wrap:wrap}.nav a{color:#4E5F7A;font-weight:700;font-size:15px;padding:8px 3px;border-bottom:2px solid transparent;white-space:nowrap}.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;padding:11px 24px;transition:.2s;border:0}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.small-btn{padding:8px 16px}.mobile-top{display:none}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#fff;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:#fff}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;border-radius:50%;width:42px;height:42px;background:rgba(255,255,255,.86);color:#289CFF;font-size:28px;box-shadow:0 8px 20px rgba(56,92,138,.18);cursor:pointer}.slider-prev{left:16px}.slider-next{right:16px}.slider-dots{position:absolute;bottom:14px;left:0;right:0;display:flex;gap:8px;justify-content:center;z-index:3}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.68);cursor:pointer}.dot.active{background:#289CFF}.section{padding:42px 0}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item{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:24px}.hero-card{padding:34px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.eyebrow,.tag,.number-badge,.highlight{color:#289CFF;font-weight:800}h1,h2,h3,.section-title{color:#289CFF;line-height:1.25;margin:0 0 16px}.section-title{font-size:30px}.lead{color:#66788A;font-size:17px}.muted{color:#8A9AAF}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card,.info-card,.review-card,.faq-item{padding:24px}.zone-card{padding:18px;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 a{margin-top:auto;font-weight:800;color:#289CFF}.content-img,.app-section img{max-width:100%;height:auto;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(56,92,138,.10)}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.list{display:grid;gap:12px}.list span{display:block;padding:14px 16px;background:#fff;border:1px solid rgba(40,156,255,.14);border-radius:14px}.notice{background:#EEF2F7;border-left:4px solid #289CFF;border-radius:18px;padding:22px;color:#66788A}.footer{background:#243447;color:#EAF3FF;margin-top:50px;padding:44px 0}.footer a{display:block;color:#EAF3FF;margin:8px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:28px}.footer-brand img{max-height:52px;margin-bottom:12px}.drawer,.drawer-mask{display:none}.drawer-open{overflow:hidden}.page-hero{padding:52px 0 20px}.page-hero .hero-card{grid-template-columns:1fr}.menu-toggle{border:0;background:transparent;width:42px;height:42px;display:flex;flex-direction:column;gap:5px;justify-content:center}.menu-toggle span{display:block;height:3px;background:#4E5F7A;border-radius:5px}.drawer-close{border:0;background:transparent;font-size:32px;color:#4E5F7A}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.12)}.drawer-nav{display:grid;padding:14px}.drawer-nav a{padding:13px 10px;color:#4E5F7A;font-weight:800;border-bottom:1px solid rgba(40,156,255,.08)}@media (max-width:960px){.nav-wrap{display:none}.mobile-top{height:68px;display:grid;grid-template-columns:64px 1fr 88px;align-items:center;padding:0 12px}.mobile-logo{justify-self:center}.mobile-logo img{max-height:46px}.drawer{display:block;position:fixed;z-index:10001;top:0;left:0;bottom:0;width:84vw;max-width:320px;background:#fff;transform:translateX(-105%);transition:.25s;box-shadow:18px 0 40px rgba(36,52,71,.18);overflow:auto}.drawer.open{transform:translateX(0)}.drawer-mask{display:block;position:fixed;z-index:10000;inset:0;background:rgba(0,0,0,.36);opacity:0;visibility:hidden;transition:.2s}.drawer-mask.show{opacity:1;visibility:visible}.hero-card,.split{grid-template-columns:1fr}.grid,.grid-3,.grid-2{grid-template-columns:1fr 1fr}.section-title{font-size:25px}.zone-card img{height:220px}.footer-grid{grid-template-columns:1fr}.slider-arrow{width:36px;height:36px;font-size:22px}}@media (max-width:620px){.grid,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:30px 0}.hero-card{padding:24px}.banner-slider{margin:18px auto 26px;border-radius:16px}.zone-card img{height:210px}.slider-arrow{width:32px;height:32px}.slider-prev{left:8px}.slider-next{right:8px}}
