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

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

.section1 .wrap .swiper {
  position: relative;
  z-index: 2;
}

.section1 .wrap .swiper .img img {
  width: 100%;
}

.section1 .wrap .swiper .text {
  text-align: center;
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 40px;
}

.section1 .wrap .swiper-pagination {
  position: static;
  margin-top: 70px;
}

.section1 .wrap .swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  transition: all 0.6s;
  opacity: 1;
  background-color: #D9D9D9;
}

.section1 .wrap .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #f3b6b0;
}

.section1 .wrap .tab {
  width: 1656px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.section1 .wrap .tab .prev,
.section1 .wrap .tab .next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #A2A2A2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  cursor: pointer;
}

.section1 .wrap .tab .prev:hover,
.section1 .wrap .tab .next:hover {
  border-color: #f3b6b0;
  background-color: #f3b6b0;
}

.section1 .wrap .tab .prev:hover span,
.section1 .wrap .tab .next:hover span {
  color: #fff;
}

.section1 .wrap .tab .prev span,
.section1 .wrap .tab .next span {
  transition: all 0.6s;
  font-size: 18px;
  color: #A2A2A2;
}

.section1 .wrap .tab .prev {
  transform: rotate(180deg);
}

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

  .section1 .wrap .swiper .text {
    font-size: 0.9375vw;
    margin-top: 2.0833333333vw;
  }

  .section1 .wrap .swiper-pagination {
    margin-top: 3.6458333333vw;
  }

  .section1 .wrap .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0.5208333333vw;
    height: 0.41666666vw;
  }

  .section1 .wrap .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.0416666667vw;
  }

  .section1 .wrap .tab {
    width: 86.25vw;
    top: 8.3333333333vw;
  }

  .section1 .wrap .tab .prev,
  .section1 .wrap .tab .next {
    width: 3.125vw;
    height: 3.125vw;
  }

  .section1 .wrap .tab .prev span,
  .section1 .wrap .tab .next span {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90vw;
    padding: 60px 0;
  }
  .section1 .wrap .tab{
    position: static;
    width: 200px;
    margin: 20px auto 0;
    /* bottom: 0; */
    /* transform: translate(-50%, 12px); */
    /* top: auto; */
    transform: none;
    z-index: 5;
    pointer-events: none;
  }
  .section1 .wrap .swiper .text{
    font-size: 14px;
    margin-top: 30px;
  }

  .section1 .wrap .swiper-pagination .swiper-pagination-bullet{
    height:8px;
    border-radius: 5px;
  }
  .section1 .wrap .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
  }
  .section1 .wrap .tab .prev, .section1 .wrap .tab .next{
    width: 40px;
    height: 40px;
    pointer-events: all;
  }
  .section1 .wrap .tab .prev span, .section1 .wrap .tab .next span{
    font-size: 16px;
  }
  .section1 .wrap .swiper-pagination{
    margin-top: 30px;
    /* display: none; */
  }
}
@media screen and (max-width: 767px) {
  .section1 .wrap{
    width: 90%;
    padding: 50px 0;
  }
  .section1 .wrap .tab{
    width: 120px;
  }
  
}
@media screen and (max-width: 540px) {
  .section1 .wrap .swiper{
    overflow: unset;
  }
}