@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;500;700;900&display=swap");
* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input, textarea, .alert-content {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

:root {
  --white: #fff;
  --black: #000;
  --gray-1: #444;
  --yellow-1: #fbc323;
  --yellow-2: #fde397;
  --yellow-3: #fff8e4;
  --borwn-1: #452201;
  --a-color: #d82e2e;
  --lobby-bg-color: #fff8e4;
  --userName-text-shadow: rgba(69, 48, 1, 0.68);
  --icon-accoun-color: #7f3f02;
  --user-image-color: #bc9265;
  --user-image-box-shadow: rgb(69 34 1 / 72%);
  --user-image-point-color: #fb5723;
  --btn-account-bg: #e9f0f4;
  --golden: #bc9265;
  --doc-height: 100%;
  --max-width: 500px;
  --wheel-box-w: 500px;
  --wheel-box-h: 200px;
  --wheel-box-w-m: 100vw;
  --wheel-box-h-m: 50vw;
  --pie-box-w: 420px;
  --pie-box-h: 360px;
  --pie-box-w-m: 105vw;
  --pie-box-h-m: 90vw;
  --pie-w: 220px;
  --pie-h: 180px;
  --pie-w-m: 50vw;
  --pie-h-m: 46vw;
  --pie-l: 100px;
  --pie-t: 0;
  --pie-l-m: 27vw;
  --pie-t-m: -1vw;
  margin: 0;
  padding: 0;
  --pop-close-bg: url(../imgs/pop-bg-close.png);
  top: 0;
}

:root {
  --real-vh: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
  overflow: hidden;
}

.outer-box {
  overflow-y: auto;
}

body {
  color: #f5b960;
  font-family: "Noto Sans TC";
  overflow-x: hidden !important;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
html {
  width: 100vw;
  margin: 0;
  scrollbar-width: none;
  padding: 0;
}

a {
  color: #43a4ff !important;
  transition: 0.2s;
  text-decoration: none;
}
a :visited {
  color: #00dc5d !important;
}

a:hover,
a:active,
a:focus {
  color: #00dc5d !important;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.h4,
h4 {
  font-size: 18px;
}

::-webkit-scrollbar {
  width: 5.5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--yellow-1);
}

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

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
.wheel-box {
  padding-top: 20px;
  width: var(--wheel-box-w);
  height: var(--wheel-box-h);
  max-width: 500px;
  max-height: 220px;
  margin-top: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .wheel-box {
    margin-left: -10px;
    margin-top: 10px;
    height: var(--wheel-box-h-m);
    width: var(--wheel-box-w-m);
  }
}
@media (min-width: 701px) and (hover: hover) {
  .wheel-box {
    padding-left: 38px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .wheel-box {
    width: var(--wheel-box-w);
    height: var(--wheel-box-h);
    margin-left: 40px;
    margin-top: 0;
  }
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  .wheel-box {
    transform: scale(0.9);
    left: calc(52.5vw - 225px);
    margin-top: 11px;
    height: 196px;
  }
}
.wheel-box .pie-box {
  position: relative;
  display: block;
  width: var(--pie-box-w);
  height: var(--pie-box-h);
  transition: 0.5s;
  max-width: 500px;
  max-height: 427.3504273504px;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .wheel-box .pie-box {
    width: var(--pie-box-w-m);
    height: var(--pie-box-h-m);
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .wheel-box .pie-box {
    width: var(--pie-box-w);
    height: var(--pie-box-h);
  }
}
.wheel-box .pie-box .pie {
  width: var(--pie-w);
  height: var(--pie-h);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: var(--pie-t);
  left: var(--pie-l);
  transform-origin: 50% 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 5em;
  font-weight: 900;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .wheel-box .pie-box .pie {
    top: var(--pie-t-m);
    left: var(--pie-l-m);
    width: var(--pie-w-m);
    height: var(--pie-h-m);
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .wheel-box .pie-box .pie {
    top: var(--pie-t);
    left: var(--pie-l);
    width: var(--pie-w);
    height: var(--pie-h);
  }
}

.web-fixed {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.web-fixed.active {
  background-color: #000;
}

div :focus {
  outline: none;
}

.web-fixed,
.outer-box {
  height: calc(var(--real-vh) * 100);
  width: 100vw;
  /* max-width: 500px; */
  justify-items: center;
  justify-content: center;
  margin: auto;
  padding: 0;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  display: grid;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  background-size: cover;
  position: relative;
}

.inner-box {
  width: 100vw;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Lobby
--------------------------------------------------------------*/
.lobby {
  /* left: 0; */
  top: 0;
  /* right: 0; */
  /* bottom: 0; */
  width: 100vw;
  overflow: hidden;
  background-color: #9a2c3f;
  margin: auto;
  padding: 0;
}

/*--------------------------------------------------------------
# Lobby - Header(L)
--------------------------------------------------------------*/
.lobby-header,
.lobby-header-game {
  width: 100%;
  height: 56px;
  padding: 2px;
  padding-top: 0;
  left: 50vw;
  max-width: 500px;
  background-image: linear-gradient(180deg, rgba(69, 34, 1, 0.48), rgba(69, 34, 1, 0)), linear-gradient(180deg, rgba(69, 34, 1, 0.48), rgba(69, 34, 1, 0));
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 400;
  background-image: unset;
  transform: translateX(-50%);
}
.lobby-header.active,
.lobby-header-game.active {
  background-image: url(../imgs/game-top-bg.png);
  height: 18vw;
  background-size: 100% 100%;
  left: env(safe-area-inset-left);
}
@media (min-width: 701px) and (hover: hover) {
  .lobby-header.active,
  .lobby-header-game.active {
    height: 80px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .lobby-header.active,
  .lobby-header-game.active {
    height: 80px;
  }
}
@media (min-width: 701px) and (hover: hover) {
  .lobby-header,
  .lobby-header-game {
    max-width: 500px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .lobby-header,
  .lobby-header-game {
    max-width: 500px;
  }
}
.lobby-header .userBox .userName,
.lobby-header-game .userBox .userName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 85px;
}

.lobby-header-game {
  z-index: 10000;
  height: 70px;
}

.btn-username-change {
  position: unset !important;
}

.lobby-header,
.lobby-header .areaL {
  display: flex;
  align-items: center;
  flex-direction: row;
}

@media (min-width: 701px) and (hover: hover) {
  .lobby-header {
    width: 500px;
  }
}

.lobby-header .areaL {
  justify-content: flex-start;
  color: var(--yellow-3);
}

.tab-content {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: auto 0;
  padding-top: 0;
  height: var(--doc-height);
  transition: 0.5s;
  transform: translateY(0);
}
.tab-content > div:not(#pills-all) {
  padding-top: 233px;
}
@media (min-width: 701px) and (hover: hover) {
  .tab-content > div:not(#pills-all) {
    padding-top: 221px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .tab-content > div:not(#pills-all) {
    padding-top: 245px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .tab-content > div:not(#pills-all) {
    padding-top: 210px;
  }
}
.tab-content #pills-all {
  padding-top: 233px;
}
@media (min-width: 701px) and (hover: hover) {
  .tab-content #pills-all {
    padding-top: 260px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .tab-content #pills-all {
    padding-top: 200px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .tab-content #pills-all {
    padding-top: 222px;
  }
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .tab-content {
    max-width: 100vw;
  }
}
.tab-content.active {
  transition: 0.5s;
  transform: translateY(50px);
}
.userBox {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.userImg {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 2px solid var(--user-image-color);
  box-shadow: inset 1px 2px 2px 0 var(--user-image-box-shadow);
  margin: 0 4px;
  position: relative;
}

.userImg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  pointer-events: none;
  vertical-align: middle;
  border: 0;
}

.userImg .pointIcon {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--user-image-point-color);
  position: absolute;
  top: -2px;
  left: -6px;
  border: 1px solid var(--yellow-3);
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  margin-left: 4px;
}

.userBox .btn-account {
  width: 48px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 40px !important;
  z-index: 1;
  background-image: linear-gradient(135deg, var(--white), var(--btn-account-bg));
  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 var(--white);
  border-radius: 24px;
  padding: 0 4px;
  color: var(--borwn-1);
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}

.userBox .btn-account .icon-account {
  height: 20px;
  margin: 0 2px 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.userBox .btn-account .icon-account:before {
  font-size: 14px;
  color: var(--icon-accoun-color);
}

.userName {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  margin-bottom: 2px;
}

.level {
  display: inline-flex;
  align-items: center;
  height: 20px;
  background-image: linear-gradient(180deg, #fbc323, #fde397);
  color: #452201;
  font-weight: 800;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 4px;
  position: relative;
}
.level div {
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.lobby-header .areaR {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  color: var(--yellow-3);
}
.lobby-header .areaR .userMoney {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  min-width: 160px;
  height: 50px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: url("../imgs/header-money-text-box.png");
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.lobby-header .areaR .userMoney .icon-money {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 15px;
}
.lobby-header .areaR .userMoney .icon-money img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  vertical-align: middle;
  border: 0;
}
.lobby-header .areaR .userMoney .icon-money-exchange {
  margin-right: -20px;
  position: absolute;
  right: 41px;
  top: 14px;
}
.lobby-header .areaR .userMoney .icon-money-exchange img {
  height: 16px;
}
.lobby-header .areaR .userMoney .count {
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  flex-direction: row;
  margin-left: 48px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85px;
  padding-bottom: 5px;
}
.lobby-header .areaR .btn-setting {
  width: 20px;
  height: 20px;
  margin: -5px 20px 0 4px;
}
.lobby-header .areaR .btn-setting img {
  height: 25px;
}

.all-game-line-box {
  height: 3px;
  width: 95%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3333333333);
  border-top: solid 1px rgba(0, 0, 0, 0.3333333333);
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 30px auto 10px auto;
}
.all-game-line-box img {
  width: 100px;
  margin-top: -15px;
}

/*--------------------------------------------------------------
# Lobby - Header(R)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Owl
--------------------------------------------------------------*/
.owl-stage-outer {
  height: 52vw;
  max-height: 200px;
}
@media (min-width: 701px) and (hover: hover) {
  .owl-stage-outer {
    max-height: 230px;
  }
}

.owl-prev {
  width: 10px;
  position: absolute;
  left: 15px;
  display: block !important;
  border: 0px solid rgba(0, 0, 0, 0);
  outline: unset !important;
}

.owl-next {
  width: 10px;
  position: absolute;
  right: 15px;
  display: block !important;
  border: 0px solid rgba(0, 0, 0, 0);
  outline: unset !important;
}

.owl-prev i,
.owl-next i {
  transform: scale(1);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  color: rgba(13, 13, 13, 0.531) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Marquee
--------------------------------------------------------------*/
.avatar-frame {
  position: fixed;
  z-index: 67;
  top: 0;
  left: 0;
  width: 69px;
}
@media (min-width: 701px) and (hover: hover) {
  .avatar-frame {
    left: calc(50vw - 250px);
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .avatar-frame {
    left: calc(50vw - 250px);
  }
}
@media (min-width: 701px) and (hover: none) {
  .avatar-frame {
    left: calc(50vw - 250px);
  }
}

.eaves {
  position: fixed;
  width: 100vw;
  max-width: 500px;
  top: 110px;
  display: grid;
  z-index: 66;
  transition: 0.5s;
}
@media (min-width: 701px) and (hover: hover) {
  .eaves {
    top: 125px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .eaves {
    top: 86px;
  }
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .eaves {
    height: 108px;
    align-items: center;
  }
}

.marquee-box {
  position: fixed;
  top: 190px;
  display: grid;
  justify-content: flex-end;
  justify-items: flex-end;
  align-content: center;
  z-index: 65;
  background-image: url(../imgs/bg-maquee.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 52px;
  width: 100vw;
  max-width: 500px;
  transition: 0.5s;
  position: relative;
}
@media (min-width: 701px) and (hover: hover) {
  .marquee-box {
    top: 215px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .marquee-box {
    top: 156px;
  }
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .marquee-box {
    height: 9.5vw;
    align-items: center;
  }
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  .marquee-box {
    top: 170px;
  }
}
@media (max-width: 350px) and (max-height: 900px) and (hover: none) {
  .marquee-box {
    top: 160px;
  }
}
.marquee-box .marquee {
  --marqueewidth: 446px;
  position: absolute;
  height: 30px;
  overflow: hidden;
  left: 0;
  margin-right: 15px;
  margin-top: 13px;
  padding-top: 2px;
  width: 100%;
  display: grid;
  align-content: center;
  align-items: center;
}
@media (min-width: 701px) and (hover: hover) {
  .marquee-box .marquee {
    margin-top: 12px;
  }
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .marquee-box .marquee {
    height: 9.5vw;
    margin-top: 0;
    padding-top: 0;
  }
}
.marquee-box .marquee .marquee-message {
  margin-left: 500px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .marquee-box .marquee .marquee-message {
    margin-top: unset;
    padding-top: 1vw;
  }
}

.fade-right {
  background: linear-gradient(to left, var(--marquee-background-color-1) 30%, var(--marquee-background-color-2) 100%);
  position: absolute;
  right: 0;
  height: 30px;
  width: 10%;
}

.fade-left {
  background: linear-gradient(to right, var(--marquee-background-color-1) 30%, var(--marquee-background-color-2) 100%);
  position: absolute;
  left: 0;
  height: 30px;
  width: 10%;
}

/*--------------------------------------------------------------
# Game Tab
--------------------------------------------------------------*/
.game-tabs,
.game-tabs > li {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.game-tabs {
  max-width: 392px;
  min-width: 344px;
  width: 100vw;
  height: 45px;
  top: 190px;
  left: 50%;
  z-index: 60;
  position: relative;
  transform: translate(-50%);
  padding: 0 4px;
  justify-content: flex-start;
  background-image: url(../imgs/games-bar-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  transition: 0.5s;
  margin-top: -14px;
}
@media (min-width: 701px) and (hover: hover) {
  .game-tabs {
    top: 210px;
    left: 50%;
    transform: scale(1) translateX(-50%);
    height: 50px;
    max-width: 480px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .game-tabs {
    top: 168px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .game-tabs {
    top: 178px;
    left: 50%;
    transform: scale(1) translateX(-50%);
    height: 50px;
    max-width: 480px;
  }
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  .game-tabs {
    top: 166px;
  }
}
@media (max-width: 350px) and (max-height: 900px) and (hover: none) {
  .game-tabs {
    top: 150px;
  }
}
.game-tabs .bi {
  margin-left: 5px;
  margin-right: 0px;
}

.nav-pills .nav-link {
  border-radius: 100px;
  width: 16%;
  min-width: 48px;
  height: 32px;
  justify-content: center;
  color: #f5b960;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  line-height: 12px;
  text-align: center;
  display: flex;
  align-items: center;
}

.nav-link {
  display: unset;
  padding: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: unset;
  height: 30px;
  font-weight: 900;
  border-radius: 100px;
  color: #fff8e4;
}

.nav-item:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Mask
--------------------------------------------------------------*/
.section-mask {
  width: 100vw;
  max-width: var(--max-width);
  margin: auto;
  height: 24px;
  background-image: linear-gradient(180deg, rgba(255, 248, 228, 0) 2%, #fff8e4);
  position: absolute;
  /* bottom: -2px; */
  /* border:solid; */
  /* left: 0; */
  z-index: 100;
  top: 228px;
}

@media screen and (max-width: var(--max-width)) {
  .section-mask {
    width: 100vw;
    max-width: var(--max-width);
    margin: auto;
    height: 24px;
    background-image: linear-gradient(180deg, rgba(255, 248, 228, 0) 2%, #fff8e4);
    position: absolute;
    z-index: 100;
    top: 180px;
  }
}
/*--------------------------------------------------------------
# Game Content
--------------------------------------------------------------*/
.popular-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 16px 4px 6vw;
  color: #fafafa;
}

.game-panel-box {
  position: relative;
  right: 0;
  z-index: 0;
  overflow-y: auto;
  width: 100vw;
  margin: auto 0;
  overflow-x: hidden;
  height: var(--doc-height);
  min-height: calc(100vh - 100px);
}
.game-panel-box .general-content {
  margin-top: 0;
  margin-bottom: 100px;
  align-items: flex-start;
}
@media (min-width: 701px) and (hover: hover) {
  .game-panel-box .general-content {
    margin-top: 50px;
  }
}

.popular-content .game-box {
  position: relative;
  width: var(--max-width);
  margin: 0 12px 0 0;
  border-radius: 35px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
}

.maintain {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: relative;
  cursor: not-allowed;
}
.maintain:after {
  content: "即將來臨";
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40%;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 10%;
  background-color: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  text-shadow: none;
}

.payment-list .maintain:after {
  font-size: 2em;
  padding-top: 30px;
  border-radius: 12px;
}

.w-33.maintain:after, .w-25.maintain:after, .w-50.maintain:after {
  height: 102%;
}

.game-box:not(.game-card) {
  width: 56%;
  margin-top: 40px;
  margin-left: 0;
}

@media screen and (max-width: var(--max-width)) {
  .game-box:not(.game-card) {
    width: 55vw;
    margin-top: 5vw;
  }
  .popular-content .game-box {
    position: relative;
    width: 55vw;
    margin: 16px 0 0 0;
    border-radius: 10vw;
    box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  }
}
.game-box img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  vertical-align: middle;
  border: 0;
  border-radius: 8px;
}

.popular-content .game-box .favorite,
.popular-content .game-box .favorite.favorited {
  width: 40px;
  height: 40px;
}

.game-box .favorite,
.game-box .favorite.favorited {
  width: 24px;
  height: 24px;
  background-position: 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -8px;
  border-radius: 50%;
}

.popular-general-content .game-card .favorite,
.popular-general-content .game-card .favorite.favorited {
  width: 24px;
  height: 24px;
}

.game-box .favorite {
  background-image: url(../imgs/love_icon.png);
  z-index: 300;
}

.game-box .favorited {
  background-image: url(../imgs/loved_icon.png);
}

.popular-general-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 120px;
  margin-left: 8px;
}

.popular-general-content .game-card {
  position: relative;
  width: 28vw;
  height: 28vw;
  max-width: 120px;
  max-height: 120px;
  margin: 4px 1.7%;
  border-radius: 18px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
}

.popular-general-content div:first-child {
  margin-top: 50px;
}

.game-box:hover {
  cursor: pointer;
}

.general-content {
  display: grid; /*changed*/
  grid-template-columns: repeat(3, 1fr); /*changed*/
  justify-content: center;
  align-items: center; /*cahnged*/
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 16px 32px;
  position: relative;
  color: #fafafa;
  margin-top: 35px;
  min-height: 160px;
}

.game-card {
  position: relative;
  width: 28vw;
  height: 28vw;
  margin: 4px auto;
  border-radius: 18px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
}

.game-card.recommend {
  width: calc(100% - 7px) !important;
  height: calc(100% - 8px) !important;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  border-radius: 45px;
}

/* @media screen and (max-width: 500px) {
  .game-card {
    position: relative;
    width: 27vw;
    margin: 1.2vw;
    border-radius: 9vw;
    box-shadow: 0 4px 8px 0 rgb(69 34 1 / 48%);
  }
} */
.game-box .favorite,
.game-box .favorite.favorited {
  width: 24px;
  height: 24px;
  background-position: 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -8px;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.lobby-footer {
  width: 100%;
  height: 26vw;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  z-index: 10;
  padding: 0;
  max-width: inherit;
}
.lobby-footer .footer-box > div:nth-of-type(1) {
  margin-left: 20px;
}
.lobby-footer .footer-box > div:nth-last-child(1) {
  margin-right: 20px;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .lobby-footer {
    height: 112px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .lobby-footer {
    left: 0;
    width: 100vw;
    max-width: unset;
    height: 80px;
  }
}
@media (min-width: 701px) and (hover: hover) {
  .lobby-footer {
    height: 112px;
    max-width: 500px;
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .lobby-footer {
    height: 112px;
    max-width: 500px;
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
}
.lobby-footer .get-capital {
  position: absolute;
  left: calc(50% - 58px);
  top: -56px;
  animation: bounce-store 1.5s infinite;
  display: none;
}
.lobby-footer .get-capital.active {
  display: block;
}
.lobby-footer .get-capital img {
  width: 116px;
  filter: drop-shadow(0 0 20px #fff8bf);
}

.footer-box {
  background-image: url(../imgs/footer-bg.webp?11);
  background-size: 100% 100%;
  background-position: center 25px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  align-items: flex-end;
  padding-bottom: 7px;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .footer-box {
    background-position: center 25px;
  }
}
.footer-box img {
  height: 68px;
}
.footer-box .btn-billboard {
  margin-left: 10px;
}
.footer-box .btn-announce {
  margin-right: 10px;
}

.footer-box > div {
  flex: 1 1;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 31px;
  text-align: center;
  position: relative;
}

.footer-box .text {
  color: #fff8e4;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 800;
  font-stretch: 90%;
}

.footer-box i {
  color: #fff8e4;
  width: 20px;
  height: 20px;
}

.footer-box i::before {
  font-size: 20px;
}

.footer-box .btn-store {
  background-image: unset;
  position: relative;
  flex: none;
  width: 90px;
  height: 90px;
  background-size: 100% 100%;
  /* margin-top: -28px; */
}

.footer-box > div {
  flex: 1 1;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 8px;
  text-align: center;
}

.footer-box > div:not(.btn-store) {
  margin-bottom: 26px;
}

.footer-box .btn-store .iconBox {
  background-image: url(../imgs/icon-shop2.png);
  background-size: cover;
  width: 138px;
  height: 95px;
  margin-bottom: -8px;
  margin-top: -10px;
  position: relative;
}
@keyframes footer-box-store-rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(0);
  }
  25% {
    transform-origin: center center;
    transform: rotate(10deg);
  }
  50% {
    transform-origin: center center;
    transform: rotate(0deg);
  }
  75% {
    transform-origin: center center;
    transform: rotate(-10deg);
  }
  to {
    transform-origin: center center;
    transform: rotate(0deg);
  }
}
/*--------------------------------------------------------------
# Extra Component
--------------------------------------------------------------*/
.line-add-box {
  width: 120px;
  position: fixed;
  top: 288px;
  left: 6px;
  border-radius: 32px;
  perspective: 500px;
  animation: rubberBand2 0.8s infinite;
  z-index: 49;
  margin-top: 0;
  transition: 1s;
}
@media (min-width: 701px) and (hover: hover) {
  .line-add-box {
    left: calc(50vw - 231px);
    top: 292px;
  }
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .line-add-box {
    top: 288px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .line-add-box {
    top: 200px;
    z-index: 700;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .line-add-box {
    left: calc(50vw - 230px);
    top: 250px;
  }
}
.line-add-box img {
  translate: 1s;
}
.line-add-box.active {
  transition: 1s;
  margin-top: -189px;
}
@media (min-width: 701px) and (hover: hover) {
  .line-add-box.active {
    margin-top: -130px;
  }
}
.line-add-box.active img {
  transition: 1s;
}

.line-add-box img {
  width: 100%;
  height: 100%;
}

.line-add-box:hover {
  cursor: pointer;
}
@keyframes rubberBand2 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scaleY(1.25) scaleX(0.75);
  }
  40% {
    transform: scaleY(0.75) scaleX(1.25);
  }
  60% {
    transform: scaleY(1.15) scaleX(0.85);
  }
  to {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# PopUp View (System)
--------------------------------------------------------------*/
.popup-setting-box {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  max-width: var(--max-width);
  min-height: 200px;
  max-height: 600px;
  background-color: #fafafa;
  border: 8px solid #bc9265;
  border-radius: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: popup-zoomIn 0.5s;
}

.popup-setting-box .popup-bg {
  width: 100%;
  height: 100%;
}

.popup-setting-box .popup-header,
.popup-setting-box .popup-header .header-box,
#add_bookmark .popup-header,
#add_bookmark .popup-header .header-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-setting-box .popup-header,
#add_bookmark .popup-header {
  width: 100%;
  height: 72px;
  position: absolute;
  left: 50%;
  top: -40px;
  z-index: 400;
  transform: translate(-50%);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  overflow: hidden;
}

.popup-setting-box .popup-header .header-box .title,
#add_bookmark .popup-header .header-box .title {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fff8e4;
  position: absolute;
  top: 33px;
}

.popup-setting-box .popup-header .header-box > div,
#add_bookmark .popup-header .header-box > div {
  flex: 1 1;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 16px;
  white-space: nowrap;
  position: relative;
}

.popup-body {
  background-color: #861108;
  border-radius: 13px;
}

.popup-setting-box .popup-body {
  width: 100%;
  height: auto;
  max-height: 560px;
  overflow-y: auto;
  padding-top: 20px;
  -webkit-overflow-scrolling: touch;
}

.body-content.under {
  background-image: url(../imgs/underConstruction.webp);
  background-position: canter top;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-setting .body-content {
  padding: 32px;
}

.popup-setting-box .body-content {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 16px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

.popup-setting li,
.popup-setting li .switch-box {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.popup-setting li {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  justify-content: space-between;
}

.popup-setting .slide-toggle-box {
  background-color: rgba(51, 89, 242, 0.08);
  padding: 0 16px;
  display: none;
}

.popup-setting li .item-name {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f5b960;
  text-align: left;
}

.popup-setting .logout-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 16px 0 0;
}

.popup-setting .btn-logout {
  min-width: 72px;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-image: linear-gradient(135deg, #733a1d, #0e0402);
  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 #8f594f;
  border-radius: 24px;
  font-size: 12px;
  color: #f5b960;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-setting .version {
  font-size: 12px;
  color: #f5b960;
  text-align: center;
  margin-bottom: 0;
  margin: 0 0 10px;
}

.popup-setting li .switch-box {
  justify-content: center;
}

.popup-setting li,
.popup-setting li .switch-box {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.switch-box input[type=checkbox] {
  transition: all 0.1s;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  background-color: #180a03;
  width: 52px;
  height: 32px;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  border: solid #180a03 1px;
  outline: none;
}
.switch-box input[type=checkbox]:focus {
  outline: none;
}

.switch-box input[type=checkbox]:checked {
  background-color: #a37227;
  box-shadow: inset 0 0 0 15px #a37227;
  transition: all 0.25s;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
  border: solid #fff 1px;
}

.switch-box input[type=checkbox]:before {
  content: "";
  transition: all 0.1s;
  position: absolute;
  left: 2px;
  top: 1px;
  right: auto;
  transform: translate(0);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #8c5616;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  animation: button 3s ease-out;
}

.switch-box input[type=checkbox] {
  transition: all 0.1s;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  background-color: rgba(205, 194, 162, 0.48);
  width: 52px;
  height: 32px;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.switch-box input[type=checkbox]:checked:before {
  transform: translate(20px);
  background-color: #fff;
}

.close-footer {
  width: 100vw;
  max-width: 500px;
  height: 70px;
  position: fixed;
  background-image: url(../imgs/footer-popup-bg.png);
  background-size: cover;
  background-position: center 10px;
  background-repeat: no-repeat;
  left: 50%;
  transform: scale(1) translateX(-50%);
  z-index: 1001;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  animation: fadeInUp 1s;
}
@media (min-width: 701px) and (hover: hover) {
  .close-footer {
    height: 71px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .close-footer {
    max-width: unset;
    height: 100px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .close-footer {
    max-width: 500px;
    height: 96px;
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
}
.close-footer:after {
  content: "";
  color: #9e9e9e;
  width: 100vw;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  font-size: 0.8em;
  height: 20px;
}
.close-footer .btn-close,
.close-footer .btn-close2,
.close-footer .btn-close3 {
  width: 45px;
  height: 45px;
  max-width: 80px;
  max-height: 80px;
  margin: auto;
  margin-bottom: 4vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-image: var(--pop-close-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgba(69, 34, 1, 0);
  border-radius: 100%;
  opacity: unset;
  cursor: pointer;
}
@media (min-width: 701px) and (hover: hover) {
  .close-footer .btn-close,
  .close-footer .btn-close2,
  .close-footer .btn-close3 {
    margin-bottom: 1vw;
  }
}
@media (min-width: 701px) and (hover: none) {
  .close-footer .btn-close,
  .close-footer .btn-close2,
  .close-footer .btn-close3 {
    width: 45px;
    height: 45px;
    margin-bottom: 22px;
  }
}

.fa-x:before {
  display: none !important;
}

.apply-join-list-box .memberlist-table .playCount {
  width: 70%;
  display: flex;
  align-items: center;
}

.form-check-label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, 50px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@keyframes popup-zoomIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  50% {
    opacity: translate(0%, 0%) 1;
  }
}
@keyframes popup-zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.3);
  }
  to {
    opacity: 0;
  }
}
.item {
  position: relative;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 701px) and (hover: hover) {
  .slide-bg {
    height: 230px;
  }
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .slide-bg {
    background-position: top;
    background-size: cover;
  }
}

.slide-title {
  position: absolute;
  right: 0px;
  top: 90px;
  transition: 0.1s;
  opacity: 0;
}

.slide-title.active {
  position: absolute;
  right: 10px;
  top: 60px;
  transition: 0.5s;
  opacity: 1;
  transition-delay: 0.2s;
}

.slide-title img {
  width: 200px !important;
}

.slide2 .slide-title img {
  width: 220px !important;
}

@media screen and (max-width: var(--max-width)) {
  .slide-title img {
    width: 40vw !important;
  }
  .slide2 .slide-title img {
    width: 50vw !important;
  }
  .slide-title {
    position: absolute;
    right: -8vw;
    top: 20vw;
    transition: 0.1s;
    opacity: 0;
  }
  .slide-title.active {
    position: absolute;
    right: 2vw;
    top: 15vw;
    transition: 0.5s;
    opacity: 1;
    transition-delay: 0.2s;
  }
}
/* popout */
.mask {
  position: fixed !important;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-color: rgba(69, 34, 1, 0.16);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  left: 50%;
  transform: scale(1) translateX(-50%);
}
.mask.game-iframe-box {
  background-color: #000;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .mask {
    width: 100vw !important;
  }
}

.popup-box {
  height: 100vh;
  position: absolute;
  right: -5px;
  bottom: 0;
}
.popup-box:not(.show) {
  display: none;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .popup-box {
    right: 0;
  }
}
.popup-box .popup-content {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 400;
  border-radius: 16px;
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  .popup-box .popup-content {
    margin-top: 60px;
  }
}
.popup-box .p-content {
  width: 100%;
  min-height: var(--doc-height);
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 16px;
  left: 50%;
  transform: scale(1) translateX(-50%);
}
@media (min-width: 701px) and (hover: hover) {
  .popup-box .p-content {
    max-width: 500px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .popup-box .p-content {
    max-width: 500px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .popup-box .p-content {
    max-width: 500px;
  }
}
.popup-box .p-content .close-footer .btn-close .icon-close:before,
.popup-box .p-content .close-footer .btn-close2 .icon-close:before,
.popup-box .p-content .close-footer .btn-close3 .icon-close:before {
  font-size: 0;
  color: rgba(127, 63, 2, 0);
  display: none;
}
.popup-box .p-content .close-footer .btn-close .icon-close:before {
  font-size: 24px;
  color: #7f3f02;
  display: none;
}

.popup-store .storeContent {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-store .storeContent > div:nth-of-type(1) {
  margin-bottom: 30px !important;
}

.popup-active .activeContent {
  width: 100%;
  height: 100%;
  padding: 16px 16px 88px;
  /* padding:10px!important; */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup-active .bannerImg {
  width: 100%;
  height: calc(45vw - 20px);
  max-width: 468px;
  max-height: 234px;
  border-radius: 8px;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.popup-active .text {
  font-size: 16px;
  color: #452201;
}

.leaderboard-area {
  width: 100%;
}

.close-bg {
  width: 100vw;
  height: var(--doc-height);
  position: fixed;
  top: 0;
  left: 0;
}

.popup-active h6 {
  font-size: 12px;
  color: #f4b63f;
  margin-bottom: 4px;
}

.popup-active .text h4 {
  font-size: 16px;
  color: #fb8d23;
  font-weight: 800;
  font-stretch: 90%;
  margin-top: 24px;
  margin-bottom: 8px;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.close-footer .btn-prev .icon-arrow_b_left:before {
  font-size: 24px;
  color: #7f3f02;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border: solid 3px #7f3f02;
  border-right: 0px;
  border-top: 0px;
  transform: rotateZ(45deg);
  margin-right: 10px;
}

.icon-arrow_b_left:before {
  content: "\e912";
  color: #ffb700;
}

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

.popup-active .text p {
  margin-bottom: 4px;
  min-height: 4px;
  word-break: break-word;
}

p {
  margin: 0 0 10px;
}

a {
  background-color: initial;
}

.popup-active h1,
.popup-active h6 {
  font-weight: 800;
  font-stretch: 90%;
  margin-top: 0;
}

.popup-s .p-header,
.popup .p-header,
.popup-header {
  background-image: url(../imgs/pop-header-bg.png);
  background-size: 100% 100%;
}

.popup .p-header,
.popup .p-header .headerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup .p-header .headerBox {
  width: 80%;
  height: 60%;
  margin: -18px auto 0;
}

.popup .p-header .active span {
  height: 28px;
  padding: 4px 8px;
  border-radius: 100px;
  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 2px 0 rgba(69, 34, 1, 0.44);
  background-color: rgba(69, 34, 1, 0.16);
}

.popup-active .activeList {
  width: 100%;
  height: auto;
  padding-top: 16px;
}

.popup-active .activeCard {
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.24), inset 0 -3px 0 0 #7f3f02;
  background-color: #452201;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
}
.popup-active .activeCard h4 {
  color: #fff8e4;
  padding: 0 12px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popup-active .activeCard h6 {
  padding: 0 12px 12px;
  font-size: 12px;
  font-weight: 400;
}
.popup-active .activeCard .activeImg {
  width: 100%;
  height: 50vw;
  max-width: 468px;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 701px) and (hover: none) {
  .popup-active .activeCard .activeImg {
    height: 250px;
  }
}
@media (min-width: 701px) and (hover: hover) {
  .popup-active .activeCard .activeImg {
    height: 250px;
  }
}
.popup-active .activeCard .activeImg:before {
  content: "";
  width: 100%;
  height: 82px;
  background-image: linear-gradient(180deg, rgba(69, 34, 1, 0), #452201);
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
}

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

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e90d";
  color: #ffb700;
}

.btn-customer {
  width: 80px;
  position: fixed;
  right: 7px;
  bottom: 12%;
  border-radius: 32px;
  z-index: 10;
}
@media (min-width: 701px) and (hover: hover) {
  .btn-customer {
    right: calc(50vw - 250px);
  }
}
@media (min-width: 701px) and (hover: none) {
  .btn-customer {
    bottom: 57px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .btn-customer {
    right: calc(50vw - 250px);
    bottom: 111px;
  }
}

.btn-chatroom {
  width: 60px;
  position: fixed;
  right: 21px;
  top: 314px;
  border-radius: 32px;
  z-index: 10;
  color: #fff;
  transition: 1s;
}
.btn-chatroom.active {
  top: 140px;
}
@media (min-width: 701px) and (hover: hover) {
  .btn-chatroom.active {
    top: 155px;
  }
}
.btn-chatroom.game-only {
  right: 20px;
  top: 5px;
}
.btn-chatroom.game-only.hori {
  right: unset;
  top: unset;
  left: 2px;
  bottom: 90px;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .btn-chatroom {
    top: 320px;
    right: 15px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .btn-chatroom {
    top: 160px;
    z-index: 700;
  }
}
@media (min-width: 701px) and (hover: hover) {
  .btn-chatroom {
    right: calc(50vw - 237px);
    top: 300px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .btn-chatroom {
    right: calc(50vw - 250px);
    top: 250px;
  }
}
.btn-chatroom .message-number {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 0;
  top: -17px;
  z-index: 2;
  background-color: #b70000;
  background-image: linear-gradient(0deg, #b70000 0%, #ff1414 50%, #b70000 100%);
  width: 30px;
  height: 30px;
  font-size: 0.85em;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
}

.btn-customer img,
.btn-chatroom img {
  width: 100%;
  height: 100%;
}

#service-input {
  width: 70vw;
  margin: auto;
  height: 20vw;
  border: #f4b63f solid 2px;
}

.user-input-box {
  position: absolute;
  bottom: 10vh;
  left: 4vw;
  display: flex;
  align-items: flex-end;
}

.user-input-box img {
  width: 8vw;
  margin-left: 1vw;
}

.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: translateY(-50%);
}

.area-title-box .area-title {
  min-width: 56px;
  height: 100%;
  background-image: linear-gradient(180deg, #fbc323, #fde397);
  background-size: 100% 100%;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  justify-content: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 0 16px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  white-space: nowrap;
}

.leaderboard-area .area-title {
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  color: #fff8e4;
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
}

.area-title-box {
  width: 100%;
  height: 24px;
  margin-bottom: 16px;
  position: relative;
}

.area-title-box .area-title,
.levelBox {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.leaderboard-area li.top1,
.leaderboard-area li.top2,
.leaderboard-area li.top3 {
  background-image: linear-gradient(180deg, #845f05, #d6be00, #a47300);
  box-shadow: 0 8px 16px 0 rgba(103, 52, 2, 0.32);
  border: 4px solid #feb64d;
  border-radius: 16px;
}
.leaderboard-area li.top1 .userName,
.leaderboard-area li.top2 .userName,
.leaderboard-area li.top3 .userName {
  color: #fff;
}
.leaderboard-area li.top1 .userMoney,
.leaderboard-area li.top2 .userMoney,
.leaderboard-area li.top3 .userMoney {
  color: #fff;
}

.leaderboard-area li {
  width: 100%;
  height: 48px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(180deg, #e8dcd1, #f6f2ee);
  align-items: center;
  flex-direction: row;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  border: 4px solid #fafafa;
  border-radius: 16px;
}

.leaderboard-area ul .areaL,
.leaderboard-area ul .areaR {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.leaderboard-area ul .areaL {
  justify-content: flex-start;
}

.leaderboard-area li.top1 .leaderImg {
  background-image: url(../imgs/no1.png?111);
  background-size: 100% 100%;
  background-position: 50%;
}

.leaderboard-area li.top2 .leaderImg {
  background-image: url(../imgs/no2.png?222);
  background-size: 100% 100%;
  background-position: 50%;
}

.leaderboard-area li.top3 .leaderImg {
  background-image: url(../imgs/no3.png?333);
  background-size: 100% 100%;
  background-position: 50%;
}

.leaderboard-area li.top1 .leaderImg,
.leaderboard-area li.top2 .leaderImg,
.leaderboard-area li.top3 .leaderImg {
  margin-top: 0px;
}

.leaderboard-area .leaderImg {
  width: 50px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #bc9265;
}

.leaderboard-area .userImg {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #bc9265;
  margin: 0 4px 0 -4px;
  flex-shrink: 0;
}

.leaderboard-area .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.leaderboard-area .userName {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
}

.leaderboard-area ul .areaR {
  justify-content: flex-end;
}

.leaderboard-area ul .areaL,
.leaderboard-area ul .areaR {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.leaderboard-area .icon-money {
  width: 20px;
  height: 20px;
  margin: 0 2px 3px;
  flex-shrink: 0;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}

.leaderboard-area .icon-money img {
  width: 100%;
  height: 100%;
}

.leaderboard-area .userMoney {
  font-size: 16px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  padding-right: 8px;
}

.leaderboard-area p {
  font-size: 12px;
  color: #f5b960;
  text-align: right;
}

.specialOffer-block,
.specialOffer-block:after {
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.specialOffer-block {
  height: 80px;
  bottom: calc(100% + 40px);
  z-index: 5;
  padding: 8px;
  background-image: url(../imgs/count-down-bg.png);
  animation: bounce-store 1.5s infinite;
}

.specialOffer-block .specialOfferBox {
  min-width: 240px;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  padding: 0 8px;
  padding-bottom: 5px;
  position: relative;
}

.specialOffer-block .specialOfferBox .imgBox {
  width: 128px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.specialOffer-block .specialOfferBox .imgBox img {
  width: 100%;
}

.specialOffer-block .specialOfferBox .countdown {
  font-size: 12px;
  color: #d3b7ba;
  padding-right: 8px;
  transform: skewX(-15deg);
}

.specialOffer-block .specialOfferBox .countdown .count {
  font-size: 25px;
  color: #76ddff;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0 2px;
}

.popup-store {
  height: 80%;
}

@keyframes bounce-store {
  0%, 20%, 50%, 80%, to {
    transform: translate(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.popup-store .popup-topbg .vipImg {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  filter: drop-shadow(0 1px 3px #000);
}

.popup-store .tool-card-tipsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 16px auto;
}

.popup-store .tool-card-tipsBox .card {
  width: 168px;
  height: 40px;
  border-radius: 100px;
  background-color: rgba(35, 163, 251, 0.24);
  margin: 0 4px;
  padding: 0 4px 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #3359f2;
}

.popup-store .btn-all-saleCard,
.popup-store .btn-all-saleCard .text,
.popup-store .btn-go-saleCard,
.popup-store .btn-go-saleCard .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-store .btn-all-saleCard,
.popup-store .btn-go-saleCard {
  height: 32px;
  width: 80px;
  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: #452201;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  text-align: center;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fast-payment-list .icon-sale span {
  font-size: 12px;
  font-weight: 800;
}

.popup-store .btn-all-saleCard span:before,
.popup-store .btn-go-saleCard span:before {
  font-size: 16px;
  color: #452201;
  text-align: 1px 1px 0 #fff8e4;
}

.icon-arrow_b_right:before {
  content: ">";
  font-family: "Fredoka", sans-serif;
  color: #ffb700;
}

.popup-store .tool-card-tipsBox .btn-recommend {
  height: 40px;
  display: flex;
  justify-content: center;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.popup-store .tool-card-tipsBox .btn-recommend .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(121deg, #fbc323, #fb8d23);
  box-shadow: 0 8px 16px 0 rgba(251, 141, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 195, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.32);
  color: #452201;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 8px;
  font-size: 12px;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.popup-store .tool-card-tipsBox .btn-recommend .icon-share:before {
  font-size: 16px;
  color: #452201;
  margin: 0 4px;
}

.icon-share:before {
  content: "\e91d";
  color: #ffb700;
}

.popup-store .area-title-box {
  margin: 0 auto;
  width: calc(100% - 48px);
}

.area-title-box .area-title,
.levelBox {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.area-title-box .area-title {
  min-width: 56px;
  height: 100%;
  background-image: linear-gradient(180deg, #fbc323, #fde397);
  background-size: 100% 100%;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  justify-content: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 0 16px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  white-space: nowrap;
}

.fast-payment-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 8px;
  border-left: solid 1px #e7395a;
  border-right: solid 1px #e7395a;
}

.fast-payment-list li {
  width: 30%;
  min-height: 92px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3333333333);
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  color: #452201;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8px 1.5%;
  padding: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  font-stretch: 80%;
  position: relative;
  border: solid 1px #ccc;
}

.fast-payment-list li > div,
.payment-list li > div {
  width: 100%;
  height: 100%;
}

.fast-payment-list li .imgBox,
.fast-payment-list li .mycard,
.payment-list li .imgBox,
.payment-list li > div > div:first-child {
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.fast-payment-list li .mycard,
.payment-list li .mycard {
  height: 50px !important;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/mycard.png);
  background-color: #fff;
}
.fast-payment-list li .mycard.text,
.payment-list li .mycard.text {
  background-image: url(../imgs/mycard-s.png);
  background-position: 50% 30%;
  background-size: 63%;
  align-items: flex-end;
  color: #000;
}

.fast-payment-list li .credit-card,
.payment-list li .credit-card {
  height: 50px !important;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/icon-store-pay-4.png);
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  align-items: center;
  align-content: center;
  color: #000;
  font-weight: 700;
}
.fast-payment-list li .credit-card span,
.payment-list li .credit-card span {
  background-color: rgba(255, 255, 255, 0.3333333333);
}
.fast-payment-list li .credit-card.text,
.payment-list li .credit-card.text {
  background-position: 10% 50%;
  background-size: 30%;
  justify-content: flex-end;
  padding-right: 10px;
  color: #000;
}

.fast-payment-list li .funpoint,
.payment-list li .funpoint {
  height: 50px !important;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/funpoint.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.fast-payment-list li .linepay,
.payment-list li .linepay {
  height: 50px !important;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/LINE-Pay2.png?123);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.fast-payment-list li .telbill,
.payment-list li .telbill {
  height: 50px !important;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/icon-store-pay-1.png);
  background-size: 33%;
  background-position: 5% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  padding-right: 3px;
  color: #000;
  font-weight: 700;
}
.fast-payment-list li .telbill span,
.payment-list li .telbill span {
  background-color: rgba(255, 255, 255, 0.3333333333);
}

.fast-payment-list > .w-33 > a {
  width: 100%;
}

.fast-payment-list li .gash .imgBox,
.fast-payment-list li .mycard .imgBox {
  width: 37px;
  height: 16px;
  margin: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
}

.fast-payment-list li .imgBox img {
  width: 100%;
  height: 100%;
}

.fast-payment-list li .imgBox {
  width: 48px;
  margin: 0 auto;
}

.fast-payment-list li .pointBox {
  width: 100%;
  margin: 3px 0 0;
  padding-top: 3px;
}

.fast-payment-list li .pointBox > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.fast-payment-list li .pointBox [class^=icon-] {
  margin-right: 4px;
}

.fast-payment-list li .icon-money {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  flex-shrink: 0;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fast-payment-list li .icon-money img {
  width: 100%;
  height: 100%;
}

.fast-payment-list li .pointBox > div .count {
  font-size: 14px;
  font-weight: 600;
  font-stretch: 90%;
  font-stretch: 80%;
  color: #ff1800;
  font-family: arial;
}

.fast-payment-list li .btn-paymoney,
.fast-payment-list li .btn-paymoney .text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.fast-payment-list li .btn-paymoney .text {
  height: 100%;
  background-image: url(../imgs/btn-store-price.png?111);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: arial;
  font-stretch: 90%;
  font-stretch: 80%;
  padding: 0 8px;
}

.fast-payment-list .icon-sale {
  width: 75px;
  height: 30px;
  background-image: url(../imgs/icon-store-discount.png);
  color: #f10000;
  padding: 5px 4px 0 12px;
  position: absolute;
  top: -12px;
  font-family: "Archivo", "PingFang TC", "Microsoft JhengHei", sans-serif !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(0.9);
}

.popup-store .area-title {
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  color: #fff8e4;
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
}

.payment-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 8px;
  border-left: solid 1px #076bb9;
  border-right: solid 1px #076bb9;
}
.payment-list li {
  cursor: pointer;
}

.payment-list li,
.payment-list li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #0795b9;
}

.payment-list li {
  width: 30%;
  min-height: 92px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3333333333);
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  color: #452201;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8px 1.5%;
  padding: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  font-stretch: 80%;
  position: relative;
  border: solid 1px #ccc;
}
.payment-list li.w-25 {
  margin: 8px 1.2%;
  padding: 3px;
  display: grid;
  grid-template-rows: 1fr 20px;
  justify-content: center;
}
.payment-list li.w-25 img {
  width: 90%;
  margin: auto;
}
.payment-list li.w-33 {
  margin: 8px 1.2%;
  padding: 3px;
  display: grid;
  grid-template-rows: 1fr 20px;
  justify-content: center;
}
.payment-list li.w-33 img {
  width: 90%;
  margin: auto;
}

.payment-list .imgBox {
  width: 72px;
  height: 24px;
  margin-bottom: 6px;
}

.payment-list li > div {
  min-width: 54px;
  line-height: 12px;
}

.payment-list .imgBox img {
  width: 100%;
  height: 100%;
}

.payment-list li .bill:before,
.payment-list li .creditCard:before {
  font-family: "icomoon" !important;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #7f3f02;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 4px;
}

.w-25 .bi {
  font-size: 20px;
}

.payment-list .w-25 {
  width: calc(25% - 10px) !important;
}

.currentBox {
  width: 100%;
  height: 120px;
  padding: 0 16px;
  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;
  background-image: linear-gradient(96deg, #fafafa, #e9f0f4);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: 0.2s;
}
@media (min-width: 701px) and (hover: hover) {
  .currentBox {
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  .currentBox {
    margin-top: -88px;
    bottom: 17px !important;
  }
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .currentBox {
    bottom: 15px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .currentBox {
    bottom: 40px;
  }
}
.currentBox .btn-newmail {
  margin-top: 7px;
}
.currentBox .pointBox {
  min-width: 64px;
  height: 32px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
}
.currentBox .pointBox .text {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
}
.currentBox .pointBox .count {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f4b63f;
}
.currentBox .icon-money {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}
.currentBox .icon-money img {
  width: 100%;
  height: 100%;
}
.currentBox .userMoney {
  font-size: 17px;
  font-weight: 800;
  font-stretch: 90%;
  color: #bc9265;
  padding-right: 12px;
}
.currentBox .areaL {
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.currentBox .areaR {
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.currentBox .leaderImg {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f4b63f;
}
.currentBox .userImg {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #f4b63f;
  margin: 0 4px;
  flex-shrink: 0;
}
.currentBox .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.currentBox .userName {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .currentBox .userName {
    width: 35vw;
  }
}
.currentBox:not(.mail, .clickable) {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 701px) and (hover: hover) {
  .currentBox:not(.mail, .clickable) {
    bottom: 0;
  }
}

.popup-gift .giftContent,
.gift-center-content,
.gift-record-content {
  width: 100%;
  height: 100%;
  padding: 36px 16px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .popup-gift .giftContent,
  .gift-center-content,
  .gift-record-content {
    transform: scale(1) translate(0, 0) !important;
  }
}
.popup-gift .giftContent .formBox .inputBox .bi-search,
.gift-center-content .formBox .inputBox .bi-search,
.gift-record-content .formBox .inputBox .bi-search {
  margin-left: -24px;
  margin-top: 10px;
}

.popup-gift .currentBox {
  height: 56px;
  margin: 0 0 4px;
  align-items: center;
}

.popup-gift .currentBox .pointBox {
  min-width: 64px;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.popup-gift .currentBox .icon-money {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}

.popup-gift .currentBox .icon-money img {
  width: 100%;
  height: 100%;
}

.popup-gift .currentBox .pointBox .text {
  font-size: 12px;
  font-weight: 600;
}

.popup-gift .currentBox .pointBox .count {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f4b63f;
}

.currentBox .btn-directions {
  width: 100px;
  height: 32px;
  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: #452201;
  border-radius: 100px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  margin-right: 8px;
  margin-top: 15px;
}

.currentBox .btn-directions .icon-info {
  margin-right: 4px;
}

.icon-info:before {
  content: "\e916";
  color: #ffb700;
}

.currentBox .btn-directions .icon-info:before {
  font-size: 16px;
  color: #452201;
}

.popup-gift .giftInfoBox {
  width: 100%;
  padding: 8px 16px;
  box-shadow: 3px 8px 16px 0 rgba(255, 248, 228, 0.16), 1px 1px 2px 0 rgba(255, 248, 228, 0.32), inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: rgba(69, 34, 1, 0.2);
  border-radius: 16px;
}
.popup-gift .giftInfoBox li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  min-height: 40px;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
}
.popup-gift .giftInfoBox .text {
  font-size: 12px;
  font-weight: 500;
  font-stretch: 100%;
  color: #f5b960;
}

.popup-gift .giftInfoBox .btn-blockInfo,
.popup-gift .giftInfoBox .count {
  color: #f5b960;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-gift .giftInfoBox .count {
  font-size: 14px;
}

.popup-gift .giftInfoBox .btn-blockInfo {
  min-width: 64px;
  max-width: 100px;
  height: 32px;
  text-align: center;
  display: inline-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;
  border-radius: 100px;
  padding: 0 8px;
  font-size: 12px;
  margin-left: 8px;
  color: #861108;
}

.formBox {
  width: 240px;
  margin: 0 auto;
  color: #452201;
}

.popup-gift .formBox {
  margin-top: 24px;
}

.formBox > div {
  margin-bottom: 27px;
}

.formBox .itemName {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  margin-bottom: 2px;
  color: #452201;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.inputBox {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #b7b7b7;
  background-color: #ededed;
  position: relative;
}

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

body,
body button,
body input {
  font-family: "Archivo", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  font-stretch: 100%;
  color: #f5b960;
}

.inputBox input,
.inputBox textarea {
  width: 100%;
  text-align: left;
  height: 100%;
  border: none;
  padding: 0 16px;
  color: #452201;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  outline: none;
}

.inputBoxB textarea {
  height: 150px;
  background-color: rgb(226, 226, 226);
  border-radius: 8px;
  border: 1px solid #b7b7b7;
  padding: 5px;
  color: #976320 !important;
}

.popup-gift .formBox .icon-team {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.popup-gift .formBox .icon-team:before {
  content: "\e925";
  font-size: 16px;
  color: #452201;
}

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

.error {
  margin-bottom: 8px;
}

.formBox > div {
  margin-bottom: 27px;
}

.popup-gift .giftContent > p {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 8px;
  color: #452201;
}

.popup-gift .giftContent .btn-confirm,
.popup-gift .giftContent .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-gift .giftContent .btn-confirm {
  width: 240px;
  height: 56px;
  background: linear-gradient(to right, #ffd06b, #833f00, #ffd06b);
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 3px;
  border-radius: 28px;
}

.popup-gift .giftContent .btn-confirm .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
}

#gift .bi-info-circle-fill {
  margin-right: 8px;
}

.mask:has(.popup-chat) {
  background-color: rgba(6, 4, 3, 0.48);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.popup-chat {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 0;
}

.popup .popupBg {
  width: 100%;
  height: 100%;
}

.guild-info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.g-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.btn-gameClose-Exit {
  width: 64px;
  height: 50px;
  position: fixed;
  top: 0;
  left: env(safe-area-inset-left);
  z-index: 2500;
  padding-right: 8px;
  background-image: url(../imgs/back-to-lobby.png?qq);
  background-size: contain;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  border: unset;
}

.btn-gameClose-L {
  position: fixed;
  top: 12px;
  left: 0;
  z-index: 20;
  padding-right: 8px;
  border-radius: 24px;
  border-radius: 0 16px 16px 0;
  line-height: 12px;
}
.btn-gameClose-L.pri {
  display: none;
}

.btn-gameClose-L,
.btn-gameClose-R {
  width: 64px;
  height: 40px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32), inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16), inset 0 2px 1px 0 #fafafa;
  color: #452201;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 0;
}

.chatPage .chatBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.mainConts {
  width: 100%;
  height: 0;
  flex: 1 1;
  background-color: #fde397;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.mainConts:before {
  content: "";
  width: 100%;
  height: 56px;
  background-image: linear-gradient(180deg, rgba(69, 34, 1, 0.48), rgba(69, 34, 1, 0)), linear-gradient(180deg, rgba(69, 34, 1, 0.48), rgba(69, 34, 1, 0));
  opacity: 0.24;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.mainConts .channel-tabs {
  height: 40px;
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  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;
  background-image: linear-gradient(96deg, #fafafa, #e9f0f4);
  border-radius: 100px;
}

.mainConts .channel-tabs,
.mainConts .channel-tabs > div {
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.mainConts .channel-tabs > div {
  min-width: 56px;
  max-width: 120px;
  height: 32px;
  color: #452201;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  position: relative;
  line-height: 14px;
  text-align: center;
}

.chatbot {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

#talk_log,
#talk_log_pri {
  width: 100%;
  height: auto;
  padding: 56px 0 0;
  font-size: 16px;
}
#talk_log .author,
#talk_log_pri .author {
  color: #fafafa;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.24);
  border: 1px solid hsla(0, 0%, 98%, 0.48);
  margin: 0 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: row;
}
#talk_log .author img,
#talk_log_pri .author img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
#talk_log li,
#talk_log_pri li {
  display: flex;
  flex-direction: row;
}
#talk_log li .userName,
#talk_log_pri li .userName {
  font-weight: 400;
  color: #789;
}
#talk_log li .msgTime,
#talk_log_pri li .msgTime {
  color: #fff;
}
#talk_log li.me,
#talk_log_pri li.me {
  justify-content: flex-end;
}
#talk_log li.me .talkbox,
#talk_log_pri li.me .talkbox {
  background-color: rgba(183, 213, 221, 0.88);
  border-radius: 12px 0 12px 12px;
}
#talk_log li.me .talkArea,
#talk_log_pri li.me .talkArea {
  display: grid;
  justify-items: flex-end;
  justify-content: flex-end;
}
#talk_log li.me .userName,
#talk_log_pri li.me .userName {
  text-align: right;
}
#talk_log li.me .status-box,
#talk_log_pri li.me .status-box {
  right: calc(100% + 8px);
  left: unset;
}
#talk_log li.me .status-box .msgTime,
#talk_log_pri li.me .status-box .msgTime {
  text-align: right;
}
#talk_log li.me > div:nth-child(1),
#talk_log_pri li.me > div:nth-child(1) {
  order: 2;
}
#talk_log li.me > div:nth-child(2),
#talk_log_pri li.me > div:nth-child(2) {
  order: 1;
}
#talk_log li.me .talkInfoBox > div:nth-child(1),
#talk_log_pri li.me .talkInfoBox > div:nth-child(1) {
  order: 2;
}
#talk_log li.me .talkInfoBox > div:nth-child(2),
#talk_log_pri li.me .talkInfoBox > div:nth-child(2) {
  order: 1;
}

.talkInfoBox {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  position: relative;
}
.talkInfoBox .talkbox {
  min-width: 32px;
  min-height: 56px;
  background-color: rgba(228, 220, 196, 0.88);
  border-radius: 0 12px 12px 12px;
  color: #452201;
  padding: 12px;
  max-width: 200px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: 100%;
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
  word-break: break-all;
  box-shadow: 1px 1px 5px rgba(69, 34, 1, 0.3333333333);
}
.talkInfoBox .talkbox, .talkInfoBox .talkbox div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.talkInfoBox .status-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 8px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
.talkInfoBox .btn-Reply {
  width: 100%;
  font-size: 12px;
  color: #452201;
  margin-bottom: 4px;
  font-weight: 500;
  font-stretch: 100%;
}
.talkInfoBox .msgTime {
  font-size: 12px;
  line-height: 14px;
  color: rgba(6, 4, 3, 0.48);
}

.talkInfoBoxImg .talkbox {
  background-color: initial;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}

.talkInfoBoxImg .talkbox img {
  width: auto;
  height: 100%;
  max-height: 168px;
  max-width: 240px;
  margin: 0 auto;
}

.gm.me .talkbox {
  background-color: #fff !important;
  border-radius: 12px !important;
  border: solid 2px #f00;
  color: #000;
}
.gm .talkbox {
  background-color: #fff;
  border-radius: 12px;
  color: #000;
  border: solid 2px #f00;
}
.gm .author {
  border: unset !important;
}
.gm .author img {
  position: relative;
  z-index: 2;
}
.gm .author:before {
  display: block;
  content: "GM";
  width: 40px;
  height: 27px;
  padding-top: 11px;
  text-align: center;
  background-color: #e40000;
  color: #fff;
  font-family: arial;
  font-weight: 700;
  z-index: 1;
  font-size: 12px;
  position: absolute;
  top: 37px;
  left: 4px;
}
.gm .author:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url(../imgs/rainbow-frame.png);
  background-position: center center;
  background-size: cover;
}

.system-prize,
.system-prize .prize-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.system-prize {
  width: 320px;
  margin: 0 auto 8px;
  align-items: flex-end;
}

.system-prize .prize-box {
  width: 100%;
  min-height: 64px;
  padding: 8px 0;
  font-weight: 500;
  font-stretch: 100%;
  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: #452201;
  border-radius: 24px;
  align-items: center;
}

.system-prize .prize-box .gameImg {
  width: 48px;
  height: 48px;
  margin: 0 8px;
  flex-shrink: 0;
}

.system-prize .prize-box .gameImg img {
  width: 100%;
  height: 100%;
}

.system-prize .prize-box .prizeInfo {
  font-size: 14px;
  color: #452201;
}

.system-prize .prize-box .prizeInfo span {
  color: #f4b63f;
  margin: 0 4px;
  font-weight: 800;
  font-stretch: 90%;
}

.system-prize .icon-arrow_b_right {
  font-size: 24px;
  padding: 0 8px;
}

.system-prize .icon-arrow_b_right:before {
  color: #452201;
}

.icon-arrow_b_right:before {
  content: ">";
  font-family: "Fredoka", sans-serif;
  color: #ffb700;
}

.talkInfoBox {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  position: relative;
}

.talkInfoBoxImg .talkbox {
  background-color: initial;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}

.talkInfoBoxImg .talkbox img {
  width: auto;
  height: 100%;
  max-height: 168px;
  max-width: 240px;
  margin: 0 auto;
}

.talkInfoBox .talkbox,
.talkInfoBox .talkbox div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

#talk_log .author,
#talk_log_pri .author {
  color: #fafafa;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.24);
  border: 1px solid hsla(0, 0%, 98%, 0.48);
  margin: 0 8px;
  justify-content: center;
  align-items: center;
  position: relative;
}

#talk_log .author,
#talk_log li,
#talk_log_pri .author,
#talk_log_pri li {
  display: flex;
  flex-direction: row;
}

#talk_log .author img,
#talk_log_pri .author img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.chatbot .bi-chevron-right {
  font-size: 20px;
  font-weight: 900;
  margin-right: 10px;
}

.talkInfoBox .status-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 8px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

.talkInfoBox .btn-Reply {
  width: 100%;
  font-size: 12px;
  color: #452201;
  margin-bottom: 4px;
  font-weight: 500;
  font-stretch: 100%;
}

.talkInfoBox .msgTime {
  font-size: 12px;
  line-height: 14px;
  color: rgba(6, 4, 3, 0.48);
}

.msgArea {
  width: 100%;
  min-height: 82px;
  padding: 8px 16px 24px;
  background-color: rgba(246, 249, 251, 0.98);
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 -4px 16px 0 rgba(69, 34, 1, 0.08), 0 -1px 0 0 rgba(69, 34, 1, 0.16);
  filter: blur(8);
  display: flex;
  align-items: center;
}

.msgArea .btn-image {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.msgArea .btn-image .icon-image {
  width: 100%;
  height: 100%;
}

.msgArea .btn-image .icon-image span:before {
  font-size: 24px;
  color: #452201;
}

.icon-image .path1:before {
  content: "\e93b";
  color: #7f3f02;
}

input[type=file] {
  display: block;
}

.msgArea .btn-image .file-input {
  display: none;
}

.msgArea .sent-text-box {
  width: calc(100% - 5px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.msgArea .sent-text-box-pri {
  width: calc(100% - 5px);
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  display: none;
}

.msgArea .txtBox {
  width: calc(100% - 90px);
  background-color: #fff8e4;
  border: 1px solid rgba(205, 194, 162, 0.72);
  border-radius: 9px;
  padding-right: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 5px;
}

.msgArea #message_input {
  width: 100%;
  height: 40px;
  max-height: 80px;
  font-size: 14px;
  color: #452201;
  outline: none;
  border: none;
  border-radius: 24px;
  padding: 8px;
  background-color: initial;
  text-align: left;
  resize: none;
}

.msgArea .sent-text-box .icon-emoji:before,
.msgArea .sent-text-box-pri .icon-emoji:before {
  font-size: 20px;
  color: #452201;
}

.icon-emoji:before {
  content: "\e93f";
  color: #66778a;
}

.msgArea .bi-image,
.bi-emoji-laughing {
  font-size: 20px;
}

.msgArea .btn-message-submit {
  width: 80px;
  height: 40px;
  margin-left: 16px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
}

.msgArea .btn-message-submit,
.msgArea .btn-message-submit .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.msgArea .btn-message-submit,
.msgArea .btn-message-submit .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.msgArea .btn-message-submit .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 24px;
}

#gift .bi-search {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.p-body.personalContent {
  padding: 24px 12px 120px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.personInfo-block {
  justify-content: space-between;
  margin-bottom: 16px;
}
.personInfo-block .userBox {
  justify-content: flex-start;
}

.personInfo-block {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.personInfo-block .userBox {
  display: grid;
  grid-template-columns: 115px 1fr;
}

.personInfo-block .userImg {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  margin-right: 8px;
  border: 4px solid #bc9265;
}

.userImg {
  position: relative;
}

.personInfo-block .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.personInfo-block .name-box {
  display: grid;
  align-items: center;
  width: 95%;
}
.personInfo-block .name-box .name-box {
  text-shadow: unset !important;
}

.personInfo-block .btn-share,
.personInfo-block .btn-share .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.personInfo-block .btn-share {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(to right, #ffd06b, #833f00, #ffd06b);
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 3px;
  border-radius: 28px;
  margin-left: 16px;
  position: absolute;
  right: 15px;
  top: 25px;
}

.personInfo-block .btn-share .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(121deg, #d7ba30, #d88c16);
  box-shadow: 0 8px 16px 0 rgba(251, 141, 35, 0.48), inset -2px -4px 2px 0 rgba(155, 120, 18, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.32);
  color: #452201;
  border-radius: 100px;
}

.personInfo-block .btn-share .icon-share:before {
  font-size: 20px;
  color: #452201;
  margin: 0 auto;
}

.icon-share:before {
  content: "\e91d";
  color: #ffb700;
}

.personInfo-block .btns {
  margin-top: 8px;
}

.personInfo-block .btns,
.personInfo-block .userName {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.personInfo-block .userName input {
  font-family: "Noto Sans TC";
  font-size: 19px;
  font-weight: 700;
  font-stretch: 90%;
  color: #452201;
}

.personInfo-block .btns > div {
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  line-height: 14px;
}

.personInfo-block .btn-edit,
.btn-username-ok {
  width: 90px;
  background-image: linear-gradient(180deg, #b25322, #d2b422);
  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 #b4882a;
  color: #0e0402;
  font-weight: 900;
  border-radius: 100px;
}

.popup-personal p {
  margin: 0;
  font-size: 12px;
  color: #f4b63f;
}

.personInfo-block .btn-edit .text {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 8px;
  color: #452201;
}

.personInfo-block .btn-megaphone span {
  display: block;
  width: 24px;
  height: 18px;
  background-image: url(../imgs/amp.png);
  background-size: 100% 100%;
  margin: 0 4px 0 0;
  flex-shrink: 0;
}

.personInfo-block .btn-megaphone {
  width: 90px;
  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: #452201;
  border-radius: 100px;
}

.personInfo-block .btns > div .text {
  padding: 0 8px;
}

.personInfo-block .btn-edit span {
  display: block;
  width: 24px;
  height: 18px;
  background-image: url(../imgs/change.png);
  background-size: 100% 100%;
  margin: 0 4px 0 0;
  flex-shrink: 0;
}

.signText-box {
  width: 100%;
  height: auto;
  min-height: 56px;
  max-height: 96px;
  margin-top: 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 8px 40px 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  box-shadow: 3px 8px 16px 0 rgba(255, 248, 228, 0.16), 1px 1px 2px 0 rgba(255, 248, 228, 0.32), inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: rgba(69, 34, 1, 0.2);
  border-radius: 8px;
  position: relative;
}

.signText-box .text {
  width: 100%;
  max-height: 80px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  font-weight: 500;
  font-stretch: 100%;
  color: #000000;
  word-break: break-word;
  white-space: pre-wrap;
}

.signText-box .btn-edit,
.mobi .btn-edit,
.signText-box .btn-edit-submit,
.btn-edit {
  width: 26px;
  height: 26px;
  background-image: linear-gradient(135deg, #f9e780, #c09951);
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.35), inset -2px -4px 2px 0 rgba(127, 63, 2, 0.3), inset 0 2px 1px 0 #fff3d9;
  color: #452201;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.mobi .btn-edit {
  width: 24px;
  height: 24px;
  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: #452201;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  right: unset;
  bottom: unset;
}
.mobi input {
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 6px;
}
.mobi .bi {
  margin-right: 0;
}

.mobi .bi,
.btn-share .bi,
.btn-edit .bi {
  margin-right: 0;
}

.signText-box .btn-edit .bi:before,
.signText-box .btn-edit-submit .bi:before {
  margin-left: 4px;
  margin-top: 4px;
}

.signText-box .btn-edit .icon-edit:before {
  font-size: 12px;
  color: #452201;
}

.signText-box .btn-edit .icon-edit.active:before {
  content: "\f524";
}

.icon-edit:before {
  content: "\e91a";
  color: #ffb700;
}

.achievement-box {
  width: 100%;
  height: 72px;
  background-color: rgba(51, 89, 242, 0.08);
  border-radius: 12px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 12px;
}

.achievement-box .areaL {
  flex-shrink: 0;
}

.achievement-box .areaL > div {
  font-size: 14px;
  line-height: 20px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
}

.achievement-box .areaL .done-text {
  color: #452201;
  font-size: 12px;
  font-weight: 500;
  font-stretch: 100%;
}

.achievement-box .areaL .count {
  font-size: 19px;
  color: #f4b63f;
  margin: 0 4px;
  font-weight: 800;
  font-stretch: 90%;
}

.achievement-box .areaR {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.disabled {
  opacity: 0.32;
}

.achievement-box .imgBox {
  width: 40px;
  height: 40px;
  margin: 0 4px 0 0;
  box-shadow: 0 8px 12px 0 rgba(69, 34, 1, 0.48);
  border-radius: 50%;
}

.achievement-box .imgBox img {
  width: 100%;
  height: 100%;
}

.memberInfo-box {
  width: 100%;
  border-radius: 16px;
  padding: 8px;
  margin-top: 24px;
  background-image: linear-gradient(to bottom, #e5bd66, #9b6620);
  border: 4px solid #f5b960;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.memberInfo-box .member-uid-box {
  display: flex;
}
.memberInfo-box .member-uid-box svg {
  margin-left: 10px;
  margin-top: 4px;
}

.memberInfo-box .memberlevel {
  width: 84px;
  padding-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.memberInfo-box .vipImg {
  width: 72px;
  height: 72px;
  margin-top: -32px;
}

.memberInfo-box .vipImg img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 3px #000);
}

.memberInfo-box .levelNumber {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  text-align: center;
  margin-bottom: 8px;
  color: #723800;
}

.memberInfo-box .levelNumber span {
  color: #a90000;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0 2px;
}

.memberInfo-box .memberlevel .btn-vipInfo {
  width: 72px;
  height: 32px;
  background-image: linear-gradient(135deg, #a51010, #821313);
  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 #b75a5a;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f5b960;
  line-height: 12px;
  text-align: center;
}

.memberInfo-box ul {
  width: calc(100% - 84px);
}

.memberInfo-box li:not(.copyMessage) {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  color: #452201;
  font-weight: 900;
}

.memberInfo-box .text {
  font-size: 12px;
  color: #000;
  line-height: 14px;
  text-align: left;
  white-space: nowrap;
}

.p-body.personalContent .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
}

.btn-addValue {
  min-width: 100px;
  height: 40px;
  background: linear-gradient(to right, #ffd06b, #833f00, #ffd06b);
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 3px;
  border-radius: 28px;
  margin: 0 4px;
  cursor: pointer;
}

.btn-addValue,
.btn-addValue .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-addValue .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #7a0909, #541103);
  box-shadow: 0 8px 16px 0 rgba(165, 3, 3, 0.48), inset -2px -4px 2px 0 rgba(27, 2, 2, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #f5b960;
  border-radius: 24px;
}

.btn-bindNumber {
  min-width: 100px;
  height: 40px;
  margin: 0 4px;
  background: linear-gradient(to right, #ffd06b, #833f00, #ffd06b);
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 3px;
  border-radius: 28px;
  position: relative;
}

.btn-bindNumber,
.btn-bindNumber .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-bindNumber .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #7a0909, #541103);
  box-shadow: 0 8px 16px 0 rgba(165, 3, 3, 0.48), inset -2px -4px 2px 0 rgba(27, 2, 2, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #f5b960;
  font-weight: 900;
  border-radius: 24px;
}

.tips-box {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.tips-box:before {
  content: "■";
  display: block;
  width: 16px;
  height: 16px;
  color: #ac780a;
  font-size: 18px;
  font-family: "icomoon" !important;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  transform: rotateZ(45deg);
  position: absolute;
  z-index: 0;
}
.tips-box .tips-content {
  min-width: 64px;
  min-height: 24px;
  background-image: linear-gradient(135deg, #a06a0a, #be9103);
  background-size: 100% 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 8px;
  color: #fff8e4;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.p-body.personalContent .btnBox .tips-box {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

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

.personInfo-block .btn-megaphone .text {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 8px;
  color: #452201;
}

.personInfo-block .btns > div .text {
  padding: 0 8px;
}

.achievement-box .areaR .btn-more {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  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: #452201;
  border-radius: 24px;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-level {
  height: 90%;
}
.popup-level .area-title-box {
  margin-top: 16px;
}
.popup-level .tableBox-block {
  position: relative;
  margin-top: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-level .viplevelContent {
  padding: 24px 16px 16px;
}
.popup-level p {
  padding: 0 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  font-stretch: 90%;
  color: #bc9265;
  line-height: 18px;
}
.popup-level .vip-forever,
.popup-level .vip-expiration {
  margin: 0 2px;
  color: #f5b960;
  -webkit-text-stroke: 1px #683b04;
  font-size: 20px;
  font-weight: 900;
}
.popup-level .levelBox {
  width: calc(100vw - 65px);
  height: calc((100vw - 65px) / 2.63);
  border-radius: 17px 0 17px 0;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.48);
  margin: 0 auto 24px;
  background-image: url(../imgs/vip-header-bg.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 0 auto 8px;
  padding: 8px 4px;
  box-shadow: 0 8px 16px 0 rgba(205, 194, 162, 0.48), inset -2px -4px 2px 0 rgba(205, 194, 162, 0.48), inset 0 2px 1px 0 rgba(255, 248, 228, 0.72);
  justify-content: space-between;
}
@media (min-width: 701px) and (hover: hover) {
  .popup-level .levelBox {
    width: 100%;
    height: 161px;
  }
}
.popup-level .levelBox .tips-box {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.popup-level .levelBox .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 4px 0;
}
.popup-level .levelBox .btns .text {
  color: #fff8e4;
  margin-top: 0;
}
.popup-level .levelBox .btns > div {
  flex: 1 1;
  height: 32px;
  font-size: 12px;
}
.popup-level .levelBox .levelTextBox {
  width: calc(100% - 152px);
  text-align: center;
  display: grid;
  justify-content: center;
}
.popup-level .levelBox .levelTextBox .title {
  font-weight: 600;
  color: #180a03;
}
.popup-level .levelBox .levelTextBox .bar-topup-bg,
.popup-level .levelBox .levelTextBox .bar-bet-bg {
  height: 12px;
  background-color: #747474;
  justify-content: flex-start;
  align-items: center;
  padding: 1px;
  width: 170px;
  border-radius: 6px;
  border: solid 1px #626262;
}
.popup-level .levelBox .levelTextBox .bar-topup {
  height: 8px;
  background-color: #56e8c7;
  border-radius: 4px;
  display: flex;
}
.popup-level .levelBox .levelTextBox .bar-bet {
  height: 8px;
  border-radius: 4px;
  background-color: #85e6fe;
  display: block;
  display: flex;
}
.popup-level .levelBox .levelTextBox > .text {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  text-align: center;
  display: grid;
  justify-content: center;
  margin: 8px 0;
  color: #452201;
}
.popup-level .levelBox .levelTextBox .level-topup-now {
  font-size: 13px;
  color: red;
}
.popup-level .levelBox .levelTextBox .percent-text {
  font-size: 12px;
  color: #797979;
}
.popup-level .levelBox .levelTextBox .level-topup-goal {
  font-size: 13px;
}
.popup-level .levelBox .levelTextBox .btn-red-ugly {
  color: #fff;
  background: linear-gradient(to bottom, #b70000, #ff1414, #b70000);
  font-size: 1.1em;
  font-weight: 600;
  display: grid;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  min-width: 150px;
  min-height: 40px;
  align-items: center;
}
.popup-level .levelBox .vipImg {
  width: 60px;
  height: 60px;
}

.area-title-box .area-title,
.levelBox {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.levelBox .nextVip {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}

.levelBox .vipImg {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  flex-shrink: 0;
}

.levelBox .vipImg img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 3px #000);
}

.btn-addValue,
.btn-addValue .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-addValue .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 24px;
}

.levelBox .levelNumber,
.levelBox .text {
  color: #452201;
}

.levelBox .text {
  margin-top: 2px;
}

.btn-addValue,
.btn-addValue .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-addValue {
  min-width: 100px;
  height: 40px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 0 4px;
}

.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;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 2px 4px 8px 0 rgba(69, 34, 1, 0.32), inset 0 -3px 0 0 #7f3f02;
  color: #fff8e4;
  position: sticky;
  left: 0;
  z-index: 10;
}

.levelTable .table-header > div {
  width: 64px;
  padding: 8px;
}

.levelTable .order {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
}

.levelTable .order span {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}

.levelTable .item {
  height: 40px;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.levelTable .table-body {
  width: calc(100% - 64px);
  margin-bottom: 80px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.levelTable .table-body ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.levelTable .table-body li {
  flex: 0 0 72px;
}

.levelTable .table-body li.active {
  background-color: rgba(251, 195, 35, 0.24);
}

.levelTable .order {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
}

.levelTable .order .orderImg {
  width: 40px;
  height: 40px;
}

.levelTable .order .orderImg img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 3px #000);
}

body ::-webkit-scrollbar {
  width: 1px;
  opacity: 0.32;
  background-color: initial;
  margin-right: 10px;
}

.category-tabs::-webkit-scrollbar-thumb,
.game-tabs::-webkit-scrollbar-thumb,
.levelTable .table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px rgba(127, 63, 2, 0.3);
  background-color: rgba(127, 63, 2, 0.16);
}

body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px rgba(127, 63, 2, 0.3);
  background-color: rgba(127, 63, 2, 0.32);
}

.category-tabs::-webkit-scrollbar-track,
.game-tabs::-webkit-scrollbar-track,
.levelTable .table-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: initial;
}

body ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: initial;
}

.p-body.viplevel-info-Content {
  padding: 16px 0 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.p-body.viplevel-info-Content .body-content {
  padding: 0 16px;
}

.p-body.viplevel-info-Content ul {
  padding-left: 16px;
}

.p-body.viplevel-info-Content li {
  list-style: decimal;
  font-weight: 500;
  font-stretch: 100%;
  color: #452201;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important;
}

.p-body.viplevel-info-Content li {
  list-style: decimal;
  font-weight: 500;
  font-stretch: 100%;
  color: #f5b960;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
}

.p-body.bankbookContent {
  padding: 32px 0;
}

.btn-safebox {
  width: 280px;
  height: 64px;
  margin: 0 auto 24px;
  padding: 0 16px;
  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: #452201;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.btn-safebox .areaL {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 20px;
}

.btn-safebox img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.btn-safebox .text {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f4b63f;
}

.btn-safebox .count {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
}

.btn-safebox .icon-arrow_b_right:before {
  font-size: 24px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
}

.p-body.bankbookContent .area-title-box {
  width: calc(100% - 32px);
  padding: 0 16px;
  margin: 0 auto 16px;
}

.bankbook-table {
  width: 100%;
  height: 100%;
}
.bankbook-table .item {
  width: 38%;
  justify-content: flex-start;
}
.bankbook-table .time {
  width: 27%;
}
.bankbook-table .count {
  width: 35%;
}
.bankbook-table .table-header > div {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}
.bankbook-table .table-header {
  width: 100%;
  background-color: #0e0402;
  border-bottom: 1px solid rgba(178, 187, 196, 0.32);
  box-shadow: 2px 4px 8px 0 rgba(69, 34, 1, 0.32), inset 0 -3px 0 0 #7f3f02;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.bankbook-table .table-header > div {
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fff8e4;
}
.bankbook-table .table-body {
  padding-bottom: 88px;
  position: absolute;
  top: 130px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  margin: auto 10px;
  -webkit-overflow-scrolling: touch;
}
.bankbook-table .table-body .tipsTxt {
  width: 100%;
  height: 24px;
  background-color: rgba(205, 194, 162, 0.48);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  color: #452201;
  font-weight: 500;
  font-stretch: 100%;
}
.bankbook-table li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.32);
}
.bankbook-table .table-body .time {
  font-size: 12px;
}
.bankbook-table li > div {
  min-height: 40px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: 100%;
}
.bankbook-table .count,
.bankbook-table .item {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.bankbook-table .item {
  justify-content: center;
}
.bankbook-table .count {
  justify-content: flex-end;
}

.mail-table {
  width: 100%;
  margin-top: 74px;
  --mailbox1: 10%;
  --mailbox2: 60%;
  --mailbox3: 30%;
}
.mail-table .check {
  width: var(--mailbox1);
  justify-content: flex-start;
}
.mail-table .subtitle {
  width: var(--mailbox2);
}
.mail-table .sender {
  width: var(--mailbox3);
}
.mail-table .table-header {
  width: 100%;
  background-color: #0e0402;
  border-bottom: 1px solid rgba(178, 187, 196, 0.32);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.mail-table .table-header .check {
  margin-top: -5px;
  margin-left: -4px;
}
.mail-table .table-header > div {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}
.mail-table li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.32);
}
.mail-table li > div {
  min-height: 40px;
  padding: 8px;
  font-size: 17px;
  font-weight: 400;
  font-stretch: 100%;
}
.mail-table li .sender-text {
  font-size: 14px;
}
.mail-table li div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mail-table li .date-text {
  font-size: 10px;
  font-weight: 600;
}
.mail-table .count,
.mail-table .item {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.popup-insite-mail {
  height: 90%;
}

.popup-insite-mail .body-content {
  width: 100%;
  height: 100%;
}

.btn-runout,
.category-tabs {
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.category-tabs {
  width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 4px;
  margin: 0 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: rgba(69, 34, 1, 0.2);
  border-radius: 100px;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.category-tabs > div {
  cursor: pointer;
}

.popup-insite-mail .category-tabs {
  width: 50%;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%);
}

.category-tabs > div {
  flex: 1 1;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 4px 8px;
  margin: 0 2px;
  color: #452201;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  white-space: nowrap;
}

.popup-insite-mail .empty {
  margin: 48px auto 0;
}

.empty {
  min-width: 200px;
  height: auto;
  padding: 16px 0;
  margin: 0 auto;
}

.empty .imgBox {
  width: 120px;
  height: 120px;
  margin: 16px auto;
  background-image: url(../imgs/empty.164a4140.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.empty p {
  text-align: center;
  font-size: 14px;
  margin: 16px 0;
  text-align: center !important;
}

.popup-insite-mail .currentBox {
  height: 120px;
  padding: 12px 16px 0;
  /* box-shadow: 0 8px 24px 0 rgb(38 61 89 / 24%), */
  /* inset -4px -4px 4px 0 rgb(38 61 89 / 24%), inset 4px 4px 4px 0 #fff; */
  /* background-image: linear-gradient(96deg, #fafafa, #e9f0f4); */
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: fixed;
  top: 65vh;
  left: -8px;
  right: -8px;
  z-index: 1;
  transition: 0.5s;
  margin-top: -120px;
}

.popup-insite-mail .currentBox .btn-delete {
  width: 100px;
  height: 40px;
  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: #452201;
  border-radius: 100px;
}

.btn-newmail {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: linear-gradient(to right, #ffd06b, #833f00, #ffd06b);
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 3px;
  border-radius: 28px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}
.btn-newmail .icon-newmail {
  margin-right: 8px;
}
.btn-newmail .icon-newmail:before {
  font-size: 16px;
  color: #fff8e4;
}
.btn-newmail .icon-newmail:before {
  content: "\f4ca";
  color: #66778a;
}
.btn-newmail .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #985c1a, #ffb45d);
  box-shadow: 0 8px 16px 0 rgba(251, 141, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 195, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.32);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}
.btn-newmail:before {
  content: "";
}

.bi {
  margin-right: 10px;
}

.popup-friend .friendContent {
  padding: 36px 0 24px;
}

.popup-friend .body-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup-friend .searchBar {
  width: 60%;
  min-width: 240px;
  height: 48px;
  margin: 0 auto;
  position: relative;
}

.popup-friend .searchBar .inputBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-friend .searchBar .icon-search {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-friend .searchBar .icon-search:before {
  font-size: 16px;
  color: #7f3f02;
}

.icon-search:before {
  content: "\e925";
  color: #ffb700;
}

.popup-friend .searchBar .inputBox input {
  width: calc(100% - 64px);
  text-align: left;
  padding: 0;
}

.popup-friend .searchBar .btn-clear {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.friend-list,
.friend-list-chat,
.friend-list-block {
  padding: 0 23px 56px;
  position: absolute;
  top: 68px;
  left: -19px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.friend-list li,
.friend-list-chat li,
.friend-list-block li {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(251, 141, 35, 0.24), inset -4px -4px 4px 0 rgba(205, 194, 162, 0.24), inset 4px 4px 4px 0 #fafafa;
  background-color: #fff8e4;
  border: 4px solid var(--golden);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 8px;
  padding: 0 4px;
}
.friend-list .userBox,
.friend-list-chat .userBox,
.friend-list-block .userBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.friend-list .userImg,
.friend-list-chat .userImg,
.friend-list-block .userImg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #f4b63f;
}
.friend-list .userImg img,
.friend-list-chat .userImg img,
.friend-list-block .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.friend-list .userBox .userName,
.friend-list .status,
.friend-list-chat .userBox .userName,
.friend-list-chat .status,
.friend-list-block .userBox .userName,
.friend-list-block .status {
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
}
.friend-list .addfriend .status,
.friend-list-chat .addfriend .status,
.friend-list-block .addfriend .status {
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  opacity: 1;
}
.friend-list .addfriend .status .text,
.friend-list-chat .addfriend .status .text,
.friend-list-block .addfriend .status .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow: 0 8px 16px 0 rgba(3, 165, 123, 0.48), inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  font-size: 15px;
  padding: 5px 10px;
  margin-top: -3px;
}

.friend-list-block {
  top: 0;
}

.main-center {
  padding: 40px 16px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.login-box {
  margin: auto;
  color: #452201;
  font-size: 17px;
  display: grid;
}

.login-box input,
.login-box select {
  border-radius: 5px !important;
  border: solid 0 !important;
  padding: 5px !important;
  background-color: #fff !important;
}

.login-box .login-btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  bottom: 0;
  z-index: 1;
  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;
  border-radius: 24px;
  padding: 0 4px;
  color: #452201;
  font-size: 20px;
  font-weight: 800;
  font-stretch: 90%;
}

.btn-logout {
  right: -95px !important;
}

/** 2023/5/4 add guild */
.popup-guild {
  height: 90%;
  color: #452201;
}

.popup {
  width: 92.5%;
  height: 85vh;
  min-width: 340px;
  background-color: #fafafa;
  border: 8px solid #bc9265;
  border-radius: 24px;
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .popup {
    height: 85vh;
    top: 7vh;
  }
}

#store .area-title-box:not(.generally) .area-title {
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  color: #fff8e4;
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
}
#store .bank-left {
  background-image: url(../imgs/icon-store-pay-3.png);
  background-size: 33%;
  background-position: 5% 50%;
  background-repeat: no-repeat;
  height: 50px !important;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  color: #000;
  font-weight: 700;
  justify-content: flex-end;
  padding-right: 3px;
}
#store .bank-left span {
  background-color: rgba(255, 255, 255, 0.3333333333);
}
#store .payment-list .imgBox {
  height: 50px !important;
  width: 100%;
}
#store .payment-list li > div:last-of-type {
  white-space: nowrap;
}
#store .store-btm {
  width: 61vw;
  height: 58vw;
  background-image: url(../imgs/store-btm-countdown.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: -8px;
  display: grid;
}
@media (min-width: 701px) and (hover: hover) {
  #store .store-btm {
    width: 250px;
  }
}
#store .store-btm .store-btm-text {
  color: #fff;
  position: absolute;
  font-size: 13px;
  left: 50%;
  transform: translatex(-50%);
  top: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
@media (min-width: 701px) and (hover: hover) {
  #store .store-btm .store-btm-text {
    top: 55px;
  }
}
#store .store-btm .store-btm-text span {
  white-space: nowrap;
}
#store .store-btm .store-btm-text.active {
  color: #fef0cb;
  font-size: 19px;
  margin-top: 2px;
  font-weight: 600;
}
#store .store-btm .store-btm-text .store-btm-count {
  font-size: 21px;
  color: #feff90;
  font-family: arial;
  margin: 0 2px;
}
#store .currentBox .icon-money {
  border-radius: 50%;
  border: 2px solid var(--user-image-color);
  box-shadow: inset 1px 2px 2px 0 var(--user-image-box-shadow);
  overflow: hidden;
  padding: 0;
}
#store .p-content {
  margin-top: 60px;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  #store .p-content {
    margin-top: 10vh;
  }
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  #store .p-content {
    margin-top: 14vh;
  }
}
#store .area-title-box:before {
  display: none;
}
#store .title-1 {
  width: 100%;
  background-image: url(../imgs/store-title-1.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  height: 60px;
}
#store .title-1-end {
  width: 100%;
  background-image: url(../imgs/store-title-1-end.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 40px;
}
#store .title-2 {
  width: 100%;
  background-image: url(../imgs/store-title-2.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  height: 60px;
}
#store .title-2-end {
  width: 100%;
  background-image: url(../imgs/store-title-2-end.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 40px;
  margin-bottom: 250px;
}

#tel-bill .payment-list,
#pay-template .payment-list,
#pay-template-sec .payment-list,
#pay-thrid .payment-list,
#pay_thrid_billing .payment-list {
  border-left: unset;
  border-right: unset;
}
#tel-bill .popup,
#pay-template .popup,
#pay-template-sec .popup,
#pay-thrid .popup,
#pay_thrid_billing .popup {
  top: 140px;
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  #tel-bill .popup,
  #pay-template .popup,
  #pay-template-sec .popup,
  #pay-thrid .popup,
  #pay_thrid_billing .popup {
    top: 35vw;
  }
}
#tel-bill .payment-list li,
#pay-template .payment-list li,
#pay-template-sec .payment-list li,
#pay-thrid .payment-list li,
#pay_thrid_billing .payment-list li {
  background-color: #fff;
  background-image: unset;
}
#tel-bill .payment-list li .mt-2,
#pay-template .payment-list li .mt-2,
#pay-template-sec .payment-list li .mt-2,
#pay-thrid .payment-list li .mt-2,
#pay_thrid_billing .payment-list li .mt-2 {
  white-space: nowrap;
}
#tel-bill .payment-list li:nth-of-type(1) .mt-2,
#pay-template .payment-list li:nth-of-type(1) .mt-2,
#pay-template-sec .payment-list li:nth-of-type(1) .mt-2,
#pay-thrid .payment-list li:nth-of-type(1) .mt-2,
#pay_thrid_billing .payment-list li:nth-of-type(1) .mt-2 {
  letter-spacing: -1px;
}
#tel-bill .payment-list li div:first-child > div:first-child,
#pay-template .payment-list li div:first-child > div:first-child,
#pay-template-sec .payment-list li div:first-child > div:first-child,
#pay-thrid .payment-list li div:first-child > div:first-child,
#pay_thrid_billing .payment-list li div:first-child > div:first-child {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/CHT.png);
  background-size: 110%;
  background-position: center center;
  background-repeat: no-repeat;
}
#tel-bill .funpatm,
#pay-template .funpatm,
#pay-template-sec .funpatm,
#pay-thrid .funpatm,
#pay_thrid_billing .funpatm {
  background-image: url(../imgs/funpoint.png) !important;
}
#tel-bill .payment-list li.w-50,
#pay-template .payment-list li.w-50,
#pay-template-sec .payment-list li.w-50,
#pay-thrid .payment-list li.w-50,
#pay_thrid_billing .payment-list li.w-50 {
  width: calc(50% - 15px) !important;
}
#tel-bill .payment-list li .twt,
#pay-template .payment-list li .twt,
#pay-template-sec .payment-list li .twt,
#pay-thrid .payment-list li .twt,
#pay_thrid_billing .payment-list li .twt {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/TWM.png) !important;
  background-size: 70% !important;
}
#tel-bill .payment-list li .fet,
#pay-template .payment-list li .fet,
#pay-template-sec .payment-list li .fet,
#pay-thrid .payment-list li .fet,
#pay_thrid_billing .payment-list li .fet {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/FET.png) !important;
  background-size: 60% !important;
}
#tel-bill .payment-list li .ap,
#pay-template .payment-list li .ap,
#pay-template-sec .payment-list li .ap,
#pay-thrid .payment-list li .ap,
#pay_thrid_billing .payment-list li .ap {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/tel-ap.png) !important;
  background-size: 60% !important;
}
#tel-bill .payment-list li .ts,
#pay-template .payment-list li .ts,
#pay-template-sec .payment-list li .ts,
#pay-thrid .payment-list li .ts,
#pay_thrid_billing .payment-list li .ts {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/tel-ts.png) !important;
  background-size: 60% !important;
}
#tel-bill .payment-list li .lp,
#pay-template .payment-list li .lp,
#pay-template-sec .payment-list li .lp,
#pay-thrid .payment-list li .lp,
#pay_thrid_billing .payment-list li .lp {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/LINE-Pay2.png) !important;
  background-size: 60% !important;
}
#tel-bill .payment-list li .app,
#pay-template .payment-list li .app,
#pay-template-sec .payment-list li .app,
#pay-thrid .payment-list li .app,
#pay_thrid_billing .payment-list li .app {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/applepay.webp) !important;
  background-size: 50% !important;
}
#tel-bill .payment-list li .pxp,
#pay-template .payment-list li .pxp,
#pay-template-sec .payment-list li .pxp,
#pay-thrid .payment-list li .pxp,
#pay_thrid_billing .payment-list li .pxp {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/pxpay.png) !important;
  background-size: 80% !important;
}
#tel-bill .payment-list li .funp,
#tel-bill .payment-list li #FUNPOINT_ATM .mycard,
#pay-template .payment-list li .funp,
#pay-template .payment-list li #FUNPOINT_ATM .mycard,
#pay-template-sec .payment-list li .funp,
#pay-template-sec .payment-list li #FUNPOINT_ATM .mycard,
#pay-thrid .payment-list li .funp,
#pay-thrid .payment-list li #FUNPOINT_ATM .mycard,
#pay_thrid_billing .payment-list li .funp,
#pay_thrid_billing .payment-list li #FUNPOINT_ATM .mycard {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/funpoint.png) !important;
  background-size: 60% !important;
}
#tel-bill .payment-list li .myc,
#tel-bill .payment-list li #MYCARD_COSTPOINT .mycard,
#tel-bill .payment-list li #MYCARD_POINTTRANSFER .mycard,
#tel-bill .payment-list li #MYCARD_CREDIT .mycard,
#pay-template .payment-list li .myc,
#pay-template .payment-list li #MYCARD_COSTPOINT .mycard,
#pay-template .payment-list li #MYCARD_POINTTRANSFER .mycard,
#pay-template .payment-list li #MYCARD_CREDIT .mycard,
#pay-template-sec .payment-list li .myc,
#pay-template-sec .payment-list li #MYCARD_COSTPOINT .mycard,
#pay-template-sec .payment-list li #MYCARD_POINTTRANSFER .mycard,
#pay-template-sec .payment-list li #MYCARD_CREDIT .mycard,
#pay-thrid .payment-list li .myc,
#pay-thrid .payment-list li #MYCARD_COSTPOINT .mycard,
#pay-thrid .payment-list li #MYCARD_POINTTRANSFER .mycard,
#pay-thrid .payment-list li #MYCARD_CREDIT .mycard,
#pay_thrid_billing .payment-list li .myc,
#pay_thrid_billing .payment-list li #MYCARD_COSTPOINT .mycard,
#pay_thrid_billing .payment-list li #MYCARD_POINTTRANSFER .mycard,
#pay_thrid_billing .payment-list li #MYCARD_CREDIT .mycard {
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  background-image: url(../imgs/mycard.png) !important;
  background-size: 60% !important;
}
#tel-bill .payment-list li > a,
#pay-template .payment-list li > a,
#pay-template-sec .payment-list li > a,
#pay-thrid .payment-list li > a,
#pay_thrid_billing .payment-list li > a {
  width: 100%;
}
#tel-bill .pay-way-table,
#pay-template .pay-way-table,
#pay-template-sec .pay-way-table,
#pay-thrid .pay-way-table,
#pay_thrid_billing .pay-way-table {
  width: 100%;
  border: solid 4px #986022;
  border-radius: 15px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  min-height: 136px;
  background: linear-gradient(135deg, #d7b459, #ebdb95, #fcf4ac);
  box-shadow: inset -2px -2px 3px #bc9265;
  margin: 15px auto;
}
#tel-bill .pay-way-table > div,
#pay-template .pay-way-table > div,
#pay-template-sec .pay-way-table > div,
#pay-thrid .pay-way-table > div,
#pay_thrid_billing .pay-way-table > div {
  border-bottom: solid 1px #c8a956;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel-bill .pay-way-table > div:last-of-type,
#pay-template .pay-way-table > div:last-of-type,
#pay-template-sec .pay-way-table > div:last-of-type,
#pay-thrid .pay-way-table > div:last-of-type,
#pay_thrid_billing .pay-way-table > div:last-of-type {
  border-bottom: solid 0px #c8a956;
}
#tel-bill .pay-way-table > div > span:nth-of-type(2),
#pay-template .pay-way-table > div > span:nth-of-type(2),
#pay-template-sec .pay-way-table > div > span:nth-of-type(2),
#pay-thrid .pay-way-table > div > span:nth-of-type(2),
#pay_thrid_billing .pay-way-table > div > span:nth-of-type(2) {
  font-weight: 700;
}
#tel-bill .area-title-box:not(.generally) .area-title,
#pay-template .area-title-box:not(.generally) .area-title,
#pay-template-sec .area-title-box:not(.generally) .area-title,
#pay-thrid .area-title-box:not(.generally) .area-title,
#pay_thrid_billing .area-title-box:not(.generally) .area-title {
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  color: #fff8e4;
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
}
#tel-bill .payment-list .imgBox,
#pay-template .payment-list .imgBox,
#pay-template-sec .payment-list .imgBox,
#pay-thrid .payment-list .imgBox,
#pay_thrid_billing .payment-list .imgBox {
  height: 50px !important;
  width: 100%;
}
#tel-bill .p-header,
#pay-template .p-header,
#pay-template-sec .p-header,
#pay-thrid .p-header,
#pay_thrid_billing .p-header {
  width: 113%;
  height: 168px;
  top: -144px;
}
@media (min-width: 701px) and (hover: hover) {
  #tel-bill .p-header,
  #pay-template .p-header,
  #pay-template-sec .p-header,
  #pay-thrid .p-header,
  #pay_thrid_billing .p-header {
    height: 191px;
  }
}
#tel-bill .p-header .headerBox .title,
#pay-template .p-header .headerBox .title,
#pay-template-sec .p-header .headerBox .title,
#pay-thrid .p-header .headerBox .title,
#pay_thrid_billing .p-header .headerBox .title {
  margin-top: 88px;
}
@media (min-width: 701px) and (hover: hover) {
  #tel-bill .p-header .headerBox .title,
  #pay-template .p-header .headerBox .title,
  #pay-template-sec .p-header .headerBox .title,
  #pay-thrid .p-header .headerBox .title,
  #pay_thrid_billing .p-header .headerBox .title {
    margin-top: 106px;
  }
}
#tel-bill .store-btm,
#pay-template .store-btm,
#pay-template-sec .store-btm,
#pay-thrid .store-btm,
#pay_thrid_billing .store-btm {
  width: 61vw;
  height: 58vw;
  background-image: url(../imgs/store-btm-countdown.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: -8px;
  display: grid;
}
#tel-bill .store-btm .store-btm-text,
#pay-template .store-btm .store-btm-text,
#pay-template-sec .store-btm .store-btm-text,
#pay-thrid .store-btm .store-btm-text,
#pay_thrid_billing .store-btm .store-btm-text {
  color: #fff;
  position: absolute;
  font-size: 13px;
  left: 12vw;
  top: 13vw;
}
#tel-bill .store-btm .store-btm-text.active,
#pay-template .store-btm .store-btm-text.active,
#pay-template-sec .store-btm .store-btm-text.active,
#pay-thrid .store-btm .store-btm-text.active,
#pay_thrid_billing .store-btm .store-btm-text.active {
  color: #fef0cb;
  font-size: 19px;
  margin-top: 2px;
  font-weight: 600;
}
#tel-bill .store-btm .store-btm-text .store-btm-count,
#pay-template .store-btm .store-btm-text .store-btm-count,
#pay-template-sec .store-btm .store-btm-text .store-btm-count,
#pay-thrid .store-btm .store-btm-text .store-btm-count,
#pay_thrid_billing .store-btm .store-btm-text .store-btm-count {
  font-size: 21px;
  color: #feff90;
  font-family: arial;
  margin: auto 2px -2px 2px;
}
#tel-bill .currentBox .icon-money,
#pay-template .currentBox .icon-money,
#pay-template-sec .currentBox .icon-money,
#pay-thrid .currentBox .icon-money,
#pay_thrid_billing .currentBox .icon-money {
  border-radius: 50%;
  border: 2px solid var(--user-image-color);
  box-shadow: inset 1px 2px 2px 0 var(--user-image-box-shadow);
  overflow: hidden;
  padding: 0;
}
#tel-bill .p-content,
#pay-template .p-content,
#pay-template-sec .p-content,
#pay-thrid .p-content,
#pay_thrid_billing .p-content {
  margin-top: 0;
  top: -3vw;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  #tel-bill .p-content,
  #pay-template .p-content,
  #pay-template-sec .p-content,
  #pay-thrid .p-content,
  #pay_thrid_billing .p-content {
    margin-top: 0;
  }
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  #tel-bill .p-content,
  #pay-template .p-content,
  #pay-template-sec .p-content,
  #pay-thrid .p-content,
  #pay_thrid_billing .p-content {
    margin-top: 0;
  }
}
#tel-bill .area-title-box:before,
#pay-template .area-title-box:before,
#pay-template-sec .area-title-box:before,
#pay-thrid .area-title-box:before,
#pay_thrid_billing .area-title-box:before {
  display: none;
}

