@charset "UTF-8";

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: Arial, "微軟正黑體"; */
  font-family: "Noto Sans TC", sans-serif;
  color: #333333;
  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 {
  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 {
  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: 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] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  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;
}

* {
  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: bold;
  width: 100%;
  max-width: 100%;
}

/*去除input在ios上的圓角*/
input {
  border-radius: 0;
  -webkit-appearance: none;
}

/* 去除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;
}

@keyframes game {
  40% {
    filter: brightness(1.2);
  }

  50% {
    filter: brightness(1.4) drop-shadow(0 0 30px #f5de8383);
  }

  65% {
    filter: brightness(1.2) drop-shadow(0 0 50px #f5de8383);
  }

  90% {
    filter: brightness(1.1);
  }
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 1250px) {
  body::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    /* width: 100vw; */
    height: 100vh;
    max-width:500PX
  }
}

body .player-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

body .player-box .user-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

header .player-box .user-cover {
  position: relative;
  margin-right: 10px;
}

header .player-box .vip-cover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) skewX(-5deg);
  background: #B68111;
  padding: 2px 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .player-box .vip-cover span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}

body .player-box .user-mail {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  /* overflow: hidden; */
  margin-left: 10px;
  margin-top: 7px;
}

body .player-box .txt-box {
  margin: auto 0;
}

body .player-box .txt-box .user-name {
  font-size: 1.25rem;
}

body .player-box .txt-box .wallet {
  font-size: 0.75rem;
  font-weight: normal;
  color: #B68111;
}

body .player-box .main .btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

body .player-box .main .btn-box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

body .main {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  overflow: hidden;
}

body .main .main-cover .main-btn {
  justify-content: space-around;
  margin: 10px 0;
}

body .main .main-cover .main-btn .btn {
  padding: 5px 10px;
  width: calc(100%/3 - 10px);
  font-size: 0.875rem;
}

body .main .main-cover .wallet-btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 20px 0 0;
  padding: 10px 0 0;
}

body .main .main-cover .wallet-btn .btn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

body .main .main-cover .wallet-btn .btn .icon {
  max-height: 40px;
  max-width: 40px;
}

body .main .main-cover .wallet-btn .btn .t {
  font-size: 1rem;
  text-align: center;
  padding: 5px 0 0;
  font-weight: 500;
}

body .main .main-cover .wallet-btn .wallet .t {
  color: #FF0000;
}

body .main .main-wallet {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 20px;
}

body .main .main-wallet .icon {
  max-height: 40px;
  max-width: 40px;
}

body .main .main-wallet .t {
  font-size: 0.875rem;
  padding: 5px 0 0;
  color: #FF0000;
  width: auto;
  padding: 0 10px;
}

body .main .point_list {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 40px;
}

body .main .point_list .point_t {
  width: calc(100%/3);
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}

body .main .point_list .point_t span {
  display: block;
  font-size: 0.875rem;
}

body .main .point_list .point_t .img-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 110px;
  /* border: 1px solid #B68111; */
  border-radius: 5px;
  /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.3); */
}

body .main .point_list .point_t .img-cover img {
  max-height: 46px;
  width: auto;
}

body .main .point_list .point_t .point_number {
  /* border: 1px solid #C2C2C2; */
  border-radius: 5px;
  padding: 2px;
  color: #FF0000;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); */
}

body .main .features-list>li:not(:last-child) a p {
  border-bottom: 1px solid #ECECEC;
}

body .main .features-list>li a,
body .main .features-list>li .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

body .main .features-list>li a .img-box,
body .main .features-list>li .item .img-box {
  margin: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

body .main .features-list>li a .img-box img,
body .main .features-list>li .item .img-box img {
  max-height: 30px;
  width: 30px;
  display: none;
}

body .main .features-list>li a p,
body .main .features-list>li .item p {
  font-size: 0.875rem;
  padding: 18px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .main .features-list>li a p::after,
body .main .features-list>li .item p::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  padding: 0 12px;
  background: url(../../../upload/icon/arrow-right.svg) center center no-repeat;
}

body .main .addCard {
  margin: 20px 0 10px;
}

body .main .addCard .bankName {
  font-size: 1.875rem;
}

body .main .addCard .bankNumber {
  margin: 10px 0 0;
}

body .main .addCard .bankNumber span {
  font-size: 1.25rem;
  margin-right: 10px;
}

body .main .addCard .date {
  padding: 20px 0;
}

body .main .addCard .date span {
  display: block;
  font-size: 0.875rem;
}

body .main .addCard .tag {
  padding: 20px 0;
  border-top: 1px solid #B68111;
  font-size: 0.875rem;
}

body .main .btn-change {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body .main .btn-change .btnXX {
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .main .btn-change .btnXX .cross {
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}

body .main .btn-change .btnXX .cross:after {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  transform: rotate(-90deg);
  transition: 0.5s;
}

body .main .btn-change.remove .btnXX {
  width: 24px;
  height: 24px;
  background: #FF0000;
  border-radius: 50%;
}

body .main .btn-change.remove .cross {
  width: 15px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
}

body .main .btn-change.remove .cross:after {
  background: #fff;
}

body .main .btn-change.remove .t {
  font-size: 0.875rem;
}

body .main .btn-change.add {
  margin: 20px 0;
}

body .main .btn-change.add .cross {
  width: 15px;
  height: 3px;
}

body .main .upload-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 10px;
  margin: -5px 0;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 5px;
  border-bottom: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}

body .main .upload-content .upload-item {
  width: 100%;
  display: none;
}

body .main .upload-content .upload-item.open {
  display: block;
}

body .main .upload-content .upload-pic img {
  max-height: 80px;
  width: auto;
  margin: auto;
}

body .main .upload-content .upload-pic .t {
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
  color: #989898;
}

body .main .upload-content .btn-change {
  margin: 5px auto 5px;
  justify-content: center;
}

.content-cover {
  /* padding: 10px; */
  border-radius: 0 5px 5px 0;
  /* box-shadow: 40px 10px 35px rgba(0, 0, 0, 0.2); */

}



.content-txt {
  margin-bottom: 10px;
  padding: 10px;
  margin-top: 1rem;
}

.content-txt .title {
  font-size: 1rem;
  padding-bottom: 5px;
}

.content-txt .title2 {
  font-size: 1.5rem;
}
.content-txt .title2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 20px;
  margin: auto 10px auto 0;
  background: linear-gradient(to bottom, #B68111, #F5DF83);
}


.content-txt .title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 24px;
  margin: auto 10px auto 0;
}

.content-txt .tag-title {
  border-bottom: 1px solid #B68111;
  padding: 10px 0;
}

.content-txt .tag-title span {
  display: inline-block;
}

.content-txt .tag-title .title::before {
  display: none;
}

.content-txt .tag {
  margin-right: 10px;
}

.content-txt .sale-img {
  padding: 20px 0 0;
}

.content-txt .txt {
  padding: 0px 0;
  line-height: 2;
}

.content-txt .txt p {
  font-size: 1rem;
}

.content-txt time {
  font-size: 0.875rem;
  font-weight: normal;
  color: #636060;
  padding: 0 0 10px;
  display: block;
}

.content-none {
  border-radius: 5px;
  min-height: 190px;
  padding: 20px 34px;
}

.content-none .txt {
  padding: 20px 0;
  text-align: center;
}

.content-none .txt p {
  font-size: 0.875rem;
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab li {
  flex: 1;
}

/* .tab-cover {
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid;
  padding: 20px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 2rem;
} */

.tab-cover {
  margin-top: -2rem;
  float: right;
}

.tab-cover .tab-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
}

.tab-cover .tab-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  text-align: center;
  padding: 0 10px;
  height: 25px;
  margin: 0 10px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  color: #989898;
  word-break: keep-all;
}

.tab-cover .tab-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content {
  padding-top: 10px;
}

.tab-content .tab-content-box {
  display: none;
}

.tab-content .tab-content-box.open {
  display: block;
}

.sale-item .txt {
  display: none;
}


.tab-cover3 {
  /* margin-bottom: -20px; */
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 2rem;
  background-color: #fff;
}



.tab-cover3 .tab-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
}

.tab-cover3 .tab-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  text-align: center;
  padding: 0 10px;
  height: 25px;
  margin: 0 10px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  color: #989898;
  word-break: keep-all;
}

.tab-cover3 .tab-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}




.form_tab li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 5px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); */
  font-size: 1rem;
  font-weight: normal;
  color: #989898;
  transition: all 0.3s;
  color: #333;
  padding: 5px 10px;
  position: relative;
  background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
  border-radius: 8px;
  border: 1px solid #989898;
  border-width: 0 1px 1px;
  border-color: transparent #c2c2c2 #989898;
  box-shadow: 0px 0px 4px #00000059;
}

.form_tab li:not(:last-child) {
  margin-right: 10px;
}

