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

html {
  background: #000;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: linear-gradient(135deg, #e3e0e0, #e3e0e0 20%, #d9d7d7 0, #d9d7d7 30%, #e3e0e0 0, #e3e0e0 32%, #d9d7d7 0, #d9d7d7 33%, #e3e0e0 0, #e3e0e0 60%, #d9d7d7 0, #d9d7d7 75%, #e5e4e4 0);
  max-width: 500px;
  margin: 0 auto;
}
body.accountPage {
  background-color: #fff;
}
body.mywallet .content-cover {
  padding: 0;
}
body.mywallet .deposit-tools {
  background: linear-gradient(135deg, #ef6c0f, #ef6c0f 45%, #f57c27 0, #ef6c0f);
  margin: 5px 20px;
}
body.mywallet .wallet-cover {
  padding: 20px;
}
body .app-cover {
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7a034), to(rgba(255, 153, 0, 0.7019607843)));
  background: linear-gradient(180deg, #f7a034, rgba(255, 153, 0, 0.7019607843));
}
body .app-cover .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .app-cover .close-btn .cross, body .app-cover .close-btn .cross:after {
  background: #fff;
  width: 30px;
}
body .app-cover .close-btn .cross {
  width: 20px;
  height: 2px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #2b2261;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .app-cover .close-btn .cross:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #2b2261;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .app-cover .txt-ad {
  padding: 0 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .app-cover .txt-ad .logo-app {
  width: 40px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
body .app-cover .txt-ad .txt-box {
  width: auto;
  margin: 0 7px;
}
body .app-cover .txt-ad .txt-box span {
  display: block;
  padding: 1px 0;
  color: #2b2261;
}
body .app-cover .txt-ad .txt-box .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000;
}
body .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
}
body .content-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 20px;
}
body .tab-content-cover .tab-content-box {
  display: none;
}
body .tab-content-cover .tab-content-box.open {
  display: block;
}
body .top.page-header {
  padding: 20px 20px 10px;
  position: relative;
  background: #383838;
}
body .top.page-header .title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #ffffff;
  pointer-events: none;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .top.page-header .btn-box .icon {
  color: #777;
}
body .top.account-header {
  padding: 0;
}
body .top.account-header .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #777;
  padding: 10px 20px;
}
body .top.account-header .btn-box {
  padding: 20px;
  background: #fff;
}
body .top.account-header .btn-box .icon {
  color: #212121;
}
body .top.close-header, body .top.back-header {
  padding: 20px 20px 10px;
  position: relative;
}
body .top.close-header .title, body .top.back-header .title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #777;
  pointer-events: none;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .top .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body .top .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body .top .btn-box .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .top .btn-box .btn-close {
  margin-left: auto;
}
body .top .btn-box .icon {
  font-size: 1.125rem;
  margin-right: 5px;
}
body .top .btn-box .icon.icon-cross {
  color: #444;
}
body .top .btn-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .top .btn-box .btn span {
  font-size: 0.75rem;
}
body .wallet-cover {
  padding: 20px 0 10px;
}
body .wallet-cover .money-right {
  text-align: right;
}
body .wallet-cover .money-center {
  text-align: center;
}
body .wallet-cover .money span {
  display: inline-block;
}
body .wallet-cover .money .total-num {
  font-size: 2.125rem;
  font-weight: normal;
  color: #ef6c0f;
  margin-right: 5px;
}
body .wallet-cover .money .icon-cover {
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
body .wallet-cover .money .icon-cover:hover .icon, body .wallet-cover .money .icon-cover:hover .t {
  color: rgba(255, 153, 0, 0.7019607843);
}
body .wallet-cover .money .icon-cover .icon {
  margin-left: 5px;
}
body .wallet-cover .money .icon-cover .t {
  margin-left: 5px;
}
body .wallet-cover .currency, body .wallet-cover .money span, body .wallet-cover .icon {
  font-size: 0.875rem;
  font-weight: normal;
  color: #535353;
}

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

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

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

.page-note {
  padding: 5px;
  background: #f7f7f7;
}
.page-note p {
  text-align: center;
  font-size: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.list-details {
  background-color: #f7f7f7;
}
.list-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 6px;
  padding: 10px;
}
.list-details li span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: #535353;
}

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

