@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&amp;family=Open+Sans:wght@300;400&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.theme-one {
    color: #FF3653 !important;
}

.theme-one-bg {
    background: #FF3653 !important;
}

.theme-two {
    color: #18D39E !important;
}

.theme-two-bg {
    background: #18D39E !important;
}

.theme-three {
    color: #0C93D2 !important;
}

.theme-three-bg {
    background: #0C93D2 !important;
}

.theme-four {
    color: #F6A200 !important;
}

.theme-four-bg {
    background: #F6A200 !important;
}

.fs-sm {
    font-size: 14px;
}

.gradient-one {
    background: linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%) !important;
}

.gradient-two {
    background: linear-gradient(-40deg, #37ACE2 19%, #03CAAE 81%) !important;
}

.gradient-three {
    background: linear-gradient(-40deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}

.gradient-four {
    background: linear-gradient(-40deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

/* Text Color */
.text--primary {
    color: #ff5201 !important;
}

.text--secondary {
    color: #78818A !important;
}

.text--base {
    color: #FFC827 !important;
}

.text--danger {
    color: #EA5455 !important;
}

.text--warning {
    color: #FF9F43 !important;
}

.text--info {
    color: #1E9FF2 !important;
}

.text--success {
    color: #28C76F !important;
}

.text--dark {
    color: #343A40 !important;
}

.text--white {
    color: #fff !important;
}

/* Btn Color */
.border--white {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.border--dark {
    border-color: rgba(31, 31, 35, 0.15) !important;
}

.border--base {
    border-color: rgba(255, 200, 39, 0.15) !important;
}

.border--primary {
    border-color: rgba(255, 82, 1, 0.15) !important;
}

.border--secondary {
    border-color: rgba(120, 129, 138, 0.15) !important;
}

.btn--outline {
    border: 1px solid #FFC827 !important;
}

.btn--border {
    border: 1px solid #FFC827 !important;
}

.btn--round {
    border-radius: 35px !important;
}

.radius-0 {
    border-radius: 0 !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-50 {
    border-radius: 50% !important;
}

.btn--primary {
    color: #fff !important;
    background: #ff5201 !important;
    border-color: #ff5201 !important;
}

.btn--secondary {
    color: #fff !important;
    background: #78818A !important;
    border-color: #78818A !important;
}

.btn--base {
    color: #fff !important;
    background: #FFC827 !important;
    border-color: #FFC827 !important;
}

.btn--danger {
    color: #fff !important;
    background: #EA5455 !important;
    border-color: #EA5455 !important;
}

.btn--warning {
    color: #fff !important;
    background: #FF9F43 !important;
    border-color: #FF9F43 !important;
}

.btn--info {
    color: #fff !important;
    background: #1E9FF2 !important;
    border-color: #1E9FF2 !important;
}

.btn--success {
    color: #fff !important;
    background: #28C76F !important;
    border-color: #28C76F !important;
}

.btn--dark {
    color: #fff !important;
    background: #343A40 !important;
    border-color: #343A40 !important;
}
.badge--primary {
    color: #fff !important;
    background: #ff5201 !important;
    border-color: #ff5201 !important;
}

.badge--secondary {
    color: #fff !important;
    background: #78818A !important;
    border-color: #78818A !important;
}

.badge--base {
    color: #fff !important;
    background: #FFC827 !important;
    border-color: #FFC827 !important;
}

.badge--danger {
    color: #fff !important;
    background: #EA5455 !important;
    border-color: #EA5455 !important;
}

.badge--warning {
    color: #fff !important;
    background: #FF9F43 !important;
    border-color: #FF9F43 !important;
}

.badge--info {
    color: #fff !important;
    background: #1E9FF2 !important;
    border-color: #1E9FF2 !important;
}

.badge--success {
    color: #fff !important;
    background: #28C76F !important;
    border-color: #28C76F !important;
}

.badge--dark {
    color: #fff !important;
    background: #343A40 !important;
    border-color: #343A40 !important;
}

/* Background Color */
.bg--primary {
    background: #ff5201 !important;
}

.bg--secondary {
    background: #78818A !important;
}

.bg--base {
    background: #FFC827 !important;
}

.bg--danger {
    background: #EA5455 !important;
}

.bg--warning {
    background: #FF9F43 !important;
}

.bg--info {
    background: #1E9FF2 !important;
}

.bg--success {
    background: #28C76F !important;
}

.bg--dark {
    background: #343A40 !important;
}

.bg--white {
    background: #fff !important;
}

.bg--none {
    background: transparent !important;
}

.shadow--base {
    box-shadow: 0 0 25px rgba(255, 200, 39, 0.45) !important;
}

.shadow--primary {
    box-shadow: 0 0 25px rgba(255, 82, 1, 0.35) !important;
}

.shadow--secondary {
    box-shadow: 0 3px 15px rgba(120, 129, 138, 0.45) !important;
}

.facebook {
    color: #3b5998 !important;
    border: 1px solid rgba(59, 89, 152, 0.9) !important;
}

.facebook:hover {
    background: #3b5998 !important;
    color: #fff !important;
}

.twitter {
    color: #55acee !important;
    border: 1px solid rgba(85, 172, 238, 0.9) !important;
}

.twitter:hover {
    background: #55acee !important;
    color: #fff !important;
}

.vimeo {
    color: #1ab7ea !important;
    border: 1px solid rgba(26, 183, 234, 0.9) !important;
}

.vimeo:hover {
    background: #1ab7ea !important;
    color: #fff !important;
}

.instagram {
    color: #e4405f !important;
    border: 1px solid rgba(228, 64, 95, 0.9) !important;
}

.instagram:hover {
    background: #e4405f !important;
    color: #fff !important;
}

.youtube {
    color: #cd201f !important;
    border: 1px solid rgba(205, 32, 31, 0.9) !important;
}

.youtube:hover {
    background: #cd201f !important;
    color: #fff !important;
}

.facebook-bg {
    background: #3b5998 !important;
    border-color: transparent !important;
}

.facebook-bg:hover {
    background: #3b5998 !important;
    color: #fff !important;
}

.twitter-bg {
    background: #55acee !important;
    border-color: transparent !important;
}

.twitter-bg:hover {
    background: #55acee !important;
    color: #fff !important;
}

.vimeo-bg {
    background: #1ab7ea !important;
    border-color: transparent !important;
}

.vimeo-bg:hover {
    background: #1ab7ea !important;
    color: #fff !important;
}

.instagram-bg {
    background: #e4405f !important;
    border-color: transparent !important;
}

.instagram-bg:hover {
    background: #e4405f !important;
    color: #fff !important;
}

.youtube-bg {
    background: #cd201f !important;
    border-color: transparent !important;
}

.youtube-bg:hover {
    background: #cd201f !important;
    color: #fff !important;
}

.google-bg {
    background: #dd4b39 !important;
    border-color: transparent !important;
}

.google-bg:hover {
    background: #dd4b39 !important;
    color: #fff !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Cabin", sans-serif;
    background: #3a3a3a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    width: 30%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: #fff;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #fff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
    font-weight: 500;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}

h6 {
    font-size: 13px;
    font-weight: 500;
}

p {
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

a:hover {
    color: #FFC827;
}

span, sub, sup {
    display: inline-block;
    line-height: 1.7;
}

ul {
    /* margin: -7px 0; */
    padding: 0;
}

ul li {
    list-style: none;
    /* padding: 7px 0; */
}

.bg_img {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}

.bg_fixed {
    background-attachment: fixed !important;
}

.form-label {
    font-size: 15px;
    color: #fff;
}

.form--control {
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.form--control:focus {
    color: #fff;
    border: 1px solid rgba(255, 200, 39, 0.6);
    outline: 0;
    box-shadow: none;
}

.form--control[type=file] {
    line-height: 25px;
    padding: 12px 25px;
}

.form--control[readonly] {
    background: rgba(255, 82, 1, 0.05) !important;
}

.form--control[readonly]:focus {
    border-color: rgba(255, 255, 255, 0.17);
}

.form--control.style-two {
    background:transparent;
}

select.lang-select {
    border: 0;
    background-color: transparent !important;
    color: #fff;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
}

.h-40 {
    height: 40px !important;
}

.h-45 {
    height: 45px !important;
}

.h-50 {
    height: 50px !important;
}

textarea.form--control {
    height: 150px;
    padding-top: 10px;
}

.title, .name, img {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.section-bg {
    background: #282828;
}

.custom--scrollbar ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px;
}

.custom--scrollbar ::-webkit-scrollbar-thumb {
    background: rgba(255, 82, 1, 0.45) !important;
    border-radius: 5px !important;
}

.nice-select {
    width: auto;
    display: flex;
    align-items: center;
    line-height: 1;
    box-shadow: 3px 3px 10px 3px rgba(255, 82, 1, 0.05);
}

.nice-select:focus {
    border-color: rgba(255, 200, 39, 0.7);
}

.nice-select .list {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
}

.nice-select .list li {
    min-height: 20px;
    max-height: 35px;
    display: flex;
    align-items: center;
}

.nice-select .list li::before {
    display: none;
}

.rtl {
    direction: rtl !important;
}

.form--check {
    display: flex;
    align-items: center;
}

.form--check label {
    line-height: 1;
    padding-left: 5px;
    font-size: 15px !important;
    cursor: pointer;
}

.form--check input[type="checkbox"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.form--check input[type="checkbox"]::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-size: 10px;
    color: #fff;
    visibility: hidden;
    background: #FFC827;
    line-height: 1;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 1.4;
}

.form--check input[type="checkbox"]:checked {
    border: none !important;
}

.form--check input[type="checkbox"]:checked::after {
    visibility: visible;
}

.custom--radio {
    display: flex;
}

.custom--radio label {
    margin-bottom: -2px;
    padding-left: 7px;
    font-size: 16px !important;
}

.custom--radio input[type="radio"] {
    appearance: none;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(255, 82, 1, 0.4) !important;
    border-radius: 2px;
    margin-top: 4px;
    border-radius: 2px;
}

.custom--radio input[type="radio"]:checked {
    background: transparent;
    border-color: transparent !important;
}

.custom--radio input[type="radio"]::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: '\f14a';
    font-size: 18px;
    color: #FFC827;
    visibility: hidden;
    opacity: 0;
}

.custom--radio input[type="radio"]:checked::after {
    visibility: visible;
    opacity: 1;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    position: fixed;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #FFC827;
    border-radius: 3px;
}

.scrollToTop:hover {
    color: #fff;
}

.scrollToTop.active {
    transform: translateY(0);
    animation: bounceInDown 2s;
}

.scrollToTop i {
    transform: rotate(-45deg);
}

i {
    line-height: 1;
}

@media (min-width: 1200px) {
    .padding-top {
        padding-top: 30px;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 52px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .padding-top {
        padding-top: 40px;
    }

    .padding-bottom {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {

.tabbar__container {
    width: 100% !important;
}
    h3 {
        font-size: 22px;
    }

    h5 {
        font-size: 17px;
    }

    .padding-top {
        padding-top: 30px;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .Betting__C-multiple-r label{
        padding: 8px 7px 5px !important;
    }
    body {
        width: 100% !important;
    }
    .mt-5 {
        margin-top: 2rem!important;
    }
    .app {
        width: 100% !important;
        margin: 0 auto;
    }
    h2 {
        font-size: 42px;
    }

    h4 {
        font-size: 12px;
    }

    h6 {
        font-size: 15px;
    }

    .padding-top {
        padding-top: 30px;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }
    .game-item__thumb {
        padding: 7px !important;
    }
}

@media (max-width: 575px) {
    .game-item__thumb {
        padding: 7px;
    }
    .app {
        width: 100% !important;
        margin: 0 auto;
    }
    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 12px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 15px;
    }

    .padding-top {
        padding-top: 30px;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }

    .container, .container-fluid {
        max-width: 460px !important;
    }

    p {
        font-size: 15px;
    }
}

.btn, .cmn--btn {
    color: #1f1f23;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 10px;
    z-index: 1;
    border: 0;
}

@media (max-width: 1199px) {
    .btn, .cmn--btn {
        font-size: 18px;
    }
}

.btn:hover, .cmn--btn:hover {
    color: #1f1f23;
}

.btn.btn--lg, .cmn--btn.btn--lg {
    padding: 5px 12px !important;
}

@media (max-width: 991px) {
    .app {
        width: 100%;
        margin: 0 auto;
    }
    .btn.btn--lg, .cmn--btn.btn--lg {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .btn.btn--lg, .cmn--btn.btn--lg {
        font-size: 16px;
    }
}

.btn.btn--md, .cmn--btn.btn--md {
    padding: 5px 10px !important;
    font-size: 15px;
}

.btn.btn--sm, .cmn--btn.btn--sm {
    padding: 5px 15px !important;
    font-size: 14px;
}

.btn.btn--xs, .cmn--btn.btn--xs {
    padding: 0px 10px !important;
    font-size: 13px;
}

.cmn--btn {
    position: relative;
    overflow: hidden;
}

.cmn--btn::before, .cmn--btn::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.cmn--btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    top: -5px;
    background: #FFC827;
}

.cmn--btn:hover::before, .cmn--btn.active::before {
    top: -100%;
}

.video-button {
    width: 75px;
    height: 75px;
    z-index: 1;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    background-image: -moz-linear-gradient(123deg, #300c7a 0%, #780774 100%);
}

@media (max-width: 1199px) {
    .video-button {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 450px) {
    .video-button {
        width: 60px;
        height: 60px;
    }
}

.video-button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation: play-button 2s linear infinite;
}

.video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation: play-button 1.8s linear infinite;
    animation-delay: .5s;
}

.video-button i {
    font-size: 24px;
    color: #fff;
    z-index: 1;
}

@media (max-width: 1199px) {
    .video-button i {
        font-size: 20px;
    }
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    background: transparent;
    z-index: -111;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.overlay.active {
    z-index: 11;
}

.overlay.overlay-color {
    background: rgba(31, 31, 35, 0.4);
    z-index: 11;
}

.header {
    position: absolute;
    top: 0;
    z-index: 11;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    border-bottom: 1px solid transparent;
    width: 30%;
    background: #282828;
}

.header.sticky {
    background: #282828;
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgba(255, 200, 39, 0.1);
    width: 30%;
}

.header-bottom {
    padding: 10px 0;
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 10px 0;
    }
}

.header-bottom-area {
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-bottom-area {
        justify-content: space-between;
    }
}

.logo img {
    max-width: 180px;
    max-height: 60px;
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 130px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 120px;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 100px;
        max-height: 50px;
    }
}

.menu {
    align-items: center;
    margin: 0;
    position: relative;
}

.menu > .has-sub-menu {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .menu > .has-sub-menu {
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .menu > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

.menu .sub-menu li {
    width: 100%;
}

@media (min-width: 992px) {
    .menu .sub-menu {
        display: block !important;
    }
}

.menu li {
    position: relative;
}

.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu li.has-sub-menu > a::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: '\f107';
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}

.menu li a {
    display: block;
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.menu li a .badge {
    position: absolute;
    font-weight: 600;
    top: -12px;
    right: -8px;
    font-size: 9px;
    color: #1f1f23 !important;
    border-radius: 3px 3px 3px 0;
    line-height: .93;
    padding: 4px 5px 2px;
    z-index: 1;
}

.menu li a .badge::before {
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: 0;
    background: #FFC827;
    width: 8px;
    height: 5px;
    clip-path: polygon(0 100%, 0 0, 100% 0);
}

.menu .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 1399px) {
    .menu li a {
        font-size: 15px;
        padding: 4px 16.25px;
    }
}

@media (max-width: 991px) {
    .menu li a {
        font-size: 14px;
        padding: 4px 10px;
    }
}

@media (min-width: 992px) {
    .sub-menu {
        position: absolute;
        top: 100%;
        right: 0px;
        opacity: 0;
        visibility: hidden;
        min-width: 230px;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
        transform: translateY(15px);
        box-shadow: 0 3px 12px 3px rgba(255, 82, 1, 0.1);
        overflow: hidden;
        z-index: 11;
        background: #debc6f;
        border: 2px solid rgba(255, 200, 39, 0.4);
        padding: 10px;
    }

    .sub-menu li {
        padding: 0;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        font-size: 14px;
        color: #fff;
        padding: 7px 15px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-line-clamp: 1;
    }

    .sub-menu li a:hover {
        padding-left: 20px;
        background: #FFC827;
        color: #1f1f23;
    }

    .sub-menu:hover {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .sub-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        top: 5px;
        left: -100%;
        transform: translateY(20px);
    }

    .sub-menu.has-sub-menu > a::after {
        transform: translate(-20px, -50%);
    }
}

@media (max-width: 991px) {
    .menu > li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu > li:nth-last-child(2) {
        border-bottom: none;
    }

    .menu > li:nth-last-child(3) {
        border-bottom: none;
    }

    /* .menu {
        position: absolute;
        top: 0;
        left: 0;
        padding: 50px 30px 50px;
        max-height: calc(100vh - 50px);
        min-width: 200px;
        width: 100%;
        visibility: hidden;
        transform-origin: top;
        transform: translateY(-100px) scaleY(0.6);
        opacity: 0;
        overflow-y: auto;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
    } */

    /* .menu.active {
        background: #282828;
        opacity: 1;
        transform: translateY(0) scaleY(1);
        visibility: visible;
        z-index: 9999;
        top: 0px;
    }

    .menu.active .cmn--btn {
        border-color: #fff;
    }

    .menu .has-sub-menu {
        margin-right: 0;
    }

    .menu .sub-menu {
        background: #282828;
    }

    .menu .has-sub-menu > a::after {
        transform: translate(-20px, -50%) !important;
    }

    .menu li {
        padding: 3px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu li a {
        color: #fff;
        display: inline-block;
    }

    .menu li.has-sub-menu a::after {
        transform: translate(-20px, -50%) !important;
    }

    .menu .btn {
        background: #fff !important;
        border-color: transparent !important;
        color: #FFC827 !important;
    }

    .sub-menu {
        display: none;
        padding-left: 25px;
        background: #fff;
    } */
}

.header-trigger {
    cursor: pointer;
    margin-top: -10px;
}

.header-trigger.active span {
    background: none !important;
}

.header-trigger.active span::before {
    transform: rotate(-45deg) translate(-11px, 0px);
    background: #fff;
}

.header-trigger.active span::after {
    transform: rotate(45deg) translate(-11px, 0px);
    background: #fff;
}

.header-trigger span {
    width: 25px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all ease .3s;
}

.header-trigger span::after, .header-trigger span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.header-trigger span::after {
    bottom: -8px;
}

.header-trigger span::before {
    top: -8px;
}

.banner-section {
    padding: 160px 0 80px;
    position: relative;
}

@media (max-width: 1399px) {
    .banner-section {
        padding: 150px 0px 50px;
    }
}

.banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282828;
    opacity: .75;
}

.banner-section .container {
    position: relative;
    z-index: 1;
}

.banner-content {
    max-width: 700px;
    position: relative;
}

@media (max-width: 1399px) {
    .banner-content {
        max-width: 650px;
    }
}

@media (max-width: 1199px) {
    .banner-content {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .banner-content {
        max-width: 100%;
        text-align: center;
    }
}

.banner-content .shape1 {
    position: absolute;
    top: -100px;
    left: -150px;
    max-width: 250px;
    opacity: .25;
    z-index: -1;
}

.banner-content__title {
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .banner-content__title {
        font-size: 62px;
    }
}

@media (max-width: 1199px) {
    .banner-content__title {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .header {
        width: 100%;
    }
    .header.sticky {
        width: 100%;
    }
    .banner-content__title {
        font-size: 46px;
    }
}

@media (max-width: 450px) {
    .banner-content__title {
        font-size: 32px;
    }
}

.banner-content__title span {
    text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
}

.banner-content__subtitle {
    font-size: 22px;
    max-width: 550px;
}

@media (max-width: 1199px) {
    .banner-content__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .banner-content__subtitle {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .banner-content__subtitle {
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    .banner-content__subtitle {
        font-size: 18px;
    }
}

.banner-content .button-wrapper {
    margin: -5px -10px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .banner-content .button-wrapper {
        margin-top: 40px;
    }
}

.banner-content .button-wrapper .cmn--btn {
    margin: 5px 10px;
}

.banner-content .button-wrapper .cmn--btn i {
    font-size: 22px;
    line-height: 1;
    transform: translateY(2px);
}

.banner-thumb {
    max-width: 400px;
}

@media (max-width: 1399px) {
    .banner-thumb {
        max-height: 600px;
    }
}

@media (max-width: 1199px) {
    .banner-thumb {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .banner-thumb {
        max-width: 100%;
        margin-top: 50px;
    }

    .banner-thumb img {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .banner-thumb {
        margin-top: 30px;
    }
}

.inner-banner {
    padding: 170px 0 110px;
    position: relative;
}

@media (max-width: 1199px) {
    .inner-banner {
        padding-top: 160px;
    }
}

@media (max-width: 991px) {
    .inner-banner {
        padding-top: 140px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .inner-banner {
        padding-top: 120px;
        padding-bottom: 70px;
    }
}

.inner-banner::before {
    opacity: .75 !important;
}

.inner-banner .container {
    position: relative;
}

.breadcrumbs {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.breadcrumbs li {
    padding: 3px 10px;
}

.breadcrumbs li a {
    position: relative;
    padding-right: 35px;
}

.breadcrumbs li a::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
    font-size: 18px;
    right: 0;
    top: 2px;
    color: #fff;
}

@media (max-width: 767px) and (max-width: 991px) {
    .table--responsive--md tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) and (max-width: 575px) {
    .table--responsive--md tbody tr td::before {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td::before {
        content: attr(data-label);
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .table--responsive--lg tbody tr td::before {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .table--responsive--xl tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td::before {
        content: attr(data-label);
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .table--responsive--xl tbody tr td::before {
        font-size: 15px;
    }
}

.table {
    margin: 0;
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.table thead tr th {
    padding: 5px 8px;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.17);
}

.table tbody {
    font-size: 15px;
}

.table tbody tr:nth-child(odd) {
    background: #282828;
}

.table tbody tr td {
    color: #fff;
    vertical-align: middle;
    padding: 5px 8px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.17);
}

.custom--card {
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 5px;
    background: #3a3a3a;
}

.custom--card .card--header,
.custom--card .card--footer {
    background: #282828;
    color: #1f1f23;
    text-align: center;
}

.custom--card .card--header .card-title,
  .custom--card .card--footer .card-title {
    color: #fff;
    margin: 0;
}

.custom--card.card--primary .card--header,
.custom--card.card--primary .card--footer {
    background: #ff5201;
}

.custom--card.card--base .card--header,
.custom--card.card--base .card--footer {
    background: #FFC827;
}

.custom--card .card--header,
.custom--card .card--footer {
    padding: 15px 25px;
    border-color: rgba(255, 255, 255, 0.17) !important;
}

@media (max-width: 575px) {
    .custom--card .card--header,
    .custom--card .card--footer {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .custom--card .card--header,
    .custom--card .card--footer {
        padding: 8px 15px;
    }
}

.custom--card .card--body {
    padding: 25px;
}

@media (max-width: 575px) {
    .custom--card .card--body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom--card .card--body {
        padding: 15px;
    }
}

.custom--card.card--lg .card--header,
.custom--card.card--lg .card--footer {
    padding: 20px 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 15px 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 10px 20px;
    }
}

@media (max-width: 450px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 8px 15px;
    }
}

.custom--card.card--lg .card--body {
    padding: 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card--body {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card--body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom--card.card--lg .card--body {
        padding: 15px;
    }
}

.custom--card.card--md .card--header,
.custom--card.card--md .card--footer {
    padding: 10px 20px;
}

.custom--card.card--md .card--body {
    padding: 20px 20px;
}

.badge {
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.badge:hover {
    color: #fff;
}

.badge.badge--sm {
    padding: 3px 10px;
    font-size: 12px;
}

.badge.badge--xs {
    padding: 2px 8px;
    font-size: 11px;
}

.badge.badge--lg {
    padding: 7px 15px;
    font-size: 15px;
}

.badge.badge--cap {
    border-radius: 15px;
    padding: 5px 15px;
}

.badge.badge--round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
}

.custom--modal .modal--footer,
.custom--modal .modal--body,
.custom--modal .modal--header {
    border-color: rgba(255, 255, 255, 0.17);
    background: #282828;
    border-color: rgba(255, 255, 255, 0.17) !important;
}

.custom--modal .modal--footer .modal-title,
.custom--modal .modal--header .modal-title {
    margin: 0;
    color: #fff;
}

.custom--modal .modal--footer .btn-close,
.custom--modal .modal--header .btn-close {
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: #EA5455;
    opacity: 1;
}

.custom--modal .modal-content {
    border: none;
    color: #fff;
    background: #282828;
}

.footer-section {
    position: relative;
    padding: 40px 0 35px;
}

.footer-section .shape1 {
    position: absolute;
    max-width: 220px;
    right: 0;
    bottom: 0;
}

@media (max-width: 1700px) {
    .footer-section .shape1 {
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .footer-section .shape1 {
        display: none;
    }
}

.footer-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282828;
    opacity: .9;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-links li {
    padding: 3px 10px;
}

.footer-links li a {
    color: #fff;
}

.footer-links li a:hover {
    color: #FFC827;
}

.social-links li {
    padding: 5px !important;
}

.social-links li a {
    border: 0 !important;
}

.footer-bottom {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 200, 39, 0.1);
    position: relative;
}

.pagination {
    margin: 0;
    margin-top: 20px;
    justify-content: center;
}

@media (max-width: 575px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
    .pagination .page-item span {
        font-weight: 600;
        width: 100px;
        height: 38px;
        color: #333;
        line-height: 38px;
        padding: 0;
        /* border-radius: 50% !important; */
        border-color: rgba(255, 200, 39, 0.1);
        background: #debc6f;
        box-shadow: none;
        outline: 0;
}

.pagination .page-item span {
    border: none;
}

.pagination .page-item.active span,
    .pagination .page-item.active a, .pagination .page-item:hover span,
    .pagination .page-item:hover a {
    background: #FFC827;
    color: #1f1f23;
    border-color: #ffc827;
}

.pagination .page-item.disabled {
    cursor: no-drop !important;
}

.pagination .page-item.disabled span, .pagination .page-item.disabled a {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: #fff;
}

.account-section {
    min-height: 100vh;
    overflow-y: auto;
}

.account__main__wrapper {
    display: flex;
    padding-top: 50px;
    padding-bottom: 0px;
}

@media (max-width: 991px) {
    .account__main__wrapper {
        flex-wrap: wrap;
    }
}

.login__container-heading{
    text-align: left;
    padding-top: 85px;
    background: #c3c3c3;
    padding-bottom: 30px;
    background: linear-gradient(90deg, #6F7381 0%, #ffebad 100%);
    transform: translate(0%);
}

.login__container-heading h4{
    font-size: 18px;
    letter-spacing: 0.5px;
}

.login__container-heading p{
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    /* font-weight: 200; */
}

.account__form__wrapper {
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 25px;
    /* border-radius: 25px; */
    overflow-y: auto;
    position: relative;
    /* background: rgb(45 45 45); */
    /* border: 1px solid rgba(255, 255, 255, 0.17); */
    backdrop-filter: blur(15px);
}

.account__form__wrapper .form-control {
    color: #fff !important;
}

@media (max-width: 767px) {
    .account__form__wrapper {
        padding: 60px 0;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .account__form__wrapper {
        padding: 20px 0 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .account__form .cmn--btn, .account__form .btn {
        padding: 9px 20px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .account__form__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.account__form__wrapper .logo {
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 450px) {
    .account__form__wrapper .logo {
        margin-bottom: 20px;
    }
}

.account__form__wrapper .logo img {
    max-width: 170px;
}

.account__form__wrapper.sign-up {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 700px;
    width: 100%;
}

@media (max-width: 1199px) {
    .account__form__wrapper.sign-up {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .account__form__wrapper.sign-up {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .account__form__wrapper.sign-up {
        padding: 40px 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 450px) {
    .account__form__wrapper.sign-up {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.input-view-icon span{
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.account__form {
    position: relative;
    text-align: left;
}

.regiter-ur-phone{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFC827;
}

.regiter-ur-phone .icon i{
    font-size: 2pc;
    color: #FFC827;
}

.regiter-ur-phone .text p{
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #FFC827;
}


.account__form .form-group .regiter{
    color: #FFC827;
    padding: 8px 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 1px solid #f4c028;
    cursor: pointer;
    width: 100%;
    text-align: center;
    outline: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 30px;
}

.account__form .cmn--btn, .account__form .btn {
    padding: 10px 25px;
}

.account__form .forgot-pass {
    font-size: 14px;
}


.account__content__wrapper {
    padding-top: 50px;
    display: flex;
    align-items: center;
    width: calc(100% - 40%);
    position: relative;
}

@media (max-width: 991px) {
    .account__content__wrapper {
        width: calc(100%);
    }
}

.account__content__wrapper .content {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0px 30px;
}

@media (max-width: 575px) {
    .account__content__wrapper .content {
        padding: 0 15px;
    }
}

.account__content__wrapper .content .title {
    font-size: 32px;
}

@media (max-width: 450px) {
    .account__content__wrapper .content .title {
        font-size: 26px;
    }
}

.form--control.style--two {
    padding-left: 65px;
    background: transparent;
}

/* select.form--control {
    color: rgba(255, 255, 255, 0.8);
} */

select.form--control option {
    color: #000;
}

select.form--control option:hover {
    color: #1f1f23 !important;
}

.input-group-text {
    border-color: rgba(255, 255, 255, 0.17);
    background: rgba(255, 200, 39, 0.1);
    border-right: none;
}

.input-group-text.style--two {
    position: relative;
}

.input-group-text.style--two::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: rgba(255, 200, 39, 0.1);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 42% 50%);
}

.input-group .form--control {
    padding-left: 20px;
}

.input-group .form--control.style--two {
    border-left: 0;
}

.form-group {
    position: relative;
}

.input-pre-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 5px 0 0 5px;
    color: #FFC827;
    padding: 10px 15px;
    background: #debc6f;
    background: rgba(255, 200, 39, 0.1);
}

.input-pre-icon::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: rgba(255, 200, 39, 0.1);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 42% 50%);
}

.contact-wrapper {
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .contact-wrapper {
        padding: 0;
    }
}

.contact-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    left: 300px;
    background: #282828;
}

@media (max-width: 767px) {
    .contact-wrapper::before {
        display: none;
    }
}

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-wrapper {
    position: relative;
}

.contact-info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-info-wrapper {
    padding: 60px 40px;
    border: 1px solid rgba(255, 200, 39, 0.3);
    background: #debc6f;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contact-info-wrapper {
        padding: 40px 25px;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .contact-info-wrapper {
        padding: 40px 25px;
    }
}

@media (max-width: 1199px) and (max-width: 450px) {
    .contact-info-wrapper {
        padding: 30px 15px;
    }
}

.contact-info-list {
    font-size: 17px;
}

@media (max-width: 575px) {
    .contact-info-list {
        font-size: 16px;
    }
}

.contact-info-list li {
    display: flex;
    padding: 10px 0;
}

.contact-info-list li i {
    color: #FFC827;
    font-size: 24px;
    margin-right: 5px;
    margin-top: 5px;
}

.dashboard__card {
    background: #debc6f;
    padding: 30px;
    border-radius: 10px;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.dashboard__card::before {
    position: absolute;
    content: '';
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    border-radius: 10px;
    z-index: -1;
    opacity: .8;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .dashboard__card {
        padding: 25px;
    }
}

.dashboard__card-content .price {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    color: #fff;
}

@media (max-width: 1399px) {
    .dashboard__card-content .price {
        font-size: 32px;
    }
}

.dashboard__card-content .info {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .dashboard__card-content .info {
        font-size: 13px;
    }
}

.dashboard__card-icon {
    color: #fff;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    font-size: 36px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

@media (max-width: 1399px) and (min-width: 992px) {
    .dashboard__card-icon {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }
}

@media (max-width: 1399px) and (max-width: 450px) {
    .dashboard__card-icon {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }
}

.dashboard__card .view-btn {
    margin-top: 17px;
    padding: 2px 12px;
    border-radius: 5px;
    color: #1f1f23;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    font-size: 13px;
    font-weight: 500;
}

.method-card {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 10px;
    background: #282828;
}

.method-card-info {
    font-size: 14px;
    margin: 0;
}

.method-card-info li {
    padding: 5px 0;
}

.deposit-group {
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.deposit-group .title {
    font-size: 17px;
    font-weight: 500;
}

.custom--card {
    border-radius: 10px;
    overflow: hidden;
}

.profile__thumb__edit {
    max-width: 450px;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .profile__thumb__edit {
        padding: 25px 15px;
    }
}

@media (min-width: 1400px) {
    .profile__thumb__edit {
        margin-right: 15px;
    }
}

.profile__info p{
    font-size: 13px;
    background: #302d2f;
    padding: 3px 10px;
    width: -webkit-fill-available;
    border-radius: 30px;
    width: fit-content;
    margin: 5px auto 0;
}

.input-profile-icon
{
    position: absolute;
    background: #ff9c1957;
    padding: 6px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-profile-icon i{
    color: #FFC827;
}

.input-profile-icon:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: rgba(255, 200, 39, 0.1);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 42% 50%);
}

.profile__info label
{
    font-size: 14px;
    background: #ff9c19;
    padding: 8px 15px;
    color: #111;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 10px;
}

.profile-edit-wrapper button
{
    font-size: 14px;
    background: #ff9c19;
    padding: 9px 15px;
    color: #111;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}

.profile__thumb__edit .thumb {
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.profile__thumb__edit .thumb img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}

.copybtn {
    font-size: 20px !important;
    padding: 0 18px !important;
    line-height: 45px;
}


.ticket-box {
    background: #debc6f;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .ticket-box .btn, .ticket-box .cmn--btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.reset-header .icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 15px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    font-size: 30px;
    border-radius: 50%;
    color: #1f1f23;
}

.dashboard-sidebar {
    background: #282828;
    position: relative;
}

.dashboard-sidebar .close-dashboard {
    font-size: 42px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

@media (max-width: 991px) {
    .dashboard-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        height: 100vh;
        overflow-y: auto;
        max-width: 300px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100px);
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
    }

    .dashboard-sidebar.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
    }
}

@media (max-width: 991px) {
    .user-dashboard {
        padding-top: 0 !important;
    }
}

.user-toggler-wrapper {
    width: 100%;
    padding: 10px 25px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.user-toggler-wrapper .title {
    color: #1f1f23;
}

@media (max-width: 767px) {
    .user-toggler-wrapper .title {
        font-size: 18px !important;
    }
}

.user-toggler-wrapper .user-toggler {
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    font-size: 36px;
    color: #1f1f23;
}

@media (max-width: 575px) {
    .user-toggler-wrapper .user-toggler {
        font-size: 36px;
    }
}

.dashboard-user {
    text-align: center;
    padding: 25px;
    padding-bottom: 35px;
    padding-top: 60px;
}

@media (max-width: 1199px) {
    .dashboard-user {
        padding-top: 40px;
    }
}

.dashboard-user .user-thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 2px solid #FFC827;
    overflow: hidden;
}

.dashboard-user .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-user .user-content span {
    margin-bottom: 5px;
}

.dashboard-user .user-content .name {
    margin-bottom: 15px;
}

.dashboard-user .user-content .user-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dashboard-user .user-content .user-option li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    margin: 5px;
    border-radius: 50%;
}

.user-dashboard-tab {
    margin: 0;
    font-size: 17px;
}

.user-dashboard-tab li {
    padding: 0;
    border-bottom: 1px dashed rgba(255, 200, 39, 0.15);
}

.user-dashboard-tab li a {
    padding: 10px 40px;
    display: block;
}

@media (max-width: 1199px) {
    .user-dashboard-tab li a {
        padding: 7px 20px;
        font-size: 16px;
    }
}

.user-dashboard-tab li a:hover, .user-dashboard-tab li a.active {
    background: #FFC827;
    color: #1f1f23;
}

.user-dashboard-tab li:last-child {
    border: none;
}

.shape {
    position: absolute;
}
.mt-70{
    margin-top: 70px;
}
.bg_img {
    position: relative;
}

.bg_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282828;
    opacity: .9;
}

.bg_img .container {
    position: relative;
}

.about-section {
    position: relative;
}

.about-section .shape1 {
    top: 30px;
    opacity: .1;
    left: 50px;
    max-width: 300px;
    z-index: -1;
}

@media (max-width: 991px) {
    .section-thumb {
        max-width: 100%;
        margin: 0;
        margin-top: 50px;
    }

    .section-thumb img {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .section-thumb {
        margin-top: 40px;
    }
}
.game-item3{
    /* box-shadow: -3.828px -3.828px 6px 0px rgba(255, 200, 39, 0.4), 3px 5px 8px 0px rgba(255, 82, 1, 0.2); */
}

.game-item3 {
    text-align: center;
    padding: 35px 40px;
    border-radius: 10px;
    background: linear-gradient(153.24deg, #ffbc03 5.33%, #fbcb46 93.42%);
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 1399px) {
    .game-item3 {
        padding: 5px 5px 2px;
    }
}

.game-item3 .game-inner {
    position: relative;
    z-index: 1;
    text-align: left;
}



.game-item2 {
    /* box-shadow: -3.828px -3.828px 6px 0px rgba(255, 200, 39, 0.4), 3px 5px 8px 0px rgba(255, 82, 1, 0.2); */
}
.game-item2 {
    text-align: center;
    padding: 35px 40px;
    border-radius: 10px;
    background: #debc6f;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    overflow: hidden;
    z-index: 1;
}

.game-item2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/game/shape.png);
    border-radius: 10px;
    z-index: -1;
    overflow: hidden;
    background-size: cover;
}

@media (max-width: 1399px) {
    .game-item2 {
        padding: 5px 5px 2px;
    }
}

.game-item2 .ball {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: rotate(45deg);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.game-item2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(153.24deg, #ffbc03 5.33%, #fbcb46 93.42%);
    opacity: .9;
}

.game-item2:hover .ball {
    width: 45px;
    height: 45px;
}

.game-item2 .game-inner {
    position: relative;
    z-index: 1;
    border-right: 1px solid #dddddd1a;
}

.game-item {
    text-align: center;
    padding: 35px 40px;
    border-radius: 10px;
    background: #debc6f;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    overflow: hidden;
    z-index: 1;
}

.game-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/game/shape.png);
    border-radius: 10px;
    z-index: -1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .game-item {
        padding: 5px 5px 2px;
    }
}

.game-item .ball {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: rotate(45deg);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.game-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(153.24deg, #ffbc03 5.33%, #fbcb46 93.42%);
    opacity: .9;
}

.game-item:hover .ball {
    width: 45px;
    height: 45px;
}

.game-item .game-inner {
    position: relative;
    z-index: 1;
}

.game-item__thumb {
    /* width: 100%;
    height: 140px;
    margin: 0 auto 25px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 7px;
    background: #282828;*/
    padding: 5px;
}

@media (max-width: 1399px) {
    .game-item__thumb {
        height: 100px;
    }
}

.game-item__thumb img {
    height: 100%;
    width: 100%;
}

.game-item__content .title {
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .game-item__thumb {
        height: 75px;
    }
    .game-item__content .title {
        margin-bottom: 5px;
        padding-top: 5px;
    }
}

.game-item__content p {
    font-size: 18px;
}

@media (max-width: 767px) {
    .game-item__content p {
        font-size: 16px;
    }
}

.game-item__content .invest-info {
    text-transform: uppercase;
}

.game-item__content .invest-amount {
    color: #FFC827;
}

.game-item__content .cmn--btn {
    margin-top: 25px;
}

.transection-section {
    position: relative;
}

.transection-section .shape1 {
    top: 0;
    left: 0;
    opacity: .1;
    z-index: -1;
}

.tab-menu {
    margin-bottom: 40px;
}

.tab-menu li {
    padding: 3px 8px;
}

.tab-menu li .cmn--btn {
    color: #FFC827;
    background: transparent;
}

.tab-menu li .cmn--btn::before {
    visibility: hidden;
    opacity: 0;
}

.tab-menu li .cmn--btn.active {
    color: #1f1f23;
}

.table thead tr th {
    color: #1f1f23;
    font-size: 13px;
    font-weight: 600;
}

.table tbody tr td {
    font-size: 13px;
}

.table tbody tr .amount {
    color: #FFC827;
}

.why-section {
    position: relative;
}

.why-section .shape1 {
    left: -100px;
    top: 50px;
    z-index: -1;
    opacity: .1;
}

.why-item {
    max-width: 350px;
}

.why-item__thumb {
    color: #1f1f23;
    border: 6px solid #debc6f;
    font-size: 34px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .why-item__thumb {
        margin-bottom: 15px;
    }
}

.why-item__content .title {
    margin-bottom: 7px;
    font-size: 26px;
}

@media (max-width: 1199px) {
    .why-item__content .title {
        font-size: 22px;
    }
}

.how-section {
    position: relative;
}

.how-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282828;
    opacity: .9;
}

.how-section .container {
    position: relative;
    z-index: 1;
}

div[class*='col']:last-child .how-item::before {
    display: none;
}

.how-item {
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.how-item:hover .title, .how-item.active .title {
    color: #FFC827;
}

.how-item:hover .how-item__thumb, .how-item.active .how-item__thumb {
    color: #1f1f23;
}

/* .how-item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border: 1px dashed rgba(255, 200, 39, 0.7);
    top: 60px;
} */

@media (max-width: 767px) {
    .how-item::before {
        display: none;
    }
}

.how-item__thumb {
    width: 85px;
    height: 85px;
    background: #debc6f;
    border-radius: 50%;
    font-size: 34px;
    margin: 0 auto 20px;
    position: relative;
}

@media (max-width: 991px) {
    .how-item__thumb {
        width: 100px;
        height: 100px;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .how-item__thumb {
        margin-bottom: 15px;
    }
}

.how-item__thumb .badge {
    position: absolute;
    right: -10px;
    top: 10px;
    width: 30px;
    height: 30px;
    color: #1f1f23 !important;
}

.how-item__thumb img {
    max-width: 70px;
}

.how-item__content .title {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .how-item__content .title {
        font-size: 20px;
    }
}

.how-item__content .continue-button {
    margin-top: 25px;
}

.continue-button {
    padding: 10px 30px;
    border-radius: 35px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

.faq-section {
    position: relative;
}

.faq-section .shape1 {
    position: absolute;
    right: 0px;
    top: 50px;
    max-width: 500px;
    z-index: -1;
    opacity: .15;
}

.faq-item {
    height: auto;
    padding: 10px 25px;
    background: #282828;
    border: 1px solid rgba(255, 200, 39, 0.15);
}

.faq-item:not(.faq-item:last-child) {
    margin-bottom: 10px;
}

.faq-item.open .faq-item__title .title {
    color: #FFC827;
}

.faq-item.open .faq-item__title::before {
    transform: translateY(-50%) rotate(180deg);
    color: #FFC827;
}

.faq-item__title {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.faq-item__title::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: '\f107';
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.faq-item__title .title {
    font-weight: 400;
}

.faq-item__content {
    display: none;
    padding-bottom: 10px;
}

div[class*='col']:nth-child(even) > .faq-item {
    padding-left: 25px;
}

.top-section {
    position: relative;
}

.top-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282828;
    opacity: .9;
}

.top-section .container {
    position: relative;
    z-index: 1;
}

.top-section .part-title {
    font-size: 14px;
    text-align: center;
}

.top-investor-slider .slick-list {
    padding: 15px 0 !important;
}

.investor-item, .winner-item {
    text-align: center;
}

.investor-item__thumb, .winner-item__thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 5px;
    border-radius: 50%;
    position: relative;
}

@media (max-width: 1199px) {
    .investor-item__thumb, .winner-item__thumb {
        width: 80px;
        height: 80px;
    }
}

.investor-item__thumb img, .winner-item__thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #FFC827;
}

@media (max-width: 1199px) {
    .investor-item__thumb img, .winner-item__thumb img {
        width: 65px;
        height: 65px;
    }
}

.investor-item__content .name, .winner-item__content .name {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .investor-item__content .name, .winner-item__content .name {
        font-size: 14px;
    }
}

.investor-item .amount, .winner-item .amount {
    position: absolute;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    color: #1f1f23;
    font-weight: 600;
}

.cla-wrapper {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}

.cla-wrapper .title {
    font-size: 22px;
}

.cla-wrapper .thumb {
    margin-top: 25px;
}

.cla-wrapper .thumb::before {
    position: absolute;
    content: '';
    box-shadow: 0 0 50px 50px rgba(255, 200, 39, 0.7);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translateY(50px);
}

.cla-wrapper .thumb img {
    width: 150px;
}

.testimonial-section {
    position: relative;
}

.testimonial-section .shape1 {
    left: -100px;
    top: 50px;
    z-index: -1;
    opacity: .1;
}

.testimonial-slider .slick-list {
    padding: 15px 0 !important;
}

.testimonial-slider .single-slide {
    margin: 0 12px;
}

.testimonial-item {
    text-align: center;
    padding: 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .testimonial-item {
        padding: 30px 15px;
    }
}

.testimonial-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282828;
    opacity: .95;
}

.testimonial-item .testimonial-inner {
    position: relative;
    z-index: 1;
}

.testimonial-item .quote-icon {
    font-size: 52px;
    line-height: 1;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    margin-bottom: 10px;
}

.testimonial-item__content {
    margin-bottom: 25px;
}

.testimonial-item .thumb-wrapper {
    align-items: center;
    justify-content: center;
}

.testimonial-item .thumb {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFC827;
}

.testimonial-item .thumb img {
    width: 100%;
    height: 100%;
}

.testimonial-item .content {
    padding-left: 15px;
    text-align: left;
}

.testimonial-item .content .designation {
    font-size: 13px;
    color: #FFC827;
}

.blog-section {
    position: relative;
}

.blog-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282828;
    opacity: .9;
}

.blog-section .container {
    position: relative;
    z-index: 1;
}

.blog-item {
    border-radius: 5px;
    overflow: hidden;
    /* border: 1px solid rgba(255, 200, 39, 0.15); */
    /* background: #3d0633; */
    padding: 0;
    margin-bottom: 10px;
}

.blog-item__thumb {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.blog-item__thumb img {
    width: 100%;
}

.blog-item__content {
    padding: 5px;
    padding-top: 6px;
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .blog-item__content {
        padding: 12px 0 0;
    }
}

.blog-item__content .title a {
    font-size: 13px;
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.1);
}

.blog__meta {
    font-size: 14px;
}

.blog__meta i {
    color: #FFC827;
    font-size: 16px;
}

.blog-details-wrapper {
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .blog-details-wrapper {
        padding-right: 0;
    }
}

.blog-details-wrapper .details-thumb img {
    width: 100%;
}

.blog-details-wrapper .details-content {
    padding: 40px 0;
}

.blog-details-wrapper .details-content .meta-post {
    align-items: center;
    padding: 15px 0;
    padding-bottom: 25px;
    font-size: 15px;
}

.blog-details-wrapper .details-content .meta-post li {
    margin-right: 25px;
}

.blog-details-wrapper .details-content .meta-post li i {
    margin-right: 5px;
    font-size: 17px;
}

.blog-details-wrapper .details-content .meta-post li a {
    color: #FFC827;
}

.blog-details-wrapper .details-content .meta-post li:last-child {
    margin-right: 0;
}

.blog-details-wrapper .details-content .details-inner {
    padding: 12px 0;
}

.blog-details-wrapper .details-content .details-inner .subtitle {
    margin-bottom: 10px;
}

.comment__area {
    padding: 30px 30px 35px;
    background: #282828;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .comment__area {
        padding: 25px 20px;
    }
}

.comment__area-title {
    margin-bottom: 25px;
}

.comment__area .poster__item .thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 450px) {
    .comment__area .poster__item .thumb {
        width: 50px;
        height: 50px;
    }
}

.comment__area .poster__item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment__area .poster__item .content {
    width: calc(100% - 70px);
    padding-left: 20px;
}

@media (max-width: 450px) {
    .comment__area .poster__item .content {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}

.comment__area .poster__item .content .date {
    font-weight: 500;
    color: #fff;
    margin-top: 3px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .blog-item__content .title a {
        font-size: 12px !important;
    }
    .comment__area .poster__item .content .date {
        font-size: 14px;
    }
}

.comment__area .comment__item {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.comment__area .comment__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment__area .comment__item .comment__body {
    margin-top: 20px;
    padding-left: 90px;
}

@media (max-width: 767px) {
    .comment__area .comment__item .comment__body {
        padding-left: 0;
    }
}

.write__comment__area {
    padding: 30px 30px 35px;
    background: #282828;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .write__comment__area {
        padding: 25px 20px;
    }
}

.write__comment__area-title {
    margin-bottom: 25px;
}

.blog-sidebar {
    position: sticky;
    top: 20px;
    padding: 35px 25px;
    background: #282828;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .blog-sidebar {
        padding: 0;
        background: transparent;
    }
}

@media (max-width: 1199px) and (max-width: 450px) {
    .blog-sidebar {
        padding: 0;
        background: transparent;
    }
}

.recent-post-item {
    align-items: center;
    margin-bottom: 20px;
}

.recent-post-item:hover .hover-line a {
    background-size: 100% 2px !important;
}

.recent-post-item:last-child {
    margin-bottom: 0;
}

.recent-post-item .thumb {
    width: 110px;
    height: 80px;
}

.recent-post-item .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.recent-post-item .content {
    width: calc(100% - 110px);
    padding-left: 15px;
}

.recent-post-item .content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 16px;
}

.recent-post-item .content .hover-line a {
    position: relative;
    display: inline;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0 95%;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: .1% 0;
    background-repeat: no-repeat;
    width: 100%;
    color: inherit;
}

.recent-post-item .content .date {
    font-size: 13px;
}

.recent-post-item .content .date i {
    color: #FFC827;
    margin-right: 4px;
    font-size: 15px;
}

.info__list li {
    width: 50%;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}

@media (max-width: 450px) {
    .info__list li {
        width: 100%;
    }
}

.info__list li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFC827;
    left: 0;
    top: 16px;
}

.sidebar__item {
    margin-bottom: 35px;
}

.search__form .form-group {
    position: relative;
}

.search__form .form-group .btn, .search__form .form-group .cmn--btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 25px;
}

@media (max-width: 575px) {
    .search__form .form-group .btn, .search__form .form-group .cmn--btn {
        padding: 12px 25px;
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    .search__form .form-group .btn, .search__form .form-group .cmn--btn {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
}

.cate-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    font-weight: 500;
}

.cate-list li a:hover {
    color: #FFC827;
}

.cate-list li:last-child {
    border: none;
}

.privacy-policy {
    overflow: initial !important;
}

.privacy-policy-sidebar-menu {
    position: sticky;
    top: 20px;
}

.privacy-policy-sidebar-menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.17);
}

.privacy-policy-sidebar-menu li:last-child {
    border: 0;
}

.privacy-policy-sidebar-menu li a {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.privacy-policy-sidebar-menu li a::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 0;
    background: #FFC827;
    right: 0;
    top: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.privacy-policy-sidebar-menu li a.active {
    color: #FFC827;
}

.privacy-policy-sidebar-menu li a.active::before {
    height: 100%;
    transform-origin: bottom;
}

.privacy-policy-sidebar-menu li a:hover {
    color: #FFC827;
}

.privacy-policy-content {
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .privacy-policy-content {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .privacy-policy-content {
        padding-left: 0px;
    }
}

.privacy-policy-content .content-item {
    margin-bottom: 40px;
}

.privacy-policy-content .content-item:last-child {
    margin-bottom: 0;
}

.privacy-policy-content .content-item .title {
    margin-bottom: 15px;
}

.privacy-policy-content .content-item .info-list {
    margin-top: 15px;
}

.privacy-policy-content .content-item .info-list li {
    padding-left: 25px;
    position: relative;
}

.privacy-policy-content .content-item .info-list li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f101";
    left: 0;
    top: 6px;
    color: #FFC827;
}

.game-details-left {
    padding: 50px;
    background-color: #282828;
    border-radius: 8px;
    min-height: 100%;
}

.game-details-right {
    padding: 50px;
    background: #282828;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .game-details-right {
        padding: 25px;
    }
}

@media (max-width: 440px) {
    .game-details-right {
        padding: 30px 15px;
    }
}

.single-select {
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 8px;
    width: 200px;
    height: 200px;
    position: relative;
}

@media (max-width: 1199px) {
    .single-select {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 450px) {
    .single-select {
        width: 110px;
        height: 110px;
    }
}

.single-select.active {
    position: relative;
    border-color: #e6a25d;
}

.single-select img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-select.active::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    font-size: 14px;
    content: "\f00c";
    top: -8px;
    right: -10px;
    width: 25px;
    height: 25px;
    background-color: #28C76F;
    color: #fff;
    border-radius: 50%;
}

.coins-wrapper {
    position: relative;
    transform-style: preserve-3d;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    width: 300px;
    height: 300px;
    animation: coin-rotate 2s linear infinite;
}

.coins-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .coins-wrapper {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .coins-wrapper {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 450px) {
    .coins-wrapper {
        width: 150px;
        height: 150px;
    }
}

.coins-wrapper:hover {
    transform: rotateY(180deg);
}

.coins-wrapper .front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.coins-wrapper .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

@keyframes coin-rotate {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/* game details css end */
.header-bottom-area, .menu, .pagination, .dashboard__card, .deposit-group, .testimonial-item .thumb-wrapper, .blog-details-wrapper .details-content .meta-post, .recent-post-item, .social-links, .rating {
    display: flex;
    flex-wrap: wrap;
}

.video-button, .account-section, .input-pre-icon, .dashboard__card-icon, .reset-header .icon, .why-item__thumb, .how-item__thumb, .investor-item__thumb, .winner-item__thumb, .game-details-left, .single-select.active::after, .social-links li a, .preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn, .cmn--btn, .banner-content .button-wrapper .cmn--btn, .tab-menu li .cmn--btn.active, .table thead tr th, .why-item__thumb, .how-item:hover .how-item__thumb, .how-item.active .how-item__thumb, .how-item__thumb .badge, .investor-item .amount, .winner-item .amount {
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%) ;
}

.social-links {
    align-items: center;
}

.social-links li {
    padding: 3px;
}

.social-links li a {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #FFC827;
    border: 1px solid rgba(255, 200, 39, 0.6);
    border-radius: 50%;
}

.social-links li a:hover {
    color: #fff;
    background: #FFC827;
    border-color: #FFC827;
}

.slick-dots {
    left: 0;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li.slick-active button {
    background: #FFC827;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px !important;
    background: rgba(255, 200, 39, 0.2);
}

.slick-dots li button::before {
    display: none;
}

.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow.arrow-left {
    left: -60px;
    z-index: 1;
}

.slick-arrow.arrow-right {
    right: -60px;
    z-index: 1;
}

iframe {
    margin-bottom: -8px;
}

.section-header {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section-header {
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .section-header {
        margin-bottom: 0;
    }
}

.section-header.text-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.section-header.color-white * {
    color: #fff;
}

.section-header__title {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
    border-left: 4px solid #fff;
}

@media (max-width: 767px) {
    .section-header__title {
        margin-bottom: 10px;
    }
}

@keyframes moveab {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
        left: 100%;
    }

    100% {
        transform: translateX(0%);
    }
}

.section-header p {
    margin-bottom: 25px;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .section-header p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .section-header p {
        font-size: 16px;
    }
}

.rating li {
    padding: 0 3px;
}

.preloader {
    width: 100%;
    height: 100%;
    background: #00000075;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .preloader-gif {
    width: 100%;
    height: 100%;
    background: #00000075;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .scene .cube__face--left i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
  }
  .scene .cube__face--left i:nth-child(2) {
    grid-area: 2 / 1 / 2 / 1;
  }
  .scene .cube__face--left i:nth-child(3) {
    grid-area: 3 / 1 / 3 / 1;
  }
  .scene .cube__face--left i:nth-child(4) {
    grid-area: 1 / 3 / 1 / 3;
  }
  .scene .cube__face--left i:nth-child(5) {
    grid-area: 2 / 3 / 2 / 3;
  }
  .scene .cube__face--left i:nth-child(6) {
    grid-area: 3 / 3 / 3 / 3;
  }
  .scene .cube__face--right i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
  }
  .scene .cube__face--right i:nth-child(2) {
    grid-area: 3 / 1 / 3 / 1;
  }
  .scene .cube__face--right i:nth-child(3) {
    grid-area: 2 / 2 / 2 / 2;
  }
  .scene .cube__face--right i:nth-child(4) {
    grid-area: 1 / 3 / 1 / 3;
  }
  .scene .cube__face--right i:nth-child(5) {
    grid-area: 3 / 3 / 3 / 3;
  }
  .scene .cube__face--bottom i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
  }
  .scene .cube__face--bottom i:nth-child(2) {
    grid-area: 3 / 1 / 3 / 1;
  }
  .scene .cube__face--bottom i:nth-child(3) {
    grid-area: 1 / 3 / 1 / 3;
  }
  .scene .cube__face--bottom i:nth-child(4) {
    grid-area: 3 / 3 / 3 / 3;
  }
  .scene .cube__face--top i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
  }
  .scene .cube__face--top i:nth-child(2) {
    grid-area: 2 / 2 / 2 / 2;
  }
  .scene .cube__face--top i:nth-child(3) {
    grid-area: 3 / 3 / 3 / 3;
  }
  .scene .cube__face--back i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
  }
  .scene .cube__face--back i:nth-child(2) {
    grid-area: 3 / 3 / 3 / 3;
  }
  .scene .cube__face--front i:nth-child(1) {
    grid-area: 2 / 2 / 2 / 2;
  }
  .scene:after, .scene .cube__face i:after {
    display: block;
    content: "";
    position: absolute;
  }
  .roll {
    margin-bottom: 100px;
    min-height : 30px;
  }
  .roll:hover .roll__three-d-box, .roll:focus .roll__three-d-box {
    transform: translateZ(-25px) rotateX(90deg);
  }
  .roll__three-d-box {
    transition: all 0.3s ease-out;
    transform: translateZ(-25px);
    transform-style: preserve-3d;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .roll__three-d-box--front {
    transform: rotatex(0deg) translatez(14px);
  }
  .roll__three-d-box--back {
    transform: rotatex(-90deg) translatez(14px);
    background-color: #c0392b !important;
  }
  .roll:hover ~ div {
    transform: scale(0.7);
  }
  .roll:hover ~ div > div {
    animation-duration: 0.5s;
  }
  .scene {
    width: 150px;
    height:150px;
    perspective: 600px;
    transition: 1.5s;
  }
  .scene:after {
    width: 250px;
    height: 30px;
    background: #c0392b;
    border-radius: 50%;
    filter: blur(40px);
    position: relative;
    top: 112px;
    left: 35px;
    z-index: 50;
    opacity: 0.4;
  }
  .scene input {
    display: none;
  }
  .scene input:checked + div {
    animation-play-state: paused;
    animation-duration: 0.5s;
  }
  .scene .cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    animation: roll 8s linear infinite alternate;
  }
  .scene .cube__face {
    display: grid;
    grid-template: repeat(3, 45px)/repeat(3, 45px);
    border: 1px solid #282828;
    background: #4b0e40;
    position: absolute;
    width: 200px;
    height: 200px;
    padding: 32.5px;
  }
  .scene .cube__face--front i::after {
    background: #e74c3c;
  }
  .scene .cube__face--back i::after {
    background: #1abc9c;
  }
  .scene .cube__face--top i::after {
    background: #2980b9;
  }
  .scene .cube__face--bottom i::after {
    background: #f1c40f;
  }
  .scene .cube__face--right i::after {
    background: #27ae60;
  }
  .scene .cube__face--left i::after {
    background: #9b59b6;
  }
  .scene .cube__face--front {
    transform: rotateY(0deg) translateZ(100px);
  }
  .scene .cube__face--back {
    transform: rotateY(90deg) translateZ(100px);
  }
  .scene .cube__face--left {
    transform: rotateY(180deg) translateZ(100px);
  }
  .scene .cube__face--right {
    transform: rotateY(-90deg) translateZ(100px);
  }
  .scene .cube__face--top {
    transform: rotateX(90deg) translateZ(100px);
  }
  .scene .cube__face--bottom {
    transform: rotateX(-90deg) translateZ(100px);
  }
  .scene .cube__face i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .scene .cube__face i:after {
    width: 25px;
    height: 25px;
    border-radius: 50%;

  }
  /*# sourceMappingURL=application.css.map */
  @keyframes redlight {
    from {
        color: red;
   }
    to {
        color: black;
   }
  }
  @keyframes roll {
    from, to {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
   }
    16% {
        transform: rotateY(-90deg);
   }
    33% {
        transform: rotateY(-90deg) rotateZ(90deg);
   }
    50% {
        transform: rotateY(-180deg) rotateZ(90deg);
   }
    66% {
        transform: rotateY(-270deg) rotateX(90deg);
   }
    83% {
        transform: rotateX(90deg);
   }
  }

/* Footer  Start*/

.tabbar__container {
    position: fixed;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    height: 55px;
    padding-block:0 .13333rem;font-size: 12px;
    background: url(../images/tabBarBg-c46cf06b.png) no-repeat center center/cover;
    z-index: 100;
    width: 30%;
}

.tabbar__container-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: .11707rem;
    color: #bfbfbf
}
.tabbar__container-item span{
    font-size: 12px;
}
.tabbar__container-item:nth-of-type(3) {
    position: relative
}

.tabbar__container-item:nth-of-type(3) svg {
    position: absolute;
    bottom: 0.33333rem;
    width: 3rem;
    height: 5rem;
    z-index: 3;
}

.tabbar__container-item svg {
    width: 1.25rem;
    height: 1.25rem
}

.tabbar__container-item.active:not(:nth-of-type(3)) {
    color: #ddb96b
}

.tabbar__container-item.active:not(:nth-of-type(3)) svg path {
    fill: url(#paint0_linear_226_233)
}

@media screen and (max-width: 500px) {
    .tabbar__container {
        width:100%;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}
.mb-75{
    margin-top: 65px;
}
/* Footer End */

/* All Lottery */
.cards{
    min-height: 3.73333rem;
    background: linear-gradient(153.24deg, #ffbc03 5.33%, #fbcb46 93.42%);
    border-radius: 0.53333rem;
    padding: 11px;
}

.TimeLeft__C {
    height: 135px;
    background-image: url(/frontend/assets/images/bgg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0.01333rem center;
    color: #764202;
}

.TimeLeft__C p{
    font-size: 15px;
}

.btn-br{
    border: 0.01333rem solid #8F5206;
    margin-top: 10px;
    border-radius: 20px;
}
.TimeLeft__C-num{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.TimeLeft__C-num>div {
    width: 30px;
    height: 30px;
    margin: 2px;
    background-size: contain;
    background-repeat: no-repeat;
}
.TimeLeft__C-num .n0{
    background-image: url(/frontend/assets/images/icon/n0.png)
}

.TimeLeft__C-num .n1{
    background-image: url(/frontend/assets/images/icon/n1.png)
}

.TimeLeft__C-num .n2{
    background-image: url(/frontend/assets/images/icon/n2.png)
}

.TimeLeft__C-num .n3{
    background-image: url(/frontend/assets/images/icon/n3.png)
}

.TimeLeft__C-num .n4{
    background-image: url(/frontend/assets/images/icon/n4.png)
}

.TimeLeft__C-num .n5{
    background-image: url(/frontend/assets/images/icon/n5.png)
}

.TimeLeft__C-num .n6{
    background-image: url(/frontend/assets/images/icon/n6.png)
}

.TimeLeft__C-num .n7{
    background-image: url(/frontend/assets/images/icon/n7.png)
}

.TimeLeft__C-num .n8{
    background-image: url(/frontend/assets/images/icon/n8.png)
}

.TimeLeft__C-num .n9{
    background-image: url(/frontend/assets/images/icon/n9.png)
}

.hor-swipe {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.hor-swipe img{
    border-radius: 100%;
    object-fit: cover;
    width: 70px;
    height: 70px;
}

.TimeLeft__C-time{
    display: flex;
    float: right;
}
.box-1{
    background: #3A3A3A;
    border-radius: 0.26667rem;
    padding: 10px;
    position: relative;
}
.Betting__C-head{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.color_betting {
    display: flex;
    justify-content: space-around;
}

.color_betting a {
    width: 115px;
    height: 32px;
    cursor: pointer;
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.Betting__C-head-g{
    background: #40ad72;
    border-radius: 0 0.26667rem;
}
.Betting__C-head-p {
    background: #b659fe;
    border-radius: 0.26667rem;
}
.Betting__C-head-r {
    background: #fd565c;
    border-radius: 0.26667rem 0;
}

.Betting__C-numC>div {
    width: calc(100% / 5);
    height: 62px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.rn {
    display: grid;
    grid-template-columns: 25px 1fr 2fr 3fr 4fr 5fr 6fr;
}

.Betting__C-multiple-r {
    grid-gap: 3px;
    margin-left: 5px;
    z-index: 0;
}

.Betting__C-numC{
    margin-top: 15px;
    margin-bottom: 10px;
    background: #282828;
    border-radius: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Betting__C-numC img{
    width: 50px;
}
/* .Betting__C-numC .item0 {
    background-image: url(/frontend/assets/images/icon/n0.png)
}
.Betting__C-numC .item1 {
    background-image: url(/frontend/assets/images/icon/n1.png)
}

.Betting__C-numC .item2 {
    background-image: url(/frontend/assets/images/icon/n2.png)
}
.Betting__C-numC .item3 {
    background-image: url(/frontend/assets/images/icon/n3.png)
}
.Betting__C-numC .item4 {
    background-image: url(/frontend/assets/images/icon/n4.png)
}
.Betting__C-numC .item5 {
    background-image: url(/frontend/assets/images/icon/n5.png)
}
.Betting__C-numC .item6 {
    background-image: url(/frontend/assets/images/icon/n6.png)
}
.Betting__C-numC .item7 {
    background-image: url(/frontend/assets/images/icon/n7.png)
}
.Betting__C-numC .item8 {
    background-image: url(/frontend/assets/images/icon/n8.png)
}
.Betting__C-numC .item9 {
    background-image: url(/frontend/assets/images/icon/n9.png)
} */
.Betting__C-multiple {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.Betting__C-multiple-l {
    border: 0.02667rem solid #f8d985;
    border-radius: 0.21333rem;
    font-size: 12px;
    color: #f8d985;
    padding: 5px;
    width: 90px;
    text-align: center;
}
.Betting__C-multiple-r a{
    cursor: pointer;
}
.Betting__C-multiple-r label:focus-visible{
    outline: none;
}
.Betting__C-multiple-r label{
    background: #333;
    border-radius: 0.21333rem;
    text-align: center;
    border: 0;
    padding: 8px 8px 5px;
    color: #fff;
    font-size: 13px;
}
.Betting__C-multiple-r  .active {
    background: #f8d985;
    color: #8f5206;
}
.Betting__C-foot {
    height:40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.Betting__C-foot a{
    cursor: pointer;
    color: #fff;
}

.Betting__C-foot-b {
    background-color: #ffa82e;
    border-radius: 0.53333rem 0 0 0.53333rem;
}
.Betting__C-foot-s{
    background: #6da7f4;
    border-radius: 0 0.53333rem 0.53333rem 0;
}
.Betting__C-foot-b {
    width: 205px;
    line-height: 2.7;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.Betting__C-foot-s{
    width: 205px;
    line-height: 2.7;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.number-clr {
    background: -webkit-linear-gradient(top,#40ad72 51.48%,#b659fe 51.49%);
    background: linear-gradient(180deg,#40ad72 51.48%,#b659fe 51.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    font-weight: 600;
}
.green-violet-number-clr {
    background: -webkit-linear-gradient(top,#40ad72 51.48%,#b659fe 51.49%);
    background: linear-gradient(180deg,#40ad72 51.48%,#b659fe 51.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    font-weight: 600;
}

.red-violet-number-clr {
    background: -webkit-linear-gradient(top,#fd565c 51.48%,#b659fe 51.49%);
    background: linear-gradient(180deg,#fd565c 51.48%,#b659fe 51.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    font-weight: 600;
}

.green-number-clr {
    background: #47ba7c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    font-weight: 600;
}
.red-number-clr {
    background: #fd565c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    font-weight: 600;
}
.number-dngr {
    color: #fd565c;
    font-size: 16px;
    font-weight: 600;
}
.green-boll{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #47ba7c;

}
.red-boll{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fd565c;

}
.violet-boll{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b659fe;

}


.Popup-head {
    height: 65px;
    position: relative;
    padding-top: 10px;
    background-image:linear-gradient(164deg,#ff9c19 5.33%,#ffdd2d 93.42%);
    border-radius: 20px 20px 0px 0px;
}


.Popup-head-title {
    height: 20px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.Popup-head-selectName {
    width: 100px;
    height: 25px;
    margin: 0.21333rem auto 0;
    background-image: linear-gradient(#320226,#73004e);
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    background: #ffffff69;

}

.Popup-head-selectName>span {
    line-height: 1
}

.Popup-head-selectName>span+span {
    margin-left: .37333rem
}

.Popup-body {
    height: 150px;
    padding: 15px;
    background-color: #282828;
}

.Popup-body-line {
    font-size: 15px;
    color: #fff;
    height: 25px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Popup-body-line-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Popup-body-line-item {
    padding: 5px;
    background: #410432;
    color: #333;
    border-radius: .13333rem
}

.Popup-body-line-item+div {
    margin-left: .16rem
}

.Popup-body-line+div {
    margin-top: 10px
}

.Popup-body-line-btnL {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 5px;
    width: 100px;
}

.Popup-body-line:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.Popup-foot {
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    line-height: 2.5;
    font-size: 16px;
    color: #fff;
}

.Popup-foot-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: #ff9a34;
    color: #fff;
}

.Popup-foot-s {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2
}

.Popup-5 .Popup-head-selectName,.Popup-1 .Popup-head-selectName,.Popup-3 .Popup-head-selectName,.Popup-7 .Popup-head-selectName,.Popup-9 .Popup-head-selectName,.Popup-0 .Popup-head-selectName,.Popup-2 .Popup-head-selectName,.Popup-4 .Popup-head-selectName,.Popup-6 .Popup-head-selectName,.Popup-8 .Popup-head-selectName {
    color: #f8d985
}

.Popup-10 .Popup-head-selectName {
    color: #fd565c
}

.Popup-11 .Popup-head-selectName {
    color: #000;
}

.Popup-12 .Popup-head-selectName {
    color: #b659fe
}

.Popup-13 .Popup-head-selectName {
    color: #ffa82e
}

.Popup-14 .Popup-head-selectName {
    color: #6da7f4
}
.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.van-cell__value {
    position: relative;
    overflow: hidden;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}
.van-field__control {
    display: block;
    box-sizing: border-box;
    min-width: 45px;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: center;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto;
}
.Popup-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    pointer-events: none;
    text-align: center;
    font-size: 30px;
    line-height: 0px;
    padding-top: -16px;
    padding: 0;
    color: #c8c9cc;
    background-position: center;
    /* background-size: .66667rem; */
    /* background-repeat: no-repeat; */
    /* background-image: url(/frontend/assets/images/icon/add.svg); */
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

/* .Popup-btn.reduce {
    background-image: url(/frontend/assets/images/icon/reduce.svg)
} */

.Popup-input {
    border-radius: 0.66667rem;
    padding: 0 0.26667rem;
    width: 70px;
    height: 18px;
    line-height: .66667rem;
    color: #fff;
    margin: 0 0.16rem;
    background-color: #a51175b0;
}

.Popup-input .van-field__control {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}

.Popup-input:after {
    display: none
}

.Popup-agree {
    padding-left: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAP1BMVEUAAADh4eHi4uLj4+Ph4eHe3t7i4uLh4eHg4ODh4eHi4uLh4eHg4ODg4ODg4ODi4uLk5OTl5eXg4ODf39/h4eE1ZOnrAAAAFHRSTlMAgaAi7xNh4NDAcZFiUkKwQjIykTUFLcsAAAKASURBVGje7ZrbjusgDEUBA+ESyiTl/7/1aI5UaDJAATN5GGW9VvKOjW0Su+TmJiLAGcr+Q43bJxuXVoUTiq1ApgBUhwLKoDWE06GKXlHmKQ8fWcYlTM08XuKxhGaWR390bOiCAfrxuWJUfmMo0/ynE3tX9M/GmTw94Sb9WYSSZuzRui9E+IsdFZ6t4dcH81TUivAQSi2a7KsW80niUNqi075vyA1gfQpv8eGONCHf4qQ7zlc1pzao5pN+i6glZCjvDKmwV7K6+ckeFVeXg/1BhaV80GzQflKoH8NjJP4J+zFIMUCKDKFikArpHH+HMQHgMZPqDgzfgS6WqKg5wMgwPiZJzQEYFwBedkFmxBG56opNbgGMgOClpgfJARS0FGhz/AHvAi0UCSNIfD5GkKocydfLksjmECdoeCzXXB/1eAGWbZgqyqKR2Y75CtyGF4DcIezpCOYdAmTaoJ4hoDLdwqQqwMMylwJF94mcsbooPo1YRmC9Bf6GQMz5C9L0ukJzqQPi0ZlWAVObXaYzC8SVX/yIufbCsfNO2UdTl176Yv5rC+Rzy8+qAlUoPy4mXfnm6pdfoqe4AEvx9cHN/QBZy+/dHCacwFIT95gUSg6UXQgO2yXCUh81ckCecFgvGCVUqzw8f2cYQix+nFNvyWLOQAqqrRA/Utsah9bPwaEg/eWxpiUf0P2bDcc7BrNEqM61A3jM8DpQ6NkjKdE/3l8otJoPWvTkRIIVKvNxWoLY3qxOcL/up8hLFq2PfOBtmSWRZtTIbyhTHL3pAha6sKL/DQqxqGtENkrwGP3JEmmPhEB+Wvc6QZCAUUXrdNZSXLIfIspKQaayvf9pAAS5uXnxD+T8kWUPlb1KAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
    color: #fff;
}

.Popup-agree.active {
    background-image: url(/frontend/assets/images/icon/agree-a-d9d08c70.png)
}

.Popup-preSaleShow {
    margin-left: 15px;
    color: #f8d985
}

.Popup-PreSale {
    width: 7.04rem
}

.Popup-PreSale-head {
    height: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#f18d07 0%,#404040 100%);
    background-image: linear-gradient(180deg,#f18d07 0%,#404040 100%)
}

.Popup-PreSale-body {
    max-height: 8rem;
    overflow-y: auto;
    background-color: #292929;
    color: #333;
    padding: .4rem;
    font-size: 13px;
    line-height: .8rem
}

.Popup-PreSale-body p {
    margin-bottom: .2rem;
    line-height: .53333rem
}

.Popup-PreSale-foot {
    height: 1.86667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #404040
}

.Popup-PreSale-foot-btn {
    width: 60%;
    background-image: -webkit-linear-gradient(#FAE59F,#C4933F);
    background-image: linear-gradient(#FAE59F,#C4933F);
    border-radius: .53333rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    font-size: .37333rem;
    color: #8f5206
}
.bgcolor {
    background-color: #e68524;
    color: #fff;
    pointer-events: all
}
.bg-ldr{
    background-color: #282828d9 !important;
    border-radius: 70px;
    padding: 30px 30px 15px;
    height: 120px;
    width: 120px;
}
.gif-ldr{
    background-color: #04040400 !important;
    /* border-radius: 20px; */
    padding: 10px 25px 10px;
}
.balance-card{
    width: 100%;
    background-image: url(/frontend/assets/images/AssetsBg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 0.26667rem;
    color: #8f5206;
    padding: 10px;
    position: relative;
}

.balance-card .wallet-recharge{
    display: flex;
    align-items: center;
}

.balance-card .wallet-recharge img{
    height: 35px;
    margin-right: 10px;
}

.balance-card .wallet-recharge .text h6{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.balance-card .wallet-recharge .text h3{
    font-size: 18px;
}

.recharge_container{
    color: #fff;
    background: #56003f;
    padding: 10px;
    border-radius: 10px;
}
.recharge_container_active{
    color: #fff;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    padding: 10px;
    border-radius: 10px;
}
.recharge_content{
    font-size: 11px;
    text-align: center;
}
.boxStyle{
    background: #3A3A3A;
    border-radius: 0.26667rem;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 0;
}
.Recharge__content-quickInfo__title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.34667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Recharge__content-quickInfo__title .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: .42667rem;
    color: #fae59f;
}
.Recharge__content-quickInfo__title .title img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.Recharge__content-quickInfo .item_active {
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
}
.Recharge__content-quickInfo .rechargeTypes_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
}
.Recharge__content-quickInfo__item {
    background: #6d0048;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.Recharge__content-quickInfo__item .other {
    /* padding-left: 0.34667rem; */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    /* padding: 10px; */
    line-height: 40px;
    text-align: center;
}
.Recharge__content-paymoney__title img{
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.Recharge__content-paymoney__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0.34667rem;
    color: #fae59f;
}
.Recharge__content-paymoney__title p{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}
.Recharge__content-quickInfo__title p{
    font-weight: 600;
    font-size: 16px;
}
.Recharge__content-paymoney__money-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.Recharge__content-paymoney__money-list__item{
    margin-bottom: 10px;
    margin-right: 10px;
    width: 31%;
    height: 40px;
    color: #fff;
    background: #282828;
    border-radius: 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}


.Recharge__content-paymoney__money-list__item label{
    font-size: 17px;
}

.Recharge__content-paymoney__money-list .active {
    background: -webkit-linear-gradient(left,#C4933F 0%,#FAE59F 100%);
    background: linear-gradient(90deg,#C4933F 0%,#FAE59F 100%);
    border-radius: 0.13333rem;
    color: #8f5206;
    border: none;
}
.Recharge__content-paymoney__money-list__item:nth-child(3n) {
    margin-right: 0;
}
.van-field {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.van-cell {
    position: relative;
    display: flex;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    background: #00000075;
}
.van-cell__value {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}
.Recharge__content-paymoney__money-input {
    position: relative;
    height: 42px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #292929;
    color: #f8d985;
}
.Recharge__content-paymoney__money-input .place-div {
    height: 42px;
    width: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 26px;

}
.Recharge__container-intro__lists .item p:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f8d985;
    left: 0px;
    top: 5px;
}
.Recharge__container-intro {
    background: #3A3A3A;
    border-radius: 0.26667rem;
    padding: 10px;
}
.Recharge__container-intro__title{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0.33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #f8d985;
}
.Recharge__container-intro__title img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.Recharge__container-intro__title p {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    color: #ff9c19;
}
.Recharge__container-intro__lists {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 10px;
}
.Recharge__container-intro__lists .item{
    margin-top: 10px;
}
.Recharge__container-intro__lists .item p {
    text-align: left;
    position: relative;
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.35;
    margin: 10px 0;
}
.record__main-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 20px;
    margin-bottom:10px;
}
.record__main {
    margin-top: 15px;
}
.record__main-title img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.record__main-title span {
    font-weight: 600;
    font-size: 17px;
    color: #ff9c19;
}
.record__main-info {
    padding: 10px;
    background-color: #3A3A3A;
    border-radius: 10px;
    margin-bottom: 10px;
}
.flex_between {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.record__main-info__title {
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 10px;
}
.record__main-info__title .recharge_text {
    width: 5rem;
    height: 20px;
    text-align: center;
    color: #000;
    background: #fdc11b;
    border-radius: 5px;
    font-size: 12px;
}
.record__main-info__title div .fail {
    color: #f95959;
}
.record__main-info__title div {
    font-size: 12px;
}
.record__main-info .item span:first-child {
    font-size: 12px;
    color: #fff;
}
.record__main-info__money span:last-child {
    font-size: 14px;
    color: #ff7f22;
}

.record__main-info__type span:last-child, .record__main-info__time span:last-child {
    font-size: 12px;
    color: #fff;
}
.record__main-info .item span:first-child {
    font-size: 12px;
    color: #fff;
}
.record__main-info__orderNumber div img{
    width: 20px;
    height: 20px;
    margin-left: 7px;
}
.recharge_img img{
    width: 50px;
}
.withdraw__container-content {
    border-radius:10px;
    width: 100%;
    margin-bottom: 15px;
}
.addWithdrawType-dtls {
    background: #3A3A3A;
    border-radius: 10px;
    height: 160px;
    height: 135px;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.addWithdrawType-top {
    background: #3A3A3A;
    border-radius: 10px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    letter-spacing: 0.5px;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 15px;
}
.addWithdrawType-top img {
    width: 40px;
    height: 40px;
}

.addWithdrawType-text {
    color: #ffbb23;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
}
.explain{
    background: #3A3A3A;
    border-radius: 10px;
    padding: 10px;
    box-shadow: none;
}
.explain.usdt .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}
.explain.usdt .head img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.explain.usdt .head h1 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.explain .input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #292929;
    border-radius: 10px;
    height: 36px;
    padding: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}
.explain .input .place-div {
    position: absolute;
    height: 36px;
    width: 36px;
    color: #f8d985;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.17333rem;
}
.place-icon img {
    width: 20px;
    height: 20px;
    margin: 9px;
}
.explain .balance .usdt {
    color: #f8d985;
}
.explain .balance {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top:10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
}
.explain .balance>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    /* margin: 0.06667rem 0; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.yellow h6 {
    display: inline;
}
.explain .balance>div input {
    border: 1px solid #f8d985;
    border-radius: 10px;
    width: 50px;
    height: 20px;
    line-height: 1;
    background: none;
    color: #f8d985;
}
.withdraw__container-content {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.rechargeh__container-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rechargeh__container-head img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}
.rechargeh__container-head h1 {
    color: #ffc325;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.rechargeh__container {
    margin-top: 15px;
}
.empty__container img {
    width: 180px;
    height: 160px;
    margin-bottom: 0.24667rem;
}
.rechargeh__container-footer button {
    border: 1px solid #f8d985;
    border-radius: 30px;
    height: 36px;
    width: 75%;
    background: none;
    color: #f8d985;
    font-size: 14px;
}


/* User Info Start */

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.userInfo__container {
    width: 100%;
    height: 230px;
    padding-bottom: 40px;
    background: linear-gradient(153.24deg, #ffbc03 5.33%, #fbcb46 93.42%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-radius: 0 0 10px 10px
}

.userInfo__container_wallet {
    width: 100%;
    height: 240px;
    padding-bottom: 40px;
    background: linear-gradient(153.24deg, #ffbc03 5.33%, #fbcb46 93.42%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-radius: 0 0 10px 10px
}

.userInfo__container-nav {
    color: #fff;
    font-size: .48rem;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .26667rem .4rem;
    width: 100%;
    background: url(/assets/png/headerBg-6185d182.png) no-repeat center center/cover;
    z-index: 99
}

.userInfo__container-nav span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.userInfo__container-nav-title {
    text-align: center
}

.userInfo__container-setting-center {
    width: 9.36rem;
    background: #3c0132;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 12px .4rem;
    position: relative;
    top: 4.93333rem;
    z-index: 99
}

.userInfo__container-setting-center-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.userInfo__container-setting-center-header-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    color: #f8d985
}

.userInfo__container-setting-center-header-edit span {
    font-size: .34667rem;
    padding-right: .34667rem
}

.userInfo__container-setting-center-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .37333rem;
    color: #333;
    padding: .62667rem 0
}

.userInfo__container-setting-center-content div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.userInfo__container-setting-center-content span {
    padding-right: .16rem;
    color: #fff
}

.userInfo__container-setting-center-content img {
    width: .45333rem
}

.userInfo__container .n0 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/0-78e1ab02.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n1 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/1-953c5909.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n2 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/2-c9b115fb.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n3 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/3-fb0c8c43.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n4 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/4-3c5b4bba.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n5 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/5-5e49bae2.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n6 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/6-4ee4b170.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n7 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/7-907655eb.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n8 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/8-fc7f2447.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n9 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/9-5a25583e.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n10 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/10-b06f6562.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .userInfo_dialog_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border-radius: .06667rem;
    padding: .13333rem
}

.userInfo__container .userInfo_dialog_content input {
    height: 1.17333rem;
    width: 80%;
    border: none;
    border-radius: .8rem;
    background: #f2f2f2;
    color: #a6a6a6;
    font-size: .37333rem;
    padding: 0 .53333rem
}

.userInfo__container-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.userInfo__container-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.userInfo__container-content__avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    border-color: #f8d985;
    border-style: solid;
}

.userInfo__container-content__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.userInfo__container-content__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.userInfo__container-content-nickname {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    color: #8f5206 */
}
.userInfo__container-content-nickname h3 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.userInfo__container-content-nickname img {
    width: 1.33333rem;
    margin: 0 .13333rem
}

.userInfo__container-content-nickname .editPencil {
    width: .4rem
}

.userInfo__container-content-uid {
    width: 110px;
    background: #8f5206;
    border-radius: 20px;
    padding: 2px 10px;
    color: #fff;
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.userInfo__container-content-uid img {
    width: 12px
}

.userInfo__container-content-logintime {
    font-size: 12px;
    color: #8f5206
}

#login_form i{
    color: #e8911d;
    font-size: 20px;
}

.signIn_footer{
    margin-top: 30px;
}

.signIn_footer .icon i{
    font-size: 28px;
    color: #ff9c19;
}

.signIn_footer .forgetcon .text h4{
    font-weight: 400;
    font-size: 13px;
}

.signIn_footer .customcon i{
    font-size: 28px;
    color: #ff9c19;
}

.signIn_footer .customcon .text h4{
    font-weight: 400;
    font-size: 13px;
}

.userInfo__container-content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.userInfo__container-content-right img {
    width: .88rem
}

.userInfo__container-content-right span {
    font-size: 13px;
    color: #ffee87
}

.userInfo__container-content-right h5 {
    width: 2.13333rem;
    height: .53333rem;
    border: .01333rem solid #ffffff;
    border-radius: .26667rem;
    color: #fff;
    text-align: center;
    font-size: .34667rem
}

.userInfo__container .info-dialog-content-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.37333rem 0 .96rem
}

.userInfo__container .info-dialog-content-title span {
    font-size: .42667rem;
    color: #fff
}

.userInfo__container .info-dialog-content-title img {
    width: .64rem;
    margin-right: .2rem
}

.userInfo__container .info-dialog-content input {
    width: 8.13333rem;
    height: 1.17333rem;
    background: #292929;
    border-radius: .8rem;
    border: none;
    padding-left: .6rem;
    color: #333
}

.userInfo__container .info-dialog-content h4 {
    font-size: 13px;
    color: #fff;
    padding-left: .6rem;
    padding-top: 12px
}

.userInfo__container .info-dialog-content-avatar-list {
    padding-top: 1.2rem
}

.userInfo__container .info-dialog-content-avatar-list img {
    width: 2.66667rem
}

.setting-page-container {
    height: 5.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

 .van-icon {
    font-size: .37333rem
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.totalSavings__container{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    border-radius: 10px;
    background-color:#3A3A3A
}

.totalSavings__container-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-block:10px;
}

.totalSavings__container-header{
    width: 100%;
    padding: 20px 10px 0 20px;
}

.totalSavings__container-header-box{
    padding-bottom: 6px;
}

.totalSavings__container-header-box .view{
    float: right;
    margin-top: -38px;
    font-size: 22px;
    margin-right: 10px;
}

.totalSavings__container-header__title{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.totalSavings__container-header__title span{
    font-weight: 600;
    font-size: 16px;
    color: #fcc631;
}

.totalSavings__container-header__title img{
    width:50px;
    height: 50px
}

.totalSavings__container-header__subtitle{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fcc631;
    border-bottom: 1px solid #dddddd38;
}

.totalSavings__container-header__subtitle img{
    width: 27px;
    margin-left: 10px;
}

.totalSavings__container-header__subtitle i{
    font-size: 16px;
    margin-left: 5px;
}

.MyGameRecordList__C-item-m-top {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.MyGameRecordList__C-item-m-bottom {
    font-size: 12px;
    color: #ccc;
}

.totalSavings__container-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    padding: 0px 0 10px;
}

.my-history .accordion-button{
    padding: 0.4rem 1rem;
    font-size: 14px;
}

.my-history .accordion-body{
    color: #000;
    font-size: 15px;
    line-height: 22px;
    padding: 0.8em;
}

.my-history .big{
    font-size: 12px !important;
    background: #ffa82e;
}

.my-history .small{
    font-size: 12px !important;
    background: #6da7f4;
}

.my-history .green{
    font-size: 12px !important;
    background: #40ad72;
}

.my-history .violet{
    font-size: 12px !important;
    background: #b659fe;
}

.my-history .red{
    font-size: 12px !important;
    background: #dc3545;
}

.my-history .MyGameRecordList__C-detail-line{
    height: auto;
    line-height: .66667rem;
    padding: 10px;
    background-color: #292628;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.my-history .MyGameRecordList__C-item-l {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    margin-top: 8px;
    font-size: 16px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.MyGameRecordList__C-item-l-green, .MyGameRecordList__C-item-l-1, .MyGameRecordList__C-item-l-3, .MyGameRecordList__C-item-l-7, .MyGameRecordList__C-item-l-9 {
    background-color: #5cba47;
}

.my-history .MyGameRecordList__C-detail-text{
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.my-history .accordion-button::after {
    margin-left: 10px;
}

.totalSavings-container-content-fund{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    padding: 0px 0 10px;
}

.totalSavings__container-content-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.totalSavings__container-content-item a{
    font-size: 14px;
    display: grid;
}

.totalSavings__container-content-item img{
    width: 35px;
    height: 35px;
    margin: 0 auto;
}
.totalSavings__container-content-item span{
    text-align: center;
}
.totalSavings__container-content-item div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.totalSavings__container-content-item div img{
    width: 35px;
    height: 35px;
}

.totalSavings__container-content-item div span{
    margin: 1px 0;
    letter-spacing: 0.5px;
    font-size: 11px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: 14px
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.financialServices__container{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.financialServices__container-header button{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
    width: 100%;
    padding-block:.13333rem;color: #f95959;
    background: none;
    border: .01333rem solid #f95959;
    border-radius: 99rem;
    outline: none;
    font-size: .4rem
}

.financialServices__container-header button img{
    width: .53333rem;
    height: auto
}

.financialServices__container-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .4rem 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.financialServices__container-box-para{
    padding: 0 .13333rem;
    box-shadow: none!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.financialServices__container-box-para h3{
    font-size: 14px;
    color: #fff
}

.financialServices__container-box>div{
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #666;
    padding: 12px;
    margin: 6px 0;
    background:#3A3A3A;
    border-radius: 10px;
}

.financialServices__container-box>div img{
    width: 50px;
}

.financialServices__container-box>div span{
    font-size: 12px;
    line-height: 1.25;
}

.financialServices__container-box>div>div{
    position: relative;
    padding: .13333rem
}

.financialServices__container-box>div>div img:first-of-type {
    width: 1.06667rem
}

.financialServices__container-box>div>div .icon-shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.financialServices__container-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .5rem;
    color: #fff
}

.financialServices__container-footer-des{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.financialServices__container-footer-des img{
    width: .56rem!important
}

.financialServices__container-footer-des.van-icon {
    font-size: .42667rem
}

.financialServices__container-footer>div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: .34667rem 0 .34667rem .21333rem;
    border-radius: .26667rem;
    background: -webkit-linear-gradient(left,#C4933F .14%,#FAE59F 99.92%);
    background: linear-gradient(90deg,#C4933F .14%,#FAE59F 99.92%)
}

.financialServices__container-footer>div img{
    width: 1.09333rem;
    margin-right: .24rem
}

.financialServices__container-footer>div>div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: .13333rem;
    width: 100%;
    padding: .13333rem 0;
    color: #8f5206
}

.financialServices__container-footer>div>div>div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 .13333rem 0 0
}

.financialServices__container-footer>div>div>div h4{
    font-size: .37333rem;
    color: #fae59f;
    border-radius: 9rem;
    background: #C4933F;
    padding: 0 .13333rem
}

.financialServices__container-footer>div>div>div span{
    font-size: .37333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 .06667rem
}

.financialServices__container-footer>div>div>div span:first-of-type {
    font-weight: 700
}

.financialServices__container-footer>div>div>span{
    font-size: .37333rem
}

.van-toast{
    word-break: break-word!important
}

.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.serviceCenter-wrap-header{
    margin: 1.06667rem 0 .26667rem
}

.serviceCenter-wrap-header button{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
    width: 100%;
    padding-block: .4rem;
    color: #ff9c19;
    background: none;
    border: .01333rem solid #ff9c19;
    border-radius: .53333rem;
    border-radius: 99rem;
    outline: none;s
}

.wallet-1{
    display: flex;
    align-items: center;
}

.wallet-1 h6{
    font-size: 17px;
    font-weight: 700;
    color: #000;
}

.wallet-1 img{
    width: 45px;
    margin-right: 7px;
}

.wallet-1 h5{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
}

.wallet-1 h5 i{
    color: #ffe8a9;
    cursor: pointer;
}

.serviceCenter-wrap-header button img{
    width: 20px;
    height: auto
}

.serviceCenter__container{
    padding: 13px;
    border-radius: 10px;
    background:#3a3a3a;
}


.serviceCenter__container h1{
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px
}

.serviceCenter__container-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: .38rem;
    color: #fff
}

.serviceCenter__container-items__item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem;
}

.serviceCenter__container-items__item img{
    width: 40px;
    height: auto
}

.serviceCenter__container-items__item span{
    text-align: center;
    line-height: 1.25;
    font-size: 12px;
}

.cancelOrderDialog {
    padding: .53333rem .26667rem;
    border-radius: .26667rem
}

.cancelOrderDialog .van-dialog__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cancelOrderDialog .van-dialog__content img {
    width: 2.13333rem;
    height: 2.13333rem
}

.cancelOrderDialog .van-dialog__content p {
    margin-top: .34667rem;
    font-size: .48rem;
    font-weight: 700
}

.cancelOrderDialog .dialog-btnWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin-top: 3rem;
    padding: 0 1rem
}

.cancelOrderDialog .dialog-btnWrapper button {
    width: 3.12rem;
    height: 1.06667rem;
    color: #f95959;
    font-size: .42667rem;
    text-align: center;
    border-radius: 9rem;
    border: .01333rem solid #f95959;
    background: transparent
}

.cancelOrderDialog .dialog-btnWrapper button:last-of-type {
    width: 4.34667rem;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5019607843);
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

.cancelOrderDialog.cancelOrderDialogSuccess .dialog-btnWrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.settingPanel__container{
    padding: 10px;
    border-radius: 10px;
    background: #3A3A3A;
}

.settingPanel__container h1{
    margin-bottom: 10px;
    color: #151515;
    font-size: 14px
}

.settingPanel__container-items{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
    padding-bottom: .26667rem
}

.settingPanel__container-items__item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 0.01333rem solid #cccccc54;
}

.settingPanel__container-items__item img{
    width: 30px;
    height: auto;
    margin: 0 10px 0 0;
}

.settingPanel__container-items__title{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.settingPanel__container-items-right{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.settingPanel__container-items-right span{
    font-size: 15px;
    padding-right: 10px;
    color: #fff
}

.settingPanel__container-items-right h5{
    font-size: 13px;
    color: #fff;
    border-radius: .42667rem;
    margin-right: .4rem;
    background: #e42626;
    height: .42667rem;
    padding: 0 .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.userinfo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    position: relative;
    top: -50px;
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.about-container-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#C4933F 0%,#FAE59F 100%);
    background: linear-gradient(90deg,#C4933F 0%,#FAE59F 100%)
}

.about-container-header-belly{
    padding-left: 1.89333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.about-container-header-belly img{
    width: 6.21333rem
}

.about-container-content{
    padding: 0 .4rem
}

.about-container-content-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .96rem 0 .30667rem;
    font-size: .4rem;
    border-bottom: .01333rem solid #3c0132
}

.about-container-content-item img{
    width: .90667rem;
    padding-right: .18667rem
}

.about-container-content-item span{
    font-size: .4rem;
    color: #fff
}

.about-container-content-item-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.navbar__content-center,.navbar__content-left .van-icon {
    color: #8f5206
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.bet-container-lottery-items {
    margin-bottom: 13px
}

.bet-container-lottery-items img {
    display: block;
    width: 100%;
    height: .58667rem
}

.bet-container-lottery-card {
    background: #ffffff;
    width: 100%;
    border-top-left-radius: .13333rem;
    border-top-right-radius: .13333rem;
    padding: .34667rem 13px
}

.bet-container-lottery-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: .16rem
}

.bet-container-lottery-card-header h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-card-header h1 h2 {
    font-weight: 700;
    font-size: .4rem;
    color: #333;
    padding-bottom: .10667rem
}

.bet-container-lottery-card-header h1 span {
    font-size: .37333rem;
    color: #e98613
}

.bet-container-lottery-card-header h1 span.color40C592 {
    color: #40c592
}

.bet-container-lottery-card-header p {
    font-size: 12px;
    color: #888
}

.bet-container-lottery-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: .33333rem;
    min-height: 3.2rem
}

.bet-container-lottery-card-info img {
    width: .26667rem;
    height: 3.06667rem;
    margin-top: .13333rem;
    margin-right: .34667rem
}

.bet-container-lottery-card-info-chessimg {
    height: 4.09333rem!important
}

.bet-container-lottery-card-info ul {
    width: calc(100% - .4rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet-container-lottery-card-info ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    color: #7e829f;
    padding-bottom: .26667rem;
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content
}

.bet-container-lottery-card-info ul li:last-of-type {
    padding-bottom: 0!important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.bet-container-lottery-card-info ul li:last-of-type h2 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: -webkit-fit-content;
    width: fit-content
}

.bet-container-lottery-card-info ul li:last-of-type p {
    height: -webkit-fit-content;
    height: fit-content;
    text-align: right
}

.bet-container-lottery-card-info ul li span {
    color: #595959
}

.bet-container-lottery-card-info ul li span.success {
    color: #2aab79
}

.bet-container-lottery-card-info ul li span.fail {
    color: #fb4e4e
}

.bet-container-lottery-card-info ul li h3 {
    display: inline-block;
    text-align: center;
    width: 1.33333rem;
    height: .66667rem;
    line-height: .66667rem;
    color: #fff;
    border-radius: .13333rem;
    margin-left: .16rem;
    background: #49ce9b
}

.bet-container-lottery-card-info ul li p {
    color: #ff7172;
    height: .66667rem;
    display: inline-block;
    line-height: .66667rem;
    text-align: center;
    border-radius: .66667rem;
    font-weight: 700;
    font-size: .4rem;
    width: 80%;
    word-wrap: break-word
}

.bet-container-lottery-card-info ul li .betcontent {
    word-wrap: break-word
}

.bet-container-lottery-card-info ul .type {
    margin-top: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .09333rem
}

.bet-container-lottery-card-info ul .type>span {
    background: #F6F6F6;
    width: calc(33.3333333333% - .09333rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    color: #666;
    font-size: 12px;
    border-radius: .13333rem;
    padding: .13333rem 0;
    margin-bottom: .06667rem
}

.bet {
    background-color: #fff
}

.bet .li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: .66667rem;
    line-height: .66667rem;
    padding-left: 1.06667rem
}

.bet .li.betNum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet .li.betNum .lab {
    color: #333;
    font-size: .37333rem;
    width: 100%
}

.bet .li.betNum .lab .txt {
    font-size: .37333rem;
    color: #888
}

.bet .li.betNum .lab .betList {
    width: 100%
}

.bet .li.betNum .lab .betList.select {
    max-height: 5.66667rem;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.bet .li.betNum .lab .betList.select .num>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .13333rem
}

.bet .li.betNum .lab .betList.select .num>div h6 {
    width: 1.46667rem;
    color: #666
}

.bet .li.betNum .lab .betList.select .num>div .n span {
    border-radius: .08rem;
    background: #F6F6F6;
    width: .50667rem;
    height: .48rem;
    display: inline-block;
    margin-right: .13333rem;
    text-align: center;
    line-height: .48rem;
    color: #333;
    font-size: 12px
}

.bet .li.betNum .lab .betList>span {
    display: inline-block;
    text-align: center;
    height: .64rem;
    line-height: .64rem;
    width: .64rem;
    color: #333;
    background-color: #f6f6f6;
    border-radius: .64rem;
    font-size: 13px;
    margin-right: .2rem;
    margin-bottom: .2rem
}

.bet .li.betNum .lab .betList>span.active {
    background-color: #fe474d;
    color: #fff
}

.bet .li.betNum .lab .betList>span {
    width: auto;
    padding: 0 .16rem;
    border-radius: .16rem
}

.bet .li.betNum .lab:after {
    top: .26667rem
}

.bet .li.betNum .lab:before {
    top: .50667rem;
    height: 97%
}

.bet .li .lab {
    color: #888;
    position: relative
}

.bet .li .lab:after {
    content: "";
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAXVBMVEUAAAD/cXL/cXL/cHL/cXL/cXP/cXH/cXL/cHL/cHD/cHL/cHD/////cXL/env/uLn/g4T/29z/29v/lJX/9vf/7e7/7e3/09P/ysr/ycr/wcL/pqf/lZX/r7D/r6/hxXGbAAAADHRSTlMA369g78+QgFAQcHADMg5FAAAAuklEQVQY002QVxbEIAhFUdMnEE3v+1/mIInG+8PjWo4CQt1ohZhrAx9VRtfm3HJYFXVB3dg+7FQ+rrRzG5lt4Z0hcdFSxVLtPvcD4bD61GU1GCsJhY7jSA3og8OKL46bW0O+cB2CHPwOBbKIAfLX4yMp2keqNT1+crPkoG+uLsiNm0PDj8b0SYw1UGeSthPpdPJ95UdEU5swkZEh2SlxNoyJ9leNHRXwYpQ9lr7fLsoq+DA6R1S6qaX7AxMpETByKqHKAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: cover;
    height: .26667rem;
    width: .26667rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translateY(-50%);
    left: -.53333rem
}

.bet .li .sub {
    color: #333;
    font-size: 13px
}

.bet .li .sub>img {
    width: .4rem;
    vertical-align: -.06667rem
}

.bet .li .sub.success {
    color: #47ba7c
}

.bet .li .sub.fail {
    color: #fd565c
}

.bet-container-lottery-note-box {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .26667rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet-container-lottery-note-box-para {
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-note-box-para h3 {
    font-size: .37333rem;
    color: #666
}

.bet-container-lottery-note-box-para h4 {
    font-size: .37333rem;
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_green {
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_red {
    color: #fb4e4e
}

.bet-container-lottery-note-box>div {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: .13333rem 0;
    background: #f7f8ff;
    border: .01333rem solid #d2d7f2;
    border-radius: .13333rem;
    height: 1.6rem
}

.bet-container-lottery-note-box>div.last {
    width: 100%
}

.bet-container-lottery-note-box>div span {
    font-size: 13px;
    color: #666;
    display: inline-block;
    margin-top: .16rem
}

:root {
    --van-tabs-card-height: auto
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.bet-container{
    overflow: hidden;
    padding: 0 13px
}

.bet-container.van-nav-bar {
    background: #f7f8ff
}

.bet-container.van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-icon {
    color: #333
}

.bet-container .bet-container__header{
    background-color: #292929;
    position: relative
}

.bet-container-searchBar{
    margin-top: -.13333rem;
    padding-bottom: .24rem
}

.bet-container .tabs{
    background: transparent
}

.bet-container .tab_item{
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #ddae54!important;
    border-radius: .13333rem;
    background: #3c0132;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.bet-container .tab_item img{
    height: .66667rem
}

.bet-container .tab_item span{
    font-size: 13px
}

.bet-container .tab_active{
    color: #8f5206!important;
    background: -webkit-linear-gradient(top,#FAE59F 0%,#C4933F 100%);
    background: linear-gradient(180deg,#FAE59F 0%,#C4933F 100%)
}

.bet-container.fun-tabs .fun-tab-item {
    padding: .18667rem 0
}

.bet-container-tabBar{
    padding-inline:13px}

.bet-container-tabBar.van-tabs__nav--card {
    height: 1.86667rem;
    margin: 0
}

.bet-container-tabBar.van-tabs__nav--card .van-tab--card {
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #80849c!important;
    border-radius: .13333rem;
    background: #fff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c
}

.bet-container-tabBar.van-tabs__nav--card .van-tab--card>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.bet-container-tabBar.van-tabs__nav--card .van-tab--card>span img {
    width: .66667rem;
    height: auto
}

.bet-container-tabBar.van-tabs__nav--card .van-tab--card>span span {
    font-size: 13px
}

.bet-container-tabBar.van-tabs__nav--card .van-tab--card.van-tab--active {
    color: #fff!important;
    background: -webkit-linear-gradient(top,#fe6868 0%,#ff8e8a 100%);
    background: linear-gradient(180deg,#fe6868 0%,#ff8e8a 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset,0 .08rem .16rem #d0d0ed99
}

.bet-container-items{
    padding-bottom: 13px;
    margin: 0 auto
}

.bet-container .colorE98613{
    color: #e98613!important
}

.bet-container .color40C592{
    color: #40c592!important
}

.bet-container .colorF95959{
    color: #f95959!important
}

.bet-container .color2AAB79{
    color: #2aab79!important
}

.bet-container-lottery-items{
    margin-bottom: 13px
}

.bet-container-lottery-items img{
    display: block;
    width: 100%;
    height: .58667rem
}

.bet-container-lottery .electric-card{
    border-radius: .13333rem!important;
    padding: .34667rem 13px!important
}

.bet-container-lottery-card{
    background: #3c0132;
    width: 100%;
    border-top-left-radius: .13333rem;
    border-top-right-radius: .13333rem;
    padding: .34667rem 13px
}

.bet-container-lottery-card-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: .16rem
}

.bet-container-lottery-card-header h1{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-card-header h1 h2{
    font-weight: 700;
    font-size: .4rem;
    color: #fff;
    padding-bottom: .10667rem
}

.bet-container-lottery-card-header h1 span{
    font-size: .37333rem;
    color: #e98613
}

.bet-container-lottery-card-header p{
    font-size: 12px;
    color: #888
}

.bet-container-lottery-card-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .33333rem
}

.bet-container-lottery-card-info img{
    width: .26667rem;
    height: 2.66667rem;
    margin-right: .34667rem
}

.bet-container-lottery-card-info-chessimg{
    height: 3.73333rem!important
}

.bet-container-lottery-card-info ul{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.bet-container-lottery-card-info ul li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    color: #333;
    padding-bottom: .13333rem;
    position: relative
}

.bet-container-lottery-card-info ul li:last-of-type {
    padding-bottom: 0!important
}

.bet-container-lottery-card-info ul li:last-of-type>span{
    color: #f8d985
}

.bet-container-lottery-card-info ul li span{
    color: #fff
}

.bet-container-lottery-card-info ul li h3{
    display: inline-block;
    text-align: center;
    width: 1.33333rem;
    height: .66667rem;
    line-height: .66667rem;
    color: #fff;
    border-radius: .13333rem;
    margin-left: .16rem;
    background: #49ce9b
}

.bet-container-lottery-card-info ul li div{
    color: #ff7172;
    height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    line-height: .66667rem;
    text-align: center;
    border-radius: .66667rem;
    font-weight: 700;
    font-size: .4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bet-container-lottery-card-info ul li div>div{
    margin-right: .13333rem
}

.bet-container-lottery-card-info ul li div>div:last-child {
    margin-right: 0
}

.bet-container-lottery-note{
    background: #3c0132;
    border-bottom-left-radius: .13333rem;
    border-bottom-right-radius: .13333rem;
    padding: 0 13px .34667rem
}

.bet-container-lottery-note-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .26667rem 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet-container-lottery-note-box-para{
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-note-box-para h3{
    font-size: .37333rem;
    color: #fff
}

.bet-container-lottery-note-box-para h4{
    font-size: .37333rem;
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_green{
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_red{
    color: #fb4e4e
}

.bet-container-lottery-note-box>div{
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: .13333rem 0;
    background: #292929;
    border-radius: .13333rem;
    height: 1.6rem
}

.bet-container-lottery-note-box>div span{
    font-size: 13px;
    color: #333;
    display: inline-block;
    margin-top: .16rem
}

.bet-container-lottery-note-result{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-top: .13333rem
}

.bet-container-lottery-note-result img{
    width: .26667rem;
    height: 1.33333rem;
    margin-right: .34667rem;
    margin-top: .13333rem
}

.bet-container-lottery-note-result-sportimg{
    height: 5.46667rem!important
}

.bet-container-lottery-note-result div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: .37333rem;
    color: #fff
}

.bet-container-lottery-note-result div h1{
    padding-bottom: .4rem
}

.bet-container-lottery-note-result div h2{
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-note-result div h2 p{
    color: #ff7172;
    width: .66667rem;
    height: .66667rem;
    display: inline-block;
    line-height: .66667rem;
    text-align: center;
    border-radius: .66667rem;
    background: url(/assets/png/numberBG-5096ec20.png) no-repeat right/contain;
    font-weight: 700;
    font-size: .4rem
}

.bet-container-lottery-note-result div h2 .n1{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI6SURBVHgB7ZhNaxNBGMf/z2w2JS0GjeAKKmyhUXuI9mR7NPQDZHvwe/gN2nwD+zkUGu+KHs1tsQcpW8yCFtyDrUS00CQ7nWf7Qtn2kJml7VDyg4Wd7EB+/OeZF4aQI3obvJQibUlJgWr6uAokQhIIR4La8yud+OwnOnnpbQS3B2m6qsRe4xohkm9cIdqzK50/WRvHcgcj+Um9LsAGVKLlEjVZUnCbk4Mtcgxh4dgJ9G0j8MVI9mAhqaSmcFK5CkshSgOhxtueoc1BoJaQNtXeeXwBy5kIFsV6wRIKspvs4tdOguRHgv1/+9lv1TtV9dzCXKOO6ZkKimAsOBgMEX2NEG/F57719/rZ8/P7Dmaf+Kgr0VLZ7K+Mhpjluh+6F8rl6ak+Xz52MTwYwgQjQU6OExoX7httRjBBW/C/qrNxksvDSf5W9aqLtuC2YRJMoiaTLtqC/b2/MIVnui4GguPXXp6TZUiHm7eTVAosvLyA66It6D30YIr1gvXGHHTRFrzr1eCr7UsX/6lvVB5Gk4ST0Bmuaq2Kx2o/NsFI0C27WFx+MVaSnNzS8iJKrtlhgbbetSQKwGtbtLl9eoJhKjPT8B7dw/0HHmqqJIpQ+DzIdfVsqYHLYnLkL8pEsCgsGMNeQnX1Qe9hKUSkBCU6sJSRQFvMv+p8VimuwzIk5DrfV2eTZMrBmroLDmEP4ZQj1vglE+S7YNehpg1JcnJl5+h+mtuU73B0JZwl+lx1vqq7w5gnK88HLrmzHw4B4SvKJ8+6ulMAAAAASUVORK5CYII=);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n2{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJpSURBVHgB7ZhPaBNBFMa/N5t/GtEGMbaIkD0GBOvF1pvpSYWSVFCKR3sV0aOntiB4tR68eZWCQiIF8ZR6Ujy5h2IRDxsEqVRKQzE2GrLjvG0TktJJS9NO9pDfJTN5M/DxvdndeY+wg2+vclel8LJSUk5NUzCBhEMCTl3QbHqiUGoNUWPg5nMDNc+bVsIeoIcQyadhIWbtiULZn2Nb3L+6XFTDYQQB5WgkRBkWKXjOziEo4hjC8LYm0HI+lxJ16SKAeJIyIcuT07LDooWP61hyN1GperCHohgfTSCZCMEERF4upPKtTe3D59/hrlSb8yX3Dz59+Y3Hd88bEUmgrJCas7fwodwmrsFquYZn+Z8wREroIkVnQ7uLneSUm0ArsFKtoxOVzR4LtAej2k3JgbCxB0UrcDJzWrtpckwfO2z0DqpXyqM755RT4eZ/8ZjA1PUzGLt0Eqagr6+zcq9F7spf/5fFskiT7OsgsZu9wqwdB6AvsFv6ArulL7Bb+gK7pS+wW8xc6lrgm/jqes0f7+cbb1QgV4jzxbVmucAX36kbSYyk49o9xlJc/LyBF29/tdUyXIA9efmjeZ3bDWMC5xfXDhQzIpCdapy73ei5g/GY1Tl+TC/DkECBC/ZxbbxTjcMCSzDA/Ztn2wqwBvZQDONXErptjnXvdtpWTcJRHDGc5pH0Ce4IIRIS/jvw2uVTSvigdg8RvaNl1fIV5DcvA4dnkS3StwrvJWgOAUNCznG/2n9IohZmVJodBAcnaokZHvgCuRcctigTBCfZuYi11Z/mOe1csNUS9h29qBab6luXlDlvpESBj1xr4D/eNsn7d9rxVAAAAABJRU5ErkJggg==);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n3{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK+SURBVHgB7ZjNTxNBFMDfm5YvIUqjVjzZ3mhiIpyIniw3D6QL0YS7N02Q/gXAySMfidw4SyKhVRK9FU8aT+yBpBoPWy62SghoLBZqd5w3pU0ls412mmEP/C7d2dlNf3k7M2/mIZzi8wvrLmdugnO0RDMCJuBgIwO7wnAuNp7ONXZh7cJJWf1l150RYtNwhiDyhQ7G5qLj6QPZhhO54wrfFJdD4AdERDuDGCdJRm2KHPhFjkAYOnECzKasCKtwx+vZYsmF4i8XwqEgmMblGA8GXD7DQS22tF6AD9mfst3bzWDsTggm45fBFIiuFRTfW/lpk8s78G2/XG+T8GpmT/4+vHcVTICACcYVYy+z9eMvuUY23u2Lvt9giAhT3XUKR03f2s4dgikYtACNR1Mo/2lksM/zBZKLDnSDKZSCN6M9MDp8UfkCzWKTS47nP01NDAjRC9UJc1CGcH+HlCN5k+CntQQHH2NutLeI7wXbMtppjC6tfwUnX5KZZiTWJ7JNuC2TSTuCJJd8tgPbzqGUIyh/J5dzbck42oIrr3frYo3IzUaqALpoC9Z2Oyrok+uiLdgs7aki+79oC0ave6c9miy6aAtOTVxTRpHu0UzWRVuQUuD84xv1aJEYpcj5R5G2LDPnqU6Xc0EVtPxQlvmXZcj4YXd1c08evGpyo8OXmm6CjUZw5c1u/ehaI7P1HZ4+/+L5jjFB2lRQ5FRQStx4r+4zJujkj1vqNyZYLFWa9vf2qFXobg4MQJmm2cbC46hri9IHvgQDkNxk/Iqyb+x2SHlaREQbs6Lky1AWL43g5I/kUkPlFcrjdP72OoO7AYzKCuvHNWsBgT8BH8GBLw7efzUtB0VXAGaFqQ3+we4KsFm6kIJUC+4IYFyMx0U4YyhynYFqfZraePqBaklYRvSWeNhU3TpHk5VzSMcepN82dvwBPqARynIHeh0AAAAASUVORK5CYII=);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n4{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAL8SURBVHgB7ZjfThNBFMbPTLsQ/FOxREpCiVtDVUgQghdyY2LjA7Rc+B6+AfQN5Dk0od6b6KVcaBowtlhi19AmlMSiVWnSbTues6XaNjNbyirMRX8JYWdn5+y3M3M63wyDHnLPE48Eb8aFYAksmnAeCEgzDukGZ8m51ZTVWcXaF/nNxLjdbK6hsKdwgTAmnhmcJyOrqW9OGU7E1RriNV4ugQ5gj474WYxEcipTz4Eu4ggGSyeagGU2EyZviDxoSFOwGPc1xRpoCmPNBMfx1mdoe2DA4n7hMvdyOzkofC6CXatDIHgVwpEwhG9NgxdKhRLkdy2olH/ApStjTjzzjql63PSraj6+y4CFgdqUS2Xnr27bbgFdoQ/O7ez9KVeObHxPBb4fVWBx5Z60DZfdPNgvdYnrfske1LFHB+X4V7VLXCdFHKWv+PGnFlg+lD9M2DUbDnCYBqVSrrjWl4rymFKBddu9hwzDgEHpF1OFVODk9KRrI0qYQQmF+8QcD0jvSwVOzYQgGApKG0QXojB2eQwGxRgxnLZSccGA8tdBmcX3Hy5D5n3WmW91nHd+fMHthdkzZzARxfb0cbkPOaj+rDoxIxgvctdUtmG7L+ICNIaD5gwFemUo0CtDgV4ZCvSKcqmz0X1Y2Tzks18ck0pLFK2lXh21lbXgE3lKjOlHVzQ1Mwnzy/O47PkHE7j1agsd718PV0XDuf12G/8fKxf9fvQ6ahJJWwoysyuPH0jbSIeYGnWK637Jv3fUtJUo7R/CqQWqxLW5cEfdj//hqFVzUCowFA6BG2d11OT/VEzcmJDelwqcQDc9rchWb456VlpnomENzci3BMospn3qNdwnFPKtLAtcD6D7vdm3d90g90zTg2LSPKdr+tlSCSfIUdPBkQl6kuYC2EvQFMYYChSQAk1pcEjyuSepN9iLG6AZAsQGnVc7WTzqg3U8C06DPqRHfXydLhyBdBZs+FhMh56knhvxtc6nqcx6H2gdCTs9uogPn9fhpkXJSvlAU66z4jdHczer6IpriAAAAABJRU5ErkJggg==);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n5{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAM3SURBVHgB7ZhNTBNBFMffzPJpiUA0WE92DyaQkIgmhujJetIDoRg13L35CXcT4OSRj0RveJVEAlUSvYHxoPFEDyT147BrNLZCsGgsbSndcd5Am6bMbD+2tmvi77Szs/P2v2/ezNs3BAr49DRwgVFrkDES4E0f1AIGIUIhlKFkomcoaOZ3keyFsRjoSFvWGBc2AnWEEDbVSOmEPhTcEm3YF7eTYSv8sg/cAPdoUwPxo0iKbfQcuEUcQqBvXxOQ8GLARzPMUD0bT1oQT1jQ1dkA1WQ9tgueVgqeFqp8xmLE36BZbIyBXNjMQhTehX+LNhoaON8Jw/4j4IS5lU1YehMT9pGLp9uFTZkDCLEC2p3r3eP82lvYeXvGhI9fkrl2epfBmpGAeMqCMyc9UAmzLzdg4fUPYSuLEU3BmpmAS2fbDwoE4qVMEnvLq7/4FKSlL8Gvx+kpl/WttBgrw4gkxTsl+KQBgF9lx5q5DeViRHbsbfLZkUGhAuwCW0U8mbG32Sq3Kb3b390GSkNcnO5tgXLp72mz/TDVO6UjevVWvroOSweoVlwxUNyw/6i0b+Bcp3inDPJhfpApbIrAFQuGB3hXR6MQpzJUKhhruNVkbaIjVM4oKtANVLRIaonrBVYlwWI8zSx8FxsupjBcsTcud1Ulfzv2IIobffiZB/92Lr9i/h59ZFaUcaDaAmdfbOSE5SN+Nhaj4BTHArN/OzJwyp3iWKBddpB5tlwcC9SPq9MeLhanOBZ498oxqRfxHq5kpzgWiOlq8taJnLdQWK9+CCZv+qqyzfxPdU759wXiVlGNjCCzWco2pIzibH7FFIbUo+xElB68//hrThyCBueWN0XpWCk4Fm3ke2559Sc8ePJNOUYqsB5l59LbWOkCi5WVf6PsVPVLBXpaNLCj1mWnWXjTRWVniB99kGeFd7FyU63WWpadhJAQCfMjX0rE4eUB8stO3dtsW7+WihFJia0Gj1eKlZ2WRnRxwvp+PjBFgN0DF8GATXdffT4igqJZg3GuNATuIdSs0XG8EALxLLhRI34ej9NQZ9BzTdre+TS2SeEDe0fCwqOn+MO1Orc2cbEyBsGea8FX+R1/ACJ/hHdzJG+uAAAAAElFTkSuQmCC);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n6{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAM2SURBVHgB7VhNTBNBFH4z2wLlJ0IMBRJI2pOSECVejAcT680DoSWRePKgJ01sNPFIAiTeFRKPcibRSI0Hb+BNufXQ2KiH1kgCYpAeWtpSu+O+LUvanTdtSQ3Mod9p5+23b759Oz/fDgMXvr8O3xDcnBaCha1mAE4DAuKMQ7zM2eJ4JJauvsWci9RauL9kmvOWsMdwhmBMvPByvhiMxDJ2G47EHZbFhnU5CTrAqmiHh4VQJMc2Vg50EYdgMHmkCVhyLRzgZZECDWEKFuKGKeZBUzBmhrn1vfX5tC4wYNMeQYy93UwJlt/+gtR2AXp8BkwEuuFO6Dz4BzxkIuSvrv+BRPoAcvkyXB3va8h//ykDm8lsI36AfX0zLdwPP3n5A3IFs4bp7/fCs3tjUhLkz61swe5+qSV+Txe3+cGRzpo4d0vGyrnFHb/1530pvrq+J3Xm8JfXdprmY5+vPvyW4pLAROoAVNj8kpVjyaySj0NEiu0cKvnYt7s4NQKpyrUCKl+uUIaToEYgjoOJYLeSTN0LjnSdiD8R9Cn5OP5Qg1IgAmcTBXyQunf/1qCU1OFHI8NA5af4lVx+KWY8mr24UB3wD3itad8L37aKkMn+tWNYifm7o+SyMdDngeuX+uyxhRPD4T+dHYHRwQ5CuEHyozPDZHWlZUY3cNAcbYGtoi2wVbQFtoq2wFZBWt5EKg+rG3vH1sveiqx9VeWQU9tF28s1y3ccu8NHwxGNDElmFSFtdShubuWnRMQN/vnDAOmQKQeucsgqPgL57v1Y+sSUq0VgQqyqGyoHrnLI6KhVvpPKLxlWygU7oNx2PQdO5Uqk81Avf11H3Qg9Ptr3/U/UNayNHHVwWHbP9Rw1/k7KsV4ln+pben2VQ8bfSMpRR2eGbJPbLH/qWj/JVzlwyVE7DhnHAs44bN+8cg4eTA2RywY6ZKxKNR8rhw65ET9XrIy3C2M+pWPHZQYPjgKgJ+JcAHsHmoIxZgkUEANNUeawyMdvxz5aVVwCzSBALOF5tT1dOw1YsM6C46AP4p0GX8ALWyCeBXsNFtKhkli5DqNyPo1t5iZUjoTtil62yKd1uJnGyYrzAYdc9Y1/WHyEL7js9ekAAAAASUVORK5CYII=);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 span{
    display: inline-block;
    text-align: center;
    min-width: 1.33333rem;
    height: .66667rem;
    line-height: .61333rem;
    color: #fff;
    border: .01333rem solid #fff;
    border-radius: .13333rem;
    margin-left: .16rem
}

.bet-container-lottery-note-result div h2 .bigClass{
    border-color: #fccc52;
    color: #fccc52
}

.bet-container-lottery-note-result div h2 .small{
    border-color: #7aafff;
    color: #7aafff
}

.bet-container-lottery-note-result div h2 .BG-FCCC52{
    background: #fccc52
}

.bet-container-lottery-note-result div h2 .BG-49CE9B{
    background: #49ce9b
}

.bet-container-lottery-note-result div h2 .BG-C57AFF{
    background: #c57aff
}

.bet-container-lottery-note-result div ul{
    margin-top: -.16rem
}

.bet-container-lottery-note-result div ul li{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.bet-container-lottery-note-result div ul li h3{
    font-size: .37333rem;
    color: #fff
}

.bet-container-lottery-note-result div ul li p{
    font-size: 13px;
    color: #333;
    padding-top: .17333rem;
    padding-bottom: 12px
}

.bet-container-lottery-note-result div ul li:last-of-type p{
    padding-bottom: 0!important
}

.red{
    background: #fb4e4e
}

.green{
    background: #49ce9b
}

.violet{
    background: #c57aff
}

.red_violet{
    background-image: -webkit-linear-gradient(top left,#fb4e4e 50%,#eb43dd 0);
    background-image: linear-gradient(to bottom right,#fb4e4e 50%,#eb43dd 0)
}

.green_violet{
    background-image: -webkit-linear-gradient(top left,#40ad72 50%,#eb43dd 0);
    background-image: linear-gradient(to bottom right,#40ad72 50%,#eb43dd 0)
}

.big_binguo,.small_binguo,.sum_binguo{
    font-size: 13px!important;
    min-width: .56rem!important;
    height: .56rem!important;
    border-radius: .10667rem!important;
    line-height: .56rem!important;
    padding: 0 .05333rem;
    display: block!important
}

.big_binguo{
    color: #fff!important;
    background-color: #0b462a!important
}

.small_binguo{
    color: #0b462a!important;
    background-color: #fff!important
}

.sum_binguo{
    color: #0b462a!important;
    background-color: #f9bc36!important
}

.binguo_select{
    width: .56rem!important;
    height: .56rem!important;
    border-radius: 50%;
    border: .01333rem solid #0b462a;
    color: #0b462a!important;
    text-align: center!important;
    font-size: .4rem;
    font-style: normal;
    font-weight: 400;
    line-height: .56rem!important;
    display: block!important
}

.binguo_result{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.binguo_result div{
    width: .56rem!important;
    height: .56rem!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.binguo_result .result_item{
    margin-right: .10667rem;
    border-radius: 50%;
    border: .01333rem solid #333;
    color: #333!important;
    font-size: .4rem
}

.binguo_result .binguo_sum{
    background: #87C7AF;
    color: #0b462a;
    border-radius: .10667rem
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.bonus-header{
    min-height: 4.26667rem;
    width: 100%;
    background-image: url(/assets/png/invitation_bg-8f2eae9e.png),-webkit-linear-gradient(left,#3c0132 0%,#3c0132 100%);
    background-image: url(/assets/png/invitation_bg-8f2eae9e.png),linear-gradient(90deg,#3c0132 0%,#3c0132 100%);
    background-position: .36rem .36rem,top;
    background-repeat: no-repeat;
    background-size: 2.74667rem 2.62667rem,100% calc(100% - 1.73333rem);
    padding-top: .36rem;
    color: #fff
}

.bonus-header .left{
    padding-left: 3.46667rem
}

.bonus-header .title{
    font-size: .48rem;
    margin-bottom: .58667rem;
    color: #f8d985;
    font-weight: 700;
    line-height: .48rem
}

.bonus-header .tip{
    font-size: 13px;
    margin-bottom: .21333rem
}

.bonus-header .time{
    font-size: .48rem;
    font-weight: 500;
    margin-bottom: .34667rem
}

.bonus-header .nav{
    width: calc(100% - .64rem);
    margin: auto;
    background-color: #f18d07;
    padding: 13px 0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-radius: .26667rem
}

.bonus-header .nav>div{
    width: 50%;
    text-align: center;
    font-size: 13px;
    min-height: 1.68rem;
    padding-top: 1.36rem;
    background-repeat: no-repeat;
    background-size: 1.06667rem;
    background-position: top
}

.bonus-header .nav>div.rule{
    background-image: url(/assets/svg/inviterule-f522ef12.svg)
}

.bonus-header .nav>div.record{
    background-image: url(/assets/svg/inviterecord-9d9d4827.svg)
}

.bonus-container{
    padding: 13px
}

.bonus-items{
    width: 100%;
    background: #3c0132;
    border-radius: .26667rem;
    margin-top: .26667rem;
    padding-bottom: .46667rem
}

.bonus-items .head{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 1.06667rem;
    margin-bottom: .26667rem
}

.bonus-items .head .left{
    background-color: #c4933f;
    min-width: 3.73333rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    padding: 0 .93333rem 0 .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: .26667rem 0 0;
    position: relative;
    color: #fff;
    background-image: url(/assets/svg/unfinish-208939c8.svg);
    background-repeat: no-repeat;
    background-size: .64rem;
    background-position: right .4rem center
}


.bonus-items .head .left>div{
    min-width: .48rem;
    height: .48rem;
    background-color: #fae59f;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #c4933f;
    border-radius: 50%;
    margin-left: .10667rem
}

.bonus-items .head .right{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: .34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    justify-content: right;
    line-height: .34667rem;
    padding-right: .26667rem;
    color: #f8d985;
    font-weight: 700;
    border-bottom: .01333rem solid #292929
}

.bonus-items .head.isFinshed .left{
    background-image: url(/assets/svg/righticon-84e23970.svg);
    background-color: #00ba82
}

.bonus-items .head.isFinshed .left>div{
    color: #00ba82
}

.bonus-items .detail{
    background-color: #303030;
    border-radius: .05333rem;
    min-height: .66667rem;
    line-height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc(100% - .64rem);
    margin: auto
}

.bonus-items .detail>div{
    width: 50%
}

.bonus-items .detail .people{
    color: #fff
}

.bonus-items .detail .text{
    padding: 0 .26667rem;
    font-size: 13px;
    color: #333
}


.bonus-items .detail .num{
    color: #f8d985
}

.bonus-items .detail+.detail{
    margin-top: .13333rem
}

.bonus-items .line{
    border: .01333rem dashed #292929;
    margin: .48rem auto;
    position: relative;
    width: calc(100% - 1.14667rem);
    padding: 0 .13333rem
}


.bonus-items .task{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 1.06667rem
}

.bonus-items .task>div{
    width: 50%;
    text-align: center
}


.bonus-items .task>div .peopleval{
    color: #f8d985
}

.bonus-items .task>div .rechargeval{
    color: #f8d985
}

.bonus-items .task>div .text{
    color: #333
}

.bonus-items .btn{
    background: -webkit-linear-gradient(top,#A9AAB5 0%,#6F7381 100%);
    background: linear-gradient(180deg,#A9AAB5 0%,#6F7381 100%);
    font-size: .4rem;
    font-weight: 700;
    color: #fff;
    min-height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    width: calc(100% - .53333rem);
    margin: .42667rem auto 0;
    border-radius: .93333rem
}

.bonus-items .btn.active{
    background: -webkit-linear-gradient(top,#FAE59F 0%,#C4933F 100%);
    background: linear-gradient(180deg,#FAE59F 0%,#C4933F 100%);
    color: #8f5206
}




.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.dialog__container .dialog__container-img {
    width: 3.73333rem;
    height: 2.4rem;
    margin-top: -1.06667rem
}

.dialog__container .dialog__container-img img {
    width: 100%;
    height: 100%
}

.Laundry-page{
    overflow: hidden;
    padding: 0 13px
}

.Laundry-page.navbar-right {
    width: .6rem
}

.Laundry-page.van-nav-bar {
    background: #f7f8ff
}

.Laundry-page.van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-icon {
    color: #333
}

.Laundry-page .bet-container__header{
    background-color: #f7f8ff;
    position: relative
}

.Laundry-page-searchBar{
    margin-top: -.13333rem;
    padding-bottom: .24rem
}

.Laundry-page .tabs{
    background: transparent
}

.Laundry-page .tab_item{
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #ddae54!important;
    border-radius: .13333rem;
    background: #3c0132;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.Laundry-page .tab_item img{
    height: .66667rem
}

.Laundry-page .tab_item span{
    font-size: 13px
}

.Laundry-page .tab_active{
    color: #8f5206!important;
    background: -webkit-linear-gradient(top,#FAE59F 0%,#C4933F 100%);
    background: linear-gradient(180deg,#FAE59F 0%,#C4933F 100%)
}

.Laundry-page:v-deep(.fun-tabs .fun-tab-item) {
    padding: .18667rem 0
}

.Laundry-page-tabBar{
    padding-inline:13px}

.Laundry-page-tabBar.van-tabs__nav--card {
    height: 1.86667rem;
    margin: 0
}

.Laundry-page-tabBar.van-tabs__nav--card .van-tab--card {
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #80849c!important;
    border-radius: .13333rem;
    background: #fff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c
}

.Laundry-page-tabBar.van-tabs__nav--card .van-tab--card>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.Laundry-page-tabBar.van-tabs__nav--card .van-tab--card>span img {
    width: .66667rem;
    height: auto
}

.Laundry-page-tabBar.van-tabs__nav--card .van-tab--card>span span {
    font-size: 13px
}

.Laundry-page-tabBar.van-tabs__nav--card .van-tab--card.van-tab--active {
    color: #fff!important;
    background: -webkit-linear-gradient(top,#fe6868 0%,#ff8e8a 100%);
    background: linear-gradient(180deg,#fe6868 0%,#ff8e8a 100%);
    box-shadow: 0 .08rem .16rem #d0d0ed99,inset 0 -.05333rem .13333rem #fff6f4
}

.Laundry-page .laundry-page_container .laundry-page_box{
    background: #3c0132;
    border-radius: .13333rem;
    padding: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_box .title{
    height: .66667rem;
    line-height: .66667rem;
    font-size: .37333rem;
    color: #fff
}

.Laundry-page .laundry-page_container .laundry-page_box .lab{
    display: inline-block;
    height: .66667rem;
    line-height: .66667rem;
    border: .01333rem solid #f8d985;
    border-radius: .13333rem;
    padding: 0 .16rem 0 .66667rem;
    font-size: 12px;
    color: #f8d985;
    position: relative
}


.Laundry-page .laundry-page_container .laundry-page_box .number{
    color: #fae59f;
    font-weight: 700;
    font-size: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    margin: .26667rem 0
}

.Laundry-page .laundry-page_container .laundry-page_box .number .wallet{
    width: .53333rem;
    margin-right: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_box .txt{
    background: #303030;
    margin-bottom: .2rem;
    width: 85%;
    line-height: .4rem;
    padding: .2rem;
    font-size: 12px;
    border-radius: .13333rem;
    color: #333
}

.Laundry-page .laundry-page_container .laundry-page_box .tip{
    padding: .2rem;
    color: #f8d985
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item{
    width: calc(50% - .09333rem);
    background: #F0C262;
    padding: .2rem;
    border-radius: .10667rem
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .tit{
    color: #8f5206;
    font-size: 12px;
    margin-bottom: .13333rem
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num{
    color: #8f5206;
    font-size: .42667rem;
    font-weight: 700
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num.red{
    color: #8f5206
}

.Laundry-page .laundry-page_container .laundry-page_box .btn{
    width: 8.8rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    background: -webkit-linear-gradient(top,#A9AAB5 0%,#6F7381 100%);
    background: linear-gradient(180deg,#A9AAB5 0%,#6F7381 100%);
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: #fff;
    border: none;
    margin-top: .08rem
}

.Laundry-page .laundry-page_container .laundry-page_box .btn.active{
    background: -webkit-linear-gradient(top,#FAE59F 0%,#C4933F 100%);
    background: linear-gradient(180deg,#FAE59F 0%,#C4933F 100%);
    color: #8f5206
}

.Laundry-page .laundry-page_container .laundry-page_box .rule{
    height: .8rem;
    line-height: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    color: #666;
    margin-top: .13333rem
}

.Laundry-page .laundry-page_container .laundry-page_box .rule-img{
    height: .53333rem;
    width: .53333rem
}

.Laundry-page .laundry-page_container .laundry-page_list{
    margin-top: .26667rem;
    padding-bottom: .4rem
}

.Laundry-page .laundry-page_container .laundry-page_list .title{
    height: .66667rem;
    line-height: .66667rem;
    padding-left: .26667rem;
    font-weight: 700;
    font-size: .48rem;
    position: relative;
    margin-bottom: .26667rem;
    color: #fff
}


.Laundry-page .laundry-page_container .laundry-page_list .list{
    margin-top: .26667rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item{
    margin-bottom: .26667rem;
    background: #3c0132;
    border-radius: .13333rem;
    padding: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: .13333rem;
    margin-bottom: .2rem;
    border-bottom: .01333rem solid #292929
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .name{
    font-size: .4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .time{
    font-size: 12px;
    color: #333
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .state{
    font-size: .37333rem;
    color: #f8d985
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #333;
    font-size: 13px;
    height: 2.4rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left .imgBox{
    padding: .2rem 0;
    margin-right: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left .imgBox .img{
    height: 100%
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left div>p{
    line-height: .8rem;
    font-size: 13px
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right{
    text-align: right
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p{
    line-height: .8rem;
    font-size: 13px;
    color: #fff
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p.red{
    color: #f8d985
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p.orange{
    color: #fae59f
}

.Laundry-page .laundry-page_container .laundry-page_list .all-record{
    height: 1rem;
    border-color: #f8d985!important;
    color: #f8d985!important;
    background: transparent
}

.Laundry-page.dialog__container-content {
    text-align: center
}

.Laundry-page.dialog__container-content .Laundry-Con_tip {
    font-size: 13px;
    color: #333;
    margin: 0 0 .53333rem
}

.Laundry-page.dialog__container-content .Laundry-Con_txt {
    font-size: 13px;
    color: #333
}

.Laundry-page.dialog__container-content .Laundry-Con_txt .number {
    color: #ff7f22;
    font-size: .4rem
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.coins-container{
    padding: 0 13px
}

.coins-container-header{
    height: 2.26667rem;
    width: 100%;
    border-radius: .13333rem;
    position: relative
}

.coins-container-header .bg2{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.coins-container-header .imgBanner{
    width: 1.96rem;
    height: 1.93333rem;
    position: absolute;
    right: .54667rem;
    top: .17333rem;
    z-index: 99
}

.coins-container-header .tip{
    position: absolute;
    top: .48rem;
    left: .38667rem
}

.coins-container-header .tip div{
    color: #fff;
    font-size: .58667rem
}

.coins-container-content-desc{
    font-size: .37333rem;
    padding-top: .33333rem
}

.coins-container-content-desc h2{
    color: #666;
    padding-bottom: .18667rem
}

.coins-container-content-desc h3{
    color: #333;
    padding-bottom: .18667rem
}

.coins-container-content-desc span{
    color: #f95959
}

.coins-container-content-vipcard{
    margin: .26667rem 0;
    padding: .45333rem .28rem .13333rem;
    background: #fff;
    border-radius: .13333rem
}

.coins-container-content-vipcard-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-weight: 700;
    font-size: .42667rem;
    margin-bottom: 13px
}

.coins-container-content-vipcard-title img{
    width: .72rem;
    height: .49333rem;
    margin-right: .16rem
}

.coins-container-content-vipcard h1{
    position: relative
}

.coins-container-content-vipcard h1 input{
    height: 1.17333rem;
    width: 8.8rem;
    border-radius: 1.17333rem;
    background: #f2f2f2;
    color: #333;
    font-size: .37333rem;
    border: none;
    padding-left: .74667rem
}

.coins-container-content-vipcard h1 span{
    font-size: 12px;
    color: #ff7172
}

.coins-container-content-vipcard h1 .clearImg{
    position: absolute;
    width: .64rem;
    height: .64rem;
    right: .53333rem;
    top: .26667rem
}

.coins-container-content-vipcard h2{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .37333rem;
    margin-top: .62667rem;
    margin-bottom: .57333rem
}

.coins-container-content-vipcard h2 p{
    color: #333
}

.coins-container-content-vipcard h2 div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.coins-container-content-vipcard h2 img{
    width: .48rem;
    height: .48rem;
    margin-right: .12rem
}

.coins-container-content-vipcard h2 span{
    color: #ffa408
}

.coins-container-content-vipcard-coin{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.coins-container-content-vipcard-coin div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 2.66667rem;
    height: 1.33333rem;
    border-radius: .13333rem;
    border: .01333rem solid #dfdede;
    font-size: 13px;
    margin-bottom: .26667rem
}

.coins-container-content-vipcard-coin div h1{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.coins-container-content-vipcard-coin div h1 img{
    width: .4rem;
    height: .4rem;
    margin-right: .10667rem
}

.coins-container-content-vipcard-coin div h1 span{
    color: #ff7d06;
    font-size: .34667rem
}

.coins-container-content-vipcard-coin div p{
    text-align: center;
    margin-top: .08rem
}

.coins-container-content-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.coins-container-content-btn button{
    width: 100%;
    height: .93333rem;
    border-radius: .93333rem;
    font-size: .42667rem;
    margin-top: .34667rem
}

.coins-container-content-btn .redeem{
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%)
}

.coins-container-content-btn .gainCoins{
    border: .01333rem solid #fa5a5a;
    background: #f7f8ff;
    color: #333
}

.coins-container-content-btn .gainCoins span{
    color: #fa5a5a
}

.coins-container-content-recordcard{
    background: #fff;
    width: 100%;
    border-radius: .13333rem;
    padding: .42667rem .18667rem .53333rem;
    margin-top: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.coins-container-content-recordcard-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-weight: 700;
    font-size: .42667rem
}

.coins-container-content-recordcard-title img{
    width: .53333rem;
    height: .53333rem;
    margin-right: .21333rem;
    margin-top: .05333rem
}

.coins-container-content-recordcard-title h1{
    width: 100%;
    padding-bottom: .26667rem
}

.coins-container-content-recordcard-items{
    padding-top: .61333rem
}

.coins-container-content-recordcard-items h1{
    color: #333;
    font-size: .45333rem;
    margin-bottom: .24rem
}

.coins-container-content-recordcard-items p{
    color: #666;
    font-size: .34667rem;
    margin-bottom: .61333rem
}

.coins-container-content-recordcard-items div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: .53333rem
}

.coins-container-content-recordcard-items div img{
    width: .48rem;
    height: .48rem
}

.coins-container-content-recordcard-items div h2{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.coins-container-content-recordcard-items div h2 img{
    width: .48rem;
    height: .48rem;
    margin-right: .18667rem
}

.coins-container-content-recordcard-items div h2 span{
    color: #333;
    font-size: .4rem
}

.van-dialog {
    overflow: visible
}

.van-dialog .van-dialog__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.explain {
    box-shadow: none
}


.van-dialog__content img.succeed{
    width: 3.73333rem
}

.van-dialog__content-title{
    color: #151515;
    font-weight: 700;
    font-size: .48rem;
    margin: 13px 0 .6rem
}

.van-dialog__content-note{
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: .37333rem;
    width: 100%
}

.van-dialog__content-note div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-dialog__content-note div h2{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: .37333rem;
    color: #ffa408
}

.van-dialog__content-note div h2 img{
    width: .48rem;
    margin: 0 .13333rem 0 .8rem
}

.van-dialog__content-btn{
    width: 5.33333rem;
    height: 1.06667rem;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141;
    border-radius: 1.06667rem;
    text-align: center;
    line-height: 1.06667rem;
    font-size: .42667rem;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5);
    margin-bottom: .53333rem
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.StrongBox__container{
    position: relative;
    width: 100%;
    font-family: Inter,sans-serif;
    overflow: hidden;
    padding: 0 13px .34667rem
}

.StrongBox__container.navbar__content-left .van-icon {
    line-height: 1.6rem;
    font-size: .48rem
}

.StrongBox__container-dailyRate{
    margin: auto;
    width: 4.16rem;
    height: .53333rem;
    line-height: .53333rem;
    text-align: center;
    color: #f8d985;
    background: #3c0132;
    border-radius: .53333rem;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    margin-bottom: .26667rem
}

.StrongBox__container-income{
    margin-top: .26667rem;
    min-height: 5.13333rem;
    background: #3c0132;
    border-radius: .13333rem;
    padding: .4rem .18667rem .10667rem
}

.StrongBox__container-income-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.StrongBox__container-income-header-left-num{
    color: #f8d985;
    height: .48rem;
    line-height: .48rem;
    font-size: .48rem
}

.StrongBox__container-income-header-right{
    border-left: .01333rem solid #292929
}

.StrongBox__container-income-header-right-num{
    color: #fff;
    height: .48rem;
    line-height: .48rem;
    font-size: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.StrongBox__container-income-buttom{
    margin-top: .33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.StrongBox__container-income-buttom>div{
    width: 4.34667rem;
    height: .93333rem;
    line-height: .93333rem;
    border: .01333rem solid #f8d985;
    border-radius: .13333rem;
    font-size: .37333rem;
    font-weight: 400;
    color: #f8d985;
    text-align: center
}

.StrongBox__container-income-buttom>div+div{
    background: #f8d985;
    color: #8f5206
}

.StrongBox__container-income-tip{
    font-size: 12px;
    color: #f8d985;
    margin-top: .33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left
}

.StrongBox__container-income-godetail{
    text-align: center;
    height: .4rem;
    line-height: .4rem;
    font-size: 13px;
    color: #c4933f;
    margin-top: .46667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.StrongBox__container-income-godetail img{
    width: .42667rem;
    height: .42667rem
}

.StrongBox__container-record{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
    font-size: .42667rem;
    color: #fff;
    margin-top: .8rem;
    margin-bottom: .49333rem
}

.StrongBox__container-record>img{
    width: .64rem;
    height: .64rem
}

.StrongBox__container-record-card{
    margin-bottom: .26667rem
}

.StrongBox__container-allRecord{
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    border: .01333rem solid #f8d985;
    border-radius: .8rem;
    font-weight: 400;
    font-size: .37333rem;
    color: #f8d985;
    margin-top: .8rem
}

.StrongBox__container-errorTip{
    width: .4rem;
    height: .4rem;
    margin-right: .12rem
}

.cancelOrderDialog {
    padding: .53333rem .26667rem;
    border-radius: .26667rem
}

.cancelOrderDialog .van-dialog__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cancelOrderDialog .van-dialog__content img {
    width: 2.13333rem;
    height: 2.13333rem
}

.cancelOrderDialog .van-dialog__content p {
    margin-top: .34667rem;
    font-size: .48rem;
    font-weight: 700
}

.cancelOrderDialog .van-dialog__content .tipText {
    margin-top: .26667rem;
    font-weight: 400;
    font-size: 13px;
    color: #333
}

.cancelOrderDialog .dialog-btnWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin-top: 3rem;
    padding: 0 1rem
}

.cancelOrderDialog .dialog-btnWrapper button {
    width: 3.12rem;
    height: 1.06667rem;
    color: #f95959;
    font-size: .42667rem;
    text-align: center;
    border-radius: 9rem;
    border: .01333rem solid #f95959;
    background: transparent
}

.cancelOrderDialog .dialog-btnWrapper button:last-of-type {
    width: 4.34667rem;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5019607843);
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

.cancelOrderDialog.cancelOrderDialogSuccess .dialog-btnWrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.popupStyle{
    overflow-y: "initial"
}

.popup__header{
    height: .58667rem;
    font-weight: 400;
    font-size: .48rem;
    line-height: .58667rem;
    margin-top: .46667rem;
    text-align: center;
    color: #fff
}

.popup__amount{
    width: 5.86667rem;
    height: .53333rem;
    border: .01333rem solid #333;
    border-radius: .8rem;
    color: #a7a7b6;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .22667rem;
    margin-bottom: .38667rem
}

.popup__amount div{
    height: .36rem;
    line-height: .36rem;
    font-size: 12px;
    width: 50%;
    text-align: right;
    padding-right: .4rem
}

.popup__amount div+div{
    border-left: .01333rem solid #333;
    color: #f8d985;
    text-align: left;
    padding-left: .4rem
}

.popup__container{
    padding: 0 .33333rem
}

.popup__container-sumbit{
    height: 1.06667rem;
    line-height: 1.06667rem;
    color: #8f5206;
    background: #f8d985;
    text-align: center;
    font-weight: 700;
    font-size: .45333rem;
    margin-top: .37333rem
}

.popup__container-sumbit.disabled{
    background-color: #6f7381;
    pointer-events: none;
    color: #fff
}

.popup__container-closeBtn{
    width: .64rem;
    height: .64rem;
    position: absolute;
    top: 0;
    right: 12px
}

.popup__container-input{
    background: #292929;
    height: .93333rem;
    border-radius: .16rem;
    padding: 0 .26667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.popup__container-input.van-field__clear {
    font-size: .56rem
}

.popup__container-allBtn{
    height: .48rem;
    font-weight: 400;
    font-size: 13px;
    line-height: .48rem;
    color: #f8d985;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .52rem
}

.popup__container-errorTip{
    height: .48rem;
    line-height: .48rem;
    font-weight: 400;
    font-size: 12px;
    color: #f8d985;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .10667rem
}

.popup__container-multiple{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: .37333rem 0 .2rem
}

.popup__container-multiple>div{
    width: calc(25% - .28rem);
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background: #292929;
    border-radius: .13333rem;
    font-weight: 400;
    font-size: .42667rem;
    color: #333;
    margin-bottom: .21333rem
}

.popup__container-multiple>div.active{
    background: #f8d985;
    color: #8f5206
}

.popup__container .betTip{
    font-size: 13px;
    font-weight: 400;
    color: #f8d985;
    margin-top: .26667rem;
    margin-bottom: .58667rem
}

.popup__container-numLine{
    height: .8rem;
    line-height: .8rem;
    background: #292929;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .34667rem
}

.popup__container-numLine-num{
    font-weight: 400;
    font-size: .4rem;
    color: #fff
}

.popup__container-numLine-num.red{
    color: #f8d985;
    font-weight: 500
}

.popup__container-numLine>div{
    width: 50%;
    padding-left: .74667rem
}

.popup__container-numLine>div:first-child {
    color: #333;
    padding-left: .26667rem
}

.popup__container-numLine+.popup__container-numLine{
    margin-top: .25333rem
}

.popup__container-slider{
    height: 1.86667rem;
    padding-top: .42667rem
}

.popup__container-slider-button{
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: #f8d985;
    position: relative
}


.popup__container-slider-foot{
    height: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .30667rem
}

.popup__container-slider-foot>div{
    height: .53333rem;
    line-height: .53333rem;
    background: #292929;
    border-radius: .08rem;
    min-width: 1.06667rem;
    padding: 0 .2rem;
    color: #fff;
    text-align: center
}


.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

/* .container .item>div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.container .item .head{
    margin-bottom: .45333rem
}

.container .item .name{
    font-size: .4rem;
    color: #333
}

.container .item .uid{
    font-size: .4rem;
    color: #666
}

.container .item .line{
    color: #888;
    font-size: 13px
}

.container .item .line .amount{
    color: #ff7d06
}

.container .item .line+.line{
    margin-top: 12px;
    font-size: .37333rem
}

.container .item+.item{
    margin-top: .26667rem
} */



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

/* .container{
    padding: 13px
}

.container>.tip{
    font-size: .34667rem;
    color: #f8d985
}

.container>.tip+.tip{
    margin-top: .16rem
}

.dailySignInRules__container-hero{
    width: calc(100% - .64rem)
} */



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.Laundry-Record{
    overflow: hidden;
    padding: 0 13px
}

.Laundry-Record.navbar-right {
    width: .6rem
}

.Laundry-Record.van-nav-bar {
    background: #f7f8ff
}

.Laundry-Record.van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-icon {
    color: #333
}

.Laundry-Record .bet-container__header{
    background-color: #f7f8ff;
    position: relative
}

.Laundry-Record-searchBar{
    margin-top: -.13333rem;
    padding-bottom: .24rem
}

.Laundry-Record .tabs{
    background: transparent
}

.Laundry-Record .tab_item{
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #ddae54!important;
    border-radius: .13333rem;
    background: #3c0132;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.Laundry-Record .tab_item img{
    height: .66667rem
}

.Laundry-Record .tab_item span{
    font-size: 13px
}

.Laundry-Record .tab_active{
    color: #8f5206!important;
    background: -webkit-linear-gradient(top,#FAE59F 0%,#C4933F 100%);
    background: linear-gradient(180deg,#FAE59F 0%,#C4933F 100%)
}

.Laundry-Record.fun-tabs .fun-tab-item {
    padding: .18667rem 0
}

.Laundry-Record-tabBar{
    padding-inline:13px}

.Laundry-Record-tabBar.van-tabs__nav--card {
    height: 1.86667rem;
    margin: 0
}

.Laundry-Record-tabBar.van-tabs__nav--card .van-tab--card {
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #80849c!important;
    border-radius: .13333rem;
    background: #fff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c
}

.Laundry-Record-tabBar.van-tabs__nav--card .van-tab--card>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.Laundry-Record-tabBar.van-tabs__nav--card .van-tab--card>span img {
    width: .66667rem;
    height: auto
}

.Laundry-Record-tabBar.van-tabs__nav--card .van-tab--card>span span {
    font-size: 13px
}

.Laundry-Record-tabBar.van-tabs__nav--card .van-tab--card.van-tab--active {
    color: #fff!important;
    background: -webkit-linear-gradient(top,#fe6868 0%,#ff8e8a 100%);
    background: linear-gradient(180deg,#fe6868 0%,#ff8e8a 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset,0 .08rem .16rem #d0d0ed99
}

.Laundry-Record .list{
    margin-top: .26667rem
}

.Laundry-Record .list .item{
    margin-bottom: .26667rem;
    background: #3c0132;
    border-radius: .13333rem;
    padding: .2rem
}

.Laundry-Record .list .item .header{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: .13333rem;
    margin-bottom: .2rem;
    border-bottom: .01333rem solid #292929
}

.Laundry-Record .list .item .header .name{
    font-size: .4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .2rem
}

.Laundry-Record .list .item .header .time{
    font-size: 12px;
    color: #333
}

.Laundry-Record .list .item .header .state{
    font-size: .37333rem;
    color: #f8d985
}

.Laundry-Record .list .item .body{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Laundry-Record .list .item .body .left{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #333;
    font-size: 13px;
    height: 2.4rem
}

.Laundry-Record .list .item .body .left .imgBox{
    padding: .2rem 0;
    margin-right: .2rem
}

.Laundry-Record .list .item .body .left .imgBox .img{
    height: 100%
}

.Laundry-Record .list .item .body .left div>p{
    line-height: .8rem
}

.Laundry-Record .list .item .body .right{
    text-align: right
}

.Laundry-Record .list .item .body .right>p{
    line-height: .8rem;
    font-size: 13px;
    color: #fff
}

.Laundry-Record .list .item .body .right>p.red{
    color: #f8d985
}

.Laundry-Record .list .item .body .right>p.orange{
    color: #fae59f
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.updateP-container{
    height: 100%;
    padding-inline:.53333rem;overflow-y: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-top: 1.33333rem;
    overflow: hidden
}

.updateP-container-label img{
    width: .36rem;
    height: .36rem;
    margin-right: .08rem
}

.updateP-container-button{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 1.77333rem
}

.updateP-container-button button{
    width: 7.73333rem;
    height: 1.06667rem;
    color: #8f5206;
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .05333rem;
    border-radius: 1.06667rem;
    border: none;
    background: -webkit-linear-gradient(top,#FAE59F 0%,#C4933F 100%);
    background: linear-gradient(180deg,#FAE59F 0%,#C4933F 100%)
}

.updateP-container-tips{
    margin-top: 13px;
    padding-left: .22667rem;
    color: #f8d985;
    font-size: 13px
}

.Laundry-Con_tip{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Laundry-Con_tip .reward{
    color: #fff;
    font-size: .4rem
}

.Laundry-Con_tip .money{
    color: #f8d985;
    font-size: .4rem
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.StrongBoxAbout__container{
    padding: .26667rem 13px 0
}

.StrongBoxAbout__container-dailyRate{
    width: 4.69333rem;
    height: .53333rem;
    line-height: .53333rem;
    background: #3c0132;
    border-radius: .53333rem;
    font-size: 13px;
    color: #f8d985;
    margin: auto;
    text-align: center;
    margin-bottom: .4rem
}

.StrongBoxAbout__container-header{
    background: -webkit-linear-gradient(left,#C4933F 2.28%,#FAE59F 100%);
    background: linear-gradient(90deg,#C4933F 2.28%,#FAE59F 100%);
    color: #8f5206;
    height: .8rem;
    line-height: .8rem;
    padding-left: .98667rem;
    font-size: .42667rem;
    font-weight: 600;
    position: relative
}

.StrongBoxAbout__container-detail{
    background: #3c0132;
    border-radius: 0 0 .26667rem .26667rem;
    padding: .4rem .26667rem;
    margin-bottom: .4rem
}

.StrongBoxAbout__container-detail-text{
    padding: 0 .56rem 0 .58667rem;
    font-size: .34667rem;
    line-height: .48rem;
    color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFQSURBVHgBrZVBboJAFIb/h6Tp0iPook3Y9QieoECq69ojeIKWG+gJdN9S6AnkBiwbcYFHYN2UeZ1BJYYURZh/weIN+YCPmfcIMtt3ZySAkQFEd5MwQsdQEjgPnHNcFgir3CDPcsMdWsbgXzinBWZMjZzTrf/4mgZOHy1i1C0IprcfwXHiO1PoghZhDJh5ufHt9DtwBtACPYErJYlvL5vAm0GP7L3vWPnWBj2kr3wrJXW+20D3OfhOPux1VUl7aMmWh6biuzO0hCvfgtebT/fZhM5IJWAx1/amZQiZbmgmQJ4+p+DFTY+G1lO46uyUQFHO8KzJV3SstYcSdmCa3Y/DsLrUBprJE7W47WE+dMPsvxuughKRbOC42MAbQUtv42aj5hI0E0Qz9UdxRcxamPJm1ns7C5VTNJKbteyPxaf28NJl8JG6FBNVDkD1AEvDiP4Dj1SboDsbacEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: .08rem .01333rem;
    background-size: 13px
}

.StrongBoxAbout__container-detail-text+.StrongBoxAbout__container-detail-text{
    margin-top: .6rem
}

.StrongBoxAbout__container-detail-container{
    border: .01333rem solid #292929;
    border-radius: .26667rem;
    padding: .26667rem;
    font-size: 13px;
    color: #333;
    line-height: .48rem;
    width: calc(100% - .53333rem);
    margin: auto;
    margin-top: .53333rem
}

.StrongBoxAbout__container-detail-container-tip{
    margin-bottom: .26667rem
}

.StrongBoxAbout__container-detail-container-tip.red{
    color: #f8d985
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.StrongBoxRecord__container{
    position: relative;
    width: 100%;
    font-family: Inter,sans-serif;
    overflow: auto;
    padding: 0 0 .61333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100vh
}

.StrongBoxRecord__container-overview{
    height: 3.2rem;
    background-image: url(/assets/png/StrongBoxRecordBg-a4e47cf9.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 1.38667rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.StrongBoxRecord__container-overview-date{
    position: absolute;
    top: .61333rem;
    right: 13px;
    height: .61333rem;
    line-height: .61333rem;
    border: .00667rem solid #ffffff;
    border-radius: .53333rem;
    font-size: .37333rem;
    text-align: center;
    color: #fff;
    padding: 0 .30667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.StrongBoxRecord__container-overview-date img{
    width: .53333rem;
    height: .53333rem;
    margin-left: .2rem
}

.StrongBoxRecord__container-overview-detail{
    width: 100%;
    height: 1.33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center
}

.StrongBoxRecord__container-overview-detail>div{
    width: 33.3%;
    height: 100%;
    color: #fff
}

.StrongBoxRecord__container-overview-detail>div>div{
    font-weight: 500;
    font-size: .37333rem;
    height: .4rem;
    line-height: .4rem
}

.StrongBoxRecord__container-detailList{
    padding: .53333rem 13px
}

.StrongBoxRecord__container-detailList-item+.StrongBoxRecord__container-detailList-item{
    margin-top: .26667rem
}

.StrongBoxRecord__container-detailList.empty{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}



.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.jackpot-rule.navbar-fixed {
    background: -webkit-linear-gradient(150deg,#8F5206 0%,#f8d985 100%)!important;
    background: linear-gradient(300deg,#8F5206 0%,#f8d985 100%)!important
}

.jackpot-rule.navbar-fixed .navbar__content .navbar__content-center,.jackpot-rule.navbar-fixed .navbar__content .navbar__content-left .van-icon {
    color: #fff!important
}

.jackpot-rule .rule-content{
    width: 100%;
    min-height: 6rem;
    background: -webkit-linear-gradient(150deg,#8F5206 0%,#f8d985 100%)!important;
    background: linear-gradient(300deg,#8F5206 0%,#f8d985 100%)!important;
    color: #fff;
    padding: 13px
}

.jackpot-rule .rule-content-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 2.93333rem;
    width: 100%;
    background-image: url(/assets/png/superJackpot-37c05c1b.png);
    background-position: .2rem .2rem,top;
    background-repeat: no-repeat;
    background-size: 3.04rem 3.02667rem,100% calc(100% - 1.73333rem);
    padding-top: .36rem;
    color: #fff
}

.jackpot-rule .rule-content-top-right{
    padding-left: 3.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.jackpot-rule .rule-content-top h3{
    margin-bottom: .13333rem;
    font-size: .4rem;
    font-weight: 700
}

.jackpot-rule .rule-content-top p{
    font-size: 13px;
    font-weight: 400;
    line-height: .53333rem
}

.jackpot-rule .rule-content-tip{
    border: .01333rem solid #fff;
    padding: 13px .4rem;
    border-radius: .21333rem;
    font-size: 12px;
    font-weight: 300;
    line-height: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: .8rem
}

.jackpot-rule .rule-content-tip p{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: .13333rem
}

.jackpot-rule .rule-content-tip svg{
    width: .48rem;
    height: .48rem
}

.jackpot-rule-wrap{
    padding: .46667rem 13px
}

.jackpot-rule .title{
    color: #fff;
    font-size: .42667rem;
    font-weight: 700;
    margin-bottom: .26667rem
}

.jackpot-rule .title svg{
    fill: #f8d985;
    width: .64rem;
    height: .64rem;
    vertical-align: middle
}

.jackpot-rule .table-container{
    width: 100%;
    background: #3c0132;
    border-radius: .21333rem;
    overflow: hidden
}

.jackpot-rule .table-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: -webkit-linear-gradient(bottom,#C4933F 0%,#FAE59F 100%);
    background: linear-gradient(0deg,#C4933F 0%,#FAE59F 100%);
    color: #8f5206
}

.jackpot-rule .table-title>div{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 13px;
    text-align: center
}

.jackpot-rule .table-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .93333rem;
    line-height: .46667rem;
    font-size: 13px;
    text-align: center;
    color: #fff
}


.jackpot-rule .table-content>div{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}


.jackpot-rule-owener{
    background: #3c0132;
    border-radius: .26667rem;
    padding: .53333rem 13px;
    margin-top: .26667rem;
    margin-bottom: .66667rem;
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

.jackpot-rule-owener svg{
    fill: #f8d985;
    width: .4rem;
    height: .4rem;
    vertical-align: middle;
    margin-right: .26667rem
}

.jackpot-rule-custom{
    height: 1.06667rem;
    color: #8f5206;
    text-align: center;
    line-height: 1.06667rem;
    background: -webkit-linear-gradient(top,#FAE59F 0%,#C4933F 100%);
    background: linear-gradient(180deg,#FAE59F 0%,#C4933F 100%);
    border-radius: .66667rem;
    font-size: .4rem;
    font-weight: 700;
    letter-spacing: .016rem
}

.jackpot-rule-custom svg{
    width: .64rem;
    height: .64rem;
    vertical-align: middle
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.jackpot-star {
    background: #292929
}

.jackpot-star-list {
    padding: 0 13px
}

.jackpot-star .star-item {
    border-radius: .26667rem;
    background: #3c0132;
    padding: .4rem .26667rem;
    margin-bottom: .26667rem
}

.jackpot-star .starheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.jackpot-star .starheader .nickname {
    font-size: .37333rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: .6rem;
    margin-top: .33333rem;
    margin-left: .26667rem
}

.jackpot-star .starheader img {
    width: .97333rem;
    height: .97333rem;
    border-radius: .49333rem
}

.jackpot-star .rowcontent {
    border-radius: .08rem;
    background: #303030;
    margin: .06667rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .66667rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .13333rem .26667rem
}

.jackpot-star .rowcontent div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.jackpot-star .rowcontent .label,.jackpot-star .rowcontent .time {
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: .42667rem
}

.jackpot-star .rowcontent .multiple {
    color: #c4933f;
    font-size: .37333rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.jackpot-star .rowcontent .money {
    color: #f8d985;
    font-size: .37333rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.jackpot-star .rowcontent .name {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: .42667rem
}

/* User Info End */


.wallet-container-header-belly{
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wallet-container-header-belly img{
    width: 50px;
}
.wallet-container-header-belly>div:nth-of-type(1) {
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    color: #000;
}


.userInfo__container_wallet span{
    color: #262222;
    font-size: 15px;
    padding: 5px 0;
    font-weight: 600;
    text-transform: capitalize;
}
.wallet-container span{
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
    color: #333;
}
.WinningTip__C {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #000000b3;
    top: 0;
    left: 0;
}
.WinningTip__C-body.isL {
    background-image: url(https://b2play.live/frontend/assets/images/win.jpg) !important;
}
.WinningTip__C-body {
    position: absolute;
    width: 300px;
    height: 410px;
    background-image: url(https://b2play.live/frontend/assets/images/win.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    padding-top: 7rem;
}
.WinningTip__C-body-l1{
    font-weight: 700;
    text-align: center;
    color: #8f5206;
    font-size: 24px;
    margin-bottom: 30px;
}
.WinningTip__C-body-l2 {
    display: -webkit-box;
    display: -webkit-flex;
    color: #8f5206;
    font-size: 12px;
    padding-left: 20px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}
.WinningTip__C-body-l2.type1>div, .WinningTip__C-body-l2.type3>div, .WinningTip__C-body-l2.type7>div, .WinningTip__C-body-l2.type9>div {
    background-color: #40ad72;
}

.red-violet{
  background: linear-gradient(90deg, rgba(241,9,17,1) 0%, rgba(182,89,254,1) 59%, rgba(182,89,254,1) 69%) !important;
}

.red{
 background: #f10911 !important;
}

.green{
  background: #0b462a !important;
}

.violet{
    background:#b659fe !important
}
.green-violet{
    background: rgb(0,128,0);
    background: linear-gradient(90deg, rgba(0,128,0,1) 0%, rgba(182,89,254,1) 74%) !important;
}

.WinningTip__C-body-l2>div.WinningNum {
    width: 22px;
    height: 22px;
    line-height: 1.85;
    margin: 0 1px 0px 6px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: #fff
}
.WinningTip__C-body-l2>div {
    height: 22px;
    background: #40ad72;
    border-radius: 0.13333rem;
    padding: 4px 10px;
    margin-left: 5px;
    line-height: 1.2;
}
.WinningTip__C-body-l2 .colorW {
    color: #fff;
}
.WinningTip__C-body-l3 {
    height: 1.73333rem;
}
.WinningTip__C-body-l3 .head{
    height: 18px;
    line-height: 2;
    font-weight: 700;
    font-size: 14px;
    color: #bf5d2b;
    text-align: center;
    margin-bottom: 10px;
}
.WinningTip__C-body-l3 .bonus {
    height: 30px;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    color: #bf5d2b;
    text-align: center;
    margin-bottom: 2px;
}
.WinningTip__C-body-l3 .gameDetail {
    line-height: 1.25;
    font-size: 12px;
    text-align: center;
    color: #bf5d2b;
}
.closeBtn {
    width: 32px;
    height: 32px;
    background-image: url(../images/icon/close.png);
    background-repeat: no-repeat;
    background-size: 1.75rem;
    background-position: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translate(-50%) translateY(100%);
    bottom: -5px;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 4px;
    height: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Pramotion Css */
.amount {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: #ff9f2e;
    margin-bottom: 10px;
    text-align: center;
}

.amount_txt {
    min-width: 50px;
    padding: 7px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    border-radius: 20px;
    line-height: 1.75;
    letter-spacing: 0.8px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #000;
}

.tip {
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
}

.info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: #3a3a3a;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10
}

.info_content .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: .2rem;
    text-align: center;
}

.info_content .info .line1{
    font-size: 14px;
    color:#a6a9ae;
}

.info_content .info .line2{
    font-size: 14px;
    color:#a6a9ae;
}

.info_content .info .line3{
    font-size: 14px;
    color:#a6a9ae;
}

.info_content .info .head {
    height: 38px;
    line-height: 2.5;
    background-color: #363533;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding-left: 30px;
    background-image: url({{ asset('frontend/assets/images/pramotion/users.png');
}


.info_content .info .head:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: -.04rem;
    width: .08rem;
    height: 100%;
}

.info_content .info .head.u2 {
    border-left: .02667rem solid #FAE59F;
    background-image: url({{ asset('frontend/assets/images/pramotion/users.png') }})
}

.info_content .info .line1,
.info_content .info .line2,
.info_content .info .line3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-right: 0.01333rem solid #807282;
    padding-top: 0.2rem;
}

.info_content .info .line1>div,
.info_content .info .line2>div,
.info_content .info .line3>div {
    font-size: 19px;
    color: #ffbc03;
    font-weight: 600;
}

.airdrop
{
    text-align: center;
    background: #3a3a3a;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
}

.airdrop h4{
    font-size: 16px;
    color: #f3f3f3;
}

.airdrop p{
    font-size: 12px;
}

.info_content .info .line2>div {
    color: #ffbc03;
}

.info_content .info .line3>div {
    padding: 10px;
}

.info_content .info .line3 {
    padding: 0px 0 10px 0;
}

.van-toast {
    word-break: break-word !important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.content .shareBtnContainer {
    margin: 15px 0 15px;
    width: 100%;
    text-align: center
}

.content .shareBtnContainer .shareBtn {
    width: 100%;
    color: #242424;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    padding: 6px;
    border-radius: 99rem;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);

}

.content .commission {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 2.93333rem;
    padding: .25333rem .18667rem;
    border-radius: .13333rem;
    background-color: #3a3a3a;
}

.content .commission__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #d9ac4f;
}

.content .commission__title i {
    margin-right: 6px;
    font-size: .50rem;
}

.content .commission__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content .commission__body>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.content .commission__body>div span {
    letter-spacing: .01333rem;
    text-align: center
}

.content .commission__body>div span:first-of-type {
    color: #a6a9ae;
    font-weight: 600
}

.content .commission__body>div span:last-of-type {
    color: #a6a9ae;
    font-size: 12px;
    line-height: 14px;
}

.content .commission__body>span {
    /* width: .00667rem;
    height: .93333rem;
    background: #292929 */
}

.promote__cell a {
    width: 100%;
}

.promote__cell-item {
    padding: 10px;
    background: #3a3a3a;
    border-radius: 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.promote__cell-item .soon{
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding-left: 43px;
    color: #ffa41b;
    margin-top: -8px;
}

/* .promote__cell-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
} */

.promote__cell-item .label img {
    width: 35px;
    height: 35px;
    margin-right: 7px;
}

.promote__cell-item .label span {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #a6a9ae;
    line-height: 0;
}

.promote__cell-item .arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.promote__cell-item .arrow span {
    font-weight: 400;
    font-size: 13px;
    line-height: .29333rem;
    color: #f8d985;
    margin-right: 0;
}

.promote__cell-item .arrow img,
.navbar__content-right img {
    width: 20px;
    height: 20px;
}
/* End Pramotion Css */
.scroll-plan {
    display: flex;
    flex-flow: nowrap;
    overflow: auto;
}

.withdrawl h6{
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.withdrawl h3{
    font-size: 20px;
}

.withdrawl-history img{
    width: 25px;
}
.withdrawl-history .active{
color: #fff;
background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%) !important;
}

.withdrawl-history {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.withdrawl-history .withdrawl-link{
    background: #debc6f;
    margin-right: 7px;
    padding: 7px 10px !important;
    border-radius: 5px;
}
.withdrawl-link {
    display: block;
    padding: .25rem .75rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.notification__item {
    padding: 10px;
    border-radius: 6px;
    background: #3b3b3b;
}

.notification__item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.notification__item-title svg {
    width: 25px;
    height: 25px;
}

.notification__item-title svg:last-of-type {
    width: 20px;
    height: 20px;
    margin-left: auto
}

.notification__item-title span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.notification__item-time {
    /* margin-block:.10667rem .37333rem; */
    color: #d4d4d4;
    font-size: 14px;
    font-weight: 400
}

.notification__item-content {
    color: #d4d4d4;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word
}

.notification__item+div {
    margin-top: 10px
}

.sysMessage__container-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.content-itm img{
   width: 50px;
}

.redeem img{
    background: #debc6f;
}
.bet-history {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bet-megabox{
    margin-right: 10px;
}
.bet-item{
  width: 25%;
}
.bet-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.bet-megabox  .bet-megabox-elem img{
    width: 60px;
    height: 50px;
}
.bet-megabox>input:checked~.bet-megabox-elem,
.bet-megabox>input:checked~.bet-megabox-elem {
    color: #fff;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%) !important;
}

.bet-megabox .bet-megabox-elem {
    background: #ffc325;
    border-radius: 5px;
    cursor: pointer;
}


.withdrawls-history {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
}
.withdrawls-megabox{
    margin-right: 10px;
    cursor: pointer;
}
/* .withdrawls-item{
  width: 25%;
} */
.withdrawls-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.withdrawls-megabox  .withdrawls-megabox-elem img{
    width: 25px;
    height: 25px;
}
.withdrawls-megabox>input:checked~.withdrawls-megabox-elem,
.withdrawls-megabox>input:checked~.withdrawls-megabox-elem {
    color: #fff;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%) !important;
}

.withdrawls-megabox .withdrawls-megabox-elem {
    /* background: #debc6f; */
    border-radius: 5px;
}
.statics label{
    background: #333;
    border-radius: 0.21333rem;
    text-align: center;
    border: 0;
    padding: 10px 7px 6px 5px;
    font-size: 15px;
    width: 24%;
    border-radius: 20px;
}

.support-section
{
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
}

.support-section ul li {
    padding: 2px 0;
}

.support-section ul li a{
    color: #fff;
    width: 100%;
    background: #eaac01;
    border-radius: 6px;
    margin-to