.form_tab li.active {
  /* box-shadow: none;
  transition: all 0.3s; */
  background: linear-gradient(to bottom, #A3A3A3, #D8D8D8 25%, #d8d8d8);
    color: #000;
    box-shadow: 1px 3px 5px #00000040 inset;
    transition: all 0.3s;
    border-bottom-color: #d8d8d8;
}

.table-cover {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  margin: 20px 0 0;
}

.table {
  table-layout: fixed;
  width: 100%;
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.table th,
.table td {
  font-size: 0.875rem;
  text-align: center;
  padding: 15px 0;
}

.table thead tr th {
  position: sticky;
  top: 0;
}

.table-btn {
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.table-btn .txt,
.table-btn .table-txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-btn .txt span,
.table-btn .table-txt span {
  display: block;
  padding: 5px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #000;
}

.table-btn .btn-box button {
  padding: 5px 10px;
  font-size: 0.875rem;
  margin-left: 220px;
}

.fail {
  color: #FF0000;
  text-decoration: underline;
}

.verification {
  color: #989898 !important;
}

.table-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #B68111;
}

.table-total p {
  font-size: 0.875rem;
}

.table-total .val {
  text-align: right;
}

.form_content.lock {
  display: none;
}

.form_content .form_top {
  padding: 15px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.form_content .form_txt {
  padding: 20px 0;
  font-size: 0.875rem;
}

.form_content .form_txt .img {
  margin: 5px auto;
}

.form_content .form_item {
  padding: 10px 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #B68111;
}

.form_content .form_item3 {
  padding: 15px 0;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #B68111;
}


.form_content .form_item .form_title {
  width: auto;
  word-break: keep-all;
  font-size: 1rem;
  flex: 1;
}

.form_content .form_item .txt_input,
.form_content .form_item textarea {
  /* flex: 1; */
  text-align: right;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  padding: 5px;
  width: 45%;
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%) inset;
}

.form_content .form_item .txt_show{
  flex: 1;
  text-align: right;
  font-size: 0.875rem;
}

.form_content .form_item .txt_input2 {
  font-size: 1rem;
  width: 190px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  text-align: left;
  padding: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) inset;
}

.form_content .form_item textarea {
  min-height: 150px;
}

.form_content .form_item .icon {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.form_content .form_item .btn-copy {
  margin-left: 10px;
}



.form_content .form_item2 {
  padding: 10px 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.form_content .form_item2 img {
  width: 35px;

}


.form_content .form_item2 .form_title {
  width: auto;
  word-break: keep-all;
  font-size: 1rem;
  flex: 1;
  margin-left: 3px;
}

.form_content .form_item .txt_show{
  flex: 1;
  text-align: right;
  font-size: 0.875rem;
}

.form_content .form_item2 .txt_input,
.form_content .form_item textarea {
  flex: 1;
  text-align: right;
  font-size: 1rem;
}

.form_content .form_item2 .txt_input2 {
  font-size: 1rem;
  width: 230px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  text-align: left;
  padding: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) inset;
}

.form_content .form_item2 textarea {
  min-height: 150px;
}

.form_content .form_item2 .icon {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.form_content .form_item2 .btn-copy {
  margin-left: 10px;
}


.form_content .form_note {
  padding: 5px 0;
  /* margin-bottom: 5px; */
}

.form_content .form_note p,
.form_content .form_note span {
  /* font-size: 0.85rem;
  line-height: 2; */

}

.form_content .form_note .send-code {
  display: table;
  margin: 0 0 0 auto;
}

.form_content .form_note .input,
.form_content .form_note textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  padding: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) inset;
}

.form_content .form_note .input .icon,
.form_content .form_note textarea .icon {
  height: 15px;
  width: auto;
  margin-right: 5px;
}

.form_content .form_note .input input,
.form_content .form_note textarea input {
  width: 100%;
}

.form_content .form_note .input .link,
.form_content .form_note textarea .link {
  word-break: keep-all;
}

.form_content .form_note textarea {
  height: 150px;
}

.form_content .form_tab {
  padding: 10px 0;
}

.form_content .store-list li {
  flex: 1;
  margin: auto;
  padding: 0 10px;
}

.form_content .store-list li img {
  width: 45%;
  margin: auto;
}

.step-cover {
  width: 100%;
  padding: 20px;
}

.step-cover .step-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-cover .step-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #989898;
  font-size: 1.25rem;
  font-weight: bold;
  color: #989898;
  position: relative;
}

.step-cover .step-list li.active {
  border: 1px solid;
  color: #fff;
  transition: all 0.3s;
}

.step-cover .step-list li:not(:last-child) {
  margin-right: 30px;
}

.step-cover .step-list li:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #989898;
  position: absolute;
  top: 48%;
  left: 100%;
  z-index: 0;
}

.step-cover .step-list li:not(:last-child).active:after {
  background: linear-gradient(to bottom, #B68111, #F5DF83);
  border: 1px solid #B68111;
  border-width: 1px 0;
  transition: all 0.3s;
}

.txt-copy {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  background: linear-gradient(to bottom, #D6D6D6, #fff 25%, #F0F0F0);
}

.txt-copy .link {
  font-size: 1rem;
  font-weight: normal;
  color: #808080;
  padding: 10px;
  flex: 1;
  word-break: break-all;
}

.txt-copy .btn-copy {
  width: 54px;
  margin: 0;
  word-break: keep-all;
  padding: 10px;
  box-shadow: none;
}

.dark-btn {
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  transition: all 0.3s;
}

.dark-btn.on {
  justify-content: flex-end;
  transition: all 0.3s;
}

.dark-btn.on .on-btn {
  opacity: 1;
}

.dark-btn.on .off-btn {
  opacity: 0;
}

.dark-btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 32px;
  font-size: 0.875rem;
}

.dark-btn .off-btn {
  color: #FF0000;
}

.dark-btn .on-btn {
  opacity: 0;
  color: #00FF80;
}

/* .btnW {
  padding: 5px 10px;
  border: 1px solid #B68111;
  border-top-color: #FDF2A3;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  transition: all 0.3s;
} */

.btnW {
  color: #333;
  padding: 5px 10px;
  position: relative;
  background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
  border-radius: 8px;
  border: 1px solid #989898;
  border-width: 0 1px 1px;
  border-color: transparent #c2c2c2 #989898;
  box-shadow: 0px 0px 4px #00000059;
}

.btnW:hover {
  box-shadow: none;
  transition: all 0.3s;
}

.btnH {
  color: #333;
  padding: 5px 10px;
  position: relative;
  background: linear-gradient(to bottom, #f5df83 22%, #FBB21A) !important;
  border-radius: 8px;
  border: 1px solid #989898;
  border-width: 0 1px 1px;
  border-color: transparent #c2c2c2 #989898;
  box-shadow: 0px 0px 4px #00000059;
}

.btnH:hover {
  box-shadow: none;
  transition: all 0.3s;
}


.btnB {
  padding: 5px 10px;
  border: 1px solid #B68111;
  border-top-color: #FDF2A3;
  border-radius: 5px;
  background: linear-gradient(to bottom, #2C2C2C, #2C2C2C 45%, #242424 55%, #60503B);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
}

.btn-go {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.btn-gogo {
  background: #6c7fae !important;
}

.btn-check {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 5px;
  transform: translateY(4px);
}

.btn-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.btn-cover2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 1rem;
}

.btn-cover.btn-top {
  margin: 0 0 20px;
}

.btn-cover .btn {
  width: 48%;
  flex: none;
  margin-right: 10px;
}

.btn-cover .btn-reset {
  opacity: 0.8;
  padding: 13px;
}

.btn-cover2 .btn-reset {
  opacity: 0.8;
}

.btn-cover .icon {
  width: 50px;
  margin-right: 10px;
}

.btn-cover .icon2 {
  width: 25px;
  margin-right: 10px;

}

/* .btn-cover button, .btn-cover a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  height: 50px;
  border: 1px solid #B68111;
  border-top-color: #FDF2A3;
  border-radius: 5px;
  background: linear-gradient(to bottom, #FDFDFD, #EDEDED 45%, #D5D5D5 55%, #E3E3E3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
} */

.btn-cover button,
.btn-cover a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 9px;
  position: relative;
  background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
  border-radius: 8px;
  border: 1px solid #989898;
  border-width: 0 1px 1px;
  border-color: transparent #c2c2c2 #989898;
  box-shadow: 0px 0px 4px #00000059;
}

.btn-cover2 button,
.btn-cover2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px;
  position: relative;
  background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
  border-radius: 8px;
  border: 1px solid #989898;
  border-width: 0 1px 1px;
  border-color: transparent #c2c2c2 #989898;
  box-shadow: 0px 0px 4px #00000059;
}


.btn-cover button:after,
.btn-cover a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, #ffffff00 10%, #fff, #fff, #ffffff00 90%);
}


.btnG {
  padding: 10px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #f5df83 22%, #FBB21A) !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.btn-remove {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.btn-remove .t {
  margin-left: 10px;
  font-size: 0.875rem;
}

.close-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-btn.close-btn-white .cross,
.close-btn.close-btn-white .cross:after {
  background: #fff;
  width: 30px;
}

.close-btn .cross {
  width: 20px;
  height: 3px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #000;
  transform: rotate(45deg);
  transition: 0.5s;
}

.close-btn .cross:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #000;
  transform: rotate(-90deg);
  transition: 0.5s;

}

.fixed-box {
  position: fixed;
  top: 50%;
  right: -1px;
  border: 1px solid #000000;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(0, -50%);
}

.fixed-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.fixed-box a:not(:first-child) {
  border-top: 1px solid #000000;
}

.fixed-box a img {
  width: 30px;
}

.fixed-box .gotop {
  display: none;
}

.fixed-box .gotop.fixed {
  display: flex;
}

.drop-down-cover {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  text-align: left;
  padding: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) inset;
  margin-left: 10px;
  width: auto;
}

.drop-down-cover.open .drop-select:after {
  transform: rotate(135deg);
  transition: all 0.5s;
}

.drop-down-cover.open .drop-down-list {
  display: block;
  transition: all 0.5s;
  opacity: 1;
}

.drop-down-cover .img-box {
  width: 24px;
}

.drop-down-cover .drop-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  padding: 0 10px;
}

.drop-down-cover .drop-select::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: 1px solid #000;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  transition: all 0.5s;
  margin: 0 5px;
}

.drop-down-cover .arrowBox {
  width: 10px;
  margin-left: 5px;
}

.drop-down-cover .drop-down-list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 0 5px;
  transition: all 0.5s;
  opacity: 0;
  max-height: 170px;
  overflow-y: auto;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #C2C2C2;
  border-top: 0;
}

.drop-down-cover .drop-down-list li {
  cursor: pointer;
  text-align: center;
  margin: 10px 0;
  opacity: 0.7;
  transition: all 0.3s;
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;

}

.drop-down-cover .drop-down-list li::before,
.drop-down-cover .drop-down-list li::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  padding: 3px 0;
}

.drop-down-cover .drop-down-list li::before {
  border-top: 1px solid #b68111;
}

.drop-down-cover .drop-down-list li::after {
  border-bottom: 1px solid #b68111;
}

.drop-down-cover .drop-down-list li:hover,
.drop-down-cover .drop-down-list li.checked {
  opacity: 1;
}

.drop-down-cover .drop-down-list li:hover::before,
.drop-down-cover .drop-down-list li:hover::after,
.drop-down-cover .drop-down-list li.checked::before,
.drop-down-cover .drop-down-list li.checked::after {
  width: 100%;
  transition: all 0.3s;
}

.drop-down-cover .drop-down-list a,
.drop-down-cover .drop-down-list .a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drop-down-cover .drop-down-list a span,
.drop-down-cover .drop-down-list .a span {
  display: block;
}

/* 國家切換 */
.lang-cover{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.lang-cover .lang-title{
  font-size: 12px;
}

.drop-lang-cover {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  text-align: left;
  padding: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) inset;
  margin-left: 10px;
  width: auto;
}
/* 國旗右邊的箭頭 */
.drop-lang-header.open .img-box:after {
  transform: rotate(135deg);
  transition: all 0.5s;
}
.drop-lang-header .img-box::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: 1px solid #000;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  transition: all 0.5s;
  margin: 0 5px;
  padding: 2px;
}
/* - */

/* 字右邊的箭頭 */
.drop-lang-login.open .drop-select:after {
  transform: rotate(135deg);
  transition: all 0.5s;
}

.drop-lang-login .drop-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 0 10px;
}

.drop-lang-login .drop-select::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: 1px solid #000;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  transition: all 0.5s;
  margin: 0 5px;
}
/* - */

.drop-lang-cover.open .drop-lang-list {
  display: block;
  transition: all 0.5s;
  opacity: 1;
}


.drop-lang-cover .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  padding: 2px 10px;
  height: 24px;
}
.drop-lang-cover .img-box .icon {
  height: 100%;
}


.drop-lang-cover .arrowBox {
  width: 10px;
  margin-left: 5px;
}

