.section1 .wrap {
  padding-top: 90px;
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 96px;
}

.section1 .wrap .title {
  text-align: center;
  margin-bottom: 30px;
}

.section1 .wrap .title h3 {
  color: #1a1a1a;
  font-size: 48px;
}

.section1 .wrap .text {
  text-align: center;
  width: 1040px;
  font-size: 18px;
  line-height: 2;
  margin: 0 auto 80px;
}

.section1 .wrap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}

.section1 .wrap .list .item {
  padding: 40px;
  background-color: #F6F7F8;
  border-radius: 10px;
}

.section1 .wrap .list .item .icon {
  margin-bottom: 30px;
  height: 40px;
}
.section1 .wrap .list .item .icon img{
  object-fit: contain;
}

.section1 .wrap .list .item h4 {
  color: #1a1a1a;
  font-size: 20px;
  margin-bottom: 20px;
}

.section1 .wrap .list .item p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.section2 {
  background-color: #F6F7F8;
}

.section2 .wrap .bigSwiper .swiper {
  opacity: 0;
  transition: all 1s;
  transform: translateY(20px);
}

.section2 .wrap .bigSwiper .swiper-slide-active .swiper {
  opacity: 1;
  transition-delay: .3s;
  transform: translateY(0);
}

.section2 .wrap {
  padding: 80px 0;
  width: 1400px;
  margin: 0 auto;
}

.section2 .wrap .title {
  margin-bottom: 40px;
}

.section2 .wrap .title h3 {
  text-align: center;
  font-size: 42px;
  color: #1a1a1a;
}

.section2 .wrap .main .swiper {
  overflow: unset;
  width: 1100px;
}

.section2 .wrap .main .swiper .img {
  border-radius: 15px;
  overflow: hidden;
  height: 550px;
}

.section2 .wrap .main .swiper .img img {
  height: 100%;
}

.section2 .wrap .main .bottom {
  width: 1000px;
  margin: 50px auto 0;
}

.section2 .wrap .main .bottom .page {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #DBDBDB;
}

.section2 .wrap .main .bottom .page .item {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}

.section2 .wrap .main .bottom .page .item::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #F3B6B0;
  transition: all 0.6s;
}

.section2 .wrap .main .bottom .page .item.active::after,
.section2 .wrap .main .bottom .page .item:hover::after {
  transform: scaleX(1);
}

.section2 .wrap .main .bottom .text {
  margin-top: 40px;
  position: relative;
}

.section2 .wrap .main .bottom .text .item {
  text-align: center;
  color: #1a1a1a;
  font-size: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
  width: 100%;
}

.section2 .wrap .main .bottom .text .item:not(:first-child) {
  position: absolute;
  top: 0;
  text-align: center;
}

.section2 .wrap .main .bottom .text .item.active {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.section3 .wrap {
  padding-top: 160px;
  padding-bottom: 120px;
  width: 1400px;
  margin: 0 auto;
}

.section3 .wrap .title {
  margin-bottom: 60px;
}

.section3 .wrap .title h3 {
  font-size: 42px;
}

.section3 .wrap .main {
  display: flex;
  justify-content: space-between;
}

.section3 .wrap .main .left img {
  height: 100%;
}

.section3 .wrap .main .right {
  width: 680px;
}

.section3 .wrap .main .right .text {
  padding: 0 90px 0 50px;
  margin-top: 100px;
}

.section3 .wrap .main .right .text .icon {
  width: 45px;
  margin-bottom: 40px;
}

.section3 .wrap .main .right .text h4 {
  color: #1a1a1a;
  font-size: 32px;
  margin-bottom: 30px;
}

.section3 .wrap .main .right .text p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 4.6875vw;
    width: 72.9166666667vw;
    padding-bottom: 5vw;
  }

  .section1 .wrap .title {
    margin-bottom: 1.5625vw;
  }

  .section1 .wrap .title h3 {
    font-size: 2.5vw;
  }

  .section1 .wrap .text {
    width: 54.1666666667vw;
    font-size: 0.9375vw;
    margin: 0px auto 4.1666666667vw;
  }

  .section1 .wrap .list {
    gap: 1.09375vw;
  }

  .section1 .wrap .list .item {
    padding: 2.0833333333vw;
    border-radius: 0.5208333333vw;
  }

  .section1 .wrap .list .item .icon {
    margin-bottom: 1.5625vw;
    height: 2.0833333333vw;
  }

  .section1 .wrap .list .item h4 {
    font-size: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .list .item p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .section2 .wrap .bigSwiper .swiper {
    transform: translateY(1.0416666667vw);
  }

  .section2 .wrap {
    padding: 4.1666666667vw 0px;
    width: 72.9166666667vw;
  }

  .section2 .wrap .title {
    margin-bottom: 2.0833333333vw;
  }

  .section2 .wrap .title h3 {
    font-size: 2.1875vw;
  }

  .section2 .wrap .main .swiper {
    width: 57.2916666667vw;
  }

  .section2 .wrap .main .swiper .img {
    border-radius: 0.78125vw;
    height: 28.6458333333vw;
  }

  .section2 .wrap .main .bottom {
    width: 52.0833333333vw;
    margin: 2.6041666667vw auto 0px;
  }

  .section2 .wrap .main .bottom .page {
    padding: 0px 1.0416666667vw;
  }

  .section2 .wrap .main .bottom .page .item {
    font-size: 0.9375vw;
    padding-bottom: 1.0416666667vw;
  }

  .section2 .wrap .main .bottom .text {
    margin-top: 2.0833333333vw;
  }

  .section2 .wrap .main .bottom .text .item {
    font-size: 0.8333333333vw;
    transform: translateY(1.0416666667vw);
  }

  .section3 .wrap {
    padding-top: 8.3333333333vw;
    padding-bottom: 6.25vw;
    width: 72.9166666667vw;
  }

  .section3 .wrap .title {
    margin-bottom: 3.125vw;
  }

  .section3 .wrap .title h3 {
    font-size: 2.1875vw;
  }

  .section3 .wrap .main .right {
    width: 35.4166666667vw;
  }

  .section3 .wrap .main .right .text {
    padding: 0px 4.6875vw 0px 2.6041666667vw;
    margin-top: 5.2083333333vw;
  }

  .section3 .wrap .main .right .text .icon {
    width: 2.34375vw;
    margin-bottom: 2.0833333333vw;
  }

  .section3 .wrap .main .right .text h4 {
    font-size: 1.6666666667vw;
    margin-bottom: 1.5625vw;
  }

  .section3 .wrap .main .right .text p {
    font-size: 0.9375vw;
  }

  .section3 .wrap .main .right,
  .section3 .wrap .main .left {
    width: 35.41666666vw;
  }

}

