/* 官网六个公开页面共用的法定信息栏。
   公司、电话、备案是同一级信息：统一字号、字重与亮度，不再把电话和备案降灰。 */
.legal-footer{font-size:clamp(16.5px,1.1vw,19px);color:#d9e4ef;letter-spacing:.04em}
.legal-footer:not(.loginfoot){justify-content:center;gap:10px clamp(34px,5vw,84px)}
.legal-footer .legal-company,
.legal-footer .legal-phone,
.legal-footer .legal-icp,
.legal-footer .legal-phone span,
.legal-footer .legal-phone strong{
  color:#d9e4ef;font:inherit;font-size:inherit;font-weight:520;line-height:1.55;letter-spacing:inherit;text-shadow:inherit
}
.legal-footer .legal-phone{white-space:nowrap}
.legal-footer .legal-company{white-space:nowrap}
.legal-footer .loginfoot-inner{justify-content:center}
.legal-footer .loginfoot-meta{align-items:center}
.legal-footer a:hover,.legal-footer a:focus-visible{color:#fff}

@media(max-width:900px){
  .legal-footer{font-size:15px;letter-spacing:.025em}
}
@media(max-width:600px){
  .legal-footer:not(.loginfoot){display:grid;justify-items:center;gap:5px;padding-top:12px;padding-bottom:14px;font-size:14px;line-height:1.45;text-align:center}
  .legal-footer.loginfoot{font-size:14px}
}
@media(max-width:380px){
  .legal-footer.loginfoot .loginfoot-item{padding-inline:6px}
}