.drop-lang-cover .drop-lang-list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 3;
  width: max-content;
  padding: 0 5px;
  transition: all 0.5s;
  opacity: 0;
  max-height: 170px;
  overflow-y: auto;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #C2C2C2;
  border-top: 0;
  background: #fff;
  width: 100%;
}

.drop-lang-cover .drop-select{
  padding: 0 10px;
}

.drop-lang-cover .drop-lang-list li {
  cursor: pointer;
  text-align: center;
  margin: 10px 0;
  opacity: 0.7;
  transition: all 0.3s;
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
}

.drop-lang-cover .drop-lang-list li::before,
.drop-lang-cover .drop-lang-list li::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  padding: 3px 0;
}

.drop-lang-cover .drop-lang-list li::before {
  border-top: 1px solid #b68111;
}

.drop-lang-cover .drop-lang-list li::after {
  border-bottom: 1px solid #b68111;
}

.drop-lang-cover .drop-lang-list li:hover,
.drop-lang-cover .drop-lang-list li.checked {
  opacity: 1;
}

.drop-lang-cover .drop-lang-list li:hover::before,
.drop-lang-cover .drop-lang-list li:hover::after,
.drop-lang-cover .drop-lang-list li.checked::before,
.drop-lang-cover .drop-lang-list li.checked::after {
  width: 100%;
  transition: all 0.3s;
}

.drop-lang-cover .drop-lang-list li .icon{
  width: 15px;
  float: left;
}


.drop-lang-cover .drop-lang-list span,
.drospan-lang-cover .drop-lang-list p {
  text-align: left;
  padding: 0 5px;
}





.color-red,
.btn-red {
  color: #FF0000;
}

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

.color-blue,
.btn-blue {
  color: #005DFF;
}

body.whiteType {
  /* background: linear-gradient(to right, #ECECEC, #fff, #ECECEC); */
  background: #ECECEC;
}

body.whiteType .header {
  background: #fff;
}

body.whiteType .content-txt {
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #fff 20%, #fff); */
  background: #ffffff;
  border-radius: 10px;
}

