/* Product detail footer: a dedicated clone of the reference page footer. */
.sx-product-footer,
.sx-product-footer * {
  box-sizing: border-box;
}

.sx-product-footer {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 1350px;
  overflow: hidden;
  background: #272727;
  color: #fff;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.sx-product-footer a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 180ms ease, opacity 180ms ease;
}

.sx-product-footer a:hover {
  color: #fff;
  opacity: 0.78;
  text-decoration: underline;
}

.sx-product-footer__greeting {
  position: absolute;
  z-index: 1;
  top: 535px;
  right: 72px;
  display: block;
  width: max-content;
  margin: 0;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75px;
  font-style: italic;
  font-weight: 400;
  line-height: 120px;
  white-space: nowrap;
  pointer-events: none;
}

.sx-product-footer__contact-track {
  position: relative;
  z-index: 2;
  width: min(70%, 1008px);
  margin-inline: auto;
  padding-top: 150px;
}

.sx-product-footer__contact {
  min-width: 0;
}

.sx-product-footer__email,
.sx-product-footer__phone {
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.sx-product-footer__email {
  min-height: 98px;
  font-size: 70px;
  line-height: 98px;
  letter-spacing: -1.8px;
}

.sx-product-footer__phone {
  min-height: 42px;
  margin-top: -3px;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.2px;
}

.sx-product-footer__offices {
  display: grid;
  grid-template-columns: 275px 475px;
  grid-auto-rows: minmax(100px, auto);
  column-gap: 78px;
  width: 100%;
  margin-top: 38px;
}

.sx-product-footer__office,
.sx-product-footer__hours {
  min-width: 0;
  margin: 0;
}

.sx-product-footer__office strong,
.sx-product-footer__hours strong {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 20.8px;
}

.sx-product-footer__hours strong {
  font-weight: 400;
}

.sx-product-footer__office p,
.sx-product-footer__hours p {
  max-width: 100%;
  margin: 6px 0 0;
  color: #d1d1d1;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.15px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.sx-product-footer__office p {
  font-weight: 700;
}

.sx-product-footer__office p {
  max-width: 190px;
}

.sx-product-footer__office.is-office-1 {
  grid-area: 1 / 1;
}

.sx-product-footer__office.is-office-2 {
  grid-area: 2 / 1;
}

.sx-product-footer__office.is-office-3 {
  grid-area: 3 / 1;
}

.sx-product-footer__hours.is-hours-1 {
  grid-area: 1 / 2;
}

.sx-product-footer__separator {
  position: relative;
  z-index: 2;
  width: 90%;
  height: 1px;
  margin: 25px auto 0;
  background: #3f3f3f;
}

.sx-product-footer__lower {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 92px);
  justify-content: space-between;
  width: 80%;
  margin-top: 68px;
  margin-left: 15%;
  padding-left: calc(20% - 1px);
}

.sx-product-footer__column {
  min-width: 0;
  margin: 0;
}

.sx-product-footer__column h2 {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Arial Black", Arial, "Microsoft YaHei", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 34px;
  white-space: nowrap;
}

.sx-product-footer__title-rule {
  display: block;
  width: 40px;
  height: 2px;
  margin: 6px auto 0;
  background: #7c7c7c;
}

.sx-product-footer__social-list,
.sx-product-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 22px;
}

.sx-product-footer__social-list {
  margin-left: 9px;
}

.sx-product-footer__links {
  margin-left: 28px;
}

.sx-product-footer__social-list {
  gap: 15px;
}

.sx-product-footer__social-item,
.sx-product-footer__social-item > a,
.sx-product-footer__social-item > span {
  display: flex;
  min-width: 0;
  align-items: center;
}

.sx-product-footer__social-item > a,
.sx-product-footer__social-item > span {
  gap: 13px;
  min-height: 24px;
}

.sx-product-footer__social-item img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: 84px;
  height: auto;
  max-height: 24px;
  border: 0;
  object-fit: contain;
}

.sx-product-footer__social-label,
.sx-product-footer__links a,
.sx-product-footer__links span {
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  white-space: nowrap;
}

.sx-product-footer__social-label {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
}

.sx-product-footer__links a,
.sx-product-footer__links > span {
  display: block;
  min-height: 34px;
}

.sx-product-footer__social-label.is-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.sx-product-footer__wave {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  margin: 0;
  object-fit: fill;
  object-position: center bottom;
  pointer-events: none;
}

.sx-product-footer__filing {
  position: relative;
  z-index: 1;
  margin: 36px auto 0;
  text-align: center;
  font-size: 13px;
}

.sx-product-footer__filing a {
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 641px) and (max-width: 1024px) {
  .sx-product-footer {
    min-height: 1045px;
  }

  .sx-product-footer__greeting {
    display: none;
  }

  .sx-product-footer__contact-track {
    width: calc(100% - 154px);
    padding-top: 150px;
  }

  .sx-product-footer__email {
    min-height: 72.2235px;
    font-size: 51.5882px;
    line-height: 72.2235px;
    letter-spacing: -1.3px;
  }

  .sx-product-footer__phone {
    min-height: 42px;
    margin-top: 3px;
    font-size: 30px;
    line-height: 42px;
  }

  .sx-product-footer__offices {
    grid-template-columns: 199px minmax(0, 337px);
    grid-auto-rows: minmax(95px, auto);
    column-gap: 19px;
    margin-top: 53px;
  }

  .sx-product-footer__office.is-office-1 {
    grid-area: 1 / 1;
  }

  .sx-product-footer__office.is-office-2 {
    grid-area: 2 / 1;
  }

  .sx-product-footer__office.is-office-3 {
    grid-area: 2 / 2;
  }

  .sx-product-footer__hours.is-hours-1 {
    grid-area: 1 / 2;
  }

  .sx-product-footer__office p {
    max-width: 190px;
  }

  .sx-product-footer__separator {
    width: calc(100% - 76px);
    margin-top: 40px;
  }

  .sx-product-footer__lower {
    display: block;
    width: calc(100% - 154px);
    height: 236px;
    margin-top: 24px;
    margin-left: 77px;
    padding-left: 0;
  }

  .sx-product-footer__column {
    position: absolute;
    top: 0;
  }

  .sx-product-footer__information {
    left: 58px;
    width: 180px;
  }

  .sx-product-footer__services {
    left: 353px;
    width: 92px;
  }

  .sx-product-footer__social {
    left: 473px;
    width: 180px;
  }
}

