*{box-sizing:border-box}html{scroll-behavior:smooth}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{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.no-scroll{overflow:hidden}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;box-shadow:0 10px 28px rgba(56,92,138,.12)}.header-inner{max-width:1220px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 18px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:18px;white-space:nowrap;flex-wrap:nowrap}.nav a{color:#4E5F7A;font-weight:700;font-size:15px;padding:8px 2px;border-bottom:2px solid transparent}.nav a:hover,.nav a.active{color:#289CFF;border-bottom-color:#289CFF}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:188px;background:#fff;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:10000;padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;white-space:nowrap;border-radius:10px;border:0}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08);border:0}.header-action{flex:0 0 auto}.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;padding:12px 22px;font-weight:800;box-shadow:0 12px 24px rgba(36,155,255,.24);border:0}.main-btn.small{padding:9px 20px}.mobile-menu-btn{display:none;border:0;background:#fff;color:#289CFF;border-radius:12px;font-size:23px;width:42px;height:42px;box-shadow:0 10px 22px rgba(56,92,138,.12)}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.38);z-index:10000;display:none}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:min(84vw,320px);background:#fff;z-index:10001;transform:translateX(-105%);transition:.25s;box-shadow:22px 0 48px rgba(56,92,138,.2);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.12)}.drawer-head img{height:46px;width:auto}.drawer-close{border:0;background:#EEF2F7;border-radius:10px;color:#289CFF;font-size:24px;width:38px;height:38px}.drawer-nav{display:grid;padding:12px}.drawer-nav a{padding:12px 14px;color:#4E5F7A;border-radius:12px;font-weight:700}.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}.container{max-width:1200px;margin:auto;padding:0 18px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative;z-index:1;height:390px}.slide{display:none;height:100%}.slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#289CFF;box-shadow:0 8px 22px rgba(56,92,138,.18);width:42px;height:42px;font-size:24px}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(40,156,255,.25);padding:0}.slider-dots button.active{background:#289CFF}.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:22px}.hero-card{padding:32px;margin-bottom:30px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card,.zone-card,.info-card,.review-card,.faq-item{padding:24px;margin-bottom:18px}.section{margin:42px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-kicker,.tag,.num{color:#289CFF;font-weight:800}.section-title,h1,h2,h3{color:#289CFF;line-height:1.25}h1{font-size:38px;margin:0 0 16px}h2{font-size:28px;margin:0 0 12px}h3{font-size:20px;margin:0 0 10px}p{margin:0 0 12px;color:#243447}.muted{color:#66788A}.text-link{color:#289CFF;font-weight:800}.content-img{width:100%;max-height:280px;object-fit:contain;background:#fff;border-radius:18px;margin:8px 0 16px}.zone-card img,.app-section img{width:100%;max-height:220px;object-fit:contain;background:#fff;border-radius:16px;margin-bottom:14px}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.pill{background:#EEF2F7;color:#4E5F7A;border:1px solid rgba(40,156,255,.12);padding:8px 12px;border-radius:999px;font-weight:700}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:18px;padding:20px;color:#243447}.site-footer{margin-top:54px;background:#243447;color:#EAF3FF}.footer-grid{max-width:1200px;margin:auto;padding:42px 18px;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:28px}.footer-logo{height:48px;width:auto;margin-bottom:12px}.site-footer a{display:block;color:#EAF3FF;margin:8px 0}.site-footer p{color:#EAF3FF}.footer-bottom{text-align:center;border-top:1px solid rgba(234,243,255,.16);padding:16px;color:#bcd0e8}.page-hero{padding:46px 0 22px}.breadcrumb{color:#66788A;margin-bottom:10px}.list{padding-left:20px}.list li{margin:8px 0}.banner-note{display:none}.caption-box{display:none}@media (max-width:1050px){.nav{gap:12px}.nav a{font-size:14px}.dropdown:nth-of-type(2){display:none}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){body{padding-bottom:0}.header-inner{min-height:64px;gap:10px}.mobile-menu-btn{display:block}.nav-wrap{display:none}.logo img{max-height:44px}.main-btn.small{padding:8px 16px}.banner-slider{height:230px;margin:18px auto 22px;border-radius:16px}.slider-arrow{width:34px;height:34px;font-size:18px}.grid-2,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.hero-card{padding:22px}h1{font-size:28px}h2{font-size:23px}.section{margin:30px 0}.content-img{max-height:210px}.section-head{display:block}.header-action{display:flex}.banner-note{display:block}.caption-box{display:block;background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:18px;padding:16px;margin:-10px 18px 20px;box-shadow:0 12px 26px rgba(56,92,138,.10)}}