body.whiteType .content-txt .title::before {
  background: linear-gradient(to bottom, #B68111, #F5DF83);
}

body.whiteType .content-none {
  background: linear-gradient(to bottom, #ffffff, #E3E3E3);
  border: 1px solid #989898;
  border-color: transparent #c2c2c2 #989898;
  box-shadow: 0px 0px 1px #00000059;
}

body.whiteType .form_tab li {
  /* border: 1px solid #989898; */
  border-top-color: #ffffff;
  /* background: linear-gradient(to bottom, #FDFDFD, #EDEDED 45%, #D5D5D5 55%, #E3E3E3); */
  background: #F0F0F0;
}

body.whiteType .form_tab li.active {
  background: linear-gradient(to bottom, #A3A3A3, #D8D8D8 25%, #ECECEC);
  color: #000;
  /* border-color: #B68111; */
  border-top-color: #FDF2A3;
}

/* body.whiteType .btn-cover button, body.whiteType .btn-cover a {
  background: linear-gradient(to bottom, #FDFDFD, #EDEDED 45%, #D5D5D5 55%, #E3E3E3);
} */
body.whiteType .btnW {
  background: linear-gradient(to bottom, #FFFFFF, #EDEDED 100%, #ECECEC 55%, #ECECEC);
}

/* 
body.whiteType .btnW {
  background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    border-radius: 8px;
    border: 1px solid #989898;
    border-width: 0 1px 1px;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #00000059;
} */

body.whiteType .btn-check {
  border-color: #B68111;
}

body.whiteType .btn-check[type=checkbox]:checked {
  background: url(../../../upload/icon/icon-checked.svg) center center no-repeat;
}

body.whiteType .btn-change.add .cross,
body.whiteType .btn-change.add .cross:after {
  background: #B68111;
}

/* body.whiteType .tab-cover {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5), #fff 30%);
  border-bottom-color: #ECECEC;
} */
body.whiteType .tab-cover li.active {
  color: #F5DF83;
  background: linear-gradient(to bottom, #000, #363636 70%);
  border: 1px solid #242424;
}

body.whiteType .tab-cover3 li.active {
  color: #F5DF83;
  background: linear-gradient(to bottom, #000, #363636 70%);
  border: 1px solid #242424;
}

body.whiteType .table thead {
  /* background: linear-gradient(to bottom, #E3E3E3, #ffffff, #E3E3E3); */
  background: #d49f2f;
}

body.whiteType .table tbody tr {
  /* background: linear-gradient(to bottom, #989898, #ECECEC 20%, #fff); */

}

body.whiteType .color-gold {
  color: #B68111;
}

/* body.whiteType .main-cover .wallet-btn {
  border-top: 1px solid #B68111;
} */
body.whiteType .step-cover .step-list li {
  background: #ECECEC;
}

body.whiteType .step-cover .step-list li.active {
  border-color: #B68111;
  background: linear-gradient(to bottom, #B68111, #F5DF83);
}

body.whiteType .step-cover .step-list li.active:after {
  border-color: #B68111;
}

body.whiteType .drop-down-cover .drop-down-list {
  background: #fff;
}
body.help .drop-down-cover .drop-down-list {
  background: #fff;
}

body.whiteType .features-list>li a img.iconW,
body.whiteType .features-list>li .item img.iconW {
  display: block;
}

body.blackType {
  background: linear-gradient(to right, #363636, #808080, #363636);
}

body.blackType input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.blackType input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.blackType input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.blackType input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.blackType input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.blackType.in-page header.page-header h1.title {
  color: #fff;
}

body.blackType.in-page header.page-header .btn-box .btn img {
  filter: invert(1) drop-shadow(0 0 4px #F5DF83);
}

body.blackType .form_content .form_top {
  color: #fff;
}

body.blackType .form_content .form_item {
  border-bottom-color: #F5DF83;
}

body.blackType .form_content .form_item.drop-down-cover .drop-select::after {
  border-color: #fff;
}

body.blackType .form_content .form_item p,
body.blackType .form_content .form_item .txt_input,
body.blackType .form_content .form_item textarea {
  color: #fff;
  filter: drop-shadow(0 3px 6px #000);
}

body.blackType .form_content .form_item .txt_input2 {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.95) inset;
  border-color: #636060;
}

body.blackType .form_content .form_note p,
body.blackType .form_content .form_note span,
body.blackType .form_content .form_txt p,
body.blackType .form_content .form_txt span {
  color: #fff;
}

body.blackType .drop-down-cover .drop-select::after {
  border-color: #fff;
}

body.blackType .drop-down-cover .drop-down-list {
  background: #323232;
}

body.blackType .drop-down-cover .drop-down-list li {
  color: #fff;
}

body.blackType .dark-btn {
  box-shadow: 0 0 30px #000 inset;
  border: none;
}

body.blackType .content-txt {
  background: linear-gradient(to right, #36363600 5%, #808080 20%, #363636);
}

body.blackType .content-txt .tag-title {
  border-bottom-color: #F5DF83;
}

body.blackType .content-txt .title {
  color: #fff;
  filter: drop-shadow(0 3px 6px #000);
}

body.blackType .content-txt .title::before {
  background: #00FF80;
  box-shadow: 0 0 10px #00FF80;
}

body.blackType .content-txt .txt p,
body.blackType .content-txt time {
  color: #fff;
  filter: drop-shadow(0 3px 6px #000);
}

body.blackType .content-none {
  background: linear-gradient(to bottom, #707070, #000000);
  border: 1px solid #F5DF83;
}

body.blackType .content-none .txt p {
  color: #fff;
  text-shadow: 0 0 8px #F5DF83;
}

body.blackType .form_tab li {
  border: 1px solid #242424;
  border-top-color: #989898;
  background: linear-gradient(to bottom, #616161, #000, #363636);
}

body.blackType .form_tab li.active {
  background: linear-gradient(to bottom, #000000, #363636 25%, #363636 80%, #60503B);
  color: #fff;
  border-color: #B68111;
  border-top-color: #F5DF83;
}

body.blackType .btn-cover button,
body.blackType .btn-cover a {
  background: linear-gradient(to bottom, #545454, #2D2D2D 45%, #171717 55%, #242424 75%, #60503B);
  color: #fff;
  text-shadow: 0 0 8px #F5DF83;
}

body.blackType .btn-cover button span,
body.blackType .btn-cover a span {
  color: #fff;
}

body.blackType .btnW {
  background: linear-gradient(to bottom, #545454, #2D2D2D 45%, #171717 55%, #242424 75%, #60503B);
  color: #fff;
}

body.blackType .btn-check {
  border-color: #F5DF83;
}

body.blackType .btn-check[type=checkbox]:checked {
  background: url(../../../upload/icon/icon-checked2.svg) center center no-repeat;
}

body.blackType .btn-change.add .cross,
body.blackType .btn-change.add .cross:after {
  background: #00FF80;
  box-shadow: 0 0 10px #00FF80;
}

body.blackType .btn-change.add .t {
  color: #fff;
}

body.blackType .close-btn .cross,
body.blackType .close-btn .cross:after {
  background: #fff;
  filter: drop-shadow(0 0 6px #F5DF83);
}

body.blackType .txt-copy {
  background: linear-gradient(to bottom, #000000, #363636 25%, #242424);
  border-color: #636060;
}

body.blackType .tab-cover {
  background: linear-gradient(to top, #24242480, #242424 30%);
  border-bottom-color: #363636;
}

body.blackType .tab-cover li.active {
  color: #fff;
  background: radial-gradient(#f5df8391, transparent 75%, transparent);
}

body.blackType .table thead {
  background: linear-gradient(to bottom, #616161, #000000, #242424);
}

body.blackType .table tbody tr {
  background: linear-gradient(to bottom, #000000, #363636 20%, #242424);
}

body.blackType .table th,
body.blackType .table td {
  color: #fff;
}

body.blackType .table th span,
body.blackType .table td span {
  color: #fff;
}

body.blackType .table-total p,
body.blackType .table-btn .txt span {
  color: #fff;
}

body.blackType .main-cover .wallet-btn {
  border-top: 1px solid #F5DF83;
}

body.blackType .main-cover .wallet-btn .btn .icon {
  filter: brightness(100);
}

body.blackType .main-cover .wallet-btn .btn .t {
  color: #fff;
}

body.blackType .main-cover .wallet-btn .wallet .t {
  color: #00FF80;
}

body.blackType .player-box .txt-box .user-name {
  color: #fff;
}

body.blackType .player-box .txt-box .wallet {
  color: #00FF80;
  filter: drop-shadow(0 0 6px #00FF80);
}

body.blackType .main-wallet .icon {
  filter: brightness(100);
}

body.blackType .main-wallet .t {
  color: #00FF80;
}

body.blackType .features-list>li a img.iconB,
body.blackType .features-list>li .item img.iconB {
  display: block;
  filter: drop-shadow(0 3px 6px #000);
}

body.blackType .features-list>li a p,
body.blackType .features-list>li .item p {
  color: #fff;
  text-shadow: 0 3px 6px #000;
}

body.blackType .features-list>li:not(:last-child) a p {
  border-color: #363636;
}

body.blackType .features-list>li .item p::after {
  filter: brightness(100) drop-shadow(0 0 6px #F5DF83);
}

body.blackType .point_list .point_t .img-cover {
  border: 1px solid #F5DF83;
  background: #0000006b;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.85) inset, 0 0 6px rgba(0, 0, 0, 0.3);
}

body.blackType .point_list .point_t span {
  color: #fff;
}

body.blackType .point_list .point_t .point_number {
  color: #00FF80;
  border-color: #636060;
  background: #0000006b;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.85) inset, 0 0 6px rgba(0, 0, 0, 0.3);
}

body.blackType .step-cover .step-list li {
  background: #626262;
}

body.blackType .step-cover .step-list li.active {
  border-color: #F5DF83;
  background: linear-gradient(to bottom, #B68111, #F5DF83);
}

body.blackType .step-cover .step-list li.active:after {
  border-color: #F5DF83;
}

body.blackType .upload-content {
  background: rgba(0, 0, 0, 0.5);
  border: 1px dashed rgba(194, 194, 194, 0.5);
}

body.blackType .upload-content .upload-pic .t {
  color: #D8D8D8;
}

body.blackType .addCard p,
body.blackType .addCard span {
  color: #fff;
}

body.blackType .color-gold {
  color: #F5DF83 !important;
}

body.blackType .color-red {
  color: #00FF80 !important;
}

body.blackType .fail {
  color: #40BEFF !important;
}

body.whiteType .lightBox .lightBox-box {
  /* background: linear-gradient(to bottom, #ffffff, #E3E3E3); */
  background: url(../../../upload/bg_lightbox.png);
  background-size: cover;
  background-position: center center;
  border-color: #B68111;
}

body.drawal.whiteType .lightBox .lightBox-box {
  background: linear-gradient(to bottom, #ffffff, #E3E3E3);
  border-color: #B68111;
}

body.blackType .lightBox .lightBox-box {
  background: linear-gradient(to bottom, #707070, #000000);
  border-color: #F5DF83;
}

body.blackType .lightBox .lightBox-box .txt p {
  color: #fff;
  text-shadow: 0 0 8px #F5DF83;
}

.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;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.lightBox.open {
  display: block;
}

.lightBox .lightBox-box {
  min-height: 200px;
  max-height: 80vh;
  width: 70%;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 10px 20px;
  transform: translate(-50%, -50%);
}


.drawal .lightBox .lightBox-box {
  min-height: 200px;
  max-height: 85vh;
  /* width: 90%; */
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 10px 20px;
  transform: translate(-50%, -50%);
}

.lightBox.lightBox-DL .lightBox-box {
  background: none !important;
  border: 0;
  padding: 0;
}
.lightBox.lightBox-DL .lightBox-box .up-box {
  width: 100%;
  position: relative;
  padding: 10px 0;
}
.lightBox.lightBox-DL .lightBox-box .up-box .lightBox-title {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  width: auto;
}

.lightBox.lightBox-DL .lightBox-box .up-box .lightBox-title2 {
  position: absolute;
  left: 34%;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: auto;
  display: none;
}

.lightBox.lightBox-DL .lightBox-box .up-box .close-btn {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  top: 25px !important;
  left: auto !important;
  right: 0 !important;
  border: none !important;
}
.lightBox.lightBox-DL .lightBox-box .up-box .close-btn .cross, .lightBox.lightBox-DL .lightBox-box .up-box .close-btn .cross:after {
  background: #fff;
  height: 4px;
}
.lightBox.lightBox-DL .lightBox-box .down-box {
  min-height: 200px;
  background: linear-gradient(to right, #ecedea, #fefefe);
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  transform: translateY(-12%);
}
.lightBox.lightBox-DL .lightBox-box .down-box .txt-box {
  line-height: 2;
}
.lightBox.lightBox-DL .lightBox-box .down-box .txt-box .adimg img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin: 0 5px;
}
.lightBox.lightBox-DL .lightBox-box .down-box .ad-item {
  flex: 1;
}
.lightBox.lightBox-DL .lightBox-box .down-box .ad-item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.lightBox.lightBox-DL .lightBox-box .down-box .ad-item .btn {
  background: #414d5a;
}
.lightBox.lightBox-DL .lightBox-box .down-box .check-box {
  text-align: center;
  margin-top: 10px;
}
.lightBox.lightBox-DL .lightBox-box .down-box .check-box input {
  width: 15px;
  height: 15px;
  border: 2px solid #b68111;
  border-radius: 3px;
  margin-right: 5px;
}
.lightBox.lightBox-DL .btn-cover {
  transform: translateY(-70%);
}


.lightBox .btn-cover button:last-child,
.lightBox .btn-cover a:last-child {
  background: linear-gradient(to bottom, #f5df83 22%, #FBB21A);
}

.lightBox .btn-cover2 button:last-child,
.lightBox .btn-cover2 a:last-child {
  background: linear-gradient(to bottom, #f5df83 22%, #FBB21A);
}



@media only screen and (min-width: 600px) {
  .lightBox .lightBox-box {
    max-width: 450px;
  }
}

@media only screen and (min-width: 750px) {

  .lightBox .lightBox-box {
    max-width: 500px;
  }
}

.lightBox .lightBox-box.lightBox-table .content-txt {
  border-radius: 0;
  width: 100%;
  margin: 0;
}

.lightBox .lightBox-box.lightBox-table .table-cover {
  display: block;
  margin: 10px 0;
  height: 100%;
}

.lightBox .lightBox-box.lightBox-table .table-cover .table {
  width: auto;
  border-radius: 5px 5px 0 0;
  table-layout: fixed;
}

.lightBox .lightBox-box.lightBox-table .table-cover .table th,
.lightBox .lightBox-box.lightBox-table .table-cover .table td {
  padding: 5px;
}

.lightBox .lightBox-box.lightBox-table .table-cover .table th {
  min-width: 80px;
  /* color: #fff; */
  /* background: linear-gradient(to right, #B68111, #F5DF83); */
  border-bottom: 1px solid #B68111;
  border-right: 1px solid #B68111;
}

.lightBox .lightBox-box.lightBox-table .table-cover .table td {
  word-break: keep-all;
  border-bottom: 1px solid #C2C2C2;
}

.lightBox .lightBox-box.lightBox-table .table-total {
  position: sticky;
  left: 0;
  bottom: 1rem;
  border: none;
  padding: 5px 20px;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(to bottom, #000, #363636 20%, #363636 80%, #60503B);
}

.lightBox .lightBox-box.lightBox-table .table-total p:not(.val) {
  color: #fff;
}

.lightBox .lightBox-box .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 150px;
  padding: 0;
  text-align: center;
}

.lightBox .lightBox-box .txt.left {
  text-align: left;
}

.lightBox .lightBox-box .txt.txt-top {
  min-height: auto;
  padding: 5px;
}

.lightBox .lightBox-box .txt .title {
  font-size: 1.25rem;
  padding: 5px;
}

.lightBox .lightBox-box .txt p {
  font-size: 1rem;
}

.lightBox .lightBox-box .color-btn {
  padding: 0 5px;
}

header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

header .header-cover {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  header .header-cover {
    padding: 0 20px;
  }
}

header .header-cover::before,
header .header-cover::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

header .header-cover::before {
  top: 0;
  z-index: -1;
}

header .header-cover::after {
  bottom: 0;
  z-index: 0;
  border-bottom: 1px solid #B68111;
}

header .top-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

header .top-cover .logo-cover .logo-img img {
  width:70%;
  /* width: 100%; */
  padding: 10px;
}


@media only screen and (max-width: 1500px) {
  header .top-cover {
    padding: 10px 20px;
  }
}

header .top-cover::before {
  /* background: linear-gradient(to bottom, #fff, #E3E3E3); */
  background: #fff;
}

header .top-cover .left-cover {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .top-cover .left-cover .time-cover {
  margin-left: 10px;
}

header .top-cover .right-cover {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .member-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

header .member-box .btn-box,
header .member-box .form_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .member-box .btn-box .btn,
header .member-box .btn-box .form_note,
header .member-box .form_content .btn,
header .member-box .form_content .form_note {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  /* width: 90px; */
  width: 140px;
}

header .member-box .form_content .form_note {
  width: 150px;
  margin-bottom: 0;
}

header .member-box .player-box {
  margin: 0 10px;
}

header .bottom-cover {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

header .bottom-cover::before {
  /* background: linear-gradient(to right bottom, #E3E3E3, #fff); */
  background: #fff;
}

header .bottom-cover .logo-cover {
  margin-right: 20px;
}

header .bottom-cover .logo-cover .logo-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100px;
  max-width: 100px;

}

header .bottom-cover .logo-cover .logo-img img {
  width: auto;
  height: 100%;
}

header .bottom-cover .nav-cover {
  flex: 1;
}

header .bottom-cover .nav-cover .game-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .bottom-cover .nav-cover .game-list>li {
  flex: 1;
  height: 100%;
  display: block;
}

/* header .bottom-cover .nav-cover .game-list > li.active .menu-btn, header .bottom-cover .nav-cover .game-list > li:hover .menu-btn {
  background: linear-gradient(to top, #FDF2A3, #D19413, #B68111);
 
} */
header .bottom-cover .nav-cover .game-list>li.active .menu-btn::before,
header .bottom-cover .nav-cover .game-list>li:hover .menu-btn::before {
  bottom: 0;
  transition: all 0.3s;
  display: block;
}

header .bottom-cover .nav-cover .game-list>li.active .menu-btn img,
header .bottom-cover .nav-cover .game-list>li:hover .menu-btn img {
  opacity: 1;
  /* filter: brightness(100); */
  filter: invert(55%) sepia(74%) saturate(498%) hue-rotate(3deg) brightness(95%) contrast(96%);
  
}

header .bottom-cover .nav-cover .game-list>li.active .menu-btn span,
header .bottom-cover .nav-cover .game-list>li:hover .menu-btn span {
  color: #B68111;
}



header .bottom-cover .nav-cover .game-list>li .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  position: relative;
}

header .bottom-cover .nav-cover .game-list>li .menu-btn::before {
  content: "";
  display: none;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 0 2px 2px 0;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.3s;
}

header .bottom-cover .nav-cover .game-list>li .menu-btn img {
  max-width: 30px;
  max-height: 30px;
  filter: brightness(0);
  opacity: 0.4;
}

header .bottom-cover .nav-cover .game-list>li .menu-btn span {
  font-size: 1rem;
  font-weight: normal;
  color: #808080;
  padding: 0 10px;
  display: block;
  text-align: center;
}

header .bottom-cover .nav-cover .menu-cover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 1500px) {
  header .bottom-cover .nav-cover .menu-cover {
    padding: 30px 20px;
  }
}

header .bottom-cover .nav-cover .menu-cover::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 20%); */
  background: #fff;
  filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

header .bottom-cover .nav-cover .menu-box {
  padding: 40px 0;
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

header .bottom-cover .nav-cover .menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .bottom-cover .nav-cover .menu-list li {
  position: relative;
  width: calc((100vw - 60px) /7);
}

@media only screen and (max-width: 1500px) {
  header .bottom-cover .nav-cover .menu-list li {
    width: calc((100vw - 60px) /6);
  }
}

header .bottom-cover .nav-cover .menu-list li a {
  display: block;
}

header .bottom-cover .nav-cover .menu-list li a:hover .img-box img {
  filter: brightness(1.2) drop-shadow(0 0 30px #F5DF83);
  transform:scale(1.2,1.2)
}

header .bottom-cover .nav-cover .menu-list li a:hover .txt {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
  transition: all 0.3s;
}

header .bottom-cover .nav-cover .menu-list li a .img-box img {
  transform: none;
}

header .bottom-cover .nav-cover .menu-list li a .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0));

}

header .bottom-cover .nav-cover .menu-list li a .txt .icon {
  max-width: 85px;
  max-height: 45px;
  width: auto;
}

header .bottom-cover .nav-cover .menu-list li a .txt .name {
  font-size: 1rem;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .bottom-cover .nav-cover .menu-list li a .txt .name::after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background: url(../../../upload/icon/arrow-right.svg) no-repeat;
  margin-left: 5px;
  filter: drop-shadow(0 0 6px #F5DF83);
}

footer {
  width: 100%;
  border-top: 1px solid #b68111;
  /* background: linear-gradient(to bottom, #D6D6D6, #fff 20%); */
  background: #fff;
  padding: 10px 0;
}

footer .btn-service {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

footer .btn-service a {
  background: url(../../../upload/bg-service.svg) center center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 130px;
  transition: all 0.3s;
}

footer .btn-service a:hover {
  filter: brightness(1.1) drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  transition: all 0.3s;
}

footer .btn-service a .icon {
  width: 40px;
}

footer .btn-service a .t {
  padding: 5px 0 10px;
  color: #B68111;
  font-size: 0.75rem;
}

footer ul {
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px auto;
}

footer ul li {
  margin: 10px 10px;
}

footer ul li img {
  max-height: 35px;
  height: 100%;
  width: auto;
}

footer .logo-list li img {
  height: 35px;
}

footer .social-list {
  margin-top: 10px;
}

footer .social-list li a:hover img {
  filter: brightness(1.3);
  transition: all 0.3s;
}

footer .social-list li a img {
  transition: all 0.3s;
}

footer .provision-list li {
  margin: 0 5px;
}

footer .provision-list li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 10px;
}

footer .provision-list li a {
  letter-spacing: 2px;
}

footer .provision-list li a:hover {
  color: #b68111;
}

footer .copyright {
  text-align: center;
  margin: 10px auto;
}

footer .copyright p {
  font-size: 0.875rem;
  font-weight: bold;
  color: #C2C2C2;
}

body.home.whiteType .main .marquee-cover .marquee li {
  color: #000;
}

body.home.whiteType .main .game-box .btn-list-cover {
  background: linear-gradient(to left bottom, #fff, #E3E3E3);
  border-color: #B68111;
}

body.home.whiteType .main .game-box .btn-list li.active {
  background: linear-gradient(to right, #FDF2A3, #D19413, #B68111);
}

body.home.whiteType .main .game-box .game-list {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 20%, #fff 100%);
}

body.home.whiteType .main .game-box .game-list li a {
  border-color: #B68111;
}

body.home.whiteType .main .game-box.type2 .btn-list-cover {
  background: linear-gradient(to bottom, #D8D8D8, #ECECEC 20%);
  border-bottom-color: #fff;
}

body.home.whiteType .main .game-box.type2 .btn-list li.active {
  background: linear-gradient(to bottom, #000, #363636 70%);
  border: 1px solid #242424;
}

body.home.whiteType .main .game-box.type2 .btn-list li.active span {
  color: #F5DF83;
}

body.home .banner {
  position: relative;
  z-index: 0;
}

body.home .banner .arrow-cover {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.home .banner .arrow-cover span {
  display: block;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.home .banner .arrow-cover span:hover img {
  filter: drop-shadow(0 0 10px #F5DF83);
  transition: all 0.3s;
  opacity: 1;
}

body.home .banner .arrow-cover img {
  transition: all 0.3s;
  height: 200px;
  width: auto;
  opacity: 0.6;
}

body.home .banner .slick-dots-new .slick-dots li {
  margin: 5px;
}

body.home .banner .slick-dots-new .slick-dots li.slick-active button {
  filter: none;
}

body.home .banner .slick-dots-new .slick-dots li button {
  width: 25px;
  height: 25px;
  background: url(../../../upload/icon/dots-banner.svg) center no-repeat;
  background-size: cover;
  position: relative;
  /* filter: brightness(100); */
  -webkit-filter: grayscale(1);
}

body.home .banner .slick-dots-new .slick-dots li button::before {
  display: none;
}

@media only screen and (max-width: 1440px) {
  body.home .main {
    padding: 0 20px;
  }
}

body.home .main>section {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
}

body.home .main .section-cover {
  position: relative;
  width: 80%;
}

body.home .main .section-cover:last-child {
  margin-bottom: 30px;
}

body.home .main .section-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  background: #fff;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #fff 20%, #fff);
  filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.3)); */
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

body.home .main .marquee-cover {
  overflow-x: visible;
  /* padding: 10px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
}

body.home .main .marquee-cover .marquee {
  flex: 1;
  overflow: hidden;
}

body.home .main .marquee-cover .marquee li {
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0.8em;
  float: left;
  margin-right: 30px;
}

body.home .main .app-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  margin-top: -2rem;
}

body.home .main .app-cover::after {
  height: 85%;
}

body.home .main .app-cover .img-box,
body.home .main .app-cover .txt-box {
  flex: 1;
}

body.home .main .app-cover .img-box {
  /* transform: scale(1.1); */
  transform-origin: right;
}

body.home .main .app-cover .txt-box .title {
  text-align: center;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}

body.home .main .app-cover .txt-box .title span {
  font-size: 3rem;
  font-weight: bold;
  color: #D19413;
  padding: 0 10px;
}

@media only screen and (max-width: 1500px) {
  body.home .main .app-cover .txt-box .title span {
    font-size: 2rem;
  }
}

body.home .main .app-cover .txt-box>.t {
  padding: 30px 0;
}

@media only screen and (max-width: 1500px) {
  body.home .main .app-cover .txt-box>.t {
    padding: 20px 0;
  }
}

body.home .main .app-cover .href-cover {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

body.home .main .app-cover .href-cover figure {
  width: 185px;
  padding: 10px;
  margin: auto;
}

body.home .main .app-cover .href-cover figure img {
  height: 155px;
  width: auto;
  margin: auto;
}

@media only screen and (max-width: 1500px) {
  body.home .main .app-cover .href-cover figure img {
    height: 135px;
  }
}

body.home .main .app-cover .href-cover figure .t {
  /* padding: 20px 0 0; */
  text-align: center;
}

body.home .main .app-cover .href-cover figure .t span {
  display: block;
}

body.home .main .advantage {
  padding: 70px 0;
}

body.home .main .advantage .item-cover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.home .main .advantage .item-cover .item {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
}

body.home .main .advantage .item-cover .item:not(:last-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background: #d8d8d8;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.home .main .advantage .item-cover .item .icon {
  max-width: 110px;
  max-height: 88px;
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.home .main .advantage .item-cover .item .txt-box {
  text-align: center;
  padding: 10px 0 0;
}

body.home .main .advantage .item-cover .item .txt-box .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

body.home .main .advantage .item-cover .item .txt-box .t {
  font-size: 1rem;
  font-weight: Regular;
  color: #000;
}

body.game .main {
  padding: 40px 0;
}


body.game.game-detail .main {
  padding: 0px 0;
}


body.game .main .content-cover {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../../upload/game_bg.png) center center no-repeat;
  border-radius: 30px;
}

body.sale .main .content-cover {
  max-width: 1280px;
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1300px) {
 
}



@media only screen and (max-width: 1500px) {
  body.game .main .content-cover {
    width: calc(100% - 40px);
  }
}

body.game .main .content-cover .img-cover {
  width: 50%;
}

body.game .main .content-cover .img-cover .game-pic li.open img {
  display: block;
}

body.game .main .content-cover .img-cover .game-pic li img {
  display: none;
  animation: game 3s infinite alternate;
  
}

body.game .main .content-cover .txt-cover {
  margin-left: 10px;
  width: 57%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

body.game .main .content-cover .txt-cover .txt-box .title {
  font-size: 3.125rem;
  font-weight: bold;
  color: #B68111;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1500px) {
  body.game .main .content-cover .txt-cover .txt-box .title {
    font-size: 2.8125rem;
    padding-bottom: 10px;
  }
}

body.game .main .content-cover .txt-cover .txt-box .title2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #B68111;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1500px) {
  body.game .main .content-cover .txt-cover .txt-box .title2 {
    font-size: 1.125rem;
    padding-bottom: 10px;
  }
}

body.game .main .content-cover .txt-cover .txt-box .t {
  padding-bottom: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 1500px) {
  body.game .main .content-cover .txt-cover .txt-box .t {
    padding-bottom: 15px;
  }
}

body.game .main .content-cover .txt-cover .btn-cover .btn {
  width: 168px;
}

body.game .main .content-cover .game-list {
  width: 100%;
  margin-top: 10px;
  /* overflow-x: auto;
  padding-bottom: 10px; */
}

body.game .main .content-cover .game-list .game-tab {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 850px;
}

body.game .main .content-cover .game-list .game-tab li {
  flex: none;
}

body.game .main .content-cover .game-list .game-tab li:not(:last-child) {
  margin-right: 10px;
}

body.game .main .content-cover .game-list .game-tab li.active .logo-box {
  background: linear-gradient(to bottom, #A3A3A3, #D8D8D8 25%, #ECECEC);
  color: #000;
  border-color: #B68111;
  border-top-color: #FDF2A3;
  box-shadow: none;
  transition: all 0.3s;
}

body.game .main .content-cover .game-list .game-tab li.active .logo-box img {
  filter: none;
}

body.game .main .content-cover .game-list .game-tab li.active .t {
  color: #F5DF83;
  background: linear-gradient(to bottom, #000, #363636 70%);
  border: 1px solid #242424;
  border-radius: 20px;
}

body.game .main .content-cover .game-list .game-tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

body.game .main .content-cover .game-list .game-tab li .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  width: 100px;
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  font-weight: normal;
  color: #989898;
  transition: all 0.3s;
  border: 1px solid #989898;
  border-top-color: #ffffff;
  background: linear-gradient(to bottom, #FDFDFD, #EDEDED 45%, #D5D5D5 55%, #E3E3E3);
}

body.game .main .content-cover .game-list .game-tab li .logo-box img {
  max-width: 80px;
  width: auto;
  max-height: 80px;
  filter: grayscale(1);
}

body.game .main .content-cover .game-list .game-tab li .t {
  font-size: 1.125rem;
  font-weight: normal;
  color: #989898;
  text-align: center;
  margin: 10px 0 0;
  padding: 2px 5px;
}




/* login */

body.login .main {
  /* background: url(../../../upload/login_bg.png) center center no-repeat;
  background-size: cover; */
  height: 100vh;
  padding: 10vh 0;
  overflow: hidden;
  overflow-y: auto;
  background: linear-gradient(to bottom, #fbe9c6, #ececec 30%, #ececec);
}

body.login .main .content-cover .login_img {
  width: 25%;
  margin: 0 auto;
  margin-bottom: 10px;
}

body.login .main .content-cover {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  /* margin-top: 15rem; */
  height: 100vh;
}

body.login .main .content-cover.addBG {
  background: rgba(0, 0, 0, 0.5);
}

body.login .main .logo-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
  height: 30vh;
  max-height: 40vh;
}

body.login .main .logo-img img {
  width: auto;
  max-width: none;
  height: 100%;
}

body.login .main .content-none {
  min-height: auto;
  padding: 0 20px 0px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.3));
  width: 25%;
  margin: 0 auto;
}

body.login .main .login-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

body.login .main .login-tab li {
  text-align: center;
  position: relative;
  color: #989898;
  overflow: hidden;
  transition: all 0.3s;
}

body.login .main .login-tab li:after {
  content: "";
  display: inline-block;
  width: 150%;
  height: 100%;
  background: #D8D8D8;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}

body.login .main .login-tab li:first-child {
  padding: 15px 30px 15px 50px;
}

body.login .main .login-tab li:first-child:after {
  transform: skewX(20deg);
  left: 20px;
}

body.login .main .login-tab li:last-child {
  padding: 15px 50px 15px 30px;
}

body.login .main .login-tab li:last-child:after {
  transform: skewX(-20deg);
  right: 20px;
}

body.login .main .login-tab li.active {
  color: #b68111;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  transition: all 0.3s;
}

body.login .main .login-tab li.active:after {
  background: #fff;
  transition: all 0.3s;
}

body.login .main .form_content {
  display: none;
}

body.login .main .form_content.open {
  display: block;
}

body.login .main .form_content .form_note.txt-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

body.login .main .form_content .form_note.txt-cover2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body.login .main .form_content .form_note.txt-cover2 span {
  color: red;
  font-size: 0.75rem;
}



body.login .main .form_content .form_note .read {
  padding: 10px 0;
}

body.login .main .form_content .form_note .input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  background: #fff;
  border-color: #D8D8D8;
}

body.login .main .form_content .form_note .input .icon {
  max-width: 20px;
  max-height: 20px;
  width: auto;
  margin: 0 10px;
}

body.login .main .form_content .btn-cover a {
  box-shadow: none;
}

.btnW2 {
  padding: 10px;
  border: 1px solid #D8D8D8 !important;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ffffff, #E3E3E3) !important;
  font-size: 1rem;
}

/* password */

body.login .tit {
  text-align: center;
  padding: 20px;
  font-size: 1.3rem;
  font-weight: 600;

}


body.login .main .content-none .content-cover {
  overflow-y: auto;
  padding: 10px 20px 20px;
  flex: 1;
}

body.login .main .content-none .form_content .form_item4 {
  padding: 5px 0;
  /* margin-bottom: 5px; */
  display: flex;
  justify-content: space-between;
  align-items: center;

}

body.login .main .form_content .form_item4 .form_title {
  width: auto;
  word-break: keep-all;
  font-size: 1rem;
}


body.login .main .content-none .form_content .form_item4 .txt_input2 {
  font-size: 1rem;
  width: 240px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  text-align: left;
  padding: 10px;
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%) inset;
  background-color: #fff;
}

body.login .content-none .main .btn-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}





/* member */

body .main .member {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

body .main .member .member-right {

  width: 70%;

}

.tab-cover2 {
  overflow: visible;
}

.tab-cover2 .tab-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tab-cover2 .tab-list li {
  margin-top: 5px;
  padding: 5px;
  flex: none;
  width: calc(100%/2 - 5px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-right: 5px;
}

.tab-cover2 .tab-list li.active {
  border-color: #d49f2f;
}

.tab-cover2 .tab-list li.active span {
  color: #b68111;
}

.tab-cover2 .tab-list li img {
  max-width: none;
  width: auto; 
  height: 40px;
  margin: 5px;     
}

.tab-cover2 .tab-list li span {
  font-size: 1rem;
}



/*跳轉國家彈窗*/

.close-box{
  display: flex;
  justify-content: flex-end;
}
.tab-cover4 {
  overflow: visible;
}

.tab-cover4 .tab-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tab-cover4 .tab-list li {
  margin-top: 5px;
  padding: 5px;
  flex: none;
  width: calc(100%/2 - 5px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-right: 5px;
}

.tab-cover4 .tab-list li.active {
  border-color: #d49f2f;
}

.tab-cover4 .tab-list li.active span {
  color: #b68111;
}

.tab-cover4 .tab-list li img {
  max-width: none;
  width: auto; 
  height: 40px;
  margin: 5px;     
}

.tab-cover4 .tab-list li span {
  font-size: 1rem;
}









body .player-box2 {
  text-align: center;
}

body .player-box2 img {
  border-radius: 50%;
  width: 30%;
  margin: 0 auto;

}

body .player-box2 .txt-box {
  margin: auto 0;
  padding: 10px 0px 10px 0px;
}

body .player-box2 .txt-box .user-name {
  font-size: 1.25rem;
}

body .player-box2 .txt-box .wallet {
  font-weight: normal;
  color: #B68111;
  padding-top: 5px;
}


.btn-old {
  color: #333;
  padding: 5px 10px;
  position: relative;
  background: #d8d8d8;
  border-radius: 8px;
  border: 1px solid #989898;
  border-width: 0 1px 1px;
  border-color: transparent #c2c2c2 #989898;
  /* box-shadow: 0px 0px 2px #00000059; */
}


.btn-new {
  color: #333;
  padding: 10px 10px;
  position: relative;
  background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
  border-radius: 8px;
  border: 1px solid #989898;
  border-width: 0 1px 1px;
  border-color: transparent #c2c2c2 #989898;
  box-shadow: 0px 0px 4px #00000059;
}

.btn-new:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, #ffffff00 10%, #fff, #fff, #ffffff00 90%);
}

.content-txt .tag-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-txt .tag-cover .title {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.content-txt .tag-cover .tag {
  background: #b68111;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.content-txt .tag-cover .btn-new {
  font-size: 1rem;
}

.content-txt .tag {
  margin-right: 10px;
}

.content-txt .sale-img {
  padding: 10px 0px 0;
}


.table-cover {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  margin: 10px 0 0;
  border-radius: 5px;
  /* background: #fff; */
}

.table {
  table-layout: fixed;
  width: 100%;
  flex: 1;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 1rem;
}

.table caption {
  background: #d49f2f;
  color: #fff;
  padding: 5px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.table th,
.table td {
  font-size: 1rem;
  text-align: center;
  padding: 5px;
}

.table thead tr th {
  position: sticky;
  top: 0;
  color: #fff;
}


.table-cover2 {
  width: 100%;
  /* height: 100%; */
  border-radius: 5px;
  background: #fff;
  overflow: auto;
  line-height: 2;
}

.table2 {
  overflow: auto;
  width: 100%;
  flex: 1;
  background: #fff;
  border-radius: 5px;
  line-height: 1.5;
  /* background: linear-gradient(to bottom, #FFFFFF, #EDEDED 100%, #ECECEC 55%, #ECECEC);
  margin-bottom: 1rem;
  border: 1px solid #b6811147;
  padding: 0.8rem; */
}

.table2 .caption {
  background: linear-gradient(to bottom, #f5df83 30%, #daa431);
  text-align: center;
  padding: 5px 15px;
}

.table2 .note {
  font-size: 0.75rem;
  color: #b68111;
  text-align: center;
  padding: 10px 15px;
}

.table2 .tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 15px;
}

.table2 .tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.table2 .tr.verification .status {
  color: #989898;
}

.table2 .tr.pass .money {
  color: #00B95D;
}

.table2 .tr.error .money {
  color: #FF0000;
}

.table2 .tr.error .status {
  padding: 0 5px;
  border-radius: 5px;
  background: #FF0000;
  color: #fff;
}

.table2 .tr .td {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}


.table2 .td > span {
  justify-content: center;
  align-items: center;
  display: flex;
}

.table2 .tr .th>span {
  display: table;
}

.table2 .tr .type {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.table2 .tr .time {
  font-size: 1rem;
  font-weight: normal;
  color: #989898;
}

.table2 .tr .money {
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
}

.table2 .tr .number {
  text-align: right;
  font-size: 1rem;
}

.table2 .tr .status {
  text-align: right;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}

.table2 .tr .t {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  margin-right: 3px;
}
.table2 .td > span img {
  width: 30px;
  margin-left: 0.5rem;
}

.pass {
  color: #00b95d;
}

.table-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #B68111;
}

.table-total p {
  font-size: 1rem;
}

.table-total .val {
  text-align: right;
}

.table-total2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 70px;
  /* border-top: 1px solid #333; */
}

.table-total2 p {
  font-size: 1rem;
}

.table-total2 .val {
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  color: #00B95D;
  padding-right: 10px;
}

.next1 {
  right: 0;
  position: absolute;
}

body .main .addCard-cover {
  margin: 0px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .main .addCard {
  margin-bottom: 10px;
  padding: 10px;
  display: block;
  width: calc(100%/3 - 5px);
}

body .main .addCard:not(.done) {
  opacity: 0.7;
  background: #ccc;
}

body .main .addCard:not(.done) .img-box {
  position: relative;
}

body .main .addCard:not(.done) .img-box:after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .main .addCard.done {
  pointer-events: none;
}

body .main .addCard.done .t span.none {
  display: block;
}

body .main .addCard.done .t span.number {
  display: none;
}

body .main .addCard .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: auto;
}

body .main .addCard .t {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
  text-align: center;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .main .addCard .t span.none {
  display: none;
}

body .main .addCard .t span.number {
  display: block;
}

body .main .main-cover .point-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 10px;
  margin: 0 0 10px;
}

body .main .main-cover .point-btn .btn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .main .main-cover .point-btn .btn .icon {
  max-height: 20px;
  max-width: 20px;
  filter: brightness(0);
  opacity: 0.2;
}

body .main .main-cover .point-btn .btn .t {
  font-size: 0.75rem;
  width: auto;
  padding: 0 0 0 5px;
}

body .main .point_list {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

body .main .point_list .point_t {
  width: calc(100%/4);
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #ececec;
  position: relative;
}

body .main .point_list .point_t:not(:nth-child(4n+4)):after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #ececec;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body .main .point_list .point_t span {
  display: block;
  font-size: 0.875rem;
}

body .main .point_list .point_t .img-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

body .main .point_list .point_t .img-cover img {
  max-height: 80px;
  width: auto;
}

body .main .point_list .point_t .point_number {
  padding: 2px;
  color: #c2c2c2;
}


/* help */


body.help .main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 2% 0;
}

body.help .main .top-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.help .main .top-tab li {
  margin: 0 50px 30px;
}

body.help .main .top-tab li.active a {
  background: #B68111;
}

body.help .main .top-tab li.active a img {
  opacity: 1;
}

body.help .main .top-tab li.active a .name {
  color: #FFF9F9;
  font-weight: bold;
}

body.help .main .top-tab li a {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #545454;
  border: 10px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: content-box;
}

body.help .main .top-tab li a img {
  max-width: 56px;
  max-height: 56px;
  opacity: 0.3;
}

body.help .main .top-tab li a .name {
  font-size: 1rem;
  font-weight: Regular;
  color: #CCCCCC;
  padding: 10px;
}

body.help .main .content-box .tab-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}

body.help .main .content-box .tab-list::after {
  content: "";
  display: block;
  width: 100vw;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background: #808080;
}

body.help .main .content-box .tab-list li {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: Regular;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

body.help .main .content-box .tab-list li.active {
  background: #ffffff;
  color: #B68111;
  font-weight: bold;
}

body.help .main .content-box .txt-box2 .title {
  position: relative;
}

/* body.help .main .content-box .txt-box2 .title:before {
  content: "";
  display: inline;
  width: 4px;
  height: 18px;
  margin-right: 5px;
  background: #B68111;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */

.txt-box2 .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #B68111;
  padding: 20px 0px;
  margin-top: 20px;
}

.txt-box2 .t,
.txt-box2 ol li {
  font-size: 1rem;
  font-weight: Regular;
  color: #666666;
  line-height: 3;
}

.txt-box2 ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 40px;
}


/* game */


body.game-list .main .game .section-cover::after {
  height: 100%;
  background-image: linear-gradient(to left, #15171D, #15171D, #C09A5E);
}

body.game-list .main .game .section-cover .game-img {
  padding: 0 30px;
}

body.game-list .main .game .section-cover img {
  width: auto;
  margin: auto 0;
}

body.game-detail .main>section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
  body.game-detail .main>section {
    width: 95%;
  }
}

body.game-detail .main .banner {
  max-width: 100%;
  background: url("../../../upload/game-banner.png") no-repeat;
  background-size: 100%;
  width: 100%;
  margin-bottom: 1rem;
}

body.fish-detail .main .banner {
  max-width: 100%;
  background: url("../../../upload/fish-banner.png") no-repeat;
  background-size: 100%;
  width: 100%;
  margin-bottom: 1rem;
}



body.game-detail .main .banner .txt-cover {
  max-width: 1440px;
  width: 100%;
  margin: 10px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.game-detail .main .banner .txt-cover h1 {
  border: none;
  width: auto;
  font-size: 5rem;
  font-weight: Regular;
  color: #B68111;
}

body.game-detail .main .banner .txt-cover h1:after {
  content: ":";
  display: inline;
  width: 50px;
  height: 100%;
  padding: 0 20px;
}

body.game-detail .main .banner .txt-cover .total {
  font-size: 4.6875rem;
  font-weight: bold;
  color: #000000;
  width: auto;
}

body.game-detail .main .banner .txt-cover .total span {
  margin: 0 10px;
  padding: 10px;
  font-size: 4.6875rem;
  font-weight: bold;
  color: #B68111;
}

body.game-detail .main .banner .txt-cover .total .number {
  background: #ffffff;
  color: #B68111;
}

body.game-detail .main .banner .game-title {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow-x: auto;
  padding: 2% 0;

}

body.game-detail .main .banner .game-title::-webkit-scrollbar{
  height: 20px;
  width: 100%;
}

body.game-detail .main .banner .game-title::-webkit-scrollbar-button{
  background: #22282c;
}

body.game-detail .main .banner .game-title::-webkit-scrollbar-track-piece {
  background: #22282c;
}

body.game-detail .main .banner .game-title::-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);
}

body.game-detail .main .banner .game-title::-webkit-scrollbar-thumb {
  background-color: #202020;
  border: 1px solid #fef7d8;
  border-radius: 50px;
 
}

@media only screen and (max-width: 1400px) {
  body.game-detail .main .banner .game-title {
    width: 95%;
  }
}

body.game-detail .main .banner .game-title li {
  flex: 1;
  height: 335px;
  background: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  opacity: 0.65;
  margin: 1rem;
}

body.game-detail .main .banner .game-title li img {
  /* max-height: 135px; */
  width: auto;
  max-width: 300px;
}

body.game-detail .main .banner .game-title li .name {
  font-size: 2rem;
  font-weight: Regular;
  color: #808080;
  width: 100%;
  text-align: center;
}

body.game-detail .main .banner .game-title li.active .name {
  font-size: 2rem;
  font-weight: Regular;
  color: #333;
  width: 100%;
  text-align: center;
}


body.game-detail .main .banner .game-title li:hover {
  opacity: 1;
  background: linear-gradient(to top, #FDF2A3, #D19413, #B68111);
  color: #000;
}

body.game-detail .main .banner .game-title li:hover img {
  transition: all 0.3s;
}

body.game-detail .main .banner .game-title li.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  /* background: linear-gradient(to top, #FDF2A3, #D19413, #B68111); */
  background: url(../../../upload/game-detail-bg.png);
  transform: scale(1.1);
  transition: all 0.3s;
}


/* fish */
body.fish-detail .main .banner .game-title li:hover {
  opacity: 1;
  background: linear-gradient(to top, #fbfbfb, #3199b9, #3c71e8f7);
  color: #000;
}

body.fish-detail .main .banner .game-title li:hover img {
  transition: all 0.3s;
}

body.fish-detail .main .banner .game-title li.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  /* background: linear-gradient(to top, #fbfbfb, #3199b9, #3c71e8f7); */
  background: url(../../../upload/game-detail-bg.png);
  transform: scale(1.1);
  transition: all 0.3s;
}





body.game-detail .main .tool-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.game-detail .main .tool-bar .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body.game-detail .main .tool-bar .list li {
  margin: 0 30px 0 0;
  width: 100px;
}

body.game-detail .main .tool-bar .list li.active a,
body.game-detail .main .tool-bar .list li:hover a {
  color: #B68111;
  font-weight: bold;
}

body.game-detail .main .tool-bar .list li a {
  font-size: 1rem;
  font-weight: Regular;
  color: #808080;
}

body.game-detail .main .tool-bar .search {
  width: auto;
  background: #ffffff;
  border: 1px solid #808080;
  padding: 5px 20px;
}

body.game-detail .main .game-list {
  padding: 20px 0;
}

body.game-detail .main .game-list .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

body.game-detail .main .game-list .list li {
  width: calc(100%/5);
  text-align: center;
  margin: 10px 0 40px;
}

body.game-detail .main .game-list .list li a {
  width: 90%;
  display: block;
  margin: 0 auto;
}

body.game-detail .main .game-list .list li a:hover .img-box .btn {
  opacity: 1;
  transition: all 0.3s;
}

body.game-detail .main .game-list .list li a:hover img {
  filter: brightness(0.5);
  transition: all 0.3s;
}

body.game-detail .main .game-list .list li a .img-box {
  position: relative;
}

body.game-detail .main .game-list .list li a .img-box .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: auto;
  opacity: 0;
  transition: all 0.3s;
}

body.game-detail .main .game-list .list li a .name {
  font-size: 1.25rem;
  font-weight: Regular;
  color: #000000;
  padding: 10px 0;
  background: linear-gradient(to bottom, #FFFFFF, #EDEDED 100%, #ECECEC 55%, #ECECEC);
}

.btn-bw {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #FFFFFF, #EDEDED 100%, #ECECEC 55%, #ECECEC);
  font-size: 1rem;
  font-weight: Regular;
  color: #B68111;
}

/* mail */

.mail-tit {
  background: #b68111;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}



/* 聯繫我們 */

.vh-100 {
  min-height: 100vh;
}



.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.img-fluid {
  max-width: 100%;
}

.social-box {
  max-width: 355px;
  min-width: 290px;
  border: 1px solid #979797;
  position: relative;
  text-align: center;
  margin: 20px auto;
  padding-bottom: 100px;
  height: 505px;
}

.social-box-body {
  padding: 20px 20px 10px 20px;
}

.social-box-footer {
  padding: 10px 20px 30px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-box p {
  margin-bottom: 15px;
}


.color-g{
  color: #03c202;
}

.color-b{
  color: #039be4;
}

.btn2 {
  background: #03c202;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 6px;
  cursor: pointer;
  box-shadow: 3px 3px 2px #00000069;
}


.btn2:hover {
  background: #03c202;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 6px;
  cursor: pointer;
}

.btn3 {
  background: #039be4;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 6px;
  cursor: pointer;
  box-shadow: 3px 3px 2px #00000069;
}


.btn3:hover {
  background: #039be4;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 6px;
  cursor: pointer;
}

span.c-label {
  background: #a2a1a1;
  padding: 1px 10px;
  margin-bottom: 3px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  -ms-transform: skewX(-20deg);
  /* IE 9 */
  transform: skewX(-20deg);
  font-size: 13px
}

.line-box .text-primary {
  color: #03c302;
}

.telegram-box .text-primary {
  color: #2f9bdc;
}

.telegram-box .btn {
  background: #2f9bdc;
}

.whatsapp-box .text-primary {
  color: #49c42e;
}

.whatsapp-box .btn {
  background: #49c42e;
}

.oops {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 0.85rem;
  font-weight: normal;
  color: #b68111;
}

.oops2 {
  width: 100%;
  display: block;
  font-size: 0.85rem;
  font-weight: normal;
  color: #b68111;


}

.oops3 {
  width: 100%;
  display: block;
  font-size: 0.85rem;
  font-weight: normal;
  color: #b68111;
  position: absolute;
  left: 10px;
  top: 37px;
}

.oops4 {
  width: 100%;
  display: block;
  font-size: 0.85rem;
  font-weight: normal;
  color: #b68111;
  position: absolute;
  left: 170px;
  top: 37px;
}

.oops5{
  text-align: center;
  padding: 5px 0;
}

.oops5 a{
  color: #b68111;
}


.oops7{
  color: #b68111;
}

.form_content .note {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: normal;
  color: #b68111;
  padding-top: 10px;
}


.b11 {
  position: absolute;
  top: 25px;
}

.b11s {
  position: absolute;
  top: -2px;
  width: 50px;
  left: 20px;
}

.text1 {
  font-size: 0.85rem;
  color: #b68111;
}

.step-s{
  width: 68%;
  margin: 0 auto;
}
/* float_game */

*,
:after,
:before {
  box-sizing: border-box
}

.floating-mini-games .close-btn .cross {
  background-color: #fff;
}

.floating-mini-games .close-btn .bg {
  display: inline-flex;
  background: #333;
  width: 20px;
  height: 20px;
  margin-left: 30px;
  border-radius: 50%;
  margin-bottom: -10px;
  z-index: 3;
}

.floating-mini-games .close-btn .cross:after {
  background-color: #fff;
}

@keyframes mini-game-main_img {
  0% {
    box-shadow: 0 0 2px 1px #f5df83, inset 0 0 1px #f5df83
  }

  to {
    box-shadow: 0 0 6px 2px #f5df83, inset 0 0 1px #f5df83
  }
}

@keyframes mini-game_img {
  0% {
    filter: drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83);
    transform: scaleX(1)
  }

  35% {
    filter: drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83);
    transform: scale3d(1.1, 1.1, 1)
  }

  70%,
  to {
    filter: drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83);
    transform: scale3d(1.2, 1.2, 1)
  }
}

.floating-mini-games .mini-game-main>img,
.floating-mini-games .mini-game>img {
  display: block;
  height: 100%;
  transform: translateZ(0);
  width: 100%
}

.floating-mini-games {
  -webkit-tap-highlight-color: transparent;
  border-radius: 50%; 
  cursor: pointer;
  height: 150px;
  padding: 5px;
  position: fixed;
  right:8px;
  bottom: 47%;
  transition: background-color .3s; 
  width: 150px;
  z-index: 1
}

.floating-mini-games.maitenance {
  height: 64px;
  padding: 2.5px;
  width: 64px
}

.floating-mini-games.maitenance:before {
  align-items: center;
  color: gold;
  content: "";
  display: flex;
  font-family: iconmps !important;
  font-size: 50px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .8);
  top: 0;
  width: 100%;
  z-index: 2
}

.floating-mini-games.maitenance .mini-game-main {
  filter: brightness(.5) grayscale(.25)
}

.floating-mini-games.maitenance .mini-game {
  display: none
}

.floating-mini-games.maitenance:hover {
  background-color: rgba(255, 255, 255, .5)
}

.floating-mini-games.maitenance:hover .mini-game-main {
  animation-name: none;
  transform: scale3d(.9, .9, 1)
}

.floating-mini-games.active>.btn-close {
  background-color: #000
}

.floating-mini-games.active .mini-game-main {
  transform: scale3d(.9, .9, 1)
}

/*floating-mini-games*/
.floating-mini-games.active .mini-game-main>img {
  animation-name: none;
  box-shadow: 0 0 2px #000, inset 0 0 2px #000;
  filter: brightness(.8) grayscale(.5)
}

.floating-mini-games.active .mini-game {
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s cubic-bezier(.25, -.25, .25, 1.25), transform .3s cubic-bezier(.25, -.25, .25, 1.25)
}

.floating-mini-games.active .mini-game>img {
  animation: mini-game_img 1s linear infinite alternate
}

.floating-mini-games.active .mini-game:nth-of-type(2) {
  transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-10px, -155px, 0)
}

.floating-mini-games.active .mini-game:nth-of-type(3) {
  transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-145px, -55px, 0)
}

.floating-mini-games.active .mini-game:nth-of-type(3)>img {
  animation-delay: -.2s
}

.floating-mini-games.active .mini-game:nth-of-type(4) {
  transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(-110px, 100px, 0)
}

.floating-mini-games.active .mini-game:nth-of-type(4)>img {
  animation-delay: -.4s
}

.floating-mini-games.active .mini-game:nth-of-type(5) {
  transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d( 0px, 140px, 0)
}

.floating-mini-games.active .mini-game:nth-of-type(5)>img {
  animation-delay: -.6s
}

.floating-mini-games.active .mini-game:nth-of-type(6) {
  transform: scaleX(1) rotate3d(0, 0, 0, 180deg) translate3d(29px, 100px, 0)
}

.floating-mini-games.active .mini-game:nth-of-type(6)>img {
  animation-delay: -.8s
}

.floating-mini-games>.btn-close {
  align-items: center;
  background-color: rgba(0, 0, 0, .55);
  border-radius: 50%;
  color: #ccc;
  display: flex;
  font-size: 21px;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: background-color .3s, box-shadow .3s, transform .3s;
  width: 24px;
  z-index: 3
}

.floating-mini-games .mini-game-main,
.floating-mini-games>.mini-game-cont {
  height: 100%;
  position: relative;
  width: 100%
}

.floating-mini-games .mini-game-main {
  transition: transform .3s cubic-bezier(.5, -.5, .5, 1.5);
  z-index: 1
}

.floating-mini-games .mini-game-main>img {
  /* animation: mini-game-main_img .4s infinite alternate;
  border-radius: 50%;
  transition: box-shadow .3s, filter .3s; */
}

.floating-mini-games .mini-game {
  height: 100%;
  left: 5%;
  padding: 5%;
  pointer-events: none;
  position: absolute;
  top: 5%;
  transform: scale3d(.5, .5, 1) rotate(180deg) translateZ(0);
  transition: opacity .2s, transform .2s;
  width: 100%
}

.floating-mini-games .mini-game:nth-of-type(3) {
  transition-delay: .1s
}

.floating-mini-games .mini-game:nth-of-type(4) {
  transition-delay: .2s
}

.floating-mini-games .mini-game:nth-of-type(5) {
  transition-delay: .3s
}

.floating-mini-games .mini-game:nth-of-type(6) {
  transition-delay: .4s
}


/* 系統訊息 彈窗 */

.lightBox-AD .lightBox-box {
  background: none !important;
  padding: 0;
  min-height: auto;
  max-height: none;
  border: none;
}
.lightBox-AD .lightBox-box .up-box {
  width: 100%;
  height: 200px;
}
.lightBox-AD .lightBox-box .up-box .close-btn {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  border: 1px solid #fff;
  border-radius: 50%;
}
.lightBox-AD .lightBox-box .up-box .close-btn .cross, .ad-box .lightBox-AD .lightBox-box .up-box .close-btn .cross:after {
  background: #fff;
}
.lightBox-AD .lightBox-box .down-box {
  min-height: 120px;
  background: linear-gradient(to right, #ecedea, #fefefe);
  border-radius: 8px;
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  transform: translateY(-12%);
}
.lightBox-AD .lightBox-box .down-box .ad-item {
  flex: 1;
  padding: 15px 0;
  margin: 0 auto;
  line-height: 2;
}

/* .lightBox-AD .lightBox-box .down-box .ad-item:not(:last-child) { 
  border-bottom: 1px solid #ffffff;
} */


/* .deposit_t{
  position: absolute;
  top: 25px;
  left: 80px;
  background: #e0e0e0;
  width: auto;
} */

.deposit_t{
  position: absolute;
  top: 25px;
  left: 130px;
  color: #B68111;
}

.friend_t{
  position: absolute;
  top: 10px;
  left: 135px;
  color: #B68111;
}



.account-s {
  color: #f13535;
}

.nomore1 {
  text-align: center;
}

.mailbg {
  background: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -8px;
  top: -2px;
}

.mailnumber {
  position: absolute;
  left: 6px;
  top: -2px;
  color: #fff;
  font-size: 0.85rem;
}

.tt {
  font-size: 1rem;
  text-align: center;
  background: #e0e0e0;  
  margin-bottom: 10px;
}


.form_tab2 li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #989898;
  transition: all 0.3s;
  color: #333;
  padding: 5px 10px;
  position: relative;
  background: #d8d8d8;
  /* border-radius: 8px;
  border: 1px solid #989898;
  border-width: 0 1px 1px;
  border-color: transparent #c2c2c2 #989898;
  box-shadow: 0px 0px 4px #00000059; */
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  padding: 20px;
  border-top: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
}
/* .form_tab2 li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, #ffffff00 10%, #fff, #fff, #ffffff00 90%);
} */
.form_tab2 li:not(:last-child) {
  /* margin-right: 10px; */
}
.form_tab2 li.active {
 
  background:#FDFDFD;
  color: #000;
  box-shadow: 0px 0px 0px #00000040 inset;
  transition: all 0.3s;
  border-bottom-color: #d8d8d8;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  padding: 20px;
}
.form_tab2 li.active:after {
  display: none;
}


.name_add {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(152, 152, 152);
}

.name_add2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(152, 152, 152);
}

.game_note {
  font-size: 1.5rem;
  margin-left: 10px;
  color: #333333;
}




/* Overwrite the default to keep the scrollbar always visible */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* .sgd_bg{
  background: url(../../../upload/sgd_bg.svg);
  background-repeat: no-repeat;
}

.myr_bg{
  background: url(../../../upload/myr_bg.svg);
  background-repeat: no-repeat;
} */


.paynow_icon{
  position: absolute;
  right: 0;
  top: 0;
}
.ui-line{
  position: fixed;
  bottom: 120px;
  right: 45px;
  width: 70px;
  height: 70px;
}

/* go top */

.ui-gotop {
  position: fixed;
  bottom: 40px;
  right:30px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  text-align: center;
  color: #fff;
  display: none;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 0px 4px #00000059;
}

.gotop_text{
  margin-top: 10px;
  color: #b68111;
}

.item2_bg{
  background: #f5f5f5;
  padding: 1rem;

}
.teach {
  display: flex;
  position: absolute;
  top: 25px;
  right: 25px;
}
.kiss
{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.kiss img{
  width: 100px;
}

.kiss_item {
  text-align: -webkit-center;
}

/* divad */

.ui-service img{
  position: fixed;
  bottom: 30%;
  right: 8px;
  width: 140px;
  height: 140px;
  filter: drop-shadow(0px 0px 2px #333333);
  display: flex;
  justify-content: center;
  align-items: center;
 
}

/*lottery*/
.ui-lottery img{
  position: fixed;
  bottom: 10%;
  right: 8px;
  width: 140px;
  height: 140px;
  filter: drop-shadow(0px 0px 2px #333333);
  display: flex;
  justify-content: center;
  align-items: center;
 
}



.step-text {
  width: 100%;

}

.step-text .step-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-text .step-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  font-size: 0.85rem;
  
}

.step-text .step-list li.active {
  color: #B68111;
  transition: all 0.3s;
}


.form_content_usdt ul {
  list-style-type: disc;
  font-size: 0.85rem;
}
.form_content_usdt ul li{
  text-align: left;
}

.form_content_usdt{
  padding: 10px;
  text-align: center;
  padding: 10px;
  line-height: 2;
}

.form_content_usdt p{
  font-size: 1rem;
  
}
.form_content_usdt .color-red{
  font-size: 0.85rem;
}
.usdt_bank{
  display: flex;
  justify-content: center;
  align-items: center;
}
.usdt_bank img{
  width: 50px;
  padding: 5px;
}
.usdt_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B68111;
  border-radius: 30px;
  width: 70%;
  margin: 10px auto;
  padding: 7px;

}

.usdt_btn img{
  width: 25px;
  margin-right: 10px;
}
.usdt_btn span{
  color: #B68111;
  font-size: 0.85rem;
}


