/*
 * uigg 2.3 (build 20221111)
 * Project: https://ui.gg
 * Author: http://www.mixice.com
 * Github: https://github.com/mixice/uigg
 * license: MIT
 */

/* import */
@import url("https://ui.gg/lib/font/font.css");
@import url("ico.css");

/* basic */
html,
body,
div,
span,
object,
iframe,
frame,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
tt,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
big,
small,
strong,
sub,
sup,
var,
b,
i,
a,
s,
u,
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,
x,
o,
z,
d,
h,
m,
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,
uigg-title,
uigg-txt,
uigg-emot,
pop,
pop-main,
pop-title,
pop-cont,
pop-solve,
pop-choice,
pop-sider,
hop,
hop-cont,
countdown,
tip,
page,
music,
space,
corner,
msie,
rate,
scaler,
notify,
empty,
fold,
step,
crumb {
    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: 0.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,
uigg-emot,
pop,
pop-main,
pop-title,
pop-cont,
pop-solve,
pop-choice,
pop-sider,
hop,
hop-cont,
countdown,
tip,
page,
music,
space,
corner,
msie,
rate,
scaler,
notify,
empty,
fold,
step,
crumb {
    display: block;
}

html,
body {
    height: 100%;
    transition-duration: 0s;
    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,
button,
.btn,
.smooth,
.return,
.mono-click,
drop {
    cursor: pointer;
}

p {
    margin: 0;
    line-height: 180%;
    text-align: justify;
}

ul,
li {
    list-style: none;
}

/* ul {overflow: hidden;} */
z {
    display: inline-block;
    transition-duration: 0s;
}

::selection {
    background-color: var(--333);
    color: var(--ccc);
    text-shadow: none;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--000-1);
}

@media (max-width: 640px) {
    html,
    body,
    input,
    select,
    textarea,
    button {
        font-size: 0.2rem;
    }

    ::-webkit-scrollbar {
        width: 0.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: 0.6s;
    animation-fill-mode: both;
}

.anime-spasm {
    animation-duration: 0.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(0.215, 0.61, 0.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;
}

@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(0.3);
    }

    20% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(0.9);
    }

    60% {
        opacity: 1;
        transform: scale(1.03);
    }

    80% {
        transform: scale(0.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(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(0.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;
}

.main1 {
    width: 1300px !important;
}

.mobile {
    max-width: 640px;
    min-height: 100%;
}

.mobile img {
    width: 100%;
}

.block {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.clear {
    clear: both;
}

.flex {
    display: flex !important;
}

.flex-auto {
    flex: 1;
    min-width: 0;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.single {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.full {
    width: 100% !important;
    height: 100% !important;
}

.full-device {
    width: 100vw !important;
    height: 100vh !important;
}

.fullscreen:after {
    content: "\e9f7";
}

.fullscreen.active:after {
    content: "\e9f8";
}

.center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.absolute,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-bottom,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
    position: absolute;
    margin: auto;
}

.fixed,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-bottom,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
    position: fixed;
    margin: auto;
}

.absolute-left,
.absolute-top-left,
.absolute-bottom-left,
.fixed-left,
.fixed-top-left,
.fixed-bottom-left {
    left: 0;
}

.absolute-right,
.absolute-top-right,
.absolute-bottom-right,
.fixed-right,
.fixed-top-right,
.fixed-bottom-right {
    right: 0;
}

.absolute-top,
.absolute-top-left,
.absolute-top-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right {
    top: 0;
}

.absolute-bottom,
.absolute-bottom-left,
.absolute-bottom-right,
.fixed-bottom,
.fixed-bottom-left,
.fixed-bottom-right {
    bottom: 0;
}

@media (max-width: 640px) {
    .main {
        padding: 0 0.1rem;
    }
}

/* special */
corner {
    width: 0;
    height: 0;
    border-width: 0;
    border-color: transparent;
    position: absolute;
    margin: auto;
    display: block;
}

.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: 0.7;
    background-color: var(--color);
    box-shadow: 0 5px 10px var(--color);
    content: "";
}

@media (max-width: 640px) {
    .shadow::after {
        width: calc(100% - 0.2rem);
        height: 0.1rem;
    }
}

/* color */
:root {
    --color-1: #edde09 !important;
    --color: #a52a2a !important;
    --color-bg: #6f0000 !important;
    --color-button: #a52a2a !important;
    --color-hover: #8b0000 !important;
    --color-light: #d01616 !important;
    --color-link: #ff6347 !important;
    --color-border: #d2691e !important;
    --dk-color: #ec1515 !important;
    --block: #2c2e50 !important;
    --color-transparent: #d0161699 !important;
    --lg-color: #dd5050 !important;
    --odd-color: #f0b4b4 !important;
    --submit-btn: linear-gradient(to bottom, var(--color) 0%, var(--dk-color) 100%) !important;
}

:root {
    --color: var(--sapphire);
    --sharpblue: #27374c;
    --oragegradien: #ff6d0a;
    --sharpcyan: #023043;
    --sharpred: #230007;
    --sharpgreen: #00451c;
    --sharpblack: #383838;
    --sharpbrown: #320a09;
    --white: #fff;
    --fff: #fff;
    --f7: #f7f7f7;
    --eee: #eee;
    --ddd: #ddd;
    --ccc: #ccc;
    --bbb: #bbb;
    --999: #999;
    --666: #666;
    --333: #333;
    --222: #222;
    --111: #111;
    --000: #000;
    --black: #000;

    --brown: #8d1313;
    --red: #ff3b52;
    --pink: #ff3ea6;
    --purple: #d844d8;
    --sapphire: #6c62f9;
    --blue: #2e6efd;
    --cyan: #0df0f0;
    --green: #47dca1;
    --lime: #af0;
    --yellow: #fe0;
    --orange: #fb0;
    --tomato: #f60;
    --violet: #a34fe4;
    --deep1: #c35b0b;
    --fff-1: rgba(255, 255, 255, 0.1);
    --fff-2: rgba(255, 255, 255, 0.2);
    --fff-3: rgba(255, 255, 255, 0.3);
    --fff-4: rgba(255, 255, 255, 0.4);
    --fff-5: rgba(255, 255, 255, 0.5);
    --fff-6: rgba(255, 255, 255, 0.6);
    --fff-7: rgba(255, 255, 255, 0.7);
    --fff-8: rgba(255, 255, 255, 0.8);
    --fff-9: rgba(255, 255, 255, 0.9);

    --000-1: rgba(0, 0, 0, 0.1);
    --000-2: rgba(0, 0, 0, 0.2);
    --000-3: rgba(0, 0, 0, 0.3);
    --000-4: rgba(0, 0, 0, 0.4);
    --000-5: rgba(0, 0, 0, 0.5);
    --000-6: rgba(0, 0, 0, 0.6);
    --000-7: rgba(0, 0, 0, 0.7);
    --000-8: rgba(0, 0, 0, 0.8);
    --000-9: rgba(0, 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(--deep1) !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-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(0.1rem);
    }
}

/* media */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

video {
    object-fit: fill;
}

canvas {
    user-select: none;
}

.BMap_cpyCtrl,
.anchorBL {
    display: none;
}

@media (max-width: 640px) {
    img {
        width: 100%;
    }
}

/* touch */
.touch {
}

.touch-up {
}

.touch-down {
}

.touch-left {
}

.touch-right {
}

.touch-all {
}

/* 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: 0.36rem;
    }
}

/* 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: 0.32rem;
    }

    h2 {
        font-size: 0.28rem;
    }

    h3 {
        font-size: 0.26rem;
    }

    h4 {
        font-size: 0.24rem;
    }

    h5 {
        font-size: 0.22rem;
    }

    h6 {
        font-size: 0.2rem;
    }
}

/* pop */
pop,
pop > x {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

pop {
    position: fixed;
    background-color: var(--000-8);
    z-index: 3;
    display: none;
}

pop > x {
    position: absolute;
}

pop-main {
    width: 90%;
    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;
}

pop-title h3:nth-child(2) {
    padding: 0;
}

pop-title .ico {
    line-height: 50px;
    width: 50px;
    height: 50px;
}

pop-title .close:after {
    content: "\e826";
}

pop-cont {
    background-color: white;
    display: block;
}

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-language pop-main {
    max-width: 795px;
}

@media (max-width: 640px) {
    pop-title h3 {
        line-height: 0.7rem;
        padding: 0 0.2rem;
        font-size: 0.24rem;
    }

    pop-title .ico {
        line-height: 0.7rem;
        width: 0.7rem;
        height: 0.7rem;
    }

    pop-sider {
        width: 5rem;
    }
}

/* tip */
tip {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    padding: 10px 15px;
    background-color: white;
    transition-duration: 0s;
    border-width: 1px;
    line-height: 24px;
}

@media (max-width: 640px) {
    tip {
        padding: 0.1rem 0.15rem;
        line-height: 0.3rem;
    }
}

/* btn */
.btn {
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
    background: var(--color-button);
    color: white;
    border-radius: 2px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    user-select: none;
}

.btn .ico {
    margin: 5px;
    color: var(--fff);
}

.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: 1px solid;
    color: var(--color);
}

.btn-empty .ico {
    color: var(--color);
}

.btn-disable {
    filter: grayscale(100%);
}

.btn-disable:hover {
    transform: translateY(0);
    cursor: no-drop;
}

@media (max-width: 640px) {
    .btn {
        height: 0.8rem;
        line-height: 0.8rem;
        border-radius: 0.03rem;
        padding: 0 0.2rem;
        font-size: 0.22rem;
        font-weight: bold;
    }

    .btn:hover {
        transform: translateY(0);
    }

    .btn .ico {
        margin: 0.05rem;
    }
}

/* nav */
nav {
    /* width: 100%; */
    /* display: flex; */
    position: relative;
    /* left: 0;bottom: 0; */
    z-index: 3;
    /* background-color: white; */
    /* box-shadow: 0 0 5px var(--000-1); */
}

/* 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;
}

nav li span {
    display: block;
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
}

@media (max-width: 640px) {
    space {
        height: 1.4rem;
    }

    nav {
        box-shadow: 0 0 0.05rem var(--000-1);
    }

    nav li {
        padding: 0.08rem;
    }

    nav li a {
        padding: 0.08rem 0;
    }

    nav li .ico {
        margin: 0 auto 0.02rem;
        font-size: 0.32rem;
    }

    nav li span {
        font-size: 0.18rem;
    }
}

/* 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;
}

menu-cont li > a {
    padding: 0 10px;
}

menu-group {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    background-color: white;
    box-shadow: 0 5px 10px var(--000-1);
}

menu-group a {
    line-height: 40px;
}

menu-list h6 {
    line-height: 50px;
}

@media (max-width: 640px) {
    menu x.ico {
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.42rem;
    }

    menu-cont {
        position: absolute;
        left: 0;
        top: 0.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: 0.7rem;
        padding: 0 0.2rem;
    }

    menu-cont li:hover menu-group {
        display: none;
    }

    menu-group {
        width: 100%;
        background-color: var(--333);
        padding: 0;
        position: static;
        overflow: hidden;
    }

    menu-list h6 {
        color: white;
        line-height: 0.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 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(--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: 0.32rem;
        margin: 0;
    }
}

/* form */
button,
input,
optgroup,
select,
textarea {
    outline: none;
    border-radius: 0;
}

textarea {
    resize: none;
}

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;
}

::-webkit-input-placeholder {
    color: var(--ccc);
    text-transform: capitalize;
}

::-moz-placeholder {
    color: var(--ccc);
}

::-webkit-progress-bar {
    background-color: var(--f7);
    border-radius: 100px;
    height: 10px;
}

::-webkit-progress-value {
    background-color: var(--color);
    border-radius: 100px;
}

::-moz-progress-bar {
    background-color: var(--color);
}

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(--color);
}

input[type="range"]::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    background-color: var(--color);
    border-radius: 100%;
    margin-top: -10px;
    box-shadow: 0 3px 6px var(--color);
}

input[type="file"]::-webkit-file-upload-button {
    background-color: var(--color);
    border: 0;
    cursor: pointer;
    height: 50px;
    color: white;
    border-radius: 2px;
    text-transform: capitalize;
    padding: 0 20px;
}

input[type="color"] {
    width: 50px;
}

::-webkit-calendar-picker-indicator {
    transform: scale(1.3);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url(https://cdn.jsdelivr.net/npm/uigg/ico/svg/time/calendar.svg);
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url(https://cdn.jsdelivr.net/npm/uigg/ico/svg/time/calendar-many.svg);
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url(https://cdn.jsdelivr.net/npm/uigg/ico/svg/time/time.svg);
}

input[type="week"]::-webkit-calendar-picker-indicator {
    background-image: url(https://cdn.jsdelivr.net/npm/uigg/ico/svg/time/calendar-less.svg);
}

input[type="month"]::-webkit-calendar-picker-indicator {
    background-image: url(https://cdn.jsdelivr.net/npm/uigg/ico/svg/time/calendar-reduce.svg);
}

select,
.input,
.input i,
.input o,
input {
    width: 100%;
    height: 50px;
    position: relative;
}

button {
    line-height: 50px;
}

.input i,
.input o {
    width: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

textarea {
    width: 100%;
    height: 120px;
    padding: 15px 10px;
    line-height: 160%;
}

input {
    padding: 0 10px;
}

select {
    padding: 0 50px 0 10px;
    background-image: url(https://cdn.jsdelivr.net/npm/uigg/ico/svg/arrow/alone-bottom.svg);
    background-size: 24px;
    background-position: calc(100% - 12px) center;
}

.form .input,
.form input,
.form select,
.form textarea,
.form span,
.form a,
.form button,
.form o,
.form cite,
.form .code {
    margin: 5px;
    float: left;
}

.form select,
.form .input,
.form input,
.form textarea {
    background-color: var(--f7);
}

.form .input input {
    background-color: transparent;
}

.form .input o {
    margin: 0;
}

.form li .input input {
    margin: 0;
}

.form progress {
    margin: 20px 5px 0;
}

.form {
    padding: 20px;
    overflow: hidden;
}

.form span,
.form cite,
.form li,
.form o {
    line-height: 50px;
}

.form li {
    display: block;
    width: 100%;
    float: left;
}

.form li.resolve {
    padding-left: 110px;
}

.form li.resolve .btn:not(:last-child) {
    margin-right: 10px;
}

.form li .code {
    width: 275px;
    height: 50px;
}

.form li .code img {
    width: 100%;
    height: 100%;
}

.form span:first-child {
    text-transform: capitalize;
}

.form li span:first-child {
    width: 100px;
}

.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%;
}

.upload {
    float: left;
    flex: 1;
    min-width: 0;
}

.upload-group,
.upload-add {
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
    background-color: var(--f7);
    line-height: 100px;
    font-size: 36px;
    color: var(--000-2);
}

.upload-group {
    position: relative;
    background-size: cover;
}

.upload-group input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.upload x {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--red);
    color: white;
    border-radius: 0 0 0 36px;
    width: 36px;
    height: 36px;
    line-height: 30px;
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 10px;
}

.upload-group:after {
    content: "\e75b";
}

.upload x:after {
    content: "\e826";
}

.upload-add:after {
    content: "\e6f3";
}

@media (max-width: 640px) {
    input[type="range"]::-webkit-slider-runnable-track {
        height: 0.05rem;
    }

    input[type="range"]::-webkit-slider-thumb {
        width: 0.35rem;
        height: 0.35rem;
        margin-top: -0.15rem;
        box-shadow: 0 0.03rem 0.06rem var(--color);
    }

    input[type="file"]::-webkit-file-upload-button {
        height: 0.7rem;
        border-radius: 0.03rem;
        padding: 0 0.2rem;
    }

    input[type="color"] {
        width: 0.7rem;
        flex: none !important;
    }

    ::-webkit-progress-bar {
        height: 0.1rem;
    }

    button,
    select,
    .input,
    .input i,
    .input o,
    input {
        height: 0.7rem;
    }

    button {
        line-height: 0.7rem;
    }

    .input i,
    .input o {
        width: 0.7rem;
        line-height: 0.7rem;
    }

    textarea {
        padding: 0.18rem 0.1rem;
        height: 2rem;
    }

    input {
        padding: 0 0.1rem;
    }

    select {
        padding: 0 0.7rem 0 0.1rem;
        background-size: 0.36rem;
        background-position: calc(100% - 0.16rem) center;
    }

    .form .input,
    .form input,
    .form select,
    .form textarea,
    .form span,
    .form a,
    .form button,
    .form o,
    .form cite,
    .form .code {
        margin: 0;
    }

    .form select,
    .form .input,
    .form input,
    .form textarea {
        background-color: transparent;
        flex: 1;
        min-width: 0;
    }

    .form progress {
        margin: 0.3rem 0 0;
    }

    .form {
        padding: 0.1rem;
    }

    .form span,
    .form cite,
    .form li,
    .form li .code,
    .form o {
        line-height: 0.7rem;
    }

    .form li,
    .form li.resolve {
        padding: 0.1rem 0;
        display: flex;
    }

    .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: 0.1rem;
    }

    .form li .code {
        width: 1.8rem;
        height: 0.7rem;
        font-size: 0.2rem;
        font-weight: normal;
    }

    .form li span:first-child {
        width: 1.2rem;
    }

    .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;
    }

    .upload-group,
    .upload-add {
        width: 1.1rem;
        height: 1.1rem;
        margin: 0.05rem;
        line-height: 1.1rem;
        font-size: 0.42rem;
    }

    .upload x {
        border-radius: 0 0 0 0.5rem;
        width: 0.5rem;
        height: 0.5rem;
        line-height: 0.4rem;
        font-size: 0.32rem;
        padding: 0 0 0.1rem 0.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(--color);
    color: white;
    transition-duration: 0.3s;
}

page[min] span,
page[min] input,
page[min] button {
    display: none;
}

@media (max-width: 640px) {
    page .ico,
    page * {
        height: 0.7rem;
        border-radius: 0.02rem;
        margin: 0.02rem;
        line-height: 0.7rem;
    }

    page ul a,
    page span,
    page input {
        font-size: 0.22rem;
    }

    page a,
    page button {
        width: 0.7rem;
    }

    page ul {
        display: none;
    }

    page span {
        padding: 0 0.1rem;
    }

    page input {
        width: 0.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 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;
    color: #000 !important;
}

.table table th {
    text-transform: capitalize;
}

.file-input-wrapper,
.contant .form .input,
.contant .form li input,
.contant select {
    background-color: var(--color-button) !important;
}

.contant .form li {
    color: #fff !important;
}

.tip p {
    color: #fff !important;
}

.table table thead th,
.table table thead td {
    font-weight: bold;
    text-transform: capitalize;
    border-bottom: 2px var(--color) solid;
    color: var(--dk-color) !important;
    color: #fff !important;
}

.simple li span {
    color: #fff !important;
}

.center-form label input,
.center-form-select,
.center-submit {
    background: var(--color-button) !important;
}

body .center-table th

/* body .center-table td  */ {
    color: var(--fff) !important;
    background: var(--color-button) !important;
}

.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(--color) solid;
}

@media (max-width: 640px) {
    .table {
        overflow: auto;
    }

    .table table {
        max-width: 15rem;
    }

    .table table th,
    .table table td {
        height: 0.7rem;
        padding: 0 0.1rem;
    }

    .table table tbody tr:hover {
        background-color: transparent;
    }
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    color: var(--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(--color);
}

.swiper-anime {
    display: none;
    animation-delay: 0.3s;
}

.swiper-animate .swiper-slide-active .swiper-anime {
    display: block;
}

.swiper-container {
    width: 100%;
    height: 440px !important;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    background-size: cover;
}

.lug-thumbs a {
    display: inline-block;
}

.gallery-top,
.relative-top {
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 0.5rem;
        height: 0.5rem;
        font-size: 0.4rem;
        line-height: 0.5rem;
        margin-top: -0.25rem;
    }

    .gallery-top,
    .relative-top {
        margin-bottom: 0.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 5px var(--000-1);
    background-color: white;
}

name u,
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);
}

name-search input::-moz-placeholder {
    color: var(--000-2);
}

@media (max-width: 640px) {
    name {
        height: 0.8rem;
        box-shadow: 0 0 0.05rem var(--000-1);
    }

    name h2,
    name h3 {
        font-size: 0.3rem;
    }

    name h3 {
        margin: 0.2rem 0;
        padding: 0 0.25rem;
    }

    name .ico {
        font-size: 0.42rem;
        width: 0.8rem;
    }

    name-logo {
        padding: 0.15rem;
    }

    name-logo h1 {
        font-size: 0.32rem;
        padding-left: 0.1rem;
    }

    name-search {
        margin: 0.1rem 0;
        border-radius: 0.3rem;
    }

    name-search input {
        font-size: 0.24rem;
        height: 0.6rem;
        padding: 0 0.8rem 0 0;
    }
}

/* loading */
.video-body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}

.vd-content {
    width: 50%;
    height: auto;
    object-fit: cover;
}

#intro-video {
    width: 100%;
    height: 100%;
}

@media (max-width: 640px) {
    load {
        background-size: 1rem 1rem;
    }
}

/* 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: 0.3rem;
    }
}

/* anew */
.anew {
    opacity: 0;
    z-index: 1;
}

.anew.btn {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 30px;
    width: 50px;
    font-size: 24px;
    font-weight: normal;
}

.anew.btn:hover {
    transform: translateY(-5px);
}

@media (max-width: 640px) {
    .anew.btn {
        right: 0.2rem;
        width: 0.7rem;
        height: 0.7rem;
        margin: 0.2rem;
        font-size: 0.32rem;
    }

    .anew.btn:hover {
        transform: translateY(0);
    }
}

/* scaler */
scaler {
    display: flex;
}

scaler a {
    width: 50px;
}

scaler input {
    flex: 1;
    min-width: 0;
    text-align: center;
}

@media (max-width: 640px) {
    scaler a {
        width: 0.7rem;
    }
}

/* 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(--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: 0.8rem;
        height: 0.8rem;
    }

    music.ico {
        line-height: 0.8rem;
        font-size: 0.48rem;
        margin: 0.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(--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: 0.7rem;
        line-height: 0.7rem;
    }

    drop i.ico {
        line-height: 0.7rem;
        width: 0.7rem;
    }

    drop-list {
        top: 0.7rem;
        box-shadow: 0 0.03rem 0.06rem var(--000-1);
    }

    drop a {
        padding: 0 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 li {
    width: 300px;
    padding: 30px 20px 20px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 5px 10px -3px var(--000-1);
    position: relative;
    margin: 10px 0;
    transition: 0.3s;
}

notify li x.ico {
    position: absolute;
    top: 0;
    right: 0;
    margin: 7px;
}

@media (max-width: 640px) {
    notify {
        margin: 0 0.1rem;
    }

    notify li {
        width: 4rem;
        padding: 0.4rem 0.2rem 0.2rem;
        border-radius: 0.1rem;
        box-shadow: 0 0.05rem 0.1rem -0.03rem var(--000-1);
        margin: 0.1rem 0;
    }

    notify li x.ico {
        margin: 0.08rem;
    }
}

/* avatar */
.avatar {
    border-radius: 100%;
    background-size: cover;
    display: block;
}

/* empty */
empty {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

empty.default {
    font-size: 30px;
    color: var(--000-1);
    text-transform: capitalize;
}

empty.default:after {
    content: "empty";
}

empty .ico {
    display: block;
    font-size: 72px;
    margin: 20px;
}

@media (max-width: 640px) {
    empty {
        font-size: 0.36rem;
    }

    empty .ico {
        font-size: 0.8rem;
        margin: 0.2rem;
    }
}

/* 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;
    display: block;
    text-align: center;
    user-select: none;
}

hop > a {
    box-sizing: content-box;
}

hop-cont {
    position: absolute;
    right: -12px;
    width: 50px;
    box-shadow: 0 5px 10px var(--000-1);
    border-radius: 5px;
    display: none;
}

hop-cont corner {
    border-width: 0 10px 10px 10px;
    border-bottom-color: white;
    top: -10px;
    right: 17px !important;
}

hop-cont a {
    background-color: white;
    border-bottom-width: 1px;
    text-transform: capitalize;
    width: 50px !important;
}

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(--color);
    color: white;
}

@media (max-width: 640px) {
    hop a {
        height: 0.7rem;
        line-height: 0.7rem;
        min-width: 0.7rem;
    }

    hop-cont {
        width: 3rem;
        box-shadow: 0 0.05rem 0.1rem var(--000-1);
        border-radius: 0.05rem;
    }

    hop-cont a:first-child {
        border-radius: 0.1rem 0.1rem 0 0;
    }

    hop-cont a:last-child {
        border-radius: 0 0 0.1rem 0.1rem;
    }
}

/* random */
uigg-emot s {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 90%;
    vertical-align: middle;
    cursor: pointer;
}

uigg-emot s:hover {
    background-color: var(--eee);
}

*[src="uigg-color"] {
    content-visibility: hidden;
}

@media (max-width: 640px) {
    uigg-emot s {
        width: 0.6rem;
        height: 0.6rem;
    }
}

/* 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-sider hop-cont corner {
    display: none;
}

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(--color);
    color: white;
    border-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 640px) {
    chat {
        display: block;
    }

    chat .ico {
        width: 0.7rem;
        height: 0.7rem;
        line-height: 0.7rem;
    }

    chat s {
        width: 0.6rem;
        height: 0.6rem;
    }

    chat .avatar {
        width: 0.6rem;
        height: 0.6rem;
    }

    chat aside img {
        max-width: 3rem;
        border-radius: 0.05rem;
        min-width: 0.7rem;
        min-height: 0.7rem;
    }

    chat aside video {
        max-width: 3rem;
    }

    chat a[download] {
        border-radius: 0.05rem;
        padding-right: 0.2rem;
    }

    chat a[download] .ico-file {
        width: 0.7rem;
        height: 0.7rem;
    }

    chat-title {
        height: 0.7rem;
    }

    chat-title h3 {
        font-size: 0.22rem;
        padding: 0 0.1rem;
    }

    chat-title x.ico-close {
        display: block;
    }

    chat-sider {
        width: 100%;
        height: 100%;
        border-right-width: 0;
    }

    chat-list li a {
        padding: 0.15rem;
    }

    chat-list li .avatar {
        margin-right: 0.1rem;
    }

    chat-cont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    chat-message li {
        padding: 0.1rem 0.8rem;
    }

    chat-message li .avatar {
        margin: 0.1rem;
    }

    chat-message li cite {
        margin-bottom: 0.05rem;
    }

    chat-message li aside {
        border-radius: 0 0.1rem 0.1rem 0.1rem;
        padding: 0.1rem;
    }

    chat-message li.mine aside {
        border-radius: 0.1rem 0 0.1rem 0.1rem;
    }

    chat-tool {
        height: 0.7rem;
    }

    chat-emot {
        bottom: 0.7rem;
        padding: 0.1rem;
    }

    chat-control {
        height: 2rem;
    }

    chat-control aside {
        padding: 0 0.9rem 0 0.1rem;
    }

    chat-control .ico-paperplane {
        margin: 0.1rem;
    }
}

/* fold */
fold {
}

fold tt {
    display: block;
    border-bottom-width: 1px;
}

fold tt a {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
}

fold tt a h5 {
    flex: 1;
    min-width: 0;
    line-height: 30px;
}

fold tt a .ico {
    width: 40px;
}

fold tt.active s {
    transform: rotate(180deg);
}

fold aside {
    display: none;
    padding: 10px;
}

@media (max-width: 640px) {
    fold tt a {
        padding: 0.1rem;
    }

    fold tt a h5 {
        line-height: 0.5rem;
    }

    fold tt a .ico {
        width: 0.5rem;
    }

    fold aside {
        padding: 0.1rem;
    }
}

/* step */
step {
    width: 100%;
}

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: 80px;
    height: 80px;
    background-color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid;
    color: var(--color);
    font-size: 30px;
    margin: 10px;
}

step ul {
    display: flex;
    justify-content: space-around;
}

step ul li {
    flex: 1;
    font-size: 20px;
    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 aside i {
        width: 0.6rem;
        height: 0.6rem;
        border-width: 0.03rem;
        font-size: 0.24rem;
        margin: 0.1rem;
    }

    step ul li {
        font-size: 0.2rem;
    }

    step.column aside {
        width: 1rem;
    }

    step.column aside i {
        width: 0.6rem;
        height: 0.6rem;
        font-size: 0.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(--color);
}

@media (max-width: 640px) {
    crumb li i.ico {
        font-size: 0.3rem;
    }

    crumb li a {
        padding: 0 0.05rem;
    }
}

/* body[data-pages='lott_4d'] .main,
body[data-pages='th_lott_fast'] .main{
    width: 100% !important;
}
body[data-pages='lott_4d'] .lott-contant,
body[data-pages='th_lott_fast'] .lott-contant{
    width: 1050px !important;
} */

.lott {
    display: flex !important;
}

.lott-side {
    padding: 10px 4px !important;
}

.contant .title {
    text-align: left;
}

body.black .slot-sider li a {
    color: var(--fff) !important;
}

.head {
    background: var(--color-bg) !important;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(0.25turn, var(--color-button), var(--color-hover), var(--color-button));
    border-image-slice: 1;
    width: 100%;
    
    top: 0;
    z-index: 99999;
    max-height: 150px;
}

body:not([data-pages="faq"]) .head {
    position: fixed;
}

.head-top {
    border-bottom: 1px var(--color-border) solid !important;
    background: var(--color-bg) !important;
}

.head-sns a {
    color: var(--fff) !important;
}

.head-sns a:hover {
    color: var(--fff) !important;
    background-color: var(--color-button) !important;
}

.head-other a.btn {
    margin-right: 10px;
    height: 35px !important;
    font-weight: normal;
    padding-right: 15px !important;
    font-size: 15px;
}

.head-other a.language-open1 {
    background: var(--color-button) !important;
    color: #ffff !important;
    border-radius: 20px;
    border: solid 1px #ffff;
}

.head-other a.language-open1 .ico {
    color: var(--000) !important;
}

.casino1 .list li:first-child a img {
    height: 100%;
}

/* register */
.login-form h3 {
    color: var(--color-light) !important;
}

.pop-login .close,
.pop-register .close {
    background-color: var(--color-border) !important;
    border-radius: 50px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 39px !important;
    color: #fff !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
}

.pop-login .close:hover,
.pop-register .close:hover {
    background: var(--color-button) !important;
}

.login-form li select,
.login-form li input {
    color: var(--color-light);
    border: 1px solid var(--color-1) !important;
}

.login-form li i {
    color: var(--color-button) !important;
}

.notice1 {
    background-color: #fff !important;
}

.notice1 marquee,
.notice1 marquee a {
    color: #000 !important;
}

body .main_table th,
.main_table td {
    color: #fff !important;
}

body,
button,
input,
select,
textarea {
    /* font: 14px / 1.5 Arial; */
    color: #555;
    background: transparent !important;
    border: none;
}

.promo-select {
    background: var(--color-border) !important;
}

.login-open,
.register-open {
    color: var(--fff) !important;
    border: 1px solid !important;
}

.pop-login pop-cont .login-form li span {
    color: var(--color-button) !important;
}

.login-cont .forgot {
    color: var(--color-button) !important;
}

.login-tip b {
    color: var(--color-button) !important;
}

.login-form .btn {
    background: var(--color-button) !important;
    color: #fff !important;
}

.login-form .btn:hover {
    background: var(--color-hover) !important;
}

.notice1 a.more {
    color: var(--block) !important;
}

.notice1 i {
    color: var(--fff) !important;
    background: var(--color-button) !important;
}

.notice1 a.more:hover {
    color: white !important;
}

.win-list li span a,
.list-container {
    background: var(--color-button) !important;
}

.home_about span {
    color: #fff !important;
}

.tab-aspect tab-list li:hover a {
    background-color: var(--color-1) !important;
    color: var(--000) !important;
}

.list li a span em {
    background-color: var(--color-light) !important;
    color: #fff !important;
    border: 1px solid var(--color-border);
}

.list li a span em:hover {
    background-color: var(--color-hover) !important;
}

.list li a span {
    background-color: var(--color-transparent) !important;
}

.im .anew.btn {
    background-color: var(--color) !important;
    color: var(--fff) !important;
}

.tab-aspect tab-list .more {
    background-color: var(--fff) !important;
    color: var(--color-light) !important;
}

.tab-aspect tab-list li a {
    color: var(--fff) !important;
}

.tab-aspect tab-list li.active a {
    background-color: var(--color-1) !important;
    color: var(--000) !important;
}

.tab-aspect tab-list {
    background: var(--color-button) !important;
}

/* .support {
      background-image: var(--color);
} */

.support li h5 {
    color: var(--fff) !important;
}

.support li em {
    border: 3px var(--color-button) solid !important;
    color: var(--fff) !important;
}

.support li p {
    color: var(--fff) !important;
}

menu-cont li .game-list {
    border-top-color: var(--color-light) !important;
    background-color: var(--color-transparent) !important;
    border-bottom: 10px solid var(--color-border) !important;
}

.light cite {
    background-image: url(../images/banner_fafa911.svg);
}

body {
    background: var(--color-bg) !important;
}

.foot .main {
    padding-top: 60px !important;
}

.foot {
    border-top: none !important;
    /* background-image: var(--color) !important; */
}

.foot-cont h5 {
    color: var(--fff) !important;
}

.foot-nav a {
    color: var(--fff) !important;
}

.foot-nav {
    color: var(--fff) !important;
    text-align: center;
    padding-top: 15px;
}

.foot-cont a:hover {
    /* background-color: var(--color)!important; */
    color: var(--fff) !important;
}

.foot-cont a:hover {
    opacity: 0.9;
}

.foot-cont a:not(.affirm) {
    background-color: var(--color-button) !important;
}

.slot-sider h5 {
    background-color: var(--fff) !important;
}

.slot-sider {
    background-image: var(--color) !important;
}

.slot-sider li a,
.slot-list span h5,
.list li a span h5 {
    color: var(--fff) !important;
}

.foot-cont a {
    /* background-color: var(--color-bg) !important; */
    color: var(--fff) !important;
}

.footer-pro1 {
    background: var(--color-button) !important;
}

.footer-pro1:hover {
    background: var(--color-hover) !important;
}

.footer-pro1 h3 {
    color: var(--fff) !important;
}

.foot-cont span {
    color: var(--fff) !important;
    background-color: var(--color-button) !important;
}

.foot-cont span:hover {
    background-color: var(--color-hover) !important;
}

.foot-copy p,
.foot-copy a {
    color: var(--fff) !important;
}
.foot-logo2 {
    padding-bottom: 45px !important;
    width: 200px;
    left: 0;
    right: 0;
    top: -60px;
    /* position: absolute; */
    margin: auto;
}
/* slots */
.slots-nav a {
    color: var(--color) !important;
}

.pot {
    background-color: var(--color-1) !important;
}

.slot-list cite {
    background-image: url(../images/box.png) !important;
}

/* member center */
/* side menu */
.sider {
    background: var(--color-button) !important;
}

.sider-list li a {
    color: var(--000) !important;
    background-color: var(--fff) !important;
}

.sider-list li a:hover,
.sider-list li a.active {
    background-color: var(--color-hover) !important;
    color: var(--fff) !important;
}

.sider h3 {
    background-color: var(--block) !important;
    color: #fff !important;
}

.logo {
    height: 90px;
    width: 250px !important;
}

.center-table table tfoot td {
    color: #000 !important;
}

.center-table table tfoot td:last-child {
    color: red !important;
}

#promoPage .btn-default {
    background: var(--color-button) !important;
    color: var(--fff) !important;
}

#promoPage .btn-default:hover {
    background: var(--color-hover) !important;
}

.promo-details-body {
    color: #fff !important;
}

#promotion,
#payType,
#promotion,
#paybankid,
#promotion,
#pay_type,
.tip,
.pay-cont li a,
#amounts,
.tip-deposit {
    background: var(--color-button) !important;
}

.table table thead th,
.table table thead td {
    background: var(--color-button) !important;
}

#promoPage .btn-promotion,
#promoPage .btn-clear {
    background-color: var(--color-button) !important;
    color: #fff;
}