.for-pay .pay-row {
  width: 100%;
  height: 50px;
  border-radius: 5vw;
  margin: 10px auto;
  border: solid 4px #fff;
  box-shadow: 0 2px 8px #986022;
  background: linear-gradient(to bottom, #e8dbd0, #f7f2ef);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.for-pay .pay-row.active {
  border: solid 4px #bc9265;
}
.for-pay .pay-row .price-dollar {
  padding: 4px 10px 4px 10px;
  background: linear-gradient(to bottom, #f06666, #f06666, #f06666);
  border: solid 2px #fff;
  box-shadow: 0 2px 2px #504f4f, inset 0 -3px 1px #ec3737;
  border-radius: 30px;
  font-weight: 900;
  color: #fff;
  height: 35px;
  justify-self: flex-end;
  margin-right: 4px;
}
.for-pay .pay-row .bi {
  transform: scale(1.2);
}
.for-pay .pay-row .price-box {
  border-radius: 30px;
  box-shadow: inset -1px -2px 4px #fff, 0 2px 2px #444;
  width: calc(100% - 35.5vw);
  background: linear-gradient(to bottom, #fafafa, #acacac);
  padding: 5px;
  padding-left: 50px;
  font-weight: 900;
  font-size: 13px;
  color: #180a03;
}
@media (min-width: 701px) and (hover: hover) {
  .for-pay .pay-row .price-box {
    width: 160px;
    margin-left: 20px;
  }
}
.for-pay .pay-row .pay-money-icon {
  width: 42px;
  position: absolute;
  left: 3px;
  top: -3px;
}
.for-pay .pay-row .price-icon img {
  max-height: 37px;
  max-width: 53px;
}

.popup .popupBg {
  width: 100%;
  height: 100%;
}

.popup .p-header,
.popup .p-header .headerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup .p-header {
  width: 110%;
  height: 72px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -50px;
  z-index: 1;
  transform: translate(-50%);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  overflow: hidden;
}

.popup .p-header,
.popup .p-header .headerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup .p-header .headerBox {
  width: 67%;
  height: 60%;
  margin: 24px auto 0;
}

.popup .p-header .headerBox > div {
  flex: 1 1;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fff;
  padding: 0 8px;
  white-space: nowrap;
  position: relative;
}

.red-dot:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #fff 1px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  right: 5px;
  top: 0;
}

.popup .p-body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  padding: 52px 0 90px;
  overflow-y: auto;
  background-color: #861108;
  border-radius: 13px;
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  .popup .p-body {
    padding: 24px 0 133px;
  }
}

.popup-guild .myguild-Content {
  padding: 24px 12px 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.guild-info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.guild-info-box .guildBox,
.guild-info-box .info-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.guild-info-box .guildImg {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  margin-right: 8px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
}

.guild-info-box .guildImg img {
  width: 100%;
  height: 100%;
}

.guild-info-box .guildBox,
.guild-info-box .info-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.guild-info-box .info-area {
  margin-bottom: 4px;
}

.guild-info-box .guildName {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: #452201;
}

.guild-info-box .level {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f4b63f;
  margin: 0;
  text-align: left;
  background-image: unset;
}

.guild-info-box .info-area .btn-share {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32), inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16), inset 0 2px 1px 0 #fafafa;
  color: #452201;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-left: 8px;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.guild-info-box .btns {
  justify-content: flex-start;
}

