* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "宋体", SimSun, sans-serif; background: #f5f0e8; min-height: 100vh; }
a { color: #8B0000; text-decoration: none; }
a:hover { text-decoration: underline; }
.footer { text-align: center !important; padding: 20px; color: #999; font-size: 14px; background: #fff; border-top: 1px solid #e8e0d0; }
.footer p { margin: 5px 0; }

/* 帝国CMS提示页面手机端适配 */
@media (max-width: 768px) {
    body { font-size: 16px !important; }
    table { font-size: 16px !important; }
    input, select, textarea { font-size: 16px !important; }
    .tableborder { width: 90% !important; }
    .header { font-size: 18px !important; }
}
