@charset "UTF-8";
.footer-wrap {
  width: 100%;
  background: #0A32DC;
  padding: 100px 40px 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.footer-logo {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  width: 227px;
  height: 47px;
}
.footer-logo-btn {
  margin-left: 13px;
  margin-top: 36px;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #ffffff;
}
.footer-logo-btn:hover {
  color: #262626;
  border: 1px solid rgba(0, 0, 0, 0.85);
  background: #ffffff;
  border-color: #262626 !important;
}

.footer-logo-btn:hover .right-arrow {
    border-color: #262626 !important;
  }

.footer-logo-btn .right-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  transform: rotate(45deg);
  animation: bounce-down 1.6s linear infinite;
}
.footer-logo-btn .right-arrow-1 {
  width: 8px !important;
  height: 8px !important;
  margin-left: 8px;
  transform: rotate(45deg);
  animation: bounce-down 1.6s linear infinite;
}
.ml-10 {
    margin-left: -4px;
}

@keyframes bounce-down {
    25% {
      transform: translateX(-2px) rotate(45deg);
    }
  
    50%,
    100% {
      transform: translateX(0) rotate(45deg);
    }
  
    75% {
      transform: translateX(4px) rotate(45deg);
    }
  }
.footer-address {
  font-size: 16px;
  font-family: AlibabaPuHuiTiR;
  color: #fdfdfd;
  margin-right: 0;
}
.footer-address-line {
  margin-top: 12px;
  margin-bottom: 20px;
  width: 20px;
  height: 3px;
  background: #ffffff;
}
.footer-address-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(253, 253, 253, 0.65);
}
.mt-16 {
  margin-top: 16px;
}
.mt-45 {
  margin-top: 45px;
}
.footer-pic-big {
  width: 110px;
  height: 110px;
}

.footer-pic-small {
  width: 42px;
  height: 42px;
  cursor: pointer;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

.footer-pic-small:hover {
  transform: translateY(-10px);
  transition: all 0.6s ease-out;
}
.footer-pic-1 {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-big-wrap {
  text-align: center;
  margin-right: 32px;
}

.footer-big-wrap:last-child {
  margin-right: 0;
}

.footer-big-wrap div {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 14px;
}
.footer-small-wrap {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: flex-start;
}
.footer-social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
}
.footer-social-item:last-child {
  margin-right: 0;
}
.footer-social-item span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 8px;
  white-space: nowrap;
}
.footer-social-item:hover span {
  color: rgba(255, 255, 255, 0.9);
}

/* ========== Tablet (769px ~ 1024px) ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .footer-wrap {
    flex-wrap: wrap;
    padding: 48px 32px 36px;
    gap: 36px 24px;
  }

  .footer-logo {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo-btn {
    margin-left: 0;
    margin-top: 28px;
    width: 180px;
    height: 52px;
    font-size: 16px;
  }

  .footer-address {
    width: 45%;
  }

  .footer-pic {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-pic-1 {
    margin-bottom: 16px;
  }

  .footer-big-wrap {
    margin-right: 24px;
  }

  .footer-big-wrap div {
    font-size: 12px;
  }

  .footer-pic-big {
    width: 96px;
    height: 96px;
  }

  .footer-small-wrap {
    justify-content: center;
  }
}

/* ========== Mobile (≤768px) ========== */
@media (max-width: 768px) {
  .footer-wrap {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 30px;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-address {
    text-align: center;
  }

  .footer-address-line {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-pic-1 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-big-wrap {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .footer-small-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .footer-small-wrap a {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .footer-wrap {
    padding: 30px 16px;
  }

  .footer-logo img {
    width: 160px;
    height: auto;
  }

  .footer-pic-big {
    width: 80px;
    height: 80px;
  }
}
.record-information {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 19px;
  background: #0A32DC;
}

.record-information a {
  color: rgba(255, 255, 255, 0.45) !important;
}