#promoPage .btn-promotion:hover,
#promoPage .btn-clear:hover {
    background-color: var(--color-hover) !important;
}

/* .promo_group_body {
    border: 1px solid var(--color-border) !important;
} */
.img_part {
    border: 1px solid var(--color-border) !important;
}

.promo_group_body_inner .promo-item-desc h2.promo-title span.promo-pTitle {
    color: var(--fff) !important;
}

.slot-sider li a {
    color: white;
}

.slot-sider li a:hover,
.slot-sider li a.active {
    color: var(--color-light) !important;
    background-color: var(--fff) !important;
}

.rewards-cont h5 {
    color: #fff !important;
}

.slots-nav a {
    color: var(--fff) !important;
}

.gift_leftmenu ul li a:hover {
    color: var(--color-hover) !important;
}

.gift_leftmenu ul li a {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}

.left-table h5 {
    font-size: 15px;
    color: #fff !important;
}

.left-table h2 {
    color: #fff !important;
}

.left-table span {
    font-size: 13px;
    color: #fff !important;
}

#record-pagin .word_wrap span {
    color: #000 !important;
}

#sidebar_ach ul li .s-item {
    color: #fff !important;
}

#sidebar_ach ul li a {
    color: #000 !important;
}

#sidebar_ach ul li a.active,
#sidebar_ach ul li a:hover {
    color: #fff !important;
}

