@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: #777;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

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

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

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

[hidden] {
  display: none;
}

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

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

b, strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

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

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

sub {
  bottom: -0.25em;
}

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

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

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

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

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

hr {
  border: 0;
}

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

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

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

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

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

input:focus:placeholder {
  color: transparent;
}

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

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

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

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

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes gp-logo {
  0% {
    -webkit-filter: brightness(1) saturate(1) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
            filter: brightness(1) saturate(1) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  }
  to {
    -webkit-filter: brightness(1.2) saturate(1.2) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
            filter: brightness(1.2) saturate(1.2) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  }
}
@keyframes gp-logo {
  0% {
    -webkit-filter: brightness(1) saturate(1) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
            filter: brightness(1) saturate(1) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  }
  to {
    -webkit-filter: brightness(1.2) saturate(1.2) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
            filter: brightness(1.2) saturate(1.2) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  }
}
@-webkit-keyframes switch_img {
  0% {
    -webkit-box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83;
            box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83;
  }
  100% {
    -webkit-box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83;
            box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83;
  }
}
@keyframes switch_img {
  0% {
    -webkit-box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83;
            box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83;
  }
  100% {
    -webkit-box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83;
            box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83;
  }
}
@-webkit-keyframes mini-game_img {
  0% {
    -webkit-filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
            filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  35% {
    -webkit-filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
            filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  70% {
    -webkit-filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
            filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes mini-game_img {
  0% {
    -webkit-filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
            filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  35% {
    -webkit-filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
            filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  70% {
    -webkit-filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
            filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  background: #202020;
}
body:not(.home) .main {
  min-height: 70vh;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  body:not(.home) .main {
    max-width: none;
    width: 95%;
  }
}
body:not(.gameList) .main {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.memberPage:not(.promotions) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgb(255, 255, 255)), to(rgb(164, 215, 225)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 24%, rgb(164, 215, 225) 100%);
  background-attachment: fixed;
  background-size: cover;
}
body.memberPage:not(.promotions) .main {
  margin: 30px auto 0;
  max-width: 1000px;
}
body .main .page-title {
  text-align: center;
  padding: 20px 0;
}
body .main .page-title .title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #0564a0;
  letter-spacing: 5px;
  padding: 0 0 5px;
}
body .main .page-title .t {
  font-size: 1rem;
  font-weight: normal;
  color: #666;
}
body .main .page-tab {
  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;
  margin: 0 20px;
}
body .main .page-tab li {
  cursor: pointer;
  padding: 10px 20px 8px;
  margin: 0 2px;
  background: #f1f1f1;
  border-radius: 18px 18px 0 0;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  color: #0564a0;
}
body .main .page-tab li.active {
  background: #0564a0;
  color: #fff;
}
body .main .deposit-tab {
  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;
      flex-wrap: wrap;
  padding: 5px;
}
body .main .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 5px;
  padding: 10px 15px;
  width: 135px;
  background: #f1f1f1;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}
body .main .deposit-tab li:not(:last-child) {
  margin-right: 10px;
}
body .main .deposit-tab li.active {
  background: -webkit-gradient(linear, right top, left bottom, from(#003a69), color-stop(99%, #0363a1));
  background: linear-gradient(to bottom left, #003a69, #0363a1 99%);
}
body .main .deposit-tab li.active .name {
  color: #fff;
}
body .main .deposit-tab li .icon-box {
  width: 50px;
  max-height: 50px;
  margin-bottom: 10px;
}
body .main .deposit-tab li .name {
  display: block;
  margin: auto 2px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #0564a0;
  text-align: center;
}
body .main .content-cover {
  min-height: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #0564a0;
  border-radius: 18px 18px 0 0;
  background: #fff;
  padding: 0 20px 20px;
  position: relative;
}
body .main .content-cover .content-title {
  min-width: 45%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, right top, left bottom, from(#003a69), color-stop(99%, #0363a1));
  background: linear-gradient(to bottom left, #003a69, #0363a1 99%);
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  padding: 10px 40px;
  text-align: center;
}
body .main .content-cover .content-title .title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
  padding: 0 0 5px;
}
body .main .content-cover .content-title .t {
  font-size: 1rem;
  font-weight: normal;
  color: #ddd;
}
body .main .sub-cover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  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: #0564a0;
  border: 7px solid #0564a0;
  border-top: none;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
body .main .sub-cover .sub-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;
  background: #fff;
  overflow: hidden;
}
body .main .sub-cover .sub-tab li {
  border-right: 2px solid #0564a0;
  padding: 15px 30px;
  cursor: pointer;
}
body .main .sub-cover .sub-tab li:hover {
  background: #f1f1f1;
}
body .main .sub-cover .sub-tab li.active {
  background: #0564a0;
  color: #fff;
}
body .main .sub-cover .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;
}
body .main .sub-cover .search-bar-box input {
  padding: 10px 15px;
}
body .main .sub-cover .search-bar-box .btn-search {
  background: #ffa807;
  color: #0564a0;
  padding: 10px 20px;
}
body .main .tab-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  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 .main .tab-list li {
  padding: 5px 15px;
}
body .main .tab-list li.active {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
body .main .tab-list li.active .icon-box {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #0564a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .main .tab-list li.active .name {
  background: #0564a0;
  color: #fff;
  font-weight: bold;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
body .main .tab-list li .icon-box {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(60, 200, 235)), to(rgb(230, 245, 175)));
  background: linear-gradient(0deg, rgb(60, 200, 235), rgb(230, 245, 175));
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  padding: 7px;
  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-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  position: relative;
}
body .main .tab-list li .name {
  display: block;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  padding: 5px 20px;
}
body .main .tab-content-cover {
  padding: 20px;
}
body .main .tab-content-cover .tab-content-box {
  display: none;
}
body .main .tab-content-cover .tab-content-box.open {
  display: block;
}
body .main .txt-box {
  margin-bottom: 20px;
}
body .main .txt-box .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
}
body .main .txt-box p {
  line-height: 1.8;
}
body .floating-cover {
  position: fixed;
  bottom: 50%;
  left: 40px;
  z-index: 1;
}
body .floating-cover .mini-game {
  cursor: pointer;
  width: 120px;
  height: 120px;
  position: absolute;
}
body .floating-cover .mini-game-switch {
  z-index: 1;
  -webkit-animation: switch_img 0.4s infinite alternate;
          animation: switch_img 0.4s infinite alternate;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
  transition: box-shadow 0.3s, filter 0.3s;
  transition: box-shadow 0.3s, filter 0.3s, -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
}
body .floating-cover .mini-game-switch.open {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
body .floating-cover .floating-list .mini-game {
  z-index: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1) rotate(180deg) translateZ(0);
          transform: scale3d(0.5, 0.5, 1) rotate(180deg) translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .floating-cover .floating-list.open .mini-game {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .floating-cover .floating-list.open .mini-game:nth-child(1) {
  -webkit-transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-10px, -155px, 0);
          transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-10px, -155px, 0);
}
body .floating-cover .floating-list.open .mini-game:nth-child(1) img {
  -webkit-animation: mini-game_img 1s linear infinite alternate;
          animation: mini-game_img 1s linear infinite alternate;
}
body .floating-cover .floating-list.open .mini-game:nth-child(2) {
  -webkit-transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(145px, -55px, 0);
          transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(145px, -55px, 0);
}
body .floating-cover .floating-list.open .mini-game:nth-child(3) {
  -webkit-transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(145px, 100px, 0);
          transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(145px, 100px, 0);
}
body .floating-cover .floating-list.open .mini-game:nth-child(4) {
  -webkit-transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(0px, 140px, 0);
          transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(0px, 140px, 0);
}
body .ui-mall {
  position: fixed;
  bottom: 32%;
  left: 40px;
  width: 150px;
  -webkit-filter: drop-shadow(0px 0px 2px #ffffff);
          filter: drop-shadow(0px 0px 2px #ffffff);
  z-index: 2;
}
body .ui-line {
  position: fixed;
  bottom: 15%;
  left: 40px;
  width: 150px;
  -webkit-filter: drop-shadow(0px 0px 2px #ffffff);
          filter: drop-shadow(0px 0px 2px #ffffff);
  z-index: 2;
}
body .online-cover {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  width: 130px;
  height: 85px;
  border-width: 4px 4px 3px;
  border-style: solid;
  border-color: #a9dee1;
  background: #0564a0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
}
body .online-cover .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15) inset;
}
body .online-cover .title-box .icon {
  color: #a9dee1;
}
body .online-cover .title-box .title {
  font-size: 1rem;
  font-weight: bold;
  color: #a9dee1;
}
body .online-cover .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}
body .online-cover .count-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  font-size: 1.75rem;
  font-weight: normal;
  color: #fff;
  border: 1px solid #a9dee1;
  border-radius: 6px;
  text-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15) inset;
  position: relative;
}
body .online-cover .count-box span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #a9dee1;
  border-radius: 6px;
}
body .service-cover {
  position: fixed;
  top: 0;
  right: 150px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .service-cover.open {
  z-index: 3;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .service-cover .switch-btn {
  width: 150px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 3px #ffff05);
          filter: drop-shadow(0 0 3px #ffff05);
}
body .service-cover .switch-btn:hover {
  -webkit-filter: drop-shadow(0 0 15px #ffff05);
          filter: drop-shadow(0 0 15px #ffff05);
}
body .service-cover .switch-btn .t {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #e41b3a;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  word-break: keep-all;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body .service-cover .service-list {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 200px;
  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;
  overflow-x: hidden;
  overflow-y: auto;
}
body .service-cover .item {
  margin: 5px 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .service-cover .item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
body .service-cover .item:hover .icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
body .service-cover .item .icon {
  padding: 0 10px 0 0;
}
body .service-cover .item .icon img {
  width: 40px;
  margin: auto;
  border-radius: 50%;
  background: #0564a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .service-cover .item .txt p {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
}
body .service-cover .item .txt .title {
  font-weight: bold;
  font-size: 0.875rem;
}
body .inbox-list .item {
  border-bottom: 1px solid #0564a0;
  padding: 10px 0;
  position: relative;
}
body .inbox-list .item span {
  display: block;
}
body .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;
}
body .inbox-list .item .time {
  font-size: 0.75rem;
  margin-top: 20px;
}
body .inbox-list .item .tag {
  background: #0564a0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 10px;
}
body .inbox-list .item .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
}
body .inbox-list .item .icon {
  cursor: pointer;
  width: 10px;
  height: 10px;
  color: #ccc;
  position: absolute;
  top: 15px;
  right: 10px;
}

.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;
  width: 100%;
}
.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: 30px 10px;
  margin: 30px auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
.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;
}

.account-summary {
  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;
}
.account-summary .account-summary-list {
  width: calc(50% - 20px);
}
.account-summary .account-summary-list:nth-child(odd) {
  margin-right: 40px;
}
.account-summary .account-summary-item {
  border-bottom: 1px solid #ccc;
  min-height: 40px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.account-summary .account-summary-item .profile .title {
  font-size: 0.75rem;
  font-weight: normal;
  color: #666;
}
.account-summary .account-summary-item .profile .value {
  margin: 5px 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;
}

.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%;
  max-width: 450px;
}
.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%;
  max-width: 50%;
  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: #0564a0;
  color: #fff;
}
.btn-border2 {
  border: 1px solid #0564a0;
  color: #0564a0;
}
.btn-un {
  background: #666;
  color: #fff;
}
.btn-copy {
  background: #666;
  border-radius: 3px;
  padding: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}
.btn-border {
  border: 1px solid #666;
  color: #666;
}
.btn-lock {
  opacity: 0.6;
  pointer-events: none;
  margin-left: auto;
}
.btn-apply {
  padding: 2px 5px;
  border-radius: 5px;
  display: inline;
  margin: auto;
  border: 1px solid #0564a0;
  font-size: 0.75rem;
  font-weight: normal;
  color: #0564a0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-apply:hover {
  background: #0564a0;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
}

.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-bottom: 10px;
}
.tab2-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3ca6f3;
  color: #3ca6f3;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.tab2-list li:not(:first-child) {
  margin-left: 10px;
}
.tab2-list li:hover, .tab2-list li.active {
  background: -webkit-gradient(linear, right top, left bottom, from(#3ca6f3), color-stop(99%, #1f93e4));
  background: linear-gradient(to bottom left, #3ca6f3, #1f93e4 99%);
  color: #fff;
}

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

.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 {
  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-select p {
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  padding: 0 2px;
}
.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(0, 0, 0, 0.85);
  border: 1px solid #000;
  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 {
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  padding: 5px 0;
  cursor: pointer;
}
.drop-down-cover .drop-down-list li.checked, .drop-down-cover .drop-down-list li:hover {
  color: #3ca6f3;
  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;
}

.affiliate-cover .img-friend {
  width: 350px;
}
.affiliate-cover .img-qr {
  width: 200px;
}
.affiliate-cover .txt-box {
  width: 100%;
}

.form-item {
  margin: 15px 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-item .input-tools {
  width: 100%;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}
.form-item .input-tools .quick-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0;
}
.form-item .input-tools .quick-input li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #ffa807;
  border-radius: 3px;
  font-size: 14px;
  height: 30px;
  padding: 0;
  text-align: center;
  width: calc(10% - 5px);
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.form-item .input-tools .quick-input li:hover {
  opacity: 0.8;
}
.form-item .form-label {
  padding: 0 0 5px;
  width: 200px;
}
.form-item .form-label label {
  font-size: 0.875rem;
  font-weight: normal;
  color: #666;
}
.form-item .form-label .img-qr {
  padding-right: 10px;
}
.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 {
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 0 10px;
  height: 42px;
}
.form-item .form-input input {
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  color: #444;
}
.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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  border-bottom: 1px solid #ccc;
  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;
}

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

.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%;
  border: 1px solid #3ca6f3;
  overflow: hidden;
}
.table .caption {
  background: -webkit-gradient(linear, right top, left bottom, from(#3ca6f3), color-stop(99%, #1f93e4));
  background: linear-gradient(to bottom left, #3ca6f3, #1f93e4 99%);
  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: #3ca6f3;
}

.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: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  width: 300px;
  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;
  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: #0564a0;
  color: #fff;
  background: #0564a0;
  -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: #0564a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.color-tag {
  color: #ffa807;
  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 .btn-close {
  cursor: pointer;
}
.lightBox.open {
  display: block;
}
.lightBox.lightBox-ad .lightBox-box {
  background: none;
  border: none;
}
.lightBox .all-cover {
  min-height: 200px;
  max-height: 70vh;
  width: 90%;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lightBox .all-cover .title-box {
  background: url(../../upload/bg-lightbox.png) center right no-repeat, #0564a0;
  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 #0564a0;
  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 {
  min-height: 200px;
  max-height: 80vh;
  width: 90%;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  border: 6px solid #0564a0;
  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;
  position: absolute;
  top: 20px;
  right: 20px;
}
.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;
}

.lightBox-promotions .lightBox-box {
  max-width: 1000px;
}
.lightBox-promotions .lightBox-box .txt {
  text-align: left;
}
.lightBox-promotions .lightBox-box .txt .promotions-title {
  width: 100%;
}
.lightBox-promotions .lightBox-box .txt .promotions-title p {
  text-align: left;
}
.lightBox-promotions .lightBox-box .txt .promotions-title .title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #000;
}
.lightBox-promotions .lightBox-box .txt .promotions-title .time {
  font-size: 0.75rem;
  font-weight: bold;
  color: #999;
}
.lightBox-promotions .lightBox-box .txt .promotions-box {
  padding: 20px 0;
}
.lightBox-promotions .lightBox-box .txt .promotions-box p {
  line-height: 1.8;
  font-size: 0.875rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.fixed {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
}
.header.fixed .top-cover {
  background: #fff !important;
  -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));
}
.header .header-cover {
  max-width: 1400px;
  width: 100%;
  margin: 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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .header .header-cover {
    max-width: none;
    width: 95%;
  }
}
.header .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;
  position: relative;
  z-index: 1;
  background: #0564a0;
}
.header .user-cover .marquee-cover {
  overflow-x: visible;
  padding: 5px 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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .user-cover .marquee-cover .marquee-box {
  max-width: 700px;
  width: 100%;
  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;
}
@media only screen and (max-width: 1440px) {
  .header .user-cover .marquee-cover .marquee-box {
    max-width: 500px;
    width: 95%;
  }
}
.header .user-cover .marquee-cover .title {
  width: 20px;
  height: 20px;
  background: #3ca6f3;
  border-radius: 50%;
  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;
}
.header .user-cover .marquee-cover .title i {
  font-size: 0.75rem;
  font-weight: normal;
  color: #0564a0;
}
.header .user-cover .marquee-cover .marquee {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.header .user-cover .marquee-cover .marquee li {
  font-size: 0.875rem;
  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;
}
.header .user-cover .hello, .header .user-cover .myWallet {
  margin: 0 5px;
}
.header .user-cover .hello span, .header .user-cover .myWallet span {
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  padding: 0 2px;
}
.header .user-cover .open-member {
  cursor: pointer;
}
.header .user-cover .hello::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(45deg) translate(0, -80%);
          transform: rotate(45deg) translate(0, -80%);
  margin-right: 5px;
}
.header .user-cover .hello:hover span {
  color: #3ca6f3;
}
.header .user-cover .myWallet:hover span {
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}
.header .user-cover .myWallet span {
  color: #ffff05;
  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;
}
.header .user-cover .myWallet span:before {
  content: "$";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 8px;
  color: #0564a0;
  background: #ffff05;
  border-radius: 50%;
  padding: 3px;
  margin: 0 2px;
}
.header .user-cover .wallet-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
}
.header .user-cover .wallet-list {
  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;
}
.header .user-cover .wallet-list li {
  margin-right: 5px;
}
.header .user-cover .wallet-list li a {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 2px 5px;
}
.header .user-cover .wallet-list li a:hover {
  background: #a9dee1;
}
.header .user-cover .wallet-list li a span {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #0564a0;
}
.header .user-cover .tool-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;
  padding: 0 5px;
}
.header .user-cover .tool-cover .member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .user-cover .tool-cover .member-info:hover .member-list-cover {
  top: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.header .user-cover .tool-cover .member-list-cover {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: absolute;
  top: -100vh;
  z-index: -100;
  width: 400px;
  padding: 5px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 0;
}
.header .user-cover .tool-cover .member-list-cover .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .user-cover .tool-cover .member-list-cover .member-list li {
  width: 33.3333333333%;
  height: 90px;
  padding: 2px;
}
.header .user-cover .tool-cover .member-list-cover .member-list li a {
  height: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px #999;
          box-shadow: 2px 2px 5px #999;
  border: 0.5px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .user-cover .tool-cover .member-list-cover .member-list li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0.5px solid #ddd;
  background: -webkit-gradient(linear, right top, left bottom, from(#003a69), color-stop(99%, #0363a1));
  background: linear-gradient(to bottom left, #003a69, #0363a1 99%);
}
.header .user-cover .tool-cover .member-list-cover .member-list li a:hover .icon, .header .user-cover .tool-cover .member-list-cover .member-list li a:hover .t {
  color: #fff;
}
.header .user-cover .tool-cover .member-list-cover .member-list li a .icon {
  font-size: 1.5rem;
  font-weight: normal;
  color: #0564a0;
}
.header .user-cover .tool-cover .member-list-cover .member-list li a .t {
  padding-top: 5px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #0564a0;
}
.header .user-cover .tool-cover .vip-cover {
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  background: #a9dee1;
  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;
}
.header .user-cover .tool-cover .vip-cover:hover {
  background: #ffa807;
}
.header .user-cover .tool-cover .vip-cover span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}
.header .user-cover .tool-cover .msg-header.mailNew {
  position: relative;
}
.header .user-cover .tool-cover .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;
}
.header .user-cover .lang-cover {
  padding: 0 5px;
  margin: auto 0;
}
.header .user-cover .lang-cover .icon, .header .user-cover .lang-cover p {
  color: #a9dee1;
  font-size: 0.875rem;
  display: block;
}
.header .user-cover .lang-cover p {
  max-width: none;
  font-size: 0.75rem;
}
.header .top-cover {
  background: #fff;
  -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));
  width: 100%;
}
.header .top-cover .logo-cover a {
  display: block;
  overflow: hidden;
}
.header .top-cover .logo-cover a img {
  max-width: 220px;
  max-height: 65px;
}
.header .top-cover .nav-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .top-cover .nav-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;
  height: 100%;
}
.header .top-cover .nav-list > 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;
}
.header .top-cover .nav-list > li:hover .nav-item::after, .header .top-cover .nav-list > li.active .nav-item::after {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.header .top-cover .nav-list > li:hover .submenu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  z-index: 1;
  height: 280px;
}
.header .top-cover .nav-list > li .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.header .top-cover .nav-list > li .nav-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.header .top-cover .nav-list > li .nav-item .name {
  display: block;
  padding: 5px;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.header .top-cover .nav-list .submenu {
  max-width: 1400px;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -5;
  opacity: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.header .top-cover .nav-list .submenu::-webkit-scrollbar {
  height: 15px;
}
.header .top-cover .nav-list .submenu::-webkit-scrollbar-button {
  background: rgba(0, 0, 0, 0.9);
}
.header .top-cover .nav-list .submenu::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0.9);
}
.header .top-cover .nav-list .submenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.header .top-cover .nav-list .submenu::-webkit-scrollbar-thumb {
  background-color: #0564a0;
  border: 1px solid #353b3f;
  border-radius: 100px;
}
.header .top-cover .nav-list .submenu .submenu-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;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.header .top-cover .nav-list .submenu .submenu-list li {
  width: 254.5454545455px;
  padding: 20px;
}
.header .top-cover .nav-list .submenu .submenu-list li:hover {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid #ffa807;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .top-cover .nav-list .submenu .submenu-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .top-cover .nav-list .submenu .submenu-list 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: 10px 0;
}
.header .top-cover .nav-list .submenu .submenu-list li .gameLogo-box .logo-img {
  width: 50px;
  height: 50px;
}
.header .top-cover .nav-list .submenu .submenu-list li .gameLogo-box .logo-txt {
  display: block;
  padding: 0 0 0 5px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
  text-align: center;
}
.header .btn-box {
  margin: 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;
}
.header .btn-box a {
  height: auto;
  padding: 3px 8px;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 0.875rem;
}
.header .btn-box a:not(:first-child) {
  margin-left: 5%;
}

footer {
  background: #282828;
  position: relative;
}
footer .footer-cover {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  footer .footer-cover {
    max-width: none;
    width: 95%;
  }
}
footer .footer-cover::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #404040;
}
footer .footer-cover .social-list {
  margin: 0 auto;
  padding: 10px 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;
}
footer .footer-cover .social-list .item {
  margin: 0 10px;
}
footer .footer-cover .social-list .item:hover {
  -webkit-filter: none;
          filter: none;
}
footer .footer-cover .social-list .item img {
  width: 20px;
  display: block;
  margin: auto;
}
footer .footer-cover .license-list {
  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;
}
footer .footer-cover .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;
}
footer .footer-cover .license-list .item img {
  display: block;
  margin: 10px 0;
  width: 40px;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.3));
          filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.3));
}
footer .footer-cover .license-list .item .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
footer .footer-cover .footer-logo-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}
footer .footer-cover .footer-logo-box li {
  -webkit-filter: grayscale(100%) brightness(1.5);
          filter: grayscale(100%) brightness(1.5);
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 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;
}
footer .footer-cover .footer-logo-box li img {
  max-width: 110px;
  max-height: 60px;
}
footer .footer-cover .footer-logo-box li:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
footer .footer-cover .footer-links-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;
}
footer .footer-cover .footer-links-box li {
  padding: 0 10px;
}
footer .footer-cover .footer-links-box li:not(:last-child) {
  border-right: 1px solid #fff;
}
footer .footer-cover .footer-links-box li a {
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}
footer .footer-cover .footer-links-box li a:hover {
  color: #ffff05;
}
footer .footer-cover .copy {
  color: #d9d9d9;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

body.home .header .top-cover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 1%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2));
}
body.home .main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgb(255, 255, 255)), to(#a9dee1));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 45%, #a9dee1 100%);
}
body.home .main .slick-dots li button:before {
  color: #0564a0;
}
body.home .main .section-cover {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  body.home .main .section-cover {
    max-width: none;
    width: 95%;
  }
}
body.home .main .about-cover .title-cover {
  padding: 10px 0;
}
body.home .main .about-cover .title-cover p {
  padding: 5px 0;
}
body.home .main .about-cover .title-cover .titile01 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  clip-path: polygon(0% 0%, 75% 0%, 86% 49%, 75% 100%, 0% 100%);
  background-color: rgb(18, 101, 168);
  width: 358px;
  padding: 10px 20px;
}
body.home .main .about-cover .title-cover .titile02 {
  font-size: 2.375rem;
  font-weight: bold;
  color: #0564a0;
  margin-left: 180px;
}
body.home .main .about-cover .txt-box {
  background: rgba(255, 255, 255, 0.82);
  padding: 20px;
}
body.home .main .about-cover .txt-box p {
  line-height: 1.6;
  letter-spacing: 1px;
}
body.home .main .guarantee-cover .title-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-bottom: 20px;
}
body.home .main .guarantee-cover .title-cover:before, body.home .main .guarantee-cover .title-cover::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 2px;
  background: #0564a0;
}
body.home .main .guarantee-cover .title-cover .title {
  position: relative;
  z-index: 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: auto;
  margin: 0 30px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
body.home .main .guarantee-cover .title-cover .title::before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 20%;
  left: -5%;
  z-index: -1;
  background: -webkit-gradient(linear, right top, left bottom, from(#003a69), color-stop(99%, #0363a1));
  background: linear-gradient(to bottom left, #003a69, #0363a1 99%);
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 35% 50%, 0 0%);
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.7));
}
body.home .main .guarantee-cover .title-cover .title::after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 20%;
  right: -5%;
  z-index: -2;
  background: -webkit-gradient(linear, right top, left bottom, from(#003a69), color-stop(99%, #0363a1));
  background: linear-gradient(to bottom left, #003a69, #0363a1 99%);
  clip-path: polygon(100% 0%, 65% 50%, 100% 100%, 0% 100%, 0% 50%, 0 0%);
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.7));
}
body.home .main .guarantee-cover .title-cover .title span {
  display: block;
  padding: 10px 60px;
  margin: 0 30px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  word-break: keep-all;
  background: -webkit-gradient(linear, right top, left bottom, from(#003a69), color-stop(99%, #0363a1));
  background: linear-gradient(to bottom left, #003a69, #0363a1 99%);
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.7));
}
body.home .main .guarantee-cover .guarantee-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.home .main .guarantee-cover .guarantee-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  padding: 0 20px 30px;
}
body.home .main .guarantee-cover .guarantee-list li:not(:last-child) {
  margin-right: 15px;
}
body.home .main .guarantee-cover .guarantee-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
body.home .main .guarantee-cover .guarantee-list li .guarantee-img {
  width: 105px;
  margin: auto;
}
body.home .main .guarantee-cover .guarantee-list li p {
  text-align: center;
  letter-spacing: 1px;
}
body.home .main .guarantee-cover .guarantee-list li .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0564a0;
  margin: 5px 0 20px;
}
body.home .main .guarantee-cover .guarantee-list li .t {
  line-height: 1.6;
  margin: 10px 0;
}

