:root {
  --page-width: 19.2rem;
  --mobile-width: 7.5rem;
  --lavender-bg: #e9eafc;
  --violet: #8d65f2;
  --violet-deep: #6b51cf;
  --violet-soft: #b493ff;
  --cyan: #3fe3ee;
  --orange: #ffbd42;
  --text-main: #4b4c6b;
  --shadow-violet: 0 0.2rem 0.45rem rgba(119, 91, 218, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  min-width: 12rem;
  margin: 0;
  color: var(--text-main);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  background: var(--lavender-bg);
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 12rem;
  height: 0.84rem;
  background: rgba(29, 19, 74, 0.35);
}

.header-inner {
  position: relative;
  width: min(100%, var(--page-width));
  height: 100%;
  margin: 0 auto;
}

.brand {
  position: absolute;
  top: 0.24rem;
  left: 1.59rem;
  width: 2.45rem;
  height: 1.21rem;
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0.05rem 0.04rem rgba(40, 106, 195, 0.25));
}

.main-nav {
  position: absolute;
  top: 0;
  right: 1.9rem;
  height: 0.78rem;
  display: flex;
  align-items: center;
}

.main-nav a {
  position: relative;
  min-width: 2.13rem;
  height: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.24rem;
}

.main-nav a.is-active {
  background-image: url("../img/button-capsule-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.mobile-download-link,
.mobile-menu-button {
  display: none;
}

.age-rating {
  position: absolute;
  z-index: 14;
  top: 1.11rem;
  left: 0.29rem;
  width: 0.95rem;
  height: 1.22rem;
}

.age-rating img {
  display: block;
  width: 100%;
}

.quick-dock {
  position: fixed;
  z-index: 55;
  top: 2.6rem;
  right: 0;
  width: 1.96rem;
  padding: 0.18rem 0.14rem 0.14rem;
  border: 0.04rem solid #fff;
  border-right: 0;
  border-radius: 0.28rem 0 0 0.28rem;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;

}

.quick-dock.is-collapsed {
  transform: translateX(100%);
}

.quick-dock-toggle {
  position: absolute;
  top: 50%;
  left: -0.36rem;
  width: 0.36rem;
  height: 0.73rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.quick-dock-toggle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quick-dock.is-collapsed .quick-dock-toggle {
  left: -0.61rem;
  width: 0.61rem;
  height: 1.24rem;
}

.dock-qr {
  width: 100%;
  border-radius: 0.16rem;
  margin: 0 auto;
}

.dock-store {
  width: 1.54rem;
  height: 0.55rem;
  margin: 0.04rem auto;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 900;
  line-height: 1.2;
  box-sizing: border-box;
  box-shadow: inset 0 -0.03rem 0 rgba(0, 0, 0, 0.1);
}

.dock-ios {
  background: #0e0e0e;
  border: 0.04rem solid #787878;
}

.dock-android {
  background: #25c86d;
  border: 0.04rem solid #74d29e;
}

.dock-tap {
  background: #28dce6;
  border: 0.04rem solid #9AE5FB;
}

.dock-download-icon {
  width: 0.28rem;
  height: 0.31rem;
  flex: none;
  object-fit: contain;
}

.dock-socials {
  width: 1.38rem;
  margin: 0.14rem auto 0;
  padding: 0.12rem;
  border: 0.03rem solid #ffd8a3;
  border-radius: 0.16rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
  background: #fff7ef;
}
.dock-socials a{
	display: contents;
	width: 0.48rem;
  height: 0.48rem;
}
.dock-socials img {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0.14rem;
}

.page-shell {
  position: relative;
  width: min(100%, var(--page-width));
  margin: 0 auto;
  overflow: hidden;
}

.hero {
  position: relative;
  height: 13.16rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 19.2rem;
  height: 10.78rem;
  object-fit: cover;
  max-width: none;
}

.hero-video-trigger {
  position: absolute;
  z-index: 13;
  top: 5.84rem;
  left: 11.33rem;
  width: 0.95rem;
  height: 0.95rem;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  border: none;
}

.floating-bubble {
  position: absolute;
  z-index: 9;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0.1rem 0.16rem rgba(81, 80, 178, 0.18));
  cursor: pointer;
}

.gift-code {
  top: 0.77rem;
  right: 0.88rem;
  width: 2.83rem;
  height: 2.73rem;
  cursor: pointer;
}

.tag-left {
  top: 7.03rem;
  left: 2.3rem;
  width: 2.36rem;
  height: 2.28rem;
}

.tag-right {
  top: 5.72rem;
  right: 3.46rem;
  width: 2.36rem;
  height: 2.28rem;
}

.download-panel {
  position: absolute;
  z-index: 12;
  top: 8rem;
  left: 5.48rem;
  width: 8.3rem;
  height: 2.7rem;
  padding: 0.18rem 0.28rem 0.18rem 0.55rem;
  border: 0.09rem solid rgba(255, 255, 255, 0.9);
  border-radius: 0.23rem;
  display: flex;
  align-items: center;
  gap: 0.22rem;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.rebate-tag {
  position: absolute;
  z-index: 2;
  top: -0.76rem;
  right: -0.66rem;
  width: 1.96rem;
  height: 1.34rem;
  display: block;
  object-fit: contain;
}

.scan-label {
  position: absolute;
  top: 0.37rem;
  left: 0.12rem;
  display: grid;
  justify-items: center;
  gap: 0.06rem;
  color: #6C46C3;
  font-size: 0.24rem;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
}

.scan-label span {
  display: block;
  width: 0.26rem;
}

.scan-label-icon {
  width: 0.31rem;
  height: 0.31rem;
  display: block;
  object-fit: contain;
}

.panel-qr {
  width: 2.38rem;
  height: 2.38rem;
  padding: 0.16rem;
  border-radius: 0.18rem;
  border: 0.04rem solid #9786E7;
  background: #fff;
  object-fit: contain;
}

.download-actions {
  width: 2.05rem;
  display: grid;
  gap: 0.05rem;
}

.download-btn {
  height: 0.73rem;
  padding-left: 0.32rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.11rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 0.16s ease;
}

.download-icon {
  position: relative;
  z-index: 1;
  width: 0.34rem;
  height: 0.38rem;
  display: block;
  flex: none;
  object-fit: contain;
}

.ios-btn {
  background: #0e0e0e;
  border: 0.04rem solid #787878;
}

.android-btn {
  background: #25c86d;
  border: 0.04rem solid #74d29e;
}

.tap-btn {
  position: relative;
  overflow: hidden;
  background: #28dce6;
  border: 0.04rem solid #9AE5FB;
}

.tap-button-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 0.78;
  pointer-events: none;
}

.tap-btn strong {
  position: relative;
  z-index: 1;
}

.tap-btn .download-icon {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.08rem;
}

.download-mascot {
  width: 2.38rem;
  height: 2.38rem;
  border-radius: 0.54rem;
  border: 0.04rem solid #F3B273;
  object-fit: cover;
  overflow: hidden;
}

.download-mascot-a{
	display: block;
	width: 2.38rem;
  height: 2.38rem;
}
.recharge-center-button {
  position: absolute;
  right: 0.58rem;
  bottom: 0.25rem;
  z-index: 2;
  display: block;
  transition: transform 0.16s ease;
}

.recharge-center-button:hover {
  transform: translateY(-0.02rem);
}

.recharge-center-button img {
  width: 1.91rem;
  height: 0.49rem;
  display: block;
  object-fit: contain;
}

.hero-wave {
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: -0.02rem;
  width: 19.2rem;
  height: 11.59rem;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

.section-block {
  position: relative;
  padding: 0.01rem 0;
  z-index: 11;
}

.events {
  margin-top: -1.8rem;
}

.features {
  margin-top: 0;
}

.gallery {
  min-height: 9.6rem;
}

.faq {
  min-height: 7.6rem;
}

.section-title {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  display: grid;
  place-items: center;
  margin-top: 1.21rem;
}

.section-title-image {
  width: 9.34rem;
  height: auto;
  display: block;
}

.page-capsule {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.cyan-capsule {
  top: 18.72rem;
  right: 0;
  width: 7.11rem;
  height: 11.85rem;
  object-fit: contain;
}

.purple-capsule {
  display: block;
  left: 0;
  top: 28.71rem;
  width: 8.6rem;
  height: 11.69rem;
  object-fit: contain;
}

.feature-stage {
  position: relative;
  z-index: 3;
  width: 12.3rem;
  height: 6.9rem;
  margin: 0.52rem auto 0;
}

.feature-card {
  position: absolute;
  top: 0;
  left: 0.56rem;
  width: 11.02rem;
  height: 6.68rem;
  padding: 0.21rem 0.21rem 0.71rem 0.59rem;
  background-image: url("../img/feature-card-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.event-stage {
  height: 7.11rem;
}

.event-card {
  width: 11.19rem;
  height: 6.91rem;
  padding: 0;
  background-image: none;
}

.event-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background-image: url("../img/event-card-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}

.event-stage .event-viewport {
  position: absolute;
  z-index: 1;
  top: 0.31rem;
  left: 0.31rem;
  width: 10.12rem;
  height: 6.17rem;
  border-radius: 0.28rem;
}

.event-stage .event-dots {
  z-index: 5;
  top: 0.33rem;
  right: 1.36rem;
  bottom: auto;
  left: auto;
  gap: 0.14rem;
}

.feature-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.31rem;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.feature-viewport.is-swiping {
  cursor: grabbing;
}

.event-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.feature-viewport.is-swiping .event-link {
  cursor: grabbing;
}

.feature-viewport>.feature-image,
.feature-viewport>.event-link>.feature-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.drag-track {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  pointer-events: none;
}

.is-swiping>.drag-track {
  display: block;
}

.drag-track.is-animating {
  transition: transform 0.2s ease;
}

.drag-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.drag-slide-prev {
  left: -100%;
}

.drag-slide-active {
  left: 0;
}

.drag-slide-next {
  left: 100%;
}

.feature-dots {
  position: absolute;
  left: 1.3rem;
  bottom: 0.5rem;
  display: flex;
  gap: 0.1rem;
}

.feature-dots button {
  width: 0.19rem;
  height: 0.19rem;
  padding: 0;
  border: 0;
  border-radius: 9.99rem;
  background-color: transparent;
  background-image: url("../img/dot-active.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
}

.feature-dots button:not(.is-active) {
  background-image: url("../img/dot-inactive.png");
}

@media (min-width: 46.876rem) {
  .event-stage .event-dots button {
    width: 0.27rem;
    height: 0.27rem;
    border: 0.03rem solid #F7F8FF;
    background: #FFCEC3;
  }

  .event-stage .event-dots button:not(.is-active) {
    border: 0.03rem solid #E3E6FF;
    background: radial-gradient(0% 0% at 0% 0%, #D583FD 1.88%, #A256FB 100%), #000000;
  }
}

.carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 2.45rem;
  width: 0.64rem;
  height: 1.11rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-arrow img {
  width: 100%;
  display: block;
}

.arrow-left {
  left: -0.4rem;
}

.arrow-right {
  right: -0.4rem;
}

.album-wrap {
  position: relative;
  z-index: 3;
  width: 10.96rem;
  height: 6.36rem;
  margin: 0.56rem auto 0;
}

.album-card {
  position: absolute;
  inset: 0;
  background-image: url("../img/album-card-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 10.59rem 6.36rem;
}

.album-card::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image: url("../img/album-card-mask.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
  pointer-events: none;
}

.album-photo {
  position: absolute;
  left: 1.04rem;
  top: 0.47rem;
  width: 9.37rem;
  height: 5.47rem;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.album-photo.is-swiping {
  cursor: grabbing;
}

.album-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-categories {
  position: absolute;
  top: 1.34rem;
  right: -0.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.12rem;
}

.album-category {
  position: relative;
  z-index: 0;
  width: 1.24rem;
  height: 0.88rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

.album-category.is-active {
  z-index: 4;
}

.album-category img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.album-category.is-active img {
  content: url("../img/decor-small-panel.png");
}

.album-category span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0.02rem 0.04rem rgba(169, 102, 23, 0.25);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}

.album-pager {
  z-index: 4;
  position: relative;
  margin: 0.58rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
}

.album-pager button:not(.pager-arrow) {
  width: 0.33rem;
  height: 0.33rem;
  padding: 0;
  border: 0.03rem solid #F7F8FF;
  border-radius: 9.99rem;
  background: #FFC21E;
  cursor: pointer;
  box-sizing: border-box;
}

.album-pager button:not(.pager-arrow):not(.is-active) {
  background: radial-gradient(0% 0% at 0% 0%, #D583FD 1.88%, #A256FB 100%);
}

.album-pager .pager-arrow {
  width: 0.41rem;
  height: 0.44rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.album-pager .pager-arrow img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.faq-card {
  --faq-scroll-track-top: 0.67rem;
  --faq-scroll-track-height: calc(4.91rem - 0.31rem - 0.28rem);
  --faq-scroll-thumb-inset: 0.08rem;
  position: relative;
  z-index: 4;
  width: 10.85rem;
  height: 5.44rem;
  margin: 0.68rem auto 0;
  overflow: hidden;
  border-radius: 0.31rem;
  background: #fffdf9;
}

.faq-card::after {
  position: absolute;
  top: var(--faq-scroll-track-top, 0.67rem);
  right: 0.16rem;
  z-index: 1;
  width: 0.07rem;
  height: var(--faq-scroll-track-height);
  background: #CBCBCB;
  border-radius: 0.08rem;
  content: "";
}

.faq-card header {
  position: relative;
  z-index: 3;
  height: 0.53rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: #7569d4;
  font-size: 0.2rem;
  font-weight: 900;
}

.faq-header-decor {
  position: absolute;
  left: 1.48rem;
  top: 0;
  width: 0.76rem;
  height: 0.38rem;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.faq-card header span {
  position: relative;
  z-index: 1;
}

.faq-list {
  position: relative;
  z-index: 2;
  height: 4.91rem;
  padding: 0.31rem 0.42rem 0.28rem 0.28rem;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.faq-list::-webkit-scrollbar {
  display: none;
  width: 0.1rem;
  height: 0;
}

.faq-scroll-thumb {
  position: absolute;
  top: var(--faq-scroll-thumb-top, calc(var(--faq-scroll-track-top, 0.67rem) + var(--faq-scroll-thumb-inset, 0.08rem)));
  right: 0.025rem;
  z-index: 4;
  width: 0.34rem;
  height: 0.34rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
}

.faq-scroll-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.faq-scroll-thumb:active,
.faq-scroll-thumb.is-dragging {
  cursor: grabbing;
}

.faq-scroll-thumb.is-hidden {
  display: none;
}

.faq-item {
  margin: 0 0 0.12rem;
  color: #55556a;
}

.faq-item h3 {
  width: max-content;
  height: 0.48rem;
  margin: 0 0 0.16rem;
  padding: 0 0.12rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  background: #F1F0F2;
  font-size: 0.2rem;
  font-weight: 900;
  line-height: 1;
}

.faq-item p {
  margin: 0;
  color: #55555f;
  font-size: 0.2rem;
  font-weight: 900;
  line-height: 1.35;
  padding-left: 0.15rem;
}

.site-footer {
  position: relative;
  width: 100%;
  margin: 0.62rem 0 0;
  padding: 0.48rem 0 0.56rem;
  background: #ffffff;
  color: #bcbcbc;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  width: 12.8rem;
  margin: 0 auto;
}

.footer-mark {
  flex: 0 0 auto;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.4rem;
  margin-right: 1.2rem;
  object-fit: contain;
  border: 0;
  background: transparent;
}

.footer-text {
  flex: 1;
  min-width: 0;
  padding-top: 0.04rem;
  color: #bcbcbc;
  font-size: 0.18rem;
  line-height: 0.28rem;
}

.footer-text p {
  margin: 0;
  white-space: nowrap;
}
.footer-text p a:hover{
	color: #333;
}
.footer-text p+p {
  margin-top: 0.06rem;
}

body.is-video-modal-open {
  overflow: hidden;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.52rem;
}

.video-modal.is-open {
  display: flex;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(22, 18, 48, 0.78);
  cursor: pointer;
}

.video-modal__panel {
  position: relative;
  z-index: 1;
  width: min(12.8rem, 92vw);
  aspect-ratio: 16 / 9;
  border: 0.04rem solid rgba(255, 255, 255, 0.76);
  border-radius: 0.22rem;
  background: #05050a;
  box-shadow: 0 0.26rem 0.72rem rgba(29, 19, 74, 0.42);
}

.video-modal__close {
  position: absolute;
  z-index: 2;
  top: -0.22rem;
  right: -0.22rem;
  width: 0.52rem;
  height: 0.52rem;
  padding: 0;
  border: 0.03rem solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #6b51cf;
  color: #ffffff;
  font-size: 0.38rem;
  font-weight: 700;
  line-height: 0.42rem;
  cursor: pointer;
}

.video-modal__player {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.18rem;
  background: #000000;
}

@media (prefers-reduced-motion: no-preference) {

  .floating-bubble {
    animation: floaty 4s ease-in-out infinite;
  }

  .tag-right {
    animation-delay: -1.2s;
  }

  .gift-code {
    animation-delay: -2.1s;
  }
}

@media (max-width: 46.875rem) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }

  .site-header {
    min-width: 0;
    height: 0.94rem;
    background: rgba(88, 74, 190, 0.62);
  }

  .header-inner {
    width: var(--mobile-width);
  }

  .brand {
    top: 0.18rem;
    left: 0.33rem;
    width: 1.38rem;
    height: auto;
  }

  .main-nav {
    display: none;
  }

  .mobile-download-link {
    position: absolute;
    top: 0.2rem;
    right: 0.33rem;
    width: 1.63rem;
    height: 0.56rem;
    display: block;
  }

  .mobile-download-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .mobile-menu-button {
    position: absolute;
    top: 0.32rem;
    right: 0.29rem;
    width: 0.32rem;
    height: 0.32rem;
    padding: 0;
    border: 0;
    display: block;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu-button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .quick-dock {
    display: none;
  }

  .page-shell {
    width: var(--mobile-width);
    max-width: 100%;
  }

  .hero {
    height: 12.84rem;
  }

  .hero-bg {
    content: url("../img/mobile-hero-banner.png");
    width: 7.5rem;
    height: 14.28rem;
    object-fit: cover;
  }

  .age-rating {
    top: 0.98rem;
    left: 0.14rem;
    width: 0.66rem;
    height: 0.85rem;
  }

  .gift-code {
    top: 6.28rem;
    right: 0;
    width: 2.48rem;
    height: 2.73rem;
  }

  .tag-left {
    top: 7.24rem;
    left: 0.58rem;
    width: 2.36rem;
    height: 2.28rem;
  }

  .tag-right {
    top: 4.93rem;
    right: 2.27rem;
    width: 2.36rem;
    height: 2.28rem;
  }

  .download-panel {
    top: 9.2rem;
    left: 0.73rem;
    width: 6.05rem;
    height: 3.04rem;
    padding: 0.14rem 0.44rem;
    border-width: 0.09rem;
    border-radius: 0.23rem;
    gap: 0.38rem;
  }

  .scan-label,
  .panel-qr {
    display: none;
  }

  .download-actions {
    width: 2.26rem;
    gap: 0.04rem;
  }

  .download-btn {
    padding-left: 0.34rem;
    height: 0.81rem;
    border-radius: 0.25rem;
    gap: 0.16rem;
    font-size: 0.24rem;
    line-height: 1.3;
  }

  .download-icon {
    width: 0.36rem;
    height: 0.42rem;
  }

  .tap-btn .download-icon {
    width: 0.32rem;
    height: 0.32rem;
  }

  .download-mascot {
    width: 2.53rem;
    height: 2.56rem;
    border-radius: 0.54rem;
  }
	.download-mascot-a{
		display: block;
		width: 2.53rem;
    height: 2.56rem;
	}
  .recharge-center-button {
    right: 0.7rem;
    bottom: 0.36rem;
  }

  .rebate-tag {
    top: -0.56rem;
    right: -0.66rem;
    width: 2.14rem;
    height: 1.47rem;
  }

  .hero-wave {
    content: url("../img/mobile-wave-mask.png");
    bottom: -0.03rem;
    width: 7.5rem;
    height: 4rem;
  }

  .section-block {
    padding: 0;
  }

  .events {
    margin-top: -0.22rem;
  }

  .features {
    margin-top: 0;
  }

  .section-title {
    margin-top: 0.52rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-title-image {
    width: 10rem;
  }

  .cyan-capsule {
    content: url("../img/decor-cyan-background-mobile.png");
    top: 17.96rem;
    right: 2.78rem;
    width: 4.72rem;
    height: 11.98rem;
  }

  .purple-capsule {
    content: url("../img/decor-purple-background-mobile.png");
    display: block;
    top: 39.91rem;
    left: 4.11rem;
    width: 3.41rem;
    height: 5.87rem;
  }

  .feature-stage {
    width: 6.96rem;
    height: 10.34rem;
    margin-top: 0.52rem;
  }

  .feature-card {
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.2rem 1.11rem;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0.3rem;
  }

  .event-card::after {
    display: none;
  }

  .event-stage .event-viewport {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }

  .event-stage .event-dots {
    top: auto;
    right: auto;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.28rem;
  }

  .feature-viewport {
    border-radius: 0.08rem;
  }

  .feature-viewport>.feature-image,
  .feature-viewport>.event-link>.feature-image {
    border-radius: 0.08rem;
    object-fit: cover;
  }

  .carousel-arrow {
    top: auto;
    bottom: 0.38rem;
    width: 0.28rem;
    height: 0.5rem;
  }

  .arrow-left {
    left: 1.72rem;
  }

  .arrow-right {
    right: 1.72rem;
  }

  .feature-dots {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0.5rem;
    transform: translateX(-50%);
    gap: 0.28rem;
  }

  .feature-dots button {
    width: 0.24rem;
    height: 0.24rem;
    background: #FFFFFF;
    background-image: none;
    border: 0.03rem solid rgba(172, 105, 255, 1);
  }

  .feature-dots button:not(.is-active) {
    background: #8682E7;
    background-image: none;
    border: 0;
    border-image: none;
  }

  .gallery {
    min-height: 9.7rem;
  }

  .gallery .section-title {
    margin-top: 1rem;
  }

  .album-wrap {
    width: 6.96rem;
    height: 10.34rem;
    margin-top: 1.17rem;
  }

  .album-card {
    background-image: none;
    background-color: #ffffff;
    border-radius: 0.3rem;
  }

  .album-card::after {
    display: none;
  }

  .album-photo {
    left: 0.2rem;
    top: 0.2rem;
    width: 6.56rem;
    height: 9.03rem;
    border-radius: 0.22rem;
  }

  .album-categories {
    top: -0.59rem;
    right: 0.43rem;
    flex-direction: row;
    align-items: flex-end;
    gap: 0.12rem;
  }

  .album-category {
    width: 0.97rem;
    height: 0.99rem;
  }

  .album-category.is-active img {
    content: url("../img/mobile-album-tab-active.png");
  }

  .album-category:not(.is-active) img {
    content: url("../img/mobile-album-tab-inactive.png");
  }

  .album-category span {
    top: 0.43rem;
    font-size: 0.28rem;
  }

  .album-pager {
    margin-top: -0.76rem;
    gap: 0.28rem;
  }

  .album-pager button:not(.pager-arrow) {
    width: 0.24rem;
    height: 0.24rem;
    background: #FFFFFF;
    background-image: none;
    border: 0.03rem solid rgba(172, 105, 255, 1);
  }

  .album-pager button:not(.pager-arrow):not(.is-active) {
    background: #8682E7;
    background-image: none;
    border: 0;
    border-image: none;
  }

  .album-pager .pager-arrow {
    width: 0.28rem;
    height: 0.5rem;
  }

  .album-pager .pager-arrow[aria-label="上一页"] img {
    content: url("../img/carousel-next.png");
  }

  .album-pager .pager-arrow[aria-label="下一页"] img {
    content: url("../img/carousel-prev.png");
  }

  .faq {
    min-height: 7.56rem;
  }

  .faq .section-title {
    margin-top: 0.9rem;
  }

  .faq-card {
    width: 6.96rem;
    height: 8.33rem;
    margin-top: 0.52rem;
    margin-bottom: 1.4rem;
    border-radius: 0.2rem;
  }

  .faq-card header {
    height: 1.2rem;
    font-size: 0.24rem;
    background: #FFF;
    color: #55555f;
  }

  .faq-header-decor {
    display: none;
  }

  .faq-list {
    height: calc(7.13rem - 0.54rem);
    padding: 0.28rem 0.42rem 0.24rem 0.26rem;
  }

  .faq-item h3 {
    height: 0.51rem;
    font-size: 0.24rem;
  }

  .faq-item p {
    font-size: 0.24rem;
    line-height: 1.5;
  }

  .site-footer {
    display: none;
  }

  .footer-inner {
    width: auto;
    display: block;
  }

  .footer-mark {
    display: none;
  }

  .footer-text {
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: center;
  }

  .footer-text p {
    white-space: normal;
  }

  .hero-video-trigger {
    top: 4.17rem;
    left: 5.13rem;
    width: 0.67rem;
    height: 0.67rem;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}


@keyframes floaty {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.1rem);
  }
}


/* ========== 动态指示点容器 ========== */
.album-dots-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
}

/* 桌面端样式 */
.album-dots-container button {
    width: 0.33rem;
    height: 0.33rem;
    padding: 0;
    border: 0.03rem solid #F7F8FF;
    border-radius: 9.99rem;
    background: #FFC21E;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.album-dots-container button:not(.is-active) {
    background: radial-gradient(0% 0% at 0% 0%, #D583FD 1.88%, #A256FB 100%);
    border-color: #E3E6FF;
}

.album-dots-container button.is-active {
    background: #FFC21E;
    border-color: #F7F8FF;
    transform: scale(1.1);
}

.album-dots-container button:hover:not(.is-active) {
    transform: scale(1.15);
    opacity: 0.9;
}

/* 移动端样式 */
@media (max-width: 46.875rem) {
    .album-dots-container {
        gap: 0.28rem;
    }
    
    .album-dots-container button {
        width: 0.24rem;
        height: 0.24rem;
        background: #FFFFFF;
        background-image: none;
        border: 0.03rem solid rgba(172, 105, 255, 1);
        border-radius: 50%;
    }
    
    .album-dots-container button:not(.is-active) {
        background: #8682E7;
        background-image: none;
        border: 0;
    }
    
    .album-dots-container button.is-active {
        background: #FFFFFF;
        border: 0.03rem solid rgba(172, 105, 255, 1);
    }
}
/* ========== 动态指示点容器 ========== */
.dots-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.dots-container button {
    width: 0.19rem;
    height: 0.19rem;
    padding: 0;
    border: 0;
    border-radius: 9.99rem;
    background-color: transparent;
    background-image: url("../img/dot-active.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
}

.dots-container button:not(.is-active) {
    background-image: url("../img/dot-inactive.png");
}

/* 移动端样式 */
@media (max-width: 46.875rem) {
    .dots-container {
        gap: 0.28rem;
    }
    
    .dots-container button {
        width: 0.24rem;
        height: 0.24rem;
        background: #FFFFFF;
        background-image: none;
        border: 0.03rem solid rgba(172, 105, 255, 1);
        border-radius: 50%;
    }
    
    .dots-container button:not(.is-active) {
        background: #8682E7;
        background-image: none;
        border: 0;
    }
    
    .dots-container button.is-active {
        background: #FFFFFF;
        border: 0.03rem solid rgba(172, 105, 255, 1);
    }
}

/* 活动轮播特殊样式 - 桌面端 */
@media (min-width: 46.876rem) {
    .event-stage .dots-container button {
        width: 0.27rem;
        height: 0.27rem;
        border: 0.03rem solid #F7F8FF;
        background: #FFCEC3;
        background-image: none;
        border-radius: 50%;
    }
    
    .event-stage .dots-container button:not(.is-active) {
        border: 0.03rem solid #E3E6FF;
        background: radial-gradient(0% 0% at 0% 0%, #D583FD 1.88%, #A256FB 100%);
        background-image: none;
    }
    
    .event-stage .dots-container button.is-active {
        background: #FFCEC3;
        background-image: none;
    }
}


.winpop {
	width: 13.37rem;
	height: 8.39rem;
	background: url(../img/winpop-bg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 99;
	position: fixed;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	box-sizing: border-box;
}

.winpop-libaoma {
	width: 11.21rem;
	height: 5.19rem;
	background: url(../img/winpop-libaomabg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 99;
	position: fixed;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	box-sizing: border-box;
}

.winpop-close {
	width: 0.51rem;
	height: 0.51rem;
	position: absolute;
	right: 0px;
	top: 6px;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.winpop-close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.winpop-libaomaclose {
	background: url(../img/winpop-libaomaclose.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.input-block {
	width: 10rem;
	height: 2.3rem;
	margin: 0.7rem auto 0.04rem;
}

.input-block .input-line {
	width: 10rem;
	height: 0.63rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.input-line .input-lable {
	width: 2rem;
	text-align: right;
	font-size: 0.36rem;
	color: #ffffff;
	font-weight: bold;
}

.input-line .input-short {
	width: 2.5rem;
	height: 0.36rem;
	box-sizing: border-box;
	border: none;
	/*border: 2px solid #c3a6f5;*/
	background: #FFFFFF;
	border-radius: 1rem;
	margin-left: 0.2rem;
	padding: 0 0.2rem;
	line-height: 0.36rem;
	font-size: 0.22rem;
	color: #000;
}

.input-line .input-lang {
	width: 6rem;
	height: 0.36rem;
	box-sizing: border-box;
	border: none;
	/*border: 2px solid #c3a6f5;*/
	background: #FFFFFF;
	border-radius: 1rem;
	margin-left: 0.2rem;
	padding: 0 0.2rem;
	line-height: 0.36rem;
	font-size: 0.22rem;
	color: #000;
}

.input-block input::-webkit-input-placeholder {
	/* Chrome, Opera, Safari */
	color: #adbbc1;
}

.input-block input:-moz-placeholder {
	/* Firefox 18- */
	color: #adbbc1;
}

.input-block input::-moz-placeholder {
	/* Firefox 19+ */
	color: #adbbc1;
}

.input-block input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #adbbc1;
}

.chaxun-btn {
	display: block;
	width: 1.19rem;
	height: 0.41rem;
	background: url(../img/chaxun.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	margin-top: 0.06rem;
	margin-left: 0.3rem;
}
.chaxun-line{
	width: 0.05rem;
	height: 0.36rem;
	background: #f18075;
	margin-right: 0.32rem;
}

/*.chaxun-btn:hover {
	background: url(../img/chaxun_hover.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}*/

.server-block {
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	width: 3.3rem;
	color: #adbbc1;
	font-size: 0.2rem;
	margin-left: 0.32rem;
	box-sizing: border-box;
	display: flex;
	align-items: auto;
	justify-content: flex-start;

}

.btn_duihuan {
	display: block;
	width: 1.3rem;
	height: 0.41rem;
	background: url(../img/duihuan.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	margin-left: 0.5rem;
}


/*.btn_duihuan:hover {
	background: url(../img/duihuan_hover.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}*/

.winpop-libaoma .input-block .input-line:last-child {
	margin-top: 0.6rem;
	/*margin-bottom: 0.04rem;*/
}

.winpop-wztip {
	width: 7.8rem;
	line-height: 0.36rem;
	color: #d9edee;
	font-size: 0.24rem;
	text-align: justify;
	margin: 0 auto;
}

.chaxun-result{
	color: #FFFFFF;
	font-size: 0.3rem;
	font-weight: bold;
}
/*弹窗下拉框新加*/

.custom-select {
	position: relative;
	width: 2.3rem;
}

.select-selected {
	background-color: #fff;
	border-radius: 1rem;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #adbbc1;
	font-weight: bold;
	font-size: 0.2rem;
}
.select-selected.selected{
	background: #4ccef9;
	color: #FFFFFF;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 0.1rem;
	right: -3.8em;
	width: 0.56rem;
	height: 0.38rem;
	background: url(../img/winpop-arrow.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	transform: translateY(-25%);
	transition: all 0.3s;
	
}

.select-selected.select-arrow-active:after {
	transform: translateY(-75%) rotate(180deg);
	/*border-color: #4CAF50 transparent transparent transparent;*/
}

.select-selected:hover {
	border-color: #bbb;
}

.select-selected.select-arrow-active {
	/*box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);*/
}

.select-items {
	width: 2.04rem;
	margin: 0 auto;
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-top: none;
	max-height: 2rem;
	overflow-y: auto;
	display: none;
}

.select-items div {
	/*padding: 0.1rem 0;*/
	width: 1.74rem;
	margin: 0.1rem auto;
	height: 0.32rem;
	line-height: 0.32rem;
	background: url(../img/winpop-selectitem.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.2s;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 0.2rem;
	font-weight: bold;
}

.select-items div:hover {
	background-color: #f0f0f0;
}

.select-items div.selected {
	/*background-color: #4CAF50;*/
	color: white;
}
/* ========== 两端弹窗显示控制 ========== */
@media (min-width: 46.876rem) {
    /* 桌面端强制隐藏移动端弹窗 */
    .mobile-only {
        display: none !important;
    }
}
@media (max-width: 46.875rem) {
    /* 移动端强制隐藏桌面端弹窗 */
    .desktop-only {
        display: none !important;
    }

    /* ========== 移动端礼包码弹窗专属样式 ========== */
    .winpop-libaoma.mobile-only {
        width: 6.5rem;
        height: auto;
        min-height: 9.6rem;
        padding-top: 0.8rem;
        background: url(../img/winpop-libaoma.png) no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        box-sizing: border-box;
    }

    .winpop-libaoma.mobile-only .winpop-close {
        width: 0.68rem;
        height: 0.68rem;
        right: 0;
        top: -0.6rem;
        background: url(../img/winpop-libaomaclose.png) no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .winpop-libaoma.mobile-only .input-block {
        margin: 0 auto 0.18rem;
        width: 5.8rem;
        height: auto;
    }

    .winpop-libaoma.mobile-only .input-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .winpop-libaoma.mobile-only .input-title {
        color: #FFFFFF;
        font-size: 0.34rem;
        margin-bottom: 0.22rem;
        font-weight: bold;
        margin-top: 0;
    }

    .winpop-libaoma.mobile-only .input-bottom {
        margin-top: 0.1rem;
    }

    .winpop-libaoma.mobile-only input.input-short,
    .winpop-libaoma.mobile-only input.input-lang {
        width: 3.8rem;
        height: 0.48rem;
        line-height: 0.48rem;
        padding: 0 0.3rem;
        margin-left: 0;
        border: none;
        border-radius: 0.5rem;
        color: #000;
        font-size: 0.3rem;
        font-weight: bold;
        box-sizing: border-box;
    }

    .winpop-libaoma.mobile-only .chaxun-btn {
        width: 1.58rem;
        height: 0.54rem;
        margin-left: 0;
        margin-top: 0;
        background: url(../img/chaxun.png) no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .winpop-libaoma.mobile-only .btn_duihuan {
        width: 1.6rem;
        height: 0.52rem;
        margin-left: 0;
        background: url(../img/duihuan.png) no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        cursor: pointer;
    }

    .winpop-libaoma.mobile-only .unname {
        color: #FFFFFF;
        font-size: 0.24rem;
        margin: 0;
    }

    /* 移动端下拉框样式 */
    .winpop-libaoma.mobile-only .custom-select {
        position: relative;
        width: 3.8rem;
    }

    .winpop-libaoma.mobile-only .select-selected {
        width: 100%;
        height: 0.48rem;
        line-height: 0.48rem;
        padding: 0 0.3rem;
        background-color: #fff;
        border-radius: 0.5rem;
        color: #adbbc1;
        font-size: 0.3rem;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
        transition: all 0.3s;
    }

    .winpop-libaoma.mobile-only .select-selected.selected {
        background: #4ccef9;
        color: #FFFFFF;
    }

    .winpop-libaoma.mobile-only .select-selected:after {
        position: absolute;
        content: "";
        top: 50%;
        right: -1.2rem;
        width: 0.7rem;
        height: 0.44rem;
        background: url(../img/winpop-arrow.png) no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        transform: translateY(-50%);
        transition: all 0.1s;
    }

    .winpop-libaoma.mobile-only .select-selected.select-arrow-active:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .winpop-libaoma.mobile-only .select-items {
        width: 3rem;
        margin: 0.1rem auto 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 99;
        max-height: 5rem;
        overflow-y: auto;
        display: none;
        border-radius: 0.2rem;
    }

    .winpop-libaoma.mobile-only .select-items div {
        width: 2.6rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin: 0.2rem auto;
        background: url(../img/winpop-selectitem.png) no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        color: #FFFFFF;
        font-size: 0.3rem;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s;
        box-sizing: border-box;
    }

    .winpop-libaoma.mobile-only .winpop-wztip {
        width: 5.8rem;
        margin: 0.5rem auto 0.3rem;
        color: #d9edee;
        font-size: 0.32rem;
        font-weight: bold;
        line-height: 0.4rem;
        text-align: justify;
    }

    /* 移动端输入框占位符 */
    .winpop-libaoma.mobile-only .input-block input::-webkit-input-placeholder { color: #adbbc1; }
    .winpop-libaoma.mobile-only .input-block input:-moz-placeholder { color: #adbbc1; }
    .winpop-libaoma.mobile-only .input-block input::-moz-placeholder { color: #adbbc1; }
    .winpop-libaoma.mobile-only .input-block input:-ms-input-placeholder { color: #adbbc1; }
}
/* 遮罩层基础样式 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 98; /* 比弹窗低一级，在页面内容之上 */
    display: none;
}