/* 星扬网络科技 静态文章页样式 */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;color:#333;line-height:1.8;background:#fff}
a{color:#2563eb;text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:860px;margin:0 auto;padding:0 16px}
header.site{background:#1f2937;color:#fff}
header.site .wrap{display:flex;align-items:center;justify-content:space-between;height:56px}
header.site .brand{color:#fff;font-size:17px;font-weight:600}
header.site nav a{color:#d1d5db;margin-left:18px;font-size:14px}
.crumb{font-size:13px;color:#9ca3af;padding:14px 0;border-bottom:1px solid #f3f4f6}
.crumb a{color:#6b7280}
h1.title{font-size:26px;line-height:1.4;margin:24px 0 8px;color:#111}
.meta{font-size:13px;color:#9ca3af;margin-bottom:20px}
.meta span{margin-right:14px}
article p{margin:14px 0;font-size:16px}
article h2{font-size:20px;margin:28px 0 10px;padding-left:10px;border-left:4px solid #2563eb;color:#111}
article h3{font-size:17px;margin:20px 0 8px;color:#111}
article ul,article ol{margin:10px 0 14px 26px}
article li{margin:6px 0}
figure{margin:18px 0;text-align:center}
figure img{max-width:100%;height:auto;border:1px solid #eee;border-radius:6px}
figcaption{font-size:13px;color:#9ca3af;margin-top:6px}
.box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:16px 18px;margin:18px 0}
.box.blue{background:#eff6ff;border-color:#bfdbfe}
.tag{display:inline-block;background:#eff6ff;color:#2563eb;font-size:12px;border-radius:4px;padding:2px 8px;margin:0 6px 6px 0}
.rel{margin:34px 0;padding-top:18px;border-top:1px solid #f3f4f6}
.rel h3{font-size:16px;margin-bottom:10px}
.rel ul{list-style:none}
.rel li{padding:7px 0;border-bottom:1px dashed #f3f4f6;font-size:15px}
.rel li:before{content:"▸";color:#2563eb;margin-right:8px}
.cta{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;border-radius:10px;padding:22px;margin:26px 0}
.cta h3{color:#fff;font-size:18px;margin-bottom:8px}
.cta p{font-size:14px;opacity:.92;margin:4px 0}
.cta a{color:#fde68a;font-weight:600}
footer.site{background:#1f2937;color:#9ca3af;font-size:13px;margin-top:40px}
footer.site .wrap{padding:22px 16px;line-height:2}
footer.site a{color:#d1d5db}
