* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body { font-family: "Microsoft YaHei", sans-serif; line-height: 1.6; color: #333; background: #f4f4f4; display: flex; flex-direction: column; }
.container { max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 10px; }
header { background: #fff; border-bottom: 2px solid #d9534f; padding: 10px 0; }
.header-content { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 22px; font-weight: bold; text-decoration: none; color: #333; }
#nav {display: flex; justify-content: space-between; align-items: center; width: 100%;}
.nav-links a { margin-left: 15px; font-size: 14px; color: #555; text-decoration: none; }
main { flex: 1; margin: 0 auto 15px auto; }
.breadcrumb { font-size: 13px; color: #666; margin: 15px 0; }
.breadcrumb a { color: #666; text-decoration: none; }
.breadcrumb span { color: #d9534f; }
.page-box { background: #fff; padding: 20px; border-radius: 4px; min-height: 400px; }
.page-title { font-size: 20px; font-weight: bold; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #d9534f; color: #d9534f; }
footer { background: #fff; padding: 20px 0; text-align: center; font-size: 12px; color: #999; border-top: 1px solid #eee; }
.footer-links { margin-bottom: 8px; }
.footer-links a { color: #999; text-decoration: none; margin: 0 5px; }
footer { text-align: center; padding: 20px; font-size: 12px; color: #999; background: #fff;margin-top: 40px;}
footer p {text-align: center;font-size: 12px; color: #999;line-height: 30px;}
footer p a {text-decoration:none;color: #999;}