﻿@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-55-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-85-Bold.ttf") format("truetype");
  font-weight: 700;
}

html,
body {
  color: #0f1720;
  background: #f3f6f9;
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
}

#app {
  color: #0f1720;
  background: #ffffff;
}

.banner {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #20262c;
  isolation: isolate;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner > img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}

.banner .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 56px;
  margin: 0 auto;
  text-align: center;
}

.banner .top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.banner .square1,
.banner .square2 {
  position: absolute;
  width: 45px;
  height: 45px;
  color: #ff7310;
  pointer-events: none;
}

.banner .square1 {
  left: 0;
  top: -64px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.banner .square2 {
  right: 0;
  bottom: -82px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.banner .square3 {
  position: absolute;
  left: 50%;
  top: -130px;
  width: 45px;
  aspect-ratio: 1;
  border-left: 2px solid #ff7310;
  border-bottom: 2px solid #ff7310;
  transform: rotate(-45deg);
}
.banner .title p {
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 900;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
}

.banner .title span {
  color: #ff7310;
}

.banner .desc {
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.banner .desc .line {
  width: 73px;
  flex: 0 0 73px;
  height: 1px;
  background: rgba(255, 255, 255, 0.78);
}

.banner .desc p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.banner .bottom {
  display: none;
}

.aboutNav {
  position: relative;
  z-index: 5;
  height: 82px;
  background: #006f3f;
}

.aboutNav .inner {
  width: 80vw;
  height: 82px;
  max-width: none;
  display: flex;
  align-items: center;
}

.aboutNav .item {
  /* Let each label claim an equal share of the bar. A fixed 170px item
   * cannot contain the larger active label used by some translations. */
  flex: 1 1 0;
  min-width: 0;
  height: 82px;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.24s ease, background 0.24s ease, font-weight 0.24s ease;
}

.aboutNav .item p {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
}

.aboutNav .item:hover,
.aboutNav .item-active {
  color: #ffffff;
  background: transparent;
}

.aboutNav .item:hover p,
.aboutNav .item-active p {
  font-weight: 800;
}

.aboutNav .item-active p {
  font-size: 24px;
  line-height: 82px;
}

@media (max-width: 48rem) {
  .aboutNav .inner {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .aboutNav .item {
    flex: 0 0 8rem;
    justify-content: center;
  }

  .aboutNav .inner::-webkit-scrollbar {
    display: none;
  }
}

.firm {
  position: relative;
  overflow: hidden;
  padding: 58px 0 72px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.firm > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(120vw, 90rem);
  max-width: none;
  opacity: 0.38;
  transform: translateX(-50%);
  pointer-events: none;
}

.firm .section1,
.firm .section2,
.firm .section3,
.firm .section4,
.firm .section5 {
  position: relative;
  z-index: 1;
}

.firm .section1 .inner {
  width: 80vw;
  max-width: none;
  display: flex;
  gap: 72px;
  align-items: start;
}

.firm .section1-left {
  flex: 0 0 320px;
}

.firm .section1-right {
  flex: 1;
  min-width: 0;
}

.firm .tag {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #006f3f;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.firm .tag .line {
  width: 5rem;
  height: 1px;
  background: #ff7310;
}

.firm .title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 10px;
  color: #222222;
  font-family: "Alibaba PuHuiTi", "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 900;
  font-size: 35px;
  line-height: 48px;
}

.firm .title svg {
  width: 2.8rem;
  height: auto;
  flex: 0 0 auto;
}

.firm .section1-right {
  color: #4b5563;
  font-size: 14px;
  line-height: 28px;
}

.firm .section2 .inner,
.firm .section4 .inner {
  width: min(1010px, 86vw);
  max-width: none;
  margin-top: 0;
  color: #006f3f;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

.firm .section2 .inner {
  color: #0e6334;
  font-family: "Alibaba PuHuiTi", "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  text-underline-offset: 50%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  text-transform: uppercase;
}

.firm .section4 .inner {
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi", "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

.firm .section3 {
  margin-top: 0;
}

.firm .img-inner {
  width: 100%;
  margin: 0 auto;
}

.firm .img-poster {
  position: relative;
  overflow: hidden;
  background: #111827;
}

.firm .about-video-item {
  display: block;
  cursor: pointer;
}

.firm .img-poster > img {
  display: block;
  width: 100%;
  height: auto;
}

.firm .mask {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.firm .play {
  width: 72px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
border-radius: 63px;
background: #ffffff7a;
backdrop-filter: blur(4px);
}

.firm .play svg {
  width: 34%;
  height: auto;
  transform: translateX(8%);
}

.site-video-dialog .video-player {
  display: block;
  width: 100%;
  max-height: 75vh;
  background: #000;
}

.firm .section5 .inner {
  width: 80vw;
  max-width: none;
  display: flex;
  gap: 48px;
  margin-top: 0;
}

.firm .section5 .item {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 335px;
  border-radius: 6px;
  background: #14202b;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.12);
}

.firm .section5 .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}


.firm .section5 .item:hover > img {
  transform: scale(1.04);
}

.firm .section5 .content {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    bottom: auto;
    z-index: 1;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.firm .section5 .text1 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi", "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration-line: underline;
  text-underline-offset: 30%;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  text-transform: uppercase;
}

.firm .section5 .text2 {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

.track {
  position: relative;
  overflow: hidden;
  padding: 70px 0 86px;
  background: linear-gradient(180deg, #f6f6f6, #fff);
}

.track > img {
  position: absolute;
  left: 50%;
  width: min(112vw, 92rem);
  max-width: none;
  opacity: 0.42;
  transform: translateX(-50%);
  pointer-events: none;
}

.track > img:first-child {
  top: 0;
}

.track > img:last-child {
  bottom: 0;
}

.track::before {
  content: none;
}

.track .inner {
  position: relative;
  z-index: 1;
  width: 1120px;
  max-width: none;
}

.track .section1 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  color: #0f1720;
  font-size: 28px;
  line-height: 39px;
  font-weight: 800;
}

.track .section1 svg {
  width: 2.7rem;
  height: auto;
}

.track .section2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 44px;
}

.track .section2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1rem;
  bottom: 1rem;
  width: 1px;
  background: repeating-linear-gradient(180deg, rgba(255, 133, 48, 0.55) 0 0.5rem, transparent 0.5rem 1rem);
}

.track .item {
  position: relative;
  display: flex;
  gap: 42px;
  align-items: center;
}

.track .num1 {
  order: 2;
  flex: 0 0 2.8rem;
  width: 2.8rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3.9px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: #ff7310;
  box-shadow: 0 0 0 0.45rem rgba(255, 133, 48, 0.14);
  font-weight: 800;
}

.track .left,
.track .right {
  flex: 1;
  min-width: 0;
  min-height: 11rem;
}

.track .left {
  order: 1;
}

.track .right {
  order: 3;
}

.track .left:not(:empty),
.track .right:not(:empty) {
  padding: 24px 28px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(15, 23, 42, 0.08);
}

.track .section2 .item:nth-child(odd) .right,
.track .section2 .item:nth-child(even) .left {
  visibility: hidden;
}

.track .section2 .item:nth-child(even) .text1 {
  justify-content: flex-end;
}

.track .text1 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #006f3f;
  font-weight: 800;
}

.track .text1 svg {
  width: 1.9rem;
  height: auto;
}

.track .text1 span {
  color: #ff7310;
}

.track .text2 {
  margin-top: 12px;
  color: #4b5563;
  font-size: 13px;
  line-height: 24px;
}

.ethos {
  position: relative;
  overflow: hidden;
}

.ethos .swiper {
  position: relative;
  height: 416px;
}

.ethos .swiper-wrapper {
  display: flex;
}

.ethos .swiper-slide {
  position: relative;
  flex: 0 0 100%;
  height: 416px;
  min-height: 0;
  overflow: hidden;
  background: #111827;
}

.ethos .swiper-fade .swiper-slide {
  pointer-events: none;
}

.ethos .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.ethos .swiper-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ethos .content {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.ethos .section1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.ethos .section1 .title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
}

.ethos .section1 svg {
  width: 36px;
  height: auto;
}

.ethos .section1 .line {
  width: 180px;
  height: 3px;
  background: #ff7310;
}

.ethos .section2 {
  max-width: 730px;
  margin-top: 0;
}

.ethos .text1 {
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
}

.ethos .text2 {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.ethos .prev,
.ethos .next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 57px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.ethos .prev {
  left: calc((100% - 870px) / 2);
}

.ethos .next {
  right: calc((100% - 870px) / 2);
}

.ethos .prev svg,
.ethos .next svg {
  width: 57px;
  height: auto;
}

@media (max-width: 75rem) {
  .ethos .prev {
    left: 48px;
  }

  .ethos .next {
    right: 48px;
  }

  .firm .section5 .inner {
    flex-wrap: wrap;
  }

  .firm .section5 .item {
    flex: 0 0 calc((100% - 32px) / 2);
  }
}

@media (max-width: 64rem) {
  .firm .section1 .inner {
    flex-direction: column;
    gap: 24px;
  }

  .track .item {
    align-items: flex-start;
    gap: 18px;
  }

  .track .section2 .item:nth-child(odd) .right,
  .track .section2 .item:nth-child(even) .left {
    display: none;
  }

  .track .section2::before {
    left: 1.4rem;
  }

  .track .num1 {
    order: 1;
    flex: 0 0 2.8rem;
  }

  .track .left,
  .track .right {
    flex: 1;
    order: 2;
  }

  .track .left,
  .track .right {
    min-height: auto;
  }

  .firm .section1-left {
    flex: 0 0 auto;
  }
}

@media (max-width: 48rem) {
  .ethos .swiper,
  .ethos .swiper-slide {
    height: 360px;
  }

  .ethos .content {
    padding: 0 24px;
    gap: 28px;
  }

  .ethos .section1 .title {
    font-size: 24px;
    line-height: 34px;
  }

  .ethos .section1 svg {
    width: 30px;
  }

  .ethos .section1 .line {
    width: 140px;
  }

  .ethos .text1 {
    font-size: 18px;
    line-height: 26px;
  }

  .ethos .text2 {
    margin-top: 18px;
    font-size: 12px;
    line-height: 22px;
  }

  .aboutNav .inner {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .aboutNav .item {
    flex: 0 0 8rem;
    justify-content: center;
  }

  .aboutNav .inner::-webkit-scrollbar {
    display: none;
  }

  .firm .section5 .inner {
    flex-direction: column;
    gap: 20px;
  }

  .firm .section5 .item {
    flex: 0 0 auto;
  }

  .ethos .prev,
  .ethos .next {
    display: none;
  }
}
@media (max-width: 75rem) {
  .banner .content {
    width: 88vw;
    padding-top: 48px;
  }

  .banner .title p {
    font-size: 40px;
    line-height: 1.25;
  }

  .banner .desc {
    max-width: 82vw;
  }

  .banner .square1,
  .banner .square2,
  .banner .square3 {
    transform: scale(0.82);
  }

  .banner .square3 {
    transform: rotate(-45deg) scale(0.82);
  }
}

@media (max-width: 64rem) {
  .banner {
    min-height: 420px;
  }

  .banner > img {
    width: 100%;
    height: 420px;
    object-fit: cover;
  }

  .banner .content {
    width: 86vw;
    padding-top: 64px;
  }

  .banner .top {
    gap: 14px;
  }

  .banner .title p {
    font-size: 34px;
    line-height: 1.28;
  }

  .banner .desc {
    max-width: 74vw;
    gap: 12px;
  }

  .banner .desc .line {
    width: 48px;
    flex-basis: 48px;
  }

  .banner .desc p {
    font-size: 15px;
    line-height: 1.65;
  }

  .banner .square1 {
    top: -44px;
  }

  .banner .square2 {
    bottom: -58px;
  }

  .banner .square3 {
    top: -94px;
  }
}

@media (max-width: 48rem) {
  .banner {
    min-height: 360px;
  }

  .banner > img {
    height: 360px;
  }

  .banner .content {
    width: 88vw;
    padding-top: 56px;
  }

  .banner .title p {
    font-size: 28px;
    line-height: 1.34;
  }

  .banner .desc {
    max-width: 88vw;
    flex-direction: column;
    gap: 10px;
  }

  .banner .desc .line {
    width: 64px;
    flex: 0 0 auto;
  }

  .banner .desc p {
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
  }

  .banner .square1,
  .banner .square2,
  .banner .square3,
  .banner .bottom {
    display: none;
  }

  .aboutNav,
  .aboutNav .inner,
  .aboutNav .item {
    height: 64px;
  }

  .aboutNav .item-active p {
    font-size: 18px;
    line-height: 64px;
  }
}

@media (max-width: 30rem) {
  .banner {
    min-height: 320px;
  }

  .banner > img {
    height: 320px;
  }

  .banner .content {
    width: 90vw;
    padding-top: 48px;
  }

  .banner .title p {
    font-size: 24px;
  }

  .banner .desc p {
    font-size: 13px;
    line-height: 1.55;
  }

  .aboutNav .item {
    flex-basis: 7.4rem;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .firm .section1 .inner,
  .firm .section5 .inner,
  .track .inner {
    width: 92vw;
    max-width: 1100px;
  }

  .firm {
    padding: 56px 0 64px;
    gap: 28px;
  }

  .firm .section1 .inner {
    gap: 32px;
  }

  .firm .section5 .inner {
    gap: 24px;
    flex-wrap: wrap;
  }

  .firm .section5 .item {
    flex: 0 0 calc((100% - 24px) / 2);
    min-height: 280px;
  }

  .track {
    padding: 56px 0 68px;
  }
}

@media (max-width: 768px) {
  .firm,
  .track {
    padding: 42px 0 48px;
  }

  .firm .section1 .inner,
  .firm .section5 .inner,
  .track .inner,
  .firm .section2 .inner,
  .firm .section4 .inner {
    width: calc(100% - 32px);
    max-width: 520px;
  }

  .firm .section1 .inner,
  .firm .section5 .inner,
  .track .section2,
  .ethos .content,
  .ethos .section1 {
    display: flex;
    flex-direction: column;
  }

  .firm .section1-left,
  .firm .section1-right,
  .firm .section5 .item {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .firm .title {
    font-size: 28px;
    line-height: 38px;
  }

  .firm .section1-right,
  .firm .section2 .inner,
  .firm .section4 .inner {
    font-size: 14px;
    line-height: 26px;
  }

  .firm .play {
    width: 56px;
  }

  .firm .section5 .item {
    min-height: 0;
    aspect-ratio: auto;
  }

  .track .section1 .title {
    font-size: 24px;
    line-height: 34px;
  }

  .track .section2 {
    margin-top: 32px;
    gap: 22px;
  }

  .track .section2::before {
    left: 22px;
  }

  .track .item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .track .num1 {
    order: 1;
    width: 44px;
    flex: 0 0 44px;
  }

  .track .left,
  .track .right {
    order: 2;
    width: auto;
    min-height: 0;
    flex: 1 1 0;
  }

  .track .left:not(:empty),
  .track .right:not(:empty) {
    padding: 18px 20px;
  }

  .ethos .swiper,
  .ethos .swiper-slide {
    height: 340px;
  }

  .ethos .content {
    gap: 24px;
    padding: 0 24px;
  }
}

@media (max-width: 480px) {
  .firm,
  .track {
    padding: 34px 0 40px;
  }

  .firm .section1 .inner,
  .firm .section5 .inner,
  .track .inner,
  .firm .section2 .inner,
  .firm .section4 .inner {
    width: calc(100% - 24px);
    max-width: none;
  }

  .firm .section1 .inner,
  .firm .section5 .inner,
  .track .section2,
  .ethos .content {
    display: flex;
    flex-direction: column;
  }

  .firm .tag {
    font-size: 13px;
  }

  .firm .tag .line {
    width: 42px;
  }

  .firm .title {
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 30px;
  }

  .firm .section1-right,
  .firm .section2 .inner,
  .firm .section4 .inner {
    font-size: 13px;
    line-height: 23px;
  }

  .firm .section5 .item {
    min-height: 0;
    aspect-ratio: auto;
  }

  .track .section2::before {
    left: 19px;
  }

  .track .item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .track .num1 {
    width: 38px;
    flex-basis: 38px;
    font-size: 13px;
  }

  .track .left:not(:empty),
  .track .right:not(:empty) {
    padding: 14px 16px;
  }

  .track .text1 {
    flex-wrap: wrap;
    font-size: 14px;
  }

  .track .text2 {
    font-size: 12px;
    line-height: 22px;
  }

  .ethos .swiper,
  .ethos .swiper-slide {
    height: 320px;
  }
}
/* aboutNav responsive flex overrides */
@media (max-width: 1024px) {
  .aboutNav {
    height: 72px;
  }

  #app .aboutNav .inner {
    width: 100%;
    height: 72px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .aboutNav .inner::-webkit-scrollbar {
    display: none;
  }

  .aboutNav .item {
    height: 72px;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
  }

  #app .aboutNav .item {
    width: auto;
    min-width: max-content;
    flex: 0 0 auto;
    padding: 0 24px;
  }

  #app .aboutNav .item p {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .aboutNav .item-active p {
    font-size: 20px;
    line-height: 72px;
  }
}

@media (max-width: 768px) {
  .aboutNav,
  .aboutNav .inner,
  .aboutNav .item {
    height: 64px;
  }

  .aboutNav .item {
    flex-basis: 128px;
    font-size: 12px;
  }

  .aboutNav .item-active p {
    font-size: 18px;
    line-height: 64px;
  }
}

@media (max-width: 480px) {
  .aboutNav,
  .aboutNav .inner,
  .aboutNav .item {
    height: 56px !important;
  }

  .aboutNav .item {
    flex-basis: 112px;
    font-size: 12px;
  }

  .aboutNav .item-active p {
    font-size: 18px;
    line-height: 56px;
  }
}

/* non-index banner unified responsive */
@media (max-width: 1180px) {
  body #app .banner .content {
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    width: 88vw;
    max-width: none;
    height: 100%;
    margin-left: 0;
    padding-top: 56px;
    transform: translateX(-50%);
  }

  body #app .banner .top {
    width: 100%;
  }

  body #app .banner .title p {
    font-size: 42px;
    line-height: 54px;
  }

  body #app .banner .desc {
    max-width: 82vw;
  }
}

@media (max-width: 1024px) {
  body #app .banner {
    min-height: 420px;
  }

  body #app .banner > img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
  }

  body #app .banner .content {
    width: 86vw;
    padding-top: 60px;
  }

  body #app .banner .top {
    gap: 14px;
  }

  body #app .banner .title p {
    font-size: 34px;
    line-height: 44px;
  }

  body #app .banner .desc {
    max-width: 78vw;
    gap: 12px;
  }

  body #app .banner .desc p {
    font-size: 15px;
    line-height: 24px;
    white-space: normal;
  }

  body #app .banner .desc .line {
    width: 56px;
    
  }

  body #app .banner .square1,
  body #app .banner .square2,
  body #app .banner .square3 {
    transform: scale(0.82);
  }

  body #app .banner .square3 {
    transform: rotate(-45deg) scale(0.82);
  }
}

