body.about-page.prohibited-layout,
.about-page {
  min-height: 100vh;
  color: #0f172a;
  background: #f2f2f7;
}

.legacy-about-main {
  padding-top: 11rem;
}

.legacy-about-page {
  min-width: 0;
  padding: 176px 16px 54px;
  color: #0f172a;
  background:
    radial-gradient(circle at 16% 8%, rgba(17, 24, 39, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 24%, rgba(245, 158, 11, 0.08), transparent 22rem),
    #f2f2f7;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif;
}

.legacy-about-page *,
.legacy-about-page *::before,
.legacy-about-page *::after {
  box-sizing: border-box;
}

.legacy-about-page a {
  color: inherit;
  text-decoration: none;
}

.legacy-about-page p,
.legacy-about-page h1,
.legacy-about-page h3 {
  margin: 0;
}

.legacy-about-page .w-1200 {
  display: flow-root;
  width: min(1200px, calc(100vw - 32px));
  margin: 0 auto;
}

.legacy-about-page .tracking-top-band {
  position: relative;
  overflow: hidden;
  width: min(1200px, calc(100vw - 32px));
  min-height: 182px;
  margin: 0 auto;
  border-radius: 40px;
  color: #fff;
  background: linear-gradient(135deg, #171717 0%, #25272d 54%, #111827 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.legacy-about-page .tracking-top-band__backdrop {
  position: absolute;
  inset: 0;
}

.legacy-about-page .tracking-top-band__backdrop::before {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.2);
  content: "";
  filter: blur(20px);
}

.legacy-about-page .tracking-top-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 182px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px 40px;
}

.legacy-about-page .tracking-top-band__copy {
  max-width: 720px;
  color: #fff;
}

.legacy-about-page .tracking-top-band__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.legacy-about-page .tracking-top-band__copy h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.legacy-about-page .tracking-top-band__copy p:last-child {
  max-width: 650px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.legacy-about-page .tracking-top-band__aside {
  flex: 0 0 286px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
}

.legacy-about-page .tracking-top-band__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 999px;
  background: #f59e0b;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.18);
  vertical-align: -1px;
}

.legacy-about-page .tracking-top-band__aside strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.legacy-about-page .tracking-top-band__aside p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
}

.legacy-about-page .bd-boxs {
  width: min(1200px, calc(100vw - 32px));
  margin: 28px auto 0;
}

.legacy-about-page .bd-boxs .w-1200 {
  width: 100%;
}

.legacy-about-page .mauto {
  margin: 0 auto;
}

.legacy-about-page .bd-arbox {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 22px;
  background: rgba(248, 250, 252, 0.86);
}

.legacy-about-page .bd-arbox .ar-til {
  padding: 26px 28px;
  color: #fff;
  background: linear-gradient(135deg, #171717 0%, #25272d 54%, #111827 100%);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.42;
}

.legacy-about-page .bd-arbox .ar-con {
  padding: 28px;
  color: #334155;
  font-size: 15px;
  line-height: 1.9;
}

.legacy-about-page .bd-arbox .ar-con img {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 100% !important;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.legacy-about-page .bd-arbox .ar-con p {
  margin: 0 0 16px;
}

.legacy-about-page .bd-arbox .ar-con p[style*="text-align: center"] {
  margin-top: 12px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
}

.legacy-about-page .shipito-bottom-footer {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .legacy-about-page {
    padding: 112px 12px 32px;
  }

  .legacy-about-page .w-1200,
  .legacy-about-page .tracking-top-band,
  .legacy-about-page .bd-boxs {
    width: 100%;
  }

  .legacy-about-page .tracking-top-band {
    min-height: 220px;
    border-radius: 28px;
  }

  .legacy-about-page .tracking-top-band__inner {
    min-height: 220px;
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 22px;
  }

  .legacy-about-page .tracking-top-band__copy h1 {
    font-size: 28px;
  }

  .legacy-about-page .tracking-top-band__copy p:last-child {
    font-size: 14px;
    line-height: 1.8;
  }

  .legacy-about-page .tracking-top-band__aside {
    width: 100%;
    flex-basis: auto;
  }

  .legacy-about-page .bd-boxs {
    margin-top: 18px;
  }

  .legacy-about-page .bd-arbox {
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  .legacy-about-page .bd-arbox .ar-til,
  .legacy-about-page .bd-arbox .ar-con {
    padding: 22px;
  }

  .legacy-about-page .bd-arbox .ar-til {
    font-size: 20px;
  }

  .legacy-about-page .bd-arbox .ar-con {
    font-size: 14px;
    line-height: 1.85;
  }
}
