@charset "UTF-8";

.about-page {
  overflow-x: hidden;
  color: #333;
  background: #fff;
}

.about-hero .image {
  display: block;
  width: 100%;
}

.about-header__content {
  position: relative;
  z-index: 10;
  margin-top: -1.1rem;
}

.about-header__content .about-header__bg {
  width: 100%;
}

.about-header__content-inner {
  background: #fff;
  border-bottom: 1px solid rgba(85, 85, 85, .5);
}

.about-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 .48rem;
}

.about-header__wrapper .left-wrap .tit {
  font-size: .36rem;
  color: var(--color-red);
}

.about-header__wrapper .left-wrap .desc {
  margin-top: .46rem;
  font-size: .18rem;
  color: #666;
}

.about-header__wrapper .right-wrap .desc {
  font-size: .16rem;
  color: #666;
}

.about-header__nav {
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
}

.about-header__nav.is-sticky {
  position: fixed;
  top: var(--header-height);
  right: 0;
  left: 0;
  z-index: 45;
  padding-top: 0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.about-header__nav.is-sticky .about-header__nav-list {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.about-header__nav-placeholder {
  display: none;
}

.about-header__nav-list {
  display: flex;
  justify-content: center;
  gap: 1.18rem;
  transition: all .3s;
}

.about-header__nav-item a {
  position: relative;
  display: block;
  padding: .26rem 0;
  font-size: .18rem;
  color: #808080;
  transition: all .3s;
  white-space: nowrap;
}

.about-header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-red);
  transform: scaleX(0);
  transform-origin: right center;
  transition-property: transform;
  transition-duration: 0.3s;
}

.about-header__nav-item.active a {
  color: #333;
}

.about-header__nav-item.active a::after {
  transform: scaleX(1);
  transform-origin: left center;
}

@media(hover: hover) {
  .about-header__nav-item a:hover {
    color: #333;
  }

  .about-header__nav-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.about-module-header {
  text-align: center;
}

.about-module-title {
  font-size: .36rem;
  color: #333;
}

.about-module-desc {
  margin-top: .24rem;
  font-size: .18rem;
  color: #666;
}

.about-who {
  position: relative;
  padding: 1.42rem 0 .74rem;
}

.about-who::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #ff030300 6%, #ff030303 20%, #ff03030d 32%, #ff03031f 43%, #ff030338 54%, #ff030357 64%, #ff030380 74%, #ff0303ad 85%, #ff0303e3 94%, #ff0303 98%);
}

.about-who__inner {
  position: relative;
  z-index: 1;
  display: flex;
  padding-right: 1.4rem;
}

.about-who__inner .left-wrap {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding-right: 10%;
}

.about-who__inner .left-wrap .label {
  font-size: .16rem;
  color: var(--color-red);
}

.about-who__inner .left-wrap .title {
  margin-top: .14rem;
  font-size: .32rem;
  line-height: 1.2;
  color: #333;
}

.about-who__inner .left-wrap .list {
  display: flex;
  margin-top: auto;
}

.about-who__inner .left-wrap .list .item+.item {
  margin-left: .4rem;
}

.about-who__inner .left-wrap .list .tag {
  font-size: .2rem;
  color: var(--color-red);
}

.about-who__inner .left-wrap .list .txt {
  font-size: .14rem;
  color: #4d4d4d;
}

.about-who__inner .right-wrap {
  width: 4.49rem;
  font-size: .14rem;
  color: #4d4d4d;
  line-height: 1.8;
}

.about-who__image {
  position: relative;
  z-index: 1;
  margin-top: .96rem;
  border-radius: .24rem;
  overflow: hidden;
}

.about-history {
  padding: .9rem 0 1.1rem;
  background: #f2f2f2;
}

.about-history__content {
  display: flex;
  padding: .7rem .4rem;
  margin-top: .6rem;
  border-radius: .24rem;
  background: #fff;
  overflow: hidden;
}

.about-history-list {
  width: 20%;
  height: 4.3rem;
  padding-right: 5%;
}

