*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}main{padding-top:92px}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#F5F7FB;box-shadow:0 10px 30px rgba(56,92,138,.12);border-bottom:1px solid rgba(40,156,255,.12)}.header-inner{max-width:1260px;margin:0 auto;height:76px;padding:0 22px;display:flex;align-items:center;gap:18px}.brand-logo img{width:138px;height:auto}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap}.nav a{color:#4E5F7A;font-size:14px;font-weight:650;padding:9px 4px;position:relative}.nav a:after{content:"";position:absolute;left:6px;right:6px;bottom:2px;height:3px;border-radius:99px;background:#289CFF;opacity:0;transform:scaleX(.5);transition:.25s}.nav a:hover,.nav a.active{color:#289CFF}.nav a:hover:after,.nav a.active:after{opacity:1;transform:scaleX(1)}.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;font-weight:750;box-shadow:0 10px 24px rgba(36,155,255,.26);border:0;cursor:pointer}.main-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(36,155,255,.32)}.header-btn{flex:0 0 auto}.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:0;background:#FFFFFF;border-radius:14px;box-shadow:0 8px 20px rgba(56,92,138,.12);align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:20px;height:2px;background:#289CFF;border-radius:2px}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.42);opacity:0;pointer-events:none;transition:.25s;z-index:1100}.drawer-mask.show{opacity:1;pointer-events:auto}.drawer-panel{position:absolute;right:0;top:0;width:min(86vw,360px);height:100%;background:#F5F7FB;box-shadow:-18px 0 40px rgba(36,52,71,.2);padding:22px;transform:translateX(100%);transition:.25s;overflow:auto}.drawer-mask.show .drawer-panel{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.drawer-logo img{width:132px}.drawer-close{width:38px;height:38px;border-radius:50%;border:0;background:#FFFFFF;color:#289CFF;font-size:28px;line-height:1;box-shadow:0 8px 18px rgba(56,92,138,.12)}.mobile-nav{display:grid;gap:8px}.mobile-nav a{padding:12px 14px;border-radius:14px;color:#4E5F7A;background:rgba(255,255,255,.72);font-weight:700}.mobile-nav a.active{color:#289CFF;background:#FFFFFF;box-shadow:0 8px 18px rgba(56,92,138,.1)}.drawer-btn{width:100%;margin-top:16px}.drawer-open{overflow:hidden}.container,.section{max-width:1200px;margin:0 auto;padding:0 22px}.section{margin-bottom:38px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:30px;line-height:1.25;margin:0}.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#289CFF;font-weight:800;letter-spacing:.08em;font-size:13px}.section-desc{margin:8px 0 0;color:#66788A;max-width:760px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,0.12);overflow:hidden;position:relative}.banner-track{position:relative;height:clamp(260px,42vw,520px)}.banner-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;pointer-events:none;background:#FFFFFF}.banner-slide.active{opacity:1;pointer-events:auto}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#FFFFFF}.banner-copy{position:absolute;left:32px;bottom:28px;max-width:430px;background:rgba(255,255,255,.86);backdrop-filter:blur(8px);padding:22px;border-radius:18px;box-shadow:0 12px 30px rgba(56,92,138,.14)}.banner-copy h1,.banner-copy h2{font-size:30px;margin:8px 0;color:#289CFF;line-height:1.22}.banner-copy p{margin:0 0 16px;color:#243447}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:#289CFF;font-size:30px;line-height:1;display:grid;place-items:center;box-shadow:0 10px 24px rgba(56,92,138,.18);cursor:pointer}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:9px}.slider-dot{width:10px;height:10px;border:0;border-radius:50%;background:rgba(78,95,122,.28);cursor:pointer}.slider-dot.active{width:26px;border-radius:999px;background:#289CFF}.card,.zone-card,.info-card,.review-card{background:rgba(255,255,255,0.92);border:1px solid rgba(40,156,255,0.16);box-shadow:0 14px 36px rgba(56,92,138,0.10);border-radius:20px}.card,.info-card,.review-card{padding:24px}.card p,.zone-card p,.info-card p,.review-card p{color:#66788A;margin:8px 0 0}.card h3,.zone-card h3,.info-card h3,.review-card h3{margin:0 0 6px;font-size:20px}.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))}.intro-wrap,.page-hero,.split-section{max-width:1200px;margin:0 auto 38px;padding:0 22px;display:grid;grid-template-columns:1.02fr .98fr;gap:26px;align-items:center}.intro-wrap .text,.page-hero .hero-text,.split-section .text{background:rgba(255,255,255,.88);border:1px solid rgba(40,156,255,.14);border-radius:24px;padding:30px;box-shadow:0 16px 38px rgba(56,92,138,.1)}.intro-wrap h1,.page-hero h1,.split-section h2{font-size:38px;line-height:1.18;margin:10px 0 14px}.intro-wrap p,.page-hero p,.split-section p{color:#66788A;margin:0 0 14px}.hero-actions,.inline-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}.text-link{color:#289CFF;font-weight:800}.content-img,.zone-card img,.app-section img,.banner-slider img{max-width:100%;height:auto}.media-card{background:#FFFFFF;border-radius:24px;padding:14px;box-shadow:0 16px 38px rgba(56,92,138,.1);border:1px solid rgba(40,156,255,.12)}.media-card img,.content-img{width:100%;max-height:360px;object-fit:contain;border-radius:18px;background:#FFFFFF}.category-card{min-height:190px;display:flex;flex-direction:column;justify-content:space-between}.small-link{margin-top:14px;color:#289CFF;font-weight:800}.tag{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:999px;background:#EEF2F7;color:#289CFF;font-size:13px;font-weight:800}.number{width:38px;height:38px;border-radius:12px;background:#EEF2F7;color:#289CFF;display:grid;place-items:center;font-weight:900;margin-bottom:14px}.zone-card{overflow:hidden}.zone-card .zone-img{height:190px;background:#FFFFFF;display:grid;place-items:center;padding:12px;border-bottom:1px solid rgba(40,156,255,.12)}.zone-card .zone-img img{width:100%;height:100%;object-fit:contain}.zone-card .zone-body{padding:22px}.app-section{max-width:1200px;margin:0 auto 38px;padding:0 22px;display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:stretch}.app-section .media-card{display:flex;align-items:center;justify-content:center}.app-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.notice-box{max-width:1200px;margin:0 auto 38px;padding:24px;border-radius:24px;background:#DDE4EE;color:#243447;border:1px solid rgba(40,156,255,.16);box-shadow:0 12px 30px rgba(56,92,138,.08)}.notice-box h2,.notice-box h3{margin:0 0 10px}.notice-box p{margin:8px 0;color:#4E5F7A}.faq-list{display:grid;gap:14px}.faq-item{padding:22px;border-radius:18px;background:#FFFFFF;border:1px solid rgba(40,156,255,.14);box-shadow:0 10px 26px rgba(56,92,138,.08)}.faq-item h3{font-size:18px;margin:0 0 8px}.faq-item p{margin:0;color:#66788A}.quote{position:relative}.quote:before{content:"“";position:absolute;left:16px;top:4px;color:rgba(40,156,255,.18);font-size:54px;line-height:1}.quote p{position:relative;margin-left:10px}.page-hero{padding-top:28px}.page-hero .hero-text{min-height:300px;display:flex;flex-direction:column;justify-content:center}.breadcrumbs{max-width:1200px;margin:0 auto;padding:22px 22px 0;color:#8A9AAF;font-size:14px}.breadcrumbs a{color:#289CFF;font-weight:750}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pill-list span{padding:8px 13px;background:#EEF2F7;color:#4E5F7A;border-radius:999px;font-weight:700}.site-footer{background:#243447;color:#EAF3FF;margin-top:52px}.footer-inner{max-width:1200px;margin:0 auto;padding:46px 22px;display:grid;grid-template-columns:1.35fr .75fr .75fr 1.1fr;gap:28px}.footer-brand img{width:140px;margin-bottom:14px}.footer-brand p,.footer-notice p{color:#EAF3FF;opacity:.86;margin:0 0 10px}.footer-links h3,.footer-notice h3{color:#EAF3FF;margin:0 0 12px}.footer-links a{display:block;color:#EAF3FF;opacity:.86;margin:8px 0}.footer-links a:hover{opacity:1;color:#FFFFFF}.footer-bottom{border-top:1px solid rgba(234,243,255,.14);max-width:1200px;margin:0 auto;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#EAF3FF;opacity:.82;font-size:14px}.table-card{overflow:hidden;border-radius:20px;background:#FFFFFF;border:1px solid rgba(40,156,255,.16);box-shadow:0 12px 30px rgba(56,92,138,.08)}.info-table{width:100%;border-collapse:collapse}.info-table th,.info-table td{padding:16px;border-bottom:1px solid #EEF2F7;text-align:left;color:#4E5F7A}.info-table th{color:#289CFF;background:#F5F7FB}.info-table tr:last-child td{border-bottom:0}@media (max-width:1100px){.nav,.header-btn{display:none}.menu-toggle{display:flex}.header-inner{height:72px}.brand-logo img{width:128px}main{padding-top:82px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:860px){.intro-wrap,.page-hero,.split-section,.app-section{grid-template-columns:1fr}.banner-copy{left:16px;right:16px;bottom:54px;max-width:none;padding:16px}.banner-copy h1,.banner-copy h2{font-size:24px}.slider-arrow{width:38px;height:38px;font-size:24px}.grid-2,.grid-3,.grid-4,.app-points{grid-template-columns:1fr}.section-head{display:block}.intro-wrap h1,.page-hero h1,.split-section h2{font-size:30px}.footer-inner{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin:4px 0}.media-card img,.content-img{max-height:300px}.banner-track{height:clamp(245px,64vw,400px)}}@media (max-width:520px){.header-inner{padding:0 14px}.section,.container,.intro-wrap,.page-hero,.split-section,.app-section,.breadcrumbs{padding-left:14px;padding-right:14px}.card,.info-card,.review-card,.intro-wrap .text,.page-hero .hero-text,.split-section .text{padding:20px;border-radius:18px}.section-title{font-size:25px}.banner-slider{margin:18px 14px 28px;border-radius:16px}.banner-copy{position:static;border-radius:0;box-shadow:none;background:#FFFFFF}.banner-track{height:auto}.banner-slide{position:relative;display:none;opacity:1}.banner-slide.active{display:block}.banner-slide img{height:auto}.slider-arrow{top:36%}.slider-dots{bottom:auto;top:12px}.footer-inner{padding:36px 14px}.notice-box{margin-left:14px;margin-right:14px}.hero-actions .main-btn,.inline-actions .main-btn{width:100%}}