.center-table-achievement td,
.center-table-achievement th {
    color: #1a12a9 !important;
}

table.main_table,
.main_table_header th {
    color: #fff !important;
}

.main_table th,
.main_table td {
    color: var(--dk-color) !important;
}

#tblTwoNo tbody td {
    color: var(--000) !important;
}

.main_table tr.main_table_header,
.modalMsgMain .modalBtnfoot button,
.gift_list li > a p {
    color: #fff !important;
}

.gift_info_right .td_left {
    color: var(--color) !important;
}

.gift_info_right td {
    color: #000 !important;
}

.slot-list span {
    background-color: var(--color-light) !important;
}

.slot-list span em {
    background-color: var(--color-bg) !important;
    color: #fff !important;
}

.pot h3 span {
    color: #fff !important;
}

.pot-cont,
.pot em {
    background-color: var(--block) !important;
}

button.inp,
html input[type="button"].inp,
input[type="reset"].inp,
input[type="submit"].inp {
    height: 40px !important;
    border: 1px solid #fff !important;
    background: var(--color-border) !important;
}

body .bank_info input {
    background: none !important;
}

.pay input {
    color: #fff !important;
    background: var(--color-button) !important;
}

.promo-details-body table {
    border-collapse: collapse !important;
}

.promo-details-body table td {
    padding: 8px 15px !important;
    border: 1px solid var(--color-light) !important;
}

