/* 加码好礼 */
.section2 {
    background: url("../image/section2/bg.jpg") no-repeat center top;
    background-size: 100%;
    width: 100%;
    position: relative;
}

#leaf_particle {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 3;
    background-color: transparent;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #light_particle {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 3;
    background-color: transparent;
    -webkit-clip-path: polygon(50% 75%, 100% 25%, 100% 100%, 0 100%, 0 25%);
    clip-path: polygon(50% 75%, 100% 25%, 100% 100%, 0 100%, 0 25%);
  }

.section2-title {
    width: 6.7rem;
    height: 0.91rem;
    margin: 0 auto;
    background: url("../image/section2/title.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1.4rem;
}

.section2-main {
    width: 10.94rem;
    height: 6.45rem;
    background: url(../image/section2/main_bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1.1rem;
    left: 3.9rem;
}

.after-before{
    width: 100%;
    height: 100%;
}

.after-before::after {
  content: "";
  position: absolute;
  top: 3.8rem;
  left: 6.8rem;
  width: 1.94rem;
  height: 1.08rem;
  background: url(../image/section2/star.png) no-repeat;
  background-size: 100%;
  animation: twinkling 3s 10s ease-in-out infinite;
  pointer-events: none;
}

.after-before::before {
  content: "";
  position: absolute;
  top: 2.9rem;
  left: 8rem;
  width: 1.94rem;
  height: 1.08rem;
  background: url(../image/section2/star.png) no-repeat;
  background-size: 100%;
  animation: twinkling 3s 6s ease-in-out infinite;
  pointer-events: none;
}

.section2-main::after {
    content: "";
    position: absolute;
    top: 2.8rem;
    left: 1.7rem;
    width: 1.94rem;
    height: 1.08rem;
    background: url(../image/section2/star.png) no-repeat;
    background-size: 100%;
    animation: twinkling 3s ease-in-out infinite;
    pointer-events: none;
}

.section2-main::before {
    content: "";
    position: absolute;
    top: 3.5rem;
    left: 6rem;
    width: 1.94rem;
    height: 1.08rem;
    background: url(../image/section2/star.png) no-repeat;
    background-size: 100%;
    animation: twinkling 3s 2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes twinkling {
    0% { opacity: 1; scale: 1; }
    50% { opacity: 0.05; scale: .97;}
    100% { opacity: 1; scale: 1; }
}

.section2-main .btns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 8.2rem;
  top: 6.7rem;
  left: 1.7rem;
}

.section2-main .btns a {
    position: relative;
    width: 2.53rem;
    height: 0.77rem;
    overflow: hidden;
    border-radius: 0.1rem;
}

.section2-main .btns a span {
    display: inline-block;
    width: 100%;
    height: 100%;
}
  
.section2-main .btns a span::after {
    animation: sg 2s linear infinite;
    background: linear-gradient(120deg, #0000, #0000, #fff6, #0000, #0000);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .65s;
    width: 100%;
    pointer-events: none;
  }

.section2-main .btns .order-store-ios{
    background: url(../image/section2/order_ios.png) no-repeat;
    background-size: 100%;
}

.section2-main .btns .order-store-gp{
    background: url(../image/section2/order_gp.png) no-repeat;
    background-size: 100%;
}

.section2-main .btns .order-store-hw{
    background: url(../image/section2/order_hw.png) no-repeat;
    background-size: 100%;
}


.section2-main .order-store-ios.overtime {
  background: url(../image/section1/order-store-ios-overtime.png) no-repeat;
  background-size: 100%;
}
.section2-main .order-store-gp.overtime {
  background: url(../image/section1/order-store-gp-overtime.png) no-repeat;
  background-size: 100%;
}
.section2-main .order-store-hw.overtime  {
  background: url(../image/section1/order-store-hw-overtime.png) no-repeat;
  background-size: 100%;
}



.after-a {
  width: 100%;
  height: 100%;
  position: absolute;
}




/******************************************* 新版css *******************************************/
.section2 ul {
  position: absolute;
  display: flex;
  top: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-around;
  width: 9.8rem;
}

.section2 ul li {
  width: 1.82rem;
  height: 2.05rem;
}

.section2 ul li:first-child {
  background: url(../image/section3/reach_1.png) no-repeat;
  background-size: 100%;

}

.section2 ul li:nth-child(2) {
  background: url(../image/section3/reach_2.png) no-repeat;
  background-size: 100%;
}

.section2 ul li:nth-child(3) {
  background: url(../image/section3/reach_3.png) no-repeat;
  background-size: 100%;
}

.section2 ul li:nth-child(4) {
  background: url(../image/section3/reach_4.png) no-repeat;
  background-size: 100%;
}

.section2 ul li:nth-child(5) {
  background: url(../image/section3/reach_5.png) no-repeat;
  background-size: 100%;
}

/* 使用 mask-image 定义蒙版 */
.section2 .finished {
  -webkit-mask-image: url(../image/section3/reach_1.png); 
  mask-image: url(../image/section3/reach_1.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  position: relative;
}

.section2 .finished::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  width: 1.82rem;
  height: 2.05rem;
  background-color: rgba(0, 0, 0, 0.3); /* 半透明背景色 */
  background-image: url(../image/section3/finished-bg.png); /* 背景图片 */
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}

.section2 .finished::after {
  content: "";
  position: absolute;
  width: 1.44rem;
  height: 0.66rem;
  background: url(../image/section3/finished.png) no-repeat;
  background-size: 100%;
  margin-left: 0.18rem;
  margin-top: 0.75rem;
  z-index: 3;
}

.section2 .claim-btn-container {
  position: absolute;
  width: 5.84rem;
  height: 1.62rem;
  top: 2.6rem;
  left: 14%;
  transform: translateX(-50%);
  background: url(../image/section2/claim-btn-container.png) no-repeat;
  background-size: 100%;
}

.section2 .claim-btn-hotspot {
  position: absolute;
  width: 5.58rem;
  height: 2.82rem;
  top: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/section2/claim-hotspot.png) no-repeat;
  background-size: 100%;
}


.section2 .claim-btn {
  position: absolute;
  width: 5.33rem;
  height: 1.04rem;
  top: 5.1rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/section3/claim.png) no-repeat;
  background-size: 100%;
}
.section2 .claim-btn.down {
  position: absolute;
  width: 5.33rem;
  height: 1.04rem;
  top: 5.1rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/section3/claim-down.png) no-repeat;
  background-size: 100%;
}


