@charset "UTF-8";
@import url(../fonts/Archivo/stylesheet.css);
@import url(../fonts/icomoon/iconFont-style.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

button {
  outline: none;
  border: none;
}

input {
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
  height: 32px;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*remove ie input "X"*/
input.ie-clearX::-ms-clear {
  display: none;
}

input:focus {
  outline: none;
}

label {
  margin-bottom: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0 none;
  outline: 1px none;
  background-color: transparent;
  font-size: 14px;
}

/*placeholder 样式*/
::-webkit-input-placeholder {
  color: #494f56;
  opacity: 0.32;
}

::-moz-placeholder {
  color: #494f56;
  opacity: 0.32;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #494f56;
  opacity: 0.32;
}

/* ie */
input:-moz-placeholder {
  color: #494f56;
  opacity: 0.32;
}

textarea:focus {
  outline: 0;
  /* Chrome */
}

a:focus {
  text-decoration: none;
  outline: none;
}

/* 版面配置樣式 START*/
/*背景樣式 START*/
/*tab背景樣式 START*/
/*btn樣式-有白框 START*/
/*btn樣式-無框 START*/
/*字型樣式 START*/
/*area-title-box 元件樣式*/
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/*scroll bar样式*/
*::-webkit-scrollbar {
  width: 4px;
  opacity: 0.32;
  background-color: transparent;
  margin-right: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px rgba(69, 34, 1, 0.3);
  background-color: rgba(69, 34, 1, 0.16);
}

.tags::-webkit-scrollbar,
.tabs::-webkit-scrollbar,
.table-body::-webkit-scrollbar {
  height: 4px;
  opacity: 0.32;
  background-color: transparent;
  margin-right: 10px;
}

body {
  -webkit-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

img {
  user-select: none;
}

hr {
  opacity: 1;
}

body,
body input,
body button {
  font-family: "Archivo", "PingFang TC", "Microsoft JhengHei", sans-serif;
  scroll-behavior: smooth;
}

input,
textarea {
  user-select: auto;
}

/*placeholder 样式*/
::-webkit-input-placeholder {
  color: #452201;
  opacity: 0.4;
  font-size: 14px;
}

::-moz-placeholder {
  color: #452201;
  opacity: 0.4;
  font-size: 14px;
}

body {
  background-color: #fafafa;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  color: #452201;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  position: relative;
}
h1:after {
  content: "";
  display: block;
  width: 88px;
  height: 8px;
  background-color: #fbc323;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}

h2 {
  font-size: 36px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}

h3 {
  font-size: 28px;
  font-weight: 800;
  font-stretch: 90%;
}

h4 {
  font-size: 17px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}

h5 {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

label {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}

.disabled {
  opacity: 0.32;
}

.noScroll {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.sec-title {
  position: relative;
  margin-bottom: 38px;
  margin-top: 72px;
}
.sec-title p {
  position: absolute;
  left: 0;
  bottom: 12%;
  z-index: -1;
  font-size: 72px;
  font-weight: 800;
  font-stretch: 90%;
  -webkit-text-stroke: 1.6px #fbc323;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
}
.sec-title h2 {
  color: #452201;
  text-shadow: 2px 2px 0 #fff8e4;
  font-weight: 800;
  font-stretch: 90%;
}
.sec-title h2:after {
  content: "";
  width: 64px;
  height: 8px;
  background-color: #fbc323;
  display: inline-block;
  margin-left: 16px;
}

.intro-block {
  padding-top: 88px;
}
.intro-block h1 {
  text-align: center;
  margin-bottom: 24px;
}

.tags {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  margin: 24px 0 16px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tags li {
  min-width: 80px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-size: 15px;
  font-weight: 800;
  font-stretch: 90%;
  position: relative;
}
.tags li.active:after,
.tags li:hover:after {
  content: "";
  display: block;
  width: 72px;
  height: 8px;
  background-image: linear-gradient(115deg, #61a2ff, #0033ff);
  background-size: 100% 100%;
  border-radius: 6px 6px 0 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.tags li:hover {
  cursor: pointer;
}

.tabs {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  margin: 56px 0 48px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tabs li {
  min-width: 80px;
  height: 48px;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-size: 15px;
  font-weight: 800;
  font-stretch: 90%;
  position: relative;
}
.tabs li.active:after,
.tabs li:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(115deg, #61a2ff, #0033ff);
  background-size: 100% 100%;
  border-radius: 6px 6px 0 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.tabs li:hover {
  cursor: pointer;
}
.tabs li a {
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-size: 15px;
  font-weight: 800;
  font-stretch: 90%;
}

.tab_container {
  padding-bottom: 16px;
}
.tab_container .first-list {
  padding-left: 21px;
}
.tab_container .first-list > li {
  list-style: decimal;
  margin-bottom: 16px;
}
.tab_container .sec-list > li {
  list-style: none;
  margin-bottom: 8px;
  padding-left: 16px;
}
.tab_container .last-list > li {
  list-style: none;
  padding-left: 24px;
}

.category-tabs {
  width: 50%;
  min-width: 320px;
  height: 56px;
  backdrop-filter: blur(2px);
  padding: 4px;
  position: fixed;
  top: 116px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0 auto 56px auto;
  box-shadow:
    3px 8px 16px 0 rgba(255, 248, 228, 0.16),
    1px 1px 2px 0 rgba(255, 248, 228, 0.32),
    inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: #d8c082;
  border-radius: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.category-tabs > li {
  flex: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 4px 8px;
  margin: 0 2px;
}
.category-tabs > li a {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  white-space: nowrap;
  color: #452201;
}
.category-tabs > li.active {
  box-shadow:
    0 8px 16px 0 rgba(51, 89, 242, 0.48),
    inset -2px -4px 2px 0 rgba(35, 163, 251, 0.72),
    inset 0 2px 0 0 rgba(255, 253, 247, 0.32);
  background-image: linear-gradient(115deg, #61a2ff, #0033ff);
  border-radius: 100px;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  color: #fff8e4;
}
.category-tabs > li.active a {
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}

#btn-top {
  width: 48px;
  height: 48px;
  background-image: linear-gradient(135deg, #fbc323, #fb8d23);
  box-shadow:
    0 8px 16px 0 rgba(251, 195, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 195, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: fixed;
  right: 5%;
  top: 86%;
  z-index: 8;
  color: #452201;
  user-select: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#btn-top:active {
  transform: scale(0.9);
}
#btn-top .icon-arrow_b_up:before {
  color: #452201;
  font-size: 32px;
}

.btn-to-right-orange:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.btn-to-right-orange:hover:after {
  left: 0;
  width: 100%;
}

.inputBox {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #cdc2a2;
  background-color: #fff8e4;
  position: relative;
}
.inputBox input {
  width: 100%;
  text-align: left;
  height: 100%;
  border: none;
  padding: 0 16px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  display: block;
}

.error {
  margin-bottom: 8px;
}
.error .inputBox {
  border: 2px solid #fb5723;
}
.error .inputBox input {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fb5723;
}
.error .tips {
  color: #fb5723;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  margin-top: 2px;
}

p.error {
  color: #fb5723;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  margin-top: 2px;
}

@media screen and (min-width: 992px) {
  .sec-title {
    margin-bottom: 61px;
  }
  .sec-title p {
    position: absolute;
    left: 0;
    bottom: -30%;
    z-index: -1;
    font-size: 120px;
  }
  .sec-title h2:after {
    content: "";
    width: 88px;
    height: 8px;
  }
  .tags {
    margin: 64px 0 32px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .tabs {
    margin: 96px 0 48px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .category-tabs {
    max-width: 360px;
    height: 56px;
    position: fixed;
    top: 156px;
    left: 50%;
  }
  h1 {
    font-size: 64px;
    font-weight: 800;
    font-stretch: 90%;
  }
  h2 {
    font-size: 48px;
    font-weight: 800;
    font-stretch: 90%;
  }
  h3 {
    font-size: 32px;
    font-weight: 800;
    font-stretch: 90%;
  }
  h4 {
    font-size: 17px;
    font-weight: 800;
    font-stretch: 90%;
  }
  h5 {
    font-size: 14px;
    font-weight: 800;
    font-stretch: 90%;
  }
  label {
    font-size: 12px;
    font-weight: 800;
    font-stretch: 90%;
  }
  .wrapper .main {
    padding-bottom: 168px;
  }
  .intro-block {
    padding-top: 208px;
  }
  #btn-top {
    display: block;
    width: 48px;
    height: 48px;
    position: fixed;
    right: 5%;
    top: 90%;
  }
}
@media screen and (min-width: 667px) and (max-height: 414px) and (orientation: landscape) {
  .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.hamburger {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 12;
  padding: 12px;
  display: block;
}
.hamburger .hamburger__icon {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #263d59;
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger .hamburger__icon:before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #263d59;
  position: absolute;
  top: -7px;
}
.hamburger .hamburger__icon:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #263d59;
  position: absolute;
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before {
  background-color: #263d59;
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  background-color: #263d59;
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(250, 250, 250, 0.48);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.fat-nav.active {
  transform: scale(1);
}
.fat-nav ul {
  padding: 64px 24px 0 24px;
}
.fat-nav li {
  margin-bottom: 16px;
  font-size: 36px;
}
.fat-nav li p {
  font-size: 12px;
  color: #fbc323;
  font-weight: 800;
  font-stretch: 90%;
  padding-left: 4px;
  line-height: 12px;
  text-align: left;
}
.fat-nav li a {
  color: #001b3b;
  font-weight: 800;
  font-stretch: 90%;
}
.fat-nav .btn-box {
  margin: 32px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.fat-nav .btn-box .btn-go-honbao {
  width: 140px;
  height: 48px;
  background-image: linear-gradient(
    109deg,
    rgba(38, 61, 89, 0.72),
    #001b3b 99%
  );
  box-shadow:
    0 8px 16px 0 rgba(0, 27, 59, 0.32),
    inset 0 -3px 0 0 rgba(38, 61, 89, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0;
}
.fat-nav .btn-box .btn-go-login {
  width: 140px;
  height: 48px;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0;
}
.fat-nav .btn-box .btn-play {
  width: 120px;
  height: 48px;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
}
.fat-nav .btn-box .btn-play-now {
  width: 140px;
  height: 48px;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0 16px;
}
.fat-nav .contact-box {
  margin-bottom: 24px;
}
.fat-nav .contact-box a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.fat-nav .contact-box .icon {
  width: 40px;
  height: 40px;
  border: 2px dashed rgba(178, 187, 196, 0.32);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 8px;
}
.fat-nav .contact-box .icon span:before {
  font-size: 20px;
  color: #263d59;
}
.fat-nav .contact-box p {
  color: rgba(38, 61, 89, 0.72);
}
.fat-nav .contact-box .item-name {
  font-size: 12px;
  color: #fbc323;
  font-weight: 800;
  font-stretch: 90%;
  text-align: left;
}
.fat-nav .contact-box .infotxt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 18px;
}
.fat-nav .contact-box .infotxt .icon-arrow_b_right:before {
  font-size: 16px;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

/*PC Header START*/
header {
  height: 72px;
  border-radius: 16px;
  background-image: url(../img/Website_heaader.jpg);
  background-size: cover;
  background-position: center;
  box-shadow:
    0 8px 16px 0 rgba(251, 195, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 195, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  border: 4px solid #fafafa;
  position: fixed;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 9;
  display: none;
}
header .menu-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
header .areaL {
  width: calc(100% - 350px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
header .areaR {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
header .logoBox .logo {
  width: 280px;
  height: 120px;
  background-size: 100% 100%;
  pointer-events: none;
}
header .logoBox .logo img {
  width: 100%;
}
header .nav-item {
  width: calc((100% - 256px) / 4);
  max-width: 120px;
  height: 72px;
}
header .nav-item:hover {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 27, 59, 0),
    rgba(0, 27, 59, 0.08)
  );
}
header .nav-item a {
  height: 100%;
  font-size: 14px;
  color: #001b3b;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
header .btn-login {
  width: 120px;
  height: 40px;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
}
header .btn-play-now {
  width: 120px;
  height: 40px;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 16px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  cursor: pointer;
}

.pc-header-link {
  display: none;
}

/*Mobile Header start*/
.mobileNav {
  width: calc(100vw - 16px);
  height: 48px;
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 9;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-radius: 8px;
  background-image: url(../img/Website_heaader.jpg);
  background-size: cover;
  background-position: center;
  box-shadow:
    0 8px 16px 0 rgba(251, 195, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 195, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  border: 4px solid #fafafa;
}
.mobileNav .logoBox .logo {
  width: 170px;
  height: 80px;
  background-image: url(../img/officialLogo/kbb_logo_02.webp);
  background-size: 100% 100%;
  position: absolute;
  top: -10px;
}

.mobileNavBox {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 12;
}

@media screen and (min-width: 992px) {
  .pc-header-link {
    display: block;
  }
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .gamePage #nav-item1,
  .article-listPage #nav-item2,
  .operatePage #nav-item3,
  .addvaluePage #nav-item4,
  .shortcutPage #nav-item5 {
    position: relative;
  }
  .gamePage #nav-item1:after,
  .article-listPage #nav-item2:after,
  .operatePage #nav-item3:after,
  .addvaluePage #nav-item4:after,
  .shortcutPage #nav-item5:after {
    content: "";
    display: block;
    width: 64px;
    height: 8px;
    border-radius: 6px 6px 0 0;
    background-image: linear-gradient(115deg, #61a2ff, #0033ff);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .gamePage #nav-item1:hover,
  .article-listPage #nav-item2:hover,
  .operatePage #nav-item3:hover,
  .addvaluePage #nav-item4:hover,
  .shortcutPage #nav-item5:hover {
    background-image: none;
  }
  .mobileNav,
  .mobileNavBox,
  .mobile-header-link {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
  .pc-header-link {
    display: none;
  }
  .mobileNav,
  .mobileNavBox,
  .mobile-header-link {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .fat-nav .btn-box .btn-play {
    display: none;
  }
  .fat-nav .btn-box .btn-play-now {
    margin: 0;
  }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  header {
    display: none;
  }
  .pc-header-link {
    display: none;
  }
  .mobileNav,
  .mobileNavBox,
  .mobile-header-link {
    display: block;
  }
}
footer {
  background-color: #e13413;
  padding: 24px 0;
  margin-top: 64px;
  position: relative;
}
footer .footer-topbg {
  position: absolute;
  top: -12.5vw;
  left: 0;
  right: 0;
  z-index: -1;
}
footer .footer-topbg img {
  width: 100%;
  height: 100%;
}
footer .clearify {
  border-top: 1px solid rgba(205, 194, 162, 0.48);
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 0;
}
footer .pc-links,
footer .mobile-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  padding: 0 8px;
}
footer .pc-links > div,
footer .mobile-links > div {
  padding: 16px 0;
  text-align: center;
}
footer .pc-links > div a,
footer .mobile-links > div a {
  font-size: 12px;
  color: #fafafa;
}
footer .mobile-links {
  flex-wrap: wrap;
}
footer .mobile-links > div {
  width: 33%;
  padding: 8px 0;
}
footer .pc-links > div {
  flex: 1;
}
footer .btn-box {
  display: none;
}

.about-us-block {
  width: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 24px;
}
.about-us-block .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 8px;
}
.about-us-block .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.about-us-block .icon {
  width: 40px;
  height: 40px;
  background-color: rgba(178, 187, 196, 0.32);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 8px;
}
.about-us-block .icon span:before {
  font-size: 20px;
  color: #fafafa;
}
.about-us-block p {
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  font-size: 14px;
}
.about-us-block .item-name {
  font-size: 12px;
  color: #fbc323;
  font-weight: 800;
  font-stretch: 90%;
}
.about-us-block .infotxt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 18px;
}
.about-us-block .infotxt .icon-arrow_b_right:before {
  font-size: 16px;
  color: #fafafa;
}

.clearify .areaL .logo-box {
  width: 120px;
  height: 168px;
  display: none;
}
.clearify .areaL .logo-box img {
  width: 100%;
}
.clearify .areaL > p {
  width: 280px;
  font-size: 12px;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.clearify .device-box {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 16px 0;
}
.clearify .device-box > div {
  background-color: rgba(178, 187, 196, 0.32);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 8px;
}
.clearify .device-box .ios {
  width: 80px;
  height: 48px;
}
.clearify .device-box .ios img {
  width: 48px;
}
.clearify .device-box .android {
  width: 124px;
  height: 48px;
}
.clearify .device-box .android img {
  width: 92px;
}
.clearify .payment-logo-box {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.clearify .payment-logo-box > img {
  width: auto;
  height: 24px;
  margin: 0 6px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 16px 16px 0 16px;
}
.copyright .areaL {
  width: 60%;
}
.copyright .pc-links {
  display: none;
}
.copyright p {
  font-size: 12px;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  line-height: 24px;
  word-break: break-word;
}
.copyright .levelImg {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.copyright .levelImg img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  footer {
    margin-top: 168px;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding: 0 0 32px 0;
    margin-top: 168px;
  }
  footer .clearify {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 32px 0;
  }
  footer .clearify .areaL {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  footer .clearify .areaL .logo-box {
    display: block;
    margin-right: 24px;
  }
  footer .clearify .areaL p {
    width: calc(100% - 140px);
    margin-right: 24px;
  }
  footer .clearify .logo-block {
    width: 42%;
    border-left: 1px solid rgba(178, 187, 196, 0.32);
    border-right: 1px solid rgba(178, 187, 196, 0.32);
  }
  footer .clearify .logo-block .device-box {
    width: unset;
    margin: 0 0 24px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  footer .clearify .logo-block .device-box > div {
    margin: 0 16px 0 0;
  }
  footer .clearify .logo-block .payment-logo-box {
    width: unset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .clearify .logo-block .payment-logo-box > img {
    height: 32px;
    margin: 0 16px 8px 0;
  }
  footer .clearify .btn-box {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .clearify .btn-go-addValue {
    width: 120px;
    height: 48px;
    background-image: linear-gradient(
      109deg,
      rgba(38, 61, 89, 0.72),
      #001b3b 99%
    );
    box-shadow:
      0 8px 16px 0 rgba(0, 27, 59, 0.32),
      inset 0 -3px 0 0 rgba(38, 61, 89, 0.72),
      inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
    color: #fafafa;
    text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
    font-weight: 800;
    font-stretch: 90%;
    margin-bottom: 16px;
  }
  footer .clearify .btn-go-login {
    width: 120px;
    height: 48px;
    background-image: linear-gradient(135deg, #ff8700, #ff3700);
    box-shadow:
      0 8px 16px 0 rgba(251, 87, 35, 0.48),
      inset 0 -3px 0 0 rgba(251, 141, 35, 0.72),
      inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
    color: #fafafa;
    text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
    font-weight: 800;
    font-stretch: 90%;
    margin: 0 16px;
  }
  footer .logo-block {
    padding: 0 52px;
  }
  footer .mobile-links {
    display: none;
  }
  .about-us-block {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-bottom: 32px;
  }
  .about-us-block .item .item-name {
    font-size: 14px;
  }
  .about-us-block .item .infotxt p {
    font-size: 15px;
  }
  .copyright {
    padding: 32px 16px 0 16px;
  }
  .copyright .areaL {
    width: calc(100% - 64px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .copyright p {
    padding-right: 24px;
  }
  .copyright .pc-links {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: none;
  }
  .copyright .pc-links > div {
    padding: 4px 0;
    border-left: 1px solid rgba(178, 187, 196, 0.32);
  }
  .copyright .pc-links > div a:hover {
    color: #fbc323;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .about-us-block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 40px;
  }
  footer .about-us-block .item {
    width: 33%;
  }
  footer .clearify {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
  footer .clearify .areaL {
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
  footer .clearify .areaL .logo-box {
    display: block;
  }
}
.popup-box.mask {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 34, 1, 0.16);
  z-index: 100;
  backdrop-filter: blur(5px);
}
.popup {
  width: 92.5%;
  height: 90%;
  min-width: 340px;
  max-width: 880px;
  background-color: #fafafa;
  border: 8px solid #fbc323;
  border-radius: 24px;
}
.popup .popupBg {
  width: 100%;
  height: 100%;
}
.popup .p-header {
  width: 100%;
  height: 72px;
  max-width: 360px;
  background-image: url(../img/popuphead.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -50px;
  z-index: 1;
  transform: translate(-50%, 0);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  overflow: hidden;
}
.popup .p-header .headerBox {
  width: 80%;
  height: 60%;
  margin: -18px auto 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.popup .p-header .headerBox > div {
  flex: 1;
  height: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  padding: 0 8px;
  white-space: nowrap;
  position: relative;
}
.popup .p-header .headerBox > div:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgba(253, 227, 151, 0.48);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.popup .p-header .headerBox > div:last-child:after {
  display: none;
}
.popup .p-header .headerBox > div .pointIcon {
  position: absolute;
  top: -12px;
  right: 0;
}
.popup .p-header .headerBox .title {
  flex: 1;
  padding: 4px 16px;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  color: #fff8e4;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  margin-top: -4px;
}
.popup .p-header .active span {
  height: 28px;
  padding: 4px 8px;
  border-radius: 100px;
  backdrop-filter: blur(2px);
  box-shadow:
    3px 8px 16px 0 rgba(255, 248, 228, 0.16),
    1px 1px 2px 0 rgba(255, 248, 228, 0.32),
    inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: rgba(69, 34, 1, 0.16);
}
.popup .p-body {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 16px 0 32px 0;
}
.popup .p-footer {
  position: fixed;
  bottom: 64px;
}
.popup-s {
  width: 92.5%;
  min-width: 340px;
  max-width: 500px;
  min-height: 200px;
  max-height: 600px;
  background-color: #fafafa;
  border: 8px solid #f4b63f;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: popup-zoomIn 0.5s;
}
.popup-s .popupBg {
  width: 100%;
  height: 100%;
}
.popup-s .p-header {
  width: 100%;
  height: 72px;
  background-image: url(../img/popuphead.png?v=230417-1);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -40px;
  z-index: 1;
  transform: translate(-50%, 0);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  overflow: hidden;
}
.popup-s .p-header .headerBox {
  width: 90%;
  height: 70%;
  margin: -18px auto 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.popup-s .p-header .headerBox > div {
  flex: 1;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 16px;
  white-space: nowrap;
  position: relative;
}
.popup-s .p-header .headerBox > div:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgba(253, 227, 151, 0.48);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.popup-s .p-header .headerBox > div:last-child:after {
  display: none;
}
.popup-s .p-header .headerBox .title {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  margin: 0;
}
.popup-s .p-header .active span {
  height: 28px;
  padding: 4px 8px;
  border-radius: 100px;
  backdrop-filter: blur(2px);
  box-shadow:
    3px 8px 16px 0 rgba(255, 248, 228, 0.16),
    1px 1px 2px 0 rgba(255, 248, 228, 0.32),
    inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: rgba(69, 34, 1, 0.16);
}
.popup-s .p-header .title {
  flex: 1;
  padding: 4px 16px;
  font-size: 19px;
}
.popup-s .p-body {
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-s .p-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 0 16px 0;
}
.popup-s .body-content {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 16px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.popup-s .btn-confirm {
  width: 120px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
}
.popup-s .btn-confirm .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.popup-s .btn-cancel {
  width: 120px;
  height: 48px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-message .body-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup-grading {
  animation: popup-zoomIn 0.8s;
}
.popup-grading .body-content {
  padding: 32px 24px 16px 24px;
}
.popup-grading .gradingBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popup-grading .gradingBox p {
  text-align: center;
  color: #452201;
}
.popup-grading .gradingBox .level-18 {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.popup-grading .gradingBox .level-18 img {
  width: 100%;
  height: 100%;
}
.popup-grading .gradingBox .button-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 16px 0;
}

.popup-grading .gradingBox .button-bar .btn-nofull {
  width: 96px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 0 5%;
  user-select: none;
}
.popup-grading .gradingBox .button-bar .btn-nofull .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.popup-grading .gradingBox .button-bar .btn-full {
  width: 96px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 0 5%;
  user-select: none;
}
.popup-grading .gradingBox .button-bar .btn-full .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.popup-grading .noShow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 24px;
}
/* checkbox css start */
.checkbox-item {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2; /* 確保 input 在最上層接收點擊 */
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff8e4;
  border: 1px solid #cdc2a2;
  border-radius: 4px;
  pointer-events: none; /* 關鍵：讓點擊事件直接穿透到底下的 input */
}

.checkbox-item input:checked ~ .checkmark {
  background-color: #f4b63f;
  border: 1px solid #f4b63f;
  -webkit-box-shadow: 0 4px 8px 0 rgba(255, 192, 97, 0.24);
  box-shadow: 0 4px 8px 0 rgba(255, 192, 97, 0.24);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-item .checkmark:after {
  content: "\e927";
  font-family: "icomoon" !important;
  font-size: 12px;
  transform: scale(0.8);
  position: absolute;
  left: 1px;
  top: 0px;
}

.checkbox-item .text {
  color: #452201;
  font-weight: 400;
  font-size: 12px;
}

.btn-check {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  position: relative;
}
.btn-check .checkbox-item {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .popup .p-header {
    width: 100%;
    height: 100px;
    max-width: 500px;
  }
  .popup .p-header .headerBox .title {
    font-size: 31px;
    margin-top: -12px;
  }
  .popup .p-body {
    padding: 64px 0;
  }
}
.homePage {
  overflow: hidden;
}
.homePage .main {
  padding-bottom: 24px;
}
.homePage h1 {
  color: transparent;
  text-shadow: none;
  position: absolute;
  z-index: -2;
  pointer-events: none;
}
.homePage h1:after {
  display: none;
}
.homePage #homeIntro {
  height: 100vw;
  position: relative;
  background-image: url(../img/main_bg.jpg?v=250725-1);
  background-size: cover;
  background-position: bottom center;
  padding: 0;
}
.homePage #homeIntro .sec-title {
  margin-top: 0;
}
.homePage #homeIntro .main-kv-box {
  width: 90vw;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  position: relative;
  margin: 0 auto;
}
.homePage #homeIntro .person-img {
  width: 75vw;
  height: 75vw;
  min-width: 300px;
  min-height: 300px;
  margin-left: -48px;
}
.homePage #homeIntro .person-img img {
  width: 100%;
  height: 100%;
}
.homePage #homeIntro .slogan-box {
  width: 50vw;
  height: 30vw;
  min-width: 200px;
  min-height: 120px;
  position: absolute;
  bottom: 18%;
  right: 0;
}
.homePage #homeIntro .slogan {
  width: 100%;
  height: 100%;
  position: absolute;
}
.homePage #homeIntro .slogan img {
  width: 100%;
  height: 100%;
}
.homePage #homeIntro .slogan01 {
  animation:
    bounce-slogan-change-01 10s infinite,
    bounce-slogan-01 1.2s infinite ease;
}
.homePage #homeIntro .slogan02 {
  animation:
    bounce-slogan-change-02 10s infinite,
    bounce-slogan-01 1.2s infinite ease;
}
.homePage #homeIntro .go-play-box {
  display: none;
}
.homePage #homeIntro .mobile-btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  left: 50%;
  bottom: -28px;
  z-index: 2;
  transform: translate(-50%, 0);
}
.homePage #homeIntro .mobile-btns-box > a {
  margin: 0 8px;
}
.homePage #homeIntro .btn-play {
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.homePage #homeIntro .btn-web-play {
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.homePage #homeIntro .btn-play,
.homePage #homeIntro .btn-web-play {
  width: 120px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}
.homePage #homeIntro .btn-play [class^="icon-"],
.homePage #homeIntro .btn-web-play [class^="icon-"] {
  margin-bottom: 4px;
}
.homePage #homeIntro .btn-play [class^="icon-"]:before,
.homePage #homeIntro .btn-web-play [class^="icon-"]:before {
  font-size: 32px;
  color: #fff8e4;
}
.homePage #homeIntro .btn-play:active,
.homePage #homeIntro .btn-web-play:active {
  transform: scale(0.9);
}
.homePage #homeIntro .mask-bottom {
  width: 100%;
  height: 40px;
  background-image: url(../img/mask_a.png);
  background-size: 100% 100%;
  background-position: top center;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.homePage #homeIntro canvas {
  pointer-events: none;
}
.homePage {
  /*紅包雨 START*/
}
.homePage .honbaoflakes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.homePage .honbaoflake {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -72px;
  left: -72px;
  user-select: none;
  cursor: default;
  animation-name: honbaoflakes-fall, honbaoflakes-shake;
  animation-duration: 2s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
.homePage .honbaoflake img {
  width: 100%;
  height: 100%;
}
.homePage .honbaoflake:nth-of-type(1) {
  left: 68%;
  animation-delay: 0s;
}
.homePage .honbaoflake:nth-of-type(2) {
  left: 25%;
  animation-delay: 2.5s, 5s;
}
.homePage .honbaoflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 4.1s, 2s;
}
.homePage .honbaoflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s, 2s;
}
.homePage .honbaoflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 1.5s, 4s;
  transform: rotate(265deg);
}
.homePage .honbaoflake:nth-of-type(6) {
  left: 57%;
  animation-delay: 5s, 3s;
  transform: rotate(265deg);
}
.homePage .honbaoflake:nth-of-type(7) {
  left: 75%;
  animation-delay: 1s, 5s;
}
.homePage .honbaoflake:nth-of-type(8) {
  left: 84%;
  animation-delay: 0.3s, 0s;
}
.homePage .honbaoflake:nth-of-type(9) {
  left: 95%;
  animation-delay: 3s, 1.5s;
}
.homePage .honbaoflake:nth-of-type(10) {
  left: 10%;
  animation-delay: 2s, 2s;
}
.homePage .honbaoflake:nth-of-type(11) {
  left: 2%;
  animation-delay: 3.5s;
  transform: rotate(265deg);
}
.homePage .honbaoflake:nth-of-type(12) {
  left: 20%;
  animation-delay: 4s, 0.5s;
}
@keyframes honbaoflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes honbaoflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.homePage {
  /*彩帶 START*/
}
.homePage #homeIntro .ribbon {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
.homePage #feature {
  padding-top: 40px;
  position: relative;
}
.homePage #feature .mask-top {
  width: 100%;
  height: 40px;
  background-image: url(../img/mask_b.png);
  background-size: 100% 100%;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
}
.homePage #feature .feature-box .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 24px;
}
.homePage #feature .feature-box .imgBox {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 100%;
}
.homePage #feature .feature-box .imgBox img {
  width: 100%;
  height: 100%;
}
.homePage #feature .feature-box .item-text {
  margin-left: 16px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: 100%;
}
.homePage #feature .feature-box .item-text h4 {
  margin-bottom: 8px;
  font-size: 19px;
}
.homePage #feature .feature-box .item-text p {
  opacity: 0.72;
  line-height: 1.67;
}
.homePage #notice .notice-list .btn-slide-toggle {
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  padding: 8px 16px;
  cursor: pointer;
}
.homePage #notice .notice-list .btn-slide-toggle .icon-arrow_b_right {
  font-size: 32px;
}
.homePage #notice .notice-list .btn-slide-toggle.open {
  background-color: rgba(251, 195, 35, 0.24);
}
.homePage
  #notice
  .notice-list
  .btn-slide-toggle.open
  .icon-arrow_b_right:before {
  content: "\e914";
  font-family: "icomoon" !important;
}
.homePage #notice .notice-list .slide-toggle-box {
  background-color: rgba(250, 250, 250, 0.32);
  padding: 32px 16px;
  display: none;
  font-size: 14px;
}
.homePage #notice .notice-list .slide-toggle-box li:last-child {
  border-bottom: none;
}
.homePage #notice .notice-list h6 {
  color: #04bb5d;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
}
.homePage #notice .notice-list ol li {
  list-style: decimal;
}
.homePage #notice .notice-list p {
  margin-bottom: 8px;
}
.homePage #notice .notice-list .last-text {
  margin-top: 24px;
}
.homePage #notice .notice-list .btn-go-page {
  min-width: 100px;
  height: 40px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow:
    0 8px 16px 0 rgba(69, 34, 1, 0.32),
    inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16),
    inset 0 2px 1px 0 #fafafa;
  color: #001b3b;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  padding: 0 16px;
  margin-top: 16px;
}
.homePage #notice .notice-list .btn-go-page:active {
  transform: scale(0.9);
}
.homePage #notice .notice-list .img-box {
  width: 100%;
  max-width: 500px;
  margin: 16px 0;
}
.homePage #notice .notice-list .img-box img {
  width: 100%;
}
.homePage #endorser .man-box-mobile {
  width: 80vw;
  height: 80vw;
  background-image: url(../img/event_kv.png);
  background-size: 100% 100%;
  pointer-events: none;
}
.homePage #endorser .man-slogan-mobile {
  width: 55vw;
  height: 28.05vw;
  position: absolute;
  right: 0%;
  bottom: 90%;
  z-index: 0;
}
.homePage #endorser .man-box {
  display: none;
}
.homePage #endorser .video-container {
  width: calc(100vw - 1.5rem);
  height: calc((100vw - 1.5rem) * 0.56);
  margin-top: -116px;
  position: relative;
}
.homePage #endorser .video-container iframe {
  width: 100%;
  height: 100%;
}
.homePage #video-area {
  padding-top: 40px;
  position: relative;
}
.homePage #video-area .mask-top {
  width: 100%;
  height: 40px;
  background-image: url(../img/mask_b.png);
  background-size: 100% 100%;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
}
.homePage #video-area .carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
  margin-top: -48px;
}
.homePage #video-area .carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(6):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -500%;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(5):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -400%;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(4):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -300%;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(3):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -200%;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(2):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -100%;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(1):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: 0%;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(1):checked
  ~ .carousel__thumbnails
  li:nth-of-type(1) {
  box-shadow: 0px 0px 0px 5px #fbc323;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(2):checked
  ~ .carousel__thumbnails
  li:nth-of-type(2) {
  box-shadow: 0px 0px 0px 5px #fbc323;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(3):checked
  ~ .carousel__thumbnails
  li:nth-of-type(3) {
  box-shadow: 0px 0px 0px 5px #fbc323;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(4):checked
  ~ .carousel__thumbnails
  li:nth-of-type(4) {
  box-shadow: 0px 0px 0px 5px #fbc323;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(5):checked
  ~ .carousel__thumbnails
  li:nth-of-type(5) {
  box-shadow: 0px 0px 0px 5px #fbc323;
}
.homePage
  #video-area
  .carousel
  > input:nth-of-type(6):checked
  ~ .carousel__thumbnails
  li:nth-of-type(6) {
  box-shadow: 0px 0px 0px 5px #fbc323;
}
.homePage #video-area .carousel__slides {
  width: calc(100vw - 1.5rem);
  height: calc((100vw - 1.5rem) * 0.56);
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
}
.homePage #video-area .carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  box-sizing: border-box;
  white-space: normal;
  border-radius: 32px;
}
.homePage #video-area .carousel__slide figure {
  display: flex;
  margin: 0;
  width: 100%;
  height: 100%;
}
.homePage #video-area .carousel__slide div {
  position: relative;
}
.homePage #video-area .carousel__slide div:before {
  display: block;
  content: "";
  width: 100%;
}
.homePage #video-area .carousel__slide div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.homePage #video-area .carousel__slide div {
  width: 100%;
}
.homePage #video-area .carousel__slide iframe {
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
}
.homePage #video-area .carousel__slide video {
  width: 100%;
  height: 100%;
}
.homePage #video-area .carousel__slide figcaption {
  align-self: flex-end;
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
  width: 25%;
  min-width: 150px;
}
.homePage #video-area .carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.homePage #video-area .carousel__slide.scrollable {
  overflow-y: scroll;
}
.homePage #video-area .carousel__thumbnails {
  width: calc(100vw - 1.5rem);
  list-style: none;
  padding: 0;
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}
.carousel__slides + .homePage #video-area .carousel__thumbnails {
  margin-top: 20px;
}
.homePage #video-area .carousel__thumbnails li {
  width: 100px;
  height: 60px;
  margin: 0 2%;
  transition: all 300ms ease-in-out;
}
.homePage #video-area .carousel__thumbnails label {
  width: 100%;
  height: 100%;
  display: block;
}
.homePage #video-area .carousel__thumbnails label:hover,
.homePage #video-area .carousel__thumbnails label:focus {
  cursor: pointer;
}
.homePage #video-area .carousel__thumbnails label:hover img,
.homePage #video-area .carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}
.homePage #video-area .carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homePage #video-area .man-box {
  display: none;
}
.homePage #video-area .man-box-mobile {
  width: 80vw;
  height: 80vw;
  background-image: url(../img/event_kv.png);
  background-size: 100% 100%;
  pointer-events: none;
}
.homePage #video-area .man-slogan-mobile {
  width: 55vw;
  height: 28.05vw;
  position: absolute;
  right: 0%;
  bottom: 90%;
  z-index: 1;
}
.homePage #gameIntro .game-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.homePage #gameIntro .game-box > a {
  width: 170px;
  height: 272px;
  margin: 0 calc((100% - 340px) / 4) 16px calc((100% - 340px) / 4);
  box-shadow: 0 8px 24px 0 rgba(251, 195, 35, 0.48);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.homePage #gameIntro .game-box > a img {
  width: 100%;
  height: 100%;
}
.homePage #gameIntro .game-box > a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.homePage #gameIntro .game-box > a:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.homePage #gameIntro .game-box > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 120px;
  border-color: transparent transparent transparent #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.homePage #gameIntro .game-box h4 {
  margin: 0;
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  color: #fafafa;
  text-shadow: 2px 2px 0 rgba(69, 34, 1, 0.48);
  font-size: 32px;
  font-weight: 800;
  font-stretch: 90%;
}
.homePage #subjectIntro {
  position: relative;
  padding: 48px 0;
}
.homePage #subjectIntro .article-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.homePage #subjectIntro .article-card {
  width: 320px;
}
.homePage #subjectIntro .article-card img {
  width: 100%;
  height: 160px;
  border-radius: 12px 12px 0 0;
}
.homePage #subjectIntro a.article-card:hover {
  transform: translate(0px, -10px);
  transition: 0.25s;
  box-shadow:
    0 8px 24px 0 rgba(38, 61, 89, 0.48),
    inset -4px -4px 4px 0 rgba(38, 61, 89, 0.24),
    inset 4px 4px 4px 0 #fff;
}
.homePage #subjectIntro .go-article-box {
  position: relative;
  z-index: 1;
}
.homePage #subjectIntro .go-article-box::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(205, 194, 162, 0.48);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.homePage #subjectIntro .btn-all-article {
  width: 147px;
  height: 48px;
  background-image: linear-gradient(
    109deg,
    rgba(38, 61, 89, 0.72),
    #001b3b 99%
  );
  box-shadow:
    0 8px 16px 0 rgba(0, 27, 59, 0.32),
    inset 0 -3px 0 0 rgba(38, 61, 89, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 24px auto 0 auto;
}
.homePage #subjectIntro .btn-all-article:active {
  transform: scale(0.9);
}
.homePage #subjectIntro .btn-all-article:hover {
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.homePage #partnerIntro {
  position: relative;
}
.homePage #partnerIntro .partner-logo-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.homePage #partnerIntro .partner-logo-box > div {
  width: 108px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 3% 16px 3%;
}
.homePage #partnerIntro .partner-logo-box > div img {
  width: 100%;
  height: 100%;
}
.homePage .add-line-box {
  display: none;
}
.homePage .btn-go-partner {
  width: 88px;
  height: 88px;
  background-image: url(../img/active/partner/affiliate_pop.png);
  background-size: 100% 100%;
  position: absolute;
  top: calc(100vw + 40px);
  right: 8px;
  z-index: 8;
  animation: bounce-slogan-01 0.5s infinite ease-in;
}
.homePage .btn-go-guild {
  width: 88px;
  height: 88px;
  background-image: url(../img/active/pop.png);
  background-size: 100% 100%;
  position: absolute;
  top: calc(100vw + 160px);
  left: 8px;
  z-index: 8;
  animation: headShake 1s infinite linear;
}
.homePage .active-popup-mask {
  width: 100%;
  height: 100%;
}
.homePage .activeInfoBox {
  width: 60%;
  max-width: 768px;
  min-width: 320px;
  height: 70%;
  background-color: #fafafa;
  border: 8px solid #fbc323;
  border-radius: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  margin: 0 auto;
}
.homePage .activeInfoBox .icon-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.homePage .activeInfoBox .icon-close:before {
  font-size: 25px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.homePage .activeInfoBox .content {
  width: 100%;
  height: 100%;
  padding: 20% 10% 10% 10%;
  font-size: 16px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.homePage .activeInfoBox .content .bannerImg {
  width: 100%;
  height: calc((90vw - 40px) / 2);
  max-width: 468px;
  max-height: 234px;
  border-radius: 8px;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.homePage .activeInfoBox .content h4 {
  color: #fb8d23;
  font-weight: 800;
  font-stretch: 90%;
  margin: 24px 0 8px 0;
}
.homePage .activeInfoBox .content b {
  color: #3359f2;
}
.homePage {
  /*廣告版面 START*/
}
.homePage .adBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(69, 34, 1, 0.16);
  backdrop-filter: blur(5px);
}
.homePage .adInfoText {
  width: 80vw;
  height: auto;
  max-width: 500px;
  max-height: 70vh;
  border-radius: 16px;
  background-color: #fafafa;
  border: 8px solid #fbc323;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 32px;
}
.homePage .adInfoText .ad-title {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
}
.homePage .adInfoText .icon-close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #452201;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  right: -24px;
  top: -24px;
  cursor: pointer;
}
.homePage .adInfoText .icon-close:before {
  font-size: 25px;
  color: #fafafa;
}
.homePage .adInfoText .adContentBox {
  width: 100%;
  height: 100%;
  padding: 32px 16px;
  font-size: 12px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.homePage .adInfoText .last-text {
  text-align: right;
  margin-top: 24px;
}
.homePage .adInfo-fadeIn {
  -webkit-animation-name: gameInfo-fadeIn;
  animation-name: gameInfo-fadeIn;
  animation-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  .homePage #gameIntro .game-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .homePage #gameIntro .game-box > a {
    width: 22%;
    height: auto;
    border-radius: 24px;
    margin: 0 1.5%;
  }
  .homePage #gameIntro .game-box .item {
    position: relative;
  }
  .homePage #gameIntro .game-box .item img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
  }
  .homePage #gameIntro .game-box .item p {
    font-size: 88px;
    font-weight: 800;
    font-stretch: 90%;
    -webkit-text-stroke: 1px #fbc323;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: none;
    position: absolute;
    right: -36px;
    bottom: 0;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-180deg);
  }
  .homePage #videoBlock .video-container {
    margin: 0 auto;
    width: 560px;
  }
  .homePage #videoBlock .carousel {
    position: relative;
    width: 800px;
    margin: 0 auto;
  }
  .homePage #videoBlock .carousel-control-next,
  .homePage #videoBlock .carousel-control-prev {
    color: #452201;
  }
  .homePage #videoBlock .carousel-control-next-icon,
  .homePage #videoBlock .carousel-control-prev-icon {
    background-image: unset;
  }
  .homePage #videoBlock .carousel-control-next-icon:before,
  .homePage #videoBlock .carousel-control-prev-icon:before {
    font-size: 31px;
    color: #452201;
    font-weight: 500;
    font-stretch: 100%;
  }
  .homePage #video-area .carousel__thumbnails {
    width: 100%;
  }
  .homePage #video-area .carousel__thumbnails li {
    width: 100px;
    height: 60px;
    margin: 0 2% 0 0;
  }
  .homePage #notice .notice-list h6 {
    font-size: 25px;
  }
  .homePage #notice .notice-list .slide-toggle-box {
    font-size: 19px;
  }
  .homePage .active-popup-mask .activeInfoBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
  }
  .homePage .active-popup-mask .activeInfoBox .content {
    padding: 8% 10%;
  }
  .homePage .adInfoText .adContentBox {
    padding: 64px 32px;
  }
  .homePage .adInfoText .text-content {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .homePage .honbaoflake {
    width: 72px;
    height: 72px;
  }
  .homePage .add-line-box {
    width: 144px;
    height: 144px;
    padding: 8px;
    position: fixed;
    right: 2.5%;
    top: 70%;
    z-index: 8;
    user-select: none;
    display: block;
    background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
    box-shadow:
      0 8px 16px 0 rgba(69, 34, 1, 0.32),
      inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16),
      inset 0 2px 1px 0 #fafafa;
    color: #001b3b;
    border-radius: 12px;
  }
  .homePage .add-line-box img {
    width: 100%;
    height: 100%;
  }
  .homePage .add-line-box .add-line-text {
    width: 160px;
    height: 40px;
    background-image: url(../img/jackpot-01.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 98%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff8e4;
    text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
    text-align: center;
    line-height: 32px;
  }
  .homePage .add-line-box .add-line-text:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/jackpot-02.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: flash 1.5s infinite;
  }
  .homePage .title {
    text-align: center;
    margin: 0 0 32px 0;
  }
  .homePage .main {
    padding-bottom: 168px;
  }
  .homePage section {
    padding: 48px 0;
  }
  .homePage #homeIntro {
    height: 41.666vw;
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .homePage #homeIntro .mask-bottom {
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  .homePage #homeIntro .main-kv-box {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    position: relative;
    margin: 0 auto;
  }
  .homePage #homeIntro .slogan-box {
    width: 33.85vw;
    height: 20.31vw;
    min-width: 400px;
    min-height: 240px;
    position: relative;
    bottom: 28%;
    left: -3%;
  }
  .homePage #homeIntro .slogan {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .homePage #homeIntro .person-img {
    width: 35vw;
    height: 35vw;
    min-width: 600px;
    min-height: 600px;
  }
  .homePage #homeIntro .go-play-box {
    width: 600px;
    height: 218px;
    background-image: url(../img/jackpot-03.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -88px;
    z-index: 2;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .homePage #homeIntro .go-play-box:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/jackpot-04.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: flash 1.5s infinite;
    pointer-events: none;
  }
  .homePage #homeIntro .go-play-box p {
    font-size: 26px;
    color: #fff8e4;
    text-shadow: 2px 2px 0 rgba(69, 34, 1, 0.48);
    margin: 0 20px;
  }
  .homePage #homeIntro .go-play-box .qrcode-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .homePage #homeIntro .go-play-box .qrcode-box img {
    width: 107px;
    height: 107px;
  }
  .homePage #homeIntro .go-play-box .qrcode-box p {
    font-size: 19px;
    color: #f9edbd;
    text-shadow: 2px 2px 0 rgba(69, 34, 1, 0.48);
    text-align: center;
    margin: 8px 0 0 0;
  }
  .homePage #homeIntro .go-play-box .btn-play-now {
    width: 228px;
    height: 75px;
    background-image: linear-gradient(110deg, #00dda4, #03a57b);
    box-shadow:
      0 8px 16px 0 rgba(3, 165, 123, 0.48),
      inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
      inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
    color: #fafafa;
    text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    font-stretch: 90%;
    color: #fff8e4;
    text-shadow: 2px 2px 0 rgba(69, 34, 1, 0.48);
    cursor: pointer;
  }
  .homePage #homeIntro .mobile-btns-box {
    display: none;
  }
  .homePage #feature .mask-top {
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .homePage #feature .feature-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homePage #feature .feature-box .item {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .homePage #feature .feature-box .item:nth-child(3n + 2) {
    margin: 0 2%;
  }
  .homePage #feature .feature-box .imgBox {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-bottom: 24px;
  }
  .homePage #feature .feature-box .imgBox img {
    width: 100%;
    height: 100%;
  }
  .homePage #endorser .video-container {
    width: 45vw;
    height: 25.2vw;
    margin-top: 0;
    position: relative;
  }
  .homePage #endorser .video-container iframe {
    width: 100%;
    height: 100%;
  }
  .homePage #endorser .man-box {
    width: 33vw;
    height: 33vw;
    background-image: url(../img/event_kv.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: -26vw;
    pointer-events: none;
    display: block;
  }
  .homePage #endorser .man-slogan {
    width: 27.29vw;
    height: 13.9179vw;
    position: absolute;
    right: 14%;
    bottom: -17%;
  }
  .homePage #endorser .man-box-mobile,
  .homePage #endorser .man-slogan-mobile {
    display: none;
  }
  .homePage #video-area .mask-top {
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .homePage #video-area .carousel__slides {
    width: 45vw;
    height: 25.425vw;
  }
  .homePage #video-area .carousel {
    width: 45vw;
    height: 25.425vw;
    margin-top: 0;
    position: relative;
  }
  .homePage #video-area .carousel iframe {
    width: 100%;
    height: 100%;
  }
  .homePage #video-area .man-box {
    width: 33vw;
    height: 33vw;
    background-image: url(../img/event_kv.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: -28vw;
    z-index: 1;
    pointer-events: none;
    display: block;
  }
  .homePage #video-area .man-slogan {
    width: 27.29vw;
    height: 13.9179vw;
    position: absolute;
    right: 14%;
    bottom: -17%;
    animation: panahama-ani02 5s linear infinite;
  }
  .homePage #video-area .man-box-mobile,
  .homePage #video-area .man-slogan-mobile {
    display: none;
  }
  .homePage #subjectIntro .article-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .homePage #subjectIntro .article-card {
    flex: 1;
    margin: 0 16px;
  }
  .homePage #subjectIntro .article-card img {
    width: 100%;
    height: 230px;
  }
  .homePage #subjectIntro .go-article-box {
    display: block;
    margin-top: 88px;
  }
  .homePage #partnerIntro .partner-logo-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .homePage #partnerIntro .partner-logo-box > div {
    width: 170px;
    height: 85px;
    margin: 0 3% 16px 3%;
  }
  .homePage .btn-go-partner {
    width: 180px;
    height: 180px;
    position: fixed;
    top: 40%;
    right: 8px;
  }
  .homePage .btn-go-guild {
    width: 180px;
    height: 180px;
    position: fixed;
    top: 70%;
    left: 8px;
  }
}
@media screen and (max-width: 374px) {
  .homePage #gameIntro .game-box > a {
    width: 160px;
    height: 240px;
    margin: 0 calc((100% - 320px) / 4) 16px calc((100% - 320px) / 4);
  }
}
/* 平板 直式 style */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homePage #homeIntro {
    height: 800px;
  }
  .homePage #homeIntro .btn-play {
    display: none;
  }
  .homePage #homeIntro .btn-web-play {
    width: 240px;
    height: 112px;
    border-radius: 24px;
    font-size: 24px;
    font-weight: 800;
    font-stretch: 90%;
    color: #fff8e4;
    text-shadow: 2px 2px 0 rgba(69, 34, 1, 0.48);
  }
  .homePage #homeIntro .btn-web-play [class^="icon-"] {
    margin-bottom: 8px;
  }
  .homePage #homeIntro .btn-web-play [class^="icon-"]:before {
    font-size: 48px;
  }
  .homePage #subjectIntro .article-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
  .homePage #subjectIntro .article-card {
    width: 240px;
  }
}
/* mobile 橫版 style */
@media screen and (min-width: 667px) and (max-height: 414px) and (orientation: landscape) {
  .homePage #gameIntro .game-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
  .homePage #gameIntro .game-box h4 {
    font-size: 25px;
  }
  .homePage #gameIntro .game-box > a {
    width: 16.6666666667vw;
    height: 26.6666666667vw;
    margin: 0;
  }
  .homePage #gameIntro .game-box > a:after {
    border-width: 50px 0 0 70px;
  }
  .homePage #subjectIntro .article-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homePage #subjectIntro .article-card {
    width: unset;
    flex: 1;
    margin: 16px;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes bounce-slogan-01 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce-slogan-02 {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
    -ms-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
@keyframes bounce-slogan-change-01 {
  0% {
    opacity: 0;
  }
  10%,
  20%,
  40% {
    opacity: 1;
  }
  60%,
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes bounce-slogan-change-02 {
  0%,
  20%,
  40% {
    opacity: 0;
  }
  60%,
  80%,
  100% {
    opacity: 1;
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes light-rotate {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
/* homeIntro START */
.floating04 {
  width: 30vw;
  height: 33.12vw;
  background-image: url(../img/floating_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  left: 0;
  bottom: -15%;
  animation: panahama-ani02 10s linear infinite;
}

.floating05 {
  width: 21.87vw;
  height: 34.1765625vw;
  background-image: url(../img/floating_05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  left: -12.03015vw;
  top: 13%;
  animation: panahama-ani03 270s linear infinite;
}

.floating06 {
  width: 50vw;
  height: 56.5vw;
  background-image: url(../img/floating_06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  right: -16vw;
  bottom: -15%;
  animation: panahama-ani01 10s linear infinite;
}

.floating07 {
  width: 31.5vw;
  height: 27.657vw;
  background-image: url(../img/floating_07.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  right: -14.175vw;
  top: -3%;
  animation: panahama-ani05 15s linear infinite;
}

.floating08 {
  width: 20.8vw;
  height: 22.3776vw;
  background-image: url(../img/floating_08.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  left: 1vw;
  top: -4vw;
  animation: panahama-ani04 10s linear infinite;
}

@media screen and (min-width: 768px) {
  .floating04 {
    width: 23vw;
    height: 26.22vw;
    max-width: 438px;
    max-height: 498px;
    background-image: url(../img/floating_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    left: 8px;
    top: -70%;
    z-index: 2;
  }
  .floating07 {
    width: 31.5vw;
    height: 27.657vw;
    position: absolute;
    right: -14.175vw;
    top: -3%;
  }
  .floating08 {
    left: 15vw;
    top: 0;
  }
  /* gameIntro START */
  .floating01 {
    width: 31vw;
    height: 31.93vw;
    background-image: url(../img/floating_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    right: 1vw;
    top: 0;
  }
  .floating02 {
    width: 24vw;
    height: 16.64vw;
    max-width: 476px;
    max-height: 384px;
    background-image: url(../img/floating_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    left: 8px;
    bottom: -6vw;
    z-index: 2;
  }
  .floating03 {
    width: 26vw;
    height: 19.24vw;
    max-width: 501px;
    max-height: 374px;
    background-image: url(../img/floating_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    right: 2vw;
    top: -8vw;
  }
  .floating05 {
    width: 28vw;
    height: 22.96vw;
    background-image: url(../img/floating_05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: absolute;
    left: 0;
    bottom: -10vw;
  }
}
@media screen and (min-width: 992px) {
  .floating04 {
    width: 22vw;
    height: 24.288vw;
    position: absolute;
    left: -3%;
    bottom: -3%;
  }
  .floating05 {
    position: absolute;
    left: -8.53047vw;
    top: 13%;
  }
  .floating06 {
    width: 36.4vw;
    height: 41.132vw;
    position: absolute;
    right: -11.648vw;
    bottom: -12%;
  }
  .floating07 {
    width: 21.4vw;
    height: 18.7892vw;
    position: absolute;
    right: -9.63vw;
    top: -3%;
  }
  .floating08 {
    width: 20.8vw;
    height: 22.3776vw;
    position: absolute;
    left: 1vw;
    top: -4vw;
  }
}
@keyframes panahama-ani01 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(10px, 0);
  }
  75% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes panahama-ani02 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, -10px);
  }
  50% {
    transform: translate(-5px, 0);
  }
  75% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes panahama-ani03 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  25% {
    transform: rotate(-90deg) translate(15px, 15px);
  }
  50% {
    transform: rotate(-180deg) translate(0, 0);
  }
  75% {
    transform: rotate(-270deg) translate(15px, 15px);
  }
  100% {
    transform: rotate(-360deg) translate(0, 0);
  }
}
@keyframes panahama-ani04 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, -5px);
  }
  50% {
    transform: translate(5px, 0);
  }
  75% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes panahama-ani05 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-15px, 10px);
  }
  50% {
    transform: translate(-15px, 0);
  }
  75% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.gamePage .sec-title h2 {
  font-size: 32px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.gamePage h3 {
  font-size: 32px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  position: relative;
  margin-bottom: 24px;
}
.gamePage h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 0 0 120px;
  border-color: transparent transparent transparent #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.gamePage .intro-text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 32px;
}
.gamePage .intro-text-box .area-text {
  width: 100%;
}
.gamePage .intro-text-box .area-img {
  width: 100%;
}
.gamePage .intro-text-box .area-img img {
  width: 100%;
}
.gamePage .intro-text-box h6 {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  margin-bottom: 24px;
}
.gamePage .intro-text-box p {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.gamePage .intro-box-odd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.gamePage .tags li {
  width: 25%;
  min-width: 48px;
}
.gamePage .gamePic-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.gamePage .gamePic-box .gamePic {
  width: 28vw;
  height: 28vw;
  margin: 8px calc((100% - 84vw) / 6);
  box-shadow: 0 4px 8px 0 rgba(0, 27, 59, 0.32);
  border-radius: 9vw;
}
.gamePage .gamePic-box .gamePic img {
  width: 100%;
  height: 100%;
}
.gamePage .gameInfoBox-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 12;
  background-color: rgba(250, 250, 250, 0.48);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: none;
}
.gamePage .gameInfoBox {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.gamePage .gameInfoBox .icon-close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.gamePage .gameInfoBox .icon-close:before {
  font-size: 25px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.gamePage .gameInfoText {
  width: 100%;
  height: 100%;
  padding: 88px 16px 0 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.gamePage .gameInfoText.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.gamePage .gameContentBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.gamePage .gameContentBox .gameImg img {
  width: 120px;
  height: 120px;
}
.gamePage .gameContentBox .gameTxt {
  width: 100%;
  margin-top: 32px;
}
.gamePage .gameContentBox .gameTxt h2 {
  text-align: center;
}
.gamePage .gameContentBox .btn-goGame {
  height: 48px;
  width: 120px;
  font-size: 16px;
  margin: 24px auto;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.gamePage .gameQrImg {
  display: none;
}

.gameInfo-fadeIn {
  -webkit-animation-name: gameInfo-fadeIn;
  animation-name: gameInfo-fadeIn;
  animation-duration: 0.3s;
}

@keyframes gameInfo-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .gamePage .sec-title {
    position: relative;
    margin-bottom: 0;
  }
  .gamePage .sec-title p {
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: -1;
    font-size: 120px;
    font-weight: 800;
    font-stretch: 90%;
    -webkit-text-stroke: 1.6px #fbc323;
    -webkit-text-fill-color: transparent;
  }
  .gamePage .sec-title h2 {
    font-size: 64px;
  }
  .gamePage .intro-text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .gamePage .intro-text-box .area-text {
    width: 50%;
  }
  .gamePage .intro-text-box .area-img {
    width: 30vw;
    height: 30vw;
  }
  .gamePage .intro-text-box h3 {
    font-size: 48px;
  }
  .gamePage .gameInfoBox {
    width: 80%;
    max-width: 770px;
  }
  .gamePage .gameInfoBox .icon-close {
    position: absolute;
    right: 0;
    top: 168px;
    z-index: 10;
  }
  .gamePage .gameInfoBox .icon-close:before {
    font-size: 48px;
    color: #452201;
    text-shadow: 1px 1px 0 #fff8e4;
  }
  .gamePage .gameContentBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  .gamePage .gameContentBox .gameTxt {
    height: auto;
    max-height: 600px;
    margin-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gamePage .gameContentBox .gameTxt h2 {
    text-align: left;
  }
  .gamePage .gameContentBox .gameTxt h4 {
    margin: 16px 0 4px 0;
  }
  .gamePage .gameContentBox .btn-goGame {
    display: none;
  }
  .gamePage .gameContentBox .gameImg {
    width: 30%;
  }
  .gamePage .gameInfoText {
    padding: 0 16px;
    overflow-y: unset;
  }
  .gamePage .gameInfoText.active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .gamePage .gameQrImg {
    display: block;
    margin-top: 32px;
  }
  .gamePage .gameQrImg p {
    width: 120px;
    margin-top: 16px;
    text-align: center;
  }
  .gamePage .gameQrImg img {
    width: 100px;
    height: 100px;
  }
  .gamePage .gamePic-box {
    margin: 0 auto;
  }
  .gamePage .gamePic-box .gamePic {
    width: 10%;
    height: auto;
    margin: 16px 1.25%;
    cursor: pointer;
  }
  .gamePage .gamePic-box .gamePic:hover {
    filter: drop-shadow(2px 4px 6px rgba(0, 27, 59, 0.32));
  }
}
@media screen and (min-width: 667px) and (max-height: 414px) and (orientation: landscape) {
  .gamePage .intro-text-box {
    flex-direction: row;
  }
  .gamePage .intro-text-box .area-img {
    width: 60%;
  }
  .gamePage .gamePic-box .gamePic {
    width: 18%;
    height: unset;
    margin: 8px 1%;
  }
}
.addvaluePage h2 {
  margin: 96px 0 32px 0;
  position: relative;
}
.addvaluePage h2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 0 0 120px;
  border-color: transparent transparent transparent #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.addvaluePage .intro-block {
  margin-bottom: 24px;
}
.addvaluePage .titleBox {
  padding: 24px 0;
}
.addvaluePage .step-block {
  margin: 0 auto;
  height: auto;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
  z-index: 0;
}
.addvaluePage .step-block:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(205, 194, 162, 0.48);
  display: block;
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.addvaluePage .step-block:last-child:after {
  display: none;
}
.addvaluePage .time-line {
  width: 64px;
}
.addvaluePage .step-order {
  width: 64px;
  height: 64px;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 100%;
}
.addvaluePage .step-order .text,
.addvaluePage .step-order .bgImg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.addvaluePage .info-box {
  width: calc(100% - 80px);
}
.addvaluePage .info-box p {
  min-height: 64px;
  font-size: 19px;
  font-weight: bold;
  color: #001b3b;
  text-shadow: 1px 1px 0 #fff8e4;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.addvaluePage .info-box.pc {
  display: none;
}
.addvaluePage .info-box.mobile .imgBox {
  margin-bottom: 0;
}
.addvaluePage .imgBox {
  width: 240px;
  height: 80px;
  margin-bottom: 16px;
}
.addvaluePage .imgBox img {
  width: 100%;
  height: 100%;
}
.addvaluePage .tipsText {
  font-size: 14px;
  color: #452201;
}
.addvaluePage .imgBox.step2 {
  width: 240px;
  height: 448px;
}

.btn-goStore {
  height: 48px;
  width: 240px;
  font-size: 19px;
  margin-top: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 12px;
}
.btn-goStore .text,
.btn-goStore .bgImg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}

@media screen and (min-width: 992px) {
  .addvaluePage .main {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
  .addvaluePage .info-box.pc {
    display: block;
  }
  .addvaluePage .info-box.mobile {
    display: none;
  }
  .addvaluePage .imgBox {
    width: 300px;
    height: 300px;
    margin-bottom: 16px;
  }
  .addvaluePage .imgBox img {
    width: 100%;
    height: 100%;
  }
  .addvaluePage .imgBox.step2 {
    width: 300px;
    height: 600px;
  }
}
.operatePage .tabs li {
  width: 120px;
}
.operatePage .textBox {
  padding-left: 32px;
}
.operatePage .textBox li {
  list-style: decimal;
  margin-bottom: 16px;
  font-size: 17px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.operatePage .ui-InfoBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.operatePage .ui-InfoBox .areaL {
  width: 370px;
}
.operatePage .ui-InfoBox .areaL img {
  width: 100%;
  height: auto;
}
.operatePage .ui-InfoBox .areaR {
  width: calc(100% - 370px);
  padding-left: 30px;
}
.operatePage .ui-InfoBox .areaR .textBox {
  padding-left: 16px;
}
.operatePage h2 {
  margin-bottom: 48px;
  position: relative;
}
.operatePage h2:after {
  content: "";
  display: block;
  width: 96px;
  height: 8px;
  background-color: #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.operatePage h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 48px;
}
.operatePage h6 {
  font-size: 14px;
  font-weight: bold;
  color: #3359f2;
  margin: 24px 0 8px 0;
}
.operatePage .tab3-content li {
  margin-left: 0;
}
.operatePage .tipsBox {
  font-size: 14px;
  text-align: left;
  margin: -21px 0 32px 0;
}

.levelTable {
  width: 100%;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.levelTable .table-header {
  background-color: #452201;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow:
    2px 4px 8px 0 rgba(69, 34, 1, 0.32),
    inset 0 -3px 0 0 #7f3f02;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.levelTable .table-header > div {
  width: 64px;
  padding: 8px;
}
.levelTable .table-body {
  width: calc(100% - 64px);
  overflow-x: auto;
}
.levelTable .table-body ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.levelTable .table-body li {
  flex: 1;
  border-right: 1px solid rgba(205, 194, 162, 0.48);
}
.levelTable .table-body li .item {
  color: #452201;
}
.levelTable .order {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(178, 187, 196, 0.32);
  border-top: 1px solid rgba(178, 187, 196, 0.32);
}
.levelTable .order span {
  margin-top: 2px;
  font-size: 12px;
  font-weight: bold;
}
.levelTable .order .orderImg {
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 50%;
}
.levelTable .order .orderImg img {
  width: 100%;
  height: 100%;
}
.levelTable .item {
  height: 56px;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.guild-table-block {
  margin: 16px 0;
}
.guild-table-block .table-header {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #452201;
  font-size: 12px;
  font-weight: 600;
  color: #fff8e4;
  box-shadow:
    2px 4px 8px 0 rgba(69, 34, 1, 0.32),
    inset 0 -3px 0 0 #7f3f02;
}
.guild-table-block .table-header > div {
  min-height: 40px;
}
.guild-table-block .table-body {
  font-size: 14px;
  border-left: 1px solid rgba(205, 194, 162, 0.48);
  border-right: 1px solid rgba(205, 194, 162, 0.48);
}
.guild-table-block .table-body li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  margin-left: 0;
}
.guild-table-block .table-body li > div {
  min-height: 40px;
}
.guild-table-block .item {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-right: 1px solid rgba(205, 194, 162, 0.48);
}
.guild-table-block .level-info {
  width: 40%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
}

.flow-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 16px;
}
.flow-box li {
  width: 15%;
  height: auto;
}
.flow-box .imgBox {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.flow-box .imgBox img {
  width: 100%;
  height: 100%;
}
.flow-box p {
  font-weight: bold;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}

.gift-tutorial {
  padding-left: 16px;
}
.gift-tutorial .step-block {
  width: 100%;
  height: auto;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
  z-index: 0;
}
.gift-tutorial .step-block:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(205, 194, 162, 0.32);
  display: block;
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.gift-tutorial .step-block:last-child:after {
  display: none;
}
.gift-tutorial .time-line {
  width: 40px;
}
.gift-tutorial .step-order {
  width: 40px;
  height: 40px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 100%;
}
.gift-tutorial .step-order .text,
.gift-tutorial .step-order .bgImg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.gift-tutorial .info-box {
  width: calc(100% - 56px);
}
.gift-tutorial .info-box p {
  min-height: 40px;
  font-size: 19px;
  font-weight: 600;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.gift-tutorial .imgBox {
  width: 480px;
  height: 240px;
}
.gift-tutorial .imgBox img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 430px) {
  .operatePage .ui-InfoBox {
    display: block;
  }
  .operatePage .ui-InfoBox .areaL {
    width: 100%;
    margin-bottom: 24px;
  }
  .operatePage .ui-InfoBox .areaR {
    width: 100%;
    margin-top: 16px;
  }
  .operatePage .ui-InfoBox .areaR .textBox {
    padding-left: 0;
  }
  .operatePage .textBox {
    padding-left: 32px;
  }
  .operatePage .textBox li {
    margin-left: 0px;
  }
  .levelTable .table-body li {
    flex: 0 0 72px;
    margin-left: 0;
  }
  .flow-box li {
    width: 25%;
  }
  .flow-box li p {
    font-size: 12px;
  }
  .gift-tutorial .imgBox {
    width: 240px;
    height: 120px;
  }
}
.directionsPage h2 {
  margin-bottom: 48px;
  position: relative;
}
.directionsPage h2:after {
  content: "";
  display: block;
  width: 96px;
  height: 16px;
  background-color: #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.directionsPage .stop-list {
  width: 100%;
  margin: 0 auto;
}
.directionsPage .stop-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid rgba(205, 194, 162, 0.48);
}
.directionsPage .stop-list li .userName {
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 4px 8px;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  background-color: #452201;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.directionsPage .stop-list li .userName span {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
}
.directionsPage .stop-list li > div {
  padding: 8px;
  width: 50%;
}
.directionsPage .stop-list li > div p {
  font-size: 12px;
  text-align: left;
}
.directionsPage .stop-list li > div p > span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
}
.directionsPage .stop-list li .areaL {
  border-right: 1px solid rgba(178, 187, 196, 0.32);
}
.directionsPage .stop-list li .areaL .time-start {
  margin-bottom: 4px;
}
.directionsPage .tab2-content .first-list > li {
  list-style: upper-alpha;
  margin-bottom: 16px;
}
.directionsPage .tab2-content .sec-list > li {
  list-style: auto;
  margin-bottom: 8px;
  margin-left: 24px;
  padding-left: 0;
}
.directionsPage .tab2-content .last-list > li {
  list-style: disc;
  margin-left: 48px;
  padding-left: 0;
}
.directionsPage .tab3-content h4 {
  font-weight: 800;
  font-stretch: 90%;
  color: #04bb5d;
}
.directionsPage .tab3-content .first-list {
  padding-left: 24px;
}
.directionsPage .tab3-content li {
  list-style: decimal;
  margin-left: 24px;
}
.directionsPage .game-rule-table {
  margin-bottom: 48px;
}
.directionsPage .game-rule-table tr {
  border-left: 1px solid rgba(178, 187, 196, 0.32);
}
.directionsPage .game-rule-table td {
  padding: 8px;
  border-right: 1px solid rgba(178, 187, 196, 0.32);
  border-bottom: 1px solid rgba(178, 187, 196, 0.32);
}
.directionsPage .game-rule-table td:last-child {
  border-right: none;
}
.directionsPage .tab4-content .emptyBox {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.directionsPage .tab4-content .emptyBox img {
  width: 100%;
  height: 100%;
}
.directionsPage .tab4-content p {
  font-size: 19px;
  color: #7f3f02;
  text-align: center;
}
.directionsPage .tab5-content .documentBox {
  width: 100%;
  margin: 0 auto;
}
.directionsPage .tab5-content .documentBox li {
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid rgba(178, 187, 196, 0.32);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.directionsPage .tab5-content .documentBox li img {
  width: 64px;
  height: 64px;
}
.directionsPage .tab5-content .documentBox li a {
  font-size: 19px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  padding-left: 16px;
}
.directionsPage .tab5-content .documentBox li a:hover {
  color: #3359f2;
  text-shadow: none;
  font-weight: bold;
}
.directionsPage .tab6-content h6 {
  font-size: 25px;
  font-weight: 600;
  color: #04bb5d;
}
.directionsPage .tab6-content .first-list {
  padding-left: 24px;
}
.directionsPage .tab6-content li {
  list-style: decimal;
  margin-left: 24px;
  margin-bottom: 16px;
}

.directionsPage.appPage .tab_content h2 {
  margin-top: 48px;
}
.directionsPage.appPage footer .logo-block {
  display: none;
}
.directionsPage.appPage footer .mobile-links {
  display: none;
}

@media screen and (min-width: 992px) {
  .directionsPage .stop-list {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .directionsPage .stop-list li {
    width: 50%;
  }
}
.errorPage {
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
}
.errorPage .error-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.errorPage img {
  width: 320px;
  height: 320px;
}
.errorPage h1 {
  font-size: 37px;
  color: #452201;
  text-shadow: 2px 2px 0 #fff8e4;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0;
}
.errorPage h2 {
  font-size: 19px;
  color: #fb5723;
  font-weight: 800;
  font-stretch: 90%;
  margin: 4px 0 16px 0;
}
.errorPage p {
  font-size: 14px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-weight: 500;
  font-stretch: 100%;
}

.article-listPage .main {
  padding-bottom: 72px;
}
.article-listPage .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 48px 0 24px 0;
}

.article-list-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap-reverse;
}

.article-card {
  display: block;
  width: 320px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  background-size: cover;
  box-shadow:
    0 8px 24px 0 rgba(38, 61, 89, 0.24),
    inset -4px -4px 4px 0 rgba(38, 61, 89, 0.24),
    inset 4px 4px 4px 0 #fff;
  position: relative;
}
.article-card > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.article-card img {
  width: 320px;
  height: 160px;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  object-position: top;
}
.article-card .areaB {
  width: 100%;
  margin-top: 24px;
  padding: 0 16px 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.article-card .areaB p {
  font-size: 12px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.article-card .areaB p span:before {
  color: #fbc323;
  font-size: 16px;
}
.article-card h2 {
  min-height: 32px;
  background-color: #fbc323;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-size: 17px;
  font-weight: 800;
  font-stretch: 90%;
  padding: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: absolute;
  left: -16px;
  right: 48px;
  bottom: 32px;
}
.article-card .time {
  font-size: 15px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.article-card:hover {
  transform: translate(0px, -10px);
  transition: 0.25s;
  box-shadow:
    0 8px 24px 0 rgba(38, 61, 89, 0.48),
    inset -4px -4px 4px 0 rgba(38, 61, 89, 0.24),
    inset 4px 4px 4px 0 #fff;
}

.icon-tag {
  height: 24px;
  padding: 4px 8px;
  background-color: rgba(251, 195, 35, 0.24);
  border-radius: 4px;
  color: #001b3b;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media screen and (min-width: 992px) {
  .article-listPage .main {
    padding-bottom: 120px;
  }
  .article-listPage .tags {
    margin: 64px 0 32px 0;
  }
  .article-list-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .article-list-block .article-card {
    width: 370px;
    margin: 0 2% 48px 2%;
  }
  .article-list-block .article-card img {
    width: 370px;
    height: 230px;
  }
}
@media screen and (min-width: 667px) and (max-height: 414px) and (orientation: landscape) {
  .article-list-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .article-card {
    width: 45%;
    margin: 0 2.5% 16px 2.5%;
  }
  .article-card img {
    width: 100%;
  }
}
.articlePage .intro-block {
  margin-bottom: 64px;
}
.articlePage .intro-block h1 {
  text-align: left;
  margin: 0;
}
.articlePage .intro-block h1:after {
  display: none;
}
.articlePage .intro-block .time {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fbc323;
  margin: 12px 16px 16px 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.articlePage .intro-block .icon-tag-box {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.articlePage .intro-block blockquote {
  width: 100%;
  line-height: 1.8em;
  font-size: 17px;
  font-weight: 500;
  font-stretch: 100%;
  position: relative;
  margin: 24px 0 16px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.articlePage .intro-block blockquote:before {
  content: "“";
  font-size: 88px;
  color: #fbc323;
  margin-bottom: -12px;
}
.articlePage .intro-block .areaR {
  position: relative;
}
.articlePage .intro-block .areaR .img-box {
  width: 100%;
  max-width: 360px;
  height: auto;
  position: relative;
}
.articlePage .intro-block .areaR .img-box img {
  width: 100%;
  height: 100%;
}
.articlePage .intro-block .areaR p.imgTxt {
  width: 100%;
  font-size: 12px;
  text-align: left;
  margin-top: 8px;
}
.articlePage .sidebar {
  width: 100%;
  min-height: 195px;
  background-color: #452201;
  border-radius: 16px;
  padding: 24px;
}
.articlePage .sidebar h2 {
  font-size: 17px;
  color: #fbc323;
  text-shadow: none;
  margin: 0 0 16px 0;
}
.articlePage .sidebar h3,
.articlePage .sidebar h4,
.articlePage .sidebar p {
  margin: 8px 0;
  line-height: 14px;
}
.articlePage .sidebar h3 a,
.articlePage .sidebar h4 a,
.articlePage .sidebar p a {
  font-size: 14px;
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
}
.articlePage .sidebar h3 a:hover,
.articlePage .sidebar h4 a:hover,
.articlePage .sidebar p a:hover {
  color: #fbc323;
}
.articlePage .sidebar ol {
  padding-left: 1rem;
  margin-bottom: 0;
}
.articlePage .sidebar ol li a {
  color: rgba(250, 250, 250, 0.8);
  font-size: 14px;
}
.articlePage .sidebar ol li a:hover {
  color: #fbc323;
}
.articlePage .text-block {
  width: 100%;
  margin-top: 48px;
}
.articlePage .text-block h2 {
  margin: 0 0 48px 0;
  position: relative;
}
.articlePage .text-block h2:after {
  content: "";
  display: block;
  width: 96px;
  height: 16px;
  background-color: #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.articlePage .text-block h3 {
  margin: 24px 0;
  color: #001b3b;
}
.articlePage .text-block h4 {
  margin: 24px 0;
  color: #001b3b;
}
.articlePage .text-block img {
  width: 100%;
  max-width: 360px;
  margin: 16px 0 8px 0;
}
.articlePage .text-block > p {
  font-size: 17px;
  font-weight: 500;
  font-stretch: 100%;
  margin-bottom: 24px;
}
.articlePage .text-block p.imgTxt {
  width: 100%;
  font-size: 12px;
  margin: 0 0 24px 0;
}
.articlePage .text-block ul {
  margin-bottom: 24px;
  padding-left: 24px;
}
.articlePage .text-block li {
  list-style: disc;
  font-size: 19px;
}

@media screen and (min-width: 992px) {
  .articlePage .intro-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .articlePage .intro-block blockquote {
    width: 80%;
  }
  .articlePage .intro-block .areaR .img-box {
    width: 370px;
    height: 230px;
  }
  .articlePage .intro-block .areaR .img-box img {
    object-fit: cover;
    object-position: top;
  }
  .articlePage .intro-block .areaR .img-box:before {
    content: "";
    width: 88px;
    height: 88px;
    background-color: #fbc323;
    position: absolute;
    left: -50px;
    bottom: -60px;
  }
  .articlePage .intro-block .areaR p.imgTxt {
    width: 100%;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 0;
    margin-top: 8px;
    padding-left: 48px;
  }
  .articlePage .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .articlePage .sidebar {
    width: 270px;
    position: sticky;
    top: 132px;
  }
  .articlePage .text-block {
    width: calc(100% - 400px);
    margin-left: 130px;
    margin-top: 0;
  }
  .articlePage .text-block img {
    width: auto;
    max-width: 600px;
    max-height: 600px;
  }
}
@media screen and (max-width: 500px) {
  .articlePage h1 {
    font-size: 36px;
  }
  .articlePage h2 {
    font-size: 28px;
  }
  .articlePage h3 {
    font-size: 19px;
  }
}
.honbaoPage h1 {
  margin-bottom: 96px;
}
.honbaoPage h2 {
  margin-bottom: 48px;
  position: relative;
}
.honbaoPage h2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 0 0 120px;
  border-color: transparent transparent transparent #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.honbaoPage h3 {
  color: #04bb5d;
  margin-bottom: 24px;
}
.honbaoPage .get-honbao-info {
  margin-bottom: 48px;
}
.honbaoPage .get-honbao-info .active-img-box img {
  width: 100%;
}
.honbaoPage .get-honbao-info .update-time {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-stretch: 100%;
}
.honbaoPage .pc-use {
  display: none;
}
.honbaoPage .mobile-use .btn-go-honbao {
  width: 160px;
  height: 56px;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset 0 -3px 0 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 4px 0 rgba(250, 250, 250, 0.32);
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(0, 27, 59, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 16px auto 24px auto;
}
.honbaoPage .mobile-use .btn-go-honbao .bgImg {
  font-size: 19px;
}
.honbaoPage .mobile-use .btn-go-honbao:active {
  transform: scale(0.9);
}

.honbao-news {
  font-size: 17px;
  font-weight: 800;
  font-stretch: 90%;
  margin-bottom: 48px;
}
.honbao-news p {
  max-width: 370px;
  text-align: center;
  margin: 8px 0;
}
.honbao-news .btn-social {
  width: 100%;
  max-width: 370px;
  height: 80px;
  padding: 0 16px;
  margin-bottom: 16px;
  border-radius: 24px;
  border: 2px solid rgba(205, 194, 162, 0.48);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.honbao-news .btn-social .areaL {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.honbao-news .btn-social .areaL .mark-fb,
.honbao-news .btn-social .areaL .mark-yt {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fafafa;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  margin-right: 16px;
}
.honbao-news .btn-social .areaL .mark-fb {
  background-image: url(../img/fb.png);
  background-size: cover;
}
.honbao-news .btn-social .areaL .mark-yt {
  background-image: url(../img/yt.png);
  background-size: cover;
}
.honbao-news .btn-social .icon-arrow_b_right:before {
  font-size: 32px;
  color: #452201;
}

.honbao-tutorial .step-block {
  margin: 0 auto;
  height: auto;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
  z-index: 0;
}
.honbao-tutorial .step-block:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(205, 194, 162, 0.48);
  display: block;
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.honbao-tutorial .step-block:last-child:after {
  display: none;
}
.honbao-tutorial .time-line {
  width: 64px;
}
.honbao-tutorial .step-order {
  width: 64px;
  height: 64px;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 100%;
}
.honbao-tutorial .step-order .text,
.honbao-tutorial .step-order .bgImg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.honbao-tutorial .info-box {
  width: calc(100% - 80px);
}
.honbao-tutorial .info-box p {
  min-height: 64px;
  font-size: 19px;
  color: #001b3b;
  font-weight: 800;
  font-stretch: 90%;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.honbao-tutorial .imgBox {
  width: 250px;
  height: auto;
  margin-bottom: 16px;
}
.honbao-tutorial .imgBox img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .honbaoPage .honbao-info-area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .honbaoPage .honbao-info-area .get-honbao-box {
    width: 50%;
  }
  .honbaoPage .honbao-info-area .honbao-news {
    width: 50%;
  }
  .honbaoPage .get-honbao-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .honbaoPage .get-honbao-info .active-img-box {
    width: 50%;
    margin-right: 32px;
  }
  .honbaoPage .get-honbao-info .active-img-box img {
    width: 100%;
  }
  .honbaoPage .get-honbao-info .go-honbao-box {
    width: 50%;
  }
  .honbaoPage .get-honbao-info .mobile-use {
    display: none;
  }
  .honbaoPage .get-honbao-info .pc-use {
    display: block;
  }
  .honbaoPage .get-honbao-info .pc-use p {
    font-weight: 800;
    font-stretch: 90%;
    color: #001b3b;
    text-align: center;
  }
  .honbaoPage .get-honbao-info .pc-use .qr-honbao-box {
    width: 180px;
    height: 180px;
    margin: 16px auto;
  }
  .honbaoPage .get-honbao-info .pc-use .qr-honbao-box img {
    width: 100%;
    height: 100%;
  }
  .honbaoPage .honbao-tutorial {
    margin: 48px auto;
    width: 500px;
  }
}
/*login START*/
.loginPage h2 {
  margin: 80px 0 32px 0;
  text-align: center;
}
.loginPage .login-content .btn-goGame {
  width: 180px;
  height: 56px;
  margin: 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 12px;
}
.loginPage .login-content .btn-goGame .text,
.loginPage .login-content .btn-goGame .bgImg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.loginPage .login-content .btn-goGame {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.loginPage .login-content .qrcodeBox {
  width: 200px;
  height: 200px;
  margin: 16px auto;
}
.loginPage .login-content .qrcodeBox img {
  width: 100%;
  height: 100%;
}
.loginPage .login-content p,
.loginPage .login-content .tipsText {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .loginPage .login-content .btn-goGame {
    display: none;
  }
}
#forWeb-view {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#forWeb-view .iframe-box {
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#forWeb-view .iframe-box iframe {
  width: 100%;
  height: 100%;
  max-width: 400px;
}
#forWeb-view .iframe-box .btn-fullscreen-open {
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-top: 0;
  position: absolute;
  top: 48px;
  right: 0;
  background-color: rgba(102, 119, 138, 0.32);
  cursor: pointer;
}
#forWeb-view .iframe-box .btn-fullscreen-open:before {
  content: "\e94a";
  font-family: "icomoon" !important;
  font-size: 24px;
  line-height: 24px;
  color: #fafafa;
}
#forWeb-view .iframe-box .btn-fullscreen-close {
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-top: 0;
  position: absolute;
  top: 48px;
  right: 0;
  background-color: rgba(102, 119, 138, 0.32);
  cursor: pointer;
}
#forWeb-view .iframe-box .btn-fullscreen-close:before {
  content: "\e94b";
  font-family: "icomoon" !important;
  font-size: 24px;
  line-height: 24px;
  color: #fafafa;
}
#forWeb-view .iframe-box .btn-screen-turn {
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-top: 0;
  position: absolute;
  top: 96px;
  right: 0;
  background-color: rgba(102, 119, 138, 0.32);
  cursor: pointer;
}
#forWeb-view .iframe-box .btn-screen-turn:before {
  content: "\e950";
  font-family: "icomoon" !important;
  font-size: 24px;
  line-height: 24px;
  color: #fafafa;
}
#forWeb-view.forWeb-landscape-view {
  max-width: unset;
}
#forWeb-view.forWeb-landscape-view .iframe-box {
  max-width: unset;
}
#forWeb-view.forWeb-landscape-view .iframe-box iframe {
  max-width: unset;
}

@media screen and (max-width: 800px) and (max-height: 400px) {
  #forWeb-view .iframe-box .btn-fullscreen-close,
  #forWeb-view .iframe-box .btn-fullscreen-open {
    margin-top: 0;
    position: absolute;
    top: 48px;
    right: 4px;
    background-color: rgba(102, 119, 138, 0.32);
  }
  #forWeb-view .iframe-box .btn-screen-turn {
    margin-top: 0;
    position: absolute;
    top: 96px;
    right: 4px;
    background-color: rgba(102, 119, 138, 0.32);
  }
}
.shortcutPage .intro-block {
  padding-top: 200px;
}
.shortcutPage h1 {
  font-size: 32px;
}
.shortcutPage h1 p {
  font-size: 19px;
  margin: 16px 0;
}
.shortcutPage h2 {
  margin-bottom: 48px;
  position: relative;
}
.shortcutPage h2:after {
  content: "";
  display: block;
  width: 96px;
  height: 16px;
  background-color: #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.shortcutPage h4 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  margin: 24px 0;
  text-align: center;
}
.shortcutPage p {
  text-align: center;
}
.shortcutPage .tabs li {
  flex: 1;
}
.shortcutPage .area-title-box {
  width: 100%;
  height: 24px;
  margin: 32px 0;
  position: relative;
}
.shortcutPage .area-title-box:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(205, 194, 162, 0.48);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.shortcutPage .area-title-box .area-title {
  min-width: 56px;
  height: 100%;
  background-image: linear-gradient(to bottom, #fbc323, #fde397);
  background-size: 100% 100%;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: 0 16px;
  font-size: 16px;
  font-weight: 800;
  font-stretch: 90%;
  text-shadow: 1px 1px 0 #fff8e4;
  white-space: nowrap;
}
.shortcutPage .imgBox {
  width: 80%;
  max-width: 240px;
  margin: 16px auto 0 auto;
}
.shortcutPage .imgBox img {
  width: 100%;
}
.shortcutPage .btn-shortcut-link {
  width: 180px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
}
.shortcutPage .btn-shortcut-link .text,
.shortcutPage .btn-shortcut-link .bgImg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow:
    0 8px 16px 0 rgba(3, 165, 123, 0.48),
    inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.shortcutPage .btn-shortcut-link {
  margin: 0 auto 48px auto;
}
.shortcutPage .btn-shortcut-link .text {
  font-size: 19px;
  border-radius: 24px;
}
.shortcutPage .btn-shortcut-link:active {
  transform: scale(0.9);
}
.shortcutPage .pc-box {
  display: none;
}
.shortcutPage .btn-go-subscribe {
  display: block;
  width: 260px;
  height: 48px;
  padding: 8px 16px;
  text-align: center;
  margin: 16px auto 32px auto;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow:
    0 8px 16px 0 rgba(69, 34, 1, 0.32),
    inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16),
    inset 0 2px 1px 0 #fafafa;
  color: #001b3b;
  border-radius: 16px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.shortcutPage .btn-go-subscribe:active {
  transform: scale(0.9);
}
.shortcutPage .btn-go-subscribe span:before {
  color: #452201;
}

.subscribePage .tipsTxt {
  color: #fb5723;
  font-weight: 800;
  font-stretch: 90%;
}

.pwaPage.shortcutPage .intro-block {
  padding-top: 88px;
}

@media screen and (min-width: 992px) {
  .shortcutPage .intro-block {
    padding-top: 250px;
  }
  .shortcutPage .intro-block h1 p {
    font-size: 27px;
  }
  .shortcutPage h4 {
    font-size: 25px;
    line-height: 40px;
  }
  .shortcutPage .imgBox {
    max-width: 360px;
    margin: 16px auto 0 auto;
  }
  .shortcutPage .imgBox img {
    width: 100%;
  }
  .shortcutPage .pc-box {
    display: block;
  }
  .shortcutPage .mobile-box {
    display: none;
  }
  .shortcutPage .tabs {
    width: 30%;
    margin: 48px auto;
  }
  .shortcutPage .tab_container {
    width: 60%;
    min-width: 700px;
    margin: 0 auto;
  }
}
/*kbb 下載 START*/
.download-content #btn-kbb-manual,
.download-content #btn-kbb-download {
  width: 100%;
  height: 80px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow:
    0 8px 16px 0 rgba(69, 34, 1, 0.32),
    inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16),
    inset 0 2px 1px 0 #fafafa;
  color: #001b3b;
  border-radius: 12px;
  cursor: pointer;
}
.download-content #btn-kbb-manual .areaL,
.download-content #btn-kbb-download .areaL {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 19px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-weight: 800;
  font-stretch: 90%;
}
.download-content #btn-kbb-manual .icon-mark,
.download-content #btn-kbb-download .icon-mark {
  width: 48px;
  height: 48px;
  background-size: cover;
  margin-right: 16px;
}
.download-content #btn-kbb-manual .icon-arrow_b_right:before,
.download-content #btn-kbb-download .icon-arrow_b_right:before {
  font-size: 32px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.download-content #btn-kbb-manual:active,
.download-content #btn-kbb-download:active {
  transform: scale(0.9);
}

.download-content {
  margin: 0 auto;
  padding-top: 48px;
}
.download-content h4 {
  font-size: 37px;
  margin-bottom: 32px;
  position: relative;
}
.download-content h4:after {
  content: "";
  display: block;
  width: 96px;
  height: 16px;
  background-color: #fbc323;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.download-content .download-btns-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto 64px auto;
}
.download-content .download-btns-box > div {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.download-content .download-btns-box .tipsTxt {
  margin-bottom: 8px;
  padding: 0 8px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
.download-content .download-btns-box .version-number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  font-stretch: 100%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  margin: 12px 0 16px 0;
  padding: 0 8px;
}
.download-content .download-btns-box .version-number-box span {
  margin-right: 32px;
}
.download-content #btn-kbb-download .mark-kbb-arcade {
  background-image: url(../img/kimbaba_icon_Arcade.png);
}
.download-content #btn-kbb-download .mark-kbb-pc {
  background-image: url(../img/kimbaba_icon_PC.png);
}
.download-content #btn-kbb-manual .mark-pdf {
  background-image: url(../img/pdf.png);
}

@media screen and (min-width: 768px) {
  .downloadPage .main {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
  .downloadPage .floating01 {
    width: 31vw;
    height: 31.93vw;
    background-image: url(../img/floating_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    right: 5vw;
    top: 5vw;
  }
  .download-content {
    margin: 80px 0;
  }
  .download-content .download-btns-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin: 0 0 48px 0;
  }
  .download-content .download-btns-box > div {
    flex: 1;
    margin: 0 4% 0 0;
  }
}
/*kbb 下載 STOP*/
/*活動宣傳模板 START*/
.activityModule .main-title-img {
  width: 96%;
  min-width: 320px;
  max-width: 880px;
  margin: 0 auto;
}
.activityModule .main-title-img:after {
  display: none;
}
.activityModule .main-title-img img {
  width: 100%;
}
.activityModule .tabs {
  width: auto;
  padding: 0;
  margin: 32px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.activityModule #tab1,
.activityModule #tab2,
.activityModule #tab3 {
  margin-bottom: 160px;
}
.activityModule #tab1.active {
  scroll-margin-top: 160px;
}
.activityModule #tab2.active {
  scroll-margin-top: 200px;
}
.activityModule #tab3.active {
  scroll-margin-top: 200px;
}
.activityModule .category-tabs {
  padding: 4px;
  position: sticky;
  top: 88px;
  left: unset;
  transform: none;
}
.activityModule .category-tabs li {
  height: 48px;
  margin: 0 2px;
  padding: 0;
}
.activityModule .category-tabs li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 8px;
}
.activityModule .category-tabs .tab-link.active {
  box-shadow:
    0 8px 16px 0 rgba(51, 89, 242, 0.48),
    inset -2px -4px 2px 0 rgba(35, 163, 251, 0.72),
    inset 0 2px 0 0 rgba(255, 253, 247, 0.32);
  background-image: linear-gradient(115deg, #61a2ff, #0033ff);
  border-radius: 100px;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  color: #fff8e4;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
.activityModule .story-block {
  width: 80vw;
  min-width: 320px;
  margin: 0 auto 2.66em auto;
  background-color: rgba(12, 26, 44, 0.48);
  border-radius: 32px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.activityModule .story-block .text {
  width: 100%;
  font-weight: 800;
  font-stretch: 90%;
}
.activityModule .story-block .text h2 {
  font-size: 25px;
  color: #fbc323;
}
.activityModule .story-block .text h3 {
  font-size: 19px;
  color: #fafafa;
}
.activityModule .story-block .text p {
  font-size: 14px;
  color: #cdc2a2;
}
.activityModule .story-block .img-box {
  width: 100%;
  flex-shrink: 0;
  margin: 0 auto;
  padding: 0;
}
.activityModule .story-block .img-box img {
  width: 100%;
}
.activityModule .item-block {
  width: 80vw;
  min-width: 320px;
  margin: 0 auto;
}
.activityModule .ip-img-box {
  width: 320px;
  margin: 0 auto;
  animation: smooth-breathe 1.5s ease-in-out infinite;
}
.activityModule .ip-img-box img {
  width: 100%;
}
.activityModule .text-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 32px;
  padding: 60px 32px 32px 32px;
  position: relative;
  top: -3em;
  font-size: 24px;
}
.activityModule .text-box .font-size-small {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}
.activityModule .item-title-img {
  width: 13.33em;
  min-width: 320px;
  height: 4em;
  position: absolute;
  bottom: calc(100% - 2em);
  left: 50%;
  transform: translateX(-50%);
}
.activityModule .item-title-img img {
  width: 100%;
}
.activityModule .item-text h3 {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fbc323;
}
.activityModule .item-text p {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}
.activityModule .tips-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  font-size: 25px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fbc323;
  margin-top: 16px;
  font-size: 19px;
}
.activityModule .tips-box h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 800;
  font-stretch: 90%;
}
.activityModule .tips-box p {
  font-size: 12px;
}
.activityModule .point-img {
  width: 3em;
  height: 3em;
  flex-shrink: 0;
}
.activityModule .point-img img {
  width: 100%;
}
.activityModule .ui-img-box {
  display: none;
}
.activityModule .ui-img-box-m {
  width: 100%;
  margin: 0.333em 0;
}
.activityModule .ui-img-box-m img {
  width: 100%;
}
.activityModule .btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.activityModule .btns-box > a {
  margin-bottom: 32px;
}
.activityModule .btns-box > a:active {
  transform: scale(0.9);
}
.activityModule .main-footer {
  width: 100%;
  height: 96px;
  background-image: linear-gradient(
    180deg,
    rgba(246, 208, 90, 0),
    rgb(246, 208, 90)
  );
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  gap: 8px;
}
.activityModule .main-footer .btn-CTA {
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 100px;
}
.activityModule .main-footer .btn-CTA .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.activityModule .main-footer .btn-CTA {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  cursor: pointer;
}
.activityModule .main-footer .btn-CTA:active {
  transform: scale(0.9);
}
.activityModule .main-footer p {
  width: 85%;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-shadow: none;
  line-height: 1.4;
  padding: 0 16px;
  margin: 0;
}
.activityModule .popup {
  margin: 0 auto 24px auto;
  position: relative;
}
.activityModule .popup p {
  font-size: 14px;
}
.activityModule .popup .img-box {
  padding: 0 8px;
}
.activityModule .popup .p-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px 16px 0 0;
}
.activityModule .popup .body-content {
  line-height: 1.6;
}
.activityModule .popup .body-content .area-content {
  padding: 0 16px;
}
.activityModule .popup .body-content .text-box-blue,
.activityModule .popup .body-content .text-box-brown {
  background-color: rgba(51, 89, 242, 0.08);
  border-radius: 12px;
  padding: 8px 12px;
  margin: 16px 0;
  font-size: 14px;
}
.activityModule .popup .body-content .text-box-blue p,
.activityModule .popup .body-content .text-box-brown p {
  margin: 0;
  font-size: 14px;
}
.activityModule .popup .body-content .text-box-brown {
  background-color: rgba(205, 194, 162, 0.48);
}
.activityModule .popup .body-content h6 {
  font-size: 14px;
  color: #04bb5d;
  font-weight: 800;
  font-stretch: 90%;
  margin: 16px 0 4px 0;
}
.activityModule .popup .body-content .focusTxt {
  color: #fb5723;
  font-weight: 800;
  font-stretch: 90%;
}
.activityModule .popup .body-content > p {
  padding: 0 16px;
}
.activityModule .popup .body-content ol {
  padding: 0 16px;
  font-size: 14px;
}
.activityModule .popup .body-content ol li {
  list-style: decimal;
  margin-bottom: 16px;
}
.activityModule .popup .body-content ol ul {
  padding-left: 16px;
}
.activityModule .popup .body-content ol ul li {
  list-style: disc;
  margin: 8px 0;
}
.activityModule .popup .area-title-box {
  width: 100%;
  height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.activityModule .popup .area-title-box:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(205, 194, 162, 0.48);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.activityModule .popup .area-title-box .area-title {
  min-width: 56px;
  height: 100%;
  background-image: linear-gradient(to bottom, #fbc323, #fde397);
  background-size: 100% 100%;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  backdrop-filter: blur(2px);
  padding: 0 16px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  text-shadow: 1px 1px 0 #fff8e4;
  white-space: nowrap;
}
.activityModule .popup .area-title-box .area-title {
  font-size: 14px;
}
.activityModule .popup .area-title-box-red {
  width: 100%;
  height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.activityModule .popup .area-title-box-red:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(205, 194, 162, 0.48);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.activityModule .popup .area-title-box-red .area-title {
  min-width: 56px;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow:
    0 8px 16px 0 rgba(251, 87, 35, 0.48),
    inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72),
    inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  background-size: 100% 100%;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  backdrop-filter: blur(2px);
  padding: 0 16px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  white-space: nowrap;
}
.activityModule .popup .area-title-box-red .area-title {
  font-size: 14px;
}
.activityModule .popup .area-title-box,
.activityModule .popup .area-title-box-red {
  margin: 24px auto 16px auto;
}
.activityModule .popup .area-title-box:before,
.activityModule .popup .area-title-box-red:before {
  width: calc(100% - 32px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .activityModule section {
    width: 640px;
    margin: 0 auto;
  }
  .activityModule .main-title-img {
    min-width: 640px;
  }
  .activityModule .story-block {
    width: 640px;
  }
  .activityModule .ip-img-box {
    width: 480px;
  }
  .activityModule .item-block {
    width: 640px;
  }
  .activityModule .text-box {
    width: 100%;
    padding: 3em 1.777em 1.555em 1.777em;
    box-shadow:
      8px 16px 48px 0 rgb(12, 26, 44),
      0 0 0 8px rgba(251, 195, 35, 0.24),
      0 0 0 6px rgb(251, 195, 35);
    border: 8px solid #fbc323;
    font-size: 37px;
  }
  .activityModule .btns-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .activityModule .btns-box a {
    margin: 0 1em 2em 1em;
  }
  .activityModule .main-footer {
    width: 100%;
    height: 112px;
  }
  .activityModule .main-footer .btn-CTA {
    width: 320px;
    height: 80px;
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .activityModule {
    font-size: 37px;
  }
  .activityModule .main {
    padding-bottom: 0;
  }
  .activityModule section {
    width: 880px;
    margin: 0 auto;
  }
  .activityModule .activity-module-content {
    margin: 88px auto 0 auto;
  }
  .activityModule .category-tabs {
    position: sticky;
    top: 156px;
  }
  .activityModule #tab1.active {
    scroll-margin-top: 280px;
  }
  .activityModule #tab2.active {
    scroll-margin-top: 280px;
  }
  .activityModule #tab3.active {
    scroll-margin-top: 280px;
  }
  .activityModule .story-block {
    width: 880px;
    margin: 0 auto 2.57em auto;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
  }
  .activityModule .story-block .text {
    font-size: 25px;
    font-weight: 800;
    font-stretch: 90%;
  }
  .activityModule .story-block .text h2 {
    font-size: 44px;
  }
  .activityModule .story-block .text h3 {
    font-size: 33px;
  }
  .activityModule .story-block .text p {
    font-size: 24px;
  }
  .activityModule .item-block {
    width: 640px;
    min-height: 720px;
    position: relative;
    left: 8%;
    margin-bottom: 72px;
  }
  .activityModule .item-block .item-text h3 {
    font-size: 47px;
    font-weight: 800;
    font-stretch: 90%;
    color: #fbc323;
  }
  .activityModule .item-block .item-text p {
    font-size: 1em;
    font-weight: 800;
    font-stretch: 90%;
  }
  .activityModule .ip-img-box {
    width: 420px;
    position: absolute;
    left: -38%;
  }
  .activityModule .text-box {
    top: 5.55em;
  }
  .activityModule .item-title-img {
    width: 74%;
    height: 200px;
    position: absolute;
    top: -72px;
  }
  .activityModule .ui-img-box {
    width: 72%;
    position: absolute;
    right: 0;
    bottom: 100%;
    display: block;
  }
  .activityModule .ui-img-box img {
    width: 100%;
  }
  .activityModule .ui-img-box-m {
    display: none;
  }
  .activityModule .tips-box {
    margin-top: 1.51em;
  }
  .activityModule .tips-box h6 {
    font-size: 25px;
  }
  .activityModule .tips-box p {
    font-size: 19px;
  }
  .activityModule .point-img {
    width: 3.25em;
    height: 3.25em;
  }
  .activityModule .btns-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .activityModule .btns-box a {
    margin: 0 1em;
  }
  .activityModule .btns-box a:hover {
    transform: scale(1.02);
    transition: 0.5s;
  }
  .activityModule .popup .area-title-box,
  .activityModule .popup .area-title-box-red {
    height: 32px;
    margin: 48px auto 48px auto;
  }
  .activityModule .popup .area-title-box .area-title,
  .activityModule .popup .area-title-box-red .area-title {
    font-size: 16px;
  }
  .activityModule .popup .body-content {
    padding: 0 104px;
  }
  .activityModule .popup .body-content h6 {
    font-size: 19px;
  }
  .activityModule .popup .body-content .text-box-blue p {
    font-size: 18px;
  }
  .activityModule .popup .body-content .text-box-brown {
    font-size: 19px;
  }
  .activityModule .popup p,
  .activityModule .popup li {
    font-size: 19px;
  }
}
@media screen and (min-width: 1366px) {
  .activityModule .item-block {
    width: 880px;
  }
  .activityModule .item-title-img {
    width: 74%;
    height: 200px;
    position: absolute;
    top: -96px;
  }
  .activityModule .ip-img-box {
    width: 560px;
    position: absolute;
    left: -38%;
  }
  .activityModule .text-box {
    top: 6.94em;
  }
}
@keyframes smooth-breathe {
  0% {
    transform: translateZ(0px) translateY(0px) skewX(0deg) skewY(0deg);
  }
  50% {
    transform: translateZ(5px) translateY(-5px) skewX(1deg) skewY(-1deg);
  }
  100% {
    transform: translateZ(0px) translateY(0px) skewX(0deg) skewY(0deg);
  }
}
@keyframes btn-ani-01 {
  0% {
    box-shadow: 0 8px 16px 0 rgb(109, 229, 247);
  }
  20% {
    box-shadow: 4px 12px 24px 0 rgb(109, 229, 247);
  }
  40% {
    box-shadow: 0 12px 24px 0 rgb(109, 229, 247);
  }
  60% {
    box-shadow: -4px 8px 24px 0 rgb(109, 229, 247);
  }
  80% {
    box-shadow: -4px 8px 24px 0 rgb(109, 229, 247);
  }
  100% {
    box-shadow: 0 8px 16px 0 rgb(109, 229, 247);
  }
}
@keyframes btn-ani-02 {
  0% {
    box-shadow: 0 8px 16px 0 rgb(240, 144, 53);
  }
  20% {
    box-shadow: -4px 8px 24px 0 rgb(240, 144, 53);
  }
  40% {
    box-shadow: 0 12px 24px 0 rgb(240, 144, 53);
  }
  60% {
    box-shadow: 4px 12px 24px 0 rgb(240, 144, 53);
  }
  80% {
    box-shadow: 4px 12px 24px 0 rgb(240, 144, 53);
  }
  100% {
    box-shadow: 0 8px 16px 0 rgb(240, 144, 53);
  }
}
/*一般活動頁 START*/
#activity {
  background-image: url(../img/active/adv_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.activePage {
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
  user-select: none;
}
.activePage h1 {
  color: #fafafa;
  text-shadow: 2px 2px 0 rgba(69, 34, 1, 0.48);
}
.activePage h2 {
  color: #04bb5d;
  text-shadow: none;
}
.activePage h4 {
  color: #fbc323;
  text-shadow: unset;
  font-weight: 800;
  font-stretch: 90%;
  font-size: 19px;
  margin-top: 16px;
}
.activePage h4 span {
  color: #fafafa;
  text-shadow: unset;
}
.activePage p {
  font-size: 19px;
}
.activePage ul {
  padding-left: 24px;
}
.activePage ul li {
  margin-bottom: 8px;
}
.activePage .redTxt {
  color: #fb5723;
}
.activePage .main {
  color: #fafafa;
  text-shadow: unset;
}
.activePage .active-content {
  margin: 48px auto 0 auto;
}
.activePage .img-box {
  width: 100%;
  margin: 32px auto 0 auto;
  padding-bottom: 24px;
}
.activePage .img-box img {
  width: 100%;
}
.activePage footer {
  display: none;
}

#kidsdrawing {
  background-image: url(../img/active/adv_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
#kidsdrawing .last-title {
  margin: 16px;
}
#kidsdrawing .last-title span {
  font-size: 12px;
}
#kidsdrawing .sec-list {
  padding-left: 48px;
  margin-bottom: 32px;
}
#kidsdrawing .sec-list li {
  list-style: disc;
}
#kidsdrawing .winner-list {
  padding: 0 16px;
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#kidsdrawing .winner-list li {
  list-style: none;
  width: 100%;
  margin-bottom: 32px;
}
#kidsdrawing .winner-list .imgBox {
  width: 100%;
}
#kidsdrawing .winner-list .imgBox img {
  width: 100%;
}
#kidsdrawing #btn-download-paper {
  width: 200px;
  height: 64px;
  padding: 0 16px;
  margin: 16px 0 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow:
    0 8px 16px 0 rgba(69, 34, 1, 0.32),
    inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16),
    inset 0 2px 1px 0 #fafafa;
  color: #001b3b;
  border-radius: 12px;
  cursor: pointer;
  font-size: 19px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-weight: 800;
  font-stretch: 90%;
}
#kidsdrawing #btn-download-paper .icon-mark {
  width: 48px;
  height: 48px;
  background-size: cover;
  margin-right: 8px;
}
#kidsdrawing #btn-download-paper:active {
  transform: scale(0.9);
}
#kidsdrawing .time-line-box {
  width: 100%;
  max-width: 800px;
  margin: 24px 0 48px 0;
}
#kidsdrawing .time-line-box img {
  width: 100%;
}