.center-table th {
    background-color: var(--color) !important;
}

.head-other .btn {
    color: var(--color-bg) !important;
}

.state span {
    color: var(--white) !important;
}

.info-cont p,
.info-cont h5 {
    color: var(--dk-color) !important;
}

.avatar {
    border: 2px var(--dk-color) solid !important;
}

.btnView,
.account-wrap {
    background-image: var(--color) !important;
}

.btnView,
.account-wrap span {
    color: #fff !important;
}

.register_title p {
    color: var(--color-1) !important;
}

.register_title h4 {
    color: #fff !important;
}

.promo-register pop-title {
    background-color: var(--color-light) !important;
}

.promo-register pop-cont {
    height: auto !important;
    background-color: var(--color-light) !important;
    border: 2px solid var(--color) !important;
}

.head-other .btn {
    background-color: var(--color-button) !important;
    border: 1px solid var(--fff) !important;
    color: #fff !important;
}

.head-other .btn:hover {
    background-color: var(--color-hover) !important;
    color: #fff !important;
}

.main_table td:hover,
.main_table tr:hover {
    background-color: var(--color-light) !important;
}

.main_table tr.main_table_header:hover {
    background: var(--color-1) !important;
}

body .control_table,
body .sub-date {
    color: #000 !important;
}

