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

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

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

input:focus:placeholder {
  color: #9A9A9A;
}

input:focus::-webkit-input-placeholder {
  color: #9A9A9A;
}

input:focus:-moz-placeholder {
  color: #9A9A9A;
}

input:focus::-moz-placeholder {
  color: #9A9A9A;
}

input:focus:-ms-input-placeholder {
  color: #9A9A9A;
}

html {
  background: #191717;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
}
body .top {
  padding: 6px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f1f1), to(#D4D4D4));
  background: linear-gradient(to bottom, #f1f1f1 50%, #D4D4D4);
  position: relative;
}
body .top .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  color: #4D4D4D;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .top .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body .top .btn-box .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .top .btn-box .btn-close {
  margin-left: auto;
}
body .top .btn-box .icon {
  font-size: 1.125rem;
  margin-right: 5px;
  color: #4D4D4D;
}
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;
  font-weight: bold;
  color: #0A6BB5;
}
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-cover {
  padding: 10px;
}
body .tab-cover .tab-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;
  background: #F1F1F1;
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}
body .tab-cover .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4D4D4D;
}
body .tab-cover .tab-list li.active {
  color: #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#0D93F9), to(#267BBB));
  background: linear-gradient(to bottom, #0D93F9, #267BBB);
}
body .tab2-list {
  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;
}
body .tab2-list li {
  border: 1px solid;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px;
  margin: 10px 5px;
  font-size: 0.875rem;
  cursor: pointer;
}
body .tab2-list li.active {
  color: #0D93F9;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#E3F0FB), color-stop(50%, #E3F0FB), to(#B7DEFC));
  background: linear-gradient(to bottom, #E3F0FB, #E3F0FB 50%, #B7DEFC);
}
body .tab-content-cover .tab-content-box {
  display: none;
}
body .tab-content-cover .tab-content-box.open {
  display: block;
}
body .txt-box {
  margin-bottom: 20px;
}
body .txt-box .title {
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
}
body .txt-box p {
  line-height: 2;
}
body .vip-cover {
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), color-stop(50%, #33A7FF), to(#0A6BB5));
  background: linear-gradient(to bottom, #33A7FF, #33A7FF 50%, #0A6BB5);
  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;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
body .vip-cover span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}
body .icon-box {
  position: relative;
  width: 28px;
  height: 28px;
}
body .icon-box .msg-note {
  min-width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(25%, -40%) scale(0.6);
          transform: translate(25%, -40%) scale(0.6);
  background: red;
  border-radius: 50%;
  padding: 2px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
body .wallet-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;
  margin: 0 5px;
}
body .wallet-cover .icon {
  width: 20px;
  height: 20px;
}
body .wallet-cover .t {
  font-weight: bold;
  font-style: italic;
}

.btn-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;
  margin: 10px auto;
  width: 100%;
}
.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: 48px;
  border-radius: 3px;
  font-size: 0.875rem;
}
.btn-cover button:not(:first-child), .btn-cover a:not(:first-child) {
  margin-left: 5%;
}

.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;
}
.btn-box a, .btn-box button {
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
}

