.derui-about-page {
  position: relative;
  background: #f5f5f5;
  color: #333;
  font-family: "微软雅黑", "Microsoft Yahei", sans-serif;
}
.derui-about-page * {
  box-sizing: border-box;
}
.subpage-hero {
  height: calc((100vw - 15px) * 0.3125);
  background: url("/template/index/static/images/about-banner.jpg") center
    center/cover no-repeat;
  color: #fff;
  position: relative;
}
.subpage-hero:after {
  display: none;
}
.subpage-hero__inner {
  width: min(1600px, calc(100% - 80px));
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.subpage-hero__copy {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 156px;
  margin-top: -60px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-300px);
  transition:
    transform 0.6s ease-out,
    opacity 0.6s ease-out;
  will-change: transform, opacity;
}
.subpage-hero__copy.is-entered {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.subpage-hero__eyebrow {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.subpage-hero h1 {
  margin: 0;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}
.subpage-hero__description {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
}
.subpage-tabs {
  position: absolute;
  z-index: 3;
  top: calc((100vw - 15px) * 0.3125 - 100px);
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.subpage-tabs__inner {
  width: min(1600px, calc(100% - 80px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
.subpage-tabs a {
  height: 49px;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  line-height: 17px;
  padding:10px 0px;
  position: relative;
}
.subpage-tabs a:hover,
.subpage-tabs a.is-active {
  color: #43a9f1;
}
.subpage-tabs a:hover:after,
.subpage-tabs a.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #43a9f1;
}
.subpage-breadcrumb {
  position: absolute !important;
  z-index: 3;
  left: 0;
  top: calc((100vw - 15px) * 0.3125 - 105px);
  width: 100%;
  height: 63.328125px;
  color: #fff;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  pointer-events: none;
}
.subpage-breadcrumb__inner {
  width: 90%;
  max-width: 1540px;
  height: 63.328125px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 23.328125px;
  white-space: nowrap;
}
.subpage-breadcrumb__inner a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}
.subpage-breadcrumb__home {
  height: 23.328125px;
  display: flex;
  align-items: center;
  column-gap: 6.84375px;
}
.subpage-breadcrumb__home img {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin-top: -3px;
}
.subpage-breadcrumb__current {
  position: relative;
  height: 23.328125px;
  padding: 0 3px 0 15px;
}
.subpage-breadcrumb__current::before {
  content: ">";
  position: absolute;
  left: 3px;
  color: #999;
}
.about-profile {
  height: 894px;
  margin-top: -41.671875px;
  background: #f5f5f5;
  padding: 63px 0 100px;
}
.about-profile__inner {
  width: 96%;
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 600px 131px;
  position: relative;
}
.about-profile__content {
  height: 600px;
  padding: 101.203125px 40px 0;
  z-index: 1;
}
.about-profile__en {
  margin: 0;
  color: #1666b1;
  font-size: 54px;
  line-height: normal;
  font-weight: 700;
}
.about-profile h2 {
  margin: 0 0 30px;
  font-size: 42px;
  line-height: normal;
  font-weight: 700;
  color: #363636;
}
.about-profile__text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
}
.about-profile__text p {
  margin: 0;
}
.about-profile__visual {
  height: 600px;
  position: relative;
  padding: 80px 0 0;
}
.about-profile__visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.about-profile__backdrop {
  display: none;
}
.about-stats {
  grid-column: 1/-1;
  height: 131px;
  margin: 0;
  padding: 20px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}
.about-stat {
  height: 91px;
  padding: 0 10px;
  text-align: center;
  min-width: 0;
  position: relative;
}
.about-stat:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 78px;
  background: #b9b9b9;
}
.about-stat p {
  height: 60px;
  margin: 0;
  color: #1666b1;
  line-height: 60px;
}
.about-stat strong {
  font-family: Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
}
.about-stat p span {
  font-size: 16px;
  margin-left: 10px;
}
.about-stat__label {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 767px) {
  .derui-about-page {
    overflow: hidden;
    padding-top: 60px;
  }
  .subpage-hero {
    height: 30vh;
    background-position: center center;
  }
  .subpage-hero:after {
    background: rgba(10, 22, 30, 0.14);
  }
  .subpage-hero__inner {
    width: 100%;
  }
  .subpage-hero__copy {
    left: 5%;
    top: 50%;
    right: auto;
    width: 90%;
    height: 106.1875px;
    margin-top: -100px;
  }
  .subpage-hero__eyebrow {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .subpage-hero h1 {
    font-size: 28px;
    white-space: nowrap;
  }
  .subpage-hero__description {
    display: none;
  }
  .subpage-tabs {
    top: calc(60px + 30vh - 100px);
    height: 60px;
  }
  .subpage-tabs__inner {
    width: 100%;
    padding: 0 20px;
    gap: 28px;
    align-items: flex-start;
  }
  .subpage-tabs a {
    font-size: 17px;
    height: 49px;
    margin-top: 10px;
    padding: 8px 0 24px;
  }


  



  .subpage-breadcrumb {
    display: none;
  }
  .about-profile {
    height: 1007px;
    margin-top: -40px;
    padding: 70px 0 30px;
    background: #f5f5f5;
  }
  .about-profile__inner {
    width: 100%;
    max-width: none;
    display: block;
  }
  .about-profile__content {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .about-profile__en {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0;
  }
  .about-profile h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  .about-profile__text {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 30px;
  }
  .about-profile__text p {
    margin-bottom: 0;
  }
  .about-profile__visual {
    width: 100%;
    height: 253.5px;
    margin: 0;
    padding: 0;
  }
  .about-profile__visual img {
    width: 100%;
    height: 253.5px;
  }
  .about-stats {
    width: 90%;
    height: 242px;
    margin: 0 auto 30px;
    padding: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 91px);
    row-gap: 20px;
  }
  .about-stat:not(:last-child):after {
    display: none;
  }
  .about-stat p {
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 700;
  }
  .about-stat strong {
    font-size: 40px;
  }
  .about-stat p span {
    font-size: 16px;
    margin-left: 10px;
  }
  .about-stat__label {
    font-size: 16px;
  }
  .about-stat:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
}
@media (prefers-reduced-motion: reduce) {
  .subpage-hero__copy {
    transition: none;
  }
}
