@import url('ico/ico.css');

/* basic */
html,
body,
div,
span,
object,
iframe,
frame,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
tt,
hr,
del,
dfn,
em,
img,
ins,
kbd,
samp,
big,
small,
strong,
sub,
sup,
var,
b,
i,
a,
s,
u,
x,
o,
z,
d,
h,
m,
y,
q,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
button,
input,
select,
textarea,
optgroup,
time,
mark,
audio,
video,
marquee,
menu,
menu-cont,
menu-group,
menu-list,
name,
name-logo,
name-search,
tab,
tab-list,
tab-cont,
tab-group,
drop,
drop-cont,
drop-list,
chat,
chat-title,
chat-sider,
chat-cont,
chat-list,
chat-message,
chat-tool,
chat-control,
chat-tip,
pop,
pop-main,
pop-title,
pop-cont,
pop-solve,
pop-choice,
pop-sider,
hop,
hop-cont,
fold,
fold-group,
fold-title,
fold-cont,
countdown,
tip,
page,
music,
space,
msie,
rate,
scaler,
notify,
empty,
step,
crumb,
reminder,
horn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  font-family: uigg;
  border-color: var(--eee);
  border-style: solid;
  -webkit-tap-highlight-color: transparent;
  transition-duration: .3s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
menu,
menu-cont,
menu-group,
menu-list,
name,
name-logo,
name-search,
tab,
tab-list,
tab-cont,
tab-group,
drop,
drop-cont,
drop-list,
chat,
chat-title,
chat-sider,
chat-cont,
chat-list,
chat-message,
chat-tool,
chat-control,
chat-tip,
pop,
pop-main,
pop-title,
pop-cont,
pop-solve,
pop-choice,
pop-sider,
hop,
hop-cont,
fold,
fold-group,
fold-title,
fold-cont,
countdown,
tip,
page,
music,
space,
msie,
rate,
scaler,
notify,
empty,
step,
crumb,
reminder,
horn {
  display: block;
}

html,
body {
  height: 100%;
}

html,
body,
.avatar,
.upload-group,
.swiper-slide,
.parallax-bg {
  background-size: cover;
}

html,
body,
input,
select,
textarea,
button {
  font-size: 14px;
}

html {
  -webkit-font-smoothing: antialiased;
}

body,
a {
  color: var(--333);
}

a,
a:hover,
b,
i,
em,
cite {
  text-decoration: none;
  font-style: normal;
}

a,
x,
o,
s,
button,
.btn,
.smooth,
.return,
.mono-click,
drop,
fold-title {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 180%;
  text-align: justify;
}

ul,
li {
  list-style: none;
}

ul {
  overflow: hidden;
}

hr {
  border-top-width: 1px;
}

z {
  display: inline-block;
}

u {
  flex: 1;
}

::selection {
  background-color: var(--333) !important;
  color: var(--ccc) !important;
  text-shadow: none;
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--000-1);
}

@media(max-width:640px) {
  body .slidercaptcha {
    margin-left: unset !important;
  }

  html,
  body,
  input,
  select,
  textarea,
  button {
    font-size: 13px;
  }

  ::-webkit-scrollbar {
    width: .03rem;
  }

  body::-webkit-scrollbar {
    width: 0;
  }
}

/* anime */
.anime {
  transition-duration: 0s;
}

.anime-pulse,
.anime-beat,
.anime-rotate,
.anime-fade-in,
.anime-fade-in-down,
.anime-fade-in-left,
.anime-fade-in-right,
.anime-fade-in-up,
.anime-fade-out,
.anime-fade-out-down,
.anime-fade-out-left,
.anime-fade-out-right,
.anime-fade-out-up,
.anime-bounce-in,
.anime-bounce-in-down,
.anime-bounce-in-left,
.anime-bounce-in-right,
.anime-bounce-in-up,
.anime-bounce-out,
.anime-bounce-out-down,
.anime-bounce-out-left,
.anime-bounce-out-right,
.anime-bounce-out-up,
.anime-flip-in-x,
.anime-flip-in-y,
.anime-flip-out-x,
.anime-flip-out-y,
.anime-zoom-in,
.anime-zoom-out,
.anime-zoom-in-enlarge,
.anime-zoom-out-enlarge {
  animation-duration: .6s;
  animation-fill-mode: both;
}

.anime-spasm {
  animation-duration: .3s;
}

.anime-bounce-in,
.anime-bounce-in-down,
.anime-bounce-in-left,
.anime-bounce-in-right,
.anime-bounce-in-up {
  animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  animation-duration: 1s;
}

.anime-shrink-in,
.anime-shrink-out,
.anime-shrink-in-enlarge,
.anime-shrink-out-enlarge {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.anime-flip-in-x,
.anime-flip-in-y,
.anime-flip-out-x,
.anime-flip-out-y {
  backface-visibility: visible;
}

.anime-pulse {
  animation-name: anime-pulse;
}

.anime-beat {
  animation-name: anime-beat;
}

.anime-spasm {
  animation-name: anime-spasm;
}

.anime-rotate {
  animation-name: anime-rotate;
  animation-timing-function: linear;
}

.anime-fade-in {
  animation-name: anime-fade-in;
}

.anime-fade-in-down {
  animation-name: anime-fade-in-down;
}

.anime-fade-in-left {
  animation-name: anime-fade-in-left;
}

.anime-fade-in-right {
  animation-name: anime-fade-in-right;
}

.anime-fade-in-up {
  animation-name: anime-fade-in-up;
}

.anime-fade-out {
  animation-name: anime-fade-out;
}

.anime-fade-out-down {
  animation-name: anime-fade-out-down;
}

.anime-fade-out-left {
  animation-name: anime-fade-out-left;
}

.anime-fade-out-right {
  animation-name: anime-fade-out-right;
}

.anime-fade-out-up {
  animation-name: anime-fade-out-up;
}

.anime-bounce-in {
  animation-name: anime-bounce-in;
}

.anime-bounce-in-down {
  animation-name: anime-bounce-in-down;
}

.anime-bounce-in-left {
  animation-name: anime-bounce-in-left;
}

.anime-bounce-in-right {
  animation-name: anime-bounce-in-right;
}

.anime-bounce-in-up {
  animation-name: anime-bounce-in-up;
}

.anime-bounce-out {
  animation-name: anime-bounce-out;
}

.anime-bounce-out-down {
  animation-name: anime-bounce-out-down;
}

.anime-bounce-out-left {
  animation-name: anime-bounce-out-left;
}

.anime-bounce-out-right {
  animation-name: anime-bounce-out-right;
}

.anime-bounce-out-up {
  animation-name: anime-bounce-out-up;
}

.anime-flip-in-x {
  animation-name: anime-flip-in-x;
}

.anime-flip-in-y {
  animation-name: anime-flip-in-y;
}

.anime-flip-out-x {
  animation-name: anime-flip-out-x;
}

.anime-flip-out-y {
  animation-name: anime-flip-out-y;
}

.anime-zoom-in {
  animation-name: anime-zoom-in;
}

.anime-zoom-out {
  animation-name: anime-zoom-out;
}

.anime-zoom-in-enlarge {
  animation-name: anime-zoom-in-enlarge;
}

.anime-zoom-out-enlarge {
  animation-name: anime-zoom-out-enlarge;
}

.anime-shrink-in {
  animation-name: anime-shrink-in;
}

.anime-shrink-out {
  animation-name: anime-shrink-out;
}

.anime-shrink-in-enlarge {
  animation-name: anime-shrink-in-enlarge;
}

.anime-shrink-out-enlarge {
  animation-name: anime-shrink-out-enlarge;
}

.infinite {
  animation-iteration-count: infinite;
}

.alternate {
  animation-direction: alternate;
}

.reverse {
  animation-direction: reverse;
}

@keyframes anime-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes anime-beat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes anime-spasm {
  0% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(5px, 0);
  }

  20% {
    transform: translate(0, 0);
  }

  30% {
    transform: translate(-5px, 0);
  }

  40% {
    transform: translate(0, 5px);
  }

  50% {
    transform: translate(0, 0);
  }

  60% {
    transform: translate(0, -5px);
  }

  70% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(5px, 5px);
  }

  90% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-5px, -5px);
  }
}

