.footer-container {
  width: 100%;
  background-color: #e7e7e7;
}

.footer-container .bg-line {
  width: 100%;
  height: 8px;
  background-color: #24679b;
}

.footer-container .footer-main {
  width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.footer-container .footer-main .footer-link {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 8px;
}

.footer-container .footer-main .footer-links-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-container .footer-main .footer-links-contact .footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-container .footer-main .footer-links-contact .footer-links .footer-copyright {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
}

.footer-container .footer-main .footer-links-contact .footer-links .footer-licenses {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #666666;
  font-size: 12px;
  line-height: 22px;
}

.footer-container .footer-main .footer-links-contact .footer-links .footer-licenses .license-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-container .footer-main .footer-links-contact .footer-links .footer-licenses .license-item .license-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.footer-container .footer-main .footer-links-contact .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-container .footer-main .footer-links-contact .footer-contact .contact-item {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  gap: 4px;
}

.footer-container .footer-main .footer-links-contact .footer-contact .contact-item .contact-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.footer-container .footer-main .footer-links-contact .footer-contact .site-map {
  color: #333333;
  font-size: 12px;
  line-height: 22px;
}