/* MaxTerm 前台购买/找回/政策页 —— 共享基础样式(各模板另有内联样式)。润迅蓝 #003880 */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",system-ui,sans-serif;
  color:#1f2933;background:#fbfbfd;line-height:1.7;-webkit-font-smoothing:antialiased;
}
a{color:#003880;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%}
h1,h2,h3{color:#0f1f3d;line-height:1.25}
.mt-container{max-width:980px;margin:0 auto;padding:2.5rem 1.5rem}
.mt-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.8rem 1.8rem;font-size:15px;font-weight:600;border:0;border-radius:8px;
  background:#003880;color:#fff;cursor:pointer;transition:.15s;
}
.mt-btn:hover{background:#00264f;text-decoration:none}
.mt-btn:disabled{background:#9aa3b8;cursor:not-allowed}
.mt-card{background:#fff;border:1px solid #e3e6ec;border-radius:12px;padding:1.6rem}
.mt-muted{color:#6b7280;font-size:13px}
.mt-alert{padding:.8rem 1rem;border-radius:8px;font-size:14px;margin-bottom:1rem}
.mt-alert-err{background:#fdecea;border:1px solid #f5c6c0;color:#b42318}
.mt-alert-ok{background:#e7f6ee;border:1px solid #bfe6d0;color:#137a4a}