.about-history-list .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  font-size: .26rem;
  color: #999;
}

.about-history-list .swiper-slide span {
  position: relative;
  display: block;
  transition: all .3s;
  line-height: 1;
  cursor: pointer;
}

.about-history-list .swiper-slide span::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--color-red);
  transition: all .3s;
  transform: translateY(-50%);
}

.about-history-list .swiper-slide.swiper-slide-active {
  font-size: .4rem;
  color: var(--color-red);
}

.about-history-list .swiper-slide.swiper-slide-active span {
  padding-left: .2rem;
}

.about-history-list .swiper-slide.swiper-slide-active span::after {
  height: 100%;
}

.about-history-content {
  flex: 1;
  min-width: 0;
}

.about-history-content .swiper-slide {
  overflow: hidden;
  font-size: 0;
  width: 100% !important;
}

.about-history-content .slide-wrapper {
  display: flex;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}

.about-history-content .slide-wrapper .image-wrap {
  width: 6.8rem;
  flex-shrink: 0;
  border-radius: .24rem;
  font-size: 0;
  overflow: hidden;
}

.about-history-content .slide-wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about-history-content .slide-wrapper .text-wrap {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: .12rem;
}

.about-history-content .slide-wrapper .title {
  font-size: .34rem;
  color: var(--color-red);
}

.about-history-content .slide-wrapper .txt {
  margin-top: .15rem;
  font-size: .18rem;
  color: #666;
}

.about-history-content .slide-wrapper .desc {
  margin-top: .22rem;
  font-size: .22rem;
  color: #4d4d4d;
}

.about-team {
  padding: .88rem 0 1rem;
  background: #f2f2f2;
}

.about-team__content {
  display: flex;
  margin-top: 1.2rem;
  border-radius: .24rem;
  overflow: hidden;
}

.about-team__content .text-wrap {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding: .66rem .6rem;
  background: #fff;
}

.about-team__content .text-wrap .name {
  font-size: .4rem;
  color: #000;
}

.about-team__content .text-wrap .position {
  margin-top: .14rem;
  font-size: .26rem;
  color: var(--color-red);
}

.about-team__content .text-wrap .desc {
  margin-top: .62rem;
  font-size: .16rem;
  color: #666;
  line-height: 1.8;
}

.about-team__content .text-wrap .txt {
  margin-top: auto;
  font-size: .24rem;
  color: #333;
}

.about-team__content .image-wrap {
  width: 51%;
  aspect-ratio: 1 / .845;
  background: #e6e6e6;
}

.about-team__content .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-team__swiper {
  margin-top: 1.18rem;
}

.about-team__swiper .swiper-container {
  padding-bottom: 1rem;
}

.about-team__swiper .swiper-slide {
  padding: 0 6px;
}

.about-team__swiper .swiper-slide:nth-child(even) {
  transform: translateY(1rem);
}

.about-team__swiper .slide-wrapper {
  border-radius: .24rem;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.about-team__swiper .slide-wrapper .image-wrap {
  aspect-ratio: 1 / .845;
  background: #e6e6e6;
}

.about-team__swiper .slide-wrapper .text-wrap {
  position: relative;
  padding: .22rem .28rem .28rem;
  background: #fff;
  overflow: hidden;
}

.about-team__swiper .slide-wrapper .text-wrap .name {
  font-size: .24rem;
  color: #000;
}

.about-team__swiper .slide-wrapper .text-wrap .position {
  font-size: .16rem;
  color: var(--color-red);
}

.about-team__swiper .slide-wrapper .text-wrap .desc {
  height: calc(1em * 1.8 * 4);
  margin-top: .32rem;
  font-size: .14rem;
  line-height: 1.8;
  color: #666;
}

.about-team__swiper .slide-wrapper .text-wrap .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: .24rem;
  font-size: .14rem;
  line-height: 1.8;
  color: #fff;
  background: var(--color-red);
  transition: all .3s;
  transform: translateY(100%);
}

.about-team__swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: .8rem;
}

