:root {
    --color-n900: rgb(9, 15, 30);
    --color-n800: rgb(22, 29, 46);
    --color-n700: rgb(35, 45, 69);
    --color-n600: rgb(48, 59, 88);
    --color-n500: rgb(68, 80, 110);
    --color-n400: rgb(92, 104, 132);
    --color-n300: rgb(119, 130, 155);
    --color-n200: rgb(125, 137, 165);
    --color-n100: rgb(131, 145, 175);
    --color-n90: rgb(137, 152, 185);
    --color-n80: rgb(143, 159, 195);
    --color-n70: rgb(148, 166, 205);
    --color-n60: rgb(159, 175, 211);
    --color-n50: rgb(171, 185, 218);
    --color-n40: rgb(183, 195, 225);
    --color-n30: rgb(196, 206, 231);
    --color-n20: rgb(220, 228, 249);
    --color-n10: rgb(237, 242, 255);
    --color-n0: rgb(255, 255, 255);
    --color-blk900: rgb(0, 0, 0);
    --color-blk800: rgba(0, 0, 0, .9);
    --color-blk700: rgba(0, 0, 0, .85);
    --color-blk600: rgba(0, 0, 0, .8);
    --color-blk500: rgba(0, 0, 0, .75);
    --color-blk400: rgba(0, 0, 0, .7);
    --color-blk300: rgba(0, 0, 0, .65);
    --color-blk200: rgba(0, 0, 0, .6);
    --color-blk100: rgba(0, 0, 0, .55);
    --color-blk90: rgba(0, 0, 0, .5);
    --color-blk80: rgba(0, 0, 0, .45);
    --color-blk70: rgba(0, 0, 0, .4);
    --color-blk60: rgba(0, 0, 0, .35);
    --color-blk50: rgba(0, 0, 0, .3);
    --color-blk40: rgba(0, 0, 0, .25);
    --color-blk30: rgba(0, 0, 0, .2);
    --color-blk20: rgba(0, 0, 0, .15);
    --color-blk15: rgba(0, 0, 0, .12);
    --color-blk10: rgba(0, 0, 0, .1);
    --color-blk5: rgba(0, 0, 0, .08);
    --color-w900: rgb(255, 255, 255);
    --color-w800: rgba(255, 255, 255, .9);
    --color-w700: rgba(255, 255, 255, .85);
    --color-w600: rgba(255, 255, 255, .8);
    --color-w500: rgba(255, 255, 255, .75);
    --color-w400: rgba(255, 255, 255, .7);
    --color-w300: rgba(255, 255, 255, .65);
    --color-w200: rgba(255, 255, 255, .6);
    --color-w100: rgba(255, 255, 255, .55);
    --color-w90: rgba(255, 255, 255, .5);
    --color-w80: rgba(255, 255, 255, .45);
    --color-w70: rgba(255, 255, 255, .4);
    --color-w60: rgba(255, 255, 255, .35);
    --color-w50: rgba(255, 255, 255, .3);
    --color-w40: rgba(255, 255, 255, .25);
    --color-w30: rgba(255, 255, 255, .2);
    --color-w20: rgba(255, 255, 255, .15);
    --color-w15: rgba(255, 255, 255, .12);
    --color-w10: rgba(255, 255, 255, .1);
    --color-w5: rgba(255, 255, 255, .08);
    --color-b300: rgb(9, 109, 255);
    --color-g300: rgb(18, 184, 87);
    --color-o300: rgb(252, 84, 21);
    --color-y300: rgb(233, 171, 15);
    --color-st-sf-dark-primary: var(--color-blk900);
    --color-st-sf-dark-secondary: var(--color-blk90);
    --color-st-sf-dark-tertiary: var(--color-blk30);
    --color-st-sf-light-primary: var(--color-w900);
    --color-st-sf-light-secondary: var(--color-w90);
    --color-st-sf-light-tertiary: var(--color-w30);
    --color-st-sf-border-surface: var(--color-w15);
    --color-st-sf-border-control: var(--color-w40);
    --color-st-sf-divider: var(--color-w15);
    --color-st-text-dark-primary: var(--color-blk900);
    --color-st-text-dark-secondary: var(--color-blk500);
    --color-st-text-dark-tertiary: var(--color-blk90);
    --color-st-text-light-primary: var(--color-w900);
    --color-st-text-light-secondary: var(--color-w500);
    --color-st-text-light-tertiary: var(--color-w90);
    --color-st-focus: rgba(255, 255, 255, .48);
    --color-st-hover-default-light: rgba(255, 255, 255, .04);
    --color-st-hover-accent-light: rgba(255, 255, 255, .08);
    --color-st-hover-default-dark: rgba(0, 0, 0, .04);
    --color-st-hover-accent-dark: rgba(0, 0, 0, .08);
    --rounding-2xs-dynamic: 4px;
    --rounding-2xs-static: 4px;
    --rounding-xs-dynamic: 8px;
    --rounding-xs-static: 8px;
    --rounding-s-dynamic: 10px;
    --rounding-s-static: 10px;
    --rounding-m-dynamic: 12px;
    --rounding-m-static: 12px;
    --rounding-l-dynamic: 16px;
    --rounding-l-static: 16px;
    --rounding-xl-static: 24px;
    --rounding-max: 999px;
    --spacing-1: 2px;
    --spacing-2: 4px;
    --spacing-3: 8px;
    --spacing-4: 12px;
    --spacing-5: 16px;
    --spacing-6: 20px;
    --spacing-7: 24px;
    --spacing-8: 28px;
    --spacing-9: 32px;
    --font-family-display: -apple-system, "SF Pro Display", "SF Pro Text", sans-serif;
    --font-family-text: -apple-system, "SF Pro Text", sans-serif;
    --font-family-mono: -apple-system, "SF Mono", monospace;
    --z-index-overlay: 10000;
    --z-index-tooltip: 10001;
    --back-light:#252f4b;
    --bg_color_L2:#333332;
    --main-color: #1989fa;
    --main-color2: #fd8a11;
    --main-gradient-color: radial-gradient(115.81% 66.13% at 97.68% 0%, rgba(91, 235, 255, .88) 0%, rgba(40, 122, 255, 0) 100%), linear-gradient(197deg, #0fd4ff 6.43%, #0069b5 88.19%);
    --main-gradient-color2:linear-gradient(103.36deg, rgb(253, 187, 78), rgb(245, 103, 25));
}
.colorSchemeDark {
    --color-sf-background: var(--color-n900);
    --color-sf-primary: var(--color-n800);
    --color-sf-tertiary: var(--color-n600);
    --color-sf-secondary: var(--color-n700);
    --color-sf-border-control: rgba(119, 130, 155, .28);
    --color-sf-border-surface: rgba(119, 130, 155, .2);
    --color-sf-divider: rgba(119, 130, 155, .2);
    --color-sf-scrim: rgba(9, 15, 30, .6);
    --color-sf-scrim-hard: rgba(9, 15, 30, .95);
    --color-text-primary: var(--color-n0);
    --color-text-secondary: var(--color-n70);
    --color-text-tertiary: var(--color-n100);
    --color-text-link: var(--color-b300);
    --color-gd-blue: rgb(0, 149, 255), rgb(8, 85, 196);
    --color-gd-green: rgb(49, 188, 105), rgb(8, 158, 78);
    --color-fn-base: var(--color-b300);
    --color-fn-base-secondary: rgba(9, 109, 255, .1);
    --color-fn-success: var(--color-g300);
    --color-fn-success-secondary: rgba(18, 184, 87, .1);
    --color-fn-warning: var(--color-y300);
    --color-fn-warning-secondary: rgba(233, 171, 15, .1);
    --color-fn-error: var(--color-o300);
    --color-fn-error-secondary: rgba(252, 84, 21, .1);
    --color-focus: rgba(9, 109, 255, .48);
    --color-hover-default: rgba(255, 255, 255, .04);
    --color-hover-accent: rgba(255, 255, 255, .08)
}
.colorSchemeLight {
    --color-sf-background: var(--color-n0);
    --color-sf-primary: var(--color-n10);
    --color-sf-tertiary: var(--color-n30);
    --color-sf-secondary: var(--color-n20);
    --color-sf-border-control: rgba(119, 130, 155, .28);
    --color-sf-border-surface: rgba(119, 130, 155, .2);
    --color-sf-divider: rgba(119, 130, 155, .2);
    --color-sf-scrim: rgba(9, 15, 30, .4);
    --color-sf-scrim-hard: rgba(9, 15, 30, .95);
    --color-text-primary: var(--color-n900);
    --color-text-secondary: var(--color-n300);
    --color-text-tertiary: var(--color-n90);
    --color-text-link: var(--color-b300);
    --color-gd-blue: rgb(0, 149, 255), rgb(8, 85, 196);
    --color-gd-green: rgb(49, 188, 105), rgb(8, 158, 78);
    --color-fn-base: var(--color-b300);
    --color-fn-base-secondary: rgba(9, 109, 255, .1);
    --color-fn-success: var(--color-g300);
    --color-fn-success-secondary: rgba(18, 184, 87, .1);
    --color-fn-warning: var(--color-y300);
    --color-fn-warning-secondary: rgba(233, 171, 15, .1);
    --color-fn-error: var(--color-o300);
    --color-fn-error-secondary: rgba(252, 84, 21, .1);
    --color-focus: rgba(9, 109, 255, .48);
    --color-hover-default: rgba(0, 0, 0, .04);
    --color-hover-accent: rgba(0, 0, 0, .08)
}
* {
    box-sizing: border-box;
}
html {
    font-size: 54px!important;
}
body {
    font-size: 12px;
    color:#fff
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    border: 0;
}
html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #9195a3;
}
#app {
    background: #090f1e;
    width: 10rem;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
}
button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    font-family: inherit;
    margin: 0;
    outline: none;
    padding: 0;
}
.icon {
    display: inherit;
    flex: none;
    height: 1em;
    overflow: visible;
    font-size: var(--vicon-with-gradient-problem__size);
}
.icon:not(.icon--prevent-fill){
    fill:#fff
}
.content {
    font-family: bahnschrift;
    gap: .13333rem;
    padding: 0 .32rem;
    background: var(--bg_color_L1) !important;
    margin-bottom: 100px;
    margin-top: 63px;
}
.content.mt__unset {
    margin-top: 35px;
}
.content.mb__unset {
    margin-bottom: unset;
}
svg.icon.icon-social-twitter{
    fill:#000;
}
.svg-icon{
    width: 1em;
    height: 1em;
}

/* header Start*/
    .navbar {
        height: 61px;
        display: flex;
        position: fixed;
        top:0;
        width:10rem;
        padding: 0 .32rem;
        background-color: #090f1e;
        z-index: 999;
    }
    .navbar__content{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-grow: 1;
    }
    .navbar__content.only__Logo{
        justify-content: center;
    }
    .navbar__content-left{
        width: 100%;
        /*height: 28px;*/
    }
    .navbar__content-center{
        width: 56px;
        height: 28px;
    }
    .navbar__content-center img{
        display: block;
        max-width: 100%;
    }
    .navbar__content-left img{
        display: block;
        max-width: 100%;
    }
    .message{display: flex;gap:15px;}
    .button-content{
        background-color: var(--back-light);
        width:30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: block;
        border-radius: 5px;
        padding: 7px;
        position: relative;
    }
    .button-content svg{
        width: 100%;
        display: flex;
        fill:var(--color-n0);
    }
    .icon_dot{
        position: absolute;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        top:-2px;
        right:-2px;
    }
    .icon_dot.yellow{
        background-color: #ff9e00;
    }
    .icon_dot.red{
        background-color: #fc5415;
    }
/* header End */

/* footer Start */
    footer {
        width: 10rem;
        padding: 10px 15px;
        display: flex;
        justify-content: space-around;
        border-top: 1px solid #1f2841;
        position: fixed;
        bottom: 0;
        z-index: 9;
        background-color: #090f1e;
    }
    .footerlast_list.tabs__list-item--active::before{
        background-color: #0854c3;
        border-radius: 3px;
        box-shadow: 0 0 1px #090f1e;
        content: "";
        height: 6px;
        position: absolute;
        top: -3px;
        transition: transform .4s ease-out, opacity .4s ease-out;
        width: 45px;
    }
    .footerlast_list.tabs__list-item--active span{
        color: #fff;
    }
    .footerlast_list svg{
        display: block;
        font-size: 25px;
        max-height: 25px;
        max-width: 25px;
    }
    .footerlast_list{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:3px;
        width:calc(100% / 5);
    }
    .footerlast_list span{
        color: #536387;
        font-size: 9px;
        font-weight: 500;
    }
/* footer End */