@media (max-width: 768px) {
  body #app .banner {
    min-height: 360px;
  }

  body #app .banner > img {
    height: 360px;
  }

  body #app .banner .content {
    width: 88vw;
    padding-top: 54px;
  }

  body #app .banner .title p {
    font-size: 28px;
    line-height: 36px;
  }

  body #app .banner .desc {
    max-width: 88vw;
    flex-direction: column;
    gap: 10px;
  }

  body #app .banner .desc .line {
    width: 64px;
    flex: 0 0 auto;
  }

  body #app .banner .desc p {
    font-size: 14px;
    line-height: 23px;
  }

  body #app .banner .square1,
  body #app .banner .square2,
  body #app .banner .square3,
  body #app .banner .bottom {
    display: none;
  }
}

@media (max-width: 480px) {
  body #app .banner {
    min-height: 320px;
  }

  body #app .banner > img {
    height: 320px;
  }

  body #app .banner .content {
    width: 90vw;
    padding-top: 46px;
  }

  body #app .banner .title p {
    font-size: 24px;
    line-height: 32px;
  }

  body #app .banner .desc p {
    font-size: 13px;
    line-height: 21px;
  }
}

.firm .section5 .inner {
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.firm .section5 .item {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  border-radius: 8px;
}

.firm .section5 .item > img {
  display: block;
  height: 335px;
}

.firm .section5 .content {
  top: 24px;
  bottom: 24px;
  height: auto;
  justify-content: flex-start;
}

.track {
  padding: 74px 0 90px;
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}

.track .inner {
  width: 1120px;
}

.track .section1 .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}

