
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:"Microsoft YaHei",Arial,sans-serif;background:#F7F6F2;color:#2F2D2A;line-height:1.72}a{text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#FFFFFF;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(92,73,50,0.10)}.header-inner{max-width:1240px;margin:0 auto;min-height:76px;display:flex;align-items:center;gap:18px;padding:0 22px}.logo{flex-shrink:0}.logo img{max-height:52px;width:auto}.nav-core{display:flex;align-items:center;gap:8px;flex:1;min-width:0;justify-content:center}.nav-core>a,.nav-dropdown>span,.nav-dropdown>a{color:#3D352B;padding:10px 11px;border-radius:999px;font-weight:700;white-space:nowrap;display:inline-flex;align-items:center}.nav-core a.active,.nav-core a:hover,.nav-dropdown:hover>span,.nav-dropdown:hover>a{color:#B99563;background:#FAF8F4;box-shadow:inset 0 -2px 0 #B99563}.nav-dropdown{position:relative}.dropdown-box{position:absolute;top:calc(100% + 10px);left:0;min-width:210px;background:#fff;border:1px solid rgba(185,149,99,.18);border-radius:18px;box-shadow:0 20px 44px rgba(92,73,50,.16);padding:10px;display:none;z-index:10001}.nav-dropdown:hover .dropdown-box{display:grid;gap:4px}.dropdown-box a{padding:10px 12px;color:#3D352B;border-radius:12px;white-space:nowrap}.dropdown-box a:hover{background:#F3EFE8;color:#B99563}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#E0C8A2 0%,#C9A978 55%,#A98152 100%);color:#fff;border-radius:999px;padding:11px 22px;font-weight:800;box-shadow:0 12px 26px rgba(169,129,82,.25);transition:.2s}.main-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(169,129,82,.32)}.header-btn{flex-shrink:0}.mobile-menu-btn{display:none;border:0;background:#F3EFE8;color:#B99563;font-size:24px;border-radius:14px;width:42px;height:42px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(92,73,50,.12);overflow:hidden;position:relative;height:420px}.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:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(47,42,36,.55);color:#fff;width:42px;height:42px;border-radius:50%;font-size:24px;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:8px}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(185,149,99,.35);cursor:pointer}.slider-dot.active{background:#B99563}.section{max-width:1200px;margin:0 auto 34px;padding:0 20px}.hero-panel,.wide-card,.notice,.legal-box{background:rgba(255,255,255,.96);border:1px solid rgba(185,149,99,.18);box-shadow:0 14px 36px rgba(92,73,50,.12);border-radius:24px;padding:30px}.hero-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.hero-panel img,.content-img{width:100%;max-height:320px;object-fit:contain;background:#FAF8F4;border-radius:22px;padding:12px}.section-kicker,.tag,.number-badge{color:#D2B17D;font-weight:800;letter-spacing:.04em}h1,h2,h3,.section-title{color:#B99563;line-height:1.25;margin:0 0 14px}h1{font-size:42px}h2{font-size:30px}h3{font-size:21px}p{margin:0 0 12px;color:#2F2D2A}.muted{color:#6B6256}.text-link{color:#B99563;font-weight:800}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card,.zone-card,.info-card,.review-card{background:rgba(255,255,255,.96);border:1px solid rgba(185,149,99,.18);box-shadow:0 14px 36px rgba(92,73,50,.12);border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:8px}.zone-card img,.app-section img{height:180px;width:100%;object-fit:contain;background:#FAF8F4;border-radius:16px;padding:8px}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.app-section{background:linear-gradient(135deg,#fff 0%,#FAF8F4 100%);border:1px solid rgba(185,149,99,.18);border-radius:26px;padding:28px;box-shadow:0 14px 36px rgba(92,73,50,.12);display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}.list-check{display:grid;gap:9px;padding:0;margin:12px 0 0;list-style:none}.list-check li{padding-left:22px;position:relative;color:#6B6256}.list-check li:before{content:"•";position:absolute;left:0;color:#B99563;font-weight:900}.faq-item{border-bottom:1px solid rgba(185,149,99,.16);padding:18px 0}.faq-item:last-child{border-bottom:0}.site-footer{background:#2F2A24;color:#F7F0E6;margin-top:44px}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:26px;padding:40px 20px}.footer-brand img{max-height:54px;margin-bottom:14px}.site-footer p,.site-footer a{color:#F7F0E6}.footer-links{display:grid;gap:8px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;z-index:9998;transition:.25s}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#fff;z-index:10000;transform:translateX(-105%);transition:.28s;box-shadow:20px 0 40px rgba(47,42,36,.22);padding:18px;overflow:auto}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(185,149,99,.18);padding-bottom:14px;margin-bottom:12px}.drawer-top img{max-height:48px}.drawer-close{border:0;background:#F3EFE8;color:#B99563;font-size:28px;border-radius:12px;width:40px;height:40px}.mobile-drawer nav{display:grid;gap:8px}.mobile-drawer a{color:#3D352B;background:#FAF8F4;border-radius:14px;padding:12px 14px;font-weight:700}@media(max-width:1060px){.nav-core{display:none}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center}.header-inner{justify-content:space-between}.logo{margin:auto}.banner-slider{height:320px;margin:18px 14px 28px}}@media(max-width:760px){body{padding-bottom:0}.header-inner{min-height:66px;padding:0 12px;gap:8px}.logo img{max-height:42px}.header-btn{padding:9px 15px}.hero-panel,.split,.app-section,.footer-inner{grid-template-columns:1fr}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:0 14px;margin-bottom:24px}.hero-panel,.wide-card,.notice,.legal-box,.app-section{padding:20px;border-radius:20px}h1{font-size:30px}h2{font-size:24px}.banner-slider{height:230px;border-radius:16px}.slider-arrow{width:34px;height:34px;font-size:18px}.zone-card img,.app-section img{height:150px}.hero-panel img,.content-img{max-height:220px}}
