/* 工信部 ICP 备案悬挂（页脚，随页面布局在底部，不遮挡内容） */
.site-icp-footer {
  position: relative;
  z-index: 25;
  flex-shrink: 0;
  width: 100%;
  padding: 10px 12px 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text2, #8b95a8);
  background: var(--bg2, #141418);
  border-top: 1px solid var(--border, #2a2a35);
}
.site-icp-footer a {
  color: var(--text2, #8b95a8);
  text-decoration: none;
}
.site-icp-footer a:hover {
  color: var(--text, #e4e8f1);
  text-decoration: underline;
}