body.gameList {
  background-color: #fff;
  background-attachment: fixed;
  background-position: center top;
}
body.gameList .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.gameList .main .game-cover {
  background-color: #fff;
  background-size: cover;
  border-radius: 30px;
  width: 73%;
  min-height: 70vh;
  margin: 10vh 0 5vh;
  padding: 80px 10px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
body.gameList .main .game-cover .game-title {
  width: 230px;
  height: 100%;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
}
body.gameList .main .game-cover .game-title .page-title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  padding: 20px 40px;
}
body.gameList .main .game-cover .game-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 20px;
}
body.gameList .main .game-cover .game-list .game-item {
  width: calc(50% - 30px);
  margin: 10px 15px;
  border-radius: 20px;
  display: block;
  position: relative;
}
body.gameList .main .game-cover .game-list .game-item:hover .item-cover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.gameList .main .game-cover .game-list .game-item:hover .btn-box {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.gameList .main .game-cover .game-list .game-item .item-cover {
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.gameList .main .game-cover .game-list .game-item .item-cover:after {
  content: "";
  display: block;
  width: 95%;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 150%;
  pointer-events: none;
  background-position: right 20%;
}
body.gameList .main .game-cover .game-list .game-item .img-box {
  width: 300px;
  margin-left: auto;
}
body.gameList .main .game-cover .game-list .game-item .gameLogo-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.gameList .main .game-cover .game-list .game-item .gameLogo-box .logo-img {
  width: 80px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(1px 1px 1px #fff);
          filter: drop-shadow(1px 1px 1px #fff);
}
body.gameList .main .game-cover .game-list .game-item .gameLogo-box .logo-txt {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-shadow: -1.5px -1.5px 1px rgb(255, 255, 255), 1.5px -1.5px 1px rgb(255, 255, 255), -1.5px 1.5px 1px rgb(255, 255, 255), 1.5px 1.5px 1px rgb(255, 255, 255), 2px 2px 2px rgb(255, 255, 255);
}
body.gameList .main .game-cover .game-list .game-item .btn-box {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.gameList .main .game-cover .game-list .game-item .btn-box .btn-play {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

body.gameDetail {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgb(255, 255, 255)), to(rgb(164, 215, 225)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 24%, rgb(164, 215, 225) 100%);
  background-size: cover;
}
body.gameDetail .main .providers-cover .game-providers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 30px;
  position: relative;
}
body.gameDetail .main .providers-cover .game-providers li {
  padding: 5px 15px;
}
body.gameDetail .main .providers-cover .game-providers li.active {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
body.gameDetail .main .providers-cover .game-providers li.active .img-cover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #0564a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.gameDetail .main .providers-cover .game-providers li.active .name {
  background: #0564a0;
  color: #fff;
  font-weight: bold;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
body.gameDetail .main .providers-cover .game-providers li .img-cover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(60, 200, 235)), to(rgb(230, 245, 175)));
  background: linear-gradient(0deg, rgb(60, 200, 235), rgb(230, 245, 175));
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  padding: 7px;
  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-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  position: relative;
}
body.gameDetail .main .providers-cover .game-providers li .gamelogo {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
}
body.gameDetail .main .providers-cover .game-providers li .name {
  display: block;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  padding: 5px 20px;
}
body.gameDetail .main .game-cover .game-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
body.gameDetail .main .game-cover .game-list .item {
  width: calc(12.5% - 20px);
  margin: 10px;
  position: relative;
  overflow: hidden;
}
body.gameDetail .main .game-cover .game-list .item:hover .btn-box {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
          transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.gameDetail .main .game-cover .game-list .item:hover .img-cover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
body.gameDetail .main .game-cover .game-list .item:hover .name {
  color: #0564a0;
}
body.gameDetail .main .game-cover .game-list .item .img-cover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(60, 200, 235)), to(rgb(230, 245, 175)));
  background: linear-gradient(0deg, rgb(60, 200, 235), rgb(230, 245, 175));
  padding: 7px;
  border-radius: 5px;
}
body.gameDetail .main .game-cover .game-list .item .img-cover .img {
  background: #fff;
}
body.gameDetail .main .game-cover .game-list .item .name {
  display: block;
  text-align: center;
  padding: 10px 0;
}
body.gameDetail .main .game-cover .game-list .item .btn-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotateX(-105deg);
          transform: rotateX(-105deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.gameDetail .main .game-cover .game-list .item .btn-box .btn-play {
  padding: 10px 30px;
  border-radius: 30px;
  background: #ffa807;
  font-size: 0.875rem;
  font-weight: normal;
  color: #0564a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0 0 30px #000);
          filter: drop-shadow(0 0 30px #000);
}

body.gameHot {
  background-image: url(../../upload/game/hot_bg.jpg);
}
body.gameHot .main .game-cover {
  background-image: url(../../upload/game/hot_pick_bg.jpg);
}
body.gameHot .main .game-cover .game-title {
  background: linear-gradient(200deg, #f3c008 60%, rgba(70, 45, 0, 0.8) 90%);
}
body.gameHot .main .game-list .game-item .item-cover:after {
  background-image: url(../../upload/game/hot_opt_bg.jpg);
}

body.gameOB {
  background-image: url(../../upload/game/ob_bg.jpg);
}
body.gameOB .main .game-cover {
  background-image: url(../../upload/game/ob_pick_bg.jpg);
}
body.gameOB .main .game-cover .game-title {
  background: linear-gradient(200deg, #c59764 60%, rgba(70, 42, 0, 0.8) 90%);
}
body.gameOB .main .game-list .game-item .item-cover:after {
  background-image: url(../../upload/game/ob_opt_bg.jpg);
}

body.gameLive {
  background-image: url(../../upload/game/live_bg.jpg);
}
body.gameLive .main .game-cover {
  background-image: url(../../upload/game/live_pick_bg.jpg);
}
body.gameLive .main .game-cover .game-title {
  background: linear-gradient(200deg, rgb(115, 70, 255) 60%, rgba(20, 0, 70, 0.8) 90%);
}
body.gameLive .main .game-list .game-item .item-cover:after {
  background-image: url(../../upload/game/live_opt_bg.jpg);
}

body.gameSport {
  background-image: url(../../upload/game/sport_bg.jpg);
}
body.gameSport .main .game-cover {
  background-image: url(../../upload/game/sport_pick_bg.jpg);
}
body.gameSport .main .game-cover .game-title {
  background: linear-gradient(200deg, rgb(58, 62, 78) 60%, rgba(5, 5, 8, 0.8) 90%);
}
body.gameSport .main .game-list .game-item .item-cover:after {
  background-image: url(../../upload/game/sport_opt_bg.jpg);
}

body.gameLottery {
  background-image: url(../../upload/game/lotter_bg.jpg);
}
body.gameLottery .main .game-cover {
  background-image: url(../../upload/game/lotter_pick_bg.jpg);
}
body.gameLottery .main .game-cover .game-title {
  background: linear-gradient(200deg, #0f00fa 60%, rgba(0, 6, 60, 0.8) 90%);
}
body.gameLottery .main .game-list .game-item .item-cover:after {
  background-image: url(../../upload/game/lotter_opt_bg.jpg);
}

body.gameBingo {
  background-image: url(../../upload/game/bingo_bg.jpg);
}
body.gameBingo .main .game-cover {
  background-image: url(../../upload/game/bingo_pick_bg.jpg);
}
body.gameBingo .main .game-cover .game-title {
  background: linear-gradient(200deg, rgb(250, 115, 0) 60%, rgba(60, 30, 0, 0.8) 90%);
}
body.gameBingo .main .game-list .game-item .item-cover:after {
  background-image: url(../../upload/game/bingo_opt_bg.jpg);
}

body.gameChess {
  background-image: url(../../upload/game/chess_bg.jpg);
}
body.gameChess .main .game-cover {
  background-image: url(../../upload/game/chess_pick_bg.jpg);
}
body.gameChess .main .game-cover .game-title {
  background: linear-gradient(200deg, rgb(4, 197, 197) 60%, rgba(0, 55, 45, 0.8) 90%);
}
body.gameChess .main .game-list .game-item .item-cover:after {
  background-image: url(../../upload/game/chess_opt_bg.jpg);
}

body.gameSabong {
  background-image: url(../../upload/game/sabong_bg.jpg);
}
body.gameSabong .main .game-cover {
  background-image: url(../../upload/game/sabong_pick_bg.jpg);
}
body.gameSabong .main .game-cover .game-title {
  background: linear-gradient(200deg, #f52323 60%, rgba(70, 0, 0, 0.8) 90%);
}
body.gameSabong .main .game-list .game-item .item-cover:after {
  background-image: url(../../upload/game/sabong_opt_bg.jpg);
}

body.gameSlot {
  background-image: url(../../upload/game/slot_bg.jpg);
}

body.gameFish {
  background-image: url(../../upload/game/fish_bg.jpg);
}

body.promo.promotions {
  background: url(../../upload/promo-title.png) center 100px no-repeat, url(../../upload/promo-bg.jpg) center no-repeat;
}
body.promo.promoDetail {
  background: url(../../upload/promo-page.png) center 100px no-repeat, url(../../upload/promo-bg.jpg) center no-repeat;
  background-size: 72%, cover;
}
body.promo .main {
  margin-top: 20%;
}
body.promo .main .promo-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.promo .main .promo-list li {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.promo .main .promo-list li .item:hover {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: brightness(1.2) drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.promo .main .promo-list li .tool-bar {
  background: #a9dee1;
  text-align: center;
  padding: 10px;
}
body.promo .main .promo-list li .tool-bar .time {
  font-size: 0.875rem;
  font-weight: bormal;
  color: #0564a0;
  margin: 0 10px;
}
body.promo .main .promo-txt {
  padding: 20px 0;
  line-height: 1.6;
}
body.promo .main .promo-txt .txt-title {
  font-size: 1rem;
  font-weight: bold;
  color: #0564a0;
}

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

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;
}
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-tag {
  display: inline-block;
  margin: 0 3px;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-style: italic;
  border-radius: 3px;
  padding: 0 8px;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip0 {
  background: #999;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip1 {
  background: #e77000;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip2 {
  background: #f1a212;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip3 {
  background: #001ca4;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip4 {
  background: #118b22;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip5 {
  background: #3c3c3c;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-vip6 {
  background: #e41b3a;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-count {
  color: red;
}
body.vip .membership-cover .level-top .title-cover .level-txt .tag-level {
  color: #0564a0;
  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;
  padding-top: 15px;
  width: 100%;
}
body.vip .membership-cover .rights-cover .rights-box {
  max-width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2px;
  text-align: center;
}
body.vip .membership-cover .rights-cover .number {
  font-size: 1.25rem;
  font-weight: bold;
}
body.vip .membership-cover .rights-cover .txt span {
  display: block;
}
body.vip .membership-cover .rights-cover .txt .t {
  font-size: 0.875rem;
}
body.vip .membership-cover .rights-cover .txt .note {
  font-size: 0.875rem;
  opacity: 0.7;
  line-height: 1.2;
}
body.vip .level-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin: 40px 0 20px;
}
body.vip .level-step::before, body.vip .level-step::after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 1;
  border-radius: 5px;
}
body.vip .level-step::before {
  width: 100%;
  background: #ccc;
  border-radius: 5px;
}
body.vip .level-step::after {
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#3ca6f3), to(#0564a0));
  background: linear-gradient(to right, #3ca6f3, #0564a0);
}
body.vip .level-step.level-0::after {
  width: 16.6666666667%;
}
body.vip .level-step.level-0 li:nth-child(1) span {
  color: #0564a0;
  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: #0564a0;
  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: #0564a0;
  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: #0564a0;
  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: #0564a0;
  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: #0564a0;
  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: #0564a0;
  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;
}
body.vip .level-step li span {
  opacity: 0.6;
  text-align: center;
}
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, right top, left bottom, from(#003a69), color-stop(99%, #0363a1));
  background: linear-gradient(to bottom left, #003a69, #0363a1 99%);
  padding: 15px;
  margin: auto;
}
body.vip .level-next .rights-cover .rights-box {
  position: relative;
}
body.vip .level-next .rights-cover .rights-box:not(:last-child)::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: #ffa807;
}
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-table {
  width: 100%;
  background: #f1f1f1;
}
body.vip .level-table tr {
  height: 70px;
}
body.vip .level-table .level-img th, body.vip .level-table .level-img td {
  border: none;
}
body.vip .level-table .level-img img {
  width: 120px;
  height: 150px;
  margin: auto;
}
body.vip .level-table .level-name {
  background: -webkit-gradient(linear, right top, left bottom, from(#3ca6f3), color-stop(99%, #1f93e4));
  background: linear-gradient(to bottom left, #3ca6f3, #1f93e4 99%);
  height: 40px;
}
body.vip .level-table .level-name th {
  background: -webkit-gradient(linear, right top, left bottom, from(#3ca6f3), color-stop(99%, #1f93e4));
  background: linear-gradient(to bottom left, #3ca6f3, #1f93e4 99%);
}
body.vip .level-table .level-name p {
  color: #fff;
}
body.vip .level-table th, body.vip .level-table td {
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
body.vip .level-table th {
  background: #dddddd;
  font-weight: normal;
  width: 138px;
}
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.login, body.forgotpassword {
  background: url(../../upload/bg-login.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 .login-cover, body.forgotpassword .login-cover {
  width: 400px;
  margin: auto auto auto 50%;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(2px 6px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 6px 5px rgba(0, 0, 0, 0.2));
}
body.login .login-cover .login-tab-btn, body.forgotpassword .login-cover .login-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body.login .login-cover .login-tab-btn .title, body.forgotpassword .login-cover .login-tab-btn .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0564a0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
body.login .login-cover .login-tab-btn .title:not(.active), body.forgotpassword .login-cover .login-tab-btn .title:not(.active) {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
body.login .login-cover .login-tab-btn .btn-back, body.forgotpassword .login-cover .login-tab-btn .btn-back {
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.login .login-cover .login-tab-btn .btn-back .icon, body.forgotpassword .login-cover .login-tab-btn .btn-back .icon {
  color: #0564a0;
}
body.login .login-cover .login-tab-content, body.forgotpassword .login-cover .login-tab-content {
  padding: 10px 20px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
body.login .login-cover .login-tab-content .login-content, body.forgotpassword .login-cover .login-tab-content .login-content {
  display: none;
}
body.login .login-cover .login-tab-content .login-content.open, body.forgotpassword .login-cover .login-tab-content .login-content.open {
  display: block;
}
body.login .login-cover .login-tab-content .form-block, body.forgotpassword .login-cover .login-tab-content .form-block {
  margin-bottom: 20px;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-label, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-label {
  width: 100%;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-input, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-input {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-input input, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-input input {
  width: auto;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-code, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-code {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-code input, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-code input {
  padding: 10px 20px;
}
body.login .login-cover .login-tab-content .form-block .form-item .form-code span, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .form-code span {
  cursor: pointer;
  display: block;
  padding: 10px;
  font-size: 0.875rem;
  border-radius: 100px;
}
body.login .login-cover .login-tab-content .form-block .form-item .icon, body.forgotpassword .login-cover .login-tab-content .form-block .form-item .icon {
  opacity: 0.6;
}
body.login .login-cover .login-tab-content .btn-cover button, body.login .login-cover .login-tab-content .btn-cover a, body.forgotpassword .login-cover .login-tab-content .btn-cover button, body.forgotpassword .login-cover .login-tab-content .btn-cover a {
  border-radius: 100px;
}
body.login .login-cover .login-tab-content .href-cover, body.forgotpassword .login-cover .login-tab-content .href-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}
body.login .login-cover .login-tab-content .href-cover a, body.forgotpassword .login-cover .login-tab-content .href-cover a {
  text-align: center;
  font-size: smaller;
  padding: 5px;
}
body.login .login-cover .login-tab-content .href-cover .a01, body.forgotpassword .login-cover .login-tab-content .href-cover .a01 {
  width: 100%;
}
body.login .login-cover .login-tab-content .href-cover .a02, body.forgotpassword .login-cover .login-tab-content .href-cover .a02 {
  width: 50%;
  text-align: right;
}