body .control_table tbody tr td div {
    color: #fff !important;
}

.button1 {
    background: var(--color-light) !important;
}

.head-other .language-open1 img {
    width: 33px;
    border-radius: 50%;
    border: 1px solid white;
}

.notice1 a.more {
    color: var(--txt);
    font-size: 32px;
    width: 324px !important;
}

.popup_banner .re_open {
    position: absolute;
    top: 95%;
    left: 25%;
    width: 100%;
    color: white;
    display: flex;
    gap: 5px;
}

.swiper-banner .swiper-slide {
    min-width: 1000px !important;
    max-width: 1920px !important;
    max-height: unset !important;
    min-height: unset !important;
}

.light .swiper-slide {
    /* background-size: 100% 100% !important; */
}

.light .swiper-banner .swiper-slide {
    height: 440px !important;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1750px) {
    .light .swiper-banner .swiper-slide {
        height: 404px !important;
    }

    @media (max-width: 1600px) {
        .light .swiper-banner .swiper-slide {
            height: 370px !important;
        }

        @media (max-width: 1500px) {
            .light .swiper-banner .swiper-slide {
                height: 347px !important;
            }

            @media (max-width: 1400px) {
                .light .swiper-banner .swiper-slide {
                    height: 323px !important;
                }

                @media (max-width: 1300px) {
                    .light .swiper-banner .swiper-slide {
                        height: 299px !important;
                    }

                    @media (max-width: 1200px) {
                        .light .swiper-banner .swiper-slide {
                            height: 279px !important;
                        }
                    }
                }
            }
        }
    }
}