.btn-main {
  background: #33A7FF;
  color: #fff;
}
.btn-border {
  border: 1px solid #0D93F9;
  color: #0D93F9;
}
.btn-un {
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), to(#0A6BB5));
  background: linear-gradient(to bottom, #33A7FF, #0A6BB5);
  color: #fff;
}
.btn-copy {
  background: #4d4d4d;
  border-radius: 3px;
  padding: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}
.btn-lock {
  opacity: 0.6;
  pointer-events: none;
  margin-left: auto;
}
.btn-apply {
  padding: 5px 10px;
  border-radius: 5px;
  display: inline;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), color-stop(50%, #33A7FF), to(#0A6BB5));
  background: linear-gradient(to bottom, #33A7FF, #33A7FF 50%, #0A6BB5);
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
}
.btn-bank {
  font-size: 0.75rem;
  font-weight: bold;
}
.btn-check {
  color: #D4D4D4;
}
.btn-reject {
  padding: 2px 5px;
  border-radius: 5px;
  background: red;
  color: #fff;
  cursor: pointer;
}
.btn-fail {
  color: red;
  text-decoration: underline;
  cursor: pointer;
}
.btn-ok {
  color: #000;
}

.drop-down-cover {
  position: relative;
  padding: 10px 5px;
  cursor: pointer;
}
.drop-down-cover.open .drop-select::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.drop-down-cover.open .drop-down-list {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.drop-down-cover .drop-select, .drop-down-cover .lang-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;
  font-size: 0.875rem;
  font-weight: normal;
  color: inherit;
}
.drop-down-cover .drop-select .t, .drop-down-cover .lang-select .t {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  color: inherit;
  padding: 0 2px;
}
.drop-down-cover .drop-select::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid #9A9A9A;
  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;
  min-width: 120px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #666666;
  padding: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  min-height: 100%;
  max-height: 30vh;
  overflow-y: auto;
  padding: 5px 10px;
}
.drop-down-cover .drop-down-list li {
  font-size: 0.875rem;
  font-weight: normal;
  color: #666666;
  padding: 5px 0;
  cursor: pointer;
}
.drop-down-cover .drop-down-list li.checked, .drop-down-cover .drop-down-list li:hover {
  color: #0D93F9;
  font-weight: bold;
}
.drop-down-cover .drop-down-list a, .drop-down-cover .drop-down-list .a {
  font-size: 0.875rem;
  font-weight: normal;
  color: #444;
  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;
}

.form-item {
  margin: 15px 0;
}
.form-item .input-tools {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  margin: 10px 0;
  padding: 15px;
}
.form-item .input-tools .form-label .t {
  font-size: 0.875rem;
  text-align: center;
}
.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;
}
.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: #0D93F9;
  border-radius: 3px;
  font-size: 14px;
  height: 35px;
  padding: 0;
  text-align: center;
  width: calc(25% - 5px);
  margin: 5px 2.5px;
  cursor: pointer;
}
.form-item .form-label {
  padding: 0 0 5px;
}
.form-item .form-label label {
  font-size: 0.875rem;
  font-weight: normal;
  color: inherit;
}
.form-item .form-label .qr {
  width: 200px;
  margin: 5px 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: #FB8004;
}
.form-item .form-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #535353;
  border-radius: 5px;
  border: 0.5px solid #d9d9d9;
  padding: 0 10px;
  min-height: 40px;
}
.form-item .form-input input {
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  color: #9A9A9A;
  text-align: center;
}
.form-item .form-input p {
  width: auto;
}
.form-item .form-txt {
  -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: 0.5px solid #f1f1f1;
  padding: 10px;
  max-height: 42px;
}
.form-item .form-txt .t {
  padding: 0 10px;
}
.form-item .code {
  width: 60px;
}

.form-note {
  padding: 5px 0;
  width: 100%;
  font-size: 0.875rem;
}
.form-note .t {
  font-size: 0.875rem;
  line-height: 1.8;
}
.form-note .info-msg {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: red;
  text-align: right;
}

.form-ps {
  padding: 10px 15px;
  background: #f1f1f1;
  border-radius: 5px;
  min-height: 60px;
}
.form-ps .t {
  font-size: 0.75rem;
  line-height: 1.8;
}

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

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

.table {
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #f1f1f1;
  overflow: hidden;
}
.table .caption {
  background: #33A7FF;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.table .caption th {
  color: #fff;
}
.table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.table th, .table td {
  text-align: center;
  padding: 10px;
}
.table .note {
  font-size: 0.75rem;
  font-weight: bold;
  color: #33A7FF;
}

.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 {
  margin: 30px 0 0 auto;
  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;
}
.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;
  margin-left: 10px;
}
.table-btn .btn-box button {
  font-size: 0.75rem;
  color: #4d4d4d;
  text-decoration: underline;
}

