﻿@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;
  }
}

.serve {
  padding: 7rem 0;
  background: #f5f5f5;
}

.serve .inner,
.proc .inner,
.guard .inner {
  width: 80vw;
  max-width: none;
}

.serve .section1,
.proc .section1,
.guard .section1 {
  display: grid;
  justify-items: center;
  gap: 0.6rem;
  text-align: center;
}

.serve .tag,
.proc .tag,
.guard .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #ff7310;
  font-weight: 900;
}

.proc .tag {
  color: #0e6334;
}

.serve .tag .line,
.proc .tag .line,
.guard .tag .line {
  width: 4rem;
  height: 1px;
  background: #ff7310;
}

.serve .title p,
.proc .title p,
.guard .title p {
  color: #0f1720;
  font-size: 2.8rem;
  line-height: 1.18;
  font-weight: 900;
}
.guard .content-default .title p{
  color: rgba(255, 255, 255, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.guard .content-active .title p{
  color: rgba(255, 255, 255, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.serve .title span,
.proc .title span {
  color: #ff7310;
}

.serve .title span {
  color: #0e6334;
}

.serve .desc,
.proc .desc,
.guard .desc {
  max-width: min(46rem, 86vw);
  color: #7b8491;
  font-size: 0.96rem;
  line-height: 1.8;
}

.serve .section2 {
  width: 100%;
  margin: 3rem auto 0;
}

.serve .section2 .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.serve .section2 .swiper-slide {
  min-height: 3.4rem;
  display: grid;
  place-items: center;
  background: #e8e8e8;
  color: #8b8b8b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  cursor: pointer;
  transition: color 0.24s ease, background 0.24s ease;
}

.serve .section2 .swiper-slide-active,
.serve .section2 .swiper-slide:hover {
  border-right: 1px solid #bbbbbb66;
  background: #fff0e5;
  box-shadow: 8px 9px 12.1px #e1cec1de inset;
  color: #ff8530;
}

.serve .section3 {
  margin-top: 3rem;
}

.serve .section3 .swiper-wrapper {
  display: block;
}

.serve .section3 .swiper-slide {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(18rem, 0.42fr);
  gap: 4rem;
  align-items: center;
}

.serve .section3 .swiper-slide:not(:first-child) {
  display: none;
}

.serve .section3 .swiper-wrapper.serve-ready .swiper-slide {
  display: none;
}

.serve .section3 .swiper-wrapper.serve-ready .swiper-slide.serve-slide-active {
  display: grid;
}

.serve .left {
  display: grid;
  gap: 1.4rem;
}

.serve .left .text1 {
  color: #000000;
  font-size: 24px;
  font-weight: 900;
}

.serve .left .text2 {
  color: #4b5563;
  font-size: 0.96rem;
  line-height: 1.9;
}

.serve .right {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.12);
}

.serve .right img {
  width: 100%;
  aspect-ratio: 792 / 520;
  object-fit: cover;
}
.serve .right { overflow: hidden; }
.serve .right img { transition: transform .5s ease, filter .3s ease; }
.serve .right:hover img { transform: scale(1.05); filter: brightness(1.04); }
.proc .section2.proc-ready .swiper-slide { transition: transform .3s ease, box-shadow .3s ease; }
.proc .section2.proc-ready .swiper-slide:hover { transform: translateY(-4px); box-shadow: 0 1rem 2rem rgba(15,23,42,.14); }

.proc {
  padding: 7rem 0;
  background: #f5f6f7;
}

.proc .section2 {
  margin-top: 3rem;
}

.proc .section2 .swiper-wrapper {
  display: grid;
  gap: 1.4rem;
}

.proc .section2 .swiper-slide {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(16rem, 0.38fr);
  align-items: center;
  gap: 2.5rem;
  padding: 0;
  border: 1px solid rgba(14, 99, 52, 0.22);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0.8rem 1.8rem rgba(15, 23, 42, 0.06);
}

.proc .section2 .swiper-slide:nth-child(n + 4) {
  display: none;
}

.proc .section2.proc-ready .swiper-slide {
  display: none;
}

.proc .section2.proc-ready .swiper-slide.proc-slide-visible {
  display: grid;
}

.proc .section2 .swiper-slide .left {
  padding: 1.6rem;
}

.proc .left .text1 {
  color: #ff7310;
  font-size: 1.25rem;
  font-weight: 900;
}

.proc .left .text2 {
  margin-top: 0.8rem;
  color: #4b5563;
  font-size: 0.96rem;
  line-height: 1.9;
}

.proc .right {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.proc .right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #ffffff00 0%, #ffffff 87.14%);
  pointer-events: none;
}

.proc .right img {
  width: 100%;
  aspect-ratio: 680 / 280;
  object-fit: cover;
}

.proc .section3 {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.6rem;
}

.proc .section3 .prev,
.proc .section3 .next {
  width: 71px;
  height: 71px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff7310;
  cursor: pointer;
}

.guard {
  padding: 7rem 0;
  background: #ffffff;
}

.guard .section1 {
  justify-items: start;
  text-align: left;
}

.guard .tag {
  justify-content: start;
}

.guard .section2 {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}

.guard .item {
  position: relative;
  min-height: 27rem;
  flex: 0.68 1 0;
  overflow: hidden;
  border-radius: 8px;
  background: #101820;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.12);
  transition: flex 0.35s ease;
}

.guard .item-active,
.guard .item:hover {
  flex: 1.5 1 0;
}

.guard .item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.guard .item::after {
  content: "";
  position: absolute;
  inset: 0;
}

.guard .item:hover > img,
.guard .item-active > img {
  opacity: 1;
  transform: scale(1.04);
}

.guard .content-default,
.guard .content-active {
  position: absolute;
  z-index: 1;
  color: #ffffff;
}

.guard .content-default {
  left: 1.3rem;
  right: 1.3rem;
  bottom: 1.5rem;
  display: grid;
  gap: 0.7rem;
}

.guard .content-default .title {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.guard .content-default .icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #ffffff1a;
}

.guard .content-active {
  inset: auto 1.6rem 1.6rem;
  display: none;
}

.guard .item-active .content-default,
.guard .item:hover .content-default {
  display: none;
}

.guard .item-active .content-active,
.guard .item:hover .content-active {
  display: grid;
  gap: 1rem;
}

.guard .content-active .top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.guard .content-active .title {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.guard .content-active .icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #ff8530;
}

.guard .content-active .bottom {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.75;
}

@media (max-width: 75rem) {
  .guard .section2 {
    display: flex;
    flex-wrap: wrap;
  }

  .guard .item,
  .guard .item-active,
  .guard .item:hover {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}

@media (max-width: 64rem) {
  .serve .section3 .swiper-slide,
  .proc .section2 .swiper-slide {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 48rem) {
  .serve .section2 {
    width: 100%;
    overflow-x: auto;
  }

  .serve .section2 .swiper-wrapper {
    width: max-content;
    display: flex;
  }

  .serve .section2 .swiper-slide {
    min-width: 10rem;
    padding: 0 1rem;
  }

  .guard .section2 {
    display: flex;
    flex-direction: column;
  }
}
@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) {
  .serve .inner,
  .proc .inner,
  .guard .inner {
    width: 92vw;
    max-width: 1100px;
  }

  .serve,
  .proc,
  .guard {
    padding: 72px 0;
  }

  .serve .title p,
  .proc .title p,
  .guard .title p {
    font-size: 40px;
  }

  .guard .item {
    min-height: 340px;
  }
}

@media (max-width: 768px) {
  .serve,
  .proc,
  .guard {
    padding: 48px 0;
  }

  .serve .inner,
  .proc .inner,
  .guard .inner {
    width: calc(100% - 32px);
    max-width: 520px;
  }

  .serve .section1,
  .proc .section1,
  .guard .section1,
  .serve .section3 .swiper-slide,
  .serve .section3 .swiper-wrapper.serve-ready .swiper-slide.serve-slide-active,
  .serve .left,
  .proc .section2 .swiper-wrapper,
  .proc .section2 .swiper-slide,
  .proc .section2.proc-ready .swiper-slide.proc-slide-visible,
  .guard .section2,
  .guard .content-default,
  .guard .item-active .content-active,
  .guard .item:hover .content-active {
    display: flex;
    flex-direction: column;
  }

  .serve .section1,
  .proc .section1,
  .guard .section1 {
    align-items: center;
    text-align: center;
  }

  .serve .section2 {
    width: 100%;
    margin-top: 32px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .serve .section2::-webkit-scrollbar {
    display: none;
  }

  .serve .section2 .swiper-wrapper {
    width: max-content;
    display: flex;
    flex-direction: row;
  }

  .serve .section2 .swiper-slide {
    min-width: 136px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .serve .section3,
  .proc .section2,
  .guard .section2 {
    margin-top: 32px;
  }

  .serve .section3 .swiper-slide,
  .proc .section2 .swiper-slide,
  .proc .section2.proc-ready .swiper-slide.proc-slide-visible {
    gap: 18px;
  }

  .serve .left,
  .serve .right,
  .proc .left,
  .proc .right,
  .guard .item {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .proc .right::after {
    display: none;
  }

  .proc .section3 .prev,
  .proc .section3 .next,
  .guard .content-default .icon,
  .guard .content-active .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .guard .section2 {
    gap: 16px;
  }

  .guard .item,
  .guard .item-active,
  .guard .item:hover {
    min-height: 300px;
    flex: none;
  }

  .serve .title p,
  .proc .title p,
  .guard .title p {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  .serve,
  .proc,
  .guard {
    padding: 36px 0;
  }

  .serve .inner,
  .proc .inner,
  .guard .inner {
    width: calc(100% - 24px);
    max-width: none;
  }

  .serve .title p,
  .proc .title p,
  .guard .title p {
    font-size: 24px;
    line-height: 32px;
  }

  .serve .desc,
  .proc .desc,
  .guard .desc {
    max-width: 100%;
    font-size: 13px;
    line-height: 22px;
  }

  .serve .section2 .swiper-slide {
    min-width: 120px;
    min-height: 42px;
    font-size: 14px;
    line-height: 22px;
  }

  .serve .section3,
  .proc .section2,
  .guard .section2 {
    margin-top: 24px;
  }

  .serve .left .text1,
  .proc .left .text1 {
    font-size: 18px;
  }

  .serve .left .text2,
  .proc .left .text2,
  .guard .content-active .bottom {
    font-size: 13px;
    line-height: 22px;
  }

  .proc .section2 .swiper-slide .left {
    padding: 16px;
  }

  .proc .right img {
    aspect-ratio: 4 / 3;
  }

  .guard .item,
  .guard .item-active,
  .guard .item:hover {
    min-height: 260px;
  }
}
@media (max-width: 768px) {
  .serve .section2 {
    overflow: visible;
  }

  .serve .section2 .swiper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .serve .section2 .swiper::-webkit-scrollbar {
    display: none;
  }

  .serve .section2 .swiper-wrapper {
    width: max-content;
    min-width: max-content;
    display: flex;
    flex-wrap: nowrap;
    transform: none !important;
  }

  .serve .section2 .swiper-slide {
    width: auto !important;
    flex: 0 0 auto;
  }

  .guard .item,
  .guard .item-active,
  .guard .item:hover {
    min-height: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
  }

  .guard .content-default {
    display: none !important;
  }

  .guard .content-active,
  .guard .item-active .content-active,
  .guard .item:hover .content-active {
    position: relative;
    inset: auto;
    z-index: 2;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    color: #ffffff;
  }

  .guard .content-active .top {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .guard .item *,
  .guard .content-active,
  .guard .content-active .title,
  .guard .content-active .title p,
  .guard .content-active .bottom {
    color: #ffffff;
  }

  .guard .content-active .bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .guard .content-active .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .guard .content-active svg path {
    stroke: #ffffff;
  }
}

@media (max-width: 480px) {
  .guard .item,
  .guard .item-active,
  .guard .item:hover {
    padding: 16px;
  }

  .guard .content-active .title {
    font-size: 20px;
    line-height: 28px;
  }

  .guard .content-active .bottom {
    font-size: 13px;
    line-height: 22px;
  }
}
/* 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;
  }
  .proc .section3 .prev, .proc .section3 .next {
    width: 40px;
    height: 40px;
}
  .proc .section3 .prev svg, .proc .section3 .next svg {
    width: 20px;
    height: 20px;
}
.guard .content-active .title p {
    font-size: 20px;
}.guard .content-active .icon {
    width: 40px;
    height: 40px;
}
}

@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;
  }
}

body #app .banner .content {
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
}

body #app .banner .top {
  gap: 28px;
}

body #app .banner .desc {
  gap: 20px;
  margin-top: 0;
}

body #app .banner .desc p {
  line-height: 28px;
}

@media (max-width: 1024px) {
  body #app .banner .content {
    padding-left: 24px;
    padding-right: 24px;
  }

  body #app .banner .top {
    gap: 22px;
  }

  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: 18px;
  }

  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;
  }
}

/* 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;
  }
}
