.section_1 {
  background-color: #fff;
}
.section_1 .warp {
  width: 1680px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 94px;
}
.section_1 .warp .title {
  margin-bottom: 27px;
}
.section_1 .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_1 .warp .tab {
  margin-bottom: 39px;
}
.section_1 .warp .tab .item {
  padding: 15px 35px;
  border: 1px solid #E5E3EF;
  border-radius: 40px;
  display: inline-block;
  margin-right: 20px;
}
.section_1 .warp .tab .item span {
  color: #111;
  font-family: MR;
}
.section_1 .warp .tab .item.active span {
  font-weight: 700;
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.section_1 .warp .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px 72px;
  margin-bottom: 84px;
}
.section_1 .warp .list .item {
  width: 800px;
}
.section_1 .warp .list .item .img {
  margin-bottom: 27px;
  overflow: hidden;
}
.section_1 .warp .list .item .img img {
  width: 100%;
  height: 533px;
  object-fit: contain;
  transition: all 1s;
}
.section_1 .warp .list .item .text h4 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #111;
  transition: all 1s;
}
.section_1 .warp .list .item .text p {
  color: #666;
  font-size: 20px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.section_1 .warp .list .item:hover .img img {
  transform: scale(1.1);
}
.section_1 .warp .list .item:hover .text h4 {
  color: #2B33FF;
}
@media screen and (max-width:1792px){
  .section_1 .warp{
    width: 90%;
  }
  .section_1 .warp .list{
    grid-gap:60px 40px;
  }
  .section_1 .warp .list .item{
    width: 100%;
  }
  
}
@media screen and (max-width:1680px){
  .section_1 .warp .list .item .img img {
    height: 333px;
  }
  .section_1 .warp .title h3 {
    font-size: 42px;
  }
  .section_1 .warp .tab .item {
    padding: 10px 25px;
  }
  .section_1 .warp .list .item .text h4 {
    font-size: 28px;
  }
  .section_1 .warp .list .item .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .section_1 .warp .tab {
    margin-bottom: 20px;
  }
  .section_1 .warp .list .item .img {
    margin-bottom: 15px;
  }
  .section_1 .warp .list {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:1440px){
  .section_1 .warp .list {
    grid-gap: 30px 30px;
  }
}
@media screen and (max-width:1024px){
  .section_1 .warp .title h3 {
    font-size: 32px;
  }
  .section_1 .warp{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_1 .warp .list .item .text h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section_1 .warp .tab .item{
    font-size: 14px;
    margin-right: 15px;
  }
  .section_1 .warp .list .item .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .section_1 .warp .tab{
    display: flex;
    width: max-content;
  }
  .section_1 .warp .scroll-content{
    overflow: unset;
  }
}

@media screen and (max-width:540px){
  .section_1 .warp .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .section_1 .warp .list {
    grid-gap: 20px;
  }
  .section_1 .warp .list .item .text h4 {
    margin-bottom: 10px;
  }
  .section_1 .warp .list .item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .section_1 .warp .list .item .text h4 {
    font-size: 20px;
  }
  .section_1 .warp .title h3 {
    font-size: 28px;
  }
  .section_1 .warp .list .item {
    margin-top: 30px;
  }
  .section_1 .warp .list .item .img img {
    height: auto;
  } 
}
