.s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content li {
    list-style: inherit;
    margin-bottom: 5px;
}

.s-content p {
    margin-bottom: 10px;
}

.s-content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
    width: auto !important;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto !important;
}

.s-content table,
.s-content iframe {
    max-width: 100%;
    width: 100%;
}

.s-content table {
    border-collapse: collapse;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
    border-collapse: collapse;
    border: solid 1px rgba(0, 0, 0, 0.431372549);
    padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.s-content h2 {
    font-size: 1.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.s-content h3 {
    font-size: 1.17em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.s-content h4 {
    font-size: 1em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.s-content h5 {
    font-size: 0.83em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.s-content h6 {
    font-size: 0.67em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

img {
    max-width: 100%;
}

.h-logo {
    max-width: 200px;
}

.header-top {
    background: url('../images/header-bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.form-control {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 0;
}

.me-3 {
    margin-right: 16px !important;
}

.h-form__login .form-control {
    background: transparent;
    border: 1px solid #f3dc9e;
    color: #fff;
    width: 150px;
    padding-left: 25px;
    outline: none;
}

.h-form__login .form-control:focus {
    box-shadow: none;
}

.h-form__login .form-group i {
    color: #f3dc9e;
    position: absolute;
    top: 43%;
    left: 12px;
    transform: translateY(-50%);
    z-index: 1;
}

.h-form__login .forget-pass {
    color: #fff;
    text-decoration: underline;
}

.btn-all {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fecd63 0%, #feb10b 100%);
    color: #000;
    transition: all .3s;
}

.btn-all:hover {
    color: #fff;
}

.remember-pass {
    margin-top: 8px;
    color: #fff;
    margin-bottom: 0;
}

.remember-pass input {
    margin-right: 8px;
}

.header-nav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: linear-gradient(to bottom, #faab02, #e6b753, #ddca8c);
}

.btn-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 10px;
    color: #131313;
    transition: all .3s;
}

.btn-home:hover {
    color: #f1e1b3;
    background-image: linear-gradient(90deg, #5b1313, #931f1f, #5b1313);
}

.header-noti {
    background-color: #014346;
}

.slider-home-main-banner .swiper-slide {
    height: auto;
}

.slider-home-main-banner img {
    width: 100%;
    height: 100%;
}

.main-body {
    background: #1e222c!important;
    min-height: 85vh;
}

.block__reward {
    border: 1px solid #63e4ea;
    padding: 16px;
    border-radius: 5px;
}

.bonus-box__day {
    border: 1px solid #3e3f45;
    padding: 15px 8px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}

.bonus-box__day .name-box {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

.bonus-box__day .total-bonus-box-day {
    background: -webkit-linear-gradient(90deg, #bcbcbb, #ffffff, #bcbcbb, #ffffff, #bcbcbb);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
}

.slider-home-top-with-drawl {
    color: #fff;
}

.slider-home-top-with-drawl .swiper-slide {
    padding: 0 8px;
}

.slider-home-top-with-drawl .swiper-slide:nth-child(odd) {
    background-color: #044245;
}

.home {
    background: transparent !important;
}

.item-statis .icon {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    display: block;
}

.item-statis .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.item-statis .num {
    font-size: 22px;
    margin-bottom: 1px;
}

.item-statis .text {
    color: hsla(0, 0%, 100%, .5);
}

.module-statis {
    background: #292e3b;
    padding: 12px 30px;
    border: 1px solid transparent;
}

.title-all {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}

p {
    margin-bottom: 10px;
}

.how-to-item {
    padding: 16px;
    border-radius: 8px;
    background: #0f6569;
    color: #fff;
    transition: all .3s;
}

.how-to-item:hover {
    background: #e05854;
}

.how-to-item:hover .head .step {
    color: #f2413b;
}

.how-to-item .head {
    margin-bottom: 16px;
}

.how-to-item .head .step {
    margin-bottom: 0;
    padding: 8px 16px;
    border-radius: 20px;
    background: #fff;
    color: #0f6569;
}

.how-to-item .head .icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.how-to-item .head .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.how-to-item .content {
    font-size: 16px;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.row>* {
    padding-left: 8px;
    padding-right: 8px;
}

.mb-3 {
    margin-bottom: 16px !important;
}

.item-news {
    background: #1e222c;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    margin-bottom: 0 !important;
}

.item-news h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}

.item-news h3 a {
    color: #fff;
}

.box-view-more {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.box-view-more a {
    transition: all .3s;
}

.box-view-more a:hover {
    background: #fcf3d4;
    color: #0f6569;
}

.py-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.footer {
    background-color: #1e222c;
}

.footer .container {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 2px solid rgba(144, 162, 220, .2);
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.mian {
    max-width: 100% !important;
    width: 100% !important;
    background-color: unset;
}

.time-box .info {
    justify-content: center;
}

.border-box-time {
    background: #292e3b;
    border-radius: 0.26667rem;
    padding: 16px;
}

.border-box-time .btn-all {
    background: #4a69ff;
    box-shadow: 0 8px 6px -6px #000000cf;
    color: #fff;
}

.wallet-balance {
    justify-content: start!important;
}

.wallet-balance .head .icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-right: 8px;
}

.wallet-balance .head .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter: hue-rotate(56deg);
}

.wallet-balance .head .title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
    display: none;
}

.wallet-balance .head .sub-title {
    color: #fff;
    display: none;
}

.wallet-balance .form-price .num {
    font-size: 18px;
    font-weight: 700;
    color: #fa0;
}

.wallet-balance .van-image__img {
    filter: brightness(100);
}

.box-recharge .selectBox {
    background: #292e3b;
    padding-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0.13333rem 0.29333rem 0.02667rem rgba(0, 0, 0, 0.15);
}

.mian .wallet-box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.mian .promotion .info-img .btn-list .btn {
    height: auto;
    font-size: 16px;
}

.mian .promotion .info-data .left,
.mian .promotion .info-data .right {
    width: 100% !important;
    height: 100%;
}

.mian .promotion .info-img .btn-list,
.mian .promotion .info-img .img {
    width: 100% !important;
}

.mian .promotion .info-img .img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

#qrcode {
    margin-bottom: 4px;
}

.mian .promotion .table {
    margin: 15px 0 !important;
}

.pb-4 {
    padding-bottom: 24px !important;
}

.mian .promotion .table .hd {
    height: auto !important;
}

.main-body .mian .promotion .tab {
    position: unset;
    height: auto;
    line-height: 1.3;
    transform: unset;
    max-width: 100%;
}

.main-body .mian .promotion .tab ul li a {
    display: block;
    padding: 8px 16px;
}

.mian .forgot-box {
    border-radius: 0;
    background-color: #292e3b;
    border: 1px solid #292e3b;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.mian-from {
    padding: 24px;
}

.mian-from .item {
    border: none;
    border-radius: 6px;
    background: #10131a;
}

.mian-from .item input:focus {
    background: transparent;
}

.mian-from .txt {
    color: #4d6bff;
}

.mian-from .item input {
    background: transparent;
    color: #fff;
}

.mian-from .item input::placeholder {
    color: #fff;
}

.mian-from .lab,
.mian-from .agree {
    color: #fff;
}

.forgot-box .head-text {
    padding: 40px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
}

.forgot-box .head-text img {
    width: 100%;
    object-fit: scale-down;
}

.forgot-box .tit {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.game-betting .content .box .color-box .btn {
    height: auto;
    padding: 6px 12px;
}

.mian.game {
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

.van-popup--bottom {
    left: 50% !important;
    transform: translateX(-50%);
}

.box-game-plinko {
    align-items: flex-start !important;
}

.box-game-plinko .game_play {
    min-height: 230px;
}

.h-user-content,
.btn-logout {
    background-image: linear-gradient(37deg, #014346, #0f6569, #014346);
    border-radius: 5px;
    border: 1px solid #dec887;
    padding: 6px 15px;
    color: #ddca8c;
    cursor: pointer;
}

.btn-logout:hover,
.btn-logout:focus {
    color: #ddca8c;
}

.btn-logout i {
    margin-right: 3px;
    font-size: 16px;
}

.h-user-content .name {
    margin: 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 90px;
}

.h-user-content .avatar {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    overflow: hidden;
}

.h-user-content .avatar img {
    width: 100%;
    height: 100%;
}

.user-action {
    position: absolute;
    top: 100%;
    min-width: 200px;
    z-index: 100;
    background: #363d4e;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s;
    white-space: nowrap;
    padding-left: 0;
    border-radius: .3rem;
}

.h-user:hover .user-action {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.user-action li a {
    display: block;
    padding: 20px;
    transition: all .3s;
    color: #8491a5;
    box-shadow: inset 0 -0.5px 0 0 rgba(132, 144, 167, .3);
}

.user-action li a:hover,
.user-action li a:focus {
    background: #292e3b;
    color: #fff;
}

.container::before,
.container::after {
    display: none;
}

a {
    text-decoration: unset;
}

a:hover,
a:focus {
    text-decoration: unset;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.box-mega {
    margin-top: -50px;
    background: #292e3b;
}

.btn {
    font-size: 16px;
    padding: 6px 12px;
}

.btn:focus {
    box-shadow: none;
}

.dropdown .btn {
    border: 1px solid #363d4e;
    outline: none;
    background: #363d4e;
    color: #fff;
}

.dropdown .btn:hover {
    color: #fff;
}

.dropdown .btn .caret {
    display: none;
}

.dropdown .btn:focus {
    box-shadow: none;
}

.dropdown-menu {
    font-size: 16px;
}

.mb-4 {
    margin-bottom: 24px !important;
}

.fade.in {
    opacity: 1;
}

.modal-alert.mega .modal-dialog {
    max-width: 600px;
    margin-top: 100px;
}

.modal-alert.mega .modal-header,
.modal-alert.mega .modal-body,
.modal-alert.mega .modal-footer {
    padding: 16px;
}

.modal-alert.mega .modal-header::before,
.modal-alert.mega .modal-header::after,
.modal-alert.mega .modal-footer::before,
.modal-alert.mega .modal-footer::after {
    display: none;
}

.modal-alert.mega .modal-header {
    flex-direction: row-reverse;
}

.circleModal .number {
    width: 30px;
    height: 30px;
}

.modal-alert.mega .modal-footer .modal-action {
    margin-left: auto;
}

.modal-alert.mega .modal-footer>* {
    margin: 0;
}

.row::before,
.row:after {
    display: none;
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    width: 100%;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}

.bettingMore {
    background-color: white;
    color: red;
}

#bet-history-tab .van-tab {
    flex: none!important;
    padding: 0px 20px;
}

.nav-footer-fix {
    max-width: none!important;
    width: 100%!important;
    background: #292e3b;
}

.nav-footer-fix .van-tabbar-item {
    color: #fff;
}

.btn-blue-all {
    display: inline-block;
    border: none;
    background: #4a69ff;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 6px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.game-head .van-image img {
    filter: hue-rotate(56deg);
}

.game-betting.lottomb .container,
.result_plot_threads .container {
    padding-left: 0px;
    padding-right: 0px;
}

.btn:hover {
    color: #f1e1b3;
}

.game-betting.lottomb .border-box-time .time-box {
    display: block;
}

.btn-buy-ticket {
    background-image: linear-gradient(to right, #fecc61, #feb313);
    color: #056369!important;
    transition: all .2s ease-in-out;
}

.btn-buy-ticket:hover {
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .1);
}

.item-user-bank .item {
    border: solid 1px #056369!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.item-user-bank .item:hover {
    background: linear-gradient(0deg, #5d92ff, #60d0ff);
}

.item-user-bank input {
    display: none;
}

.item-user-bank .icon {
    display: none;
}

.item-user-bank input:checked~.item {
    background: linear-gradient(0deg, #5d92ff, #60d0ff);
    color: white!important;
}

.item-user-bank input:checked~.item a {
    color: white!important;
}

.item-user-bank input:checked~.item .icon {
    display: block;
}

#switch_audio img {
    width: 34px;
}

.box-mini-menu {
    position: fixed;
    z-index: 1000;
    left: -10px;
    bottom: 35px;
    display: none;
}

.mini-menu {
    width: 84px;
    height: 84px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: transform 0.4s ease;
}

.mini-menu a {
    display: block;
    position: relative;
    width: 50%;
    background: #fabc33;
    transition: border-radius 0.3s ease, transform 0.2s ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border: 1px solid #dda52a;
}

.mini-menu a .icon {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    opacity: 0;
    transform: scale(0.6) rotate(-45deg);
    transition: all 0.15s ease;
    color: white;
    text-align: center;
}

.mini-menu a .icon i {
    margin: 0;
}

.mini-menu a:nth-child(1) {
    border-radius: 8px 0 0 0;
}

.mini-menu a:nth-child(2) {
    border-radius: 0 8px 0 0;
}

.mini-menu a:nth-child(3) {
    border-radius: 0 0 0 8px;
}

.mini-menu a:nth-child(4) {
    border-radius: 0 0 8px 0;
}

.mini-menu:before,
.mini-menu:after {
    content: "";
    width: 28px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 1;
    transform-origin: 50% 50%;
    transition: transform 0.25s ease;
}

.mini-menu:before {
    transform: translate(-50%, -50%) scaleY(0.76);
}

.mini-menu:after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0.76);
}

.mini-menu:hover {
    transform: scale(1) rotate(45deg) translateY(-60px) translateX(10px);
    ;
    transition: transform 0.4s ease 0.1s;
    box-shadow: none;
}

.mini-menu:hover:before {
    transform: translate(-50%, -50%) scaleY(0.76) scaleX(3);
}

.mini-menu:hover:after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0.76) scaleX(3);
}

.mini-menu:hover a {
    --scale: 1;
    pointer-events: none;
    border-radius: 50%;
    animation: pointerEvent 0s linear forwards 0.4s;
    transition: border-radius 0.15s ease 0.1s, transform 0.25s ease 0.15s;
}

.mini-menu:hover a:nth-child(1) {
    transform: translate(-6px, -6px) scale(var(--scale));
}

.mini-menu:hover a:nth-child(2) {
    transform: translate(6px, -6px) scale(var(--scale));
}

.mini-menu:hover a:nth-child(3) {
    transform: translate(-6px, 6px) scale(var(--scale));
}

.mini-menu:hover a:nth-child(4) {
    transform: translate(6px, 6px) scale(var(--scale));
}

.mini-menu:hover a .icon {
    opacity: 0.7;
    transition: all 0.3s ease 0.2s;
    transform: scale(1) rotate(-45deg);
}

.mini-menu:hover a:hover {
    --scale: 0.92;
    transition: border-radius 0.2s ease 0.1s, transform 0.25s ease 0s;
}

.mini-menu:hover a:hover .icon {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

@keyframes pointerEvent {
    100% {
        pointer-events: auto;
    }
}

.head-top-item .button-action {
    padding: 5px 0;
}

.button-action__item {
    color: #8491a5;
    padding: 3px 15px;
    background: #1e222c;
    border-radius: 24px;
}

.button-action__item:not(:last-child) {
    margin-right: 16px;
}

.form-login {
    white-space: nowrap;
    padding: 8px 0;
}

.form-login .form-control {
    background: #1e222c;
    border-radius: 24px;
    color: #999;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .2);
    padding: 6px 15px;
    border: none;
}

.form-login .form-control::placeholder {
    color: #999;
}

.header_top {
    background-color: #292e3b;
    border-bottom: 1px solid hsla(0, 0%, 61.6%, .12);
}

.header-update .btn-login {
    background: #292e3b;
    position: relative;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 24px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 2px 4px 0 rgba(0, 0, 0, .1);
    color: #fff;
}

.header-update .btn-login::before {
    background: linear-gradient(180deg, #94b3ff, #5b7cfe);
    content: "";
    border-radius: 24px;
    inset: 0;
    padding: 2px;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.header-update .btn-login i {
    background: linear-gradient(180deg, #94b3ff, #5b7cfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-update .btn-login:not(:last-child) {
    margin-right: 16px;
}

.timeWraper {
    color: #8491a5;
    margin-bottom: 0;
}

.after-login {
    padding: 5px 0;
}

.after-login .form-button {
    background: #1e222c;
    border-radius: 8px;
}

.form-button__item {
    padding: 8px;
    color: #677684;
}

.form-button__item .icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.form-button__item .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.user-info .avatar {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.user-info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info {
    color: #677684;
}

.h-user {
    margin-left: 16px;
}

.btn-history {
    background: linear-gradient(0deg, #5d92ff, #60d0ff);
    color: #fff;
    border-radius: 24px;
    padding: 6px 16px;
}

.btn-history:hover,
.btn-history:focus {
    color: #fff;
}

.header_nav {
    background: #1e222c;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, .1);
}

.slider-home-main-banner .swiper-pagination-bullet {
    width: 40px !important;
    background: #fff !important;
    opacity: .48 !important;
}

.slider-home-main-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e9cfa4 !important;
    opacity: 1 !important;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    height: auto;
    text-align: center;
    background-image: url(../images/bg-title-2.png);
    position: relative;
    line-height: 1.5;
    -webkit-transform: scale(.65);
    transform: scale(.65);
    -webkit-transform-origin: 50% 80%;
    transform-origin: 50% 80%;
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
    background-size: 100% 100%;
    padding: 20px 40px;
    margin-left: auto;
    margin-right: auto;
}

.section-title::before {
    content: url(../images/title-before.png);
    position: absolute;
    top: 56%;
    right: calc(100% + 15px);
    transform: translateY(-50%);
}

.section-title::after {
    content: url(../images/title-after.png);
    position: absolute;
    top: 56%;
    left: calc(100% + 15px);
    transform: translateY(-50%);
}

.item-rank {
    background: #3e3f45;
    border-radius: 16px;
    box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, .1), inset 0 1px 0 0 hsla(0, 0%, 100%, .11), 0 1px 8px 0 rgba(0, 0, 0, .08);
    padding: 20px 0 20px 30px;
    overflow: hidden;
    color: #fff;
}

.item-rank .avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 16px;
}

.item-rank .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-rank .content {
    flex: 1;
}

.item-rank .content .name {
    background: #313537;
    padding: 10px 15px;
    font-size: 16px;
}

.item-rank .content .price {
    background: rgba(32, 34, 37, .2);
    border-radius: 12px;
    color: #8491a5;
    width: fit-content;
    padding: 10px 15px;
    font-size: 16px;
}

.item-rank .time {
    background-image: linear-gradient(180deg, #ff598e, #ff2d55);
    border-radius: 0 16px 0 16px;
    padding: 3px 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.game-list__item {
    background-image: url(../images/bg-game-item.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    border-radius: 24px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.game-list__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
}

.game-list__item>* {
    position: relative;
}

.game-list__item .content {
    max-width: 50%;
}

.game-list__item .logo {
    height: 150px;
    width: 25%;
}

.game-list__item .logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .3s;
}

.game-list__item .logo .croupier {
    position: absolute;
    bottom: -24px;
}

.game-list__item .logo .img {
    position: absolute;
    height: 78px;
    object-fit: scale-down;
    bottom: -24px;
    z-index: 1;
    right: -45px;
}

.game-list__item .name {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.game-list__item .desc {
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
}

.game-list__item .btn-play {
    padding: 8px 16px;
    background: #fff;
    color: #252525;
    border-radius: 24px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-top: 16px;
}

.item-how-to {
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-how-to .content {
    max-width: 60%;
    margin-right: 16px;
}

.item-how-to .icon {
    flex: 1;
    max-width: 30%;
}

.item-how-to .content .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.item-how-to .content .step {
    color: #ffffff80;
    font-size: 16px;
    margin-bottom: 8px;
}

.item-how-to .content .short_content {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.filter-white {
    filter: brightness(100);
}

#pay-box-content-result .van-image img {
    filter: brightness(100);
}

#pay-box-content-result .van-image~.m-l-10 {
    color: #fff;
}

#pay-box-content-result input {
    background: transparent;
}

#pay-box-content-result .van-cell,
.mian .selectBox .pay-box .box {
    background: #2e3342;
}

#pay-box-content-result .mian .selectBox .pay-box .list .li {
    background: transparent;
}

.mian .selectBox .pay-box .numberSize .fuhao {
    color: #fff;
}

#pay-box-content-result .list {
    justify-content: flex-start;
}

#pay-box-content-result .list .li {
    width: auto;
    color: #8491a5;
    border-radius: 6px;
    background: 0 0;
    font-size: 12px;
    border: 1px solid #8491a5;
    height: auto;
    padding: 4px;
}

.mian .selectBox .pay-box .list .li:nth-child(3n) {
    margin-right: 0.26667rem !important;
}

#pay-box-content-result .van-field__control {
    color: #fff;
}

.mian .selectBox .txtBox {
    background-color: #292e3b !important;
}

.mian .selectBox .txtBox .txt,
.mian .selectBox .txtBox .money {
    color: #fff !important;
}

.mian .selectBox .txtBox .icon {
    filter: hue-rotate(200deg);
}

.mian .selectBox .conBox .box {
    background: transparent !important;
}

.mian .selectBox .number-box {
    background: #2e3342;
}

.mian .selectBox .number-box .van-field__control {
    color: #fff !important;
}

.mian .selectBox .requiredBox .box .input {
    background: transparent;
}

.box-add-bankcard {
    padding: 24px;
    border-radius: 24px;
    background: #363d4e;
    margin-bottom: 16px;
}

.box-add-bankcard .add {
    width: fit-content;
    background: #292e3b !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 218px;
    margin-bottom: 0 !important;
}

.text-84 {
    color: #8491a5;
}

.fz-14 {
    font-size: 14px;
}

.form-withdraw input {
    background-color: #2e3342;
    padding: 16px;
    border-radius: 6px;
    color: #677684;
    max-width: 300px;
    font-size: 16px;
    margin-bottom: 16px;
}

.form-withdraw .text-note {
    color: #90a2dc;
}

.form-withdraw .title-form {
    font-size: 18px;
}

.form-withdraw .btn {
    width: fit-content;
    background: linear-gradient(135deg, #7146ff, #4a69ff)!important;
    color: #fff;
    padding: 7px 15px;
    min-width: 240px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 12px;
}

.fz-16 {
    font-size: 16px;
}

.form-add-bank {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.form-add-bank .item .lab {
    color: #fff;
}

.form-add-bank .btn {
    background: linear-gradient(135deg, #7146ff, #4a69ff);
    border-radius: 3px;
    border: 1px solid transparent;
    color: #fff;
    box-shadow: unset !important;
}

.page-account {
    background-color: #292e3b !important;
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0.13333rem 0.29333rem 0.02667rem rgba(0, 0, 0, 0.15);
}

.box-withdraw {
    background: #363d4e;
    padding: 24px;
    border-radius: 8px;
}

.box-withdraw .add {
    width: fit-content;
    height: 132px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    background: #292e3b !important;
    margin-bottom: 0 !important;
}

.title-withdraw {
    font-size: 18px;
}

.withdraw-box {
    max-width: 600px;
}

.withdraw-box input {
    background-color: #2e3342;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
}

.user-info .content .price {
    color: #fa0;
    font-size: 14px;
}

.user-info .content .profile-reload-user-money-btn img {
    width: 16px;
    height: 16px;
    object-fit: scale-down;
}

.game-logo .item {
    width: 153px;
}

.game-logo .item .logo-game {
    position: relative;
    display: block;
    padding-top: 36%;
}

.game-logo .item .logo-game img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .3s;
}

.game-logo .item .logo-game:hover img {
    transform: translate(-50%, -50%) scale(1.15);
    transform-origin: center;
}

.game-logo .item {
    margin-bottom: 12px;
}

.footer .s-content {
    color: #808080;
}

.menu-footer ul li {
    display: inline-block;
    padding: 0 36px;
}

.menu-footer ul li a {
    color: #808080;
}

.menu-footer ul li:not(:last-child) {
    border-right: 1px solid #808080;
}

.image-footer {
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
}

.copy-right {
    color: #808080;
    margin-bottom: 0;
}

@media(min-width:992px) {
    .game-list__item:hover .croupier {
        transform: scale(1.2);
    }
    .game-list__item .btn-play {
        transition: all .3s;
    }
    .game-list__item:hover .btn-play {
        transform: scale(1.1);
    }
    .form-add-bank .item {
        display: flex;
        align-items: center;
    }
    .form-add-bank .item .lab {
        width: 20%;
        margin-right: 16px;
    }
    .form-add-bank .item .input {
        flex: 1;
    }
    .menu ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .menu ul li a {
        display: block;
        color: #fa0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px;
        transition: all .3s;
        border: 1px solid transparent;
    }
    .menu ul li a:hover {
        color: #fff;
        background: #fa0;
        border: 1px solid #fff;
    }
}

@media(max-width:991px) {
    .forgot-box .head-text {
        padding: 20px 0;
    }
    .item-how-to .content .step {
        font-size: 13px;
    }
    .item-how-to .content .short_content {
        font-size: 14px;
    }
    .game-list__item .logo {
        height: 100px;
    }
    .game-list__item .content {
        max-width: 60%;
    }
    .game-list__item .name {
        font-size: 18px;
    }
    .game-list__item .desc {
        font-size: 13px;
    }
    .section-title {
        padding: 0;
        font-size: 24px;
        background-image: none;
    }
    .section-title::before,
    .section-title::after {
        display: none;
    }
    .box-mini-menu {
        display: block;
    }
    .header-nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        max-width: min(350px, 80%);
        z-index: 3000000000;
        overflow-y: auto;
        transition: all .3s;
        background: #014346;
    }
    .header-nav.active {
        left: 0;
    }
    .header-nav .container {
        padding: 0;
    }
    .header-nav .menu {
        width: 100%;
    }
    .header-nav .box-action {
        width: 100%;
        margin-top: 10px;
        padding: 12px;
        background-color: #ddca8c;
    }
    .logo-mobile {
        max-width: 200px;
        margin: 16px auto;
    }
    .menu ul li a {
        display: block;
        padding: 8px 15px;
        font-size: 16px;
        border: 1px solid #565353;
        color: #bfc1ca;
        margin-bottom: 8px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .show-menu-mobile {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        z-index: 10;
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 20px;
    }
    .module-statis {
        padding: 12px 0px 5px 0px;
    }
    .item-statis .icon {
        width: 40px;
        height: 40px;
    }
    .rank-box,
    .RankList,
    .home-com {
        padding: 0 !important;
    }
    .bonus-box__day {
        margin-bottom: 16px;
    }
    .title-all {
        font-size: 20px;
    }
    .wallet-balance .head .icon {
        width: 32px;
        height: 32px;
    }
    .mian .menu-box .nav-muen .item .name {
        font-size: 12px !important;
    }
    .over-lay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        transition: all .3s;
        background: rgba(0, 0, 0, .6);
        z-index: 1000;
    }
    .over-lay.show {
        right: 0;
    }
    .footer {
        padding-bottom: 80px;
    }
}

@media(max-width:767px) {
    .game-head .total-box {
        display: block;
    }
    .game-head .total-box .btn-blue-all {
        width: 100%;
    }
    .page-all-game .gameList .item .info .img {
        width: 2.1333rem!important;
        height: 1.51rem!important;
    }
    .page-all-game .gameList .item .info .name {
        font-size: 18px!important;
    }
    .page-all-game .gameList .item .info {
        padding: 0.86667rem 0.4rem 0.3rem 0.3rem !important;
    }
}

@media(max-width:575px) {
    .game-head .m-r-10 .van-image {
        width: 40px !important;
        height: 40px !important;
    }
    .game-head .num {
        font-size: 16px !important;
    }
    .game-betting .content .box .random-box .random {
        font-size: 9px;
    }
    .RankList .item .info .name,
    .RankList .item .info .price {
        font-size: 14px !important;
    }
    .RankList .item .info .time {
        font-size: 12px !important;
    }
    .van-tabbar .name {
        font-size: 12px;
    }
    #form-fillter-myteam {
        padding: 0 15px;
    }
    #form-fillter-myteam ._vh_delete_allp-l-15 {
        flex-wrap: wrap;
    }
    #form-fillter-myteam ._vh_delete_allp-l-15 .btn {
        margin-top: 8px;
    }
    .box-game-plinko .game_play {
        min-height: 200px;
    }
    .how-to-item {
        padding: 12px;
    }
    .how-to-item .head {
        margin-bottom: 12px;
    }
    .how-to-item .head .step {
        padding: 8px 12px;
        border-radius: 12px;
    }
    .how-to-item .content {
        font-size: 14px;
    }
    .how-to-item .head .icon {
        width: 45px;
        height: 45px;
    }
}

.border-box-time {
    margin-bottom: 10px;
    box-shadow: inset 0 3px 3px 0 hsla(0, 0%, 100%, .11), inset 0 -3px 3px 0 rgba(0, 0, 0, .29), 0 2px 4px 0 rgba(0, 0, 0, .1);
}

h3.title-bet {
    font-size: 16px;
}

table.current-bet thead {
    background: #3b4867;
    color: #dbdbdb;
}

table.current-bet {
    border-collapse: collapse;
    border: 1px solid #014346;
    width: 100%;
    text-align: center;
}

table.current-bet tr,
table.current-bet td {
    border: 1px solid #3b4867;
    color: #dbdbdb;
}

table.current-bet td {
    padding: 3px;
    color: ;
}

table.current-bet td p {
    margin: 0;
}

a.cancel-order {
    color: #fff;
    background: #6f1717;
    padding: 3px;
}

table.current-bet td:nth-child(2) {
    word-break: break-all;
}