.page4.container-scroll {
  /* background: url(../image/section4/bg-4.jpg) no-repeat; */
  /* background-size: 100%; */
  width: 720px;
  height: 1436px;
  top: 165px;
  position: relative;
}

.page4.fadeInUpPlus4 {
  animation: fadeInUpPlus4 1s ease-in-out;
}
@keyframes fadeInUpPlus4 {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page4-top {
  width: 259px;
  height: 69px;
  /* background: url(../image/section4/4title.png) no-repeat; */
  /* background-size: 100%; */
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 160px;
}

.pager4-numContent{
  width: 720px;
  height: 650px;
  position: absolute;
  top: 850px;
  left: 50%;
  margin-left: -360px;
  /* background: url(../image/section4/section4-list-bg.png) no-repeat;
  background-size: 100%; */
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.page4-content-wap {
  width: 720px;
  height: 650px;
  position: absolute;
  top: -5px;
  left: 0px;
  cursor: pointer;
  z-index: 15;
}

.page4 .pager4-numContent li {
  filter: brightness(.7);
 width: 218px;
  height: 272px;
  /* background: url('../image/section4/reward-10.png') no-repeat;
  background-size: 100%; */
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 50px;
}

/* 调整第五个元素位置，让它更靠近第四个 */
.page4 .pager4-numContent li:nth-child(5) {
  margin-left: -200px;
}

.pager4-numContent li .reward-bg {
  display: none;
}

.pagination-swiper {
  height: 500px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
/* .page4 .pager4-numContent li.active::before {
  content: '';
  display: block;
  width: 131px;
  height: 148px;
  background: url(../image/section4/active.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 82px;
  left: 35px;
  z-index: 11;
  pointer-events: none;
} */
.page4 .pager4-numContent li.active {
  filter: brightness(1);
}



/* 进度文字 */
.page4 .pager4-numContent li .reward-text {
  width: 51px;
  height: 27px;
  background: url(../image/section4/reward-text-10.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 200px;
  left: 90px;
  filter: brightness(1) grayscale(1);
}

.page4 .pager4-numContent li:nth-child(1) .reward-text {
  background-image: url(../image/section4/reward-text-10.png);
}

.page4 .pager4-numContent li:nth-child(2) .reward-text {
  background-image: url(../image/section4/reward-text-30.png);
  width: 52px;
  height: 27px;
  left: 52px;
}

.page4 .pager4-numContent li:nth-child(3) .reward-text {
  background-image: url(../image/section4/reward-text-50.png);
  width: 51px;
  height: 27px;
  left: 52px;
}

.page4 .pager4-numContent li:nth-child(4) .reward-text {
  background-image: url(../image/section4/reward-text-100.png);
  width: 64px;
  height: 27px;
  left: 57px;
}

.page4 .pager4-numContent li .reward-text.active {
  filter: brightness(1) grayscale(0);
}

.page4 .pager4-numContent li .reward-light{
  background-image: url(../image/section4/light-no.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 174px;
  left: 105px;
  z-index: 3;
}

.page4 .pager4-numContent li:nth-child(1) .reward-light{
   background-image: url(../image/section4/light-no-1.png);
}

.page4 .pager4-numContent li:nth-child(2) .reward-light{
   background-image: url(../image/section4/light-no.png);
   left: 68px;
}

.page4 .pager4-numContent li:nth-child(3) .reward-light{
   background-image: url(../image/section4/light-no.png);
   left: 72px;
}   

.page4 .pager4-numContent li:nth-child(4) .reward-light{
   background-image: url(../image/section4/light-no.png);
   top: 178px;
   left: 86px;
} 

.page4 .pager4-numContent li .reward-text.active {
   filter: brightness(1) grayscale(0);
}

.page4 .pager4-numContent li .reward-light.active{
 background-image: url(../image/section4/light-active.png);
 width: 37px;
 height: 36px;
 top: 164px;
 left: 93px;
} 

.page4 .pager4-numContent li:nth-child(2) .reward-light.active{
  left: 56px;
 } 

.page4 .pager4-numContent li:nth-child(3) .reward-light.active{
 left: 60px;
} 

.page4 .pager4-numContent li:nth-child(4) .reward-light.active{
  left: 80px;
  top: 168px;
} 

.page4 .pager4-numContent li .reward-y{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 218px;
  height: 272px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page4 .pager4-numContent li:nth-child(1) .reward-y{
  background-image: url(../image/section4/reward-1.png);
}

.page4 .pager4-numContent li:nth-child(2) .reward-y{
  background-image: url(../image/section4/reward-2.png);
}

.page4 .pager4-numContent li:nth-child(3) .reward-y{
  background-image: url(../image/section4/reward-3.png);
}

.page4 .pager4-numContent li:nth-child(4) .reward-y{
  background-image: url(../image/section4/reward-4.png);
}

.page4 .pager4-numContent li:nth-child(5) .reward-y{
  background-image: url(../image/section4/reward-5.png);
}

/* 激活状态显示对应的激活图片 */
.page4 .pager4-numContent li:nth-child(1) .reward-y.active{
  background-image: url(../image/section4/reward-active-1.png);
}

.page4 .pager4-numContent li:nth-child(2) .reward-y.active{
  background-image: url(../image/section4/reward-active-2.png);
}

.page4 .pager4-numContent li:nth-child(3) .reward-y.active{
  background-image: url(../image/section4/reward-active-3.png);
}

.page4 .pager4-numContent li:nth-child(4) .reward-y.active{
  background-image: url(../image/section4/reward-active-4.png);
}

.page4 .pager4-numContent li:nth-child(5) .reward-y.active{
  background-image: url(../image/section4/reward-active-5.png);
}
/* 呼吸动画 */
@keyframes breathe {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* 激活状态光效伪元素 */
.page4 .pager4-numContent li .reward-y.active::after{
  content: '';

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 11;
  pointer-events: none;
  animation: breathe 2s ease-in-out infinite;
}

.page4 .pager4-numContent li:nth-child(1) .reward-y.active::after{
  position: absolute;
  top: 67px;
  left: -2px;
    width: 229px;
  height: 161px;
  background-image: url(../image/section4/light-no-1.png);
}

.page4 .pager4-numContent li:nth-child(2) .reward-y.active::after{
    position: absolute;
  top: 67px;
  left: 24px;
      width: 162px;
  height: 150px;
  background-image: url(../image/section4/light-no-2.png);
}

.page4 .pager4-numContent li:nth-child(3) .reward-y.active::after{
    position: absolute;
  top: 63px;
  left: -2px;
      width: 218px;
  height: 167px;
  background-image: url(../image/section4/light-no-3.png);
}

.page4 .pager4-numContent li:nth-child(4) .reward-y.active::after{
    position: absolute;
  top: 63px;
  left: -15px;
       width: 236px;
  height: 147px;
  background-image: url(../image/section4/light-no-4.png);
}
.page4 .pager4-numContent li:nth-child(5) .reward-y.active::after{
    position: absolute;
  top: 63px;
  left: 0px;
       width: 236px;
  height: 147px;
  background-image: url(../image/section4/light-no-1.png);
}





/* .page4 .pager4-numContent li.active::before{
  content: '';
  width: 217px;
  height: 227px;
  background-image: url(../image/section4/lightbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
} */



/* 人数 */
.current-num{
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/section4/current-left.png) no-repeat;
  background-size: 100%;
  background-position-y: -1px;
  width: 605px;
  height: 42px;
}

@font-face {
  font-family: 'HeirofLightBold';
  src: url(../image/section4/HeirofLightBold.ttf) format('truetype');
  font-display: swap; /* 立即使用备用字体，字体加载完成后切换 */
  font-weight: normal;
  font-style: normal;
}

.current-num span {
  /* background: linear-gradient(to right,  #b7a06a 0%, #fffbe6 50%, #b7a06a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ffffff;
  font-size: 45px;
  padding: 0px;
  font-family: 'HeirofLightBold', serif;
  margin-left: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 
    0px -2px 4px #815639,
    0px 2px 4px #815639,
    -2px 0px 4px #815639,
    2px 0px 4px #815639,
    -2px -2px 4px #815639,
    2px -2px 4px #815639,
    -2px 2px 4px #815639,
    2px 2px 4px #815639;
}

.current-num span::after {
  /* display: inline-block;
  content: '';
  width: 39px;
  height: 50px;
  background: url(../image/section4/current-right.png) no-repeat;
  background-size: 100%; */
  /* position: absolute;
  right: 0;
  top: 0; */
}
/* .current-num::before{
  content: '';
  width: 273px;
  height: 63px;
  background: url(../image/section4/current-left.png) no-repeat;
  background-size: 100%;
}

.current-num::after{
  content: '';
  width: 43px;
  height: 63px;
  background: url(../image/section4/current-right.png) no-repeat;
  background-size: 100%;
} */


/* .page4 .reward-lounge-btn {
  width: 351px;
  height: 84px;
  background: url(../image/section4/reward-lounge-btn.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1180px;
  left: 0;
  right: 0;
  margin: auto;
} */


/* .numContent-bg {
  position: absolute;
  width: 6.8rem;
  height: .02rem;
  background-color: #000000;
  top: 2.66rem;
  left: 50%;
  margin-left: -3.4rem;
} */

.progress-track {
  position: absolute;
  width: 100%;
  top: 2px;
  left: 0;
  height: 3px;
}

.progress-track-1 {
  top: 2px;
}

.progress-track-2 {
  width: 193px;
  top: 235px;
  left: 100px;
}

.progress-bar {
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  background-color: #e6d4a3;
  transition: all .88s ease-in-out;
  width: 0%; /* 初始为0 */
}

.progress-bar::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 40px;
  background: url(../image/section4/light.png) no-repeat;
  background-size: 100%;
  right: -27px;
  z-index: 1;
}

/* 轮播图 */
.rewards-swiper{
  position: absolute;
  width: 700px;
  height: 700px;
  padding-top: 35px;
  padding-left: 35px;
  margin: 0 auto;
  top: 300px;
  left: 50%;
  margin-left: -280px;
}
/* .page4.container-scroll::after {
  content: '';
  width: 657px;
  height: 458px;
  background-image: url(../image/section4/cubgli.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 300px;
  left: 18px;
  z-index: 1;
  pointer-events: none;
} */

.rewards-swiper .swiper-slide .rewards-bg::after{
  content: '';
  top: -38px;
  left: -130px;
  background-repeat: no-repeat;
  position: absolute;
}
.rewards-swiper .swiper-slide .rewards-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.rewards-swiper .swiper-slide .rewards-bg.rewards-bg-1{
  width: 556px;
  height: 435px;
  background-image: url(../image/section4/r1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -30px;
  left: -50px;
}
/* .rewards-swiper .swiper-slide .rewards-bg.rewards-bg-1::after {
  content: '';
  width: 619px;
  height: 132px;
  background-image: url(../image/section4/10.png);
  background-size: 100%;
} */


.rewards-swiper .swiper-slide .rewards-bg.rewards-bg-2{
  width: 618px;
  height: 420px;
  background-image: url(../image/section4/r2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -30px;
  left: -50px;
}

/* .rewards-swiper .swiper-slide .rewards-bg.rewards-bg-2::after {
  content: '';
  width: 619px;
  height: 132px;
  background-image: url(../image/section4/30.png);
  background-size: 100%;
} */

.rewards-swiper .swiper-slide .rewards-bg.rewards-bg-3{
  width: 549px;
  height: 427px;
  background-image: url(../image/section4/r3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -30px;
  left: -80px;
}

/* .rewards-swiper .swiper-slide .rewards-bg.rewards-bg-3::after {
  content: '';
  width: 619px;
  height: 132px;
  background-image: url(../image/section4/50.png);
  background-size: 100%;  
} */

.rewards-swiper .swiper-slide .rewards-bg.rewards-bg-4{
  width: 647px;
  height: 431px;
  background-image: url(../image/section4/r4.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -30px;
  left: -70px;
}

/* .rewards-swiper .swiper-slide .rewards-bg.rewards-bg-4::after {
  content: '';
  width: 619px;
  height: 132px;
  background-image: url(../image/section4/100.png);
  background-size: 100%;
} */

.rewards-swiper .swiper-slide .rewards-bg.rewards-bg-5{
  width: 677px;
  height: 425px;
  background-image: url(../image/section4/r5.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -30px;
  left: -90px;
}

/* .rewards-swiper .swiper-slide .rewards-bg.rewards-bg-5::after {
  content: '';
  width: 619px;
  height: 132px;
  background-image: url(../image/section4/150.png);
  background-size: 100%;
} */

.rewards-swiper .swiper-slide .rewards-bg.ani.animated{
  animation-name: zoomIn;
  animation-duration: 0.4s;
  animation-delay: 0.25s;
}


.rewards-swiper-button-prev,
.rewards-swiper-button-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
}

.rewards-swiper-button-prev {
  width: 52px;
  height: 58px;
  background-image: url(../image/section4/rewards-left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 35px;
  z-index: 4;
}

.rewards-swiper-button-next {
  width: 52px;
  height: 58px;
  background-image: url(../image/section4/rewards-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  right: 50px;
  z-index: 4;
}

.page4 .reward-lounge-btn {
  width: 420px;
  height: 81px;
  background: url(../image/section4/reward-lounge-btn.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1140px;
  left: 0;
  right: 0;
  margin: auto;
}