.guild-info-box .btns,
.guild-info-box .btns > div {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.guild-info-box .btn-fansPage {
  min-width: 104px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
}

.guild-info-box .btn-fansPage,
.guild-info-box .btn-fansPage .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.guild-info-box .btns,
.guild-info-box .btns > div {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.guild-info-box .btns > div {
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  margin-right: 8px;
  justify-content: center;
}

.guild-info-box .btn-fansPage,
.guild-info-box .btn-fansPage .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.guild-info-box .btn-fansPage .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(121deg, #fbc323, #fb8d23);
  box-shadow: 0 8px 16px 0 rgba(251, 141, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 195, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.32);
  color: #452201;
  border-radius: 100px;
}

.guild-info-box .btns > div .text {
  padding: 0 8px;
}

.guild-info-box .btn-guild-setting {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32), inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16), inset 0 2px 1px 0 #fafafa;
  color: #452201;
  border-radius: 100%;
}

.guild-info-box .btns,
.guild-info-box .btns > div {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.guild-info-box .btns > div {
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  margin-right: 8px;
  justify-content: center;
}

.guild-info-box .btns > div .text {
  padding: 0 8px;
}

.guild-signText-box {
  width: 100%;
  height: 96px;
  margin-top: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  box-shadow: 3px 8px 16px 0 rgba(255, 248, 228, 0.16), 1px 1px 2px 0 rgba(255, 248, 228, 0.32), inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: rgba(69, 34, 1, 0.2);
  border-radius: 8px;
}

.guild-signText-box .text {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  color: #452201;
  text-align: left;
  word-break: break-word;
  white-space: pre-wrap;
}

.guild-current-box {
  padding: 16px;
  margin: 16px 0 0;
  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;
  background-image: linear-gradient(96deg, #fafafa, #e9f0f4);
  border-radius: 12px;
}

.guild-current-box .pointBox {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.guild-current-box .icon-money {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}

.guild-current-box .icon-money img {
  width: 100%;
  height: 100%;
}

.guild-current-box .pointBox .text {
  font-size: 12px;
  font-weight: 600;
  color: #f4b63f;
}

.guild-current-box .pointBox .count {
  font-size: 25px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f5b960;
}

.area-title-box {
  width: 100%;
  height: 24px;
  margin-bottom: 16px;
  position: relative;
}

.guild-current-box .area-title-box {
  margin: 0;
}

.guild-current-box .area-icon {
  width: 32px;
  height: 100%;
  background-color: #eff4f6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.area-icon i {
  color: #f4b63f;
}

.guild-current-box .balanceBox {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.guild-current-box .balanceBox .text {
  font-size: 12px;
  font-weight: 600;
  color: #f4b63f;
}

.guild-current-box .balanceBox .count {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
}

.guild-current-box .btn-getmoney {
  width: auto;
  height: 40px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  line-height: 14px;
}

.guild-current-box .btn-getmoney,
.guild-current-box .btn-getmoney .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.guild-current-box .balanceBox .text {
  font-size: 12px;
  font-weight: 600;
  color: #f4b63f;
}

.guild-current-box .btn-getmoney,
.guild-current-box .btn-getmoney .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.guild-current-box .btn-getmoney .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #c5ac3e, #a36e1d);
  box-shadow: 0 8px 16px 0 rgba(193, 155, 83, 0.48), inset -2px -4px 2px 0 rgba(232, 215, 145, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 24px;
  color: #fff8e4;
  padding: 0 8px;
}

.guild-fight-box {
  width: 100%;
  height: 64px;
  box-shadow: 3px 8px 16px 0 rgba(255, 248, 228, 0.16), 1px 1px 2px 0 rgba(255, 248, 228, 0.32), inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: rgba(69, 34, 1, 0.2);
  border-radius: 12px;
  background-image: url(../imgs/guild_2.jpg);
  background-size: cover;
  background-position: top;
  overflow: hidden;
  margin-top: 16px;
}

.guild-fight-box,
.guild-fight-box .btn-go-fight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.guild-fight-box,
.guild-fight-box .btn-go-fight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.guild-fight-box .btn-go-fight {
  min-width: 100px;
  height: 40px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
}

.guild-fight-box .btn-go-fight .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
}

.guild-member-box {
  width: 100%;
  background-color: rgba(51, 89, 242, 0.08);
  border-radius: 12px;
  padding: 16px;
  margin-top: 16px;
}

.guild-member-box li {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
}

.guild-member-box li .itemName {
  font-size: 12px;
}

.guild-member-box li .itemValue {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

.guild-member-box li:last-child {
  border: none;
}

.guild-features-box {
  margin: 8px 0;
}

.guild-features-box li {
  height: 56px;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
}

.itemName {
  font-size: 12px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
}

.guild-features-box li .itemName {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.guild-features-box li .fa-chevron-right {
  color: #ffb700;
}

.guild-features-box li > div > i {
  width: 30px;
}

.popup-guild-content .guild-current-box .text {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f4b63f;
}

.popup-guild-content .guild-current-box .count {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-guild-content .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 16px 0;
}

.popup-guild-content .btn-addGuild {
  min-width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 0 8px;
}

.popup-guild-content .btn-addGuild .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 4px;
}

.content-hide {
  animation: fadeout 0.25s linear forwards;
  display: none !important;
}

.content-show {
  animation: fadein 0.25s linear forwards;
  display: block !important;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.allguild-content .body-content {
  padding: 0 16px;
}

.allguild-content .featuresBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.allguild-content .featuresBar .searchBar {
  width: 56%;
  height: 48px;
  position: relative;
}

.allguild-content .featuresBar .searchBar .inputBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.allguild-content .featuresBar .searchBar .icon-search {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.inputBox input {
  width: 100%;
  text-align: left;
  height: 100%;
  border: none;
  padding: 0 16px;
  color: #452201;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

.allguild-content .featuresBar .searchBar .inputBox input {
  width: calc(100% - 64px);
  text-align: left;
  padding: 0;
  background-color: unset;
  width: 114px;
}

.allguild-content .featuresBar .searchBar .inputBox input:focus-visible {
  outline: unset;
}

.allguild-content .featuresBar .searchBar .btn-clear {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.allguild-content .featuresBar .btn-create-guild {
  min-width: 100px;
  height: 40px;
  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;
}

.allguild-content .featuresBar .btn-create-guild .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #c5ac3e, #a36e1d);
  box-shadow: 0 8px 16px 0 rgba(193, 155, 83, 0.48), inset -2px -4px 2px 0 rgba(232, 215, 145, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
}

.fa-magnifying-glass {
  cursor: pointer;
  margin-left: 5px;
}

.allguild-list {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px 64px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.allguild-list li {
  width: 100%;
  height: 80px;
  border-radius: 100px;
  box-shadow: 0 4px 8px 0 rgba(251, 141, 35, 0.24), inset -4px -4px 4px 0 rgba(205, 194, 162, 0.24), inset 4px 4px 4px 0 #fafafa;
  background-color: #fff8e4;
  border: 4px solid #f4b63f;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 16px;
}

.allguild-list .areaL {
  width: 120px;
  height: 80px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAADwCAMAAAAaeQ59AAABXFBMVEUAAAD/5nH/6I7+3X7+23f+3H3/2HP+3X7+23f+23f+2G7/4H3/3X//44/+34n+3YD/3nb+2nb+4pH+23f/45H/5JT/2m3+45X93Hr+45X92W//3YD/+4f+23b+4Y3+34b923n/4Yr94Y3+4In/4Yv92G//3Hf+3Hv/4Yf/34X+45X92Gr+5JX81mj80lj92nX91WT93Hz801r81GL801z80FH8z0792G392G/923r81F792XL8yjv7xSv8zEH912v8z0z80VP8zkj8zUb80Vb934f8zkr8yz/923f93H793YH7xi78yz38zUT7xzD8yTn93oX91mb94Iz94Y/94pH7zET7yDT7xzL91GD93X/934n92XD80VX912r945b92nT923n93oP94pT80E/7yDb91WP94Y794Iv93oT8yTf7yDj8yDX94pP8xSn8xy7912j94Ir8yDH8xiv8yDkVzwoVAAAALXRSTlMACwj4y+0v4n/baBdjJPmzIum1jINRT92a9Z5RBPnox704mtx0skmmaUDK96hBMO0KAAAWKUlEQVR42uxd+2/SUBR2wnxM4yMmizEa9Qf1J0AeKzC6trSkBcdDfmiBwAIGlgiLmun/n/id2+K1XseAMVYen9fdR3vW0+Pn+c6lnd5aGp7s33v24l34/v2nu7uhUCleIqCL+4AFNN5z+NeWYw/s3VoZPNi/9y78NFSiW8rGs6uF+NOdWyuAnf0X4acswhTgXq9XJMSKsTEw9M196wA633loy7XvZV/cCjie7L2774UYAYbn3W4ul2u3M5l2OrMSSLczuW7s1Z1bwcXL/RcIMotxEXTpUnzTaVU9iRA+1j9OAg7X0cQ5x5Ls65ETtd0N3woodvbehBBl8JjFGCFWKbrJZLLZPEylEh6igUcikUp+jGS6gdTD2xRlxmQWY1WN1BFiim+0UMjn8wcHfQnQNE0KPDTpoJBIRtIB1MN9j8uxGAX5hGiMEBcKiK8mabquG4Zt2xWboAQftmEeFJqRTMD08MGzpyzKoDJli/ppEzHugMEaAozAWpZVlmW5Jtdqoxp+/wGmaHzO18QxxxLs5bJiSIXkSSZIevieyIyMAS6rP+pJBBk8ljQTIbYsWcZ9DIbOwGk4jUajSr9FnFfPGTDg8B/nx5Zh7zg1yzhIJNXg6OHefSIzooyEASonoh0EGTxWymXEeDBwzii258fVY8IRtSOG70ff0Y4mQDxvSfY4q+qMLD2fimSCoYc795AzEOVuO31S/3gIKvcpyJaFJDGgCB9Xq+zWZsTPo59ofL58++/Vhmxr0aQaBD18+Wy35JE58rGZinpRLoPISBMehT18WzEcHVcHZSSP+s3r4ct7PMzJQ2QMTbcVUHkc5O/HLqu+HX1D8/cAG4+BiQ/8/JuzP3ZkRQuAHu65YW6nicyFvATt41EmJnPwm7xsjePm7Rml+4mP6RvVwzthN8xqhDIzyFxRyjKiXKUoz5Y3xWPBsD8+bowsM38Yad+cHu68CHlsPkXO6DMyIy+7XA5i0OayB6VlW4qe3tz+kLJGD2Gm1IycYYPMQ8dhZA5q0OaxB6VrrMS7AT3kWSOXOUHSyEs6VRkD1HEEwXE+n+qmg2VPxbRb4t3E56W3n4dK2V4XYW5GO1BApVwbNig1A75NgddfuFHAlCoTPj4Knn21QfvDVD2zfD3cv0tZI4eskej0Uc7JtaGrgNxxfPEgzr0bEMcBtT8HpanEyy1bD599KsWL3UwkmUKlwdhMCnjZDQrr/nGA7bERd3cty9XDB+EWiaBab0ZpdwIJPEPWgEMTcPmNB9m+2hjIitk5jOSWqYf7u6AzZY1UhzRQHo03J9OzSlwLuH2jMbRs2rUsTw+RNuJZ0PnjYZSyhvyLbU/gTPU7OiHg4hgnof1zPOj2VWdYU0yUeO1l6SGljaIrgpIJOiPMTAT5TQDcYX5jE8fBt6fkYUso8WLL0UOkjWwsx+hsGuPPNOYCnPdubDXsG2cyo/RS9BBpA3HOnJymCpSd8VEzxfmcP7mY54nGitg3nGEZJV5TXYYefmiVelTUITtjvz0aIs7TOC4+IuLnrox94wyU1mnXcu16+PINpWe1TmkDG+7RmZs28PwPjfd++NbFtRWybzgj7Fo6zZPcNevhDskgqo1xUTdwuINefynOG+do49mK2TsD2oijxLtePXxwn9IzVRu0R4EKOv/zpeGgTVzj85Wzx/bQZruW69TDJ3dLvVg60kzkvWqDrv4H4o0IvXAjq2fvDGTL6EdP1dj16eFblHXddITSs5s2HMHxM8gFAQMBWETz3cgK2jsDZGm2a7k2PXwfojjXD1lV9+vX0HWIO+Gc+R3GHI07joOY8/VVtQelbamQVK/p/VLEOd7Lpeuong2FvUQAjB0XxhwXHltZ+8HIK/GK16KHb0OtXlelOOtKWR4NKdCzOM7nXr+69kNkaanQPOlehx4+2QWfqaxzP3keuA4DfufFG7rA4VW2H9RAaSrxiovXwwd3S1mKc57i/Gs4HAwHDM7Ay1tnA7SxQ8IaTuPjobPi9gi0ZWgFlHgL18Od+yXw+ZTFmd5WJMBX7jCHeEycr7w9KG30E8l0bMF6+DL8F5/lX6PxhX29B+4QBsLcHa+8/Ui2Khpep8n0FquHb1p/4izLI79zPocBYV04vg72tTIoHQWlF6qHH1rxWLru8blW+58ThNFwxDAA4/EF0+EYGPL5OtiPZGzEWYn3YpGfP7M4d7w4j/xgDqAJvQdhvhb2tV/QQ7ZrWZwe7iPOGbYfVCwEmv2cBxrvATYeAxMfsMDX18UehQconQClw4sq7HZLxUzksNDXbYrzFh7YTxBRiZddkB6GW8U2PU5hcZbZJWro/wk5X5u8vkb2RGm2a1mMHj5DwXGCOJsVBXGewoGJx9bKHpTWOnhjOvtiMQk6pyYT9HjQkj0nAHT8gmNwJy9YXy97WbYU4wBvTMdCdxaQoFFwoIA2DRLCucAdXDt7UJp9MN27uh6GXSGUWILe4h+UrYrRpxIvvnflBN3LRZpUcCjlbaAFlClL51P1dnH3anr4/lO8SwnatJE4XMhlGc3tRfBj4ngd7cuW7ZV4z6/0Pv9dd+fdNyqKxS8C+MfA5WvraW8pFbfEu5IePi+hgqYnKkToLf4Lq+JR+gp6eCeU7apUQdOPc097XRmiiS/erGyN27rao8IDpZNq7Ap6GHYrO40Iza/r80FYA/gcK+Pj62tvVXSidLs3tx4+bPVYZYctoeJzwuck8P8xB6ZrbK9UQOkolXhz6uHOrrf1NkDoLS6EoqDwoDeme3Pq4XMkjmSCJY5toCfAo/ShCj2cTwkpcUT7psHjrFgKAwYWX+Nz/xrv19y+UtGxa0GJV9qbSwlZxaFR4sAvDz4HfBf2n+NzeO3tUXhIUSrx5tDDvVYxg4dXfd1QKsoWk2ETpemN6dLMevjybrYLJexDCe1Zr2opfqy/vW0jS7Ndy8x6eK9VpBJa0o0KUtAkUuMgAz/H9h3fDHsDlGa7lhn18DZKO1ZCG/b4QrZi2xW7gmZjSBfwjdFYD/gd3xB7Q5c6VOJ9ejgboUteaWfQN2fA4KIxwJ1g4PONsdc12oh349DDmfYqbfoU2jT8F6RedEIEd2Bj7A3dlAqgdLH1fDZCq6cgtGkYwp+g6MxEJzbG3jA0bMRPcvFZ9PAuCE0ZWjf4Rab5ayWubY69YZj9fCqJXcv0evgQhEaGlnSP0OI3tXFEOCb8KQMbZG/ooHQTJd70ehjOZtgPXiHQ7je1xR5gY8A3pzFf3yR7UFrCRlyNlabVw/coOZChUdttMQt0E5Q+pBJvSj18gxqa/vUeMHqLGaCj8GC7lin18EGINoUdaRvneShdIEq3Xk/1Kkc8px76Ca0bOtq4F9cAfpz3G2dvEqWpxPsyjR7eLdK70JDCLWYGo3Q9XWxNoYfv41TbHUjbQM8VaCnPdi1T6OFjt7bTZgr0/07eRHvT1PoFetbSenSZHt4OFdUkPvCXTPPf72WiXTzna16/mfZEaXpj+tNlevgwTo++85JmTgR36KK1DbUHpTspetby+RI9fIPMASlEoLeYCyxLE6Un6+FOiH0QfbCN87xw/18tNRf/+vySzBFp+jKHZmpovOdr4nFgvL6x9poksY34JXr4pteuo+boa2R4GfgFxPEG2/9m79x+m4ahMF7uGyANNGlC4o6AcVGakDRLWj+ESkWKeCLwEkijFFUF3sb//8Rnp+2Z47jrtu4B9fxmzfaxP7c6OvKxS0aPwrEfONWHnyvy4aMbLs4c2KKPPjLnBCE9xEU8Slflw9fYOYLueMp+vpCjw1F9EX9izYcPJoU8c0hHH0GAX0uob9h0lGGb9dg7cJbO5BHPmg933chTO4daQC3UbBN2+7brp9il1a3Flg/vqD8NGoXhEXMRpjKkvQQhbcmHt+vDXThdtcjRFOUU+7brw3Akby2Tz5/a8+Fhii26O5yus7g5TvXW62VI9+TjNH/a8+Gum2CLRkTrQEwLErR4s8/6cDjyc3lr+fSi7f4tP1BSjg6nBjCirGVjfRjC0z11EW/Lhw/lczP+ODwzWB1lUbMeUEi35MP9SZzJ79ZkNsEYu7R8nOavmQ+fuVHQ646HIXNxhghpXMTd71/MfHirSpSjh+HQIg7tYzSH9WrOcNTtqSPejxdtudAfDUlAKDFKe1t/E6wH6I2xS8s/1frUzIevkQtzfzQeMptBhTSeEGvmw500xqGjO2Q25mh/4Mlby++7jXthlA1URI+HY5ThmSAN6+ftcb1L44in58PrbuQNuiNtsl4DVPYxNc76pX4e0v2fv180Dh1eD45mNsWo3qWb+fBaVc4Q0WA89zYaQOujaHbDxvoT8+uQFv2fP07kw3t94QSIaGaTdHu5I/+t5etd7XQX+N3uyVkjdMmg2axt1mtz/UFQisnPH5QP36SxiuiuKaK+CY2rmvW6vuv3AoT0hy+UD3dwusv97kJI1CKyG4tqc1iv6/3ewJMXccqHD1w4uochy2JWtDmsb9rg6SypENKLfHiIYzQczWwYOLo+4v2a58NnKqL9LrNZfOzSWYQnxH7P8+F1N/FOONrv+ihGDcx2TW1jvaHHLl2HdJ0PdyvlaMJ4oXVgvanv9YL61vLt5uIGHvR8ZuP0BvkMIY1bi8qH90WJPZo9fRkMchnSn398k/nwhlBbB37kLwW1tT7ZTVhv6FGrgwduLV+RD6WjZ7Wjgb4g2cw2oWysp3HN0VlSTL6rfHitKL180GMuhVxdxP98RT7siyQL2NGXwyDHwaNIEdLvpKO9YDDoNXwNA4q9rdtYb9Hj4KFCGh9MX1OOXg4CVKsWbJ3H+la9CukSRzx8tHRDRHA0c1kE2KWr/r48dZRZkA+YSyKQB49bV3EzFMnC0fkgR6GaIJulz3qbXu0dDzvS0ZEzC3KAQVNQQ32qaS5gvU0fzDznVf2hUuR4QX5egjxAyVlvAcPe+3sdcF05GpPbRGTTaxqrYb1VH3jOTkey50pHG8yCGYpus89hvX3M20UmBIfS0f/Lm/4P9V520FHsu3GpRfR5FmS9bbqXvVo+blCUmTebg0W0BVFabUBrs96iz5AJa+6mceJ4mtCbeSgk1vutL8b6Vr2XIRPOeZsKODrAjwINFKqlgBYgO0B3aWN9m97LMmTCOfcmcHTmMZeB4xx0ljw+s6MzL0PRTKxvw8GdkNgVkSOF1sVQ8fh5xrNjZELimRsjpBeDABWJLQsa46w39I6TIBMSD6Sjnews0GJLWN/EcRyZCYmXqUjKYzWEQc9wubKjGDZAdtY39QhomQmJtxMRlQsRCtUE2Sx91jf1x07yqqNxpS8dbQHzj1FOtbHeoEQm1LlVxeX5XoBsrG/qS2TCBntuHCXrLWRfmPX6WJkgEzbYd0WyQmRdFCznsF6nTKKDTpPXqYiSxCkVTtmicshObZ2S9aRHO3rV9p9HV3GSqEkkWI3+wgrWkx7x/JgyIXHdlSFdtpKUCYrVTm3WE0kSUSbU7oYCIS0nK9Gp0Dxqs/5EO4qQCVu4OxE4dzCbIorig04bd/puEUVrLJBglnUe68nPlAmNTTqOzMXMvmkjWL8Yi5EJ29lPqziqwUwUo03Y7KyXKHOx07Hwtl8VccRshLhAJrR/mYKI2dOboRAHHSt7qRCmo+MI3jfNtnmsB3EsKBO2HfDcIm5C4oj69aJkIzvrFQUy4cqvcBJFzFycQlAmbN87quL0ReICxWpjPdwskAlX8bCPkLYvZOvrsF5U1cPOSq7ecF2BmSgFIepqaae2EGpQH996vSiqvc4pHE7cCuqToEsWzS5i/OhGNXfr9RVlQvudJRViKVA1WNk23+CW64VwKRNa2U1dwVyIyqVMaOdlP60qwVzEzyllQjt3rmGXhqvP6GwIUBbtbdZXVbrXWYfDvutWC6FWA7IZYzQOtlhfuciE6/C8n8LTdmjxFWPbq3fddKezHk/haSVyK1eBxrKvt7V6CTrbq//HXhnruA3DYFhNBqc45Fy018lB22sy5KZAox7AgKVJqzZ50/s/QX9dDTOJY8eWPUn+QIQUlZ8iiCCsqmzDxlFwe1kJpbIFG8tX/KRXwqiwCUdzFrZaRx045+2ejWaTCVFVUEHnQQBuzrDGU66huUtSX1VixyZw5qLqFOt/hGLikqTeCmzCCRwyYauVyVghCjaJs3w4aQu72Kuz9cfLVe76Mjm9tTxn0zhkXAj7WRjy9s3mKCjngxbk2hu45PRWYBNOpJD8dtBUkM5PSE0vBN+xyfzhmLSwMOHxscefh/KgPaem5xybcDL7LRcNVJjiMaSm57JgAfzgnAtvVInO40hMj00YwiZrB934nkb648T02IRBFFLywQbAwzzlEtJzLncskFxyTsW7vqXbSJtPRY85YxMG8m0r+cpIpClYMDu1TnosJmfhbI5G3o9acgnrjbskoZfydc9m8L41qAT+F7yLCcrdeE8aeqN2bBYnJY0cxEgDe5zzPgm9UscNm0dunjc03FwKeqUKNpOXTBlATXT9YNMger0xKmez+VAGJcc02fEtkeuNwiacz6lWRplB8AVY713seuXe2BLkNZ6iR/tj7xvu7qLW0yac/ze9MkCtC7YMH65WK/1zztlSnFxTU9Uw8s+g78Wrrx024WK8adf3IIB7notVr8s3tiB/natXHuA0NuGCHHLtMGtXwz49oLgL3dE5Rr3W5U+2KJvfLpimwRj1uvzOFubLUWunnQfuYQwoB+CucxHqtcYmXJqXo76FmsHHGOLTl9iEy7P/pQMpdQnTOjp9SZtwSd5fdenxj8JuPdF/V0am/9deGay4CoNROHVbOlyCIkLpxY6LTulr+AKJKxdZZBE3Lvr+q3tSeucfNfX2wqiJnY+Q/0/iISelcMprwiYhP5ROI+49p/k16csrZxOxey8fQ0ZHWJO+niAJKRHLH+7UTcymY/O7/OFGXSMJJyTi/7gfDgCK8wxjHfq6bhI2KftjbbnWVwy6mAzSmrD7n3vr0AvOpiauQddwvx9nDfoGSTg5xRsZeto4rTGC1wsRsxn4ODT2wqZummuDy+89JmsCW7ceo1M7hsPWNyKN2BxsuWgsZAQ41+49ELJeCJmwmSjecB9uxOSAzh4TsF4YzmYjP9yMYHJBZ9T3CVdvsh2bjy0XL4qRMZuVQhgjzP1y6kcxXzWB6iWScF7y945Jp9nxRwSoNxJJODdRkQkDuv8Mwn1Gj0INTi8rzhbgFzdPIY3EMA4C00uJJFyEJDWy+xA0A+ibbrUEpa+qmC1EFGfyhUASLsaOy1ehqhK2JEn61wisYPp/wtBXSMJl2Z9SMkiGbQXjvQVNCPoWSbg00elQrZ1Wx8wDIvyrV02rkYR+kJyrFaN1wrwhv2QVaKsWgyrtOesndu2rXmvOfGJbpO0I9ID+mnov9Vp7kIQ98mNmncGbBY0Fpd93K6Dv/dNr5UUS9oiSS/bFOMaw750P8EyvvElCx2+ttNIYylbwTE9gwyO9Uh4lYZ99Hp+V68HuB7m/80Sv/ErCIdvkeCbDoP8oMHwYYc+W1yvlXxI62HzEPB19JCbC/d2yei+T0M0mPx15mqkw8TUJH7PNkyI+Xvg5TQ9ZOD/7dyXhH6yBWqeYN24RAAAAAElFTkSuQmCC);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-left: -4px;
}

.allguild-list .areaL .guildImg {
  width: 64px;
  height: 64px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 50%;
}

.allguild-list .areaR {
  margin-left: 8px;
}

.allguild-list .areaR .guildName {
  font-size: 14px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
}

.allguild-list .areaR .level {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f4b63f;
  background-image: unset;
  margin-left: unset;
  padding: unset;
}

.allguild-list .guildCount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.allguild-list .guildCount .icon-money {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}

.allguild-list .areaL .guildImg img {
  width: 100%;
  height: 100%;
}

.allguild-list .guildCount .icon-money img {
  width: 100%;
  height: 100%;
}

.allguild-list .guildCount .count {
  font-size: 19px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-guild .guild-info-Content {
  /* width: 324px; */
  height: 100%;
  padding-top: 8px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup-guild .guild-info-Content .guildText-block {
  padding: 0 16px;
}

.area-title-box {
  width: 100%;
  height: 24px;
  margin-bottom: 16px;
  position: relative;
}

.popup-guild .guild-info-Content .area-title-box {
  margin-top: 24px;
}

.area-title-box .area-title {
  min-width: 56px;
  height: 100%;
  background-image: linear-gradient(180deg, #95410d, #370101);
  background-size: 100% 100%;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  justify-content: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 0 16px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  white-space: nowrap;
}

.area-title-box .area-title,
.levelBox {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.popup-guild .guild-info-Content .guildText-block ul {
  padding-left: 16px;
}

.popup-guild .guild-info-Content .guildText-block li {
  list-style: decimal;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-stretch: 100%;
}

.popup-guild .guild-info-Content .guildText-block p {
  text-align: left;
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  font-stretch: 100%;
}

.guild-table-block .table-header {
  width: 100%;
  height: 48px;
  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 .item {
  width: 30%;
  border-right: 1px solid rgba(205, 194, 162, 0.48);
}

.guild-table-block .item,
.guild-table-block .level-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.guild-table-block .level-info {
  width: 40%;
  text-align: center;
  font-size: 12px;
}

.guild-table-block .table-header > div {
  height: 100%;
  line-height: 14px;
  text-align: center;
}

.guild-table-block .table-body {
  font-size: 14px;
}

.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);
}

.guild-table-block .item {
  width: 30%;
  border-right: 1px solid rgba(205, 194, 162, 0.48);
}

.guild-table-block .item,
.guild-table-block .level-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.guild-table-block .level-info {
  width: 40%;
  text-align: center;
  font-size: 12px;
}

.guild-table-block .table-body li > div {
  min-height: 48px;
}

.popup-guild .guild-info-Content .guildText-block p {
  text-align: left;
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  font-stretch: 100%;
}

.popup-guild .guild-info-Content .guildText-block .itemName {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #04bb5d;
}

.popup-guild .guild-info-Content .guildText-block .sec-item {
  padding: 8px;
  background-color: rgba(51, 89, 242, 0.08);
  margin: 16px 0;
}

.popup-guild .guild-info-Content .guildText-block .sec-item .itemName {
  margin: 0;
  color: #452201;
}

.popup-guild .guild-info-Content .guildText-block:last-child ul {
  padding-left: 32px;
}

.popup-guild .guild-info-Content .guildText-block li {
  list-style: decimal;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-stretch: 100%;
}

.guild-info-bottom {
  height: 100px;
}

.member-list-box {
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 0;
}

.member-list-box > div {
  display: none;
}

/*會員列表*/
.popup-s .popupBg {
  width: 100%;
  height: 100%;
}

.popup-s .p-header,
.popup-s .p-header .headerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-s .p-header {
  width: 100%;
  height: 72px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: -40px;
  z-index: 1;
  transform: translate(-50%);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  overflow: hidden;
}

.popup-s .p-header .headerBox {
  width: 90%;
  height: 70%;
  margin: 24px auto 0;
}

.popup-s .p-header,
.popup-s .p-header .headerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-s .p-header .headerBox .title {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fff8e4;
}

.popup-s .p-header .headerBox > div {
  flex: 1 1;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 16px;
  white-space: nowrap;
  position: relative;
}

.popup-s .p-header .title {
  flex: 1 1;
  padding: 4px 16px;
  font-size: 19px;
}

.popup-s .p-body {
  width: 100%;
  height: auto;
  max-height: 560px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.guild-memberlist-content .body-content {
  padding: 88px 0 0;
}

.popup-s .body-content {
  width: auto;
  height: 100%;
  min-height: 120px;
  padding: 16px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

.guild-memberlist-content .category-tabs {
  width: 92%;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%);
  height: 40px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 4px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.category-tabs {
  width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 4px;
  margin: 0 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: rgba(69, 34, 1, 0.2);
  border-radius: 100px;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.category-tabs > div {
  flex: 1 1;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 4px 8px;
  margin: 0 2px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  white-space: nowrap;
  color: #f5b960;
}

.category-tabs > div.active,
.channel-tabs > div.active {
  box-shadow: 0 8px 16px 0 rgba(212, 206, 131, 0.63), inset -2px -4px 2px 0 rgba(239, 228, 82, 0.72), inset 0 2px 0 0 rgba(255, 253, 247, 0.32);
  background-image: linear-gradient(115deg, #d4b442, #c79500);
  border-radius: 100px;
  color: #ffffff;
}

.guild-memberlist-content .category-tabs > div {
  flex: 1 1;
}

.guild-memberlist-content .deposit-record-table,
.guild-memberlist-content .honbao-record-table,
.guild-memberlist-content .memberlist-table {
  height: 352px;
  margin-top: 70px;
}

.deposit-record-table .table-header,
.memberlist-table .table-header {
  height: 24px;
  font-size: 12px;
  line-height: 12px;
  color: #fff8e4;
  background-color: #452201;
  box-shadow: 2px 4px 8px 0 rgba(69, 34, 1, 0.32), inset 0 -3px 0 0 #7f3f02;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.deposit-record-table .table-header .memberName,
.memberlist-table .table-header .memberName {
  height: 100%;
  border-right: 1px solid rgba(205, 194, 162, 0.48);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.deposit-record-table .memberName,
.memberlist-table .memberName {
  width: 50%;
  padding: 0 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.deposit-record-table .table-header .playCount,
.memberlist-table .table-header .playCount {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0;
}

.deposit-record-table .playCount,
.memberlist-table .playCount {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.deposit-record-table .table-body,
.memberlist-table .table-body {
  position: absolute;
  top: 112px;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 48px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.deposit-record-table .table-body li,
.memberlist-table .table-body li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
}

.deposit-record-table .memberName,
.memberlist-table .memberName {
  width: 50%;
  padding: 0 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.deposit-record-table .table-body li > div,
.memberlist-table .table-body li > div {
  height: 48px;
}

.userImg {
  position: relative;
}

.deposit-record-table .userImg,
.memberlist-table .userImg {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 8px;
  border: 2px solid #bc9265;
}

img {
  pointer-events: none;
}

img {
  vertical-align: middle;
}

img {
  border: 0;
}

.deposit-record-table .userImg img,
.memberlist-table .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.deposit-record-table .userName,
.memberlist-table .userName {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: #452201;
}

.deposit-record-table .table-body li > div,
.memberlist-table .table-body li > div {
  height: 48px;
}

.deposit-record-table .playCount,
.memberlist-table .playCount {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.deposit-record-table .playCount .icon-money,
.memberlist-table .playCount .icon-money {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}

.deposit-record-table .playCount .icon-money img,
.memberlist-table .playCount .icon-money img {
  width: 100%;
  height: 100%;
}

img {
  pointer-events: none;
}

.deposit-record-table .playCount .count,
.memberlist-table .playCount .count {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.deposit-record-table .playCount .icon-arrow_b_right,
.memberlist-table .playCount .icon-arrow_b_right {
  width: 20px;
  margin: 0 8px 0 4px;
}

.deposit-record-table .playCount .icon-arrow_b_right:before,
.memberlist-table .playCount .icon-arrow_b_right:before {
  font-size: 20px;
}

.icon-arrow_b_right:before {
  content: ">";
  font-family: "Fredoka", sans-serif;
  color: #ffb700;
}

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

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before,
.fa-x {
  content: "X";
  display: none;
  font-family: "Fredoka", sans-serif;
  /* color: #ffb700; */
  color: #7f3f02;
  font-size: 1.4em;
}

.icon-arrow_b_right:before {
  content: ">";
  font-family: "Fredoka", sans-serif;
  color: #ffb700;
}

/* 個別會員資料 */
.indivisual > div {
  display: none;
}

.popup-guild-memberdetail {
  height: 580px;
}

.popup-s {
  width: 92.5%;
  min-width: 340px;
  max-width: var(--max-width);
  min-height: 200px;
  background-color: #fafafa;
  border: 8px solid #bc9265;
  border-radius: 24px;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: popup-zoomIn 0.5s;
}
@media (min-width: 701px) and (hover: none) {
  .popup-s {
    height: 95vh;
    transform: translate(-50%);
    top: 30px;
  }
}
.popup-s .popupBg {
  width: 100%;
  height: 100%;
}
.popup-s .p-body {
  width: 100%;
  height: auto;
  max-height: 65vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.member-info-box {
  justify-content: space-between;
}

.member-info-box,
.member-info-box .memberBox {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.member-info-box,
.member-info-box .memberBox {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.member-info-box .memberBox {
  justify-content: flex-start;
}

.member-info-box .memberImg {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  margin-right: 8px;
  border: 4px solid #bc9265;
  filter: drop-shadow(0 4px 8px rgba(69, 34, 1, 0.48));
  position: relative;
}

.member-info-box .memberImg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.member-info-box .memberBox .itemName {
  margin: 0;
}

.member-info-box .memberName {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
}

.member-info-box .btns,
.member-info-box .memberName {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.member-info-box .btns,
.member-info-box .memberName {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.popup-guild-memberdetail .btn-lockdownFriend {
  padding: 0 12px;
  max-width: 100px;
  height: 40px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32), inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16), inset 0 2px 1px 0 #fafafa;
  color: #452201;
  border-radius: 100px;
}

.member-info-box .btns > div {
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-guild-memberdetail .btn-lockdownFriend .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}

.member-info-box .btns > div .text {
  padding: 0 8px;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.popup-guild-memberdetail .btn-lockdownFriend .icon-block:before {
  font-size: 16px;
  color: #452201;
  margin-right: 4px;
}

.icon-block:before {
  content: "\e93d";
  color: #66778a;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.popup-guild-memberdetail .btn-addFriend {
  width: 80px;
  height: 40px;
  margin: 0 4px;
  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;
}

.member-info-box .btns > div {
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-guild-memberdetail .btn-addFriend .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #c5ac3e, #a36e1d);
  box-shadow: 0 8px 16px 0 rgba(193, 155, 83, 0.48), inset -2px -4px 2px 0 rgba(232, 215, 145, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
}

.popup-guild-memberdetail .btn-addFriend .text {
  font-size: 14px;
  line-height: 12px;
  font-weight: 800;
  font-stretch: 90%;
}

.member-info-box .btns > div .text {
  padding: 0 8px;
}

.guild-signText-box {
  width: 100%;
  height: 96px;
  margin-top: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  box-shadow: 3px 8px 16px 0 rgba(255, 248, 228, 0.16), 1px 1px 2px 0 rgba(255, 248, 228, 0.32), inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: rgba(69, 34, 1, 0.2);
  border-radius: 8px;
}

.guild-signText-box .text {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  color: #452201;
  text-align: left;
  word-break: break-word;
  white-space: pre-wrap;
}

.achievement-box {
  width: 100%;
  height: 72px;
  background-color: rgba(51, 89, 242, 0.08);
  border-radius: 12px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 12px;
}

.achievement-box .areaL {
  flex-shrink: 0;
}

.achievement-box .areaL > div {
  font-size: 14px;
  line-height: 20px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
}

.achievement-box .areaL .done-text {
  color: #452201;
  font-size: 12px;
  font-weight: 500;
  font-stretch: 100%;
}

.achievement-box .areaL .count {
  font-size: 19px;
  color: #f4b63f;
  margin: 0 4px;
  font-weight: 800;
  font-stretch: 90%;
}

.achievement-box .areaR {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.achievement-box .imgBox {
  width: 40px;
  height: 40px;
  margin: 0 4px 0 0;
  box-shadow: 0 8px 12px 0 rgba(69, 34, 1, 0.48);
  border-radius: 50%;
}

.achievement-box .imgBox img {
  width: 100%;
  height: 100%;
}

.disabled {
  opacity: 0.32;
}

.member-levelInfo-box {
  width: 100%;
  border-radius: 16px;
  padding: 8px;
  margin-top: 16px;
  background-image: linear-gradient(180deg, #fbc323, #fde397);
  border: 4px solid #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

.member-levelInfo-box .memberlevel {
  width: 38%;
  padding-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.member-levelInfo-box .vipImg {
  width: 72px;
  height: 72px;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
}

.member-levelInfo-box .vipImg img {
  width: 100%;
  height: 100%;
}

.member-levelInfo-box .levelNumber {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  text-align: center;
  margin-bottom: 8px;
}

.member-levelInfo-box .levelNumber span {
  color: #fff8e4;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0 2px;
}

.member-levelInfo-box ul {
  width: 62%;
}

.member-levelInfo-box li {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
}

.member-levelInfo-box li .text {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

.member-levelInfo-box li .count {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

.group-message .table-header .playCount {
  padding-left: 33px;
}

.popup-guild-memberdetail .btnBox {
  margin: 16px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.popup-guild-memberdetail .btn-newmail .icon-newmail:before {
  margin-right: 4px;
  font-size: 16px;
  color: #452201;
}

.popup-guild-memberdetail .btn-privateChat {
  flex: 1 1;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 0 8px;
}

.btn-approve {
  flex: 1 1;
  height: 33px;
  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 8px;
}

.btn-disapprove {
  flex: 1 1;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 0 8px;
}

.btn-disapprove .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-disapprove.yellow .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(121deg, #fbc323, #fb8d23);
  box-shadow: 0 8px 16px 0 rgba(251, 141, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 195, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.32);
  color: #452201;
  border-radius: 100px;
  color: #fff;
}

.popup-guild-memberdetail .btn-privateChat .text,
.btn-approve .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #c5ac3e, #a36e1d);
  box-shadow: 0 8px 16px 0 rgba(193, 155, 83, 0.48), inset -2px -4px 2px 0 rgba(232, 215, 145, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
}

.popup-guild-memberdetail .btn-privateChat .text {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chat:before {
  content: "\e93e";
  color: #66778a;
}

.popup-guild-memberdetail .btn-privateChat .icon-chat:before {
  font-size: 16px;
  color: #fff8e4;
  margin-right: 4px;
}

.popup-guild-memberdetail .btn-gift {
  flex: 1 1;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
}

.popup-guild-memberdetail .btn-gift .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.popup-guild-memberdetail .btn-gift .icon-gift:before {
  margin-right: 4px;
  font-size: 16px;
  color: #fafafa;
}

.icon-gift:before {
  content: "\e905";
  color: #ffb700;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 退出工會 */
.out-guild > div {
  display: none;
}

.lockdownFriend-box {
  display: none;
}

.bi-l {
  font-size: 1.4em;
}

.popup-s-guild .btnsBox {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-cancel {
  min-width: 96px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0 8px;
  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: #452201;
  border-radius: 100px;
}

.popup-s .btn-cancel:not(.red) {
  min-width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  padding: 4px;
}
.popup-s .btn-cancel:not(.red) .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #b4b4b4, #6f6f6f);
  box-shadow: 0 8px 16px 0 rgba(214, 214, 214, 0.48), inset -2px -4px 2px 0 rgba(184, 178, 178, 0.72), inset 0 2px 1px 0 rgba(236, 236, 236, 0.48);
  border-radius: 100px;
  color: #fff;
}

.popup-s-guild .btn-cancel {
  min-width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0 8px;
}

.popup-s .btn-confirm {
  min-width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  margin: 0 8px;
  background: linear-gradient(to right, #ffd06b, #833f00, #ffd06b);
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 3px;
  padding: 4px;
  border-radius: 28px;
}
.popup-s .btn-confirm.wide {
  min-width: 120px;
}

.popup-s .btn-confirm,
.popup-s .btn-confirm .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-s-guild .btn-confirm {
  min-width: 100px;
  height: 40px;
  font-size: 14px;
  margin: 0 0 0 8px;
}

.popup-s .btn-confirm .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #985602, #652700);
  box-shadow: 0 8px 16px 0 rgba(165, 124, 3, 0.48), inset -2px -4px 2px 0 rgba(175, 80, 0, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100px;
}

.popup-s .btn-confirm,
.popup-s .btn-confirm .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-s-guild .btn-confirm .text {
  padding: 0 8px;
  line-height: 16px;
}

.popup-s-guild .body-content {
  padding: 48px 32px 24px;
}

.popup-guild-memberdetail .lockdownFriend-box {
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  background-color: rgba(251, 87, 35, 0.8);
  border-radius: 12px;
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 24px;
}

.popup-guild-memberdetail .lockdownFriend-box p {
  margin-bottom: 0;
  color: #fff8e4;
  font-size: 14px;
  font-weight: 500;
  font-stretch: 100%;
}

.popup-guild-memberdetail .lockdownFriend-box .btn-unlock {
  padding: 0 12px;
  height: 32px;
  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: #452201;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-s .p-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 0 16px;
}

.popup-message .p-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-deleteFriend,
.btn-removeFriend {
  width: 72px;
  height: 40px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32), inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16), inset 0 2px 1px 0 #fafafa;
  color: #452201;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 4px;
  line-height: 14px;
}

.member-info-box .btns > div {
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.btn-deleteFriend {
  display: none;
}

.popup-new-mail {
  padding: 32px 16px 0;
  background-image: linear-gradient(to bottom, #e5bd66, #9b6620);
  border-radius: 13px;
}

.popup-new-mail .p-body {
  padding: 0;
}

.popup-new-mail .new-mail-content {
  padding: 8px 16px;
}

.popup-new-mail .new-mail-content > div {
  margin-bottom: 24px;
}

.popup-new-mail .new-mail-content .itemName {
  font-size: 12px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
}

.popup-new-mail .searchBox .inputBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.popup-new-mail .searchBox .inputBox input {
  width: calc(100% - 48px);
  /* width: calc(100% ); */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

.inputBox input {
  width: 100%;
  text-align: left;
  height: 100%;
  border: none;
  padding: 0 16px;
  color: #452201;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-new-mail .searchBox .icon-search {
  display: block;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-new-mail .searchBox .icon-search:before {
  font-size: 16px;
  color: #452201;
}

.icon-search:before {
  content: "\f52a";
  color: #ffb700;
}

.popup-new-mail .new-mail-content .error {
  text-align: left;
}

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

.error {
  margin-bottom: 8px;
}

.popup-new-mail .new-mail-content > div {
  margin-bottom: 24px;
}

.popup-new-mail .new-mail-content .itemName {
  font-size: 12px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
}

.popup-new-mail .new-mail-content > div {
  margin-bottom: 24px;
}

.popup-new-mail .new-mail-content .itemName {
  font-size: 12px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
}

.popup-new-mail .new-mailText .inputBox {
  height: 140px;
  border: 1px solid #cdc2a2;
  border-radius: 8px;
}

.popup-new-mail .new-mailText textarea {
  width: 100%;
  height: 100%;
  resize: none;
  background-color: initial;
  padding: 8px;
  border: none;
  color: #452201;
}

.popup-new-mail .p-footer {
  position: unset;
}

.popup-gift .currentBox .pointBox {
  min-width: 64px;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.popup-gift .currentBox .icon-money {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}

.popup-gift .currentBox .icon-money img {
  width: 100%;
  height: 100%;
}

.popup-gift .currentBox .pointBox .text {
  font-size: 12px;
  font-weight: 600;
}

.popup-gift .currentBox .pointBox .count {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f4b63f;
}

.currentBox .btn-directions .icon-info {
  margin-right: 4px;
}

.icon-info:before {
  content: "\f431";
  color: #ffb700;
}

.popup-gift .giftInfoBox {
  width: 100%;
  padding: 8px 16px;
  box-shadow: 3px 8px 16px 0 rgba(255, 248, 228, 0.16), 1px 1px 2px 0 rgba(255, 248, 228, 0.32), inset 1px 2px 4px 0 rgba(69, 34, 1, 0.24);
  background-color: rgba(69, 34, 1, 0.2);
  border-radius: 16px;
}

.popup-gift .giftInfoBox li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  min-height: 40px;
  border-bottom: 1px solid rgba(205, 194, 162, 0.48);
}

.popup-gift .giftInfoBox .text {
  font-size: 12px;
  font-weight: 500;
  font-stretch: 100%;
  color: #f5b960;
}

.popup-gift .giftInfoBox .count {
  color: #f5b960;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-gift .giftInfoBox .count {
  font-size: 14px;
}

.formBox {
  width: 240px;
  margin: 0 auto;
  color: #452201;
}
.formBox .itemName {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  margin-bottom: 2px;
  color: #f5b960;
}

.popup-gift .formBox {
  margin-top: 24px;
}
.popup-gift .formBox .inputBox {
  position: relative;
}
.popup-gift .formBox .icon-team {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.popup-gift .formBox .icon-team:before {
  content: "\f52a";
  font-size: 16px;
  color: #452201;
}
.popup-gift .formBox > p {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 8px;
  color: #f5b960;
}

.popup-gift .giftContent .btn-confirm,
.popup-gift .giftContent .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-gift .giftContent .btn-confirm {
  width: 240px;
  height: 56px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
}

.popup-gift .giftContent .btn-confirm,
.popup-gift .giftContent .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-gift .giftContent .btn-confirm .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
}

.gift-table {
  width: 95%;
  position: absolute;
  top: 56px;
  left: 15px;
  bottom: 0;
  right: 0;
  margin-left: -10px;
}
.gift-table .table-header > div {
  white-space: nowrap;
}

.popup-gift-center .category-tabs,
.popup-gift-record .category-tabs {
  width: 70%;
}

.popup-gift-center .category-tabs,
.popup-gift-record .category-tabs {
  width: 70%;
}

.popup-gift-center .p-body,
.popup-gift-record .p-body {
  padding: 33px 0 0;
}

.popup-gift-center .category-tabs,
.popup-gift-record .category-tabs {
  width: 70%;
}

.btn-runout,
.category-tabs {
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.category-tabs {
  width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 4px;
  margin: 0 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: rgba(69, 34, 1, 0.2);
  border-radius: 100px;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.popup-gift-center .body-content,
.popup-gift-record .body-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.gift-table .table-header {
  width: 100%;
  height: 24px;
  background-color: #452201;
  border-bottom: 1px solid rgba(205, 194, 162, 0.32);
  box-shadow: 2px 4px 8px 0 rgba(69, 34, 1, 0.32), inset 0 -3px 0 0 #7f3f02;
  display: grid;
  grid-template-columns: 1fr 1fr 90px;
}

.gift-table .table-header > div {
  padding: 0 8px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fff8e4;
}

.gift-table .time-id {
  width: 32%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.gift-table .player {
  width: 32%;
  height: 100%;
  border-left: 1px solid rgba(205, 194, 162, 0.32);
  border-right: 1px solid rgba(205, 194, 162, 0.32);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.gift-table .status {
  width: 38%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}

.gift-table .time-id {
  width: 32%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.gift-table .player {
  width: 32%;
  height: 100%;
  border-left: 1px solid rgba(205, 194, 162, 0.32);
  border-right: 1px solid rgba(205, 194, 162, 0.32);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.gift-table .kind {
  width: 34%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.add-guild .btn-confirm .text img {
  width: 30px;
}

.alert-box {
  position: relative;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .alert-box {
    position: fixed;
    left: 0;
    top: 0;
  }
}
.alert-box .popup-s .body-content {
  margin-bottom: unset !important;
  word-break: break-word;
  padding-top: 50px;
}

.alert-content {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 43px;
}

.group-message .memberlist-table {
  margin-top: 0;
}

.group-message .memberlist-table .table-body {
  position: unset;
}

.orange-font {
  color: salmon;
  font-size: 1.2em;
}

.mail-list-box {
  width: 85vw;
  max-width: 470px;
  display: grid;
  justify-items: center;
  margin: auto;
  margin-top: 20px;
  max-height: var(--doc-height);
  overflow-y: scroll;
  padding: 8px;
  padding-bottom: 20px;
  margin-top: 70px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mail-list-box > div:last-child {
  margin-bottom: 100px;
}

.mail-single-box {
  background-color: antiquewhite;
  display: grid;
  height: 100px;
  max-width: 470px;
  overflow-y: hidden;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  margin-top: 10px;
  width: 100%;
}

.mail-single-box.gray {
  background-color: #eee;
  /* color:#777;  */
  transition: 10s;
  transition: 0.5s;
}
.mail-single-box.gray .mail-from,
.mail-single-box.gray .mail-title {
  color: #888;
}

.mail-single-box.active {
  /* height: 50vh; */
  height: auto;
  overflow-y: hidden;
  transition: 0.5s;
}

.mail-from {
  font-weight: 600;
  font-size: 1.2em;
  height: 30px;
}

.mail-from:before {
  content: ">>";
}

.mail-title {
  font-weight: 600;
  font-size: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 30px;
}

.mail-content {
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0px;
  transition: 0.5s;
}

.mail-single-box.active .mail-content {
  height: auto;
  /* height: calc(50vh - 125px); */
  text-overflow: unset;
  white-space: normal;
  overflow: scroll;
  background-color: #edede3;
  border: solid 1px #c0cedd;
  padding: 10px;
  transition: 0.5s;
}

.mail-collapse {
  display: none;
  text-align: center;
  height: 35px;
  padding: 5px;
}

.mail-single-box.active .mail-collapse {
  display: flex;
}

.p-content .body-content:not(.for-mail) {
  margin: 10px;
  margin-bottom: 120px;
}

.owl-carousel {
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  height: 200px;
  background-color: #fff;
  max-width: 500px;
}
.owl-carousel .item {
  background-color: #861108;
}

@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .max500 {
    max-width: 500px;
    margin: auto;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .max500 {
    max-width: 500px;
    margin: unset;
  }
}

#gameparent {
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 1999;
  width: 100vw;
  height: calc(100vh - 50px);
  pointer-events: auto;
  background-color: #000;
}
@media (min-width: 701px) and (hover: hover) {
  #gameparent {
    right: unset !important;
    width: 500px;
    left: 0;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  #gameparent {
    max-width: 500px !important;
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
  #gameparent.horizontal {
    margin-left: 0 !important;
    left: 0;
    max-width: unset !important;
  }
}

@media only screen and (orientation: landscape) {
  #gameparent {
    top: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 100vh;
    margin-top: 0;
    /* height:var(--doc-height); */
  }
}
.btn-username-ok {
  width: 50px;
  font-weight: 600;
  padding: 2px 5px;
  text-align: center;
  justify-content: center;
  background-color: #fccd46;
  background-image: unset;
  margin-left: -10px;
}

.username-rule-text {
  font-size: 10px;
  margin-left: 10px;
}

.btn-username-ok,
.username-rule-text {
  display: none;
}

.btn-username-ok.active,
.username-rule-text.active {
  display: flex;
}

#userNameChange {
  width: 100%;
  border: solid 0px #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
}

#userNameChange.active {
  border: solid 1px var(--yellow-1);
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
          user-select: unset;
}

.profile-input {
  width: 100%;
  border: solid 0px #fff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.profile-input.active {
  border: solid 1px #fff;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
          user-select: unset;
}

.signText-box .btn-edit > span:nth-of-type(1) {
  display: flex;
}

.signText-box .btn-edit > span:nth-of-type(2) {
  display: none;
}

.signText-box .btn-edit.active > span:nth-of-type(1) {
  display: none;
}

.signText-box .btn-edit.active > span:nth-of-type(2) {
  display: flex;
}

.givegift .icon-money img {
  border-radius: 50%;
}

.gift-list-box ul,
.gift-history-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 90px;
  margin: 9px auto 10px auto;
  border-bottom: solid 2px var(--yellow-2);
}

.gift-list-box ul li,
.gift-history-box ul li {
  margin: 5px 0 5px 0;
}

.gift-list-box {
  width: 100%;
}

.gift-history-box {
  padding-bottom: 100px;
}
.gift-history-box li > div:nth-of-type(2) {
  margin-top: 8px;
}

.btn-gift-accept,
.btn-gift-reject {
  width: 80px;
  height: 28px;
  margin: 0 4px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  position: relative;
}

.btn-gift-accept .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #c5ac3e, #a36e1d);
  box-shadow: 0 0 10px 0 rgba(165, 141, 3, 0.48), inset -2px -4px 2px 0 rgba(221, 181, 0, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 24px;
  color: #fff8e4;
  padding: 3px 5px;
}

.btn-gift-reject .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 0 10px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 24px;
  padding: 3px 5px;
}

.btn-gift-reject.back .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #007bff, #002f4b);
  box-shadow: 0 0 10px 0 rgba(13, 110, 253, 0.48), inset -2px -4px 2px 0 rgba(0, 63, 101, 0.72), inset 0 2px 1px 0 rgba(255, 255, 255, 0.48);
  color: #fff;
  border-radius: 24px;
  padding: 3px 5px;
  white-space: nowrap;
}

.popup-setting .btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
}

.popup-setting .btns-box > div {
  width: calc(50% - 8px);
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #e5bd66, #9b6620);
  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: #000;
  border-radius: 24px;
  padding: 0 16px;
  margin-bottom: 8px;
  margin-left: 5px;
  cursor: pointer;
}

.popup-setting .btns-box > div:hover {
  transform: translateX(2px) translateY(2px);
  box-shadow: 0 6px 12px 0 rgba(69, 34, 1, 0.32), inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16), inset 0 2px 1px 0 #fafafa;
}

.popup-setting .btns-box .btn-honbao .honbaoImg {
  width: 62px;
  height: 54px;
  margin-top: -25px;
  margin-bottom: -5px;
  background-image: url(../imgs/red-envelope.png);
  background-size: cover;
}

.popup-setting .btns-box .btn-shortcut .shortcutImg {
  width: 36px;
  height: 38px;
  background-image: url(../imgs/bookmark.png);
  background-size: cover;
  margin-top: -19px;
  margin-bottom: 2px;
}

.popup-setting .btns-box > div .itemName {
  font-size: 12px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
  text-align: left;
}

.bookmark_ios,
.bookmark_android {
  margin-top: 100px;
  margin-bottom: 150px;
}

.bookmark_ios img,
.bookmark_android img {
  width: 90%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3333333333);
  margin-left: 50%;
  transform: translateX(-50%);
}

.bookmark_ios li,
.bookmark_android li {
  border-bottom: unset;
  text-align: left;
  list-style-type: decimal;
}

.bookmark_android {
  display: none;
}
.bookmark_android > img:nth-of-type(1) {
  height: 70px;
  width: auto;
}

.popup-safebox .safebox-current-box {
  padding: 16px;
  margin: 16px 0 0;
  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;
  background-image: linear-gradient(96deg, #fafafa, #e9f0f4);
  border-radius: 12px;
}

.popup-safebox .safebox-current-box .icon-money img {
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 8px 0 rgba(69, 34, 1, 0.48);
  border-radius: 100%;
}

.popup-safebox .safebox-current-box .safeImg img {
  width: 36px;
  height: 36px;
}

.popup-safebox .safebox-current-box .pointBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 24px;
}

.popup-safebox .safebox-current-box .area-title-box {
  margin: 0;
}

.popup-safebox .safebox-current-box .area-icon {
  width: 32px;
  height: 100%;
  background-color: #eff4f6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%) rotate(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-safebox .safebox-current-box .icon-arrow_b_2up:before {
  font-size: 16px;
  color: #f4b63f;
}

.popup-safebox .safebox-current-box .pointBox .text {
  font-size: 12px;
  font-weight: 600;
  color: #f4b63f;
}

.popup-safebox .safebox-current-box .pointBox .count {
  font-size: 25px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
}

.icon-arrow_b_2up:before {
  content: "︽";
  color: #66778a;
}

.popup-safebox .safebox-current-box .balanceBox .text {
  max-width: 160px;
  font-size: 12px;
  font-weight: 600;
  color: #f4b63f;
}

.popup-safebox .safebox-current-box .balanceBox .count {
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
}

.popup-safebox .safebox-content {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px 88px;
}

.popup-safebox .safebox-current-box .balanceBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 20px;
  position: relative;
}

.popup-safebox .safebox-current-box .icon-money {
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup-safebox .safebox-current-box .safeImg {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.popup .p-header .headerBox .title {
  flex: 1 1;
  padding: 4px 16px;
  color: #fff8e4;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  margin-top: -4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: center;
}

.popup-safebox .btn-safebox-deposit,
.popup-safebox .btn-safebox-withdraw {
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 24px auto 0;
}

.popup-safebox .btn-safebox-deposit .text,
.popup-safebox .btn-safebox-withdraw .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #c5ac3e, #a36e1d);
  box-shadow: 0 8px 16px 0 rgba(193, 155, 83, 0.48), inset -2px -4px 2px 0 rgba(232, 215, 145, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}

.popup-safebox .btn-safebox-deposit,
.popup-safebox .btn-safebox-withdraw {
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 24px auto 0;
}

.locker.btn-detail {
  min-width: 56px;
  height: 32px;
  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: #452201;
  border-radius: 24px;
  position: absolute;
  top: 28px;
  right: 28px;
  padding: 0 4px;
}

.safebox-detail-table {
  width: 100%;
}

.safebox-detail-table .table-header {
  width: 100%;
  background-color: #452201;
  color: #fff8e4;
  border-bottom: 1px solid rgba(205, 194, 162, 0.32);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  box-shadow: 2px 4px 8px 0 rgba(69, 34, 1, 0.32), inset 0 -3px 0 0 #7f3f02;
}

.safebox-detail-table .table-header > div {
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.safebox-detail-table .time {
  width: 30%;
  padding: 0 4px;
}

.safebox-detail-table .count {
  width: 40%;
  padding: 0 0 0 8px;
}

.safebox-detail-table .time {
  width: 30%;
  padding: 0 4px;
}

.locker-history-row {
  width: 100%;
  color: #222;
  border-bottom: 1px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.locker-history-row > div {
  height: 50px;
  padding: 0 8px;
  font-size: 13px;
  font-stretch: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.signText-box .btn-edit {
  display: block;
}

.signText-box .btn-edit-submit {
  display: none;
}

div[id^=event-pop] > .popup-box {
  z-index: 501;
}

.close-footer .btn-prev {
  width: 150px;
  height: 40px;
  /* margin: 0 8px 16px; */
  margin: auto;
  padding: 0 8px;
  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: #452201;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #7f3f02;
}

.black-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  margin-bottom: -60px;
  z-index: 51;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .black-cover {
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
}
@media (min-width: 701px) and (hover: hover) {
  .black-cover {
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
}

.tab-pane {
  margin-top: 10vw;
  max-width: 500px;
}

#gift-about,
#gift-give,
#gift-receive {
  z-index: 999;
}
#gift-about .text,
#gift-give .text,
#gift-receive .text {
  font-size: 14px;
  font-weight: 400;
  color: #f5b960;
}
#gift-about .popup .popupBg,
#gift-give .popup .popupBg,
#gift-receive .popup .popupBg {
  padding-top: 40px;
  background-color: #861108;
  border-radius: 14px;
}
#gift-about .flow-box,
#gift-about .quota-box,
#gift-give .flow-box,
#gift-give .quota-box,
#gift-receive .flow-box,
#gift-receive .quota-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #ff9800;
}
#gift-about .flow-box .imgBox,
#gift-about .quota-box .imgBox,
#gift-give .flow-box .imgBox,
#gift-give .quota-box .imgBox,
#gift-receive .flow-box .imgBox,
#gift-receive .quota-box .imgBox {
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
}
#gift-about .flow-box .imgBox img,
#gift-about .quota-box .imgBox img,
#gift-give .flow-box .imgBox img,
#gift-give .quota-box .imgBox img,
#gift-receive .flow-box .imgBox img,
#gift-receive .quota-box .imgBox img {
  width: 100%;
  height: 100%;
}
#gift-about .flow-box p,
#gift-about .quota-box p,
#gift-give .flow-box p,
#gift-give .quota-box p,
#gift-receive .flow-box p,
#gift-receive .quota-box p {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #f5b960;
  margin: 0;
  text-align: center;
}
#gift-about .flow-box .text-yellow,
#gift-about .quota-box .text-yellow,
#gift-give .flow-box .text-yellow,
#gift-give .quota-box .text-yellow,
#gift-receive .flow-box .text-yellow,
#gift-receive .quota-box .text-yellow {
  color: #f4b63f;
  font-size: 12px;
  font-weight: 400;
}
#gift-about .tipsTxt,
#gift-give .tipsTxt,
#gift-receive .tipsTxt {
  background-color: rgba(251, 87, 35, 0.16);
  padding: 16px;
  color: #fb5723;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
}
#gift-about .rule-box,
#gift-give .rule-box,
#gift-receive .rule-box {
  padding-left: 16px;
}
#gift-about .rule-box li,
#gift-give .rule-box li,
#gift-receive .rule-box li {
  list-style: decimal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
}

#gift-give .popup .p-body,
#gift-about .popup .p-body,
#gift-receive .popup .p-body {
  padding: 0px 0 100px;
}

.fixed {
  position: fixed;
  top: 10px;
}

.fixed2 {
  position: fixed;
  top: 50px;
}

.p-body.gift-info-content .tabs-content {
  width: 100%;
  border-radius: 0 0 24px 24px;
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16px 16px 250px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 250px);
}

.gift-tutorial .time-line {
  width: 40px;
}
.gift-tutorial .step-order {
  width: 40px;
  height: 40px;
  font-size: 19px;
  font-weight: 800;
  font-stretch: 90%;
  text-align: center;
  line-height: 32px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.gift-tutorial .step-order .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #f9b60f, #693a00);
  box-shadow: 0 8px 16px 0 rgba(165, 85, 3, 0.48), inset -2px -4px 2px 0 rgba(221, 163, 0, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100%;
  color: #fff8e4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.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 .info-box {
  width: calc(100% - 56px);
}
.gift-tutorial .info-box p {
  min-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #f5b960;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.gift-tutorial .imgBox {
  width: 68vw;
  height: 34vw;
  max-width: 360px;
  max-height: 180px;
}
.gift-tutorial .imgBox img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  pointer-events: none;
}

#chat .btn-cancel.outbtn {
  width: 100px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  height: 40px;
  display: none;
}
#chat .icon-pri {
  width: 18px;
}
#chat .scroll-to-bottom,
#chat .scroll-to-bottom-pri {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  right: 10%;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  transition: 0.5s;
}
#chat .scroll-to-bottom i,
#chat .scroll-to-bottom-pri i {
  margin: auto;
}
#chat .chat-img-thumb {
  max-height: 180px;
  max-width: 150px;
  pointer-events: unset !important;
}
#chat .popup {
  top: 3vh;
  width: 92.5%;
  height: 92vh !important;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  #chat .popup {
    height: 92%;
  }
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  #chat .p-content {
    margin-top: 10px;
  }
}
#chat .btn-gameClose-L {
  white-space: nowrap;
}
#chat .author img {
  pointer-events: unset;
}
#chat .btn-edit {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}
#chat .btn-edit.active {
  display: flex;
}
#chat .chat-pri-row {
  margin: 10px auto;
  display: flex;
  width: 100%;
  padding: 0 0 10px 10px;
}
#chat .chat-pri-row .chat-pri-checkbox {
  display: none;
  margin-left: 8px;
}
#chat .chat-pri-row .chat-pri-checkbox.active {
  display: block;
}
#chat .chat-pri-row .chat-pri-user {
  width: calc(100% - 60px);
}
#chat .chat-pri-row .chat-pri-user .chat-pri-user-text {
  font-weight: 700;
}
#chat .chat-pri-row .chat-pri-user .chat-pri-user-profile {
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8em;
}

.popup-leaderboard .p-body {
  padding: 24px 0 150px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 50%;
  height: 236px;
  z-index: 50;
  transform: translate(-50%, 0);
  transition: 0.5s;
  max-width: 500px;
}
.main-header.active {
  transform: translate(-50%, -135px);
  transition: 0.5s;
}
@media (min-width: 701px) and (hover: hover) {
  .main-header.active {
    transform: translate(-50%, -150px);
  }
}
@media (min-width: 701px) and (hover: none) {
  .main-header.active {
    transform: translate(-50%, -156px);
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .main-header.active {
    transform: translate(-50%, -111px);
  }
}
@media (min-width: 701px) and (hover: hover) {
  .main-header {
    max-width: 500px;
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  .main-header {
    max-width: 500px;
    left: 50%;
    transform: scale(1) translateX(-50%);
  }
}

#add_bookmark ul {
  margin-left: 10%;
  width: 85%;
}
#add_bookmark li {
  list-style: unset !important;
  list-style-type: decimal !important;
  list-style-position: outside;
  list-style-image: unset;
  display: list-item;
}
#add_bookmark .category-tabs {
  position: fixed;
}

.dialog-box {
  position: fixed;
  top: 62px;
  right: 11px;
  width: 110px;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #988218;
  background-image: linear-gradient(43deg, #988218 0%, #5a4b0e 30%, #947e24 66%, #685b12 100%);
  border-radius: 5px;
}
.dialog-box div {
  margin: 15px auto;
}
.dialog-box div:hover {
  background-color: #000;
}

.dialog-box::after {
  content: "";
  position: absolute;
  top: -9px; /* 調整三角形的位置 */
  left: 77px; /* 調整三角形的位置 */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #685b12; /* 這將創建一個向上指向的三角形 */
  border-bottom: 0;
  transform: rotateZ(180deg);
}

.setting-sub .p-content {
  min-height: unset;
}

.announce-box {
  box-shadow: 2px 2px 8px rgba(69, 34, 1, 0.3333333333);
  border: solid var(--golden) 2px;
  padding: 15px;
  border-radius: 15px;
  background-color: var(--yellow-3);
  cursor: pointer;
  margin-bottom: 20px;
}
.announce-box h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.time-in-box {
  color: #bc9265;
  font-size: 0.9em;
}

.announce-content-top {
  border-bottom: 1px var(--golden) solid;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  margin-top: 50px;
  width: 90%;
}

#announce-content .announce-content-box {
  overflow-y: auto;
  border-radius: 15px;
  box-shadow: inset 0 -2px 5px rgba(69, 34, 1, 0.3333333333);
  padding-bottom: 80px;
}
#announce-content .btn-close {
  background-image: url(../imgs/icon-back.png);
}

.announce-content-bottom {
  width: 95%;
  margin: auto;
  padding: 10px;
  padding-bottom: 150px;
  word-break: break-all;
  color: #bc9265;
}
.announce-content-bottom .title {
  margin-top: 33px;
  font-weight: 800;
  color: var(--icon-accoun-color);
}

.loading-box,
.login-process {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-rows: 2fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.loading-box .loading-box-in,
.login-process .loading-box-in {
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: end;
  align-content: end;
  height: 100%;
  width: 100%;
}
.loading-box .loading-box-in .motor-s,
.login-process .loading-box-in .motor-s {
  height: 100%;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  animation: motorsAni infinite 0.3s;
  transform-origin: 100% 50%;
  padding-bottom: 20px;
  margin: auto;
  margin-right: -20px;
}
.loading-box .loading-box-in .motor-s img,
.login-process .loading-box-in .motor-s img {
  width: 80px;
}
.loading-box .loading-box-in .motor,
.login-process .loading-box-in .motor {
  width: 250px;
  display: grid;
  justify-content: flex-start;
  align-items: end;
  animation: motorAni infinite 0.5s;
  transform-origin: 0% 50%;
  margin: auto;
}
.loading-box .loading-box-in .motor img,
.login-process .loading-box-in .motor img {
  width: 250px;
}

@keyframes motorsAni {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.8);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes motorAni {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(3px, 3px);
  }
  100% {
    transform: translate(0);
  }
}
.loadingbarbox-out {
  width: 80vw;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
}

.loadingbarbox {
  width: 80vw;
  height: 5px;
  background-color: #ddd;
  margin: auto;
  display: grid;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.loadingbarbox .loadingbar {
  margin: auto;
  width: 80vw;
  height: 5px;
  background-color: var(--golden);
  animation: loadingAni 10s forwards 1;
  transform-origin: 0% 50%;
  transform: scaleX(0);
}
@keyframes loadingAni {
  0% {
    transform: scaleX(0);
  }
  10% {
    transform: scaleX(0.2);
  }
  30% {
    transform: scaleX(0.6);
  }
  50% {
    transform: scaleX(0.65);
  }
  60% {
    transform: scaleX(0.7);
  }
  100% {
    transform: scaleX(0.98);
  }
}

#leaderboard .popup-leaderboard .p-body {
  padding: 24px 0 250px;
}
#leaderboard .currentBox {
  pointer-events: none;
}
#leaderboard .popup-box .p-content {
  top: 40px;
}
#leaderboard .popup-box .p-content .popup .p-header {
  background-image: url(../imgs/winner.png);
  height: 131px;
  top: -100px;
}
#leaderboard .popup-box .p-content .popup .p-header .headerBox {
  margin: 91px auto 0;
}

.btn-go-store {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  min-width: 120px;
  max-width: 200px;
  height: 40px;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
  margin: 0 8px 16px;
}
.btn-go-store .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #c5ac3e, #a36e1d);
  box-shadow: 0 8px 16px 0 rgba(165, 141, 3, 0.48), inset -2px -4px 2px 0 rgba(221, 181, 0, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 24px;
  color: #fff8e4 !important;
  font-size: 14px !important;
  padding: 16px;
  line-height: 16px;
}

.copyMessage {
  font-size: 0.9em;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  min-height: 20px;
  display: none;
  color: #a90000;
}

.writing .popup-s .p-body {
  max-height: 430px;
}
@media (min-width: 701px) and (hover: none) {
  .writing .popup-s .p-body {
    max-height: calc(100vh - 130px);
  }
}
.writing .writing-search {
  display: none;
}
.writing .writing-search .userBox {
  margin-bottom: 10px;
}
.writing .writing-search .userBox:hover {
  background-color: var(--golden);
  color: #fff;
}
.writing .writing-search.active {
  display: block;
  padding: 10px;
  background-color: #fff;
  min-width: 240px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3333333333);
}

.popup-mamber-card .personalContent p {
  font-size: 12px;
  color: #f4b63f;
  margin-bottom: 0;
  text-align: left;
}
.popup-mamber-card .personalContent .userName {
  font-size: 16px;
  font-weight: 800;
  font-stretch: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: #452201;
}
.popup-mamber-card .personInfo-block .btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.popup-mamber-card .personInfo-block .btns .btn-lockdownFriend .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #5f5156, #353535);
  box-shadow: 0 8px 16px 0 rgba(150, 155, 154, 0.48), inset -2px -4px 2px 0 rgba(122, 126, 125, 0.72), inset 0 2px 1px 0 rgba(255, 255, 255, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
}
.popup-mamber-card .personInfo-block .btns > div {
  width: 80px;
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  line-height: 14px;
  padding: 4px;
}
.popup-mamber-card .btn-lockdownFriend {
  padding: 0 12px;
  max-width: 100px;
  height: 40px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32), inset -2px -4px 2px 0 rgba(127, 63, 2, 0.16), inset 0 2px 1px 0 #fafafa;
  color: #452201;
  border-radius: 100px;
}
.popup-mamber-card .btns > div .text {
  padding: 0 8px;
}
.popup-mamber-card .icon-block:before {
  font-size: 16px;
  color: #452201;
  margin-right: 4px;
  content: "\e93d";
}
.popup-mamber-card .btn-addFriend {
  width: 80px;
  height: 40px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 4px;
  border-radius: 28px;
}
.popup-mamber-card .btn-addFriend .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow: 0 8px 16px 0 rgba(3, 165, 123, 0.48), inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
}
.popup-mamber-card .btn-privateChat {
  flex: 1 1;
  height: 40px;
  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 8px;
}
.popup-mamber-card .btn-privateChat .text {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow: 0 8px 16px 0 rgba(3, 165, 123, 0.48), inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
}
.popup-mamber-card .btn-privateChat .icon-chat:before {
  font-size: 16px;
  color: #fff8e4;
  margin-right: 4px;
  content: "\e93e";
}
.popup-mamber-card .btn-gift {
  flex: 1 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fafafa;
  box-shadow: 0 8px 16px 0 rgba(69, 34, 1, 0.32);
  padding: 4px;
  border-radius: 28px;
}
.popup-mamber-card .btn-gift .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ff8700, #ff3700);
  box-shadow: 0 8px 16px 0 rgba(251, 87, 35, 0.48), inset -2px -4px 2px 0 rgba(251, 141, 35, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  color: #fff8e4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.popup-mamber-card .btn-gift .icon-gift:before {
  margin-right: 4px;
  font-size: 16px;
  color: #fafafa;
  content: "\e905";
}

#friend-search-done .p-content .body-content {
  margin: unset;
}
#friend-search-done .popup-s .body-content {
  padding: unset;
}

.lockdownFriend-box {
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  background-color: rgba(251, 87, 35, 0.8);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 24px;
}
.lockdownFriend-box p {
  margin-bottom: 0;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  font-stretch: 100%;
}
.lockdownFriend-box .btn-unlock {
  padding: 0 12px;
  height: 32px;
  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: #452201;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-weight: 800;
  font-stretch: 90%;
}

#talk_log_pri {
  display: none;
}

