@font-face {
    font-family: 'EliceDXNeolliOTF-Light';
    src: url(../fonts/EliceDXNeolliOTF-Light.otf);
}

@font-face {
    font-family: 'EliceDXNeolliOTF-Medium';
    src: url(../fonts/EliceDXNeolliOTF-Medium.otf);
}

@font-face {
    font-family: 'EliceDXNeolliOTF-Bold';
    src: url(../fonts/EliceDXNeolliOTF-Bold.otf);
    font-weight: bold;
}

/* @font-face {
    font-family: '-apple-system';
    src: url(../fonts/San\ Francisco/SFNSDisplay-Regular.ttf);
}

@font-face {
    font-family: 'Hiragino Sans GB';
    src: url(../fonts/Hiragino-Sans-GB-W3/Hiragino-Sans-GB-W3.otf);
} */

/* @font-face {
    font-family: 'WenQuanYi Micro Hei';
    src: url(../fonts/WenQuanYi\ Micro\ Hei\ Regular/WenQuanYi\ Micro\ Hei\ Regular.ttf);
  } */

:root {
    --title-color: #000000;
    --text-color: #31373D;
    --sub-text-color: #5F6975;
    --placeholder-color: #BEC1CC;
    --background-color: #F6F7FA;
    --standard-color: #FFFFFF;
    --shadow-color: #EAECF3;
    --page-shadow: linear-gradient(to right, #DADDE6, rgba(218, 221, 230, 0));
    --autofill-color: #31373d;
    --yellow-color: #FFAD00;
    --primary-color: #009f62;
    --effect-color: #b5b7bd;
    --border-color: #020202;
    --border-radius: .25rem;
    --button-color: #9fa3b3;
    --active-color: #c8d7f5;
    --sports-color: #c8d7f5;
    --text-border-color: #6e34e2b3;
}

.darken {
    --title-color: #ffffff;
    --text-color: #98A7B5;
    --sub-text-color: #656E78;
    --placeholder-color: #4D565E;
    --background-color: #24262B;
    --standard-color: #1C1E22;
    --shadow-color: #111415;
    --page-shadow: linear-gradient(to right, #111415, rgba(17, 20, 21, 0));
    --autofill-color: #f5f6f7;
    --yellow-color: #FFBF39;
    --effect-color: #383d46;
    --border-color: #78797c;
    --button-color: #24262B;
    --active-color: #292e30;
    --sports-color: #191a1e;
    --text-border-color: #009f62;
}

:focus {
    outline: none
}

*, *:before, *:after {
    box-sizing: border-box
}

button {
    border: none;
    padding: 0;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: .875rem;
    background-color: transparent
}

canvas {
    -webkit-user-select: none;
    user-select: none
}

html {
    overscroll-behavior: contain;
    scrollbar-width: thin;
    touch-action: manipulation;
    width: 100%
}

body {
    overflow-anchor: none;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    font-size: .875rem;
    line-height: 1.6;
    background-color: var(--background-color);
    overscroll-behavior: contain;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scrollbar-width: thin;
    scrollbar-color: #20313d transparent
}

body #root {
    /* overflow-x: hidden */
}

body, input, textarea, a, button {
    font-weight: 400;
    font-family: EliceDXNeolliOTF-Light, EliceDXNeolliOTF-Medium, EliceDXNeolliOTF-Bold;
}

body, input, textarea, a, button {
    color: var(--text-color)
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a.active {
    color: var(--primary-color);
}

.num.all_look {
    color: #fff;
    cursor: pointer;
}

a:active:hover {
    cursor: pointer
}

hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #000;
    margin: 1em 0
}

ol li {
    line-height: 14px;
    font-size: 12px;
    margin: 0 0 15px
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: all 0s ease-in-out 5000s, color 0s ease-in-out 5000s
}

textarea {
    padding: .625rem;
    resize: none;
    box-sizing: border-box
}

textarea::-webkit-input-placeholder {
    color: var(--placeholder-color)
}

h2 {
    font-weight: 400;
    font-size: 1.0625rem
}

p {
    margin: .8em 0
}

ol, ul {
    padding-left: 1.2em;
    margin: 0
}

li {
    margin: .5em 0
}

code {
    display: inline-block;
    line-height: 1.4;
    padding: 0 .375rem;
    color: var(--primary-color);
    border-radius: var(--border-radius)
}

video {
    width: 100%
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 200px 200px 100px #273642 inset;
    box-shadow: 200px 200px 100px #273642 inset;
    -webkit-text-fill-color: var(--autofill-color)
}

#root {
    /* overflow-x: hidden */
}

#root>.loading {
    height: 90vh
}

.grecaptcha-badge {
    display: none !important
}

