.section6 {
  position: relative;
  width: 100%;
  height: 1130px;
  top: 225px;
}

.section6-over {
  height: 1470px;
  position: relative;
  width: 100%;
  top: 150px;
}

/* 标题 */
.section6_title {
  width: 523px;
  height: 60px;
  background: url(../image/section6/title.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -60px;
  left: 4%;
  z-index: 2;
}

.section6-over .section6_title {
  top: 190px;
}

.swiper6 {
  position: absolute;
  width: 658px;
  left: 25px;
  top: 100px;
}

.section6-over .swiper6 {
  top: 380px;
}
  
.swiper-slide  img {
  display: block;
  width: 658px;
  height: 375px;
  object-fit: cover;
}

.section6 .page6-pagination {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 400px;
  height: 30px;
  top: 420px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
  
}

.page6-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: url(../image/section6/page6-pagination.png) no-repeat;
  background-size: 100%;
  opacity: 1;
  /* margin-right: 25px; */
  border-radius: 0%;
}

/* .page6-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
} */

.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  background: url(../image/section6/page6-pagination-active.png) no-repeat;
  background-size: 100%;
}

.pagesetion6-button-next {
  position: absolute;
  width: 70px;
  height: 73px;
  background: url(../image/section6/pagination_next.png) no-repeat;
  background-size: 100%;
  top: 435px;
  transform: translateY(-50%);
  left: 605px;
  z-index: 6;
  cursor: pointer;
  /* display: none; */
}

.pagesetion6-button-prev {
  position: absolute;
  width: 70px;
  height: 73px;
  background: url(../image/section6/pagination_prev.png) no-repeat;
  background-size: 100%;
   top: 400px;
  left: -8px;
  z-index: 6;
  cursor: pointer;
  /* display: none; */

}

.section6-over .footer-btns-over {
    position: relative;
  top: 1180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  z-index: 5;
}

.footer-btns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  width: 100%;
  top: 580px;
  z-index: 5;
}

 .footer-btns .footer-twitter {
  width: 80px;
  height: 79px;
  background: url(../image/section6/twitter.png) no-repeat;
  background-size: 100%;
  display: block;
}

.footer-btns .footer-tiktok {
  width: 80px;
  height: 79px;
  background: url(../image/section6/tiktok.png) no-repeat;
  background-size: 100%;
  display: block;
}

.footer-btns .footer-youtube {
  width: 80px;
  height: 79px;
  background: url(../image/section6/Youte.png) no-repeat;
  background-size: 100%;
  display: block;
}

.footer-btns .footer-nav .fb-login {
  width: 89px;
  height: 89px;
  background: url(../image/section1/fb-login.png) no-repeat;
  background-size: 100%;
  display: block;
}