#chatbot,
#chatbot_pri {
  display: none;
  height: auto;
}

#chatbot.active,
#chatbot_pri.active {
  display: flex;
}

.no-privateChatList {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-privateChatList .list-empty {
  width: 160px;
  height: 160px;
  background-image: url(../imgs/empty.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  opacity: 0.48;
  font-size: 12px;
  margin: 0 auto;
}

.chatBox .mainConts {
  background-color: #e8d882;
}
.chatBox .btn-addFriend {
  width: 100px;
  height: 40px;
  display: none;
  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;
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.chatBox .btn-addFriend .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #00dda4, #03a57b);
  box-shadow: 0 8px 16px 0 rgba(3, 165, 123, 0.48), inset -2px -4px 2px 0 rgba(0, 221, 164, 0.72), inset 0 2px 1px 0 rgba(255, 253, 247, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
}
.chatBox .txtBox textarea {
  border: solid 0px;
  padding: 5px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0);
  height: 40px;
  width: 100%;
}

.privateChat-target {
  width: 100%;
  margin-bottom: 8px;
  font-size: 12px;
  color: #452201;
  font-weight: 800;
  font-stretch: 90%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  display: flex;
  height: 0;
  overflow: hidden;
}

.btn-hidden {
  display: none !important;
}

.btn-display {
  display: flex !important;
}

.locker-tag {
  margin-top: 37px;
}

#forzen-list .popup .p-body {
  padding: unset;
}
#forzen-list .table-header > div:nth-of-type(1),
#forzen-list ul > li:nth-of-type(1) {
  width: 30%;
}
#forzen-list .table-header > div:nth-of-type(2),
#forzen-list ul > li:nth-of-type(2) {
  width: 30%;
}
#forzen-list .table-header > div:nth-of-type(3),
#forzen-list ul > li:nth-of-type(3) {
  width: 40%;
}
#forzen-list .table-header > div {
  display: grid;
}
#forzen-list .forzen-content > ul:nth-of-type(even) {
  background-color: #e8dcd1;
}
#forzen-list ul {
  display: flex;
  padding: 5px auto;
  font-size: 12px;
}
#forzen-list ul li {
  padding: 5px 2px 5px 2px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.levelTable .table-body::-webkit-scrollbar {
  display: unset;
  width: 10px;
  height: 10px;
}

