@charset "UTF-8";
@import url(/official/fonts/Archivo/stylesheet.css);
@import url(/official/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*/
* {
  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;
}

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

/*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(/official/img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  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%;
}

.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: 80%;
  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%;
}

@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(/official/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(/official/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(/official/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: 40%;
    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;
  }
}
.homePage {
  overflow: hidden;
  /*紅包雨 START*/
  /*彩帶 START*/
  /*廣告版面 START*/
}
.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(/official/img/main_bg.jpg);
  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(/official/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 .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 #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(/official/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%;
  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: 0 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 {
  padding: 32px 16px;
  display: none;
}
.homePage #notice .notice-list .slide-toggle-box li:last-child {
  border-bottom: none;
}
.homePage #notice .notice-list .last-text {
  text-align: right;
  margin-top: 24px;
}
.homePage #endorser .man-box-mobile {
  width: 80vw;
  height: 80vw;
  background-image: url(/official/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(/official/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;
}
.homePage #video-area .carousel__slide figure {
  display: flex;
  margin: 0;
  width: 100%;
  height: 100%;
}
.homePage #video-area .carousel__slide div {
  position: relative;
  width: 100%;
}
.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 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(/official/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-active {
  width: 88px;
  height: 88px;
  background-image: url(/official/img/active/pop.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 24%;
  right: 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 .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 .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(/official/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(/official/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: 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(/official/img/jackpot-03.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -28px;
    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(/official/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(/official/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(/official/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-active {
    width: 180px;
    height: 180px;
    background-image: url(/official/img/active/pop.png);
    background-size: 100% 100%;
    position: fixed;
    bottom: 10%;
    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(/official/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(/official/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(/official/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(/official/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(/official/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(/official/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(/official/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(/official/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(/official/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(/official/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(/official/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 .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;
  }
  .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(/official/img/fb.png);
  background-size: cover;
}
.honbao-news .btn-social .areaL .mark-yt {
  background-image: url(/official/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;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.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 .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(/official/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(/official/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;
  margin: 0 auto 48px auto;
}
.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 .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(/official/img/kimbaba_icon_Arcade.png);
}
.download-content #btn-kbb-download .mark-kbb-pc {
  background-image: url(/official/img/kimbaba_icon_PC.png);
}
.download-content #btn-kbb-manual .mark-pdf {
  background-image: url(/official/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(/official/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*/
.activePage {
  width: 100%;
  height: 100%;
  background-image: url(/official/img/active/adv_bg.jpg);
  background-size: cover;
  background-position: 30% 0%;
  padding-bottom: 32px;
}
.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 {
  list-style: decimal;
  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%;
  border-radius: 16px;
}
.activePage footer {
  display: none;
}

@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%;
    border-radius: 32px;
  }
}
.activePage.kidsdrawing {
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
.activePage.kidsdrawing .last-title {
  margin: 16px;
}
.activePage.kidsdrawing .sec-list {
  padding-left: 48px;
  margin-bottom: 32px;
}
.activePage.kidsdrawing .sec-list li {
  list-style: disc;
}
.activePage.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%;
}
.activePage.kidsdrawing #btn-download-paper .icon-mark {
  width: 48px;
  height: 48px;
  background-size: cover;
  margin-right: 8px;
}
.activePage.kidsdrawing #btn-download-paper:active {
  transform: scale(0.9);
}
.activePage.kidsdrawing .time-line-box {
  width: 100%;
  max-width: 800px;
  margin: 24px 0 48px 0;
}
.activePage.kidsdrawing .time-line-box img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .activePage.kidsdrawing {
    background-size: 100%;
  }
}/*# sourceMappingURL=main.css.map */