*{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;box-shadow:0 10px 28px rgba(56,92,138,.12)}.header-inner{max-width:1200px;margin:0 auto;padding:0 18px;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}.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-size:15px;font-weight:700;padding:22px 0;display:block}.nav a:hover,.nav a.active{color:#289CFF}.nav a.active{box-shadow:inset 0 -3px 0 #289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF!important;font-weight:800;box-shadow:0 10px 20px rgba(36,155,255,.25);border:0}.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:.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;box-shadow:none}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.menu-toggle{display:none;background:transparent;border:0;padding:8px;flex:0 0 auto}.menu-toggle span{display:block;width:22px;height:2px;background:#4E5F7A;margin:5px 0;border-radius:2px}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:84vw;max-width:320px;background:#FFFFFF;z-index:10002;transform:translateX(-105%);transition:.28s ease;box-shadow:18px 0 40px rgba(36,52,71,.22);padding:16px;overflow-y:auto}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.38);z-index:10001;opacity:0;visibility:hidden;transition:.25s}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid rgba(40,156,255,.14)}.drawer-logo img{max-height:46px}.drawer-close{width:36px;height:36px;border:0;border-radius:50%;background:#EEF2F7;color:#289CFF;font-size:26px}.drawer-nav{display:grid;gap:8px;padding:16px 0}.drawer-nav a{padding:11px 12px;border-radius:12px;color:#4E5F7A;font-weight:700;background:#F5F7FB}.wrap{max-width:1200px;margin:0 auto;padding:0 18px}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:22px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;padding:42px}.hero-kicker,.tag,.num,.highlight{color:#289CFF;font-weight:800}.hero-section h1,.page-hero h1{font-size:42px;line-height:1.2;margin:10px 0 18px;color:#289CFF}.hero-section p,.page-hero p{color:#66788A;font-size:17px}.tags{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tag{background:#EEF2F7;border:1px solid rgba(40,156,255,.16);border-radius:999px;padding:7px 12px}.hero-img{border-radius:20px;background:#EEF2F7;padding:10px}.hero-img img{border-radius:16px;width:100%;height:auto;object-fit:contain}.section{max-width:1200px;margin:0 auto 30px;padding:0 18px}.section-box,.page-hero{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:30px}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:28px;margin:0 0 18px}.lead{color:#66788A;font-size:17px}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,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:22px}.card h3,.zone-card h3,.info-card h3{margin-top:0}.text-link{color:#289CFF;font-weight:800}.content-img,.zone-card img,.app-section img,.hero-section img{max-width:100%;height:auto;object-fit:contain}.image-card{padding:12px;background:#EEF2F7;border-radius:18px}.image-card img{border-radius:14px}.steps{counter-reset:s;display:grid;gap:14px}.step{position:relative;padding:18px 18px 18px 58px;background:#FFFFFF;border-radius:16px;border:1px solid rgba(40,156,255,.16)}.step:before{counter-increment:s;content:counter(s);position:absolute;left:18px;top:18px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#DDE4EE;color:#289CFF;font-weight:900}.faq-item{border-bottom:1px solid rgba(40,156,255,.14);padding:16px 0}.faq-item:last-child{border-bottom:0}.faq-item h3{margin:0 0 8px}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:16px;padding:18px;color:#66788A}.site-footer{background:#243447;color:#EAF3FF;margin-top:40px}.footer-inner{max-width:1200px;margin:0 auto;padding:38px 18px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:24px}.footer-brand img{max-height:52px;margin-bottom:12px}.site-footer a{display:block;color:#EAF3FF;margin:7px 0;opacity:.9}.site-footer h3{color:#EAF3FF;margin-top:0}.footer-bottom{text-align:center;padding:16px;border-top:1px solid rgba(234,243,255,.14);color:#EAF3FF}.page-hero{max-width:1200px;margin:28px auto 30px}.pill-list{display:flex;gap:10px;flex-wrap:wrap}.pill-list span{background:#F5F7FB;border:1px solid rgba(40,156,255,.16);border-radius:999px;padding:8px 12px;color:#289CFF;font-weight:800}@media(max-width:1120px){.nav{gap:13px}.nav a{font-size:14px}.nav .dropdown:nth-of-type(2){display:none}}@media(max-width:920px){.nav-wrap{display:none}.menu-toggle{display:block}.header-inner{min-height:66px;gap:10px}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:44px}.main-btn{min-height:38px;padding:0 16px}.hero-grid,.grid-2,.grid-3,.grid-4,.footer-inner{grid-template-columns:1fr}.hero-grid{padding:28px}.hero-section h1,.page-hero h1{font-size:32px}.section-box,.page-hero{padding:22px}}@media(max-width:520px){.hero-section{margin:18px 12px 26px}.hero-grid{padding:22px}.section{padding:0 12px}.page-hero{margin:18px 12px 24px}.hero-section h1,.page-hero h1{font-size:28px}.header-inner{padding:0 12px}.footer-inner{padding:30px 14px}}