@charset "UTF-8";
@import "../../../assets/js/vendor/slick/slick.css";
@import "../../../assets/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: #666;
  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: #999;
}

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

/* placeholder 點一下後快速消失 */
input:focus, textarea:focus {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

@-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: #000;
}

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: linear-gradient(135deg, #f1f1f1, #f1f1f1 20%, #ebebeb 0, #ebebeb 30%, #f1f1f1 0, #f1f1f1 32%, #ebebeb 0, #ebebeb 33%, #f1f1f1 0, #f1f1f1 60%, #ebebeb 0, #ebebeb 75%, #e5e4e4 0);
  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: #f34d0e;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ce1f45;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
}
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: #c73708;
  background: #f34d0e;
  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: none;
          box-shadow: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
body .online-cover .title-box .icon {
  color: #fff;
  font-size: 0.75rem;
}
body .online-cover .title-box .title {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}
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: #f34d0e;
  border: 1px solid #c73708;
  border-radius: 4px;
  text-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  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 #c73708;
  border-radius: 4px;
}
body .vip-cover {
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  background: #d50715;
  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;
  color: #fff !important;
}
body.accountPage {
  background-color: #fff;
}
body.accountPage .license-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  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;
}
body.accountPage .license-list .item {
  width: 100px;
  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.accountPage .license-list .item img {
  display: block;
  margin: 10px 0;
  width: 80px;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
body.accountPage .license-list .item .t {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
  text-align: center;
}
body .app-cover {
  padding: 3px 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;
  background: -webkit-gradient(linear, left top, left bottom, from(#c73708), to(#f46f43));
  background: linear-gradient(180deg, #c73708, #f46f43);
}
body .app-cover .close-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 .app-cover .close-btn .cross, body .app-cover .close-btn .cross:after {
  background: #fff;
  width: 30px;
}
body .app-cover .close-btn .cross {
  width: 20px;
  height: 2px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #2b2261;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .app-cover .close-btn .cross:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #2b2261;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .app-cover .txt-ad {
  padding: 0 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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 .app-cover .txt-ad .logo-app {
  width: 40px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
body .app-cover .txt-ad .txt-box {
  width: auto;
  margin: 0 7px;
}
body .app-cover .txt-ad .txt-box span {
  display: block;
  padding: 1px 0;
  color: #2b2261;
}
body .app-cover .txt-ad .txt-box .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000;
}
body .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
}
body .content-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
body .tab-content-cover .tab-content-box {
  display: none;
}
body .tab-content-cover .tab-content-box.open {
  display: block;
}
body .top.page-header {
  padding: 20px 20px 10px;
  position: relative;
}
body .top.page-header .title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #c73708;
  pointer-events: none;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .top.page-header .btn-box .icon {
  color: #c73708;
}
body .top.account-header {
  padding: 0;
}
body .top.account-header .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #c73708;
  padding: 10px 20px;
}
body .top.account-header .btn-box {
  padding: 20px;
  background: #fff;
}
body .top.account-header .btn-box .icon {
  color: #212121;
}
body .top.close-header, body .top.back-header {
  padding: 20px 20px 10px;
  position: relative;
}
body .top.close-header .title, body .top.back-header .title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #c73708;
  pointer-events: none;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
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;
}
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;
  margin-right: 5px;
  color: #c73708;
}
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 #f34d0e);
          filter: drop-shadow(0 2px 10px #f34d0e);
}
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: #f34d0e;
  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: #f46f43;
}
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;
}

