/* Global site footer — Figma node 3313:8845. */
.footer {
  --site-footer-height: 300px;
  position: relative;
  width: 100%;
  height: auto;
  min-height: var(--site-footer-height);
  margin: 0;
  padding: 0 0 48px;
  overflow: hidden;
  color: #fff;
  background: #020d19;
  font-family: "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.footer,
.footer * {
  box-sizing: border-box;
}

.footer::before,
.footer::after {
  content: none;
  display: none;
}

.footer .footer-media,
.footer .footer-glass,
.footer .footer-stage {
  position: absolute;
  inset: 0;
}

.footer .footer-media,
.footer .footer-glass {
  pointer-events: none;
}

.footer .footer-media {
  overflow: hidden;
}

.footer .footer-media img {
  position: absolute;
  top: -124.88%;
  left: 0;
  width: 100%;
  height: 265.78%;
  max-width: none;
  display: block;
  object-fit: cover;
}

.footer .footer-media span {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, .4);
}

.footer .footer-glass {
  background: rgba(0, 0, 0, .4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.footer .site-footer-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 60px 50px 0;
}

.footer .footer-main {
  position: relative;
  width: 100%;
  height: 219px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .footer-grid {
  position: relative;
  width: 100%;
  height: 199.172px;
}

.footer .footer-brand {
  position: absolute;
  top: 0;
  left: 150px;
  width: 341.031px;
  height: 171.188px;
  padding-right: 31px;
}

.footer .footer-brand-logo {
  position: relative;
  width: 100%;
  height: 44.797px;
}

.footer .footer-brand-logo img {
  position: absolute;
  top: 3.19px;
  left: 0;
  width: min(310.031px, 100%);
  height: 30.813px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.footer .footer-phone,
.footer .footer-address,
.footer .footer-icp,
.footer .footer-qr p {
  margin: 0;
}

.footer .footer-phone,
.footer .footer-address {
  width: min(311px, 100%);
  color: rgba(255, 255, 255, .85);
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
}

.footer .footer-phone {
  height: 53px;
  padding-top: 24px;
  white-space: nowrap;
}

.footer .footer-address {
  padding: 8px 0;
}

.footer .footer-icp {
  margin: 12px 0 0;
  width: min(311px, 100%);
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 400;
}

.footer .footer-column {
  height: 199.172px;
}

.footer .footer-nav-groups {
  position: absolute;
  top: 0;
  left: 551.031px;
  display: grid;
  grid-template-columns: repeat(4, 227.359px);
  column-gap: 50px;
  align-items: start;
}

.footer .footer-news {
  height: 161.578px;
  padding-right: 31px;
}

.footer .footer-column h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 500;
  white-space: nowrap;
}

.footer .footer-list {
  padding: 20px 0 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer .footer-list a,
.footer .footer-list span {
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.footer .footer-list a:hover,
.footer .footer-list a:focus-visible {
  color: #fff;
  transform: none;
}

.footer .copyright {
  display: none;
}

html[data-locale="en"] .footer {
  height: auto;
}

html[data-locale="en"] .footer .footer-stage {
  position: relative;
  inset: auto;
  min-height: var(--site-footer-height);
}

html[data-locale="en"] .footer .site-footer-container {
  height: auto;
}

html[data-locale="en"] .footer .footer-main {
  height: auto;
  min-height: 219px;
  padding-bottom: 20px;
}

html[data-locale="en"] .footer .footer-grid {
  height: auto;
  min-height: 199.172px;
}

html[data-locale="en"] .footer .footer-brand {
  position: relative;
  height: auto;
  min-height: 171.188px;
}

html[data-locale="en"] .footer .footer-address {
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 1700px) {
  .footer .site-footer-container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .footer .footer-grid {
    width: calc(100% - 160px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    column-gap: 40px;
  }

  .footer .footer-brand,
  .footer .footer-nav-groups {
    position: relative;
    top: auto;
    left: auto;
  }

  .footer .footer-brand {
    width: 310px;
  }

  .footer .footer-nav-groups {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 32px;
  }
}

@media (max-width: 1100px) {
  .footer {
    height: auto;
    min-height: 570px;
  }

  .footer .footer-media img {
    top: 0;
    height: 100%;
  }

  .footer .site-footer-container {
    padding: 48px 32px 0;
  }

  .footer .footer-main {
    height: auto;
    min-height: 470px;
  }

  .footer .footer-grid {
    width: 100%;
    max-width: none;
    height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer .footer-brand,
  .footer .footer-column {
    width: 100%;
    height: auto;
    min-height: 170px;
  }

  .footer .footer-nav-groups {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }

}

@media (max-width: 900px) {
  .footer {
    min-height: 0;
  }

  .footer .site-footer-container {
    position: relative;
    padding: 40px 24px 0;
  }

  .footer .footer-main {
    min-height: 0;
    padding-bottom: 36px;
  }

  .footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer .footer-brand,
  .footer .footer-column {
    min-height: 0;
    padding-right: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }

  .footer .footer-nav-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer .footer-brand-logo img {
    width: min(310.031px, 100%);
  }

  .footer .footer-address {
    width: 100%;
  }

  .footer .footer-list {
    display: flex;
  }
}
