.page7.container-scroll {
  width: 720px;
  height: 1436px;
  background: url(../image/section7/bg.jpg) no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
}

.title-page7 {
  width: 720px;
  height: 172px;
  background: url(../image/section7/title-page7.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 70px;
  left: 0;
}
/* 
.page7bg {
  overflow: hidden;
  width: 602px;
  height: 339px;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  background: url(../image/section7/bg1.jpg) no-repeat;
  background-size: 100%;
  margin: auto;
} */

.tab-content1 .content1-swiper-container,
.tab-content2 .content2-swiper-container {
  overflow: visible;
  width: 518px;
  height: 950px;
  /* background: url(../image/section7/slide-bg.png); */
  /* background-size: 100%; */
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 230px;
}
.tab-content2 .content2-swiper-container {
  top: 750px;
}

.tab-content1 .content1-swiper-container .swiper-slide,
.tab-content2 .content2-swiper-container .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  flex-shrink: 0;
  position: relative;
  transition: opacity 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content1 .swiper-slide img,
.tab-content2 .swiper-slide img {
  width: 518px;
  height: 894px;
  position: relative;
  object-fit: cover;
}

/* 确保 swiper-wrapper 正确显示 */
.content1-swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.tab-content1 .content-tab-1,
.tab-content2 .content-tab-2 {
  width: 496px;
  height: 37px;
  background: url(../image/section7/content-tab-1.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 250px;
}
.tab-content2 .content-tab-2 {
  background-image: url(../image/section7/content-tab-2.png);
  top: 700px;
}

.page7-footer {
  width: 680px;
  height: 20px;
  /* background:url(../image/section7/page7-footer.png) no-repeat;
  background-size: 100%; */
  color: #fff;
  font-size: 20px;
  position: absolute;
  text-align: center;
  line-height: 20px;
  font-weight: 100;
  bottom: 200px;
  margin: 0 auto;
}

.role-swiper-pagination {
  position: absolute;
  top: 690px;
  display: grid;
  grid-template-columns: repeat(2, 314px); /* 设置两列，每列314px */
  gap: 25px; /* 设置网格间距 */
  width: 680px; /* 总宽度等于两列宽度加上间距 */
  margin: 0 auto;
  left: 30px;
  right: 0;
}

/* .role-swiper-pagination span {
  width: 314px;
  height: 176px;
  background: url(../image/section7/f1.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
  filter: brightness(0.5);
} */

/* .role-swiper-pagination span:nth-child(1){
  opacity: 0;
  display: none;
}

.role-swiper-pagination span.swiper-pagination-bullet-active{
  filter: brightness(1);
}

.role-swiper-pagination span:nth-child(2){
  background: url(../image/section7/f1.png) no-repeat;
  background-size: 100%;
}

.role-swiper-pagination span:nth-child(3){  
  background: url(../image/section7/f1.png) no-repeat;
  background-size: 100%;
}

.role-swiper-pagination span:nth-child(4){ 
  background: url(../image/section7/f1.png) no-repeat;
  background-size: 100%;
} */

.content1-swiper-button-prev,
.content1-swiper-button-next,
.content2-swiper-button-next,
.content2-swiper-button-prev
{
  width: 55px;  
  height: 113px;
  background: url(../image/section7/role-btn-left.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 630px;
  z-index: 10;
}

.content1-swiper-button-prev{
  left: 0px;
}

.content1-swiper-button-next,
.content2-swiper-button-next
{ 
  width: 55px;  
  height: 113px;
  background: url(../image/section7/role-btn-right.png) no-repeat;
  background-size: 100%;
  right: 0px;
}

.content2-swiper-button-prev,
.content2-swiper-button-next
{
  top: 900px;
}

.content2-swiper-button-prev {
  left: 0px;
}

.content2-swiper-button-next {
  right: 0px;
}


.content2-swiper-container .swiper-slide .video-g {
  position: absolute;
  width: 103px;
  height: 103px;
  background: url(../image/section7/video-btn.png) no-repeat;
  background-size: 100%;
}

/* 分页器样式 */
.content1-swiper-container .swiper-pagination {
  position: absolute;
  bottom: -70px;
  left: 20%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 10;
  width: auto !important;
  height: auto !important;
}
.swiper-pagination-bullet:nth-child(1) {
  position: absolute;
  left: 20px;
 }
 
 .swiper-pagination-bullet:nth-child(2) {
   position: absolute;
   left: 80px;
 }
 
 .swiper-pagination-bullet:nth-child(3) {
   position: absolute;
   left: 140px;
 } 
 
 .swiper-pagination-bullet:nth-child(4) {
   position: absolute;
   left: 200px;
 }
 
 .swiper-pagination-bullet:nth-child(5) {
   position: absolute;
   left: 260px;
 }
 
 
.swiper-pagination-bullet-active:nth-child(1) {
  position: absolute;
  left: 14px; /* 20 - 6 = 14px，向左偏移6px来居中对齐 */
}

.swiper-pagination-bullet-active:nth-child(2) {
  position: absolute;
  left: 74px; /* 80 - 6 = 74px */
}

.swiper-pagination-bullet-active:nth-child(3) {
  position: absolute;
  left: 134px; /* 140 - 6 = 134px */
}

.swiper-pagination-bullet-active:nth-child(4) {
  position: absolute;
  left: 194px; /* 200 - 6 = 194px */
}     

.swiper-pagination-bullet-active:nth-child(5) {
  position: absolute;
  left: 254px; /* 260 - 6 = 254px */
}

.content1-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url(../image/section7/swiper-pagination-bullet.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
  margin: 0 5px;
  cursor: pointer;
}

.content1-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  background: url(../image/section7/swiper-pagination-bullet-active.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
}