#guild-battle {
  --burst-depth-rgb: 12, 26, 44; /* 深色陰影 */
  --burst-ring-rgb: 251, 195, 35; /* 外圈爆發色 */
}
#guild-battle .activityModule {
  background-image: url(../img/active/guild2/guild2_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
#guild-battle .activityModule .text-box {
  background-image: linear-gradient(
    180deg,
    rgb(20, 12, 44) 0%,
    rgb(45, 28, 87) 100%
  );
  box-shadow:
    4px 8px 24px 0 rgb(12, 26, 44),
    0 0 0 4px rgba(251, 195, 35, 0.24),
    0 0 0 3px rgb(251, 195, 35);
  border: 4px solid #fbc323;
  animation: shadow-burst 1.5s linear infinite;
}
#guild-battle .category-tabs {
  background-color: rgb(255, 248, 228);
}
#guild-battle .btn-add-guild {
  width: 160px;
  height: 40px;
  background-image: url(../img/active/guild2/guild2_btn_02.png);
  background-size: 100% 100%;
  box-shadow: 0 8px 24px 0 rgb(109, 229, 247);
  animation: btn-ani-01 2s linear infinite both;
  margin-bottom: 0;
}
#guild-battle .btn-battle {
  width: 160px;
  height: 40px;
  background-image: url(../img/active/guild2/guild2_btn_01.png);
  background-size: 100% 100%;
  box-shadow: 0 8px 16px 0 rgb(240, 144, 53);
  animation: btn-ani-02 2s linear infinite both;
  margin-bottom: 0;
}
#guild-battle .popup {
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}
#guild-battle .main-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-image: linear-gradient(180deg, rgba(246, 208, 90, 0), #1a1e21);
}
#guild-battle .popup-tools-info .p-body {
  padding: 48px 0 32px 0;
}
#guild-battle .popup-tools-info .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
#guild-battle .popup-tools-info .item h6 {
  margin: 0 0 4px 0;
}
#guild-battle .popup-tools-info .item-img {
  width: 84px;
  flex-shrink: 0;
}
#guild-battle .popup-tools-info .item-img img {
  width: 100%;
}
#guild-battle .popup-tools-info .text-box-blue ol {
  margin-bottom: 0;
}
#guild-battle .popup-tools-info .text-box-blue li:last-child {
  margin-bottom: 0;
}

