@charset "UTF-8";
@import "../../js/vendor/slick/slick.css";
@import "../../js/vendor/slick/slick-theme.css";
@import "../../font/demo-files/demo.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Microsoft YaHei, Microsoft JhengHei, PingFangTC, PingFangSC, PingFangHK, Helvetica, Arial;
  color: #222;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, picture, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}
a:active, a:hover {
  outline: 0;
}
a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

p, dl {
  width: 100%;
  max-width: 100%;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  font-family: Microsoft YaHei, Microsoft JhengHei, PingFangTC, PingFangSC, PingFangHK, Helvetica, Arial;
  margin: 0;
  border: none;
  background: none;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: black;
  outline: none;
}

hr {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  width: 100%;
  max-width: 100%;
}

p, dl {
  width: 100%;
  max-width: 100%;
}

/*去除input在ios上的圓角*/
input {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=text] {
  font-size: 14px;
  font-style: lighter;
  color: #444;
}

/* 去除input藍色框框 */
input, button, select, textarea {
  outline: none;
}

/* placeholder 點一下後快速消失 */
input:focus, textarea:focus {
  outline: none;
}

input:focus:placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

@-webkit-keyframes switch_img {
  0% {
    -webkit-box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83;
            box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83;
  }
  100% {
    -webkit-box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83;
            box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83;
  }
}