.ico-telegram_phone:hover span {
    width: 115px;
    transform: translateX(-134%);
}

.ico-facebook_phone:hover span {
    width: 115px;
    transform: translateX(-134%);
}

.ico-call_phone:hover span {
    width: 217px;
    transform: translateX(-120%);
}

.im li a {
    background-color: var(--color-button) !important;
    color: var(--fff) !important;
    border: 1px solid var(--color-border) !important;
    /* z-index: 99; */
}

.im li a:hover {
    border-radius: 0%;
}

.im {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 3;
    padding: 0 0px;
}

.im li {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
}

.im li span {
    padding: 11px 10px;
    background: var(--color-button);
    margin-right: -600px;
    color: var(--fff) !important;
    border: 1px solid var(--color-border) !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    text-align: center;
}

html[lang="en"] .im li span {
    padding: 14px 10px;
    background: var(--color-button);
    margin-right: -600px;
    color: var(--fff) !important;
    border: 1px solid var(--color-border) !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.light {
    max-width: 1920px;
    margin: auto;
    position: relative;
    margin-top: 150px;
}

.page-content-promotion {
    margin-top: 177px !important;
}
.main_games {
    margin-top: 153px !important;
}
.banner-casino .main {
    margin-top: 177px !important;
}
#gift-main {
    margin-top: 177px !important;
}
.promo-details-body {
    padding: 6px 23px 0px 8px !important;
}
.banner-register .affiliate {
    margin-top: 119px;
}
.banner-kenolist {
    margin-top: 188px !important;
}

