/* 双城世界 */
.worlder-wap {
  width: 100%;
  padding: 50px 0 80px;
  position: absolute;
  bottom: 250px;
}

.world-title-wap {
  width: 509px;
  height: 65px;
  background: url(../image/section7/world-title-wap.png) no-repeat;
  background-size: 100%;
  margin: 0 auto 50px;
}

.double-City-title {
  text-align: center;
}

/* 底部注意事项 */
.attention-wap {
  width: 104px;
  height: 30px;
  background: url(../image/section7/btn-zhuyi.png) no-repeat;
  background-size: 100%;
  margin: 30px auto 0;
  cursor: pointer;
  z-index: 2;
}

/* Swiper容器 */
.poker-swiper-waps {
  width: 519px;
  height: 680px;
  margin: 0 auto;
  position: relative;
}

.poker-swiper-waps .swiper-wrapper {
  align-items: center;
}

.poker-swiper-waps .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 导航按钮 */
.poker-swiper-button-prev {
  width: 70px;
  height: 73px;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  background: url(../image/section7/prve.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 10;
}

.poker-swiper-button-next {
  width: 70px;
  height: 73px;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  background: url(../image/section7/next.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 10;
}

/* 图片容器 */
.intro-pic {
  width: 519px;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-pic img {
  width: 519px;
  height: 680px;
  object-fit: cover;
}

/* 分页器 */
.poker-swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.poker-swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  border-radius: 0;
  opacity: 1;
  background: url(../image/section7/round.png) no-repeat;
  background-size: 100%;
  margin: 0 12px;
  display: inline-block;
}

.poker-swiper-pagination .swiper-pagination-bullet-active {
  background: url(../image/section7/rectangle.png) no-repeat;
  background-size: 100%;
}

/* 注意事项弹窗 */
.attention-img-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}

.matters-box-img-wap {
  position: relative;
  width: 636px;
  height: 768px;
  background: url(../image/section7/attention-rules-box-img.png) no-repeat;
  background-size: 100%;
}

.attention-rules-close {
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../image/pop/pop-close.png) no-repeat;
  background-size: 100%;
  top: -43px;
  right: -20px;
  cursor: pointer;
}

.matters-title-wap {
  position: absolute;
  top: 120px;
  left: 50px;
  width: 420px;
  height: 500px;
  color: #4E3C32;
  font-size: 23px;
  overflow-y: auto;
  overflow-x: hidden;
}

.matters-title-wap::-webkit-scrollbar {
  width: 4px;
}

.matters-title-wap::-webkit-scrollbar-track {
  background: #CDCBBC;
  border-radius: 0;
}

.matters-title-wap::-webkit-scrollbar-thumb {
  background: #6D6D91;
  border-radius: 8px;
}