@keyframes switch_img {
  0% {
    -webkit-box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83;
            box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83;
  }
  100% {
    -webkit-box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83;
            box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83;
  }
}
@-webkit-keyframes mini-game_img {
  0% {
    -webkit-filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
            filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  35% {
    -webkit-filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
            filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  70% {
    -webkit-filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
            filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes mini-game_img {
  0% {
    -webkit-filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
            filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  35% {
    -webkit-filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
            filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  70% {
    -webkit-filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
            filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}
html {
  background: #191717;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #191717;
  max-width: 500px;
  margin: 0 auto;
}
body.notice::before {
  content: "請使用直式瀏覽";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c5901d;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
}
body:not(.home) {
  background: url(../../upload/bg-all.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body .floating-cover {
  position: fixed;
  bottom: 50%;
  right: 100px;
  z-index: 1;
}
body .floating-cover .mini-game {
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: absolute;
}
body .floating-cover .mini-game-switch {
  z-index: 1;
  -webkit-animation: switch_img 0.4s infinite alternate;
          animation: switch_img 0.4s infinite alternate;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
  transition: box-shadow 0.3s, filter 0.3s;
  transition: box-shadow 0.3s, filter 0.3s, -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
}
body .floating-cover .mini-game-switch.open {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
body .floating-cover .floating-list .mini-game {
  z-index: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1) rotate(180deg) translateZ(0);
          transform: scale3d(0.5, 0.5, 1) rotate(180deg) translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .floating-cover .floating-list.open .mini-game {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .floating-cover .floating-list.open .mini-game:nth-child(1) {
  -webkit-transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(0px, -90px, 0);
          transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(0px, -90px, 0);
}
body .floating-cover .floating-list.open .mini-game:nth-child(1) img {
  -webkit-animation: mini-game_img 1s linear infinite alternate;
          animation: mini-game_img 1s linear infinite alternate;
}
body .floating-cover .floating-list.open .mini-game:nth-child(2) {
  -webkit-transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-85px, -55px, 0);
          transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-85px, -55px, 0);
}
body .floating-cover .floating-list.open .mini-game:nth-child(3) {
  -webkit-transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-85px, 45px, 0);
          transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-85px, 45px, 0);
}
body .floating-cover .floating-list.open .mini-game:nth-child(4) {
  -webkit-transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(0px, 80px, 0);
          transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(0px, 80px, 0);
}
body .online-cover {
  position: fixed;
  bottom: 100px;
  right: 12px;
  width: 80px;
  height: 45px;
  border-width: 3px 3px 2px;
  border-style: solid;
  border-color: #F5DF83;
  background: #c5901d;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
}
body .online-cover .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15) inset;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
body .online-cover .title-box .icon {
  color: #F5DF83;
  font-size: 0.75rem;
}
body .online-cover .title-box .title {
  font-size: 0.75rem;
  font-weight: bold;
  color: #F5DF83;
}
body .online-cover .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}
body .online-cover .count-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
  background: #c5901d;
  border: 1px solid #F5DF83;
  border-radius: 4px;
  text-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15) inset;
  position: relative;
}
body .online-cover .count-box span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #F5DF83;
  border-radius: 4px;
}
body .vip-cover {
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  background: #c5901d;
  padding: 2px 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body .vip-cover span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}
body .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .content-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border: 2px solid #c5901d;
  border-radius: 15px;
  background: #fff;
  padding: 10px;
  position: relative;
}
body .content-cover .content-title {
  padding: 15px 0;
  text-align: center;
  border-bottom: 2px solid #c5901d;
}
body .content-cover .content-title .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #c5901d;
  letter-spacing: 2px;
}
body .content-cover .content-title .t {
  font-size: 0.875rem;
  font-weight: normal;
  color: inherit;
}
body .tab-cover {
  width: 95%;
  overflow-y: hidden;
  overflow-x: auto;
}
body .page-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 10px;
}
body .page-tab li {
  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 15px;
  background: #f1f1f1;
  border-radius: 15px 15px 0 0;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
body .page-tab li:not(:first-child) {
  margin-left: 4px;
}
body .page-tab li.active {
  background: #c5901d;
  color: #fff;
}
body .game-tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto;
}
body .game-tab li.active .name {
  color: #fff;
}
body .game-tab li .icon-box, body .game-tab li .img-cover {
  width: 30px;
  max-height: 30px;
}
body .game-tab li .name {
  display: block;
  margin: auto 2px;
  text-transform: uppercase;
}
body .deposit-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
}
body .deposit-tab li {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}
body .deposit-tab li:nth-child(odd) {
  margin-right: 10px;
}
body .deposit-tab li.active {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(10%, #B68111), color-stop(99%, #F5DF83));
  background: linear-gradient(to bottom left, #B68111 10%, #F5DF83 99%);
}
body .deposit-tab li .icon-box {
  width: 40px;
  max-height: 30px;
  margin-right: 3px;
}
body .deposit-tab li .name {
  display: block;
  margin: auto 2px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #000;
}
body .search-bar-box {
  border: 1px solid #f3b33c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
}
body .search-bar-box input {
  padding: 5px 15px;
  width: 100%;
}
body .search-bar-box .btn-search {
  background: -webkit-gradient(linear, right top, left bottom, from(#fcbe12), color-stop(99%, #885303));
  background: linear-gradient(to bottom left, #fcbe12, #885303 99%);
  padding: 7px 15px;
}
body .tab-content-cover .tab-content-box {
  display: none;
}
body .tab-content-cover .tab-content-box.open {
  display: block;
}
body .txt-box {
  margin-bottom: 15px;
}
body .txt-box .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
}
body .txt-box p {
  line-height: 1.8;
}
body .top {
  background: #c5901d;
  border-radius: 0 0 30px 30px;
  padding: 15px 20px;
  position: relative;
}
body .top .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .top .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body .top .btn-box .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .top .btn-box .btn-close {
  margin-left: auto;
}
body .top .btn-box .icon {
  font-size: 1.125rem;
  color: #fff;
  margin-right: 5px;
}
body .top .btn-box .icon.icon-cross {
  color: #444;
}
body .top .btn-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .top .btn-box .btn span {
  font-size: 0.75rem;
}
body .wallet-cover {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  -webkit-filter: drop-shadow(0 2px 10px #F5DF83);
          filter: drop-shadow(0 2px 10px #F5DF83);
}
body .wallet-cover .money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .wallet-cover .money-right {
  text-align: right;
}
body .wallet-cover .money-center {
  text-align: center;
}
body .wallet-cover .money span {
  display: inline-block;
}
body .wallet-cover .money .total-num {
  font-size: 2.125rem;
  font-weight: normal;
  color: #f3b33c;
  margin-right: 5px;
}
body .wallet-cover .money .icon-cover {
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
body .wallet-cover .money .icon-cover:hover .icon, body .wallet-cover .money .icon-cover:hover .t {
  color: #e41b3a;
}
body .wallet-cover .money .icon-cover .icon {
  margin-left: 5px;
}
body .wallet-cover .money .icon-cover .t {
  margin-left: 5px;
}
body .wallet-cover .currency, body .wallet-cover .money span, body .wallet-cover .icon {
  font-size: 0.875rem;
  font-weight: normal;
  color: #535353;
}

.show-top {
  padding: 0 0 10px;
}
.show-top .title {
  font-size: 1.625rem;
  font-weight: bold;
  color: #383838;
}
.show-top .time, .show-top .time span {
  font-size: 0.75rem;
  font-weight: normal;
  color: #777;
}

.show-box b, .show-box p, .show-box span, .show-box a {
  color: #777;
  line-height: 1.6;
}

.txt-cover .title {
  font-size: large;
  font-weight: bold;
  margin: 10px 0 5px;
}
.txt-cover .title2 {
  font-weight: bold;
}

.page-note {
  padding: 5px;
  background: rgba(0, 0, 0, 0.16);
}
.page-note p {
  text-align: center;
  font-size: 0.75rem;
}

.btn-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
}
.btn-cover button, .btn-cover a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 3px;
  font-size: 0.875rem;
}
.btn-cover button:not(:first-child), .btn-cover a:not(:first-child) {
  margin-left: 5%;
}

.btn-main {
  background: #222;
  color: #fff;
}
.btn-border2 {
  border: 1px solid #222;
  color: #222;
}
.btn-un {
  background: #666;
  color: #fff;
}
.btn-copy {
  background: #666;
  border-radius: 3px;
  padding: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}
.btn-border {
  border: 1px solid #666;
  color: #666;
}
.btn-lock {
  opacity: 0.6;
  pointer-events: none;
}
.btn-apply {
  padding: 5px 10px;
  border-radius: 5px;
  display: inline;
  margin: auto;
  background: #c5901d;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
}
.btn-bank {
  font-size: 0.75rem;
  font-weight: bold;
}
.btn-check {
  color: #acabab;
}
.btn-reject {
  padding: 5px 10px;
  border-radius: 5px;
  background: red;
  color: #fff;
  cursor: pointer;
}
.btn-fail {
  color: red;
  text-decoration: underline;
  cursor: pointer;
}
.btn-ok {
  color: #00B95D;
}

.account-summary .account-summary-item {
  border-bottom: 1px solid #ccc;
  min-height: 40px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.account-summary .account-summary-item .profile .title {
  font-size: 0.75rem;
  font-weight: normal;
  color: #666;
}
.account-summary .account-summary-item .profile .value {
  margin: 10px 0 0;
  color: #666;
}
.account-summary .account-summary-item .profile .value .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-summary .account-summary-item .profile .value .input .date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.account-summary .account-summary-item .profile .value .input .langImg {
  width: 20px;
  margin-right: 5px;
}
.account-summary .account-summary-item .profile .value .input .icon {
  color: #333;
  pointer-events: none;
}

.affiliate-cover img {
  margin: 0 auto;
}
.affiliate-cover .img-friend {
  max-width: 250px;
}
.affiliate-cover .img-qr {
  max-width: 200px;
}
.affiliate-cover .txt-box {
  width: 100%;
}

.form-item {
  margin: 10px 0;
}
.form-item .input-tools {
  width: 100%;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}
.form-item .input-tools .quick-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0;
}
.form-item .input-tools .quick-input li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #ff7707;
  border-radius: 3px;
  font-size: 14px;
  height: 30px;
  padding: 0;
  text-align: center;
  width: calc(25% - 5px);
  margin: 0 5px 5px 0;
}
.form-item .form-label {
  padding: 0 0 5px;
}
.form-item .form-label label {
  font-size: 0.875rem;
  font-weight: normal;
  color: #666;
}
.form-item .form-label img {
  margin: 0 auto;
}
.form-item .form-label .img-qr {
  padding-right: 10px;
  max-width: 200px;
}
.form-item .form-label .form-require::before {
  content: "*";
  display: inline-block;
  vertical-align: text-top;
  width: 10px;
  height: 5px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #dd9c4b;
}
.form-item .form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 10px;
}
.form-item .form-input input {
  width: 100%;
}
.form-item .form-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  max-height: 42px;
}
.form-item .code {
  width: 60px;
}

.form-note {
  padding: 2px 0;
  font-size: 0.875rem;
}
.form-note .t {
  font-size: 0.875rem;
  line-height: 1.8;
}

.txt-none {
  padding: 10px;
}
.txt-none .img {
  width: 120px;
  margin: 20px auto;
}
.txt-none .t {
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  color: #c5901d;
}

.info-msg {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: red;
  text-align: right;
}

.tips .checkbox {
  width: 15px;
  height: 15px;
  background-color: #535353;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.tips .checkbox:checked {
  background-color: #8fc31f;
}
.tips .checkbox.icon {
  font-size: 0.75rem;
  padding: 2px;
}
.tips .t {
  font-size: 0.75rem;
}

.title-cover .title {
  font-size: 1.375rem;
  font-weight: normal;
  color: #444;
  text-align: center;
  padding: 10px 0;
}
.title-cover .description {
  font-size: 1rem;
  font-weight: normal;
  color: #444;
  text-align: center;
  padding: 10px 0;
  line-height: 1.8;
}

.list-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.list-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 10px);
  min-height: 80px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 5px 10px 5px;
  text-align: center;
  padding: 10px;
}
.list-details li span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: #535353;
}
.list-details li .value {
  font-size: 0.875rem;
  font-weight: bold;
  color: #f3b33c;
}