.flex {
    display: flex
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-column {
    display: flex;
    flex-direction: column
}

.flex-middle {
    display: flex;
    align-items: center
}

.cl-primary {
    color: var(--primary-color)
}

.link {
    cursor: pointer
}

.link:hover {
    text-decoration: underline
}

.hover:hover {
    color: var(--primary-color)
}

.hover:hover .icon {
    fill: var(--primary-color)
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.full {
    min-width: 100%;
    min-height: 100%
}

.full-abs {
    position: absolute;
    inset: 0
}

.ttu {
    text-transform: uppercase
}

.ttc {
    text-transform: capitalize
}

.ttl {
    text-transform: lowercase
}

.scroll-behavior {
    scroll-behavior: smooth
}

.hidden-scroll-y {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.hidden-scroll-y::-webkit-scrollbar {
    width: 0 !important
}

.page-max-width-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1660px;
}

.doc-page {
    line-height: normal;
    -webkit-user-select: text;
    user-select: text
}

.doc-page h2 {
    font-size: 14px;
    margin: 8px 0;
    font-weight: 600;
    color: var(--title-color)
}

.doc-page h2 span {
    font-size: 18px;
    font-weight: 700
}

.doc-page h2:not(:first-child) {
    margin-top: 24px
}

.doc-page p {
    margin: 12px 0
}

.doc-page p.em {
    color: var(--title-color)
}

.doc-page ol, .doc-page ul {
    padding-left: 1.2em;
    margin: 0
}

.doc-page ol li, .doc-page ul li {
    margin: 0 0 16px
}

.doc-page ol.special li {
    margin: 0 0 1rem
}

.doc-page .cl-primary {
    color: var(--primary-color)
}

.doc-page .cl-primary.pointer {
    cursor: pointer
}

.doc-page .cl-title {
    color: var(--title-color)
}

.doc-page .text-decoration {
    text-decoration: underline;
    cursor: pointer;
    padding-left: .2rem
}

.doc-page .item, .doc-page section {
    margin-bottom: 44px
}

@media screen and (min-width: 621px) {
    body {
        scrollbar-width: none
    }
    body::-webkit-scrollbar {
        margin-right: 5px;
        width: 0
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: transparent;
        border-radius: var(--border-radius)
    }
    ::-webkit-scrollbar-thumb {
        background-color: var(--placeholder-color);
        transition: all .5s;
        border-radius: var(--border-radius)
    }
    ::-webkit-scrollbar-button {
        display: none
    }
    ::-webkit-scrollbar-button:vertical:end:increment {
        display: block;
        height: 20px;
        background-color: transparent
    }
    ::-webkit-scrollbar-button:vertical:start:increment {
        display: block;
        height: 20px;
        background-color: transparent
    }
    * {
        scrollbar-color: #27303a transparent;
        scrollbar-width: thin;
    }
}

@media screen and (max-width: 621px) {
    .page-max-width-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

@keyframes breathe {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.e9sva {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    box-sizing: border-box
}

.e9sva>svg {
    height: 40%;
    max-height: 1.25rem;
    max-width: 80%;
    stroke: transparent
}

.e9sva circle {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.e9sva circle:nth-child(1) {
    -webkit-animation: lds-1-e9sva .6s infinite;
    animation: lds-1-e9sva .6s infinite
}

.e9sva circle:nth-child(2) {
    -webkit-animation: lds-2-e9sva .6s infinite;
    animation: lds-2-e9sva .6s infinite
}

.e9sva circle:nth-child(3) {
    -webkit-animation: lds-2-e9sva .6s infinite;
    animation: lds-2-e9sva .6s infinite
}

.e9sva circle:nth-child(4) {
    -webkit-animation: lds-3-e9sva .6s infinite;
    animation: lds-3-e9sva .6s infinite
}

@-webkit-keyframes lds-1-e9sva {
    0% {
        -webkit-transform: scale(.4) translateX(28.57%);
        -ms-transform: scale(.4) translateX(28.57%);
        transform: scale(.4) translate(28.57%);
        opacity: .3
    }
    to {
        -webkit-transform: scale(1) translateX(0%);
        -ms-transform: scale(1) translateX(0%);
        transform: scale(1) translate(0);
        opacity: 1
    }
}

@keyframes lds-1-e9sva {
    0% {
        -webkit-transform: scale(.4) translateX(28.57%);
        -ms-transform: scale(.4) translateX(28.57%);
        transform: scale(.4) translate(28.57%);
        opacity: .3
    }
    to {
        -webkit-transform: scale(1) translateX(0%);
        -ms-transform: scale(1) translateX(0%);
        transform: scale(1) translate(0);
        opacity: 1
    }
}

@-webkit-keyframes lds-2-e9sva {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateX(28.57%);
        -ms-transform: translateX(28.57%);
        transform: translate(28.57%)
    }
}

@keyframes lds-2-e9sva {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateX(28.57%);
        -ms-transform: translateX(28.57%);
        transform: translate(28.57%)
    }
}

@-webkit-keyframes lds-3-e9sva {
    0% {
        -webkit-transform: scale(1) translateX(0%);
        -ms-transform: scale(1) translateX(0%);
        transform: scale(1) translate(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.4) translateX(-28.57%);
        -ms-transform: scale(.4) translateX(-28.57%);
        transform: scale(.4) translate(-28.57%);
        opacity: .3
    }
}

@keyframes lds-3-e9sva {
    0% {
        -webkit-transform: scale(1) translateX(0%);
        -ms-transform: scale(1) translateX(0%);
        transform: scale(1) translate(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.4) translateX(-28.57%);
        -ms-transform: scale(.4) translateX(-28.57%);
        transform: scale(.4) translate(-28.57%);
        opacity: .3
    }
}

.sowd61n {
    padding: 2.5rem 0;
    color: #99a4b099;
    line-height: 1;
    text-align: center;
    height: 100%;
    min-height: 16.25rem;
    position: relative
}

.sowd61n img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6.875rem 0 0 -6.25rem;
    width: 12.5rem;
    height: 12.5rem
}

.sowd61n .msg {
    position: absolute;
    z-index: 1;
    line-height: 1.25rem;
    left: 50%;
    width: 17.5rem;
    top: 50%;
    margin-top: 3.75rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.w183p1ml {
    position: relative
}

.w183p1ml .frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.s138s2zu {
    --grid-gap: 1rem;
    --grid-num: 7;
    --grid-rows: 1;
    display: grid;
    grid-template-rows: repeat(var(--grid-rows), 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(100% / var(--grid-num) - (var(--grid-num) - 1) * var(--grid-gap) / var(--grid-num));
    gap: var(--grid-gap);
    position: relative;
    -webkit-scroll-snap-type: x mandatory;
    -moz-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
    overflow-x: auto;
    overflow-y: hidden
}

.slot_gamename {
    --grid-gap: 1rem;
    --grid-num: 6;
    --grid-rows: 1;
    display: grid;
    grid-template-rows: repeat(var(--grid-rows), 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(100% / var(--grid-num) - (var(--grid-num) - 1) * var(--grid-gap) / var(--grid-num));
    gap: var(--grid-gap);
    position: relative;
    -webkit-scroll-snap-type: x mandatory;
    -moz-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
    overflow-x: auto;
    overflow-y: hidden
}

@media screen and (max-width:1250px) {
    .slot_gamename {
        --grid-unm: 4;
    }
}

.slot_gamename.active {
    grid-auto-flow: unset;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.s1qvj928 .grid-tit .txt {
    color: var(--g52yms);
    font-size: 1.25rem;
}

.s138s2zu::-webkit-scrollbar {
    display: none
}

.s138s2zu>* {
    width: 100%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-scroll-snap-align: start;
    -moz-scroll-snap-align: start;
    -ms-scroll-snap-align: start;
    scroll-snap-align: start
}

.s1ff97qc {
    --1nfs066: #9FA5AC;
    width: 1.4em;
    height: 1.4em;
    fill: var(--1nfs066)
}

.darken .s1ff97qc {
    --1nfs066: #67707B
}

.wdcb8sn {
    position: fixed;
    z-index: 200;
    inset: 0;
    background-color: #0000
}

.ui-scrollview {
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    -webkit-flex: 1 1 1px;
    -ms-flex: 1 1 1px;
    flex: 1 1 1px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior: contain
}

.ui-scrollview.hide-bar.ui-scrollview::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent
}

.v1qcofba {
    overflow: hidden
}

.s13v8tlr {
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(-90deg) scaleX(-1);
    -ms-transform: rotate(-90deg) scaleX(-1);
    transform: rotate(-90deg) scaleX(-1)
}

.s13v8tlr circle {
    stroke: var(--primary-color)
}

.tlqf8r7 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tlqf8r7-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tlqf8r7-left>span {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.tlqf8r7-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tlqf8r7-right>span {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.tlqf8r7-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tlqf8r7-center>span {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.tlqf8r7>span {
    display: inline-block;
    white-space: nowrap
}

.ui-button {
    --3xr1hu: rgba(107, 113, 128, .8);
    display: block;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: var(--border-radius);
    height: 3rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.36, .66, .04, 1);
    -webkit-transition: transform .2s cubic-bezier(.36, .66, .04, 1);
    transition: transform .2s cubic-bezier(.36, .66, .04, 1)
}

.darken .ui-button {
    --3xr1hu: #6b7180
}

.ui-button>.button-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.darken .button-inner span {
    color: #fff;
}

.button-inner span {
    font-weight: 700;
    font-size: 11px;
    white-space: nowrap;
}

.inputZone {
    position: relative;
}

.account-enter {
    position: absolute !important;
    top: 5px;
    right: 10px;
}

.ui-button:active.ui-button:not(:disabled) {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.ui-button:disabled.ui-button:not(.is-loading) {
    opacity: .5;
    cursor: default
}

.ui-button.button-big {
    height: 3.625rem
}

.ui-button.button-small {
    height: 2.125rem
}

.ui-button.s-gray {
    color: #fff;
    background-color: var(--3xr1hu)
}

.ui-button.s-conic {
    margin-left: 20px;
    color: #fff;
    background-color: #009f62;
    background-image: conic-gradient(from 70deg at 50% 50%, rgb(0 106 47) 180deg, rgb(0 106 47) 173deg, rgb(13 109 72) 134deg, rgb(27 141 77) 82deg);
    width: 100px;
}

.ui-button.s-conic:hover {
    background-image: conic-gradient(from 1turn, rgba(88, 175, 16, .7), rgba(29, 128, 58, .7))
}

.ui-button.s-conic2 {
    color: #fff;
    background-color: #6e34e2b3;
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 1), rgba(110, 52, 226, 1))
}

.ui-button.s-conic2:hover {
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, .7), rgba(110, 52, 226, .7))
}

.ui-button.s-conic3 {
    color: #fff;
    background-color: #6e34e2b3;
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 1), rgba(110, 52, 226, 1))
}

.ui-button.s-conic3:hover {
    background-image: conic-gradient(from 1turn, rgba(136, 83, 252, .7), rgba(110, 52, 226, .7))
}

.ui-button.s-conic4 {
    color: #fff;
    background-color: #f19511b3;
    background-image: conic-gradient(from 1turn, #F6C722, #F19511)
}

.ui-button.s-conic4:hover {
    background-image: conic-gradient(from 1turn, rgba(246, 199, 34, .7), rgba(241, 149, 17, .7))
}

.button-group {
    --1waic39: rgba(95, 105, 117, .8);
    --1ez8use: rgba(218, 221, 230, .4);
    --6vfacd: rgba(218, 221, 230, .2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.darken .button-group {
    --1waic39: #99a4b0;
    --1ez8use: #31343c;
    --6vfacd: #3c404a
}

.button-group>button {
    height: 2rem;
    width: 3.125rem;
    padding: 0;
    color: var(--1waic39);
    background: var(--1ez8use);
    margin-left: .25rem;
    color: var(--title-color)
}

.button-group>button:first-child {
    margin-left: 0;
    padding-left: .125rem;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius)
}

.button-group>button:last-child {
    padding-right: .125rem;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius)
}

.button-group>button:hover {
    background: var(--6vfacd)
}

.s1rp7ii5 {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: var(--primary-color);
    color: #fff;
    height: 1.25rem;
    line-height: 1.25rem;
    min-width: 1.625rem;
    border-radius: .625rem;
    text-align: center
}

.cghm3iz a {
    margin-right: .375rem;
    color: var(--primary-color)
}

.cghm3iz a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.env4u6q {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s1qim8vk {
    --35p5sb: #fff;
    width: 26.25rem;
    background-color: var(--35p5sb);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 .125rem 1.25rem #0003
}

.darken .s1qim8vk {
    --35p5sb: #1e2024
}

.s1qim8vk .message {
    font-size: 1rem;
    line-height: 1.25rem;
    min-height: 12.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.875rem;
    text-align: center
}

.s1qim8vk .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 2.5rem
}

.s1qim8vk .btns button {
    width: 9.375rem;
    height: 2.75rem;
    margin-right: 1rem
}

.s1qim8vk .btns>button:last-child {
    margin-right: 0
}

.pfrl3ez {
    --18w92jy: #fff;
    --njpvpw: #31373d;
    position: absolute;
    width: 100%;
    height: 100%
}

.ui-pop-overlayer {
    z-index: 10001
}

.pop {
    width: 26.25rem;
    min-height: 370px;
    max-width: 26.25rem;
    max-height: 100%;
    border-radius: var(--border-radius);
    position: absolute;
    overflow: hidden;
    background-color: var(--18w92jy);
    font-size: .8125rem;
    padding: 1.25rem
}

.pop-title {
    color: var(--njpvpw);
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700
}

.pop-close {
    position: absolute;
    right: .3125rem;
    top: .3125rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: .625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.pop-close .icon {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0)
}

.pop-close:hover .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width:621px) {
    .pop {
        width: 96vw;
        min-height: auto
    }
}

.darken .pfrl3ez {
    --18w92jy: #17181b;
    --njpvpw: #fff
}

.pfrl3ez>* {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.pfrl3ez>.loading {
    width: 12.5rem;
    height: 12.5rem;
    background-color: var(--18w92jy);
    border-radius: var(--border-radius)
}

.nfnfs0b {
    --njpvpw: #31373d;
    --1q0fxqu: rgba(95, 105, 117, .8);
    --sa2egi: rgba(95, 105, 117, .6);
    --l6v9sv: #fff;
    --12moazr: rgba(233, 234, 242, .6);
    --35p5sb: #fff;
    position: fixed;
    z-index: 10003;
    left: .625rem;
    bottom: .625rem;
    width: 28.75rem
}

.darken .nfnfs0b {
    --njpvpw: #fff;
    --1q0fxqu: #dfe3e6;
    --sa2egi: #555b65;
    --l6v9sv: #31343c;
    --12moazr: rgba(30, 32, 36, .5);
    --35p5sb: #1e2024
}

.nfnfs0b.is-reverse {
    bottom: auto;
    top: .625rem
}

.nfnfs0b.is-reverse .notify-ins {
    top: auto;
    bottom: 0
}

.nfnfs0b .notify-item {
    overflow: hidden;
    position: relative
}

.nfnfs0b .notify-ins {
    width: 100%;
    padding: .3125rem;
    top: 0
}

.nfnfs0b .notify-title {
    color: var(--njpvpw);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: .375rem;
    margin-top: .375rem
}

.nfnfs0b .notify-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%
}

.nfnfs0b .notify-close .icon {
    width: .875rem;
    height: .875rem;
    fill: var(--sa2egi)
}

.nfnfs0b .notify-close:hover .icon {
    fill: var(--primary-color)
}

.nfnfs0b .notify-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--border-radius);
    padding: 1.125rem 2.5rem 1.125rem 1.125rem;
    background-color: var(--l6v9sv);
    color: var(--1q0fxqu);
    position: relative;
    line-height: 1.375rem;
    box-shadow: 0 .125rem .3125rem #0003;
    word-break: break-word
}

.nfnfs0b .notify-icon {
    margin-right: 1.125rem;
    width: 5rem;
    height: 5rem;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.nfnfs0b .notify-icon.is-small {
    width: 1.375rem;
    height: 1.375rem
}

.nfnfs0b .notify-icon .notify-icon-img {
    width: 100%;
    height: 100%
}

.nfnfs0b .notify-cd {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    width: 1.375rem;
    height: 1.375rem;
    margin-top: -.6875rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--12moazr)
}

.nfnfs0b .notify-cd svg {
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(90deg) scaleX(-1);
    -ms-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1)
}

.nfnfs0b .notify-cd circle {
    stroke: var(--primary-color)
}

@media screen and (max-width:621px) {
    .nfnfs0b {
        width: 26.25rem;
        left: 50%;
        margin-left: -13.125rem
    }
}

.n1n0wcth .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: .625rem
}

.n1n0wcth .ui-button {
    width: 6.25rem;
    margin-left: .625rem
}

.i1gm0mn8 {
    --1uvkmwv: #5f6975;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem
}

.darken .i1gm0mn8 {
    --1uvkmwv: #f5f6f7
}

.i1gm0mn8 svg {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
    -webkit-transition: transform .5s cubic-bezier(.36, .66, .04, 1);
    transition: transform .5s cubic-bezier(.36, .66, .04, 1);
    cursor: pointer;
    font-size: .75rem
}

.i1gm0mn8:hover svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: var(--1uvkmwv)
}

.ui-dialog-overlayer {
    z-index: 10000
}

.ui-dialog-wrap {
    --18w92jy: #fff;
    --35p5sb: #fff;
    --7h9g04: #f5f6fa;
    --whdmoy: #31373d;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 29rem;
    height: 720px;
    margin: -375px 0 0 -280px;
    -webkit-transition-property: width, height, margin-left, margin-top, background-color;
    transition-property: width, height, margin-left, margin-top, background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: var(--18w92jy);
    -webkit-transform: translateZ(0), ;
    -ms-transform: translateZ(0), ;
    transform: translateZ(0),
}

.darken .ui-dialog-wrap {
    --18w92jy: #17181b;
    --35p5sb: #1e2024;
    --7h9g04: #17181b;
    --whdmoy: #f5f6f7
}

.ui-dialog {
    position: absolute;
    right: 0;
    top: 0;
    width: 464px;
    height: 720px;
    max-width: 90vw;
    max-height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--7h9g04)
}

.ui-dialog>div:last-child {
    padding: 1.25rem;
    background-color: var(--35p5sb);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ui-dialog-loading {
    width: 12.5rem;
    height: 12.5rem
}

.dialog-head {
    position: relative;
    z-index: 10;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.75rem;
    margin-left: 1.125rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

.dialog-head.has-close {
    margin-right: 3.75rem
}

.dialog-head.has-back {
    margin-left: 3.125rem
}

.dialog-head .dialog-title {
    font-size: 1rem;
    margin: 0;
    font-weight: 700;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--whdmoy);
    line-height: 1
}

.dialog-back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem
}

.dialog-back svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 16px;
    height: 16px
}

.dialog-box {
    color: #99a4b099;
    background-color: var(--35p5sb);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    padding: 1.75rem 1.125rem
}

@media screen and (max-width:991px) {
    .ui-dialog-wrap {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        border-radius: 0
    }
    .ui-dialog {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important
    }
    .dialog-box {
        padding: 1rem
    }
}

.wx5m421 {
    --7h9g04: #f5f6fa;
    --whdmoy: #31373d;
    position: fixed;
    z-index: 1100;
    min-width: 12.5rem;
    min-height: 12.5rem;
    border-radius: var(--border-radius);
    background-color: var(--7h9g04);
    box-shadow: 0 .25rem .5rem #0003
}

.darken .wx5m421 {
    --7h9g04: #17181b;
    --whdmoy: #f5f6f7
}