.deposit-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 106px;
  background: #ef6c0f;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px #333;
          box-shadow: 0 2px 5px #333;
}
.deposit-tools a {
  margin: auto 0;
}
.deposit-tools a img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.deposit-tools a span {
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}

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

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

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

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

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

.tab2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.tab2-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #f95000;
  color: #f95000;
  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: #f95000;
  color: #fff;
}

.page-tab-cover .page-tab-list {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #f95000;
}
.page-tab-cover .page-tab-list li {
  word-break: keep-all;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px;
}
.page-tab-cover .page-tab-list li.active {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f95000), to(#ef6c0f));
  background-image: linear-gradient(180deg, #f95000 60%, #ef6c0f);
}

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

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

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

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

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

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

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

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

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

.step-cover {
  width: 100%;
  padding: 20px;
}
.step-cover .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-cover .step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #ccc;
  color: #ccc;
  font-weight: bold;
}
.step-cover .step-list li.done {
  border-color: #ef6c0f;
  color: #fff;
  background: #ef6c0f;
  -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: #ef6c0f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.maintain-box .maintain-list {
  margin-bottom: 50px;
}
.maintain-box .maintain-list .maintain-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ef6c0f;
  padding: 5px 0;
  margin-top: 10px;
}

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

.txt-tag {
  color: rgba(255, 153, 0, 0.7019607843) !important;
  font-weight: bold !important;
}

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

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

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

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

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

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

.lightBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.lightBox:before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lightBox.open {
  display: block;
}
.lightBox .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, #ef6c0f;
  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 #ef6c0f;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
}
.lightBox .all-cover .check-box .all-check:checked:after {
  content: "";
  display: block;
  width: 80%;
  height: 120%;
  border: 3px solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -40%);
          transform: rotate(45deg) translate(-50%, -40%);
}
.lightBox .all-cover .btn-cover button, .lightBox .all-cover .btn-cover a {
  width: auto;
  max-width: none;
}
.lightBox .service-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  position: fixed;
  bottom: 10%;
  left: 0;
}
.lightBox .service-cover a {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}
.lightBox .service-cover a .icon-box {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
}
.lightBox .service-cover a .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.lightBox .service-cover .line-box .icon-box {
  background: #00b900;
}
.lightBox .service-cover .call-box .icon-box {
  background: #ef6c0f;
}
.lightBox .lightBox-box {
  min-height: 200px;
  max-height: 70vh;
  width: 90%;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 10px 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lightBox .lightBox-box .btn-xx {
  display: block;
  margin: 10px 0 0 auto;
}
.lightBox .lightBox-box .btn-xx .icon {
  color: #777;
}
.lightBox .lightBox-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
  padding: 0;
  text-align: center;
}
.lightBox .lightBox-box .txt-left {
  text-align: left;
}
.lightBox .lightBox-box .txt p, .lightBox .lightBox-box .txt span, .lightBox .lightBox-box .txt a {
  font-size: 1rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.6;
}
.lightBox .lightBox-box .news-box {
  width: 100%;
  text-align: left;
}
.lightBox .lightBox-box .news-box .item {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.lightBox .lightBox-box .news-box .time {
  font-size: 0.75rem;
}
.lightBox .lightBox-box .title {
  text-align: center;
  padding: 5px 0;
  font-size: 1.25rem;
}
.lightBox .lightBox-box .img {
  width: 90px;
  height: 90px;
  margin: 10px auto;
}

body.home .header {
  background-color: #383838;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .header .logo {
  width: 110px;
  height: 35px;
}
body.home .header .tools {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .header .tools .msg-header {
  display: block;
  width: 20px;
  margin-left: 10px;
}
body.home .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(135deg, #e3e0e0, #e3e0e0 20%, #d9d7d7 0, #d9d7d7 30%, #e3e0e0 0, #e3e0e0 32%, #d9d7d7 0, #d9d7d7 33%, #e3e0e0 0, #e3e0e0 60%, #d9d7d7 0, #d9d7d7 75%, #e5e4e4 0);
  overflow: hidden;
  padding: 0;
}
body.home .main .marquee-cover {
  overflow-x: visible;
  padding: 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .marquee-cover .title {
  padding: 2px 5px;
}
body.home .main .marquee-cover .title .icon {
  color: #ef6c0f;
}
body.home .main .marquee-cover .marquee {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
body.home .main .marquee-cover .marquee li {
  font-size: 0.75rem;
  font-weight: normal;
  color: #ef6c0f;
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0.8em;
  float: left;
  margin-right: 30px;
}
body.home .main .wallet-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
body.home .main .wallet-item span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #181818;
}
body.home .main .wallet-item .wallet-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .wallet-item .wallet-amount span {
  font-size: 1.25rem;
}
body.home .main .wallet-item .wallet-amount .icon {
  margin-right: 5px;
}
body.home .main .wallet-item .wallet-amount .icon::before {
  content: "$";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  color: #000;
  background: #feb737;
  border-radius: 50%;
  padding: 3px;
  font-weight: bold;
  font-size: 0.75rem;
}
body.home .main .wallet-item .notlogin {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home .main .wallet-item .notlogin a {
  display: block;
  color: #181818;
}
body.home .main .wallet-item .wallet-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .wallet-item .wallet-func a {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../../../upload/lobby_center_bg.png) bottom center no-repeat;
  background-size: auto 100%;
  margin-left: 10px;
}
body.home .main .wallet-item .wallet-func a img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
body.home .main .wallet-item .wallet-func a span {
  text-align: center;
}
body.home .main .game-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 10px 5px 0;
}
body.home .main .game-cover .gameBtn-list-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list {
  height: 100%;
  margin: 0 5px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li {
  min-width: 65px;
  height: 60px;
  border-radius: 15px;
  background-color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f79c5c), to(#f76600));
  background: linear-gradient(180deg, #f79c5c, #f76600);
  -webkit-box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.4);
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li img {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
body.home .main .game-cover .gameBtn-list-cover .gameBtn-list li span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
body.home .main .game-cover .gameItem-list-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none !important;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2.gameItem-noneImg li .logo {
  width: 90px;
  height: 90px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li {
  width: calc(50% - 5px);
  height: 115px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li:nth-child(odd) {
  margin-right: 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li .img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-line2 li .logo {
  width: 60px;
  height: 60px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-noneImg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-noneImg li .img {
  display: none;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.gameItem-noneImg li .logo {
  position: static;
  margin: auto;
  width: 120px;
  height: 120px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  background: url(../../../upload/game_box_bg_big.png) center center no-repeat;
  background-size: 100% 100%;
  height: 140px;
  padding: 5px;
  margin-bottom: 5px;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li .img {
  max-width: none;
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
}
body.home .main .game-cover .gameItem-list-cover .gameItem-list li .logo {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 10px;
}

body.game .top .title, body.game .top .btn-box .icon {
  color: #fff;
}
body.game .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #ef6c0f;
  border-radius: 4px;
  overflow-x: auto;
}
body.game .sub-menu li {
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  min-width: 33.3333333333%;
  text-align: center;
  background: #f79c5c;
}
body.game .sub-menu li:not(:last-child) {
  border-right: 1px solid #ef6c0f;
}
body.game .sub-menu li.active {
  background: #ef6c0f;
}
body.game .game-providers {
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: auto;
  margin: 10px 0;
}
body.game .game-providers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 5px 20px;
}
body.game .game-providers li.active {
  background: rgba(0, 0, 0, 0.4);
}
body.game .game-providers li .gamelogo {
  width: 30px;
  height: 30px;
}
body.game .game-providers li .name {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.75rem;
  margin-left: 5px;
}
body.game .search-bar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
body.game .search-bar-box input {
  background: #fff;
  padding: 7px 15px;
  width: 100%;
}
body.game .search-bar-box .btn-search {
  background: #ef6c0f;
  padding: 7px 15px;
}
body.game .game-cover .game-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
body.game .game-cover .game-list .item {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 20px;
}
body.game .game-cover .game-list .item:not(:nth-child(3n+3)) {
  margin-right: 15px;
}
body.game .game-cover .game-list .item .img {
  width: 100px;
  height: 100px;
}
body.game .game-cover .game-list .item .name {
  display: block;
  color: #777;
  text-align: center;
  padding: 2px 0 5px;
}

footer {
  width: 100%;
}
footer .footer-nav {
  background: #383838;
  width: 100%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
footer .footer-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
footer .footer-nav li.active a.icon, footer .footer-nav li.active a p {
  color: #ef6c0f;
}
footer .footer-nav li .icon {
  color: #777;
  font-size: 1.25rem;
}
footer .footer-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 55px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  padding-top: 5px;
}
footer .footer-nav li a p {
  font-size: 0.75rem;
  font-weight: normal;
  color: #9E9E9E;
  padding: 2px 0 8px;
}

body.promotions .top .title {
  color: #fff;
}
body.promotions .drop-down-cover {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
body.promotions .content-cover {
  padding: 0;
}
body.promotions .promotions-list {
  padding: 10px 20px;
}
body.promotions .promotions-list li {
  padding: 5px 0;
}
body.promotions .promotions-list .tool-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.promotions .promotions-list .tool-bar span {
  font-size: 0.75rem;
  display: block;
}
body.promotions .promotions-list .tool-bar .time {
  color: #ef6c0f;
}
body.promotions .promotions-list .tool-bar .btn-href {
  background: #ef6c0f;
  padding: 2px 5px;
  border-radius: 2px 2px 0 0;
  color: #ccc;
}
body.promotions .promotions-list .item {
  display: block;
}

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

body.account .top {
  padding: 20px 20px 0;
}
body.account .top .btn-box span {
  color: #181818;
}
body.account .wallet-cover .currency span, body.account .wallet-cover .money span, body.account .wallet-cover .icon {
  color: #181818;
}
body.account .account-list {
  padding-top: 20px;
}
body.account .account-list li {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
body.account .account-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.account .account-list li a .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef6c0f), to(#ef6c0f));
  background-image: linear-gradient(180deg, #ef6c0f, #ef6c0f);
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
body.account .account-list li a span {
  display: block;
  color: #181818;
  margin-left: 10px;
}

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

body.deposit .content-cover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #f7f7f7));
  background-image: linear-gradient(180deg, #fff, #f7f7f7 30%);
}
body.deposit .deposit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.deposit .deposit-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 50px;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: calc(50% - 5px);
}
body.deposit .deposit-list .item:nth-child(odd) {
  margin-right: 10px;
}
body.deposit .deposit-list .item.active {
  background: #f95000;
}
body.deposit .deposit-list .item.active .name {
  color: #fff;
}
body.deposit .deposit-list .item .icon-box {
  width: 30px;
  margin: 0 5px;
}
body.deposit .deposit-list .item .name {
  margin-left: 10px;
  color: #000;
}
body.deposit .deposit-options .options {
  display: none;
}
body.deposit .deposit-options .options.open {
  display: block;
}

body.mission .content-cover {
  background-color: #f7f7f7;
}
body.mission .content-cover .mission-period {
  color: #ce2323;
  padding: 10px 0;
}
body.mission .content-cover .mission-list .mission-item {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 #ccc;
          box-shadow: 0 2px 4px 0 #ccc;
  margin-bottom: 10px;
  padding: 15px;
}
body.mission .content-cover .mission-list .mission-item .mission-title {
  color: #777;
  font-weight: bold;
}
body.mission .content-cover .mission-list .mission-item .mission-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
body.mission .content-cover .mission-list .mission-item .mission-progress .threshold-text {
  font-size: 0.875rem;
}
body.mission .content-cover .mission-list .mission-item .mission-progress .progress-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.mission .content-cover .mission-list .mission-item .mission-progress .progress-box .progress-text {
  font-size: 0.75rem;
}
body.mission .content-cover .mission-list .mission-item .mission-progress .progress-box .progress-bar {
  border: 1px solid #ffba00;
  border-radius: 20px;
  height: 10px;
  margin-left: 5px;
  overflow: hidden;
  width: 60px;
}
body.mission .content-cover .mission-list .mission-item .reward-row {
  color: #ce2323;
  font-size: 0.75rem;
}

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