.comp-twitter {
  background: url("../image/footer-bg.png") no-repeat;
  background-size: 100%;
  width: 100%;
  position: relative;
}

.section7 {
  width: 100%;
  position: relative;
  height: 10.56rem;
  overflow: hidden;
}


.section7_title {
  width: 4.29rem;
  height: 0.9rem;
  background: url(../image/section7/title-7.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 1.3rem;
  margin-left: -2.145rem;
  z-index: 5;
}

.page6_swiper {
  width: 13.75rem;
  height: 8.80rem;
  top: .25rem;
  /* overflow: hidden; */
  position: relative;
  /* background-color: aqua; */
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  /* overflow: visible; */
}


.swiper_box {
  width: 15rem;
  height: 8.80rem;
  position: relative;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.page6-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  /* pointer-events: none; */
  display: block;
}

.swiper_box_position {
  left: 50%;
  top: 1.9rem;
  transform: translateX(-50%);
}

/* 统一样式 */
.ts-box {
  position: absolute;
  display: block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.38s ease-out;
}

.ts-img-c {
  width: 100%;
  height: 100%;
  position: absolute;
}


/* 商店图1 */
.swiperDom1 .full-bg {
  width: 12.63rem;
  height: 7.65rem;
  top: -0.1rem;
  left: 1rem;
}

.swiperDom1 .full-pe {
  top: -0.9rem;
  left: -2.2rem;
  width: 8.19rem;
  height: 9.54rem;
}

.swiperDom1 .full-text {
  z-index: 11;
  top: 4.2rem;
  left: 1.55rem;
  width: 7.17rem;
  height: 2.48rem;
}

/* 商店图3 */
.swiperDom2 .full-bg {
  width: 11.98rem;
  height: 7.64rem;
  top: -0.1rem;
  left: 1rem;
}

.swiperDom2 .full-pe {
  top: 0.1rem;
  left: -0.25rem;
  width: 6.03rem;
  height: 8.58rem;
}

.swiperDom2 .full-text {
  z-index: 11;
  width: 6.67rem;
  height: 2.48rem;
  top: 4.25rem;
  left: 2.1rem;
}

/* 商店图3 */
.swiperDom3 .full-bg {
  width: 11.97rem;
  height: 7.64rem;
  top: -0.1rem;
  left: 1rem;
}

.swiperDom3 .full-pe {
  top: 0rem;
  left: -2.5rem;
  width: 8.33rem;
  height: 8.73rem;
}

.swiperDom3 .full-text {
  z-index: 11;
  top: 4.3rem;
  left: 1.7rem;
  width: 6.77rem;
  height: 2.41rem;
}

/* 商店图4 */
.swiperDom4 .full-bg {
  width: 12.17rem;
  height: 7.65rem;
  top: -0.1rem;
  left: 1rem;
}

.swiperDom4 .full-pe {
  top: 0.1rem;
  left: -0.55rem;
  width: 8.75rem;
  height: 8.56rem;
}

.swiperDom4 .full-text {
  z-index: 11;
  top: 4.25rem;
  left: 1.55rem;
  width: 7.21rem;
  height: 2.48rem;
}


/* 商店图5 */
.swiperDom5 .full-bg {
  width: 11.94rem;
  height: 7.65rem;
  top: -0.1rem;
  left: 1rem;
}

.swiperDom5 .full-pe {
  top: -3rem;
  left: -2.1rem;
  width: 7.22rem;
  height: 11.81rem;
}

.swiperDom5 .full-text {
  z-index: 11;
  top: 4.35rem;
  width: 7.09rem;
  height: 2.48rem;
}



/* pagination */
.page6-pagination {
  width: 2.46rem;
  height: .28rem;
  position: absolute;
  display: flex;
  /* justify-content: space-evenly; */
  align-items: center;
  top: 7.1rem;
  left: 74.5%;
  bottom: 0;
  /* transform: translateX(-50%); */
  margin-left: -1.23rem;
  z-index: 5;
}

.page6-pagination .swiper-pagination-bullet {
  width: .15rem;
  height: .14rem;
  background: url(../image/section7/page6-pagination.png) no-repeat;
  background-size: 100%;
  opacity: 1;
  margin-right: .38rem;
}

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

.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: .29rem;
  height: .28rem;
  background: url(../image/section7/page6-pagination-active.png) no-repeat;
  background-size: 100%;
}

.swiper_box .pagesetion6-button-next {
  width: .93rem;
  height: .93rem;
  background: url(../image/section7/pagination_next.png) no-repeat;
  background-size: 100%;
  top: 2.7rem;
  left: 12.5rem;
  cursor: pointer;
  display: none;
}

.swiper_box .pagesetion6-button-prev {
  width: .93rem;
  height: .93rem;
  background: url(../image/section7/pagination_prev.png) no-repeat;
  background-size: 100%;
  top: 2.7rem;
  left: 0.3rem;
  cursor: pointer;
  display: none;
}