.levelTable .table-body::-webkit-scrollbar-track {
  background: #e8dcd1;
}

.levelTable .table-body::-webkit-scrollbar-thumb {
  border: 1px solid #947e24;
}

.btn-message-submit-pri {
  margin-top: -56px;
}

#store-btm-order.active {
  padding: 6px;
  background-color: #000;
  color: var(--yellow-2);
  border-radius: 20px;
  box-shadow: 1px 1px 3px #000;
  margin-right: 3px;
  margin-left: -7px;
  font-size: 14px;
  font-weight: 600;
}

.tel-bind-hide {
  display: none;
}

.center-box {
  width: 100%;
  display: grid;
  justify-content: center;
}

#line-share .center-box img {
  width: 66px;
  margin-top: 20px;
  filter: drop-shadow(2px 4px 6px black);
  animation: bounce-store 1.5s infinite;
}
#line-share .center-box .fw-bold {
  margin-top: 14px;
}

.gift-history-box-R .custom-date,
.gift-history-box-S .custom-date {
  font-weight: 600;
  color: var(--golden);
  font-family: arial;
  font-size: 1.1em;
}
.gift-history-box-R .tran-no,
.gift-history-box-S .tran-no {
  font-size: 0.8em;
}
.gift-history-box-R .gift-money-no,
.gift-history-box-S .gift-money-no {
  font-weight: 600;
  color: var(--golden);
  font-family: arial;
  font-size: 1.2em;
}
.gift-history-box-R li,
.gift-history-box-S li {
  padding: 4px;
}
.gift-history-box-R > li:nth-of-type(2),
.gift-history-box-S > li:nth-of-type(2) {
  line-height: 1.9em;
}
.gift-history-box-R img,
.gift-history-box-S img {
  width: 30px;
  width: 23px;
  margin-right: 4px;
  margin-top: -4px;
}

