/* ===== Footer ===== */
.site-footer {
  background: #000;          /* 黑色底色 */
  padding: 32px 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #fff;               /* 默认文字白色 */
}
.site-footer .footer-container {
  max-width: 960px;
  margin: 0 auto;            /* 居中 */
}
.site-footer .copyright {
  color: #fff;               /* 版权保持白色 */
  text-align: center;
  font-weight: 600;
}
.site-footer .disclaimer,
.site-footer .contact {
  color: #9c9c9c;            /* 灰色文字 */
  margin-top: 16px;
  text-align: center;
}
.site-footer a {
  color: #6faeff;            /* 链接颜色与页面主色调协调 */
  text-decoration: underline;
}
@media (min-width: 768px) {
  .site-footer { font-size: 13px; }
}
