/* =====================================================
 * 平台条款文档统一样式（用户须知 / 专项条款页共用）
 * 公共布局保留在 style.css，此处仅条款文档相关
 * ===================================================== */
.terms-page { background:#f8fafc; padding:32px 16px 56px; }
.terms-doc {
  max-width: 880px; margin: 0 auto; background:#fff;
  border:1px solid #e2e8f0; border-radius:14px;
  padding:40px 48px; box-shadow:0 6px 24px rgba(15,23,42,.05);
  font-size:15px; line-height:1.9; color:#334155;
}
.terms-head { text-align:center; border-bottom:1px solid #eef2f7; padding-bottom:22px; margin-bottom:26px; }
.terms-head h1 { font-size:26px; color:#0f172a; margin:0 0 8px; font-weight:700; }
.terms-sub { margin:0 0 6px; color:#0d9488; font-weight:600; letter-spacing:1px; }
.terms-meta { margin:0; font-size:13px; color:#94a3b8; }
.terms-warn {
  background:#fffbeb; border:1px solid #fde68a; color:#92400e;
  border-radius:10px; padding:14px 16px; font-size:13.5px; line-height:1.8; margin-bottom:28px;
}
.terms-warn em { font-style:normal; color:#b45309; font-weight:600; }
.terms-doc h2 { font-size:19px; color:#0f172a; margin:30px 0 12px; padding-left:12px; border-left:4px solid #14b8a6; }
.terms-doc h3 { font-size:16px; color:#1e293b; margin:18px 0 8px; }
.terms-doc p { margin:0 0 12px; }
.terms-doc ol, .terms-doc ul { margin:0 0 12px; padding-left:22px; }
.terms-doc ol li, .terms-doc ul li { margin-bottom:8px; }
.terms-doc u { text-decoration-color:#ef4444; text-underline-offset:3px; }
.terms-doc table { width:100%; border-collapse:collapse; margin:0 0 16px; font-size:14px; }
.terms-doc th, .terms-doc td { border:1px solid #e2e8f0; padding:8px 12px; text-align:left; vertical-align:top; }
.terms-doc th { background:#f1f5f9; color:#0f172a; font-weight:600; }
.terms-doc .step { counter-reset: step; }
.terms-doc .step > li { position:relative; padding-left:34px; list-style:none; }
.terms-doc .step > li::before {
  counter-increment: step; content: counter(step);
  position:absolute; left:0; top:2px;
  width:22px; height:22px; line-height:22px; text-align:center;
  background:#14b8a6; color:#fff; border-radius:50%; font-size:12px; font-weight:700;
}
.terms-sign { margin-top:36px; padding-top:24px; border-top:1px dashed #e2e8f0; text-align:right; color:#475569; }
.terms-sign p { margin:0 0 4px; }
.terms-company { font-size:17px; font-weight:700; color:#0f172a; margin-top:10px !important; }
.terms-date { color:#94a3b8; font-size:13px; }
/* 页脚条款链接 */
.site-footer-links a { color:#8a93a3; text-decoration:none; }
.site-footer-links a:hover { color:#14b8a6; }
@media (max-width: 640px) {
  .terms-doc { padding:24px 18px; }
  .terms-head h1 { font-size:21px; }
}