.txt-tag {
  color: #4D4D4D !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-green {
  color: #0de379 !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 .lightBox-content {
  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, #33A7FF;
  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 .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 .btn-xx .icon {
  color: #fff;
  font-size: 1.25rem;
}
.lightBox .all-cover .check-box {
  margin-top: 15px;
}
.lightBox .all-cover .check-box .all-check {
  width: 15px;
  height: 15px;
  border: 2px solid #33A7FF;
  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 .lightBox-box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.lightBox .lightBox-box .btn-xx {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 10px auto;
}
.lightBox .lightBox-box .btn-xx .icon {
  color: #fff;
  font-size: 1.5rem;
}
.lightBox .lightBox-box .lightBox-content {
  min-height: 200px;
  max-height: 80vh;
  width: 100%;
  padding: 10px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.lightBox .lightBox-box .lightBox-box-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: #0D93F9;
  padding: 15px 10px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.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: 120px;
  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: inherit;
  line-height: 1.6;
}

body.deposit .main-wallet {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  margin: 5px 0 -35px;
  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-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
}
body.deposit .tab-cover {
  background: #ECF6FE;
}
body.deposit .content-cover {
  padding-top: 25px;
}

.deposit-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}
.deposit-tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 10px);
  cursor: pointer;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
  margin-bottom: 10px;
}
.deposit-tab li:not(:nth-child(even)) {
  margin-right: 10px;
}
.deposit-tab li.active .icon-box {
  background: #0A6BB5;
}
.deposit-tab li.active p {
  color: #fff;
}
.deposit-tab li.active p::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#0D93F9), to(#267BBB));
  background: linear-gradient(to bottom, #0D93F9, #267BBB);
}
.deposit-tab li .icon-box {
  width: 60px;
  height: 60px;
  background: #fff;
  padding: 7px;
  border-radius: 50%;
  overflow: hidden;
  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;
}
.deposit-tab li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  min-height: 50px;
  font-size: 0.875rem;
  font-weight: bold;
  color: inherit;
  position: relative;
  margin: auto 0;
  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;
}
.deposit-tab li p::after {
  content: "";
  display: block;
  background: #F1F1F1;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%);
  border-radius: 0 50px 50px 0;
}

.store-list {
  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;
}
.store-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  padding: 0 10px;
}
.store-list li img {
  width: auto;
  margin: auto;
}

body.bankcards, body.maintain {
  background: #F1F1F1;
}

.mywallet-cover {
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), color-stop(50%, #0D93F9), to(#33A7FF));
  background: linear-gradient(to bottom, #33A7FF, #0D93F9 50%, #33A7FF);
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 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;
}
.mywallet-cover .wallet-cover .t {
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
}
.mywallet-cover .mywallet-btn {
  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;
  margin-top: 10px;
}
.mywallet-cover .mywallet-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.mywallet-cover .mywallet-btn .btn .icon {
  width: 15px;
  margin-right: 5px;
}
.mywallet-cover .mywallet-btn .btn .t {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.75rem;
  font-weight: normal;
  color: #FFEEB7;
}
.mywallet-cover .deposit-tools a {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  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;
}
.mywallet-cover .deposit-tools a:not(:last-child) {
  margin-bottom: 5px;
}
.mywallet-cover .deposit-tools a .icon {
  width: 30px;
}
.mywallet-cover .deposit-tools a .t {
  font-size: 0.75rem;
  font-weight: bold;
  color: #707070;
  padding: 0 5px;
}

.mywallet-list {
  background: #E3F0FB;
  border-radius: 15px;
  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: 15px 10px;
}
.mywallet-list li {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  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;
  width: calc(25% - 1px);
  min-height: 65px;
  margin-bottom: 1px;
}
.mywallet-list li:not(:nth-child(4n+4)) {
  margin-right: 1px;
}
.mywallet-list li span {
  padding: 5px 0;
  text-align: center;
}
.mywallet-list li .name {
  font-size: 0.75rem;
}
.mywallet-list li .value {
  font-size: 0.875rem;
  font-weight: bold;
  color: #0D93F9;
}

.block-list .block-cover {
  background: #fff;
  border-radius: 15px;
  padding: 5px 20px 10px;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.block-list .block-box .block-caption {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0A6BB5;
  text-align: center;
  padding: 10px;
}
.block-list .block-box .bank-notion .bank-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), color-stop(50%, #0D93F9), to(#33A7FF));
  background: linear-gradient(to bottom, #33A7FF, #0D93F9 50%, #33A7FF);
  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-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 2px;
}
.block-list .block-box .bank-notion .bank-item .bank-name {
  color: #fff;
}
.block-list .block-box .bank-notion .bank-item .bank-type {
  text-align: right;
}
.block-list .block-box .bank-notion .bank-item .t {
  color: #fff;
}
.block-list .block-box .note {
  font-size: 0.75rem;
  font-weight: normal;
  color: #0A6BB5;
  padding: 10px 0;
  text-align: center;
}
.block-list .cards-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;
  width: 100%;
}
.block-list .cards-list .card-item {
  border: 1px dashed #d9d9d9;
  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;
  min-height: 120px;
  padding: 10px;
  margin: 2px 0;
  width: calc(50% - 3px);
}
.block-list .cards-list .card-item:not(:nth-child(even)) {
  margin-right: 3px;
}
.block-list .cards-list .card-item.done {
  border: none;
}
.block-list .cards-list .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 #707070;
  border-radius: 50%;
  color: #707070;
  margin: 10px auto;
}
.block-list .cards-list .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.75rem;
}
.block-list .cards-list .card-item span {
  display: block;
  color: #707070;
  padding: 5px 0;
}
.block-list .txt-list .txt-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 #33A7FF;
  padding: 5px 0;
  margin-top: 10px;
}

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