@media (max-width: 640px) {
  .sx-product-footer {
    min-height: 1200px;
  }

  .sx-product-footer__greeting {
    position: absolute;
    z-index: 1;
    top: 54px;
    right: auto;
    left: 105px;
    display: block;
    width: max-content;
    margin: 0;
    color: #d1d1d1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 49px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    opacity: 0.075;
    white-space: nowrap;
    pointer-events: none;
  }

  .sx-product-footer__contact-track {
    width: calc(100% - 39px);
    margin-left: 20px;
    padding-top: 80.5px;
  }

  .sx-product-footer__email {
    min-height: 43.6px;
    font-size: 31.14px;
    line-height: 43.6px;
    letter-spacing: -0.75px;
    white-space: nowrap;
  }

  .sx-product-footer__phone {
    min-height: 29px;
    margin-top: 6.4px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .sx-product-footer__offices {
    grid-template-columns: 150px 150px;
    grid-auto-rows: minmax(90px, auto);
    column-gap: 25px;
    width: 100%;
    margin-top: 30.9px;
  }

  .sx-product-footer__office strong,
  .sx-product-footer__hours strong {
    font-size: 12px;
    line-height: 19px;
  }

  .sx-product-footer__office p,
  .sx-product-footer__hours p {
    margin-top: 6px;
    font-size: 11.2px;
    line-height: 15.7px;
    letter-spacing: 0;
  }

  .sx-product-footer__hours p {
    font-size: 12px;
    line-height: 16.8px;
  }

  .sx-product-footer__office p {
    max-width: 150px;
  }

  .sx-product-footer__office.is-office-1 {
    grid-area: 1 / 1;
  }

  .sx-product-footer__office.is-office-2 {
    grid-area: 1 / 2;
  }

  .sx-product-footer__office.is-office-3 {
    grid-area: 2 / 1 / 2 / span 2;
  }

  .sx-product-footer__hours.is-hours-1 {
    grid-area: 3 / 1 / 3 / span 2;
  }

  .sx-product-footer__separator {
    width: calc(100% - 39px);
    height: 2px;
    margin-top: -6.55px;
    margin-left: 20px;
  }

  .sx-product-footer__lower {
    display: block;
    width: calc(100% - 39px);
    height: 622px;
    margin-top: 75px;
    margin-left: 20px;
    padding-left: 0;
  }

  .sx-product-footer__column {
    position: absolute;
    right: auto;
    left: 0;
    width: 316px;
  }

  .sx-product-footer__social {
    top: 0;
  }

  .sx-product-footer__information {
    top: 167.5px;
  }

  .sx-product-footer__services {
    top: 373.5px;
  }

  .sx-product-footer__column h2 {
    line-height: 34px;
  }

  .sx-product-footer__social h2,
  .sx-product-footer__information h2 {
    font-size: 22px;
    line-height: 31.5px;
  }

  .sx-product-footer__services h2 {
    font-size: 23px;
    line-height: 33.5px;
  }

  .sx-product-footer__title-rule {
    display: block;
    width: 42px;
    height: 2px;
    margin: 6px 0 0;
    background: #7c7c7c;
  }

  .sx-product-footer__social .sx-product-footer__title-rule,
  .sx-product-footer__information .sx-product-footer__title-rule {
    margin-top: 8.5px;
  }

  .sx-product-footer__services .sx-product-footer__title-rule {
    margin-top: 6.5px;
  }

  .sx-product-footer__social-list,
  .sx-product-footer__links {
    margin-top: 20px;
    margin-left: 0;
  }

  .sx-product-footer__social-list {
    gap: 15px;
  }

  .sx-product-footer__social-item.is-rednote {
    order: 1;
  }

  .sx-product-footer__social-item.is-wechat {
    order: 2;
  }

  .sx-product-footer__social-item.is-generic {
    order: 3;
  }

  .sx-product-footer__social-item.is-rednote > a,
  .sx-product-footer__social-item.is-rednote > span {
    min-height: 19px;
  }

  .sx-product-footer__social-label,
  .sx-product-footer__links a,
  .sx-product-footer__links span {
    font-size: 16px;
    line-height: 34px;
  }

  .sx-product-footer__social-label {
    font-size: 15px;
    line-height: 22.5px;
  }

  .sx-product-footer__information .sx-product-footer__links {
    gap: 15px;
  }

  .sx-product-footer__services .sx-product-footer__links {
    gap: 12px;
  }

  .sx-product-footer__information .sx-product-footer__links a,
  .sx-product-footer__information .sx-product-footer__links > span,
  .sx-product-footer__services .sx-product-footer__links a,
  .sx-product-footer__services .sx-product-footer__links > span {
    min-height: 23px;
    line-height: 23px;
  }

  .sx-product-footer__wave {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sx-product-footer a {
    transition-duration: 0.01ms !important;
  }
}
