.about {
  background-color: #FDFDFD;
  display: flex;
    flex-direction: column;
}

.about-banner {
  width: 100%;
  height: 421px;
  object-fit: cover;
}

.about-tabs {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0.67);
  background-color: #FFF;
}

#tabs-copy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#tabs-copy.top {
  display: block;
}
.about-tabs__list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-tab {
  width: 102px;
  height: 68px;
  padding: 25px 8px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  color: rgba(2, 6, 14, 0.90);
    text-align: center;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}

.about-tab:hover,
.about-tab.actived {
  color: #EA1980;
  border-bottom: 3px solid #EA1980;
}

.about-intro {
  width: 100%;
  margin: 0 auto;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-intro__title {
  color: #000;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.24px;
  margin-bottom: 43px;
}

.about-intro__text {
  width: 100%;
  max-width: 1140px;
  color: rgba(50, 50, 50, 0.90);
    font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
    line-height: 179%;
  letter-spacing: 1.54px;
  margin-bottom: 28px;
}

.about-section {
  width: 100%;
  height: 1190px;
  position: relative;
}

.about-section__bg {
  width: 2090px;
  height: 914px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.about-culture {
  position: relative;
  width: 100%;
  height: 340px;
  padding-top: 114px;
  padding-bottom: 131px;
    z-index: 10;
}

.about-culture__swiper {
  width: 1140px;
  height: 340px;
  margin: 0 auto;
}

.about-culture__item {
  width: 1140px;
  height: 340px;
  padding-left: 94px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 230, 245, 0.2);
  display: flex;
  align-items: center;
}

.about-culture__title {
  height: 170px;
  color: rgba(2, 6, 14, 0.90);
  text-align: center;
  font-family: "AlibabaPuHuiTi-2-65-Medium";
    font-size: 43.259px;
  font-style: normal;
  font-weight: 500;
    line-height: 45px;
  letter-spacing: 4.326px;
  padding-top: 4px;
  padding-right: 48px;
  margin-right: 50px;
  box-sizing: border-box;
  border-right: 1px solid #3A3A3A;
  display: flex;
    flex-direction: column;
}

.about-culture__info {
  height: 170px;
}

.about-culture__text {
  color: rgba(2, 6, 14, 0.90);
  font-family: "Smiley Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1.586px;
}

.about-culture__tips {
  color: rgba(50, 50, 50, 0.90);
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.721px;
}

.about-culture .swiper-button-next {
  width: 36px;
  height: 36px;
  font-size: 0;
  background-image: url(/images/arrow-circle-right-d6d6d6.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 84px;
}

.about-culture .swiper-button-next:hover {
  background-image: url(/images/arrow-circle-right-actived.png);
}

.about-culture .swiper-button-next::after {
  display: none;
}

.about-history {
  width: 100%;
  position: relative;
  z-index: 10;
}

.about-history__title {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.24px;
  margin-bottom: 54px;
}

.about-history__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-history__item {
  width: 393px;
  height: 240px;
  padding: 40px 65px 0;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.about-history__content.top .about-history__item {
  background-image: url(/images/about/history-top-bg.png);
}

.about-history__content.top .about-history__item.actived {
  background-image: url(/images/about/history-top-bg-actived.png);
}

.about-history__content.top .about-history__item.actived * {
  color: #fff;
}

.about-history__content.bottom .about-history__item {
  padding-top: 48px;
  background-image: url(/images/about/history-bottom-bg.png);
}

.about-history__content.bottom .about-history__item.actived {
  background-image: url(/images/about/history-bottom-bg-actived.png);
}

.about-history__content.bottom .about-history__item.actived * {
  color: #fff;
}

.about-history__item-title {
  color: rgba(2, 6, 14, 0.90);
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.about-history__item-ul {
  padding-left: 16px;
  margin: 0;
}

.about-history__item-li {
  color: rgba(5, 16, 37, 0.36);
    font-family: "AlibabaPuHuiTi-2-55-Regular";
      font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
}

.about-history__line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-history__line-icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
  }
  
  .about-history__line-icon-img {
    width: 100%;
    height: 100%;
  }
  
  .about-history__line-icon-img.actived {
    display: none;
  }
  
  .about-history__line-icon:hover .about-history__line-icon-img,
  .about-history__line-icon.actived .about-history__line-icon-img {
    display: none;
  }
  
  .about-history__line-icon:hover .about-history__line-icon-img.actived,
  .about-history__line-icon.actived .about-history__line-icon-img.actived {
    display: block;
}

.about-history__line-content {
  width: 1050px;
  height: 2px;
  margin: 0 40px;
  padding: 0 128px;
  box-sizing: border-box;
  background-color: #D7D9E2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-history__line-point {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(215, 217, 226, 1);
  background-color: rgba(247, 248, 252, 1);
  box-sizing: border-box;
  position: relative;
}

.about-history__line-point.actived {
  border-color: #EA1980;
}

.about-history__line-point::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(215, 217, 226, 1);
}

.about-history__line-point.actived::after {
  background-color: #EA1980;
}
.about-honor {
  width: 100%;
  height: 835px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/images/about/honor-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.about-honor__title {
  color: #FFF;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.24px;
  margin-bottom: 42px;
}

.about-honor__swiper {
  width: 867px;
  height: 451px;
  border-radius: 15px;
  background-color: #FFF;
  background-image: url(/images/about/honor-swiper-bg.png);
  background-size: 897px 493px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.05);
}

.about-honor__item {
  width: 867px;
  height: 451px;
  padding-top: 35px;
  padding-left: 70px;
  padding-right: 64px;
  box-sizing: border-box;
}

.about-honor__year {
  width: 100%;
  color: #EA1980;
    font-family: "AlibabaPuHuiTi-2-95-ExtraBold";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: 4.4px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EA1980;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.about-honor__list {
  padding-left: 20px;
}

.about-honor__text {
  color: var(---, rgba(50, 50, 50, 0.90));
    font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
    line-height: 300%;
  letter-spacing: 1.65px;
}

.about-honor__selection {
  width: 141px;
  margin-top: 96px;
  margin-left: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-honor__selection-prev {
  width: 23px;
  height: 13px;
  background-image: url(/images/arrow-top-ffffff.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.about-honor__selection-prev:hover {
  background-image: url(/images/arrow-top-actived.png);
}

.about-honor__selection-next {
  width: 23px;
  height: 13px;
  background-image: url(/images/arrow-bottom-ffffff.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.about-honor__selection-next:hover {
  background-image: url(/images/arrow-bottom-actived.png);
}

.about-honor__selection-list {
  width: 141px;
  height: 451px;
  margin: 36px 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.about-honor__selection-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  top: 12px;
  transition: 0.5s top linear;
}

.about-honor__selection-item {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #FFF;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
    font-size: 23.569px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.121px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-honor__selection-item+.about-honor__selection-item {
  margin-top: 32px;
}

.about-honor__selection-item.actived {
  width: 141px;
  height: 141px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.7px;
  background-color: #EA1980;
  filter: drop-shadow(0 5px 18px rgba(234, 25, 150, 0.30));
  border: none;
}

.about-duty {
  padding-top: 97px;
  padding-bottom: 87px;
  background-color: #FDFDFD;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-duty__title {
  color: #000;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.24px;
  margin-bottom: 43px;
}

.about-duty__text {
  width: 100%;
  max-width: 1140px;
  color: rgba(50, 50, 50, 0.90);
    font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
    line-height: 179%;
  letter-spacing: 1.54px;
  margin-bottom: 43px;
}

.about-duty__list {
  width: 100%;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
}

.about-duty__list+.about-duty__list {
  margin-top: 32px;
}

.about-duty__item {
  width: 554px;
  height: 276px;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.05);
  display: flex;
}

.about-duty__item+.about-duty__item {
  margin-left: 32px;
}

.about-duty__item-info {
  flex: 1;
  padding: 48px 38px 0 38px;
  box-sizing: border-box;
}

.about-duty__item-title {
  color: rgba(2, 6, 14, 0.90);
    font-family: "AlibabaPuHuiTi-2-65-Medium";
    font-size: 20.998px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 2.31px;
}

.about-duty__item-text {
  color: #323232;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
    font-size: 11px;
  font-style: normal;
  font-weight: 400;
    line-height: 159%;
    letter-spacing: 1.21px;
  margin-bottom: 67px;
}

.about-duty__item-link {
  display: flex;
}
.about-duty__item-icon {
  width: 22px;
    height: 14px;
    cursor: pointer;
}

.about-duty__item-icon-actived {
  width: 22px;
  height: 14px;
  cursor: pointer;
  display: none;
}

.about-duty__item-link:hover .about-duty__item-icon {
  display: none;
}

.about-duty__item-link:hover .about-duty__item-icon-actived {
  display: block;
}
.about-duty__item-img {
  width: 163.5px;
    height: 276px;
}
.about-founder {
  width: 100%;
  padding-top: 132px;
  padding-bottom: 96px;
  background-image: url(/images/about/founder-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about-founder__title {
  color: #000;
  text-align: center;
  font-family: "Smiley Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.24px;
  margin-bottom: 48px;
}

.about-founder__content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.about-founder__text {
  color: rgba(50, 50, 50, 0.90);
    font-family: "AlibabaPuHuiTi-2-55-Regular";
      font-size: 15px;
  font-style: normal;
  font-weight: 300;
    line-height: 179%;
    letter-spacing: 1.65px;
}

.about-founder__text:not(:first-child) {
  text-indent: 2em;
}