.promotions-list .item {
  margin: 10px 0;
  cursor: pointer;
  position: relative;
}
.promotions-list .item .tool-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5px 0;
}
.promotions-list .item .tool-cover .tool-title {
  width: auto;
}
.promotions-list .item .tool-cover .tag {
  padding: 2px 5px;
  background: #4d4d4d;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
}
.promotions-list .item .tool-cover .time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.75rem;
  font-weight: bold;
  color: inherit;
  font-style: italic;
}
.promotions-list .item .tool-cover .btn-href {
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), to(#0D93F9));
  background: linear-gradient(to bottom, #33A7FF, #0D93F9);
  padding: 2px 15px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotions-list .item .tool-cover .btn-href::after {
  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;
  width: 0;
  height: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.promotions-list .item .tool-cover .btn-href:hover:after {
  width: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.promotions-list .item .item-cover {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.promotions-list .item .img-box img {
  display: block;
}
.promotions-list .item .txt-box {
  padding: 10px 20px;
  display: none;
}
.promotions-list .item .txt-box p {
  padding: 10px 0;
}

.inbox-list .item {
  border-bottom: 1px solid #267BBB;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  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: inherit;
  padding: 0;
}
.inbox-list .item .tag {
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), color-stop(50%, #0D93F9), to(#33A7FF));
  background: linear-gradient(to bottom, #33A7FF, #0D93F9 50%, #33A7FF);
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 10px;
}
.inbox-list .item .icon {
  cursor: pointer;
  width: 10px;
  height: 10px;
  color: #ccc;
  position: absolute;
  top: 15px;
  right: 10px;
}
.inbox-list .item .icon:hover {
  color: #4d4d4d;
}

.affiliate-cover {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.affiliate-cover .txt-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.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;
}
.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;
}
.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));
}
.license-list .item .t {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
  text-align: center;
}

footer {
  width: 100%;
}
footer .footer-nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#cecece));
  background: linear-gradient(to bottom, #fff 50%, #cecece);
  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: #0A6BB5;
}
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: 28px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
footer .footer-nav li a .t {
  font-size: 0.75rem;
  font-weight: bold;
  color: #4D4D4D;
  padding: 2px 0 5px;
}

body.home .header {
  height: 50px;
  padding: 2px 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;
}
body.home .header .logo {
  height: 100%;
  padding: 5px 0;
}
body.home .header .logo img {
  width: auto;
  max-width: none;
  height: 100%;
}
body.home .header .header-tool {
  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 .header-tool.in .user-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-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
body.home .header .header-tool.in .user-cover .vip-cover {
  margin-left: auto;
}
body.home .header .header-tool.in .mali-cover {
  margin-left: 5px;
}
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 .banner-cover {
  margin: 0 15px 15px;
}
body.home .main .banner-cover .slick-slide img {
  border-radius: 10px;
  overflow: hidden;
}
body.home .main .banner-cover .slick-dots li button:before {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
}
body.home .main .banner-cover .slick-dots li.slick-active button:before {
  color: #33A7FF;
  background: #33A7FF;
}
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;
  border-top: 1px solid #F1F1F1;
}
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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 110px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#f1f1f1));
  background: linear-gradient(to bottom, #fff 50%, #f1f1f1);
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF7FF), color-stop(60%, #ECF7FF), to(#D0E8FB));
  background: linear-gradient(to bottom, #ECF7FF, #ECF7FF 60%, #D0E8FB);
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active a .name {
  color: #0D93F9;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-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;
  padding: 10px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li a .gameimg {
  width: 45px;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li a .name {
  font-size: 0.75rem;
  font-weight: bold;
  color: #4D4D4D;
  margin: 0 auto;
}
body.home .main .game-cover .gameBtn-list-cover .tool-cover {
  background: #F1F1F1;
  padding: 10px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}
body.home .main .game-cover .gameBtn-list-cover .tool-cover .tool-btn-list .tool-btn {
  background: #fff;
  border-radius: 10px;
  padding: 7px;
  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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
body.home .main .game-cover .gameBtn-list-cover .tool-cover .tool-btn-list .tool-btn:not(:last-child) {
  margin-bottom: 7px;
}
body.home .main .game-cover .gameBtn-list-cover .tool-cover .tool-btn-list .tool-btn .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #707070;
  margin: 0 auto;
}
body.home .main .game-cover .gameBtn-list-cover .tool-cover .online-cover {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.home .main .game-cover .gameBtn-list-cover .tool-cover .online-cover .title {
  font-size: 0.75rem;
  font-weight: bold;
  color: #707070;
  padding: 5px 0;
  text-align: center;
}
body.home .main .game-cover .gameBtn-list-cover .tool-cover .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;
}
body.home .main .game-cover .gameBtn-list-cover .tool-cover .online-cover .count-box span {
  background: #707070;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  padding: 2px 3px;
  margin: 0 1px;
}
body.home .main .game-cover .gameItem-list-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  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;
  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 {
  margin-bottom: 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li:first-child a .img-box {
  max-height: 130px;
}
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: 6px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a .img-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;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15);
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li a .txt {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4D4D4D;
  text-align: center;
  padding: 5px;
}

body.account {
  background: #F1F1F1;
}
body.account .account-top {
  position: relative;
  z-index: 1;
}
body.account .account-top::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -15%);
          transform: translate(-50%, -15%);
  background: url(../../upload/bg-member.jpg) no-repeat;
  background-size: 100% 100%;
}
body.account .account-top .account-info {
  position: relative;
  padding: 20px 0 10px;
}
body.account .account-top .account-info .user-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 .account-top .account-info .user-cover .user-box {
  position: relative;
}
body.account .account-top .account-info .user-cover .user-box .user-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #E3F0FB;
  background: #707070;
  overflow: hidden;
}
body.account .account-top .account-info .user-cover .user-box .vip-cover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.account .account-top .account-info .user-cover .user-txt {
  padding: 0 10px;
}
body.account .account-top .account-info .user-cover .user-txt .id-cover .id {
  font-size: 1.25rem;
  font-weight: bold;
  color: #262626;
}
body.account .account-top .account-info .user-cover .user-txt .wallet-cover {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.account .account-top .account-info .mali-cover {
  position: absolute;
  top: 0;
  right: 0;
}
body.account .account-cover {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
body.account .deposit-tools {
  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.account .deposit-tools 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;
}
body.account .deposit-tools a .icon {
  width: 45px;
}
body.account .deposit-tools a .t {
  font-size: 0.875rem;
  font-weight: bold;
  color: #4D4D4D;
  padding: 0 5px;
}
body.account .account-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;
  padding: 5px 15px;
}
body.account .account-list li {
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
}
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;
  padding: 10px 0;
}
body.account .account-list li a .icon {
  width: 30px;
}
body.account .account-list li a .t {
  padding-left: 10px;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #434343;
}
body.account .btn-logout {
  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: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), to(#0A6BB5));
  background: linear-gradient(to bottom, #33A7FF, #0A6BB5);
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}

body.service {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF6FE), color-stop(50%, #fff));
  background: linear-gradient(to bottom, #ECF6FE, #fff 50%);
}
body.service .service-banner {
  width: 100%;
  height: 160px;
  border-radius: 30px;
  background: url(../../upload/bg-service.jpg) right center no-repeat;
  background-size: cover;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
body.service .service-banner .txt-box .title {
  font-size: 3.125rem;
  font-weight: bold;
  color: #262626;
  line-height: 50px;
}
body.service .service-banner .txt-box .t {
  font-size: 1rem;
  font-weight: bold;
  color: #262626;
  line-height: 16px;
}
body.service .service-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;
}
body.service .service-list li {
  width: 25%;
  margin-top: 20px;
}
body.service .service-list li .icon {
  width: 55px;
  margin: 0 auto;
}
body.service .service-list li .t {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #707070;
  text-align: center;
}

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

body.vip .membership-cover {
  padding: 15px 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;
  border: none;
}
body.vip .membership-cover .level-top .title-cover .level-icon {
  width: 150px;
}
body.vip .membership-cover .level-top .title-cover .level-txt {
  margin: 0 10px;
}
body.vip .membership-cover .level-top .title-cover .level-txt .level-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 10px;
}
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-count {
  color: red;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-level {
  color: #33A7FF;
  font-style: italic;
}
body.vip .membership-cover .level-top .title-cover .level-txt .label-note {
  padding: 10px 0 0;
  font-size: 0.8125rem;
}
body.vip .membership-cover .level-top .title-cover .level-txt .label-check {
  padding: 1px 5px;
  font-size: 0.8125rem;
  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 {
  width: 50%;
  padding: 0 2px 20px;
  text-align: center;
}
body.vip .membership-cover .rights-cover .number {
  font-size: 1.125rem;
  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-chart {
  position: relative;
  width: 95%;
  margin: 40px auto 20px;
}
body.vip .level-chart::before {
  content: "VIP" attr(data-start) "";
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #B7DEFC;
}
body.vip .level-chart::after {
  content: "VIP" attr(data-end) "";
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #D6D5D5;
}
body.vip .level-chart .tag {
  position: absolute;
  bottom: 30px;
  border-radius: 3px;
  background: #0D93F9;
  padding: 3px 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 0%;
}
body.vip .level-chart .tag::after {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 12px solid #0D93F9;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.vip .level-chart .bar {
  height: 10px;
  background: #F1F1F1;
  border-radius: 5px;
}
body.vip .level-chart .bar span {
  display: block;
  height: 100%;
  background: #0D93F9;
  width: 0%;
  position: relative;
  border-radius: 8px;
}
body.vip .level-chart .bar span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #0D93F9;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
body.vip .level-rights {
  background: #f1f1f1;
  border-radius: 5px;
}
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(#0D93F9), to(#267BBB));
  background: linear-gradient(to bottom, #0D93F9, #267BBB);
  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: #33A7FF;
}
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(#33A7FF), to(#0A6BB5));
  background: linear-gradient(to bottom, #33A7FF, #0A6BB5);
  height: 40px;
}
body.vip .level-table .level-name th {
  background: -webkit-gradient(linear, left top, left bottom, from(#33A7FF), to(#0A6BB5));
  background: linear-gradient(to bottom, #33A7FF, #0A6BB5);
}
body.vip .level-table .level-name p {
  color: #fff;
}
body.vip .level-table th, body.vip .level-table td {
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
body.vip .level-table th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #dddddd;
  font-weight: normal;
  width: 80px;
}
body.vip .level-table th .note {
  font-size: 0.75rem;
}
body.vip .level-table td {
  text-align: center;
}
body.vip .level-note {
  padding: 5px 0;
}
body.vip .name-cover {
  background: #f1f1f1;
  border-radius: 5px;
  margin-top: 40px;
}
body.vip .name-cover .form_content {
  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;
}
body.vip .name-cover .form_content:not(:last-child) {
  margin-bottom: 20px;
}
body.vip .name-cover .form_content .cover-title {
  width: 100%;
}
body.vip .name-cover .form_content .form_item {
  width: calc(50% - 15px);
  margin-right: 15px;
}

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

@keyframes arw {
  0% {
    left: 65vw;
  }
  100% {
    left: 60vw;
  }
}
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 #0D93F9;
  border-radius: 4px;
  overflow-x: auto;
}
body.game .sub-menu li {
  white-space: nowrap;
  padding: 5px 10px;
  color: #0D93F9;
  min-width: 33.3333333333%;
  text-align: center;
}
body.game .sub-menu li:not(:last-child) {
  border-right: 1px solid #0D93F9;
}
body.game .sub-menu li.active {
  background: #0D93F9;
  color: #fff;
}
body.game .game-providers {
  background: #222;
  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(255, 255, 255, 0.4);
}
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: #f1f1f1;
  padding: 7px 15px;
  width: 100%;
}
body.game .search-bar-box .btn-search {
  background: #0D93F9;
  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: #4d4d4d;
  text-align: center;
  padding: 2px 0 5px;
}