*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 8px 28px rgba(56,92,138,.08)}.header-inner{max-width:1200px;margin:0 auto;padding:0 20px;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;font-size:15px;padding:24px 0;position:relative}.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:8px;background:#289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;font-weight:800}.main-btn{background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF;box-shadow:0 12px 24px rgba(36,155,255,.25)}.ghost-btn{background:#EEF2F7;color:#289CFF;border:1px solid rgba(40,156,255,.16)}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:180px;background:#FFFFFF;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:.18s}.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 12px;color:#4E5F7A;white-space:nowrap;border-radius:10px}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.menu-toggle{display:none;background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:12px;color:#289CFF;font-size:24px;width:44px;height:44px}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#FFFFFF;z-index:10002;transform:translateX(-105%);transition:.25s;box-shadow:20px 0 50px rgba(36,52,71,.2);overflow:auto}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.35);z-index:10001;display:none}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open .drawer-mask{display:block}.drawer-open{overflow:hidden}.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}.drawer-close{border:0;background:#EEF2F7;color:#289CFF;border-radius:10px;width:40px;height:40px;font-size:24px}.drawer-links{padding:12px 18px 24px;display:grid;gap:8px}.drawer-links a{padding:11px 12px;border-radius:12px;background:#F5F7FB;color:#4E5F7A;font-weight:700}.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}.slides{position:relative}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:480px;object-fit:contain;background:#FFFFFF}.slide-copy{position:absolute;left:36px;bottom:36px;max-width:420px;background:rgba(255,255,255,.88);border:1px solid rgba(40,156,255,.14);border-radius:18px;padding:20px;box-shadow:0 14px 36px rgba(56,92,138,.14)}.slide-copy h1{margin:0 0 10px;font-size:30px;line-height:1.25;color:#289CFF}.slide-copy p{margin:0;color:#243447}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#289CFF;font-size:28px;box-shadow:0 10px 24px rgba(56,92,138,.16);cursor:pointer}.prev{left:18px}.next{right:18px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dots button{width:10px;height:10px;border-radius:50%;border:0;background:#DDE4EE;cursor:pointer}.dots button.active{background:#289CFF;width:24px;border-radius:8px}.section,.hero-section{max-width:1200px;margin:0 auto 28px;padding:0 20px}.section-panel,.hero-card{background:#FFFFFF;border-radius:22px;padding:28px;box-shadow:0 14px 36px rgba(56,92,138,.10);border:1px solid rgba(40,156,255,.16)}.hero-card{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}h1,h2,h3,.section-title{color:#289CFF}h1{font-size:34px;line-height:1.25;margin:0 0 14px}h2{font-size:26px;margin:0 0 16px}h3{font-size:20px;margin:0 0 10px}p{margin:0 0 14px}.muted{color:#66788A}.note{color:#8A9AAF;font-size:14px}.tags{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.tag{color:#289CFF;background:#EEF2F7;border:1px solid rgba(40,156,255,.16);border-radius:999px;padding:7px 12px;font-weight:800}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.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:18px;padding:20px}.zone-card img,.content-img,.app-section img,.banner-slider img{max-width:100%;height:auto}.card-link{color:#289CFF;font-weight:800}.image-frame{border-radius:18px;background:#F5F7FB;padding:10px;border:1px solid rgba(40,156,255,.12)}.image-frame img{border-radius:14px;width:100%;object-fit:contain;background:#FFFFFF}.steps{counter-reset:item;display:grid;gap:12px}.steps li{list-style:none;background:#F5F7FB;border-radius:14px;padding:14px 14px 14px 54px;position:relative}.steps li:before{counter-increment:item;content:counter(item);position:absolute;left:14px;top:14px;width:28px;height:28px;border-radius:50%;background:#289CFF;color:#fff;display:grid;place-items:center;font-weight:800}.faq details{background:#F5F7FB;border:1px solid rgba(40,156,255,.12);border-radius:16px;padding:14px 16px;margin-bottom:12px}.faq summary{cursor:pointer;font-weight:800;color:#289CFF}.site-footer{background:#243447;color:#EAF3FF;margin-top:48px}.footer-grid{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:24px}.footer-brand img{height:54px;margin-bottom:14px}.site-footer a{display:block;color:#EAF3FF;margin:7px 0}.site-footer p{color:#EAF3FF}.footer-bottom{text-align:center;border-top:1px solid rgba(234,243,255,.14);padding:16px;color:#EAF3FF}.legal-strip{max-width:1200px;margin:0 auto 28px;padding:18px 20px;background:#DDE4EE;border-radius:18px;color:#66788A}@media(max-width:1050px){.nav{gap:12px}.nav a{font-size:14px}.header-inner{gap:14px}}@media(max-width:900px){.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.nav-wrap{display:none}.header-inner{min-height:66px;padding:0 14px;gap:10px}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:46px}.main-btn{min-height:38px;padding:0 16px}.slide img{height:auto;min-height:210px}.slide-copy{position:static;margin:0;border-radius:0;border-left:0;border-right:0;box-shadow:none;background:#FFFFFF}.slide-copy h1{font-size:24px}.slider-arrow{width:38px;height:38px;font-size:24px;top:38%}.dots{bottom:auto;top:calc(100vw * .46);position:absolute}.hero-card{grid-template-columns:1fr}.grid,.grid.three,.grid.two{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section-panel,.hero-card{padding:22px}.banner-slider{margin:18px 14px 28px}.section,.hero-section{padding:0 14px}h1{font-size:28px}h2{font-size:23px}}@media(max-width:520px){.slide img{min-height:180px}.dots{display:none}.slider-arrow{top:32%}.card,.zone-card,.info-card,.review-card{padding:16px}}
