.section_1 {
  background-color: #fff;
}
.section_1 .warp {
  width: 1680px;
  margin: 0 auto;
  padding-top: 103px;
  display: flex;
  padding-bottom: 100px;
}
.section_1 .warp .left {
  flex: 1;
}
.section_1 .warp .left .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 50px;
  width: fit-content;
}
.section_1 .warp .right {
  width: 1000px;
}
.section_1 .warp .right .text p {
  color: #666;
  font-size: 20px;
  line-height: 36px;
}
.section_1 .warp .right .text h4 {
  color: #111;
  margin: 46px 0 30px;
  font-size: 30px;
}
.section_2 .warp {
  position: relative;
}
.section_2 .warp .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
}
.section_2 .warp .bg img {
  width: 100%;
  height: 100%;
}
.section_2 .warp .main {
  display: flex;
}
.section_2 .warp .main .left {
  flex: 1;
  padding-left: 120px;
  padding-right: 78px;
  padding-top: 185px;
}
.section_2 .warp .main .left .title {
  margin-bottom: 80px;
}
.section_2 .warp .main .left .title h3 {
  color: #fff;
  font-size: 50px;
}
.section_2 .warp .main .left .list .item .head {
  margin-bottom: 30px;
  cursor: pointer;
}
.section_2 .warp .main .left .list .item .head h4 {
  color: #fff;
  font-size: 40px;
}
.section_2 .warp .main .left .list .item .body {
  color: #D0CDF9;
  font-size: 30px;
  padding-bottom: 100px;
}
.section_2 .warp .main .left .list .item:not(:first-child) .body {
  display: none;
}
.section_2 .warp .main .right {
  width: 1120px;
  position: relative;
}
.section_2 .warp .main .right a {
  position: absolute;
  z-index: 10;
  display: flex;
  width: 100px;
  height: 100px;
  right: 120px;
  bottom: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 1s;
  display: none;
}
.section_2 .warp .main .right a:hover {
  border-color: #2B33FF;
  background-color: #2B33FF;
}
.section_2 .warp .main .right a img {
  width: 40px;
  filter: brightness(0) invert(1);
}
.section_3 .warp {
  padding-top: 118px;
  padding-bottom: 140px;
}
.section_3 .warp .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_3 .warp .title div:nth-child(2).aos-animate {
  transition-delay: 0.3s;
}
.section_3 .warp .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 50px;
  width: fit-content;
}
.section_3 .warp .title p {
  color: #111;
  font-size: 30px;
}
.section_3 .warp .main {
  margin-top: 60px;
}
.section_3 .warp .main.aos-animate {
  transition-delay: 0.6s;
}
.section_3 .warp .main .swiper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section_3 .warp .main .swiper-slide {
  width: 420px;
  height: 690px;
}
.section_3 .warp .main .swiper-slide.swiper-slide-active .item .text {
  opacity: 1;
  transform: translateY(0);
}
.section_3 .warp .main .swiper-slide .item .img {
  position: relative;
}
.section_3 .warp .main .swiper-slide .item .img .mask {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section_3 .warp .main .swiper-slide .item .text {
  font-size: 30px;
  color: #111;
  margin-top: 37px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.zi .warp{
  width: 100%;
  overflow: hidden;
}
.zi .warp .swiper{
  width: 150vw;
  border-bottom: 1px solid #D4D4D4;
}
.zi .warp .swiper .swiper-slide{
  height: auto;
}
.zi .warp .text{
  padding: 80px 60px 70px;
  border-right: 1px solid #D4D4D4;
  height: 100%;
}
.zi .warp .text h3{
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 40px;
    margin-bottom: 70px;
    width: fit-content;
}
.zi .warp .text p{
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.zi .warp .tab{
  display: flex;
  width: fit-content;
  margin: 35px auto 0;
}
.zi .warp .tab .prev span{
  transform: rotate(180deg);
  display: block;
}
.zi .warp .tab .prev{
  margin-right: 30px;
}
.zi .warp .tab .prev,
.zi .warp .tab .next{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 1s;
}
.zi .warp .tab .prev:hover,
.zi .warp .tab .next:hover{
  color: #2B33FF;
}

.section_4 {
  background-color: #EFEEF5;
}
.section_4 .warp {
  padding-top: 116px;
  width: 1680px;
  margin: 0 auto;
  padding-bottom: 86px;
}
.section_4 .warp .title {
  margin-bottom: 30px;
}
.section_4 .warp .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 50px;
  width: fit-content;
}
.section_4 .warp .main {
  display: flex;
  justify-content: center;
  position: relative;
}
.section_4 .warp .main .text {
  position: absolute;
  width: 730px;
  left: 0;
  bottom: 26px;
}
.section_4 .warp .main .text h4 {
  color: #111;
  font-size: 40px;
  margin-bottom: 30px;
}
.section_4 .warp .main .text p {
  color: #666;
  font-size: 30px;
}
@media screen and (max-width: 1792px){
  .section_1 .warp{
    width: 90%;
  }
  .section_1 .warp .right{
    width: 60%;
  }
  .section_2 .warp .main .left .title h3 {
    font-size: 42px;
  }
  .section_2 .warp .main .left .list .item .head h4 {
    font-size: 36px;
  }
  .section_2 .warp .main .left .list .item .body {
    font-size: 24px;
  }
  .section_2 .warp .main .right{
    width: 60%;
  }
  .section_2 .warp .main .right a img {
    width: 30px;
  }
  .section_2 .warp .main .right a{
    width: 80px;
    height: 80px;
  }
  .section_4 .warp{
    width: 90vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1680px){
  .section_1 .warp .left .title h3 {
    font-size: 42px;
  }
  .section_1 .warp .right .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .section_2 .warp .main .left {
    padding-top: 120px;
  }
  .section_2 .warp .main .left {
    padding-left: 5vw;
  }
  .section_2 .warp .main .right a{
    right: 5vw;
    bottom: 5vw;
  }
  .zi .warp .text h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .zi .warp .text p {
    font-size: 18px;
    line-height: 36px;
  }
  .zi .warp .text {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .section_3 .warp .title h3{
    font-size: 42px;
  }
  .section_3 .warp .title p {
    font-size: 24px;
  }
  .section_3 .warp .main .swiper-slide .item .text{
    font-size: 24px;
  }
  .section_3 .warp .main .swiper {
    width: 1000px;
  }
  .section_3 .warp .main .swiper-slide {
    width: 375px;
    height: 600px;
  }
  .section_4 .warp .title h3{
    font-size: 42px;
  }
  .section_4 .warp .main .text h4 {
    font-size: 36px;
  }
  .section_4 .warp .main .text p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px){
  .section_1 .warp .left .title h3 {
    font-size: 36px;
  }
  .section_2 .warp .main .left .list .item .head h4 {
    font-size: 32px;
  }
  .section_2 .warp .main .left .list .item .body {
    font-size: 20px;
  }
  .section_2 .warp .main .right a img {
    width: 24px;
  }
  .section_2 .warp .main .right a {
    width: 60px;
    height: 60px;
  }
  .section_2 .warp .main .left .title h3 {
    font-size: 36px;
  }
  .zi .warp .text h3 {
    font-size: 32px;
  }
  .section_3 .warp .title h3 {
    font-size: 36px;
  }
  .section_3 .warp .main .swiper-slide .item .text,
  .section_3 .warp .title p {
    font-size: 20px;
  }
  .section_4 .warp .title h3 {
    font-size: 36px;
  }
  .section_4 .warp .main .text h4 {
    font-size: 32px;
  }
  .section_4 .warp .main .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px){
  .section_1 .warp{
    padding: 60px 0;
    flex-direction: column;
  }
  .section_1 .warp .left .title h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section_1 .warp .right{
    width: 100%;
  }
  .section_1 .warp .right .text p {
    font-size: 14px;
    line-height: 28px;
  }
  .section_2 .warp .main{
    flex-direction: column-reverse;
  }
  .section_2 .warp .main .right{
    width: 100%;
  }
  .section_2 .warp .main .left{
    padding: 60px 5vw;
  }
  .section_2 .warp .main .left .title h3 {
    font-size: 32px;
  }
  .section_2 .warp .main .left .list .item .head h4 {
    font-size: 28px;
  }
  .section_2 .warp .main .left .list .item .body {
    font-size: 16px;
  }
  .section_2 .warp .main .left .list .item .body{
    padding-bottom: 50px;
  }
  .section_2 .warp .main .left .list .item .head {
    margin-bottom: 20px;
  }
  .section_2 .warp .main .left .title{
    margin-bottom: 40px;
  }
  .zi .warp .text h3 {
    font-size: 28px;
  }
  .zi .warp .text p {
    font-size: 16px;
    line-height: 32px;
  }
  .zi .warp .text{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .zi .warp .swiper {
    width: 175vw;
  }
  .section_3 .warp .main .swiper {
    width: 90vw;
  }
  .section_3 .warp .main .swiper-slide .item .img img{
    width: 100%;
  }
  .section_3 .warp .main .swiper-slide .item .text{
    opacity: 1;
    transform: translateY(0);
  }
  .section_3 .warp{
    padding: 60px 0;
  }
  .section_3 .warp .title h3 {
    font-size: 32px;
  }
  .section_3 .warp .main .swiper-slide .item .text{
    margin-top: 20px;
  }
  .section_3 .warp .main{
    margin-top: 30px;
  }
  .section_3 .warp .main .swiper-slide{
    height: 100%;
  }
  .section_4 .warp{
    padding: 60px 0;
  }
  .section_4 .warp .title h3 {
    font-size: 32px;
  }
  .section_4 .warp .main .text h4 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section_4 .warp .main .text p {
    font-size: 16px;
  }
  .section_4 .warp .main .text {
    bottom: 0;
  }
}
@media screen and (max-width: 540px){
  .section_1 .warp .left .title h3 {
    font-size: 28px;
  }
  .section_2 .warp .main .left .title h3 {
    font-size: 28px;
  }
  .section_2 .warp .main .left .list .item .head h4 {
    font-size: 24px;
  }
  .section_2 .warp .main .left .list .item .body {
    font-size: 14px;
    line-height: 1.6;
  }
  .section_2 .warp .main .right a img {
    width: 18px;
  }
  .section_2 .warp .main .right a {
    width: 50px;
    height: 51px;
  }
  .zi .warp .text h3 {
    font-size: 24px;
  }
  .zi .warp .text p {
    font-size: 12px;
    line-height: 24px;
  }
  .section_3 .warp .title h3 {
    font-size: 28px;
  }
  .section_3 .warp .main .swiper-slide .item .text, .section_3 .warp .title p {
    font-size: 16px;
  }
  .section_3 .warp .main .swiper-slide .item .text {
    margin-top: 10px;
  }
  .section_4 .warp .main .text{
    width: 100%;
  }
  .section_4 .warp .title h3 {
    font-size: 28px;
  }
  .section_4 .warp .main .text h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section_4 .warp .main .text p {
    font-size: 14px;
    line-height: 1.6;
  }
}