body {
  background: #1d1a39;
}

.aboutBlock {
  position: relative;
  padding-top: 220px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/storage/images/about/aboutBlockBg.jpg);
}
.aboutBlock .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.aboutBlock .w1280 .aboutBlock2 {
  padding-bottom: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.aboutBlock .w1280 .aboutBlock2 .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.aboutBlock .w1280 .aboutBlock2 .title span {
  color: #12eb31;
}
.aboutBlock .w1280 .aboutBlock2 .tips {
  width: 90%;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 3px;
  font-size: 18px;
  color: #fff;
}
.aboutBlock .w1280 .aboutBlock2 .button {
  display: block;
  width: 160px;
  height: 55px;
  margin: 0 auto;
  margin-top: 32px;
  background: url(/storage/images/index/indexBlock5Img.png) no-repeat center/cover;
  background-size: 100%;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
.aboutBlock .w1280 .aboutBlock3 {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.aboutBlock .w1280 .aboutBlock3 .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.aboutBlock .w1280 .aboutBlock3 .title span {
  color: #12eb31;
}
.aboutBlock .w1280 .aboutBlock3 .tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 24px;
  color: #fff;
}
.aboutBlock .w1280 .aboutBlock3 .tips > p {
  max-width: 770px;
  margin-bottom: 32px;
}
.aboutBlock .w1280 .aboutBlock3 .img {
  overflow: hidden;
  width: 100%;
  margin-top: 24px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 0;
}
.aboutBlock .w1280 .aboutBlock4 {
  display: flex;
  justify-content: space-between;
  padding-top: 51px;
}
.aboutBlock .w1280 .aboutBlock4 .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.aboutBlock .w1280 .aboutBlock4 .title span {
  color: #12eb31;
}
.aboutBlock .w1280 .aboutBlock4 .right {
  width: calc(100% - 350px);
  max-width: 770px;
  padding-top: 4px;
  color: #fff;
}
.aboutBlock .aboutBlock5 {
  margin-top: 73px;
}
.aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide {
  width: 303px;
}
.aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list .img {
  position: relative;
  font-size: 0;
}
.aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list .img::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list .text {
  padding: 25px 30px;
  background: url(/storage/images/about/aboutBlock5Bg.png) no-repeat center bottom/cover;
}
.aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list .text .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  color: #fff;
}
.aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list .text .tips {
  margin-top: 10px;
  color: #fff;
}

#cursorFollower {
  display: none;
  position: absolute;
  z-index: 7;
  width: 133px;
  height: 133px;
  background: url(/storage/images/about/abouBlock5Ico.png) no-repeat center;
  pointer-events: none;
}

@media (max-width: 1080px) {
  .aboutBlock {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .aboutBlock .w1280 .aboutBlock2 {
    padding-bottom: 100px;
  }
  .aboutBlock .w1280 .aboutBlock2 .title {
    font-size: 32px;
  }
  .aboutBlock .w1280 .aboutBlock2 .tips {
    font-size: 14px;
  }
  .aboutBlock .w1280 .aboutBlock3 {
    padding-bottom: 40px;
  }
  .aboutBlock .w1280 .aboutBlock3 .title {
    font-size: 32px;
  }
  .aboutBlock .w1280 .aboutBlock3 .tips > p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .aboutBlock .w1280 .aboutBlock4 {
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .aboutBlock .w1280 .aboutBlock4 .title {
    font-size: 32px;
  }
  .aboutBlock .w1280 .aboutBlock4 .right {
    max-width: 100%;
    width: 100%;
  }
  .aboutBlock .aboutBlock5 {
    margin-top: 40px;
  }
  .aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list .text .title {
    font-size: 18px;
  }
  .aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list .text .tips {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .aboutBlock {
    padding-top: 120px;
  }
  .aboutBlock .w1280 .aboutBlock2 {
    padding-bottom: 40px;
  }
  .aboutBlock .w1280 .aboutBlock2 .title {
    font-size: 24px;
  }
  .aboutBlock .w1280 .aboutBlock2 .tips {
    margin-top: 20px;
  }
  .aboutBlock .w1280 .aboutBlock3 .title {
    font-size: 20px;
  }
  .aboutBlock .w1280 .aboutBlock3 .tips > p {
    font-size: 14px;
  }
  .aboutBlock .w1280 .aboutBlock3 .img {
    margin-top: 10px;
    border-radius: 10px;
  }
  .aboutBlock .w1280 .aboutBlock4 {
    padding-top: 30px;
  }
  .aboutBlock .w1280 .aboutBlock4 .title {
    font-size: 20px;
  }
  .aboutBlock .w1280 .aboutBlock4 .right {
    font-size: 14px;
  }
  .aboutBlock .aboutBlock5 .aboutBlock5Swiper .swiper-wrapper .swiper-slide .list .text {
    padding: 20px;
  }
}/*# sourceMappingURL=about.css.map */