*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;color:#1e293b;background:#fffdf7;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:.2s}img{max-width:100%;display:block}.wrap{max-width:1200px;margin:0 auto;padding:0 20px}.skip{position:absolute;left:-9999px}.skip:focus{left:20px;top:20px;z-index:999;background:#f59e0b;color:#fff;padding:10px 16px;border-radius:8px}.topbar{background:#0f172a;color:#cbd5e1;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;align-items:center;height:36px}.topbar a:hover{color:#f59e0b}.header{position:sticky;top:0;z-index:100;background:rgba(255,253,247,.92);backdrop-filter:blur(12px);border-bottom:1px solid #f1e9dc}.header .wrap{display:flex;justify-content:space-between;align-items:center;height:68px}.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px;color:#0f172a}.logo img{width:38px;height:38px;border-radius:9px}.logo span em{color:#f59e0b;font-style:normal}.nav{display:flex;gap:26px;font-size:15px;font-weight:500}.nav a{position:relative;padding:4px 0}.nav a:hover,.nav a.on{color:#ea580c}.nav a.on::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:#f59e0b;border-radius:2px}.nav-btn{background:#f59e0b;color:#fff!important;padding:9px 18px!important;border-radius:22px;font-weight:700}.nav-btn:hover{background:#ea580c}.burger{display:none;background:none;border:none;font-size:26px;cursor:pointer}.hero{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 55%,#24507a 100%);color:#fff;padding:64px 0 72px;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;right:-80px;top:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(245,158,11,.22),transparent 70%);border-radius:50%}.hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;position:relative}.hero h1{font-size:42px;line-height:1.25;margin-bottom:18px;font-weight:800}.hero h1 em{color:#f59e0b;font-style:normal}.hero .sub{font-size:18px;color:#cbd5e1;margin-bottom:26px;max-width:560px}.hero-cta{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-block;padding:13px 30px;border-radius:26px;font-weight:700;font-size:16px;cursor:pointer}.btn-pri{background:#f59e0b;color:#fff;box-shadow:0 8px 20px rgba(245,158,11,.35)}.btn-pri:hover{background:#ea580c;transform:translateY(-2px)}.btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.25)}.btn-ghost:hover{background:rgba(255,255,255,.2)}.hero-badges{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.hero-badges span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:6px 14px;border-radius:16px;font-size:13px;color:#e2e8f0}.sim{background:#0b1626;border:1px solid #1e3a5f;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.45)}.sim-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#0f1d31;border-bottom:1px solid #1e3a5f}.sim-bar i{width:12px;height:12px;border-radius:50%;display:inline-block}.sim-bar i:nth-child(1){background:#ff5f57}.sim-bar i:nth-child(2){background:#febc2e}.sim-bar i:nth-child(3){background:#28c840}.sim-bar .url{margin-left:10px;background:#0b1626;padding:4px 14px;border-radius:12px;font-size:12px;color:#94a3b8;flex:1}.sim-body{padding:26px}.sim-connect{text-align:center;padding:26px 0 20px}.sim-dot{width:86px;height:86px;border-radius:50%;margin:0 auto 18px;background:conic-gradient(#f59e0b 0 70%,#1e3a5f 70% 100%);display:flex;align-items:center;justify-content:center;position:relative}.sim-dot::after{content:"";position:absolute;inset:10px;background:#0b1626;border-radius:50%}.sim-dot b{position:relative;z-index:2;font-size:26px}.sim-dot em{position:absolute;z-index:2;bottom:30px;font-size:11px;color:#94a3b8;font-style:normal}.sim-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.sim-card{background:#0f1d31;border:1px solid #1e3a5f;border-radius:10px;padding:12px}.sim-card .k{font-size:12px;color:#64748b}.sim-card .v{font-size:18px;font-weight:700;color:#fff}.sim-card .v.ok{color:#28c840}.sim-nodes{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.sim-nodes span{background:#0f1d31;border:1px solid #1e3a5f;color:#cbd5e1;font-size:12px;padding:5px 12px;border-radius:14px}.sim-nodes span.on{background:#f59e0b;color:#fff;border-color:#f59e0b}.section{padding:70px 0}.section-alt{background:#fff}.sec-head{text-align:center;margin-bottom:46px}.sec-head .tag{display:inline-block;background:#fef3c7;color:#b45309;padding:5px 16px;border-radius:16px;font-size:13px;font-weight:600;margin-bottom:12px}.sec-head h2{font-size:34px;font-weight:800;margin-bottom:12px}.sec-head p{color:#64748b;max-width:640px;margin:0 auto}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#fff;border:1px solid #f1e9dc;border-radius:16px;padding:28px;transition:.25s}.card:hover{box-shadow:0 12px 32px rgba(15,23,42,.08);transform:translateY(-4px)}.card .ico{width:52px;height:52px;border-radius:12px;background:#fef3c7;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.card h3{font-size:19px;margin-bottom:10px}.card p{color:#64748b;font-size:15px}.card a.more{color:#ea580c;font-weight:600;font-size:14px;display:inline-block;margin-top:12px}.notice{border:1px solid #fde68a;background:#fffbeb;border-radius:14px;padding:18px 22px;margin-bottom:0}.notice .hd{font-weight:700;color:#b45309;margin-bottom:6px}.notice ul{list-style:none}.notice li{padding:8px 0;border-bottom:1px dashed #fde68a;font-size:14px;color:#78350f}.notice li:last-child{border:none}.notice time{color:#d97706;font-size:12px;margin-right:8px}.compare-table{overflow-x:auto;border-radius:14px;border:1px solid #f1e9dc}.compare-table table{width:100%;border-collapse:collapse;min-width:640px}.compare-table th,.compare-table td{padding:15px 18px;text-align:center;border-bottom:1px solid #f1e9dc;font-size:14px}.compare-table th{background:#0f172a;color:#fff;font-weight:600}.compare-table th:first-child,.compare-table td:first-child{text-align:left;font-weight:600}.compare-table tr:nth-child(even) td{background:#faf7f0}.compare-table .yes{color:#16a34a;font-weight:700}.compare-table .no{color:#dc2626}.compare-table .me{background:#fef3c7!important;font-weight:700}.tabs{display:flex;gap:10px;justify-content:center;margin-bottom:32px;flex-wrap:wrap}.tabs a{padding:9px 22px;border-radius:22px;border:1px solid #f1e9dc;font-size:14px;font-weight:500;background:#fff}.tabs a.on,.tabs a:hover{background:#f59e0b;color:#fff;border-color:#f59e0b}.review{background:#fff;border:1px solid #f1e9dc;border-radius:16px;padding:26px}.review .stars{color:#f59e0b;margin-bottom:12px;letter-spacing:2px}.review p{color:#334155;font-size:15px;margin-bottom:14px}.review .who{display:flex;align-items:center;gap:12px}.review .who img,.review .who .avatar{width:42px;height:42px;border-radius:50%;background:#fef3c7;display:flex;align-items:center;justify-content:center;font-weight:700;color:#b45309}.review .who b{display:block;font-size:14px}.review .who span{font-size:12px;color:#94a3b8}.dl-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.dl-card{background:#fff;border:1px solid #f1e9dc;border-radius:16px;padding:24px;text-align:center;transition:.25s}.dl-card:hover{box-shadow:0 12px 30px rgba(15,23,42,.1);transform:translateY(-4px);border-color:#f59e0b}.dl-card .pf{font-size:40px;margin-bottom:12px}.dl-card h3{font-size:16px;margin-bottom:6px}.dl-card p{font-size:12px;color:#94a3b8;margin-bottom:14px}.dl-card .btn{font-size:14px;padding:9px 20px}.trust{background:#0f172a;color:#fff}.trust .sec-head .tag{background:#f59e0b;color:#0f172a}.trust .sec-head p{color:#94a3b8}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.trust-grid .n{font-size:34px;font-weight:800;color:#f59e0b}.trust-grid .l{font-size:13px;color:#94a3b8;margin-top:4px}.scenario{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.faq-item{background:#fff;border:1px solid #f1e9dc;border-radius:14px;margin-bottom:14px;overflow:hidden}.faq-item details summary{cursor:pointer;padding:18px 22px;font-weight:600;font-size:16px;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item details summary::after{content:"+";font-size:22px;color:#f59e0b;font-weight:700}.faq-item details[open] summary::after{content:"−"}.faq-item details .ans{padding:0 22px 20px;color:#475569;font-size:15px}.faq-item details .ans ol{margin:12px 0 0 20px}.faq-item details .ans ol li{margin-bottom:8px}.cta{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;text-align:center;padding:70px 0;border-radius:24px;margin:0 20px}.cta h2{font-size:34px;font-weight:800;margin-bottom:14px}.cta p{font-size:17px;margin-bottom:26px;opacity:.95}.cta .btn{background:#0f172a;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.25)}.cta .btn:hover{background:#1e293b}.footer{background:#0f172a;color:#94a3b8;padding:50px 0 30px;margin-top:70px}.footer .wrap{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}.footer .brand{color:#fff;font-size:20px;font-weight:800;margin-bottom:12px}.footer p{font-size:14px}.footer h4{color:#fff;font-size:15px;margin-bottom:14px}.footer ul{list-style:none}.footer li{margin-bottom:8px}.footer a:hover{color:#f59e0b}.footer .bottom{border-top:1px solid #1e293b;margin-top:36px;padding-top:20px;text-align:center;font-size:13px}.crumb{background:#faf7f0;border-bottom:1px solid #f1e9dc;padding:14px 0;font-size:14px;color:#64748b}.crumb a{color:#ea580c}.crumb .sep{margin:0 8px;color:#cbd5e1}.page-hero{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;padding:52px 0;text-align:center}.page-hero h1{font-size:36px;font-weight:800;margin-bottom:12px}.page-hero p{color:#cbd5e1;max-width:640px;margin:0 auto}.article{max-width:780px;margin:0 auto;padding:48px 20px}.article .meta{display:flex;gap:16px;color:#94a3b8;font-size:13px;margin:16px 0;flex-wrap:wrap}.article .meta span{background:#f1f5f9;padding:4px 12px;border-radius:14px}.article h2{font-size:26px;margin:36px 0 16px;font-weight:800}.article p{margin-bottom:18px;font-size:16px;color:#334155}.article img{border-radius:12px;margin:20px 0}.article blockquote{border-left:4px solid #f59e0b;background:#fffbeb;padding:16px 20px;margin:20px 0;border-radius:0 10px 10px 0;color:#78350f}.article table{width:100%;border-collapse:collapse;margin:20px 0}.article table th,.article table td{border:1px solid #e2e8f0;padding:10px 14px;text-align:left;font-size:14px}.article table th{background:#f8fafc}.related{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.related .rcard{border:1px solid #f1e9dc;border-radius:12px;padding:16px;font-size:14px}.related .rcard:hover{border-color:#f59e0b}.prevnext{display:flex;justify-content:space-between;gap:20px;margin:32px 0;flex-wrap:wrap}.prevnext a{border:1px solid #f1e9dc;padding:14px 18px;border-radius:10px;font-size:14px;flex:1;min-width:220px}.prevnext a:hover{border-color:#f59e0b}.newslist{max-width:900px;margin:0 auto;padding:40px 20px}.newslist .item{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid #f1e9dc}.newslist .item img{width:180px;height:120px;object-fit:cover;border-radius:10px}.newslist .item .tt{font-size:18px;font-weight:700;margin-bottom:8px}.newslist .item .tt a:hover{color:#ea580c}.newslist .item .ds{font-size:14px;color:#64748b;margin-bottom:8px}.newslist .item .tm{font-size:12px;color:#94a3b8}.pager{display:flex;gap:8px;justify-content:center;margin:32px 0}.pager a{padding:8px 14px;border:1px solid #f1e9dc;border-radius:8px;font-size:14px}.pager a.on,.pager a:hover{background:#f59e0b;color:#fff;border-color:#f59e0b}.err-page{text-align:center;padding:90px 20px}.err-page h1{font-size:80px;font-weight:800;color:#f59e0b;margin-bottom:10px}.err-page h2{font-size:26px;margin-bottom:16px}.err-page p{color:#64748b;margin-bottom:26px}.err-page .btn{background:#f59e0b;color:#fff}@media(max-width:960px){.hero .wrap{grid-template-columns:1fr}.grid-3,.grid-2,.grid-4,.trust-grid,.scenario,.dl-grid,.related{grid-template-columns:1fr 1fr}.footer .wrap{grid-template-columns:1fr 1fr}.nav{display:none}.burger{display:block}.hero h1{font-size:32px}.newslist .item{flex-direction:column}.newslist .item img{width:100%;height:auto}}@media(max-width:600px){.grid-3,.grid-2,.grid-4,.trust-grid,.scenario,.dl-grid,.related{grid-template-columns:1fr}.footer .wrap{grid-template-columns:1fr}.sec-head h2{font-size:26px}.hero h1{font-size:26px}}