.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: -webkit-gradient(linear, left top, left bottom, from(#f46f43), to(#e2400a));
  background: linear-gradient(180deg, #f46f43, #e2400a);
  color: #fff;
}
.btn-border2 {
  border: 1px solid #f34d0e;
  color: #f34d0e;
}
.btn-un {
  background: -webkit-gradient(linear, left top, right top, from(#ffa71a), color-stop(#f7cb07), to(#ffa71a));
  background: linear-gradient(90deg, #ffa71a, #f7cb07, #ffa71a);
  color: #f34d0e;
}
.btn-copy {
  background: #ce1f45;
  border-radius: 3px;
  padding: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}
.btn-border {
  border: 1px solid #ce1f45;
  color: #ce1f45;
}
.btn-lock {
  opacity: 0.6;
  pointer-events: none;
}
.btn-apply {
  padding: 5px 10px;
  border-radius: 5px;
  display: inline;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#f46f43), color-stop(#f34d0e), to(#c73708));
  background: linear-gradient(to bottom, #f46f43, #f34d0e, #c73708);
  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: #f34d0e;
}
.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;
}

.form-item {
  margin: 10px 0;
}
.form-item .input-tools {
  width: 100%;
  color: #ce1f45;
  border-radius: 3px;
  border: 1px solid #ce1f45;
  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: #ce1f45;
  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 .qr {
  width: 200px;
  margin: 10px auto;
}
.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: #ffa71a;
}
.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: #c73708;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 10px;
}
.form-item .form-input input {
  width: 100%;
  color: #f34d0e;
}
.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: #f34d0e;
}

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

.tips .checkbox {
  width: 15px;
  height: 15px;
  background-color: #ce1f45;
  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;
  color: #fff;
}

.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: #f34d0e;
}

.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, #f34d0e, #f34d0e 45%, #352a78 0, #f34d0e);
  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, #c73708, #c73708 45%, #f46f43 0, #f46f43);
}
.deposit-top .btn-tu {
  background: linear-gradient(135deg, #feb737, #feb737 45%, #ffa109 0, #ffa109);
}

.deposit-tools {
  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;
  margin-top: 10px;
}
.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, left top, left bottom, from(#f46f43), to(#fe1b62));
  background: linear-gradient(180deg, #f46f43, #fe1b62);
  border-radius: 20px;
  padding: 7px 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;
  margin-bottom: 10px;
}
.transaction-list .bank-card-item {
  border: 1px dashed #ce1f45;
  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 #ce1f45;
  border-radius: 50%;
  color: #ce1f45;
  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: #ce1f45;
}

.inbox-list .item {
  border-bottom: 1px solid #c73708;
  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: #d50715;
}
.inbox-list .item .tag {
  background: #c73708;
  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: #ce1f45;
}
.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 #ce1f45;
  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: #ce1f45;
}
.country-select .drop-down-list li.checked {
  color: #f46f43;
}

.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: #666;
}
.drop-down-cover .drop-select::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid #666;
  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 #ccc;
  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: #f34d0e;
}
.drop-down-cover .drop-down-list a, .drop-down-cover .drop-down-list .a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #666;
  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 #ce1f45;
  color: #ce1f45;
  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(#f46f43), to(#fe1b62));
  background: linear-gradient(180deg, #f46f43, #fe1b62);
  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 #ce1f45;
}
.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: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f46f43), to(#fe1b62));
  background: linear-gradient(180deg, #f46f43, #fe1b62);
}

.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%;
  background-color: #ededed;
  overflow: hidden;
}
.table .caption {
  background: #f34d0e;
  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: #f34d0e;
}

.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: #f34d0e;
  color: #fff;
  background: #f34d0e;
  -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: #f34d0e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.maintain-box .maintain-list {
  margin-bottom: 50px;
}
.maintain-box .maintain-list .maintain-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;
  border-bottom: 1px solid #f34d0e;
  padding: 5px 0;
  margin-top: 10px;
}

.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: #f46f43 !important;
  font-weight: bold !important;
}

