.site-footer{padding:16px 5.5vw;background:#fff;border-top:1px solid #d9e3ef;color:#526d8d;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:30px;align-items:center;font-family:"Noto Sans SC",Arial,sans-serif}
.site-footer-brand{display:flex;flex-direction:column;gap:8px;align-self:stretch;justify-content:center}
.site-footer-brand img{display:block;width:128px;height:auto}
.site-footer-brand span{font:10px "DM Mono",monospace;letter-spacing:.45px;color:#7289a4}
.footer-wechat{display:flex;align-items:center;gap:12px;padding:7px 20px;border-left:1px solid #d9e3ef;border-right:1px solid #d9e3ef}
.footer-wechat img{display:block;width:64px;height:64px;object-fit:cover;padding:3px;background:#fff;border:1px solid #d6e3f0}
.footer-wechat p{margin:0 0 4px;font-size:14px;font-weight:700;color:#082044;letter-spacing:.2px}
.footer-wechat span{display:block;font-size:11px;line-height:1.65;color:#617999}
.site-footer .footer-top{justify-self:end;color:#082044;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap}
.site-footer .footer-top:hover{color:#0754b9}
@media(max-width:800px){.site-footer{grid-template-columns:1fr;gap:16px;padding:24px 7vw}.footer-wechat{justify-content:flex-start;padding:14px 0;border-left:0;border-right:0;border-top:1px solid #d9e3ef;border-bottom:1px solid #d9e3ef}.site-footer .footer-top{justify-self:start}.site-footer-brand{gap:8px}}
