@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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  overscroll-behavior: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans";
  font-size: 1rem;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Noto Sans", sans-serif;
  background: url("../image/lobby4.png") center/cover no-repeat;
  background-attachment: fixed;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.header {
  display: flex;
  justify-content: center;
}
.header .logo {
  padding-top: 20px;
}

.logo-desktop {
  display: block;
  min-width: 190px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .logo-desktop {
    display: none;
  }
}

.logo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .logo-mobile {
    max-width: 190px;
    display: block;
    margin: 0 auto;
    min-width: 144px;
    height: auto;
  }
}

.bonus_numbers {
  max-width: 723px;
  margin: 0 auto;
  padding-top: 20px;
}
.bonus_numbers img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bonus_numbers {
    padding: 0px 9px;
  }
}

@media (max-width: 767px) {
  .cho_button_img {
    max-width: 327px;
  }
}

.cho_button {
  display: flex;
  justify-content: center;
  padding: 18px 0 0 0;
}
@media (max-width: 767px) {
  .cho_button {
    flex-direction: column;
    padding: 12px 51.5px 0px 51.5px;
    padding-top: 12px;
    max-width: 327px;
    margin: auto;
  }
}

.cho_describe {
  max-width: 733px;
  margin: 18px auto 0px auto;
}
.cho_describe .h6 {
  color: #FFE100;
  text-align: center;
  text-shadow: 0px 0px 4px #000, -1px -1px 0px rgba(255, 86, 246, 0.75), 1px 1px 0px rgba(0, 246, 255, 0.75);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.cho_describe .cho_shadow {
  max-width: 300px;
  height: 4px;
  background-image: url("../image/halo.svg");
  margin: 0 auto;
}
.cho_describe p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  letter-spacing: 0.64px;
  padding-top: 4px;
  line-height: 160%;
  /* 22.4px */
}
@media (max-width: 767px) {
  .cho_describe {
    margin-top: 24px;
  }
  .cho_describe p {
    padding: 2px 9px 0px 9px;
    font-size: 14px;
  }
}

.dang_banner {
  max-width: 733px;
  margin: 75px auto 0px auto;
}
.dang_banner img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid #F903FF;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px #F903FF;
}
@media (max-width: 767px) {
  .dang_banner {
    margin-top: 10px;
    padding: 0 9px;
  }
}

.dang_describe {
  max-width: 733px;
  margin: 20px auto 0px auto;
}
.dang_describe .h6 {
  color: #FFE100;
  text-align: center;
  text-shadow: 0px 0px 4px #000, -1px -1px 0px rgba(255, 86, 246, 0.75), 1px 1px 0px rgba(0, 246, 255, 0.75);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.dang_describe .dang_shadow {
  max-width: 300px;
  height: 4px;
  background-image: url("../image/shadow.png");
  margin: 0 auto;
}
.dang_describe p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  letter-spacing: 0.64px;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .dang_describe {
    margin-top: 10px;
  }
  .dang_describe p {
    padding: 2px 9px 0px 9px;
    font-size: 14px;
  }
}

.giao_banner {
  max-width: 733px;
  margin: 20px auto 0px auto;
}
@media (max-width: 767px) {
  .giao_banner {
    margin-top: 10px;
    padding: 0 9px;
  }
}
.giao_banner img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid rgba(197, 156, 94, 0.75);
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(197, 156, 94, 0.75);
}

.giao_describe {
  max-width: 733px;
  margin: 20px auto 0px auto;
}
.giao_describe .h6 {
  color: #FFE100;
  text-align: center;
  text-shadow: 0px 0px 4px #000, -1px -1px 0px rgba(255, 86, 246, 0.75), 1px 1px 0px rgba(0, 246, 255, 0.75);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.giao_describe .giao_shadow {
  max-width: 300px;
  height: 4px;
  background-image: url("../image/shadow.png");
  margin: 0 auto;
}
.giao_describe p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  letter-spacing: 0.64px;
  padding-top: 4px;
}
.giao_describe .pd-2 {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .giao_describe {
    margin-top: 10px;
  }
  .giao_describe p {
    padding: 2px 9px 0px 9px;
    font-size: 14px;
  }
  .giao_describe .pd-2 {
    padding-top: 10px;
  }
}

