.footer-site-footer {
  width: 100%;
  min-width: 1204px;
  height: 363px;
  position: relative;
  overflow: hidden;
  background-color: #05030b;
  background-image: url('/assets/images/footer/footer-bg-ai-slice.webp?v=20260824093634');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.footer-content {
  width: 1204px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 48px;
  box-sizing: border-box;
}

.footer-links {
  display: grid;
  grid-template-columns: 140px 140px 240px;
  column-gap: 32px;
  color: #ffffff;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column-title {
  min-height: 18px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.footer-link {
  width: 140px;
  min-height: 16px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-contact-column .footer-link {
  width: 240px;
}

.footer-right-brand {
  position: absolute;
  top: 101px;
  right: 0;
  width: 434px;
  height: 56px;
  object-fit: contain;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.16);
}

.footer-copyright {
  min-height: 14px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.footer-copyright-item,
.footer-copyright-separator {
  flex-shrink: 0;
}

.footer-copyright-separator {
  color: rgba(255, 255, 255, 0.28);
}

.footer-copyright-link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

/* 公安备案链接前固定展示警徽图标，保持文案与链接可点击区域同行对齐。 */
.footer-police-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

.footer-police-link::before {
  content: '';
  position: relative;
  top: -2px;
  width: 14px;
  height: 16px;
  flex-shrink: 0;
  background-image: url('/assets/images/footer/police.png?v=20260824093634');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
