body {
  background-color: #f5f5f5;
}

.section1 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-top: 200px;
}

.section1 .wrap .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.section1 .wrap .top .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

.section1 .wrap .top .title h3 {
  line-height: 1;
}

.section1 .wrap .top .text {
  width: 50%;
  font-size: 18px;
  line-height: 36px;
}

.section1 .wrap .top .text span {
  color: #2C6DB6;
}

.section1 .wrap .bottom {
  position: relative;
}

.section1 .wrap .bottom .list {
  position: absolute;
  z-index: 10;
  bottom: 79px;
  display: flex;
  gap: 200px;
  left: 50%;
  transform: translateX(-50%);
}

.section1 .wrap .bottom .list .item .value {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  color: #fff;
}

.section1 .wrap .bottom .list .item .value .num {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.section1 .wrap .bottom .list .item .key {
  color: #fff;
  margin-top: 10px;
}

.section2 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 150px;
}

.section2 .wrap .list {
  display: flex;
  gap: 60px 20px;
  flex-wrap: wrap;
}

.section2 .wrap .list .item {
  width: 390px;
}

.section2 .wrap .list .item:hover .img img {
  transform: scale(1.1);
}

.section2 .wrap .list .item:nth-child(6n),
.section2 .wrap .list .item:nth-child(6n-5) {
  width: 780px;
}

.section2 .wrap .list .item:nth-child(6n) .img,
.section2 .wrap .list .item:nth-child(6n-5) .img {
  padding: 50px 120px;
}

.section2 .wrap .list .item .img {
  padding: 30px 0;
  height: 460px;
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  overflow: hidden;
}

.section2 .wrap .list .item .img img {
  transition: all 1s;
}

.section2 .wrap .list .item .text {
  margin-top: 15px;
  text-align: center;
  color: #000;
  font-size: 18px;
}

/* @media screen and (max-width: 1919px) {
  .section1 .wrap {
    width: 83.3333333333vw;
    padding-top: 5.2083333333vw;
  }

  .section1 .wrap .top {
    margin-bottom: 4.1666666667vw;
  }

  .section1 .wrap .top .title {
    font-size: 2.0833333333vw;
  }

  .section1 .wrap .top .text {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }

  .section1 .wrap .bottom .list {
    bottom: 4.1145833333vw;
    gap: 10.4166666667vw;
  }

  .section1 .wrap .bottom .list .item .value {
    font-size: 0.9375vw;
  }

  .section1 .wrap .bottom .list .item .value .num {
    font-size: 4.1666666667vw;
  }

  .section1 .wrap .bottom .list .item .key {
    margin-top: 0.5208333333vw;
  }

  .section2 .wrap {
    width: 83.3333333333vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 7.8125vw;
  }

  .section2 .wrap .list {
    gap: 3.125vw 1.0416666667vw;
  }

  .section2 .wrap .list .item {
    width: 20.3125vw;
  }

  .section2 .wrap .list .item:nth-child(6n),
  .section2 .wrap .list .item:nth-child(6n-5) {
    width: 40.625vw;
  }

  .section2 .wrap .list .item:nth-child(6n) .img,
  .section2 .wrap .list .item:nth-child(6n-5) .img {
    padding: 2.6041666667vw 6.25vw;
  }

  .section2 .wrap .list .item .img {
    padding: 1.5625vw 0px;
    height: 23.9583333333vw;
  }

  .section2 .wrap .list .item .text {
    margin-top: 0.78125vw;
    font-size: 0.9375vw;
  }
} */

@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90%;
    padding-top: 60px;
  }
  .section1 .wrap .top .text{
    font-size: 14px;
    width: 100%;
    line-height: 2;
  }
  .section1 .wrap .top .title{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .section1 .wrap .top{
    margin-bottom: 20px;
    flex-direction: column;
  }
  .section2 .wrap{
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section2 .wrap .list .item .img,
  .section2 .wrap .list .item:nth-child(6n) .img, .section2 .wrap .list .item:nth-child(6n-5) .img{
    padding: 20px 0;
  }
  .section2 .wrap .list .item .img{
    height: auto;
  }
  .section2 .wrap .list .item .text{
    font-size: 14px;
    margin-top: 10px;
  }
  .section2 .wrap .list .item:hover .img img{
    transform: scale(1);
    width: 100%;
  }
  .section2 .wrap .list{
    gap: 20px 0;
    justify-content: space-between;
  }
  .section2 .wrap .list .item,
  .section2 .wrap .list .item:nth-child(6n), .section2 .wrap .list .item:nth-child(6n-5) {
    width: 49%;
  }
  .section2 .wrap .list .item .img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap{
    padding-top: 50px;
  }
  .section1 .wrap .top .title{
    font-size: 24px;
  }
  .section2 .wrap{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 540px) {
  .section2 .wrap .list .item .img, .section2 .wrap .list .item:nth-child(6n) .img, .section2 .wrap .list .item:nth-child(6n-5) .img {
    padding: 10px 0;
  }
  .section2 .wrap .list .item, .section2 .wrap .list .item:nth-child(6n), .section2 .wrap .list .item:nth-child(6n-5) {
    width: 48%;
  }
}