.site-footer {
  position: relative;
  z-index: 1;
  height: 5.583333rem;
}

.footer-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.footer-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 5.583333rem;
  object-fit: cover;
}

.footer-panel {
  position: absolute;
  left: 1.302083rem;
  top: 1.46875rem;
  display: grid;
  grid-template-columns: 2.125rem 2.53125rem 1fr;
  width: 7.395833rem;
  height: 1.536458rem;
  padding: 0.1875rem 0.296875rem 0.25rem;
  border: 0;
  border-radius: 0.137552rem;
  background: rgba(13, 59, 127, 0.24);
  box-shadow:
    0.068776rem 0 0.045849rem rgba(23, 70, 165, 0.02),
    inset 0.11463rem 0 0.275109rem rgba(96, 110, 139, 0.11),
    inset 0 0 0.458516rem 0.449344rem rgba(255, 134, 13, 0.06);
  backdrop-filter: blur(0.068776rem);
}

.footer-panel__section {
  position: relative;
  padding-left: 0.177083rem;
}

.footer-panel__section + .footer-panel__section {
  padding-left: 0.416667rem;
}

.footer-panel__section + .footer-panel__section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.010417rem;
  height: 0.96875rem;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}

.footer-panel h2 {
  position: relative;
  margin: 0 0 0.223958rem;
  font-family: var(--font-cn-regular);
  font-size: 0.083333rem;
  font-weight: 400;
  line-height: 0.15625rem;
  letter-spacing: 0.008333rem;
  color: #fff;
}

.footer-panel h2::before {
  content: "";
  position: absolute;
  left: -0.135417rem;
  top: 0;
  width: 0.041667rem;
  height: 0.135417rem;
  background: #45e5d8;
}

.footer-panel p {
  margin: 0 0 0 -0.177083rem;
  font-family: var(--font-cn-light);
  font-size: 0.083333rem;
  font-weight: 300;
  line-height: 0.270833rem;
  letter-spacing: 0.008333rem;
  color: #fff;
}

.footer-panel a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.015625rem;
}

.footer-panel__address p + p {
  margin-top: 0.005208rem;
}

.footer-follow__list {
  display: flex;
  gap: 0.40625rem;
  margin-top: 0.026042rem;
}

.footer-follow figure {
  width: 0.697917rem;
  margin: 0;
  text-align: left;
}

.footer-follow img {
  display: block;
  width: 0.600651rem;
  height: 0.600651rem;
  margin: 0 0 0.036458rem;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.95);
}

.footer-follow figcaption {
  width: 0.614583rem;
  font-family: var(--font-cn-light);
  font-size: 0.0625rem;
  font-weight: 300;
  line-height: 0.104167rem;
  letter-spacing: 0.00625rem;
  color: #ffffff;
}

.footer-meta {
  position: absolute;
  left: 50%;
  top: 3.526042rem;
  width: 6.875rem;
  font-family: var(--font-cn-light);
  font-size: 0.0625rem;
  font-weight: 300;
  line-height: 0.15625rem;
  letter-spacing: 0.00625rem;
  text-align: center;
  color: #f3f4fa;
  transform: translateX(-50%);
}

.footer-meta p {
  margin: 0;
}

.footer-copyright {
  margin-bottom: 0.166667rem !important;
}

.footer-meta a {
  text-decoration: underline;
  text-underline-offset: 0.010417rem;
}

.footer-links a {
  margin-left: 0.083333rem;
  text-decoration: none;
}
<!--ºÄÊ±1785014448.9413Ãë-->