@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-color: #fff;
  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;
}

.logo {
  position: absolute;
  display: block;
  width: 177px;
  height: 147px;
  background: url("../images/logo.png") no-repeat;
  left: 20px;
  top: 10px;
  z-index: 100;
}

.top-menu {
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.6)), to(rgba(43, 43, 43, 0)));
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0.6) 0%, rgba(43, 43, 43, 0) 100%);
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu a {
  width: 150px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 3px solid transparent;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
#menu a.active {
  color: #ffed74;
}

.top-login-btn, .top-logout-btn, .top-record-btn, .back-to-slot {
  width: 180px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: transparent;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.top-login-btn:hover, .top-logout-btn:hover, .top-record-btn:hover, .back-to-slot:hover {
  color: #e95389;
}

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

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  border: 1px solid transparent;
}

.logo-box {
  width: 590px;
  height: 70px;
  margin: 0 auto;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.logo-box a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo-box a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.header-tit {
  width: 739px;
  height: 176px;
  margin: 0 auto;
  top: 75px;
  background: url(../images/tit.png) no-repeat center top;
}

.tit-deco {
  position: absolute;
  left: -84px;
  top: -42px;
  width: 110px;
  height: 99px;
  background: url(../images/tit-deco.png) no-repeat center top;
  -webkit-animation: wobble 2s ease-in-out infinite;
          animation: wobble 2s ease-in-out infinite;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.crystal-ball-box {
  position: absolute;
  top: 289px;
  left: 199px;
  width: 870px;
  height: 709px;
}

.star {
  position: absolute;
  width: 85px;
  height: 85px;
  z-index: 20;
}

.star-ani {
  -webkit-animation: starTwinkle 1.2s ease-in-out infinite;
          animation: starTwinkle 1.2s ease-in-out infinite;
}

.star1 {
  top: 40px;
  left: 340px;
}

.star2 {
  top: 130px;
  left: 160px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.star2 .star-ani {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.star3 {
  top: 179px;
  left: 124px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.star3 .star-ani {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.star4 {
  top: 370px;
  left: 194px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.star5 {
  top: 410px;
  left: 240px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.star5 .star-ani {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.star6 {
  top: 180px;
  left: 623px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.star6 .star-ani {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.star7 {
  top: 380px;
  left: 570px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.star7 .star-ani {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.star8 {
  top: 40px;
  left: 560px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.star8 .star-ani {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes starTwinkle {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes starTwinkle {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.crystal-ball {
  position: absolute;
  width: 870px;
  height: 709px;
  z-index: 10;
  background: url(../images/crystal-ball.png) no-repeat center top;
}

.header-switch {
  position: absolute;
  width: 348px;
  height: 359px;
  background: url(../images/switch.png) no-repeat center top;
  top: 110px;
  left: 250px;
  z-index: 5;
  -webkit-animation: floatUpDown 2s ease-in-out infinite;
          animation: floatUpDown 2s ease-in-out infinite;
}

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.footer {
  width: 100%;
  height: 100px;
  background: #364f77;
  color: #b1cfff;
  text-align: center;
  line-height: 100px;
}

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

.tit-box {
  text-align: center;
}

.tit1 {
  top: 70px;
}

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

.sec1-cont {
  position: absolute;
  top: 199px;
  left: 34px;
  width: 1210px;
  height: 400px;
}

.event-info {
  position: absolute;
  top: 69px;
  left: 39px;
  width: 719px;
  height: 192px;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #0a4d85;
}

.date {
  display: none;
  position: absolute;
  top: -130px;
  left: 207px;
  width: 285px;
  height: 129px;
  z-index: 10;
  background: url(../images/date.png) no-repeat center top;
}

.pink {
  color: #e95389;
}

.date-btn {
  text-decoration: underline;
  cursor: pointer;
}
.date-btn:hover .date {
  display: block;
}

.sec1-switch {
  position: absolute;
  top: 37px;
  right: 50px;
  width: 399px;
  height: 244px;
  background: url(../images/sec1-switch.png) no-repeat center top;
}

.sec1-card {
  position: absolute;
  top: 269px;
  left: 287px;
  width: 616px;
  height: 119px;
  background: url(../images/sec1-card.png) no-repeat center top;
  padding: 34px 60px 20px 91px;
  color: #fff;
  font-size: 20px;
}

.sonet-link {
  color: #fff;
  text-decoration: underline;
  -webkit-animation: flashColor 1.2s infinite;
          animation: flashColor 1.2s infinite;
}

@-webkit-keyframes flashColor {
  0% {
    color: #fff;
  }
  50% {
    color: #ffe347;
  }
  100% {
    color: #fff;
  }
}

@keyframes flashColor {
  0% {
    color: #fff;
  }
  50% {
    color: #ffe347;
  }
  100% {
    color: #fff;
  }
}
.sec2 {
  width: 100%;
  height: 971px;
  background: url(../images/sec2-bg.jpg) no-repeat center top;
}

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

.mem-cont {
  width: 438px;
  height: 228px;
  position: absolute;
  right: 88px;
  top: 199px;
  padding-top: 35px;
}

.mem-login-btn {
  display: block;
  width: 290px;
  height: 78px;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 10px auto;
  background: url(../images/login-btn.png) no-repeat center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mem-login-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.mem-logout-btn {
  display: block;
  width: 290px;
  height: 78px;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 10px auto;
  background: url(../images/logout-btn.png) no-repeat center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mem-logout-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.mem-record-btn {
  display: block;
  width: 290px;
  height: 78px;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  background: url(../images/record-btn.png) no-repeat center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mem-record-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.sec4 {
  width: 100%;
  height: 883px;
  background: url(../images/sec4-bg.jpg) no-repeat center top;
  padding-top: 150px;
}

.notice-box {
  width: 1080px;
  margin: 10px auto 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.notice-box li {
  line-height: 24px;
  margin-bottom: 10px;
}

.snow1 {
  position: absolute;
  top: 40px;
  left: -230px;
  width: 137px;
  height: 137px;
  background: url(../images/snow1.png) no-repeat center top;
  -webkit-animation: snowRotate2 13s linear infinite;
          animation: snowRotate2 13s linear infinite;
}

.snow2 {
  position: absolute;
  top: 170px;
  right: -280px;
  width: 231px;
  height: 229px;
  background: url(../images/snow2.png) no-repeat center top;
  -webkit-animation: snowRotate 18s linear infinite;
          animation: snowRotate 18s linear infinite;
}

.snow3 {
  position: absolute;
  top: -20px;
  right: -185px;
  width: 194px;
  height: 194px;
  background: url(../images/snow3.png) no-repeat center top;
  -webkit-animation: snowRotate2 9s linear infinite;
          animation: snowRotate2 9s linear infinite;
}

.snow4 {
  position: absolute;
  top: 0;
  left: -250px;
  width: 238px;
  height: 248px;
  background: url(../images/snow4.png) no-repeat center top;
  -webkit-animation: snowRotate 12.3s linear infinite;
          animation: snowRotate 12.3s linear infinite;
}

.snow5 {
  position: absolute;
  top: 390px;
  right: -290px;
  width: 141px;
  height: 134px;
  background: url(../images/snow5.png) no-repeat center top;
  -webkit-animation: snowRotate 13.8s linear infinite;
          animation: snowRotate 13.8s linear infinite;
}

.snow6 {
  position: absolute;
  bottom: 130px;
  left: -440px;
  width: 313px;
  height: 314px;
  background: url(../images/snow6.png) no-repeat center top;
  -webkit-animation: snowRotate2 19s linear infinite;
          animation: snowRotate2 19s linear infinite;
}

.snow7 {
  position: absolute;
  top: -110px;
  left: 940px;
  width: 150px;
  height: 149px;
  background: url(../images/snow7.png) no-repeat center top;
  -webkit-animation: snowRotate 11s linear infinite;
          animation: snowRotate 11s linear infinite;
}

.snow8 {
  position: absolute;
  top: -90px;
  left: 120px;
  width: 171px;
  height: 162px;
  background: url(../images/snow8.png) no-repeat center top;
  -webkit-animation: snowRotate2 14.3s linear infinite;
          animation: snowRotate2 14.3s linear infinite;
}

.snow9 {
  position: absolute;
  top: 10px;
  right: -440px;
  width: 324px;
  height: 339px;
  background: url(../images/snow9.png) no-repeat center top;
  -webkit-animation: snowRotate 18.2s linear infinite;
          animation: snowRotate 18.2s linear infinite;
}

.snow10 {
  position: absolute;
  top: 410px;
  right: 370px;
  width: 222px;
  height: 222px;
  background: url(../images/snow10.png) no-repeat center top;
  -webkit-animation: snowRotate2 20s linear infinite;
          animation: snowRotate2 20s linear infinite;
}

@-webkit-keyframes snowRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes snowRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes snowRotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes snowRotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.slot-machine {
  position: absolute;
  width: 842px;
  height: 834px;
  top: 50px;
  left: -89px;
}

.slot-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

.slot-count {
  position: absolute;
  top: 149px;
  left: 438px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 50;
  color: #fff;
  text-shadow: 0 0 5px rgb(242, 113, 160);
}

.game-select-bar {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 452px;
  height: 66px;
  top: 200px;
  left: 199px;
}
.game-select-bar .game-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
}
.game-select-bar .game-box label {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.game-box img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

input[type=radio]:checked + label img {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.remaining-rewards-cont {
  position: absolute;
  width: 477px;
  height: 170px;
  top: 525px;
  right: 70px;
  padding: 40px 0 0 55px;
}

.switch-box {
  margin-bottom: 13px;
}

.switch-box, .points-box {
  width: 352px;
  height: 42px;
  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;
  color: #294d84;
  font-size: 20px;
}

.marquee-light {
  width: 526px;
  height: 277px;
  position: absolute;
  top: 314px;
  left: 159px;
  z-index: 15;
}

.reels {
  position: absolute;
  top: 355px;
  left: 202px;
  width: 441px;
  height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
}

.reel {
  position: relative;
  width: 136px;
  height: 196px;
  overflow: hidden;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}
.reel:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 149px;
  height: 196px;
  background: url(../images/reel-shadow.png) no-repeat center top;
  z-index: 50;
}

.reel .icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.7, 0.3, 1.02);
          transition-timing-function: cubic-bezier(0.15, 0.7, 0.3, 1.02);
}

.reel .icons img {
  width: 136px;
  height: 196px;
  display: block;
  margin: 0;
}

.lever-hit {
  position: absolute;
  top: 320px;
  right: 28px;
  width: 70px;
  height: 70px;
  z-index: 25;
  cursor: pointer;
}

.lever-area {
  position: absolute;
  top: 274px;
  right: 124px;
  width: 64px;
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 5;
  pointer-events: none;
}

.lever {
  position: relative;
  width: 64px;
  height: 204px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  background: url("../images/lever.png") no-repeat center;
}

.lever.pull {
  -webkit-animation: leverPull 0.3s ease-out;
          animation: leverPull 0.3s ease-out;
}

@-webkit-keyframes leverPull {
  0% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  50% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

@keyframes leverPull {
  0% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  50% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
.go-btn {
  position: absolute;
  top: 230px;
  right: -34px;
  width: 86px;
  height: 94px;
  background: url("../images/go-btn.png") no-repeat center;
  z-index: 30;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite;
          animation: heartbeat 1.5s ease-in-out infinite;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
  width: 480px;
  text-align: center;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.popup-box p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #444;
  line-height: 1.6;
}

#popup-close {
  padding: 10px 30px;
  background: #ff6fa8;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

#popup-close:hover {
  background: #ff5a96;
}

.popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 漢堡選單按鈕 */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  right: -100%;
  opacity: 0;
  width: 40px;
  height: 40px;
  background: #e95389;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background: white;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger div::before,
.hamburger div::after {
  content: "";
  width: 25px;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  -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;
}

.gold-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #240000 !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 3.5s ease-in-out;
  transition: all 3.5s ease-in-out;
  background: url("../images/gold.jpg") center no-repeat;
}

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

.menu.active {
  left: 0;
}

.menu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  font-size: 18px;
  border-bottom: 1px solid #555;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.menu a:hover {
  background: #555;
}

/* 內部滾動按鈕 */
.scroll-btn {
  display: block;
  color: #e95389;
  text-decoration: none;
  padding: 15px;
  font-size: 18px;
  border-bottom: 1px solid #e95389;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}

.scroll-btn:hover {
  background: #555;
}

.menu-login-btn {
  width: 80%;
  border: none;
  margin: 0 auto 10px auto;
  cursor: pointer;
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #e95389;
  border-radius: 30px;
  border: 3px solid #d54071;
}

.menu-logout-btn {
  width: 80%;
  border: none;
  margin: 0 auto 10px auto;
  cursor: pointer;
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #9d9d9d;
  border-radius: 30px;
  border: 3px solid #585858;
}

.menu-record-btn {
  width: 80%;
  border: none;
  margin: 0 auto 10px auto;
  cursor: pointer;
  outline: none;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: #a857fe;
  border-radius: 30px;
  border: 3px solid #843dcf;
}