.swiper-wrapper .swiper-slide.page4 {
    overflow: hidden;
    position: relative;
    background: url(../image/section4/bg-4.jpg) no-repeat;
    background-size: 100%;
}

.numContent {
  width: 9.70rem;
  height: 4.74rem;
  position: absolute;
  top: 0.4rem;
  left: 0.1rem;
}

.page4-slg {
    width: 1.83rem;
    height: 0.53rem;
    background: url('../image/section4/page4-slg.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1.7rem;
    cursor: pointer;
}

.page4-top-img {
    position: absolute;
    width: 6.96rem;
    height: 1.67rem;
    margin: 0 auto;
    top: 0.7rem;
    left: 0;
    right: 0;
}
.page4-top-img::before {
    top: -0.2rem;
}

.pager4-numContent{
    width: 10.02rem;
    height: 5.94rem;
    position: absolute;
    top: 2.83rem;
    left: 50%;
    margin-left: -5.01rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../image/section4/section4-list-bg.png) no-repeat;
    background-size: 100%;
}

.page4 .pager4-numContent li {
    filter: brightness(0.5);
    width: 1.68rem;
    height: 2.96rem;
    background: url('../image/section4/reward-10.png') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0.45rem;
    top: 1.9rem;
}
.page4 .pager4-numContent li.active::before {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../image/section4/active.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: 0.9rem;
    left: 0.24rem;
}
.page4 .pager4-numContent li.active {
  filter: brightness(1);
}

.page4 .pager4-numContent li:nth-child(1) {

}

.page4 .pager4-numContent li:nth-child(2) {
    background-image: url('../image/section4/reward-30.png');
    left: 2.32rem;
}

.page4 .pager4-numContent li:nth-child(3) {
    background-image: url('../image/section4/reward-50.png');
    left: 4.17rem;
}

.page4 .pager4-numContent li:nth-child(4) {
    background-image: url('../image/section4/reward-100.png');
    left: 6rem;
}

.page4 .pager4-numContent li:nth-child(5) {
    background-image: url('../image/section4/reward-150.png');
    left: 7.85rem;
}

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

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

.page4 .pager4-numContent li:nth-child(2) .reward-text {
    background-image: url(../image/section4/reward-text-30.png);
    left: 0.54rem;
}

.page4 .pager4-numContent li:nth-child(3) .reward-text {
    background-image: url(../image/section4/reward-text-50.png);
    left: 0.5rem;
}

.page4 .pager4-numContent li:nth-child(4) .reward-text {
    background-image: url(../image/section4/reward-text-100.png);
    width: 0.82rem;
    left: 0.45rem;
}

.page4 .pager4-numContent li:nth-child(5) .reward-text {
    background-image: url(../image/section4/reward-text-150.png);
    width: 0.82rem;
    left: 0.42rem;
}

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