
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:#289CFF}img{max-width:100%;height: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)}.header-inner{max-width:1240px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto;display:block}.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;position:relative;padding:24px 0}.nav a.active,.nav a:hover{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:3px;border-radius:5px;background:#289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.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:10px 24px;font-weight:800;box-shadow:0 10px 24px rgba(36,155,255,.25);transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:180px;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;display:none}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu{display:block}.dropdown-menu-right{left:auto;right:0}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;white-space:nowrap;border-radius:10px}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.mobile-menu-btn{display:none;background:transparent;border:0;width:42px;height:42px}.mobile-menu-btn span{display:block;height:3px;background:#4E5F7A;margin:6px;border-radius:8px}.drawer-mask{position:fixed;inset:0;background:rgba(26,42,62,.38);z-index:10000;opacity:0;pointer-events:none;transition:.25s}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:min(86vw,320px);background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s;box-shadow:18px 0 38px rgba(56,92,138,.18);overflow:auto}.drawer-open{overflow:hidden}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{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-logo img{max-height:46px}.drawer-close{font-size:30px;background:#EEF2F7;border:0;border-radius:12px;width:42px;height:42px;color:#4E5F7A}.drawer-nav{display:grid;padding:12px}.drawer-nav a{padding:13px 14px;color:#4E5F7A;border-radius:12px;font-weight:700}.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}.site-main{min-height:60vh}.wrap{max-width:1200px;margin:auto;padding:0 22px}.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;height:clamp(220px,42vw,520px)}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slides{height:100%;position:relative}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s}.slide.is-active{opacity:1;z-index:1}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:#289CFF;font-size:24px;box-shadow:0 8px 20px rgba(56,92,138,.16);cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;z-index:3;display:flex;justify-content:center;gap:8px}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(78,95,122,.32);cursor:pointer}.slider-dot.is-active{background:#289CFF}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.section{padding:44px 0}.section-head{max-width:840px;margin:0 0 24px}.eyebrow{display:inline-flex;padding:6px 12px;border-radius:999px;background:#EEF2F7;color:#289CFF;font-weight:800;font-size:14px}.section-title,h1,h2,h3{color:#289CFF;line-height:1.25}.section-title{font-size:clamp(26px,4vw,42px);margin:14px 0}.lead{font-size:18px;color:#66788A}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.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;padding:24px}.card h3,.zone-card h3,.info-card h3{margin-top:0}.card p,.zone-card p,.info-card p,.review-card p,.faq-item p{color:#66788A}.text-link{font-weight:800}.content-img,.zone-card img,.app-section img{max-width:100%;height:auto;display:block;border-radius:20px;background:#fff;object-fit:contain}.media-card{padding:14px}.media-card img{width:100%;max-height:260px;object-fit:contain;border-radius:18px;background:#fff}.hero-page{padding:64px 0 24px}.hero-card{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);border-radius:28px;padding:36px;box-shadow:0 14px 36px rgba(56,92,138,.10)}.notice{background:#DDE4EE;border-left:4px solid #289CFF;padding:18px 20px;border-radius:18px;color:#4E5F7A}.site-footer{background:#243447;color:#EAF3FF;margin-top:60px}.footer-inner{max-width:1200px;margin:auto;padding:42px 22px;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:26px}.footer-brand img{max-height:52px}.site-footer a{display:block;color:#EAF3FF;margin:8px 0}.site-footer p{color:#DCEBFF}.footer-bottom{text-align:center;border-top:1px solid rgba(234,243,255,.14);padding:18px;color:#C8DBF3}@media(max-width:1020px){.nav{gap:12px}.nav a{font-size:14px}.header-inner{gap:12px}}@media(max-width:860px){.header-inner{min-height:66px;display:grid;grid-template-columns:52px 1fr auto}.mobile-menu-btn{display:block}.nav-wrap{display:none}.logo{justify-self:center}.logo img{max-height:44px}.header-action .main-btn{padding:8px 16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.banner-slider{margin:18px 14px 24px;height:clamp(180px,52vw,360px)}.footer-inner{grid-template-columns:1fr}.section{padding:34px 0}.hero-card{padding:24px}.slider-arrow{width:36px;height:36px}}
