.section6 {
  position: relative;
  width: 100%;
  height: 1436px;
}

.section6-over {
 height: 1520px;
  position: relative;
  width: 100%;
}

/* 标题 */
.section6_title {
  width: 497px;
  height: 88px;
  background: url(../image/section6/title.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

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

.swiper6 {
  position: absolute;
  width: 680px;
  top: 330px;
  left: 25px;
}

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

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

.page6-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  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: 29px;
  height: 29px;
  background: url(../image/section6/page6-pagination-active.png) no-repeat;
  background-size: 100%;
}

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

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

}

.footer-btns {
  position: relative;
    display: flex;
    top: 1110px;
    z-index: 5;
}

 .footer-btns .footer-twitter {
  width: 56px;
  height: 55px;
  background: url(../image/section6/twitter.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 200px;
  left: 190px;
}

.footer-btns .footer-tiktok {
  width: 55px;
  height: 55px;
  background: url(../image/section6/tiktok.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 200px;
  right: 328px;
}

.footer-btns .footer-youtube {
  width: 55px;
  height: 55px;
  background: url(../image/section6/Youte.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 200px;
  right: 180px;
}

.footer-btns .footer-nav .fb-login {
  width: 89px;
  height: 89px;
  background: url(../image/section1/fb-login.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 200px;
  right: 15px;
}