@keyframes anime-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes anime-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes anime-fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes anime-fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes anime-fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes anime-fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes anime-fade-out-down {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes anime-fade-out-left {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes anime-fade-out-right {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes anime-fade-out-up {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes anime-bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  20% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(.9);
  }

  60% {
    opacity: 1;
    transform: scale(1.03);
  }

  80% {
    transform: scale(.97);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes anime-bounce-in-down {
  0% {
    opacity: 0;
    transform: translateY(-1000px);
  }

  60% {
    opacity: 1;
    transform: translateY(25px);
  }

  75% {
    transform: translateY(-10px);
  }

  90% {
    transform: translateY(5px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes anime-bounce-in-left {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }

  60% {
    opacity: 1;
    transform: translateX(25px);
  }

  75% {
    transform: translateX(-10px);
  }

  90% {
    transform: translateX(5px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes anime-bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(3000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-25px);
  }

  75% {
    transform: translateX(10px);
  }

  90% {
    transform: translateX(-5px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes anime-bounce-in-up {
  0% {
    opacity: 0;
    transform: translateY(3000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-20px);
  }

  75% {
    transform: translateY(10px);
  }

  90% {
    transform: translateY(-5px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes anime-bounce-out {
  20% {
    transform: scale(.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

@keyframes anime-bounce-out-down {
  20% {
    transform: translateY(10px);
  }

  50% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(1000px);
  }
}

@keyframes anime-bounce-out-left {
  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-1000px);
  }
}

@keyframes anime-bounce-out-right {
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(1000px);
  }
}

@keyframes anime-bounce-out-up {
  20% {
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-1000px);
  }
}

@keyframes anime-flip-in-x {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }

  100% {
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes anime-flip-in-y {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }

  100% {
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes anime-flip-out-x {
  0% {
    transform: perspective(400px);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes anime-flip-out-y {
  0% {
    transform: perspective(400px);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes anime-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  100% {
    opacity: 1;
  }
}

@keyframes anime-zoom-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

@keyframes anime-zoom-in-enlarge {
  0% {
    opacity: 0;
    transform: scale(3);
  }

  100% {
    opacity: 1;
  }
}

@keyframes anime-zoom-out-enlarge {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@keyframes anime-shrink-in {
  0% {
    opacity: 0;
    filter: blur(20px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes anime-shrink-out {
  0% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    filter: blur(20px);
  }
}

@keyframes anime-shrink-in-enlarge {
  0% {
    opacity: 0;
    transform: scale(5);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes anime-shrink-out-enlarge {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    transform: scale(5);
    filter: blur(10px);
  }
}

/* frame */
.main,
.mobile {
  width: 100%;
  margin: auto;
  position: relative;
}

.main {
  max-width: 1300px;
  padding: 0 10px;
}

.mobile {
  max-width: 640px;
  min-height: 100%;
}

.mobile img {
  width: 100%;
}

.block {
  width: 100%;
  overflow: hidden;
  position: relative;
}

[cover],
.cover {
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

[center],
.center- {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

[center],
.center {
  display: flex !important;
  justify-content: center;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.hide-important {
  display: none !important;
}

.show-important {
  display: block !important;
}

.single {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.only-web {
  display: block;
}

.only-mob {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-left-important {
  float: left !important;
}

.float-right-important {
  float: right !important;
}

.flex {
  display: flex;
}

.flex-auto {
  flex: 1;
  min-width: 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.full {
  width: 100% !important;
  height: 100% !important;
}

.full-device {
  width: 100vw !important;
  height: 100vh !important;
}

.fullscreen:after {
  content: '\e9f7';
}

.fullscreen.active:after {
  content: '\e9f8';
}

.absolute,
.absolute-center,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-bottom,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right,
.absolute-top-center,
.absolute-bottom-center,
.absolute-left-center,
.absolute-right-center {
  position: absolute;
  margin: auto;
}

.fixed,
.fixed-center,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-bottom,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right,
.fixed-top-center,
.fixed-bottom-center,
.fixed-left-center,
.fixed-right-center {
  position: fixed;
  margin: auto;
}

.absolute-center,
.absolute-left,
.absolute-top-left,
.absolute-bottom-left,
.absolute-top-center,
.absolute-bottom-center,
.absolute-left-center,
.fixed-center,
.fixed-left-center,
.fixed-left,
.fixed-top-left,
.fixed-bottom-left,
.fixed-top-center,
.fixed-bottom-center {
  left: 0;
}

.absolute-right,
.absolute-top-right,
.absolute-bottom-right,
.absolute-top-center,
.absolute-bottom-center,
.absolute-right-center,
.fixed-center,
.absolute-center,
.fixed-right,
.fixed-top-right,
.fixed-bottom-right,
.fixed-top-center,
.fixed-bottom-center,
.fixed-right-center {
  right: 0;
}

.absolute-center,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-top-center,
.absolute-left-center,
.absolute-right-center,
.fixed-center,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-top-center,
.fixed-left-center,
.fixed-right-center {
  top: 0;
}

.absolute-center,
.absolute-bottom,
.absolute-bottom-left,
.absolute-bottom-right,
.absolute-bottom-center,
.absolute-left-center,
.absolute-right-center,
.fixed-center,
.fixed-bottom,
.fixed-bottom-left,
.fixed-bottom-right,
.fixed-bottom-center,
.fixed-left-center,
.fixed-right-center {
  bottom: 0;
}

@media(max-width:640px) {
  .main {
    padding: 0 .1rem;
  }

  .only-web {
    display: none;
  }

  .only-mob {
    display: block;
    z-index: 9999;
    background-color: #000;
    box-shadow: 0 5px 10px 0 rgb(255, 255, 255);
  }

  .depo-form-input {
    background: #000 !important;
  }

  nav.only-mob li.active a {
    background-color: #ffba18;
  }

  nav.only-mob li.active a i {
    color: #fff;
  }
}

.contact-us h3 {
  color: #fff !important;
}

/* special */
.corner {
  position: relative;
}

.corner::after {
  content: '';
  width: 0;
  height: 0;
  border: 0 transparent solid;
  position: absolute;
  margin: auto;
}

.shadow {
  position: relative;
}

.shadow::after {
  width: calc(100% - 20px);
  height: 10px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: .7;
  background-color: var(--main-color);
  box-shadow: 0 5px 10px var(--main-color);
  content: '';
}

.adrift {
  filter: drop-shadow(0 10px 10px var(--main-color));
}

.avatar {
  border-radius: 100%;
  display: block;
  overflow: hidden;
}

.avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[uigg="emot"] s {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 90%;
  vertical-align: middle;
}

[uigg="emot"] s:hover {
  background-color: var(--eee);
}

img[uigg="color"] {
  content-visibility: hidden;
}

@media(max-width:640px) {
  .shadow::after {
    width: calc(100% - .2rem);
    height: .1rem;
  }

  .adrift {
    filter: drop-shadow(0 .1rem .1rem var(--main-color));
  }

  [uigg="emot"] s {
    width: .6rem;
    height: .6rem;
  }
}

body {
  background-color: var(--bg-color) !important;
}

.crumb #marquee {
  color: var(--white) !important;
}

:root {
  --bg-color: #000;
  --main-color: #ffba18;
  --theme-color: #ffcd4e;
  --lg-color: linear-gradient(135deg, var(--main-color), var(--theme-color));

  --color: var(--color3);
  --333: #c35b0b;
  --sharpblue: #27374c;
  --oragegradien: #ff6d0a;
  --sharpcyan: #023043;
  --sharpred: #230007;
  --sharpgreen: #00451c;
  --sharpblack: #383838;
  --sharpbrown: #320a09;
  --color3: #FFBE6B;
  --white: #fff;
  --fff: #fff;
  --f7: #f7f7f7;
  --eee: #eee;
  --ddd: #ddd;
  --ccc: #ccc;
  --bbb: #bbb;
  --999: #999;
  --666: #666;

  --222: #222;
  --111: #111;
  --000: #000;
  --black: #000;

  --brown: #ff0000;
  --red: #ff3b52;
  --pink: #ff3ea6;
  --purple: #d844d8;
  --sapphire: #6c62f9;
  --blue: #2e6efd;
  --cyan: #0df0f0;
  --green: #47DCA1;
  --lime: #af0;
  --yellow: #fe0;
  --orange: #fb0;
  --tomato: #f60;
  --violet: #a34fe4;

  --fff-1: rgba(255, 255, 255, .1);
  --fff-2: rgba(255, 255, 255, .2);
  --fff-3: rgba(255, 255, 255, .3);
  --fff-4: rgba(255, 255, 255, .4);
  --fff-5: rgba(255, 255, 255, .5);
  --fff-6: rgba(255, 255, 255, .6);
  --fff-7: rgba(255, 255, 255, .7);
  --fff-8: rgba(255, 255, 255, .8);
  --fff-9: rgba(255, 255, 255, .9);

  --000-1: rgba(0, 0, 0, .1);
  --000-2: rgba(0, 0, 0, .2);
  --000-3: rgba(0, 0, 0, .3);
  --000-4: rgba(0, 0, 0, .4);
  --000-5: rgba(0, 0, 0, .5);
  --000-6: rgba(0, 0, 0, .6);
  --000-7: rgba(0, 0, 0, .7);
  --000-8: rgba(0, 0, 0, .8);
  --000-9: rgba(0, 0, 0, .9);
}

.co-white {
  color: var(--white) !important;
}

.co-fff {
  color: var(--fff) !important;
}

.co-f7 {
  color: var(--f7) !important;
}

.co-eee {
  color: var(--eee) !important;
}

.co-ddd {
  color: var(--ddd) !important;
}

.co-ccc {
  color: var(--ccc) !important;
}

.co-bbb {
  color: var(--bbb) !important;
}

.co-999 {
  color: var(--999) !important;
}

.co-666 {
  color: var(--666) !important;
}

.co-333 {
  color: var(--333) !important;
}

.co-222 {
  color: var(--222) !important;
}

.co-111 {
  color: var(--111) !important;
}

.co-000 {
  color: var(--000) !important;
}

.co-black {
  color: var(--black) !important;
}

.co-brown {
  color: var(--brown) !important;
}

.co-red {
  color: var(--red) !important;
}

.co-pink {
  color: var(--pink) !important;
}

.co-purple {
  color: var(--purple) !important;
}

.co-sapphire {
  color: var(--sapphire) !important;
}

.co-blue {
  color: var(--blue) !important;
}

.co-cyan {
  color: var(--cyan) !important;
}

.co-green {
  color: var(--green) !important;
}

.co-lime {
  color: var(--lime) !important;
}

.co-yellow {
  color: var(--yellow) !important;
}

.co-orange {
  color: var(--orange) !important;
}

.co-tomato {
  color: var(--tomato) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-fff {
  background-color: var(--fff) !important;
}

.bg-f7 {
  background-color: var(--f7) !important;
}

.bg-eee {
  background-color: var(--eee) !important;
}

.bg-ddd {
  background-color: var(--ddd) !important;
}

.bg-ccc {
  background-color: var(--ccc) !important;
}

.bg-bbb {
  background-color: var(--bbb) !important;
}

.bg-999 {
  background-color: var(--999) !important;
}

.bg-666 {
  background-color: var(--666) !important;
}

.bg-333 {
  background-color: var(--333) !important;
}

.bg-222 {
  background-color: var(--222) !important;
}

.bg-111 {
  background-color: var(--111) !important;
}

.bg-000 {
  background-color: var(--000) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

.bg-brown {
  background-color: var(--brown) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.bg-pink {
  background-color: var(--pink) !important;
}

.bg-purple {
  background-color: var(--purple) !important;
}

.bg-sapphire {
  background-color: var(--sapphire) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-cyan {
  background-color: var(--cyan) !important;
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-lime {
  background-color: var(--lime) !important;
}

.bg-yellow {
  background-color: var(--yellow) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-tomato {
  background-color: var(--tomato) !important;
}

.bg-violet {
  background-color: var(--violet) !important;
}

.bg-deep {
  background-color: var(--deep) !important;
}

.bg-sharp-blue {
  background-color: var(--sharpblue) !important;
}

.bg-sharp-oranged {
  background-color: var(--oragegradien) !important;
}

.bg-sharp-cyan {
  background-color: var(--sharpcyan) !important;
}

.bg-sharp-red {
  background-color: var(--sharpred) !important;
}

.bg-sharp-green {
  background-color: var(--sharpgreen) !important;
}

.bg-sharp-black {
  background-color: var(--sharpblack) !important;
}

/* .bg-sharp-brown {background-color: var(--sharpbrown) !important;} */
.bg-color {
  background-image: conic-gradient(at 50% 50%, var(--red) 0%, var(--orange) 25%, var(--green) 50%, var(--blue) 75%, var(--purple) 100%);
}

.mono,
.mono-click {
  filter: grayscale(100%);
}

.mono-click {}

.mono-click:hover {
  filter: grayscale(0%);
}

.mix-abrazine {
  backdrop-filter: blur(10px);
}

.mix-hue {
  mix-blend-mode: hue;
}

.mix-multiply {
  mix-blend-mode: multiply;
}

.mix-screen {
  mix-blend-mode: screen;
}

.mix-luminosity {
  mix-blend-mode: luminosity;
}

.mix-difference {
  mix-blend-mode: difference;
}

@media(max-width:640px) {
  .mix-abrazine {
    backdrop-filter: blur(.1rem);
  }
}

/* media */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

video {
  object-fit: fill;
}

canvas {
  user-select: none;
}

@media(max-width:640px) {
  img {
    width: 100%;
  }
}

/* touch */

/* ico */
.ico {
  display: inline-block;
  vertical-align: middle;
}

.ico-load,
.ico-ringdot {
  animation: anime-rotate 5s infinite linear;
}

@media(max-width:640px) {
  .ico {
    font-size: .36rem !important;
  }
}

/* typeface */
@font-face {
  font-family: uigg;
  src: local('PingFang SC'), local('Microsoft Yahei');
}

@font-face {
  font-family: yahei;
  src: local('Microsoft Yahei');
}

@font-face {
  font-family: jhenghei;
  src: local('Microsoft JhengHei');
}

.font-uigg {
  font-family: uigg;
}

.font-yahei {
  font-family: yahei;
}

.font-jhenghei {
  font-family: jhenghei;
}

.font-nsimsun {
  font-family: nsimsun;
}

.font-kaiti {
  font-family: kaiti;
}

.font-lisu {
  font-family: lisu;
}

.font-youyuan {
  font-family: youyuan;
}

.font-fangsong {
  font-family: fangsong;
}

.font-xingkai {
  font-family: STXingkai;
}

.font-xinwei {
  font-family: STXinwei;
}

.font-arial {
  font-family: arial;
}

.font-tahoma {
  font-family: tahoma;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-transform: capitalize;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media(max-width:640px) {
  h1 {
    font-size: .32rem;
  }

  h2 {
    font-size: .28rem;
  }

  h3 {
    font-size: .26rem;
  }

  h4 {
    font-size: .24rem;
  }

  h5 {
    font-size: .22rem;
  }

  h6 {
    font-size: .2rem;
  }
}

/* pop */
pop,
pop>x {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

pop {
  position: fixed;
  background-color: var(--000-8);
  z-index: 99999;
  display: none;
}

pop>x {
  position: absolute;
}

pop-main {
  width: 60%;
  /* max-width: 720px; */
  /* overflow: hidden; */
  position: relative;
  z-index: 1;
}

pop-title {
  background-color: white;
  border-bottom-width: 1px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

pop-title h3 {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  flex: 1;
  min-width: 0;
  font-size: 18px;
}

.faq-content .faq-content-left-list-item .nav-link {
  color: var(--black) !important;
}

pop-title h3:nth-child(2) {
  padding: 0;
}

/* pop-title .ico {line-height: 50px;width: 50px;height: 50px;} */
/* pop-title .close:after {content: '\e826';} */
body pop-cont {
  background-color: var(--black) !important;
  border: 2px var(--main-color) solid !important;
  display: block;
  max-height: 70vh;
  overflow: auto;
}

.register_title h4 {
  font-size: 18px;
  color: var(--fff) !important;
  font-weight: bold;
}

pop-solve {
  display: flex;
}

pop-solve .btn {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

pop-solve .btn:hover {
  transform: translate(0);
}

pop-choice,
pop-sider {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

pop-choice {
  bottom: 0;
  width: 100%;
}

pop-sider {
  top: 0;
  width: 300px;
  height: 100%;
  background-color: white;
}

pop-sider {
  display: flex;
  flex-direction: column;
}

pop-sider pop-cont {
  flex: 1;
  overflow: auto;
}

pop[right] pop-sider {
  right: 0;
}

@media(max-width:640px) {
  pop-title h3 {
    line-height: .7rem;
    padding: 0 .2rem;
    font-size: .24rem;
  }

  pop-title .ico {
    line-height: 20px;
    width: 30px;
    height: 30px;
  }

  pop-sider {
    width: 5rem;
  }
}

/* tip */
tip {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  padding: 5px 10px;
  background-color: white;
  line-height: 24px;
  border-radius: 5px;
  box-shadow: 0 3px 6px var(--000-1);
}

tip>* {
  padding: 5px;
}

@media(max-width:640px) {
  tip {
    padding: .05rem .1rem;
    line-height: .3rem;
  }

  tip>* {
    padding: .05rem;
  }
}

/* btn */
.btn {
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  color: white;
  border-radius: 2px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  user-select: none;
  border-radius: 100px;
  background: var(--main-color) !important;
  border: 2px var(--main-color) solid !important;
  font-weight: bold;

}

.head-cont .balance {
  background: transparent !important;
  color: var(--main-color) !important;
  border: 2px var(--main-color) solid !important;
}

.btn .ico {
  margin: 5px;
}

.btn .ico:first-child {
  margin-left: -5px;
}

.btn .ico:last-child {
  margin-right: -5px;
}

.btn:hover {
  transform: translateY(5px);
}

.btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-flex .btn,
.btn-flex button {
  flex: 1;
}

.btn-empty {
  background-color: transparent !important;
  border: 2px solid;
}

.btn-empty .ico {
  color: var(--main-color);
}

.btn[disabled] {
  filter: grayscale(100%);
}

.btn[disabled]:hover {
  transform: translateY(0);
  cursor: no-drop;
}

@media(max-width:640px) {
  .btn {
    height: .7rem;
    line-height: .7rem;
    padding: 0 .2rem;
  }

  .btn:hover {
    transform: translateY(0);
  }

  .btn .ico {
    margin: .05rem;
  }

  .btn .ico:first-child {
    margin-left: -.5rem;
  }

  .btn .ico:last-child {
    margin-right: -.5rem;
  }
}

/* nav */
#vnApp .v-header-nav {
  position: relative;
  z-index: 3;
  background-color: transparent !important;
  box-shadow: none !important;
}

#vnApp .v-header-nav ul {
  overflow: inherit;
}

#vnApp li {
  width: auto !important;
}

nav {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: white;
}

.main {
  width: auto !important;
  margin: 0 auto;
  position: relative;
}

nav li {
  width: 100%;
  padding: 8px;
}

nav li a {
  display: block;
  padding: 8px 0;
  position: relative;
  border-radius: 5px;
}

nav li .ico {
  display: block;
  margin: 0 auto 5px;
  font-size: 32px;
  color: #f8d517
}

nav li span {
  display: block;
  text-align: center;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

@media(max-width:640px) {
  space {
    height: 1.4rem;
  }

  nav li {
    padding: .08rem;
  }

  nav li a {
    padding: .08rem 0;
  }

  nav li .ico {
    margin: 0 auto .02rem;
    font-size: .32rem;
  }

  nav li span {
    font-size: 12px;
  }
}

/* menu */
menu {
  text-transform: capitalize;
}

menu x.ico {
  display: none;
  float: right;
}

menu x.ico:after {
  content: '\e961';
}

menu-cont {
  text-align: center;
}

menu-cont li {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

menu-cont li:hover menu-group {
  display: block;
}

menu-cont li a {
  display: block;
  user-select: none;
  color: var(--main-color);
  text-transform: uppercase;
}

menu-cont li>a {
  padding: 0 10px;
}

menu-group {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 6px var(--000-1);
  overflow: hidden;
}

menu-group a {
  line-height: 40px;
}

menu-list h6 {
  line-height: 50px;
}

menu-cont li a:hover,
menu-cont li a.active {
  background: var(--main-color) !important;
  color: var(--theme-color) !important;
  color: #fff !important;
  border-color: var(--main-color) !important;
}

@media(max-width:640px) {
  menu x.ico {
    display: block;
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .42rem;
  }

  menu-cont {
    position: absolute;
    left: 0;
    top: .8rem;
    background-color: var(--000-9);
    width: 100vw;
    display: none;
  }

  menu-cont li {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  menu-cont li:not(:last-child) {
    border-bottom: 1px var(--333) solid;
  }

  menu-cont li,
  menu-cont li a {
    color: white;
  }

  menu-cont li a {
    line-height: .7rem;
    padding: 0 .2rem;
  }

  menu-cont li:hover menu-group {
    display: none;
  }

  menu-group {
    width: 100%;
    background-color: var(--333);
    padding: 0;
    position: static;
  }

  menu-list h6 {
    color: white;
    line-height: .7rem;
  }
}

/* title */
.title {
  text-align: center;
}

.title h3,
.title em {
  display: inline-block;
  vertical-align: middle;
}

.title span {
  display: block;
}

.title-flex {
  display: flex;
}

.title-flex h3 {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
}

@media(max-width:640px) {
  .title-flex h3 {
    padding: 0 .1rem;
  }
}

/* toggle */
o {
  font-family: ico !important;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  margin: auto;
  line-height: 1;
  text-transform: none;
  display: inline-block;
  direction: ltr;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  color: var(--main-color);
}

o.radio:after {
  content: '\e9ce';
}

o.radio.active:after {
  content: '\e9c6';
}

o.radio-done:after {
  content: '\e9ce';
}

o.radio-done.active:after {
  content: '\e9c5';
}

o.checkbox:after {
  content: '\e7da';
}

o.checkbox.active:after {
  content: '\e7dc';
}

o.checkbox-done:after {
  content: '\e7da';
}

o.checkbox-done.active:after {
  content: '\e7d7';
}

o.checkbox-cancel:after {
  content: '\e7da';
}

o.checkbox-cancel.active:after {
  content: '\e7d8';
}

o.checkbox-all {}

o.favorite:after {
  content: '\e917';
}

o.favorite.active:after {
  content: '\e90b';
}

o.star:after {
  content: '\ea62';
}

o.star.active:after {
  content: '\ea65';
}

o.visibility:after {
  content: '\eb5a';
}

o.visibility.active:after {
  content: '\eb5d';
}

o.password:after {
  content: '\eb5a';
}

o.password.active:after {
  content: '\ebc6';
}

o.mic:after {
  content: '\e97b';
}

o.mic.active:after {
  content: '\e971';
}

o.volume:after {
  content: '\eb5b';
}

o.volume.active:after {
  content: '\eb60';
}

o.muzak:after {
  content: '\e98c';
}

o.muzak.active:after {
  content: '\e990';
}

o.phonecard:after {
  content: '\e9ab';
}

o.phonecard.active:after {
  content: '\e9a8';
}

o.telecamera:after {
  content: '\eb20';
}

o.telecamera.active:after {
  content: '\eb23';
}

o.camera:after {
  content: '\e7be';
}

o.camera.active:after {
  content: '\e7c0';
}

o.aim:after {
  content: '\e70f';
}

o.aim.active:after {
  content: '\e707';
}

o.semaphore:after {
  content: '\e9fe';
}

o.semaphore.active:after {
  content: '\ea01';
}

o.suitcase:after {
  content: '\eb07';
}

o.suitcase.active:after {
  content: '\eb01';
}

o.toggle:after {
  content: '\eb34';
}

o.toggle.active:after {
  content: '\eb35';
}

o.toggle {
  font-size: 36px;
}

@media(max-width:640px) {
  o {
    font-size: .32rem;
    margin: 0;
  }
}

/* form */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  border-radius: 0;
}

textarea {
  resize: none;
}

input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="range"],
input[type="range"]::-webkit-slider-thumb,
input[type="search"]::-webkit-search-cancel-button,
select,
textarea,
progress,
::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  color: var(--ccc);
  text-transform: capitalize;
}

::-webkit-progress-bar {
  background-color: var(--f7);
  height: 4px;
}

::-webkit-progress-value {
  background-color: var(--main-color);
}

progress {
  height: 4px;
}

input[type="range"],
input[type="file"],
input[type="color"] {
  padding: 0;
  background: none !important;
  border: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background-color: var(--main-color);
}

input[type="range"]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  background-color: var(--main-color);
  border-radius: 100%;
  margin-top: -10px;
  box-shadow: 0 3px 6px var(--main-color);
}

input[type="file"]::-webkit-file-upload-button {
  background-color: var(--main-color);
  border: 0;
  cursor: pointer;
  height: 50px;
  color: white;
  border-radius: 3px;
  text-transform: capitalize;
  padding: 0 20px;
}

input[type="color"] {
  width: 50px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 2px;
}

::-webkit-calendar-picker-indicator {
  transform: scale(2);
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="week"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="date"]::before,
input[type="datetime-local"]::before,
input[type="time"]::before,
input[type="week"]::before,
input[type="month"]::before,
.select::after {
  position: absolute;
  right: 10px;
  font-family: ico !important;
  font-size: 24px;
}

input[type="date"]::before {
  content: '\e7b2';
}

input[type="datetime-local"]::before {
  content: '\e7bc';
}

input[type="time"]::before {
  content: '\eb32';
}

input[type="week"]::before {
  content: '\e7b7';
}

input[type="month"]::before {
  content: '\e7bb';
}

input::before,
.select::after {
  color: var(--main-color);
}

.select,
select,
.input,
input {
  width: 100%;
  height: 50px;
  position: relative;
}

.input i,
.input o {
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 10px;
}

textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  line-height: 160%;
}

input {
  padding: 0 10px;
}

.select::after {
  content: '\e70a';
  pointer-events: none;
}

.input input,
select {
  padding: 0 50px 0 10px;
}

.form li>* {
  margin: 5px;
  float: left;
}

.form select,
.form input,
.form textarea {
  background-color: var(--f7);
}

.form .input o,
.form li .input input,
.form li .select select {
  margin: 0;
}

.form {
  overflow: hidden;
}

.form span,
.form cite,
.form li,
.form o {
  line-height: 50px;
}

.form li {
  display: flex;
  align-items: center;
  width: 100%;
}

.form li.resolve {
  padding-left: 110px;
}

.form li.resolve .btn:not(:last-child) {
  margin-right: 10px;
}

.form li .code {
  width: 140px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form li .code img {
  width: 100%;
  height: 100%;
}

.form li>span:first-child {
  width: 100px;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form .btn span {
  margin: 0;
}

.form .min {
  width: 10%;
}

.form .sml {
  width: 20%;
}

.form .med {
  width: 30%;
}

.form .lag {
  width: 50%;
}

.form .big {
  width: 60%;
}

.form .max {
  width: 80%;
}

.form scaler input {
  margin: 0 10px;
}

.upload {
  float: left;
  flex: 1;
  min-width: 0;
}

.upload-group,
.upload-add {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 5px 5px 0;
  background-color: var(--f7);
  line-height: 100px;
  font-size: 36px;
  color: var(--000-2);
}

.upload-group {
  position: relative;
}

.upload-group input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.upload-group horn {
  background-color: var(--red);
}

.upload-group:after {
  content: '\e75b';
}

.upload horn:after {
  content: '\e826';
}

.upload-add:after {
  content: '\e6f3';
}

@media(max-width:640px) {
  ::-webkit-progress-bar {
    height: .05rem;
  }

  progress {
    height: .05rem;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    height: .05rem;
  }

  input[type="range"]::-webkit-slider-thumb {
    width: .35rem;
    height: .35rem;
    margin-top: -.15rem;
  }

  input[type="file"]::-webkit-file-upload-button {
    height: .7rem;
    padding: 0 .2rem;
  }

  input[type="color"] {
    width: .7rem;
    flex: none !important;
  }

  input[type="date"]::before,
  input[type="datetime-local"]::before,
  input[type="time"]::before,
  input[type="week"]::before,
  input[type="month"]::before,
  .select::after {
    right: .1rem;
    font-size: .32rem;
  }

  .select,
  select,
  .input,
  input {
    height: .7rem;
  }

  .input i,
  .input o {
    line-height: .7rem;
  }

  textarea {
    padding: .1rem;
    height: 2rem;
  }

  input {
    padding: 0 .1rem;
  }

  .input input,
  select {
    padding: 0 .7rem 0 .1rem;
  }

  .form li>* {
    margin: 0;
  }

  .form .select,
  .form select,
  .form .input,
  .form input,
  .form textarea {
    background-color: transparent;
    flex: 1;
    min-width: 0;
  }

  .form span,
  .form cite,
  .form li,
  .form li .code,
  .form o {
    line-height: .7rem;
  }

  .form li,
  .form li.resolve {
    padding: .1rem 0;
  }

  .form li:not(:last-child) {
    border-bottom-width: 1px;
  }

  .form li.resolve {
    border: 0;
  }

  .form li.resolve .btn {
    width: 100%;
  }

  .form li.resolve .btn:not(:last-child) {
    margin-right: .1rem;
  }

  .form li .code {
    width: 1.6rem;
    height: .7rem;
    font-size: .2rem;
  }

  .form li span {
    padding: 0 .05rem;
  }

  .form li>span:first-child {
    width: 1.5rem;
  }

  .form .btn,
  .form button {
    width: 100%;
  }

  .form cite {
    display: none;
  }

  .form .min,
  .form .sml,
  .form .med,
  .form .lag,
  .form .big,
  .form .max {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .form scaler {
    width: 100%;
  }

  .form scaler .btn {
    width: .7rem;
  }

  .form scaler input {
    margin: 0;
  }

  .upload-group,
  .upload-add {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 .05rem .05rem 0;
    line-height: 1.1rem;
    font-size: .42rem;
  }

  .upload x {
    width: .5rem;
    height: .5rem;
    padding: 0 0 .1rem .1rem;
  }
}

/* page */
page .ico,
page * {
  height: 50px;
  border-radius: 2px;
  text-align: center;
  margin: 2px;
  line-height: 50px;
}

page,
page ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

page ul a,
page span,
page input {
  font-size: 16px;
}

page a,
page button {
  background-color: var(--f7);
  width: 50px;
  user-select: none;
}

page ul {
  margin: 0;
  overflow: inherit;
}

page ul a {
  display: none;
  transition-duration: 0s;
}

page span {
  padding: 0 10px;
}

page input {
  border-width: 1px;
  width: 80px;
}

page a:hover,
page a.active,
page button:hover {
  background-color: var(--main-color);
  color: white;
}

page[min] span,
page[min] input,
page[min] button {
  display: none;
}

@media(max-width:640px) {

  page .ico,
  page * {
    height: .7rem;
    border-radius: .02rem;
    margin: .02rem;
    line-height: .7rem;
  }

  page ul a,
  page span,
  page input {
    font-size: .22rem;
  }

  page a,
  page button {
    width: .7rem;
  }

  page a:not(.ico) {
    display: none !important;
  }

  page ul {
    display: none;
  }

  page span {
    padding: 0 .1rem;
  }

  page input {
    width: .7rem;
  }
}

/* tab */
tab {}

tab-list {
  overflow: hidden;
}

tab-list li {
  display: block;
  float: left;
  text-align: center;
}

tab-list li a {
  display: block;
  font-weight: bold;
  padding: 0 20px;
}

tab-group {
  display: none;
}

tab-group.active {
  display: block;
}

@media(max-width:640px) {
  tab-list li a {
    padding: 0 .2rem;
  }
}

/* table */
.table {}

.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: white;
}

.table table th,
.table table td {
  vertical-align: middle;
  text-align: center;
  height: 50px;
  padding: 0 10px;
  width: 30px;
}

.table table th {
  text-transform: capitalize;
}

.table table thead th,
.table table thead td {
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 2px var(--main-color) solid;
}

.table table tbody tr:nth-child(2n) {
  background-color: var(--f7);
}

.table table tbody tr:hover {
  background-color: var(--eee);
}

.table table tfoot tr:first-child th,
.table table tfoot tr:first-child td {
  border-top: 1px var(--main-color) solid;
}

@media(max-width:640px) {
  .table {
    overflow: auto;
  }

  .table table {
    max-width: 15rem;
  }

  .table table th,
  .table table td {
    height: .7rem;
    padding: 0 .1rem;
  }

  .table table tbody tr:hover {
    background-color: transparent;
  }
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  color: var(--main-color);
  margin-top: -25px;
  display: flex;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: 'ico';
  content: '';
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.swiper-anime {
  display: none;
  animation-delay: .3s;
}

.swiper-animate .swiper-slide-active .swiper-anime {
  display: block;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
}

.lug-thumbs a {
  display: inline-block;
}

.gallery-top,
.relative-top {
  margin-bottom: 10px;
}

@media(max-width:640px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: .5rem;
    height: .5rem;
    font-size: .4rem;
    line-height: .5rem;
    margin-top: -.25rem;
  }

  .gallery-top,
  .relative-top {
    margin-bottom: .1rem;
  }
}

/* name */
name,
name h2,
name-logo,
name-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

name {
  height: 80px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 6px var(--000-1);
  background-color: white;
}

name h2,
name h3,
name-logo,
name-search {
  flex: 1;
  min-width: 0;
  text-align: center;
}

name h2,
name h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 26px;
}

name h2,
name-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

name h3 {
  text-align: left;
  border-left: 1px var(--eee) solid;
  padding: 0 20px;
}

name .ico {
  font-size: 36px;
  width: 80px;
  position: relative;
  z-index: 1;
}

name-logo {
  padding: 15px;
}

name-logo img {
  height: 100%;
  width: auto;
}

name-logo h1 {
  text-transform: uppercase;
  font-size: 30px;
  padding-left: 10px;
}

name-search {
  position: relative;
  margin: 10px 0;
  background-color: var(--000-1);
  border-radius: 30px;
}

name-search input {
  text-align: inherit;
  font-size: 24px;
  color: inherit;
  padding: 0 80px 0 0;
}

name-search input::-webkit-input-placeholder {
  color: var(--000-2);
}

@media(max-width:640px) {
  name {
    height: .8rem;
  }

  name h2,
  name h3 {
    font-size: .3rem;
  }

  name h3 {
    margin: .2rem 0;
    padding: 0 .25rem;
  }

  name .ico {
    font-size: .42rem;
    width: .8rem;
  }

  name-logo {
    padding: .15rem;
  }

  name-logo h1 {
    font-size: .32rem;
    padding-left: .1rem;
  }

  name-search {
    margin: .1rem 0;
    border-radius: .3rem;
  }

  name-search input {
    font-size: .24rem;
    height: .6rem;
    padding: 0 .8rem 0 0;
  }
}

/* load */
load {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
}

load::after {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--999);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: anime-zoom-in 1s infinite alternate;
  filter: opacity(.3);
}

@media(max-width:640px) {
  load::after {
    width: .7rem;
    height: .7rem;
  }
}

/* browser */
msie {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 50px;
  font-weight: lighter;
  text-transform: uppercase;
  color: whitesmoke;
}

@media(max-width:640px) {
  msie {
    font-size: .3rem;
  }
}

/* top */
.top {
  opacity: 0;
  z-index: 1;
}

.top.btn {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 30px;
  width: 50px;
  font-size: 24px;
  font-weight: normal;
  padding: 0;
}

.top.btn:hover {
  transform: translateY(-5px);
}

@media(max-width:640px) {
  .top.btn {
    width: .6rem !important;
    height: .6rem !important;
    margin: .15rem !important;
    font-size: .3rem !important;
  }

  .top.btn:hover {
    transform: translateY(0);
  }

  .ico-alone-top::before {
    top: 0 !important;
  }
}

/* scaler */
scaler {
  display: flex;
}

scaler a.btn {
  width: 50px;
}

scaler input {
  flex: 1;
  min-width: 0;
  text-align: center;
  margin: 0 5px;
}

@media(max-width:640px) {
  scaler a.btn {
    width: .7rem;
    height: .7rem;
  }

  scaler input {
    margin: 0 .1rem;
  }
}

/* list */
.list {
  overflow: hidden;
}

.list li:not(:last-child) {
  border-bottom-width: 1px;
}

@media(max-width:640px) {}

/* countdown */
countdown {}

countdown s {
  text-decoration: none;
}

/* music */
music {
  animation: muzak 10s infinite linear;
  border-radius: 100%;
  z-index: 999;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  background-color: var(--main-color);
  color: white;
  display: none;
}

music.ico {
  line-height: 50px;
  margin: 30px;
}

music[pause] {
  animation: none;
}

music:after {
  content: '\e98c';
}

music[pause]:after {
  content: '\e990';
}

@keyframes muzak {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media(max-width:640px) {
  music {
    width: .8rem;
    height: .8rem;
  }

  music.ico {
    line-height: .8rem;
    font-size: .48rem;
    margin: .3rem;
  }
}

/* drop */
drop {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: var(--f7);
}

drop x {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

drop i.ico {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
}

drop>i.ico {
  transform: rotate(90deg);
}

drop-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

drop-list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: white;
  width: 100%;
  box-shadow: 0 3px 6px var(--000-1);
  max-height: 50vh;
}

drop ul {
  overflow: visible;
}

drop li {
  position: relative;
}

drop li:not(:last-child) {
  border-bottom-width: 1px;
}

drop li drop-list {
  right: -100%;
  top: 0;
  left: auto;
}

drop li drop-list x {
  display: none;
}

drop a {
  padding: 0 20px;
  display: block;
  user-select: none;
}

drop li:hover>a {
  color: white;
  background-color: var(--main-color);
}

drop li:hover>drop-list {
  display: block;
}

drop li:hover>i {
  color: white;
}

drop.active>drop-list {
  display: block;
}

drop.active>i {
  transform: rotate(-90deg);
}

@media(max-width:640px) {
  drop {
    height: .7rem;
    line-height: .7rem;
  }

  drop i.ico {
    line-height: .7rem;
    width: .7rem;
  }

  drop-list {
    top: .7rem;
  }

  drop a {
    padding: 0 .2rem;
  }
}

/* rate */
rate {}

rate i {
  color: var(--orange);
  cursor: pointer;
}

rate i.active::before {
  content: '\ea65';
}

/* notify */
notify {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0 10px;
  z-index: 999;
}

notify.bottom {
  top: auto;
  bottom: 0;
}

notify li {
  width: 300px;
  padding: 30px 20px 20px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 3px 6px var(--000-1);
  position: relative;
  margin: 10px 0;
  transition: .3s;
}

notify li x.ico {
  position: absolute;
  top: 0;
  right: 0;
  margin: 7px;
}

@media(max-width:640px) {
  notify {
    margin: 0 .1rem;
  }

  notify li {
    width: 4rem;
    padding: .4rem .2rem .2rem;
    border-radius: .1rem;
    margin: .1rem 0;
  }

  notify li x.ico {
    margin: .08rem;
  }
}

/* empty */
empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

empty.default {
  font-size: 30px;
  color: var(--000-1);
  text-transform: capitalize;
  text-transform: uppercase;
}

empty.default:after {
  content: 'empty';
}

empty * {
  margin: 10px;
}

empty .ico {
  display: block;
  font-size: 72px;
  margin: inherit;
}

empty div {
  text-align: center;
}

@media(max-width:640px) {
  empty {
    font-size: .36rem;
    padding: .2rem;
  }

  empty * {
    margin: .1rem;
  }

  empty .ico {
    font-size: .8rem;
  }

}

/* hop */
hop {
  position: relative;
}

hop x {
  /* width: 100vw;
    height: 100vh; */
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

hop a {
  height: 50px;
  line-height: 50px;
  min-width: 50px;
  display: block;
  text-align: center;
  user-select: none;
}

hop-cont {
  position: absolute;
  box-shadow: 0 3px 6px var(--000-1);
  border-radius: 5px;
  display: none;
}

hop-cont a {
  background-color: white;
  border-bottom-width: 1px;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 0 10px;
}

hop-cont a:first-child {
  border-radius: 5px 5px 0 0;
}

hop-cont a:last-child {
  border-radius: 0 0 5px 5px;
  border: 0;
}

hop-cont a:hover {
  background-color: var(--main-color);
  color: white;
}

hop[right] hop-cont {
  right: 0;
}

@media(max-width:640px) {
  hop a {
    height: .7rem;
    line-height: .7rem;
    min-width: .7rem;
  }

  hop-cont {
    width: 3rem;
    border-radius: .05rem;
  }

  hop-cont a {
    padding: 0 .1rem;
  }

  hop-cont a:first-child {
    border-radius: .1rem .1rem 0 0;
  }

  hop-cont a:last-child {
    border-radius: 0 0 .1rem .1rem;
  }
}

/* chat */
chat {
  height: 100%;
  display: flex;
  position: relative;
}

chat ::-webkit-scrollbar {
  width: 3px;
}

chat .ico {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

chat s {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 90%;
  vertical-align: middle;
  cursor: pointer;
}

chat chat-title .ico:hover,
chat chat-tool .ico:hover {
  background: var(--eee);
}

chat .avatar {
  width: 50px;
  height: 50px;
}

chat pop img {
  max-height: 100%;
}

chat aside {
  word-break: break-all;
}

chat aside * {
  white-space: normal;
}

chat aside img {
  max-width: 200px;
  border-radius: 5px;
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
}

chat aside video {
  max-width: 300px;
}

chat a[download] {
  background-color: var(--orange);
  display: inline-block;
  border-radius: 5px;
  padding-right: 20px;
}

chat a[download] .ico-file {
  width: 50px;
  height: 50px;
  background-color: transparent;
}

chat a[download]:hover .ico-file:before {
  content: '\e74e';
}

chat-title {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  position: relative;
  z-index: 1;
}

chat-title h3 {
  font-size: 16px;
  flex: 1;
  padding: 0 10px;
}

chat-title input {
  flex: 1;
  min-width: 0;
}

chat-title x.ico-close {
  background: var(--red) !important;
  color: white;
  display: none;
}

chat-sider {
  width: 240px;
  display: flex;
  flex-direction: column;
  border-right-width: 1px;
}

chat-sider hop {
  position: static;
}

chat-sider hop-cont {
  width: 100%;
}

chat-sider hop-cont a {
  border-radius: 0 !important;
}

chat-list {
  flex: 1;
  overflow: auto;
}

chat-list li {}

chat-list li a {
  display: flex;
  align-items: center;
  padding: 10px;
}

chat-list li .avatar {
  margin-right: 5px;
}

chat-list li h6,
chat-list li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

chat-list li h6 {
  flex: 1;
  min-width: 0;
}

chat-list li span {
  color: var(--ccc);
  display: block;
}

chat-list li a.disable {
  filter: grayscale(100%);
}

chat-list li a.active {
  background-color: var(--f7);
}

chat-list li a:hover {
  background-color: var(--eee);
}

chat-cont {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  z-index: 1;
}

chat-message {
  flex: 1;
  border-bottom-width: 1px;
  overflow: auto;
}

chat-message li {
  padding: 10px 70px;
  position: relative;
  overflow: hidden;
}

chat-message li .avatar {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px;
}

chat-message li cite {
  display: block;
  margin-bottom: 5px;
  color: var(--ccc);
}

chat-message li aside {
  background-color: var(--f7);
  border-radius: 0 10px 10px 10px;
  padding: 10px;
  display: inline-block;
}

chat-message li.mine {}

chat-message li.mine .avatar {
  left: auto;
  right: 0;
}

chat-message li.mine cite {
  text-align: right;
}

chat-message li.mine aside {
  background-color: aliceblue;
  border-radius: 10px 0 10px 10px;
  float: right;
}

chat-tool {
  height: 50px;
  position: relative;
}

chat-tool>a {
  float: left;
  position: relative;
}

chat-tool>a input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

chat-tip {
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: white;
  border-width: 1px 0;
  width: 100%;
  overflow: auto;
  padding: 10px;
  display: none;
}

chat-control {
  height: 150px;
  position: relative;
  overflow: hidden;
}

chat-control aside {
  height: 100%;
  padding: 0 70px 0 10px;
  overflow: auto;
  -webkit-user-modify: read-write;
}

chat-control aside * {
  -webkit-user-modify: read-only;
}

chat-control .ico-paperplane {
  margin: 10px;
  background-color: var(--main-color);
  color: white;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media(max-width:640px) {
  chat {
    display: block;
  }

  chat .ico {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
  }

  chat s {
    width: .6rem;
    height: .6rem;
  }

  chat .avatar {
    width: .6rem;
    height: .6rem;
  }

  chat aside img {
    max-width: 3rem;
    border-radius: .05rem;
    min-width: .7rem;
    min-height: .7rem;
  }

  chat aside video {
    max-width: 3rem;
  }

  chat a[download] {
    border-radius: .05rem;
    padding-right: .2rem;
  }

  chat a[download] .ico-file {
    width: .7rem;
    height: .7rem;
  }

  chat-title {
    height: .7rem;
  }

  chat-title h3 {
    font-size: .22rem;
    padding: 0 .1rem;
  }

  chat-title x.ico-close {
    display: block;
  }

  chat-sider {
    width: 100%;
    height: 100%;
    border-right-width: 0;
  }

  chat-list li a {
    padding: .15rem;
  }

  chat-list li .avatar {
    margin-right: .1rem;
  }

  chat-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }

  chat-message li {
    padding: .1rem .8rem;
  }

  chat-message li .avatar {
    margin: .1rem;
  }

  chat-message li cite {
    margin-bottom: .05rem;
  }

  chat-message li aside {
    border-radius: 0 .1rem .1rem .1rem;
    padding: .1rem;
  }

  chat-message li.mine aside {
    border-radius: .1rem 0 .1rem .1rem;
  }

  chat-tool {
    height: .7rem;
  }

  chat-emot {
    bottom: .7rem;
    padding: .1rem;
  }

  chat-control {
    height: 2rem;
  }

  chat-control aside {
    padding: 0 .9rem 0 .1rem;
  }

  chat-control .ico-paperplane {
    margin: .1rem;
  }
}

/* fold */
fold {}

fold-title {
  border-bottom-width: 1px;
  display: flex;
  align-items: center;
  padding: 10px;
}

fold-title *:not(.ico) {
  flex: 1;
  min-width: 0;
}

fold-title h5 {
  line-height: 30px;
}

fold-title .ico {
  width: 40px;
  margin: inherit;
}

fold-cont {
  display: none;
  padding: 10px;
}

fold-group.active fold-cont {
  display: block;
}

fold-group.active fold-title s {
  transform: rotate(180deg);
}

@media(max-width:640px) {
  fold-title {
    padding: .1rem;
  }

  fold-title h5 {
    line-height: .35rem;
  }

  fold-title .ico {
    width: .5rem;
  }

  fold-cont {
    padding: .1rem;
  }
}

/* step */
step {
  width: 100%;
  padding: 20px;
}

step aside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

step aside cite {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-width: 1px;
}

step aside i {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid;
  color: var(--main-color);
  font-size: 26px;
  margin: 10px;
}

step ul {
  display: flex;
  justify-content: space-around;
}

step ul li {
  flex: 1;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

step[column] {
  display: flex;
}

step[column] aside {
  flex-direction: column;
  width: 100px;
}

step[column] aside cite {
  border-width: 0 1px 0 0;
  height: 100%;
  width: 50%;
}

step[column] aside i {
  width: 50px;
  height: 50px;
  font-size: 22px;
}

step[column] ul {
  flex: 1;
  flex-direction: column;
}

step[column] ul li {
  text-align: left;
  display: flex;
  align-items: center;
}

@media(max-width:640px) {
  step {
    padding: .2rem;
  }

  step aside i {
    width: .6rem;
    height: .6rem;
    border-width: .03rem;
    font-size: .24rem;
    margin: .1rem;
  }

  step ul li {
    font-size: .2rem;
  }

  step[column] aside {
    width: 1rem;
  }

  step[column] aside i {
    width: .6rem;
    height: .6rem;
    font-size: .26rem;
  }
}

/* crumb */
crumb {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

crumb li {
  display: flex;
  align-items: center;
}

crumb li i.ico {
  font-size: 20px;
}

crumb li a {
  padding: 0 5px;
}

crumb li a:hover {
  color: var(--main-color);
}

@media(max-width:640px) {
  crumb li i.ico {
    font-size: .3rem;
  }

  crumb li a {
    padding: 0 .05rem;
  }
}

/* clue */
clue {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--000-8);
  border-radius: 5px;
  display: none;
  text-align: center;
  width: fit-content;
  min-width: 70px;
  padding: 10px;
  max-width: 300px;
  word-break: break-all;
  font-size: 14px;
  font-weight: normal;
  color: white;
}

clue.corner {
  position: absolute;
}

clue.corner::after {
  border-width: 0 10px 10px 10px;
  border-bottom-color: var(--000-8);
  top: -10px;
  left: 0;
  right: 0;
}

*[clue] {
  position: relative;
  cursor: pointer;
}

*[clue]:hover clue {
  display: block;
}

@media(max-width:640px) {
  clue {
    top: calc(100% + .15rem);
    border-radius: .1rem;
    min-width: 1rem;
    max-width: 3rem;
    font-size: .2rem;
  }

  clue.corner::after {
    border-width: 0 .1rem .1rem .1rem;
    top: -.09rem;
  }
}

/* reminder */
reminder {
  padding: 10px;
  border-width: 1px;
  background-color: var(--f7);
  margin: 20px 0;
  border-radius: 5px;
}

reminder>* {
  padding: 10px;
}

@media(max-width:640px) {
  reminder {
    padding: .1rem;
    margin: .2rem 0;
    border-radius: .05rem;
  }

  reminder>* {
    padding: .1rem;
  }
}

/* tinymce */
.tox-tinymce {
  border-width: 1px !important;
  border-radius: 0 !important;
  flex: 1;
  min-width: 0;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none !important;
  border-bottom: 1px var(--eee) solid !important;
}

.tox-simple+.tox-tinymce .tox-statusbar {
  display: none;
}

.tox-selectimage input[type="file"] {
  font-size: 14px;
}

.tox-selectimage input[type="file"]::-webkit-file-upload-button {
  height: 32px;
}

.tox-dialog {
  padding: 8px 0 !important;
  border-radius: 5px !important;
}

.tox-dialog__header {
  padding-right: 5px !important;
}

.tox-dialog__title {
  font-weight: bold !important;
}

.tox-dialog__body-nav-item {
  padding: 5px !important;
  border: 0 !important;
  border-radius: 3px;
}

.tox-dialog__body-nav-item:focus,
.tox-dialog__body-nav-item--active {
  color: white !important;
  background-color: var(--main-color) !important;
}

.tox-dialog__footer-end .tox-button {
  background-color: var(--main-color) !important;
  border: 0 !important;
}

.tox .tox-tbtn:hover,
.tox .tox-tbtn:active,
.tox .tox-tbtn:focus,
.tox .tox-collection--list .tox-collection__item--active {
  background: var(--eee) !important;
}

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
  background: var(--ddd) !important;
}

.tox .tox-split-button:hover {
  box-shadow: 0 0 0 !important;
}

.tox .tox-split-button:focus {
  background: var(--ddd) !important;
}

.tox .tox-button {
  border-radius: 3px !important;
}

.tox .tox-button--secondary,
.tox .tox-button--icon {
  background-color: transparent !important;
  border-width: 1px !important;
}

.tox-listbox--select,
.tox-textarea,
.tox-textfield {
  border-radius: 0 !important;
}

.tox-listbox--select:focus,
.tox-textarea:focus,
.tox-textfield:focus {
  border: 1px var(--eee) solid !important;
  box-shadow: 0 0 0 !important;
}

.tox-collection__item,
.tox-listbox__select-label {
  font-size: 14px !important;
}

/* horn */
horn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  background-color: var(--main-color);
  color: white;
  padding: 10px 10px 10px 20px;
}

horn.ico {
  padding: 5px 5px 10px 10px;
  cursor: pointer;
}

horn[left] {
  border-radius: 0 0 100px 0;
  right: auto;
  left: 0;
  padding: 10px 20px 10px 10px;
}

horn[left].ico {
  padding: 5px 10px 10px 5px;
}

@media(max-width:640px) {
  horn {
    padding: .1rem .1rem .1rem .2rem;
    border-radius: 0 0 0 1rem;
  }

  horn.ico {
    padding: .05rem .05rem .1rem .1rem;
  }

  horn[left] {
    border-radius: 0 0 1rem 0;
    right: auto;
    left: 0;
    padding: .1rem .2rem .1rem .1rem;
  }

  horn[left].ico {
    padding: .05rem .1rem .1rem .05rem;
  }
}

/* article */
article {}

article>* {
  margin: 10px 0;
}

article .btn {
  display: inline-block;
}

@media(max-width:640px) {
  article p {
    padding: 0 !important;
  }

  article>* {
    margin: 5px 0;
  }
}




.input-regsi {
  width: 100%;
}

.err_div {
  /* text-align: center !important; */
  text-align: left;
  /* margin-left: 47px; */
}

.register-register {
  width: 100%;
}

.slots-games .container {
  width: 1200px;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slots-games {
  min-height: 10.64rem;
  background: #1d1d1d;
}

.slots-games .slots-games-items {
  display: -webkit-flex;
  display: flex;
  padding-top: 15px;
  padding-bottom: 50px;
}

.slots-games .slots-games-items .brand-list {
  width: 200px;
  height: 100%;
  min-height: 715px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background: #ffeed6;
  padding-left: 30px;
  padding-bottom: 10px;
}

.slots-games .slots-games-items .brand-list li {
  display: -webkit-flex;
  display: flex;
  height: 50px;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 0.01rem solid rgba(77, 79, 85, .4);
  font-size: 20px;
  color: rgba(162, 170, 189, .5);
  transition: color .3s;
  cursor: pointer;
}

.slots-games .slots-games-items .brand-list li .icon-box {
  position: relative;
}

.slots-games-items .brand-list li span {
  color: #000;
  font-size: 15px;
}

.slots-games .slots-games-items .slots-games-right {
  width: 950px;
  margin-left: 45px;
  padding-top: 10px;
  position: relative;
}

.slots-nav {
  height: 50px;
  background: 0 0;
  display: inline-block;
}

.slots-nav a {
  padding: 0 10px;
  line-height: 40px;
  display: block;
  float: left;
  margin: 0px 3px 0 0;
  font-weight: 100;
  color: var(--main-color) !important;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 13px;
  background: none !important;
}

.slots-nav a.active,
.slots-nav a:hover {
  color: var(--theme-color) !important;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-left: 0;
  background: none !important;
}

.slot-game-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.slot-game-content li {
  overflow: hidden;
  width: 1.81rem;
  height: 1.59rem;
  border-radius: 10px;
  background: #131313;
  margin-bottom: 0.33rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.slot-game-content li:not(:nth-child(5n)) {
  margin-right: 15px;
}

.total_of_slots {
  color: #fff;
  text-align: center;
  height: 30px;
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li {
  width: 175px;
  height: 155px;
  margin-bottom: 15px;
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li .img-box {
  width: 100%;
  height: 80%;
}

.slot-game-content li .img-box {
  width: 100%;
  height: 80%;
  position: relative;
  display: block !important;
  overflow: hidden;
}

.slot-game-content li .img-box .hover-box {
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 6, 7, .79);
  -webkit-flex-direction: column;
  flex-direction: column;
}

.slot-game-content li>p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 13px;
  font-size: .14rem;
  color: #a2aabd;
  height: 23px;
  padding-bottom: 3px;
  transition: color .3s;
  position: relative;
}

.slot-game-content li>p:before {
  height: 5px;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*.slot-game-content li>p:after {
    width: 90px;
    height: 9px;
    left: 25px;
    bottom: 1px;
    -webkit-transform: perspective(0.5em) rotateX(8deg);
    transform: perspective(0.5em) rotateX(8deg);
}*/
.slots-games {
  background: 0 0 !important;
}

.slot-game-content li>p:after,
.slot-game-content li>p:before {
  transition: background .5s;
  content: "";
  position: absolute;
  background: #5f0a0e;
}

.slot-game-content li>p>span {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 14px;
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li>p i {
  width: 0.24rem;
  height: 0.21rem;
  cursor: pointer;
}

.provider_logo {
  position: absolute;
  background-size: 80%;
  width: 40px;
  height: 40px;
  background-color: rgb(255 255 255);
  border-radius: 0px 0px 3.4em;
  background-repeat: no-repeat;
  animation: rotateIn .2s linear alternate;
  animation-iteration-count: 1;
  background-position: 0 0px;
}

img.slot-img {
  width: 100%;
}

.loading_slots {
  position: absolute;
  z-index: 99999;
  display: block;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slot-game-content li .img-box .hover-box>span {
  font-size: .14rem;
  width: 1.3rem;
  height: 0.27rem;
  background: #929292;
  color: #414141;
  border-radius: 5px;
  cursor: pointer;
  font-family: nunito-bold;
  margin: 3px;
}

.slot-game-content li .img-box .hover-box>span:first-child {
  background: #ec1c23;
  color: #fff;
  white-space: nowrap;
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li .img-box .hover-box>span {
  width: 95px;
  height: 25px;
  font-size: 14px;
  text-transform: uppercase;
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li>p {
  height: 30px;
  font-size: 13px;
}

.slot-game-content li .img-box .hover-box,
.slot-game-content li .img-box .hover-box>span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.slot-game-content li.force-hover:hover .img-box .hover-box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*.slot-nav-title{
    height: 50px;
    display: inline-block;
}*/
.slot_search_box {
  float: right;
  margin-top: 7px;
  margin-right: 17px;
  position: relative;
}

.slot_search_box .search_input {
  height: 30px;
  float: left;
  width: 185px;
  padding: 5px;
  background: transparent;
  border: 1px solid #999999;
  color: #333;
}

.slot_search_box .search_btn {
  background: url(../images/search_btn.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 22px !important;
  /* padding: 6px; */
  position: absolute;
  /* right: -5px; */
  top: 4px;
  border: none !important;
  right: 1px !important;
  padding: 0 !important;
}

.total_of_slots {
  color: #fff;
  text-align: center;
  height: 30px;
}

.load_more:before {
  content: "";
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin-left: 10px;
}

#load_more {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  display: none;
  position: relative;
  top: 50px;
}

#load_more a {
  display: inline-block;
  cursor: pointer;
}

/*#load_more a:hover{
    -ms-transform: scale(1.2)!important;
    -webkit-transform: scale(1.2)!important;
    transform: scale(1.2)!important;
    transition: all 0.5s!important;
}*/
#load_more a img {
  width: 50px;
  padding-top: 8px;
  transform: rotate(180deg);
  transition: transform 0.5s linea;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .ico{
    color: var(--main-color);
} */
.ico-menu {
  color: var(--brown);
}

.ico-angle-loop-horizontal {
  color: var(--main-color);
}

.ico-soccer {
  color: var(--main-color);
}

.ico-earth {
  color: #fff;
}

.ico-message {
  color: #fff;
}

.ico-alone-top {
  color: #fff;
}

.ico-fluent-1st {
  background-image: url(../images/ico/1st_place_medal_color.svg)
}

.ico-fluent-2nd {
  background-image: url(../images/ico/2nd_place_medal_color.svg)
}

.ico-fluent-3rd {
  background-image: url(../images/ico/3rd_place_medal_color.svg)
}

.ico-fluent-anguished {
  background-image: url(../images/ico/anguished_face_color.svg)
}

.ico-fluent-backhand {
  background-image: url(../images/ico/backhand_index_pointing_left_color_default.svg)
}

.ico-fluent-logout {
  background-image: url(../images/logout.png)
}

.ico-fluent-bonus {
  background-image: url(../images/bonus.png)
}

.ico-fluent-history {
  background-image: url(../images/ico/history.png)
}

.ico-fluent-change_pass {
  background-image: url(../images/change_pass.png)
}

.ico-fluent-money {
  background-image: url(../images/ico/money_with_wings_color.svg)
}

.ico-fluent-orangeheart {
  background-image: url(../images/ico/orange_heart_color.svg)
}

.ico-fluent-basketball {
  background-image: url(../images/ico/basketball_color.svg)
}

.ico-fluent-key {
  background-image: url(../images/ico/key_color.svg)
}

.ico-fluent-club {
  background-image: url(../images/ico/club_suit_color.svg)
}

.ico-fluent-bag {
  background-image: url(../images/ico/money_bag_color.svg)
}

.ico-fluent-money {
  background-image: url(../images/ico/money_with_wings_color.svg)
}

.ico-fluent-orangeheart {
  background-image: url(../images/ico/orange_heart_color.svg)
}

.ico-fluent-coin {
  background-image: url(../images/ico/coin_color.svg)
}

.ico-fluent-label {
  background-image: url(../images/ico/label_color.svg)
}

.ico-fluent-ledger {
  background-image: url(../images/ico/ledger_color.svg)
}

.ico-fluent-beaming {
  background-image: url(../images/ico/beaming_face_with_smiling_eyes_color.svg)
}

.ico-fluent-ticket {
  background-image: url(../images/ico/ticket_color.svg)
}

.ico-fluent-boy {
  background-image: url(../images/ico/boy_color_default.svg)
}

.ico-fluent-cardfile {
  background-image: url(../images/ico/card_file_box_color.svg)
}

.ico-fluent-carddivider {
  background-image: url(../images/ico/card_index_dividers_color.svg)
}

.provider_logo {
  position: absolute;
  background-size: 80%;
  width: 40px;
  height: 40px;
  background-color: rgb(255 255 255);
  border-radius: 0px 0px 3.4em;
  background-repeat: no-repeat;
  animation: rotateIn .2s linear alternate;
  animation-iteration-count: 1;
  background-position: 0 0px;
}

.new_games {
  position: absolute;
  width: 30%;
  height: 40%;
  top: 0;
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJMAAACTCAMAAAC9O9snAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAJzUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFkAAPYAAPcAAEYAAAAAAAAAAAAAAAAAAP8AAP////4AAPcAAPoAAPwAAP0AAO4AAOwAAMsAAMwAAOUAAPkAAPYAAOMAAPQAAPIAAPAAAOEAANEAANgAAN4AAM8AANwAANoAAM4AAM0AAOkAAOcAAOgAAOoAANcAAPEAANUAAPMAAPUAANMAAPgAANAAANIAAPz09NQAANYAAP309PKNjey4uOu4uOpYWPXd3fbR0e24uNZYWOWcnNAmJvG4uPGcnPnp6dEmJtcmJvfd3eGNjfLR0e64uPjd3eqcnM8mJuScnPPR0eKNjfB9ffXR0fvp6eiqqvbd3fCcnOxra/KcnOB9ffC4uO/FxeucnOVYWN9CQtdCQuacnNhYWNdYWPDFxdpra/jp6e+4uPCNjfGqqt0mJu2Nje+cnONra9UmJvHFxeiNjeycnOSNjfnR0e5ra9xYWN9YWOxCQu59feyNjeJYWPTR0d9ra999feNYWOtra9RCQtpYWPS4uNhCQt19fdJCQulCQtgmJu9ra+dCQvCqqvzp6fK4uN4mJuyqqucmJuV9ffO4uO6cnPW4uOWNjelra91YWOqNjdtYWNtCQvrd3dxCQtImJt1CQvLFxelYWOdra+AmJvbFxesmJvfFxeaNjeZra9YmJt5ra+UmJuFra+VCQuJra+BYWO6NjeFCQvrp6emNjeRra9kmJuN9fdlYWO7FxdZCQvXFxemqqt1ra9trayKhNrkAAAAidFJOUwAJCw4EBQcBAgMSFhofJSoxNz1ESlFXXWJnhvS5Fg0KCAbuAzG3AAAFb0lEQVR42u3a13cTRxgF8JuERCaN9N6HLpGQhGKwU0hnEyHHlu0ggbtxCeC4YLBNaKFD6CWQ3nvvvff6J0VTdrUSlsjJ8e7cB+sBrfSAf2d35n7fjAaRSMnYMSefcsKJJ5162ulnnDnurLPPOfe88y+48KKLL7n0GvUaP3nSxGsnXHf9DTdOmXrTzdOmz5g9Z+6sebffNfOe0rLyWDTzisXKy0pnzr/3vllz58yeMX3aLbdOnXLbHXdOuHvipMnj9X9y2eVXXHnV1WPGlpREIhEc5xUZRY2iRlH/B/XN0vvZUG8IIRZyoTYJ+aJ6fJ8pkjhAhNqiSYJooC8xpDjP7KszJNFOEwkeSTzEklNZkmgiCU8fSfzKkehmeDuV8t+9FGXGhIBTXS/fKGrfqy4pOiTf3Nr30fqPH7WF2mRIq6JR+V5vat/aRnu17ydDWlkeq5YXFbr2/dKo8tPK49tlSIcys29QXtWo2vfIYv29jTH1vSFtl5FQIy+PyNr37oP6+6dtDPS4LnE7VCT0y+vBTO1LG9IDVmafMsV365xqlR8ydaa2UpNW24mEBZLUa3JK3h0nGm02pAZbOdW29dMP3PBUURBzSUmdU/urRIe9Hv0tKUmkDSmhc+o7+XTj1lDfSspfZnhX6Hb4dUdPAluoHl9zUKHb4Tcdt/m0hNrsJ6l2eKXjfWMJVeUBErodXuX47pwdlGdK6na42pAaFv83FAJAeSTdDruk5PxFBvV4cRRGHvWCIa3W7bD74BKZ2WdQh4uHJ0Yetc0sW3Q77A5v3bpo1J/FEx0jj/pEl11dZg65w9vklETFe4uXGQSAkrXvJV1mtmdnnItq6unL1L4DRcYUgkC1LX9YJ/oOfwhUZLeC9ncUa4cRCMqE527dVYlUPkr1w8sKoRAgqteQkqUJfdFpUE3q09JCYwrBoZ4ypIbM7DOoWoV6TD/R1woNdASHesVkgooEjTqqCrJqQ0VVwSYPwaG2qj/9o1m2S1S9Ksj7dJj3Few8ERyqzawP3L2ERE2zLMi1qePtuiBA1IJclNk061Rf7inSoyNsVLVeB64ossGBsFG6S1/ibnB8uObwMTmFUFCbPZRaIotuE57vtYthNjgQDmqtQaVVNDkmpxpM55n3+BAO6gezkzegPh2RkZDu94ph3phCKKg1ZjH6pSL8LiOhJlueq/IGOoJHPel2CfOeSOknF43WDfkahs/zZh9CQHmLUV1795UPVvpE4v38SECIqD5FGPitVeS83snPKYSI0musAdfidKaG33VBeKh1OXfHaWluKZDoCA/V4SclaqPNaub1m0R/7lkRN+GJ8FA+UfKPTJnRtymtE/1F1QDqfXSEh4q7oj17ZZk56Ph2hzcKXzuM8FCmzLRvyDZ5YkhtBXW5+blejSmEjOrYZfY8VyhEnWzyur1A1wMdYaJ2blvm/WCUFLoZjra4N8npMbMPoaKye55fK8Y/saP17k3auMiNBFhCqcaptcyrxKmu7E9rsIP6WUH+9qpMZ9p31gV2UGpx7rg3qbI656wLrKDW5VaZvAM4sIJ620fqPph/AAdWUFlRquvYU0GwgnrGJT3/xTCngmAFZZbtjRuGPaoEOyj109rLBY4qwRJq5/KFXxU6PwVbqCLnp0CIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQokCIAiEKhCgQov4FW4qbVY41IwkAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right 0;
  z-index: 999999;
}

.slots-nav {
  height: 50px;
  background: 0 0;
  display: inline-block;
}

.slot_search_box {
  float: right;
  margin-top: 7px;
  margin-right: 17px;
  position: relative;
}

.arrow_slots,
.arrow_slots:before {
  position: absolute;
  left: 50%;
}

.arrow_slots {
  width: 40px;
  height: 40px;
  bottom: 10px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}

.arrow_slots:before {
  content: '';
  width: 20px;
  height: 20px;
  bottom: 10px;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #2994D1 solid;
  border-bottom: 1px #2994D1 solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow_slots;
}

@keyframes arrow_slots {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

.blur_img {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.imgslot_fade {
  -webkit-animation: zoomIn 0.2s !important;
  animation: zoomIn 0.2s !important;
}

.loading_slots {
  position: absolute;
  z-index: 99999;
  display: block;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 50px;
  margin-top: 35px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #cef;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 50px;
  margin-top: 35px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.div.sweet-alert {
  transition-duration: revert-layer !important;
}

.slots-games .slots-games-items .slots-games-right {
  margin-left: 0 !important;
}

.slots-games .slots-games-items .brand-list {
  padding-left: 0 !important;
}

.slots-games-items .brand-list li span {
  color: var(--black) !important;
}

.brand-list img {
  font-size: 16px;
}

.btn-promo,
.btn-promotion,
#promoPage .btn-promotion,
#promoPage .btn-clear {
  background-image: var(--lg-orange) !important;
  min-width: auto !important;
}

#promoPage .btn-default,
#promoPage .btn-clear {
  border: 2px #ffbe6b solid !important;
}

.refmain {
  padding: 0 !important;
}

.center-data form .table_turnover td input.inp {
  color: var(--main-color) !important
}

.promo-item-desc h2.promo-title span.promo-pTitle {
  color: var(--main-color) !important;
  font-family: "Times New Roman", Times, serif;
}

.register-contant button {
  border-radius: 25px !important;
}

.link li a:hover {
  border-color: var(--main-color) !important;
}

.tag li a {
  color: var(--main-color);
}

.tag li a:hover {
  background-color: var(--main-color) !important;
  color: var(--fff) !important;
}

/* foot */
.foot {
  background: var(--main-color) !important;
}

.foot-copy,
.foot-copy a,
.foot-sns a {
  color: #fff !important;
}

.foot-sns .fa-brands {
  font-size: 27px !important;
  vertical-align: middle;
}

/* reward */
.main_rew h1 {
  color: var(--main-color) !important;
}

.color-cont ul {
  overflow-x: auto !important;
  scroll-behavior: smooth;
  justify-content: flex-start !important;
  scrollbar-width: thin;
}

.register-contant-code {
  background: none !important;
}

.form li input,
.form li textarea,
.form li select {
  color: var(--main-color) !important;
  border-radius: .08rem !important;
  font-size: 14px;
}

input::placeholder {
  color: var(--main-color) !important;
}

.checkbox {
  accent-color: var(--main-color);
}

.pop-close {
  box-shadow: 0 0px 10px var(--main-color), 0 0px 6px var(--main-color) !important;
  color: var(--main-color) !important;
}

article p {
  color: var(--main-color);
}

/* lang */
.pop-language pop-title h3 {
  color: var(--main-color) !important;
}

.language-cont ul li span {
  color: var(--main-color) !important;
}


.language-cont ul {
  justify-content: flex-start !important;
  overflow: auto !important;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}


.pop-language .btn {
  background: var(--main-color) !important;
}

.language-cont {
  padding: 20px !important;
}

.button1 {
  color: var(--main-color) !important;
}

.main_table tr.main_table_header {
  background: var(--light) !important;
}

.title-search input {
  color: #fff !important;
  background: var(--lg-orange) !important;
}

.slot_search_box .search_input {
  background: var(--main-color) !important;
  color: #fff !important;
}

.slot_search_box .search_btn {
  background-color: var(--main-color) !important;
}

.brand-list a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.register-contant-code {
  color: var(--main-color) !important;
}

.head-cont .user-p {
  display: none;
}

.language-open {
  padding: 0 10px !important;
  border: 0 !important;
  background: var(--main-color) !important;
}

.ico-earth {
  font-size: 40px !important;
  color: var(--fff) !important;
  margin: 0 !important;
}

.affiliate .register-contant-select {
  display: flex !important;
  align-items: center;
  background: var(--light) !important;
  color: var(--main-color) !important;
  border: none !important;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  white-space: nowrap;
}

.affiliate .register-contant-select select {
  color: var(--main-color) !important;
}

.affiliate .no_domain {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ico-ico-reward {
  background-image: url(https://d3h1yom8coubmj.cloudfront.net/content/design1/images/rewards/icon/theme3icon.png);
}

.login-mb {
  display: none;
}

.head_fixed {
  height: 70px;
}

.head {
  position: fixed !important;
  z-index: 9999;
  background: var(--bg-color) !important;
  box-shadow: 0 0 10px var(--main-color) !important;
}

#sidebar_ach div {
  width: 100%;
  /* display: block !important; */
}

#sidebar_ach ul.components {
  width: 300px !important;
}

#sidebar_ach .center-table-achievement {
  width: 100% !important;
}

.register-pop #register {
  margin-bottom: .1rem;
}

#deposit-btn {
  background: var(--brown) !important;
}

@media(max-width:640px) {
  .center-form.achievement space {
    height: unset !important
  }

  #sidebar_ach .achievement_content #achievement_data img {
    width: 15% !important;
  }

  body {
    min-width: auto !important;
  }

  .popup_content {
    width: 90% !important;
  }

  /* ico */
  .lv1,
  .lv2,
  .lv3,
  .lv4,
  .lv5,
  .lv6 {
    width: .8rem;
    height: .8rem;
  }

  /* btn */
  .btn {
    border-radius: 1rem;
  }

  .game-list .btn-empty {
    display: flex;
    white-space: nowrap;
  }

  .btn-submit {
    width: 100% !important;
    margin: .2rem auto !important;
  }

  /*balance*/
  .head {
    height: 60px;
  }

  .head_fixed {
    height: 60px;
  }

  .head-cont .balance span {
    font-size: .2rem !important;
    margin: .1rem;
    padding: .1rem 0;
  }

  .main_ .tag ul {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }

  body .btn.language-open .ico.ico-earth {
    font-size: .6rem !important;
  }

  .balance {
    height: .6rem !important;
    border-radius: 1rem !important;
    padding: 0 .1rem !important;
  }

  .balance b {
    padding: 0 .01rem !important
  }

  .ico-reduce,
  .ico-add {
    color: #fff !important;
  }

  /* head */
  .head {
    box-shadow: 0 0 .1rem var(--main-color) !important;
    max-width: auto !important;
  }

  .head {
    box-shadow: 0 0 .1rem var(--main-color);
  }

  .head-cont .user-p {
    display: flex !important;
    color: var(--fff);
    border-radius: 50%;
    font-weight: bold;
    width: 30px;
    height: 30px !important;
    justify-content: center;
    align-items: center;
    margin-right: 5px !important;
  }

  .head-cont a {
    height: 34px !important;
    margin: 0 !important;
  }

  /* .logo {width: 1.4rem !important;height: .7rem !important;margin: .05rem !important;} */
  .logo {
    width: 110px !important;
    margin: 0 5px 0 0 !important;
    font-size: 0.1rem;
  }

  .login-in .btn {
    display: none;
  }

  .head-cont .msgbox {
    font-size: 25px !important;
    margin-right: .1rem !important;
    margin-top: .15rem !important;
  }

  .head-cont .msgnum {
    top: -10px !important;
    font-size: 10px !important;
    background-size: 18px !important;
  }

  /* lang */
  .ico-earth {
    font-size: 30px !important;
    color: var(--main-color) !important;
    margin: 0 !important;
  }

  .pop-language .center- {
    justify-content: flex-end !important;
    align-items: flex-start !important;
    padding: 42px 5px 0 0;
  }

  .pop-language pop-main {
    width: auto !important;
    max-width: unset;
  }

  .pop-language pop-title {
    display: none;
  }

  .pop-language .language-cont ul {
    flex-direction: column;
    margin: 0 !important;
    gap: 5px;
    align-items: unset;
  }

  .pop-language .btn-submit {
    display: none;
  }

  .pop-language .language-cont {
    padding: 10px 0px !important;
  }

  .pop-language pop-cont {
    padding: 0 !important;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    border-radius: 5px !important;
    max-height: 50vh !important;
    background: var(--000) !important;
  }

  .pop-language .language-cont ul li {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .pop-language .lang-style {
    border: 0 !important;
    box-shadow: none !important;
  }

  .pop-language .language-cont ul li span {
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 13px;
  }

  /* menu */
  menu {
    display: none;
  }

  /*light*/
  .light {
    padding: 0 !important;
  }

  .light .swiper-wrapper {
    margin-bottom: .5rem !important;
  }

  .light .swiper-slide {
    height: 100% !important;
    width: 100% !important;
    padding: 10px !important;
  }

  .swiper-slide img {
    border-radius: 10px;
  }

  /*navigation*/
  .navigation {
    padding: 20px 0 0 !important;
  }

  .navigation li {
    margin: 0 !important;
  }

  .navigation li a {
    width: 2rem !important;
    height: .7rem !important;
  }

  .navigation li a span {
    font-size: .2rem !important;
    padding-left: .5rem !important;
  }

  /*game*/
  .game-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    /* padding-left: 10px;
        padding-bottom: 10px; */
  }

  .game-list-6 ul {
    padding: 0 !important;
  }

  .game-list li {
    width: 33.33% !important;
    padding: 5px !important;
  }

  .game-list li div {
    height: 2.8rem !important;
    border-radius: .1rem !important;
  }

  .game-list li div.flex-column {
    padding: 0px !important;
  }

  .game-list li h3 {
    font-size: .2rem !important;
  }

  .game-list li em {
    padding: .3rem !important;
  }

  .game-list li span a {
    width: 90px !important;
    height: 40px !important;
    margin: .1rem !important;
  }

  .game-list li span {
    display: none;
    border-radius: .1rem !important;
  }

  .game-sml li div {
    height: 3rem !important;
  }

  .game-list-6 li {
    width: 33.33% !important;
  }

  /*news*/
  .news {
    padding: .3rem 0;
  }

  .news-cont {}

  .news-cont li {
    width: 50%;
    padding: .05rem;
  }

  .news-cont li a em {
    height: 2.4rem;
    border-radius: .1rem;
    margin-bottom: .1rem;
  }

  .news-cont li a span {
    border-radius: .1rem;
    padding: .1rem;
    font-size: .18rem;
  }

  /*recommend*/
  .recommend {
    padding: 1rem 0 .4rem !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .recommend-cont {
    width: 100% !important;
    padding: .6rem .2rem .2rem !important;
    border-radius: .2rem !important;
    display: block !important;
    text-align: center;
  }

  .recommend-cont em {
    top: -.8rem !important;
    width: 2.5rem !important;
  }

  .recommend-cont span img {
    width: 1.9rem;
  }

  .recommend-cont span {
    width: 100% !important;
    margin: auto !important;
    display: block;
  }

  /*link*/
  .link {
    padding: 5px 0 !important;
  }

  .link li {
    width: 33.33% !important;
    padding: 2px !important;
  }

  .link li a {
    height: 70px !important;
    border-radius: 5px !important;
  }

  .link ul li a img {
    width: 70px !important;
  }

  .im li {
    display: none !important;
  }

  .tag {
    padding: 10px 0 !important;
  }

  .tag li {
    padding: 0.05rem !important;
  }

  .tag li a {
    padding: .18rem .05rem !important;
    border-radius: 1rem !important;
  }

  /* foot */
  .foot {
    background: none !important;
  }

  .foot {
    margin-top: .2rem;
    width: 6.2rem !important;
    margin: auto !important;
    border-radius: .1rem !important;
  }

  .foot-logo,
  .foot-sns,
  .foot-copy,
  .foot-condition {
    display: none !important;
  }

  /* .foot-sns {padding: .1rem .2rem !important;width: 100% !important;text-align: center !important;}
    .foot-sns a {font-size: .4rem !important;padding: .1rem !important;} */

  /*im*/
  .im {
    right: 0.2rem !important;
  }

  .im li {
    padding: .05rem 0 !important;
  }

  #help {
    margin-left: -0.3em !important;
  }

  .im a {
    width: .6rem !important;
    height: .6rem !important;
    line-height: .6rem !important;
  }

  .im .btn .ico {
    margin-top: 5px;
    font-size: .28rem !important;
  }

  /* pop */
  pop-cont {
    border-radius: .2rem !important;
    padding: 10px 15px;
  }

  /*system*/
  body .ico-menu {
    width: .7rem !important;
    height: .7rem !important;
    line-height: .7rem !important;
    font-size: .4rem !important;
  }

  pop.system-pop {
    background: rgb(0 0 0 / 86%);
  }

  .user-pop-mb-cont {
    height: 100%;
    background-color: #000000 !important;
    width: 50%;
  }

  .user tab {

    background: #000000 !important;
    border-radius: 10px;
  }

  pop.system-pop pop-main {
    max-width: 6rem !important;
  }

  pop.system-pop .ico-close {
    color: #fff;
    width: .5rem !important;
    height: .5rem !important;
    line-height: .5rem !important;
    font-size: .3rem !important;
    position: absolute;
    top: -3.3rem;
    right: .05rem;
  }

  .system-pop pop-cont {
    background: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    padding: 10px !important
  }

  .system-logo {
    width: 2rem !important;
    margin: 0 auto .2rem !important;
  }

  .system-cont ul li {
    padding: 5px !important;
  }

  .system-cont ul li a {
    padding: .1rem !important;
  }

  .system-cont ul li a i {
    width: .7rem !important;
    height: .7rem !important;
    margin-left: .2rem !important;
  }

  .system-cont ul li a span {
    font-size: .2rem !important;
    color: #fff;
  }

  .system-down {
    border-radius: .2rem !important;
    margin: .1rem !important;
  }

  /*precondition*/
  .precondition-form {
    padding: 0 !important;
    width: 100%;
  }

  .precondition-form li i {
    font-size: .36rem !important;
    margin-right: .1rem !important;
  }

  .precondition-form li input {
    padding: 0 .2rem !important;
  }

  .precondition-other {
    padding: .1rem 0 !important;
    float: right;
  }

  .precondition-sate {
    width: 100%;
    margin: auto !important;
  }

  /*money*/
  .money {
    padding: 0 !important;
  }

  .money-bet {
    margin: .2rem 0 !important;
  }

  .money-quick {
    margin: .2rem 0 !important;
  }

  .money-quick a {
    line-height: .7rem !important;
    border-radius: 1rem !important;
  }

  .money-quick a:not(:last-child) {
    margin-right: .1rem !important;
  }

  .money-gift ul {
    display: block !important;
  }

  .money-gift ul li {
    width: 100% !important;
    margin: .1rem 0 !important;
  }

  .money-gift ul li:not(:last-child) {
    margin-right: 0 !important;
  }

  .money-gift ul li a {
    padding: .1rem .2rem !important;
    border-radius: .1rem !important;
  }

  .money-gift ul li a i {
    width: .7rem !important;
    height: .7rem !important;
    margin-right: .2rem !important;
  }

  .money-progress {
    margin: .2rem 0 !important;
  }

  .money-credit {
    margin: .2rem 0 !important;
  }

  /*article*/
  article ul {
    padding-left: .2rem;
  }

  /* form */
  input {
    border-radius: 1rem;
    padding: 0 .2rem;
  }

  .form li {
    border: 0;
  }

  .form li input,
  .form li textarea,
  .form li select {
    border-radius: 1rem;
  }

  .form li .code {
    margin-left: .2rem;
  }

  /* .filter li {width: 100%;} */

  /*user*/
  .user-pop-mb .center- {
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }

  .user-pop-mb .center- pop-main {
    width: 50% !important;
    height: 100% !important;
    background: #fff !important;
  }

  .user-pop-mb .pop-close {
    font-size: 25px !important;
    margin: 10px !important;
    box-shadow: none !important;
  }

  .user-pop-mb pop-cont {
    max-height: unset !important;
    background: none !important;
    padding: 0px !important;
  }

  .user-pop-mb pop-title {
    padding: 0 .15rem;
  }

  .user-pop-mb .side-menu-header-info {
    line-height: .4rem;
  }

  .user-pop-mb pop-title .ico {
    height: auto !important;
  }

  .user-pop-mb .user {
    padding: 10px !important;
  }

  /* .user tab {display: block !important;} */
  .user-pop-mb .user tab tab-list {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
  }

  .user-pop-mb .user tab tab-list li {
    float: left !important;
    width: auto !important;
    margin: 0 !important;
    padding: 5px 0 !important;
  }

  .user-pop-mb .user tab tab-list li a {
    border-radius: 1rem !important;
    width: 100% !important;
    padding: 2px 20px !important;
    height: auto !important;
    border: 2px var(--main-color) solid;
    color: var(--fff) !important;
  }

  .center-contant {
    width: 970px;
    overflow: hidden;
    background: #000000 !important;
    margin-top: 10px;
    border-radius: 10px;
  }

  .user tab tab-list li a i {
    width: 32px !important;
    height: 32px !important;
  }

  .user-pop-mb .user tab tab-list li a span {
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  .user-info h5 {
    padding: .2rem 0 !important;
  }

  .user-info-cont {
    border-radius: .1rem !important;
    padding: .2rem 0 !important;
    margin: .2rem 0 !important;
  }

  .user-info-cont i {
    width: .8rem !important;
    height: .8rem !important;
    margin-right: .2rem !important;
  }

  .user-info-cont h3 {
    font-size: .26rem !important;
  }

  .user-info-cont span {
    font-size: .2rem !important;
    padding-bottom: .1rem !important;
  }

  .user-coupon input {
    width: 100% !important;
  }

  .control li {
    width: 100% !important;
  }

  /* page */
  page {
    padding: .2rem 0 !important;
  }

  page .ico,
  page * {
    border-radius: 1rem !important;
  }

  /*banner*/
  .banner {
    height: auto;
  }

  .banner-wave,
  .banner-tip {
    background-size: contain !important;
    display: none;
  }

  .banner-cont h4 {
    font-size: .2rem !important;
    padding: 0 !important;
  }

  .banner-cont p {
    font-size: .18rem !important;
    display: none;
  }

  .banner-wave {
    height: .8rem !important;
  }

  /*subject*/
  .subject {
    display: block;
  }

  .sider {
    width: 100%;
    margin: 0;
  }

  /* title */
  .title {
    padding: 10px 0 !important;
  }

  .title i {
    font-size: .4rem !important;
    margin-right: .1rem !important;
  }

  .title h3 {
    font-size: 20px !important;
  }

  .title span {
    padding: 0 .1rem !important;
  }

  .contant .title .title-search {
    display: none !important;
  }

  .title-search input {
    flex: 1 !important;
    width: 2rem !important;
    height: 30px !important;
  }

  .title-search a {
    width: 30px !important;
    height: 30px !important;
    margin: 0 0 0 .1rem !important;
  }

  .title-search .ico-search {
    line-height: 30px !important;
    font-size: 20px !important;
  }

  /*jackpot*/
  .jackpot {
    border-radius: .2rem;
    margin: .4rem 0;
  }

  .jackpot h3 {
    line-height: .5rem;
    padding: 0 1rem;
    border-radius: 0 0 .5rem .5rem;
  }

  .jackpot ul {
    padding: .2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: .2rem;
  }

  .jackpot ul li {
    width: 100%;
  }

  .jackpot ul li a {
    display: block;
    padding: 0;
  }

  .jackpot ul li a i {
    width: 1rem;
    height: 1rem;
    margin-right: 0;
    margin: 0 auto .1rem;
  }

  .jackpot ul li a h5 {
    text-align: center;
  }

  .jackpot ul li a h5 span {
    font-size: .18rem;
    padding-top: .1rem;
  }

  /* qa */
  .qa-cont {
    width: 100%;
    float: none;
    padding: 0;
  }

  /*superiority*/
  .clause .contant {
    padding: 0 5px;
  }

  .clause .contant .title h3 {
    font-size: 18px !important;
  }

  .superiority {
    display: none !important;
    border-radius: .2rem !important;
    margin: 0 0 .4rem !important;
    margin-top: 15px !important;
  }

  .superiority-cont {
    padding: .3rem .2rem !important;
  }

  .superiority-cont em {
    width: 1.8rem !important;
  }

  .superiority-txt {
    padding: 0 .2rem !important;
  }

  .superiority-txt h4 {
    padding-bottom: .1rem !important;
    font-size: .22rem !important;
  }

  .superiority-list {
    width: 100% !important;
    border-radius: .2rem !important;
  }

  .superiority-list li {
    padding: .2rem !important;
  }

  .superiority-list li i {
    width: 1rem !important;
    height: 1rem !important;
  }

  .superiority-list li h5 {
    padding: .1rem 0 !important;
  }

  /*promotion*/
  .promotion li {
    width: 50%;
    padding: .05rem;
  }

  .promotion li a {
    border-radius: .2rem;
    margin-top: .8rem;
    padding: .2rem;
  }

  .promotion li a em {
    height: 1.5rem;
    margin-top: -1rem;
  }

  .promotion li a h5 {
    font-size: .22rem;
    margin: .1rem 0;
    line-height: .3rem;
    height: .6rem;
  }

  .promotion li a p {
    line-height: .25rem;
    height: .7rem;
    margin: .2rem 0;
  }

  .promotion li a:hover em {
    transform: translateY(0);
  }

  .promotion-article {
    padding: .2rem;
  }

  /*vip*/
  .vip {
    background-size: 200% !important;
    padding-top: 3.2rem !important;
  }

  body .vip-cont {
    border-radius: .2rem !important;
    padding: .2rem !important;
  }

  .vip-rade h4 {
    font-size: .3rem !important;
  }

  .vip-rade i {
    margin: .2rem auto !important;
  }

  .tit_vip-rade {
    font-size: 16px !important;
  }

  .vip-rade h3 {
    font-size: 18px !important;
    margin: .2rem 0 !important;
    padding: 0 !important;
  }

  .vip-lv {
    height: auto !important;
  }

  .vip-lv li {
    position: inherit !important;
    top: 0;
    box-shadow: 0 .05rem .1rem var(--main-color) !important;
    border-radius: .1rem !important;
    padding: .1rem !important;
    display: flex;
    align-items: center !important;
    margin: .2rem 0 !important;
  }

  .vip-lv li i {
    margin: auto .2rem !important;
  }

  .vip-lv li h5 {
    text-transform: uppercase !important;
    color: var(--deep);
    padding: 0 .2rem !important;
  }

  .vip-lv li:nth-child(1),
  .vip-lv li:nth-child(2),
  .vip-lv li:nth-child(3),
  .vip-lv li:nth-child(4),
  .vip-lv li:nth-child(5),
  .vip-lv li:nth-child(6) {
    left: 0% !important;
  }

  .vip-buy li {
    padding: .2rem 0 !important;
  }

  .vip-buy li h5 {
    font-size: .2rem !important;
  }

  .vip-buy b {
    padding: .1rem .2rem !important;
  }

  .vip-list h4 {
    padding: .3rem 0 !important;
    font-size: .3rem !important;
  }

  .vip-info {
    padding: .3rem 0 !important;
  }

  .mission {
    margin-top: 10px !important;
  }

  .mission-cont h5 span {
    font-size: 12px !important;
  }

  .mission-cont h5 {
    font-size: 12px !important;
  }

  .slick-prev {
    left: 0 !important;
  }

  /*prize*/
  .prize {
    grid-gap: .1rem !important;
    margin: 0 auto .6rem !important;
  }

  .prize li a {
    height: 1.5rem !important;
    padding: 0 .2rem !important;
    border-radius: .1rem !important;
  }

  .prize li a i {
    margin: auto .1rem !important;
    font-size: .4rem !important;
  }

  .prize li a h5 {
    font-size: .24rem !important;
  }

  /*sign*/
  .sign {}

  .sign-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: .1rem !important;
  }

  .sign-list li {
    margin: .15rem 0 !important;
  }

  .sign-list li a {
    border-radius: .1rem !important;
  }

  .sign-list li a span {
    padding: .1rem .4rem !important;
    border-radius: 0 0 .2rem .2rem !important;
  }

  .sign-list li a img {
    margin: .2rem 0 !important;
    width: 1.2rem !important;
  }

  .sign-list li a em {
    bottom: -.3rem !important;
    width: .6rem !important;
    height: .6rem !important;
  }

  .sign-cont {
    display: block !important;
    padding: .4rem 0 .6rem !important;
  }

  .sign-bet {
    margin: 0 0 .2rem !important;
    border-radius: .2rem !important;
    padding: .4rem 0 !important;
  }

  .sign-bet h6 {
    color: white !important;
  }

  .sign-bet b {
    font-size: .4rem !important;
    padding: .3rem 0;
  }

  .sign-bet a {
    padding: 0 .6rem !important;
  }

  .sign-data {
    border-radius: .2rem !important;
    padding: .2rem 0 !important;
  }

  .sign-data span {
    padding-bottom: .3rem !important;
  }

  .sign-data h4 {
    font-size: .3rem !important;
  }

  empty img {
    width: 2rem;
  }

  /*nav*/
  space {
    display: block;
  }

  .foot,
  .head,
  .light,
  .menu {
    min-width: auto !important;
  }

  .crumb {
    padding: 5px 10px !important;
  }

  .crumb i {
    width: 25px !important;
    height: 25px !important;
  }

  .new-li {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 !important;
  }

  .new-li li {
    width: 33.33%;
    padding: 2px 5px;
    margin: 0 !important;
  }

  .new-li li a img {
    width: auto !important;
  }

  .new-li li a {
    width: auto !important;
    height: auto !important;
  }

  .new-li li a span {
    font-size: .18rem !important;
    padding-left: .4rem !important;
  }

  .main {
    width: 100% !important;
  }

  .recommend-cont article .btn {
    width: 100% !important;
  }

  .game #video_iframe {
    width: 95% !important;
    z-index: 9 !important;
  }

  .game #video_iframe span {
    display: none !important
  }

  .game #video_iframe span img {
    width: 30px;
  }

  .game #video_iframe .lazy {
    height: 200px !important;
  }

  .mainContent-w {
    width: 100% !important;
  }

  .only-mob ul {
    display: flex;
  }

  .login-pop .center-,
  .register-pop .center- {
    padding: 8px;
  }

  .pop-login,
  .pop-register {
    width: 100% !important;
  }

  .remember_ch {
    flex: none !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
  }

  .submit-login,
  .register-register {
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 14px;
  }

  .btn .ico {
    font-size: 0.24rem;
  }

  pop-main {
    width: 90%;
  }

  /* slot */
  .slots-games .slots-games-items {
    padding: 0px !important;
  }

  .slots-games .slots-games-items .brand-list li .icon-box img {
    width: .38rem;
  }

  .slots-games .slots-games-items .brand-list {
    display: flex !important;
    gap: 5px;
    scrollbar-width: thin;
    scroll-behavior: smooth;
  }

  .slots-games .slots-games-items .brand-list li {
    width: auto !important;
    margin: 0 !important;
    min-width: 32%;
  }

  .slot_search_box {
    margin: 5px !important;
  }

  .slot_search_box .search_btn {
    border: none !important;
    right: 1px !important;
    padding: 0 !important;
  }

  .slots-nav {
    height: auto !important;
  }

  .slot-game-content {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .1rem;
    margin-bottom: .4rem;
  }

  .slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li {
    width: auto !important;
    height: auto !important;
  }

  .type-game-list-box {
    height: 600px;
    overflow-y: scroll;
    border: 1px solid var(--main-color);
    border-radius: 10px;
  }

  .slots-nav a.active,
  .slots-nav a:hover {
    border: none !important;
  }

  .slots-games-items .brand-list li span,
  .slots-nav a,
  .slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li .img-box .hover-box>h2,
  .slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li .img-box .hover-box>span {
    font-size: .2rem !important;
  }

  .slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li .img-box .hover-box>span {
    width: auto !important;
    padding: 0 5px !important;
  }

  /* promotion */
  #promotionContainer .container {
    width: 100% !important;
    padding: 0 10px;
  }

  #promotionContainer .container #buttonNav {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    padding: 0px 0 10px 0px;
    white-space: nowrap;
  }

  .promo-img {
    width: 100% !important;
    padding: 0 10px;
  }

  .sweet-alert button {
    font-size: .2rem !important;
  }

  /* rewards */
  .rewards {
    width: 100% !important;
  }

  .rewards li {
    margin-bottom: 10px !important;
    padding: 0 10px !important;
  }

  .rewards-cont {
    flex-direction: row-reverse;
    padding-left: 10px !important;
  }

  .rewards li a {
    background-position: right center;
    background-repeat: no-repeat;
  }

  /* side pop */
  .color-cont {
    padding: 50px 10px !important;
  }

  /* affiliate */
  .banner-register {
    height: auto !important;
  }

  .affiliate {
    padding: 30px 10px !important;
  }

  .register-main {
    width: 100% !important;
  }

  .register-title {
    font-size: .26rem !important;
  }

  .register-contant,
  .register {
    padding: 30px 15px !important;
  }

  .register-contant input.code {
    width: 65% !important;
  }

  .register-contant-code {
    width: 33% !important;
    font-size: .26rem !important;
  }

  /* point wheel */
  #content {
    padding: 0 10px !important;
  }

  #gift-main {
    width: 100% !important;
  }

  .gift_leftmenu {
    width: 100% !important;
    float: none !important;
    margin: 5px auto 0px auto;
  }

  #gift-main #left {
    color: var(--main-color) !important;
    width: 100% !important;
  }

  ul.gift_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    justify-content: center;
  }

  .gift_list li {
    width: 45% !important;
  }

  #gift-main .left-table {
    /* width: 100% !important;
        display: flex !important;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        white-space: nowrap; */
    margin: 5px 0 !important;
    padding: 0 !important
  }

  #giftDetail {
    width: 100% !important;
  }

  .gift_detail {
    display: flex;
    flex-wrap: wrap;
    min-width: 100% !important;
    width: 100% !important;
  }

  .gift_detail h2 {
    margin-left: 0 !important;
  }

  .gift_detail_info {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    padding: 10px !important;
  }

  .gift_info_left {
    width: 100% !important;
  }

  .gift_info_left img {
    width: auto !important;
    height: auto !important;
  }

  .gift_info_right {
    width: 100% !important;
  }

  #giftTitle {
    font-size: 18px !important;
  }

  .gift_info_right td {
    font-size: 13px !important;
    width: 50% !important;
  }

  .gift_info_right .tdRedeem a {
    font-size: 16px !important;
    width: auto !important;
    height: 35px !important;
    line-height: 35px !important;
  }

  .gift_info_right .showError {
    margin-left: 0 !important;
    padding-left: 10px !important;
  }

  .gift_detail .footDiv {
    width: 100% !important;
    margin: 0 !important;
  }

  #gift-main .modalMsg {
    width: 80% !important;
  }

  .wheel_div {
    width: 100% !important;
  }

  .wheel_container .turnplate canvas.wheel-item {
    width: 100%;
  }

  .spintxt {
    left: 43% !important;
    top: 48% !important;
    font-size: 20px !important;
  }

  /* #gift-main .left-table table {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        white-space: nowrap;
    } */
  #gift-main #tblFooter {
    margin: 10px auto;
  }

  table .main_table_header th,
  table .main_table_odd td,
  .main_table_even td {
    padding: 0 5px;
  }

  #divLoading {
    width: 100% !important;
    left: 0 !important;
  }

  .promo-code-pop .login-input-group {
    display: flex;
  }

  .promo-code-pop .login-input-group .btn-promo-cliam {
    height: 40px !important;
  }

  .balance b {
    padding: 0 !important;
  }

  /* member page */
  .center {
    padding: 5px !important;
  }

  .center- {
    gap: 0px;
  }

  .center-side {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 0 10px;
    padding: 0 !important;
    white-space: nowrap;
  }

  .center-side a {
    width: 48% !important;
    padding: 0 20px !important;
    font-size: 14px;
    border-radius: 5px !important;
  }

  [center],
  .center {
    flex-direction: column;
  }

  .mb_deposit {
    display: none !important;
  }

  .mb_logout {
    display: none !important;
  }

  .copy {
    height: auto !important;
    width: auto !important;
    padding: 0px 5px !important;
    right: 10px !important;
  }

  .promo-select .promo_title {
    font-size: 12px !important;
  }

  #refUrl {
    min-width: auto !important;
  }

  .center-data {
    padding: 10px 0;
  }

  .center-data a {
    white-space: nowrap;
  }

  .center-data-btn a {
    height: auto !important;
    font-size: .24rem !important;
  }

  .center-data-btn p {
    width: 100% !important;
    padding: 10px !important;
  }

  .center-data-btn {
    display: grid;
    padding: 0 !important;
  }

  .center-form {
    padding: .1rem !important;
  }

  .center-form label {
    padding: 5px 0 !important;
    white-space: nowrap;
  }

  .center-form label span {
    width: 45% !important;
    padding: 0 5px 0 0 !important;
    float: unset !important;
    text-align: unset !important;
  }

  .center-form label input,
  .center-form-select {
    width: 100% !important;
  }

  .center-tab a {
    font-size: 14px !important;
    background: #f4f4f4;
    padding: 10px 20px !important;
    height: auto !important;
    line-height: normal !important;
    border-radius: 5px;
  }

  .center-tab {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    white-space: nowrap;
    background: none;
    margin-top: 10px;
    margin-left: 5px;
    gap: 5px;
    align-items: center;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .center-tab a.active,
  .center-tab a:hover {
    background: #ffbe6b !important;
    color: #fff !important;
  }

  .center-title {
    padding: 10px 0 !important;
  }

  .center-title h3 {
    background-color: #ffbe6b !important;
    color: #fff !important;
  }

  .depositText {
    width: 100% !important;
    margin: 0 !important
  }

  .radioin-sen {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .07rem;
  }

  .radio-tile4 {
    margin-top: unset !important;
    width: 24%;
  }

  .file-input-wrapper {
    display: unset !important;
  }

  .icon-container {
    width: 100% !important;
  }

  label[for="checked_promo"] span {
    text-align: left !important;
    width: auto !important;
  }

  label[for="checked_promo"] .promo-select {
    width: auto !important;
  }

  .promo-select .promo-contain .check_promo {
    width: auto !important;
  }

  .depo-promo-pop .promo_list {
    width: 100% !important;
  }

  .depo-promo-pop .depo-promo_wrap span {
    font-size: 13px !important;
  }

  .withdraw .copy_depo {
    margin-right: 0 !important;
    right: 0 !important;
  }

  .upload_receipt {
    display: flex !important;
    flex-direction: column;
  }

  .upload_receipt span {
    display: none !important;
  }

  .upload_receipt #imgTemp {
    width: 100% !important;
  }

  .center-submit {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }

  .center-contant .withdraw label div:nth-of-type(1) {
    width: auto !important;
  }

  .btn-check-turnover-tn {
    font-size: 16px !important;
  }

  .center-select select {
    width: 100% !important;
  }

  .q_date {
    gap: 10px;
    margin: .3rem 0 0 0;
  }

  .sdate_input {
    margin-top: 10px !important;
    /* display: flex !important; */
    align-items: center;
    gap: 5px;
  }

  .s_right {
    padding: 0 10px;
  }

  .sdate_input .center-submit {
    margin-right: 20px !important;
  }

  .center-table {
    padding: 5px !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    white-space: nowrap;
  }

  .center-table td,
  .center-table th {
    padding: 0 10px;
  }

  .table_turnover tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .hasDatepicker {
    width: auto !important;
  }

  body[data-pages="bet_statements"] .hasDatepicker {
    display: block;
    width: auto !important;
  }

  .table_turnover tr td .hasDatepicker {
    width: auto !important;
  }

  button.inp,
  html input[type=button].inp,
  input[type=reset].inp,
  input[type=submit].inp {
    font-size: 13px !important;
  }

  fieldset {
    width: 100%;
  }

  .iturnover {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0 !important;
  }

  body .center-data {
    margin: 10px !important;
  }

  .iturnover .checkbox {
    width: 49% !important;
  }

  .ui-datepicker {
    left: 15px !important;
    width: 90% !important;
  }

  .center-contant .bot {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    white-space: nowrap;
  }

  .achievement {
    padding: 10px !important;
  }

  .achievement #sidebar_ach {
    margin-left: 0 !important;
  }

  .achievement #sidebar_ach div {
    display: block !important;
    width: 100%;
    margin: 0 !important;
  }

  #sidebar_ach ul li a {
    font-size: 13px;
  }

  .achievement #sidebar_ach div.p-4 {
    display: block !important;
    width: 100%;
  }

  #sidebar_ach ul.components {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .achievement_content {
    margin: 0 !important;
  }

  .center-table-achievement {
    width: 100% !important;
  }

  .center-table-achievement #achievement_data {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    white-space: nowrap;
  }

  .center-table-achievement td,
  .center-table-achievement th {
    padding: 0 5px !important;
  }

  .member_msg tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .member_msg tr td input {
    width: auto !important;
  }

  .center-contant .bot tr th,
  .center-contant .bot tr td {
    padding: 0 5px !important;
  }

  .draggable-panel {
    bottom: 8% !important;
    width: 120px !important;
    height: 120px !important;
  }

  #root .announcement-box .announcement-popup {
    width: 90% !important;
    padding: 20px !important;
    margin-top: 0 !important
  }

  #root .announcement-box .announcement-popup .announcement-title {
    font-size: 14px !important;
  }

  #root .announcement-box .announcement-popup .announcement-content li {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    padding-top: 5px !important;
  }

  #root .announcement-box .announcement-popup .btn-item>span.btn-close {
    height: auto !important;
    padding: 5px !important;
  }

  .announcement-img {
    padding: 10px 0 !important;
  }

  .banner-cont {
    padding: 10px !important;
  }

  .control_table tbody tr td div .ui-datepicker-trigger {
    width: 25px !important;
  }

  .control_table tbody tr td .sub-date img {
    width: 25px !important;
  }

  .deop-bonus-pop .amount {
    width: 100%;
    padding: 0px !important;
  }

  .deop-bonus-pop .sign {
    display: flex !important;
    flex-wrap: wrap;
  }

  .deop-bonus-pop .sign li {
    width: 46% !important;
  }

  .file-input-wrapper>.btn-file-input {
    z-index: 3 !important;
  }

  .pot {
    padding: 0 10px;
  }

  /* home page */
  .login_mb_n {
    display: none !important;
  }

  .login-mb {
    display: flex !important;
    padding: 0 5px;
  }

  .login-mb li {
    flex: 1;
    margin: auto 5px;
  }

  .login-mb li a {
    display: flex;
    border-radius: .08rem;
    padding: 10px;
  }

  .login-mb li a .ico {
    margin-right: 10px;
  }

  .login-mb li a span {
    font-size: 16px;
    font-weight: bold;
  }

  .precondition-cont {
    flex-direction: column;
    font-size: 14px;
  }

  .precondition-sate em {
    width: 90px !important;
    margin: auto;
  }

  #login_form .precondition-sate .btn {
    margin: 0 !important;
  }

  .precondition-sate h5 {
    padding: 10px 0 !important;
  }

  .precondition-form .form li span {
    line-height: normal !important;
    padding-left: 10px !important;
  }

  .game-list li.lobby_mb {
    width: 100% !important;
    margin: 10px 0 0;
  }

  .game-list li.lobby_mb .flex-column {
    flex-direction: row !important;
    background: none !important;
    height: auto !important;
    align-items: center !important;
  }

  .game-list li.lobby_mb .flex-column h3 {
    width: 100% !important;
    color: var(--main-color);
    font-size: 16px !important;
    text-align: left;
  }

  .game-list li.lobby_mb .flex-column a {
    width: auto !important;
    text-align: right;
    height: auto !important;
    line-height: normal !important;
    padding: 5px 10px !important;
  }

  .loading_login {
    margin: auto !important;
    top: 40% !important;
    left: 40% !important;
  }

  .loading_login img {
    width: 100px !important;
  }

  body[data-pages='hot_games'],
  body[data-pages='hot-games'],
  body[data-pages='sports_lobby'],
  body[data-pages='sports-lobby'],
  body[data-pages='auto_slots'],
  body[data-pages='auto-slots'],
  body[data-pages='casino_lobby'],
  body[data-pages='casino-lobby'],
  body[data-pages='togel_lobby'],
  body[data-pages='togel-lobby'],
  body[data-pages='number_lobby'],
  body[data-pages='number-lobby'],
  body[data-pages='cock_lobby'],
  body[data-pages='cock-lobby'],
  body[data-pages='poker_lobby'],
  body[data-pages='poker-lobby'],
  body[data-pages='exchange_lobby'],
  body[data-pages='exchange_lobby'],
  body[data-pages='slots-lobby'] {
    .banner {
      display: none;
    }
  }
}

/* lang  */
.language-cont ul li {
  text-align: center;
  padding: 30px !important;
  max-width: 110px !important;
}

.language-cont ul li a {
  display: inline-block !important;
  border: unset !important;
  margin: 3px;
}

.language-cont ul li span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  color: var(--deep);
  white-space: nowrap;
}

.lang-style {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  box-shadow: 0 0px 10px var(--deep), 0 0px 6px var(--deep);
}

pop-cont {
  border-color: var(--deep);
}

.pop-language .btn {
  background: var(--deep);
}

.pop-language pop-title h3 {
  color: var(--deep);
}

.pop-close {
  box-shadow: 0 0px 10px var(--deep), 0 0px 6px var(--deep);
  background: #fff !important;
  color: var(--deep);
}

.language-cont ul li a i {
  background-color: var(--deep);
  border-radius: unset !important;
  border-top-left-radius: 100% !important;
  border-bottom-right-radius: 10px !important;
  right: -3px !important;
  top: 29px !important;
  box-shadow: 0 0px 5px var(--deep), 0 0px 0px var(--deep);
}

.not-desktop {
  display: none
}

@media (max-width: 640px) {
  .pop-language .language-cont ul li {
    text-align: center;
    padding: 5px 10px !important;
    max-width: unset !important;
  }

  .pop-language .lang-style {
    width: auto !important;
    height: 25px !important;
  }

  .pop-language .language-cont ul li a {
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
  }

  .pop-language .language-cont ul li a i {
    top: 10px !important;
    right: 0px !important;
    font-size: 15px !important;
  }

  .pop-language pop-cont {
    border: none !important;
  }

  .center-data {
    margin: 0 !important;
  }

  .center-data .copy {
    top: .2rem !important
  }

  .head-cont .balance {
    border: 1px solid !important;
  }

  .not-desktop {
    display: block
  }

  .is-mobile-view {
    display: none;
  }

  .lang-view-icon span {
    color: #fff !important;
  }

  .lang-view-icon {
    display: flex;
    /* background: #ffeed6; */
    margin: 0 .05rem;
    height: .5rem;
    width: 55px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: .01rem;
    border-radius: .1rem;
  }

  .head_fixed .head.head1 {
    height: 60px;
  }

  /* Animations */
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }

    to {
      transform: translateY(0);
    }
  }

  @keyframes pulse {

    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }
  }

  /* Mobile Responsive Styles */
  @media (max-width: 768px) {
    .app-download-bar {
      padding: 8px 0 !important;
    }

    .download-content {
      padding: 0 10px !important;
      gap: 5px !important;
    }

    .download-text {
      flex: 1 !important;
      min-width: 150px !important;
    }

    .download-text span {
      font-size: 11px !important;
    }

    .download-text i {
      font-size: 14px !important;
    }

    .download-buttons {
      gap: 6px !important;
    }

    .download-btn {
      padding: 4px 8px !important;
      font-size: 10px !important;
    }

    .download-btn i {
      font-size: 11px !important;
    }

    .close-download-bar {
      font-size: 12px !important;
      padding: 3px !important;
      margin-left: 5px !important;
    }

    .logo-img {
      max-height: 35px;
    }
  }





  /* Hide download bar on desktop if user prefers */
  @media (min-width: 1024px) {
    .app-download-bar.desktop-hidden {
      display: none;
    }
  }

  .lang-view-icon i {
    padding: .15rem;
    border-radius: 1rem;
    border: .05rem solid var(--main-color);
  }

  .lang-view-icon span {
    color: var(--main-color);
    text-transform: uppercase;
  }

  .clause {
    display: unset !important;
  }
}

/* end lang  */
.sweet-alert button {
  background: var(--main-color) !important;
}

@media (max-width: 640px) {

  body .pop-close {
    font-size: 20px !important;
    padding: 5px !important;
    margin: -12px -5px !important;
  }

  body .affiliate {
    width: 100% !important;
  }

  div.sweet-alert {
    width: 90% !important;
    margin: 0 auto !important;
    top: 30% !important;
    right: 0 !important;
    left: 0 !important;
  }

  .refmain {
    width: 100% !important;
    margin: 0 auto 0 auto !important;
  }

  .center-form .submit_all {
    margin-left: 0% !important;
  }

  .center-select {
    width: auto !important;
  }

  .center-data {
    margin: 10px !important;
  }

  /* .iturnover .center-submit {
        margin: 20px 0 0 0 !important;
    } */

  body[data-pages="turnover"] .center-submit {
    margin: 20px 0 0 0 !important;
  }

  body[data-pages="turnover"] .center-data form .table_turnover .num1 {
    height: 35px !important;
  }

  body[data-pages="turnover"] .center-data form .table_turnover td input.inp {
    width: 152px !important;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    padding: unset !important;
    margin: .03rem 0 !important;
  }

  .table_turnover tbody tr .tit {
    width: 100px !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
  }

  .bank_type h3 {
    color: #e9e9e9 !important;
    font-size: 13px;
    padding: 7px 0;
    text-align: left;
  }
}

.center- .register-pop {
  background: var(--brown) !important;
  border: 2px var(--main-color) solid !important;
  color: #fff !important;
}

.tag li a {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.tag li a:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.title span,
.title h3 {
  color: var(--main-color) !important;
}

.slots-games .slots-games-items .brand-list li {
  background: var(--000) !important;
  color: #fff !important;
  border: 1px solid var(--main-color) !important;
}

.slots-games .slots-games-items .brand-list li:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.slots-games .slots-games-items .brand-list li span {
  color: #fff !important;
}

.tag-link {
  background: url(../images/button/button_king555/12.png) no-repeat center center !important;
  color: #fff !important;
}

.recommend {
  background-image: url(../images/king555-recommend.png) !important;
  /* background-size: 100% 100% !important; */
}

.banner-tip {
  background-image: url(../images/banner/king555-tip.png) !important;
  background-size: contain !important;
  background-position-y: 153px !important;
}

.banner-wave {
  background-image: url(../images/banner/king555-cloud.png) !important;
  background-size: contain !important;
  background-position-y: 24px !important
}

.banner .main em {
  margin: 0 !important;
}

.recommend-cont {
  background: var(--black) !important;
  position: relative;
  border: 2px var(--main-color) solid !important;
  width: 70%;
  display: flex;
  padding: 60px 20px 20px;
  border-radius: 20px;
}

.faq-content-left-list-item a {
  color: #000000 !important;
}

.faq-content-left-title h2 {
  color: #000000 !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.faq-content-right-title h1 {
  color: #000000 !important;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.bank_type h3 {
  color: #000000;
  font-size: 13px;
  padding: 7px 0;
  text-align: left;
}

.modal-overlay .modal-container {
  background: var(--000) !important;
}

body #with_con_input p {
  color: var(--deep) !important;
}

.contact-us ul li:nth-child(1) a,
.contact-us ul li:nth-child(3) a {
  background: #25d366 !important;
}

.loading-screen {
  display: none !important;
}

.slot-game-content li .img-box .hover-box {
  background: #ffba189c !important;
}

.brand-list .slots_pg span img {
  filter: invert(1);
}

.slot-game-content li .img-box .hover-box>span:nth-child(2) {
  background: var(--color) !important;
}

#help a:nth-child(3) img,
#help a:nth-child(4) img {
  width: 80% !important;
}

#im .im-toggle {
  margin-left: 7px;
}

.im a {
  background: var(--main-color) !important;
}

.im {
  display: none !important;
}

.system-pop .close,
.system-cont ul li a {
  background: var(--main-color) !important;
}

/* footer  */
.footer-bar-container {
  /* background: #191920; */
  padding: 32px 0 10px 0;
  text-align: center;
  color: #cccccc;
  font-family: Arial, sans-serif;
  margin-top: 30px;
}

.footer-bar-container .footer-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto 13px auto;
}

.footer-bar-container .license-cert-col {
  flex: 1 1 250px;
  min-width: 180px;
}

.footer-bar-container .gc-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}

