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

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

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

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

input:focus:placeholder {
  color: transparent;
}

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

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

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

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

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-color: #0a2c42;
  background-color: #004978;
  max-width: 500px;
  margin: 0 auto;
}
body .vip-cover {
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  background: #e7b810;
  padding: 2px 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body .vip-cover span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}
body.accountPage {
  background-color: #fff;
}
body.mywallet .content-cover {
  padding: 0;
}
body.mywallet .deposit-tools {
  background: linear-gradient(135deg, #e7b810, #e7b810 45%, #062136 0, #033a5e);
  margin: 0 20px;
}
body.mywallet .wallet-cover {
  padding: 20px;
}
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(#f3dc38), to(#f5e41b));
  background: linear-gradient(180deg, #f3dc38, #f5e41b);
}
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: #042960;
  pointer-events: none;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .top.page-header .btn-box .icon {
  color: #042960;
}
body .top.account-header {
  padding: 0;
}
body .top.account-header .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #042960;
  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: #042960;
  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;
}
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 {
  padding: 20px 0 10px;
}
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: #e7b810;
  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: #f5e41b;
}
body .wallet-cover .money .icon-cover .icon {
  margin-left: 5px;
}
body .wallet-cover .money .icon-cover .t {
  margin-left: 5px;
}
body .wallet-cover .currency, body .wallet-cover .money span, body .wallet-cover .icon {
  font-size: 0.875rem;
  font-weight: normal;
  color: #535353;
}

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

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

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

.page-note {
  padding: 5px;
  background: #f5f5ef;
}
.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: #e7b810;
  color: #042960 !important;
}
.btn-border2 {
  border: 1px solid #e7b810;
  color: #e7b810;
}
.btn-un {
  background: #062136;
  color: #fff;
}
.btn-copy {
  background: #062136;
  border-radius: 3px;
  padding: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}
.btn-border {
  border: 1px solid #062136;
  color: #062136;
}
.btn-lock {
  opacity: 0.6;
  pointer-events: none;
}
.btn-apply {
  padding: 5px 10px;
  border-radius: 5px;
  display: inline;
  margin: auto;
  background: #e7b810;
  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: #000;
}

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

.form-item {
  margin: 10px 0;
}
.form-item .input-tools {
  width: 100%;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}
.form-item .input-tools .quick-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0;
}
.form-item .input-tools .quick-input li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e7b810;
  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: #042960;
}
.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: #dd9c4b;
}
.form-item .form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 10px;
}
.form-item .form-input input {
  width: 100%;
}
.form-item .form-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  max-height: 42px;
}
.form-item .code {
  width: 60px;
}

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

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

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

.tips .checkbox {
  width: 15px;
  height: 15px;
  background-color: #535353;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.tips .checkbox:checked {
  background-color: #8fc31f;
}
.tips .checkbox.icon {
  font-size: 0.75rem;
  padding: 2px;
}
.tips .t {
  font-size: 0.75rem;
  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 {
  background-color: #f5f5ef;
}
.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;
  border-bottom: 1px solid #ccc;
  margin: 0 6px;
  padding: 10px;
}
.list-details li span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: #042960;
}

.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, #e7b810, #e7b810 45%, #062136 0, #033a5e);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 15px rgba(67, 53, 23, 0.55);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 15px rgba(67, 53, 23, 0.55);
  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: #062136;
  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, #f3dc38, #f3dc38 45%, #f5e41b 0, #f5e41b);
}
.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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 106px;
  background: #043656;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px #000;
          box-shadow: 0 2px 5px #000;
}
.deposit-tools a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto 0;
}
.deposit-tools a img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.deposit-tools a span {
  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;
}
.transaction-list .bank-card-item {
  border: 1px dashed #535353;
  border-radius: 5px;
  margin-bottom: 30px;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.transaction-list .bank-card-item:not(:last-child) {
  margin-right: 5px;
}
.transaction-list .bank-card-item.done {
  border: none;
}
.transaction-list .bank-card-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #535353;
  border-radius: 50%;
  color: #535353;
  margin: 20px auto;
}
.transaction-list .bank-card-item .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.875rem;
}
.transaction-list .bank-card-item span {
  display: block;
  color: #535353;
}

.inbox-list .item {
  border-bottom: 1px solid #e7e7e7;
  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: #042960;
}
.inbox-list .item .tag {
  background: #e7b810;
  font-size: 0.75rem;
  font-weight: bold;
  color: #042960;
  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: #042960;
}
.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 #042960;
  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: #042960;
}
.country-select .drop-down-list li.checked {
  color: #f5e41b;
}

.drop-down-cover {
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 10px 5px;
}
.drop-down-cover.open .drop-down-list {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.drop-down-cover .langImg {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.drop-down-cover .drop-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  color: #444;
}
.drop-down-cover .drop-select::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid #717171;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 5px;
}
.drop-down-cover .drop-down-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid #777;
  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: 30vh;
  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: #e7b810;
}
.drop-down-cover .drop-down-list a, .drop-down-cover .drop-down-list .a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drop-down-cover .drop-down-list a span, .drop-down-cover .drop-down-list .a span {
  display: block;
}

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