.music-toggle svg {
  margin-left: 4px;
}

#partner-recruit {
  --burst-color-rgb: 251, 195, 35;
  --burst-shadow-dark-rgb: 153, 132, 110;
  --burst-shadow-light-rgb: 255, 255, 255;
}
#partner-recruit .activityModule {
  background-image: url(../img/active/partner/affiliate_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
#partner-recruit .activityModule .text-box {
  box-shadow:
    0 0 0 10px rgba(251, 195, 35, 0.32),
    8px 16px 42px 0 rgba(251, 195, 35, 0.32),
    inset 0 -8px 0 0 rgba(153, 132, 110, 0.24),
    inset 0 8px 0 0 rgb(255, 255, 255);
  background-color: #fff8e4;
  border: 6px solid rgb(153, 132, 110);
  animation: shadow-burst-partner 1.5s linear infinite;
}
#partner-recruit .main {
  color: #452201;
  text-shadow: 2px 2px 0 #fff8e4;
}
#partner-recruit .story-block {
  box-shadow:
    8px 16px 48px 0 rgba(69, 34, 1, 0.24),
    0 -8px 0 0 inset rgba(153, 132, 110, 0.24),
    0 8px 0 0 inset rgb(255, 255, 255);
  background-color: #fff8e4;
  padding: 24px 0;
}
#partner-recruit .story-block .img-box {
  padding: 0 24px;
}
#partner-recruit .story-block .text {
  max-height: 216px;
  padding: 0 16px 0 24px;
  overflow: auto;
}
#partner-recruit .tips-box {
  color: rgb(153, 132, 110);
  gap: 16px;
}
#partner-recruit #tab3 {
  margin-bottom: 48px;
}