.ho_banner {
  max-width: 733px;
  margin: 22px auto 0px auto;
}
@media (max-width: 767px) {
  .ho_banner {
    margin-top: 10px;
    padding: 0 9px;
  }
}
.ho_banner img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid rgba(197, 156, 94, 0.75);
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(197, 156, 94, 0.75);
}

.ho_describe {
  max-width: 733px;
  margin: 20px auto 0px auto;
}
.ho_describe .h6 {
  color: #FFE100;
  text-align: center;
  text-shadow: 0px 0px 4px #000, -1px -1px 0px rgba(255, 86, 246, 0.75), 1px 1px 0px rgba(0, 246, 255, 0.75);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.ho_describe .ho_shadow {
  max-width: 300px;
  height: 4px;
  background-image: url("../image/shadow.png");
  margin: 0 auto;
}
.ho_describe p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  letter-spacing: 0.64px;
  padding-top: 4px;
}
.ho_describe .pd-2 {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .ho_describe {
    margin-top: 10px;
  }
  .ho_describe p {
    padding: 2px 9px 0px 9px;
    font-size: 14px;
  }
  .ho_describe .pd-2 {
    padding-top: 10px;
  }
}

.footer {
  background: var(--QQ-menulinear, linear-gradient(0deg, #2B1A0F -20.96%, #6C4414 120.36%));
  color: #ccc;
  text-align: center;
  margin-top: 18px;
}
.footer .logo {
  padding-top: 10px;
}
.footer .small_button {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .footer .small_button {
    margin: 0 auto;
    max-width: 327px;
  }
}
.footer hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background-color: #ccc;
  margin-top: 10px;
}
.footer p {
  padding: 10px 0;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 10px;
  }
  .footer .logo {
    padding-top: 15px;
  }
  .footer .small_button {
    padding-top: 15px 0px;
  }
  .footer p {
    padding: 10px 52px;
    font-size: 14px;
  }
}

.tg_button {
  position: fixed;
  top: 35px;
  right: 120px;
  max-width: 60px;
}
@media (max-width: 767px) {
  .tg_button {
    right: 20px;
    top: 20px;
  }
}

.download_app_footer {
  position: fixed;
  bottom: 33px;
  right: 36px;
}
.download_app_footer img {
  max-width: 128px;
}
@media (max-width: 767px) {
  .download_app_footer {
    right: 13px;
    bottom: 20px;
    max-width: 72px;
  }
  .download_app_footer img {
    max-width: 72px;
  }
}

.small_button img {
  max-width: 342px;
}

:root {
  overscroll-behavior: none;
  overflow-x: hidden;
}

/* Loading 遮罩 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.loading-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* 旋轉 Loading 圖示 */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid cyan;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.cookie-banner {
  position: fixed;
  /* 一開始隱藏位置 */
  bottom: -200px;
  left: 22%;
  background: #511206;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  z-index: 9999;
  border-radius: 12px;
  transition: bottom 1s ease;
}
@media (max-width: 767px) {
  .cookie-banner {
    left: 0%;
  }
}
.cookie-banner p {
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.64px;
  border-right: 1px solid #fff;
  margin: 10px 0px;
  padding-left: 48px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .cookie-banner p {
    padding: 0px 12px;
    font-size: 12px;
    line-height: 16px;
  }
}
.cookie-banner p a {
  color: #FFAE00;
}

.cookie-banner.show {
  bottom: 24px;
  /* 顯示時滑上來位置 */
}
@media (max-width: 767px) {
  .cookie-banner.show {
    margin: 0px 5px;
  }
}

.close-btn {
  background: transparent;
  border: none;
  color: #FFDB4B;
  font-size: 36px;
  font-weight: bold;
  padding: 0px 24px;
}
@media (max-width: 767px) {
  .close-btn {
    font-size: 24px;
    padding: 0px 12px;
  }
}

.cookie-close {
  padding: 10px;
  border-left: 1px solid #fff;
  cursor: pointer;
}

.download_app {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 18px;
}/*# sourceMappingURL=all.css.map */