body[data-pages="kg_games"] .banner-sport {
    margin-top: 170px !important;
}

.banner-lott {
    margin-top: 166px !important;
}
.language-open1 {
    width: 100px;
    border-radius: 5px !important;
}
.language-cont-drop {
    position: absolute;
    right: 7px;
    top: 45px;
    z-index: 9999;
    padding: 5px !important;
}
.language-cont-drop ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: -61px;
    align-items: flex-start;
    background: white;
    width: 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.language-cont-drop ul li a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: block;
    position: relative;
    border: 1px var(--black) solid;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.language-cont-drop ul li {
    padding: 5px !important;
    display: flex;
    align-items: center;
    cursor: pointer;

    /* margin-left: 10px; */
}
.language-cont-drop ul li span {
    margin-left: 77px;
    font-weight: bold;
}
.language-open1 span {
    margin-left: 10px;
    font-weight: bold;
}
.language-cont-drop li:hover {
    background-color: var(--color-bg);
    width: 95%;
    margin: auto;
}
.language-cont-drop li a:hover {
    color: white;
}
.kaiyuan .main {
    margin-top: 158px !important;
}
#embedgameIframe {
    min-height: 0px !important;
}
.banner-kenolist .main {
    width: 1300px !important;
}
.slotheight .game-list {
    overflow-y: scroll !important;
    height: 600px !important;
}
.poker_transfer-item input,
.transfer-item input {
    color: #fff !important;
}