.deposit-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px;
}
.deposit-top .info-block {
  width: 100%;
  background: linear-gradient(135deg, #c5901d, #c5901d 45%, #352a78 0, #c5901d);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 15px #1e1743;
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 15px #1e1743;
  padding: 10px 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.deposit-top .info-block .account {
  background-color: #1a153b;
  border-radius: 0 100px 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
}
.deposit-top .info-block .account span {
  color: #fff;
  margin-left: 5px;
}
.deposit-top .info-block .balance {
  padding: 5px 15px;
}
.deposit-top .info-block .balance span {
  display: inline-block;
  text-align: right;
  color: #fff;
  margin-left: 5px;
}
.deposit-top .info-block .balance .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deposit-top .info-block .balance .value span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 5px 0;
}
.deposit-top .btn-deposit {
  width: calc(50% - 5px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  padding: 10px;
}
.deposit-top .btn-deposit:not(:last-child) {
  margin-right: 10px;
}
.deposit-top .btn-deposit .icon {
  font-size: 1.25rem;
}
.deposit-top .btn-deposit .t {
  color: #fff;
  padding: 3px 0 0;
}
.deposit-top .btn-re {
  background: linear-gradient(135deg, #ff7707, #ff7707 45%, #e41b3a 0, #e41b3a);
}
.deposit-top .btn-tu {
  background: linear-gradient(135deg, #feb737, #feb737 45%, #ffa109 0, #ffa109);
}

.deposit-tools {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.deposit-tools a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(10%, #B68111), color-stop(99%, #F5DF83));
  background: linear-gradient(to bottom left, #B68111 10%, #F5DF83 99%);
  border: 2px solid #c5901d;
  border-radius: 20px;
  padding: 5px 10px;
}
.deposit-tools a:not(:last-child) {
  margin-right: 10px;
}
.deposit-tools a img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.deposit-tools a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}

.transaction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.transaction-list .bank-card-item {
  border: 1px dashed #535353;
  border-radius: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 5px;
  width: 50%;
  min-width: calc(50% - 5px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.transaction-list .bank-card-item:not(:nth-child(even)) {
  margin-right: 5px;
}
.transaction-list .bank-card-item.done {
  border: none;
}
.transaction-list .bank-card-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #535353;
  border-radius: 50%;
  color: #535353;
  margin: 20px auto;
}
.transaction-list .bank-card-item .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.875rem;
}
.transaction-list .bank-card-item span {
  display: block;
  color: #535353;
}

.inbox-list .item {
  border-bottom: 1px solid #c5901d;
  margin: 0 10px;
  padding: 10px 0;
  position: relative;
}
.inbox-list .item span {
  display: block;
}
.inbox-list .item .top-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.inbox-list .item .time {
  font-size: 0.75rem;
  margin-top: 20px;
}
.inbox-list .item .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #666;
}
.inbox-list .item .tag {
  background: #c5901d;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 10px;
}
.inbox-list .item .icon {
  width: 10px;
  height: 10px;
  color: #ccc;
  position: absolute;
  top: 15px;
  right: 10px;
}

.country-select {
  position: relative;
}
.country-select.open .drop-down-list {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.country-select .drop-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.country-select .drop-down-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 100px;
  background: #fff;
  border: 1px solid #777;
  padding: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.country-select .drop-down-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
}
.country-select .drop-down-list li.checked {
  color: #e41b3a;
}

.drop-down-cover {
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 10px 5px;
}
.drop-down-cover.open .drop-down-list {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.drop-down-cover .langImg {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.drop-down-cover .drop-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  color: #444;
}
.drop-down-cover .drop-select::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid #717171;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 5px;
}
.drop-down-cover .drop-down-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid #777;
  border-bottom: 5px solid #ccc;
  padding: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  min-height: 100%;
  max-height: 175px;
  overflow-y: auto;
  padding: 5px 10px;
}
.drop-down-cover .drop-down-list li {
  padding: 5px 0;
}
.drop-down-cover .drop-down-list li.checked {
  color: #c5901d;
}
.drop-down-cover .drop-down-list a, .drop-down-cover .drop-down-list .a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drop-down-cover .drop-down-list a span, .drop-down-cover .drop-down-list .a span {
  display: block;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tab-list li {
  width: calc(33.3333333333% - 10px);
  border: 1px solid #ce2323;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ce2323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  white-space: nowrap;
}
.tab-list li.active {
  background: #ce2323;
  color: #fff;
}

.tab2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.tab2-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #f3b33c;
  color: #f3b33c;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.tab2-list li:not(:first-child) {
  margin-left: 10px;
}
.tab2-list li:hover, .tab2-list li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5d682), to(#e7a61a));
  background: linear-gradient(to bottom, #f5d682, #e7a61a);
  color: #fff;
}

.page-tab-cover .page-tab-list {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #F5DF83;
}
.page-tab-cover .page-tab-list li {
  word-break: keep-all;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px;
}
.page-tab-cover .page-tab-list li.active {
  color: #c5901d;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5d682), to(#e7a61a));
  background: linear-gradient(to bottom, #f5d682, #e7a61a);
}

.no-data {
  text-align: center;
  padding: 60% 0;
}

.category-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.category-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.category-tabs li.active {
  border-bottom: 2px solid #ce2323;
  color: #ce2323;
}

.summary-half-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.summary-half-items .item-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}
.summary-half-items .item-box:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}
.summary-half-items .item-box .img {
  width: 35px;
  margin-right: 5px;
}
.summary-half-items .item-box .infos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.summary-half-items .item-box .infos span {
  display: block;
}
.summary-half-items .item-box .infos .amt {
  font-size: 1.25rem;
  font-weight: normal;
  color: #000;
}
.summary-half-items .item-box .infos .title {
  font-size: 0.75rem;
}

.range-date-picker {
  margin: 10px 0;
}
.range-date-picker.rangeDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.range-date-picker.rangeDate .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.range-date-picker.rangeDate .item:not(:first-child) {
  margin-left: 5px;
}
.range-date-picker .icon {
  pointer-events: none;
}
.range-date-picker .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.range-date-picker .item .title {
  font-size: 0.75rem;
}
.range-date-picker .item .input-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.range-date-picker .item .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 10px 5px;
}
.range-date-picker .item .input:not(:first-child) {
  margin-left: 5px;
}
.range-date-picker .item .input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.range-date-picker .item .input .icon {
  color: #535353;
}

.table {
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.table .caption {
  background: -webkit-gradient(linear, right top, left bottom, from(#fcbe12), color-stop(99%, #885303));
  background: linear-gradient(to bottom left, #fcbe12, #885303 99%);
  color: #fff;
  padding: 5px;
}
.table .caption th {
  color: #fff;
}
.table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.table th, .table td {
  text-align: center;
  padding: 10px 5px;
}
.table .note {
  font-size: 0.75rem;
  font-weight: bold;
  color: #f3b33c;
}

.table-bank tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.table-bank td {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-bank .bank-name {
  text-align: left;
}
.table-bank .bank-type {
  text-align: right;
}

.table-withdraw {
  border: 0.5px solid #ccc;
}
.table-withdraw th, .table-withdraw td {
  border: 0.5px solid #ccc;
}

.table-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.table-total .val {
  text-align: right;
}

.table-btn {
  position: relative;
  padding: 20px;
  width: 100%;
}
.table-btn .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-btn .txt span {
  font-size: 0.75rem;
  margin-left: 10px;
  letter-spacing: 1.5px;
}
.table-btn .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.table-btn .btn-box button {
  font-size: 0.75rem;
  text-decoration: underline;
}

.step-cover {
  width: 100%;
  padding: 20px;
}
.step-cover .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-cover .step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #ccc;
  color: #ccc;
  font-weight: bold;
}
.step-cover .step-list li.done {
  border-color: #c5901d;
  color: #fff;
  background: #c5901d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.step-cover .step-list li:not(:last-child) {
  position: relative;
  margin-right: 30px;
}
.step-cover .step-list li:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #ccc;
  position: absolute;
  top: 48%;
  left: 100%;
}
.step-cover .step-list li:not(:last-child).done:after {
  background: #c5901d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.maintain-cover .maintain-box {
  margin: 20px 0 40px;
}
.maintain-cover .maintain-box .maintain-top .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
}
.maintain-cover .maintain-box .maintain-list {
  margin: 5px 0;
}
.maintain-cover .maintain-box .maintain-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin: 2px 0;
  background: #f1f1f1;
}

.verify-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.txt-tag {
  color: #ff7707 !important;
  font-weight: bold !important;
}

.color-tag {
  color: #ff7707;
  padding: 0 2px;
}

.color-label {
  display: inline-block;
  margin: 0 2px;
}

.color-green {
  color: #00B95D !important;
}

.color-red {
  color: red !important;
}

.color-blue {
  color: blue !important;
}

.color-black {
  color: black !important;
}

.lightBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.lightBox:before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lightBox.open {
  display: block;
}
.lightBox.lightBox-ad .lightBox-box {
  background: none;
  border: none;
}
.lightBox .all-cover {
  min-height: 200px;
  max-height: 70vh;
  width: 90%;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lightBox .all-cover .title-box {
  background: url(../../upload/bg-lightbox.png) center right no-repeat, #c5901d;
  background-size: 125px;
  height: 85px;
  padding: 10px 20px 20px;
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightBox .all-cover .title-box .close-btn {
  margin-left: auto;
}
.lightBox .all-cover .title-box .close-btn .cross, .lightBox .all-cover .title-box .close-btn .cross:after {
  background: #fff;
}
.lightBox .all-cover .title-box .title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
}
.lightBox .all-cover .txt {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
  padding: 10px 20px;
}
.lightBox .all-cover .check-box {
  margin-top: 15px;
}
.lightBox .all-cover .check-box .all-check {
  width: 15px;
  height: 15px;
  border: 2px solid #c5901d;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
}
.lightBox .all-cover .check-box .all-check:checked:after {
  content: "";
  display: block;
  width: 80%;
  height: 120%;
  border: 3px solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -40%);
          transform: rotate(45deg) translate(-50%, -40%);
}
.lightBox .all-cover .btn-cover button, .lightBox .all-cover .btn-cover a {
  width: auto;
  max-width: none;
}
.lightBox .service-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  width: 100%;
  position: fixed;
  bottom: 10%;
  left: 0;
}
.lightBox .service-cover a {
  width: 33.3333333333%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}
.lightBox .service-cover a .icon-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #c5901d;
  overflow: hidden;
}
.lightBox .service-cover a .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.lightBox .lightBox-box {
  min-height: 200px;
  max-height: 70vh;
  width: 90%;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  border: 6px solid #c5901d;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 10px 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lightBox .lightBox-box .btn-xx {
  display: block;
  margin: 10px 0 0 auto;
}
.lightBox .lightBox-box .btn-xx .icon {
  color: #777;
}
.lightBox .lightBox-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
  padding: 0;
  text-align: center;
}
.lightBox .lightBox-box .txt-left {
  text-align: left;
}
.lightBox .lightBox-box .txt p, .lightBox .lightBox-box .txt span, .lightBox .lightBox-box .txt a {
  font-size: 1rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.6;
}
.lightBox .lightBox-box .news-box {
  width: 100%;
  text-align: left;
}
.lightBox .lightBox-box .news-box .item {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.lightBox .lightBox-box .news-box .time {
  font-size: 0.75rem;
}
.lightBox .lightBox-box .title {
  text-align: center;
  padding: 5px 0;
  font-size: 1.25rem;
}
.lightBox .lightBox-box .img {
  width: 90px;
  height: 90px;
  margin: 10px auto;
}

body.home {
  background: url(../../upload/bg-all.jpg) center center no-repeat;
}
body.home .header {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .header .logo {
  height: 100%;
  padding: 5px 0;
}
body.home .header .logo img {
  width: auto;
  max-width: none;
  height: 100%;
}
body.home .header .tools {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .header .tools .icon {
  color: #fff;
}
body.home .header .tools .msg-header {
  display: block;
  width: 20px;
  margin-left: 10px;
}
body.home .header .tools .msg-header.mailNew {
  position: relative;
}
body.home .header .tools .msg-header.mailNew:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(3px, -50%);
          transform: translate(3px, -50%);
  background: red;
}
body.home .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0;
}
body.home .main .slick-dots li.slick-active button:before {
  background: #c5901d;
}
body.home .main .marquee-cover {
  overflow-x: visible;
  padding: 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .marquee-cover .title {
  padding: 2px 5px;
}
body.home .main .marquee-cover .title .icon {
  color: #fff;
}
body.home .main .marquee-cover .marquee {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
body.home .main .marquee-cover .marquee li {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0.8em;
  float: left;
  margin-right: 30px;
}
body.home .main .wallet-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
body.home .main .wallet-item .vip-cover {
  margin-right: 10px;
}
body.home .main .wallet-item .deposit-tools a {
  background: none;
}
body.home .main .wallet-item .deposit-tools a span {
  color: #c5901d;
}
body.home .main .wallet-item .member-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .wallet-item .wallet-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .wallet-item .wallet-amount span {
  font-size: 1.25rem;
}
body.home .main .wallet-item .wallet-amount .icon {
  margin-right: 5px;
}
body.home .main .wallet-item .wallet-amount .icon::before {
  content: "$";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  color: #000;
  background: #F5DF83;
  border-radius: 50%;
  padding: 3px;
  font-weight: bold;
  font-size: 0.75rem;
}
body.home .main .wallet-item .notlogin a {
  display: block;
  color: #c5901d;
  margin-right: 15px;
}
body.home .main .wallet-item .wallet-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .wallet-item .wallet-func a {
  display: block;
  margin-left: 10px;
}
body.home .main .wallet-item .wallet-func a img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background: rgba(193, 161, 128, 0.2705882353);
  border-radius: 50%;
  padding: 5px;
}
body.home .main .wallet-item .wallet-func a span {
  text-align: center;
}
body.home .main .game-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 10px 5px 0;
}
body.home .main .game-cover .gameBtn-list-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  width: 25%;
  padding: 5px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list {
  width: 100%;
  height: 100%;
  margin: 0 5px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(77%, #cccccc));
  background: linear-gradient(to bottom, #ffffff 0%, #cccccc 77%);
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.4), 0px 0px 6px 1px rgb(146, 146, 146);
          box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.4), 0px 0px 6px 1px rgb(146, 146, 146);
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active {
  background: #c5901d;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active .img {
  display: none;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active .img-active {
  display: block;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active span {
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
  color: #fff;
  opacity: 1;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li img {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li .img {
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li .img-active {
  display: none;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: #666;
  text-align: center;
  opacity: 0.8;
}
body.home .main .game-cover .gameItem-list-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: none !important;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type1 li:first-child {
  width: 100%;
  height: 105px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type1 li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type1 li:first-child .img {
  max-width: none;
  width: auto;
  height: 100%;
  margin: 0 15% 0 auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type1 li:first-child .gameLogo-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  padding: 0 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type1 li:first-child .gameLogo-box .logo-img {
  width: 70px;
  height: 70px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type1 li:not(:first-child) {
  height: 95px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type1 li:not(:first-child):nth-child(even) {
  margin-right: 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type2 li {
  height: 178px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type2 li:nth-child(odd) {
  margin-right: 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.type2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li {
  position: relative;
  background: url(../../upload/game_box_bg_big.jpg) left bottom no-repeat;
  background-size: cover;
  margin-bottom: 5px;
  height: 150px;
  width: calc(50% - 3px);
  height: 95px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 5px #333333;
          box-shadow: 2px 2px 5px #333333;
  overflow: hidden;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li .img {
  max-width: none;
  max-height: 90%;
  height: auto;
  width: auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li.game_ps {
  position: relative;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li.game_ps::before {
  content: "遊戲維護中";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(57, 60, 75);
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li.game_ps a {
  -webkit-filter: blur(1px) opacity(0.5);
          filter: blur(1px) opacity(0.5);
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 30px;
  background: url(../../upload/conner-label.png) left bottom no-repeat;
  background-size: contain;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a .gameLogo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a .gameLogo-box .logo-img {
  width: 30px;
  height: 30px;
  margin: auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a .gameLogo-box .logo-txt {
  display: block;
  padding: 0 0 0 5px;
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(57, 60, 75);
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #e6eef6, 1px -1px 0 #e6eef6, -1px 1px 0 #e6eef6, 1px 1px 0 #e6eef6 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer {
  width: 100%;
}
footer .footer-nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5d682), to(#e7a61a));
  background: linear-gradient(to bottom, #f5d682, #e7a61a);
  width: 100%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
footer .footer-nav li:not(.center-btn) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
footer .footer-nav li:not(.center-btn).active a .icon {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  opacity: 1;
}
footer .footer-nav li:not(.center-btn).active a .t {
  color: #fff;
  opacity: 1;
}
footer .footer-nav li:not(.center-btn) .icon {
  color: #F5DF83;
  font-size: 1.25rem;
}
footer .footer-nav li:not(.center-btn) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 55px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  padding-top: 5px;
}
footer .footer-nav li:not(.center-btn) a .icon {
  width: 20px;
  opacity: 0.7;
}
footer .footer-nav li:not(.center-btn) a .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #64490c;
  padding: 2px 0 5px;
  opacity: 0.7;
}
footer .footer-nav .center-btn {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  position: relative;
}
footer .footer-nav .center-btn a {
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85px;
  height: 85px;
  background: #c5901d;
  border-radius: 50%;
  border: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-nav .center-btn a .icon {
  width: 35px;
  margin-bottom: 2px;
}
footer .footer-nav .center-btn a .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
footer .member-list-cover {
  background: rgba(29, 29, 29, 0.9019607843);
  position: fixed;
  top: -100vh;
  z-index: -1;
  width: 100%;
  max-width: 500px;
  padding: 10px 10px 60px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}
footer .member-list-cover.open {
  top: 0;
  z-index: 3;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .member-list-cover .btn-close {
  position: absolute;
  right: 20px;
  top: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .member-list-cover .member-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 5px 0;
}
footer .member-list-cover .wallet-item .member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .member-list-cover .wallet-item .member-info .id {
  font-size: larger;
  margin-left: 10px;
}
footer .member-list-cover .wallet-item .money-info {
  margin: 10px 0;
}
footer .member-list-cover .wallet-item .money-info .total-num {
  font-size: 2.125rem;
  font-weight: normal;
  color: #ff7707;
}
footer .member-list-cover .wallet-item .money-info .icon-cover {
  display: inline-block;
}
footer .member-list-cover .wallet-item .money-info .icon-cover .icon, footer .member-list-cover .wallet-item .money-info .icon-cover .t {
  margin-left: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #777;
}
footer .member-list-cover .wallet-item .deposit-tools {
  width: 100%;
}
footer .member-list-cover .social-cover .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .member-list-cover .social-cover .social-list .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}
footer .member-list-cover .social-cover .social-list .item img {
  width: 45px;
  margin: auto;
}
footer .member-list-cover .social-cover .social-list .item p {
  text-align: center;
  padding-top: 3px;
  font-size: 0.75rem;
}
footer .member-list-cover .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .member-list-cover .member-list li {
  width: calc(33.3333333333% - 2px);
  height: 78px;
  margin-bottom: 2px;
}
footer .member-list-cover .member-list li:not(:nth-child(3n+3)) {
  margin-right: 3px;
}
footer .member-list-cover .member-list li a {
  height: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #fff;
  border: 0.5px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .member-list-cover .member-list li a .icon {
  font-size: 1.5rem;
  font-weight: normal;
  color: #c5901d;
}
footer .member-list-cover .member-list li a .t {
  padding-top: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #c5901d;
}

body.login, body.forgotpassword {
  background: url(../../upload/bg-login-m.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
body.login .main, body.forgotpassword .main {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
  width: 100%;
}
body.login .login-cover, body.forgotpassword .login-cover {
  width: 90%;
  margin: auto;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(2px 6px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 6px 5px rgba(0, 0, 0, 0.2));
}
body.login .login-cover .login-tab-btn, body.forgotpassword .login-cover .login-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body.login .login-cover .login-tab-btn .title, body.forgotpassword .login-cover .login-tab-btn .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
body.login .login-cover .login-tab-btn .title:not(.active), body.forgotpassword .login-cover .login-tab-btn .title:not(.active) {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
body.login .login-cover .login-tab-btn .btn-back, body.forgotpassword .login-cover .login-tab-btn .btn-back {
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.login .login-cover .login-tab-btn .btn-back .icon, body.forgotpassword .login-cover .login-tab-btn .btn-back .icon {
  color: #222;
}
body.login .login-cover .login-tab-content, body.forgotpassword .login-cover .login-tab-content {
  padding: 10px 20px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
body.login .login-cover .login-tab-content .login-content, body.forgotpassword .login-cover .login-tab-content .login-content {
  display: none;
}
body.login .login-cover .login-tab-content .login-content.open, body.forgotpassword .login-cover .login-tab-content .login-content.open {
  display: block;
}
body.login .login-cover .login-tab-content .form-block, body.forgotpassword .login-cover .login-tab-content .form-block {
  margin-bottom: 20px;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-label, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-label {
  width: 100%;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-input, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-input {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-input input, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-input input {
  width: auto;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-code, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-code {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-code input, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-code input {
  padding: 10px 20px;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-code span, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-code span {
  cursor: pointer;
  display: block;
  padding: 10px;
  font-size: 0.875rem;
  border-radius: 100px;
}
body.login .login-cover .login-tab-content .form-block .form-item .icon, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .icon {
  opacity: 0.6;
}
body.login .login-cover .login-tab-content .btn-cover button, body.login .login-cover .login-tab-content .btn-cover a, body.forgotpassword .login-cover .login-tab-content .btn-cover button, body.forgotpassword .login-cover .login-tab-content .btn-cover a {
  border-radius: 100px;
}
body.login .login-cover .login-tab-content .href-cover, body.forgotpassword .login-cover .login-tab-content .href-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}
body.login .login-cover .login-tab-content .href-cover a, body.forgotpassword .login-cover .login-tab-content .href-cover a {
  text-align: center;
  font-size: smaller;
  padding: 5px;
}
body.login .login-cover .login-tab-content .href-cover .a01, body.forgotpassword .login-cover .login-tab-content .href-cover .a01 {
  width: 100%;
}
body.login .login-cover .login-tab-content .href-cover .a02, body.forgotpassword .login-cover .login-tab-content .href-cover .a02 {
  width: 50%;
  text-align: right;
}

body.promo .promo-list li {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.promo .promo-list li .tool-bar {
  background: #eeeeee;
  text-align: center;
  padding: 10px;
}
body.promo .promo-list li .tool-bar .time {
  font-size: 0.875rem;
  font-weight: bormal;
  color: #c5901d;
  margin: 0 10px;
}
body.promo .promo-txt {
  padding: 20px 0;
  line-height: 1.6;
}
body.promo .promo-txt .txt-title {
  font-size: 1rem;
  font-weight: bold;
  color: #c5901d;
}

body.mywallet .main .mywallet-cover .currency {
  text-align: center;
}
body.mywallet .main .mywallet-cover .currency span {
  display: block;
}
body.mywallet .main .mywallet-cover .currency .total-num {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e41b3a;
}
body.mywallet .main .mywallet-cover .mywallet-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
  width: auto;
}
body.mywallet .main .mywallet-cover .mywallet-btn .icon-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 5px;
}
body.mywallet .main .mywallet-cover .mywallet-btn .icon-cover:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body.mywallet .main .mywallet-cover .mywallet-btn i {
  font-size: 1.125rem;
}
body.mywallet .main .mywallet-cover .mywallet-btn .t {
  font-size: 0.875rem;
  margin-left: 5px;
}
body.mywallet .main .mywallet-cover .mywallet-btn .btn-refresh {
  background: -webkit-gradient(linear, right top, left bottom, from(#fcbe12), color-stop(99%, #885303));
  background: linear-gradient(to bottom left, #fcbe12, #885303 99%);
}
body.mywallet .main .mywallet-cover .mywallet-btn .btn-refresh i, body.mywallet .main .mywallet-cover .mywallet-btn .btn-refresh .t {
  color: #fff;
}
body.mywallet .main .mywallet-cover .mywallet-btn .btn-one {
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#747474));
  background: linear-gradient(to bottom, #e1e1e1 0%, #747474 100%);
}
body.mywallet .main .mywallet-cover .mywallet-btn .btn-one i, body.mywallet .main .mywallet-cover .mywallet-btn .btn-one .t {
  color: #333;
}
body.mywallet .main .mywallet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
body.mywallet .main .mywallet-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 10px);
  min-height: 80px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  padding: 10px;
}
body.mywallet .main .mywallet-list li span {
  display: block;
}
body.mywallet .main .mywallet-list li .name {
  font-size: 1rem;
  font-weight: normal;
  color: #535353;
}
body.mywallet .main .mywallet-list li .value {
  font-size: 1rem;
  font-weight: bold;
  color: #f3b33c;
}

body.vip .membership-cover {
  padding: 10px;
}
body.vip .membership-cover .level-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body.vip .membership-cover .level-top .title-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.vip .membership-cover .level-top .title-cover .level-icon {
  width: 110px;
}
body.vip .membership-cover .level-top .title-cover .level-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}
body.vip .membership-cover .level-top .title-cover .level-txt span {
  font-size: 0.875rem;
}
body.vip .membership-cover .level-top .title-cover .level-txt .txt-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
body.vip .membership-cover .level-top .title-cover .level-txt .txt-main > span {
  display: block;
  width: 100%;
}
body.vip .membership-cover .level-top .title-cover .level-txt .level-tag {
  display: inline-block;
  margin: 0 3px;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-style: italic;
  border-radius: 3px;
  padding: 0 8px;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip0 {
  background: #999;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip1 {
  background: #e77000;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip2 {
  background: #f1a212;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip3 {
  background: #001ca4;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip4 {
  background: #118b22;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip5 {
  background: #3c3c3c;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip6 {
  background: #e41b3a;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-count {
  color: red;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-level {
  color: #c5901d;
  font-style: italic;
}
body.vip .membership-cover .level-top .title-cover .level-txt .label-note {
  padding: 10px 0 0;
  font-size: 0.75rem;
}
body.vip .membership-cover .level-top .title-cover .level-txt .label-check {
  padding: 1px 5px;
  font-size: 0.75rem;
  color: #9d9b9b;
}
body.vip .membership-cover .level-top .title-cover .level-txt .label-check::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 3px 0 0;
  border: 5px solid #00B95D;
  border-radius: 50%;
}
body.vip .membership-cover .level-top .title-cover .level-txt .label-check .label-checkTag {
  color: red;
}
body.vip .membership-cover .level-top .btn-cover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.vip .membership-cover .rights-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  width: 100%;
}
body.vip .membership-cover .rights-cover .rights-box {
  padding: 0 2px 20px;
  text-align: center;
}
body.vip .membership-cover .rights-cover .number {
  font-size: 1.0625rem;
  font-weight: bold;
}
body.vip .membership-cover .rights-cover .txt span {
  display: block;
}
body.vip .membership-cover .rights-cover .txt .t {
  font-size: 0.875rem;
}
body.vip .membership-cover .rights-cover .txt .note {
  font-size: 0.875rem;
  opacity: 0.7;
  line-height: 1.2;
}
body.vip .level-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin: 40px 0 20px;
}
body.vip .level-step::before, body.vip .level-step::after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 1;
  border-radius: 5px;
}
body.vip .level-step::before {
  width: 100%;
  background: #ccc;
  border-radius: 5px;
}
body.vip .level-step::after {
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f3b33c), to(#c5901d));
  background: linear-gradient(to right, #f3b33c, #c5901d);
}
body.vip .level-step.level-0::after {
  width: 14.2857142857%;
}
body.vip .level-step.level-0 li:nth-child(1) span {
  color: #c5901d;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-1::after {
  width: 28.5714285714%;
}
body.vip .level-step.level-1 li:nth-child(2) span {
  color: #c5901d;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-2::after {
  width: 42.8571428571%;
}
body.vip .level-step.level-2 li:nth-child(3) span {
  color: #c5901d;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-3::after {
  width: 57.1428571429%;
}
body.vip .level-step.level-3 li:nth-child(4) span {
  color: #c5901d;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-4::after {
  width: 71.4285714286%;
}
body.vip .level-step.level-4 li:nth-child(5) span {
  color: #c5901d;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-5::after {
  width: 85.7142857143%;
}
body.vip .level-step.level-5 li:nth-child(6) span {
  color: #c5901d;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-6::after {
  width: 100%;
}
body.vip .level-step.level-6 li:nth-child(7) span {
  color: #c5901d;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.vip .level-step li span {
  opacity: 0.6;
  text-align: center;
  font-size: 0.75rem;
}
body.vip .level-rights {
  background: #f1f1f1;
  border-radius: 5px;
}
body.vip .level-rights .rights-cover .rights-box {
  width: 50%;
}
body.vip .level-rights .rights-cover .img-box {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(10%, #B68111), color-stop(99%, #F5DF83));
  background: linear-gradient(to bottom left, #B68111 10%, #F5DF83 99%);
  padding: 15px;
  margin: auto;
}
body.vip .level-next .rights-cover .rights-box {
  position: relative;
  width: 33.3333333333%;
}
body.vip .level-next .rights-cover .rights-box:not(:nth-child(3n+3))::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #f1f1f1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.vip .level-next .rights-cover .number {
  color: #ff7707;
}
body.vip .table-cover {
  width: 100%;
  overflow: auto;
}
body.vip .table-cover .table tr th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f5df83), to(#daa431));
  background: linear-gradient(to bottom, #f5df83 30%, #daa431);
}
body.vip .table-cover .table tr th, body.vip .table-cover .table tr td {
  border: 1px solid #ccc;
}
body.vip .level-cover {
  position: relative;
  z-index: 0;
}
body.vip .level-cover::after {
  content: url(../../upload/icon/table-arrow-right.svg);
  display: block;
  width: 40px;
  height: 100px;
  position: absolute;
  top: 45%;
  left: 65vw;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: arw 2s infinite alternate;
          animation: arw 2s infinite alternate;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
body.vip .level-table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #f1f1f1;
}
body.vip .level-table tr {
  height: 70px;
}
body.vip .level-table .level-img th, body.vip .level-table .level-img td {
  border: none;
}
body.vip .level-table .level-img img {
  width: 120px;
  height: 150px;
  margin: auto;
}
body.vip .level-table .level-name {
  background: -webkit-gradient(linear, right top, left bottom, from(#fcbe12), color-stop(99%, #885303));
  background: linear-gradient(to bottom left, #fcbe12, #885303 99%);
  height: 40px;
}
body.vip .level-table .level-name th {
  background: -webkit-gradient(linear, right top, left bottom, from(#fcbe12), color-stop(99%, #885303));
  background: linear-gradient(to bottom left, #fcbe12, #885303 99%);
}
body.vip .level-table .level-name p {
  color: #fff;
}
body.vip .level-table th, body.vip .level-table td {
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
body.vip .level-table th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #dddddd;
  font-weight: normal;
  text-align: left;
  width: 80px;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
body.vip .level-table th .note {
  font-size: 0.75rem;
}
body.vip .level-table td {
  text-align: center;
  width: 50px;
}
body.vip .level-note {
  padding: 5px 0 20px;
}
body.vip .name-cover {
  background: none;
}
body.vip .name-cover .form_content:not(:last-child) {
  margin-bottom: 20px;
}

@-webkit-keyframes arw {
  0% {
    left: 65vw;
  }
  100% {
    left: 60vw;
  }
}

@keyframes arw {
  0% {
    left: 65vw;
  }
  100% {
    left: 60vw;
  }
}
body.gameDetail .main .providers-cover {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
body.gameDetail .main .game-cover .game-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
body.gameDetail .main .game-cover .game-list .item {
  width: calc(33.3333333333% - 5px);
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}
body.gameDetail .main .game-cover .game-list .item:not(:nth-child(3n+3)) {
  margin-right: 5px;
}
body.gameDetail .main .game-cover .game-list .item .img-cover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#ccc));
  background: linear-gradient(0deg, #ddd, #ccc);
  padding: 5px;
  border-radius: 5px;
}
body.gameDetail .main .game-cover .game-list .item .img-cover .img {
  background: #fff;
}
body.gameDetail .main .game-cover .game-list .item .name {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 0.875rem;
  font-weight: normal;
  color: #222;
}
body.gameDetail .main .game-cover .game-list .item .btn-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotateX(-105deg);
          transform: rotateX(-105deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.gameDetail .main .game-cover .game-list .item .btn-box .btn-play {
  padding: 10px 30px;
  border-radius: 30px;
  background: #ff7707;
  font-size: 0.875rem;
  font-weight: normal;
  color: #c5901d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0 0 30px #000);
          filter: drop-shadow(0 0 30px #000);
}

body.gameSlot {
  background: url(../../upload/game/slot_bg.jpg) center right no-repeat;
}

body.gameFish {
  background: url(../../upload/game/fish_bg.jpg) center right no-repeat;
}

body.customer .switch-btn {
  margin-bottom: -70px;
}
body.customer .service-list .item {
  margin: 5px 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body.customer .service-list .item::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #c5901d #c5901d transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: auto;
}
body.customer .service-list .item .icon {
  padding: 0 10px 0 0;
}
body.customer .service-list .item .icon img {
  width: 40px;
  margin: auto;
  border-radius: 50%;
  background: #c5901d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.customer .service-list .item .txt p {
  font-size: 0.75rem;
  font-weight: normal;
  color: #777;
}
body.customer .service-list .item .txt .title {
  font-weight: bold;
  font-size: 1rem;
}