.ai-banner.aitest {
  background: linear-gradient(180deg, #FFFFFF 5.32%, #FFCEF7 100%);
}

.ai-banner-content .title-tips .tips-text {
  background: linear-gradient(92.5deg, #1F61FF 6.44%, #A728FF 55.47%, #FF4EE4 98.36%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ai-banner-content .title .banner-underline {
  width: 85%;
  left: 6%;
  transform: translateY(100%);
}

.ai-banner-content .title .banner-decoration {
  transform: translateX(145%);
}

.ai-banner .aitest-title .text-decoration {
  background: linear-gradient(90deg, #FF75E8 0%, #FF34DD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ai-banner-content .subtitle {
  max-width: 50vw;
}

.section1 .first-part .section1-item {
  background: #FF54E517;
}

.section1 .first-part .section1-item-1 {
  background: #0F64FF17;
}

.section1 .first-part .section1-item-2 {
  background: #832FFF17;
}

.section2 {
  padding-top: 110px;
}

.section2.aitest {
  background: linear-gradient(180deg, #FF66EF 0%, #FF7EF2 100%);
}

.section2-img {
  margin-top: 52px;
  max-width: 1356px;
}

.section2-title .aitest-title {
  position: relative;
}

.section2-title .aitest-title-color {
  position: relative;
  color: #000;
}

.aitest-title-color-text {
  position: relative;
  z-index: 2;
}

@media (max-width: 1392px) {
  .ai-banner-content .subtitle {
    max-width: 70vw;
  }

  .section2-img {
    max-width: 1200px;
    margin-top: 45px;
  }
}

@media (max-width: 1240px) {
  .section2-img {
    max-width: 1100px;
    margin-top: 40px;

  }
}

@media (max-width: 1140px) {
  .section2-img {
    max-width: 1000px;
    margin-top: 35px;
  }
}

@media (max-width: 1040px) {
  .section2-img {
    max-width: 900px;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .section2-img {
    max-width: 800px;
    margin-top: 25px;
  }

  .ai-banner-content .title .text-decoration {
    left: auto;
    right: 0;
    transform: none;
  }
}


@media (max-width: 840px) {
  .section2-img {
    max-width: 700px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section2-img {
    max-width: 600px;
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .section2-title {
    font-size: 28px;
  }

  .section2-img {
    max-width: 500px;
    margin-top: 15px;
  }
}



@media (max-width: 500px) {
  .section2-title {
    font-size: 15px;
  }

  .section2-img {
    max-width: 400px;
  }

}

@media (max-width: 400px) {

  .section2-img {
    max-width: 350px;
  }
}