.mail-uni {
  width: 100%;
  border-bottom: solid 1px #888;
  display: block;
  margin: 15px 10px 15px 10px;
}
.mail-uni .mail-top-bar {
  display: flex;
  justify-content: space-between;
}
.mail-uni .mail-top-bar .mail-info {
  color: #fff;
  font-size: 0.8em;
  display: flex;
  justify-content: flex-start;
}
.mail-uni .mail-top-bar .mail-info .mail-cat {
  background-color: #6b89c7;
  padding: 2px 10px 2px 10px;
  border-radius: 40px;
  margin-right: 5px;
}
.mail-uni .mail-top-bar .mail-info .mail-sender {
  background-color: #e2c87d;
  padding: 2px 10px 2px 10px;
  border-radius: 40px;
}
.mail-uni .mail-subject {
  font-weight: 900;
  margin-top: 15px;
}
.mail-uni .mail-content-box {
  width: 100%;
  word-break: break-word;
}
.mail-uni .mail-del-box {
  padding-right: 15px;
  display: grid;
  justify-content: flex-end;
}
.mail-uni .mail-del-box img {
  width: 20px;
  pointer-events: unset;
}
.mail-uni .mail-bottom-bar {
  margin: 15px auto 15px auto;
  display: flex;
  justify-content: space-between;
}
.mail-uni .mail-bottom-bar .mail-date {
  font-size: 0.6em;
  color: 666;
}
.mail-uni .mail-bottom-bar .btn-mail-reply {
  background-color: #ca0000;
  color: #fff;
  border-radius: 20px;
  font-size: 0.9em;
  padding: 3px;
  padding-right: 15px;
  padding-left: 15px;
}

