/* 2026.09.03 · khp · 全站 footer 深蓝→白灰 + footer logo 换页头同款 + logo 藏青→深灰（v107）
   footer 底色改 #f7f8fa；.sf-brand 用 logo-3d-107.png（藏青已染深灰）做背景图；
   页头 .sh-logo 同步换新图（全站 logo 一致）。
   回滚：各页 footer-light-107.css 引用删掉 + 恢复备份目录。 */
.sh-logo{
  background:url("/icons/logo-3d-107.png") center/contain no-repeat;
}
.sf-brand{
  min-height:28px;
  min-width:116px;
  aspect-ratio:1000/240;
  background:url("/icons/logo-3d-107.png") center/contain no-repeat;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 8px;
}
.sf-brand > span{display:none;}
.site-footer{
  background:#f7f8fa !important;
  color:#5b6572 !important;
  border-top:1px solid #e3e7ee;
}
.site-footer a{color:#334155 !important;}
.site-footer .sf-tag{color:#6b7686 !important;}
.site-footer .sf-copy{color:#5b6572 !important;}
.site-footer .sf-beian{color:#7b8695 !important;}
.site-footer .sf-sep{color:#b7c0cc !important;}
.site-footer .sf-links a{color:#334155 !important;}
.site-footer .sf-links a:hover{color:#f97316 !important;}
