@charset "UTF-8";

u, strong, span {
  vertical-align: 0;
}

.only-desktop {
  display: block;
}
.only-tablet-mobile {
  display: none;
}

.container {
  position: relative;
  background: #FFFFFF;
  overflow: hidden; 
}
.contain-wide {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1480px; 
}
.contain {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1000px; 
}
.contain-narrow {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 640px; 
}

.main-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto; 
  margin-bottom: 20px;
  border: 2px solid #3A68FF;
  border-radius: 60px;
  max-width: 380px;
  min-height: 64px;
  background: #FFF;
  text-align: center;
}
.main-title h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em; 
}
.main-title h1 img {
  user-select: none; 
  pointer-events: none;
}
.main-title:before,
.main-title:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background-image: url(/resource/images/eventImg/20250716/ico_main_title.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.main-title:before {
  left: 0; }
.main-title:after {
  right: 0; }

.contents-box {
  position: relative;
  z-index: 2;
  padding-block: 56px 40px;
  padding-inline: 24px;
  border-radius: 20px;
  background: linear-gradient(0deg, #00DAFF -11.21%, #C3F3FF 17.16%);
}
.contents-box .main-title {
  margin-top: -88px;
}

/* ----- section-pc-1 */
.section-pc-1 {
  position: relative;
  background-image: linear-gradient(180deg, #01DAFF 1.91%, #27DFFF 5.27%, #4BE3FF 9.48%, #6CE7FF 14.52%, #87EBFF 19.56%, #9DEEFF 25.45%, #AEF0FF 32.17%, #BAF1FF 41.41%, #C1F2FF 53.18%, #C3F3FF 85.96%);
  overflow: hidden;
}
.section-pc-1 .div-title {
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center; 
}
.section-pc-1 .div-title img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  max-width: 546px;
  transform: translateX(-50%); 
}
.section-pc-1 .bg-item {
  position: relative;
  z-index: 0; 
  z-index: 2;
  padding-inline: 6px;
  text-align: center;
}  
.section-pc-1 .bg-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center; 
}  

/* ----- section-pc-2 */
.section-pc-2 {
  position: relative;
  z-index: 2;
}
.section-pc-2:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/resource/images/eventImg/20250716/pc_section_2_bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-pc-2 .bg-back {
  position: relative;
  z-index: -1;
  margin-top: -160px;
  padding-top: 160px;
  border: 6px solid #fff;
  border-radius: 40px 40px 0 0;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 238, 255, 0.50) inset;
}
.section-pc-2 .bg-back:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(180deg, transparent 5%, #FFF 40%);
  pointer-events: none; 
}
.section-pc-2 .reward {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  text-align: center;
}
.section-pc-2 .reward li {
  width: 33.3333%;
}

