
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Microsoft YaHei",Arial,sans-serif;background:#F2F7FD;color:#33445F;line-height:1.75}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#FFFFFF;backdrop-filter:blur(10px);box-shadow:0 6px 20px rgba(68,106,153,0.10)}.header-inner{max-width:1220px;margin:0 auto;height:76px;padding:0 20px;display:flex;align-items:center;gap:22px}.logo img{max-height:52px;width:auto;display:block}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.nav a,.dropdown>button{font:600 15px/1 "Microsoft YaHei",Arial;color:#5E6E8D;background:transparent;border:0;padding:28px 12px 24px;cursor:pointer;position:relative}.nav a.active,.nav a:hover,.dropdown>button:hover,.drawer-links a.active{color:#168DFF}.nav a.active:after{content:"";position:absolute;left:12px;right:12px;bottom:16px;height:3px;border-radius:6px;background:#168DFF}.dropdown{position:relative}.dropdown-menu{position:absolute;top:72px;left:0;min-width:168px;background:#FFFFFF;border:1px solid rgba(72,120,176,.12);box-shadow:0 14px 32px rgba(68,106,153,.14);border-radius:14px;padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:1500}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:10px 12px;border-radius:10px;color:#5E6E8D}.dropdown-menu a:hover{background:#EDF5FD;color:#168DFF}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,#39D6F4 0%,#1EBDEB 48%,#168DFF 100%);color:#FFFFFF;font-weight:700;box-shadow:0 10px 20px rgba(22,141,255,.22)}.header-btn{flex:0 0 auto}.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:8px}.menu-toggle span{display:block;height:3px;background:#168DFF;margin:6px 0;border-radius:6px}.site-main{padding-top:96px}.section{max-width:1200px;margin:0 auto 34px;padding:0 20px}.hero-grid,.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.panel,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box{background:rgba(255,255,255,0.96);border:1px solid rgba(72,120,176,0.12);box-shadow:0 12px 32px rgba(68,106,153,0.10);border-radius:22px;padding:26px}.panel.light{background:#EDF5FD}.eyebrow,.tag,.number-badge{color:#35BFF0;font-weight:700}.page-hero{max-width:1200px;margin:0 auto 34px;padding:0 20px}.page-hero .panel{background:linear-gradient(135deg,#FFFFFF 0%,#EDF5FD 100%)}h1,h2,h3,.section-title{color:#168DFF;line-height:1.25;margin:0 0 14px}h1{font-size:42px}h2{font-size:30px}h3{font-size:20px}p{margin:0 0 14px}.muted{color:#687995}.text-link{color:#168DFF;font-weight:700}.banner-slider{max-width:1200px;height:430px;margin:28px auto 36px;border-radius:22px;background:#FFFFFF;box-shadow:0 14px 34px rgba(68,106,153,0.10);overflow:hidden;position:relative}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s}.slide.active{opacity:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#FFFFFF}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:#168DFF;font-size:28px;cursor:pointer;box-shadow:0 8px 18px rgba(68,106,153,.18)}.prev{left:16px}.next{right:16px}.slider-dots{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center;gap:10px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:#C9DAEF;cursor:pointer}.dot.active{background:#168DFF}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.image-card{overflow:hidden;border-radius:22px;background:#FFFFFF;box-shadow:0 12px 32px rgba(68,106,153,0.10)}.image-card img{width:100%;height:auto;object-fit:contain;background:#FFFFFF}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step:before{counter-increment:step;content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#E7F1FB;color:#35BFF0;font-weight:800;margin-bottom:10px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faq-list{display:grid;gap:16px}.site-footer{background:#344564;color:#EAF5FF;margin-top:48px;padding:44px 20px 24px}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-brand p{max-width:560px;color:#EAF5FF}.footer-links{display:grid;align-content:start;gap:8px}.footer-links h3{color:#EAF5FF}.footer-note{max-width:1200px;margin:28px auto 0;padding-top:18px;border-top:1px solid rgba(234,245,255,.22);font-size:14px;color:#D7E8F7}.drawer-mask,.mobile-drawer{display:none}.bottom-tabs{display:none}.table-like{display:grid;gap:12px}.table-like div{padding:14px 16px;border-radius:14px;background:#F7FAFE;border:1px solid rgba(72,120,176,.10)}
@media(max-width:980px){.header-inner{height:68px;justify-content:space-between}.menu-toggle{display:block}.nav{display:none}.logo img{max-height:44px}.site-main{padding-top:86px}.hero-grid,.two-col,.grid-4,.grid-3,.grid-2,.steps,.review-grid,.footer-inner{grid-template-columns:1fr}.banner-slider{height:300px;margin:18px 20px 28px}h1{font-size:32px}h2{font-size:26px}.drawer-mask{display:block;position:fixed;inset:0;background:rgba(0,0,0,.42);opacity:0;visibility:hidden;transition:.25s;z-index:1200}.mobile-drawer{display:block;position:fixed;top:0;left:0;bottom:0;width:84vw;max-width:320px;background:#FFFFFF;transform:translateX(-105%);transition:.28s;z-index:1300;box-shadow:12px 0 28px rgba(0,0,0,.18);overflow:auto}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(72,120,176,.12)}.drawer-close{width:40px;height:40px;border:0;border-radius:50%;background:#EDF5FD;color:#168DFF;font-size:28px}.drawer-links{display:grid;padding:12px}.drawer-links a{padding:13px 14px;border-radius:12px;color:#5E6E8D;font-weight:700}.drawer-links a:hover{background:#EDF5FD;color:#168DFF}.bottom-tabs{position:fixed;left:0;right:0;bottom:0;z-index:900;display:grid;grid-template-columns:repeat(4,1fr);background:#FFFFFF;box-shadow:0 -8px 20px rgba(68,106,153,.12)}.bottom-tabs a{text-align:center;padding:10px 4px;color:#168DFF;font-size:13px;font-weight:700}body{padding-bottom:48px}}
@media(max-width:560px){.section,.page-hero{padding:0 14px}.panel,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box{padding:20px;border-radius:18px}.banner-slider{height:210px;border-radius:18px;margin-left:14px;margin-right:14px}.slider-btn{width:34px;height:34px;font-size:22px}.header-btn{padding:0 16px;min-height:38px}h1{font-size:28px}}
