.en-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eceff4;
  overflow: hidden;
}

.en-footer .en-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0px 24px;
  display: flex;
  justify-content: center;
}

.en-footer__desktop {
  display: block;
  width: 100%;
}

.en-footer__mobile {
  display: none;
}

.en-footer__panel {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* padding-bottom: 32px; */
  border-bottom: 1px solid #f9fafc;
}

.en-footer__brand {
  width: 462px;
  min-height: 270px;
  padding-right: 40px;
}

.en-footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.en-footer__logo-image {
  display: block;
  width: 213.33px;
  flex-shrink: 0;
  height: 40px;
  object-fit: contain;
}

.en-footer__company {
  margin-top: 32px;
  color: #303033;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.en-footer__meta {
}

.en-footer__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.en-footer__meta-email,
.en-footer__meta-location {
  width: 16px;
  height: 22px;
  flex-shrink: 0;
}

.en-footer__meta-text {
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.en-footer-common-top {
  margin-top: 8px;
}

.en-footer__socials img{
  margin-right: 6px;
  cursor: pointer;
}

.en-footer__qrs {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 20px;
}

.en-footer__qr-card {
  width: 98px;
  text-align: center;
}

.en-footer__qr-image {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  object-fit: cover;
  background: #ffffff;
}

.en-footer__qr-label {
  margin-top: 8px;
  color: #5c626e;
  font-size: 14px;
  line-height: 20px;
}

.en-footer__social {
  width: 96px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.en-footer__links-grid {
  box-sizing: border-box;
  /* width: calc(100% - 500px); */
  width: 690px;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}

.en-footer__group {
  width: 230px;
  margin-bottom: 32px;
  padding-right: 24px;
}

.en-footer__links-grid > .en-footer__group:last-child {
  padding-right: 0;
}

.en-footer__group h3 {
  margin: 0;
  color: #111827;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.en-footer__group a {
  display: block;
  color: #6b7280;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.en-footer__group a.en-footer__link--multiline {
  white-space: normal;
}

.en-footer__tail {
  padding-top: 20px;
}

.en-footer__copyright {
  color: #9c9ca6;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.en-footer__badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 14px;
}

.en-footer__badge {
  position: relative;
  padding-left: 24px;
  color: #7f8694;
  font-size: 12px;
  line-height: 18px;
}

.en-footer__badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d0d5dd;
}

.en-footer__badge--police::before {
  background: linear-gradient(135deg, #f79009 0%, #ef6820 100%);
}

.en-footer__badge--gongshang::before {
  background: linear-gradient(135deg, #f04438 0%, #f79009 100%);
}

.en-footer__badge--security::before {
  background: linear-gradient(135deg, #2e90fa 0%, #1d4ed8 100%);
}

.en-footer__badge--quality::before {
  background: linear-gradient(135deg, #667085 0%, #344054 100%);
}

.en-footer__mobile-top {
  display: block;
  padding-bottom: 12px;
}

.en-footer__mobile-brand {
  min-width: 0;
  width: 100%;
}

.en-footer__mobile-groups {
  display: block;
}

.en-footer__mobile-divider {
  height: 1px;
  background: #d5d9e0;
}

.en-footer__mobile-bottom {
  display: block;
  padding: 0;
}

.en-footer__tail--mobile {
  border-top: 1px solid #eceff4;
  margin-top: 20px;
}

.en-footer__copyright--mobile {
  display: block;
}

.en-footer__badges--mobile {
  gap: 14px;
}

@media (min-width: 1023px) {
  .en-footer__brand {
    width: 462px;
  }
  .en-footer .en-container {
    padding: 40px 144px 24px;
  }
}

@media (min-width: 821px) and (max-width: 1280px) {
  /* .en-footer__desktop {
    padding: 0 102px;
  } */
  .en-footer__brand {
    width: 298px !important;
  }
  .en-footer .en-container {
    padding: 40px 144px 24px;
  }
}
@media (max-width: 820px) {
  .en-footer .en-container {
    padding: 40px 32px 24px;
  }
}

@media (max-width: 799px) {
  .en-footer__brand {
    width: 100%;
  }

  .en-footer .en-container {
    padding: 36px 16px;
  }

  .en-footer__desktop {
    display: none;
  }

  .en-footer__mobile {
    display: block;
  }

  .en-footer__mobile-top {
    display: block;
    padding-bottom: 12px;
  }

  .en-footer__company {
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .en-footer__mobile-groups {
    display: block;
    margin-top: 18px;
  }

  .en-footer__group {
    width: 100%;
    margin-bottom: 18px;
    padding-right: 0;
  }

  .en-footer__meta-email,
  .en-footer__meta-location {
    width: 16px;
    height: 22px;
  }

  .en-footer__social {
    width: 96px;
    height: 44px;
  }

  .en-footer__qrs--mobile {
    gap: 12px;
    margin-top: 16px;
  }

  .en-footer__qr-card {
    width: 80px;
  }

  .en-footer__qr-image {
    width: 64px;
    height: 64px;
  }

  .en-footer__qr-label {
    font-size: 11px;
    line-height: 16px;
  }

  .en-footer__logo-image {
    width: 213px;
  }

  .en-footer__copyright,
  .en-footer__badges {
    gap: 10px;
  }

  .en-footer__tail--mobile {
    margin-top: 6px;
  }

  .en-footer__badge {
    font-size: 11px;
    line-height: 16px;
  }
}