@media screen and (max-width: 1024px) {
  .section1 .wrap {
    width: 90vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section1 .wrap .list .item .icon{
    width: fit-content;
  }
  .section1 .wrap .list .item .icon img{
    height: 100%;
  }
  .section1 .wrap .title h3 {
    font-size: 28px;
  }

  .section1 .wrap .text {
    font-size: 14px;
    width: 100%;
    margin-bottom: 30px;
  }

  .section1 .wrap .list .item .icon {
    margin-bottom: 10px;
    height: 24px;
  }

  .section1 .wrap .list .item h4 {
    font-size: 18px;
  }

  .section1 .wrap .list .item p {
    font-size: 14px;
    line-height: 2;
  }

  .section1 .wrap .list {
    gap: 10px
  }

  .section1 .wrap .list .item {
    padding: 20px;
    border-radius: 10px;
  }

  .section1 .wrap .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .section1 .wrap .title {
    margin-bottom: 20px;
  }

  .section1 .wrap .list .item h4 {
    margin-bottom: 10px;
  }

  .section2 .wrap .main .bottom .page .item {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .section2 .wrap {
    width: 90vw;
    padding: 60px 0;
  }

  .section2 .wrap .main .swiper {
    width: 100%;
  }

  .section2 .wrap .main .swiper .img img {
    width: 100%;
  }

  .section2 .wrap .main .swiper .img {
    border-radius: 10px;
    height: 400px;
  }

  .section2 .wrap .main .bottom .text .item {
    font-size: 14px;
  }

  .section2 .wrap .main .bottom {
    width: 100%;
    margin-top: 30px;
  }

  .section2 .wrap .main .bottom .page {
    padding: 0 30px;
  }

  .section2 .wrap .title {
    margin-bottom: 30px;
  }

  .section2 .wrap .title h3 {
    font-size: 28px;
  }

  .section2 .wrap .main .bottom .text {
    margin-top: 20px;
  }

  .section3 .wrap {
    width: 90vw;
    padding: 60px 0;
  }

  .section3 .wrap .title {
    margin-bottom: 30px;
  }

  .section3 .wrap .title h3 {
    font-size: 28px;
  }

  .section3 .wrap .main .right,
  .section3 .wrap .main .left {
    width: 49%;
  }

  .section3 .wrap .main {
    flex-direction: column;
  }

  .section3 .wrap .main .right,
  .section3 .wrap .main .left {
    width: 100%;
  }

  .section3 .wrap .main .right .text {
    margin-top: 20px;
    padding-left: 0;
  }

  .section3 .wrap .main .left img {
    width: 100%;
  }

  .section3 .wrap .main .left {
    margin-bottom: 20px;
  }

  .section3 .wrap .main .right .text .icon {
    width: 30px;
    margin-bottom: 10px;
  }

  .section3 .wrap .main .right .text h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .section3 .wrap .main .right .text p {
    font-size: 14px;
  }
  html[lang="en"] .section2 .wrap .main .bottom .page{
    flex-direction: column;
    padding: 0 0 20px;
  }
  html[lang="en"] .section2 .wrap .main .bottom .page .item{
    padding: 10px 0;
    text-align: center;
  }
  html[lang="en"] .section2 .wrap .main .bottom .page .item::after{
    display: none;
  }
  html[lang="en"] .section2 .wrap .main .bottom .page .item.active{
    color: #F3B6B0;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .section1 .wrap .list .item {
    padding: 15px;
  }

  .section1 .wrap .title h3 {
    font-size: 24px;
  }

  .section1 .wrap {
    padding: 50px 0;
  }

  .section2 .wrap .main .swiper .img {
    height: 250px;
  }

  .section2 .wrap .main .bottom .page {
    padding: 0;
  }

  .section2 .wrap .title h3 {
    font-size: 24px;
  }

  .section2 .wrap {
    padding: 50px 0;
  }

  .section3 .wrap .title h3 {
    font-size: 24px;
  }

  .section3 .wrap {
    padding: 50px 0;
  }

  .section3 .wrap .main .right .text h4 {
    font-size: 20px;
  }
}