.page7{
  width: 7.2rem;
  height: 14.36rem;
  background: url(../image/section7/bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}

.page7-top .page7-title {
  width: 4.44rem;
  height: 1.09rem;
  position: absolute;
  top: 1.3rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../image/section7/title-7.png);
  background-size: 100%;
}

.tab-content1 .content1-swiper-container,
.tab-content2 .content2-swiper-container {
  overflow: hidden;
  width: 6.58rem;
  height: 3.77rem;
  /* background: url(../image/section7/slide-bg.png);
  background-size: 100%; */
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 3rem;
}
.tab-content2 .content2-swiper-container {
  top: 7.6rem;
}

.tab-content1 .content1-swiper-container .swiper-slide,
.tab-content2 .content2-swiper-container .swiper-slide {
  display: block;
  width: 6.58rem;
  height: 3.77rem;
  transition: filter 0.5s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content1 .swiper-slide img,
.tab-content2 .swiper-slide img {
  width: 6.43rem;
  height: 3.63rem;
}

.tab-content1 .content-tab-1,
.tab-content2 .content-tab-2 {
  width: 3.13rem;
  height: .59rem;
  background: url(../image/section7/content-tab-1.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 6.62rem;
}
.tab-content2 .content-tab-2 {
  background-image: url(../image/section7/content-tab-2.png);
  top: 11.52rem;
}

.page7-footer {
  width: 4.38rem;
  height: .2rem;
  background:url(../image/section7/page7-footer.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 1.2rem;
  margin: 0 auto;
}