.agents-info-table {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 32px;
}
.agents-info-table .table-header {
  width: 25%;
  background-color: #452201;
  backdrop-filter: blur(4px);
  box-shadow:
    2px 4px 8px 0 rgba(69, 34, 1, 0.32),
    inset 0 -3px 0 0 #7f3f02;
  font-size: 12px;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  position: sticky;
  left: 0;
  z-index: 10;
}
.agents-info-table .table-header > div {
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 1.4;
}
.agents-info-table .table-header .order {
  background-color: #452201;
}
.agents-info-table .table-body {
  font-size: 14px;
  width: 80%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.agents-info-table .table-body ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding-left: 0;
}
.agents-info-table .table-body li {
  width: 25%;
  min-width: 80px;
  border-left: 1px solid rgba(205, 194, 162, 0.48);
}
.agents-info-table .table-body li .item {
  font-size: 14px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  text-align: center;
}
.agents-info-table .table-body .item:first-child {
  border-top: 1px solid rgba(205, 194, 162, 0.48);
  background-color: #fff8e4;
}
.agents-info-table .table-body .label-new .item:first-child .icon-new {
  min-width: 32px;
  width: auto;
  height: 16px;
  box-shadow:
    0 8px 16px 0 rgba(51, 89, 242, 0.48),
    inset -2px -4px 2px 0 rgba(35, 163, 251, 0.72),
    inset 0 2px 0 0 rgba(255, 253, 247, 0.32);
  background-image: linear-gradient(115deg, #61a2ff, #0033ff);
  border-radius: 100px;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
  color: #fff8e4;
  border-radius: 8px;
  padding: 0 8px;
  font-family:
    "Archivo", "PingFang TC", "Microsoft JhengHei", sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-weight: 600;
  font-stretch: 80%;
  margin: 0 0 4px 0;
}
.agents-info-table .order {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  font-size: 14px;
}
.agents-info-table .item {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  line-height: 19px;
}
.agents-info-table .item:first-child {
  border-top: 1px solid rgba(205, 194, 162, 0.48);
}
.agents-info-table .item .number {
  font-size: 17px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fbc323;
  margin-left: 4px;
}

.calculate-box {
  padding: 32px 16px 0 16px;
  margin-bottom: 16px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-size: 10px;
}
.calculate-box.rebate .inputBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.calculate-box.rebate input {
  padding-left: 0;
}
.calculate-box.rebate .minus {
  padding-left: 8px;
  font-size: 1.4em;
  font-weight: 500;
  font-stretch: 100%;
}
.calculate-box > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}
.calculate-box p {
  margin-bottom: 0;
  font-weight: 800;
  font-stretch: 90%;
}
.calculate-box .areaL {
  width: 144px;
}
.calculate-box .areaL p {
  font-size: 1.2em;
  font-weight: 800;
  font-stretch: 90%;
}
.calculate-box .areaR {
  text-align: right;
}
.calculate-box .areaR p {
  font-size: 1.4em;
}
.calculate-box .areaR .count {
  font-size: 1.9em;
  font-weight: 800;
  font-stretch: 90%;
  color: #fbc323;
}
.calculate-box .item-title {
  font-size: 1.4em;
  color: #04bb5d;
  text-shadow: none;
  margin-bottom: 8px;
  font-weight: 500;
  font-stretch: 100%;
}
.calculate-box .item-title .tipsTxt {
  font-size: 0.857em;
}
.calculate-box .item {
  margin-bottom: 16px;
  gap: 8px;
}
.calculate-box hr {
  border-top: 4px solid #001b3b;
  margin-bottom: 8px;
}
.calculate-box .tipsTxt {
  font-size: 1.2em;
  color: rgba(69, 34, 1, 0.4);
  text-align: right;
  margin-bottom: 0;
}
.calculate-box .result {
  font-size: 2.5em;
  line-height: 28px;
  font-weight: 800;
  font-stretch: 90%;
  text-align: right;
}
.calculate-box .level {
  min-width: 56px;
  height: 32px;
  background-color: #3359f2;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 1.2em;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}

#treasure {
  --burst-depth-rgb: 101, 151, 65; /* 深色陰影 */
  --burst-ring-rgb: 49, 117, 62; /* 外圈爆發色 */
}
#treasure .activityModule {
  background-image: url(../img/active/treasure/treasure_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
#treasure .activityModule .text-box {
  box-shadow:
    0 0 0 16px rgba(101, 151, 65, 0.32),
    8px 16px 48px 0 rgba(101, 151, 65, 0.32),
    inset 0 -8px 0 0 rgba(153, 132, 110, 0.24),
    inset 0 8px 0 0 rgb(255, 255, 255);
  background-color: rgb(255, 248, 228);
  border: 6px solid rgb(49, 117, 62);
  animation: shadow-burst 1.5s linear infinite;
}
#treasure .activityModule .text-box .img-box {
  width: 100%;
  margin: 0 auto;
}
#treasure .activityModule .text-box .text-icon {
  font-size: 19px;
}
#treasure .main {
  color: #452201;
  text-shadow: 2px 2px 0 #fff8e4;
}
#treasure .story-block {
  background-color: rgba(12, 44, 18, 0.48);
  color: #fafafa;
  text-shadow: none;
}
#treasure .other-block {
  margin-top: 48px;
}
#treasure .popup {
  margin-bottom: 80px;
}
#treasure .popup .img-box {
  margin: 0;
}
#treasure .tips-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: rgb(49, 117, 62);
  gap: 16px;
}
#treasure .main-footer {
  background-image: linear-gradient(
    180deg,
    rgba(65, 139, 142, 0),
    rgb(49, 106, 108)
  );
}