.wx5m421 .dragpop-title {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 3.125rem;
    line-height: 3.125rem;
    font-weight: 700;
    font-size: 1rem;
    color: var(--whdmoy);
    text-align: center;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.wx5m421 .dragpop-title:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.wx5m421 .dragpop-close {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem
}

.wx5m421 .dragpop-close .icon {
    width: .875rem;
    height: .875rem
}

@media screen and (max-width:621px) {
    .wx5m421 {
        z-index: 99
    }
}

.ui-radio {
    --1nu6smo: rgba(95, 105, 117, .14);
    --muvmvt: #f5f6fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1
}

.darken .ui-radio {
    --1nu6smo: #2d3035;
    --muvmvt: rgba(45, 48, 53, .5)
}

.ui-radio.is-disabled {
    opacity: .5
}

.ui-radio .radio-item {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ui-radio .radio-item .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    margin-right: .3rem;
    border: 1px solid var(--1nu6smo);
    box-sizing: border-box;
    background-color: var(--muvmvt)
}

.ui-radio .radio-item .circle:after {
    content: "";
    display: none;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    background-color: var(--primary-color)
}

.ui-radio .radio-item.is-active .circle:after {
    display: block
}

.tabs-circle {
    --3zk71c: #F0F1F5;
    --1qdd70j: #000000;
    --1h443ei: #FFFFFF
}

.darken .tabs-circle {
    --3zk71c: #24262B;
    --1qdd70j: #f5f6f7;
    --1h443ei: #2D3035
}

.tabs-circle.game-tabs .bg {
    display: none
}

.tabs-circle.game-tabs .tabs-navs .tabs-nav {
    width: auto;
    padding: 0 1.25rem;
    border-radius: var(--border-radius)
}

.tabs-circle.game-tabs .tabs-navs .tabs-nav.is-active {
    background-color: var(--1h443ei)
}

.tabs-circle .tabs-navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    position: relative;
    border-radius: var(--border-radius);
    background-color: var(--3zk71c)
}

.tabs-circle .tabs-navs .bg {
    border-radius: var(--border-radius);
    background-image: var(--1h443ei);
    opacity: .4;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: right .2s ease-out, left .3s ease-out;
    transition: right .2s ease-out, left .3s ease-out;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.tabs-circle .tabs-navs .bg.is-reverse {
    -webkit-transition: left .2s ease-out, right .3s ease-out;
    transition: left .2s ease-out, right .3s ease-out
}

.tabs-circle .tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    z-index: 1
}

.tabs-circle .tabs-nav:hover:not(.tabs-nav-disabled) {
    color: var(--1qdd70j)
}

.tabs-circle .tabs-nav.tabs-nav-disabled:hover {
    cursor: not-allowed
}

.tabs-circle .tabs-nav.tabs-nav-disabled {
    opacity: .5
}

.tabs-circle .tabs-nav.is-active {
    background-color: var(--1h443ei);
    color: var(--1qdd70j);
    font-weight: 700
}

.tabs-circle .tabs-view {
    position: relative
}

.tabs-line .tabs-navs {
    height: 2.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs-line .tabs-nav {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 1.875rem;
    cursor: pointer
}

.tabs-line .tabs-nav.is-active {
    color: #f5f6f7;
    background-image: linear-gradient(to top, rgba(59, 193, 23, .15), rgba(59, 193, 23, 0) 60%)
}

.tabs-line .tabs-nav.is-active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .125rem;
    background-color: var(--primary-color)
}

.ui-checkbox {
    --2vljes: #e9eaf2;
    --8o6eqz: #f6f7fa;
    width: 1rem;
    height: 1rem;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: .5rem;
    box-sizing: border-box;
    border: 1px solid var(--2vljes);
    background-color: var(--8o6eqz);
    font-size: .875rem;
    padding: .0625rem .0625rem .0625rem .125rem;
    color: transparent;
    position: relative;
    cursor: pointer
}

.darken .ui-checkbox {
    --2vljes: #2d3035;
    --8o6eqz: rgba(45, 48, 53, .5)
}

.ui-checkbox .dot {
    position: absolute;
    left: .05rem;
    top: .05rem;
    fill: var(--primary-color);
    width: .8rem;
    height: .8rem
}

.ui-switch {
    --6bs109: rgba(95, 105, 117, .4);
    --6yt37h: #fff;
    width: 1.75rem;
    height: 1rem;
    border-radius: .5rem;
    background-color: var(--6bs109);
    position: relative;
    cursor: pointer
}

.darken .ui-switch {
    --6bs109: #3A4047;
    --6yt37h: rgba(153, 164, 176, .6)
}

.ui-switch .dot {
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    background-color: var(--6yt37h);
    box-shadow: 0 2px 4px #1c1c1c33
}

.darken .ui-switch .dot {
    box-shadow: none
}

.ui-switch.open {
    background-color: #009f6233
}

.ui-switch.open .dot {
    left: .75rem;
    background-color: var(--primary-color)
}

.ui-input {
    --jw4p3i: #FFFFFF;
    --whdmoy: #31373d;
    --2vljes: #e9eaf2;
    --vv18os: #f5f6fa;
    margin-top: 1rem
}

.darken .ui-input {
    --jw4p3i: #222328;
    --whdmoy: #f5f6f7;
    --2vljes: #2d3035;
    --vv18os: rgba(45, 48, 53, .5)
}

.ui-input.small .input-control {
    height: 2.75rem;
    border-radius: var(--border-radius);
    padding: 0 .625rem
}

.ui-input.small .input-after {
    margin: 0 1.125rem .375rem
}

.ui-input.is-disabled .input-control {
    opacity: .5
}

.ui-input.is-disabled .input-control:after {
    content: "";
    position: absolute;
    z-index: 10;
    inset: 0
}

.ui-input.is-bold .input-control input {
    font-weight: 700
}

.ui-input.is-error .input-control {
    border: .125rem solid #ff5656
}

.ui-input .input-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
    height: 1.25rem;
    margin: 0 0 .375rem
}

.ui-input .input-control {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius);
    border: 1px solid var(--2vljes);
    background-color: var(--jw4p3i);
    height: 3.5rem;
    padding: 0 1.25rem;
    opacity: 1
}

.ui-input .input-control textarea, .ui-input .input-control input {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    min-width: 1rem;
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--whdmoy)
}

.ui-input .input-control textarea::-webkit-input-placeholder, .ui-input .input-control input::-webkit-input-placeholder {
    color: var(--placeholder-color)
}

.ui-input .input-control textarea::-moz-placeholder, .ui-input .input-control input::-moz-placeholder {
    color: var(--placeholder-color)
}

.ui-input .input-control textarea:-ms-input-placeholder, .ui-input .input-control input:-ms-input-placeholder {
    color: var(--placeholder-color)
}

.ui-input .input-control textarea::placeholder, .ui-input .input-control input::placeholder {
    color: var(--placeholder-color)
}

.ui-input .input-control textarea[readonly], .ui-input .input-control input[readonly] {
    opacity: .5
}

.ui-input .input-control textarea {
    padding: 1.125rem 0
}

.ui-input .input-control.is-focus {
    border-color: var(--primary-color)
}

.ui-input .input-validate {
    position: absolute;
    left: 0;
    bottom: -1.75rem;
    background-color: #ff5656;
    color: #fff;
    padding: 0 .5rem;
    border-radius: var(--border-radius);
    line-height: 1.375rem
}

