.index-container {
  background: linear-gradient(180deg, #f0f3ff 12%, #f7f1ff 100%);
}
.index-container .home-swiper-container {
  height: max-content !important;
}
.index-container > .swiper {
  position: relative;
}
.top-mfsy {
  width: 224px !important;
  height: 50px !important;
  position: absolute !important;
  left: 20%;
  top: 74%;
  z-index: 100;
}
.top-mfsy.er {
  left: 14%;
}
/* .top-mfsy.san{
  left: 50%;
} */

.top-mfsy .index-title2 {
  font-size: 24px;
}
.index-title1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 120px;
}
.index-sub-title1 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: rgba(26, 26, 26, 0.6);
}
.index-title2-con {
  position: relative;
  width: 440px;
  height: 68px;
  margin: 0 auto;
}
.index-title2 {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #8835f3 0%, #4866ff 100%);
  border-radius: 120px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-size: 1.25rem;*/
  font-size: 32px;
  font-weight: 500;
}
.index-jgt {
  margin: 60px 0;
}
.hy-logo-m {
  display: none;
}

.index-title2::before {
  content: "";
  position: absolute;
  top: 2px; /* 边框厚度 */
  left: 2px; /* 边框厚度 */
  right: 2px; /* 边框厚度 */
  bottom: 2px; /* 边框厚度 */
  background: linear-gradient(180deg, #f0f3ff 12%, #f7f1ff 100%);
  border-radius: 122px; /* 相应减小 */
  z-index: -1;
}
.index-title2-text {
  background: linear-gradient(90deg, #8835f3 0%, #4866ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.index-title2-con:hover .index-title2 {
  background: #fff;
}
.index-title2-con:hover .index-title2::before {
  background: linear-gradient(90deg, #8835f3 0%, #4866ff 100%);
}
.index-title2-con:hover .index-title2-text {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.platform.index-new {
  padding: 0;
  background-image: none;
}

.news .news-item {
  border-radius: 10px;
  border: 1px solid #2b27ff;
}
.news .news-item:hover {
  border-color: transparent;
  background: #5b76ff;
  color: #fff !important;
}
.news .news-item:hover:nth-child(2) {
  background: #766fff;
}
.news .news-item:hover:nth-child(3) {
  background: #8059ff;
}
.news .news-item:hover:nth-child(4) {
  background: #9c4eff;
}
.news .news-item:hover .news-item-title {
  color: #fff !important;
}
.news .news-item:hover .news-item-content {
  color: #fff !important;
}
/* 产品特性start */
.ai-cp-m {
  display: none;
}
.ai-cp-con {
  height: 520px;
  display: flex;
  gap: 20px;
  padding-top: 5rem;
  /* padding-top: 120px; */
}
.ai-cp-main {
  width: 520px;
  border-radius: 20px;
  background: #ffffff;
  border: 2px solid #ffffff;
  backdrop-filter: blur(27.2px);
  box-shadow: 0px 0px 30px 0px #dce9fa;
  padding: 30px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: none;
}
.ai-cp-second {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  border: 2px solid #ffffff;
  backdrop-filter: blur(27.2px);
  box-shadow: 0px 0px 30px 0px #dce9fa;
  /* padding: 20px 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-cp-second .swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ai-cp-second .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.second-img {
  max-width: 100%;
  max-height: 100%;
}
.ai-title3-sub {
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 10px;
}
.ai-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ai-description-item {
  font-size: 16px;
  /* margin-bottom: 12px; */
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 24px;
  &::before {
    content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #dd63ff 0%, #8834f3 44%, #776cf2 100%);
    box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    margin-right: 10px;
    flex: none;
  }
}
.ai-description-item.on {
  color: #762fe7;
}
.gdcp-con {
  position: relative;
  width: 162px;
  height: 40px;
  /*width: 18.375rem;
  height: 2.791666rem;*/
  /*margin: 5rem auto;*/
  /* margin: 120px auto; */
}
.gdcp {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #8835f3 0%, #4866ff 100%);
  border-radius: 72px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-size: 1.25rem;*/
  font-size: 20px;
  font-weight: 500;
}

.gdcp::before {
  content: "";
  position: absolute;
  top: 2px; /* 边框厚度 */
  left: 2px; /* 边框厚度 */
  right: 2px; /* 边框厚度 */
  bottom: 2px; /* 边框厚度 */
  background: #fff;
  border-radius: 75px; /* 相应减小 */
  z-index: -1;
}
.gdcp-text {
  background: linear-gradient(90deg, #8835f3 0%, #4866ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gdcp-con:hover .gdcp {
  background: #9558f7;
}
.gdcp-con:hover .gdcp::before {
  background: #9558f7;
}
.gdcp-con:hover .gdcp-text {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gdcp-con.bgqy {
  position: absolute;
  left: 8%;
  bottom: 10%;
}
/* 产品特性end */

/* 免费使用start */
.mfsy-con {
  height: 300px;
  margin-top: 7.5rem;
  /* margin-top: 180px; */
  background-image: url(/wp-content/themes/twentyseventeen/assets/customPage/ai-learning/images/syback-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.mfsy-title {
  /* font-size: 32px; */
  font-size: 1.3333rem;
  font-weight: 600;
  padding-top: 60px;
  display: inline-block;
}
.mfsy-title-sub {
  /* font-size: 16px; */
  font-size: 0.66667rem;
  line-height: 24px;
  padding: 12px 0 36px 0;
  width: max-content;
  margin: 0 auto;
}
.mfsy-btn {
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 75px;
  color: #714ff8;
  font-size: 0.83334rem;
  /* font-size: 20px; */
  font-weight: 500;
}

/* 1000+标杆企业共创，全行业、全场景解决方案start */
.index-qcj {
  display: flex;
  gap: 36px;
  overflow: hidden;
  margin-top: 30px;
}
.index-qcj-left {
  width: 264px;
  flex: none;
  background-color: #fff;
  border-radius: 12px;
}
.index-qcj-left .swiper-slide {
  height: 104px !important;
  line-height: 104px;
  text-align: center;
  transition: all 0.35s;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  cursor: pointer;
}
.index-qcj-left .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
}
.index-qcj-left .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #743cea;
  transition: all 0.35s;
  z-index: -1;
  border-radius: 12px;
}
.index-qcj-left .swiper-slide.swiper-slide-thumb-active::before {
  width: 100%;
}
.index-qcj-right {
  flex: 1;
  overflow: hidden;
}
.right-qcj {
  width: 100%;
}
.right-qcj-slide {
  position: relative;
}
/* 1000+标杆企业共创，全行业、全场景解决方案end */

.hy-logo {
  margin-top: 60px;
}

/* 免费使用end */
@media screen and (max-width: 768px) {
  .top-mfsy {
    display: none;
  }
  .index-title1 {
    font-size: 24px;
  }
  .index-sub-title1 {
    display: none;
  }
  .index-title2-con {
    width: 230px;
    height: 36px;
  }
  .ai-cp-main {
    padding: 16px 20px;
  }
  .index-title2 {
    font-size: 16px;
  }
  .ai-cp-pc {
    display: none;
  }
  .ai-cp-m {
    display: block;
  }
  .ai-cp-con {
    height: max-content;
  }
  .ai-title3-sub {
    font-size: 16px;
    margin: 0;
  }
  .ai-description-item {
    font-size: 12px;
    /* margin-bottom: 12px; */
  }
  .gdcp-con {
    width: 104px;
    height: 26px;
  }
  .gdcp {
    font-size: 14px;
  }
  .hy-logo {
    display: none;
  }
  .hy-logo-m {
    display: block;
    margin-top: 40px;
  }
  .index-qcj {
    flex-direction: column;
  }
  .index-qcj-left {
    width: 100%;
    background-color: transparent;
  }
  .index-qcj-left .swiper-wrapper {
    width: 100%;
  }
  .index-qcj-left .swiper-slide {
    flex: 1;
    font-size: 12px;
    height: 24px !important;
    line-height: 24px;
  }
}
