/* ===== V95C Footer 窄体 居中 备案样式 ===== */

.wx-v95-footer{
  padding:14px 0 !important;
  background:#1F2937 !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  font-family:
    "Source Han Sans SC",
    "Noto Sans SC",
    "PingFang SC",
    "Microsoft YaHei UI",
    system-ui,
    sans-serif !important;
  box-sizing:border-box !important;
  text-align:center !important;
}

.wx-v95-footer-inner{
  max-width:1180px !important;
  margin:0 auto !important;
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  justify-content:center !important;
  align-items:center !important;
}

.wx-v95-footer-links{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  justify-content:center !important;
  font-size:12px !important;
}

.wx-v95-footer-links a{
  color:#CBD5E1 !important;
  text-decoration:none !important;
  font-weight:500 !important;
  border-right:1px solid rgba(203,213,225,.22) !important;
  padding:0 8px !important;
}

.wx-v95-footer-links a:last-child{
  border:none !important;
}

.wx-v95-footer-links a:hover{
  color:#FFF !important;
}

.wx-v95-footer-info,
.wx-v95-footer-license,
.wx-v95-footer-report{
  font-size:11px !important;
  color:#94A3B8 !important;
  font-weight:400 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

.wx-v95-footer-badge{
  margin-top:6px !important;
  font-size:11px !important;
  color:#CBD5E1 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
}
