/* ============================================
   * 页脚组件样式
   ============================================ */

.footer {
  background-color: var(--footer-bg);
  background-image: url(/kfsybyy/assets/images/footerBg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  color: #fff;
  padding-top: 32px;
  margin-top: auto;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffcc00;
  text-decoration: none;
}

.footer-divider {
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin: 0 25px;
}

.footer-logo {
  max-width: 100%;
}

.footer-contact {
  line-height: 1.8;
}

.footer-contact div {
  margin-bottom: 20px;
}

.footer-copyright {
  line-height: 1.8;
}

.footer-icp {
  position: relative;
  padding-left: 27px;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  justify-content: center;
}