#mail .btn-newmail {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1002;
}
#mail .btn-cancel.outbtn {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 1002;
  display: none;
}

.btn-cancel.red {
  min-width: 100px;
  height: 40px !important;
  background: linear-gradient(to right, #ffd06b, #833f00, #ffd06b);
  box-shadow: 0 8px 16px 0 rgba(127, 63, 2, 0.32);
  padding: 3px;
}
.btn-cancel.red .text {
  font-size: 14px;
  color: #f5b960;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #830000, #f90000);
  box-shadow: 0 8px 16px 0 rgba(255, 66, 66, 0.48), inset -2px -4px 2px 0 rgba(157, 16, 16, 0.72), inset 0 2px 1px 0 rgba(255, 247, 247, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
}

.gift-confirm-row {
  font-size: 1.2em;
  border-bottom: solid 1px #999;
  display: flex;
  justify-content: space-between;
  color: #3e1b01;
  padding: 20px 10px 20px 10px;
}
.gift-confirm-row > div:nth-of-type(1) {
  white-space: nowrap;
}
.gift-confirm-row > div:nth-of-type(2) {
  font-weight: 900;
  text-align: right;
}

.btn-fullscreen {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 10px;
  background-color: #f00;
  padding: 5px;
  color: #fff;
  z-index: 222222;
}

.no-fav {
  width: 140px;
}

.no-fav-pic {
  color: #f5b960;
  white-space: nowrap;
  font-size: 14px;
}

.change-tel-input-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tiny-icon {
  height: 30px;
}

#my .name-box .name-box {
  width: 40vw;
}

#change-tel .btn-confirm .text {
  font-size: 1.3em;
}

