*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.75}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,0.10)}.desktop-bar{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:22px;padding:12px 24px}.logo-link img{height:44px;display:block}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;overflow-x:auto}.nav a{position:relative;color:#4E5F7A;font-weight:700;font-size:14px;padding:12px 8px}.nav a.active,.nav a:hover{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:3px;border-radius:999px;background:#289CFF}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF!important;border-radius:999px;box-shadow:0 10px 24px rgba(36,155,255,0.25);font-weight:800;padding:10px 24px;border:0;transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px)}.mobile-bar{display:none;background:#F5F7FB;align-items:center;justify-content:space-between;padding:10px 14px}.mobile-logo img{height:40px}.menu-toggle{width:42px;height:38px;border:0;background:transparent;display:flex;flex-direction:column;gap:5px;justify-content:center}.menu-toggle span{display:block;height:3px;border-radius:4px;background:#4E5F7A}.mobile-reg{padding:8px 16px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000;display:none}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#FFFFFF;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:0 18px 40px rgba(0,0,0,.18);padding:18px;overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head img{height:42px}.drawer-head button{font-size:30px;background:#EEF2F7;border:0;border-radius:12px;width:42px;height:42px;color:#4E5F7A}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:12px;color:#4E5F7A;font-weight:800;background:#F5F7FB}.drawer-nav a.active{color:#289CFF;background:#EEF2F7}.no-scroll{overflow:hidden}.page-main{min-height:70vh}.container{max-width:1200px;margin:0 auto;padding:0 22px}.section{margin:38px auto}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box{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:22px}.hero-card{padding:36px;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.hero-card p,.card p,.zone-card p,.info-card p,.review-card p,.faq-item p{color:#66788A;margin:8px 0}.eyebrow,.tag,.num,strong{color:#289CFF}.section-title,h1,h2,h3{color:#289CFF;line-height:1.3}.section-title{font-size:30px;margin:0 0 16px}h1{font-size:40px;margin:0 0 18px}.lead{font-size:18px;color:#66788A}.grid{display:grid;gap:22px}.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,.info-card,.review-card,.faq-item{padding:24px}.zone-card{display:flex;flex-direction:column;height:100%;padding:18px}.zone-card img{width:100%;height:260px;display:block;border-radius:18px;object-fit:contain;object-position:center;background:#FFFFFF;margin-bottom:18px}.zone-card a{margin-top:auto;font-weight:800}.content-img{border-radius:22px;background:#FFFFFF;box-shadow:0 14px 36px rgba(56,92,138,0.10);display:block;object-fit:contain}.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}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#FFFFFF}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.84);color:#289CFF;font-size:26px;cursor:pointer;box-shadow:0 8px 20px rgba(56,92,138,.16)}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.75);cursor:pointer}.dot.active{background:#289CFF}.plain-list{padding-left:0;list-style:none;display:grid;gap:12px}.plain-list li{padding:14px 16px;background:#EEF2F7;border-radius:14px;color:#66788A}.notice-box{padding:24px;background:#DDE4EE}.site-footer{margin-top:54px;background:#243447;color:#EAF3FF}.footer-inner{max-width:1200px;margin:0 auto;padding:40px 22px}.footer-brand{display:grid;grid-template-columns:160px 1fr;gap:24px;align-items:center}.footer-brand img{max-height:60px}.footer-brand p,.footer-note{color:#EAF3FF;opacity:.9}.footer-links{display:flex;flex-wrap:wrap;gap:16px;margin:24px 0}.footer-links a{color:#EAF3FF;font-weight:800}.app-section img,.content-img,.banner-slider img{max-width:100%;height:auto}@media(max-width:1024px){.desktop-bar{display:none}.mobile-bar{display:flex}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-card{grid-template-columns:1fr}h1{font-size:32px}}@media(max-width:760px){.container{padding:0 16px}.banner-slider{margin:18px 14px 26px;border-radius:16px}.zone-card img{height:220px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hero-card{padding:24px}.section-title{font-size:25px}.footer-brand{grid-template-columns:1fr}.slider-arrow{width:36px;height:36px;font-size:22px}}
