@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html * {
  font-family: "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  background: url("../images/bg-pattern.jpg") repeat;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.wrap {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 980px;
  background: url(../images/header-bg.jpg) no-repeat center top;
}

.header-hr {
  position: absolute;
  bottom: -67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 222px;
  background: url(../images/header-hr.png) no-repeat center top;
}

.container {
  width: 100%;
  height: auto;
}

.deco-star1 {
  position: absolute;
  top: -16px;
  left: -150px;
  width: 182px;
  height: 180px;
  background: url(../images/deco-star1.png) no-repeat center top;
}

.deco-star2 {
  position: absolute;
  bottom: -110px;
  right: -100px;
  width: 148px;
  height: 185px;
  background: url(../images/deco-star2.png) no-repeat center top;
}

.deco-star3 {
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 175px;
  height: 224px;
  background: url(../images/deco-star3.png) no-repeat center top;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scroll-down span {
  position: absolute;
  left: 50%;
  width: 25px;
  height: 25px;
  border-right: 4px solid rgba(255, 255, 255, 0.75);
  border-bottom: 4px solid rgba(255, 255, 255, 0.75);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-animation: arrowMove 1.4s infinite;
          animation: arrowMove 1.4s infinite;
}

.scroll-down span:nth-child(1) {
  top: 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-down span:nth-child(2) {
  top: 14px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.scroll-down span:nth-child(3) {
  top: 28px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes arrowMove {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowMove {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.event-date-sec {
  padding: 90px 0 0px 0;
}

.event-date {
  width: 1135px;
  height: 215px;
  margin: 0 auto;
  background: url(../images/event-date.png) no-repeat center top;
}

.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(19, 58, 89, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-menu-left, .top-menu-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-menu-logo {
  width: 166px;
  height: 58px;
  margin: 0 15px;
  background: url(../images/logo-m.png) no-repeat center top;
}

.top-menu-join-btn {
  width: 280px;
  height: 80px;
  border: 0;
  outline: none;
  cursor: pointer;
  top: 2px;
  background: url(../images/menu-join-btn.jpg) no-repeat center bottom;
  -webkit-animation: brightnessPulse 2s infinite;
          animation: brightnessPulse 2s infinite;
}

@-webkit-keyframes brightnessPulse {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes brightnessPulse {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.top-menu-join-sec {
  width: 280px;
  height: 194px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 0 30px;
  position: absolute;
  top: 80px;
  padding: 20px 0;
}
.top-menu-join-sec a, .top-menu-join-sec button {
  display: block;
  width: 199px;
  margin: 0 auto;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.right-box {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 186px;
  height: 447px;
  z-index: 50;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.right-box.active {
  right: -155px;
}

.right-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 186px;
  height: 447px;
  background: url(../images/right-box.png) no-repeat center top;
}

.right-box-btn {
  position: absolute;
  top: 70px;
  left: -4px;
  width: 37px;
  height: 91px;
  cursor: pointer;
  background: url(../images/rightbox-close.png) no-repeat center top;
}
.right-box-btn.active {
  background: url(../images/rightbox-open.png) no-repeat center top;
}

.ios-test-btn {
  position: absolute;
  width: 120px;
  height: 25px;
  line-height: 22px;
  border-radius: 5px;
  color: #fff;
  display: block;
  border: none;
  background: #f09a70;
  bottom: 24px;
  left: 51px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ios-test-btn:hover {
  background: #e97c45;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in.show, .fade-in-left.show, .fade-in-down.show, .fade-in-right.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hidden {
  display: none;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu a {
  width: 110px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#menu a::before {
  content: "";
  position: absolute;
  width: 87px;
  height: 65px;
  left: 50%;
  top: 50%;
  background: url("../images/menu-hover-star.png") no-repeat center top;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

#menu a.active, #menu a:hover {
  color: #fff;
}
#menu a.active::before, #menu a:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.social-btns {
  z-index: 100;
  top: 24px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-btns a {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-btns a:hover {
  opacity: 0.8;
}

.m-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.m-social-btns a {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0 !important;
  border-bottom: none !important;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.logo {
  display: block;
  width: 277px;
  height: 119px;
  top: 80px;
  margin: 0 auto;
  background: url(../images/logo-l.png) no-repeat center top;
  opacity: 0;
  -webkit-animation: fadeInUp 0.8s ease-out forwards;
          animation: fadeInUp 0.8s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.header-tit {
  width: 693px;
  height: 361px;
  margin: 45px auto 0 auto;
  background: url(../images/header-tit.png) no-repeat center top;
  opacity: 0;
  -webkit-animation: fadeInUp 0.8s ease-out forwards;
          animation: fadeInUp 0.8s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 199px;
  height: 70px;
  border: none;
  padding: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.action-btn img {
  display: block;
}
.action-btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.header-download-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  opacity: 0;
  -webkit-animation: fadeInUp 0.8s ease-out forwards;
          animation: fadeInUp 0.8s ease-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.scroll-line-box {
  margin: 30px auto 0 auto;
  width: 3px;
  height: 105px;
}
.scroll-line-box .scroll-star {
  position: absolute;
  top: -21px;
  left: 50%;
  width: 38px;
  height: 38px;
  background: url(../images/scroll-star.png) no-repeat center center;
  -webkit-animation: starFall 1.8s ease-in-out infinite;
          animation: starFall 1.8s ease-in-out infinite;
}
.scroll-line-box .scroll-line {
  width: 3px;
  height: 105px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgb(255, 255, 255);
          box-shadow: 0 0 5px 1px rgb(255, 255, 255);
}

@-webkit-keyframes starFall {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) scale(1.5);
            transform: translateX(-50%) translateY(0) scale(1.5);
    opacity: 1;
  }
  50% {
    opacity: 1; /* 保持亮度 */
  }
  80% {
    -webkit-transform: translateX(-50%) translateY(110px) scale(1);
            transform: translateX(-50%) translateY(110px) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(110px) scale(1);
            transform: translateX(-50%) translateY(110px) scale(1);
    opacity: 0;
  }
}

@keyframes starFall {
  0% {
    -webkit-transform: translateX(-50%) translateY(0) scale(1.5);
            transform: translateX(-50%) translateY(0) scale(1.5);
    opacity: 1;
  }
  50% {
    opacity: 1; /* 保持亮度 */
  }
  80% {
    -webkit-transform: translateX(-50%) translateY(110px) scale(1);
            transform: translateX(-50%) translateY(110px) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(110px) scale(1);
            transform: translateX(-50%) translateY(110px) scale(1);
    opacity: 0;
  }
}
.sec {
  width: 100%;
}

.tit-box {
  text-align: center;
  margin-bottom: 10px;
}

.reward-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reward-box1 {
  width: min(423px, 85%);
  height: auto;
  aspect-ratio: 423/491;
  background: url("../images/sec1-card1.png") no-repeat center;
  background-size: contain;
}
.reward-box1::before {
  content: "";
  position: absolute;
  top: 4.28%;
  left: -8.98%;
  width: 5.91%;
  height: 17.92%;
  background: url("../images/sec1-deco-star.png") no-repeat center;
  background-size: contain;
}

.egg {
  position: absolute;
  width: 48.94%;
  height: auto;
  top: 40.73%;
  left: 24.59%;
  aspect-ratio: 1/1;
  z-index: 1;
}
.egg::before {
  position: absolute;
  top: 85.71%;
  left: 14.98%;
  content: "";
  width: 77.29%;
  height: 14.29%;
  border-radius: 50%;
  background: #c9bf86;
  z-index: 0;
}
.egg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../images/eggs-animation.png") no-repeat 0 0;
  background-size: 900% 100%;
  -webkit-animation: eggSprite 1.2s steps(8) infinite;
          animation: eggSprite 1.2s steps(8) infinite;
  z-index: 1;
}

@-webkit-keyframes eggSprite {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes eggSprite {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.reward-box2 {
  width: min(423px, 85%);
  height: auto;
  aspect-ratio: 423/491;
  background: url("../images/sec1-card2.png") no-repeat center;
  background-size: contain;
}
.reward-box2::before {
  content: "";
  position: absolute;
  bottom: 4.28%;
  right: -8.98%;
  width: 5.91%;
  height: 17.92%;
  background: url("../images/sec1-deco-star.png") no-repeat center;
  background-size: contain;
}

.notice-box {
  width: 948px;
  height: 169px;
  margin: 30px auto 0 auto;
  background: url("../images/sec1-notice-box.png") no-repeat center;
  position: relative;
}

.notice-box-text {
  position: absolute;
  width: 670px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #373737;
  right: 60px;
}

.or {
  color: #ff8e57;
}

.sec2 {
  margin-top: 30px;
}

.sec2-cont {
  width: 1205px;
  margin: 0 auto;
}

.sec2-cont-top {
  width: 100%;
  height: 72px;
  background: url("../images/sec2-cont-top.png") no-repeat center;
}

.sec2-cont-middle {
  width: 100%;
  padding: 0 70px 10px 70px;
  background: url("../images/sec2-cont-middle.png") repeat-y center top;
}

.sec2-cont-bottom {
  width: 100%;
  height: 68px;
  background: url("../images/sec2-cont-bottom.png") no-repeat center;
}

.sec2-ol {
  padding-left: 20px;
}
.sec2-ol li {
  margin-bottom: 10px;
  color: #373737;
  font-size: 18px;
}

.sec2-subtit {
  text-align: center;
  margin: 30px 0 20px 0;
}

.sec2-pic1 {
  width: min(385px, 100%);
  aspect-ratio: 385/49;
  height: auto;
  margin: 0 auto;
  background: url("../images/sec2-pic1.png") no-repeat center;
  background-size: contain;
}

.return-box {
  width: 960px;
  height: auto;
  margin: 0 auto;
}

.return-table {
  width: min(398px, 100%);
  aspect-ratio: 398/285;
  height: auto;
  background: url("../images/sec2-pic2.png") no-repeat center;
  background-size: contain;
  z-index: 10;
}
.return-table::before {
  content: "";
  position: absolute;
  top: 70.18%;
  right: -7.54%;
  width: 23.87%;
  height: 26.32%;
  background: url("../images/sec2-pic3.png") no-repeat center;
  background-size: contain;
}

.example-box {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 565px;
  height: 180px;
  background: #fffdf9;
  border: 1px solid #cdc38e;
  border-radius: 0px 24px 24px 24px;
  padding-right: 30px;
  padding-left: 20px;
}

.example-tit {
  left: -40px;
  width: 182px;
  height: 37px;
  background: url("../images/sec2-pic4.png") no-repeat center;
  margin-bottom: 25px;
}

.sec3 {
  width: 100%;
  height: 1054px;
  margin-top: 50px;
  background: url("../images/sec3-bg.png") no-repeat center top;
  padding-top: 90px;
}

.game-feature {
  width: 1253px;
  height: 656px;
  margin: 30px auto 0 auto;
  background: url("../images/features-bg.png") no-repeat center;
}

.deco-tape1 {
  position: absolute;
  top: -20px;
  right: 46px;
  width: 132px;
  height: 102px;
  background: url("../images/sec3-tape1.png") no-repeat center;
  z-index: 10;
}

.deco-tape2 {
  position: absolute;
  bottom: 3px;
  left: 50px;
  width: 132px;
  height: 114px;
  background: url("../images/sec3-tape2.png") no-repeat center;
  z-index: 10;
}

.swiper {
  position: absolute;
  top: 20px;
  left: -3px;
  width: 1066px;
  height: 600px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  width: 84px !important;
  height: 86px !important;
  right: -11px !important;
  background: url("../images/arrow-next.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper-button-next:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-button-prev {
  width: 84px !important;
  height: 86px !important;
  left: -11px !important;
  background: url("../images/arrow-prev.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper-button-prev:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination {
  bottom: -30px !important;
}

.swiper-pagination-bullet {
  width: 36px !important;
  height: 36px !important;
  opacity: 1 !important;
  background: url("../images/features-dot.png") center no-repeat !important;
}

.swiper-pagination-bullet-active {
  width: 36px !important;
  height: 36px !important;
  background: url("../images/features-dot-ac.png") center no-repeat !important;
}

.sec4 {
  width: 100%;
  background: #60432b;
  padding-top: 120px;
  padding-bottom: 90px;
}

.recommended-device-text {
  color: #d3aa89;
  text-align: center;
}

.recommended-device-table {
  margin: 10px auto 0 auto;
  border: 1px solid #d3aa89;
  border-collapse: collapse;
  border-spacing: 0;
}
.recommended-device-table tr, .recommended-device-table th, .recommended-device-table td {
  border: 1px solid #d3aa89;
  color: #d3aa89;
}
.recommended-device-table th, .recommended-device-table td {
  padding: 10px 20px;
}

.sec5 {
  width: 100%;
  background: #60432b;
  padding-bottom: 110px;
}

.notice-list {
  width: 1100px;
  padding-left: 1em;
  margin: 10px auto 0 auto;
  color: #d3aa89;
}
.notice-list li {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer {
  width: 100%;
  background: #000;
  color: #7b7b7b;
  padding-top: 17px;
}

.footer-social {
  width: 100%;
  height: 100px;
  background: url("../images/footer-social-bg-pattern.jpg") center repeat;
}

.footer-social-links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer-social-links a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social-links a:hover {
  opacity: 0.8;
}

.footer-main {
  height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}

.footer-inner {
  width: 1280px;
  height: 106px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 12px;
  color: #737373;
  height: 106px;
}

.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bof-news {
  width: 278px;
}
.bof-news img {
  width: 100%;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  height: 106px;
  margin-left: 20px;
}

.lager-logo {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/lager-logo.png") center no-repeat;
}

.footer-logo-box {
  margin: 10px 0 0 0;
}

.footer-lager-logo {
  margin-right: 20px;
}

.class-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-links a {
  color: #737373;
}

.class-txt {
  font-size: 12px;
  color: #737373;
}

.apple-download-btn {
  width: 209px;
  height: 71px;
  display: block;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.apple-download-btn:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.apple-download-btn2 {
  margin: 0 auto;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.overlay.show {
  display: block;
  opacity: 1;
}

.popup-content {
  display: none;
  position: fixed;
  inset: 0;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: url("../images/bg-pattern.jpg") repeat;
  border: 3px solid #975c1a;
  -webkit-box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5);
  padding: 50px;
  border-radius: 10px;
  max-width: 90%;
  width: 735px;
  text-align: center;
  z-index: 1001;
  opacity: 0;
  color: #686868;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.popup-content.show {
  display: block;
  opacity: 1;
}

.close {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url("../images/close-btn.png") center no-repeat;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.close:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.join-ios-test-btn {
  display: block;
  width: 281px;
  height: 103px;
  margin: 0 auto 20px auto;
  -webkit-animation: brightnessPulse 2s infinite;
          animation: brightnessPulse 2s infinite;
}
.join-ios-test-btn img {
  max-width: 100%;
}

.ios-test-info {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
.ios-test-info li {
  margin-left: 1em;
}

/* 漢堡選單按鈕 */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  width: 50px;
  height: 50px;
  border: 3px solid #9c6219;
  background: #6b5340;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px 3px #efece0;
          box-shadow: 0 0 10px 3px #efece0;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background: #f1efe5;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 20px;
  left: 10px;
  border-radius: 10px;
}

.hamburger div::before,
.hamburger div::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #f1efe5;
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger div::before {
  top: -8px;
}

.hamburger div::after {
  top: 8px;
}

/* 漢堡選單開啟時變叉叉 */
.hamburger.active div {
  background: transparent;
}

.hamburger.active div::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.hamburger.active div::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

/* 側邊選單 */
.menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: rgba(49, 40, 17, 0.95);
  color: white;
  padding-top: 20px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 999;
}

.menu.active {
  left: 0;
}

.scroll-btn {
  width: 100%;
  display: block;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #f1efe5;
  border-bottom: 1px solid rgba(241, 239, 229, 0.1);
}
.scroll-btn:last-of-type {
  border-bottom: none;
}

.m-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.m-menu-logo {
  width: 177px;
  height: 58px;
  background: url("../images/logo-m.png") no-repeat center;
  margin: 0 auto 15px auto;
}

@media (max-width: 768px) {
  .wrap {
    min-width: 0;
  }
  .header {
    width: 100%;
    height: auto;
    aspect-ratio: 768/1317;
    background: url("../images/header-bg-m.jpg") no-repeat center;
    background-size: contain;
    padding-top: 0;
  }
  .header-tit {
    display: none;
  }
  .header-download-box {
    position: absolute;
    -webkit-animation: none;
            animation: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    bottom: 10%;
    opacity: 1;
    width: min(92vw, 420px);
    gap: clamp(6px, 2vw, 10px);
  }
  .header-download-box .action-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
    max-width: 199px;
    height: auto;
    aspect-ratio: 199/70;
  }
  .header-download-box .action-btn img {
    width: 100%;
    height: auto;
  }
  #particles-js {
    display: none;
  }
  .logo, .header-word {
    display: none;
  }
  .header-hr {
    display: none;
  }
  .sec1 .inner {
    padding: 0 5%;
  }
  .sec2 .inner {
    padding: 0 5%;
  }
  .top-menu {
    display: none;
  }
  .scroll-down {
    bottom: 10%;
  }
  .deco-star1, .deco-star2, .deco-star3 {
    display: none;
  }
  .event-date-sec {
    padding-top: 10%;
  }
  .event-date {
    width: 100%;
    height: auto;
    aspect-ratio: 768/261;
    background: url("../images/event-date-m.png") no-repeat center;
    background-size: contain;
  }
  .tit-box {
    width: 90vw;
    margin: 0 auto 3% auto;
  }
  .tit-box img {
    max-width: 100%;
  }
  .inner {
    width: 100%;
    font-size: 18px;
  }
  .right-box {
    display: none;
  }
  .reward-box1::before, .reward-box2::before {
    display: none;
  }
  .notice-box {
    width: 100%;
    height: auto;
    aspect-ratio: 706/283;
    background: url("../images/sec1-notice-box-m.png") no-repeat center;
    background-size: contain;
  }
  .notice-box-text {
    display: none;
  }
  .sec2-cont {
    width: 100%;
  }
  .sec2-ol li {
    font-size: 16px;
  }
  .sec2-cont-top {
    height: auto;
    aspect-ratio: 755/67;
    background-image: url("../images/sec2-cont-top-m.png");
    background-size: 100% auto;
  }
  .sec2-cont-middle {
    background-image: url("../images/sec2-cont-middle-m.png");
    background-size: 100% auto;
  }
  .sec2-cont-bottom {
    height: auto;
    aspect-ratio: 755/92;
    background-image: url("../images/sec2-cont-bottom-m.png");
    background-size: 100% auto;
  }
  .sec2-cont-middle {
    padding: 0 8%;
  }
  .return-box {
    width: 100%;
    height: auto;
  }
  .sec2-subtit {
    width: 100%;
    margin-bottom: 3%;
  }
  .sec2-subtit picture {
    display: block;
  }
  .sec2-subtit img {
    max-width: 100%;
  }
  .return-box {
    margin-top: 10px;
  }
  .example-tit {
    margin-bottom: 10px;
  }
  .example-box {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    padding: 0 5% 10% 5%;
    overflow: hidden;
    margin-top: 10px;
  }
  .example-text {
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 16px;
  }
  .return-table {
    margin: 0 auto;
  }
  .sec3 {
    height: auto;
    padding-bottom: 10%;
    background-size: cover;
  }
  .game-feature {
    width: 90vw;
    max-width: 506px;
    aspect-ratio: 506/675;
    background: #fff;
    border: 3px solid #fff;
    height: auto;
    margin: 8vw auto 18vw;
    -webkit-box-shadow: 0 10px 20px rgba(80, 53, 22, 0.8);
            box-shadow: 0 10px 20px rgba(80, 53, 22, 0.8);
  }
  .intro-pic {
    display: none;
  }
  .deco-tape1, .deco-tape2 {
    display: none;
  }
  .swiper {
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
  }
  .swiper-slide picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    background: #fff;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .swiper-pagination {
    bottom: -60px !important;
    opacity: 1 !important;
  }
  .popup-content {
    max-height: 500px;
    overflow: scroll;
    padding: 15% 7% 7% 7%;
  }
  .notice-popup, .ios-test-info {
    font-size: 14px;
  }
  .join-ios-test-btn {
    width: 90%;
  }
  .sec4 {
    padding: 20% 5% 10% 5%;
  }
  .sec4 .inner {
    font-size: 14px;
  }
  .sec5 {
    padding: 0 5% 10% 5%;
  }
  .notice-list {
    width: 100%;
  }
  .notice-list li {
    margin-left: 1em;
    font-size: 14px;
  }
  .footer-inner {
    width: 100%;
    height: auto;
    display: block;
  }
  .footer-links {
    text-align: center;
    margin-top: 10px;
  }
  .footer-center a {
    width: 100%;
  }
  .footer-center a img {
    width: 100%;
  }
  .footer-logo-box {
    text-align: center;
  }
  .footer-logo-box img {
    max-width: 100%;
  }
  .copyright {
    text-align: center;
  }
  .footer-social .footer-inner {
    height: 100px !important;
  }
  .footer-main .footer-inner {
    padding: 10% 7%;
  }
  .footer-left, .footer-right {
    display: block;
    height: auto;
  }
  .footer-left {
    margin-bottom: 20px;
  }
  .lager-logo, .class-level {
    margin-bottom: 10px;
  }
  .footer-main {
    height: auto;
  }
  .footer-right {
    margin-top: 10px;
    margin-left: 0;
  }
  .class-level {
    margin: 20px auto 0 auto;
  }
  .footer-lager-logo, .footer-rg-logo {
    margin-bottom: 10px;
  }
  .hamburger {
    display: block;
    opacity: 1;
    right: 15px;
  }
}