.box-in-level-text {
  display: flex;
  justify-content: space-between;
}
.box-in-level-text .small-font {
  text-align: right;
}

.level-text-title {
  display: grid;
  align-content: center;
  align-items: center;
}

.small-font {
  font-size: 13px;
  font-weight: 600;
}

.shadow-font {
  color: #fff;
}

.btm-line {
  border-bottom: 1px solid rgba(119, 136, 153, 0.3333333333);
}

.hide {
  display: none !important;
  pointer-events: none !important;
}

.show:not(.nav-pills .nav-link) {
  display: block !important;
}

#mail-content .mail-content-box {
  padding: 0;
}
#mail-content .mail-content-info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
#mail-content .mail-content-date {
  color: salmon;
  font-size: 12px;
  color: #0e0402;
}
#mail-content .mail-content-sender {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0e0402;
  max-width: 138px;
}
#mail-content .mail-content-subject {
  font-size: 1.5em;
  font-weight: 600;
  color: #0e0402;
}
#mail-content .mail-content-content {
  text-align: left;
  padding-top: 20px;
  word-break: break-word;
  color: #0e0402;
}

.red {
  color: red;
}

#fsd_del_friend .text {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #fe5858, #e01d1d);
  box-shadow: 0 8px 16px 0 rgba(165, 3, 33, 0.48), inset -2px -4px 2px 0 rgba(243, 116, 135, 0.72), inset 0 2px 1px 0 rgba(255, 247, 249, 0.48);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff8e4;
}

.search-bar-box {
  max-width: 350px;
  min-width: 333px;
  width: 80vw;
  height: 66px;
  top: 14vw;
  left: 50%;
  z-index: 0;
  position: relative;
  transform: translate(-50%);
  padding: 0 4px;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  transition: 0.5s;
  background-color: #e8dcd1;
  border-radius: 0 0 15px 15px;
  align-items: flex-end;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3333333333);
  transition: 0.5s;
}
@media (min-width: 701px) and (hover: hover) {
  .search-bar-box {
    top: 100px;
    left: 250px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .search-bar-box {
    top: 56px;
  }
}
.search-bar-box.active {
  top: 157px;
  transition: 0.5s;
}
@media (min-width: 701px) and (hover: hover) {
  .search-bar-box.active {
    top: 175px;
  }
}
@media (min-width: 701px) and (hover: none) {
  .search-bar-box.active {
    top: 123px !important;
  }
}
@media (max-width: 550px) and (max-height: 750px) and (hover: none) {
  .search-bar-box.active {
    top: 133px;
  }
}
@media (max-width: 600px) and (max-height: 680px) and (hover: none) {
  .search-bar-box.active {
    top: 107px;
  }
}
@media (max-width: 550px) and (max-height: 750px) and (hover: none) {
  .search-bar-box.active {
    top: 156px;
  }
}
@media (max-width: 350px) and (max-height: 900px) and (hover: none) {
  .search-bar-box.active {
    top: 111px;
  }
}
@media (max-width: 550px) and (max-height: 750px) and (hover: none) {
  .search-bar-box.active.pwa {
    top: 105px;
  }
}
.search-bar-box .inputBox {
  display: flex;
  height: 33px;
  margin: 0 10px 7px 10px;
  align-items: center;
}
.search-bar-box .fa-magnifying-glass {
  width: 51px;
  height: 24px;
  /* padding: 0 0 3px 0; */
  border-radius: 8px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #452201;
}

#select-all-mail {
  margin-top: -2px;
}

@media (min-width: 701px) and (hover: hover) {
  #pills-all {
    margin-top: -11px;
  }
}

.event-content {
  color: rgb(235, 107, 86);
  font-size: 18px;
}

.event .p-body,
#allevent .p-body {
  padding: 5px 0 100px;
}

#allevent .ad-number {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.3333333333);
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  border-radius: 0 12px 0 0;
}

.gift-history .btn-gift-reject,
.gift-history .btn-gift-accept {
  height: 35px;
  background-color: unset;
  box-shadow: unset;
}
.gift-history .btn-gift-reject .text,
.gift-history .btn-gift-accept .text {
  box-shadow: unset;
  border-radius: unset;
  -webkit-clip-path: polygon(0% 50%, 10% 0%, 100% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(0% 50%, 10% 0%, 100% 0%, 100% 100%, 10% 100%);
}

.btn-edit.for-profile {
  position: absolute;
  bottom: 5px !important;
  right: 5px !important;
}

#orientation {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
@media (min-width: 701px) and (hover: hover) {
  #orientation {
    display: none;
  }
}
#orientation .mask {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  max-width: unset;
}

.orientation {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6666666667);
}
@media (min-width: 701px) and (hover: hover) {
  .orientation {
    display: none;
  }
}
.orientation img {
  display: block;
  height: 200px;
  max-width: 400px;
}

.icon-close-search {
  margin-left: 3px;
  margin-right: -9px;
}
.icon-close-search img {
  width: 27px;
}

.ad-img {
  width: 100vw;
  max-width: 500px;
}

#level .bar-grid {
  border-right: solid 2px #626262;
  width: 10%;
}
#level .p-body {
  padding: 52px 0 0;
}
#level .p-content .body-content {
  margin-bottom: 0;
}
#level .bar-grid-box {
  height: 9px;
  width: 100%;
  display: flex;
  transform: translateY(-100%);
}

#chat-img .chat-img-content {
  display: flex;
}
#chat-img .mask {
  background-color: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 10px;
}
#chat-img .chat-img-header {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
}
#chat-img .zoom-img {
  max-width: 95vw;
  max-height: 90vh;
  margin: auto;
}
#chat-img .chat-img-middle .chat-arrow-let,
#chat-img .chat-img-middle .chat-arrow-right {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3333333333);
  color: #fff;
  position: absolute;
  top: 50%;
}
#chat-img .chat-img-middle .chat-arrow-left {
  left: 0;
}
#chat-img .chat-img-middle .chat-arrow-right {
  right: 0;
}

#ad-all .p-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 20px;
  min-height: unset;
  height: calc(100vh - 130px);
}
#ad-all .p-content > div:nth-of-type(1) {
  justify-content: center;
  display: flex;
  text-align: center;
  width: 100%;
}
#ad-all .p-content > div:nth-of-type(1) img {
  height: 60vh;
  width: auto;
  max-width: 480px;
  max-height: 500px;
  margin: auto;
}
@media (min-width: 701px) and (hover: hover) {
  #ad-all .p-content {
    width: 500px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  #ad-all .p-content {
    margin-top: -100px;
  }
}
#ad-all .p-content > div {
  margin: auto;
}
#ad-all .p-content img {
  width: 100%;
  max-width: 370px;
  pointer-events: auto;
  margin: auto;
}
#ad-all .ad-special {
  width: 100vw;
  height: 100vh;
  max-width: 500px;
  background-size: contain;
  background-position: center 5%;
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: 1fr 133px 78px 115px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  #ad-all .ad-special {
    background-position: center 18%;
  }
}
#ad-all .ad-special .box-box-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#ad-all .ad-special .fast-payment-list {
  width: 90vw;
  max-width: 450px;
  margin: auto;
  display: flex;
  align-items: bottom;
  height: 100%;
  border-left: unset;
  border-right: unset;
}

.close-all-ad {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  display: grid;
  justify-content: center;
  align-items: center;
}

.hide-info {
  width: 20px;
  background-color: rgba(0, 0, 0, 0.3333333333);
  color: rgba(255, 255, 255, 0.3333333333);
}

.close-all-ad-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .close-footer.events .btn-close {
    margin-left: -15vw;
  }
}

#service-confirm .body-content,
.alert-box .body-content {
  margin-bottom: unset;
  margin-top: 50px;
}

.mail-font-bold {
  font-weight: 900 !important;
  color: #f5b960 !important;
}

.no-touch {
  pointer-events: none;
  opacity: 0.6;
}

#notifycation .maskB {
  position: fixed !important;
  display: grid;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: var(--doc-height);
  background-color: rgba(69, 34, 1, 0.16);
  z-index: 400;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  left: 50%;
  transform: scale(1) translateX(-50%);
  max-width: 500px;
}
#notifycation .mask-header {
  display: grid;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: -40vw;
  justify-content: center;
}
@media (min-width: 701px) and (hover: hover) {
  #notifycation .mask-header {
    margin-top: -250px;
  }
}
#notifycation .mask-header img {
  max-width: 480px;
  width: 80vw;
  margin: auto;
}
@media (min-width: 701px) and (hover: hover) {
  #notifycation .mask-header img {
    max-width: 431px;
  }
}
#notifycation .notice-box {
  display: grid;
  justify-content: center;
  /* align-items: center; */
  position: absolute;
  top: 40vw;
  left: 50%;
  transform: translateX(-52%);
  z-index: 999;
  border: solid 10px var(--golden);
  width: 90vw;
  max-width: 450px;
  margin: auto 10px;
  background-color: #fff;
  min-height: 400px;
  padding: 15px;
  border-radius: 15px;
}
@media (min-width: 701px) and (hover: hover) {
  #notifycation .notice-box {
    margin-top: -134px;
    top: 300px;
  }
}
#notifycation .notice-box > div {
  max-width: 340px;
}
#notifycation .custom-button {
  border: solid 5px #fff;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3333333333);
  background: linear-gradient(#0bc7bf, #0681a4);
  width: 150px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  margin: auto;
  font-size: 20px;
  opacity: 0.5;
  filter: brightness(0.7);
}
#notifycation .custom-button.active {
  opacity: 1;
  filter: brightness(1);
}
#notifycation .terms-checkbox {
  font-size: 17px;
  font-weight: 400;
}
#notifycation .terms-checkbox label {
  display: flex;
  align-items: center;
}
#notifycation .terms-checkbox label span {
  color: #079eb0;
  font-weight: 700;
}

.allbox {
  background-image: url(../imgs/relogin-bg.webp);
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: 500px;
  height: 100vh;
  position: relative;
  z-index: 9999;
}

.loading-more {
  background-color: rgba(0, 0, 0, 0.3333333333);
  color: #fff;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 5;
}

.console-box {
  background-color: rgba(0, 0, 0, 0.3333333333);
  color: #fff;
  position: fixed;
  display: flex;
  width: 100vw;
  text-align: center;
  z-index: 9999;
  min-height: 20px;
}

#no-ad-today {
  margin: auto;
}
#no-ad-today label {
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
  color: #fff;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.3333333333);
  padding: 5px 10px 5px 10px;
  border-radius: 25px;
  position: relative;
}

#pills-favorite,
#pills-search {
  height: 100vh;
}

#block-list .body-content {
  margin-bottom: unset;
}

.bg-box {
  background-size: contain;
  background-position: center center;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: solid 1px #d4d5d5;
  width: calc(25vw - 40px);
  height: 80px;
}
@media (min-width: 701px) and (hover: hover) {
  .bg-box {
    width: 80px !important;
  }
}

.w-33 .bg-box {
  width: 100px !important;
}
@media (max-width: 600px) and (min-height: 681px) and (hover: none) {
  .w-33 .bg-box {
    width: calc(31vw - 40px) !important;
  }
}

.h-10 {
  height: 100px;
}

#pay-template-sec .body-content > div:last-of-type {
  margin-bottom: 140px;
}

.font-red {
  color: #f00 !important;
}

.finger-point {
  cursor: pointer;
  text-decoration: underline;
}

.btn-goto-login {
  cursor: pointer;
  margin: auto;
}
.btn-goto-login img {
  max-width: 350px;
  width: 60vw;
}

.btn-goto-loginB {
  cursor: pointer;
  max-width: 350px;
  width: 60vw;
  color: #fff;
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 15px;
  margin: auto;
}
.btn-goto-loginB img {
  max-width: 350px;
  width: 60vw;
}

.w-100 {
  width: 100%;
}

.maintain2 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: relative;
  cursor: not-allowed;
}
.maintain2:after {
  content: "即將來臨";
  position: absolute;
  top: 13px;
  left: 0;
  padding-top: 10%;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 10%;
  background-color: rgba(0, 0, 0, 0.5333333333);
  font-size: 20px;
}

#pay-template-sec .close-footer .btn-prev, #pay-thrid .close-footer .btn-prev {
  margin: 0;
  margin-right: 10px;
}
#pay-template-sec .close-footer .btn-close, #pay-thrid .close-footer .btn-close {
  margin: unset;
}

.main-header .owl-carousel .owl-stage-outer {
  order: 1;
}
.main-header .owl-carousel .owl-nav {
  order: -2;
  height: 0;
}
.main-header .owl-carousel .owl-dots {
  order: -3;
  height: 0;
}

.main-banner-carousel .owl-nav, .main-banner-carousel .owl-dots {
  height: 0 !important;
}

.ad-mid-area {
  width: 95vw;
  max-width: 480px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.ad-mid-area > div {
  width: 100%;
  padding: 2px;
}
.ad-mid-area > div img {
  max-width: 100%;
}

@media (min-width: 701px) and (hover: hover) {
  .game-iframe-box #gameparent {
    margin-top: 40px;
    max-width: 450px !important;
  }
}

.ad-goto {
  padding: 10px 20px;
  background-color: #00aaff;
  color: white;
  font-size: 16px;
  border: solid #fff 3px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  background-image: linear-gradient(to bottom, #0ecac1, #0682a5);
  margin: auto;
}

.ad-goto:hover {
  background-color: #0099dd; /* 鼠标悬浮时的背景颜色变化 */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* 鼠标悬浮时的阴影变化 */
}

.ad-middle-img-box img {
  max-width: 100%;
}

.btn-gift-accept div {
  white-space: nowrap;
}

[onclick] {
  cursor: pointer;
}

.form-switch input {
  cursor: pointer;
}

#gameparent iframe {
  max-height: calc(100vh - 65px);
  height: 176vw;
  width: 100vw;
  left: 0;
  position: absolute;
  top: 0;
}
@media (min-width: 701px) and (hover: hover) {
  #gameparent iframe {
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
  }
}
@media (max-width: 700px) and (min-width: 501px) and (hover: none) {
  #gameparent iframe {
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
  }
}
@media screen and (min-aspect-ratio: 1/2) and (min-height: 681px) and (min-width: 460px) and (hover: none) {
  #gameparent iframe {
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
  }
}

.cahnge-tel-info, .line-share-box {
  color: #3e1b01;
}

.event-time {
  color: #f4b63f;
}

.btn-xl {
  width: 100%;
  margin: auto;
  max-width: 401px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F25600;
  color: #F25600;
  background-color: #fff;
  font-weight: 700;
  margin: 10px auto;
  padding: 10px;
  min-height: 60px;
  min-width: 225px;
}

.line {
  background-color: #06C755;
  color: #fff;
  display: grid;
  grid-template-columns: 80px 1fr;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: unset;
}

.line-logo {
  width: 60px;
  margin: auto;
}

.gate-box {
  width: 100%;
  max-width: 500px;
  height: calc(100vh - 100px);
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.input-group input {
  height: unset;
}

.center-box {
  position: fixed;
  top: 50vh;
  transform: translateY(-50%);
}

.login-logo {
  width: 65vw;
  max-width: 400px;
  margin: auto;
  margin-top: 20px;
  top: 0;
  left: 50%;
  margin-bottom: 20px;
}

.goto-login-box {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.jackpot-box {
  display: flex;
  justify-content: center;
  height: 55px;
  background-image: url(../imgs/jackpot/jackpoot-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  padding-left: 105px;
  padding-top: 13px;
  margin-top: -6px;
}
@media (min-width: 701px) and (hover: hover) {
  .jackpot-box {
    margin-top: 50px;
    margin-bottom: -43px;
  }
}

#jackpot {
  display: flex;
  cursor: pointer;
  height: 28px;
  overflow: hidden;
}

.digit {
  height: 28px;
  overflow: hidden;
  position: relative;
  justify-content: center;
  margin-right: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.digit .digit-number {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  display: grid;
  font-size: 20px;
  font-weight: 700;
  color: #5e3333;
  font-family: arial;
  transition: transform 0.1s ease-in-out;
  height: 28px;
  margin-right: -2px;
}
.digit .digit-number.active {
  transition: 0;
}
.digit .digit-number span {
  border-radius: 2px;
  width: 16px;
  height: 28px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.digit .digit-number span.symbol {
  width: 10px;
}
.digit .digit-number span.symbol.comma {
  margin-top: 3px;
}
.digit .digit-number > span:not(.symbol):nth-of-type(1) {
  background-image: url(../imgs/jackpot/0.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(2) {
  background-image: url(../imgs/jackpot/1.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(3) {
  background-image: url(../imgs/jackpot/2.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(4) {
  background-image: url(../imgs/jackpot/3.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(5) {
  background-image: url(../imgs/jackpot/4.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(6) {
  background-image: url(../imgs/jackpot/5.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(7) {
  background-image: url(../imgs/jackpot/6.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(8) {
  background-image: url(../imgs/jackpot/7.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(9) {
  background-image: url(../imgs/jackpot/8.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(10) {
  background-image: url(../imgs/jackpot/9.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(11) {
  background-image: url(../imgs/jackpot/0.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(12) {
  background-image: url(../imgs/jackpot/1.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(13) {
  background-image: url(../imgs/jackpot/2.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(14) {
  background-image: url(../imgs/jackpot/3.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(15) {
  background-image: url(../imgs/jackpot/4.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(16) {
  background-image: url(../imgs/jackpot/5.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(17) {
  background-image: url(../imgs/jackpot/6.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(18) {
  background-image: url(../imgs/jackpot/7.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(19) {
  background-image: url(../imgs/jackpot/8.png);
}
.digit .digit-number > span:not(.symbol):nth-of-type(20) {
  background-image: url(../imgs/jackpot/9.png);
}

.jackpot-table {
  width: 95vw;
  max-width: 500px;
  height: calc(100vh - 180px);
  overflow-y: scroll;
  margin: auto;
  color: #fff;
  font-size: 12px;
  align-content: flex-start;
}
.jackpot-table > div {
  display: grid;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
  border-bottom: 1px solid #999;
  align-content: center;
  line-height: 1.1em;
}

.jackpot-table-a {
  width: 95vw;
  max-width: 500px;
  height: 30px;
  margin: auto;
  color: #fff;
  font-size: 12px;
}

.border {
  border: 1px solid #f5b960;
}

.usdt-title {
  width: 100px;
}/*# sourceMappingURL=main.css.map */