.track .section2 {
  gap: 22px;
  margin-top: 44px;
}

.track .section2::before {
  left: 50%;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: repeating-linear-gradient(180deg, rgba(142, 164, 196, 0.42) 0 5px, transparent 5px 13px);
}

.track .item {
  min-height: 186px;
  gap: 0;
  align-items: center;
}

.track .num1 {
  position: relative;
  z-index: 2;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 4px solid #ffffff;
  color: #ffffff;
  background: #ff8530;
  box-shadow: 0 3px 12px rgba(255, 133, 48, 0.35);
  font-size: 18px;
  line-height: 42px;
}

.track .left,
.track .right {
  flex: 0 0 calc(50% - 21px);
  min-height: 0;
}

.track .left:not(:empty),
.track .right:not(:empty) {
  min-height: 174px;
  padding: 30px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.track .section2 .item:nth-child(odd) .right,
.track .section2 .item:nth-child(even) .left {
  display: block;
  visibility: hidden;
}

.track .text1 {
  gap: 10px;
  color: #0e6334;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}

.track .text1 span {
  color: #ff8530;
  font-size: 24px;
  line-height: 30px;
}

.track .text1 svg {
  width: 24px;
  flex: 0 0 24px;
}

.track .text2 {
  margin-top: 22px;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.track .text2 p {
  margin: 0;
}

@media (max-width: 1180px) {
  .firm .section5 .inner,
  .track .inner {
    width: 92vw;
  }

  .firm .section5 .inner {
    gap: 24px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .firm .section5 .inner {
    flex-wrap: wrap;
    gap: 24px;
  }

  .firm .section5 .item {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .firm .section5 .item:last-child {
    flex-basis: 100%;
  }

  .firm .section5 .item > img {
    height: 280px;
  }

  .track .section2::before {
    left: 50%;
  }

  .track .item {
    min-height: 170px;
  }

  .track .num1 {
    order: 2;
  }

  .track .left {
    order: 1;
  }

  .track .right {
    order: 3;
  }

  .track .left,
  .track .right {
    flex: 0 0 calc(50% - 21px);
  }

  .track .left:not(:empty),
  .track .right:not(:empty) {
    min-height: 150px;
    padding: 24px 30px;
  }

  .track .section2 .item:nth-child(odd) .right,
  .track .section2 .item:nth-child(even) .left {
    display: block;
    visibility: hidden;
  }
}

@media (max-width: 768px) {
  .firm .section5 .inner {
    flex-direction: column;
    gap: 18px;
  }

  .firm .section5 .item {
    flex: none;
    width: 100%;
  }

  .firm .section5 .item > img {
    height: auto;
  }

  .firm .section5 .content {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }

  .firm .section5 .text1 {
    font-size: 18px;
    line-height: 26px;
  }

  .firm .section5 .text2 {
    margin-top: 12px;
    font-size: 13px;
    line-height: 22px;
    display: block;
  }

  .track .section2 {
    gap: 18px;
  }

  .track .section2::before {
    left: 21px;
    top: 18px;
    bottom: 18px;
  }

  .track .item {
    min-height: 0;
    gap: 14px;
    align-items: flex-start;
  }

  .track .num1 {
    order: 1;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
  }

  .track .left,
  .track .right {
    order: 2;
    flex: 1 1 0;
  }

  .track .section2 .item:nth-child(odd) .right,
  .track .section2 .item:nth-child(even) .left {
    display: none;
  }

  .track .section2 .item:nth-child(even) .text1 {
    justify-content: flex-start;
  }

  .track .left:not(:empty),
  .track .right:not(:empty) {
    min-height: 0;
    padding: 20px;
  }

  .track .text1 {
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 23px;
  }

  .track .text1 span {
    font-size: 20px;
    line-height: 26px;
  }

  .track .text2 {
    margin-top: 14px;
    font-size: 13px;
    line-height: 23px;
  }
}

@media (max-width: 480px) {
  .firm .section5 .inner,
  .track .inner {
    width: calc(100% - 24px);
  }

  .firm .section5 .item > img {
    height: auto;
  }

  .firm .section5 .content {
    left: 16px;
    right: 16px;
    top: 16px;
    bottom: 16px;
  }

  .track .section1 .title {
    font-size: 20px;
    line-height: 28px;
  }

  .track .section1 svg {
    width: 28px;
  }

  .track .section2 {
    margin-top: 28px;
    gap: 16px;
  }

  .track .section2::before {
    left: 19px;
  }

  .track .item {
    gap: 12px;
  }

  .track .num1 {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 13px;
    line-height: 38px;
  }

  .track .left:not(:empty),
  .track .right:not(:empty) {
    padding: 16px;
  }

  .track .text1 {
    gap: 7px;
    font-size: 14px;
    line-height: 21px;
  }

  .track .text1 svg {
    width: 20px;
    flex-basis: 20px;
  }

  .track .text2 {
    font-size: 12px;
    line-height: 21px;
  }
}

body #app .banner .content {
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
}

body #app .banner .top {
  gap: 150px;
}

body #app .banner .desc {
  gap: 20px;
  margin-top: 0;
  display: none;
}

body #app .banner .desc p {
  line-height: 28px;
}

@media (max-width: 1180px) {
  body #app .banner .top {
    gap: 100px;
  }
}