/* ============== */
 .promotions {
    background-color: #141a24
  }

  .promotions .card {
    overflow: hidden
  }

  .promotions-wrapper #promotionsWidgetParent {
    min-height: 200px;
    position: relative
  }

  @media (min-width:768px) {
    .promotions-wrapper {
      padding: 40px 0;
    }
  }

  @media (max-width:767px) {
    .promotions-wrapper {
      padding: 5px 0 40px
    }
  }

  @media (max-width:480px) {
    .promotions-wrapper .col-xs-6 {
      width: 100%
    }
  }

  .promotions-category {
    margin-bottom: 25px
  }

  .promotions-category li a {
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
  }

  .promotions-category li a.active,
  .promotions-category li a:focus,
  .promotions-category li a:hover {
    background-color: #384a65
  }

  @media (max-width:767px) {
    .promotions-category li a {
      margin-bottom: 1px
    }
  }

  .promotions-box {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #303030;
    margin-bottom: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)
  }

  .promotions-box h3 {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 10px;
    display: none
  }

  .promotions-box img {
    width: 100%
  }

  .promotions-box .promotions-text {
    margin: 15px;
    overflow: hidden
  }

  .promotions-box .promotions-text h4 {
    font: 16px "Microsoft YaHei", sans-serif;
    color: #fefefe;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .promotions-box .promotions-text p {
    color: #fff;
    display: none
  }

  .promotions-box .promotions-btn {
    min-height: 50px
  }

  .promotions-box .promotions-image {
    overflow: hidden;
    height: 142px
  }

  .promotions-terms h3 {
    color: #fff;
    font-size: 18px
  }

  .promotions-terms ul {
    list-style-type: square;
    padding-left: 20px
  }

  .promotions-terms ul li {
    color: #fff;
    font-size: 1em;
    margin-bottom: 10px
  }

  .promotions-full {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px
  }

  .promotions-full .promotions-full-img {
    position: relative
  }

  .promotions-full .promotions-full-img img {
    width: 100%;
    margin: 0
  }

  .promotions-full .promotions-full-timer {
    top: 15px;
    right: 15px;
    position: absolute
  }

  .promotions-full .promotions-full-timer .timer.promo-timer {
    display: table
  }

  .promotions-full .promotions-full-timer .timer.promo-timer .timer-section {
    color: #fff;
    padding: 0 5px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    background: rgba(0, 0, 0, .65);
    border-right: 1px solid rgba(255, 255, 255, .1);
    display: table-cell;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
  }

  .promotions-full .promotions-full-timer .timer.promo-timer .timer-section .num {
    font-weight: 700
  }

  .promotions-full .promotions-full-timer .timer.promo-timer .timer-section:last-child {
    border-right: none
  }

  .promotions-full .promotions-full-timer .timer.promo-timer span.timer-section:last-child {
    border-right: none !important
  }

  .promotions-full .promotions-full-timer .timer.promo-timer a.timer-section {
    line-height: 2.5;
    background-color: #d0233f
  }

  .promotions-full .promotions-full-timer .timer.promo-timer a.timer-section:focus,
  .promotions-full .promotions-full-timer .timer.promo-timer a.timer-section:hover {
    background-color: #a41c32
  }

  .promotions-full .promotions-full-title {
    text-align: center;
    padding: 15px;
    background: #f2f2f2
  }

  .promotions-full .promotions-full-title h3 {
    margin: 0
  }

  .promotions-full .promotions-full-box {
    overflow: hidden;
    background: #fff;
    max-height: 800px;
    overflow-y: auto;
    display: block\9;
    position: relative;
    -webkit-transition: max-height 300ms ease-in-out;
    transition: max-height 300ms ease-in-out
  }

  .promotions-full .promotions-full-content {
    padding: 15px
  }

  .promotions-full .promotions-full-expand .btn {
    background-color: #a41c32;
    border-color: #a41c32
  }

  .promotions-full .promotions-full-expand .btn:focus,
  .promotions-full .promotions-full-expand .btn:hover {
    background-color: #ba1f38;
    border-color: #ba1f38
  }

  .promotions-full .fold {
    max-height: 0;
    display: none\9
  }

  @media (max-width:767px) {
    .promotions-full {
      margin-left: 0;
      margin-right: 0
    }

    .promotions-full .promotions-full-img {
      overflow: hidden
    }

    .promotions-full .promotions-full-timer {
      position: relative;
      margin-bottom: 0;
      padding: 5px;
      margin: 0 auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff
    }

    .promotions-full .promotions-full-timer .timer {
      margin: 0 auto
    }
  }

  /* Card grid for promotions */
  .promotions-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .promotions-wrapper .col-xs-6,
  .promotions-wrapper .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  @media (min-width: 768px) {
    .promotions-wrapper .col-sm-4 {
      width: 33.3333%;
      max-width: 33.3333%;
      flex: 0 0 33.3333%;
      display: block;
    }
  }

  @media (max-width: 767px) {
    .promotions-wrapper .col-xs-6 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      display: block;
    }
  }

  /* Card style */
  .promotions-box {
    background: #232323;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* min-height: 370px; */
  }

  .promotions-box h3 {
    display: none;
  }

  .promotions-box .promotions-image img {
    width: 100% !important;
    height: 142px !important;
    object-fit: cover;
  }

  .promotions-box .promotions-text {
    padding: 16px 12px 0 12px;
    flex: 1 1 auto;
  }

  .promotions-box .promotions-text h4 {
    font-size: 1.1em;
    color: #fff;
    margin: 0 0 8px 0;
    font-weight: 600;
    min-height: 40px;
    line-height: 1.2;
  }

  .promotions-box .promotions-btn {
    padding: 12px;
    background: #232323;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .promotions-box .btn {
    min-width: 110px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1em;
    padding: 8px 0;
    border: none;
    transition: background 0.2s;
  }

  .promotions-box .btn-default {
    background: #fff;
    color: #232323;
  }

  .promotions-box .btn-primary {
    background: #ffe600;
    color: #232323;
  }

  .promotions-box .btn-default:hover,
  .promotions-box .btn-primary:hover {
    opacity: 0.85;
  }

  /* Responsive fix for mobile */
  @media (max-width: 767px) {
    .promotions-box {
      min-height: unset;
    }

    .promotions-box .promotions-btn {
      flex-direction: column;
      gap: 8px;
    }
  }
.modal-content {
  border: none !important;
  border-radius: 8px !important;
}

.modal-header {
  padding: 15px 20px !important;
}

.modal-body {
  padding: 20px !important;
  max-height: 70vh !important;
  overflow-y: auto !important;
}

.modal-footer {
  padding: 15px 20px !important;
}

.modal-body img {
  border-radius: 4px !important;
  margin-bottom: 20px !important;
}

.modal .btn {
  padding: 8px 20px !important;
  font-weight: 600 !important;
}

.modal .btn-primary {
  background-color: #ffe600 !important;
  color: #232323 !important;
  border: none !important;
}

.modal .btn-secondary {
  background-color: #333 !important;
  color: #fff !important;
  border: none !important;
}

.modal .btn-primary:hover,
.modal .btn-secondary:hover {
  opacity: 0.9 !important;
}
#promoModal_1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999 !important;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999 !important;
    background-color: #000;
}
.modal-backdrop.fade.in {
    z-index: 99999 !important;
}
.promo_group_body {
    border: unset !important;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: unset !important;
  }
  .full-width .img_part {
  width: 1133px !important;
  height: 262px !important;
}
.promo-register div.full pop-main{width:350px;}
.promo-register div.full pop-main pop-cont div.amount #save_imgd{width: 306px;height: 317px;}
.promo-register div.full pop-main pop-cont div.amount #save_imgd .register_img img{width: 214px !important;}
.promo-register div.full pop-main pop-cont div.amount #save_imgd .register_img{ width: 246px !important;}
.page-content-promotion .info_part{
    margin: 10px 0 0 0;
}
.page-content-promotion .div-join{
    margin-right: -10px;
}body .swal2-popup .swal2-styled{
    background-color: var(--color-bg) !important;
}
#gift-main .head-text{
    margin-top: 50px !important;
}
#gift-main .wheel_div{
    margin-top: -9px !important;
}
.popup_banner {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    z-index: 15000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
  }
  .draggable-panel {
    height: 140px;
    width: 145px;
    transition: transform 0.1s ease;
    position: fixed;
    left: 10px;
    z-index: 10;
    display: block;
    pointer-events: auto;
    bottom: 192px !important;
}

.hot_blink {
    height: 40px;
    width: 125px;
    background-image: url(https://855tech-desktop.s3.ap-east-1.amazonaws.com/content/design2/images/nav/hot.png);
    position: absolute;
    top: -15px;
    right: -70px;
    z-index: 1;
    text-transform: capitalize;
    -webkit-animation: lightAnimation .3s 
    ease-in-out infinite;
        animation: lightAnimation .3s 
    ease-in-out infinite;
        color: transparent;
        background-size: cover;
}