/* Aside Start */
    body.no-scroll{
        overflow: hidden;
    }
    .aside_section{
        width: 10rem;
        height: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        opacity: 0;
        z-index: -9;
        overflow: hidden;
        transition: transform .4s ease-out, opacity .4s ease-out;
    }
    .aside_section--Shadow{
        width: 100%;
        height: 100%;
        background-color:#090f1ee6;
    }
    .aside_section.is__open{
        z-index: 99999999;
        opacity: 1;
    }
    .aside_section .sidebarabsolut{
        background:linear-gradient(173deg, rgba(37, 46, 76, .98) 2%, rgba(25, 32, 51, .98));
        width: 65%;
        height: 100%;
        right: -65%;
        position: absolute;
        border-radius: 20px 0 0 20px;
        display:flex;
        top: 0;
        flex-direction: column;
        transition: all 400ms;
    }
    .aside_section.is__open .sidebarabsolut{
        right: 0;
    }
    .aslideclosebtn{
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .aslideclosebtn svg{
        fill: #fff;
    }
    .sidebar_topheadersec{
        padding: 30px 30px 0;
        display: flex;gap:7px;
    }
    .sidebar_topheadercol:nth-child(1){
        width:45px;
        height:45px;
        background-color: #1f2841;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebar_topheadercol:nth-child(2){
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .sidebar_topheadercol:nth-child(2)>span{
        font-size: 20px;
        font-weight: 700;
    }
    .sidebar_topheadercol:nth-child(2)>span+span{
        font-size: 11px;
        color: #94a6cd;
        display: flex;
        align-items: center;
        gap: 2px;
    }
    .burgermenu_content{
        padding: 0 30px;
        margin-top: 15px;
        overflow-y: auto;
    }
    .burgermenu_content::-webkit-scrollbar{
        display: none;
    }
    .burgermenu_content ul{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .burgermenu_content ul li{
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .burgermenu_content ul li span {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .burgermenu_content ul li span b{
        font-size:11px;
        display: block;
        color: #A8A5A1;
    }
    .burgermenu_content ul li svg{
        min-width: .8rem;
        min-height: .8rem;
    }
    .CashbackTimerTight_cashbackTimer_ejEXH {
        height: 50px;
        width: 100%;
        min-width: 130px;
        flex-direction: column;
        justify-content: center;
        display: flex;
        background: linear-gradient(127.71deg, #6dfec1 -33.87%, #28bc10 69.19%);
        box-shadow: 0 5px 15px #42e36566;
        border-radius: 12px;
        padding: 0 10px;
        position: relative;
        font-variant-numeric: tabular-nums;
        margin-top:20px;
    }
    .CashbackTimerTight_cashbackTimer_ejEXH img {
        bottom: 0;
        left: 0;
        position: absolute;
        height: 67px;
        border-radius: 0 0 0 12px;
    }
    .CashbackTimerTight_rightBlock_mEb4N {
        margin-left: auto;
    }
    .CashbackTimerTight_cashbackDescription_KrdPm {
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-align: right;
        color: #090f1ecc;
        padding-left: 30px;
    }
    .CashbackTimerTight_cashbackText_D9T2b {
        color: #090f1e;
        font-size: 13px;
        font-weight: 600;
        text-align: right;
        margin-top: 2px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: inherit;
        line-height: 16px;
    }
    .CashbackTimerTight_cashbackTextValue_xpHtj {
        display: inline-block;
        text-align: left;
    }
    .menu__card{
        position: relative;
        padding: 12px 15px 12px 20px;
        border-radius: 12px;
        background-color:#97aee11c;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
    .menu__card::before{
        content: "";
        width: 3px;
        height: 59%;
        background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 0, 221));
        position: absolute;
        left: 1.5px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .menu__card.support_Team::before{
        background-image: linear-gradient(rgb(0, 149, 255), rgb(8, 85, 196));
    }
    .menu__list-item {
        display: block;
        width: 90%;
        height: 1px;
        background: linear-gradient(to right, rgba(211, 222, 255, .2), rgba(235, 241, 255, 0));
        margin: 20px 0;
    }
    .menu__card-title{
        padding-right: 55px;
    }
    .menu__card-title h4{
        font-size: 13px;
        font-weight: 600;
        padding-bottom: 3px;
    }
    .menu__card-title p{
        color: #94a6cdb3;
        font-size: 10px;
        line-height: 12px;
    }
    .menu__card.support_Team .menu__card-img{
        position: unset;
        width: unset;
    }
    .menu__card-img{
        width: 65px;
            display: block;
        position: absolute;
        right:15px;
        top:-10px;
    }
    .menu__card-img svg{
        height: 35px;
        width: 35px;
    }
    .menu__card-img img{
        display: block;
        width:100%;
        height: 100%;
    }
    button.logout_btn{
        background: linear-gradient(45deg, rgb(253, 26, 198), #0000ff);
        width: 100%;
        padding:10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 15px;
        border-radius: 30px;
        margin-bottom: 20px;
    }
    button.logout_btn svg{
        width: 18px;
        height: 18px;
    }
/* Aside end */

/***********************************        Home Page Start        ****************************************/

/* slider */
.slider-wrapperr .slick-slide {
    padding: 100px 0 100px;
    height:300px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
}
.slider-wrapper {
    width: 100%;
    position:relative;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-dots {
    bottom: -30px;
}
.slider{
    position: relative;
}
.slider-wrapper .slide-item img {
    width: 100%;
    height: 100%;
    border-radius: .26667rem;
    -webkit-filter: var(--BoxShadowColor-35);
    filter: var(--BoxShadowColor-35);
}
.slider-wrapper{
    overflow: hidden;
    border-radius: .26667rem;
}
.slider-wrapper .slick-list{
    margin: 0 -10px;
}
.slider-wrapper .slide-item{
    margin:0 10px;
}
.progressBarContainer {
    border-radius: 10px;
    background-color:#fff3;
    position: absolute;
    bottom: 12px;
    width: fit-content;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 7px;
    box-sizing: border-box;
}
.progressBarContainer div {
    display: block;
    min-width: 10px;
    max-width: 100px;
    cursor: pointer;
    margin-right: 7px;
    color: #ffffff;
}
.progressBarContainer div:last-child {
    margin-right: 0;
}
.progressBarContainer div span.progressBar {
    width: 100%;
    height: 4px;
    border-radius:10px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
}
.progressBarContainer div span.progressBar .inProgress {
    background-color: #fff;
    width: 0%;
    min-width:0%;
    max-width:100%;
    height: 4px;
    border-radius:10px;
}
/* slider */

.gamebann{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px #ffd91366;
    border-radius: 10px;
    margin-top: 10px;
}
.gamebann.wingo{
    background-image: linear-gradient(283.27deg, #ffb800 0%, #fff173 138.82%);
    color:#000;
}
.gamebann.k3{
    background-image: linear-gradient(141deg, rgb(194, 110, 255) 0.72%, rgb(68, 69, 255) 100%);
}
.gamebann>div{
    display: flex;
    flex-direction: column;
    gap:4px;
    padding-left: 20px;
}
.gamebann>div h4{
    font-size:20px;
    font-weight: 600;
    padding-bottom: 10px;
} 
.gamebann>div+div img{
    width:120px;
}
.gameheader{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 6px;
    align-items: center;
}
.gameheader>div{
    font-size: 20px;
    color: #fff;
}
.gameheader>div+div{
    font-size: 13px;
    color: #0085ff;
}
.allGame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .21333rem;
    margin-bottom: .82667rem;
}
.allGame .item {
    position: relative;
    border-radius: .26667rem;
    width: 2.96rem;
    min-height: 4rem;
    height: auto;
}
.allGame .item img {
    max-width: 100%;
    border-radius: .26667rem;
    width: 2.96rem;
    height: 4rem;
}
a {
    color: #ffffff80;
}
.allGame .item h5 {
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 700;
}
.gamecontent{
    margin: 0 -7px;
    border-radius:10px;
    overflow: hidden;
}
.game_content-item .item_list{
    padding:0 7px;
    height:170px;
}
.game_content-item h5{
    padding:5px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff80;;
}
.game_content-item .item_list img{
    border-radius:10px;
    height:100%;
    display: block;
    width:100%;
    object-fit: cover;
}
/* welcome_bonus */
.HomeSectionDepositBonus_root_kbJTh {
    margin-top: 35px;
    padding: 15px;
    position: relative;
}
.HomeSectionDepositBonus_root_kbJTh:before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 16px 0 0 16px;
    margin: -2px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border-radius: 25px;
    background: linear-gradient(170deg, #ffdf39, rgba(59, 200, 90, .6));
}
.HomeSectionDepositBonus_svg_kiZIa {
    position: absolute;
    left: -999px;
}
.HomeSectionDepositBonus_icon_bj6vx {
    opacity: .3;
    right: 20px;
    top: 20px;
    height: 1em;
    fill:#fff
}
.HomeSectionDepositBonus_content_Vb8Fe {
    border-radius: 25px;
    background-image: url(https://v1.bundlecdn.com/img/home-deposit-bg.4030f5543.svg);
    background-color: #090f1e;
    background-size: cover;
    position: relative;
    z-index: 3;
}
.HomeSectionDepositBonus_element_tfo3B {
    position: absolute;
    z-index: 10;
}
.HomeSectionDepositBonus_coin1_au_01 {
    top: 15px;
    left: -11px;
    width: 35px;
    height: 31px;
}
.HomeSectionDepositBonus_coin2_i0SXj {
    top: -12px;
    left: 30px;
    width: 30px;
    height: 25px;
}
@keyframes HomeSectionDepositBonus_arrows_bRe5V {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(150%);
        opacity: 0
    }
}
.HomeSectionDepositBonus_arrows_bRe5V {
    top: 47px;
    display: flex;
    flex-direction: column-reverse;
    animation: HomeSectionDepositBonus_arrows_bRe5V 1.5s infinite ease-in-out;
}
.HomeSectionDepositBonus_arrows1_FFWrB {
    left: 22px;
}
.HomeSectionDepositBonus_arrows2_MwMbO {
    right: 22px;
}

@keyframes HomeSectionDepositBonus_arrow_yxcJ0 {
    0% {
        opacity: 1
    }

    16% {
        opacity: .6
    }

    33% {
        opacity: .9
    }

    50% {
        opacity: .5
    }

    66% {
        opacity: .8
    }

    83% {
        opacity: .4
    }

    to {
        opacity: .7
    }
}
.HomeSectionDepositBonus_arrow_yxcJ0 {
    animation: HomeSectionDepositBonus_arrow_yxcJ0 1.5s infinite ease-in-out;
    width: 12px;
    margin-top: -1px;
}
.HomeSectionDepositBonus_arrow_yxcJ0:nth-child(1) {
    animation-delay: .1s
}

.HomeSectionDepositBonus_arrow_yxcJ0:nth-child(2) {
    animation-delay: .2s
}

.HomeSectionDepositBonus_arrow_yxcJ0:nth-child(3) {
    animation-delay: .30000000000000004s
}

.HomeSectionDepositBonus_arrow_yxcJ0:nth-child(4) {
    animation-delay: .4s
}
.HomeSectionDepositBonus_bottomShape_tKl9r {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -webkit-clip-path: polygon(50% 14%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 14%, 0% 100%, 100% 100%);
}
@keyframes HomeSectionDepositBonus_arrowYellow_kkYWR {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
.HomeSectionDepositBonus_bottomArrow_lFpIW {
    transform: rotate(180deg) translate(50%);
    width: 19px;
    bottom: 6px;
    left: 50%;
    animation: HomeSectionDepositBonus_arrowYellow_kkYWR 2s infinite steps(2, end);
}
.HomeSectionDepositBonus_gradient_f1h0U {
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.HomeSectionDepositBonus_contentInner_GWzyx {
    position: relative;
    padding: 30px 0 45px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(223, 223, 223, .1) 100%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-clip-path: url(#home-section-deposit-bonus-path);
    clip-path: url(#home-section-deposit-bonus-path);
}
.HomeSectionDepositBonus_topArrowL_audc4 {
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 64px;
    animation: HomeSectionDepositBonus_arrowYellow_kkYWR 2s infinite steps(2, end);
}
.HomeSectionDepositBonus_topArrowM_NGpjZ {
    left: 50%;
    bottom: 19px;
    transform: translate(-50%);
    width: 40px;
    opacity: .5;
    animation: HomeSectionDepositBonus_arrowYellow_kkYWR 2s infinite steps(2, end);
    animation-delay: 1s;
}
.HomeSectionDepositBonus_bonusText_hf9RS {
    line-height: 1;
    font-family: -apple-system, SF Pro Display, -apple-system, SF Pro Text, sans-serif;
    font-size: 14px;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to left, #ffe55f, #ffe352);
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.HomeSectionDepositBonus_bonusAmount_cgFyY {
    line-height: 1;
    font-family: -apple-system, SF Pro Display, -apple-system, SF Pro Text, sans-serif;
    font-size: 50px;
    font-weight: 900;
    background-image: linear-gradient(to left, #25de85, #a0ef2e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    text-stroke: 1px #24cc5f;
    -webkit-text-stroke: 1px #24cc5f;
    margin-bottom: 10px;
}
.HomeSectionDepositBonus_action_p4jdz {
    line-height: 1;
    font-family: -apple-system, SF Pro Display, -apple-system, SF Pro Text, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.HomeSectionDepositBonus_buttonWrapper_LmBVR {
    padding: 0 15px 15px;
    margin-top: -8px;
}
.HomeSectionDepositBonus_button_cirg7 {
    height: 45px;
    background-image: conic-gradient(rgba(94, 64, 157, .2), rgba(137, 98, 220, .2), rgba(61, 114, 164, .2), rgba(112, 76, 188, .2)), linear-gradient(to left, #36d61c, #13d649);
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 0 50px #2a8047;
}
@keyframes HomeSectionDepositBonus_buttonText_oDLYg{
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.HomeSectionDepositBonus_buttonText_oDLYg {
    animation: HomeSectionDepositBonus_buttonText_oDLYg 1.5s infinite ease-in-out;
}
.HomeSectionDepositBonus_root_kbJTh:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 25px;
    background: #f00;
    z-index: 2;
}
/* welcome_bonus */
.footer_logoContainer{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 28px;
}
.footer_logo img{
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
.footer_logoSeparator {
    flex: 1;
    margin-left: 30px;
    margin-right: 15px;
    height: 1px;
    background: linear-gradient(90deg, rgba(92, 114, 163, .5) 0%, rgba(92, 114, 163, 0) 100%);
}
.footer_info{
    margin-top: 20px;
}
.footer_info .title{
    color: #5c72a380;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 15px;
    padding-bottom: 5px;
}
.footer_content{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap:4px 2%;
}
.footer_content>div{width:49%;}
.Footer_line {
    width: 100%;
    height: 0.1px;
    background-color: #5c72a380;
    margin: 15px 0;
}
.footer_whole-sec{position: relative;}
.Navigation_icon {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: rgba(92, 114, 163, .3);
    -webkit-backdrop-filter: blur(13.5914px);
    backdrop-filter: blur(13.5914px);
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_whole-sec div+div.footer_info{
    display: none;
}
.Navigation_icon.active{
    rotate:180deg;
}
.Navigation_icon svg {
    fill: #94a6cd80;
    transition: transform .3s ease;
    width: 8px;
}
.ApplicationSection_download{
    margin: auto;
    width: 175px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
}
.ApplicationSection_download svg{
    fill:rgb(97, 218, 132);
}
.ApplicationSection_text{
    margin-left: 8px;
}
.ApplicationSection_text>div {
    font-size: 8px;
    line-height: 10px;
    color: #ffffff80;
}
.ApplicationSection_text>div+div{
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    margin-top: 1px;
    color: #fff;
}
.ApplicationSection_chevron_o8kM6 {
    margin-left: auto;
    opacity: .3;
    transition: opacity .25s ease-out;
}
.supportTeam{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(107.15deg, #1e283f 0%, rgba(20, 27, 46, .6) 100%);
    padding: 10px;
    border-radius: 12px;
}
.supportTeam h4{
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}
.supportTeam>div{
    gap: 2px;
    display: flex;
    font-size: 8px;
    color: #ffffff80;
    flex-direction: column;
}
.supportRight{
    height: 25px;
    min-width: 75px;
    background-image: linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
    box-shadow: 0 6px 22px #056dda4d;
    font-weight: 600;
    font-size: 11px!important;
    letter-spacing: .06px;
    text-shadow: 0 3px 5px rgba(9, 15, 30, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    border-radius: 290486px;
}
.socialNetwork{
    margin-top: 15px;
}
.socialNetwork-title{
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    color: #94a6cd80;
}
.socialNetwork-body{
    margin-left: 20%;
    gap: 25px;
    display: flex;
}
.socialNetwork-body div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 50px;
    border-radius: 8px;
    box-shadow: 0 5px 16px #4ca2f64d;
}
.socialNetwork-body div:nth-child(1){
    background: linear-gradient(240.2deg, #0fb1d6 0%, #08c 61.34%);
}
.socialNetwork-body div:nth-child(2){
    background: linear-gradient(135deg, #ff4f4f 0%, #f00 100%);
}
.socialNetwork-body div:nth-child(3){
    background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
}
.socialNetwork-body div:nth-child(4){
    background: linear-gradient(135deg, #82a4e9 0%, #4267b2 100%);
}
.socialNetwork-body div:nth-child(5){
    background: #fff;
}
.socialNetwork-body div:nth-child(6){
    background: linear-gradient(180deg, #61fd7d, #25cf43);
}
.Footer_licenseSection{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.licenseListing{
    display: flex;
    gap:15px;
    align-items: center;
}
.licenseListing img{
    height: 18px;
    display:block;
}
.Listing_ageLimit{
    color: #77829b66;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
}
.goTop{
    background-image: linear-gradient(112deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    border-radius: 6px;
    cursor: pointer;
    height: 24px;
    justify-content: center;
    margin-left: 10px;
    width: 24px;
    align-items: center;
    display: flex;
}
.Footer_licenseSection p{
    color: #8391af;
    font-size: 10px;
    letter-spacing: .12px;
    line-height: 14px;
    margin-top: 15px;
}
/****************************        Home Page End       *********************************/

/****************************     Activity Page Start    *********************************/
.activity__Categories{
    background-image: linear-gradient(78deg, #f53450 27.8%, #fad23b 100%);
    padding: 20px 15px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.activity__Categories--list {
    padding: 10px;
    border-radius: 12px;
    background: #00000008;
    width: calc(100% / 3 - 15px);
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.activity__icon{
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: .26667rem;
    padding: .13333rem;
    margin-bottom: .29333rem;
}
.activity__icon.a1{
    background: url(../images/invitationBonus-aa7acbd3.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.activity__icon.a2{
    background: url(../images/BettingRebate-17d35455.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.activity__icon.a3{
    background: url(../images/superJackpot-ecb648b4.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.activity__icon.a4{
    background: url(../images/BettingRebate-17d35455.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.activity__icon.a5{
    background: url(../images/BettingRebate-17d35455.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.activity__icon.a6{
    background: url(../images/BettingRebate-17d35455.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.activity__banner{
    background-image: var(--main-gradient-color);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    height: 200px;
}
.activity__banner .activity_img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.activity__banner .activity_coin2{
    position: absolute;
    right: -11px;
    top: -22px;
    width: 130px;
}
.activity__banner .activity_coin1{
    position: absolute;
    left: 8px;
    bottom: -50px;
    width: 130px;
}
.activity_More--detail{
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 50%;
    text-align: center;
    padding: 6px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
}
.activity__banner .activity_coin1 img , .activity__banner .activity_coin2 img{
    width: 100%;
    height: 100%;
    display: block;
}
.activity__banner .activity_img img{
    width:100%;
    height:100%;
    border-radius:15px;
    display: block;
}
.activity_txt{
    padding: 25px 0px 0px 15px;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.625px;
    font-weight: 700;
}
.activity_txt span{
    padding-top: 4px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #e2e2e2;
}
.activity_txt img{
    width:25px;
}
.activity__bann--in{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.activity__banner.second{
    background-image: radial-gradient(122.5% 103.35% at 40.58% 100%, #fb0379 0%, #fb0379 35.46%, #fe7670 77.25%, #ffd76f 100%);
}
.activity__banner.second .activity_img{
    position: absolute;
    left: 0;
    top: 0;
    width:80%;
    margin: auto;
}
.activity__banner.second .activity_img img{
    height: auto;
}
.activity__banner.second .activity_txt{
    padding: 25px 0px 0px 15px;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.625px;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
}
.activity__banner.third{
    background-image: radial-gradient(114.87% 99.21% at 82.29% 73.27%, #a5ef5b .17%, #008e4a 100%), linear-gradient(248deg, #4000bb 0%, #ef2cc4 49.79%, #fa1 100%);
}
.activity__banner.third .activity__bann--in{
    display: flex;
    justify-content: space-between;
}
.activity__banner.third .activity__bann--in .activity_img{
    width:175px;
}
.activity__banner.third .activity__bann--in .activity_img img{
    height: 100%;
}
.activity__banner.third .activity_coin1{
    position: absolute;
    left: -21px;
    bottom: -79px;
    width: 215px;
}

/****************************     Activity Page End    *********************************/

/****************************   Promotion Page Start   *********************************/

.content.promotion .banner{
    background-image:linear-gradient(103.36deg, rgb(138, 41, 241), rgb(98, 97, 245));
    position: relative;
    width: 100%;
    border-radius: 20px;
    height: 120px;
    overflow: hidden;
}
.banner__img{
    position: absolute;
    right: 0;
    top: 0;
    height: 200px;
}
.banner__img img{
    display: block;
    width: 100%;
    height: 100%;
}
.banner__Text{
    position: absolute;
    left:20px;
    top:20px;
    width: 60%;
}
.banner__Text span{
    display: block;
}
.banner__Text .amount{
    font-size: 24px;
}
.banner__Text .amount_Txt{
    white-space: nowrap;
    font-size: 16px;
    padding: 3px 0;
}
.banner__Text .tip{
    font-size: 12px;
    color: #d8dbdd;
}
 .promoTable{
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    margin: 20px 0;
    color: #000;
}
.promoTable_head{
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.promoTable_head svg {
    width: .64rem;
    height: .64rem;
}
.promoTable_head .promoTable_col{
    display: flex;
    padding: 7px 0;
    text-align: center;
    flex: 1;
    background-color: #e6e6e6;
    border-radius: 50px 0px 0 50px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
}
.promoTable_head .promoTable_col:nth-child(2){
    border-radius: 0px 50px 50px 0px; 
}
.promoTable_head .promoTable_col.active{
    background-image: var(--main-gradient-color2);
}
.promoTable_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    margin-top: 10px;
    background: #94a6cd33;
    border-radius: 50px;
}
.promo-tab_content{
    display: none;
}
.promo-tab_content.active{
    display: block;
}

.promoTable .promoTable_row:nth-child(2) div+div{
    color: #17B15E;
}
.promoTable .promoTable_row:nth-child(3) div+div{
    color: #DD9138;
}
.promoTable .promoTable_row:nth-child(4) div+div{
    color: #5088D3;
}
.promo_Links{
    background: linear-gradient(146.3deg, #6a8bff 7.11%, #3909c5 97.85%);
    border-radius: 20px;
    padding: 8px 15px;
}
.promoLinks--row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ffffff26;
    padding: 10px 0;
}
.promoLinks--row:last-child{
    border-bottom: unset;
}
.promoLinks--row div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.promoLinks--row div span{
    font-size:14px;
}
.promoLinks--row div+div{
    background-color: #fff;
    border-radius: 20px;
    padding: 8px 0px;
    color: #0854c3;
    width: 30%;
}
.promoLinks--row:nth-child(1) div+div, .promoLinks--row:nth-child(2) div+div{
    padding: unset;
    background-image:var(--main-gradient-color2);
    color: #fff;
}
.promoLinks--row:nth-child(1) div+div button, .promoLinks--row:nth-child(2) div+div button{
    width:100%;
    padding: 8px 0;
}
.promoLinks--row div+div input{
    position: absolute;
    z-index: -9;
}
.promoLinks--row div svg {
    width: .8rem;
    height: .8rem;
    margin-right: .13333rem;
}
.promoLinks--row div img{
    width: 30px;
    margin-right: .13333rem;
}
.promotion_data{
    background-color: #fff;
    border-radius: 20px;
    margin: 20px 0;
    overflow: hidden;
}
.promotion_data--head{
    padding: 15px;
    background: linear-gradient(146.3deg, #6a8bff 7.11%, #3909c5 97.85%);
    display: flex;
    gap: 4px;
    align-items: center;
}
.promotion_data--head span{
    font-size: 14px;
}
.promotion_data--head svg{
    width: .64rem;
    height: .64rem;
}
.promotion_data--cont{
    padding:15px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    justify-content: space-between;
}
.promo__grid{
    width: calc(100% / 2 - 8px);
    background: #0000000d;
    padding:10px;
    display: grid;
    justify-items: center;
    gap: 2px;
    border-radius: 4px;
}
.promo__grid span{
    text-align: center;
    color: #000;
}
.promo__grid span+span{
    color: #0000007d;
}
/****************************    Promotion Page End    *********************************/

/***************** wallet Page Start *********************/
.content.wallet .banner{
    background-image:linear-gradient(103.36deg, rgb(138, 41, 241), rgb(98, 97, 245));
    position: relative;
    width: 100%;
    border-radius: 20px;
    height: 80px;
    overflow: hidden;
}

.content.wallet .activity__banner{
    height: 140px;
}
.content.wallet .activity__banner .activity__bann--in .activity_txt span{
    display: block;
    padding-top: 0;
    font-size: 20px;
}
.content.wallet .activity__banner .activity_coin1{
    width: 80px;
    left: 14px;
    bottom: -33px;
}

.wallet_progress{
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    margin: 20px 0;
    border-radius: 20px;
    flex-wrap: wrap;
}
.wallet_progress .wallet_progress--col{
    display: grid;
    color: #000;
    justify-items: center;
    font-size: 14px;
}
.wallet_progress .wallet_progress--col .wallet_progress-text{
    color: #0000008a;
}
.circular-progress {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(#ff7e5f 0%, #feb47b 0%, #e0e0e0 0%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.circular-progress::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
}
.progress-value {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.wallet_transfer-btn{
    background-image: var(--main-gradient-color);
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.wallet__Categories{
background-image: linear-gradient(78deg, #f53450 27.8%, #fad23b 100%);
padding: 20px 15px;
border-radius: 15px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
row-gap: 20px;
}
.wallet__Categories--list {
padding: 10px;
border-radius: 12px;
background: #00000008;
width: calc(100% / 2 - 8px);
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
display: flex;
gap: 10px;
align-items: center;
font-size: 14px;
}
.wallet__Categories--list img{
    width: 30%;
    display: block;
}
/* deposit */
.breadcum{
    display: flex;
    align-items: center;
    margin: 30px 0 10px 0;
    position: relative;
    font-size: 16px;
    gap: 10px;
}
.breadcum.history{
    margin: 80px 0 25px 0;
}
.breadcum span{display: flex;}
.breadcum span:nth-child(1){z-index: 9;}
.breadcum svg{
    padding-right: 5px;
}

.select_mode{
    display:flex;
    justify-content:space-between;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.choose_mode{
    background-color: #94a6cd33;
    width: calc(100% / 2 - 10px);
    padding: 20px 15px;
    display: grid;
    justify-items: center;
    border-radius: 20px;
    color: #000;
    gap: 10px;
}
.choose_mode>div{
    width: .933333rem;
}
.choose_mode>div img{
    width: 100%;
    height:100%
}
.Recharger__INR__Process , .Recharger__USD__Process{
    display: none;
    border-radius: 20px;
    background: #fff;
    color: #000;
    padding: 15px;
}
.choose_option-list{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    row-gap: 10px;
    font-size:14px;
}
.select_mode-process-heading{
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-bottom: 10px;
    gap:6px;
}
.select_mode-process-heading svg{
    width: .64rem;
    height: .64rem;
    fill:#000
}
.choose_option-list .amount{
    width: calc(100% / 3 - 10px);
    background: #94a6cd33;
    border-radius:5px;
    padding: 6px 10px;
    display: flex;
    gap:10px;
}
.select_mode-processBtn{
    width:100%;
    padding:10px;
    background-image: var(--main-gradient-color);
    margin-top: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.instruction{
    background-color: #fff;
    padding: 15px;
    margin-top: 20px;
    border-radius: 20px;
    color: #000;
}
.instruction_title{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}
.instruction .instruction_details ul li{
    color: #000000b4;
    border-bottom: 1px solid #0000002c;
    line-height: 18px;
    padding: 5px 0;
}
.instruction .instruction_details ul li span{
    color: #ff0000b4;
}
.instruction .instruction_details ul li:last-child{
    border-bottom: unset;
}
.inpt_price{
    position: relative;
}
.inpt_price input{
    width:100%;
    padding:10px 10px 10px 30px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px -4px #333;
    border: 1px solid #00000017;
    margin-top: 10px;
}
.ruppeesign{
    display: block;
    height: -webkit-fill-available;
    position: absolute;
    top: 47%;
    left: 5%;
    transform: translate(-50%, -50%);
    color: #ffd600;
    font-size: 20px;
}
.ruppeesign svg{
    width:20px;
    height:20px;
}
.qr_code_wrapper{
    display: none;
}
.qr_upi_wrpr {
    text-align: center;
}
.van-field__control{
    margin-top: 10px;
}
.copy_upi input {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.currency__iconpos{
    position: relative;
}
.currency__iconpos>div{
    position: absolute;left: 11px;font-size: 14px;font-weight: 600;
}
.currency__iconpos>input{
    color:#000;padding-left: 23px;
}
.addBankAccount {
    border-radius: 5px;
    padding: 15px;
    background-color: #6767670f;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.addBankAccount img {
    width: 70px;
}
.bank-item .bank-item-inner.active {
    background-image:var(--main-gradient-color);
    color: #fff;
    box-shadow: 0px 0px 6px -4px #333;
    border: unset;
}
.bank-item .bank-item-inner.active img{
    filter: brightness(0) invert(1);
}
.bank-item .bank-item-inner {
    margin-top: 10px;
    align-items: center;
    box-shadow: 0px 0px 6px -4px #333;
    border: 1px solid #00000017;
    border-radius: 5px;
    color: #000;
    display: flex;
    padding:6px 10px;
    position: relative;
}
.bank-item .bank-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}
.bank-item .account-no {
    align-items: center;
    border-left: .5px solid #d9d9d9;
    display: flex;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    width: 60%;
}
.bank-item .bank-item-inner img {
    width: 30px;
}
.bank-item #getUpiIdFrom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.bank-item #getUpiIdFrom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.bithdrawable_amount{
    margin-top: 20px;
}
.bithdrawable_amount>div{
    display:flex;
    justify-content: space-between;
    margin-top: 6px
}
.bithdrawable_amount>div .yellow{
    color: var(--color-b300);
}
.bithdrawable_amount>div input{
    border: 1px solid var(--color-b300);
    padding: 2px 20px;
    color: var(--color-b300);
}
.addBank_form-header{
    background-image: var(--main-gradient-color);
    padding: 10px;
    border-radius: 10px 10px 0 0px;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.addBank_form-header .goback{
    position: absolute;
    top:50%;
    left: 2%;
    transform: translate(0%,-50%);
}
.goback{
    display: flex;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main-gradient-color2);
}
.goback svg{
    width:10px;
    height:10px;
}
.addBank_form-subtitle{
    gap:5px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 10px 0px 10px;
    color: #d30707;
}
.addBank_form-subtitle img{
    width:20px
}
.addBank_form-subtitle span{
    line-height:12px;
    font-size: 12px;
}
.addBank_form-content{
    padding: 0px 15px 15px 15px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}
.addBank_title{
    color: #000;
    display: flex;
    gap: 5px;
    align-items: center;
    padding-top:20px;
    padding-bottom: 10px;
}
.addBank_title span{
    font-size: 14px;
}
.addBank_input select, .addBank_input input, .addBank_input textarea{
    width: 100%;
    padding:10px;
    background-color: #dfe1e290;
    color: #00000085;
    border-radius: 5px;
}

.addBank-saveBtn{
    padding: 10px;
    border-radius:30px;
    text-align: center;
    background-image: var(--main-gradient-color);
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.addBank-saveBtn button{
    width: 100%;
    padding: 10px;
    border-radius:30px;
}
.addBank_form.submit_mt20{
    margin-top: 20px;
}
.addBank_form.submit_mt20 .addBank_form-content{
    color: #000;
}
.addBank_form .issue{
    padding-top: 15px;
}
.addBank_form .issue>h5{
    font-size: 14px;
    color: #000;
    padding-bottom: 3px;
}
.addBank_form .issue>h5+h5{
    color: #00000088;
    padding-bottom: 10px;
}
.addBank_form .issue .footer{
    display: flex;
    justify-content: space-between;
}
.addBank_form .issue .footer .login-time{
    color: var(--main-color2);
}
.addBank_form .issue .admin h6{
    padding-bottom: 5px;
}
.addBank_form .issue .footer .status{
    padding: 5px 10px;
    background-color:var(--main-color2);
    color: #fff;
    border-radius: 4px;
}

.addBank_title svg{
    width:22px;
    height:22px;
}
.backMainSec .goback{
    width: 25px!important; 
    z-index: 99;
}
.backMainSec .backmain{
    position: relative;
    z-index: 99;
    display: none;
}

/* recharge History */
.rechargeh__container-content__item{
    color: #000;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.rechargeh__container-content__item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recharge_tit{
    background: var(--main-gradient-color2);
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.recharge_right{
    border:1px solid green;
    color: green;
    padding: 5px 10px;
    border-radius: 3px;
}
.recharge_right.fail{
    border:1px solid rgb(255, 0, 0);
    color: rgb(255, 0, 0);
}
.rechargeh__container-content__item-body{
    margin-top: 15px;
    padding-top: 10px;
    border-top:1px solid #00000056;
}
.rechargeh__container-content__item-body>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}
.rechargeh__container-content__item-body>div span:nth-child(2){
    color: #00000097;
}
.rechargeh__container-content__item-body>div span.price{
    color:#dd9138;
}
.empty__container.empty {
    text-align: center;
    margin-top: 60px;
}
.empty__container.empty svg{
    width: 100%;
    height: 100%;
}
/* recharge History */

/* gifts */
.giftbanner img{
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.redeem-container-receive{
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    position: relative;
}
.bkg_gift {
    position: absolute;
    right: 0;
    top: -6px;
    width:150px;
}
.bkg_gift img{
    width: 100%;
    height: 100%;
    display: block;
}

.redeem-container-receive div{
    color: #00000093;
}
.redeem-container-receive form{
    margin-top: 30px;
}
.redeem-container-receive form>div{
    color: #000;
}
.redeem-container-receive form input{
    box-shadow: 0px 0px 6px -4px #333;
    border: 1px solid #00000017;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    margin:10px 0;
    color: #000;
}
.redeem-container-receive form .receive-btn button{
    background: var(--main-gradient-color);
    padding: 10px 0;
    width: 100%;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 15px;
}
.redeem-container-record{
    background: #fff;
    border-radius: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}
.redeem-container-record svg{
    width: .64rem;
    height: .64rem;
}
.redeem-container-record-title{
    background: var(--main-gradient-color);
    padding: 10px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap:3px;
}
.redeem-container-record-scroll{
    overflow: auto;
    height: 300px;
}
.redeem-container-record-items{
    color: #000;
    padding:10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.redeem-container-record-items>div{
    display: flex;
    align-items: center;
    gap: 3px;
}
/*****************  wallet Page End  *********************/

/* aboutDetail */
.content.aboutdetail .terms p, .content.aboutdetail .terms ul, .content.aboutdetail .terms h3, .content.aboutdetail .terms h2{
    padding-top: 10px;
    font-size: 14px;
    color: #ffffff75;
}

/* my team */
.team_tabs {
    width: 100%;
    height: 0.96rem;
    line-height: .96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}
.team_tabs>a {
    width: calc(100% / 3 - 6px);
    height: 40px;
    background: var(--bg_color_L2);
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #bfc8db;
    text-align: center;
    overflow: hidden;
    display: block;
}
.team_tabs>a.active {
    background: var(--main-gradient-color);
    font-weight: 600;
    color: #fff;
}
.team_filer:not(.active) {
    display: none;
}
.team-tab-content{
    margin-top: 10px;
}
.team_filer {
    text-align: center;
    background: var(--bg_color_L2);
    border-radius: 0.13333rem;
    color: #fff;
}
.team_filer:not(.active) {
    display: none;
}
.table {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.team_filer select.form-control {
    width: 100%;
    padding: 10px 10px;
    overflow: hidden;
    outline: none;
    background: var(--main-color);
    color: #fff;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
}
.myTeam .van-col {
    float: left;
    box-sizing: border-box;
    min-height: 0.02667rem;
}
/* my team */
/* tutorial */
.info_content{
    display: flex;
    background-color: #fff;
    overflow: hidden;
    color: #000;
    border-radius: 20px;
}
.info_content .info .head{
    background:var(--main-color);
    padding: 10px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
    
}
.info_content .info{
    border-right: 1px solid #02020214;
    text-align: center;
    width:calc(100% / 2);
    padding-bottom: 6px;
}
.info_content .info:nth-child(2){
    border-right: unset;
}
.info_content .info>div{
    padding: 6px 0;
}

/* invitation Bonus */
.content.invitation .giftbanner{
    position: relative;
    border-radius: 20px;
    background: var(--main-gradient-color2);
}
.invite-banner_Text{
    width:60%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%,-50%);
}
.invite-banner_Text h4{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
.invite-banner_Text h5{
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
}
.invite-banner_Text span{
    display: block;
}
.bonusTable{
    background: #fff;
    border-radius: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.bonusTable_title{
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #000;
}
.bonusTable_title-col{
    padding: 15px;
}
.bonusTable_title-col:nth-child(1){
    background:var(--main-gradient-color2);
}
.bonusTable_title-col:nth-child(2){
    background: #fff;
    text-align: right;
    flex: 1;
    color: var(--main-color2);
    font-size: 16px;
    line-height: 16px;
}
.bonusTable_title-col span{
    margin-left: 5px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-color: #fff;
    color: var(--main-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.bonusTable_content{
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 15px;
}
.bonusTable_content-row{
    margin-bottom: 10px;
    background-color: #94a6cd33;
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 10px 15px;
    border-radius: 30px;
}
.bonusTable_content-row:nth-child(2) div+div{
    color:  #f50000;
}
.bonusTable_content-row:nth-child(1) div+div{
    color: var(--main-color);
}
.bonusTable_content-row div:nth-child(2){
    font-size: 16px;
    line-height: 16px;
}
.bonusTable_content-last{
    gap: 20px;
    display: flex;
    justify-content: space-between;
    color: #000;
    border-radius: 30px;
}
.bonusTable_content-lastRow{
    padding: 15px;
    background-color: #94a6cd33;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: calc(100% / 2);
    gap: 6px;
}
.bonusTable_content-lastRow span:nth-child(1){
    font-size: 16px;
}
.bonusTable_content-lastRow:nth-child(1) span:nth-child(1){
    color: var(--main-color);
}
.bonusTable_content-lastRow:nth-child(2) span:nth-child(1){
    color: #f50000;
}
.bonusTable-button .btn{
    width: 100%;
    padding:10px 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background: var(--main-color2);
    position: relative;
    z-index: 9;
}
.bonusTable-button .btn.btn-success{
    background: var(--main-color);
}
.back-shadow_img{
    opacity: 0.06;
    position: absolute;
    right: 0;
    top: 0;
}
.back-shadow_img img{
    width: 100%;
    display: block;
}
/* invitation Rule & Record*/
.content.invitation p:first-of-type{
    margin-top: 20px;
}
.content.invitation p{
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.content.invitation p:before{
    content: ' ';
    width:8px;
    height: 8px;
    position: absolute;
    rotate: 45deg;
    left: 0;
    top: 3px;
    background:var(--main-gradient-color);
}
.invitation_RuleTable{
    width: 100%;
}
.invitation_RuleTable tr th , .invitation_RuleTable tr td{
    text-align: center;
    padding: 10px;
}
.invitation_RuleTable tr:nth-child(odd){
    background: #ffffff24;
}
.invitation_RuleTable tr:first-of-type{
    font-size: 14px;
    background: var(--main-gradient-color);
}
.Rulesbottom{
    border-radius: 20px;
    padding: 30px 20px 25px 20px;
    margin-top: 20px;
    background: #ffffff1f;
    position: relative;
}
.Rulesbottom-head{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0%);
}
.Rulesbottom-title{
    height: 35px;
    position: relative;
}
.Rulesbottom-title svg{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0%);
    margin-inline: auto;
    width: 6.58667rem;
    height: .8rem;
    z-index: 0;
    color: #282730;
}
.Rulesbottom-title span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size:14px;
    font-weight: 600;
}
.invite_Record{
    background-color: #fff;
    color: #000;
    padding: 15px;
    border-radius: 20px;
        margin-bottom: 15px;
}
.invite_Record-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.invite_Record .invite_Record-row:first-of-type div:last-of-type{
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
}
.invite_Record .invite_Record-row:first-of-type div:first-of-type{
    font-size: 14px;
    font-weight: 600;
}
.invite_Record .invite_Record-row:last-of-type div:last-of-type{
    color: var(--main-color2);
    font-size: 14px;
    font-weight: 600;
}
/* .Rulesbottom */
.content.daily_tasks .bonusTable .bonusTable_content .bonusTable_content-row{
    position: relative;
}
.content.daily_tasks .bonusTable .bonusTable_content .bonusTable_content-row:before{
    content: "";
    width:1px;
    height: 20px;
    display: block;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #000;
    rotate: 15deg;
    opacity: 0.1;
}
.content.daily_tasks .bonusTable{
    background: var(--main-color);
}
.content.daily_tasks .bonusTable .bonusTable_title .bonusTable_title-col:first-of-type{
    background: var(--main-color);
}
.content.daily_tasks .bonusTable .bonusTable_title{
    border-radius: unset;
    border-bottom: unset;
}
.content.daily_tasks .bonusTable .bonusTable_content{
    border-top: 2px solid #000;
    border-radius: 20px 0 0;
}

.content.daily_tasks .invite-banner_Text span{
    padding-bottom: 20px;
    font-size: 13px;
}
.content.daily_tasks .invite-banner_Text span b{
    font-weight: 600;
    color: #000;
}

/* betrebet */
.betrebet{
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.betrebet .title{
    color: #000;
    font-size: 14px;
}
.betrebet .real_TimeCount{
    background: var(--main-gradient-color2);
    padding: 6px 10px;
    width: fit-content;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}
.totalBet{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    color: var(--main-color2);
    font-size: 20px;
    font-weight: 600;
}
.totalBet>div>span{
    font-size: 14px;
}
.betRow{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.betRow>div{
    width: calc(100% / 2 - 8px); 
    background: #00000008;
    border-radius:15px 0;
    padding: 15px;
    display: grid;
    justify-items: center;
    gap:5px;
    font-size: 13px;
    box-shadow: 0 0 1px var(--main-color);
}
.betRow>div>span{
    display: block;
    color: #000;
}
.betRow>div>span:last-of-type{
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color2);
}
.betHistory{
    background-color: #ffffff24;
    margin-top: 20px;
    border-radius: 20px;
    padding: 15px;
}
.betHistory .title{
    font-size: 14px;margin-bottom: 20px;
}
.betting_All-history{
    background: var(--main-gradient-color2);
    padding: 7px 10px;
    margin: auto;
    width: 60%;
    text-align: center;
    border-radius: 30px;
}

.rebate-_history-headng{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.rebate-_history-headng>div:first-of-type span:last-of-type{
    color: var(--main-color2);
    padding-left: 5px;
}
.rebate-_history-headng>div:last-of-type{
    background: var(--main-color);
    padding: 4px 10px;
    border-radius:2px;
}
.rebate-_history-body{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.rebate-_history-body>div span{
    display: block;
    padding-bottom: 6px;
}

.rebate-_history-body>div span:last-of-type{
    font-size: 14px;
}
/* daily_SignIn */
.content.daily_signIn .giftbanner{
    background: var(--main-gradient-color);
    height:240px;
    position: relative;
    border-radius: 20px;
}
.content.daily_signIn .giftbanner img{
    width: 100%;
    filter: hue-rotate(236deg);
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.content.daily_signIn .giftbanner .banner-content{
    padding: 20px;
    height: 100%;
    position: absolute;
    width: 100%;
}
.content.daily_signIn .giftbanner .banner-content .title{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 2px;
}
.content.daily_signIn .giftbanner .banner-content p{
    padding-bottom: 10px;
}
.content.daily_signIn .giftbanner .banner-content .banner-bodyText{
    width: fit-content;
    background-color: #000000c4;
    border: 1px solid var(--main-color2);
    padding: 10px;
    margin-bottom: 10px;
}
.content.daily_signIn .giftbanner .banner-content .banner-bodyText span{
    display: block;
}
.content.daily_signIn .giftbanner .banner-content .banner-bodyText span:first-of-type{
    padding-bottom: 4px;
    font-size: 18px;
    color: var(--main-color2);
}
.content.daily_signIn .giftbanner .banner-content .banner-bodyText2 span{
    display: block;
}
.content.daily_signIn .giftbanner .banner-content .banner-bodyText2 span:last-of-type{
    font-size: 20px;
}
.content.daily_signIn .giftbanner .banner-content .banner-bodyBtn{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.content.daily_signIn .giftbanner .banner-content .banner-bodyBtn button{
    width:calc(100% / 2 - 50px);
    background: var(--main-gradient-color2);
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}
.daily_signIn-bonus-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}
.daily_signIn-bonus-tab{
    padding: 10px;
    width: calc(100% / 3 - 8px);
    background: #fff;
    border-radius: 10px;
    display: grid;
    justify-items: center;
}
.daily_signIn-bonus-tab>div{
    width: 100%;
    position: relative;
}
.daily_signIn-bonus-tab>div>span{
    position: absolute;
    top:42%;
    left: 50%;
    transform: translate(-50% ,-50%);
    font-size: 16px;
}
.daily_signIn-bonus-tab>span{
    color: var(--main-color2);
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
}
.daily_signIn-bonus-tab img:last-of-type{
    width: 50%;
}
.daily_signIn-bonus-tab>div img{
    width: 100%!important;
}
.daily_signIn-bonus-tab:last-child{
    color: #000;
    display: flex;
    width: 100%;
}
.daily_signIn-bonus-tab:last-child>div{
    font-size: 16px;
    display: grid;
    justify-content: center;
    align-content: center;
    gap: 5px;
}
.daily_signIn-bonus-tab:last-child>div span{
    text-align: center;
    transform: unset;
    position: unset;
    width: 100%;
    display: block;
    height: 100%;
}
.daily_signIn-bonus-tab:last-child>div span:last-child{
    font-size: 20px;
    font-weight: 600;
}
.daily_SignIn-btn button{
    width: 100%;
    margin-top: 20px;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    background: var(--main-gradient-color2);
    font-size: 16px;
}

/* setting */
.setting{
    border-radius: 20px;
    background: var(--main-gradient-color2);
    display: flex;
    justify-content: space-between;
    color: var(--main-color2);
    margin-bottom: 20px;
}
.setting_Imgicon{
    overflow: hidden;
    width: 120px;
    height: 150px;
    background: #fff;
}
.setting_Imgicon img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0px 120px 120px 0;
}
.setting_content{
    background: #fff;
    border-radius: 0px 108px 20px 0px;
    flex:1;
    padding: 20px;
}
.setting_content .setting_row span{
    display: block;
}
.setting_content .setting_row span:last-child{
    font-size: 16px;
    font-weight: 600;
}
.setting_content .setting_row span:first-child{
    padding-bottom: 3px;
    color: #000000c0;
    font-size: 14px;
}
.setting_content .setting_row:nth-child(2){
    margin-top: 10px;
}

/* change Password */
.addBank_form-content.Password_c .addBank_input{
    position: relative;
}
.addBank_form-content.Password_c .addBank_input span{
    background-color: red;
    display: block;
}
.addBank_form-content.Password_c .addBank_input span img{
    width: fit-content;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%);
    width:20px;
}
.fa-eye.fa-eye-slash .hid_pass{
    display: none;
}
.fa-eye.fa-eye-slash .show_pass{
    display: block;
}
/* transection History */
.trasection__filter select{
    width: 100%;
    padding: 10px;
    background: var(--main-color2);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* notification */
.notify_Section{
    border-radius: 20px;
    padding: 15px;
    background: #ffffff30;
    color: #000;
    margin-bottom: 10px;
}
.notify_Section .title{
    display: flex;
    gap:5px;
    align-items: center;
    color:var(--main-color2);
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 600;
}
.notify_Section p{
    color: #fdfd;
}
.notify_Section .notify_DateTime{
    color:var(--main-color);
    padding-top: 10px;
}

/* vip */

.setting_vip{
    border-radius: 20px;
    background: var(--main-gradient-color2);
    justify-content: space-between;
    color: var(--main-color2);
    margin-bottom: 20px;
}
.setting_vip--row{
    display: flex;
    justify-content: space-around;
}
.setting_vip--row .setting_row{
    background: #fff;
    border-radius: 0px 108px 0px 0px;
    flex:1;
    padding: 20px;
}
.setting_vip--row .setting_row span{
    display: block;
}
.setting_vip--row.exp{
    background: #fff;
    padding: 10px 0;
}
.setting_vip .setting_vip--row .setting_vip-colmn{
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: calc(100% / 2 - 25px);
    background-color: #00000014;
}
.setting_vip .setting_vip--row .setting_vip-colmn span{
    display: block;
}
.setting_vip .setting_vip--row .setting_Imgicon{
    overflow: hidden;
    width: 100px;
    height: unset;
    background: #fff;
}
.setting_vip .setting_vip--row .setting_vip-colmn span:nth-child(1){
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-bottom:4px;
}
.vip-content-tip{
    padding: 5px;
    border-radius:3px;
    border: 1px solid #fff;
    text-align: center;
}

/*********************** vip_card Start *******************************/
.vip-content-card {
    min-height: 4rem;
}
.vip-content>div {
    width: 9.36rem;
}
.vip-content-card .itemInfo {
    border-radius: .13333rem;
    width: 100%;
    min-height: 4.2rem;
    color: #fff;
    font-weight: 400;
    font-size: .29333rem;
    padding: .2rem .26667rem;
    position: relative;
}
.vip-content-card .itemInfo.level1 {
    background: url(../images/bg1-7ff97a99.png) no-repeat center, -webkit-linear-gradient(332.71deg, #a6b7d0 21.85%, #889ebe 67.02%);
    background: url(../images/bg1-7ff97a99.png) no-repeat center, linear-gradient(117.29deg, #a6b7d0 21.85%, #889ebe 67.02%);
    box-shadow: 0 .02667rem #7991b6, inset 0 .02667rem #bdcadc;
}
.vip-content-card .itemInfo-right {
    position: absolute;
    right: .13333rem;
    top: .13333rem;
}
.vip-content-card .itemInfo-right img {
    width: 1.86667rem;
    height: auto;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1) {
    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;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1)>img:nth-of-type(1) {
    width: .66667rem;
    height: .66667rem;
    margin-right: .13333rem;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1)>h1 {
    font-weight: 900;
    font-size: .64rem;
    margin-right: .26667rem;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1)>h1.level1 {
    background: -webkit-linear-gradient(top, #ffffff 39.98%, #d0dae6 100%);
    background: linear-gradient(180deg, #ffffff 39.98%, #d0dae6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.vip-content-card .itemInfo-head>div:nth-of-type(1)>img:nth-of-type(2) {
    width: .4rem;
    margin-right: .06667rem;
}
.vip-content-card .mb30 {
    margin-bottom: .4rem;
}
.vip-content-card .itemInfo-head>div.border {
    border-radius: .08rem;
    padding-top: .02667rem;
    padding-bottom: .02667rem;
    display: inline-block;
    padding: 0 .10667rem;
}
.vip-content-card .itemInfo-head>div.border.level1 {
    border: .01333rem solid #c4d2e7;
}
.vip-content-card .itemInfo-bottom>p {
    text-align: right;
    margin-bottom: .13333rem;
}
.van-progress {
    position: relative;
    border-radius: 4px;
}
.vip-content-card .van-progress.level1 {
    box-shadow: 0 .01333rem #b1c4e1, inset 0 .05333rem .05333rem #607596;
}
.van-progress__portion {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.vip-content-card .itemInfo.level2 {
    background: url(../images/bg2-ee7fbf5e.png) no-repeat center, -webkit-linear-gradient(332.71deg, #f8bd83 21.85%, #e2984e 67.02%);
    background: url(../images/bg2-ee7fbf5e.png) no-repeat center, linear-gradient(117.29deg, #f8bd83 21.85%, #e2984e 67.02%);
    box-shadow: 0 .02667rem #d77d22, inset 0 .02667rem #fcca97;
}
.vip-content-card .van-progress.level2 {
    box-shadow: 0 .01333rem #ffc387, inset 0 .05333rem .05333rem #ad5913;
}
.vip-content-card .itemInfo-bottom span.level2 {
    background: -webkit-linear-gradient(left, #ef9033 0%, #c97420 92.31%);
    background: linear-gradient(90deg, #ef9033 0%, #c97420 92.31%);
}
.vip-content-card .itemInfo.level3 {
    background: url(../images/bg3-96f1cdae.png) no-repeat center, -webkit-linear-gradient(332.71deg, #ffa493 21.85%, #ff7878 67.02%);
    background: url(../images/bg3-96f1cdae.png) no-repeat center, linear-gradient(117.29deg, #ffa493 21.85%, #ff7878 67.02%);
    box-shadow: 0 .02667rem #fc5a51, inset 0 .02667rem #ffaea0;
}
.vip-content-card .van-progress.level3 {
    box-shadow: 0 .01333rem #ffada0, inset 0 .05333rem .05333rem #d62f36;
}
.vip-content-card .itemInfo-bottom span.level3 {
    background: -webkit-linear-gradient(left, #ff7878 0%, #f05c5c 92.31%);
    background: linear-gradient(90deg, #ff7878 0%, #f05c5c 92.31%);
}
.vip-content-card .itemInfo.level4 {
    background: url(../images/bg4-c3caf0f8.png) no-repeat center, -webkit-linear-gradient(332.71deg, #78dbeb 21.85%, #48c7f0 67.02%);
    background: url(../images/bg4-c3caf0f8.png) no-repeat center, linear-gradient(117.29deg, #78dbeb 21.85%, #48c7f0 67.02%);
    box-shadow: 0 .02667rem #25baea, inset 0 .02667rem #89eaff;
}
.vip-content-card .van-progress.level4 {
    box-shadow: 0 .01333rem #7ee9fc, inset 0 .05333rem .05333rem #2e96d5;
}
.vip-content-card .itemInfo-bottom span.level4 {
    background: -webkit-linear-gradient(left, #40c4ed 0%, #30b4e9 92.31%);
    background: linear-gradient(90deg, #40c4ed 0%, #30b4e9 92.31%);
}
.vip-content-card .itemInfo.level5 {
    background: url(../images/bg5-e2132369.png) no-repeat center, -webkit-linear-gradient(332.71deg, #df91fb 21.85%, #ef82d5 67.02%);
    background: url(../images/bg5-e2132369.png) no-repeat center, linear-gradient(117.29deg, #df91fb 21.85%, #ef82d5 67.02%);
    box-shadow: 0 .02667rem #da62bd, inset 0 .02667rem #fba4f7;
}
.vip-content-card .van-progress.level5 {
    box-shadow: 0 .01333rem #ffb4f5, inset 0 .05333rem .05333rem #d73db1;
}
.vip-content-card .itemInfo-bottom span.level5 {
    background: -webkit-linear-gradient(left, #d669fe 0%, #f951d6 92.31%);
    background: linear-gradient(90deg, #d669fe 0%, #f951d6 92.31%);
}
.vip-content-card .itemInfo.level6 {
    background: url(../images/bg6-8b5d1b4f.png) no-repeat center, -webkit-linear-gradient(332.71deg, #61dca6 21.85%, #229b5f 67.02%);
    background: url(../images/bg6-8b5d1b4f.png) no-repeat center, linear-gradient(117.29deg, #61dca6 21.85%, #229b5f 67.02%);
    box-shadow: 0 .02667rem #10b087, inset 0 .02667rem #90ffce;
}
.vip-content-card .van-progress.level6 {
    box-shadow: 0 .01333rem #62ecbc, inset 0 .05333rem .05333rem #1a9575;
}
.vip-content-card .itemInfo-bottom span.level6 {
    background: -webkit-linear-gradient(left, #23c89d 0%, #17af87 92.31%);
    background: linear-gradient(90deg, #23c89d 0%, #17af87 92.31%);
}
.vip-content-card .itemInfo.level7 {
    background: url(../images/bg7-535312da.png) no-repeat center, -webkit-linear-gradient(332.71deg, #57b733 21.85%, #229b5f 67.02%);
    background: url(../images/bg7-535312da.png) no-repeat center, linear-gradient(117.29deg, #57b733 21.85%, #229b5f 67.02%);
    box-shadow: 0 .02667rem #1b8e56, inset 0 .02667rem #6dc950;
}
.vip-content-card .van-progress.level7 {
    box-shadow: 0 .01333rem #4fc54d, inset 0 .05333rem .05333rem #117443;
}
.vip-content-card .itemInfo-bottom span.level7 {
    background: -webkit-linear-gradient(left, #67d145 0%, #27b770 92.31%);
    background: linear-gradient(90deg, #67d145 0%, #27b770 92.31%);
}
.vip-content-card .itemInfo.level8 {
    background: url(../images/bg8-8bdc102c.png) no-repeat center, -webkit-linear-gradient(332.71deg, #54baf1 21.85%, #3d77e8 67.02%);
    background: url(../images/bg8-8bdc102c.png) no-repeat center, linear-gradient(117.29deg, #54baf1 21.85%, #3d77e8 67.02%);
    box-shadow: 0 .02667rem #2964d8, inset 0 .02667rem #7ed1ff;
}
.vip-content-card .van-progress.level8 {
    box-shadow: 0 .01333rem #70a4ff, inset 0 .05333rem .05333rem #1b57c8;
}
.vip-content-card .itemInfo-bottom span.level8 {
    background: -webkit-linear-gradient(left, #308fff 0%, #1277ea 92.31%);
    background: linear-gradient(90deg, #308fff 0%, #1277ea 92.31%);
}
.vip-content-card .itemInfo.level9 {
    background: url(../images/bg9-74d6723d.png) no-repeat center, -webkit-linear-gradient(332.71deg, #d084e2 21.85%, #8d49ff 67.02%);
    background: url(../images/bg9-74d6723d.png) no-repeat center, linear-gradient(117.29deg, #d084e2 21.85%, #8d49ff 67.02%);
    box-shadow: 0 .02667rem #8238fa, inset 0 .02667rem #de7cf5;
}
.vip-content-card .van-progress.level9 {
    box-shadow: 0 .01333rem #b27cff, inset 0 .05333rem .05333rem #7129ee;
}
.vip-content-card .itemInfo-bottom span.level9 {
    background: -webkit-linear-gradient(left, #b45aff 0%, #8945fa 92.31%);
    background: linear-gradient(90deg, #b45aff 0%, #8945fa 92.31%);
}
.vip-content-card .itemInfo.level10 {
    background: url(../images/bg10-76abb4b7.png) no-repeat center, -webkit-linear-gradient(332.71deg, #eeaf3a 21.85%, #f98b3b 67.02%);
    background: url(../images/bg10-76abb4b7.png) no-repeat center, linear-gradient(117.29deg, #eeaf3a 21.85%, #f98b3b 67.02%);
    box-shadow: 0 .02667rem #ec6d0f, inset 0 .02667rem #ffc456;
}
.vip-content-card .van-progress.level10 {
    box-shadow: 0 .01333rem #ffb64b, inset 0 .05333rem .05333rem #d7610b;
}
.vip-content-card .itemInfo-bottom span.level10 {
    background: -webkit-linear-gradient(left, #ff940a 0%, #eb7119 92.31%);
    background: linear-gradient(90deg, #ff940a 0%, #eb7119 92.31%);
}
.vip-content-card-item {
    padding: 10px 0px;
}
.vip-content-card .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fa6562;
    color: #fff;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 3px #000;
    z-index: 1;
    font-size: 0;
    font-family: 'vant-icon';
}
.vip-content-card .slick-arrow.slick-next {
    right: 0;
}
.vip-content-card {
    position: relative;
}
.vip-content-card .slick-arrow.slick-next {
    right: 0;
}
.vip-content-card .slick-arrow.slick-prev:before {
    content: "î™¨";
    font-size: 16px;
}
.vip-content-card .slick-arrow.slick-next:before {
    content: "î™ ";
    font-size: 16px;
}
.vip-content-card .itemInfo-bottom>div:last-of-type {
    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: .06667rem;
}
.vip-content-card .itemInfo-bottom span.level {
    border-radius: .53333rem;
    padding: 0 .13333rem;
}
.vip-content-weal {
    margin-top: .4rem;
    border-radius: .13333rem;
    padding: .4rem .13333rem;
    overflow: hidden;
    min-height: 5.06667rem;
    background: #fff;
}
.vip-content-weal-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.vip-content-weal-head svg {
    width: .64rem;
    height: .64rem;
    margin-right: .13333rem;
    fill: none;
}
.vip-content-weal-head svg path {
    stroke: #f96160;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.vip-content-weal-head h1 {
    width: 87%;
    font-weight: 800;
    font-size: .42667rem;
    color: var(--main-color2);
}
.vip-content-weal-head .ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .01333rem;
    border-bottom: .01333rem solid #374992;
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.vip-content-weal-con {
    margin-top: .4rem;
    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;
}
.vip-content-weal-con>div:nth-of-type(1) {
    width: 1.33333rem;
    margin-right: .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;
}
.vip-content-weal-con>div:nth-of-type(1)>img {
    width: 1.33333rem;
    height: 1.33333rem;
    max-width: initial;
}
.vip-content-weal-con>div:nth-of-type(2) {
    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;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.vip-content-weal-con>div:nth-of-type(2)>h2 {

    font-size: .4rem;
    color:var(--main-color2);
}
.vip-content-weal-con>div:nth-of-type(2)>span {
    color:var(--main-color);
}
.vip-content-weal-con>div:nth-of-type(3) {
    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;
}
.vip-content-weal-con>div:nth-of-type(3)>p {
    background-color: transparent;
    border: .01333rem solid var(--main-color);
    border-radius: .13333rem;
    min-width: 2rem;
    height: .53333rem;
    line-height: .53333rem;
    font-size: .34667rem;
    padding: .02667rem .13333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: var(--main-color);
}
.vip-content-weal-con>div:nth-of-type(3)>p:nth-of-type(1) {
    color: #dd9138;
    margin-top: .06667rem;
    margin-bottom: .13333rem;
    border-color: #dd9138;
}
.vip-content-weal-con>div:nth-of-type(3)>p>img, .vip-content-weal-con>div:nth-of-type(3)>p .svg-icon {
    width: .4rem;
    height: .4rem;
    margin-right: .13333rem;
}

.vip-content-weal-con>div:nth-of-type(3)>p>img, .vip-content-weal-con>div:nth-of-type(3)>p svg {
    width: .4rem;
    height: .4rem;
    margin-right: .13333rem;
    fill: none;
}
.vip-content-recordVsrule {
    margin: .4rem 0;
}
.vip-content-recordVsrule-head {
    display: flex;
    border-radius: .16rem;
    height: 1.17333rem;
    color: #acafc2;
    font-size: .42667rem;
    line-height: 1.17333rem;
}
.vip-content-recordVsrule-head>button {
    position: relative;
    border: none;
    width: 50%;
    background: var(--bg_color_L2);
    color: var(--text_color_L2);
}
.vip-content-recordVsrule-head>button.active {
    color: var(--main-color);
    border-radius: .16rem;
}
.vip-content-recordVsrule-head>button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 1.6rem;
    height: .04rem;
    bottom: 0;
}
.vip-content-recordVsrule-head>button.active:before {
    background-color: var(--main-color);
}
.vip-content-recordVsrule-con .con-content {
    padding: .26667rem 0 .8rem;
}
.vip-content-recordVsrule-con .con-content__title {
    text-align: center;
}
.vip-content-recordVsrule-con .con-content__title h1 {
    margin-bottom: .2rem;
    color: #000;
    font-size: .48rem;
    line-height: .48rem;
    font-weight: 600;
}
.vip-content-recordVsrule-con .con-content__title p {
    color: #787878;
    font-size: .37333rem;
}
.vip-content-recordVsrule-con .con-content__rules {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .69333rem;
    margin-top: .70667rem;
    margin-inline: .26667rem; 
}
.vip-content-recordVsrule-con .con-content__rules-item {
    position: relative;
    padding: 0 .24rem .26667rem;
    border-radius: .26667rem;
    background: #fff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
}
.vip-content-recordVsrule-con .con-content__rules-item svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: none;
}
.vip-content-recordVsrule-con .con-content__rules-item svg path {
    fill: rgb(250 93 92);
}
.vip-content-recordVsrule-con .con-content__rules-item__title {
    height: .8rem;
    color: #000;
    font-size: .32rem;
    text-align: center;
    line-height: .8rem;
    position: relative;
    z-index: 2;
}
.vip-content-recordVsrule-con .con-content__rules-item p {
    color: #787878;
    font-size: .32rem;
    line-height: .66667rem;
}
.vip-content-recordVsrule-con .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: .33333rem .26667rem .13333rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.vip-content-recordVsrule-con .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;
}
.vip-content-recordVsrule-con .item-left>span {
    margin-bottom: .2rem;
}
.vip-content-recordVsrule-con .item span.blue {
    color: #fa5d5c;
}
.vip-content-recordVsrule-con .item-left>span:nth-of-type(1) {
    font-size: .4rem;
}
.vip-content-recordVsrule-con .item-left>span:nth-of-type(2) {
    color: #787878;
}
.vip-content-recordVsrule-con .item-right {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.vip-content-recordVsrule-con .item-right>span {
    margin-left: auto;
    text-align: right;
    min-width: 2rem;
}
.vip-content-recordVsrule-con .item span.green {
    color: #17b15e;
}
.vip-content-recordVsrule-con>button {
    border: none;
    border-radius: .53333rem;
    height: 1.06667rem;
    line-height: 1.06667rem;
    letter-spacing: .04em;
    font-size: .4rem;
    margin: .53333rem 0;
    color: #fff;
    background-color: #fa5d5c;
    display: block;
    width: 100%;
    cursor: pointer;
}
 .vip-content-recordVsrule-con:not(.active) {
    display: none;
}
.vipcontentd{
    display: none;
}
.vipcontentd.active{
    display: flex;
}
/* history */
.vip_history_N_rules{
    display: flex;
    justify-content: space-between;
}
.vip_history_N_rules>div{
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: calc(100% / 2 - 7px);
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.vip_history_N_rules>div.active{
    background: var(--main-gradient-color2);
    color: #fff;
}
.vip_history_N_rules-body>div {
    margin-top: 20px;
}
.vip_history_N_rules-body>div svg{
    width: 100%;
    height: 100%;
}
.vip_history_N_rules-body>div span{
    text-align: center;
    display: block;
    color: #565460;
}
.vip_history_N_rules-body>div{
    display: none;
}
.vip_history_N_rules-body>div.active{
    display: block;
}
.vip_history_N_rules-body>div+div>.title{
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.vip_history_N_rules-body>div+div .notify_Section{
    background: #ffffff1a;
}
.vip_history_N_rules-body>div+div .notify_Section>.title>span{
    color: var(--main-color);
}
/*********************** vip_card End *******************************/
/* login */
.sign_in-container{
    margin-top: 10px;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.sign_in-container .title{
    text-align: center;
    font-size: 24px;
    color: #000;
}
.sign_in-container .title span{
    display: block;
    font-weight: 800;
}
.sign_in-container .title span+span{
    text-align: center;
    font-size: 14px;
    font-weight:400;
}
.sign_in-button{
    margin: 10px auto;
    width: fit-content;
    background-image: linear-gradient(103deg,#108de7 -30%,#0855c4 100%);
    padding:10px 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    width: 100%;
}
.input_Title-container{
    background-color:#97aee133;
    border-radius: 5px;
    display: flex;
    margin-top: 20px;
    position: relative;
}
.input_Title-container>span{
    padding: 15px 15px;
    font-weight: 600;
    color: var(--main-color);
    font-size: 16px;
    position: relative;
}
.input_Title-container #toggle-password:after{
    content: unset;
}
.input_Title-container .input_Title-body{
    margin-right: 20px;
    position: relative;
    padding-left: 10px;
    width: 100%;
}
.input_Title-container .input_Title-body>span{
    position: absolute;
    top:50%;
    left: 0;
    transform: translate(0,-50%);
    padding-top: 3px;
    display: block;
    color:#00000080;
    font-size: 16px;
    transition: all 400ms;
}
.input_Title-container .input_Title-body.active>span{
    top:20%;
    left: 0;
    transform: translate(0,-50%);
    font-size: 12px;
    font-weight:400;
}
.input_Title-container .input_Title-body>input{
    padding-top: 10px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    font-size: 16px;
    width: 100%;
}
.input_Title-container .eye{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0 , -50%);
    width: 20px;
}
.input_Title-container button span{
    background-color: var(--main-color);
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 10px;
}
.forgetPassword{
    color: var(--main-color);
    text-align: right;
    padding-top: 10px;
}
.sign__in{
    background-image: linear-gradient(103deg,#108de7 -30%,#0855c4 100%);
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
}
.sign__in:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.hrline{
    width: 100%;
    margin: 20px 0;
    height: 1px;
    background-color: #00000024;
}
.signup__btn{
    text-align: center;
}
.signup__btn>span{
    color: #090f1e4d;
    display: block;
}
.signup__btn>span+span{
    padding-top: 4px;
    color:var(--main-color);
    font-size: 14px;
}

.register__container-remember {
    margin-top: 0.84rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.van-checkbox {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding-left: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}
.register__container-remember .van-checkbox {
    display: inline-flex;
    width: 100%;
}
.van-checkbox__label {
    margin-left: var(--van-checkbox-label-margin);
    color: var(--van-checkbox-label-color);
    line-height: var(--van-checkbox-size);
}
.register__container-remember .van-checkbox .van-checkbox__label span {
    color: var(--norm_red-color);
    font-size: .32rem;
}
.van-checkbox input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
}
.van-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    aspect-ratio: 1;
    border: 0.01333rem solid #878e97;
    -webkit-transition-duration: var(--van-checkbox-duration);
    transition-duration: var(--van-checkbox-duration);
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    width: 15px;
    height: 15px;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
}
.van-checkbox input:checked ~ .checkmark {
    background-color: var(--van-checkbox-checked-icon-color);
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.van-checkbox .checkmark::after {
    left: 6px;
    top: 1px;
    width: 2px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(47deg);
}
.van-checkbox input:checked ~ .checkmark:after {
    display: block;
}



/* captcha */
.captcha_box {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: #201d2b;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(100vw - var(--van-padding-md)* 2);
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.captcha {
    -webkit-user-select: none;
    user-select: none;
    margin-right: auto;
    margin-left: auto;
}
.captcha__main {
    background: rgb(244, 245, 246);
}
.slidercaptcha {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    border-radius: 4px;
    margin-top: 0;
}
/* captcha */


/* wingo page */
.Wallet__C {
    position: relative;
}
.Wallet__C-balance {
    min-height: 3.57333rem;
    background: #fff;
    /* background-image: url(../images/walletbg-dcbd4124.png); */
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: .53333rem;
    padding: .46667rem .54667rem .4rem;
    position: relative;
    z-index: 0;

}
.Wallet__C-balance-l1 {
    min-height: .58667rem;
    line-height: .58667rem;
    text-align: center;
    font-weight: 700;
    font-size: .48rem;
    color: #000;
    overflow: hidden;
}
.Wallet__C-balance-l1>div {
    position: relative;
    word-break: break-all;
    pointer-events: none;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
}
.Wallet__C-balance-l1>div:after {
    content: "";
    display: block;
    position: absolute;
    right: -1.33333rem;
    top: 0;
    width: .48rem;
    height: .48rem;
    background-image: url(../images/refireshIcon-2bc1b49f.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .48rem;
    pointer-events: auto;
}
.Wallet__C-balance-l2 {
    height: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: .18667rem;
    font-size: .34667rem;
    color: #000;
    align-items: center;
}
.Wallet__C-balance-l2>svg {
    width: .53333rem;
    height: .53333rem;
    margin-right: .13333rem;
}
.Wallet__C-balance-l3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .46667rem;
}
.Wallet__C-balance-l3>div {
    width: 3.46667rem;
    height: .93333rem;
    line-height: .93333rem;
    background: #D23838;
    border-radius: .53333rem;
    font-weight: 600;
    font-size: .4rem;
    color: #fff;
    text-align: center;
}
.Wallet__C-balance-l3>div+div {
    background: #17B15E;
}
.GameList__C {
    height: 2.4rem;
    background:#ffffff29;
    border-radius: .26667rem;
    position: relative;
    margin: .34667rem auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.GameList__C-item {
    width: 25%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.GameList__C-item.active {
    /* background: var(--main_gradient-color2); */
    background: var(--main-gradient-color);
    border-radius: .26667rem;
}
.GameList__C-item>div {
    height: 100%;
    line-height: .4rem;
    font-size: .32rem;
    margin: auto;
    color: var(--text_color_L2);
    padding-top: 1.44rem;
    background-image: url(../images/time-5d4e96a3.png);
    background-size: 1.17333rem;
    background-position: center .18667rem;
    background-repeat: no-repeat;
}
.GameList__C-item.active>div {
    filter: hue-rotate(162deg);
    background-image: url(../images/time_a-07f92409.png);
}
.TimeLeft__C {
    border-radius: 20px;
    background:var(--main-color);
    /* filter: hue-rotate(158deg); */
    height: 2.66667rem;
    margin: .48rem auto 0;
    /* background-image: url(../images/wingoissue-ba51f474.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: .01333rem center;
    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;
    color: var(--text_color_L4);
}
.TimeLeft__C-rule {
    position: absolute;
    top: .29333rem;
    left: .29333rem;
    height: .61333rem;
    width: 4rem;
    font-size: .29333rem;
    text-align: center;
    border: .01333rem solid var(--bg_color_L2);
    border-radius: .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;
    gap: .06667rem;
}
.TimeLeft__C-rule svg {
    height: .48rem;
    width: .48rem;
    color: var(--text_color_L4);
}
.TimeLeft__C-name {
    position: absolute;
    top: .96rem;
    left: .29333rem;
    height: .66667rem;
    line-height: .66667rem;
    border-radius: .13333rem;
    font-size: .29333rem;
    padding: 0 .16rem;
}
.TimeLeft__C-num {
    position: absolute;
    height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    left: .29333rem;
    bottom: .30667rem;
}
.TimeLeft__C-num>div {
    width: .66667rem;
    height: .66667rem;
    background-repeat: no-repeat;
    background-size: .66667rem;
}
.TimeLeft__C-num>div+div {
    margin-left: .16rem;
}
.TimeLeft__C-num>div.n0 {
    background-image: url(../images/n0-30bd92d1.png)
}

.TimeLeft__C-num>div.n1 {
    background-image: url(../images/n1-dfccbff5.png)
}

.TimeLeft__C-num>div.n2 {
    background-image: url(../images/n2-c2913607.png)
}

.TimeLeft__C-num>div.n3 {
    background-image: url(../images/n3-f92c313f.png)
}

.TimeLeft__C-num>div.n4 {
    background-image: url(../images/n4-cb84933b.png)
}

.TimeLeft__C-num>div.n5 {
    background-image: url(../images/n5-49d0e9c5.png)
}

.TimeLeft__C-num>div.n6 {
    background-image: url(../images/n6-a56e0b9a.png)
}

.TimeLeft__C-num>div.n7 {
    background-image: url(../images/n7-5961a17f.png)
}

.TimeLeft__C-num>div.n8 {
    background-image: url(../images/n8-d4d951a4.png)
}

.TimeLeft__C-num>div.n9 {
    background-image: url(../images/n9-a20f6f42.png)
}
.TimeLeft__C-id {
    position: absolute;
    bottom: .22667rem;
    right: .29333rem;
    font-weight: 700;
    font-size: .37333rem;
    height: .52rem;
    line-height: .52rem;
    color: var(--textM3);
}
.TimeLeft__C-text {
    height: .4rem;
    line-height: .4rem;
    font-weight: 700;
    font-size: .32rem;
    position: absolute;
    top: .34667rem;
    right: .32rem;
}
.TimeLeft__C-time {
    height: .8rem;
    line-height: .8rem;
    position: absolute;
    bottom: 1.01333rem;
    right: .34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.TimeLeft__C-time>div {
    background:#fff;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 .10667rem;
    color: var(--main-color2);
}
.TimeLeft__C-time>div:first-child {
    background: #fff;
}
.TimeLeft__C-time>div+div {
    margin-left: .12rem;
}
.TimeLeft__C-time>div:last-child {
    background: #fff;
  
}
#midleDott{
    background: #33333396;
    color: #fff;
}
.Betting__C {
    margin: .29333rem auto 0;
    background: #ffffff29;
    box-shadow: var(--boxShadowColor-35);
    border-radius: .26667rem;
    padding: .18667rem .26667rem .25333rem .18667rem;
    position: relative;
}
.Betting__C-mark {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    color:#fff;
    border-radius: 0.26667rem;
    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;
}
.Betting__C-mark_iner {
    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: 100%;
}
.Betting__C-mark_iner>div {
    display: inline-block;
    border-radius: 0.4rem;
    padding: 0 0.4rem;
    background-color: var(--bg_color_L2);
    font-weight: 700;
    font-size: 3.73333rem;
}
.Betting__C-mark_iner>div+div {
    margin-left: 1.04rem;
}

.Betting__C-head {
    height: .93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Betting__C-head-g {
    background: #17B15E;
    border-radius: 0 .26667rem;
    box-shadow: var(--boxShadowColor-48);
}
.Betting__C-head-p {
    background: #9B48DB;
    box-shadow: var(--boxShadowColor-49);
    border-radius: .13333rem;
}
.Betting__C-head-r {
    background: #D23838;
    border-radius: .26667rem 0;
    box-shadow: var(--boxShadowColor-red);
}
.Betting__C-head>div {
    width: calc((100% - .8rem) / 3);
    height: .93333rem;
    line-height: .93333rem;
    font-weight: 500;
    font-size: .37333rem;
    color: #fff;
    text-align: center;
}
.Betting__C-numC {
    height: 3.46667rem;
    margin-top: .34667rem;
    background: var(--bg_color_L1);
    border-radius: .26667rem;
    padding: .17333rem .26667rem;
    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>div {
    width: 1.46667rem;
    height: 50%;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 1.46667rem;
    background-position: center;
}
.Betting__C-numC>div.Betting__C-numC-item0 {
    background-image: url(../images/n0-30bd92d1.png)
}

.Betting__C-numC>div.Betting__C-numC-item1 {
    background-image: url(../images/n1-dfccbff5.png)
}

.Betting__C-numC>div.Betting__C-numC-item2 {
    background-image: url(../images/n2-c2913607.png)
}

.Betting__C-numC>div.Betting__C-numC-item3 {
    background-image: url(../images/n3-f92c313f.png)
}

.Betting__C-numC>div.Betting__C-numC-item4 {
    background-image: url(../images/n4-cb84933b.png)
}

.Betting__C-numC>div.Betting__C-numC-item5 {
    background-image: url(../images/n5-49d0e9c5.png)
}

.Betting__C-numC>div.Betting__C-numC-item6 {
    background-image: url(../images/n6-a56e0b9a.png)
}

.Betting__C-numC>div.Betting__C-numC-item7 {
    background-image: url(../images/n7-5961a17f.png)
}

.Betting__C-numC>div.Betting__C-numC-item8 {
    background-image: url(../images/n8-d4d951a4.png)
}

.Betting__C-numC>div.Betting__C-numC-item9 {
    background-image: url(../images/n9-a20f6f42.png)
}
.Betting__C-multiple {
    margin-top: .29333rem;
    height: .90667rem;
    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;
}
.Betting__C-multiple-l {
    width: 2.13333rem;
    height: .90667rem;
    line-height: .90667rem;
    text-align: center;
    border: .02667rem solid var(--darkLight, var(--norm_red-color));
    border-radius: .21333rem;
    font-size: .37333rem;
    color: var(--darkLight, var(--norm_red-color));
}
.Betting__C-multiple-r {
    height: .8rem;
    width: .98667rem;
    line-height: .8rem;
    font-size: .32rem;
    color: var(--darkTextW, var(--text_color_L2));
    background: var(--bgDark-4, var(--bg_color_L1));
    border-radius: .21333rem;
    text-align: center;
}
.Betting__C-multiple-r.active {
    background: var(--norm_green-color);
    color: #fff;
}
.Betting__C-foot {
    height: .96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: .26667rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.Betting__C-foot-b, .Betting__C-foot-s {
    width: 4.13333rem;
    height: .96rem;
    line-height: .96rem;
    text-align: center;
    font-size: .42667rem;
    color: #fff;
}
.Betting__C-foot-b {
    background-color: #DD9138;
    border-radius: .53333rem 0 0 .53333rem;
}
.Betting__C-foot-s {
    background:  #5088D3;
    border-radius: 0 .53333rem .53333rem 0;
}
.RecordNav__C {
    height: .96rem;
    line-height: .96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: .32rem auto 0;
}
.RecordNav__C>div {
    width: calc((100% - .50667rem) / 3);
    height: 100%;
    background: #ffffff29;
    border-radius: .21333rem;
    font-size: .37333rem;
    color: var(--text_color_L2);
    text-align: center;
    overflow: hidden;
}
.RecordNav__C>div.active {
    background:var(--main-gradient-color);
    font-weight: 600;
    color: var(--text_color_L4);
}
.GameRecord__C {
    margin: .48rem auto 0;
    text-align: center;
    font-size: .32rem;
    display:none;
}
.GameRecord__C-head {
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: #ffffff45;
    border-radius: .13333rem .13333rem 0 0;
    font-weight: 700;
    font-size: .34667rem;
    color: #fff;
}
.GameRecord__C-body {
    line-height: 1.06667rem;
}
.GameRecord__C-body>div {
    background:#ffffff29;
    color: var(--darkTextW, var(--text_color_L1));
}
.GameRecord__C-body .numcenter {
    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;
}
.GameRecord__C-body-num {
    height: .8rem;
    line-height: .8rem;
    width: .8rem;
    font-size: .53333rem;
    font-weight: 700;
    font-size: .66667rem;
}

.GameRecord__C-origin {
    width: 100%;
    height: 100%;
    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;
}

.GameRecord__C-body .defaultColor {
    color: var(--norm_red-color);
}
.GameRecord__C-body-num.defaultColor.clr4 {
    color: #40ad72;
}

.GameRecord__C-body-num.defaultColor.clr5 {
    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;
}
.GameRecord__C-body-num.defaultColor.clr1 {
    background: -webkit-linear-gradient(top, #fd565c 50.96%, #b659fe 50.97%);
    background: linear-gradient(180deg, #fd565c 50.96%, #b659fe 50.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.GameRecord__C-origin-I {
    width: .26667rem;
    height: .26667rem;
    border-radius: 50%;
}
.GameRecord__C-origin-I.red {
    background: var(--norm_red-color);
}
.GameRecord__C-origin-I.green {
    background: var(--norm_green-color);
}
.GameRecord__C-origin-I.violet {
    background-color: var(--norm_Purple-color);
}
.GameRecord__C-origin>div+div {
    margin-left: .26667rem;
}
.GameRecord__C-foot {
    height: 1.86667rem;
    background:#ffffff29;
    color: var(--text_color_L2);
    padding: .46667rem 2.37333rem;
    margin-top: .48rem;
    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;
}
.GameRecord__C-foot-previous, .GameRecord__C-foot-next {
    width: .93333rem;
    height: .93333rem;
    border-radius: .13333rem;
    background: var(--main-color);
    color: var(--text_color_L4);
    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;
}
.GameRecord__C-foot-previous.disabled, .GameRecord__C-foot-next.disabled {
    background: #fff;
    pointer-events: none;
    color: var(--text_color_L2);
}
.GameRecord__C-foot-previous svg, .GameRecord__C-foot-next svg{
    fill:var(--text_color_L4); 
}
.GameRecord__C-foot-next svg{
    rotate:180deg
}
.GameRecord__C-foot-previous.disabled svg, .GameRecord__C-foot-next.disabled svg {
    fill:var(--text_color_L2);
}

.GameRecord__C.active {
    display: block;
}
.Trend__C-body2 {
    font-size: .32rem;
}
.Trend__C-body2>div {
    height: 1.33333rem;
    padding: .45333rem .26667rem;
    background:#ffffff29;;
    color: #fff;
    border-top: 1px solid #292929;
}
.Trend__C-body2-Num-item {
    border: .01333rem solid #b6bcc8;
    color: #b6bcc8;
    margin-right: .10667rem;
}
.Trend__C-body2-Num {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: .42667rem;
}
.Trend__C-body2-Num-BS.isB {
    background: #feaa57;
}
.Trend__C-body2-Num-BS {
    color: #fff;
    background: #6da7f4;
    margin-left: .24rem;
}
.Trend__C-body2 .line-canvas {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1.33333rem;
    width: calc(100% - .64rem);
    z-index: 9;
}
.Trend__C-body2-Num>div {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: 50%;
}
.action0 .Trend__C-body2-Num-item.action_0 {
    position: relative;
    z-index: 10;
    border: none;
    color:#fff;
    background-image: linear-gradient(to bottom right, #fc5050 50%, #b658fe 0);
}
.action1 .Trend__C-body2-Num-item.action_1, 
.action3 .Trend__C-body2-Num-item.action_3, 
.action7 .Trend__C-body2-Num-item.action_7, 
.action9 .Trend__C-body2-Num-item.action_9 {
    border: none;
    color:#fff;
    background-color: #5dba47;
    position: relative;
    z-index: 10;
}
.action2 .Trend__C-body2-Num-item.action_2, 
.action4 .Trend__C-body2-Num-item.action_4, 
.action6 .Trend__C-body2-Num-item.action_6, 
.action8 .Trend__C-body2-Num-item.action_8 {
    border: none;
    color: #fff;
    background-color:#fd565c;
    position: relative;
    z-index: 10;
}
.action5 .Trend__C-body2-Num-item.action_5{
    border: none;
    color: #fff;
    background-image: linear-gradient(135deg, #0f995f 0%, #0f995f 50.39%, #9831e9 50.4%, #9831e9 100%) !important;
    position: relative;
    z-index: 10;
}

.GameRecord__C-body .van-row {
    color: #fff;
    padding: 10px 10px;
    line-height: normal;
}
.GameRecord__C-body>.van-row {
    border-radius: 5px 5px 0 0;
    color: var(--text_color_L1);
    align-items: center;
}
.my_history_item .item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: flex;
    touch-action: pan-y;
    border-bottom: 0.02667rem solid #e2e2e2;
    color: #414141;
    font-size: .37333rem;
    padding: 0.53333rem 0.4rem;
    width: 100%;
    line-height: normal;
}
.my_history_item .result {
    touch-action: pan-y;
}
.my_history_item .select {
    height: 0.8rem;
    line-height: .8rem;
    min-width: 0.8rem;
    padding: 0 0.13333rem;
    border-radius: 0.13333rem;
    text-align: center;
    font-size: .42667rem;
    color: #fff;
    justify-content: center;
}
.my_history_item .select.select-big {
    background: #ffc511;
    padding: 0;
    overflow: hidden;
}
.my_history_item .van-image {
    width: 30px;
    height: 30px;
}
.my_history_item .info {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: flex;
    justify-content: space-between;
    touch-action: pan-y;
    padding-left: 0.4rem;
    width: 100%;
    text-align: left;
    color: #fff;
}
.my_history_item .select {
    height: 0.8rem;
    line-height: .8rem;
    min-width: 0.8rem;
    padding: 0 0.13333rem;
    border-radius: 0.13333rem;
    text-align: center;
    font-size: .42667rem;
    color: #fff;
    justify-content: center;
}
.my_history_item .select.select-small {
    background: #5cba47;
    padding: 0;
    overflow: hidden;
}
.my_history_item .state {
    background-color: #f3f1f1;
    padding: 0.10667rem 0.26667rem;
    margin-left: 0.26667rem;
    border-radius: 0.53333rem;
    font-size: .32rem;
    color: #121212;
}
.my_history_item .state.red {
    color: #fb4e4e;
}
.my_history_item .tiem {
    font-size: .32rem;
    color: #ababab;
    margin-top: 0.13333rem;
}
.my_history_item .money {
    font-weight: 600;
    font-size: .42667rem;
}
.my_history_item .money .fail {
    color: #fb4e4e;
}
.my_history_item .money .success {
    color: #5cba47;
}

.Betting__Popup-head {
    height: 2.53333rem;
    position: relative;
    padding-top: 0.4rem;
}
.Betting__Popup-0 .Betting__Popup-head {
    background: -webkit-linear-gradient(top left, #fb4e4e 50%, #b658fe 0);
    background: linear-gradient(to bottom right, #fb4e4e 50%, #b658fe 0);
}

.Betting__Popup-10 .Betting__Popup-head, .Betting__Popup-2 .Betting__Popup-head, .Betting__Popup-4 .Betting__Popup-head, .Betting__Popup-6 .Betting__Popup-head, .Betting__Popup-8 .Betting__Popup-head, .Betting__Popup-red .Betting__Popup-head {
    background: -webkit-linear-gradient(left, #fc5050 0%, #ff646c 100%);
    background: linear-gradient(90deg, #fc5050 0%, #ff646c 100%);
}
.Betting__Popup-5 .Betting__Popup-head {
    background: -webkit-linear-gradient(top left, #40ad72 50%, #eb43dd 0);
    background: linear-gradient(to bottom right, #40ad72 50%, #eb43dd 0);
}
.Betting__Popup-11 .Betting__Popup-head, .Betting__Popup-1 .Betting__Popup-head, .Betting__Popup-3 .Betting__Popup-head, .Betting__Popup-7 .Betting__Popup-head, .Betting__Popup-9 .Betting__Popup-head, .Betting__Popup-green .Betting__Popup-head {
    background: -webkit-linear-gradient(left, #3faa70 0%, #47ba7c 100%);
    background: linear-gradient(90deg, #3faa70 0%, #47ba7c 100%);
}
.Betting__Popup-10 .bgcolor, .Betting__Popup-2 .bgcolor, .Betting__Popup-4 .bgcolor, .Betting__Popup-6 .bgcolor, .Betting__Popup-8 .bgcolor, .Betting__Popup-red .bgcolor {
    background-color: #fd565c;
}
.Betting__Popup-small .bgcolor, .Betting__Popup-small .Betting__Popup-head {
    background: #6da7f4;
}
.Betting__Popup-big .bgcolor, .Betting__Popup-big .Betting__Popup-head {
    background-color: #ffa82e;
}
.Betting__Popup-11 .bgcolor, .Betting__Popup-1 .bgcolor, .Betting__Popup-3 .bgcolor, .Betting__Popup-7 .bgcolor, .Betting__Popup-9 .bgcolor, .Betting__Popup-green .bgcolor {
    background-color: #40ad72;
}
.Betting__Popup-voilet .Betting__Popup-head {
    background: #b659fe;
}

.Betting__Popup-head:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 0.78667rem;
    background-image: -webkit-linear-gradient(99deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(-9deg, #fff 50%, transparent 50%);
}
.Betting__Popup-head-title {
    height: 0.58667rem;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    color: #fff;
}
.Betting__Popup-head-selectName {
    width: 7.46667rem;
    height: 0.66667rem;
    margin: 0.21333rem auto 0;
    background: #ffffff;
    color: #000;
    border-radius: 0.13333rem;
    text-align: center;
    font-weight: 500;
    font-size: .34667rem;
}
.Betting__Popup-head:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    height: 0.78667rem;
    background-image: -webkit-linear-gradient(81deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(9deg, #fff 50%, transparent 50%);
}
.Betting__Popup-head-selectName>span {
    line-height: .66667rem;
}
.Betting__Popup-body {
    padding: 0.76rem 0.34667rem 0.53333rem;
}
.Betting__Popup-body-line {
    font-size: .42667rem;
    color: #4d4d4d;
    height: 0.74667rem;
    line-height: .74667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Betting__Popup-body-line:not(:last-child) {
    margin-bottom: 20px;
}
.Betting__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;
}
.bgcolor {
    pointer-events: all;
    color: #fff;
    background: #fd565c;
}

.Betting__Popup-body-line-item+div {
    margin-left: 0.16rem;
}

.Betting__Popup-body-line+div {
    margin-top: 0.4rem;
}
.Betting__Popup-body-line:not(:last-child) {
    margin-bottom: 20px;
}
.Betting__Popup-body-line-btnL {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 200px;
}
.Betting__Popup-input {
    border: 0.01333rem solid #d3d3d3;
    padding: 0.02667rem 0.26667rem;
    width: 2.10667rem;
    margin: 0 0.16rem;
}
.Betting__Popup-input {
    padding: 0px 10px;
}
.Betting__Popup-agree {
    padding-left: 0.8rem;
    background-image: url(../images/grey-circle.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.64rem;
    font-size: .32rem;
}
.Betting__Popup-agree.active {
    background-image: url(../images/red-check.png);
}
.Betting__Popup-preSaleShow {
    margin-left: 0.34667rem;
    font-size: .32rem;
    color: #fd565c;
}
.Betting__Popup-foot {
    height: 0.96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    line-height: .96rem;
    font-size: .37333rem;
    color: #fff;
}
.Betting__Popup-foot-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: #25253c;
    color: #7d7d9d;
}
.Betting__Popup-foot-s {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
.Betting__Popup-body-line:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.Betting__Popup-body-line-item {
    padding: 0 0.21333rem;
    background: #f0f0f0;
}

.howToPlay_k3 {
    display: none;
}
#app .noticeBar__container {
    margin-top: .26667rem;
    margin-bottom: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: .98667rem;
    font-size: .32rem;
    gap: .10667rem;
    padding: 0;
    background: transparent;
    color: #fff;
    border-radius: .13333rem;
}
#app .noticeBar__container-body {
    width: 9.33333rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: .8rem;
    line-height: .98667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#app .noticeBar__container>svg {
    width: .42667rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: auto;
    margin-right: .22667rem;
}
@keyframes marquee {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}
#app .noticeBar__container-body-text {
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content;
    max-height: .98667rem;
    line-height: .49333rem;
    -webkit-animation: marquee 7s linear infinite;
    animation: marquee 7s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: column;
    -webkit-justify-content: column;
    justify-content: column;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
#app .noticeBar__container 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;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    gap: .06667rem;
    width: 2rem;
    height: .66667rem;
    margin-left: auto;
    color: var(--main-color);
    border: .01333rem solid var(--main-color);
    border-radius: .53333rem;
    background: #fff;
}
body #app .noticeBar__container button {
    background:var(--main-gradient-color);
    color: #fff;
    border-color: #333;
    height: .58667rem;
    border-radius: .13333rem;
}
/* wingo page */
/* k3lottery */
.K3TL__C {
    margin: 0.34667rem auto 0;
    background-color:#ffffff29;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0.01333rem center;
    color: #fff;
    padding: 0.42667rem 0.29333rem 0.45333rem;
    border-radius: 0.26667rem 0.26667rem 0 0;
}
.K3TL__C-l1 {
    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;
    height: 0.61333rem;
    color: #8b8b8b;
    font-size: .32rem;
}
.K3TL__C-l1 .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.61333rem;
    }
.K3TL__C-rule {
    height: 0.61333rem;
    padding: 0 0.66667rem;
    font-size: .29333rem;
    text-align: center;
    border: 0.01333rem solid var(--main-color);
    border-radius: 0.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;
    color: var(--main-color);
    margin-left: 0.4rem;
}
.K3TL__C-rule svg {
    color: var(--main-color);
    width: .42667rem;
    height: .42667rem;
}
.K3TL__C-l2 {
    height: 0.8rem;
    line-height: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: 700;
    font-size: .53333rem;
    color: var(--text_color_L1);
}
.K3TL__C-time {
    height: 0.8rem;
    line-height: .8rem;
    bottom: 0.29333rem;
    right: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
}
.K3TL__C-time>div {
    background:#fff;
    border-radius: 0.05333rem;
    color: var(--main-color);
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.13333rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}
.K3TL__C-time>div+div {
    margin-left: 0.12rem;
}
.K3TL__C-time>div[notime] {
    background-color: transparent;
}

.K3TL__C-l3 {
    height: 3.09333rem;
    margin-top: 0.48rem;
    background: #00b977;
    border-radius: 0.18667rem;
    position: relative;
    padding: 0.26667rem;
}
.K3TL__C-l3:after, .K3TL__C-l3:before {
    content: "";
    display: block;
    width: 0.13333rem;
    height: 0.69333rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.K3TL__C-l3:before {
    background: #008b59;
    border-radius: 0.13333rem 0 0 0.13333rem;
    left: -0.13333rem;
}
.K3TL__C-l3 {
    height: 3.09333rem;
    margin-top: 0.48rem;
    background: #00b977;
    border-radius: 0.18667rem;
    position: relative;
    padding: 0.26667rem;
}
.K3TL__C-l3 .box {
    background: #003c26;
    border-radius: 0.13333rem;
    height: 100%;
    width: 100%;
    position: relative;
    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;
}
.K3TL__C-l3:after, .K3TL__C-l3:before {
    content: "";
    display: block;
    width: 0.13333rem;
    height: 0.69333rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}
.K3TL__C-l3:before {
    background: #008b59;
    border-radius: 0.13333rem 0 0 0.13333rem;
    left: -0.13333rem;
}
.K3TL__C-l3:after {
    background: #008b59;
    border-radius: 0 0.13333rem 0.13333rem 0;
    right: -0.13333rem;
}
.K3TL__C-l3 .box>div {
    width: calc((100% - 0.4rem) / 3);
    height: 2.29333rem;
    background-color: #333;
    border-radius: 0.13333rem;
    position: relative;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}
.K3TL__C-l3 .box>div:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    box-shadow: inset 0 -0.13333rem 0.13333rem #2b32704d, inset 0 0.13333rem 0.13333rem #2b32704d;
}

.K3TL__C-l3 .num1 {
    background-image: url(../images/num1-9f16525b.png);
}

.K3TL__C-l3 .num2 {
    background-image: url(../images/num2-96e175aa.png);
}

.K3TL__C-l3 .num3 {
    background-image: url(../images/num3-52bb404d.png);
}

.K3TL__C-l3 .num4 {
    background-image: url(../images/num4-6bed6212.png);
}

.K3TL__C-l3 .num5 {
    background-image: url(../images/num5-7962f058.png);
}

.K3TL__C-l3 .num6 {
    background-image: url(../images/num6-1cc40321.png);
}
.K3TL__C-l3 .box:after, .K3TL__C-l3 .box:before {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.18667rem solid transparent;
    border-bottom: 0.18667rem solid transparent;
    content: "";
    z-index: 3;
}
.K3TL__C-l3 .box:after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 0.53333rem solid transparent;
    border-right: 0.53333rem solid #00b977;
}
.K3B__C {
    margin: auto;
    background: #ffffff29;
    box-shadow: 0 0.05333rem 0.10667rem #c5c5da40;
    border-radius: 0 0 0.26667rem 0.26667rem;
    padding: 0 0.26667rem 0.25333rem;
    position: relative;
}
.K3B__C-nav {
    height: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .29333rem;
    color: var(--text_color_L2);
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-nav>div.active {
    background: var(--main-color);
    color: var(--text_color_L4);
}

.K3B__C-nav>div {
    line-height: 1.06667rem;
    text-align: center;
    width: calc(25% - 0.04rem);
    background: #ffffff29;
    border-radius: 0.13333rem 0.13333rem 0 0;
}
.K3B_tab_content.active {
    display: block;
}

.K3B_tab_content {
    display: none;
}
.K3B__C-bettingList {
    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;
}
.K3B__C-bettingList>div {
    width: calc((100% - 0.6rem) / 4);
    height: auto;
    border-radius: 0.13333rem;
    text-align: center;
    margin-top: 0.21333rem;
    height: 1.6rem;
    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;
}
.K3B__C-bettingList>div .ball.rball {
    background: url(../images/redBall-fd34b99e.png) no-repeat center center;
    background-size: cover;
}
.K3B__C-bettingList>div .ball {
    color: #000;
    width: 1.17333rem;
    height: 1.17333rem;
    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;
    margin: 0 auto;
}

.K3B__C-bettingList>div .K3B__C-odds-rate {
    font-size: .29333rem;
}
.K3B__C-bettingList>div .ball.rball {
    background: url(../images/redBall-fd34b99e.png) no-repeat center center;
    background-size: cover;
}
.K3B__C-bettingList>div .ball.gball {
    background: url(../images/greenBall-b7685130.png) no-repeat center center;
    background-size: cover;
}
.K3B__C-bettingList>div.numA, .K3B__C-bettingList>div.numB, .K3B__C-bettingList>div.numC, .K3B__C-bettingList>div.numD {
    height: 1.17333rem;
    background-color: #ffa82e;
    color: #fff;
    font-size: 12px;
}
.K3B__C-bettingList>div.numB {
    background-color: #6da7f4;
}
.K3B__C-bettingList>div.numC {
    background-color: #fa574a;
}
.K3B__C-bettingList>div.numD {
    background-color: #40ad72;
}
.GameRecord__C-body-premium {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    max-width: 2.13333rem;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.GameRecord__C-body-premium>div {
    width: 0.53333rem;
    height: 0.53333rem;
    background-repeat: no-repeat;
    background-size: 0.53333rem;
    background-position: center;
}
.GameRecord__C-body-premium .n1 {
    background-image: url(../images/n1.png);
}

.GameRecord__C-body-premium .n2 {
    background-image: url(../images/n2.png);
}

.GameRecord__C-body-premium .n3 {
    background-image: url(../images/n3.png);
}

.GameRecord__C-body-premium .n4 {
    background-image: url(../images/n4.png);
}

.GameRecord__C-body-premium .n5 {
    background-image: url(../images/n5.png);
}

.GameRecord__C-body-premium .n6 {
    background-image: url(../images/n6.png);
}

.Betting__Popup-body-line-item {
    padding: 0 0.21333rem;
    background: #f0f0f0;
}

.Betting__Popup-btn {
    width: 0.74667rem;
    height: 0.74667rem;
    pointer-events: none;
    text-align: center;
    font-size: .66667rem;
    padding: 0;
    color: #c8c9cc;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}
.Betting__Popup-body {
    padding: 0.76rem 0.34667rem 0.53333rem;
}
.K3B__C-betting2 {
    margin-top: 0.26667rem;
}
.K3B__C-betting2-tip1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.4rem;
    font-size: .34667rem;
    line-height: .4rem;
    color: var(--text_color_L1);
}
.K3B__C-betting2-line1, .K3B__C-betting2-line2, .K3B__C-betting2-line3 {
    height: 0.93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0.21333rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-betting2-line1>div, .K3B__C-betting2-line2>div, .K3B__C-betting2-line3>div {
    width: calc((100% - 1.33333rem) / 6);
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.13333rem;
}
.K3B__C-betting2-line1>div {
    background: rgba(182, 89, 254, .5);
    font-size: .37333rem;
}
.K3B__C-betting2-line2>div {
    background: #fb9494;
    font-size: .37333rem;
}
.K3B__C-betting2-line3>div {
    font-size: .37333rem;
    background: rgba(64, 173, 114, .5);
}
.K3B__C-betting3 {
    margin-top: 0.26667rem;
}
.K3B__C-betting3-tip1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.4rem;
    font-size: .34667rem;
    line-height: .4rem;
    color: var(--text_color_L1);
    margin-bottom: 0.21333rem;
}
.K3B__C-betting3-line1 {
    height: 0.93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0.21333rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-betting3-line1.mb30 {
    margin-bottom: 0.4rem;
}
.K3B__C-betting3-line1>div {
    width: calc((100% - 1.33333rem) / 6);
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.13333rem;
    background: rgba(182, 89, 254, .5);
    font-size: .37333rem;
}
.K3B__C-betting3-btn {
    height: 0.93333rem;
    line-height: .93333rem;
    text-align: center;
    background: #fb9494;
    border-radius: 0.13333rem;
    color: #fff;
    font-size: .37333rem;
    margin-bottom: 0.21333rem;
}
.K3B__C-betting4 {
    margin-top: 0.26667rem;
}
.K3B__C-betting4-tip1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.4rem;
    font-size: .34667rem;
    line-height: .4rem;
    color: var(--text_color_L1);
    margin-bottom: 0.21333rem;
}
.K3B__C-betting4-line1 {
    height: 0.93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0.21333rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.K3B__C-betting4-line1.mb30 {
    margin-bottom: 0.4rem;
}
.K3B__C-betting4-line1>div {
    width: calc((100% - 1.33333rem) / 6);
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.13333rem;
    background: rgba(182, 89, 254, .5);
    font-size: .37333rem;
}
.K3B__C-betting4-btn {
    height: 0.93333rem;
    line-height: .93333rem;
    text-align: center;
    background: #fb9494;
    border-radius: 0.13333rem;
    color: #fff;
    font-size: .37333rem;
    margin-bottom: 0.4rem;
}
/* k3lottery */

/* All Games */
.fun-tabs{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.alGames__container-sticky {
    padding: 0 .32rem;
}
.alGames__container-sticky .slick-list {
    padding-left: 50px !important;
    padding-right: 0 !important;
}
.fun-tabs .fun-tab-item {
    padding: .13333rem .05333rem;
    font-size: .18667rem;
    text-align: center;
    white-space: nowrap;
}
.allGames__container .fun-tabs .fun-tab-item {
    padding: .18667rem 3px;
}
.fun-tab-item__wrap {
    position: relative;
}
.allGames__container .tab_item {
    width: 100%;
    height: 1.33333rem;
    margin-inline: .06667rem;
    padding: 0;
    color: #000;
    border-radius: .13333rem;
    background: #fff;
    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;
}
.allGames__container .slick-current .tab_item {
    color: #fff;;
    background:var(--main-gradient-color);
}
.allGames__container .tab_item img {
    height: .66667rem;
    width: auto;
}
.allGames__container .tab_item span {
    font-size: .32rem;
}
.games-tab-lebel {
    border-left: 4px solid var(--main-color);
    color: var(--text_color_L2);
    display: block;
    font-weight: 700;
    margin: 30px 0 10px;
    padding-left: 5px;
    font-size: .32rem;
}
/* .gamesList__container {
    padding-left: 15px;
    padding-right: 15px;
} */
.alGames__container-sticky .slider {
    margin-bottom: 0px;
}
.slots-box {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    width: 100%;
}
.slots-box img {
    padding: 0!important;
    border-radius: 10px;
    height: 185px;
    width: 100%;
}
 .slots-box.h_fix img {
    padding: 0!important;
    border-radius: 10px;
    height: 140px;
    width: 100%;
}
.slots-box img+img {
 margin-top: 0!important;
}
/* games_popup */
.thirparty-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 1;
    visibility: hidden;
}
.open_third_popup .thirparty-popup{
    opacity: 1;
    visibility: visible;
}
.thirparty-popup-inner {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 45%;
    width: 320px;
    overflow: hidden;
    font-size: 16px;
    background: var(--main-color);
    border-radius: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.thirparty-popup-header {
    padding-top: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #f0f1f5;
}
.thirparty-popup-message-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    padding-top: 8px;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-height: 60vh;
    padding: .34667rem 24px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}
.thirparty-popup-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}
.thirparty-popup-footer button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
    color: #323233;
    background: var(--main-color);
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 48px;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #fff;
}
.thirparty-popup-footer button.cancel-confirm {
    color: #f0f1f5;
    border-left: 1px solid #fff;
}
.gameError-popup{
    display:block;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
}
.gameError-popup.hide{
    display:none;
}
.gameError-inner {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.9);
    width: 100px;
    height: 100px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    justify-content: center;
}
/* All Games */



/* winning Popup start */

.WinningTip__C {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    display: none;
}
.WinningTip__C-body {
    position: absolute;
    width: 7.73333rem;
    height: 10.9333rem;
    background-image: url(../images-new/missningBg-c1f02bcd.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    padding-top: 3.33333rem;
}
.WinningTip__C-body.isL {
    background-image: url(../images-new/missningLBg-ca049a47.png);
}
.WinningTip__C-body-l1 {
    font-weight: 700;
    font-size: 0.64rem;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 0.77333rem;
    line-height: 0.77333rem;
    margin-bottom: 0.90667rem;
}
.WinningTip__C-body-l2 {
    height: 0.58667rem;
    line-height: 0.58667rem;
    color: rgb(255, 255, 255);
    font-size: 0.29333rem;
    padding-left: 0.72rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.90667rem;
}
.WinningTip__C-body-l2 > div {
    height: 0.58667rem;
    background: #000;
    border-radius: 0.13333rem;
    padding: 0px 0.32rem;
}
.WinningTip__C-body-l2 > div:first-child {
    margin-left: 0.32rem;
}
.WinningTip__C-body-l2 > div.WinningNum {
    width: 0.53333rem;
    height: 0.53333rem;
    line-height: 0.53333rem;
    margin: 0px 0.18667rem;
    padding: 0px;
    text-align: center;
    border-radius: 50%;
}
.WinningTip__C-body-l3 {
    height: 1.73333rem;
}
.WinningTip__C-body-l3 .head {
    height: 0.4rem;
    line-height: .4rem;
    font-weight: 700;
    font-size: .34667rem;
    color: #f54a32;
    text-align: center;
    margin-bottom: 0.10667rem;
}
.WinningTip__C-body-l3>div:empty {
    display: none;
}
.WinningTip__C-body-l3 .isLose {
    font-weight: 700;
    font-size: 0.64rem;
    line-height: 0.77333rem;
    color: rgb(88, 123, 164);
    text-align: center;
    margin-bottom: 0.34667rem;
    padding-top: 0.4rem;
}
.WinningTip__C-body:not(.isL) div#isloss {
    display: none;
}
.WinningTip__C-body-l3 .bonus {
    height: 0.64rem;
    line-height: .64rem;
    font-weight: 700;
    font-size: .53333rem;
    color: #f54a32;
    text-align: center;
    margin-bottom: 0.26667rem;
}
.WinningTip__C-body-l3 .gameDetail {
    height: 0.37333rem;
    line-height: .37333rem;
    font-size: .29333rem;
    text-align: center;
    color: #6b6b6b;
}
.WinningTip__C .closeBtn {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images-new/close-84ce5e6a.png);
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%) translateY(100%);
    bottom: -0.26667rem;
}


/* winning popup end */








@media (min-width: 800px) {
    html {
        font-size: 2.5rem!important;
    }
}
@media (max-width: 500px) {
    html {
        font-size: 10vw!important;
    }
    #app {
        width: 100%;
        min-height: 100vh;
    }
    .navbar-fixed {
        width: 100%;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translate(0);
    }
}

@media (min-width: 501px) {
    .van-popup.van-popup--bottom {
        max-width: 10rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
    }
}