#agent-ad {
  --burst-depth-rgb: 241, 26, 0; /* 深色陰影 */
  --burst-ring-rgb: 245, 113, 113; /* 外圈爆發色 */
}
#agent-ad .main {
  color: #7f3f02;
}
#agent-ad .story-block {
  background-color: rgba(155, 56, 56, 0.48);
  color: #fafafa;
}
#agent-ad .activityModule {
  background-image: url(../img/active/agent-ad/recruit_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
#agent-ad .text-box {
  box-shadow:
    0 0 0 6px rgb(214, 104, 45),
    0 0 0 16px rgba(241, 26, 0, 0.32),
    8px 16px 48px 0 rgb(245, 113, 113),
    0 -8px 0 0 inset rgba(153, 132, 110, 0.24),
    0 8px 0 0 inset rgb(255, 255, 255);
  background-color: rgb(255, 248, 228);
  border: 6px solid rgb(245, 113, 113);
  animation: shadow-burst 1.5s linear infinite;
}
#agent-ad .text-box .img-box {
  width: 100%;
  margin: 0 auto;
}
#agent-ad .text-box .item-text {
  padding-top: 16px;
}
#agent-ad .text-box .text-icon {
  font-size: 19px;
}
#agent-ad .text-box .tips-box {
  color: rgb(153, 132, 110);
  gap: 8px;
}
#agent-ad .popup .p-body {
  padding: 32px 0;
}
#agent-ad .popup .p-body ol {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .activePage {
    position: unset;
    background-position: top left;
  }
  .activePage .active-content {
    margin: 88px auto;
  }
  .activePage .img-box {
    width: 80%;
    margin: 24px 0;
  }
  .activePage .img-box img {
    width: 100%;
  }
  #kidsdrawing .winner-list {
    padding-left: 48px;
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #kidsdrawing .winner-list li {
    list-style: none;
    width: 33%;
    margin-bottom: 32px;
  }
  #kidsdrawing .winner-list .imgBox {
    width: 70%;
  }
  #kidsdrawing .winner-list .imgBox img {
    width: 100%;
  }
  #guild-battle .popup-tools-info .p-body {
    padding: 64px 0;
  }
  #guild-battle .btn-add-guild,
  #guild-battle .btn-battle {
    width: 280px;
    height: 70px;
  }
  #partner-recruit .story-block {
    padding: 40px 8px 40px 40px;
  }
  #partner-recruit .story-block .img-box {
    width: 40%;
    padding: 0;
  }
  #partner-recruit .story-block .text {
    max-height: 337px;
    padding: 0 24px 0 0;
  }
  .agents-info-table {
    padding: 0 16px;
  }
  .agents-info-table .table-header {
    font-size: 14px;
    width: 20%;
  }
  .agents-info-table .table-body li .number {
    font-size: 19px;
  }
  .calculate-box {
    margin-bottom: 24px;
    font-size: 13.5px;
  }
  .calculate-box .level {
    font-size: 14px;
  }
  .calculate-box .areaR p {
    font-weight: 500;
    font-stretch: 100%;
  }
  .calculate-box .areaL {
    width: 180px;
  }
  .calculate-box .tipsTxt {
    margin-bottom: 4px;
  }
  .calculate-box .result {
    font-size: 37px;
  }
  #treasure .other-block {
    margin-top: 400px;
  }
  #treasure .popup .img-box {
    width: 100%;
    padding: 0;
  }
  #agent-ad .popup .p-body {
    padding: 64px 0 32px 0;
  }
  #chatroom .story-block {
    padding: 40px 8px 40px 40px;
  }
  #chatroom .story-block .img-box {
    width: 40%;
    padding: 0;
  }
  #chatroom .story-block .text {
    max-height: 337px;
    padding: 0 24px 0 0;
  }
}
@keyframes shadow-burst {
  0% {
    box-shadow:
      4px 8px 24px 0 rgba(var(--burst-depth-rgb), 1),
      0 0 0 4px rgba(var(--burst-ring-rgb), 0.24),
      0 0 0 3px rgba(var(--burst-ring-rgb), 0.64);
  }
  40% {
    box-shadow:
      12px 24px 60px 0 rgba(var(--burst-depth-rgb), 0.5),
      0 0 0 16px rgba(var(--burst-ring-rgb), 0.15),
      0 0 0 12px rgba(var(--burst-ring-rgb), 0.3);
  }
  100% {
    box-shadow:
      20px 40px 100px 0 rgba(var(--burst-depth-rgb), 0),
      0 0 0 32px rgba(var(--burst-ring-rgb), 0),
      0 0 0 24px rgba(var(--burst-ring-rgb), 0);
  }
}
@keyframes shadow-burst-partner {
  0% {
    box-shadow:
      0 0 0 10px rgba(var(--burst-color-rgb), 0.32),
      4px 8px 16px 0 rgba(var(--burst-color-rgb), 0.32),
      inset 0 -8px 0 0 rgba(var(--burst-shadow-dark-rgb), 0.24),
      inset 0 8px 0 0 rgba(var(--burst-shadow-light-rgb), 1);
  }
  25% {
    box-shadow:
      0 0 0 16px rgba(var(--burst-color-rgb), 0.56),
      4px 8px 16px 0 rgba(var(--burst-color-rgb), 0.64),
      inset 0 -8px 0 0 rgba(var(--burst-shadow-dark-rgb), 0.24),
      inset 0 8px 0 0 rgba(var(--burst-shadow-light-rgb), 1);
  }
  50% {
    box-shadow:
      0 0 0 10px rgba(var(--burst-color-rgb), 0.8),
      4px 8px 16px 0 rgba(var(--burst-color-rgb), 0.88),
      inset 0 -8px 0 0 rgba(var(--burst-shadow-dark-rgb), 0.24),
      inset 0 8px 0 0 rgba(var(--burst-shadow-light-rgb), 1);
  }
  75% {
    box-shadow:
      0 0 0 16px rgba(var(--burst-color-rgb), 0.56),
      4px 8px 16px 0 rgba(var(--burst-color-rgb), 0.64),
      inset 0 -8px 0 0 rgba(var(--burst-shadow-dark-rgb), 0.24),
      inset 0 8px 0 0 rgba(var(--burst-shadow-light-rgb), 1);
  }
  100% {
    box-shadow:
      0 0 0 10px rgba(var(--burst-color-rgb), 0.32),
      4px 8px 16px 0 rgba(var(--burst-color-rgb), 0.32),
      inset 0 -8px 0 0 rgba(var(--burst-shadow-dark-rgb), 0.24),
      inset 0 8px 0 0 rgba(var(--burst-shadow-light-rgb), 1);
  }
}
#myCard-711-2026 .activityModule {
  background-image: url(../img/active/mycard_2026/voiceroom_bg.png);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 132px;
}
#myCard-711-2026 .event-status {
  position: fixed;
  left: 8px;
  top: 80px;
  z-index: 1;
  text-align: center;
  font-weight: 800;
  font-stretch: 90%;
  font-size: 19px;
  margin-top: 8px;
}
#myCard-711-2026 .event-status > div {
  padding: 16px;
  min-width: 108px;
  border-radius: 28px;
  color: #fff8e4;
  text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
}
#myCard-711-2026 .event-status .notYetStarted {
  background-color: rgb(153, 132, 110);
}
#myCard-711-2026 .event-status .inProgress {
  background-color: #04bb5d;
}
#myCard-711-2026 .event-status .eventEnds {
  background-color: #fb5723;
}
#myCard-711-2026 .item-block {
  position: unset;
  margin: 0 auto 48px auto;
}
#myCard-711-2026 .item-block > img {
  width: 100%;
}
#myCard-711-2026 .noticeTxt {
  width: 80vw;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff8e4;
  padding: 16px 24px;
  border-radius: 28px;
  font-size: 14px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
}