.ui-input .input-validate:before {
    content: "";
    width: .375rem;
    height: .375rem;
    background-color: #ff5656;
    position: absolute;
    top: -.1875rem;
    left: .875rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ui-input .input-after {
    margin: 0 .75rem .375rem
}

.pjkqlcx {
    --1rtdyxb: #5f6975
}

.darken .pjkqlcx {
    --1rtdyxb: #fff
}

.pjkqlcx .input-control>svg {
    cursor: pointer
}

.pjkqlcx .input-control>svg:hover {
    fill: var(--1rtdyxb)
}

.ui-slider {
    --ayn9az: rgba(204, 207, 217, .5);
    --1njee0z: #cccfd9;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .875rem;
    box-sizing: content-box;
    padding: 0 .75rem;
    cursor: pointer;
    overflow: hidden
}

.darken .ui-slider {
    --ayn9az: rgba(216, 222, 227, .4);
    --1njee0z: #d8d8d8
}

.ui-slider .slider-after {
    z-index: 1;
    background-color: var(--ayn9az);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.ui-slider .slider-before {
    background-color: var(--ayn9az);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.ui-slider .slider-before, .ui-slider .slider-after {
    height: 2px;
    position: absolute;
    left: .75rem;
    right: .75rem;
    top: 50%;
    margin-top: -1px
}

.ui-slider .slider-handler-wrap {
    position: relative;
    z-index: 2;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ui-slider .slider-handler {
    display: block;
    width: 1.5rem;
    height: 100%;
    border-radius: var(--border-radius);
    -webkit-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    transform: translate(-50%) !important;
    background-color: var(--1njee0z);
    touch-action: pan-y
}

.ui-slider .slider-handler:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.ui-slider.slider-vertical {
    width: .875rem;
    height: 100%;
    padding: .75rem 0
}

.ui-slider.slider-vertical .slider-after {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.ui-slider.slider-vertical .slider-before {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.ui-slider.slider-vertical .slider-before, .ui-slider.slider-vertical .slider-after {
    width: 2px;
    height: unset;
    left: 50%;
    right: unset;
    top: .75rem;
    bottom: .75rem;
    margin-left: -1px
}

.ui-slider.slider-vertical .slider-handler-wrap {
    height: 100%
}

.ui-slider.slider-vertical .slider-handler {
    width: 100%;
    height: 1.5rem;
    touch-action: pan-x;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translateY(-50%) !important
}

.tpnb05b textarea::-webkit-input-placeholder {
    white-space: nowrap
}

.tpnb05b textarea::-moz-placeholder {
    white-space: nowrap
}

.tpnb05b textarea:-ms-input-placeholder {
    white-space: nowrap
}

.tpnb05b textarea::placeholder {
    white-space: nowrap
}

.ui-select {
    --18w92jy: #fff;
    --sr34dy: #f5f6fa;
    --1yhspeg: rgba(95, 105, 117, .8);
    position: relative;
    height: 2.5rem
}

.darken .ui-select {
    --18w92jy: #17181b;
    --sr34dy: rgba(45, 48, 53, .4);
    --1yhspeg: rgba(153, 164, 176, .6)
}

.ui-select.is-disabled {
    opacity: .5
}

.ui-select.is-open {
    z-index: 10
}

.ui-select.is-open .arrow>svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ui-select.is-open .arrow.top>svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.ui-select.is-open .select-options-wrap {
    pointer-events: auto
}

.ui-select .select-trigger {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    padding: 0 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: var(--border-radius);
    background-color: var(--18w92jy)
}

.ui-select .select-trigger .arrow {
    width: 2.5rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0
}

.ui-select .select-trigger .arrow>svg {
    font-size: .625rem;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
    -webkit-transition: transform .5s cubic-bezier(.36, .66, .04, 1);
    transition: transform .5s cubic-bezier(.36, .66, .04, 1)
}

.ui-select .select-options-wrap {
    position: absolute;
    padding: .3125rem 0;
    width: 100%;
    left: 0;
    z-index: 2
}

.ui-select .select-options {
    border-radius: var(--border-radius);
    padding: .125rem .375rem;
    background-color: var(--18w92jy);
    box-shadow: 0 0 8px #00000024;
    height: auto;
    max-height: 16.25rem
}

.ui-select .select-options:not(.len-1)>.active {
    border-color: #009f6266
}

.ui-select .select-options:not(.len-1)>.active:after {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    top: 50%;
    margin-top: -.25rem;
    right: .625rem;
    background-color: var(--primary-color);
    box-shadow: 0 0 0 .3125rem #009f6226
}

.ui-select .select-options:not(.len-1)>.active:hover {
    background-color: transparent
}

.ui-select .select-options.len-1 .select-option {
    margin: 0
}

.ui-select .select-options.len-1 .select-option:hover {
    background-color: transparent
}

.ui-select .select-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 .625rem;
    font-size: .875rem;
    height: 2rem;
    margin: .25rem 0;
    border: 1px solid transparent;
    border-radius: var(--border-radius);
    cursor: pointer;
    color: var(--1yhspeg);
    white-space: nowrap
}

.ui-select .select-option:hover {
    background-color: var(--sr34dy)
}

.ui-select .search-input.ui-input {
    margin: 0
}

.ui-select .search-input.ui-input .input-control {
    height: 2.5rem;
    border: none !important
}

.ui-select .search-input .icon {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-right: .375rem
}

.ui-table {
    --r49o3w: #5f6975;
    --144un3c: #f6f7fa;
    --7h9g04: #f5f6fa;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0
}

.darken .ui-table {
    --r49o3w: #99a4b0;
    --144un3c: #24262b;
    --7h9g04: #17181b
}

.ui-table th {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-table th, .ui-table td {
    overflow: hidden;
    text-align: center;
    padding: .875rem .5rem
}

.ui-table th:first-child, .ui-table td:first-child {
    text-align: left
}

.ui-table th:last-child, .ui-table td:last-child {
    text-align: right
}

.ui-table td {
    border: 1px solid transparent
}

.ui-table td:first-child {
    border-radius: var(--border-radius) 0 0 var(--border-radius)
}

.ui-table td:last-child {
    border-radius: 0 var(--border-radius) var(--border-radius) 0
}

.ui-table.is-hover tbody tr:hover td {
    background: var(--144un3c)
}

.ui-table.is-stripe tr:hover td {
    background: transparent
}

.ui-table.is-stripe tbody tr:nth-child(2n-1) td {
    background: var(--7h9g04)
}

.ui-table .profitline .coin {
    width: 100%
}

.ui-table .profitline .coin .amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-table .profitline .coin .amount .amount-str {
    display: inline
}

.ui-table .profitline .coin .coin-icon {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media screen and (max-width:621px) {
    .ui-table th {
        padding: .875rem .3125rem;
        font-size: .875rem
    }
    .ui-table td {
        padding: .875rem .3125rem;
        font-size: .75rem
    }
    .ui-table td:first-child {
        border-radius: 0
    }
    .ui-table td:last-child {
        border-radius: 0
    }
    .ui-table tbody tr:hover td {
        background-color: transparent
    }
    .ui-table.no-hover tr td {
        padding: .875rem .75rem
    }
}

.ui-pagination {
    --1b47ilg: #0a0a0b;
    --1hr07om: rgba(95, 105, 117, .6);
    --1c01r1d: #e9eaf2;
    --13v3v8t: rgba(233, 234, 242, .6);
    --whdmoy: #31373d;
    --35p5sb: #fff;
    --q1yodv: rgba(255, 255, 255, .65);
    --2ic1f5: #fff;
    --kwiq60: rgba(95, 105, 117, .3);
    --lvr5wt: rgba(95, 105, 117, .15);
    --jaz9ed: rgba(30, 32, 36, .8);
    --dqsc5i: #fff;
    --bdexwi: rgba(255, 255, 255, .65);
    --1qxnpy0: rgba(218, 221, 230, .3);
    --1602gyj: rgba(218, 221, 230, .25);
    --ze64sv: rgba(218, 221, 230, .5);
    --46f249: rgba(95, 105, 117, .15);
    --1cxr61u: rgba(30, 32, 36, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.darken .ui-pagination {
    --1b47ilg: #f5f6f7;
    --1hr07om: rgba(153, 164, 176, .6);
    --1c01r1d: rgba(24, 25, 29, .6);
    --13v3v8t: rgba(24, 25, 29, .6);
    --whdmoy: #f5f6f7;
    --35p5sb: #1e2024;
    --q1yodv: #1e2024;
    --2ic1f5: #2d3035;
    --kwiq60: rgba(153, 164, 176, .6);
    --lvr5wt: rgba(153, 164, 176, .2);
    --jaz9ed: #ffffff;
    --dqsc5i: rgba(45, 48, 53, .6);
    --bdexwi: rgba(45, 48, 53, .4);
    --1qxnpy0: rgba(60, 64, 74, .6);
    --1602gyj: rgba(60, 64, 74, .4);
    --ze64sv: #3c404a;
    --46f249: rgba(95, 105, 117, .15);
    --1cxr61u: #fff
}

.ui-pagination .ui-select {
    width: 6em;
    height: 2rem
}

.ui-pagination .ui-select-trigger {
    font-weight: 800;
    color: var(--1b47ilg);
    background-color: var(--1c01r1d)
}

.ui-pagination .total {
    height: 2rem;
    line-height: 2rem;
    margin: 0 .5rem 0 24px;
    font-size: .75rem;
    color: var(--1hr07om);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-pagination .pages-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 2rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.ui-pagination .pages-box .icon {
    width: 1rem;
    height: 1rem
}

.ui-pagination .page-pn {
    margin-left: .75rem
}

.ui-pagination .page-pn .disabled {
    cursor: not-allowed
}

.ui-pagination .page-pn button {
    width: 2.125rem;
    height: 2rem;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ui-pagination .page-pn .previous-btn {
    margin: 0 1px 0 0
}

.ui-pagination .page-pn .previous-btn .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-pagination .pages-wrap {
    background-color: var(--13v3v8t);
    padding: 0 1.125rem
}

.ui-pagination .pages-wrap button {
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: var(--border-radius);
    margin: 0
}

.ui-pagination .pages-wrap button:hover {
    color: var(--whdmoy)
}

.ui-pagination .pages-wrap .active {
    color: var(--whdmoy);
    font-weight: 600
}

.ui-pagination .pageConic button {
    background-color: var(--35p5sb)
}

.ui-pagination .pageConic button svg {
    fill: var(--kwiq60)
}

.ui-pagination .pageConic button.disabled {
    background-color: var(--q1yodv)
}

.ui-pagination .pageConic button.disabled svg {
    fill: var(--lvr5wt)
}

.ui-pagination .pageConic button:not(.disabled):hover {
    background-color: var(--2ic1f5)
}

.ui-pagination .pageConic button:not(.disabled):hover svg {
    fill: var(--jaz9ed)
}

.ui-pagination .pageConic2 button {
    background-color: var(--dqsc5i)
}

.ui-pagination .pageConic2 button svg {
    fill: var(--kwiq60)
}

.ui-pagination .pageConic2 button.disabled {
    background-color: var(--bdexwi)
}

.ui-pagination .pageConic2 button.disabled svg {
    fill: var(--lvr5wt)
}

.ui-pagination .pageConic2 button:not(.disabled):hover {
    background-color: var(--2ic1f5)
}

.ui-pagination .pageConic2 button:not(.disabled):hover svg {
    fill: var(--jaz9ed)
}

.ui-pagination .pageConic3 button {
    background-color: var(--1qxnpy0)
}

.ui-pagination .pageConic3 button svg {
    fill: var(--kwiq60)
}

.ui-pagination .pageConic3 button.disabled {
    background-color: var(--1602gyj)
}

.ui-pagination .pageConic3 button.disabled svg {
    fill: var(--46f249)
}

.ui-pagination .pageConic3 button:not(.disabled):hover {
    background-color: var(--ze64sv)
}

.ui-pagination .pageConic3 button:not(.disabled):hover svg {
    fill: var(--1cxr61u)
}

@media screen and (max-width:621px) {
    .ui-pagination .total {
        margin: 0 .5rem 0 auto
    }
    .ui-pagination .ui-select {
        display: none
    }
}

.tt7l7b4 {
    --11vi67x: #31343c;
    --153cma6: #fff;
    --1gmmosb: rgba(0, 0, 0, .06);
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: .375rem;
    white-space: nowrap;
    color: var(--11vi67x);
    background-color: var(--153cma6);
    border-radius: var(--border-radius);
    padding: .35em .7em;
    max-width: 400px;
    box-shadow: -2px 4px 8px var(--1gmmosb)
}

.darken .tt7l7b4 {
    --11vi67x: rgba(153, 164, 176, .8);
    --153cma6: #25272b;
    --1gmmosb: rgba(0, 0, 0, .12)
}

.tt7l7b4.force-wrap {
    white-space: unset;
    word-break: break-word
}

.c1ve37vw {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y
}

.c1ve37vw .drag-enable {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.c1ve37vw .drag-enable:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.c1ve37vw .carousel-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    will-change: transform;
    touch-action: pan-y
}

.c1ve37vw .carousel-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

.w1tpi5js {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    overflow: hidden
}

.w1tpi5js input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

.c1xwx83c {
    --whdmoy: #31373d;
    --vv18os: #f5f6fa;
    --2vljes: #e9eaf2;
    padding: 1.25rem;
    border-radius: var(--border-radius);
    color: var(--whdmoy);
    background-color: var(--vv18os);
    border: 1px solid var(--2vljes)
}

.darken .c1xwx83c {
    --whdmoy: #f5f6f7;
    --vv18os: rgba(45, 48, 53, .5);
    --2vljes: #2d3035
}

.c1xwx83c pre {
    margin: 0;
    padding: 0;
    overflow-x: auto
}

.t1aku4jw {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    width: 100%
}

.t1aku4jw thead {
    width: 100%
}

.t1aku4jw thead th {
    font-weight: 500;
    height: 3.875rem
}

.t1aku4jw tbody tr {
    height: 3.5rem;
    border-radius: var(--border-radius)
}

.t1aku4jw tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.t1aku4jw tbody tr>td:first-child {
    padding-left: .625rem;
    border-radius: var(--border-radius) 0 0 var(--border-radius)
}

.t1aku4jw tbody tr>td:last-child {
    padding-right: .625rem;
    border-radius: 0 var(--border-radius) var(--border-radius) 0
}

.t1aku4jw tbody>tr:nth-child(2n-1)>td {
    background-color: var(--background-color)
}

.fzzoavm {
    position: relative
}

.fzzoavm .flat-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.c1mxe6k6 {
    position: relative;
    overflow: hidden
}

.c1mxe6k6.horizontal, .c1mxe6k6 .motion-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.n35pyk1 {
    --18uxqd5: #fff;
    --njpvpw: #31373d;
    --tt26x0: rgba(95, 105, 117, .8);
    background-color: var(--18uxqd5);
    padding: 0 .9375rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: var(--border-radius);
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.darken .n35pyk1 {
    --18uxqd5: #2D3035;
    --njpvpw: #fff;
    --tt26x0: rgba(153, 164, 176, .8)
}

.n35pyk1 .path {
    color: var(--tt26x0)
}

.n35pyk1 .active {
    color: var(--njpvpw)
}

.n35pyk1 .hover {
    cursor: pointer
}

.n35pyk1 svg {
    width: .75rem;
    height: .75rem;
    display: inline-block;
    vertical-align: top;
    margin: .8125rem .375rem 0
}

.cq8kbks {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.cq8kbks .coin-icon {
    width: 1.4em;
    height: 1.4em;
    margin-left: .2em
}

.cq8kbks .amount-str {
    max-width: 10em;
    text-align: right
}

.cq8kbks .suffix {
    opacity: .5
}

.cq8kbks.has-sign {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.u1xn5uyu {
    font-size: .75rem;
    font-weight: 700;
    color: #17181b;
    width: 2.25rem;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #b1b6c9;
    border-radius: var(--border-radius)
}

.u1xn5uyu span {
    line-height: 1rem
}

.u12rvwmw {
    --r49o3w: #5f6975;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.darken .u12rvwmw {
    --r49o3w: #99a4b0
}

.u12rvwmw.user-info {
    color: var(--title-color);
    font-weight: 700
}

.u12rvwmw.user-info .hidden-name {
    color: var(--r49o3w);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.u12rvwmw.user-info .hidden-name .icon {
    width: 1em;
    height: 1em;
    margin-right: .125rem;
    fill: var(--r49o3w)
}

.u12rvwmw .avatar {
    width: 1.62em;
    height: 1.62em;
    border-radius: 50%;
    margin-right: .5em
}

.u12rvwmw .name {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.t8wsmvw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t8wsmvw svg {
    width: 1.5rem;
    height: 1.5rem
}

.t8wsmvw .xicon-mark {
    font-size: .75rem;
    display: inline-block;
    min-width: 2.1875rem;
    max-width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 1.0625rem;
    line-height: 1.125rem;
    padding: 0 .375rem;
    white-space: nowrap;
    border-radius: var(--border-radius);
    margin: 0 .125rem;
    color: #fff
}

.t8wsmvw .xicon-mark-admin {
    background-color: #f4581f
}

.t8wsmvw .xicon-mark-mod {
    background-color: #bf6ba2
}

.t8wsmvw .xicon-mark-bot {
    background-color: #4583ca
}

.gmdcq1k {
    --10qz0sm: #f5f6fa;
    width: 100%;
    text-align: center
}

.darken .gmdcq1k {
    --10qz0sm: rgba(30, 32, 36, .6)
}

.gmdcq1k .google-input {
    position: relative;
    display: inline-block;
    width: auto
}

.gmdcq1k .google-input>input {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: -9999px;
    width: 99999px;
    height: 100%;
    border: none;
    background-color: transparent;
    color: transparent;
    caret-color: transparent
}

.gmdcq1k .google-input>ul {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}

.gmdcq1k .google-input>ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-right: .375rem;
    border-radius: var(--border-radius);
    font-size: 1rem;
    background-color: var(--10qz0sm);
    border: 1px solid transparent;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gmdcq1k .google-input>ul.focus-list .active {
    border: 1px solid var(--primary-color)
}

@media screen and (max-width:621px) {
    .gmdcq1k .google-input>input {
        left: 0;
        width: 100%
    }
}

body {
    --wcm-z-index: 10008;
    --w3m-z-index: 10008
}

.sh1kgj9.ui-dialog {
    padding: 0%;
    width: 800px;
    height: 634px;
    overflow: hidden
}

.sh1kgj9.ui-dialog .dialog-head {
    display: none
}

.sh1kgj9.ui-dialog .close-icon {
    width: 3rem;
    height: 3rem
}

@media screen and (max-width:621px) {
    .sh1kgj9.ui-dialog>div:last-child {
        padding: 0
    }
}

.poy960u {
    width: 400px;
    height: 400px
}

.poy960u .ui-input {
    margin-top: 4.375rem
}

.poy960u .tip {
    margin-top: .3125rem
}

.poy960u .ui-button {
    margin: 3.125rem auto 0;
    width: 15.5rem
}

.f1csl0p5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f1csl0p5 button svg {
    width: 1.25rem;
    height: 1.125rem
}

.poo6c5d {
    --m8raho: #;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    line-height: 1;
    background: var(--background-color);
    border-radius: var(--border-radius);
    padding: 12px 0 8px
}

.darken .poo6c5d {
    --m8raho: #25272C
}

.poo6c5d svg {
    width: 1.875rem;
    height: 1.875rem
}

.poo6c5d .promo-b {
    width: 1.875rem;
    height: 1.875rem
}

.poo6c5d .promo-btn {
    width: auto;
    margin-bottom: .5rem;
    height: auto;
    position: relative
}

.poo6c5d .promo-btn .name {
    position: absolute;
    font-size: .875rem;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    right: .625rem;
    width: 8.75rem;
    top: .5rem;
    height: 3.25rem
}

.poo6c5d img {
    width: auto;
    height: 68px
}

@media screen and (max-width:621px) {
    .poo6c5d {
        border-top: 1px solid rgba(49, 56, 61, .5);
        padding: .75rem 0;
        margin-top: 1rem
    }
    .poo6c5d img {
        height: 2.75rem
    }
    .poo6c5d .promo-btn .name {
        width: 5.5rem;
        height: 2.25rem;
        line-height: 1rem;
        top: .3rem;
        font-size: .75rem;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.r5k7vbo {
    --g1qhdc: #f5f6fa;
    --15k9ezi: #17181B;
    --1v7egm: rgba(95, 105, 117, .3);
    --hzw27v: rgba(95, 105, 117, .4)
}

.darken .r5k7vbo {
    --g1qhdc: #17181B;
    --15k9ezi: #ffffff;
    --1v7egm: rgba(67, 74, 85, .3);
    --hzw27v: rgba(152, 167, 181, .3)
}

.r5k7vbo.ui-dialog {
    width: 464px;
    height: 400px
}

.r5k7vbo .refer-friend-dialog {
    padding: .625rem .5rem
}

.r5k7vbo .refer-friend-dialog .refer-top {
    width: 100%;
    height: 9.375rem;
    background-color: var(--g1qhdc);
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-bg {
    position: absolute;
    width: 12.5rem;
    height: 10.5rem;
    z-index: 0;
    background: rgba(67, 179, 9, .75);
    -webkit-filter: blur(106.013px);
    filter: blur(106.013px);
    border-radius: 50%;
    top: -9.375rem;
    left: -6.25rem
}

.r5k7vbo .refer-friend-dialog .refer-top img {
    width: 30%;
    height: auto;
    margin: -2% 3% 0
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 4%;
    white-space: nowrap
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right .t {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--15k9ezi);
    margin: 0;
    line-height: 1.375rem
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right .t .s-g {
    font-size: 1.75rem;
    line-height: 1.875rem;
    font-weight: 900;
    color: var(--primary-color)
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right .t .s-y {
    font-size: 1.75rem;
    line-height: 1.875rem;
    font-weight: 900;
    color: var(--yellow-color)
}

.r5k7vbo .refer-friend-dialog .refer-top .refer-right .g {
    margin: .75rem 0 0;
    color: var(--primary-color)
}

.r5k7vbo .refer-friend-dialog .learn-btn {
    display: block;
    height: 1.25rem;
    margin: 0 auto;
    margin-top: 1rem;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: var(--hzw27v)
}

.r5k7vbo .refer-friend-dialog .refer-bottom {
    padding: 0 .875rem;
    margin-top: 1.5rem
}

.r5k7vbo .refer-friend-dialog .refer-bottom .sub-t {
    padding-left: 1rem;
    margin: 0
}

.r5k7vbo .refer-friend-dialog .refer-bottom .ui-input {
    margin-top: .625rem;
    position: relative
}

.r5k7vbo .refer-friend-dialog .refer-bottom .ui-input input {
    width: 60%;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    color: var(--15k9ezi);
    opacity: 1
}

.r5k7vbo .refer-friend-dialog .refer-bottom .ui-input .input-after {
    position: absolute;
    width: 6.5rem;
    height: 2.375rem;
    right: 0;
    top: .625rem
}

.r5k7vbo .refer-friend-dialog .refer-bottom .ui-input .input-after .ui-button {
    height: 100%;
    background-color: var(--1v7egm);
    color: var(--15k9ezi)
}

.r15pu1rh {
    --1b41co8: #F5F6FA;
    --zofaf: #FFFFFF;
    --pjqr3s: #FFFFFF;
    --h76j8m: #FFFFFF;
    --gizz1k: #F5F6FA;
    --ugiszw: url(/assets/rule_left_w.b5c4afc5.png);
    --uaxryh: url(/assets/rule_center_w.d1bfe4fa.png);
    --jnjkgp: url(/assets/rule_right_w.30238c5e.png)
}

.darken .r15pu1rh {
    --1b41co8: #17181B;
    --zofaf: #24262B;
    --pjqr3s: #25272C;
    --h76j8m: #17181B;
    --gizz1k: #25272C;
    --ugiszw: url(/assets/rule_left.e116031f.png);
    --uaxryh: url(/assets/rule_center.53550841.png);
    --jnjkgp: url(/assets/rule_right.d367e5c2.png)
}

.r15pu1rh.ui-dialog {
    width: 42.5rem;
    height: 50rem
}

.r15pu1rh p {
    margin: 0
}

.r15pu1rh .rule-dalog-wrap {
    padding: 0 !important
}

.r15pu1rh .rule-title {
    height: 4rem;
    background-color: var(--1b41co8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem
}

.r15pu1rh .getreward-wrap {
    width: 100%;
    background-color: var(--1b41co8);
    padding: 1rem 1.5rem 2.25rem
}

.r15pu1rh .getreward-wrap .t {
    text-align: center;
    color: var(--title-color)
}

.r15pu1rh .getreward-wrap .imgs-wrap {
    height: 9.5rem;
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.r15pu1rh .getreward-wrap .imgs-wrap>div {
    width: 33%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.r15pu1rh .getreward-wrap .imgs-wrap .rule-left {
    background: var(--ugiszw) no-repeat right center;
    background-size: auto 100%;
    padding-left: 1.125rem
}

.r15pu1rh .getreward-wrap .imgs-wrap .rule-center {
    background: var(--uaxryh) no-repeat center;
    background-size: 100% 100%;
    padding-left: 2.25rem
}

.r15pu1rh .getreward-wrap .imgs-wrap .rule-right {
    background: var(--jnjkgp) no-repeat left center;
    background-size: auto 100%;
    padding-left: 2.25rem
}

.r15pu1rh .getreward-wrap .imgs-wrap .ri-t {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.25rem
}

.r15pu1rh .getreward-wrap .imgs-wrap .ri-st {
    font-size: 1rem;
    color: var(--title-color);
    margin: .25rem 0 .5rem;
    white-space: nowrap
}

.r15pu1rh .getreward-wrap .imgs-wrap .ri-st span {
    color: var(--primary-color)
}

.r15pu1rh .getreward-wrap .imgs-wrap .ri-d {
    line-height: .875rem;
    max-width: 9.375rem;
    height: 2.625rem
}

.r15pu1rh .unlock-rules-wrap {
    margin-top: 1.75rem
}

.r15pu1rh .unlock-rules-wrap .ur-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.r15pu1rh .unlock-rules-wrap .ur-title .l {
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, #98a7b5 0%, rgba(152, 167, 181, 0) 100%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: scaleX(-1)
}

.r15pu1rh .unlock-rules-wrap .ur-title p {
    color: var(--title-color);
    margin: 0 1rem
}

.r15pu1rh .unlock-rules-wrap .ur-title .r {
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, #98a7b5 0%, rgba(152, 167, 181, 0) 100%)
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap {
    margin-top: 1.25rem;
    padding: 0 1.5rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table {
    width: 100%;
    margin-bottom: 3rem;
    min-height: 22.5rem;
    background-color: var(--1b41co8);
    border-radius: var(--border-radius);
    padding-top: .5rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.125rem;
    padding: 0 .875rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead p {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead .ri-tr-l {
    padding-left: .875rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead .ri-tr-m {
    text-align: center
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-thead .ri-tr-r {
    padding-right: .875rem;
    text-align: right
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .loading {
    height: 18.75rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody {
    width: 100%;
    padding: 0 .875rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.125rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr.have-bg {
    background-color: var(--zofaf);
    border-radius: var(--border-radius)
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr>div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-l {
    padding-left: .875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-l img {
    width: auto;
    height: 1.125rem;
    margin-right: .5rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-l p {
    font-size: 1rem;
    color: var(--title-color);
    font-weight: 600
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-m {
    text-align: center;
    font-size: 1rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-r {
    padding-right: .875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-r .coin-icon {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background-color: var(--yellow-color);
    color: var(--zofaf);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    margin-right: .375rem
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-r .coin-icon span {
    margin-top: 1px
}

.r15pu1rh .unlock-rules-wrap .rule-table-wrap .ri-table .ri-tbody .ri-tr .ri-tr-r>span {
    color: var(--yellow-color);
    font-weight: 700;
    font-size: 1rem
}

@media screen and (max-width:621px) {
    .r15pu1rh .getreward-wrap {
        padding: 1.25rem .75rem 2rem;
        background-color: var(--h76j8m)
    }
    .r15pu1rh .getreward-wrap .imgs-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
    .r15pu1rh .getreward-wrap .imgs-wrap>div {
        width: 100%;
        height: 8.75rem;
        border-radius: var(--border-radius)
    }
    .r15pu1rh .getreward-wrap .imgs-wrap .ri-d {
        max-width: none
    }
    .r15pu1rh .getreward-wrap .imgs-wrap .rule-left {
        background: url(/assets/rule_left_m.6f250697.png) no-repeat right top;
        background-size: auto 80%;
        background-color: var(--gizz1k);
        padding: 0 1.5rem
    }
    .r15pu1rh .getreward-wrap .imgs-wrap .rule-center {
        background: url(/assets/rule_center_m.91714d8e.png) no-repeat right top;
        background-size: auto 80%;
        background-color: var(--gizz1k);
        margin-top: .75rem;
        padding: 0 1.5rem
    }
    .r15pu1rh .getreward-wrap .imgs-wrap .rule-right {
        background: url(/assets/rule_right_m.c1dfc9aa.png) no-repeat right top;
        background-size: auto 80%;
        background-color: var(--gizz1k);
        margin-top: .75rem;
        padding: 0 1.5rem
    }
    .r15pu1rh .unlock-rules-wrap .rule-table-wrap {
        margin-top: 1rem;
        padding: 0 .75rem
    }
}

.c1nhk0wh {
    --1b41co8: #F5F6FA;
    --159iuuc: #000000;
    --6brjqt: #F5F6FA;
    --13nrdd7: #D9D9D9;
    --qcjl9c: rgba(57, 58, 62, .4);
    --zofaf: #FFFFFF;
    --qcpxim: rgba(0, 0, 0, .1);
    --gaybrz: #D9D9D9
}

.darken .c1nhk0wh {
    --1b41co8: #17181B;
    --159iuuc: #98A7B5;
    --6brjqt: #24262B;
    --13nrdd7: rgba(101, 107, 116, .8);
    --qcjl9c: #393A3E;
    --zofaf: #24262B;
    --qcpxim: rgba(0, 0, 0, .6);
    --gaybrz: #656B74
}

.c1nhk0wh.ui-dialog {
    width: 42.5rem;
    height: 50rem
}

.c1nhk0wh p {
    margin: 0
}

.c1nhk0wh .rule-dialog-wrap {
    padding: 0 !important
}

.c1nhk0wh .rule-title {
    height: 4rem;
    background-color: var(--1b41co8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem
}

.c1nhk0wh .cru-st {
    margin-top: 1.625rem;
    padding: 0 1.5rem 0 2.5rem;
    position: relative
}

.c1nhk0wh .cru-st:before {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--159iuuc);
    left: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c1nhk0wh .max-wrap {
    width: 100%;
    padding: 0 1.5rem
}

.c1nhk0wh .wager-item {
    margin-top: 1.25rem;
    width: 100%;
    height: 7.5rem
}

.c1nhk0wh .wager-item .item-inner {
    margin-left: 1.25rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c1nhk0wh .wager-item .item-inner .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c1nhk0wh .wager-item .item-inner .top .m-t {
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: var(--title-color)
}

.c1nhk0wh .wager-item .item-inner .top .tooltip-text-wrap {
    position: relative;
    width: 1rem;
    height: 1rem
}

.c1nhk0wh .wager-item .item-inner .top .tooltip-text-wrap .t-d {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--13nrdd7);
    color: var(--zofaf);
    font-weight: 700;
    margin-left: .25rem;
    cursor: pointer
}

.c1nhk0wh .wager-item .item-inner .top .tooltip-text-wrap .tool-tip-wrap {
    position: absolute;
    z-index: 2;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translate(-20%);
    top: 1.25rem;
    padding: .5rem .75rem;
    border-radius: var(--border-radius);
    background-color: var(--1b41co8);
    box-shadow: 0 4px 10px var(--qcpxim)
}

.c1nhk0wh .wager-item .item-inner .top .tooltip-text-wrap .tool-tip-wrap p {
    white-space: nowrap;
    line-height: 1.375rem
}

.c1nhk0wh .wager-item .item-inner .top .of {
    margin-left: .75rem;
    line-height: 2rem
}

.c1nhk0wh .wager-item .item-inner .bot {
    margin-top: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c1nhk0wh .wager-item .item-inner .bot .l {
    opacity: .6
}

.c1nhk0wh .wager-item .item-inner .bot .r {
    margin-left: .5rem;
    max-width: 25rem
}

.c1nhk0wh .wager-more {
    margin-top: 1.25rem;
    background-color: var(--6brjqt);
    border-radius: var(--border-radius);
    width: 100%;
    height: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem
}

.c1nhk0wh .wager-more .info-flag {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--gaybrz);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--zofaf);
    font-weight: 700;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.c1nhk0wh .wager-more .info-text {
    margin-left: .625rem
}

.c1nhk0wh .wager-more .info-text a {
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer
}

.c1nhk0wh .wager-more .info-text a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.c1nhk0wh .wager-more .info-text .icon-blank {
    width: .75rem;
    height: .75rem;
    margin-bottom: -.0625rem;
    fill: var(--primary-color)
}

.c1nhk0wh .item-1 {
    background: url(/assets/wager_1.6ec39cf4.png) no-repeat 96% 0%;
    background-size: auto 100%;
    background-color: var(--6brjqt)
}

.c1nhk0wh .item-2 {
    background: url(/assets/wager_2.8af53176.png) no-repeat 100% 0%;
    background-size: auto 100%;
    background-color: var(--6brjqt)
}

.c1nhk0wh .item-3 {
    background: url(/assets/wager_3.ee25b52f.png) no-repeat 100% 0%;
    background-size: auto 100%;
    background-color: var(--6brjqt)
}

.c1nhk0wh ul {
    padding-top: .75rem
}

.c1nhk0wh ul li {
    margin-top: 1.5rem
}

.c1nhk0wh .contact-wrap {
    margin-top: 2.25rem;
    margin-bottom: 2.5rem;
    width: 100%;
    height: 3.5rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--qcjl9c);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.c1nhk0wh .contact-wrap a {
    margin-left: .25rem;
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer
}

.c1nhk0wh .contact-wrap .icon-blank {
    width: .875rem;
    height: .875rem;
    margin-left: .1875rem;
    margin-bottom: -.0625rem;
    fill: var(--primary-color)
}

@media screen and (max-width:621px) {
    .c1nhk0wh .item-3 {
        height: 8.75rem
    }
    .c1nhk0wh .contact-wrap {
        height: 4.5rem;
        padding: 0 1rem
    }
    .c1nhk0wh .wager-more {
        height: auto;
        padding: .625rem 1.25rem
    }
}

.v8ggjoq {
    --3ugrgt: linear-gradient(145deg, #cff47e, #ffffff 50%);
    --1g0k66m: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.15
}

.darken .v8ggjoq {
    --3ugrgt: linear-gradient(145deg, #395231, #1c1e22 50%);
    --1g0k66m: .7
}

.v8ggjoq.has-bg {
    background-image: var(--3ugrgt);
    padding: .6875rem .875rem;
    border-radius: var(--border-radius)
}

.v8ggjoq .tit {
    color: var(--primary-color);
    font-weight: 600
}

.v8ggjoq .sub-tit {
    color: var(--yellow-color);
    font-size: 1.25rem;
    font-weight: 800
}

.v8ggjoq .sub-txt {
    font-size: .75rem;
    height: 1rem;
    line-height: 1rem;
    font-weight: 600;
    color: var(--title-color)
}

.v8ggjoq .sub-txt span {
    font-weight: 400;
    color: var(--text-color)
}

.v8ggjoq .tit-wrap {
    margin-left: .5rem
}

.t1ov23wk {
    --13aec09: url(/assets/tost_w.710c023d.png);
    background-image: var(--13aec09);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 2.5rem;
    height: 2.5rem;
    position: relative
}

.darken .t1ov23wk {
    --13aec09: url(/assets/tost.5e6f3789.png)
}

@-webkit-keyframes lottery_star-t1ov23wk {
    0% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    25% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes lottery_star-t1ov23wk {
    0% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    25% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes lottery_star_big-t1ov23wk {
    25% {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8)
    }
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes lottery_star_big-t1ov23wk {
    25% {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8)
    }
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.t1ov23wk .star-item {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAAAXNSR0IArs4c6QAAAaxJREFUOE+tkz1ok1EYhZ+TiDUUQjsIUn/Q5kNLpfhD0K+zOCnoJnQQRCctgpu4CCp0Ebc6CSo6VRxEF8HBST8rLaJUOiRRKWJQKFrwh8TmSCyRtib50ugd7nLPebiH877iPx3FcSYdrN2t3Kc4XSwo8paxFInhHcp/bAZrCnrpge5vfC2CLoXKX2wbFLn3pPGo4AMk+0Ll5hrBGv7ohbeu/075FdC9YNb9kPwhSa4HqwuyrWdkHhrvX2wSuhCqcL4l0JT7V8/x4yr4eIMYN0Xy9PKYS3406W09JUp3DWFM3e8SJM4k6XqQ1UT5d/DqNeFMUMbDwDHjdNzMLHqfBY110nlO485srOArxgeBNa1CBJ+Ba6ZjdFDTb/9EixykRWXIeMTQ1RyoR2lSR7Zraram+6u1yMEGU7kB3tegnct7yZ6V7swvbbSOulp/ROY2eGiZ+FaoN0dbqr8mmvFg6j3FJ4adC61oZhUMZFX4siJQVfzUfZuhNA3uEMnDoXL3VrwiNUPk3uuGAyGbeqTHP9sGPXewa57KiVCFU21vf8047v51e/S6+M+gVob0F38HjCSNnhVkAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: .5rem;
    height: .5rem
}

.t1ov23wk .star-item.item-1 {
    top: .625rem;
    left: .1875rem
}

.t1ov23wk .star-item.item-2 {
    top: 0rem;
    left: 1.5625rem
}

.t1ov23wk .star-item.item-3 {
    top: 1.875rem;
    left: 1.75rem
}

.v1yqp4o5 {
    --6596nj: #F6F7FA;
    --1194flk: #D1F0A9;
    --ejvx58: url(/assets/chatroom_bg_white.1a8c91a5.png);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .625rem;
    padding-bottom: 0;
    border-radius: var(--border-radius);
    font-size: .875rem;
    position: relative;
    background-color: var(--6596nj)
}

.darken .v1yqp4o5 {
    --6596nj: #24262B;
    --1194flk: #31452F;
    --ejvx58: url(/assets/chatroom_bg.df700a25.png)
}

.v1yqp4o5 .cont-bg {
    background: var(--ejvx58) repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: .625rem
}

.m1ylk945 {
    --3ugrgt: linear-gradient(145deg, #cff47e, #ffffff 50%);
    --4jjsps: #31373d
}

.darken .m1ylk945 {
    --3ugrgt: linear-gradient(145deg, #395231, #1c1e22 50%);
    --4jjsps: #cad1d9
}

.m1ylk945 .cont {
    background-image: var(--3ugrgt);
    padding: .6875rem .875rem;
    border-radius: var(--border-radius)
}

.m1ylk945 .cont .desc {
    margin-bottom: .1875rem
}

.m1ylk945 .desc {
    line-height: 1.125rem;
    margin: .625rem 0;
    margin-bottom: 0
}

.m1ylk945 .desc.bt {
    padding-bottom: .5rem
}

.m1ylk945 .countdown {
    background-color: #0004;
    padding: 1rem;
    margin: .625rem -.5rem 0;
    border-radius: var(--border-radius);
    text-align: center
}

.m1ylk945 .ui-button {
    height: 2.25rem;
    width: 7.5rem;
    border-radius: var(--border-radius);
    margin: .625rem 0 .375rem .75rem
}

.m1ylk945 .btn2 {
    margin-top: 1.25rem
}

.lhnzova {
    --6ez62x: #fff;
    --1v955fa: url(/assets/ball_bg_white.6270a445.png);
    --4jjsps: #31373d;
    --u97v1v: rgb(49, 55, 61);
    --1ts6imh: #c5ff89;
    --g52yms: #000;
    padding: 0;
    border-radius: 0
}

.darken .lhnzova {
    --6ez62x: #1c1e22;
    --1v955fa: url(/assets/ball_bg_chat.a5106505.png);
    --4jjsps: #cad1d9;
    --u97v1v: #75808B;
    --1ts6imh: #294719;
    --g52yms: #fff
}

.lhnzova .box {
    padding: .625rem .75rem;
    background-color: var(--6ez62x);
    border-radius: var(--border-radius);
    margin-top: .4375rem
}

.lhnzova .box p:first-child {
    margin-top: .125rem
}

.lhnzova .box .draw {
    margin: 0 auto;
    background-image: var(--1v955fa)
}

.lhnzova p {
    color: var(--4jjsps)
}

.lhnzova ul {
    list-style-type: none;
    padding: 0
}

.lhnzova .draw {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85)
}

.lhnzova li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .125rem 0;
    height: 1.375rem
}

.lhnzova li .ellipsis {
    max-width: 100px
}

.lhnzova li .coin {
    margin-left: .625rem
}

.lhnzova li .coin .amount {
    color: var(--4jjsps);
    font-weight: 700
}

.lhnzova li .coin .name {
    font-weight: 700
}

.lhnzova li .coin .coin-icon {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem
}

.lhnzova li .winner-name {
    display: inline-block;
    width: 8.75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700
}

.lhnzova .detail {
    font-size: 12px;
    color: var(--u97v1v);
    margin: .5rem 0 0 .875rem;
    display: inline-block;
    -webkit-text-decoration: none;
    text-decoration: none
}

.lhnzova.lottery-share .drawn-cont {
    position: relative
}

.lhnzova.lottery-share .drawn-cont .draw {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.lhnzova.lottery-share .drawn-cont .quantity {
    position: absolute;
    right: -.3125rem;
    top: .8125rem;
    width: 2.5rem;
    text-align: center;
    white-space: nowrap
}

.lhnzova.lottery-share .prize-tit {
    margin-bottom: .1875rem
}

.lhnzova.lottery-share .prize-cont {
    border-radius: var(--border-radius);
    background-color: var(--1ts6imh);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0BAMAAAA3VgbYAAAAJFBMVEUAAABvqTFwqjNwqTRwqjJ1rTx5sUVzrTlxqzRyqjVxqzN1qD2xUrbXAAAADHRSTlMAPjAkNwwFESkYHgkVFKO9AAAA+UlEQVQ4y9WTORIBURCGu+xL4rcvieUCCFTJuMFzg6EcgBuQkhAoKYmYG6oZpfp106HAl0zwvX/q9fLo/4gHpho4M4SVGcLBDOFihtA3Q9iQT/J9qy2AtlToncJvBh+KOkBx7KIQJlKtEdJFSEGqBJiqVFkwFZJMWdWUurJqKDUHs9dt8BgJlYfPTbitr8piMDMI588zBkHR6X4wTV0Yp/iPqallKG4aevim7qyy6nffpMGU2OiqNiQ4guEV1VdXO59DxOtAoAdZ7p2DZdRZEgx3p/BsMro6fWXNfdVk5ULpxWrZL29CBh20LbUQj1L15UAWM2eqNP2OJyT6MftpIANNAAAAAElFTkSuQmCC), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0BAMAAAA3VgbYAAAAJFBMVEUAAABvqTFwqjNwqTRwqjJ1rTx5sUVzrTlxqzRyqjVxqzN1qD2xUrbXAAAADHRSTlMAPjAkNwwFESkYHgkVFKO9AAAA+UlEQVQ4y9WTORIBURCGu+xL4rcvieUCCFTJuMFzg6EcgBuQkhAoKYmYG6oZpfp106HAl0zwvX/q9fLo/4gHpho4M4SVGcLBDOFihtA3Q9iQT/J9qy2AtlToncJvBh+KOkBx7KIQJlKtEdJFSEGqBJiqVFkwFZJMWdWUurJqKDUHs9dt8BgJlYfPTbitr8piMDMI588zBkHR6X4wTV0Yp/iPqallKG4aevim7qyy6nffpMGU2OiqNiQ4guEV1VdXO59DxOtAoAdZ7p2DZdRZEgx3p/BsMro6fWXNfdVk5ULpxWrZL29CBh20LbUQj1L15UAWM2eqNP2OJyT6MftpIANNAAAAAElFTkSuQmCC), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0BAMAAAA3VgbYAAAAJFBMVEUAAABvqTFwqjNwqTRwqjJ1rTx5sUVzrTlxqzRyqjVxqzN1qD2xUrbXAAAADHRSTlMAPjAkNwwFESkYHgkVFKO9AAAA+UlEQVQ4y9WTORIBURCGu+xL4rcvieUCCFTJuMFzg6EcgBuQkhAoKYmYG6oZpfp106HAl0zwvX/q9fLo/4gHpho4M4SVGcLBDOFihtA3Q9iQT/J9qy2AtlToncJvBh+KOkBx7KIQJlKtEdJFSEGqBJiqVFkwFZJMWdWUurJqKDUHs9dt8BgJlYfPTbitr8piMDMI588zBkHR6X4wTV0Yp/iPqallKG4aevim7qyy6nffpMGU2OiqNiQ4guEV1VdXO59DxOtAoAdZ7p2DZdRZEgx3p/BsMro6fWXNfdVk5ULpxWrZL29CBh20LbUQj1L15UAWM2eqNP2OJyT6MftpIANNAAAAAElFTkSuQmCC), url(/assets/ribbon.ea676df2.gif);
    background-position: 10% center, center 18px, 90% 10px, center center;
    background-size: 1.5625rem, 1.25rem, 1rem, 100% auto;
    background-repeat: no-repeat;
    color: var(--g52yms);
    height: 2.75rem;
    font-size: 1rem;
    font-weight: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lhnzova.lottery-share .ui-button {
    height: 2.25rem;
    width: 7.5rem;
    border-radius: var(--border-radius);
    margin: .625rem 0 .375rem .75rem
}

.m1mlrnmn {
    --6596nj: #F6F7FA;
    --1qdnywk: linear-gradient(145deg, #FFB416 -50%, #ffffff 40%);
    --5bmrnm: rgba(28, 30, 34, .5);
    width: 100%;
    background: var(--6596nj);
    padding: .75rem .75rem 1rem
}

.darken .m1mlrnmn {
    --6596nj: #24262B;
    --1qdnywk: linear-gradient(145deg, #FFB416 -200%, #1C1E22 40%);
    --5bmrnm: rgba(28, 30, 34, .5)
}

.m1mlrnmn .raffle-msg-content {
    width: 100%;
    height: 6.375rem;
    background: var(--1qdnywk);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .625rem
}

.m1mlrnmn .raffle-msg-content .left-stars {
    width: 2.5rem;
    height: 100%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.m1mlrnmn .raffle-msg-content .left-stars .stars-wrap {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--5bmrnm);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m1mlrnmn .raffle-msg-content .left-stars .stars-wrap img {
    width: 100%;
    height: auto
}

.m1mlrnmn .raffle-msg-content .right-text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: .5rem;
    overflow: hidden
}

.m1mlrnmn .raffle-msg-content .right-text .bt {
    margin: 0;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700;
    white-space: nowrap;
    color: var(--title-color)
}

.m1mlrnmn .raffle-msg-content .right-text .bd {
    margin: 0;
    margin-top: .25rem;
    line-height: 1.25rem
}

.m1mlrnmn .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .625rem;
    padding-left: .75rem
}

.m1mlrnmn .btn-wrap .ui-button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: auto;
    height: 2.25rem;
    min-width: 7.5rem;
    padding: 0 1.25rem
}

.r1r1yq1k .n-t {
    margin: 0;
    line-height: 1.25rem;
    font-weight: 600;
    color: var(--title-color)
}

.r1r1yq1k .n-d {
    margin: 0;
    margin-top: .5rem;
    line-height: 1.125rem
}

.chh0qzr {
    width: 100%;
    height: 7.5rem;
    max-width: 14.875rem;
    background: url(./assets/coindrop-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer
}

.chh0qzr .btc-img {
    width: 10.25rem;
    height: 7.5rem;
    position: absolute;
    right: 0;
    top: 0
}

.chh0qzr .coindrop-status {
    min-width: 4.75rem;
    height: 2rem;
    background-color: #fff007;
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    position: absolute;
    left: 1.625rem;
    bottom: 1rem;
    color: #17181b;
    padding: 0 .75rem
}

.chh0qzr .coindrop-status.finish {
    opacity: .35
}

.chh0qzr .right-img {
    position: absolute;
    width: 6.75rem;
    right: .75rem;
    top: 1.5rem
}

.chh0qzr .right-open-img {
    position: absolute;
    width: 7.5rem;
    right: .75rem;
    top: 1.25rem
}

.wdgv9vg {
    width: 100%;
    height: 7.5rem;
    max-width: 14.875rem
}

.wt0m7 {
    --6ez62x: #fff;
    --1ppl4n: #171616;
    --1etafny: rgba(233, 234, 242, .4);
    padding: .75rem .5rem;
    background-color: var(--6ez62x);
    border-radius: var(--border-radius);
    margin-top: .625rem
}

.darken .wt0m7 {
    --6ez62x: #1c1e22;
    --1ppl4n: #ede9e1;
    --1etafny: rgba(49, 52, 58, .6)
}

.wt0m7 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .125rem 0;
    height: 1.375rem
}

.wt0m7 .item .coin {
    margin-left: .625rem
}

.wt0m7 .item .coin .amount {
    color: var(--1ppl4n);
    font-weight: 700
}

.wt0m7 .item .coin .name {
    font-weight: 700
}

.wt0m7 .item .coin .coin-icon {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem
}

.wt0m7 .item .winner-name {
    display: inline-block;
    width: 8.75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700
}

.wt0m7 .item .spin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wt0m7 .item .spin img {
    width: 1.5rem;
    height: 1.5rem
}

.wt0m7 .hide-list-btn {
    cursor: pointer;
    margin-top: .25rem;
    background-color: var(--1etafny);
    border-radius: var(--border-radius);
    height: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wt0m7 .hide-list-btn .show_txt {
    display: inline-block;
    padding-left: .5rem;
    min-width: 5rem
}

.wt0m7 .hide-list-btn .icon {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: .625rem
}

.wt0m7 .hide-list-btn.show_list .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rep99u4 {
    --6ez62x: #fff;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .625rem
}

.darken .rep99u4 {
    --6ez62x: #1c1e22
}

.rep99u4 .rain-message {
    padding: .25rem .5rem 0;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius)
}

.rep99u4.rain-sp .rain-message {
    background-color: var(--6ez62x);
    padding-bottom: 0
}

.rep99u4.rain-sp .full-message .chatmsg-user-list {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.md8l7du {
    --i15dv4: #31373d
}

.darken .md8l7du {
    --i15dv4: rgba(153, 164, 176, .6)
}

.md8l7du .rain-icon {
    height: 2.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--i15dv4)
}

.md8l7du .rain-icon>svg {
    margin-left: .875rem;
    margin-right: .5rem
}

.md8l7du .congratulations {
    height: 1.25rem;
    margin-top: .625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: .5rem;
    color: var(--sub-text-color)
}

.md8l7du .gdbtn {
    height: 1.25rem;
    margin-top: .625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto
}

.md8l7du .gdbtn .w {
    margin: 0;
    white-space: nowrap;
    max-width: 6.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: .1875rem
}

.md8l7du .gdbtn .icon {
    font-size: .625rem;
    margin-left: .25rem
}

.md8l7du .gdbtn:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.sj1towr {
    --g52yms: #000;
    --1fh6syf: rgba(233, 234, 242, .6);
    --r2n86p: linear-gradient(134deg, #f8eba9, #ffffff 50%);
    --1c9db3n: linear-gradient(134deg, #ffebb3, #ffffff 50%);
    --1rpbi6i: linear-gradient(134deg, #ffd5f0, #ffffff 50%);
    --ge4i3v: #FFFFFF
}

.darken .sj1towr {
    --g52yms: #fff;
    --1fh6syf: #31343a;
    --r2n86p: linear-gradient(134deg, #4a4633, #252628 50%);
    --1c9db3n: linear-gradient(134deg, #4d402e, #252628 50%);
    --1rpbi6i: linear-gradient(134deg, #5b384e, #252628 50%);
    --ge4i3v: #1C1E22
}

@-webkit-keyframes task_star-sj1towr {
    0% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    25% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes task_star-sj1towr {
    0% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    25% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes task_star_big-sj1towr {
    25% {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8)
    }
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes task_star_big-sj1towr {
    25% {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8)
    }
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.sj1towr .star-item {
    background: url(../../assets/star.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute
}

.sj1towr .star-item.item-1 {
    width: .3125rem;
    height: .3125rem;
    top: 2.0625rem;
    left: .875rem
}

.sj1towr .star-item.item-2 {
    width: .375rem;
    height: .375rem;
    top: 1.125rem;
    left: 2.8125rem
}

.sj1towr .star-item.item-3 {
    top: 3.1875rem;
    left: 2.8125rem;
    width: .5rem;
    height: .5rem
}

.sj1towr .cont {
    border-radius: var(--border-radius);
    min-width: 16.625rem;
    height: 4.5rem;
    padding: .75rem .875rem .75rem 4.375rem;
    position: relative;
    background-color: var(--ge4i3v)
}

.sj1towr .cont .spin-img {
    width: 3.4375rem;
    position: absolute;
    top: .3125rem;
    left: .3125rem
}

.sj1towr .cont .spin-tit {
    color: var(--g52yms);
    font-weight: 800;
    margin-bottom: .25rem;
    font-size: .75rem;
    white-space: nowrap
}

.sj1towr .cont .amount-cont {
    border-radius: var(--border-radius);
    background-color: var(--1fh6syf);
    height: 1.5rem;
    color: #5ddb1c;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sj1towr .cont .amount-cont .coin-icon {
    font-size: .75rem
}

.sj1towr button {
    width: 7.5rem;
    height: 2.25rem;
    margin: .6875rem 0 0 .625rem;
    font-size: .8125rem
}

.s1ia3squ .cont {
    width: 100%
}

.s1ia3squ .cont .img-wraps {
    font-size: 0
}

.s1ia3squ .cont .img-wraps img {
    width: auto;
    height: 114px
}

.s1ia3squ .cont p {
    margin-bottom: 0
}

.s1ia3squ .btn-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s1ia3squ .btn-link button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: auto;
    min-width: 7.5rem;
    padding: 0 .75rem;
    height: 2.25rem;
    margin: .75rem 0 0 .625rem;
    font-size: .8125rem
}

@media screen and (max-width:621px) {
    .s1ia3squ .cont .img-wraps {
        width: 100%;
        overflow: hidden
    }
    .s1ia3squ .cont .img-wraps img {
        height: 9rem
    }
}

.m73seex {
    --g52yms: #000
}

.darken .m73seex {
    --g52yms: #fff
}

.m73seex b {
    margin: 0 3px;
    color: var(--g52yms)
}

.m73seex .tip-spin {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m73seex .tip-spin svg {
    margin: 0 .25rem;
    width: 1.125rem;
    height: 1.125rem
}

.m9ka2ex {
    --6596nj: #F6F7FA;
    --ge4i3v: #FFFFFF;
    --g52yms: #000;
    background-image: url(./assets/tip_glod.png);
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--6596nj);
    position: relative;
    overflow: hidden
}

.darken .m9ka2ex {
    --6596nj: #24262B;
    --ge4i3v: #1C1E22;
    --g52yms: #fff
}

.m9ka2ex .glod-img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0rem;
    left: 10%
}

.m9ka2ex .tipped {
    margin-right: .25rem
}

.m9ka2ex .remark {
    display: block;
    margin-top: .25rem
}

.m9ka2ex .msg-cont {
    background-color: var(--ge4i3v);
    border-radius: var(--border-radius);
    padding: .625rem .875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--title-color);
    font-weight: 800;
    margin-top: .5625rem
}

.m9ka2ex .msg-cont .coin-icon {
    width: 1.125rem;
    margin-right: .4375rem
}

.nxu9d47 {
    --pwaeyx: #ffffff;
    background: var(--pwaeyx)
}

.darken .nxu9d47 {
    --pwaeyx: #1e2024
}

.nxu9d47>div:last-child {
    padding: 0
}

.no6xwm8 {
    --1mkn1l0: #F6F7FA;
    height: 3rem;
    width: 3rem;
    border-radius: var(--border-radius);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.darken .no6xwm8 {
    --1mkn1l0: #2D3035
}

.no6xwm8:hover, .no6xwm8.active {
    background-color: var(--1mkn1l0)
}

.no6xwm8:hover>svg, .no6xwm8.active>svg {
    fill: var(--title-color)
}

.no6xwm8>svg {
    font-size: .875rem
}

@media screen and (max-width:621px) {
    .no6xwm8 {
        background: none
    }
}

.w1qqsebg {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.s1q04a0m {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.s1q04a0m .full-message {
    padding: .5rem .625rem
}

.s1q04a0m .full-message .share-message {
    line-height: 1.125rem;
    margin-bottom: .5rem;
    padding-left: .125rem
}

.s1q04a0m .full-message .wrap {
    height: 12rem
}

.p14oequ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem
}

.p14oequ p {
    margin: 0;
    text-align: center
}

.p14oequ .header-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.125rem;
    height: 3.125rem;
    border: .3125rem solid #219a00;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
    color: var(--title-color)
}

.p14oequ .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--title-color)
}

.p14oequ .under-btn {
    cursor: pointer
}

.uocisei {
    --q3zewn: #fff;
    border-radius: var(--border-radius);
    width: 31.25rem;
    height: 16.25rem;
    background: var(--q3zewn)
}

.darken .uocisei {
    --q3zewn: #000
}

.uocisei .msg {
    width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--title-color)
}

@media screen and (max-width:621px) {
    .uocisei {
        width: 96%
    }
}

.g18oie15 {
    --10qz0sm: #f5f6fa;
    width: 100%;
    text-align: center
}

.darken .g18oie15 {
    --10qz0sm: rgba(30, 32, 36, .6)
}

.g18oie15 .google-input {
    position: relative;
    display: inline-block;
    width: auto
}

.g18oie15 .google-input>input {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: -9999px;
    width: 99999px;
    height: 100%;
    border: none;
    background-color: transparent;
    color: transparent;
    caret-color: transparent
}

.g18oie15 .google-input>ul {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}

.g18oie15 .google-input>ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-right: .375rem;
    border-radius: var(--border-radius);
    font-size: 1rem;
    background-color: var(--10qz0sm);
    border: 1px solid transparent;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.g18oie15 .google-input>ul.focus-list .active {
    border: 1px solid var(--primary-color)
}

@media screen and (max-width:621px) {
    .g18oie15 .google-input>input {
        left: 0;
        width: 100%
    }
}

.t1de4n7w {
    --1281v9o: #ffffff;
    --1yhspeg: rgba(95, 105, 117, .8);
    --1hr07om: rgba(95, 105, 117, .6);
    --whdmoy: #31373d;
    --2vljes: #e9eaf2;
    --8o6eqz: #f6f7fa;
    width: 26.25rem;
    background-color: var(--1281v9o);
    border-radius: var(--border-radius);
    position: relative;
    color: var(--1yhspeg)
}

.darken .t1de4n7w {
    --1281v9o: #17181b;
    --1yhspeg: rgba(153, 164, 176, .6);
    --1hr07om: rgba(153, 164, 176, .6);
    --whdmoy: #f5f6f7;
    --2vljes: #2d3035;
    --8o6eqz: rgba(45, 48, 53, .5)
}

.t1de4n7w .confirm-top {
    text-align: center;
    padding-top: 2.25rem
}

.t1de4n7w .confirm-top img {
    height: 6.25rem
}

.t1de4n7w .confirm-top .summary {
    margin-top: 1.25rem;
    text-align: center;
    padding: 0 2rem
}

.t1de4n7w .google-form {
    text-align: center;
    margin-top: 1.25rem
}

.t1de4n7w .google-form .code-name {
    color: var(--1hr07om);
    margin-bottom: .5rem
}

.t1de4n7w .google-form .google-input>ul {
    max-width: 100%;
    padding: 0 1.25rem
}

.t1de4n7w .google-form .google-input>ul li {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: var(--border-radius);
    color: var(--whdmoy);
    border: solid 1px var(--2vljes);
    background-color: var(--8o6eqz)
}

.t1de4n7w .google-form .forget {
    color: var(--primary-color);
    margin-top: 2rem;
    cursor: pointer;
    text-align: center;
    padding-bottom: 2rem
}

.t1de4n7w .google-form .forget:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.o12pu5ci {
    --psbup: #31373d;
    --mbkvm8: #f5f6fc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 8.75rem;
    width: 22.5rem;
    height: 4rem;
    margin-left: -11.25rem;
    text-align: center;
    line-height: 1rem;
    padding: 1.5rem 0;
    font-size: .875rem;
    border-radius: var(--border-radius);
    color: var(--psbup);
    background-color: var(--mbkvm8);
    box-shadow: 0 .125rem .5rem #0002
}

.darken .o12pu5ci {
    --psbup: #ffffff;
    --mbkvm8: #17181b
}

.czufpyj {
    --35p5sb: #fff;
    --whdmoy: #31373d;
    --d3dulr: rgba(0, 0, 0, .25);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 301;
    left: 2rem;
    bottom: 2rem;
    max-width: 720px;
    padding: .625rem .75rem;
    border-radius: var(--border-radius);
    background-color: var(--35p5sb);
    box-shadow: 0 4px 4px var(--d3dulr);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.darken .czufpyj {
    --35p5sb: #1e2024;
    --whdmoy: #f5f6f7;
    --d3dulr: rgba(0, 0, 0, .25)
}

.czufpyj .cookie-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.czufpyj .cookie-wrap img {
    width: 1.375rem;
    height: auto
}

.czufpyj .cookie-desc {
    margin: 0;
    margin-left: .75rem
}

.czufpyj .ui-button {
    width: auto;
    padding: 0 1.25rem;
    height: 2.5rem;
    margin-left: 1.25rem;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-weight: 600
}

@media screen and (max-width:621px) {
    .czufpyj {
        max-width: none;
        padding: .5rem .75rem;
        left: 2%;
        bottom: 4.5rem;
        width: 96%;
        border-radius: var(--border-radius)
    }
    .czufpyj .ui-button {
        width: auto;
        height: 2.5rem;
        font-size: .75rem;
        margin-left: .5rem;
        max-width: 6rem
    }
}

.d1y92b2r {
    --11drmr6: linear-gradient(180deg, rgba(169, 55, 221, .280833) .61%, rgba(30, 32, 36, .0001) 50%), linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    --psbup: #31373d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 121;
    left: 2rem;
    bottom: 1.25rem;
    width: 96%;
    max-width: 800px;
    padding: .25rem;
    border-radius: var(--border-radius);
    background: var(--11drmr6);
    overflow: hidden;
    box-shadow: 0 0 10px #00000030
}

.darken .d1y92b2r {
    --11drmr6: linear-gradient(180deg, rgba(169, 55, 221, .280833) .61%, rgba(30, 32, 36, .0001) 50%), linear-gradient(180deg, #1E2024 0%, #1E2024 100%);
    --psbup: #ffffff
}

.d1y92b2r .degenpass-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.d1y92b2r .degenpass-inner .close-icon {
    top: -.5rem;
    right: -.5rem
}

.d1y92b2r .degenpass-inner .img-wrap {
    border-radius: var(--border-radius);
    height: 100%;
    font-size: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12.5rem;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    background: linear-gradient(134.52deg, #573ac5 -10.19%, #bd36e3 116.19%)
}

.d1y92b2r .degenpass-inner .img-wrap img {
    width: 12.5rem;
    height: auto;
    margin-top: -.75rem
}

.d1y92b2r .degenpass-inner .right-wrap {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.375rem;
    padding-right: .75rem
}

.d1y92b2r .degenpass-inner .right-wrap .left-text {
    width: 60%
}

.d1y92b2r .degenpass-inner .right-wrap .left-text p {
    margin: 0
}

.d1y92b2r .degenpass-inner .right-wrap .left-text .t {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--psbup)
}

.d1y92b2r .degenpass-inner .right-wrap .left-text .d {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .375rem;
    max-width: 40rem
}

.d1y92b2r .degenpass-inner .right-wrap .getpassbtn-wrap {
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.d1y92b2r .degenpass-inner .right-wrap .getpassbtn-wrap .ui-button {
    width: 9.375rem
}

.d1y92b2r .lottie-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2
}

.d1y92b2r .lottie-wrap .bg-rainbow {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    margin-left: 20%
}

@media screen and (max-width:621px) {
    .d1y92b2r {
        height: 7rem;
        left: 2%;
        overflow: hidden;
        border-radius: var(--border-radius)
    }
    .d1y92b2r .degenpass-inner .close-icon {
        top: -1rem
    }
    .d1y92b2r .degenpass-inner .close-icon svg {
        font-size: .625rem
    }
    .d1y92b2r .degenpass-inner .img-wrap {
        width: 8.5rem
    }
    .d1y92b2r .degenpass-inner .img-wrap img {
        width: 8.5rem;
        margin-top: -.625rem
    }
    .d1y92b2r .degenpass-inner .right-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 1rem
    }
    .d1y92b2r .degenpass-inner .right-wrap .left-text {
        width: 100%
    }
    .d1y92b2r .degenpass-inner .right-wrap .left-text .t {
        font-size: 1rem
    }
    .d1y92b2r .degenpass-inner .right-wrap .left-text .d {
        font-size: .75rem;
        line-height: .875rem;
        margin-top: .25rem
    }
    .d1y92b2r .degenpass-inner .right-wrap .getpassbtn-wrap {
        width: 100%;
        height: 1rem;
        margin-top: .5rem;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .d1y92b2r .degenpass-inner .right-wrap .getpassbtn-wrap .ui-button {
        height: 1rem;
        width: auto;
        box-shadow: none;
        font-size: .75rem;
        background-color: transparent;
        background-image: none;
        font-weight: 400;
        color: var(--primary-color)
    }
    .d1y92b2r .lottie-wrap .bg-rainbow {
        margin-left: -10%;
        width: 120%
    }
}

.banner_img {
    width: 32.5%;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.banner_img img {
    width: 100%;
}

.item_nav_img {
    height: 300px;
}

.ui-button.button-normal.go-btn {
    --3xr1hu: rgba(107, 113, 128, .8);
    display: block;
    /* width: 100%; */
    user-select: none;
    border-radius: var(--border-radius);
    height: 3rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s;
    color: rgb(255, 255, 255);
    background-color: rgb(24 110 87);
    background-image: conic-gradient(from 70deg at 50% 50%, rgb(0 106 47) 180deg, rgb(0 106 47) 173deg, rgb(13 109 72) 134deg, rgb(27 141 77) 82deg);
    width: 100%;
}