@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.ttf");
  font-weight: 300;
}
* {
  box-sizing: border-box;
  font-family: Rubik;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Rubik";
}
main {
  overflow: hidden;
}
main .container {
  max-width: 1200px;
  width: unset;
}
.mb-style {
  display: none;
}
.pc-style {
  display: block;
}
.hide {
  display: none;
}
.show {
  display: block;
}
h2 {
  color: #061c3d;
  font-size: 60px;
}
h2 span {
  color: #431eff;
}
.banner {
  position: relative;
  overflow: hidden;
  background: url(../img/about/banner-bg.jpg) center center / cover no-repeat;
  padding: 138px 0 188px;
  background-size: 100% 100%;
}
.banner .banner-right {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.banner .banner-bg {
  width: 100%;
  position: relative;
  display: none;
}
.banner .container {
  max-width: 1430px;
}
.banner h1 {
  display: none;
}
.wrap1 {
  padding: 120px 0;
}
.wrap1 .wrap1-desc {
  margin-top: 36px;
}
.wrap1 .wrap1-desc p {
  color: #061c3d;
  font-size: 24px;
  line-height: 180%;
  /* 43.2px */
}
.wrap1 .notice {
  color: #77808e;
  font-size: 18px;
  line-height: 200%;
  margin: 20px auto 45px;
  display: inline-block;
  /* 36px */
}
.wrap1 .num-growth {
  display: flex;
  background: url(../img/about/num-growth.jpg) no-repeat;
  background-size: 100%;
  height: 350px;
  gap: 180px;
  justify-content: center;
  padding-top: 60px;
}
.wrap1 .num-growth .num {
  color: #fff;
  font-size: 58.463px;
  font-weight: 600;
  line-height: 90.943px;
  /* 155.556% */
  letter-spacing: -0.877px;
}
.wrap1 .num-growth span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 25.984px;
  font-weight: 400;
  line-height: 129%;
  /* 33.519px */
  letter-spacing: 0.26px;
}
.wrap2,
.wrap3 {
  background: url(../img/about/wrap2-bg.jpg) center center / cover no-repeat;
  background-size: cover;
}
.wrap2 .container,
.wrap3 .container {
  padding: 200px 0 140px;
  display: flex;
  gap: 108px;
  max-width: 1300px;
}
.wrap2 .right,
.wrap3 .right {
  flex: 0 0 490px;
}
.wrap2 .wrap-tit,
.wrap3 .wrap-tit {
  color: #111827;
  font-size: 54px;
  font-weight: 600;
  line-height: 160%;
}
.wrap2 .wrap-tit span,
.wrap3 .wrap-tit span {
  color: #431eff;
}
.wrap2 .left,
.wrap3 .left {
  flex: 1;
}
.wrap2 .right h3,
.wrap3 .right h3 {
  position: relative;
  color: #111827;
  font-size: 36px;
  font-weight: 600;
  line-height: 146.682%;
  margin: 24px auto 26px;
  /* 52.805px */
}
.wrap2 .right h3::after,
.wrap3 .right h3::after {
  position: absolute;
  content: '';
  border-radius: 60px;
  background: linear-gradient(74deg, #2079fa -143.39%, #4e36ff -81.57%, #ba21f0 -5.71%, #ff2cd3 60.31%, #fd4e65 148.82%), #427cff;
  width: 18%;
  height: 6px;
  bottom: -10px;
  left: 0;
}
.wrap2 .right .wrap2-desc,
.wrap3 .right .wrap2-desc {
  color: #374151;
  font-size: 24px;
  line-height: 180%;
}
.wrap2 .right .wrap2-desc,
.wrap3 .right .wrap2-desc {
  color: #374151;
  font-size: 18px;
  line-height: 180%;
  /* 32.4px */
}
.wrap2-img {
  padding: 160px 0;
}
.wrap2-img .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 38px;
  max-width: 1526px;
}
.wrap2-img img {
  width: 48.5%;
  height: 100%;
}
.wrap3 {
  background: url(../img/about/wrap3-bg.jpg) center center / cover no-repeat;
}
.wrap3 .container {
  flex-direction: row-reverse;
}
.wrap3 .left {
  flex: 1;
}
.wrap3-bottom {
  background: #f9fbff;
  padding: 118px 0 127px;
}
.wrap3-bottom h3 {
  color: #061c3d;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 146.682%;
}
.wrap3-bottom .wrap3-swiper {
  position: relative;
}
.wrap3-bottom .list {
  display: flex;
  gap: 36px;
  margin-top: 38px;
}
.wrap3-bottom .list-item,
.wrap3-bottom .swiper-slide {
  padding: 54px 33px 87px;
  border-radius: 20px;
  background: #fff;
}
.wrap3-bottom .list-item .tit,
.wrap3-bottom .swiper-slide .tit {
  color: #1f2937;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  margin: 45px auto 24px;
}
.wrap3-bottom .list-item .item-desc,
.wrap3-bottom .swiper-slide .item-desc {
  color: #374151;
  font-size: 20px;
  line-height: 160%;
  /* 32px */
}
.wrap3-bottom .item1,
.wrap3-bottom .item2,
.wrap3-bottom .item3 {
  position: relative;
}
.wrap3-bottom .item1::after {
  position: absolute;
  content: '';
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #ff8caf 0%, #fa5afa 100%), #fff;
  height: 34px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wrap3-bottom .item2::after {
  position: absolute;
  content: '';
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #ffa35c 0%, #ff5a6f 100%);
  height: 34px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wrap3-bottom .item3::after {
  position: absolute;
  content: '';
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #5eb3eb 0%, #42d9d4 54.81%, #3fe7b2 100%);
  height: 34px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wrap3-bottom .wrap3-swiper {
  display: none;
}
.wrap4 {
  padding: 134px 0 180px;
}
.wrap4 .wrap-content {
  position: relative;
  margin-top: 75px;
}
.wrap4 .wrap-content::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #0b63e5 0px, #0b63e5 8px, transparent 8px, transparent 16px);
  bottom: 0;
  left: 50%;
}
.wrap4 .timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.wrap4 .timeline-item {
  background: #f9fbff;
  padding: 24px;
  width: 50%;
}
.wrap4 .timeline-item .time {
  color: #4687ff;
  font-size: 24px;
  border-radius: 6px;
  border: 1px solid #b7d4ff;
  background: #dfecff;
  padding: 6px 15px;
  max-width: fit-content;
  margin-top: 16px;
}
.wrap4 .timeline-item .time-tit {
  color: #061c3d;
  font-size: 24px;
  font-weight: 500;
  margin: 18px auto;
  display: block;
}
.wrap4 .timeline-item .time-desc {
  color: #414141;
  font-size: 16px;
  line-height: 160%;
  /* 25.6px */
}
.wrap4 .timeline-item:nth-child(even) {
  position: relative;
  left: 50%;
}
.wrap5 {
  padding: 78px 0 123px;
  background: url(../img/about/wrap5-bg.jpg) center center / cover no-repeat;
}
.wrap5 h2 {
  text-align: center;
}
.wrap5 .item1 {
  cursor: pointer;
  padding: 38px 44px;
}
.wrap5 .item1 .item-tit {
  margin: 20px auto 24px;
}
.wrap5 .item2 {
  padding: 50px 38px;
}
.wrap5 .item2 .item-tit {
  margin: 50px auto 24px;
}
.wrap5 .wrap-content {
  display: flex;
  gap: 58px;
  margin-top: 76px;
}
.wrap5 .wrap-item {
  width: 50%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.79);
  background: rgba(255, 255, 255, 0.69);
}
.wrap5 .wrap-item .item-top {
  display: flex;
  gap: 26px;
}
.wrap5 .wrap-item .item-tit {
  color: #1f2937;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  /* 44.8px */
}
.wrap5 .wrap-item .item-desc {
  color: #374151;
  font-size: 20px;
  line-height: 160%;
  /* 32px */
}
.wrap5 .wrap-item .item-desc span {
  color: #196bed;
}
@media (max-width: 1200px) {
  main .container {
    padding: 0 15px;
    width: 100%;
  }
  .wrap1 {
    padding: 60px 0;
  }
  .wrap1 .container {
    padding: 0 15px;
  }
  .wrap1 .wrap1-desc {
    margin-top: 14px;
  }
  .wrap1 .wrap1-desc p {
    font-size: 16px;
  }
  .wrap1 .notice {
    font-size: 16px;
    margin: 16px auto 26px;
  }
  .wrap2,
  .wrap3 {
    background: linear-gradient(180deg, #dfd7ff 0.03%, #fff 96.16%);
  }
  .wrap2 h2,
  .wrap3 h2 {
    font-size: 26px;
  }
  .wrap2 .container,
  .wrap3 .container {
    flex-direction: column;
    padding: 38px 15px 51px;
    gap: 33px;
  }
  .wrap2 .wrap2-decoration,
  .wrap3 .wrap2-decoration {
    width: 54px;
    height: 27px;
  }
  .wrap2 .right h3,
  .wrap3 .right h3 {
    margin: 12px auto 28px;
    font-size: 32px;
  }
  .wrap2 .right h3::after,
  .wrap3 .right h3::after {
    width: 13%;
    height: 4px;
  }
  .wrap2-img {
    padding: 0 0 56px;
  }
}
@media (max-width: 996px) {
  .container {
    padding: 0 15px;
  }
  h2 {
    font-size: 32px;
  }
  .banner .container {
    top: 12%;
    left: 11%;
  }
  .banner .banner-desc {
    font-size: 16px;
    max-width: 260px;
    margin: 0 auto;
  }
  .wrap1 {
    padding: 60px 0;
  }
  .wrap1 .container {
    padding: 0 15px;
  }
  .wrap1 .wrap1-desc {
    margin-top: 14px;
  }
  .wrap1 .wrap1-desc p {
    font-size: 16px;
  }
  .wrap1 .notice {
    font-size: 16px;
    margin: 16px auto 26px;
  }
  .wrap1 .num-growth {
    flex-direction: column;
    background: url(../img/about/num-growth-mb.png) no-repeat;
    background-size: 100% 100%;
    height: 365px;
    gap: 0;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    gap: 23px;
  }
  .wrap1 .num-growth .num {
    font-size: 34px;
    line-height: 53px;
    text-align: center;
  }
  .wrap1 .num-growth span {
    font-size: 15px;
    line-height: 129%;
  }
  .wrap2,
  .wrap3 {
    background: linear-gradient(180deg, #dfd7ff 0.03%, #fff 96.16%);
  }
  .wrap2 .wrap-tit,
  .wrap3 .wrap-tit {
    font-size: 26px;
  }
  .wrap2 .container,
  .wrap3 .container {
    flex-direction: column;
    padding: 38px 15px 51px;
    gap: 33px;
  }
  .wrap2 .wrap2-decoration,
  .wrap3 .wrap2-decoration {
    width: 54px;
    height: 27px;
  }
  .wrap2 .right h3,
  .wrap3 .right h3 {
    margin: 12px auto 28px;
    font-size: 32px;
  }
  .wrap2 .right h3::after,
  .wrap3 .right h3::after {
    width: 13%;
    height: 4px;
  }
  .wrap2-img {
    padding: 0 0 56px;
  }
  .wrap2-img .container {
    row-gap: 9px;
  }
  .wrap2-img img {
    width: 49%;
    height: 100%;
  }
  .wrap3-bottom {
    padding: 37px 15px 41px;
  }
  .wrap3-bottom .list {
    display: none;
  }
  .wrap3-bottom .wrap3-swiper {
    display: block;
    margin-top: 30px;
  }
  .wrap3-bottom h3 {
    font-size: 32px;
  }
  .wrap3-bottom .list-item,
  .wrap3-bottom .swiper-slide {
    padding: 25px 27px 70px;
  }
  .wrap3-bottom .list-item img,
  .wrap3-bottom .swiper-slide img {
    width: 63px;
    height: 63px;
  }
  .wrap3-bottom .list-item .tit,
  .wrap3-bottom .swiper-slide .tit {
    font-size: 26px;
    margin: 27px auto 20px;
  }
  .wrap3-bottom .list-item .item-desc,
  .wrap3-bottom .swiper-slide .item-desc {
    font-size: 16px;
  }
  .wrap3-bottom .swiper-pagination {
    bottom: -9%;
  }
  .wrap4 {
    padding: 54px 0 57px;
  }
  .wrap4 .wrap-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 57px;
  }
  .wrap4 .timeline-item {
    padding: 14px 20px;
    width: 100%;
  }
  .wrap4 .timeline-item .time {
    font-size: 20px;
    padding: 6px 15px;
  }
  .wrap4 .timeline-item .time-tit {
    font-size: 20px;
  }
  .wrap4 .timeline-item .time-desc {
    font-size: 14px;
  }
  .wrap4 .timeline-item .desc-pc {
    display: none;
  }
  .wrap4 .timeline-item .desc-mb {
    display: block;
  }
  .wrap4 .timeline-item:nth-child(even) {
    position: relative;
    left: 0;
  }
  .wrap4 .wrap-content::after {
    left: 0;
  }
  .wrap5 {
    padding: 43px 0 53px;
    background: url(../img/about/wrap5-bg-mb.png) center center / cover no-repeat;
  }
  .wrap5 .wrap-content {
    flex-direction: column;
    margin-top: 27px;
    gap: 30px;
  }
  .wrap5 .item1 .item-tit {
    margin: 12px auto;
  }
  .wrap5 .item2 .item-tit {
    margin: 29px auto 12px;
  }
  .wrap5 .wrap-item {
    padding: 32px 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wrap5 .wrap-item .item1-img {
    width: 73px;
    height: 80px;
  }
  .wrap5 .wrap-item .item2-img {
    width: 52px;
    height: 52px;
  }
  .wrap5 .wrap-item .item-tit {
    font-size: 28px;
  }
  .wrap5 .wrap-item .item-desc {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mb-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .banner {
    background: none;
    padding: 0;
  }
  .banner .container {
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner .banner-desc {
    font-size: 16px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
  }
  .wrap2 .right,
  .wrap3 .right {
    flex: auto;
  }
  .wrap3-bottom .swiper-pagination {
    bottom: -7%;
  }
}
