.about-page {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #5f6f87 0, #6b7b93 13rem, #f3f3f3 30rem, #ffffff 100%);
  min-height: 100vh;
}

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

.legacy-about-page {
  background: #ffffff;
  color: #000000;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  min-width: 1200px;
}

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

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

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

.legacy-about-page .clearfix::before,
.legacy-about-page .clearfix::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.legacy-about-page .w-1200 {
  display: flow-root;
  margin: 0 auto;
  width: 1200px;
}

.legacy-about-page .tracking-top-band {
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.legacy-about-page .tracking-top-band__backdrop {
  background:
    linear-gradient(135deg, rgba(82, 97, 121, 0.96), rgba(112, 130, 153, 0.92)),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 82% 12%, rgba(255, 214, 143, 0.24), transparent 12rem);
  inset: 0;
  position: absolute;
}

.legacy-about-page .tracking-top-band__backdrop::before,
.legacy-about-page .tracking-top-band__backdrop::after {
  content: "";
  position: absolute;
  transform: rotate(-8deg);
}

.legacy-about-page .tracking-top-band__backdrop::before {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  height: 240px;
  right: 80px;
  top: -72px;
  width: 360px;
}

.legacy-about-page .tracking-top-band__backdrop::after {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  height: 180px;
  right: 220px;
  top: 30px;
  width: 180px;
}

.legacy-about-page .tracking-top-band__inner {
  min-height: 220px;
  padding: 38px 0 84px;
  position: relative;
  z-index: 1;
}

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

.legacy-about-page .tracking-top-band__eyebrow {
  color: rgba(255, 245, 225, 0.92);
  font-size: 12px;
  letter-spacing: 0.24em;
  line-height: 1.6;
  margin: 0 0 12px;
}

.legacy-about-page .tracking-top-band__copy h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.legacy-about-page .tracking-top-band__copy p:last-child {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.9;
  margin: 16px 0 0;
}

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

.legacy-about-page .iconfont {
  font-size: inherit;
  font-style: normal;
  text-rendering: auto;
}

.legacy-about-page .icon-home::before {
  content: "\2302";
}

.legacy-about-page .bd-position {
  background: url("/about/images/position-bg.png") repeat;
  color: #777777;
  line-height: 20px;
  padding: 50px 0;
}

.legacy-about-page .bd-position .til {
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding-left: 18px;
  position: relative;
}

.legacy-about-page .bd-position .til::before {
  background: #4686fc;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.legacy-about-page .bd-position .con {
  float: right;
  font-size: 14px;
}

.legacy-about-page .bd-position .con a {
  color: #777777;
}

.legacy-about-page .bd-position .con span {
  margin: 0 10px;
}

.legacy-about-page .bd-position .con .home i {
  margin-right: 10px;
}

.legacy-about-page .bd-arbox .ar-til {
  background: url("/about/images/arbox-til-bg.png") repeat-x left bottom;
  font-size: 26px;
  font-weight: normal;
  line-height: 45px;
  padding: 25px 0 15px;
}

.legacy-about-page .bd-arbox .ar-con {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  padding: 30px 0 70px;
}

.legacy-about-page .bd-arbox .ar-con img {
  height: auto !important;
  max-width: 100% !important;
  width: 100%;
}

@media (max-width: 1280px) {
  .legacy-about-page .w-1200 {
    width: calc(100vw - 40px);
  }
}

@media (max-width: 767px) {
  .legacy-about-page .w-1200 {
    width: calc(100vw - 24px);
  }

  .legacy-about-page .tracking-top-band {
    min-height: 180px;
  }

  .legacy-about-page .tracking-top-band__inner {
    min-height: 180px;
    padding: 28px 12px 52px;
  }

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

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