@media (max-width: 1024px) {
  body #app .banner .content {
    padding-left: 24px;
    padding-right: 24px;
  }

  body #app .banner .desc {
    gap: 16px;
  }

  body #app .banner .desc p {
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  body #app .banner .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  body #app .banner .top {
    gap: 40px;
  }

  body #app .banner .desc {
    gap: 14px;
  }

  body #app .banner .desc p {
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  body #app .banner .content {
    padding-left: 16px;
    padding-right: 16px;
  }

  body #app .banner .top {
    gap: 14px;
  }

  body #app .banner .desc {
    gap: 12px;
  }

  body #app .banner .desc p {
    line-height: 22px;
  }
}

body #app .banner .top {
  gap: 150px;
}

@media (max-width: 1180px) {
  body #app .banner .top {
    gap: 100px;
  }
}

@media (max-width: 1024px) {
  body #app .banner .top {
    gap: 80px;
  }
}

@media (max-width: 768px) {
  body #app .banner .top {
    gap: 40px;
  }
}

@media (max-width: 480px) {
  body #app .banner .top {
    gap: 20px;
  }
}

body #app .product .section2 > .item > .content > img:not(.back),
body #app .product .section2 > .item .btn { transition: transform .3s ease, box-shadow .3s ease, color .3s ease, background-color .3s ease; }
body #app .product .section2 > .item:hover > .content > img:not(.back) { transform: scale(1.05); }
body #app .product .section2 > .item .btn:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,0,0,.16); }
.flow .item .icon svg { transition: transform .5s ease; }
.flow .item:hover .icon svg { transform: rotateY(180deg); }
.track .left:not(:empty), .track .right:not(:empty) { transition: transform .3s ease, box-shadow .3s ease; }
.track .left:not(:empty):hover, .track .right:not(:empty):hover { transform: translateY(-4px); box-shadow: 0 1rem 2.4rem rgba(15,23,42,.16); }
.ethos .prev svg, .ethos .next svg { transition: transform .3s ease, opacity .3s ease; }
.ethos .prev:hover svg { transform: translateX(-4px); opacity: .75; }
.ethos .next:hover svg { transform: translateX(4px); opacity: .75; }

/* Keep the desktop sub-navigation in one left-aligned, scrollable row. */
@media (min-width: 769px) {
  .aboutNav .inner {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
  }

  .aboutNav .inner::-webkit-scrollbar {
    display: block;
  }

  .aboutNav .item {
    flex: 0 0 auto;
    min-width: max-content;
    justify-content: flex-start;
    padding: 0 24px;
  }

  .aboutNav .item p {
    text-align: left;
  }
}