#chatroom {
  --burst-depth-rgb: 252, 85, 128; /* 深色陰影 */
  --burst-ring-rgb: 252, 85, 128; /* 外圈爆發色 */
}
#chatroom .chatroom-content {
  margin: 0 auto;
}
#chatroom .activityModule {
  background-image: url(../img/active/chatroom/voiceroom_site_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
#chatroom .activityModule .text-box {
  background-color: rgb(251, 243, 245);
  border: 6px solid rgb(252, 85, 128);
  animation: shadow-burst-pink 1.5s linear infinite;
  box-shadow:
    0 40px 48px -12px rgba(252, 85, 128, 0.48),
    0 -8px 0 0 inset rgba(251, 141, 35, 0.24),
    12px 0 0 0 inset rgb(255, 255, 255),
    -12px 0 0 0 inset rgb(255, 255, 255),
    0 12px 0 0 inset rgb(255, 255, 255);
}
#chatroom .activityModule .text-box .img-box {
  width: 100%;
  margin: 0 auto;
}
#chatroom .activityModule .text-box .text-icon {
  font-size: 19px;
}
#chatroom .activityModule .item-text h3 {
  color: rgb(252, 85, 128);
}
#chatroom .activityModule .tips-box {
  margin-top: 1em;
}
#chatroom .activityModule .tips-box h6 {
  color: rgb(4, 187, 93);
}
#chatroom .activityModule .tips-box p {
  color: rgba(69, 34, 3, 0.48);
}
#chatroom .man-box {
  width: 80vw;
  height: 80vw;
  background-image: url(../img/event_kv.png);
  background-size: 100% 100%;
  pointer-events: none;
  position: relative;
}
#chatroom .man-slogan {
  width: 55vw;
  height: 28.05vw;
  position: absolute;
  right: -12%;
  bottom: -8%;
  z-index: 1;
  animation: 1.5s ease-in-out 0s infinite normal none running smooth-breathe;
}
#chatroom .vidoe-box {
  width: calc(100vw - 1.5rem);
  height: calc((100vw - 1.5rem) * 0.56);
  margin-bottom: 48px;
  border-radius: 24px;
  overflow: hidden;
}
#chatroom .vidoe-box iframe {
  width: 100%;
  height: 100%;
}
#chatroom .main {
  color: #452201;
  text-shadow: 2px 2px 0 #fff8e4;
}
#chatroom .story-block {
  background-color: rgb(251, 243, 245);
  box-shadow:
    0 40px 48px -12px rgba(252, 85, 128, 0.48),
    0 -8px 0 0 inset rgba(251, 141, 35, 0.24),
    12px 0 0 0 inset rgb(255, 255, 255),
    -12px 0 0 0 inset rgb(255, 255, 255),
    0 12px 0 0 inset rgb(255, 255, 255);
}
#chatroom .other-block {
  margin-top: 48px;
}
#chatroom .tips-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: rgb(49, 117, 62);
  gap: 16px;
}
#chatroom .main-footer {
  background-image: linear-gradient(
    180deg,
    rgba(252, 85, 128, 0) 0%,
    rgb(252, 85, 128) 100%
  );
}

