
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.75}a{color:#289CFF;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:1000;background:#F5F7FB;box-shadow:0 10px 28px rgba(56,92,138,.10)}.header-inner{max-width:1200px;margin:0 auto;min-height:72px;padding:0 18px;display:flex;align-items:center;gap:18px}.brand-logo,.footer-logo{display:flex;align-items:center;gap:10px;font-weight:800;color:#243447;white-space:nowrap}.brand-logo img{width:46px;height:auto}.footer-logo img{width:54px;height:auto}.nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.nav a{color:#4E5F7A;padding:8px 10px;border-radius:999px;font-size:14px;font-weight:650}.nav a.active,.nav a:hover{color:#289CFF;background:rgba(40,156,255,.10)}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 22px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF;font-weight:800;border:0;box-shadow:0 12px 24px rgba(36,155,255,.24)}.header-btn{white-space:nowrap}.menu-btn{display:none;border:0;background:#EEF2F7;color:#289CFF;border-radius:12px;font-size:25px;width:44px;height:44px}.drawer-mask{display:none;position:fixed;inset:0;background:rgba(36,52,71,.35);z-index:1001}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;top:0;right:-320px;width:300px;max-width:86vw;height:100vh;background:#F5F7FB;z-index:1002;box-shadow:-18px 0 38px rgba(36,52,71,.18);transition:.25s ease;padding:18px}.mobile-drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.drawer-head button{border:0;background:#E6EBF2;border-radius:12px;width:40px;height:40px;font-size:28px;color:#4E5F7A}.drawer-links{display:grid;gap:10px}.drawer-links a{padding:12px 14px;background:#FFFFFF;border-radius:14px;color:#4E5F7A;font-weight:700}.drawer-links .drawer-register{color:#FFFFFF;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%)}main{padding-top:18px}.hero-section{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}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;padding:48px}.eyebrow{display:inline-flex;padding:6px 12px;border-radius:999px;background:#EEF2F7;color:#289CFF;font-weight:800;margin-bottom:14px}h1,h2,h3,.section-title{color:#289CFF;margin:0 0 14px}h1{font-size:44px;line-height:1.18}h2,.section-title{font-size:30px}h3{font-size:21px}.lead{font-size:18px;color:#4E5F7A}.muted{color:#66788A}.small{color:#8A9AAF;font-size:14px}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.tag,.number{color:#289CFF;background:rgba(40,156,255,.11);border:1px solid rgba(40,156,255,.16);border-radius:999px;padding:6px 12px;font-weight:750}.hero-img-wrap,.image-panel{background:#F5F7FB;border-radius:20px;padding:14px;border:1px solid rgba(40,156,255,.14)}.content-img,.zone-card img,.app-section img,.hero-section img{max-width:100%;height:auto}.section{max-width:1200px;margin:0 auto 34px;padding:0 18px}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:18px}.section-head p{max-width:720px;margin:0;color:#66788A}.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 p,.zone-card p,.info-card p,.review-card p{margin:8px 0;color:#66788A}.text-link{font-weight:800;color:#289CFF}.zone-card{overflow:hidden}.zone-card img{border-radius:15px;margin-bottom:14px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:center;background:#FFFFFF;border-radius:20px;box-shadow:0 18px 40px rgba(56,92,138,.10);padding:28px}.steps{counter-reset:step;display:grid;gap:14px}.step{background:#FFFFFF;border-radius:16px;padding:18px;border:1px solid rgba(40,156,255,.15)}.step:before{counter-increment:step;content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(40,156,255,.13);color:#289CFF;font-weight:900;margin-right:8px}.notice{background:#DDE4EE;border-radius:18px;padding:22px;border:1px solid rgba(40,156,255,.16)}.faq-item{background:#FFFFFF;border-radius:16px;padding:20px;border:1px solid rgba(40,156,255,.14);margin-bottom:12px}.page-hero{max-width:1200px;margin:28px auto 30px;padding:40px 18px}.page-hero-inner{background:#FFFFFF;border-radius:20px;padding:34px;box-shadow:0 18px 40px rgba(56,92,138,.12)}.page-hero p{max-width:850px;color:#66788A}.site-footer{background:#243447;color:#EAF3FF;margin-top:42px}.footer-inner{max-width:1200px;margin:0 auto;padding:38px 18px;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:28px}.footer-brand p,.footer-note p{color:#EAF3FF;opacity:.86}.footer-logo{color:#EAF3FF}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.footer-links a{color:#EAF3FF;opacity:.92}.content-table{width:100%;border-collapse:collapse;background:#FFFFFF;border-radius:16px;overflow:hidden}.content-table th,.content-table td{padding:14px;border-bottom:1px solid #EEF2F7;text-align:left}.content-table th{color:#289CFF;background:#F5F7FB}.cta-band{background:linear-gradient(135deg,#FFFFFF 0%,#EEF2F7 100%);border-radius:20px;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.08)}
@media(max-width:1080px){.nav{display:none}.menu-btn{display:inline-flex;align-items:center;justify-content:center}.header-inner{justify-content:space-between}.hero-grid,.split{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr}}
@media(max-width:680px){main{padding-top:6px}.hero-section{margin:16px 12px 24px}.hero-grid{padding:24px}.page-hero{padding:18px 12px}.page-hero-inner{padding:24px}h1{font-size:32px}h2,.section-title{font-size:24px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-head{display:block}.split{padding:20px}.cta-band{display:block}.main-btn{margin-top:10px}.footer-links{grid-template-columns:1fr}}