.footer-bar-container .gc-logo img {
  height: 60px;
  display: block;
}

.footer-bar-container .footer-auth-col {
  flex: 1 1 250px;
  min-width: 180px;
}

.footer-bar-container .footer-pay-title,
.footer-bar-container .license-cert-title,
.footer-bar-container .footer-auth-title {
  margin-bottom: 12px;
  color: #cccccc;
  font-weight: 600;
}

.footer-bar-container .footer-auth-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.footer-bar-container .footer-auth-icons img {
  height: 45px;
  margin-right: 7px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.footer-bar-container .footer-pay-col {
  flex: 1 1 300px;
  min-width: 230px;
}

.footer-bar-container .footer-pay-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.footer-bar-container .footer-pay-icons img {
  height: 45px;
  width: 45px;
  object-fit: contain;
  background: #fff1;
  border-radius: 50%;
  padding: 3px;
}

@media (max-width: 768px) {
  .footer-bar-container .footer-inner {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    display: flex;
  }

  .footer-bar-container .license-cert-col,
  .footer-bar-container .footer-pay-col,
  .footer-bar-container .footer-auth-col {
    min-width: 0;
    flex: unset;
  }

  .footer-bar-container .gc-logo img {
    height: 45px;
  }

  .footer-bar-container .footer-pay-title,
  .footer-bar-container .license-cert-title,
  .footer-bar-container .footer-auth-title {
    font-size: 13px;
  }

  .footer-bar-container .footer-pay-icons {
    gap: 8px;
  }

  .footer-bar-container {
    margin-top: 0px;
  }

  .footer-bar-container .footer-pay-icons img {
    height: 40px;
    width: 40px;
    padding: 2px;
  }
}

.only-mob ul li .icon-new {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.only-mob ul li .fa-brands {
  font-size: .3rem;
  color: #f8d517;
}

.icon_vip {
  background: url(../images/ico/icon_vip.png) no-repeat center center;
  background-size: .8rem;
  padding: .18rem;
}

.vip-cont {
  background: var(--bg-color) !important;
}

.vip-lv li {
  border: 2px solid var(--main-color);
  box-shadow: 0 2px 10px var(--main-color) !important;
}

.vip-cont h4,
.vip-cont h5,
.vip-cont h3 {
  color: var(--main-color) !important;
}

.vip-buy b {
  border: 2px solid var(--main-color) !important;
  color: var(--main-color) !important;
}

@media (max-width: 768px) {
  .vip-cont .vip-lv {
    overflow-x: auto;
    gap: 10px;
  }

  .vip-cont .vip-lv ul {
    flex-wrap: nowrap;
    width: max-content;
  }

  .vip-cont .vip-lv li {
    min-width: 140px;
    flex: none;
  }

  .vip-cont .vip-lv span {
    font-size: 12px;
  }

  .vip-cont .vip-lv h5 {
    font-size: 13px;
  }
}

.vip-cont .vip-lv::-webkit-scrollbar {
  display: none;
}

.vip-cont .vip-lv {
  scrollbar-width: none;
}

[data-pages="vip_bonus"] {
  .main.center .banner-cont {
    color: #ffba18
  }

  .superiority-txt,
  .superiority-txt h4,
  .sign-cont .sign-data {
    color: #ffba18
  }

  .superiority-list h5,
  .superiority-list span {
    color: #000 !important
  }

  .sign-list li a {
    border-color: #ffba18 !important
  }

  .sign-list li a span {
    background: #ffba18 !important
  }

  .sign-list li a.lost em {
    background: #ffba18 !important;
    border-color: #ffba18 !important
  }
}

  .vip {
    background-image: url(../images/king555-vip.jpg) !important;
    background-size: contain !important;
  }

  .vip-cont {
    border-radius: unset !important;
    margin-top: -1rem;
    padding: 0 40px !important;
  }

#wheelcanvas {
  margin-top: .04rem;
}

.wheel_container .turnplate img.pointer {
  width: unset !important;
  height: unset !important;
  max-width: 110px;
  left: 38% !important;
  top: 26.5% !important;
}

@media (max-width: 640px) {
  .vip-cont{
    margin-top: -1.2rem;
  }
  body .wheel_container .turnplate img.pointer {
    left: 1.85rem !important;
    top: 1.2rem !important;
    width: unset !important;
    height: unset !important;
    max-width: 1.8rem;
  }
}
.vip-cont .title {
  padding: unset !important;
  display: none;
}