.color-tag {
  color: #ff9800;
  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;
}
.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, #f34d0e;
  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 #f34d0e;
  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: #f34d0e;
  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;
  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: #666;
  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 .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 .msg-header {
  display: block;
  width: 20px;
  margin-left: 10px;
  color: #ce1f45;
}
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 button:before {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
}
body.home .main .slick-dots li.slick-active button:before {
  color: #f34d0e;
  background: #f34d0e;
}
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: #ce1f45;
}
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: #ce1f45;
  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 span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #ce1f45;
}
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;
  color: #c73708;
}
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: #fff;
  background: #c73708;
  border-radius: 50%;
  padding: 3px;
  font-weight: bold;
  font-size: 0.75rem;
}
body.home .main .wallet-item .notlogin {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home .main .wallet-item .notlogin a {
  display: block;
  color: #ce1f45;
}
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;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list {
  width: 65px;
  height: 100%;
  margin: 0 5px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li {
  width: 65px;
  height: 60px;
  border-radius: 15px;
  background: #d3d3d3;
  border: 1px solid #f34d0e;
  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-bottom: 10px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f46f43), color-stop(#f34d0e), to(#c73708));
  background: linear-gradient(to bottom, #f46f43, #f34d0e, #c73708);
  border-color: #f34d0e;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.4);
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
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;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li img {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #c73708;
  text-align: center;
}
body.home .main .game-cover .gameItem-list-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
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 li {
  position: relative;
  background: url(../../../upload/game_box_bg_big.png) center center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5px;
  height: 150px;
}
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.375rem;
  font-weight: bold;
  color: #ce1f45;
}
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 {
  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%;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a .gameLogo-box {
  position: absolute;
  top: 0;
  left: 0;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a .gameLogo-box .logo-img {
  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: normal;
  color: #c73708;
  text-transform: uppercase;
  text-align: center;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:first-child {
  width: 100%;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:first-child .img {
  max-width: none;
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:first-child .gameLogo-box {
  padding: 0 10px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:first-child .gameLogo-box .logo-img {
  width: 90px;
  height: 90px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:not(:first-child) {
  width: calc(50% - 3px);
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:not(:first-child):nth-child(even) {
  margin-right: 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:not(:first-child) .img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:not(:first-child) .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: 0 5px;
  width: 100%;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:not(:first-child) .gameLogo-box .logo-img {
  width: 50px;
  height: 50px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:not(:first-child) .gameLogo-box .logo-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.game .top .title, body.game .top .btn-box .icon {
  color: #d50715;
}
body.game .sub-menu {
  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: 1px solid #c73708;
  border-radius: 4px;
  overflow-x: auto;
}
body.game .sub-menu li {
  white-space: nowrap;
  padding: 5px 10px;
  color: #c73708;
  min-width: 33.3333333333%;
  text-align: center;
}
body.game .sub-menu li:not(:last-child) {
  border-right: 1px solid #c73708;
}
body.game .sub-menu li.active {
  background: #c73708;
  color: #fff;
}
body.game .game-providers {
  background: #999;
  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;
  overflow-x: auto;
  margin: 10px 0;
}
body.game .game-providers 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;
  white-space: nowrap;
  padding: 5px 20px;
}
body.game .game-providers li.active {
  background: #d50715;
}
body.game .game-providers li .gamelogo {
  width: 30px;
  max-height: 30px;
}
body.game .game-providers li .name {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.75rem;
  margin-left: 5px;
  text-transform: uppercase;
}
body.game .search-bar-box {
  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;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
body.game .search-bar-box input {
  background: #fff;
  padding: 7px 15px;
  width: 100%;
}
body.game .search-bar-box .btn-search {
  background: #c73708;
  padding: 7px 15px;
}
body.game .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.game .game-cover .game-list .item {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 20px;
}
body.game .game-cover .game-list .item:not(:nth-child(3n+3)) {
  margin-right: 15px;
}
body.game .game-cover .game-list .item .img {
  width: 100px;
  height: 100px;
}
body.game .game-cover .game-list .item .name {
  display: block;
  color: #ce1f45;
  text-align: center;
  padding: 2px 0 5px;
}

footer {
  width: 100%;
}
footer .footer-nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%, #fff), color-stop(90%, #e9e9e9), color-stop(99%, #ccc));
  background: linear-gradient(to bottom, #fff, #fff 70%, #e9e9e9 90%, #ccc 99%);
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
footer .footer-nav li.active a .icon {
  -webkit-filter: none;
          filter: none;
}
footer .footer-nav li.active a p {
  color: #f46f43;
}
footer .footer-nav li .icon {
  color: #d50715;
  font-size: 1.25rem;
  -webkit-filter: brightness(0) opacity(0.3);
          filter: brightness(0) opacity(0.3);
}
footer .footer-nav li 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 a .icon {
  width: 20px;
}
footer .footer-nav li a .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #c4c4c4;
  padding: 2px 0 5px;
}

body.promotions .top .title {
  color: #c73708;
}
body.promotions .drop-down-cover {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
body.promotions .content-cover {
  padding: 0;
}
body.promotions .promotions-list {
  padding: 10px 20px;
}
body.promotions .promotions-list li {
  padding: 5px 0;
  margin-bottom: 5px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  position: relative;
}
body.promotions .promotions-list .tool-bar {
  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;
  background: #f34d0e;
  width: 90%;
  padding: 5px 15px;
  margin: auto;
  border-radius: 20px 20px 0 0;
}
body.promotions .promotions-list .tool-bar span {
  font-size: 0.75rem;
  display: block;
}
body.promotions .promotions-list .tool-bar .time {
  color: #fff;
}
body.promotions .promotions-list .tool-bar .btn-href {
  background: #fff;
  padding: 2px 5px;
  border-radius: 20px;
  color: #f34d0e;
}
body.promotions .promotions-list .item {
  display: block;
  border: 1px solid #f34d0e;
  border-radius: 20px;
  overflow: hidden;
}

body.promotionsShow .show-top .title {
  color: #d50715;
}
body.promotionsShow .show-top .time, body.promotionsShow .show-top .time span {
  color: #999;
}

body.account {
  position: relative;
  z-index: 1;
}
body.account::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f46f43), to(#f34d0e));
  background-image: linear-gradient(180deg, #f46f43, #f34d0e);
  border-bottom-left-radius: 110px 45px;
  border-bottom-right-radius: 110px 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.account::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ededed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
body.account .top {
  padding: 20px 20px 0;
}
body.account .top .btn-box span {
  color: #fff;
}
body.account .top .btn-box .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.account .top .btn-box .vip-cover {
  margin: 0 5px;
}
body.account .social-cover {
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  -webkit-filter: drop-shadow(0 2px 10px #f34d0e);
          filter: drop-shadow(0 2px 10px #f34d0e);
  margin-top: 20px;
}
body.account .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;
}
body.account .social-list .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}
body.account .social-list .item img {
  width: 45px;
  margin: auto;
}
body.account .social-list .item p {
  text-align: center;
  padding-top: 3px;
  font-size: 0.75rem;
}
body.account .account-list {
  padding-top: 20px;
  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;
}
body.account .account-list li {
  width: calc(33.3333333333% - 5px);
  background: #fff;
  border-radius: 20px;
  margin-bottom: 5px;
}
body.account .account-list li:not(:nth-child(3n+3)) {
  margin-right: 5px;
}
body.account .account-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
body.account .account-list li a .icon {
  font-size: 1.625rem;
  font-weight: normal;
  color: #c73708;
  text-align: center;
}
body.account .account-list li a span {
  display: block;
  color: #c73708;
  padding-top: 10px;
  font-size: 0.875rem;
}

body.login, body.forgotPassword {
  background: url(../../../upload/bg_login.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.login .main-box, body.forgotPassword .main-box {
  width: 90%;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
}
body.login .main-box .login-tab, body.forgotPassword .main-box .login-tab {
  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 .main-box .login-tab .title, body.forgotPassword .main-box .login-tab .title {
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
  text-align: center;
}
body.login .main-box .login-tab .title:not(.active), body.forgotPassword .main-box .login-tab .title:not(.active) {
  background: rgba(92, 28, 9, 0.5);
}
body.login .main-box .login-tab .btn-back, body.forgotPassword .main-box .login-tab .btn-back {
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.login .main-box .content-cover, body.forgotPassword .main-box .content-cover {
  padding: 10px 20px;
}
body.login .main-box .content-cover .login-content, body.forgotPassword .main-box .content-cover .login-content {
  display: none;
}
body.login .main-box .content-cover .login-content.open, body.forgotPassword .main-box .content-cover .login-content.open {
  display: block;
}
body.login .main-box .content-cover .form-block, body.forgotPassword .main-box .content-cover .form-block {
  margin-bottom: 20px;
}
body.login .main-box .content-cover .form-block .form-item .form-label label, body.forgotPassword .main-box .content-cover .form-block .form-item .form-label label {
  color: #fff;
}
body.login .main-box .content-cover .form-block .form-item .form-input, body.forgotPassword .main-box .content-cover .form-block .form-item .form-input {
  background: rgba(92, 28, 9, 0.5);
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
}
body.login .main-box .content-cover .form-block .form-item .form-input input, body.forgotPassword .main-box .content-cover .form-block .form-item .form-input input {
  width: auto;
  color: #fff;
}
body.login .main-box .content-cover .form-block .form-item .form-code, body.forgotPassword .main-box .content-cover .form-block .form-item .form-code {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}
body.login .main-box .content-cover .form-block .form-item .form-code input, body.forgotPassword .main-box .content-cover .form-block .form-item .form-code input {
  padding: 10px 20px;
}
body.login .main-box .content-cover .form-block .form-item .form-code span, body.forgotPassword .main-box .content-cover .form-block .form-item .form-code span {
  cursor: pointer;
  display: block;
  padding: 10px;
  font-size: 0.875rem;
  border-radius: 100px;
}
body.login .main-box .content-cover .form-block .form-item .icon, body.forgotPassword .main-box .content-cover .form-block .form-item .icon {
  opacity: 0.6;
}
body.login .main-box .content-cover .btn-cover button, body.login .main-box .content-cover .btn-cover a, body.forgotPassword .main-box .content-cover .btn-cover button, body.forgotPassword .main-box .content-cover .btn-cover a {
  border-radius: 100px;
}
body.login .main-box .content-cover .href-cover, body.forgotPassword .main-box .content-cover .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 .main-box .content-cover .href-cover a, body.forgotPassword .main-box .content-cover .href-cover a {
  text-align: center;
  font-size: smaller;
  padding: 5px;
}
body.login .main-box .content-cover .href-cover .a01, body.forgotPassword .main-box .content-cover .href-cover .a01 {
  width: 100%;
}
body.login .main-box .content-cover .href-cover .a02, body.forgotPassword .main-box .content-cover .href-cover .a02 {
  width: 50%;
  text-align: right;
}

body.deposit .content-cover {
  background: #ededed;
}
body.deposit .deposit-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.deposit .deposit-list .item {
  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;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 50px;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: calc(50% - 5px);
}
body.deposit .deposit-list .item:nth-child(odd) {
  margin-right: 10px;
}
body.deposit .deposit-list .item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f46f43), to(#e2400a));
  background: linear-gradient(180deg, #f46f43, #e2400a);
}
body.deposit .deposit-list .item.active .name {
  color: #fff;
}
body.deposit .deposit-list .item .icon-box {
  width: 30px;
  margin: 0 5px;
}
body.deposit .deposit-list .item .name {
  margin-left: 10px;
  color: #f34d0e;
}
body.deposit .deposit-options .options {
  display: none;
}
body.deposit .deposit-options .options.open {
  display: block;
}

body.mission .content-cover {
  background-color: #ffa71a;
}
body.mission .content-cover .mission-period {
  color: #ce2323;
  padding: 10px 0;
}
body.mission .content-cover .mission-list .mission-item {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 #ccc;
          box-shadow: 0 2px 4px 0 #ccc;
  margin-bottom: 10px;
  padding: 15px;
}
body.mission .content-cover .mission-list .mission-item .mission-title {
  color: #777;
  font-weight: bold;
}
body.mission .content-cover .mission-list .mission-item .mission-progress {
  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-bottom: 20px;
}
body.mission .content-cover .mission-list .mission-item .mission-progress .threshold-text {
  font-size: 0.875rem;
}
body.mission .content-cover .mission-list .mission-item .mission-progress .progress-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;
}
body.mission .content-cover .mission-list .mission-item .mission-progress .progress-box .progress-text {
  font-size: 0.75rem;
}
body.mission .content-cover .mission-list .mission-item .mission-progress .progress-box .progress-bar {
  border: 1px solid #ffba00;
  border-radius: 20px;
  height: 10px;
  margin-left: 5px;
  overflow: hidden;
  width: 60px;
}
body.mission .content-cover .mission-list .mission-item .reward-row {
  color: #ce2323;
  font-size: 0.75rem;
}

body.records .time-span {
  background-color: #ffa71a;
  padding: 5px 10px;
  margin: 10px 0;
  font-size: 0.875rem;
}
body.records .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;
}
body.records .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;
}
body.records .summary-half-items .item-box:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}
body.records .summary-half-items .item-box .img {
  width: 35px;
  margin-right: 5px;
}
body.records .summary-half-items .item-box .infos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.records .summary-half-items .item-box .infos span {
  display: block;
}
body.records .summary-half-items .item-box .infos .amt {
  font-size: 1.25rem;
  font-weight: normal;
  color: #000;
}
body.records .summary-half-items .item-box .infos .title {
  font-size: 0.75rem;
}
body.records .finan-history-list {
  background-color: #ffa71a;
  padding: 10px;
}
body.records .finan-history-list.no-data {
  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: 60% 0;
}
body.records .finan-history-list .transaction-block {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px #ccc;
          box-shadow: 0 2px 4px #ccc;
  margin-bottom: 12px;
  min-height: 90px;
}
body.records .finan-history-list .transaction-block .cover {
  padding: 10px;
}
body.records .finan-history-list .transaction-block .description {
  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.records .finan-history-list .transaction-block .description .time {
  font-size: 0.75rem;
}
body.records .finan-history-list .transaction-block .description .status {
  font-size: 0.75rem;
  border: 1px solid transparent;
  border-radius: 100px;
  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: 25px;
  min-width: 48px;
  padding: 0 5px;
}
body.records .finan-history-list .transaction-block .description .status.failed {
  border-color: #e94951;
  color: #e94951;
}
body.records .finan-history-list .transaction-block .description .amount {
  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.records .finan-history-list .transaction-block .order-number {
  padding: 10px;
  background: #535353;
  text-align: center;
}
body.records .finan-history-list .transaction-block .order-number span {
  font-size: 0.75rem;
  color: #aaa;
}

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: #f46f43;
}
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: #f34d0e;
  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(#ffa71a), to(#f34d0e));
  background: linear-gradient(to right, #ffa71a, #f34d0e);
}
body.vip .level-step.level-0::after {
  width: 20%;
}
body.vip .level-step.level-0 li:nth-child(1) span {
  color: #f34d0e;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-1::after {
  width: 40%;
}
body.vip .level-step.level-1 li:nth-child(2) span {
  color: #f34d0e;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-2::after {
  width: 60%;
}
body.vip .level-step.level-2 li:nth-child(3) span {
  color: #f34d0e;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-3::after {
  width: 80%;
}
body.vip .level-step.level-3 li:nth-child(4) span {
  color: #f34d0e;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-4::after {
  width: 100%;
}
body.vip .level-step.level-4 li:nth-child(5) span {
  color: #f34d0e;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-5::after {
  width: 120%;
}
body.vip .level-step.level-5 li:nth-child(6) span {
  color: #f34d0e;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-6::after {
  width: 140%;
}
body.vip .level-step.level-6 li:nth-child(7) span {
  color: #f34d0e;
  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: rgba(249, 238, 235, 0.72);
  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, left top, left bottom, from(#ffa71a), to(#f34d0e));
  background: linear-gradient(to bottom, #ffa71a, #f34d0e);
  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: #f46f43;
}
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, left top, left bottom, from(#f46f43), to(#e2400a));
  background: linear-gradient(180deg, #f46f43, #e2400a);
  height: 40px;
}
body.vip .level-table .level-name th {
  background: -webkit-gradient(linear, left top, left bottom, from(#f46f43), to(#e2400a));
  background: linear-gradient(180deg, #f46f43, #e2400a);
}
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: #ddd9d9;
  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;
  }
}