.page3.container-scroll {
  width: 100%;
  height: 8.06rem;
  /* background: url(../image/section7/bg.jpg) no-repeat; */
  position: relative;
  display: flex;
  justify-content: center;
  top: -3.1rem;
}

.title-page3 {
  width: 2.46rem;
  height: 1.02rem;
  background: url(../image/section7/title-page7.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  margin-left: -1.23rem;
}
/* 
.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: 6.27rem;
  height: 3.54rem;
  /* background: url(../image/section7/slide-bg.png); */
  /* background-size: 100%; */
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 2.3rem;
}
.tab-content2 .content2-swiper-container {
  top: 7.5rem;
}

.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: 6.27rem;
  height: 3.54rem;
  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: 4.96rem;
  height: .37rem;
  background: url(../image/section7/content-tab-1.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 2.5rem;
}
.tab-content2 .content-tab-2 {
  background-image: url(../image/section7/content-tab-2.png);
  top: 7rem;
}

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

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

/* .role-swiper-pagination span {
  width: 3.14rem;
  height: 1.76rem;
  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: .66rem;  
  height: .34rem;
  background: url(../image/section7/role-btn-left.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3.9rem;
  z-index: 10;
  cursor: pointer;
}

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

.content1-swiper-button-next,
.content2-swiper-button-next
{ 
  width: .66rem;  
  height: .34rem;
  background: url(../image/section7/role-btn-right.png) no-repeat;
  background-size: 100%;
  right: 0rem;
    cursor: pointer;
}

.content2-swiper-button-prev,
.content2-swiper-button-next
{
  top: 9rem;
}

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

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


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

/* 分页器样式 */
.content1-swiper-container .swiper-pagination {
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  z-index: 10;
  width: auto !important;
  height: auto !important;
}

/* 普通分页器圆点 */
.content1-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: .27rem;
  height: .26rem;
  background: url(../image/section7/swiper-pagination-bullet.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  position: relative;
}

/* 激活状态的分页器圆点 */
.content1-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: .33rem;
  height: .34rem;
  background: url(../image/section7/swiper-pagination-bullet-active.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
  margin: 0 -0.03rem; /* 负边距来补偿尺寸增大 */
}


.bottom-youtube-discord {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .2rem;
  position: absolute;
  top: 7.2rem;
  left: 50%;
  transform: translateX(-50%);

}
.bottom-youtube {
  width: 2.93rem;
  height: .74rem;
  background: url(../image/section7/bottom-youtube.png) no-repeat;
  background-size: 100%;
}

.bottom-discord {
  width: 2.97rem;
  height: .75rem;
  background: url(../image/section7/bottom-discord.png) no-repeat;
  background-size: 100%;
}
.bottom-copyright {
  width: 3.85rem;
  font-size: .16rem;
  color: #8e8989;
  position: absolute;
  top: 8.3rem;
  left: 50%;
  transform: translateX(-50%);
}