*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#151A23;color:#E8ECF5;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.72;overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:#F1DCA3;text-decoration:none;transition:.2s}a:hover{color:#E3C98F}img{max-width:100%;height:auto;display:block}.wrap{width:min(1200px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:#151A23;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.22);border-bottom:1px solid rgba(241,220,163,.1)}.desktop-header{height:78px;display:flex;align-items:center;gap:22px;justify-content:space-between;flex-wrap:nowrap}.brand-logo img,.mobile-logo img{width:150px;max-height:48px;object-fit:contain}.nav-core{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid rgba(241,220,163,.12);background:rgba(27,33,48,.62);border-radius:999px;white-space:nowrap;min-width:0}.nav-core a{color:#F1DCA3;background:rgba(241,220,163,.06);border-radius:999px;padding:9px 15px;font-size:15px;line-height:1;border:1px solid transparent}.nav-core a:hover,.nav-core a.active{color:#F1DCA3;background:linear-gradient(180deg,rgba(241,220,163,.10),rgba(241,220,163,.02));box-shadow:inset 0 -2px 0 #F1DCA3,0 10px 22px rgba(241,220,163,.16);border-color:rgba(241,220,163,.18)}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.overview-btn,.main-btn{border:none;cursor:pointer;border-radius:999px;font-weight:700;white-space:nowrap}.overview-btn{background:#202738;color:#F1DCA3;border:1px solid rgba(241,220,163,.22);padding:10px 16px}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#F1DCA3;color:#151A23;padding:11px 20px;box-shadow:0 10px 24px rgba(241,220,163,.18);font-size:15px}.main-btn:hover{background:#E3C98F;color:#151A23;transform:translateY(-1px)}.mobile-header{height:66px;display:none;align-items:center;justify-content:space-between;padding:0 14px}.mobile-menu-btn{width:42px;height:42px;border-radius:50%;border:1px solid rgba(241,220,163,.22);background:#1B2130;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.mobile-menu-btn span{width:18px;height:2px;background:#F1DCA3;border-radius:4px}.mobile-main-btn{padding:8px 13px;font-size:13px}.panel-overlay,.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.56);opacity:0;visibility:hidden;z-index:9999;transition:.25s}.panel-overlay.show,.drawer-overlay.show{opacity:1;visibility:visible}.category-panel{position:fixed;top:0;right:-420px;width:400px;max-width:88vw;height:100vh;overflow:auto;background:#1B2130;box-shadow:0 18px 48px rgba(0,0,0,.36);z-index:10000;padding:24px;transition:.32s;border-left:1px solid rgba(241,220,163,.16)}.category-panel.open{right:0}.panel-head,.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.panel-head strong{font-size:24px;color:#F1DCA3}.close-panel,.close-drawer{width:36px;height:36px;border-radius:50%;border:1px solid rgba(241,220,163,.24);background:#202738;color:#F1DCA3;font-size:24px;cursor:pointer}.panel-group{padding:16px 0;border-top:1px solid rgba(241,220,163,.1)}.panel-group h2{font-size:16px;color:#F1DCA3;margin:0 0 12px}.panel-group a{display:block;padding:11px 12px;border-radius:14px;color:#E8ECF5;background:rgba(255,255,255,.02);margin-bottom:8px;border:1px solid transparent}.panel-group a:hover{border-color:rgba(241,220,163,.35);background:#202738}.panel-group a span{display:block;color:#F1DCA3;font-weight:700}.panel-group a em{display:block;font-style:normal;color:#8F98AD;font-size:13px;margin-top:3px}.mobile-drawer{position:fixed;top:0;left:-330px;width:82vw;max-width:320px;height:100vh;background:#1B2130;z-index:10000;transition:.32s;box-shadow:18px 0 48px rgba(0,0,0,.38);padding:20px;overflow:auto}.mobile-drawer.open{left:0}.drawer-head img{width:138px;max-height:44px;object-fit:contain}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}.drawer-nav a{padding:10px;border-radius:12px;color:#F1DCA3;background:#202738;border:1px solid rgba(241,220,163,.1);font-size:14px}.drawer-nav a.active{box-shadow:inset 0 -2px 0 #F1DCA3;background:rgba(241,220,163,.08)}.drawer-note{margin-top:18px;color:#B8C0D3;font-size:13px;background:#202738;border:1px solid rgba(241,220,163,.12);border-radius:16px;padding:12px}.site-main{min-height:65vh}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#1B2130;box-shadow:0 18px 40px rgba(0,0,0,.30);overflow:hidden;position:relative;z-index:1;min-height:360px}.banner-slider .slide{display:none;position:relative;min-height:360px}.banner-slider .slide.active{display:block}.banner-slider img{width:100%;height:100%;min-height:360px;max-height:520px;object-fit:contain;background:#151A23}.slide-caption{position:absolute;left:36px;bottom:34px;width:min(510px,calc(100% - 72px));padding:22px;border-radius:18px;background:linear-gradient(135deg,rgba(21,26,35,.86),rgba(27,33,48,.62));border:1px solid rgba(241,220,163,.18);box-shadow:0 18px 38px rgba(0,0,0,.26)}.slide-caption h1,.slide-caption strong{display:block;color:#F1DCA3;font-size:30px;line-height:1.25;margin:0 0 10px}.slide-caption p{margin:0;color:#E8ECF5}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:none;border-radius:999px;background:rgba(27,33,48,.78);color:#F1DCA3;box-shadow:0 8px 20px rgba(0,0,0,.28);width:42px;height:42px;font-size:24px;cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:9px;height:9px;border-radius:50%;border:none;background:rgba(241,220,163,.28);cursor:pointer}.slider-dots button.active{background:#F1DCA3}.section{padding:36px 0}.hero-page{padding:52px 0 28px;background:radial-gradient(circle at 18% 8%,rgba(241,220,163,.13),transparent 34%),#151A23}.hero-grid,.split-grid,.intro-grid,.app-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center}.hero-copy h1,h1,h2,h3,.section-title{color:#F1DCA3}.hero-copy h1{font-size:42px;line-height:1.18;margin:0 0 16px}.hero-copy p,.lead{font-size:18px;color:#B8C0D3;margin:0 0 16px}.hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:22px}.card,.zone-card,.info-card,.review-card,.faq-item,.notice-card,.product-card{background:#1B2130;border:1px solid rgba(241,220,163,.14);box-shadow:0 14px 36px rgba(0,0,0,.25);border-radius:20px}.card{padding:24px}.card h2,.card h3,.zone-card h3,.info-card h3,.product-card h3{margin-top:0;color:#F1DCA3}.card p,.product-card p,.zone-card p,.review-card p,.faq-item p,.notice-card p{color:#B8C0D3;margin:0 0 12px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-head h2{font-size:30px;margin:0;color:#F1DCA3}.section-head p{margin:0;color:#B8C0D3;max-width:680px}.kicker,.num,.tag,.label,.badge,.section-kicker{color:#F1DCA3;font-weight:700;letter-spacing:.04em}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-auto{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.quick-pill{background:#1B2130;border:1px solid rgba(241,220,163,.14);border-radius:18px;padding:18px;box-shadow:0 12px 26px rgba(0,0,0,.2)}.quick-pill strong{display:block;color:#F1DCA3;font-size:18px;margin-bottom:5px}.quick-pill span{display:block;color:#B8C0D3;font-size:14px;min-height:48px}.text-link{color:#F1DCA3;font-weight:700}.text-link:after{content:" ›"}.strip{background:linear-gradient(135deg,#1B2130,#202738);border:1px solid rgba(241,220,163,.14);border-radius:22px;padding:24px 28px;box-shadow:0 14px 36px rgba(0,0,0,.25)}.info-card,.product-card,.review-card,.faq-item,.notice-card{padding:20px}.info-card .num{font-size:26px}.product-card .tag{display:inline-flex;margin-bottom:10px;padding:4px 10px;border-radius:999px;background:rgba(241,220,163,.08);border:1px solid rgba(241,220,163,.14)}.zone-card{overflow:hidden}.zone-card .zone-body{padding:22px}.zone-card img,.content-img,.hero-image img{width:100%;height:auto;object-fit:contain;background:#151A23;border-radius:18px}.zone-card img{max-height:230px;padding:8px}.hero-image{padding:14px;background:#1B2130;border-radius:22px;border:1px solid rgba(241,220,163,.14);box-shadow:0 14px 36px rgba(0,0,0,.25)}.feature-list li,.check-list li{color:#B8C0D3;margin-bottom:8px}.feature-list li::marker,.check-list li::marker{color:#F1DCA3}.review-card strong{color:#F1DCA3;display:block;margin-bottom:8px}.faq-list{display:grid;gap:14px}.notice-card{background:linear-gradient(135deg,#1B2130,#202738)}.notice-card strong{color:#F1DCA3}.table-row{display:grid;grid-template-columns:190px 1fr;gap:18px;border-bottom:1px solid rgba(241,220,163,.1);padding:12px 0}.table-row strong{color:#F1DCA3}.badge-line{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.badge{border:1px solid rgba(241,220,163,.18);background:rgba(241,220,163,.06);border-radius:999px;padding:5px 10px;font-size:13px}.site-footer{background:#0E121A;color:#D5DBEA;margin-top:48px;padding:42px 0 22px;border-top:1px solid rgba(241,220,163,.12)}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.1fr;gap:28px}.footer-logo img{width:150px;max-height:48px;object-fit:contain;margin-bottom:14px}.site-footer h2{font-size:17px;color:#F1DCA3;margin:0 0 12px}.site-footer p{color:#D5DBEA;margin:0 0 10px}.site-footer a{display:block;color:#D5DBEA;margin:6px 0}.site-footer a:hover{color:#F1DCA3}.footer-bottom{border-top:1px solid rgba(241,220,163,.1);margin-top:26px;padding-top:18px;color:#8F98AD;font-size:14px}.mobile-bottom-nav{display:none}@media(max-width:1080px){.nav-core a{padding:9px 11px;font-size:14px}.brand-logo img{width:130px}.grid-auto{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){body{padding-bottom:70px}.wrap{width:min(100% - 28px,1200px)}.desktop-header{display:none}.mobile-header{display:flex}.mobile-logo img{width:128px}.banner-slider{margin:18px 14px 28px;border-radius:16px;min-height:250px}.banner-slider .slide{min-height:250px}.banner-slider img{min-height:250px;max-height:330px}.slide-caption{left:14px;bottom:42px;width:calc(100% - 28px);padding:14px}.slide-caption h1,.slide-caption strong{font-size:22px}.slide-caption p{font-size:14px}.slider-arrow{width:34px;height:34px;font-size:20px}.hero-page{padding:34px 0 18px}.hero-grid,.split-grid,.intro-grid,.app-grid,.grid-2,.grid-3,.grid-4,.grid-auto{grid-template-columns:1fr}.hero-copy h1{font-size:30px}.section{padding:26px 0}.section-head{display:block}.section-head h2{font-size:24px;margin-bottom:8px}.card,.product-card,.info-card,.review-card,.faq-item,.notice-card{padding:18px;border-radius:18px}.strip{padding:18px;border-radius:18px}.quick-pill span{min-height:auto}.footer-grid{grid-template-columns:1fr}.table-row{grid-template-columns:1fr;gap:4px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:62px;background:#151A23;border-top:1px solid rgba(241,220,163,.28);display:grid;grid-template-columns:repeat(4,1fr);z-index:9998;box-shadow:0 -8px 24px rgba(0,0,0,.3)}.mobile-bottom-nav a{display:flex;align-items:center;justify-content:center;color:#B8C0D3;font-weight:700}.mobile-bottom-nav a.active{color:#F1DCA3;background:rgba(241,220,163,.06)}.category-panel,.panel-overlay{display:none}}@media(max-width:390px){.mobile-logo img{width:110px}.mobile-main-btn{padding:7px 10px;font-size:12px}.drawer-nav{grid-template-columns:1fr}}