.section2 .second-title {
  position: absolute;
  width: 7.51rem;
  height: 4.71rem;
  top: 2.6rem;
  left: 49%;
  transform: translateX(-50%);
  background: url(../image/section3/second_title.png) no-repeat;
  background-size: 100%;
}

.section2 .second-title .follow-btn {
  position: absolute;
  width: 3.13rem;
  height: 0.85rem;
  top: 5.15rem;
  left: 0.55rem;
  background: url(../image/section3/follow.png) no-repeat;
  background-size: 100%;
}

.section2 .second-title .join-btn {
  position: absolute;
  width: 3.13rem;
  height: 0.85rem;
  top: 5.15rem;
  left: 4.15rem;
  background: url(../image/section3/join.png) no-repeat;
  background-size: 100%;
}

.section2 .second-title .join-btn1 {
  position: absolute;
  width: 3.13rem;
  height: 2.65rem;
  top: 1.95rem;
  left: 4.15rem;
  /* background: url(../image/section3/join.png) no-repeat;
  background-size: 100%; */
  background-color: #0000;
}

.section2 .second-title .follow-btn1 {
  position: absolute;
  width: 3.13rem;
  height: 2.65rem;
  top: 1.95rem;
  left: 0.55rem;
  /* background: url(../image/section3/follow.png) no-repeat;
  background-size: 100%; */
  background-color: #0000;
}


@keyframes fadeInUp2 {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,50%,0);
      transform: translate3d(0,50%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2
}