*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;background:#f6f6f6;color:#222;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}p{margin:0 0 14px}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 8px 26px rgba(0,0,0,.08)}.desktop-header{display:none}.mobile-topbar{height:64px;display:grid;grid-template-columns:82px 1fr 96px;align-items:center;padding:0 12px;gap:8px}.menu-toggle{width:42px;height:42px;border:0;background:#fff3ec;border-radius:13px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.menu-toggle span{width:20px;height:2px;background:#ff5000;border-radius:2px}.mobile-logo{justify-self:center}.mobile-logo img{max-height:38px;max-width:126px;object-fit:contain}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:rgb(255,80,0);color:#fff!important;border-radius:999px;padding:12px 24px;font-weight:800;letter-spacing:.5px;box-shadow:0 12px 22px rgba(255,80,0,.22);transition:.22s ease}.main-btn:hover{background:#e85a00;transform:translateY(-1px)}.header-btn{padding:9px 14px;font-size:14px;white-space:nowrap;box-shadow:0 8px 18px rgba(255,80,0,.2)}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:80;opacity:0;visibility:hidden;transition:.25s ease}.drawer-overlay.is-open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#fff;z-index:90;transform:translateX(-105%);transition:transform .28s ease;box-shadow:18px 0 48px rgba(0,0,0,.2);padding:18px;overflow-y:auto}.mobile-drawer.is-open{transform:translateX(0)}body.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #f0f0f0}.drawer-logo img{max-height:42px;max-width:150px;object-fit:contain}.drawer-close{border:0;background:#fff3ec;color:#ff5000;width:38px;height:38px;border-radius:50%;font-size:26px;line-height:1}.drawer-nav{display:grid;gap:10px;padding-top:18px}.drawer-nav a{padding:12px 14px;border-radius:13px;color:#333;background:#f8f8f8;font-weight:700}.drawer-nav a.active,.drawer-nav a:hover{color:#ff5000;background:#fff3ec}.hero-section{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.58)),url('banner.webp');background-size:cover;background-position:center;background-repeat:no-repeat;padding:32px 0 44px;color:#fff;position:relative}.hero-inner{display:grid;grid-template-columns:1fr;align-items:center;gap:20px;max-width:1200px;margin:0 auto;width:min(1200px,calc(100% - 32px))}.hero-image{order:1;display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;max-height:320px;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.35))}.hero-content{order:2;position:relative;z-index:2;text-align:center;max-width:650px;margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#ff5000;background:#fff3ec;border:1px solid rgba(255,80,0,.18);font-weight:800;border-radius:999px;padding:5px 12px;font-size:13px;margin-bottom:10px}.hero-section .eyebrow{background:rgba(255,80,0,.14);color:#ff5000;border-color:rgba(255,80,0,.38)}.hero-title{color:rgb(255,80,0);font-size:34px;line-height:1.18;margin:0 0 16px;font-weight:900;letter-spacing:.5px}.hero-desc{color:#fff;font-size:16px;margin-bottom:20px}.hero-note{display:grid;gap:8px;margin-top:18px;color:#e8e8e8;font-size:14px}.hero-note span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:8px 10px}.section{padding:52px 0}.section.light{background:#fff}.section.soft{background:#fff3ec}.section.gray{background:#f6f6f6}.section.dark{background:#111;color:#fff}.section-head{margin-bottom:26px;text-align:center}.section-head.left{text-align:left}.section-title{margin:0;color:#222;font-size:28px;line-height:1.25}.section-title .accent,.accent{color:#ff5000}.section-desc{max-width:760px;margin:10px auto 0;color:#555}.section-head.left .section-desc{margin-left:0}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.quick-card{background:#fff;border:1px solid #f0e2d8;border-radius:18px;padding:16px;box-shadow:0 10px 24px rgba(0,0,0,.05);min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.quick-card strong{color:#222;font-size:17px}.quick-card p{font-size:14px;color:#666;margin:4px 0 10px}.text-link{color:#ff5000;font-weight:800;display:inline-flex;align-items:center;gap:6px}.text-link:after{content:'›';font-size:18px;line-height:1}.feature-grid{display:grid;gap:18px}.feature-grid.three,.feature-grid.four,.feature-grid.two{grid-template-columns:1fr}.content-card,.service-card,.faq-item,.notice-card,.info-panel,.image-card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 12px 30px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04)}.content-card{display:flex;flex-direction:column;gap:14px}.content-card h3,.service-card h3,.notice-card h3,.info-panel h3{margin:0 0 8px;color:#222;font-size:21px}.content-card p,.service-card p,.notice-card p,.info-panel p,.faq-item p{color:#555}.image-box{background:linear-gradient(135deg,#fff,#fff3ec);border-radius:17px;min-height:128px;height:150px;display:flex;align-items:center;justify-content:center;padding:10px;overflow:hidden}.image-box img{max-height:100%;width:auto;object-fit:contain;margin:auto}.image-box.tall{height:190px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.tag{display:inline-flex;align-items:center;border-radius:999px;background:#fff3ec;color:#ff5000;padding:5px 10px;font-weight:800;font-size:13px}.layout-split{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}.app-visual{background:#fff;border-radius:22px;padding:18px;box-shadow:0 14px 32px rgba(0,0,0,.06);display:grid;gap:14px}.app-visual .image-box{height:260px;background:linear-gradient(135deg,#fff,#fff7f2)}.app-tags{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.app-tags span{background:#fff3ec;border-radius:13px;color:#e85a00;font-weight:800;padding:10px;text-align:center;font-size:14px}.service-grid{display:grid;gap:16px;grid-template-columns:1fr}.service-card{position:relative;overflow:hidden}.service-card:before{content:'';position:absolute;right:-25px;top:-25px;width:80px;height:80px;border-radius:50%;background:rgba(255,80,0,.08)}.service-card small{display:inline-block;color:#ff5000;font-weight:900;margin-bottom:8px}.notice-card{border-left:5px solid #ff5000;background:linear-gradient(135deg,#fff,#fff8f4)}.faq-list{display:grid;gap:14px}.faq-item h3{margin:0 0 8px;color:#222;font-size:18px}.page-hero{background:linear-gradient(135deg,#111,#282018);color:#fff;padding:58px 0 46px}.page-hero .container{display:grid;gap:16px}.page-hero h1{margin:0;color:#ff5000;font-size:34px;line-height:1.22}.page-hero p{max-width:820px;color:#e8e8e8;font-size:17px}.breadcrumb{color:#d8d8d8;font-size:14px}.breadcrumb a{color:#ffb08a}.article{background:#fff;border-radius:22px;padding:22px;box-shadow:0 12px 28px rgba(0,0,0,.05)}.article h2{color:#222;margin:0 0 12px;font-size:24px}.article h3{color:#222;margin:22px 0 8px;font-size:20px}.article p{color:#555}.point-list{display:grid;gap:12px;margin:18px 0;padding:0;list-style:none}.point-list li{background:#fff3ec;border-radius:14px;padding:12px 14px;color:#444;border:1px solid #ffe2d2}.step-list{counter-reset:steps;display:grid;gap:12px;margin:18px 0;padding:0;list-style:none}.step-list li{counter-increment:steps;background:#fff;border:1px solid #f1e2d8;border-radius:15px;padding:14px 14px 14px 56px;position:relative;color:#444}.step-list li:before{content:counter(steps);position:absolute;left:14px;top:14px;width:28px;height:28px;border-radius:50%;background:#ff5000;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.inline-links{display:flex;flex-wrap:wrap;gap:14px;margin-top:16px}.page-image-panel{background:#fff;border-radius:22px;padding:18px;box-shadow:0 12px 28px rgba(0,0,0,.05)}.page-image-panel .image-box{height:260px}.site-footer{background:#1f1f1f;color:#d8d8d8;padding:46px 0 20px}.footer-grid{display:grid;gap:26px}.footer-logo img{max-height:44px;max-width:160px;object-fit:contain;margin-bottom:14px}.site-footer h3{margin:0 0 12px;color:#fff}.site-footer p{color:#d8d8d8}.site-footer a{display:block;color:#d8d8d8;margin:8px 0}.site-footer a:hover{color:#ff5000}.footer-bottom{margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:8px;color:#bdbdbd;font-size:14px}.mini-grid{display:grid;grid-template-columns:1fr;gap:14px}.mini-card{background:#fff;border-radius:18px;padding:18px;border:1px solid #f0e2d8}.mini-card strong{display:block;color:#ff5000;margin-bottom:6px}.table-like{display:grid;gap:10px}.table-row{display:grid;gap:8px;background:#fff;border-radius:14px;padding:14px;border:1px solid #eee}.table-row strong{color:#222}@media (min-width:640px){.quick-grid{grid-template-columns:repeat(3,1fr)}.feature-grid.two{grid-template-columns:repeat(2,1fr)}.feature-grid.three{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.mini-grid{grid-template-columns:repeat(2,1fr)}.table-row{grid-template-columns:160px 1fr}}@media (min-width:900px){.mobile-topbar{display:none}.desktop-header{height:76px;display:flex;align-items:center;gap:22px}.brand img{max-height:48px;max-width:168px;object-fit:contain}.desktop-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px}.desktop-nav a{padding:9px 10px;border-radius:999px;color:#333;font-weight:800;font-size:14px;white-space:nowrap}.desktop-nav a.active,.desktop-nav a:hover{color:#ff5000;background:#fff3ec}.hero-section{padding:44px 0 54px}.hero-inner{grid-template-columns:1fr 1fr;gap:40px}.hero-image{order:1}.hero-content{order:2;text-align:left;margin:0}.hero-title{font-size:48px}.hero-desc{font-size:17px}.hero-note{grid-template-columns:repeat(3,1fr)}.hero-image img{max-height:520px}.quick-grid{grid-template-columns:repeat(9,1fr)}.quick-card{min-height:132px;padding:14px}.quick-card strong{font-size:15px}.quick-card p{font-size:13px}.feature-grid.three{grid-template-columns:repeat(3,1fr)}.feature-grid.four{grid-template-columns:repeat(4,1fr)}.layout-split{grid-template-columns:1.05fr .95fr;gap:34px}.layout-split.reverse{grid-template-columns:.95fr 1.05fr}.service-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.footer-bottom{flex-direction:row;justify-content:space-between}.section-title{font-size:34px}.page-hero h1{font-size:42px}.article{padding:30px}.page-image-panel .image-box{height:320px}}@media (min-width:1120px){.desktop-nav a{padding:10px 13px;font-size:15px}.feature-grid.four{grid-template-columns:repeat(4,1fr)}}@media (max-width:380px){.mobile-topbar{grid-template-columns:62px 1fr 88px;padding:0 8px}.header-btn{font-size:13px;padding:8px 10px}.mobile-logo img{max-width:108px}.hero-title{font-size:30px}.quick-grid{gap:10px}.quick-card{padding:14px 12px}}