/* ----- section-pc-3 */
.section-pc-3 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 130px;
}
.section-pc-3:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/resource/images/eventImg/20250716/pc_section_3_bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-pc-3 .contents-box {
  padding-bottom: 0;
}
.section-pc-3 .contents-box:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/resource/images/eventImg/20250716/pc_section_3_bg_sparkle.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-pc-3 .howto {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.section-pc-3 .howto li {
  position: relative;
  padding-inline: 48px;
  width: 50%;
  width: 100%;
}
.section-pc-3 .howto li:nth-child(odd) {
  padding-right: calc(50% + 48px);
  text-align: right;
}
.section-pc-3 .howto li:nth-child(even) {
  top: -220px;
  margin-left: auto;
  padding-left: calc(50% + 48px);
  text-align: left;
}
.section-pc-3 .howto li:nth-child(odd):not(:first-child) {
  margin-top: -440px;
}
.section-pc-3 .howto li:last-child {
  margin-bottom: -1px;
}
.section-pc-3 .howto .char {
  position: absolute;
  user-select: none;
  pointer-events: none;
}
.section-pc-3 .howto li:nth-child(1) .char {
  top: 44px;
  right: 50px;
}
.section-pc-3 .howto li:nth-child(2) .char {
  top: 170px;
  left: -50px;
}
.section-pc-3 .howto li:nth-child(3) .char {
  right: 140px;
  bottom: -14px;
}

/* ----- section-pc-4 */
.section-pc-4 {
  position: relative;
  z-index: 2;
  padding-top: 16px;
  background-image: url(/resource/images/eventImg/20250716/pc_section_4_bg.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-pc-4 .div-title { 
  margin-bottom: 20px;
  text-align: center;
}
.section-pc-4 .qr-code {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section-pc-4 .qr-code .qr {
  position: relative;
  bottom: -32px;
  z-index: 1;
}
.section-pc-4 .qr-code .char1 {
  position: relative;
  right: -12px;
  bottom: -24px;
  z-index: 2;
}
.section-pc-4 .qr-code .char2 {
  position: relative;
  left: -12px;
  bottom: -24px;
  z-index: 0;
}

/* ----- section-pc-5 */
.section-pc-5 {
  background-color: #3A68FF;
}
.section-pc-5 .buttons {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  padding-block: 90px 60px;
  border-bottom: 1px solid rgba(255,255,255, .25);
}
.section-pc-5 .buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 24px;
  border-radius: 80px;
  min-width: 200px;
  min-height: 80px;
  background-color: #003282;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -.03em;
  text-align: center;
}
.section-pc-5 .buttons i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* margin-inline: 26px 12px; */
  margin-right: 12px;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}
.section-pc-5 .buttons span {
  /* flex-grow: 1; */
  text-align: center;
}
.section-pc-5 .buttons .btn-android i {
  background-image: url(/resource/images/eventImg/20250716/ico_android.png);
}
.section-pc-5 .buttons .btn-ios i {
  background-image: url(/resource/images/eventImg/20250716/ico_ios.png);
}
/* .section-pc-5 .buttons .btn-ios {
  padding-right: 2rem;
} */


/* ----- section-pc-footer */
.section-pc-footer {
  padding-block: 72px;
  background-color: #3A68FF;
  color: #fff; 
}



/* ----- section-1 */
.section-1 {
  position: relative;
  background-image: linear-gradient(180deg, #01DAFF 1.91%, #27DFFF 5.27%, #4BE3FF 9.48%, #6CE7FF 14.52%, #87EBFF 19.56%, #9DEEFF 25.45%, #AEF0FF 32.17%, #BAF1FF 41.41%, #C1F2FF 53.18%, #C3F3FF 85.96%);
  overflow: hidden;
}
.section-1 .div-title {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center; 
}
.section-1 .div-title img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  max-width: 640px;
  transform: translateX(-50%); 
}
.section-1 .bg-item {
  position: relative;
  z-index: 0;
  padding-inline: 6px;
  text-align: center; 
}  
.section-1 .div-reward {
  position: absolute;
  left: 50%;
  bottom: 56px;
  z-index: 2;  
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-inline: auto;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  text-align: center;
  transform: translateX(-50%); 
}  
.section-1 .div-reward img {
  width: 32%;
}  
  
/* ----- section-2 */
.section-2 {
  position: relative;
  z-index: 2;
  margin-block:  -20px;
  padding-block: 40px 84px;
  border-radius: 20px;
  background-color: #3A68FF; 
  background-image: url(/resource/images/eventImg/20250716/section_2_bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 4px 0px rgba(22, 0, 217, 0.25);
  overflow: hidden;
  text-align: center;
} 
.section-2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 64px;
  background-image: url(/resource/images/eventImg/20250716/btn_more.png);
  background-position: 50% calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: auto 36px;
} 
.section-2 .div-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-inline: auto;
  margin-bottom: 30px;
  max-width: 680px;
} 
.section-2 .contain-narrow {
  padding-inline: 30px;
  max-width: 560px;
} 
.section-2 .qr {
  position: relative;
  padding-block: 20px;
  padding-inline: 50px;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #FFF 2.33%, #7EF2FF 94.88%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
} 
.section-2 .qr .img {
  margin-inline: auto;
  width: 80%;
  max-width: 360px;
} 
.section-2 .btn-download {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-inline: 20px;
  border-radius: 50px;
  min-width: 88px;
  height: 48px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2), 0px 0px 32px 0px rgba(126, 242, 255, 0.25);
  color: #003282;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0; 
} 

