/* 加码好礼 */
.reach-reward {
  height: 1540px;
  width: 100%;
  position: relative;
}

.reach-title {
  width: 680px;
  height: 186px;
  margin: 0 auto;
  background: url("../image/section2/title.png") no-repeat;
  background-size: 100%;
}

.reach-list {
  width: 100%;
  position: absolute;
}

.reach-list li {
  position: absolute;
  width: 586px;
  height: 312px;
  background-size: 100%;
  background-repeat: no-repeat;
}


.reach-list li img {
  width: 116px;
  height: 115px;
  display: none;
  position: absolute;
  right: -33px;
  top: 6px;
}

.reach-list li:nth-child(2) img {
  right: 516px;
  top: -26px;
}

.reach-list li:nth-child(3) img {
  right: -36px;
  top: -26px;
}

.reach-list li:nth-child(4) img {
  right: 543px;
  top: -26px;
}

.reach-list li.active img {
  display: block;
}

.reach-list li:nth-child(1) {
  background-image: url(../image/section2/reach-no-1-not.png);
  left: 71px;
  top: 0px;
}

.reach-list li.active:nth-child(1) {
  background-image: url(../image/section2/reach-no-1.png);
}

.reach-list li:nth-child(2) {
  background-image: url(../image/section2/reach-no-2-not.png);
  left: 55px;
  top: 339px;
  width: 591px;
  height: 280px;
}

.reach-list li.active:nth-child(2) {
  background-image: url(../image/section2/reach-no-2.png);
}

.reach-list li:nth-child(3) {
  background-image: url(../image/section2/reach-no-3-not.png);
  top: 643px;
  left: 65px;
  width: 591px;
  height: 280px;
}

.reach-list li.active:nth-child(3) {
  background-image: url(../image/section2/reach-no-3.png);
}

.reach-list li:nth-child(4) {
  background-image: url(../image/section2/reach-no-4-not.png);
  top: 949px;
  left: 56px;
  width: 616px;
  height: 360px;
}

.reach-list li.active:nth-child(4) {
  background-image: url(../image/section2/reach-no-4.png);
}

.numList-bg {
  display: flex;
  /* justify-content: space-around; */
  position: relative;
  top: -0.33rem;
}

.numList-bg li:nth-child(1) {
  width: 0.74rem;
  height: 0.74rem;
  background: url(../image/section6/reach.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.5rem;
}

.numList-bg li:nth-child(2) {
  width: 0.74rem;
  height: 0.74rem;
  background: url(../image/section6/reach.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 2.75rem;
}

.numList-bg li:nth-child(3) {
  width: 0.74rem;
  height: 0.74rem;
  background: url(../image/section6/reach.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -0.37rem;
}

.numList-bg li:nth-child(4) {
  width: 0.74rem;
  height: 0.74rem;
  background: url(../image/section6/reach.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 7.3rem;
}

.numList-bg li:nth-child(5) {
  width: 0.74rem;
  height: 0.74rem;
  background: url(../image/section6/reach.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.5rem;
}

.numList-bg li.numContent-active {
  width: 0.76rem;
  height: 0.73rem;
  background: url(../image/section6/reach-active.png) no-repeat;
  background-size: 100%;
}

.Community {
  width: 3.09rem;
  height: 1.55rem;
  position: absolute;
  top: 5.8rem;
  left: 7.6rem;
  cursor: pointer;
}

.reach-text {
  width: 6.3rem;
  height: 0.65rem;
  position: absolute;
  top: 8.2rem;
  left: 50%;
  margin-left: -3.15rem;
}

.reach-reward .btn-xia {
  bottom: -0.5rem;
}