.tab2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.tab2-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ffc107;
  color: #ffc107;
  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: #ffc107;
  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 #ffc107;
}
.page-tab-cover .page-tab-list li {
  word-break: keep-all;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
  padding: 10px;
}
.page-tab-cover .page-tab-list li.active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffc107), to(#e7b810));
  background-image: linear-gradient(180deg, #ffc107 60%, #e7b810);
}

.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: #f5f5ef;
  overflow: hidden;
}
.table .caption {
  background: #e7b810;
  padding: 5px;
}
.table tr:not(:last-child) {
  border-bottom: 1px solid #d5a807;
}
.table th, .table td {
  text-align: center;
  padding: 10px 5px;
}
.table .note {
  font-size: 0.75rem;
  font-weight: bold;
  color: #e7b810;
}

.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: #e7b810;
  color: #062136;
  background: #e7b810;
  -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: #e7b810;
  -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 #e7b810;
  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: #f5e41b !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, #e7b810;
  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 #e7b810;
  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: #e7b810;
  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: #383838;
  line-height: 1.6;
}
.lightBox .lightBox-box .news-box {
  width: 100%;
  text-align: left;
}
.lightBox .lightBox-box .news-box .item {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.lightBox .lightBox-box .news-box .time {
  font-size: 0.75rem;
}
.lightBox .lightBox-box .title {
  text-align: center;
  padding: 5px 0;
  font-size: 1.25rem;
}
.lightBox .lightBox-box .img {
  width: 90px;
  height: 90px;
  margin: 10px auto;
}

body.home .header {
  background-color: #0a2c42;
  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 {
  width: 170px;
  margin-left: 5px;
}
body.home .header .add-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
body.home .header .add-cover a {
  padding: 2px 20px;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  margin: 0 5px;
  text-decoration: underline;
}
body.home .header .tools {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .header .tools .icon {
  color: #f3dc38;
}
body.home .header .tools .msg-header {
  display: block;
  width: 20px;
  margin-left: 15px;
}
body.home .header .tools .msg-header.mailNew {
  position: relative;
}
body.home .header .tools .msg-header.mailNew:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(3px, -50%);
          transform: translate(3px, -50%);
  background: red;
}
body.home .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0a2c42;
  overflow: hidden;
  padding: 0;
}
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 .marquee {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
body.home .main .marquee-cover .marquee li {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0.8em;
  float: left;
  margin-right: 30px;
}
body.home .main .wallet-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
body.home .main .wallet-item span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
}
body.home .main .wallet-item .wallet-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .wallet-item .wallet-amount span {
  font-size: 1.25rem;
}
body.home .main .wallet-item .wallet-amount .icon {
  margin-right: 5px;
}
body.home .main .wallet-item .wallet-amount .icon::before {
  content: "$";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  color: #000;
  background: #feb737;
  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: #fff;
}
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;
  width: 70px;
  height: 70px;
  background: url(../../../upload/lobby_center_bg.png) bottom center no-repeat;
  background-size: auto 100%;
  margin-left: 10px;
}
body.home .main .wallet-item .wallet-func a img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
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 {
  height: 100%;
  margin: 0 5px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li {
  min-width: 65px;
  height: 60px;
  border-radius: 15px;
  background-color: #062136;
  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(#f1c800), to(#ffc107));
  background: linear-gradient(180deg, #f1c800, #ffc107);
  -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: none;
          filter: none;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active span {
  color: #042960;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li img {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #bbb068;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none !important;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 {
  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;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2.gameItem-noneImg li .gameLogo-box .logo-img {
  width: 90px;
  height: 90px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li {
  width: calc(50% - 5px);
  height: 150;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li:nth-child(odd) {
  margin-right: 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li .img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li .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;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li .gameLogo-box .logo-img {
  width: 50px;
  height: 50px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li .gameLogo-box .logo-txt {
  font-size: 0.875rem;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-noneImg 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;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-noneImg li .img {
  display: none;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-noneImg li .gameLogo-box {
  position: static;
  margin: auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-noneImg li .gameLogo-box .logo-img {
  width: 120px;
  height: 120px;
}
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 {
  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;
  position: relative;
  background: url(../../../upload/game_box_bg_big.png) center center no-repeat;
  background-size: 100% 100%;
  height: 140px;
  padding: 5px;
  margin-bottom: 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li .img {
  max-width: none;
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li .gameLogo-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li .gameLogo-box .logo-img {
  width: 90px;
  height: 90px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li .gameLogo-box .logo-txt {
  display: block;
  padding: 0 0 0 5px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

body.game .top .title, body.game .top .btn-box .icon {
  color: #fff;
}
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 #e7b810;
  border-radius: 4px;
  overflow-x: auto;
}
body.game .sub-menu li {
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  min-width: 33.3333333333%;
  text-align: center;
}
body.game .sub-menu li:not(:last-child) {
  border-right: 1px solid #e7b810;
}
body.game .sub-menu li.active {
  background: #e7b810;
}
body.game .game-providers {
  background: #0a2c42;
  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: rgba(0, 0, 0, 0.4);
}
body.game .game-providers li .gamelogo {
  width: 30px;
  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;
}
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: #e7b810;
  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: #fff;
  text-align: center;
  padding: 2px 0 5px;
}

footer {
  width: 100%;
}
footer .footer-nav {
  background: #062136;
  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, footer .footer-nav li.active a p {
  color: #fff;
}
footer .footer-nav li .icon {
  color: #f1c800;
  font-size: 1.25rem;
}
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;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  padding-top: 5px;
}
footer .footer-nav li a p {
  font-size: 0.75rem;
  font-weight: normal;
  color: #9E9E9E;
  padding: 2px 0 8px;
}

body.promotions .top .title {
  color: #fff;
}
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;
}
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;
}
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: #e7b810;
  padding: 2px 5px;
  border-radius: 2px 2px 0 0;
}
body.promotions .promotions-list .item {
  display: block;
}

body.promotionsShow .show-top .title {
  color: #fff;
}
body.promotionsShow .show-top .time, body.promotionsShow .show-top .time span {
  color: #999;
}
body.promotionsShow .show-box b, body.promotionsShow .show-box p, body.promotionsShow .show-box span, body.promotionsShow .show-box a {
  color: #ccc;
}

body.account {
  background: #e7b810;
}
body.account .top {
  padding: 20px 20px 0;
}
body.account .top .btn-box span, body.account .top .btn-box .icon {
  color: #062136;
}
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 .wallet-cover .currency span, body.account .wallet-cover .money span, body.account .wallet-cover .icon {
  color: #042960;
}
body.account .social-cover .social-list {
  background: rgba(255, 255, 255, 0.8705882353);
  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;
  padding: 15px 10px;
  margin: 15px 0 0;
}
body.account .social-cover .social-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.account .social-cover .social-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;
}
body.account .social-cover .social-list li a img {
  width: 45px;
  margin: auto;
}
body.account .social-cover .social-list li a p {
  text-align: center;
  padding-top: 3px;
  font-size: 0.875rem;
}
body.account .account-list {
  padding-top: 20px;
}
body.account .account-list li {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
body.account .account-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.account .account-list li a .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#043656), to(#043656));
  background-image: linear-gradient(180deg, #043656, #043656);
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
  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;
  font-size: 1.5rem;
  color: #d5a807;
}
body.account .account-list li a span {
  display: block;
  color: #043656;
  margin-left: 10px;
}

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: 100%;
  margin: auto;
  padding: 10vh 5%;
  overflow: auto;
}
body.login .main-box .top-box, body.forgotPassword .main-box .top-box {
  margin-bottom: 10px;
}
body.login .main-box .login-cover, body.forgotPassword .main-box .login-cover {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
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(0, 0, 0, 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(0, 0, 0, 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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #f5f5ef));
  background-image: linear-gradient(180deg, #fff, #f5f5ef 30%);
}
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: #ffc107;
}
body.deposit .deposit-list .item .icon-box {
  width: 30px;
  margin: 0 5px;
}
body.deposit .deposit-list .item .name {
  margin-left: 10px;
}
body.deposit .deposit-options .options {
  display: none;
}
body.deposit .deposit-options .options.open {
  display: block;
}

body.mission .content-cover {
  background-color: #f5f5ef;
}
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: #f5f5ef;
  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: #f5f5ef;
  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: #f5e41b;
}
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: #e7b810;
  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: -15px;
  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(#f5f5ef), to(#e7b810));
  background: linear-gradient(to right, #f5f5ef, #e7b810);
}
body.vip .level-step.level-0::after {
  width: 16.6666666667%;
}
body.vip .level-step.level-0 li:nth-child(1) span {
  color: #e7b810;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-1::after {
  width: 33.3333333333%;
}
body.vip .level-step.level-1 li:nth-child(2) span {
  color: #e7b810;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-2::after {
  width: 50%;
}
body.vip .level-step.level-2 li:nth-child(3) span {
  color: #e7b810;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-3::after {
  width: 66.6666666667%;
}
body.vip .level-step.level-3 li:nth-child(4) span {
  color: #e7b810;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-4::after {
  width: 83.3333333333%;
}
body.vip .level-step.level-4 li:nth-child(5) span {
  color: #e7b810;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-5::after {
  width: 100%;
}
body.vip .level-step.level-5 li:nth-child(6) span {
  color: #e7b810;
  font-weight: bold;
  opacity: 1;
}
body.vip .level-step.level-6::after {
  width: 116.6666666667%;
}
body.vip .level-step.level-6 li:nth-child(7) span {
  color: #e7b810;
  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, 245, 230, 0.7176470588);
  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(#f3dc38), to(#e7b810));
  background: linear-gradient(to bottom, #f3dc38, #e7b810);
  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: #f1c800;
}
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: #ffc107;
  height: 40px;
}
body.vip .level-table .level-name th {
  background: #ffc107;
}
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;
  }
}