/* ----- section-3 */
.section-3 {
  position: relative;
  padding-block: 80px 60px;
  background-color: #FFE1EC;
  overflow: hidden;
  text-align: center;
}
.section-3 .div-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  margin-bottom: 20px;
  max-width: 680px;
} 
.section-3 .div-title img {
  margin-inline: auto;
  width: 80%;
  max-width: 640px;
}
  
/* ----- section-4 */
.section-4 {
  position: relative;
  padding-block: 60px;
  background-color: #F1D9BC;
  overflow: hidden;
  text-align: center;
}
.section-4 .div-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  margin-bottom: 20px;
  max-width: 680px;
} 
.section-4 .div-title img {
  margin-inline: auto;
  width: 80%;
  max-width: 640px;
}

/* ----- section-5 */
.section-5 {
  position: relative;
  padding-block: 60px;
  background-color: #D3E9FF;
  overflow: hidden;
  text-align: center;
}
.section-5 .div-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  margin-bottom: 20px;
  max-width: 680px;
} 
.section-5 .div-title img {
  margin-inline: auto;
  width: 80%;
  max-width: 640px;
}

/* ----- section-6 */
.section-6 {
  position: relative;
  padding-block: 60px;
  background: linear-gradient(0deg, #00DAFF -11.21%, #C3F3FF 17.16%);
  overflow: hidden;
  text-align: center;
}
.section-6 .div-title {
  margin-inline: auto;
  margin-bottom: 30px;
  width: 40%;
  max-width: 240px;
} 
.section-6 .div-title img {
  margin-inline: auto;
  width: 80%;
  max-width: 640px;
}
.section-6 .howto {
}
.section-6 .howto li {
  padding-inline: 30px;
  background-image: url(/resource/images/eventImg/20250716/section_6_bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-6 .howto li ~ li {
  margin-top: 40px;
}

/* ----- section-footer */
.section-footer {
  padding-block: 72px;
  background-color: #202020;
  color: #fff; 
}
.bullet-list li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: -.02em;
  text-align: left; 
}
.bullet-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #fff; 
}
.bullet-list li ~ li {
  margin-top: 6px; 
}


@media screen and (max-width: 1000px) {
  .only-desktop {
    display: none !important;
  }
  .only-tablet-mobile {
    display: block !important;
  }
  /* ----- section-1 */
  .section-1 .div-title {
    top: 56px;
  }
  .section-1 .div-title img {
    left: 50%;
    width: 80%;
    max-width: 640px;
    transform: translateX(-50%); 
  } 
  .section-1 .div-reward img {
    width: 30%;
  }  
    
  /* ----- section-2 */
  .section-2 {
    padding-block: 40px 64px;
  } 
  .section-2:after {
    height: 54px;
    background-size: auto 28px;
  } 
  .section-2 .recommender .text {
    top: 40px;
  } 
  .section-2 .recommender .title {
    font-size: 18px;
  } 
  .section-2 .recommender .code {
    font-size: 24px;
  } 
  .section-2 .recommender .btn-copy {
    font-size: 14px;
  } 
  .section-2 .recommender .counter {
    right: -8px;
    min-width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .section-2 .btn-share {
    margin-block: 20px;
    height: 48px;
    font-size: 16px;
  } 

  /* ----- section-3 */
  .section-3 {
    position: relative;
    padding-block: 70px 40px;
    background-color: #FFE1EC;
    overflow: hidden;
    text-align: center;
  }
  .section-3 .div-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-inline: auto;
    max-width: 680px;
  } 
    
  /* ----- section-4 */
  .section-4 {
    position: relative;
    padding-block: 50px 40px;
    background-color: #F1D9BC;
    overflow: hidden;
    text-align: center;
  }
  .section-4 .div-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-inline: auto;
    max-width: 680px;
  } 

  /* ----- section-5 */
  .section-5 {
    position: relative;
    padding-block: 50px 40px;
    background-color: #D3E9FF;
    overflow: hidden;
    text-align: center;
  }
  .section-5 .div-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-inline: auto;
    max-width: 680px;
  } 

  /* ----- section-footer */
  .section-footer {
    padding-block: 40px;
  }
  .bullet-list li {
    padding-left: 20px;
    font-size: 13px;
  }
  .bullet-list li:before {
    top: 5px;
    width: 3px;
    height: 3px;
  }

} 
 