.about-team__swiper .swiper-button {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 .3rem 0;
  border: 1px solid #808080;
  border-radius: 50%;
  transition: all .3s;
}

.about-team__swiper .swiper-button::after {
  font-size: 12px;
  color: #808080;
  transition: all .3s;
}

.about-team__introduction {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1.1rem;
}

.about-team__introduction .image-wrap {
  flex-shrink: 0;
}

.about-team__introduction .text-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 40%;
  padding: .42rem;
  border-radius: .24rem;
  font-size: .16rem;
  color: #4d4d4d;
  line-height: 1.8;
  background: #fff;
  overflow: hidden;
  transform: translateY(-50%);
}

.about-corporate-culture {
  position: relative;
  padding: .96rem 0 2rem;
  background: #fff;
  overflow: hidden;
}

.about-corporate-culture::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #ff030300 6%, #ff030303 20%, #ff03030d 32%, #ff03031f 43%, #ff030338 54%, #ff030357 64%, #ff030380 74%, #ff0303ad 85%, #ff0303e3 94%, #ff0303 98%);
}

.about-corporate-culture .contents {
  margin-top: .72rem;
}

.about-corporate-culture .content-item {
  position: relative;
  z-index: 1;
  padding: .96rem 0;
  margin-bottom: .32rem;
  border-radius: .24rem;
  transition: all .3s;
  overflow: hidden;
}

.about-corporate-culture .content-item .tag {
  position: absolute;
  z-index: 3;
  top: .34rem;
  left: .36rem;
  font-size: .28rem;
  color: #333;
  transition: all .3s;
}

.about-corporate-culture .content-item .text-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  font-size: .4rem;
  line-height: 1.2;
  text-align: center;
  color: #666;
  transition: all .3s;
}

.about-corporate-culture .content-item .bgs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.about-corporate-culture .content-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .3s;
  opacity: 0;
}

.about-corporate-culture .content-item .bg2 {
  opacity: 1;
}

@media(hover: hover) {
  .about-team__swiper .slide-wrapper:hover .text-wrap .hover-content {
    transform: translateY(0);
  }

  .about-corporate-culture .content-item:hover {
    box-shadow: rgba(0, 0, 0, .2) 0px 20px 20px -20px;
  }

  .about-corporate-culture .content-item:hover .tag {
    color: #fff;
  }

  .about-corporate-culture .content-item:hover .text-wrap {
    font-size: .54rem;
    color: #fff;
  }

  .about-corporate-culture .content-item:hover .bg1 {
    opacity: 1;
  }

  .about-corporate-culture .content-item:hover .bg2 {
    opacity: 0;
  }
}

.about-contact {
  padding: .92rem 0 1rem;
  background: #f2f2f2;
  overflow: hidden;
}

.about-contact__content {
  margin-top: .5rem;
}

.about-contact__content .content {
  display: flex;
  padding: .7rem .44rem;
  border-radius: .24rem;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

.about-contact__content .content .image-wrap {
  width: 60%;
  aspect-ratio: 1 / .657;
  border-radius: .24rem;
  overflow: hidden;
}

.about-contact__content .content .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-contact__content .content .text-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding-top: .38rem;
  padding-bottom: .2rem;
  padding-left: .54rem;
}

.about-contact__content .content .text-wrap .logo-wrap {
  width: 3.8rem;
}