@keyframes shadow-burst-pink {
  0% {
    box-shadow:
      4px 8px 24px 0 rgba(var(--burst-depth-rgb), 1),
      0 0 0 4px rgba(var(--burst-ring-rgb), 0.24),
      0 0 0 3px rgba(var(--burst-ring-rgb), 0.64),
      0 40px 48px -12px rgba(252, 85, 128, 0.48),
      0 -8px 0 0 inset rgba(251, 141, 35, 0.24),
      12px 0 0 0 inset rgb(255, 255, 255),
      -12px 0 0 0 inset rgb(255, 255, 255),
      0 12px 0 0 inset rgb(255, 255, 255);
  }
  40% {
    box-shadow:
      12px 24px 60px 0 rgba(var(--burst-depth-rgb), 0.5),
      0 0 0 16px rgba(var(--burst-ring-rgb), 0.15),
      0 0 0 12px rgba(var(--burst-ring-rgb), 0.3),
      0 40px 48px -12px rgba(252, 85, 128, 0.48),
      0 -8px 0 0 inset rgba(251, 141, 35, 0.24),
      12px 0 0 0 inset rgb(255, 255, 255),
      -12px 0 0 0 inset rgb(255, 255, 255),
      0 12px 0 0 inset rgb(255, 255, 255);
  }
  100% {
    box-shadow:
      20px 40px 100px 0 rgba(var(--burst-depth-rgb), 0),
      0 0 0 32px rgba(var(--burst-ring-rgb), 0),
      0 0 0 24px rgba(var(--burst-ring-rgb), 0),
      0 40px 48px -12px rgba(252, 85, 128, 0.48),
      0 -8px 0 0 inset rgba(251, 141, 35, 0.24),
      12px 0 0 0 inset rgb(255, 255, 255),
      -12px 0 0 0 inset rgb(255, 255, 255),
      0 12px 0 0 inset rgb(255, 255, 255);
  }
}
@media screen and (min-width: 992px) {
  #myCard-711-2026 .activityModule .intro-block {
    padding-top: 168px;
  }
  #myCard-711-2026 .activityModule .item-block {
    width: 640px;
    min-height: 640px;
  }
  #myCard-711-2026 .activityModule .noticeTxt {
    max-width: 640px;
    padding: 32px 48px;
    border-radius: 64px;
    font-size: 19px;
  }
  #myCard-711-2026 .event-status {
    font-size: 37px;
    text-shadow: 2px 2px 0 rgba(69, 34, 1, 0.48);
    position: fixed;
    left: calc((100% - 1240px) / 2);
    top: 168px;
  }
  #myCard-711-2026 .event-status > div {
    padding: 32px 48px;
    border-radius: 32px;
    border-radius: 64px;
  }
  #chatroom .chatroom-content {
    padding-bottom: 96px;
  }
  #chatroom .item-block {
    margin-bottom: 320px;
  }
  #chatroom .video-block {
    margin: -6% 0 20% 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #chatroom .video-block .man-box {
    width: 36vw;
    height: 36vw;
    min-width: 400px;
    min-height: 400px;
    max-width: 600px;
    max-height: 600px;
    background-image: url(../img/event_kv.png);
    background-size: 100% 100%;
    pointer-events: none;
    flex-shrink: 0;
  }
  #chatroom .video-block .man-slogan {
    width: 27.29vw;
    height: 13.9179vw;
    position: absolute;
    right: 5%;
    bottom: -20%;
  }
  #chatroom .video-block .vidoe-box {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin: 12% 0 0 -5%;
  }
  #chatroom .video-block .vidoe-box iframe {
    width: 100%;
    height: 100%;
  }
} /*# sourceMappingURL=main.css.map */