.about-contact__content .content .text-wrap .address-wrap {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.about-contact__content .content .text-wrap .address-wrap .bf-font {
  margin-right: .12rem;
  font-size: .24rem;
  color: var(--color-red);
}

.about-contact__content .content .text-wrap .address-wrap a {
  font-size: .22rem;
  color: #333;
  transition: all .3s;
}

.about-contact__content .content .text-wrap .address-wrap a+a {
  margin-top: 5px;
}

.about-contact__content .label {
  padding: .8rem 0;
  font-size: .26rem;
  text-align: center;
  color: #333;
}

@media (hover: hover) {
  .about-contact__content .content .text-wrap .address-wrap a:hover {
    color: var(--color-red);
  }
}

.footer {
  border-top: 1px solid rgba(var(--color-red-rgb), .5);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about-hero .image {
    height: 6.8rem;
    object-fit: cover;
    object-position: center top;
  }

  .about-header__content {
    margin-top: -.86rem;
  }

  .about-header__content .about-header__bg {
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }

  .about-header__nav {
    justify-content: flex-start;
    max-width: 100%;
    padding-top: .42rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .about-header__nav::-webkit-scrollbar {
    display: none;
  }

  .about-header__nav.is-sticky {
    justify-content: flex-start;
    padding-right: .24rem;
    padding-left: .24rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .about-header__nav.is-sticky::-webkit-scrollbar {
    display: none;
  }

  .about-header__nav.is-sticky .about-header__nav-list {
    width: max-content;
    min-width: 100%;
    margin: 0;
  }

  .about-header__nav-list {
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    gap: .72rem;
  }

  .about-header__nav-item a {
    padding: .2rem 0;
    font-size: .24rem;
  }

  .about-module-title {
    font-size: .42rem;
    line-height: 1.35;
  }

  .about-module-desc {
    margin-top: .3rem;
    font-size: .24rem;
    line-height: 1.8;
  }

  .about-who {
    padding: .92rem 0 .7rem;
  }

  .about-who__inner {
    gap: .56rem;
    padding-right: 0;
  }

  .about-who__inner .left-wrap {
    min-width: 0;
    padding-right: 0;
  }

  .about-who__inner .left-wrap .label {
    font-size: .22rem;
  }

  .about-who__inner .left-wrap .title {
    font-size: .4rem;
    line-height: 1.3;
  }

  .about-who__inner .left-wrap .list {
    flex-wrap: wrap;
    gap: .26rem .34rem;
    margin-top: .62rem;
  }

  .about-who__inner .left-wrap .list .item+.item {
    margin-left: 0;
  }

  .about-who__inner .left-wrap .list .tag {
    font-size: .26rem;
  }

  .about-who__inner .left-wrap .list .txt {
    font-size: .2rem;
  }

  .about-who__inner .right-wrap {
    width: 48%;
    flex: 0 0 48%;
    font-size: .22rem;
    line-height: 1.8;
  }

  .about-who__image {
    margin-top: .66rem;
    border-radius: .18rem;
  }

  .about-history {
    padding: .76rem 0 .96rem;
  }

  .about-history__content {
    gap: .38rem;
    padding: .48rem;
    margin-top: .52rem;
  }

  .about-history-list {
    width: 18%;
    height: 3.8rem;
    padding-right: 0;
    flex: 0 0 18%;
  }

  .about-history-list .swiper-slide {
    font-size: .3rem;
  }

  .about-history-list .swiper-slide.swiper-slide-active {
    font-size: .42rem;
  }

  .about-history-content .slide-wrapper {
    align-items: center;
    gap: .38rem;
  }

  .about-history-content .slide-wrapper .image-wrap {
    width: 45%;
    flex: 0 0 45%;
    border-radius: .18rem;
  }

  .about-history-content .slide-wrapper .text-wrap {
    min-width: 0;
    flex: 1 1 0;
    align-items: flex-start;
    padding-top: 0;
  }

  .about-history-content .slide-wrapper .title {
    font-size: .4rem;
  }

  .about-history-content .slide-wrapper .txt {
    font-size: .24rem;
  }

  .about-history-content .slide-wrapper .desc {
    font-size: .28rem;
    line-height: 1.5;
  }

  .about-team {
    padding: .76rem 0 .96rem;
  }

  .about-team__content {
    margin-top: .64rem;
    border-radius: .18rem;
  }

  .about-team__content .text-wrap {
    width: 46%;
    padding: .44rem .38rem;
  }

  .about-team__content .text-wrap .name {
    font-size: .42rem;
  }

  .about-team__content .text-wrap .position {
    font-size: .28rem;
  }

  .about-team__content .text-wrap .desc {
    margin-top: .42rem;
    font-size: .22rem;
    line-height: 1.75;
  }

  .about-team__content .text-wrap .txt {
    margin-top: .48rem;
    font-size: .28rem;
    line-height: 1.45;
  }

  .about-team__content .image-wrap {
    width: 54%;
  }

  .about-team__swiper {
    margin-top: .72rem;
  }

  .about-team__swiper .swiper-container {
    padding-bottom: .7rem;
  }

  .about-team__swiper .swiper-slide {
    padding: 0 .08rem;
  }

  .about-team__swiper .swiper-slide:nth-child(even) {
    transform: translateY(.56rem);
  }

  .about-team__swiper .slide-wrapper {
    border-radius: .18rem;
  }

  .about-team__swiper .slide-wrapper .text-wrap {
    padding: .24rem .24rem .3rem;
  }

  .about-team__swiper .slide-wrapper .text-wrap .name {
    font-size: .3rem;
  }

  .about-team__swiper .slide-wrapper .text-wrap .position {
    font-size: .22rem;
  }

  .about-team__swiper .slide-wrapper .text-wrap .desc,
  .about-team__swiper .slide-wrapper .text-wrap .hover-content {
    font-size: .2rem;
  }

  .about-team__swiper-buttons {
    margin-top: .52rem;
  }

  .about-team__introduction {
    margin-top: .86rem;
  }

  .about-team__introduction .image-wrap {
    width: 68%;
  }

  .about-team__introduction .text-wrap {
    width: 48%;
    padding: .34rem;
    border-radius: .18rem;
    font-size: .22rem;
  }

  .about-corporate-culture {
    padding: .76rem 0 1.32rem;
  }

  .about-corporate-culture .contents {
    margin-top: .54rem;
  }

  .about-corporate-culture .content-item {
    padding: .72rem .32rem;
    border-radius: .18rem;
  }

  .about-corporate-culture .content-item .tag {
    top: .28rem;
    left: .3rem;
    font-size: .28rem;
  }

  .about-corporate-culture .content-item .text-wrap {
    font-size: .42rem;
    line-height: 1.3;
  }

  .about-contact {
    padding: .76rem 0 .82rem;
  }

  .about-contact__content {
    margin-top: .46rem;
  }

  .about-contact__content .content {
    align-items: center;
    padding: .44rem;
    border-radius: .18rem;
  }

  .about-contact__content .content .image-wrap {
    width: 55%;
    border-radius: .18rem;
  }

  .about-contact__content .content .text-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: .38rem;
  }

  .about-contact__content .content .text-wrap .logo-wrap {
    width: 3.2rem;
  }

  .about-contact__content .content .text-wrap .address-wrap .bf-font {
    font-size: .26rem;
  }

  .about-contact__content .content .text-wrap .address-wrap a {
    font-size: .24rem;
    line-height: 1.65;
  }

  .about-contact__content .label {
    padding: .54rem 0;
    font-size: .3rem;
  }
}

@media (max-width: 767px) {
  .about-page {
    overflow-x: clip;
  }

  .about-hero picture {
    display: block;
    overflow: hidden;
  }

  .about-hero .image {
    width: 100%;
    height: 5.6rem;
    object-fit: cover;
    object-position: center top;
  }

  .about-header__content {
    margin-top: -.62rem;
    overflow: hidden;
  }

  .about-header__content .about-header__bg {
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }

  .about-header__nav {
    justify-content: flex-start;
    margin-right: -16px;
    margin-left: -16px;
    padding: .28rem 16px 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .about-header__nav::-webkit-scrollbar {
    display: none;
  }

  .about-header__nav.is-sticky {
    justify-content: flex-start;
    padding: 0 16px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .about-header__nav.is-sticky::-webkit-scrollbar {
    display: none;
  }

  .about-header__nav.is-sticky .about-header__nav-list {
    width: max-content;
    min-width: 100%;
    margin: 0;
  }

  .about-header__nav-list {
    width: max-content;
    min-width: 100%;
    gap: .44rem;
  }

  .about-header__nav-item a {
    padding: .22rem 0;
    font-size: .24rem;
  }

  .about-module-title {
    font-size: .38rem;
    line-height: 1.35;
  }

  .about-module-desc {
    margin-top: .24rem;
    font-size: .24rem;
    line-height: 1.7;
  }

  .about-module-desc br {
    display: none;
  }

  .about-who {
    padding: .72rem 0 .66rem;
  }

  .about-who::before {
    height: 30%;
  }

  .about-who__inner {
    flex-direction: column;
    gap: .4rem;
    padding-right: 0;
  }

  .about-who__inner .left-wrap {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .about-who__inner .left-wrap .label {
    font-size: .24rem;
  }

  .about-who__inner .left-wrap .title {
    margin-top: .18rem;
    font-size: .4rem;
    line-height: 1.32;
  }

  .about-who__inner .left-wrap .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .28rem .2rem;
    margin-top: .46rem;
  }

  .about-who__inner .left-wrap .list .item+.item {
    margin-left: 0;
  }

  .about-who__inner .left-wrap .list .tag {
    font-size: .3rem;
  }

  .about-who__inner .left-wrap .list .txt {
    margin-top: .06rem;
    font-size: .22rem;
  }

  .about-who__inner .right-wrap {
    width: 100%;
    font-size: .24rem;
    line-height: 1.85;
  }

  .about-who__image {
    margin-top: .48rem;
    border-radius: .18rem;
  }

  .about-who__image .image {
    width: 100%;
  }

  .about-history {
    padding: .68rem 0 .82rem;
  }

  .about-history__content {
    flex-direction: column;
    padding: 0 .36rem .36rem;
    margin-top: .42rem;
    border-radius: .18rem;
  }

  .about-history-list {
    width: 100%;
    height: 4.4rem;
    flex: 0 0 1.2rem;
    padding-right: 0;
  }

  .about-history-list .swiper-slide {
    font-size: .24rem;
  }

  .about-history-list .swiper-slide span {
    line-height: 1.2;
  }

  .about-history-list .swiper-slide.swiper-slide-active {
    font-size: .32rem;
  }

  .about-history-list .swiper-slide.swiper-slide-active span {
    padding: 0;
  }

  .about-history-list .swiper-slide span::after {
    display: none;
  }

  .about-history-list .swiper-slide.swiper-slide-active span::after {
    height: 2px;
    width: 100%;
  }

  .about-history-content {
    min-width: 0;
  }

  .about-history-content .slide-wrapper {
    flex-direction: column;
    gap: .28rem;
    min-width: 0;
  }

  .about-history-content .slide-wrapper .image-wrap {
    width: 100%;
    flex: none;
    border-radius: .16rem;
  }

  .about-history-content .slide-wrapper .image {
    object-fit: cover;
  }

  .about-history-content .slide-wrapper .text-wrap {
    width: 100%;
    min-width: 0;
    flex: none;
    align-items: flex-start;
    padding-top: 0;
  }

  .about-history-content .slide-wrapper .title {
    font-size: .36rem;
    line-height: 1.25;
  }

  .about-history-content .slide-wrapper .txt {
    margin-top: .12rem;
    font-size: .24rem;
    line-height: 1.45;
  }

  .about-history-content .slide-wrapper .desc {
    margin-top: .18rem;
    font-size: .26rem;
    line-height: 1.55;
  }

  .about-team {
    padding: .68rem 0 .78rem;
  }

  .about-team__content {
    flex-direction: column;
    margin-top: .42rem;
    border-radius: .18rem;
  }

  .about-team__content .text-wrap {
    order: 2;
    width: 100%;
    padding: .34rem .28rem .4rem;
  }

  .about-team__content .text-wrap .name {
    font-size: .4rem;
    line-height: 1.2;
  }

  .about-team__content .text-wrap .position {
    margin-top: .12rem;
    font-size: .26rem;
  }

  .about-team__content .text-wrap .desc {
    margin-top: .32rem;
    font-size: .24rem;
    line-height: 1.75;
  }

  .about-team__content .text-wrap .txt {
    margin-top: .34rem;
    font-size: .28rem;
    line-height: 1.45;
  }

  .about-team__content .image-wrap {
    order: 1;
    width: 100%;
    aspect-ratio: 1 / .78;
  }

  .about-team__swiper {
    margin-top: .54rem;
  }

  .about-team__swiper .swiper-container {
    padding-bottom: 0;
  }

  .about-team__swiper .swiper-slide {
    padding: 0 .06rem;
  }

  .about-team__swiper .swiper-slide:nth-child(even) {
    transform: none;
  }

  .about-team__swiper .slide-wrapper {
    border-radius: .18rem;
  }

  .about-team__swiper .slide-wrapper .text-wrap {
    padding: .24rem .22rem .28rem;
  }

  .about-team__swiper .slide-wrapper .text-wrap .name {
    font-size: .32rem;
    line-height: 1.2;
  }

  .about-team__swiper .slide-wrapper .text-wrap .position {
    margin-top: .04rem;
    font-size: .24rem;
  }

  .about-team__swiper .slide-wrapper .text-wrap .desc {
    height: calc(1em * 1.75 * 4);
    margin-top: .24rem;
    font-size: .22rem;
    line-height: 1.75;
  }

  .about-team__swiper .slide-wrapper .text-wrap .hover-content {
    display: none;
  }

  .about-team__swiper-buttons {
    height: .84rem;
    margin-top: .36rem;
  }

  .about-team__swiper .swiper-button {
    width: .84rem;
    height: .84rem;
    margin: 0 .16rem;
  }

  .about-team__introduction {
    flex-direction: column;
    align-items: stretch;
    margin-top: .62rem;
  }

  .about-team__introduction .image-wrap {
    width: 100%;
  }

  .about-team__introduction .text-wrap {
    position: static;
    width: 100%;
    margin-top: .28rem;
    padding: .3rem .26rem;
    border-radius: .18rem;
    font-size: .24rem;
    line-height: 1.75;
    transform: none;
  }

  .about-corporate-culture {
    padding: .68rem 0 1rem;
  }

  .about-corporate-culture::before {
    height: 32%;
  }

  .about-corporate-culture .contents {
    margin-top: .42rem;
  }

  .about-corporate-culture .content-item {
    min-height: 2.2rem;
    padding: .82rem .28rem .64rem;
    margin-bottom: .24rem;
    border-radius: .18rem;
  }

  .about-corporate-culture .content-item .tag {
    top: .24rem;
    left: .26rem;
    font-size: .26rem;
  }

  .about-corporate-culture .content-item .text-wrap {
    font-size: .34rem;
    line-height: 1.35;
  }

  .about-corporate-culture .content-item .text-wrap br {
    display: none;
  }

  .about-contact {
    padding: .68rem 0 .72rem;
  }

  .about-contact__content {
    margin-top: .38rem;
  }

  .about-contact__content .content {
    flex-direction: column;
    padding: .28rem;
    border-radius: .18rem;
  }

  .about-contact__content .content .image-wrap {
    width: 100%;
    border-radius: .16rem;
  }

  .about-contact__content .content .text-wrap {
    width: 100%;
    padding: .34rem 0 0;
  }

  .about-contact__content .content .text-wrap .logo-wrap {
    width: 3.2rem;
  }

  .about-contact__content .content .text-wrap .address-wrap {
    gap: .08rem;
    margin-top: .32rem;
  }

  .about-contact__content .content .text-wrap .address-wrap .bf-font {
    margin-right: .1rem;
    font-size: .26rem;
  }

  .about-contact__content .content .text-wrap .address-wrap a {
    display: flex;
    align-items: flex-start;
    font-size: .24rem;
    line-height: 1.55;
  }

  .about-contact__content .content .text-wrap .address-wrap a+a {
    margin-top: 0;
  }

  .about-contact__content .label {
    padding: .42rem 0 0;
    font-size: .28rem;
    line-height: 1.55;
  }
}