* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --van-black: #000;
    --van-white: #fff;
    --van-gray-1: #f7f8fa;
    --van-gray-2: #f2f3f5;
    --van-gray-3: #ebedf0;
    --van-gray-4: #dcdee0;
    --van-gray-5: #c8c9cc;
    --van-gray-6: #969799;
    --van-gray-7: #646566;
    --van-gray-8: #323233;
    --van-red: #ee0a24;
    --van-blue: #1989fa;
    --van-orange: #ff976a;
    --van-orange-dark: #ed6a0c;
    --van-orange-light: #fffbe8;
    --van-green: #07c160;
    --van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);
    --van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);
    --van-primary-color: var(--van-blue);
    --van-success-color: var(--van-green);
    --van-danger-color: var(--van-red);
    --van-warning-color: var(--van-orange);
    --van-text-color: var(--van-gray-8);
    --van-text-color-2: var(--van-gray-6);
    --van-text-color-3: var(--van-gray-5);
    --van-active-color: var(--van-gray-2);
    --van-active-opacity: .6;
    --van-disabled-opacity: .5;
    --van-background: var(--van-gray-1);
    --van-background-2: var(--van-white);
    --van-background-3: var(--van-white);
    --van-padding-base: 4px;
    --van-padding-xs: 8px;
    --van-padding-sm: 12px;
    --van-padding-md: 16px;
    --van-padding-lg: 24px;
    --van-padding-xl: 32px;
    --van-font-bold: 600;
    --van-font-size-xs: 10px;
    --van-font-size-sm: 12px;
    --van-font-size-md: 14px;
    --van-font-size-lg: 16px;
    --van-line-height-xs: 14px;
    --van-line-height-sm: 18px;
    --van-line-height-md: 20px;
    --van-line-height-lg: 22px;
    --van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;
    --van-duration-base: .3s;
    --van-duration-fast: .2s;
    --van-ease-out: ease-out;
    --van-ease-in: ease-in;
    --van-border-color: var(--van-gray-3);
    --van-border-width: 1px;
    --van-radius-sm: 2px;
    --van-radius-md: 4px;
    --van-radius-lg: 8px;
    --van-radius-max: 999px;
    --mainText: #fff;
    --lightText: #9195a3;
    --lightBg: #ffffff40;
    --themeBlack: #2B3270;
    --mainBgColor: #181a53;
    --bgColor: #1c1e2f;
    --overlayBgColor: #2B3270b0;
    --main-color: #2B3270;
    --main-color2: #383cbc;
    --main_gradient-color: linear-gradient(90deg, var(--main-color) 0%, var(--main-color2) 100%);
    --main_gradient-color2: linear-gradient(180deg, var(--main-color2) 0%, var(--main-color) 100%);
    --font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --mainText: #fff;
    --lightText: #9195a3;
    --lightBg: #ffffff40;
    --themeBlack: #2B3270;
    --mainBgColor: #181a53;
    --bgColor: #1c1e2f;
    --overlayBgColor: #2B3270b0;
    --main-color: #2B3270;
    --main-color2: #383cbc;
    --main_gradient-color: linear-gradient(90deg, var(--main-color) 0%, var(--main-color2) 100%);
    --main_gradient-color2: linear-gradient(180deg, var(--main-color2) 0%, var(--main-color) 100%);
    --font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --mainText: #fff;
}

.van-theme-dark {
    --van-text-color: #f5f5f5;
    --van-text-color-2: #707070;
    --van-text-color-3: #4d4d4d;
    --van-border-color: #3a3a3c;
    --van-active-color: #3a3a3c;
    --van-background: #000;
    --van-background-2: #1c1c1e;
    --van-background-3: #37363b
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: var(--van-base-font)
}

a {
    text-decoration: none
}

html {
    font-size: 54px !important;
}

input,button,textarea {
    color: inherit;
    font: inherit
}

a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus {
    outline: none
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: vant-icon;
    src: url("../fonts/vant-icon-db1de1.woff2") format("woff2"), url("../fonts/vant-icon-db1de1.woff") format("woff"), url("../fonts/vant-icon-db1de1.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: auto;
}

@-webkit-keyframes van-slide-up-enter {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes van-slide-up-enter {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes van-slide-up-leave {
    to {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes van-slide-up-leave {
    to {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes van-slide-down-enter {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes van-slide-down-enter {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@-webkit-keyframes van-slide-down-leave {
    to {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes van-slide-down-leave {
    to {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@-webkit-keyframes van-slide-left-enter {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes van-slide-left-enter {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes van-slide-left-leave {
    to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes van-slide-left-leave {
    to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes van-slide-right-enter {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes van-slide-right-enter {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes van-slide-right-leave {
    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes van-slide-right-leave {
    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes van-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes van-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html, body {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #181a53;
}

img {
    max-width: 100%;
    height: auto;
}

#app {
    width: 10rem;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    background: #22275B;
}

.content_home {
    font-family: bahnschrift;
    padding-bottom: 3.6rem;
    padding-inline: .32rem;
}
.navbar-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: 10rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    -webkit-user-select: none;
    user-select: none;
    background: -webkit-linear-gradient(90deg, #2B3270, #383cbc);
    background: linear-gradient(90deg, #2B3270, #383cbc);
    z-index: 100;
}

.navbar-fixed.main-header {
    background: #2b3270;
}

.navbar-fixed .navbar__content-left, .navbar-fixed .navbar__content-title, .navbar-fixed .navbar__content-left .van-icon, .navbar-fixed .navbar__content-title .van-icon {
    color: #fff;
}

.navbar__content-left img {
    filter: saturate(1.3);
    height: 80%;
}

.navbar__content-center {
    color: #333;
    font-size: .48rem;
    line-height: .48rem;
    text-align: center;
}


.ripple-effect {
    animation: ripple 5s linear infinite;
}

.content__right .message img {
    width: 0.64rem;
    height: 0.64rem;
}

.content__right .down {
    font-size: .53333rem;
    margin-top: -0.13333rem;
    width: 0.64rem;
    height: 0.64rem;
    margin-left: 0.64rem;
}

.slider {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.slider img {
    border-radius: 10px;
}

.noticeBar__container {
    background-color: #090909;
    border-radius: 100px;
    color: #fff;
    overflow: hidden;
    padding: 5px 7px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

svg {
    height: 100%;
}

.noticeBar__container>svg {
    width: 0.42667rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: auto;
    margin-right: 0.22667rem;
}

.noticeBar__container button {
    background-color: #2B3270;
    border-radius: 20px;
    gap: 3px;
    padding: 6px 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    border: none;
}

.noticeBar__container button svg {
    width: 0.32rem;
    height: auto;
}

.home_container {
    padding: 0 0.34667rem;
}

.lotterySlotItem {
    position: relative;
    width: 100%;
    height: 3.90667rem;
    text-align: end;
    margin-bottom: 0.85333rem;
    border-radius: 0.34667rem;
    background: #f4f5f8;
    box-shadow: 0 0.05333rem 0.10667rem #c5c5da42;
    border-radius: 26px;
}

.lotterySlotItem .lottery {
    width: 100%;
    height: 2.78667rem;
    position: relative;
}

.lotterySlotItem .lottery .lottery_bg {
    width: 100%;
    height: 2.78667rem;
}

.lotterySlotItem .lottery .lottery_logo {
    width: 2.66667rem;
    height: 2rem;
    position: absolute;
    right: -0.13333rem;
    top: -0.34667rem;
}

.lotterySlotItem .lottery span {
    position: absolute;
    top: 0.46667rem;
    left: 0.4rem;
    color: #fff;
    white-space: break-spaces;
    font-weight: 700;
    font-size: .56rem;
}

.lotterySlotItem .lottery h4 {
    color: #f4f5f8;
    font-weight: 400;
    font-size: .29333rem;
    position: absolute;
    bottom: 0.26667rem;
    left: 0.4rem;
    white-space: pre-wrap;
    text-align: left;
    line-height: .46667rem;
}

.win_info {
    height: 1.12rem;
    overflow: hidden;
}

.win_info .win_item {
    background: #f4f5f8;
    color: #000;
    font-size: .32rem;
    height: 1.12rem;
    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;
}

.win_info .win_item .left {
    margin-left: 0.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-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.win_info .win_item .left img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.29333rem;
}

.win_info .win_item .right {
    margin-right: 0.32rem;
}


.luckyWinners__container-wrapper {
    overflow: hidden;
    padding-bottom: 20px;
}

.luckyWinners__container-wrapper__item-img {
    margin-right: 0.17333rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.luckyWinners__container-wrapper__item-img img {
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: 50%;
}

.luckyWinners__container-wrapper__item-info {
    width: 2.24rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.luckyWinners__container-wrapper__item-info h1 {
    color: #243047;
    font-size: .32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.luckyWinners__container-wrapper__item .gameTypeImg {
    width: 1.68rem;
    height: 1.09333rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    background: -webkit-linear-gradient(324.57deg,#ff8e89 12.38%,#ffc3a2 87.13%);
    background: linear-gradient(125.43deg,#ff8e89 12.38%,#ffc3a2 87.13%);
    border-radius: 0.21333rem;
    box-shadow: 0 -0.05333rem 0.13333rem #fff6f4 inset;
}

.dailyProfitRank {
    padding: 0.66667rem 0.34667rem 0.13333rem;
}

.dailyProfitRank h1 {
    position: relative;
    margin-bottom: 1.89333rem;
    padding-left: 0.26667rem;
    font-size: .48rem;
    font-weight: 700;
}

.dailyProfitRank h1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.4rem;
    background: #f64646;
}

.dailyProfitRank__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dailyProfitRank__content-topThree {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    width: 100%;
    height: 3.33333rem;
    z-index: 1;
    margin-bottom: -0.2rem;
    background: url(../images/stage-e295dd3e.png) no-repeat center center/100% 100%;
}

.dailyProfitRank__content-topThree__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 3rem;
    height: 3.46667rem;
}

.dailyProfitRank__content-topThree__item>div:first-of-type {
    position: relative;
    display: grid;
    place-items: center;
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    min-height: 1.6rem;
    border-radius: 50%;
    overflow: hidden;
}

.dailyProfitRank__content-topThree__item>div:first-of-type>img {
    width: calc(100% - 0.06667rem);
    height: calc(100% - 0.06667rem);
}

.dailyProfitRank__content-topThree__item>div:last-of-type {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1.78667rem;
    height: 1.82667rem;
}

.dailyProfitRank__content-topThree__item>div:last-of-type img:first-of-type {
    position: relative;
    top: -0.33333rem;
    left: -0.25333rem;
    width: 1.14667rem;
}

.dailyProfitRank__content-topThree__item>div:last-of-type img:last-of-type {
    width: 1.78667rem;
    height: 0.42667rem;
}

.dailyProfitRank__content-topThree__item>span:first-of-type {
    margin-block: 18% 8%; font-size: .32rem;
    width: 2.66667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dailyProfitRank__content-topThree__item>span {
    color: #fff;
    padding: 0 0.13333rem;
    text-align: center;
}

.dailyProfitRank__content-topThree__item>span:last-of-type {
    width: 2.66667rem;
    height: 0.66667rem;
    padding: 0.17333rem 0.18667rem;
    font-size: .32rem;
    line-height: .32rem;
    text-align: center;
    border-radius: 9rem;
    background: -webkit-linear-gradient(left,#f13f39 21.43%,#ff7267 100%);
    background: linear-gradient(90deg,#f13f39 21.43%,#ff7267 100%);
}

.dailyProfitRank__content-topThree__item:nth-child(2) {
    right: 0.10667rem;
}

.dailyProfitRank__content-topThree__item:nth-child(3) {
    left: 0.16rem;
}

.dailyProfitRank__content-list {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.21333rem;
    width: 100%;
}

.dailyProfitRank__content-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 1.36rem;
    padding: 0.14667rem 0.25333rem 0.14667rem 0.44rem;
    background: #fff;
    border-radius: 0.13333rem;
    box-shadow: 0 0.05333rem 0.21333rem 0.02667rem #d0d0ed5c;
}

.dailyProfitRank__content-list__item span.left-rank {
    margin-right: 0.41333rem;
    color: #9ea3ad;
    font-size: .48rem;
    font-weight: 500;
}

.dailyProfitRank__content-list__item img {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-right: 0.17333rem;
    border-radius: 50%;
}

.dailyProfitRank__content-list__item span.middle-name {
    color: #243047;
    font-size: .32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 2.66667rem;
}

.dailyProfitRank__content-list__item span.right-box {
    line-height: .66667rem;
    width: 3.46667rem;
    height: 0.66667rem;
    margin-left: auto;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    border-radius: 9rem;
    background: -webkit-linear-gradient(left,#f13f39 21.43%,#ff7267 100%);
    background: linear-gradient(90deg,#f13f39 21.43%,#ff7267 100%);
}

.customer {
    position: fixed;
    bottom: 2.4rem;
    right: 0.4rem;
    width: 1.49333rem;
    height: 1.49333rem;
    border-radius: 50%;
    z-index: 100;
}

svg.svg-icon.icon-saveWallet {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.30667rem;
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--van-overlay-z-index);
    width: 100%;
    height: 100%;
    background: var(--van-overlay-background);
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: var(--van-popup-background);
    -webkit-transition: var(--van-popup-transition);
    transition: var(--van-popup-transition);
    -webkit-overflow-scrolling: touch;
}

.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%;
}

.van-popup--center {
    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%);
}

.van-dialog {
    top: 45%;
    width: var(--van-dialog-width);
    overflow: hidden;
    font-size: var(--van-dialog-font-size);
    background: var(--van-dialog-background);
    border-radius: var(--van-dialog-radius);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: var(--van-dialog-transition);
    transition: var(--van-dialog-transition);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    width: 8.29333rem;
    height: 12.4rem;
    border-radius: 0.26667rem;
    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: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 2001;
}

.van-dialog__content {
    position: relative;
    width: 100%;
}

.van-dialog__content .promptHeader {
    background: url(https://damangames.in../images/promp_bg-c1dabf59.png) no-repeat center center/100% 100%;
    text-align: center;
    height: 1.17333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem;
}

.van-dialog__content .promptHeader:before {
    content: "";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJASURBVHgB7ZdNTsMwEIXHLkj8LcoCIVaEG9BcADgBcALaE7QsWQBFgjXlBJQTUE4AJyDcgKzZ0BVIIGzepE4IIW0d2opG9JNGduOx45eZTFyiCRPGFq11FXZO/wEIdfQXju08SfllJ9YvkyV5Frwd62/QX/PieVXYSN6vRDqHFG3mjiTCr57nYFcNWC3oD5/NlGs1smCKRsCHUjtSiKCvlCqjqVNGTCHiDEmL3HrKtWPMSUvtNqwihOCWRHL06fT0UijVXjo62idLOIosUpjNYfE9NI4Z9rGRq9BXStmcLZX8fmtiDovyaDjsYk8t7kQRfjo7W6fOd62sER0IL6J/s3x42Oq3GkcRET3uMuyI2Bh8ualTHzDnAffnhz5IHeConoRimegd1p2UKEe/0Ydj1WLRIGqY/2Dhese+ZAnu30CzBvMpOz6sZNaIiASr9/cfKfxRKFTIAk7Redct4SGddPNRWl/Mue6WTTrHwYZ9GIu+yDCNfVmsnxyIBM90wv+NlYMDnzIwLWXX9C9I2aABwOa5Cl9ZuDbZNyxSSSLBi/V6G1Go4A3bCloYZeQtvXoGaBQ1GpxVCx+n16CgIfJ6f3+Ld3lTc7YghQW3QgRFB9dukPa/Fm0OFs8WrhzZtW4RHup3mKs6BBKq/P6C6wZFDJ+sFrLlGoM2Ra0XaQ8rFBX/VheNb5PyDB7mdeIoyb+L5pjZTIzdUp4xwkKeYbUUn5oZC32sztZjiRH8CPN6/fc10X7MvWAmi4Dci50wwZ5Pgw1cEb3Yvd4AAAAASUVORK5CYII=) no-repeat center center/100% 100%;
    width: 0.8rem;
    height: 0.32rem;
    margin-right: 0.13333rem;
}

.van-dialog__content .promptHeader:after {
    content: "";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJESURBVHgB7ZdNTvMwEIbHLp/0/S3KAiFWhBvQXAA4AXAC2hO0XbIAigRr4ASUEwAngBMQbkDWbOgKJBA276R2CVHSOLRFCvSRRp56JrEnY49doilTBmitm5Aj+gkgUE+/41FJkQV8N2J6nUpKkYDXY/oKfWcSy9lSpQnwGARNyMTqhGuGV1P6WjRmnoLAw9c9hrQifQLMWMUUIv6yaZlbTunbwzNpS7sHaQghelSQV6U2pBCRrpSqo+nQmBFWweQ5qIDGwyYCvshz4ixykMJ8ZDyzhcYz5hBzOrO+Usrun1otJEfuDw5OhVK9ud3ddrx/kGEMdosB2DjK/uGs7rsEy3AWkdG9DLMnYjb4ctOhHO4PD5epf1+oa6wWBF6Ffjm/sxPN6cMexgDHaJYgIRUnhNTMO5zgrGmiWwfXa/Z18CPd32r1wW/omFNzMGbyARhDCAd9Qu6wLwcbFniGeIn+8/0aJrWf5aO0Pvnr+2uuy1m9vLSTfa+VSsPqmVUak+cqfEb5dNn3M0XK8kvKzC1QkdJ5xTC/+9vqAwvb26HV846lRcrHoxF5Tj8FIjSKGhVgttPpYVU0sOPXohYSt4vMgfoXiwfKh7/o0igZfrq5ucLeW9X8Lixhwa0QUfFE3yWWfaGghzEzxJY2iA0qflZXjW+XPglXUQRIqKrt/74fFTEcWRfIzjmMLkVtdDCJ88RVkn9XzTWzm7BdUZkxgVkeIK0Un5axWZ+J3K2/BBPwHSQY9t/XZPuu9AEzRQIofbBTppSXNzWCXBHkhhdcAAAAAElFTkSuQmCC) no-repeat center center/100% 100%;
    width: 0.8rem;
    height: 0.32rem;
    margin-left: 0.13333rem;
}

.van-dialog__content .promptContent {
    height: 9.33333rem;
    padding: 0.4rem 0.26667rem;
    overflow-y: auto;
}

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: var(--van-button-default-height);
    margin: 0;
    padding: 0;
    font-size: var(--van-button-default-font-size);
    line-height: var(--van-button-default-line-height);
    text-align: center;
    border-radius: var(--van-button-radius);
    cursor: pointer;
    -webkit-transition: opacity var(--van-duration-fast);
    transition: opacity var(--van-duration-fast);
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
}

.van-button--default {
    color: var(--van-button-default-color);
    background: var(--van-button-default-background);
    border: var(--van-button-border-width) solid var(--van-button-default-border-color);
}

.van-button--large {
    width: 100%;
    height: var(--van-button-large-height);
}

.van-dialog__confirm, .van-dialog__cancel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: var(--van-dialog-button-height);
    margin: 0;
    border: 0;
    border-radius: 0;
}

.van-dialog__confirm, .van-dialog__confirm:active {
    color: var(--van-dialog-confirm-button-text-color);
}

[class*=van-hairline]:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid var(--van-border-color);
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.van-hairline--top:after {
    border-top-width: var(--van-border-width);
}

.van-hairline--top:after {
    border-top-width: var(--van-border-width);
}

.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: var(--van-black);
    border: inherit;
    border-color: var(--van-black);
    border-radius: inherit;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    content: " ";
}

.van-button__content {
    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;
    height: 100%;
}

.van-button__content:before {
    content: " ";
}

.changlongEnter {
    position: fixed;
    z-index: 99;
    width: 1.49333rem;
    height: 1.49333rem;
    background-image: url(../images/changlong-cc238d3c.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.49333rem;
    bottom: 4.26667rem;
    right: 0.4rem;
    box-shadow: 0 0.02667rem 0.48rem #cbcadc8f;
    border-radius: 50%;
}

.point {
    width: 0.13333rem;
    height: 0.13333rem;
    background-color: red;
    position: relative;
    border-radius: 50%;
}

@-webkit-keyframes warn-d6fe61e8 {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    30% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes warn-d6fe61e8 {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    30% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}



.point-flicker:before {
    background-color: #00a8fd33;
}

.point-flicker:before, .point-flicker:after {
    content: "";
    width: 0.21333rem;
    height: 0.21333rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.10667rem;
    margin-top: -0.10667rem;
    border-radius: 50%;
    -webkit-animation: warn-d6fe61e8 1.5s ease-out 0s infinite;
    animation: warn-d6fe61e8 1.5s ease-out 0s infinite;
}

.point-flicker:after {
    background-color: red;
}

.content__right .point {
    position: absolute;
    top: 0.02667rem;
    right: 0;
}

.login__container {
    height: 100%;
    overflow-y: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.login__container .navbar-fixed {
    background: -webkit-linear-gradient(90deg,#2B3270,#383cbc);
    background: linear-gradient(90deg,#2B3270,#383cbc);
}

.navbar__content-left .backIcon {
    width: 0.64rem;
    height: 0.64rem;
    background-size: 0.64rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/backBtn-dad69908.png);
}

.login__container .navbar-fixed .navbar__content .navbar__content-center, s .login__container .navbar-fixed .navbar__content .navbar__content-left .van-icon {
    color: #fff!important;
}

.navbar__content-center .headLogo {
    width: 2.98667rem;
    height: 1.12rem;
    background-repeat: no-repeat;
    background-size: 5.08667rem 1.12rem;
    background-position: center;
}

.login__container-heading {
    min-height: 1.86667rem;
    padding-bottom: 0.26667rem;
    background: -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
}

.login__container-heading__title {
    font-size: .42667rem;
    font-weight: 700;
    color: #fff;
    margin-left: 0.53333rem;
    padding-top: 0.26667rem;
}

.login__container-heading__subTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: .29333rem;
    margin-top: 0.29333rem;
    margin-left: 0.53333rem;
    margin-bottom: 0.53333rem;
    white-space: normal;
}

.login__container-heading__subTitle>div {
    font-size: .29333rem;
    color: #fff;
}

.login__container .login_container-tab {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    padding: 0 0.53333rem;
    background: -webkit-linear-gradient(319deg, #2979F2 15.85%, #2AAAF3 77.07%);
    background: linear-gradient(131deg, #2979F2 15.85%, #2AAAF3 77.07%);
    box-shadow: 0 -0.08rem 0.10667rem #63c5ff inset;
}

.login__container .login_container-tab .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0.18667rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 1.86667rem;
    border-bottom: 0.02667rem solid #ddd;
    font-weight: 800;
}

.login__container .login_container-tab .color {
    fill: #2B3270;
}


.login__container .login_container-tab .basicimg, .login__container .login_container-tab .phoneactive, .login__container .login_container-tab .emailactive, .login__container .login_container-tab .emialbg, .login__container .login_container-tab .phonebg {
    width: 0.64rem;
    height: 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.login__container .login_container-tab .emialbg {
    background-image: url(../images/email-login.png);
}

.login__container .login_container-tab .tab .font30 {
    font-size: .4rem;
    color: #fff;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    word-break: break-all;
    white-space: pre-wrap;
    margin-top: 0.21333rem;
}

.login__container-form {
    position: relative;
    margin-top: 0.74667rem;
    overflow: hidden;
    padding-inline: 0.53333rem; margin-bottom: 0.74667rem;
}

.phoneInput__container-label, .phoneInput__container-input, .input_wrapper, .input-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.02667rem;
}

.dropdown {
}

.dropdown__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0.4rem;
    font-size: .4rem;
    cursor: pointer;
}

.dropdown__value span {
    width: 0.90667rem;
    height: 1.17333rem;
    color: #768096;
}

.login__container-form .tab-content {
    display: none;
}

.login__container-form .tab-content.active {
    display: block;
}

.input-label img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

form.tab-form {
    font-size: 16px;
}

.input_wrapper input {
    width: 6.21333rem;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    color: #768096;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.field {
    margin-bottom: 0.8rem;
}


.passwordInput__container-input {
    position: relative;
    gap: 0.24rem;
    border-radius: 0.26667rem;
}

.passwordInput__container-input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.passwordInput__container-input img {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.53333rem;
    height: auto;
}

.van-checkbox__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 1em;
    font-size: var(--van-checkbox-size);
    line-height: 1em;
    cursor: pointer;
}

.van-checkbox {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}

.van-checkbox input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
}

.van-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    aspect-ratio: 1;
    border: 0.01333rem solid #ff45dc;
    -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: 20px;
    height: 20px;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border-radius: 50%;
}

.van-checkbox input:checked ~ .checkmark {
    background-color: #ff45dc;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.van-checkbox .checkmark::after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.van-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.signIn__container-button button {
    width: 7.73333rem;
    height: 1.06667rem;
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .05333rem;
    border-radius: 1.06667rem;
    border: none;
    background: linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
    color: rgb(255, 255, 255);
}


.signIn__container-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 0.76rem;
}

.signIn__container-button .register {
    width: 7.73333rem;
    height: 1.06667rem;
    color: #61a9ff;
    font-size: .48rem;
    background: transparent;
    border-radius: 1.06667rem;
    border: 0.01333rem solid #61A9FF;
    box-shadow: none;
    text-shadow: none;
    margin-top: 0.53333rem;
}

.signIn__container .signIn_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.77333rem;
    color: #f13f39;
    font-size: .32rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.signIn__container .signIn_footer .custombg{
    width: 1.06667rem;
    height: 1.06667rem;
    background-image: url(../images/customer-5ef38c22.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



.signIn__container .signIn_footer .forgetbg {
    width: 1.06667rem;
    height: 1.06667rem;
    background-image: url(../images/forgetpassword-efa5d149.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.signIn__container .signIn_footer .font24 {
    font-size: .32rem;
    font-weight: 400;
    color: #9195a3;
    text-align: center;
}

.signIn__container .signIn_footer .custombg {
    width: 1.06667rem;
    height: 1.06667rem;
    background-image: url(../images/customer-5ef38c22.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.login__container::-webkit-scrollbar {
    width: 0;
}

.emailinput__container-input input {
    width: 100%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    color: #768096;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
    box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
}

.userInfo__container {
    width: 100%;
    height: 5.6rem;
    padding-bottom: 2.90667rem;
    background: url(../images/headerBg-8c23b47a.png) no-repeat center center / cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-radius: 0 0 0.8rem 0.8rem;
}

.userInfo__container-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.userInfo__container-content__avatar {
    width: 1.86667rem;
    height: 1.86667rem;
    border-radius: 50%;
    margin-right: 0.2rem;
    overflow: hidden;
    border-color: #433cb9;
    border-style: solid;
}

.userInfo__container-content__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userInfo__container-content__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.userInfo__container-content-nickname {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    color: #fff;
    font-weight: 600;
}

.userInfo__container-content-nickname h3 {
    font-size: 16px;
    line-height: normal;
    color: #fff;
}

/*.userInfo__container .n0 {*/
/*    width: 1.33333rem;*/
/*    height: 0.58667rem;*/
/*    margin: 0 0.13333rem;*/
/*    background-image: url(../images/vipo.png);*/
/*    background-size: 1.33333rem 0.58667rem;*/
/*}*/
.userInfo__container-content-nickname img {
    width: 1.33333rem;
    margin: 0 0.13333rem;
}

.userInfo__container-content-nickname .editPencil {
    width: 0.4rem;
}

.userInfo__container-content-logintime {
    font-size: .29333rem;
    color: #fff;
}

.userInfo__container-content-uid img {
    width: 0.32rem;
    position: absolute;
    right: 5px;
    pointer-events: none;
}


.userinfo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0 0.32rem 0.32rem;
    position: relative;
    top: -2.18667rem;
}

.totalSavings__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 4.2rem;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.totalSavings__container-header {
    width: 100%;
    padding: 0.37333rem 0.52rem 0 0.36rem;
}

.totalSavings__container-header-box {
    padding-bottom: 0.26667rem;
}

.totalSavings__container-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.totalSavings__container-header__title span {
    font-weight: 400;
    font-size: .37333rem;
    color: #768096;
}

.totalSavings__container-header__subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.2rem;
    font-size: .48rem;
    font-weight: 700;
    color: #fff;
    column-gap: 10px;
}

.totalSavings__container-header__subtitle img {
    width: 0.56rem;
    margin-right: 0.21333rem;
}

.ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.01333rem;
    border-bottom: 0.01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.totalSavings__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-block: 0.34667rem; }

.totalSavings__container-content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    padding: 0.4rem 0.26667rem;
}

.totalSavings__container-content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.totalSavings__container-content-item div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.totalSavings__container-content-item div img {
    width: 0.8rem;
}

.totalSavings__container-content-item div span {
    margin: 0.13333rem 0;
    font-size: .37333rem;
    color: #fff;
    text-align: center;
}

.financialServices__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.financialServices__container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
}

.financialServices__container-footer>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0.34667rem 0 0.34667rem 0.21333rem;
    border-radius: 0.26667rem;
    background: -webkit-linear-gradient(359.87deg,#f83a39 .14%,#ff746b 99.92%);
    background: linear-gradient(90.13deg,#f83a39 .14%,#ff746b 99.92%);
    box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
}

.financialServices__container-footer>div img {
    width: 1.09333rem;
    margin-right: 0.24rem;
}

.financialServices__container-footer>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 0.13333rem;
    width: 100%;
    padding: 0.13333rem 0;
}

.financialServices__container-footer>div>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.13333rem 0 0;
}

.financialServices__container-footer>div>div>div span {
    font-size: .37333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0.06667rem;
}

.financialServices__container-footer>div>div>div span:first-of-type {
    font-weight: 700;
}

.financialServices__container-footer-des {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.financialServices__container-footer>div>div>div h4 {
    font-size: .37333rem;
    color: #fff;
    border-radius: 9rem;
    background: #f93c3b;
    padding: 0 0.13333rem;
}

.van-icon {
    position: relative;
    display: inline-block;
    font: 0.18667rem/1 vant-icon;
    font: normal normal normal 0.18667rem/1 var(--van-icon-font-family, "vant-icon");
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.financialServices__container-footer-des .van-icon {
    font-size: .42667rem;
}

.van-icon:before {
    display: inline-block;
}

.van-icon-arrow::before {
    content: "";
}

.financialServices__container-footer>div>div>span {
    font-size: .37333rem;
}

.financialServices__container-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.4rem 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.financialServices-item {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #768096;
    padding: 0.24rem;
    margin: 0.13333rem 0;
    background: #2B3270;
    border-radius: 0.13333rem;
    gap: 10px;
}

.financialServices__container-box>div img {
    width: 1.06667rem;
}

.financialServices__container-box-para {
    box-shadow: none!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.financialServices__container-box>div>div {
    position: relative;
}

.financialServices__container-box-para h3 {
    font-size: .37333rem;
    color: #fff;
    font-weight: 400;
}

.financialServices__container-box>div span {
    font-size: .32rem;
    color: #acafc2;
}

.settingPanel__container {
    padding: 0 0.26667rem 0.13333rem;
    border-radius: 0.26667rem;
    background: #2B3270;
}
.settingPanel__container-items__title svg path {
    fill: #61a9ff;
}
.settingPanel__container-items {
display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
    padding-bottom: 0.26667rem;
}

.ar-1px-t, .ar-1px-b, .ar-1px-tb, .ar-1px-rb, .ar-1px-l, .ar-1px-r {
    position: relative;
}

.settingPanel__container-items__item {
    padding: .37333rem .26667rem .37333rem .37333rem;
    background-color: #2b3270;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .26667rem;
    color: #fff;
}

.settingPanel__container-items__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    column-gap: 5px;
}

.settingPanel__container-items__item img {
    width: 0.66667rem;
    height: auto;
}
.settingPanel__container-items-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.settingPanel__container-items-right h5 {
    font-size: .32rem;
    color: #fff;
    border-radius: 0.42667rem;
    margin-right: 0.4rem;
    background: #f93b3b;
    height: 0.42667rem;
    padding: 0 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.settingPanel__container-items-right span {
    font-size: .37333rem;
    padding-right: 0.4rem;
    color: #333;
}

.van-icon {
    position: relative;
    display: inline-block;
    font: 0.18667rem/1 vant-icon;
    font: normal normal normal 0.18667rem/1 var(--van-icon-font-family, "vant-icon");
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.van-icon-arrow::before {
    content: "";
}

.serviceCenter__container {
    padding: 0.53333rem 0.32rem;
    border-radius: 0.26667rem;
    background: #fff;
    height: 5.33333rem;
    box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
}

.serviceCenter__container h1 {
    margin-bottom: 0.58667rem;
    color: #151515;
    font-size: .4rem;
}

.serviceCenter__container-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 0.32rem;
    color: #768096;
}

.serviceCenter__container-items__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.13333rem;
    font-size: .32rem;
}

.serviceCenter__container-items__item img {
    width: 0.69333rem;
    height: auto;
}

.serviceCenter__container-items__item span {
    text-align: center;
}
.serviceCenter-wrap-header {
    margin: 1.06667rem 0 0.26667rem;
}
.van-circle {
    position: relative;
    display: inline-block;
    width: var(--van-circle-size);
    height: var(--van-circle-size);
    text-align: center;
}


.van-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.van-circle__text {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 var(--van-padding-base);
    color: var(--van-circle-text-color);
    font-weight: var(--van-circle-text-font-weight);
    font-size: var(--van-circle-text-font-size);
    line-height: var(--van-circle-text-line-height);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.activity-wrapper .activity-banner {
    color: #fff;
    font-size: .32rem;
    font-style: normal;
    min-height: 2rem;
    background: var(--main_gradient-color);
    padding: 0 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.activity-wrapper .activity-banner .banner-title {
    font-size: .48rem;
    margin-bottom: 0.26667rem;
}

.activity-wrapper .activity-banner .banner-para {
    margin-bottom: 0.06667rem;
}

.activity-wrapper .activity-banner .banner-para {
    margin-bottom: 0.06667rem;
}

.activity-wrapper .activity-panel {
    padding: 0.32rem;
}

.activity-wrapper .activity-panel-header {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 15px 10px;
    width: 100%;
    border-radius: 5px;
}
.activity-wrapper .activity-panel-header .header-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #768096;
    width: 1.33333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
}

.van-badge__wrapper {
    position: relative;
    display: inline-block;
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer {
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: 0.26667rem;
    padding: 0.13333rem;
    margin-bottom: 0.29333rem;
    margin-left: auto;
    margin-right: auto;
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a2 {
    background-image: -webkit-linear-gradient(top,#5CA6FF 0%,#A9E5FF 100%);
    background-image: linear-gradient(180deg,#5CA6FF 0%,#A9E5FF 100%);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer:after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8rem;
}

.activity-wrapper .activity-panel-header .header-item.activityAward .bgcontainer:after {
    background-image: url(../images/activityIcon1-67076a48.png);
}

.activity-wrapper .activity-panel-header .header-item.invitationBonus .bgcontainer:after {
    background-image: url(../images/activityIcon2-65587a73.png);
}

.activity-wrapper .activity-panel-header .header-item.activityAward .bgcontainer {
    background-image: -webkit-linear-gradient(top, #FB6C5F, #FCDCAB);
    background-image: linear-gradient(to bottom, #FB6C5F, #FCDCAB);
}

.activity-wrapper .activity-panel-header .header-item.invitationBonus .bgcontainer {
    background-image: -webkit-linear-gradient(top, #5CA6FF 0%, #A9E5FF 100%);
    background-image: linear-gradient(180deg, #5CA6FF 0%, #A9E5FF 100%);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a3 {
    background-image: -webkit-linear-gradient(top,#F87700 0%,#FFCE22 100%);
    background-image: linear-gradient(180deg,#F87700 0%,#FFCE22 100%);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a3:after {
    background-image: url(../images/activityIcon3-2aeac4f4.png);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a4 {
    background-image: -webkit-linear-gradient(top,#15CEA2 0%,#B6FFE0 100%);
    background-image: linear-gradient(180deg,#15CEA2 0%,#B6FFE0 100%);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a4:after {
    background-image: url(../images/activityIcon4-4b3e3dac.png);
}

.activity-wrapper .activity-panel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.26667rem;
}

.activity-wrapper .activity-panel-content .content-title {
    width: calc((100% - 0.24rem) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: #2B3270;
    border-radius: 0.13333rem;
    padding-bottom: 0.26667rem;
}

.activity-wrapper .activity-panel-content .content-title .content-para {
    color: #fff;
    font-weight: 700;
    padding: 0.13333rem 0.26667rem;
    font-size: .37333rem;
}

.activity-wrapper .activitySection__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.34667rem;
    width: 100%;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    padding-bottom: 60px;
}

.activity-wrapper .activitySection__container>.box {
    width: 100%;
    border-radius: 0.26667rem;
    background: #2B3270;
    overflow: hidden;
}

.activity-wrapper .activitySection__container>.box img {
    width: 100%;
    height: 3.46667rem;
}

.activity-wrapper .activitySection__container>.box>.box-content {
    padding: 0.24rem 0.32rem;
    line-height: .32rem;
}

.activity-wrapper .activitySection__container>.box>.box-content .box-title {
    font-size: .4rem;
    font-weight: 600;
    margin-bottom: 0.13333rem;
    color:#fff;
}

.Recharge__box .Recharge__container {
    position: relative;
    width: 100%;
    padding: 0 0.32rem 0.32rem;
}
.Recharge__box{
    padding-bottom: 100px;
}
.Recharge__box .ye {
    margin-top: 0.4rem;
}


.balanceAssets__header__left img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.21333rem;
}

.balanceAssets__main {
    height: 0.73333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0.21333rem 0.37333rem 0.37333rem 0;
    font-weight: 700;
    font-size: .64rem;
    text-shadow: 0 0.01333rem 0 rgba(0,0,0,.12);
}
.balanceAssets__main img {
    width: 0.58667rem;
    height: 0.37333rem;
    margin-left: 0.24rem;
}

.Recharge__container-tabcard {
    margin-top: 0.4rem;
    margin-bottom: 0.26667rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0.26667rem;
}

.Recharge__container-tabcard__items {
    width: 100%;
    height: 2.4rem;
    background: #ffffff;
    color: #768096;
    box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
    border-radius: 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.Recharge__container-tabcard__items .Recharge__container-tabcard__bot {
    font-size: .32rem;
    text-align: center;
}

.Recharge__container-tabcard__items .gift {
    width: 0.94667rem;
    height: 0.85333rem;
    position: absolute;
    right: 0.05333rem;
    top: 0;
    background: url(../images/gift-55dc786a.png) no-repeat center center;
    background-size: 0.94667rem auto;
}

.Recharge__container-tabcard__items .gift span {
    display: block;
    color: #fff;
    font-size: .29333rem;
    letter-spacing: -.01173rem;
    text-align: center;
    padding-top: 0.32rem;
}

.register__container-invitation__input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.register__container-remember {
    margin-top: 0.84rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.van-checkbox__label span a{
    color: #4dd8ef;;
    font-size: 0.32rem;
}

.register__container-button button.login {
    border: .01333rem solid #61A9FF;
    text-shadow: none;
    background: transparent;
    box-shadow: none;
    margin-top: .53333rem;
    color: #61a9ff;
}

.register__container-button button.login .account {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    font-weight: 400;
}

.register__container-button button.login .loginin {
    font-size: 0.4rem;
    color: #3c9cf6;
    font-weight: 700;
    margin-left: 0.22667rem;
}

.WinGo__C-head-more {
    position: absolute;
    width: 1.54667rem;
    height: 0.64rem;
    right: 0.34667rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    justify-content: flex-end;
}

.WinGo__C-head-more .Voice {
    width: 0.64rem;
    height: 0.64rem;
    background-size: 0.64rem;
    background-image: url(../images/Voice.png);
}

.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: 0.48rem;
    height: 0.48rem;
    background-image: url(../images/referesh-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.48rem;
    pointer-events: auto;
}

.Wallet__C-balance-l2>div {
    padding-left: 0.66667rem;
    background-image: url(../images/wallet.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 0.53333rem;
}

.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: 0.46667rem;
}

.Wallet__C-balance-l3>div {
    width: 3.46667rem;
    height: 0.93333rem;
    line-height: .93333rem;
    background: #f3bd14;
    border-radius: 0.53333rem;
    font-weight: 600;
    font-size: .4rem;
    color: #fff;
    text-align: center;
}

.Wallet__C-balance-l3>div+div {
    background: #fd565c;
}

.WinGo__C .noticeBar__container {
    width: calc(100% - 0.69333rem);
    margin: 0.45333rem auto;
    position: relative;
    z-index: 1;
    top: 0;
}

.noticeBar__container-body {
    width: 9.33333rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: 0.8rem;
    line-height: .98667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.noticeBar__container-body-text {
    word-wrap: break-word;
    animation: marquee 7s linear infinite;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14px;
    line-height: 15px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    width: 100%;
    -webkit-animation: marquee-6c05b3dc 7s linear infinite;
    animation: marquee-6c05b3dc 7s linear infinite;
}

.GameList__C {
    height: 2.4rem;
    width: calc(100% - 0.69333rem);
    background: #2B3270;
    border-radius: 0.26667rem;
    position: relative;
    margin: 0.34667rem auto 0;
    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>div {
    color: var(--mainText);
    background-image: url(../images/active-clock.png);
}

.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: 0.46667rem;
}

@keyframes marquee-6c05b3dc {
    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%)
    }
}

.K3__C .noticeBar__container , .FD__C .noticeBar__container {
    width: calc(100% - 0.69333rem);
    margin: 0.45333rem auto;
    position: relative;
    z-index: 1;
    top: 0;
}

.TimeLeft__C {
    align-items: center;
    background-color: #2B3270;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    box-shadow: inset 0 -7px 7px #ffffff48;
    display: flex;
    height: 95px;
    justify-content: space-between;
    margin: auto;
    position: relative;
    width: 100%;
}
.wingo-tab-content {
    margin: 20px auto auto;
    padding: 0 10px;
    width: 100%;
}


.TimeLeft__C-name {
    position: absolute;
    top: 0.96rem;
    left: 0.29333rem;
    height: 0.66667rem;
    line-height: .66667rem;
    border-radius: 0.13333rem;
    font-size: .29333rem;
    padding: 0 0.16rem;
}

.TimeLeft__C-num {
    position: absolute;
    height: 0.66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    left: 0.29333rem;
    bottom: 0.30667rem;
}

.TimeLeft__C-num>div {
    width: 0.66667rem;
    height: 0.66667rem;
    background-repeat: no-repeat;
    background-size: 0.66667rem;
}

.TimeLeft__C-num>div.n1 {
    background-image: url(../images/n1-dfccbff5.png);
}

.TimeLeft__C-num>div+div {
    margin-left: 0.16rem;
}

.TimeLeft__C-num>div.n2 {
    background-image: url(../images/n2-c2913607.png);
}

.TimeLeft__C-num>div.n1 {
    background-image: url(../images/n1-dfccbff5.png);
}

.TimeLeft__C-num>div.n1 {
    background-image: url(../images/n1-dfccbff5.png);
}

.TimeLeft__C-num>div.n5 {
    background-image: url(../images/n5-49d0e9c5.png);
}

.TimeLeft__C-id {
    position: absolute;
    bottom: 0.22667rem;
    right: 0.29333rem;
    font-weight: 700;
    font-size: .42667rem;
    height: 0.52rem;
    line-height: .52rem;
}

.TimeLeft__C-text {
    height: 0.4rem;
    line-height: .4rem;
    font-weight: 700;
    font-size: .32rem;
    position: absolute;
    top: 0.34667rem;
    right: 0.32rem;
}

.TimeLeft__C-time {
    height: 0.8rem;
    line-height: .8rem;
    position: absolute;
    bottom: 1.01333rem;
    right: 0.34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .48rem;
    align-items: center;
}

/* span#winGo10m {
    background-color: #fff;
    color: #f85050;
    font-weight: 700;
    font-size: .48rem;
    padding: 0 10px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
} */
.TimeLeft__C-time>div {
    background-color: #fff;
    color: #f85050;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.10667rem;
    display: none;
}

.TimeLeft__C-time>div:first-child {
    background: -webkit-linear-gradient(315deg,transparent 0.13333rem,#fff 0) 0 0;
    background: linear-gradient(135deg,transparent 0.13333rem,#fff 0) 0 0;
}

.TimeLeft__C-time>div+div {
    margin-left: 0.12rem;
}



.van-popup--center {
    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%);
}

.van-popup--center.van-popup--round {
    border-radius: var(--van-popup-round-radius);
}

.TimeLeft__C-PreSale {
    width: 7.04rem;
}

.TimeLeft__C-PreSale-body {
    max-height: 8rem;
    overflow-y: auto;
    padding: 0.4rem;
    font-size: .32rem;
    line-height: .8rem;
}

.TimeLeft__C-PreSale-foot {
    height: 1.86667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.Betting__C {
    width:100%;
    margin-top:15px;
    background: #2B3270;
    border-radius: 0.26667rem;
    padding: 0.18667rem 0.26667rem 0.25333rem 0.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: #2B3270;
    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: #fff;
    font-weight: 700;
    font-size: 3.73333rem;
}

.Betting__C-mark_iner>div+div {
    margin-left: 1.04rem;
}

.Betting__C-head {
    height: 0.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: #40ad72;
    border-radius: 0 0.26667rem;
}

.Betting__C-head>div {
    width: calc((100% - 0.8rem) / 3);
    height: 0.93333rem;
    line-height: .93333rem;
    font-weight: 500;
    font-size: .37333rem;
    color: #fff;
    text-align: center;
}

.Betting__C-head-p {
    background: #b659fe;
    border-radius: 0.26667rem;
}

.Betting__C-head-r {
    background: #fd565c;
    border-radius: 0.26667rem 0;
}

.Betting__C-numC {
    height: 3.46667rem;
    margin-top: 0.34667rem;
    border-radius: 0.26667rem;
    padding: 0.17333rem 0.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.active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.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: 0.29333rem;
    height: 0.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: 0.90667rem;
    line-height: .90667rem;
    text-align: center;
    border: 0.02667rem solid #2B3270;
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #2B3270;
}

.Betting__C-multiple-r {
    height: 0.8rem;
    width: 0.98667rem;
    line-height: .8rem;
    font-size: .32rem;
    color: #768096;
    background: #2B3270;
    border-radius: 5px;
    text-align: center;
}

.Betting__C-multiple-r.active {
    background: #00ae50;
    color: #fff;
}

.Betting__C-foot {
    height: 0.96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.26667rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.Betting__C-foot-b, .Betting__C-foot-s {
    width: 4.13333rem;
    height: 0.96rem;
    line-height: .96rem;
    text-align: center;
    font-size: .42667rem;
    color: #fff;
}

.Betting__C-foot-b {
    background-color: #ffa82e;
    border-radius: 0.53333rem 0 0 0.53333rem;
}

.Betting__C-foot-s {
    background: #6da7f4;
    border-radius: 0 0.53333rem 0.53333rem 0;
}

.GameRecord__C {
    width: 100%;
    text-align: center;
    font-size: .32rem;
}

.GameRecord__C-head {
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: #374992;
    border-radius: .13333rem .13333rem 0 0;
    font-weight: 700;
    font-size: .34667rem;
    color: #fff;
}

.van-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.van-col {
    display: block;
    box-sizing: border-box;
    min-height: 0.01333rem;
}

.van-col--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.van-col--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
}

.van-col--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}




.RecordNav__C {
    width: calc(100% - 0.69333rem);
    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;
    margin: 0.32rem auto 0;
}

.GameRecord__C-body {
    line-height: 1.06667rem;
}

.van-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.van-col {
    display: block;
    box-sizing: border-box;
    min-height: 0.01333rem;
}

.van-col--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.van-col--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
}

.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: 0.8rem;
    line-height: normal;
    width: 0.8rem;
    font-size: .53333rem;
    font-weight: 700;
    font-size: .66667rem;
}

.GameRecord__C-body .greenColor {
    color: #40ad72;
}

.van-col--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.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-origin-I {
    width: 0.26667rem;
    height: 0.26667rem;
    border-radius: 50%;
}

.GameRecord__C-origin-I.green {
    background: #47ba7c;
}

.GameRecord__C-body .defaultColor {
    color: #fd565c;
}

.GameRecord__C-origin-I.red {
    background: #fd565c;
}

.GameRecord__C-foot {
    height: 1.86667rem;
    background: #ffffff;
    padding: 0.46667rem 2.37333rem;
    margin-top: 0.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: 0.93333rem;
    height: 0.93333rem;
    border-radius: 0.13333rem;
    background: #fd565c;
    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: #d8d8d8;
    pointer-events: none;
}

.van-icon-arrow-left::before {
    content: "";
}

.GameRecord__C-foot-previous .GameRecord__C-icon, .GameRecord__C-foot-next .GameRecord__C-icon {
    color: #fff;
}

.wingoGame {
    display: none;
}

.wingoGame.active {
    display: block;
}

.GameRecord__C {
    display: none;
}

.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-body {
    padding: 0.76rem 0.34667rem 0.53333rem;
}


.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-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-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;
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: var(--van-cell-value-color);
    font-size: var(--van-cell-value-font-size);
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.van-field__value {
    overflow: visible;
}

.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto;
}

.Betting__Popup-input .van-field__control {
    text-align: center;
    font-size: .37333rem;
    line-height: .72rem;
    padding: 0;
    border: none;
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: var(--van-padding-md);
    bottom: 0;
    left: var(--van-padding-md);
    border-bottom: 0.01333rem solid var(--van-cell-border-color);
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.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-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-5 .bgcolor {
    background-color: #40ad72;
}

.howToPlay_k3 {
    display: none;
}

.howToPlay_k3.show {
    display: block;
}

.K3TL__C {
    width: calc(100% - 0.69333rem);
    margin: 0.34667rem auto 0;
    background-color: #fff;
    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 #fe474d;
    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: #fe474d;
    margin-left: 0.4rem;
}

.K3TL__C-rule:before {
    content: "";
    display: block;
    height: 0.48rem;
    width: 0.48rem;
    background-image: url(../images/bookmark.png);
    background-repeat: no-repeat;
    background-size: 0.48rem;
    background-position: center;
}

.K3TL__C-l1>div:not(.left) {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.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: #2c3e50;
}

.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: #efeff4;
    border-radius: 0.05333rem;
    color: #00b977;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.13333rem;
    border: 0.00667rem solid #fff;
    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:after {
    background: #008b59;
    border-radius: 0 0.13333rem 0.13333rem 0;
    right: -0.13333rem;
}

.K3TL__C-l3>div, .K3TL__C-l3>p {
    width: 1.46667rem;
    height: 1.46667rem;
    line-height: 1.46667rem;
    text-align: center;
    font-weight: 700;
    font-size: .64rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.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 .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:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 0.53333rem solid transparent;
    border-left: 0.53333rem solid #00b977;
}

.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;
}

.K3TL__C-l3 .num6 {
    background-image: url(../images/num6-1cc40321.png);
}

.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 .num3 {
    background-image: url(../images/num3-52bb404d.png);
}

.K3B__C {
    width: calc(100% - 0.69333rem);
    margin: auto;
    background: #ffffff;
    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-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;
}

.K3B__C-mark>div {
    display: inline-block;
    border-radius: 0.4rem;
    padding: 0 0.4rem;
    background-color: #fb4e4e;
    font-weight: 700;
    font-size: 3.73333rem;
}

.K3B__C-mark>div+div {
    margin-left: 1.04rem;
}

.K3B__C-nav {
    height: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .29333rem;
    color: #7d7d7d;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.K3B__C-nav>div {
    line-height: 1.06667rem;
    text-align: center;
    width: calc(25% - 0.04rem);
    background: #f6f6f6;
    border-radius: 0.13333rem 0.13333rem 0 0;
}

.K3B__C-nav>div.active {
    background: #fa574a;
    color: #fff;
}

.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;
    color: #7f7f7f;
    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 {
    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 .ball.rball {
    background: url(../images/redBall-fd34b99e.png) no-repeat center center;
    background-size: cover;
}

.K3B__C-bettingList>div .K3B__C-odds-bet {
    font-size: .37333rem;
}

.K3B__C-bettingList>div .ball .K3B__C-odds-bet {
    font-size: .64rem;
    font-weight: 700;
}

.K3B__C-bettingList>div .ball.rball .K3B__C-odds-bet {
    background: -webkit-linear-gradient(top,#ff827a 0%,#e93333 68.18%);
    background: linear-gradient(180deg,#ff827a 0%,#e93333 68.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.K3B__C-bettingList>div .K3B__C-odds-rate {
    font-size: .29333rem;
}

.K3B__C-bettingList>div .ball.gball {
    background: url(../images/greenBall-b7685130.png) no-repeat center center;
    background-size: cover;
}

.K3B__C-bettingList>div .ball.gball .K3B__C-odds-bet {
    background: -webkit-linear-gradient(top,#55d991 0%,#2f9c61 68.18%);
    background: linear-gradient(180deg,#55d991 0%,#2f9c61 68.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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);
}

.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;
}

.van-icon-question::before {
    content: "";
}

.K3B_tab_content {
    display: none;
}

.K3B_tab_content.active {
    display: block;
}

.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);
}

.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: #545454;
}

.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-tip1 .icon {
    margin-left: 0.13333rem;
}

.K3B__C-betting2-line2>div {
    background: #fb9494;
    font-size: .37333rem;
}

.K3B__C-betting2-tip1 .icon {
    margin-left: 0.13333rem;
}

.K3B__C-betting2-line3>div {
    font-size: .37333rem;
    background: rgba(64,173,114,.5);
}

.K3B__C-betting2-tip1 .icon {
    margin-left: 0.13333rem;
}

.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: #545454;
    margin-bottom: 0.21333rem;
}

.K3B__C-betting3-tip1 .icon {
    margin-left: 0.13333rem;
}

.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-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: #545454;
    margin-bottom: 0.21333rem;
}

.K3B__C-betting3-tip1 .icon {
    margin-left: 0.13333rem;
}

.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: #545454;
    margin-bottom: 0.21333rem;
}

.K3B__C-betting4-tip1 .icon {
    margin-left: 0.13333rem;
}

.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-tip1 .icon {
    margin-left: 0.13333rem;
}

.GameRecord__C.active {
    display: block;
}

.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: #545454;
    margin-bottom: 0.21333rem;
}

.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;
}

.Betting__Popup-type1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.26667rem;
}

.Betting__Popup-body .title {
    margin-bottom: 0.13333rem;
    font-size: .42667rem;
}

.Betting__Popup-body .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Betting__Popup-type1 .list>div {
    width: 0.64rem;
    height: 0.64rem;
    line-height: .64rem;
    text-align: center;
    background: #b5b5b5;
    border-radius: 0.64rem;
    font-size: .32rem;
    color: #fff;
    margin: 0.05333rem;
}

.Betting__Popup-type1 .list>div.green {
    background-color: #40ad72;
}

.Betting__Popup-type1 .list>div.red {
    background-color: #fa574a;
}

.Betting__Popup-type1 .list>div.numA, .Betting__Popup-type1 .list>div.numB, .Betting__Popup-type1 .list>div.numC, .Betting__Popup-type1 .list>div.numD {
    background-color: #ffa82e;
    border-radius: 0.10667rem;
    width: 1.06667rem;
}

.Betting__Popup-type1 .list>div.numB {
    background-color: #6da7f4;
}

.Betting__Popup-type1 .list>div.numD {
    background-color: #40ad72;
}

.K3__C .van-popup.van-popup--round.van-popup--bottom {
    overflow-y: visible;
}

.Betting__Popup-type1 .list>div.numC {
    background-color: #fa574a;
}

.FDP__C {
    height: 1.94667rem;
    width: calc(100% - 0.69333rem);
    margin: 0.34667rem auto 0.29333rem;
    box-shadow: 0 0.05333rem 0.10667rem #c5c5da40;
    border-radius: 0.26667rem;
    padding: 0.26667rem 0.34667rem;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.FDP__C-text {
    color: #8b8b8b;
    height: 1.33333rem;
    line-height: .66667rem;
    font-size: .34667rem;
    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;
}

.FDP__C>div {
    height: 0.93333rem;
}

.FDP__C-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.FDP__C-list>div {
    width: 0.93333rem;
    height: 100%;
    margin-left: 0.21333rem;
}

.FDP__C-list>div .num {
    height: 0.93333rem;
    width: 0.93333rem;
    line-height: .93333rem;
    background: #f4f4f4;
    border: 0.01333rem solid #2b3270;
    font-size: .34667rem;
    color: #000;
    border-radius: 50%;
    text-align: center;
}

.FDP__C-list>div .letter {
    margin-top: 0.05333rem;
    text-align: center;
    font-size: .37333rem;
    color: #b4b4b4;
}

.FDP__C-sum {
    height: 0.93333rem;
    width: 0.93333rem;
    line-height: .93333rem;
    background: #fa574a;
    font-size: .34667rem;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.FDTL__C {
    width: calc(100% - 0.69333rem);
    margin: 0.34667rem auto 0;
    background-color: #fff;
    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;
}

.FDTL__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;
}

.FDTL__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;
}

.FDTL__C-rule {
    height: 0.61333rem;
    padding: 0 0.66667rem;
    font-size: .29333rem;
    text-align: center;
    border: 0.01333rem solid #fe474d;
    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: #fe474d;
    margin-left: 0.4rem;
}

.FDTL__C-rule:before {
    content: "";
    display: block;
    height: 0.48rem;
    width: 0.48rem;
    background-image: url(../images/bookmark.png);
    background-repeat: no-repeat;
    background-size: 0.48rem;
    background-position: center;
}

.FDTL__C-l1>div:not(.left) {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.FDTL__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: #2c3e50;
}

.FDTL__C-time {
    height: 0.8rem;
    line-height: .8rem;
    bottom: 0.29333rem;
    right: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.FDTL__C-time>div {
    background: #efeff4;
    border-radius: 0.05333rem;
    color: #00b977;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.13333rem;
    border: 0.00667rem solid #fff;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.FDTL__C-time>div+div {
    margin-left: 0.12rem;
}

.FDTL__C-time>div[notime] {
    background-color: transparent;
}

.FDTL__C-l3 {
    height: 3.09333rem;
    margin-top: 0.48rem;
    background: #00b977;
    border-radius: 0.18667rem;
    position: relative;
    padding: 0.26667rem;
}

.FDTL__C-l3:after, .FDTL__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;
}

.FDTL__C-l3:before {
    background: #008b59;
    border-radius: 0.13333rem 0 0 0.13333rem;
    left: -0.13333rem;
}

.FDTL__C-l3:after {
    background: #008b59;
    border-radius: 0 0.13333rem 0.13333rem 0;
    right: -0.13333rem;
}

.FDTL__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;
}

.FDTL__C-l3 .box:after, .FDTL__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;
}

.FDTL__C-l3 .box:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 0.53333rem solid transparent;
    border-left: 0.53333rem solid #00b977;
}

.FDTL__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;
}

.FDTL__C-l3 .box .slot-column {
    display: inline-block;
    width: calc((100% - 0.53333rem)/5);
    height: 100%;
    border-radius: 0.10667rem;
    overflow: hidden;
    background: #333;
    vertical-align: bottom;
    position: relative;
    text-align: center;
}

.FDTL__C-l3 .box .slot-column .slot-transform {
    -webkit-transform: translateY(-2.73333rem);
    transform: translateY(-2.73333rem);
}

.FDTL__C-l3 .box .slot-column .slot-transform .slot-num {
    width: 1.46667rem;
    height: 1.46667rem;
    line-height: 1.46667rem;
    background: #e1e1ec;
    border-radius: 50%;
    font-size: .8rem;
    color: #0006;
    font-weight: 700;
    margin: 0 auto 0.10667rem;
}

.FDTL__C-l3 .box .slot-column .slot-transform.transform0 .slot-num {
    background: #00e065;
    color: #fff;
}

.FDB__C {
    width: calc(100% - 0.69333rem);
    margin: auto;
    background-color: #fff;
    padding: 0.34667rem 0.34667rem 0;
    position: relative;
}

.FD__C {
    padding-bottom: 0.34667rem;
}

.FDP__C-symbol {
    width: 0.24rem;
    margin: 0 0.13333rem;
    font-size: .34667rem;
    line-height: .93333rem;
    color: #000;
}

.FDB__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;
}

.FDB__C-mark>div {
    display: inline-block;
    border-radius: 0.4rem;
    padding: 0 0.4rem;
    background-color: #fb4e4e;
    font-weight: 700;
    font-size: 3.73333rem;
}

.FDB__C-mark>div+div {
    margin-left: 1.04rem;
}

.FDB__C-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0.01333rem solid #c7c7cc;
}

.FDB__C-nav>div {
    width: 1.06667rem;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: #ceced8;
    font-size: .48rem;
    font-weight: 700;
    color: #fff;
    border-radius: 0.25333rem 0.25333rem 0 0;
    position: relative;
    margin-right: 0.26667rem;
    text-align: center;
    border-radius: 19px 19px 0 0;
}

.FDB__C-nav>div.active {
    background-color: #fa574a;
}

.FDB__C-nav>div:after {
    content: "";
    width: 0.26667rem;
    height: 0.26667rem;
    position: absolute;
    bottom: 0;
    right: -0.26667rem;
    z-index: 9;
    background: -webkit-radial-gradient(100% 0,circle,rgba(204,0,0,0) 0.26667rem,#ceced8 0.26667rem);
    background: radial-gradient(circle at 100% 0,rgba(204,0,0,0) 0.26667rem,#ceced8 0.26667rem);
}

.FDB__C-nav>div.active:after {
    background: -webkit-radial-gradient(100% 0,circle,rgba(204,0,0,0) 0.26667rem,#fa574a 0.26667rem);
    background: radial-gradient(circle at 100% 0,rgba(204,0,0,0) 0.26667rem,#fa574a 0.26667rem);
}

.FDB__C-nav>div:last-child {
    font-size: .42667rem;
}

.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-small {
    background: #5cba47;
    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;
}

.K3__C .my_history_item .info {
    padding-left: 0;
}

.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;
}

.my_history_item .state.green {
    color: #5cba47;
}

.my_history_item .select.select-big {
    background: #ffc511;
    padding: 0;
    overflow: hidden;
}

.my_history_item .result .select.select-green {
    background-color: #5cba47;
}

.my_history_item .result .select.select-red {
    background-color: #fb4e4e;
}

.game-list .list .hb .item .result .select.select-violet {
    background-color: #eb43dd;
}

.my_history_item .select.select-green-violet {
    background-image: linear-gradient(to bottom right,#5cba47 50%,#eb43dd 0)!important;
}

.my_history_item .select.select-red-violet {
    background-image: linear-gradient(to bottom right,#fb4e4e 50%,#eb43dd 0)!important;
}

.FDB__C-H {
    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.88rem;
    line-height: .88rem;
    margin-top: 0.32rem;
    font-size: .37333rem;
    color: #fff;
}

.FDB__C-H>div {
    width: calc((100% - 1.36rem)/4);
    height: 100%;
    background: #d1d1d6;
    border-radius: 0.13333rem;
    padding: 0 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
}

.FDB__C-Num {
    padding: 0.34667rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 3.33333rem;
}

.FDB__C-Num>div {
    width: 20%;
    height: 50%;
}

.FDB__C-Num>div .round {
    width: 0.88rem;
    height: 0.88rem;
    border: 0.01333rem solid #d1d1db;
    border-radius: 50%;
    color: #9da7b3;
    font-size: .37333rem;
    text-align: center;
    line-height: .88rem;
    margin: auto;
}

.FDB__C-Num>div .rate {
    line-height: .32rem;
    font-size: .32rem;
    color: #757b82;
    text-align: center;
}

.FDB__C-Num>div.active .round {
    background: #fd565c;
    border: 0.01333rem solid #fd565c;
    color: #fff;
}

.balance .info {
    width: 100%;
    height: 1.06667rem;
    display: flex;
}

.balance .item {
    font-size: .37333rem;
    flex: 1;
    text-align: center;
    line-height: .53333rem;
    padding-bottom: 0.13333rem;
}

.balance .item:first-child {
    position: relative;
}

.balance .item:first-child:after {
    position: absolute;
    right: 0;
    top: 0.13333rem;
    content: "";
    display: block;
    height: 0.8rem;
    width: 0.05333rem;
    background-color: #fff;
}

.boxStyle {
    background: var(--themeBlack);
    border-radius: 10px;
    margin: 10px auto auto;
    padding: 15px 10px;
    width: 100%;
}

.Recharge__content-quickInfo.boxStyle {
    margin-bottom: 0.53333rem;
    display: none;
}

.Recharge__content-quickInfo__title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.34667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.Recharge__content-quickInfo__title .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: .42667rem;
    color: #151515;
}

.Recharge__content-quickInfo__title img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.30667rem;
}

.Recharge__content-quickInfo__title .title p {
    font-size: 0.45rem;
}

.Recharge__content-quickInfo .rechargeTypes_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0.26667rem;
}

.Recharge__content-quickInfo__item {
    background: #e1e1e1;
    max-width: 98%;
    border-radius: 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.26667rem;
}

.Recharge__content-quickInfo__item .other {
    font-size: .37333rem;
    padding-left: 0.34667rem;
    padding-left: 0.34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0.26667rem 0.34667rem;
    line-height: 1.5;
    color: #768096;
}

.Recharge__content-quickInfo .item_active {
    background: -webkit-linear-gradient(left,#ff918b 0%,#ffc0a1 102.93%);
    background: linear-gradient(90deg,#ff918b 0%,#ffc0a1 102.93%);
}

.Recharge__content-quickInfo .item_active .other {
    color: #fff;
}

.Recharge__content-paymoney__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0.34667rem;
    color: #fff;
    column-gap: 5px;
}

.Recharge__content-paymoney__title img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.30667rem;
}

.Recharge__content-paymoney__money-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.26667rem;
}

.Recharge__content-paymoney__money-list__item {
    margin-bottom: 0.26667rem;
    margin-right: 0.4rem;
    width: calc((100% - 0.8rem) / 3);
    height: 0.93333rem;
    color:#61a9ff;
    border: 0.01333rem solid #dfdede;
    border-radius: 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-size: .42667rem;
}



.Recharge__content-paymoney__money-list__item span {
    position: absolute;
    left: 0.21333rem;
    top: 20%;
    color: #bababa;
    font-size: .42667rem;
}

.Recharge__content-paymoney__money-list__item.active {
    background: -webkit-linear-gradient(left,#ff918c 0%,#ffbd9f 100%);
    background: linear-gradient(90deg,#ff918c 0%,#ffbd9f 100%);
    box-shadow: 0 0.10667rem 0.21333rem #d0d0ed5c, inset 0 -0.05333rem 0.13333rem 0.02667rem #fff0ec;
    border-radius: 0.13333rem;
    color: #fff;
    border: none;
}

.Recharge__content-paymoney__money-list__item:nth-child(3n) {
    margin-right: 0;
}

.Recharge__content-paymoney__money-input {
    position: relative;
    height: 1.17333rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    background: #374992;
    border-radius: 0.58667rem;
    overflow: hidden;
}

.Recharge__content-paymoney__money-input .place-div {
    height: 1.17333rem;
    width: 1.2rem;
    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;
}

.Recharge__content-paymoney__money-input .place-div {
    height: 1.17333rem;
    width: 1.2rem;
    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;
}

.Recharge__content-paymoney__money-input .place-div:before {
    content: "";
    height: 0.53333rem;
    position: absolute;
    border-left: .01333rem solid #759FDE;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Recharge__content-paymoney__money-input .place-div:after {
    position: absolute;
    content: "";
    height: 0.53333rem;
    display: inline-block;
    margin: 0 0.13333rem 0.02667rem;
    vertical-align: middle;
    border-right:.5px solid #768096;
    top: 0.34667rem;
    right: -0.13333rem;
}

.Recharge__content-paymoney__money-input .amount-input {
    background-color: transparent;
    margin-left: 1.33333rem;
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: var(--van-cell-value-color);
    font-size: var(--van-cell-value-font-size);
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.van-field__value {
    overflow: visible;
}

.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
}

.Recharge__content-paymoney__money-input .amount-input input {
    color:#4dd8ef;
    font-weight: 700;
    border: none;
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: var(--van-padding-md);
    bottom: 0;
    left: var(--van-padding-md);
    border-bottom: 0.01333rem solid var(--van-cell-border-color);
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.Recharge__content-paymoney__money-input .place-right {
    position: absolute;
    right: 0.32rem;
    top: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.Recharge__content-paymoney__money-input .place-right img {
    width: 0.53333rem;
    height: 0.53333rem;
}

.Recharge__box .Recharge__container-rechageBtn {
    font-size: .4rem;
    z-index: 88;
    background: #cbcddc;
    width: 100%;
    max-width: 10rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.66667rem;
    margin-top: 0.4rem;
}

.Recharge__box .rechage_active {
    background: var(--main_gradient-color);
    border: none;
}

.conBox {
    padding-top: 15px;
}

.m-t-5 {
    margin-top: 0.13333rem!important;
}

.conBox .des {
    color: #b3b2c8;
    font-size: .42667rem;
    margin-bottom: 0.4rem;
}

.Recharge__content .box {
    background: #fff;
    border: 0.05333rem solid #453cb8;
    border-radius: 0.13333rem;
    margin-bottom: 20px;
}

.Recharge__content .list .item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 0.93333rem;
    padding: 0 0.4rem;
    line-height: .93333rem;
    color: #414141;
    border-bottom: 0.02667rem solid #ebebeb;
    font-size: .37333rem;
}

.Recharge__content .list .name {
    max-width: 6.4rem;
    overflow: hidden;
    white-space: nowrap;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Recharge__content .list .icon {
    height: 0.53333rem;
    width: 0.53333rem;
    border-radius: 0.53333rem;
    border: 0.05333rem solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.van-icon {
    position: relative;
    font: normal normal normal 0.37333rem/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.van-icon, .van-icon:before {
    display: inline-block;
}

.van-icon-success:before {
    content: "\F0C8";
}

.Recharge__content .list .icon.action {
    border-color: #fdd0cf;
    background-color: #fdd0cf;
}

.c-row {
    display: flex;
}

.c-row-center, .c-row-middle-center {
    justify-content: center;
}

.Recharge__content .box .add {
    -webkit-line-clamp: 1;
    height: 0.93333rem;
    padding: 0 0.26667rem;
    background: #fdf0ef;
    border-radius: 0.26667rem;
    color: #f5625d;
    font-weight: 600;
    font-size: .37333rem;
}

.c-row-middle-center {
    align-items: center;
}

.Recharge__content .box .add .plus {
    margin-right: 0.26667rem;
    height: 0.66667rem;
    width: 0.66667rem;
    border-radius: 0.66667rem;
    background-color: rgba(245, 98, 93, .21);
}

.van-icon-plus:before {
    content: "\F0A2";
}

.m-t-10 {
    margin-top: 0.26667rem!important;
}

.m-b-10 {
    margin-bottom: 0.26667rem!important;
}

.m-t-20 {
    margin-top: 0.53333rem!important;
}

.c-row-middle {
    align-items: center;
}

.p-l-10 {
    padding-left: 0.26667rem!important;
}

.c-row-between {
    justify-content: space-between;
}

.requiredBox input.pw-input.input {
    height: 100%;
    border: none;
    width: 100%;
    padding-left: 0.26667rem;
    font-size: .37333rem;
}

.Recharge__content .requiredBox .box {
    height: 1.06667rem;
    border: .02667rem solid #443cb8;
    border-radius: 0.13333rem;
    overflow: hidden;
}

.m-t-30 {
    margin-top: 0.8rem!important;
}

.p-b-30 {
    padding-bottom: 0.8rem!important;
}

.bankBox .box .item {
    padding: 0.26667rem;
    border-bottom: 0.02667rem solid #d8d8d8;
    font-size: .37333rem;
    color: #414141;
}

.m-r-10 {
    margin-right: 0.26667rem!important;
}

.mian .bank {
    padding: 0.4rem;
    font-size: .37333rem;
}

.mian .bank .box {
    background: #fff;
    box-shadow: 0 0.08rem 0.69333rem 0.10667rem #f1f2f5;
    border-radius: 0.26667rem;
    padding: 0.4rem;
}

.van-image {
    position: relative;
    display: inline-block;
}

.van-image__error, .van-image__img, .van-image__loading {
    display: block;
    width: 100%;
    height: 100%;
}

.p-l-15 {
    padding-left: 0.4rem!important;
}

.mian .bank .box .item {
    margin-bottom: 0.26667rem;
}

.mian .bank .box .item .lab {
    font-size: .4rem;
    margin-bottom: 0.26667rem;
}

.mian .bank .box .item .input .ipt {
    width: 100%;
    padding: 0 0.4rem;
    height: 0.93333rem;
    line-height: .93333rem;
    border-radius: 0.13333rem;
    border: 0.05333rem solid #faa09d;
}

.redeem-container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%);
}

.redeem-container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.redeem-container-content .redeem-container-receive {
    height: 7.33333rem;
    width: calc(100% - 0.64rem);
    background: var(--themeBlack);
    border-radius: 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0.33333rem 0.46667rem;
    margin-top: 0.4rem;
}

.redeem-container-receive p {
    font-size: .37333rem;
    color: #fff;
    padding-top: 0.16rem;
}

.redeem-container-receive h4 {
    font-size: .37333rem;
    color: #333;
    margin-top: 0.90667rem;
}

.redeem-container-receive input {
    width: 8.82667rem;
    height: 1.06667rem;
    background: #374992;
    border-radius: .8rem;
    border: none;
    font-size: .4rem;
    color: #fff;
    padding: .29333rem .56rem;
    margin-top: .34667rem;
}

.redeem-container-receive button {
    width: 8.8rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    background: -webkit-linear-gradient(top, #2AAAF3 0%, #2979F2 100%);
    background: linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: #fff;
    border: none;
    margin-top: .74667rem;
}
.redeem-container-record {
    margin: 0.4rem 0 0.29333rem;
    width: calc(100% - 0.64rem);
    padding: 0.34667rem 0.32rem;
    background: var(--themeBlack);
    border-radius: 0.26667rem;
}

.redeem-container-record-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.redeem-container-record-title img {
    width: 0.64rem;
    padding-right: 0.13333rem;
}

.redeem-container-record-title span {
    font-size: .4rem;
    color: #fff;
}

.redeem-container-record-itemsBox {
    height: 8.66667rem;
    overflow-y: auto;
}

.redeem-container-record-itemsBox .infiniteScroll {
    min-height: 2.66667rem;
    border-radius: 0.16rem;
}

.redeem-container-record-itemsBox .infiniteScroll__loading {
    width: 100%;
    min-height: 1.4rem;
    margin-top: auto;
    padding-bottom: 0.4rem;
    color: #999;
    font-size: .37333rem;
    text-align: center;
}

.redeem-container-record-itemsBox .empty__container {
    width: 100%;
    height: 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-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.redeem-container-record-itemsBox .empty {
    margin-top: 0.53333rem;
}

.redeem-container-record-itemsBox img {
    width: 4rem;
    height: 3.71427rem;
    margin-bottom: 0.24667rem;
}

.navbar__content-left .van-icon {
    font-size: .48rem;
}

.mian .forgot-box {
    width: 100%;
    padding: 0.13333rem 0.8rem 0.8rem;
    background-color: #fff;
    border-top-left-radius: 0.66667rem;
    border-top-right-radius: 0.66667rem;
    position: relative;
}

.mian-from .item {
    position: relative;
    height: 1.06667rem;
    line-height: .96rem;
    margin: 0.4rem 0 0.8rem;
    border: 0.05333rem solid #faa09d;
    border-radius: 0.21333rem;
    overflow: hidden;
    padding-left: 0.88rem;
}

.forgot {
    font-size: .37333rem;
}

.mian-from .item .img {
    position: absolute;
    left: 0.26667rem;
    top: 50%;
    transform: translateY(-50%);
}

.mian-from .item .password {
    height: 0.48rem;
    width: 0.42667rem;
}

.mian-from .item input {
    border: none;
    width: 100%;
    height: 0.96rem;
    font-size: .4rem;
}

.mian-from .item .otp {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .37333rem;
    height: 0.96rem;
    border-radius: 0.13333rem;
    width: 1.86667rem;
    text-align: center;
    line-height: .96rem;
    background-color: #ffebeb;
    border-color: #ffebeb!important;
    color: #000;
}

.mian-from .tip {
    margin: -0.53333rem 0 0.26667rem;
    font-size: .34667rem;
    color: #333;
}

.keFuMenu .banner {
    position: relative;
}

.keFuMenu .banner .img {
    width: 100%;
    height: 5.46667rem;
}

.keFuMenu .banner .logo {
    width: 3.2rem;
    height: 1.06667rem;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    z-index: 888;
    transform: translateY(-50%);
}

.keFuMenu .list {
    padding: 0.4rem;
    position: relative;
    z-index: 999;
    background-color: #fff;
    margin-top: -0.4rem;
    border-radius: 0.53333rem 0.53333rem 0 0;
}

.keFuMenu .item {
    height: 1.33333rem;
    background: #fff;
    box-shadow: 0 0.08rem 0.50667rem 0.10667rem #f0f1f3;
    border-radius: 0.24rem;
    margin-bottom: 0.4rem;
    font-size: .42667rem;
    padding: 0 0.4rem;
}

.keFuMenu .item .img {
    width: 0.93333rem;
    height: 0.93333rem;
}

.m-l-10 {
    margin-left: 0.26667rem!important;
}

.van-icon-notes-o:before {
    content: "\F08E";
}

.navbar__content-right i {
    color: #fff;
}

.promotion .tab {
    background-color: #2B3270;
    height: 1.06667rem;
    line-height: 1.06667rem;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    top: 1.22667rem;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 10rem;
}

.promotion .tab ul li.action {
    color: #df3832;
}

.promotion .tit {
    background: #f4f4f4;
    padding: 0 0.4rem;
    height: 0.90667rem;
    line-height: .90667rem;
    color: #333;
    margin-bottom: 20px;
}

.promotion .info {
    padding: 0.26667rem 0.4rem;
    padding-bottom: 80px;
}

.promotion .info-data .left {
    text-align: center;
    padding: 0.26667rem 0;
    width: 40%;
    background: rgba(223,56,50,.02);
    border: 0.04rem solid #df3832;
    border-radius: 0.26667rem;
}

.promotion .all {
    font-size: 0.5rem;
    color: black;
    font-weight: bold;
}

.promotion .info-data h5.all {
    font-size: 0.5rem;
    color: black;
    font-weight: bold;
}

.promotion .info-data .num {
    font-size: .53333rem;
    padding: 0.13333rem 0;
    color: #df3832;
    font-weight: 600;
}

.promotion .info-data .txt {
    color: #333;
    font-size: .37333rem;
    line-height: .66667rem;
}

.promotion .info-data .right {
    width: 50%;
    padding: 0.26667rem 0.26667rem 0.26667rem 0.26667rem;
    background: rgba(223,56,50,.02);
    border: 0.04rem solid #df3832;
    border-radius: 0.26667rem;
    font-size: .3rem;
}

.m-b-20 {
    margin-bottom: 0.53333rem!important;
}

.promotion .img {
    width: 40%;
}

.promotion .img img {
    width: 100%;
}

.c-tc {
    text-align: center;
}

.promotion .btn-list .btn-box {
    width: 100%;
}

.promotion .btn-list {
    width: 50%;
}

.promotion .btn-list .btn {
    height: 1.06667rem;
    background: #e42622;
    box-shadow: 0 0.10667rem 0.53333rem 0.05333rem rgba(228,38,34,.25);
    border-radius: 0.26667rem;
    color: #fff;
}

.p-r-10 {
    padding-right: 0.26667rem!important;
}

.mian .promotion .ipt {
    border: 0.02667rem solid #ababab;
    padding: 0 0.26667rem;
    border-radius: 0.13333rem;
    width: 3.2rem;
    height: 0.96rem;
    line-height: .96rem;
}

.mian .promotion .btn {
    height: 0.96rem;
    line-height: .96rem;
    padding: 0 0.26667rem;
    min-width: 1.6rem;
    background-color: #df3832;
    color: #fff;
    border-radius: 0.13333rem;
    box-shadow: 0 0.10667rem 0.53333rem 0.05333rem rgba(228,38,34,.25);
}

.p-r-15 {
    padding-right: 0.4rem!important;
}

.p-l-15 {
    padding-left: 0.4rem!important;
}

.mian .promotion .table .hd {
    border-radius: 0.10667rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    background: #312c31;
}

.myTeam .van-col--4 {
    width: 16.66666667%;
}

.myTeam .van-col {
    float: left;
    box-sizing: border-box;
    min-height: 0.02667rem;
}

.myTeam .van-col.van-col--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.van-row:after {
    display: table;
    clear: both;
    content: "";
}

.mian.myTeam .promotion .table .hd {
    display: block;
}

.mian .promotion .table .item {
    position: relative;
}

.mian .promotion .table .bd {
    height: 0.93333rem;
    line-height: .93333rem;
    justify-content: space-between;
    padding: 0px 10px 10px;
}

.mian .promotion .table .bd:after {
    display: none;
}

.van-list__error-text, .van-list__finished-text, .van-list__loading {
    color: #969799;
    font-size: .37333rem;
    line-height: 1.33333rem;
    text-align: center;
}


.tutorial .promotion .table .bd {
    display: block !important;
}

.tutorial .promotion .table {
    margin: 0.4rem 0.4rem 0;
    background: #fff;
    box-shadow: 0 0.13333rem 0.29333rem 0.02667rem rgba(0,0,0,.12);
    border-radius: 0.10667rem;
    overflow-y: auto;
}
.promotionDes {
    padding-bottom: 100px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.bonusrecord .box {
    padding: 0.4rem;
    font-size: .37333rem;
}
.bonusrecord .box .list {
    background: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
}
.bonusrecord .box .list .item {
    padding: 0.32rem 0.4rem;
    background: rgba(254,247,247,.68);
}
.bonusrecord .box .list .item .money {
    color: #000;
    font-size: .45333rem;
}
.upi {
    font-size: 16px;
    margin-top: 10px;
}
.bonusrecord .box .list .item .state {
    text-align: center;
}

.qr_code img {
    max-width: 120px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.qr_code {
    text-align: center;
    width: 100%;
}

.Recharge__box {
    position: relative;
}

.qr_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 101;
}

.qr_upi_wrpr {
    background-color: #2B3270;
    width: 100%;
    text-align: center;
}

.open_qr .qr_code {
    opacity: 1;
    visibility: visible;
}

.qr_code_wrapper {
    display: none;
}

.upi img {
    vertical-align: middle;
    max-width: 30px;
    width: 0.42667rem;
    height: 0.42667rem;
    margin-left: 0.16rem;
}

.open_qr .qr_code_wrapper {
    display: block;
}

body.open_qr .rechjarge_amount {
    display: none;
}

.open_qr .Recharge__box .deposite_btn {
    display: none;
}

.cancle_button {
    display: none;
    font-size: .4rem;
    z-index: 88;
    background: #cbcddc;
    width: 100%;
    max-width: 10rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.66667rem;
    margin-bottom: 0.4rem;
}

.open_qr .cancle_button {
    display: block;
}

.bonusrecord .box {
    padding: 0.4rem;
}

.bonusrecord .box .list {
    background: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
}

.bonusrecord .box .list .item {
    padding: 0.32rem 0.4rem;
    background: rgba(254,247,247,.68);
}

.bonusrecord .box .list .item .money {
    color: #000;
    font-size: .45333rem;
}

.bonusrecord .box .list .item .state {
    text-align: center;
}

.navbar img.back_img {
    width: 27px;
    height: 27px;
    display: block;
}

.infiniteScroll {
    min-height: 2.66667rem;
    border-radius: 0.16rem;
}

.rechargeh__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.26667rem;
    margin-top: 0.56rem;
    margin-bottom: 0.4rem;
}

.rechargeh__container-content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.21333rem;
    padding: 0 10px;
    border-radius: 0.13333rem;
    background-color: var(--themeBlack);
}

.rechargeh__container-content__item-header {
    background-color: #2B3270;
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.13333rem 0.13333rem 0 0;
    padding-left: 0.26667rem;
    justify-content: space-between;
    padding-right: 0.26667rem;
}

.rechargeh__container-content__item-header .recharge_tit {
    min-width: 2rem;
    color: #fff;
    background: #34be8a;
    border-radius: 0.13333rem;
    font-size: .37333rem;
    line-height: .66667rem;
    height: 0.66667rem;
    text-align: center;
}

.rechargeh__container-content__item-header .recharge_right {
    font-size: .34667rem;
}

.rechargeh__container-content__item-header .fail {
    color: #fff;
}

.van-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: var(--van-divider-margin);
    color: #969799;
    font-size: 14px;
    line-height: 1.5;
    border-color: #ebedf0;
    border-style: solid;
    border-width: 0;
}

.rechargeh__container .divier {
    margin: 0.02667rem 0;
}

.van-divider:before, .van-divider:after {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    height: 0.01333rem;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0;
}

.van-divider:before {
    content: "";
}

.van-divider--hairline:before, .van-divider--hairline:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.rechargeh__container-content__item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.13333rem;
    font-size: .32rem;
    color: #768096;
}

.rechargeh__container-content__item-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.29333rem;
    padding: 0 0.26667rem;
}

.rechargeh__container-content__item-body>div span:first-of-type {
    color: #768096;
    font-size: .34667rem;
}

.rechargeh__container-content__item-body>div .order {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    color: #aeb0c6;
}

.rechargeh__container-content__item-body>div .order span {
    margin-right: 0.21333rem;
}

.rechargeh__container-content__item-body>div .order img {
    width: 0.42667rem;
    height: 0.42667rem;
}

.rechargeh__container-content__item-header .success {
    color: #21976b;
}

.tutorial .box {
    padding: 10px 20px;
}

.tutorial .info:last-child .line {
    border-right: 0;
}

.tutorial .info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 5.06667rem;
    background-color: var(--themeBlack);
    border-radius: 0.26667rem;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.tutorial .info {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: 0.2rem;
}

.tutorial .head {
    height: 1.06667rem;
    line-height: 1.06667rem;
    background-color: var(--main-color);
    color: #fff;
    font-size: .34667rem;
    padding-left: 10px;
    background-size: 0.64rem;
    margin-bottom: 0.2rem;
}

.tutorial .info_content .line {
    color: #fff;
    font-size: .29333rem;
    text-align: center;
    border-right: 0.01333rem solid #E8E8E8;
    padding-top: 0.3rem;
}

.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/missningBg-6f17b242.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/missningLBg-73e02111.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-l2.type5 > div {
    background-image: linear-gradient(to right bottom, rgb(0, 105, 49) 50%, rgb(255, 255, 255) 0px);
    color: rgb(51, 51, 51);
}

.WinningTip__C-body-l3 {
    height: 1.73333rem;
}

.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-l3 .isLose{
    
}
.WinningTip__C-body-l3 .gameDetail {
    height: 0.37333rem;
    line-height: 0.37333rem;
    font-size: 0.29333rem;
    text-align: center;
    color: rgb(107, 107, 107);
}

.WinningTip__C-body-l4 {
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.32rem;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 0.74667rem;
    bottom: 0.74667rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.WinningTip__C-body-l4 .acitveBtn {
    height: 0.56rem;
    width: 0.56rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.26);
    border: 0.01333rem solid rgb(255, 255, 255);
    margin-right: 0.18667rem;
    position: relative;
}

.WinningTip__C .closeBtn {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/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;
}

.infiniteScroll {
    min-height: 2.66667rem;
    border-radius: 0.16rem;
}

.bet-container-items {
    padding-bottom: 0.32rem;
    margin: 0 auto;
}

.bet-container-lottery-items {
    margin-bottom: 0.32rem;
}

.bet-container {
    overflow: hidden;
    padding: 0 0.32rem;
}

.bet-container-lottery-card {
    background: var(--themeBlack);
    width: 100%;
    border-top-left-radius: 0.13333rem;
    border-top-right-radius: 0.13333rem;
    padding: 0.34667rem 0.32rem;
}

.ar-1px-t, .ar-1px-b, .ar-1px-tb, .ar-1px-rb, .ar-1px-l, .ar-1px-r {
    position: relative;
}

.bet-container-lottery-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 0.16rem;
}

.bet-container-lottery-card-header .h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bet-container-lottery-card-header .h1 h2 {
    font-weight: 700;
    font-size: .4rem;
    color: #fff;
    padding-bottom: 0.10667rem;
}

.bet-container-lottery-card-header .h1 span {
    font-size: .37333rem;
    color: #e98613;
}

.bet-container .colorE98613 {
    color: #e98613!important;
}

.bet-container-lottery-card-header p {
    font-size: .29333rem;
    color: #768096;
}

.ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.01333rem;
    border-bottom:1px solid #e1e1e131;
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.bet-container-lottery-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0.33333rem;
}

.bet-container-lottery-items img {
    display: block;
    width: 100%;
    height: 0.58667rem;
}

.bet-container-lottery-card-info img {
    width: 0.26667rem;
    height: 2.81333rem;
    margin-right: 0.34667rem;
}

.bet-container-lottery-card-info ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.bet-container-lottery-card-info ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    color: #7e829f;
    padding-bottom: 0.13333rem;
    position: relative;
}

.bet-container-lottery-card-info ul li span {
    color: #768096;
}

.bet-container-lottery-card-info ul li h2 {
    font-size: inherit;
}

.bet-container-lottery-note-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-top: 0.13333rem;
}

.bet-container-lottery-note-result img {
    width: 0.26667rem;
    height: 1.54667rem;
    margin-right: 0.34667rem;
}

.bet-container-lottery-note-result div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: .37333rem;
    color: #333;
}

.bet-container-lottery-note-result div h1 {
    padding-bottom: 0.56rem;
    font-size: inherit;
}

.bet-container-lottery-note-result div h2 {
    color: #7e829f;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: inherit;
}

.bet-container-lottery-note-result div h2 p[data-v-8de75a26] {
    color: #ff7172;
    width: 0.66667rem;
    height: 0.66667rem;
    display: inline-block;
    line-height: .66667rem;
    text-align: center;
    border-radius: 0.66667rem;
    background: url(../images/numberBG-5096ec20.png) no-repeat right/contain;
    font-weight: 700;
    font-size: .4rem;
}

.bet-container-lottery-note-result div h2 span {
    display: inline-block;
    text-align: center;
    min-width: 1.33333rem;
    height: 0.66667rem;
    line-height: .61333rem;
    color: #fff;
    border: 0.01333rem solid #fff;
    border-radius: 0.13333rem;
    margin-left: 0.16rem;
}

.bet-container-lottery-note-result div h2 .bigClass {
    border-color: #fccc52;
    color: #fccc52;
}

.green_violet {
    background-image: -webkit-linear-gradient(top left,#006931 50%,#e8e7e8 0);
    background-image: linear-gradient(to bottom right,#006931 50%,#e8e7e8 0);
    color: #333!important;
}

.bet-container-lottery-note-result div h2 span {
    display: inline-block;
    text-align: center;
    min-width: 1.33333rem;
    height: 0.66667rem;
    line-height: .61333rem;
    color: #fff;
    border: 0.01333rem solid #fff;
    border-radius: 0.13333rem;
    margin-left: 0.16rem;
}

.bet-container-lottery-note-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.26667rem 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bet-container-lottery-note-box>div {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0.13333rem 0;
    background: #f7f8ff;
    border: 0.01333rem solid #d2d7f2;
    border-radius: 0.13333rem;
    height: 1.6rem;
}

.bet-container-lottery-note-box-para {
    font-size: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bet-container-lottery-note-box-para h3 {
    font-size: .37333rem;
    color: #768096;
}

.bet-container-lottery-note-box>div span {
    font-size: .32rem;
    color: #768096;
    display: inline-block;
    margin-top: 0.16rem;
}

.bet-container-lottery-note-box-para h4 {
    font-size: .37333rem;
    color: #2aab79;
}

.bet-container-lottery-note-box-para .h4_red {
    color: #fb4e4e;
}

.infiniteScroll__loading {
    width: 100%;
    min-height: 1.4rem;
    margin-top: auto;
    padding-bottom: 0.4rem;
    color: #999;
    font-size: .37333rem;
    text-align: center;
}

.transRecord__container-content__card {
    background:var(--themeBlack);
    border-radius: 0.13333rem;
    margin-bottom: 0.34667rem;
}

.transRecord__container-content__card-top {
    background-color: #2B3270;
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.13333rem 0.13333rem 0 0;
    padding-left: 0.26667rem;
}

.transRecord__container-content__card-top h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: .4rem;
    color: #fff;
}
 
.transRecord__container-content__card-mid {
    padding: 0.26667rem 0.13333rem;
}

.transRecord__container-content__card-mid .line {
    position: relative;
    height: 0.8rem;
    padding: 0.21333rem 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .32rem;
    margin-bottom: 0.13333rem;
}

.LoginP-container {
    height: 100%;
    padding-inline: 0.53333rem; overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.LoginP-container-form {
    position: relative;
    margin-top: 1.33333rem;
    overflow: hidden;
}

.LoginP-container-form .passwordInput__container {
    margin-bottom: 20px;
}

.passwordInput_container-label, .passwordInput_container-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.02667rem;
}

.passwordInput__container-label {
    margin-bottom: 0.32rem;
    color: #fff;
    font-size: .4rem;
}

.passwordInput_container-label_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.LoginP-container-tips {
    margin-top: -0.26667rem;
    margin-bottom: 0.16rem;
    padding-left: 0.22667rem;
    color: #ff7172;
    font-size: .32rem;
}

.LoginP-container-remember {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .34667rem;
    line-height: .34667rem;
}

.LoginP-container-remember span {
    color: #768096;
}

.LoginP-container-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.LoginP-container-button button {
    width: 7.73333rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .05333rem;
    border-radius: 1.06667rem;
    border: none;
    background: var(--main_gradient-color);
}

.LoginP-container-form .mgb48 {
    margin-bottom: 0.64rem!important;
}

.rpwd__C .login_container-tab {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 0.4rem;
    padding: 0px 0.53333rem;
}

.rpwd__C .login_container-tab .tab {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    background: rgb(247, 248, 255);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.18667rem 0px;
    -webkit-box-align: center;
    align-items: center;
    min-height: 1.86667rem;
    border-bottom: 0.02667rem solid rgb(221, 221, 221);
}

.rpwd__C .login_container-tab .basicimg, .rpwd__C .login_container-tab .phoneactive, .rpwd__C .login_container-tab .emailactive, .rpwd__C .login_container-tab .emialbg, .rpwd__C .login_container-tab .phonebg {
    width: 0.64rem;
    height: 0.64rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.rpwd__C .login_container-tab .phoneactive {
    background-image: url(../images/phoneactive-d3ea66d4.png);
}

.rpwd__C .login_container-tab .tab .font30 {
    font-size: 0.4rem;
    color: rgb(136, 136, 136);
    text-align: center;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    word-break: break-all;
    white-space: pre-wrap;
}

.rpwd__C .login_container-tab .active .font30 {
    color: rgb(255, 152, 50);
}

.rpwd__C-form {
    position: relative;
    margin-top: 0.74667rem;
    overflow: hidden;
    padding-inline: 0.53333rem; }

.rpwd__C-form .tab-content {
    display: none;
}

.rpwd__C-form .activecontent {
    display: block;
}

.phoneInput__container {
    margin-bottom: 0.8rem;
}

.phoneInput_container-label, .phoneInput_container-input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 0.02667rem;
}

.phoneInput__container-label {
    margin-bottom: 0.32rem;
    color: #fff;
    font-size: 0.4rem;
}

.phoneInput_container-label_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.phoneInput__container-input {
    gap: 0.24rem;
}

.dropdown {
    position: absolute;
    width: 2.48rem;
    height: 1.17333rem;
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 1.17333rem;
    background: #2B3270;
    outline: none;
    border-radius: 0.26667rem;
}

.dropdown__value i {
    margin-left: 0.13333rem;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.phoneInput__container-input input {
    width: 80%;
    height: 1.17333rem;
    margin-left: 2.66667rem;
    padding: 0.36rem 0.34667rem;
    color: #9195a3;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.van-icon-arrow-down:before {
    content: "";
}

.passwordInput__container {
    margin-bottom: 0.53333rem;
}

.verifyInput__container {
    margin-bottom: 0.8rem;
    padding: 0px 0.02667rem;
}

.verifyInput__container-label, .verifyInput__container-input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.verifyInput__container-label {
    margin-bottom: 0.32rem;
    color: #9195a3;
    font-size: 0.4rem;
}

.verifyInput_container-label_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.verifyInput__container-input {
    position: relative;
    gap: 0.24rem;
    border-radius: 0.26667rem;
}

.verifyInput__container-input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.verifyInput__container-input button {
    position: absolute;
    right: 0.26667rem;
    width: 2.53333rem;
    height: 0.93333rem;
    color: rgb(255, 255, 255);
    font-size: 0.34667rem;
    border: none;
    border-radius: 1.92rem;
    background: linear-gradient(90deg, #2B3270, #383cbc);
}

.verifyInput__container-tip {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 0.24rem;
    color: rgb(172, 175, 194);
}

.verifyInput__container-tip i {
    font-size: 0.48rem;
    margin-inline: 0.09333rem; }

.verifyInput__container-tip span {
    font-size: 0.32rem;
}

.verifyInput__container-tip span:last-of-type {
    margin-left: 0.32rem;
    color: rgb(255, 152, 50);
}

.register__container-remember .van-checkbox {
    display: inline-flex;
    width: 100%;
}

.transRecord__container-content__card-mid .line .left {
    color: #7e829f;
    z-index: 1;
}

.transRecord__container-content__card-mid .line .right {
    color: #768096;
    font-family: 'Roboto', 'Inter', sans-serif;
}

.transRecord__container-content__card-mid .line:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 0.8rem;
    background: no-repeat url(../images/trans-84086e2c.png) 100%;
    top: 0;
    left: 0;
}

.transRecord__container-content__card-mid .line .red {
    color: red;
}

.transRecord__container-content__card-mid .line:last-child .right {
    font-size: .48rem;
}

.transRecord__container-content__card-bot {
    padding: 0 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.transRecord__container-content__card-bot .textarea {
-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 1.6rem;
    border-radius: 0.13333rem;
    padding-top: 0.26667rem;
    padding-left: 0.28rem;
    resize: none;
    margin-bottom: 0.29333rem;
    font-size: .29333rem;
    background-color: #262739;
    border: none;
}

.transRecord__container {
    padding-inline: 0.32rem; padding-block: 0 1.49333rem; font-family: bahnschrift;
    padding-top: 20px;
}

.transRecord__container-content__card-mid .line .green {
    color: green;
}

.show_pass {
    display: none;
}

.fa-eye-slash .show_pass {
    display: block;
}

.fa-eye-slash .hid_pass {
    display: none;
}

.verifyInput__container-label__icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.copy_btn button {
    height: 1.06667rem;
    background: var(--main_gradient-color);
    border-radius: 0.26667rem;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.copy_btn input {
    position: absolute;
    z-index: -10;
}

.copy_btn button:active {
    background: #e42622;
    color: #fff;
}

.copy_btn button:before {
    content: "Copied";
    position: absolute;
    top: 0;
    right: 0px;
    background: #2b3270;
    padding: 8px 10px;
    font-size: 15px;
    display: none;
    width: 100%;
    height: 1.06667rem;
    box-sizing: border-box;
    border-radius: 0.26667rem;
}

/* .copy_btn button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #e42622;
	transform: rotate(45deg);
	display: none;
} */
.copy_btn.active button:before, .copy_btn.active button:after {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy_btn {
    position: relative;
}

.howToPlay .wingo_howTpPlay, .howToPlay .howToPlayContent .van-overlay {
    display: block !important;
}

.TimeLeft__C-PreSale-body .content {
    line-height: 1.5;
}


.about-container-content h1 {
    font-size: 20px;
}

.about-container-content h2 {
    font-size: 18px;
    padding-bottom: 10px !important;
}

.about-container-content h3 {
    font-size: 16px;
    padding-bottom: 10px !important;
}

.redeem_result {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
    font-size: .4rem;
    color: #fff;
}

.redeem_result img {
    width: 0.64rem;
    padding-right: 0.13333rem;
}

.redeem_result .redeem_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
}

.userInfo__container-content-uid {
    background: #374992;
    border-radius: 0.53333rem;
    padding: 0.06667rem 0;
    color: #fff;
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    width: 4.3rem;
    padding-left: 5px;
    padding-right: 5px;
}

.userInfo__container-content-logintime {
    font-size: .29333rem;
    color: #fff;
}

.userInfo__container-content-uid span {
    padding-left: 3px;
}

.userInfo__container-content-uid .copy_uid {
    flex-grow: 1;
}

.login_success {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_success .model_iner {
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 200px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 60%;
    text-align: center;
}

.login_success .model_iner img {
    width: 100px;
}

.copy_upi {
    display: inline-block;
    position: relative;
    color: #fff;
}

.copy_upi input {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.copy_upi:before {
    content: "Copied";
    position: absolute;
    top: 0;
    right: 0px;
    background: #fff;
    padding: 0px 10px;
    font-size: 15px;
    display: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.26667rem;
}

.copy_upi.active:before {
    display: flex;
    justify-content: center;
    align-items: center;
}

.WinningTip__C-body:not(.isL) div#isloss {
    display: none;
}

.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 .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;
}

.GameRecord__C-body-num.defaultColor.clr4 {
    color: #40ad72;
}

.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-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;
}

.game_filter {
    line-height: normal;
}

.game_filter select {
    width: 100%;
    border: 1px solid #d01f95;
    border-radius: 3px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: #2B3270;
    color: #efefef;
}

.changlongEnter {
    display: none;
}

.dailySignIn__container .task-panel .task-item-header .hearder-status {
    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;
    min-width: 3.46667rem;
    padding: 0.2rem 0;
    color: #fff;
    border-bottom-right-radius: 0.33333rem;
    font-size: .37333rem;
    font-weight: 700;
}

.bet_details {
    text-align: center;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    box-sizing: content-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 70%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
    text-align: center;
    background: rgb(0 0 0 / 70%);
    border-radius: 8px;
    word-wrap: break-word;
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 8px 12px;
    word-break: break-word !important;
    z-index: 2009;
}

.bithdrawable_amount {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0.26667rem;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 0.06667rem;
    color:rgb(118, 128, 150);
    margin-bottom: 12px;
    border-bottom: solid 1px;
}

.bithdrawable_amount>div {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0.06667rem 0px;
    -webkit-box-align: center;
    align-items: center;
}

.bithdrawable_amount>div span {
    text-align: left;
}

.bithdrawable_amount input {
    border: 0.01333rem solid var(--main-color);
    border-radius: 0.13333rem;
    width: 1.94667rem;
    height: 0.48rem;
    line-height: 0.29333rem;
    background: none;
    color: var(--main-color);
    outline: none;
}

.bithdrawable_amount div .right {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.4rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
}

.bithdrawable_amount span.yellow {
    color: rgb(255, 152, 50);
}

.bithdrawable_amount>div span h6 {
    display: inline;
    color: var(--main-color);
    font-size: 12px;
}

.dailySignIn__container .task-panel .task-item-header {
    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;
    margin-top: -0.06667rem;
    border-bottom: .01333rem solid #374992;
    padding-right: 0.26667rem;
}

.dailySignIn__container .task-panel .task-item-header .headerR {
    color: #acafc2;
    font-size: .37333rem;
}

.dailySignIn__container .task-panel .task-item-type .type-title {
    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;
    height: 0.64rem;
    background-size: 0.64rem;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
}

.dailySignIn__container .task-panel .task-item img {
    width: 0.53333rem;
    height: 0.53333rem;
}

.home_menu .menu_item .img_wrpr {
    position: relative;
    min-height: 64px;
    width: 64px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    max-height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.home_menu .menu_item .img_wrpr span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.dailySignIn__container .task-banner {
}

.dailySignIn__container .task-banner div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dailySignIn__container .task-banner div img {
    width: 2.66667rem;
    height: 2.66667rem;
}

.dailySignIn__container .task-banner .banner-title {
    font-size: .48rem;
    color: #fff;
    margin-bottom: 0.26667rem;
}

.dailySignIn__container .task-banner .banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.dailySignIn__container .task-panel {
    padding: 0 0.26667rem;
}

.dailySignIn__container .task-panel .task-item {
    width: 100%;
    background: var(--themeBlack);
    border-radius: 0.26667rem;
    overflow: hidden;
    padding: 0 0 0.13333rem;
    margin-bottom: 30px;
}

.dailySignIn__container .task-panel .task-item-header .hearder-status.day {
    background: #61A9FF;
}

.dailySignIn__container .task-panel .task-item-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0.26667rem 0.26667rem 0;
}

.dailySignIn__container .task-panel .task-item-type .type-tip {
    color: #61a9ff;
    font-size: .37333rem;
    margin-left: .26667rem;
}

.dailySignIn__container .task-panel .task-item-description {
    color: #acafc2;
    padding: .26667rem;
    background: #323A7C;
    border-radius: .13333rem;
    margin: .26667rem;
    font-size: .29333rem;
}


.dailySignIn__container .task-panel .task-item-bottom .bottom-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #4dd8ef;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.dailySignIn__container .task-panel .task-item-bottom img {
    margin-right: 0.13333rem;
}

.dailySignIn__container .task-panel .task-item .btn {
    color: #fff;
    font-size: .4rem;
    font-weight: 700;
    border-radius: 0.53333rem;
    text-align: center;
    padding: 0.16rem 0;
    margin: 0.26667rem 0.2rem 0.13333rem;
}

.dailySignIn__container .task-panel .task-item .btnOther.status1 {
    color: #61a9ff;
    border: .01333rem solid #61A9FF;
}

.dailySignIn__container .task-banner div.banner_content {
    display: block;
}

.dailySignIn__container {
    font-family: Inter, sans-serif;
    padding-bottom: 100px;
    font-size: 14px;
}

.bet_details {
    text-align: center;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    box-sizing: content-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 70%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
    text-align: center;
    background: rgb(0 0 0 / 70%);
    border-radius: 8px;
    word-wrap: break-word;
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 8px 12px;
    word-break: break-word !important;
    z-index: 2009;
}

.more-result-btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a, .simple-pagination li span {
    color: #768096;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #FF7182;
    border-color: #FF7182;
}

.simple-pagination .prev.current, .simple-pagination .next.current {
    background: #e04e60;
}

@media (min-width: 501px) {
    .van-popup.van-popup--bottom {
        max-width: 10rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 2.5rem!important;
    }
}

@media (max-width: 560px) {
    html {
        font-size: 10vw !important;
    }

    .userInfo__container-content-uid {
        width: 4rem;
    }
}

/* VIP */
.vip {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: .32rem;
    color: #768096;
    padding-bottom: .8rem;
}

.vip-header {
    background: var(--main_gradient-color);
    height: 4.4rem;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 .45333rem;
}

.vip-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.vip-header-wrapper-avatar {
    width: 1.86667rem;
    height: 1.86667rem;
    border-radius: 50%;
    margin-right: .26667rem;
    overflow: hidden;
    border: .05333rem solid #ff6c6a;
}

.vip-header-wrapper-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vip-header-wrapper-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .26667rem 0;
}

.vip-header-wrapper-name-vip {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    color: #fff;
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(../images/0-78e1ab02.png);
    background-size: 1.33333rem .58667rem;
}

.vip-header-wrapper-name-nickName {
    width: 3.06667rem;
    border-radius: .53333rem;
    padding: 0 .24rem;
    color: #fff;
    font-size: .37333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 100%;
}

.vip-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-inline: .33333rem; }

.vip-content-empirical {
    position: absolute;
    top: -.93333rem;
    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>div {
    width: 9.36rem;
}

.vip-content-empirical>div {
    background: var(--themeBlack);
    border-radius: .13333rem;
    width: 4.4rem;
    text-align: center;
    padding: .2rem;
    gap: .10667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.red {
    color: #ff7172;
}

.vip-content-empirical>div {
    line-height: .48rem;
}

.vip-content-empirical>div>p.red {
    font-weight: 500;
    font-size: .37333rem;
}

.vip-content-empirical>div .timeTop {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
}

.vip-content-empirical>div>p>span {
    color: var(--lightText);
    font-weight: 900;
    font-size: .48rem;
}

.vip-content-tip {
    margin-top: 1rem;
    border-radius: .13333rem;
    border: .01333rem solid #DADDF0;
    padding: .16rem .26667rem;
    line-height: .37333rem;
    margin-bottom: .2rem;
    font-size: .29333rem;
    color: #768096;
}

.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 5px;
}

.vip-content-card-item {
    padding: 10px 5px;
}

.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: var(--themeBlack);
}

.vip-content-weal-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -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: 600;
    font-size: .42667rem;
    padding-bottom: .26667rem;
}

.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: #fff;
}

.vip-content-weal-con>div:nth-of-type(2)>span {
    color: #acafc2;
}

.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 #cd0296;
    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: #cd0296;
}

.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-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-weal-con>div:nth-of-type(3)>p svg path {
    fill: #61a9ff;
}

.vip-content-recordVsrule {
    margin-top: .4rem;
}

.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 {
    width: 100%;
    height: 100%;
    background: #e8e7e8;
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #333;
    text-align: center;
    overflow: hidden;
    border: none;
}

/*.vip-content-recordVsrule-head button.active {*/
/*    color: #fff;*/
/*    border-radius: .16rem;*/
/*    background-color:#cd0296;*/
/*}*/

.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: #f8ebeb;
    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;
}

/* End VIP */
@media (min-width: 501px) {
    .van-popup.van-popup--bottom {
        max-width: 10rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 2.5rem!important;
    }
}

@media (max-width: 560px) {
    html {
        font-size: 10vw !important;
    }

    .userInfo__container-content-uid {
        width: 4rem;
    }
}

/* bet rebate*/
.Laundry-page .laundry-page_container .laundry-page_box {
    background: var(--themeBlack);
    border-radius: .13333rem;
    padding: .2rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .title {
    height: .66667rem;
    line-height: .66667rem;
    font-size: .37333rem;
    color: #f5f3f0;
}

.Laundry-page .laundry-page_container .laundry-page_box .lab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-width: 3.33333rem;
    max-width: 100%;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: .56rem;
    height: .66667rem;
    line-height: .66667rem;
    border: .01333rem solid var(--main-color);
    border-radius: .13333rem;
    padding: 0 .16rem;
    font-size: .29333rem;
    gap: .12rem;
    color: var(--main-color);
}

.Laundry-page .laundry-page_container .laundry-page_box .lab svg {
    width: .48rem;
    height: .48rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .number {
    color: #f5f3f0;
    font-weight: 700;
    font-size: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    margin: .26667rem 0;
}

.Laundry-page .laundry-page_container .laundry-page_box .txt {
    background: #4d4d4c;
    margin-bottom: .2rem;
    width: 85%;
    line-height: .4rem;
    padding: .2rem;
    font-size: .29333rem;
    border-radius: .13333rem;
    color: #768096;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item {
    width: calc(50% - .09333rem);
    background: var(--themeBlack);
    padding: .2rem;
    border-radius: .13333rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .tit {
    color: #768096;
    font-size: .29333rem;
    margin-bottom: .13333rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num {
    color: var(--main-color);
    font-size: .42667rem;
    font-weight: 700;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num.red {
    color: #d23838;
}

.Laundry-page .laundry-page_container .laundry-page_box .tip {
    padding: .2rem;
    color: #768096;
    font-size: 12px;
}

.Laundry-page .laundry-page_container .laundry-page_box .btn {
    width: 8.8rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    background: #6f7381;
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: #f5f3f0;
    border: none;
    margin-top: .08rem;
}

.Laundry-page .laundry-page_container .laundry-page_list {
    margin-top: .26667rem;
    padding-bottom: .4rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .title {
    height: .66667rem;
    line-height: .66667rem;
    padding-left: .26667rem;
    font-weight: 700;
    font-size: .48rem;
    position: relative;
    margin-bottom: .26667rem;
    color: #f5f3f0;
}

.Laundry-page .laundry-page_container .laundry-page_list .list {
    margin-top: .26667rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item {
    margin-bottom: .26667rem;
    background: #333332;
    border-radius: .13333rem;
    padding: .2rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: .13333rem;
    margin-bottom: .2rem;
    border-bottom: .01333rem solid #525167;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .name {
    font-size: .4rem;
    font-weight: 700;
    color: #f5f3f0;
    margin-bottom: .2rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .time {
    font-size: .29333rem;
    color: #fff;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .state {
    font-size: .37333rem;
    color: #40c592;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #768096462;
    font-size: .32rem;
    height: 2.4rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left .imgBox {
    padding: .2rem 0;
    margin-right: .2rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left .imgBox .img {
    height: 100%;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left div>p {
    line-height: .8rem;
    font-size: .32rem;
    color: #768096;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right {
    text-align: right;
    color: #f5f3f0;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p {
    line-height: .8rem;
    font-size: .32rem;
    color: #f5f3f0;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p.red {
    color: #d23838;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p.orange {
    color: #dd9138;
}

.Laundry-page {
    overflow: hidden;
    padding: 0 .32rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .number svg {
    color: #d9ac4f;
    height: .64rem;
    width: .64rem;
    -webkit-margin-end: .17333rem;
    margin-inline-end: .17333rem; font-size: 12px;
}

.Laundry-page .laundry-page_container .laundry-page_list .all-record {
    height: 1rem;
    border-color: #d9ac4f !important;
    color: #d9ac4f !important;
    background: #333332;
}

.laundry-page_container {
    padding-top: 20px;
}

/* bet rebate*/

/* Home Page Designe */
.customer img {
    filter: hue-rotate(313deg) saturate(1.3);
}
.minigame-box {
    grid-gap: 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
}
.minigame-box img {
    border-radius: 10px;
    height: 140px;
    width: 100%;
}

.tab-buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 23%;
}

.tab-button {
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: .5px solid #3a3a3a;
    border-radius: 0 15px 15px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    gap: 10px;
    height: 75px;
    justify-content: center;
    width: 100%;
    background-color: #2b3270;
    text-align: center;
}

.tab-button.active {
    color: #fff !important;
}

.lottery-box, .tab-button.active {
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--main-color2) 100%);
}


.tab-button.lottery_game.comming_soon img {
    width: 100%;
    filter: blur(0px);
}
.tab-button.comming_soon span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 2px #000;
}
.tab-button.comming_soon {
    position: relative;
}
.tab-content {
    position: sticky;
    top: 100px;
    width: 77%;
}
.lottery-main-container:not(.active) {
    display: none;
}
.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.lottery-main-container .link {
    width: 100%;
}

.justify-between {
    justify-content: space-between;
}

.lottery-box, .tab-button.active {
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--main-color2) 100%);
}

.lottery-box {
    border-radius: 20px;
    color: #fff;
    height: 95px;
    margin-bottom: 10px;
    width: 100%;
}

.lottery-box .box-left {
    gap: 10px;
    padding: 15px 0 25px 15px;
}

.lottery-box .box-heading {
    font-size: 17px;
    font-weight: 700;
}

.lottery-box .box-text {
    color: #ffffffac;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
}

.lottery-box img {
    width: 90px;
}

.winning-heading {
    align-items: center;
    border-left: 5px solid #759FDE;
    color: #fff;
    display: flex;
    font-size: .48rem;
    font-weight: 700;
    height: 100%;
    justify-content: start;
    margin-top: 25px;
    padding-left: 5px;
    width: 100%;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.luckyWinners__container-wrapper__item {
    background: #2B3270;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
    justify-content: start;
    border-radius: 5px;
    margin-bottom: 5px;
    gap: 10px;
}

.winning-item-user {
    color: #e2e2e2;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 11px;
    font-weight: 500;
    gap: 5px;
    width: 43%;
}

.winning-item {
    align-items: center;
    background-color: #2B3270;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    justify-content: start;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.winning-item-user img {
    border-radius: 30px;
    height: 1.06667rem;
    width: 1.06667rem;
}

.winning-item-game {
    color: #b3b3b3;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 60%;
}

.winning-game-image {
    background: #2B3270;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    height: 45px;
    width: 65px;
}

.winning-item-game-text {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.winning-item-game-text1 {
    color: #fff;
    font-size: .34667rem;
    font-weight: 600;
    text-align: right;
}

.winning-item-game-text2 {
    color: #b3b3b3;
    font-size:  .32rem;
}

.earning-heading {
    align-items: center;
    border-left:5px solid #759FDE;
    color: #fff;
    display: flex;
    font-size: .48rem;
    font-weight: 700;
    height: 100%;
    justify-content: start;
    padding-left: 5px;
    width: 100%;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.leader-board {
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: end;
    margin-top: -35px;
    position: relative;
    width: 100%;
    margin-bottom: -0.2rem;
}

.leader-bg-image {
    height: 55%;
    position: absolute;
    width: 100%;
}

.leader-bg-image img {
    height: 100%;
    width: 100%;
}

.leader-container {
    position: absolute;
}

.leader-container, .leader-container2 {
    height: 100%;
    width: 100%;
}

.leader {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 200px;
    margin-top: 57px;
    width: 30%;
}

.leader-image-container {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.leader-user-image {
    border-radius: 50px;
    height: 65px;
    position: absolute;
    width: 65px;
}

.leader-user-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: absolute;
}

.leader-user-container .crown {
    height: 50px;
    margin-left: -10px;
    width: 50px;
}

.leader-user-container .badge {
    height: 20px;
    width: 80px;
}

.leader-userid {
    font-size: 13px;
    font-weight: 700;
}

.leader-money {
    background-color: rgba(117,159,222,.5);
    border-radius: 20px;
    font-size: 11px;
    justify-content: center;
    padding: 7px 10px;
}

.leader-money, .winning-item.x {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.winning-item.x .pos{    
    margin-right: 0.41333rem;
    color: #61a9ff;
    font-size: .48rem;
    font-weight: 500;
}

.leader.x {
    margin-top: 40px;
}

.main-footer .nav-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 10px;
}

.main-footer .active .nav-box svg {
    stroke: #2B3270;
}

.main-footer .nav-box span {
    color: #768096;
    font-size: 12px;
}

.main-footer .active .nav-box span {
    color: #2B3270;
}

.main-footer .nav-box.x {
    gap: 7px;
    margin-left: 10px;
    margin-top: -23px;
}

.main-footer .promotion-box {
    align-items: center;
    background-image: linear-gradient(180deg, var(--main-color2) 0%, var(--main-color) 100%);
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}
.popular-box {
    grid-gap: 5px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    width: 100%;
}
.popular-box-main-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 115px;
    margin-bottom: 10px;
    width: 100%;
}
.popular-box-container {
    align-items: center;
    background: -webkit-linear-gradient(325deg, #ff8e89 12.38%, #ffc3a2 87.13%);
    border-radius: 10px;
    display: flex;
    height: 90px;
    justify-content: center;
    position: relative;
    width: 100%;
}
.popular-box-container img {
    border-radius: 10px;
    height: 90%;
    width: 90%;
}
.popular-box-container svg {
    position: absolute;
    right: -5px;
    top: -5px;
}
.popular-progress-container {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    position: relative;
    width: 100%;
}
.popular-progress {
    background-color: var(--main-color);
    border-radius: 5px;
    height: 100%;
    position: absolute;
    width: 87%;
}
.popular-text {
    align-items: center;
    color: var(--mainText);
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.slots-box {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    width: 100%;
}
.slots-box img {
    border-radius: 10px;
    height: 185px;
    width: 100%;
}
.fishing-box {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    width: 100%;
}
.fishing-box img {
    height: 140px;
    width: 100%;
}
.tab-content a {
    width: 100%;
}
.viewallbtn {
    align-items: center;
    border: .5px solid var(--main-color);
    border-radius: 50px;
    color: var(--main-color);
    display: flex
;
    font-size: 14px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}
.content_home .terms {
    background: #2b3270;
    border-radius: .26667rem;
    padding: .26667rem;
    margin-top: .53333rem;
    margin-bottom: .4rem;
    width: 100%;
}

.content_home .terms-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: .26667rem 0;
}

.content_home .terms-logo>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.content_home .terms-logo-left {
    width: 2.48rem;
    height: .93333rem;
}

.content_home .terms-logo-left img {
    width: 100%;
}

.content_home .terms-logo svg, .content_home .terms-logo img {
    height: 1.06667rem;
    margin: auto;
}
.content_home .terms-logo-service{
        display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 1.06667rem;
}

.content_home .terms-logo-service svg {}

.content_home .terms-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .66667rem;
}

.content_home .terms-icons svg {
    width: 2.8rem;
    height: 1.06667rem;
    margin-bottom: .21333rem;
}

.content_home  p.terms-rule {
    font-family: Inter;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: .4rem;
}

.terms-tips {
    color: #d23838;
    font-family: Inter;
    font-size: .32rem;
    font-weight: 400;
    margin: .10667rem 0;
}
.content_home p.terms-rule svg {
    width: .21333rem;
    height: .21333rem;
    vertical-align: middle;
    color:#61a9ff;
}

.content_home p.terms-rule span {
    margin-left: .06667rem;
    vertical-align: middle;
}
/* home page Design*/
/* Wingo page */
.curve-bg {
    background-image: var(--main_gradient-color);
    border-radius: 0 0 50px 50px;
    height: 270px;
}

.curve-bg, .game-content {
    /* position: absolute; */
    width: 100%;
}

.container {
    background-color: #22275B;
    min-height: 100vh;
    position: relative;
}

.balance-container {
    align-items: center;
    background-color: var(--mainText);
    border-radius: 20px;
    color: var(--themeBlack);
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    margin: 10px auto auto;
    padding: 0 20px;
    width: 93%;
}

.balance-container1 {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.balance-container .amt {
    font-size: 20px;
    font-weight: 700;
    gap: 20px;
}

.balance-container1 svg {
    left: 110%;
    position: absolute;
}

.balance-container2 {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    gap: 5px;
    justify-content: center;
    letter-spacing: 0;
    margin-top: 10px;
}

.balance-container3 {
    align-items: center;
    display: flex;
    font-family: Roboto, Inter, sans-serif;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.deposit-btn, .withdraw-btn {
    align-items: center;
    border-radius: 50px;
    color: var(--mainText);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    padding: 8px 25px;
    width: 40%;
}

.withdraw-btn {
    background-color: var(--main-color);
}

.deposit-btn a, .withdraw-btn a {
    color: var(--mainText);
}

.deposit-btn {
    background-color: #00ae50;
}

.game-header {
    background-image: linear-gradient(90deg, #2B3270, #383cbc);
    background-image: var(--main_gradient-color);
    color: #fff;
    color: var(--mainText);
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 102;
}

.game-header, .game-header-heading {
    align-items: center;
    display: flex;
    width: 100%;
}
.TimeLeft__C:before,.TimeLeft__C:after {
    background-color: #1c1e2f;
    border-radius: 100px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 20px;
    z-index: 10;
}

.TimeLeft__C:before {
    bottom: -19%;
}

.TimeLeft__C:after {
    top: 0;
}
.preiod, .timer {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    width: 50%;
}
.preiod {
    align-items: start;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
}

.preiod .m-text {
    font-weight: 700;
    margin-left: 5px;
}
.result-balls {
    justify-content: space-between;
    width: 100%;
}


.result-balls>div {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 0.66667rem;
}
.result-balls>div.n0 {
    background-image: url(../images/n0-30bd92d1.png);
}

.result-balls>div.n1 {
    background-image: url(../images/n1-dfccbff5.png);
}

.result-balls>div.n2 {
    background-image: url(../images/n2-c2913607.png);
}

.result-balls>div.n3 {
    background-image: url(../images/n3-f92c313f.png);
}

.result-balls>div.n4 {
    background-image: url(../images/n4-cb84933b.png);
}

.result-balls>div.n5 {
    background-image: url(../images/n5-49d0e9c5.png);
}

.result-balls>div.n6 {
    background-image: url(../images/n6-a56e0b9a.png);
}

.result-balls>div.n7 {
    background-image: url(../images/n7-5961a17f.png);
}

.result-balls>div.n8 {
    background-image: url(../images/n8-d4d951a4.png);
}

.result-balls>div.n9 {
    background-image: url(../images/n9-a20f6f42.png);
}
.timer {
    align-items: end;
    border-left: 1px dashed #ffffff73;
    justify-content: flex-end;
}
.timer .text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.counter-container {
    display: flex;
    margin: 7px 0 10px;
}
.counter-container, .counter-container>div {
    align-items: center;
    justify-content: center;
}
.counter-container>div {
    background-color: #2B3270;
    color: #fff;
    display: block;
    display: flex !important;
    font-size: 21px;
    font-weight: 700;
    height: 30px;
    margin: 0 3px;
    width: 20px;
}
.timer .preiod-id {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    font-family: Roboto, Inter, sans-serif;
}
.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: #fff;
    align-items: center;
}
.record_tabs {
    margin-top: 20px;
}

/* Wingo Page*/

/* Activity Page */

.game-header-heading {
    font-size: 1.2rem;
    justify-content: center;
    position: absolute;
}

.hero-header {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 67%;
    height: 300px;
    padding: 20px 10px;
    width: 100%;
}
.hero-div1, .hero-header {
    display: flex;
    flex-direction: column;
}
.hero-div1 {
    color: #fff;
    gap: 10px;
    width: 60%;
}
.hero-div1-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hero-div1-text {
    font-size: 14px;
    font-weight: 400;
}
.hero-div2 {
    background: #2B3270;
    border-radius: 10px;
    margin: auto;
    width: 93%;
}
.activity-tabs {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 15px 10px;
    width: 90%;
}
.activity-tab {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    width: 20%;
}
.activity-tab span {
    color: #fff;
    font-size: 13px;
    text-align: center;
}




/* Wallet */
.wallet-banner {
    align-items: center;
    background: -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
    color: var(--mainText);
    display: flex;
    flex-direction: column;
    height: 175px;
    justify-content: center;
    width: 100%;
}
.wallet-banner img {
    width: 45px;
}
.wallet-banner .balance {
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;
    font-size: 27px;
}
.fill {
    clipPath: circle(50% at 50% 50%);
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    width: 100%;
}
.fill, .space {
    border-radius: 50%;
    position: absolute;
}
.space {
    background-color: #2B3270;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.wallet-circle {
    align-items: center;
    border-radius: 200px;
    display: flex;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100px;
}
.wallet-circle .percent {
    color: var(--mainText);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-weight: 600;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mw {
    color: var(--mainText);
    font-size: 14px;
    letter-spacing: .2px;
    margin-top: 5px;
}
.ff-inter {
    font-family: Inter;
}
.money-management {
    justify-content: space-between;
    margin: 10px auto auto;
    width: 95%;
}
.img-btn, .money-management {
    align-items: center;
    display: flex;
}
.img-btn {
    flex-direction: column;
    gap: 10px;
    height: 100px;
    width: 23%;
}
.img-btn img {
    height: 65px;
    width: 65px;
}
.money-management .btn-txt {
    color: #768096;
    font-family: Inter;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}
.gamelist {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    margin: 20px auto auto;
    width: 92%;
    padding-bottom: 100px;
}
.gamelist-item {
    align-items: center;
    background-color: #2B3270;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 90px;
    justify-content: center;
    width: 97%;
}
.gamelist-item.active {
    background-image: var(--main_gradient-color);
}
.text-white {
    color: #fff !important;
}
.gamelist-item .amt {
    color: #768096;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 11px;
    font-weight: 600;
}
.gamelist-item .title {
    color: #b6bcc8;
    font-family: Inter;
    font-size: 13px;
    letter-spacing: .5px;
}
.wallet-banner .tb {
    font-family: Inter;
    font-size: 14.4px;
    margin-bottom: 20px;
}
.wallet-banner .total-container {
    align-items: center;
    display: flex;
    font-size: .7rem;
    gap: 50px;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
}
.transfer {
    background-color: #2B3270;
    border-radius: 10px;
    margin: 10px auto 100px auto;
    padding-bottom: 30px;
    width: 92%;
    font-size: 16px;
}
.circle-container {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 30px 10px 10px;
    width: 100%;
}
.wallet-banner .total-container .total-amt {
    font-size: 16px;
}
.wallet-banner .total-container .total-txt {
    font-size: 13px;
}
.settingPanel__container-items__title img {
    filter: hue-rotate(313deg);
}
/* Wallet */

/* Withdraw */
.Recharge__container .box{
        background: #fff;
    border: 0.05333rem solid #453cb8;
    border-radius: 0.13333rem;
    margin-bottom: 20px;
}
.Recharge__container .requiredBox .box {
    height: 1.06667rem;
    border: .02667rem solid #443cb8;
    border-radius: 0.13333rem;
    overflow: hidden;
}

.van-field__control::placeholder{
    color: rgb(117, 117, 117);
}
.bankadd-container {
    border-radius: 10px;
    margin: 15px auto auto;
    padding: 10px 0;
    width: 94%;
    font-size: 16px;
}
.bankadd-btn {
    align-items: center;
    color: #b6bcc8;
    display: flex;
    flex-direction: column;
    font-family: Inter;
    gap: 20px;
}
.bankadd-btn img {
    width: 60px;
}
.guid {
    color: var(--main-color);
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}
.guid, .withdraw-container {
    font-family: Inter;
    width: 94%;
}
.btn .link-btn {
    font-size: 16px;
}
.select_account {
    color: var(--main-color);
    font-size: 17px;
    padding: 5px 5px;
    border: 1px solid #6f33ad;
}
.w-rule-container {
    background-color: var(--themeBlack);
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 20px auto 10px;
    padding: 10px 25px;
    width: 100%;
    font-size: 16px;
    text-align: left;
}
.w-rule-container .list {
    margin-bottom: 20px;
    padding-left: 5px;
    position: relative;
}
.w-rule-container .list:before {
    background:#fff;
    border-radius: 1px;
    content: "";
    display: block;
    flex: none;
    height: 6px;
    left: -10px;
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
    width: 6px;
}
.w-rule-container .list span {
    color: #768096;
    font-size: 13px;
}
.text-red {
    color: #fff !important;
}
.form-container {
    margin-top: 40px;
}
.terms {
    font-family: inter;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    padding: 10px;
}
.links, .terms {
    margin: auto;
    width: 95%;
}
.sub-link {
    align-items: center;
    background-color: var(--themeBlack);
    border-radius: 10px;
    color: var(--mainText);
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    padding: 15px 20px;
    width: 100%;
}
.sub-link-txt {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
}
.pcode-dropdown ul li, .terms {
    color: #fff;
    color: var(--mainText);
}
.bankadd-container {
    border-radius: 10px;
    margin: 15px auto auto;
    padding: 10px 0;
    width: 94%;
}
.bank-item-inner {
    align-items: center;
    /*background-color: #2B3270;*/
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    padding: 10px;
    position: relative;
}

.bank-item-inner input[type="radio"]:checked + .bank-item-inner {
    background-color: #f0f8ff;
}

.bank-item:not(:last-child) {
    margin-bottom: 10px;
}
.bank-item.active .bank-item-inner {
    background: var(--main_gradient-color);
}
.bank-item .bank-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}
.bank-item #getUpiIdFrom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.bank-item .bank-icon img {
    width: 40px;
}
.bank-item .bank-name {
    font-size: 13px;
    margin-top: 3px;
    text-align: center;
}
.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.active .account-no,
.bank-item.active .bank-name{
    color: #fff;
}
.bank-item .left-arrow {
    width: 25px;
}
.size-box-10 {
    height: 10px;
    width: 100%;
}
/* Withdraw */

/* promotion */
.promotion-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    color: #fff;
    background: -webkit-linear-gradient(top, #374992 0%, #4675D2 100%);
    background: linear-gradient(180deg, #374992 0%, #4675D2 100%);
    padding-top: .6rem;
}
.promotion-container .info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 9.33333rem;
    min-height: 5.06667rem;
    background: #2B3270;
    border-radius: .26667rem;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.promotion-container .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: .2rem;
}
.promotion-container .info .head.u2 {
    border-left: .02667rem solid #fff;
    background-image: url(../images/u2-d1e8f4b7.png);
}
.promotion-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.86667rem;
    position: absolute;
    background-color: #22275b;
    bottom: 0;
    z-index: 1;
}

.promotion-container .info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    width: 9.33333rem;
    min-height: 5.06667rem;
    background: #2B3270;
    border-radius: .26667rem;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.promotion-containerr .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: .2rem;
}
.promotion-container .info .head {
    height: 1.06667rem;
    line-height: 1.06667rem;
    background-color: #374992;
    color: #fff;
    font-size: .34667rem;
    padding-left: 1.01333rem;
    background-image: url(../images/u1-ab4b4bb0.png);
    background-size: .64rem;
    margin-bottom: .2rem;
    background-repeat: no-repeat;
    background-position: .26667rem center;
}
.promotion-container .info .line1, .promotion-container .info .line2, .promotion-container .info .line3 {
    color: #acafc2;
    font-size: .29333rem;
    text-align: center;
    height: 1.33333rem;
    padding-top: .2rem;
}
.promotion-container .info .line1>div {
    color: #fff;
}
.promotion-container .info .line2>div {
    color: #49ce9b;
}


.ytc-amt {
    color: var(--mainText);
    font-family: Roboto, Inter, sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.ytc-text {
    height: .64rem;
    min-width: 3.41333rem;
    background: #759FDE;
    border-radius: .66667rem;
    line-height: .64rem;
    text-align: center;
    font-size: .34667rem;
    margin-bottom: .13333rem;
    white-space: nowrap;
    padding: 0 .33333rem;
}
.tip, .ytc-text {
    font-family: var(--font-family);
    font-weight: 400;
    padding: 5px 10px;
}
.tip {
    color: var(--mainText);
    font-size: 13px;
    margin-bottom: 10px;
}
.promo-table-container {
    width: 93%;
}
.table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table-row {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
}
.table-col {
    position: relative;
}
.table-col {
    font-size: 13px;
}
.table-row .table-col {
    display: block;
    text-align: center;
    width: 100%;
}
.border-s {
    border-left: 1px solid #fff;
    height: 100%;
}
.table-body {
    border-radius: 0 0 10px 10px;
}

.sub-num {
    font-size: 16px;
}
.sub-num, .sub-txt {
    color: var(--mainText);
}
.sub-txt {
    font-size: 12px;
}
.text-green {
    color: #00ae50 !important;
}
.sub-link-container {
    margin: auto;
    width: 95%;
    margin-top: 10px;
}
.filter {
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
    column-gap: 7px;
}
.filter input[type="date"] {
    width: calc(35% - 5px);
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #6760c3;
}
.filter input[type="button"] {
    width: calc(30% - 5px);
    background-color: #00ae50;
    border-radius: 5px;
    border: none;
    color: #fff !important;
}
.gift-history-container {
    background-color: var(--themeBlack);
    border-radius: 10px;
    height: 400px;
    margin: 20px auto;
    padding: 10px;
    width: 95%;
}
.gift-history-header {
    align-items: center;
    color: var(--mainText);
    display: flex;
    gap: 10px;
    width: 100%;
}
.promotion-data-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 10px auto;
    width: 95%;
}
.promotion-data {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 65px;
    justify-content: center;
    width: 100%;
}
.promotion-data .sub-txt {
    color: #768096;
    font-size: 13px;
    text-align: center;
}
/* promotion */
/* My Team */
.team_data_item .bd {
    padding: 7px;
    background-color: #423cb9;
    align-items: center;
    text-align: center;
}
.filter_data {
    text-align: center;
}
.team_data_item {
    color: #b3b2b2;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    align-items: center;
}
.myTeam .promotion {
    padding: 20px 10px;
}
.team_filer:not(.active){
    display:none;
}
.team_tabs {
    width: calc(100% - 0.69333rem);
    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;
    margin: 0.32rem auto 0.32rem;
}
.team_filters-wrapper {
    padding: 10px;
}
.team_tabs>a {
    width: calc((100% - 0.50667rem) / 3);
    height: 40px;
    background: #2B3270;
    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_filer {
    background: var(--themeBlack);
    padding: 0.24rem;
    border-radius: 0.13333rem;
    color: #fff;
}
.team_filer select.form-control {
    width: 100%;
    padding: 10px 10px;
    overflow: hidden;
    outline: none;
    background: #2B3270;
    color: #fff;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
}
/* My team*/

/* Settings */
.ac-banner {
    background: var(--main_gradient-color);
    border-radius: 0 0 50px 50px;
    height: 250px;
    width: 100%;
}
.ac-balance-card {
    background-color: var(--themeBlack);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: 25px auto auto;
    padding: 20px 15px;
    width: 94%;
}
.ac-link {
    align-items: center;
    border-bottom: .5px solid #e1e1e131;
    display: flex;
    justify-content: space-between;
    padding: 18px 10px;
    width: 100%;
}
.avatar-img {
    border-radius: 200px;
    height: 65px;
    width: 65px !important;
}
.ac-link img {
    filter: hue-rotate(313deg);
    margin-right: 5px;
    /*width: 30px;*/
}
.ac-link span {
    color: var(--mainText);
}
.s-i {
    align-items: center;
    border-left: 2px solid var(--main-color);
    display: flex;
    font-size: 17px;
    font-weight: 700;
    justify-content: start;
    margin: auto;
    padding-left: 5px;
    width: 93%;
}
.ac-link-container {
    background-color: var(--themeBlack);
    border-radius: 10px;
    margin: auto;
    width: 93%;
    margin-bottom: 90px;
}
/* Settings */

/* Support */
.support-banner {
    align-items: end;
    background-image: var(--main_gradient-color2);
    display: flex;
    height: 165px;
    justify-content: center;
    width: 100%;
}
.support-banner img {
    width: 290px;
}
.sub-link-logo {
    width: 30px;
}
/* Support */

/* Submit issues */
.issue-container {
    margin: auto;
    width: 90%;
}
.mt-2 {
    margin-top: 20px !important;
}
.input-group {
    align-items: center;
    background: #2B3270;
    background: var(--themeBlack);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
textarea {
    color: #9195a3;
    color: var(--lightText);
}
.password {
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 6% 50%;
}
.d-input {
    background-color: #2B3270;
    background-color: var(--themeBlack);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    height: 45px;
    outline: none;
    padding: 15px;
    width: 100%;
}
input {
    color: #9195a3 !important;
    color: var(--lightText) !important;
}
input::placeholder{color: #fff;}


input[type="file"] {
    font-size: 13px;
}
.make-att-btn {
    margin: 70px auto;
    width: 70%;
}
.make-att-btn .link-btn {
    display: block;
    width: 100%;
    outline:0;
    cursor:pointer;
    border:none;
}
.list-container {
    margin: auto;
    width: 90%;
}
.empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.noData {
    margin: auto;
    opacity: .2;
    width: 200px;
}
.select_box {
    margin: 20px 0 0;
}
.select_box select {
    width: 100%;
    border: 1px solid #d01f95;
    border-radius: 3px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: #2B3270;
    color: #efefef;
}
.issue {
    align-items: start;
    background-color: #2B3270;
    background-color: var(--themeBlack);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    padding: 20px 10px;
    width: 100%;
}
.issue h5 {
    color: #9195a3;
    color: var(--lightText);
    font-size: 11px;
}
.issue h5, .issue p {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.issue .footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
}
.login-time {
    color: #b6bcc8;
}
.login-time, .noti-msg {
    font-size: 13px;
    margin-top: 20px;
}
.footer .status {
    align-items: center;
    background-color: #181a53;
    background-color: var(--mainBgColor); 
    border-radius: 2px;
    color: #fff;
    color: var(--mainText);
    display: flex;
    font-size: 11px;
    gap: 5px;
    justify-content: center;
    padding: 2px 10px;
}
/* Submit Issues*/


/* 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%);
}
@media (min-width: 501px) {
    .captcha_box{
        max-width: 10rem;
    }
}

.captcha {
    -webkit-user-select: none;
    user-select: none;
    margin-right: auto;
    margin-left: auto;
}
.captcha__main {
    background: rgb(244, 245, 246);
}
.captcha_background {
    width: 100%;
}
.captcha_slider {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}
.captcha__bar {
    position: relative;
    width: 100%;
    margin-top: .06667rem;
    overflow: hidden;
    text-align: center;
}
.captcha_progress_bar {
    position: absolute;
    width: 0;
}
/* Captcha */

/* Bank page */
.notice {
    align-items: center;
    background-color: var(--themeBlack);
    border-radius: 100px;
    color: var(--main-color);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 5px;
    margin: 10px auto auto;
    padding: 5px 15px;
    width: 94%;
}
.notice img {
    width: 20px;
}
.bank-input-label {
    align-items: center;
    color: var(--mainText);
    display: flex;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    margin: 40px auto auto;
    width: 92%;
}
.select-container {
    gap: 10px;
    margin: 10px auto auto;
    width: 93%;
}
.select, .select-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.bank-select select {
    background-image: var(--main_gradient-color);
    border-radius: 10px;
    color: var(--mainText);
    padding: 12px 15px;
    width: 100%;
    border: 1px solid var(--main_gradient-color);
    outline: none;
}
.select-container .select {
    width: 100%;
}
.bank-select select option {
    color: #121212;
}
.bank-input-container {
    background-color: var(--themeBlack);
    border-radius: 5px;
    color: var(--mainText);
    height: 45px;
    margin: 10px auto auto;
    width: 93%;
}
.bank-input-container input {
    border: none;
    border-radius: 5px;
    color: var(--mainText);
    height: 100%;
    outline: none;
    padding: 5px 15px;
    width: 100%;
}
.bank-submit-btn {
    margin: 20px auto auto;
    width: 93%;
}
/* bank Page */

/* Deposite Page */
.recharge_input .van-cell.van-field.amount-input {
    background: var(--themeBlack);
}
.instructions-wrapper {
    padding: 0 0.32rem 0.32rem;
}
/* Deposite Page */

/* Thirparty Game 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;
}
/* Thirparty Game Popup*/

/* Popup */
.msg_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}
.prompt-dialog {
    width: 8.29333rem;
    height: 12.4rem;
    border-radius: .2rem;
    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: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: none;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    padding-bottom: 100px;
}
.prompt-dialog .van-dialog__footer button:before {
    display: none;
}
.prompt-dialog .van-dialog__content {
    position: relative;
    width: 100%;
}
.prompt-dialog .promptHeader {
    background: #2b3270;
    text-align: center;
    height: 1.17333rem;
    width: 8.29333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem;
    box-sizing: border-box;
}
.prompt-dialog .van-dialog__content {
    position: relative;
    width: 100%;
    height: 100%;
}
.prompt-dialog .promptContent {
    height: 9.33333rem;
    width: 8.29333rem;
    padding: .4rem .26667rem;
    overflow-y: auto;
    background: #2b3270;
    text-align: center;
}

.prompt-dialog .promptContent h2 span {
    background-color: rgb(255, 255, 0);
}

.prompt-dialog .promptContent p {
    color: #fff;
}

.prompt-dialog .van-dialog__footer {
    z-index: 100;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    gap: .26667rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 3px #474444;
    padding: 10px;
}
.prompt-dialog .van-dialog__footer button{
    color: #fff;
    width: 80%;
    height: .93333rem;
    text-align: center;
    line-height: .93333rem;
    background: var(--main_gradient-color);
    border-radius: 1.06667rem;
    z-index: 100;
    font-weight: 700;
    font-size: .42667rem;
    font-family: Inter;
    font-style: normal;
    letter-spacing: .06667rem;
}

.prompt-dialog .van-dialog__footer:after {
    display: none;
}
.prompt-dialog .promptContent p b[style] {
    color: #000;
}
/* Popup */
/* Deposite Popup */
.deposite_popup .van-dialog__header {
    padding-top: 0;
    width: 100%;
}

.deposite_popup .header {
    min-height: 1.86667rem;
    background-color:#2B3270;
    color: #fff;
    padding-top: .33333rem;
    border-radius: .26667rem .26667rem 0 0;
}

.deposite_popup .header .title {
    font-size: .37333rem;
}

.deposite_popup .header .tip {
    font-size: .29333rem;
    font-weight: 400;
    margin-top: .26667rem;
    margin-bottom: 0;
}

.deposite_popup .container {
    padding: .26667rem .13333rem;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
    min-height: auto;
    position: static;
}

.deposite_popup .first_list-item {
    padding: .26667rem;
    border-radius: .26667rem;
    background: #eeeeee;
}

.deposite_popup .first_list-item .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .18667rem;
    color: #121212;
}

.deposite_popup .description {
    font-size: .29333rem;
    color: #4c35b7;
    margin-bottom: .26667rem;
}

.deposite_popup .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.deposite_popup .progress {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 26px;
    border-radius: 16px;
    background:var(--main_gradient-color);
}
.deposite_popup .progress .line {
    background: #dd9138;
    height: 16px;
    border-radius: 16px;
}

.deposite_popup .step {position: absolute;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translate(-50%) translateY(-50%);color: #f0f1f5;}

.deposite_popup .btn {
    width: 2.13333rem;
    min-height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    font-size: .32rem;
    margin-left: .56rem;
    border-radius: .13333rem;
    padding: 0 .13333rem;
}

.deposite_popup .btn.n2 {
    border: .01333rem solid #2B3270;
    color: #2B3270;
}

.deposite_popup .first_list-item:not(:first-child) {
    margin-top: .26667rem;
}
.deposite_popup .first_list-item .head .title span {
    color:#2B3270;
}

.first_list-item .orange {
   color: #4a36b8;
}

/* Deposite Popup */

 /*chart css*/
.Trend__C-body2 {
    font-size: .32rem;
    background-color:#fff;
}
.Trend__C-body2>div {
       height: 1.33333rem;
    padding: .45333rem .26667rem;
    background: #2a306e;
    color: #fff;
    border-top: 1px solid #2a306e;
}
.Trend__C-body2-IssueNumber {
    color: #768096;
    text-align: left;
}
.Trend__C-body2-Num {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: .42667rem;
}
.Trend__C-body2-Num-item{
    border: .01333rem solid #b6bcc8;
    color: #b6bcc8;
    margin-right: .10667rem;
}
.Trend__C-body2-Num>div{
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: 50%;
}
.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;
}
.Trend__C-body2-Num-BS {
    color:#fff;
    background: #6da7f4;
    margin-left: .24rem;
}
.Trend__C-body2-Num-BS.isB {
    background:#feaa57;
}
.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);
}
.Trend__C-body2 .line-canvas{
    position: absolute;
    top: 50%;
    left: 0; 
    height: 1.33333rem;
    width: calc(100% - .64rem);
    z-index: 9;
}
/*end chart css*/
/* TRX Page */
.trx-preiod {
    color: var(--mainText);
    display: flex;
    font-size: 11px;
    font-weight: 400;
    justify-content: space-between;
    width: 100%;
}
.trx-timer {
    align-items: center;
    background-image: var(--main_gradient-color2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 210px;
    justify-content: space-between;
    margin: auto;
    padding: 20px 10px 10px;
    width: 98%;
}
.text-box {
    border: .5px solid #fff;
    border-radius: 5px;
    padding: 7px 10px;
}
.text-box {
    padding: 3px 7px !important;
}
.trx-preiod .htp {
    align-items: center;
    background-color: var(--themeBlack);
    border-radius: 20px;
    color: var(--main-color);
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 5px 10px;
}
.trx-result-balls, .trx-timer-top {
    height: 50%;
    width: 100%;
}
.text-box {
    padding: 3px 7px !important;
}
.trx-timer-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
    width: 100%;
}
.trx-preiod-id {
    color: var(--mainText);
    font-size: 14.4px;
    font-weight: 500;
    letter-spacing: 1px;
}
.dt-text {
    font-weight: 700;
}
.trx-timer-content .dt-text {
    color: var(--mainText);
    font-size: 11px;
}
.trx-counter-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 7px 0 10px;
}
.trx-counter-num {
    border: .5px solid #fff;
    border-radius: 3px;
    color: var(--mainText);
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 28px;
    margin: 0 3px;
    width: 25px;
    justify-content: center;
    align-items: center;
}
.num-bg, .trx-counter-num {
    align-items: center;
    display: flex;
    justify-content: center;
}
.trx-result-balls {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.trx-result-balls img {
    filter: saturate(1.7);
    height: 60px;
    width: 60px;
}
.trx-game-history-header {
    background-color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
    padding: 14px 15px;
}
.trx-game-history-header, .trx-history-item {
    align-items: center;
    border-radius: 5px 5px 0 0;
    color: var(--mainText);
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    width: 100%;
}
.game-history-content {
    background-color: var(--themeBlack);
    display: flex;
    flex-direction: column;
    width: 100%;
}
.trx-game-history-header, .trx-history-item {
    align-items: center;
    border-radius: 5px 5px 0 0;
    color: var(--mainText);
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    width: 100%;
}
.trx-history-item {
    font-family: var(--font-family);
    font-size: 13.6px;
    font-weight: 400;
    height: 50px;
    padding: 14px 10px;
}
.chart-item {
    border-bottom: .1px solid var(--themeBlack);
    border-radius: 5px 5px 0 0;
    color: var(--mainText);
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    justify-content: space-between;
    letter-spacing: 0;
    padding: 14px 10px;
    width: 100%;
    z-index: 1;
}
.chart-item, .chart-item span {
    align-items: center;
    display: flex;
}
    .chart-item span:first-child {
    width: 30%;
}
.nums {
    gap: 4px;
    justify-content: space-between;
    width: 100%;
}
.nums, .nums div, .size-num {
    align-items: center;
    display: flex;
}
.nums, .nums div, .size-num {
    align-items: center;
    display: flex;
}
.nums div, .size-num {
    border: .5px solid #9195a3;
    border-radius: 20px;
    color: #9195a3;
    font-size: 12px;
    height: 15px;
    justify-content: center;
    width: 15px;
}
.bg-small {
    background-color: #3b90ff !important;
}
.num-bg, .size-text-box {
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
}
.size-text-box {
    align-items: center;
    color: var(--mainText);
    display: flex;
    height: 18px;
    justify-content: center;
    width: 18px;
}
/* TRX Page*/

/* 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: #9195a3;!;
    border-radius: .13333rem;
    background: var(--themeBlack);
    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(--mainText);
    display: block;
    font-weight: 700;
    margin: 30px 0 10px;
    padding-left: 5px;
}
.gamesList__container {
    padding-left: 15px;
    padding-right: 15px;
}
.alGames__container-sticky .slider {
    margin-bottom: 0px;
}
/* All Games*/

/* First page */
.firs-load {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.firs-load-wrapper{
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.firs-load-inner {
    width: 10rem;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
    margin: 0;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --van-black: #000;
    --van-white: #fff;
    --van-gray-1: #f7f8fa;
    --van-gray-2: #f2f3f5;
    --van-gray-3: #ebedf0;
    --van-gray-4: #dcdee0;
    --van-gray-5: #c8c9cc;
    --van-gray-6: #969799;
    --van-gray-7: #646566;
    --van-gray-8: #323233;
    --van-red: #ee0a24;
    --van-blue: #1989fa;
    --van-orange: #ff976a;
    --van-orange-dark: #ed6a0c;
    --van-orange-light: #fffbe8;
    --van-green: #07c160;
    --van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);
    --van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);
    --van-primary-color: var(--van-blue);
    --van-success-color: var(--van-green);
    --van-danger-color: var(--van-red);
    --van-warning-color: var(--van-orange);
    --van-text-color: var(--van-gray-8);
    --van-text-color-2: var(--van-gray-6);
    --van-text-color-3: var(--van-gray-5);
    --van-active-color: var(--van-gray-2);
    --van-active-opacity: .6;
    --van-disabled-opacity: .5;
    --van-background: var(--van-gray-1);
    --van-background-2: var(--van-white);
    --van-background-3: var(--van-white);
    --van-padding-base: 4px;
    --van-padding-xs: 8px;
    --van-padding-sm: 12px;
    --van-padding-md: 16px;
    --van-padding-lg: 24px;
    --van-padding-xl: 32px;
    --van-font-bold: 600;
    --van-font-size-xs: 10px;
    --van-font-size-sm: 12px;
    --van-font-size-md: 14px;
    --van-font-size-lg: 16px;
    --van-line-height-xs: 14px;
    --van-line-height-sm: 18px;
    --van-line-height-md: 20px;
    --van-line-height-lg: 22px;
    --van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;
    --van-duration-base: .3s;
    --van-duration-fast: .2s;
    --van-ease-out: ease-out;
    --van-ease-in: ease-in;
    --van-border-color: var(--van-gray-3);
    --van-border-width: 1px;
    --van-radius-sm: 2px;
    --van-radius-md: 4px;
    --van-radius-lg: 8px;
    --van-radius-max: 999px;
    --mainText: #fff;
    --lightText: #9195a3;
    --lightBg: #ffffff40;
    --themeBlack: #2B3270;
    --mainBgColor: #181a53;
    --bgColor: #1c1e2f;
    --overlayBgColor: #2B3270b0;
    --main-color: #2B3270;
    --main-color2: #383cbc;
    --main_gradient-color: linear-gradient(90deg, var(--main-color) 0%, var(--main-color2) 100%);
    --main_gradient-color2: linear-gradient(180deg, var(--main-color2) 0%, var(--main-color) 100%);
    --font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --mainText: #fff;
    --lightText: #9195a3;
    --lightBg: #ffffff40;
    --themeBlack: #2B3270;
    --mainBgColor: #181a53;
    --bgColor: #1c1e2f;
    --overlayBgColor: #2B3270b0;
    --main-color: #2B3270;
    --main-color2: #383cbc;
    --main_gradient-color: linear-gradient(90deg, var(--main-color) 0%, var(--main-color2) 100%);
    --main_gradient-color2: linear-gradient(180deg, var(--main-color2) 0%, var(--main-color) 100%);
    --font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --mainText: #fff;
}

.van-theme-dark {
    --van-text-color: #f5f5f5;
    --van-text-color-2: #707070;
    --van-text-color-3: #4d4d4d;
    --van-border-color: #3a3a3c;
    --van-active-color: #3a3a3c;
    --van-background: #000;
    --van-background-2: #1c1c1e;
    --van-background-3: #37363b
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: var(--van-base-font)
}

a {
    text-decoration: none
}

html {
    font-size: 54px !important;
}

input,button,textarea {
    color: inherit;
    font: inherit
}

a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus {
    outline: none
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: vant-icon;
    src: url("../fonts/vant-icon-db1de1.woff2") format("woff2"), url("../fonts/vant-icon-db1de1.woff") format("woff"), url("../fonts/vant-icon-db1de1.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: auto;
}

@-webkit-keyframes van-slide-up-enter {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes van-slide-up-enter {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes van-slide-up-leave {
    to {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes van-slide-up-leave {
    to {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes van-slide-down-enter {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes van-slide-down-enter {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@-webkit-keyframes van-slide-down-leave {
    to {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes van-slide-down-leave {
    to {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@-webkit-keyframes van-slide-left-enter {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes van-slide-left-enter {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes van-slide-left-leave {
    to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes van-slide-left-leave {
    to {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes van-slide-right-enter {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes van-slide-right-enter {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes van-slide-right-leave {
    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes van-slide-right-leave {
    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes van-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes van-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html, body {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #181a53;
}

img {
    max-width: 100%;
    height: auto;
}

#app {
    width: 10rem;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    background:#22275B;
}

.content_home {
    font-family: bahnschrift;
    padding-bottom:3rem;
    padding-inline: .32rem;
}

.navbar__content {
    position: relative;
    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;
    height: 1.22667rem;
}

.navbar {
    height: 1.22667rem;
    z-index: 100;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}
.inner_logo {
    text-align: center;
    width: 100%;
}
.inner_logo img {
    max-width: 130px;
    width: 100%;
}

.navbar-fixed.main-header {
    background: #2b3270;
}
.navbar__content-left {
    position: absolute;
    left: 0.32rem;
    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;
    height: 100%;
    top: 0;
}

.navbar__content-left img {
    filter: saturate(1.3);
    height: 80%;
}

.navbar__content-right {
    position: absolute;
    right: 0.32rem;
}
.content__right {
    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;
}

@keyframes ripple {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.content__right .message {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.content__right .message img {
    width: 0.64rem;
    height: 0.64rem;
}

.content__right .down {
    font-size: .53333rem;
    margin-top: -0.13333rem;
    width: 0.64rem;
    height: 0.64rem;
    margin-left: 0.64rem;
}

.slider {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.slider img {
    border-radius: 10px;
}

.noticeBar__container {
    background-color: #2B3270;
    border-radius: 100px;
    color: #fff;
    overflow: hidden;
    padding: 5px 7px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

svg {
    height: 100%;
}

.noticeBar__container>svg {
    width: 0.42667rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: auto;
    margin-right: 0.22667rem;
}

.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;
    padding: 0;
    position: relative;
    border: none;
    background: transparent;
}
.noticeBar__container button svg {
    width: .64rem;
    height: .64rem;
}


.home_container {
    padding: 0 0.34667rem;
}

.lotterySlotItem {
    position: relative;
    width: 100%;
    height: 3.90667rem;
    text-align: end;
    margin-bottom: 0.85333rem;
    border-radius: 0.34667rem;
    background: #f4f5f8;
    box-shadow: 0 0.05333rem 0.10667rem #c5c5da42;
    border-radius: 26px;
}

.lotterySlotItem .lottery {
    width: 100%;
    height: 2.78667rem;
    position: relative;
}

.lotterySlotItem .lottery .lottery_bg {
    width: 100%;
    height: 2.78667rem;
}

.lotterySlotItem .lottery .lottery_logo {
    width: 2.66667rem;
    height: 2rem;
    position: absolute;
    right: -0.13333rem;
    top: -0.34667rem;
}

.lotterySlotItem .lottery span {
    position: absolute;
    top: 0.46667rem;
    left: 0.4rem;
    color: #fff;
    white-space: break-spaces;
    font-weight: 700;
    font-size: .56rem;
}

.lotterySlotItem .lottery h4 {
    color: #f4f5f8;
    font-weight: 400;
    font-size: .29333rem;
    position: absolute;
    bottom: 0.26667rem;
    left: 0.4rem;
    white-space: pre-wrap;
    text-align: left;
    line-height: .46667rem;
}

.win_info {
    height: 1.12rem;
    overflow: hidden;
}

.win_info .win_item {
    background: #f4f5f8;
    color: #000;
    font-size: .32rem;
    height: 1.12rem;
    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;
}

.win_info .win_item .left {
    margin-left: 0.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-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.win_info .win_item .left img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.29333rem;
}

.win_info .win_item .right {
    margin-right: 0.32rem;
}



.luckyWinners__container-wrapper {
    overflow: hidden;
    padding-bottom: 20px;
}

.luckyWinners__container-wrapper__item-img {
    margin-right: 0.17333rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.luckyWinners__container-wrapper__item-img img {
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: 50%;
}

.luckyWinners__container-wrapper__item-info {
    width: 2.24rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.luckyWinners__container-wrapper__item-info h1 {
    color: #243047;
    font-size: .32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.luckyWinners__container-wrapper__item .gameTypeImg {
    width: 1.68rem;
    height: 1.09333rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    background: -webkit-linear-gradient(324.57deg,#ff8e89 12.38%,#ffc3a2 87.13%);
    background: linear-gradient(125.43deg,#ff8e89 12.38%,#ffc3a2 87.13%);
    border-radius: 0.21333rem;
    box-shadow: 0 -0.05333rem 0.13333rem #fff6f4 inset;
}

.dailyProfitRank {
    padding: 0.66667rem 0.34667rem 0.13333rem;
}

.dailyProfitRank h1 {
    position: relative;
    margin-bottom: 1.89333rem;
    padding-left: 0.26667rem;
    font-size: .48rem;
    font-weight: 700;
}

.dailyProfitRank h1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.4rem;
    background: #f64646;
}

.dailyProfitRank__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dailyProfitRank__content-topThree {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    width: 100%;
    height: 3.33333rem;
    z-index: 1;
    margin-bottom: -0.2rem;
    background: url(../images/stage-e295dd3e.png) no-repeat center center/100% 100%;
}

.dailyProfitRank__content-topThree__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 3rem;
    height: 3.46667rem;
}

.dailyProfitRank__content-topThree__item>div:first-of-type {
    position: relative;
    display: grid;
    place-items: center;
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    min-height: 1.6rem;
    border-radius: 50%;
    overflow: hidden;
}

.dailyProfitRank__content-topThree__item>div:first-of-type>img {
    width: calc(100% - 0.06667rem);
    height: calc(100% - 0.06667rem);
}

.dailyProfitRank__content-topThree__item>div:last-of-type {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1.78667rem;
    height: 1.82667rem;
}

.dailyProfitRank__content-topThree__item>div:last-of-type img:first-of-type {
    position: relative;
    top: -0.33333rem;
    left: -0.25333rem;
    width: 1.14667rem;
}

.dailyProfitRank__content-topThree__item>div:last-of-type img:last-of-type {
    width: 1.78667rem;
    height: 0.42667rem;
}

.dailyProfitRank__content-topThree__item>span:first-of-type {
    margin-block: 18% 8%; font-size: .32rem;
    width: 2.66667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dailyProfitRank__content-topThree__item>span {
    color: #fff;
    padding: 0 0.13333rem;
    text-align: center;
}

.dailyProfitRank__content-topThree__item>span:last-of-type {
    width: 2.66667rem;
    height: 0.66667rem;
    padding: 0.17333rem 0.18667rem;
    font-size: .32rem;
    line-height: .32rem;
    text-align: center;
    border-radius: 9rem;
    background: -webkit-linear-gradient(left,#f13f39 21.43%,#ff7267 100%);
    background: linear-gradient(90deg,#f13f39 21.43%,#ff7267 100%);
}

.dailyProfitRank__content-topThree__item:nth-child(2) {
    right: 0.10667rem;
}

.dailyProfitRank__content-topThree__item:nth-child(3) {
    left: 0.16rem;
}

.dailyProfitRank__content-list {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.21333rem;
    width: 100%;
}

.dailyProfitRank__content-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 1.36rem;
    padding: 0.14667rem 0.25333rem 0.14667rem 0.44rem;
    background: #fff;
    border-radius: 0.13333rem;
    box-shadow: 0 0.05333rem 0.21333rem 0.02667rem #d0d0ed5c;
}

.dailyProfitRank__content-list__item span.left-rank {
    margin-right: 0.41333rem;
    color: #9ea3ad;
    font-size: .48rem;
    font-weight: 500;
}

.dailyProfitRank__content-list__item img {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-right: 0.17333rem;
    border-radius: 50%;
}

.dailyProfitRank__content-list__item span.middle-name {
    color: #243047;
    font-size: .32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 2.66667rem;
}

.dailyProfitRank__content-list__item span.right-box {
    line-height: .66667rem;
    width: 3.46667rem;
    height: 0.66667rem;
    margin-left: auto;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    border-radius: 9rem;
    background: -webkit-linear-gradient(left,#f13f39 21.43%,#ff7267 100%);
    background: linear-gradient(90deg,#f13f39 21.43%,#ff7267 100%);
}
.customer {
    position: fixed;
    bottom: 2.4rem;
    right: 0.4rem;
    width: 1.49333rem;
    height: 1.49333rem;
    border-radius: 50%;
    z-index: 100;
}
.tabbar__container {
    position: fixed;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 10rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    height: 1.96rem;
    padding-block: 0 10px;
    font-size: .29333rem;
    background: url(../images/tabBarBg-301df93c.png) no-repeat top center / cover;
    z-index: 100;
}
.tabbar__container-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: .11707rem;
    color: #769fde;
}
.tabbar__container-item:nth-of-type(3) {
    position: relative;
}
.tabbar__container-item:nth-of-type(3) svg {
    position: relative;
    top: -.4rem;
    width: .7504rem;
    height: .65rem;
    z-index: 3;
}
.tabbar__container-item:nth-of-type(3) .promotionBg {
    position: absolute;
    left: 50%;
    bottom: .53333rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%);
    background: #fff;
    width: 1.46667rem;
    height: 1.46667rem;
    border-radius: 50%;
    box-shadow: 0 -.08rem .16rem #d0d0ed80;
    z-index: 2;
}
.tabbar__container-item>div {
    background-size: 0.64rem;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 0.74667rem;
    min-width: 0.64rem;
    text-align: center;
}
.tabbar__container-item:nth-of-type(3) .promotionBg:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(top, #3C9CF6 0%, #4DD8EF 100%);
    background: linear-gradient(180deg, #3C9CF6 0%, #4DD8EF 100%);
}
.tabbar__container-item.active {
    color: #43b5ec;
}
.tabbar__container-item svg {
    display: block;
    width: .57333rem;
    height: .58667rem;
}


svg.svg-icon.icon-saveWallet {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.30667rem;
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--van-overlay-z-index);
    width: 100%;
    height: 100%;
    background: var(--van-overlay-background);
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: var(--van-popup-background);
    -webkit-transition: var(--van-popup-transition);
    transition: var(--van-popup-transition);
    -webkit-overflow-scrolling: touch;
}

.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%;
}

.van-popup--center {
    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%);
}

.van-dialog {
    top: 45%;
    width: var(--van-dialog-width);
    overflow: hidden;
    font-size: var(--van-dialog-font-size);
    background: var(--van-dialog-background);
    border-radius: var(--van-dialog-radius);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: var(--van-dialog-transition);
    transition: var(--van-dialog-transition);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    width: 8.29333rem;
    height: 12.4rem;
    border-radius: 0.26667rem;
    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: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 2001;
}

.van-dialog__content {
    position: relative;
    width: 100%;
}

.van-dialog__content .promptHeader {
    background: url(https://damangames.in../images/promp_bg-c1dabf59.png) no-repeat center center/100% 100%;
    text-align: center;
    height: 1.17333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem;
}

.van-dialog__content .promptHeader:before {
    content: "";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJASURBVHgB7ZdNTsMwEIXHLkj8LcoCIVaEG9BcADgBcALaE7QsWQBFgjXlBJQTUE4AJyDcgKzZ0BVIIGzepE4IIW0d2opG9JNGduOx45eZTFyiCRPGFq11FXZO/wEIdfQXju08SfllJ9YvkyV5Frwd62/QX/PieVXYSN6vRDqHFG3mjiTCr57nYFcNWC3oD5/NlGs1smCKRsCHUjtSiKCvlCqjqVNGTCHiDEmL3HrKtWPMSUvtNqwihOCWRHL06fT0UijVXjo62idLOIosUpjNYfE9NI4Z9rGRq9BXStmcLZX8fmtiDovyaDjsYk8t7kQRfjo7W6fOd62sER0IL6J/s3x42Oq3GkcRET3uMuyI2Bh8ualTHzDnAffnhz5IHeConoRimegd1p2UKEe/0Ydj1WLRIGqY/2Dhese+ZAnu30CzBvMpOz6sZNaIiASr9/cfKfxRKFTIAk7Redct4SGddPNRWl/Mue6WTTrHwYZ9GIu+yDCNfVmsnxyIBM90wv+NlYMDnzIwLWXX9C9I2aABwOa5Cl9ZuDbZNyxSSSLBi/V6G1Go4A3bCloYZeQtvXoGaBQ1GpxVCx+n16CgIfJ6f3+Ld3lTc7YghQW3QgRFB9dukPa/Fm0OFs8WrhzZtW4RHup3mKs6BBKq/P6C6wZFDJ+sFrLlGoM2Ra0XaQ8rFBX/VheNb5PyDB7mdeIoyb+L5pjZTIzdUp4xwkKeYbUUn5oZC32sztZjiRH8CPN6/fc10X7MvWAmi4Dci50wwZ5Pgw1cEb3Yvd4AAAAASUVORK5CYII=) no-repeat center center/100% 100%;
    width: 0.8rem;
    height: 0.32rem;
    margin-right: 0.13333rem;
}

.van-dialog__content .promptHeader:after {
    content: "";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJESURBVHgB7ZdNTvMwEIbHLp/0/S3KAiFWhBvQXAA4AXAC2hO0XbIAigRr4ASUEwAngBMQbkDWbOgKJBA276R2CVHSOLRFCvSRRp56JrEnY49doilTBmitm5Aj+gkgUE+/41FJkQV8N2J6nUpKkYDXY/oKfWcSy9lSpQnwGARNyMTqhGuGV1P6WjRmnoLAw9c9hrQifQLMWMUUIv6yaZlbTunbwzNpS7sHaQghelSQV6U2pBCRrpSqo+nQmBFWweQ5qIDGwyYCvshz4ixykMJ8ZDyzhcYz5hBzOrO+Usrun1otJEfuDw5OhVK9ud3ddrx/kGEMdosB2DjK/uGs7rsEy3AWkdG9DLMnYjb4ctOhHO4PD5epf1+oa6wWBF6Ffjm/sxPN6cMexgDHaJYgIRUnhNTMO5zgrGmiWwfXa/Z18CPd32r1wW/omFNzMGbyARhDCAd9Qu6wLwcbFniGeIn+8/0aJrWf5aO0Pvnr+2uuy1m9vLSTfa+VSsPqmVUak+cqfEb5dNn3M0XK8kvKzC1QkdJ5xTC/+9vqAwvb26HV846lRcrHoxF5Tj8FIjSKGhVgttPpYVU0sOPXohYSt4vMgfoXiwfKh7/o0igZfrq5ucLeW9X8Lixhwa0QUfFE3yWWfaGghzEzxJY2iA0qflZXjW+XPglXUQRIqKrt/74fFTEcWRfIzjmMLkVtdDCJ88RVkn9XzTWzm7BdUZkxgVkeIK0Un5axWZ+J3K2/BBPwHSQY9t/XZPuu9AEzRQIofbBTppSXNzWCXBHkhhdcAAAAAElFTkSuQmCC) no-repeat center center/100% 100%;
    width: 0.8rem;
    height: 0.32rem;
    margin-left: 0.13333rem;
}

.van-dialog__content .promptContent {
    height: 9.33333rem;
    padding: 0.4rem 0.26667rem;
    overflow-y: auto;
}

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: var(--van-button-default-height);
    margin: 0;
    padding: 0;
    font-size: var(--van-button-default-font-size);
    line-height: var(--van-button-default-line-height);
    text-align: center;
    border-radius: var(--van-button-radius);
    cursor: pointer;
    -webkit-transition: opacity var(--van-duration-fast);
    transition: opacity var(--van-duration-fast);
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
}

.van-button--default {
    color: var(--van-button-default-color);
    background: var(--van-button-default-background);
    border: var(--van-button-border-width) solid var(--van-button-default-border-color);
}

.van-button--large {
    width: 100%;
    height: var(--van-button-large-height);
}

.van-dialog__confirm, .van-dialog__cancel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: var(--van-dialog-button-height);
    margin: 0;
    border: 0;
    border-radius: 0;
}

.van-dialog__confirm, .van-dialog__confirm:active {
    color: var(--van-dialog-confirm-button-text-color);
}

[class*=van-hairline]:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid var(--van-border-color);
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.van-hairline--top:after {
    border-top-width: var(--van-border-width);
}

.van-hairline--top:after {
    border-top-width: var(--van-border-width);
}

.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: var(--van-black);
    border: inherit;
    border-color: var(--van-black);
    border-radius: inherit;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    content: " ";
}

.van-button__content {
    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;
    height: 100%;
}

.van-button__content:before {
    content: " ";
}

.changlongEnter {
    position: fixed;
    z-index: 99;
    width: 1.49333rem;
    height: 1.49333rem;
    background-image: url(../images/changlong-cc238d3c.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.49333rem;
    bottom: 4.26667rem;
    right: 0.4rem;
    box-shadow: 0 0.02667rem 0.48rem #cbcadc8f;
    border-radius: 50%;
}

.point {
    width: 0.13333rem;
    height: 0.13333rem;
    background-color: red;
    position: relative;
    border-radius: 50%;
}

.point-flicker:before {
    background-color: #00a8fd33;
}

.point-flicker:before, .point-flicker:after {
    content: "";
    width: 0.21333rem;
    height: 0.21333rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.10667rem;
    margin-top: -0.10667rem;
    border-radius: 50%;
    -webkit-animation: warn-d6fe61e8 1.5s ease-out 0s infinite;
    animation: warn-d6fe61e8 1.5s ease-out 0s infinite;
}

.point-flicker:after {
    background-color: red;
}

.content__right .point {
    position: absolute;
    top: 0.02667rem;
    right: 0;
}

.login__container {
    height: 100%;
    overflow-y: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}



.login__container .navbar-fixed {
    background: -webkit-linear-gradient(90deg,#2B3270,#383cbc);
    background: linear-gradient(90deg,#2B3270,#383cbc);
}

.navbar__content-left .backIcon {
    width: 0.64rem;
    height: 0.64rem;
    background-size: 0.64rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/backBtn-dad69908.png);
}

.login__container .navbar-fixed .navbar__content .navbar__content-center, s .login__container .navbar-fixed .navbar__content .navbar__content-left .van-icon {
    color: #fff!important;
}

.navbar__content-center .headLogo {
    width: 4.98667rem;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 5.08667rem 1.12rem;
    background-position: center;
}

.login__container-heading {
    min-height: 1.86667rem;
    padding-bottom: 0.26667rem;
    background: -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
}

.login__container-heading__title {
    font-size: .42667rem;
    font-weight: 700;
    color: #fff;
    margin-left: 0.53333rem;
    padding-top: 0.26667rem;
}

.login__container-heading__subTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: .29333rem;
    margin-top: 0.29333rem;
    margin-left: 0.53333rem;
    margin-bottom: 0.53333rem;
    white-space: normal;
}

.login__container-heading__subTitle>div {
    font-size: .29333rem;
    color: #fff;
}

.login__container .login_container-tab {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    padding: 0 0.53333rem;
}

.login__container .login_container-tab .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0.18667rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 1.86667rem;
    border-bottom: 0.02667rem solid #ddd;
    font-weight: 800;
}

.login__container .login_container-tab .color {
    fill: #fff;
}

.login__container .login_container-tab .basicimg, .login__container .login_container-tab .phoneactive, .login__container .login_container-tab .emailactive, .login__container .login_container-tab .emialbg, .login__container .login_container-tab .phonebg {
    width: 0.64rem;
    height: 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.login__container .login_container-tab .phoneactive {
    background-image: url(../images/login-with-phone-red.png);
}

.login__container .login_container-tab .emialbg {
    background-image: url(../images/email-login.png);
}

.login__container .login_container-tab .tab .font30 {
    font-size: .4rem;
    color: #fff;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    word-break: break-all;
    white-space: pre-wrap;
    margin-top: 0.21333rem;
}

.login__container-form {
    position: relative;
    margin-top: 0.74667rem;
    overflow: hidden;
    padding-inline: 0.53333rem; margin-bottom: 0.74667rem;
}

.phoneInput__container-label, .phoneInput__container-input, .input_wrapper, .input-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.02667rem;
}

.dropdown {
}

.dropdown__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0.4rem;
    font-size: .4rem;
    cursor: pointer;
}

.dropdown__value span {
    width: 0.90667rem;
    height: 1.17333rem;
    color: #768096;
}

.login__container-form .tab-content {
    display: none;
}

.login__container-form .tab-content.active {
    display: block;
}

.input-label img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

form.tab-form {
    font-size: 16px;
}

.input_wrapper input {
    width: 6.21333rem;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    color: #768096;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.field {
    margin-bottom: 0.8rem;
}

.input-label {
    margin-bottom: 0.32rem;
    color: #fff;
    font-size: .4rem;
}

.passwordInput__container-input {
    position: relative;
    gap: 0.24rem;
    border-radius: 0.26667rem;
}

.passwordInput__container-input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.passwordInput__container-input img {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.53333rem;
    height: auto;
}

.van-checkbox__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 1em;
    font-size: var(--van-checkbox-size);
    line-height: 1em;
    cursor: pointer;
}

.van-checkbox {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}

.van-checkbox input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
}

.van-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    aspect-ratio: 1;
    border: 0.01333rem solid #61a9ff;
    -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: 20px;
    height: 20px;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border-radius: 50%;
}

.van-checkbox input:checked ~ .checkmark {
    background-color: #61a9ff;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.van-checkbox .checkmark::after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.van-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.signIn__container .signIn_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.77333rem;
    color: #f13f39;
    font-size: .32rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.signIn__container .signIn_footer .forgetcon, .signIn__container .signIn_footer .customcon {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.signIn__container .signIn_footer .forgetbg {
    width: 1.06667rem;
    height: 1.06667rem;
    background-image: url(../images/forgetpassword-efa5d149.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.signIn__container .signIn_footer .font24 {
    font-size: .32rem;
    font-weight: 400;
    color: #9195a3;
    text-align: center;
}

.signIn__container .signIn_footer .custombg {
    width: 1.06667rem;
    height: 1.06667rem;
    background-image: url(../images/customer-5ef38c22.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.login__container::-webkit-scrollbar {
    width: 0;
}

.emailinput__container-input input {
    width: 100%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    color: #768096;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
    box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
}

.userInfo__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0.45333rem;
}

.userInfo__container-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.userInfo__container-content__avatar {
    width: 1.86667rem;
    height: 1.86667rem;
    border-radius: 50%;
    margin-right: 0.2rem;
    overflow: hidden;
    border-color: #433cb9;
    border-style: solid;
}

.userInfo__container-content__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userInfo__container-content__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.userInfo__container-content-nickname {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    color: #fff;
    font-weight: 600;
}

.userInfo__container-content-nickname h3 {
    font-size: 16px;
    line-height: normal;
    color: #fff;
}

/*.userInfo__container .n0 {*/
/*    width: 1.33333rem;*/
/*    height: 0.58667rem;*/
/*    margin: 0 0.13333rem;*/
/*    background-image: url(../images/vipo.png);*/
/*    background-size: 1.33333rem 0.58667rem;*/
/*}*/
.userInfo__container-content-nickname img {
    width: 1.33333rem;
    margin: 0 0.13333rem;
}

.userInfo__container-content-nickname .editPencil {
    width: 0.4rem;
}

.userInfo__container-content-logintime {
    font-size: .29333rem;
    color: #fff;
}

.userInfo__container-content-uid img {
    width: 0.32rem;
    position: absolute;
    right: 5px;
    pointer-events: none;
}

.userinfo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0 0.32rem 0.32rem;
    position: relative;
    top: -2.18667rem;
}

.totalSavings__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 4.2rem;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.totalSavings__container-header {
    width: 100%;
    padding: 0.37333rem 0.52rem 0 0.36rem;
}

.totalSavings__container-header-box {
    padding-bottom: 0.26667rem;
}

.totalSavings__container-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.totalSavings__container-header__title span {
    font-weight: 400;
    font-size: .37333rem;
    color: #fff;
}

.totalSavings__container-header__subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.2rem;
    font-size: .48rem;
    font-weight: 700;
    color: #fff;
    column-gap: 10px;
}

.totalSavings__container-header__subtitle img {
    width: 0.56rem;
    margin-right: 0.21333rem;
}

.ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.01333rem;
    border-bottom: 0.01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.totalSavings__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-block: 0.34667rem; }

.totalSavings__container-content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    padding: 0.4rem 0.26667rem;
}

.totalSavings__container-content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.totalSavings__container-content-item div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.totalSavings__container-content-item div img {
    width: 0.8rem;
}

.totalSavings__container-content-item div span {
    margin: 0.13333rem 0;
    font-size: .37333rem;
    color: #fff;
    text-align: center;
}

.financialServices__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.financialServices__container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
}

.financialServices__container-footer>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0.34667rem 0 0.34667rem 0.21333rem;
    border-radius: 0.26667rem;
    background: -webkit-linear-gradient(359.87deg,#f83a39 .14%,#ff746b 99.92%);
    background: linear-gradient(90.13deg,#f83a39 .14%,#ff746b 99.92%);
    box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
}

.financialServices__container-footer>div img {
    width: 1.09333rem;
    margin-right: 0.24rem;
}

.financialServices__container-footer>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 0.13333rem;
    width: 100%;
    padding: 0.13333rem 0;
}

.financialServices__container-footer>div>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.13333rem 0 0;
}

.financialServices__container-footer>div>div>div span {
    font-size: .37333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0.06667rem;
}

.financialServices__container-footer>div>div>div span:first-of-type {
    font-weight: 700;
}

.financialServices__container-footer-des {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.financialServices__container-footer>div>div>div h4 {
    font-size: .37333rem;
    color: #fff;
    border-radius: 9rem;
    background: #f93c3b;
    padding: 0 0.13333rem;
}

.van-icon {
    position: relative;
    display: inline-block;
    font: 0.18667rem/1 vant-icon;
    font: normal normal normal 0.18667rem/1 var(--van-icon-font-family, "vant-icon");
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.financialServices__container-footer-des .van-icon {
    font-size: .42667rem;
}

.van-icon:before {
    display: inline-block;
}

.van-icon-arrow::before {
    content: "";
}

.financialServices__container-footer>div>div>span {
    font-size: .37333rem;
}

.financialServices__container-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.4rem 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.financialServices-item {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #768096;
    padding: 0.24rem;
    margin: 0.13333rem 0;
    background: #2B3270;
    border-radius: 0.13333rem;
    gap: 10px;
}

.financialServices__container-box>div img {
    width: 1.06667rem;
}

.financialServices__container-box-para {
    box-shadow: none!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.financialServices__container-box>div>div {
    position: relative;
}

.financialServices__container-box-para h3 {
    font-size: .37333rem;
    color: #fff;
    font-weight: 400;
}

.financialServices__container-box>div span {
    font-size: .32rem;
    color: #acafc2;
}

.settingPanel__container {
    padding: 0 0.26667rem 0.13333rem;
    border-radius: 0.26667rem;
    background: #2B3270;
}

.settingPanel__container-items {
display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
    padding-bottom: 0.26667rem;
}

.ar-1px-t, .ar-1px-b, .ar-1px-tb, .ar-1px-rb, .ar-1px-l, .ar-1px-r {
    position: relative;
}

.settingPanel__container-items__item {
    padding: .37333rem .26667rem .37333rem .37333rem;
    background-color: #2b3270;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .26667rem;
    color: #fff;
}

.settingPanel__container-items__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    column-gap: 5px;
}

.settingPanel__container-items__item img {
    width: 0.66667rem;
    height: auto;
}
.settingPanel__container-items-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.settingPanel__container-items-right h5 {
    font-size: .32rem;
    color: #fff;
    border-radius: 0.42667rem;
    margin-right: 0.4rem;
    background: #f93b3b;
    height: 0.42667rem;
    padding: 0 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.settingPanel__container-items-right span {
    font-size: .37333rem;
    padding-right: 0.4rem;
    color: #333;
}

.van-icon {
    position: relative;
    display: inline-block;
    font: 0.18667rem/1 vant-icon;
    font: normal normal normal 0.18667rem/1 var(--van-icon-font-family, "vant-icon");
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.van-icon-arrow::before {
    content: "";
}

.serviceCenter__container {
    padding: 0.53333rem 0.32rem;
    border-radius: 0.26667rem;
    background: #fff;
    height: 5.33333rem;
    box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
}

.serviceCenter__container h1 {
    margin-bottom: 0.58667rem;
    color: #151515;
    font-size: .4rem;
}

.serviceCenter__container-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 0.32rem;
    color: #768096;
}

.serviceCenter__container-items__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.13333rem;
    font-size: .32rem;
}

.serviceCenter__container-items__item img {
    width: 0.69333rem;
    height: auto;
}

.serviceCenter__container-items__item span {
    text-align: center;
}
.serviceCenter-wrap-header button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.13333rem;
    width: 100%;
    padding-block: 0.13333rem;
    color: #61a9ff;
    background: none;
    border: .01333rem solid #61A9FF;
    border-radius: 0.53333rem;
    border-radius: 99rem;
    outline: none;
    font-size: .4rem;
}
.serviceCenter-wrap-header button svg {
    width: .53333rem;
    height: .53333rem;
}

.serviceCenter-wrap-header button img {
    width: 0.53333rem;
    height: auto;
}

.van-circle {
    position: relative;
    display: inline-block;
    width: var(--van-circle-size);
    height: var(--van-circle-size);
    text-align: center;
}


.van-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.van-circle__text {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 var(--van-padding-base);
    color: var(--van-circle-text-color);
    font-weight: var(--van-circle-text-font-weight);
    font-size: var(--van-circle-text-font-size);
    line-height: var(--van-circle-text-line-height);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.activity-wrapper .activity-banner {
    color: #fff;
    font-size: .32rem;
    font-style: normal;
    min-height: 2rem;
    background: var(--main_gradient-color);
    padding: 0 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.activity-wrapper .activity-banner .banner-title {
    font-size: .48rem;
    margin-bottom: 0.26667rem;
}

.activity-wrapper .activity-banner .banner-para {
    margin-bottom: 0.06667rem;
}

.activity-wrapper .activity-banner .banner-para {
    margin-bottom: 0.06667rem;
}

.activity-wrapper .activity-panel {
    padding: 0.32rem;
}

.activity-wrapper .activity-panel-header {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 15px 10px;
    width: 100%;
    border-radius: 5px;
}
.activity-wrapper .activity-panel-header .header-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color:#acafc2;
    width: 1.33333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
}

.van-badge__wrapper {
    position: relative;
    display: inline-block;
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer {
    box-shadow: 0 -0.05333rem 0.16rem #fff inset, 0 0.10667rem 0.21333rem #d0d0ed5c;
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: 0.26667rem;
    padding: 0.13333rem;
    margin-bottom: 0.29333rem;
    margin-left: auto;
    margin-right: auto;
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a2 {
    background-image: -webkit-linear-gradient(top,#5CA6FF 0%,#A9E5FF 100%);
    background-image: linear-gradient(180deg,#5CA6FF 0%,#A9E5FF 100%);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer:after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8rem;
}

.activity-wrapper .activity-panel-header .header-item.activityAward .bgcontainer:after {
    background-image: url(../images/activityIcon1-67076a48.png);
}

.activity-wrapper .activity-panel-header .header-item.invitationBonus .bgcontainer:after {
    background-image: url(../images/activityIcon2-65587a73.png);
}

.activity-wrapper .activity-panel-header .header-item.activityAward .bgcontainer {
    background-image: -webkit-linear-gradient(top, #FB6C5F, #FCDCAB);
    background-image: linear-gradient(to bottom, #FB6C5F, #FCDCAB);
}

.activity-wrapper .activity-panel-header .header-item.invitationBonus .bgcontainer {
    background-image: -webkit-linear-gradient(top, #5CA6FF 0%, #A9E5FF 100%);
    background-image: linear-gradient(180deg, #5CA6FF 0%, #A9E5FF 100%);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a3 {
    background-image: -webkit-linear-gradient(top,#F87700 0%,#FFCE22 100%);
    background-image: linear-gradient(180deg,#F87700 0%,#FFCE22 100%);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a3:after {
    background-image: url(../images/activityIcon3-2aeac4f4.png);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a4 {
    background-image: -webkit-linear-gradient(top,#15CEA2 0%,#B6FFE0 100%);
    background-image: linear-gradient(180deg,#15CEA2 0%,#B6FFE0 100%);
}

.activity-wrapper .activity-panel-header .header-item .bgcontainer.a4:after {
    background-image: url(../images/activityIcon4-4b3e3dac.png);
}

.activity-wrapper .activity-panel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.26667rem;
}

.activity-wrapper .activity-panel-content .content-title {
    width: calc((100% - 0.24rem) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: #2B3270;
    border-radius: 0.13333rem;
    padding-bottom: 0.26667rem;
}

.activity-wrapper .activity-panel-content .content-title p {
    padding: 0.06667rem 0.26667rem;
    color: #fff;
    font-size: 12px;
}

.activity-wrapper .activitySection__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.34667rem;
    width: 100%;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    padding-bottom: 60px;
}

.activity-wrapper .activitySection__container>.box {
    width: 100%;
    border-radius: 0.26667rem;
    background: #2B3270;
    overflow: hidden;
}

.activity-wrapper .activitySection__container>.box img {
    width: 100%;
    height: 3.46667rem;
}

.activity-wrapper .activitySection__container>.box>.box-content {
    padding: 0.24rem 0.32rem;
    line-height: .32rem;
}
.van-list__loading, .van-list__finished-text, .van-list__error-text {
    color: var(--van-list-text-color);
    font-size: var(--van-list-text-font-size);
    line-height: var(--van-list-text-line-height);
    text-align: center;
}

.Recharge__box .navbar__content-right .title {
    color: #fff;
}

.Recharge__box .Recharge__container .title {
    font-weight: 400;
    font-size: .34667rem;
}

.balanceAssets {
    width: 100%;
    height: 3.46667rem;
    background-image:var(--main_gradient-color);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 0.26667rem;
    color: #fff;
    padding: 0.38667rem 0.33333rem 0;
    position: relative;
}

.balanceAssets__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 0.53333rem;
}

.balanceAssets__header__left {
    font-weight: 400;
    font-size: .34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.balanceAssets__header__left img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.21333rem;
}

.balanceAssets__main {
    height: 0.73333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0.21333rem 0.37333rem 0.37333rem 0;
    font-weight: 700;
    font-size: .64rem;
    text-shadow: 0 0.01333rem 0 rgba(0,0,0,.12);
}

.balanceAssets__main p {
    margin-left: 0.26667rem;
}

.balanceAssets__tip img {
    width: 0.66667rem;
    height: 0.42667rem;
    position: absolute;
    bottom: 0.34667rem;
    left: 0.38667rem;
}

.Recharge__container-tabcard__items.active {
    background: var(--main_gradient-color);
    color: #fff;
}

.Recharge__container-tabcard .centers {
    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;
}

.Recharge__container-tabcard__top {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 0.93333rem;
    height: 0.93333rem;
    margin: 0.30667rem auto 0.13333rem;
}

.Recharge__container-tabcard__top img {
    width: 100%;
    height: 100%;
}

.register__container-invitation__input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    color: rgb(136, 136, 136);
    background-color: #2B3270;
}
.register__container-button {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin: 10px 0 20px;
}

.register__container-button button {
    width: 7.73333rem;
    height: 1.06667rem;
    color: rgb(255, 255, 255);
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.05333rem;
    border-radius: 1.06667rem;
    border: none;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: -webkit-linear-gradient(top, #2AAAF3 0%, #2979F2 100%);
    background: linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
}
.WinGo__C-head-more .customer-care {
    width: 0.64rem;
    height: 0.64rem;
    background-image: url(../images/customer-care.png);
    background-size: 0.64rem;
}

.Wallet__C-balance-l1 {
    min-height: 0.58667rem;
    line-height: .58667rem;
    text-align: center;
    font-weight: 700;
    font-size: .48rem;
    color: #222;
    overflow: hidden;
}

.Wallet__C-balance-l2 {
    height: 0.53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    margin-top: 0.18667rem;
    font-size: .34667rem;
    color: #3c3c3c;
}

.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: 0.46667rem;
}

.Wallet__C-balance-l3>div {
    width: 3.46667rem;
    height: 0.93333rem;
    line-height: .93333rem;
    background: #f3bd14;
    border-radius: 0.53333rem;
    font-weight: 600;
    font-size: .4rem;
    color: #fff;
    text-align: center;
}

.Wallet__C-balance-l3>div+div {
    background: #fd565c;
}

.WinGo__C .noticeBar__container {
    width: calc(100% - 0.69333rem);
    margin: 0.45333rem auto;
    position: relative;
    z-index: 1;
    top: 0;
}

.noticeBar__container-body {
    width: 9.33333rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: 0.8rem;
    line-height: .98667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}
 

.GameList__C-item {
    width: 25%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

.GameList__C-item.active {
    background: -webkit-linear-gradient(297deg, #374992 5.33%, #4675D2 93.42%);
    background: linear-gradient(153deg, #374992 5.33%, #4675D2 93.42%);
    box-shadow: 0 -.05333rem .16rem #92a7ff inset;
    border-radius: .26667rem;
}

.GameList__C-item>div {
    height: 100%;
    line-height: .4rem;
    font-size: .32rem;
    margin: auto;
    color: #759fde;
    padding-top: 1.44rem;
    background-image: url(../images/time-6839a93e.svg);
    background-size: 1.17333rem;
    background-position: center 0.18667rem;
    background-repeat: no-repeat;
}


.GameList__C-item.active>div {
    color: var(--mainText);
    background-image: url(../images/time_a-71e5876a.svg);
}

.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: 0.46667rem;
}

@keyframes marquee-6c05b3dc {
    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%)
    }
}

.K3__C .noticeBar__container , .FD__C .noticeBar__container {
    width: calc(100% - 0.69333rem);
    margin: 0.45333rem auto;
    position: relative;
    z-index: 1;
    top: 0;
}


.TimeLeft__C {
    align-items: center;
    background-color: #2B3270;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    box-shadow: inset 0 -7px 7px #ffffff48;
    display: flex;
    height: 95px;
    justify-content: space-between;
    margin: auto;
    position: relative;
    width: 100%;
}

.TimeLeft__C-name {
    position: absolute;
    top: 0.96rem;
    left: 0.29333rem;
    height: 0.66667rem;
    line-height: .66667rem;
    border-radius: 0.13333rem;
    font-size: .29333rem;
    padding: 0 0.16rem;
}

.TimeLeft__C-num {
    position: absolute;
    height: 0.66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    left: 0.29333rem;
    bottom: 0.30667rem;
}

.TimeLeft__C-num>div {
    width: 0.66667rem;
    height: 0.66667rem;
    background-repeat: no-repeat;
    background-size: 0.66667rem;
}

.TimeLeft__C-num>div.n1 {
    background-image: url(../images/n1-dfccbff5.png);
}

.TimeLeft__C-num>div+div {
    margin-left: 0.16rem;
}

.TimeLeft__C-num>div.n2 {
    background-image: url(../images/n2-c2913607.png);
}

.TimeLeft__C-num>div.n1 {
    background-image: url(../images/n1-dfccbff5.png);
}

.TimeLeft__C-num>div.n1 {
    background-image: url(../images/n1-dfccbff5.png);
}

.TimeLeft__C-num>div.n5 {
    background-image: url(../images/n5-49d0e9c5.png);
}

.TimeLeft__C-id {
    position: absolute;
    bottom: 0.22667rem;
    right: 0.29333rem;
    font-weight: 700;
    font-size: .42667rem;
    height: 0.52rem;
    line-height: .52rem;
}

.TimeLeft__C-text {
    height: 0.4rem;
    line-height: .4rem;
    font-weight: 700;
    font-size: .32rem;
    position: absolute;
    top: 0.34667rem;
    right: 0.32rem;
}

.TimeLeft__C-time {
    height: 0.8rem;
    line-height: .8rem;
    position: absolute;
    bottom: 1.01333rem;
    right: 0.34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .48rem;
    align-items: center;
}

/* span#winGo10m {
    background-color: #fff;
    color: #f85050;
    font-weight: 700;
    font-size: .48rem;
    padding: 0 10px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
} */
.TimeLeft__C-time>div {
    background-color: #fff;
    color: #f85050;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.10667rem;
    display: none;
}

.TimeLeft__C-time>div:first-child {
    background: -webkit-linear-gradient(315deg,transparent 0.13333rem,#fff 0) 0 0;
    background: linear-gradient(135deg,transparent 0.13333rem,#fff 0) 0 0;
}

.TimeLeft__C-time>div+div {
    margin-left: 0.12rem;
}



.van-popup--center {
    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%);
}

.van-popup--center.van-popup--round {
    border-radius: var(--van-popup-round-radius);
}

.TimeLeft__C-PreSale {
    width: 7.04rem;
}

.TimeLeft__C-PreSale-head {
    height: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background: var(--main-color);
}

.TimeLeft__C-PreSale-body {
    max-height: 8rem;
    overflow-y: auto;
    padding: 0.4rem;
    font-size: .32rem;
    line-height: .8rem;
}

.TimeLeft__C-PreSale-foot {
    height: 1.86667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.TimeLeft__C-PreSale-foot-btn {
    width: 60%;
    background: var(--main_gradient-color);
    border-radius: 0.53333rem;
    height: 0.93333rem;
    line-height: .93333rem;
    text-align: center;
    font-size: .37333rem;
    color: #fff;
}

.Betting__C-mark {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    color: #2B3270;
    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: #fff;
    font-weight: 700;
    font-size: 3.73333rem;
}

.Betting__C-mark_iner>div+div {
    margin-left: 1.04rem;
}

.Betting__C-head {
    height: 0.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: #40ad72;
    border-radius: 0 0.26667rem;
}

.Betting__C-head>div {
    width: calc((100% - 0.8rem) / 3);
    height: 0.93333rem;
    line-height: .93333rem;
    font-weight: 500;
    font-size: .37333rem;
    color: #fff;
    text-align: center;
}

.Betting__C-head-p {
    background: #b659fe;
    border-radius: 0.26667rem;
}

.Betting__C-head-r {
    background: #fd565c;
    border-radius: 0.26667rem 0;
}

.Betting__C-numC {
    height: 3.46667rem;
    margin-top: 0.34667rem;
    border-radius: 0.26667rem;
    padding: 0.17333rem 0.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.active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.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: 0.29333rem;
    height: 0.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: 0.90667rem;
    line-height: .90667rem;
    text-align: center;
    border: 0.02667rem solid #2B3270;
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #2B3270;
}

.Betting__C-multiple-r {
    height: 0.8rem;
    width: 0.98667rem;
    line-height: .8rem;
    font-size: .32rem;
    color: #768096;
    background: #2B3270;
    border-radius: 5px;
    text-align: center;
}

.Betting__C-multiple-r.active {
    background: #00ae50;
    color: #fff;
}

.Betting__C-foot {
    height: 0.96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.26667rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.Betting__C-foot-b, .Betting__C-foot-s {
    width: 4.13333rem;
    height: 0.96rem;
    line-height: .96rem;
    text-align: center;
    font-size: .42667rem;
    color: #fff;
}

.Betting__C-foot-b {
    background-color: #ffa82e;
    border-radius: 0.53333rem 0 0 0.53333rem;
}

.Betting__C-foot-s {
    background: #6da7f4;
    border-radius: 0 0.53333rem 0.53333rem 0;
}

.GameRecord__C {
    width: 100%;
    text-align: center;
    font-size: .32rem;
}

.van-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.van-col {
    display: block;
    box-sizing: border-box;
    min-height: 0.01333rem;
}

.van-col--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.van-col--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
}

.van-col--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.RecordNav__C {
    width: calc(100% - 0.69333rem);
    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;
    margin: 0.32rem auto 0;
}

.RecordNav__C>div {
    width: calc((100% - .50667rem) / 3);
    height: 100%;
    background: #323A7C;
    border-radius: .21333rem;
    font-size: .37333rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.RecordNav__C>div.active {
    background: -webkit-linear-gradient(top, #2AAAF3 0%, #2979F2 100%);
    background: linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
    font-weight: 600;
}

.GameRecord__C-body {
    line-height: 1.06667rem;
}

.van-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.van-col {
    display: block;
    box-sizing: border-box;
    min-height: 0.01333rem;
}

.van-col--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.van-col--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
}

.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: 0.8rem;
    line-height: normal;
    width: 0.8rem;
    font-size: .53333rem;
    font-weight: 700;
    font-size: .66667rem;
}

.GameRecord__C-body .greenColor {
    color: #40ad72;
}

.van-col--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.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-origin-I {
    width: 0.26667rem;
    height: 0.26667rem;
    border-radius: 50%;
}

.GameRecord__C-origin-I.green {
    background: #47ba7c;
}

.GameRecord__C-body .defaultColor {
    color: #fd565c;
}

.GameRecord__C-origin-I.red {
    background: #fd565c;
}

.GameRecord__C-foot {
    height: 1.86667rem;
    background: #ffffff;
    padding: 0.46667rem 2.37333rem;
    margin-top: 0.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: 0.93333rem;
    height: 0.93333rem;
    border-radius: 0.13333rem;
    background: #fd565c;
    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: #d8d8d8;
    pointer-events: none;
}

.van-icon-arrow-left::before {
    content: "";
}

.GameRecord__C-foot-previous .GameRecord__C-icon, .GameRecord__C-foot-next .GameRecord__C-icon {
    color: #fff;
}

.wingoGame {
    display: none;
}

.wingoGame.active {
    display: block;
}

.GameRecord__C {
    display: none;
}

.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-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-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;
    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-head-selectName>span+span {
    margin-left: 0.37333rem;
}

.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;
}

.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-body-line-item {
    padding: 0 0.21333rem;
    background: #f0f0f0;
}

.Betting__Popup-body-line-item+div {
    margin-left: 0.16rem;
}

.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-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-input {
    border: 0.01333rem solid #d3d3d3;
    padding: 0.02667rem 0.26667rem;
    width: 2.10667rem;
    margin: 0 0.16rem;
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: var(--van-cell-value-color);
    font-size: var(--van-cell-value-font-size);
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.van-field__value {
    overflow: visible;
}

.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto;
}

.Betting__Popup-input .van-field__control {
    text-align: center;
    font-size: .37333rem;
    line-height: .72rem;
    padding: 0;
    border: none;
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: var(--van-padding-md);
    bottom: 0;
    left: var(--van-padding-md);
    border-bottom: 0.01333rem solid var(--van-cell-border-color);
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.Betting__Popup-body-line:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.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;
    color: #4d4d4d;
}

.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;
}

.bgcolor {
    pointer-events: all;
    color: #fff;
}

.Betting__Popup-0 .bgcolor {
    background-color: #fd565c;
}

.Betting__Popup-body-line+div {
    margin-top: 0.4rem;
}

.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-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-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-voilet .bgcolor {
    background: #b659fe;
}

.Betting__Popup-5 .bgcolor {
    background-color: #40ad72;
}

.howToPlay_k3 {
    display: none;
}

.howToPlay_k3.show {
    display: block;
}

.K3TL__C {
    width: calc(100% - 0.69333rem);
    margin: 0.34667rem auto 0;
    background-color: #fff;
    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 #fe474d;
    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: #fe474d;
    margin-left: 0.4rem;
}

.K3TL__C-rule:before {
    content: "";
    display: block;
    height: 0.48rem;
    width: 0.48rem;
    background-image: url(../images/bookmark.png);
    background-repeat: no-repeat;
    background-size: 0.48rem;
    background-position: center;
}

.K3TL__C-l1>div:not(.left) {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.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: #2c3e50;
}

.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: #efeff4;
    border-radius: 0.05333rem;
    color: #00b977;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.13333rem;
    border: 0.00667rem solid #fff;
    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:after {
    background: #008b59;
    border-radius: 0 0.13333rem 0.13333rem 0;
    right: -0.13333rem;
}

.K3TL__C-l3>div, .K3TL__C-l3>p {
    width: 1.46667rem;
    height: 1.46667rem;
    line-height: 1.46667rem;
    text-align: center;
    font-weight: 700;
    font-size: .64rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.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 .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:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 0.53333rem solid transparent;
    border-left: 0.53333rem solid #00b977;
}

.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;
}

.K3TL__C-l3 .num6 {
    background-image: url(../images/num6-1cc40321.png);
}

.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 .num3 {
    background-image: url(../images/num3-52bb404d.png);
}

.K3B__C {
    width: calc(100% - 0.69333rem);
    margin: auto;
    background: #ffffff;
    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-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;
}

.K3B__C-mark>div {
    display: inline-block;
    border-radius: 0.4rem;
    padding: 0 0.4rem;
    background-color: #fb4e4e;
    font-weight: 700;
    font-size: 3.73333rem;
}

.K3B__C-mark>div+div {
    margin-left: 1.04rem;
}

.K3B__C-nav {
    height: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .29333rem;
    color: #7d7d7d;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.K3B__C-nav>div {
    line-height: 1.06667rem;
    text-align: center;
    width: calc(25% - 0.04rem);
    background: #f6f6f6;
    border-radius: 0.13333rem 0.13333rem 0 0;
}

.K3B__C-nav>div.active {
    background: #fa574a;
    color: #fff;
}

.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;
    color: #7f7f7f;
    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 {
    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 .ball.rball {
    background: url(../images/redBall-fd34b99e.png) no-repeat center center;
    background-size: cover;
}

.K3B__C-bettingList>div .K3B__C-odds-bet {
    font-size: .37333rem;
}

.K3B__C-bettingList>div .ball .K3B__C-odds-bet {
    font-size: .64rem;
    font-weight: 700;
}

.K3B__C-bettingList>div .ball.rball .K3B__C-odds-bet {
    background: -webkit-linear-gradient(top,#ff827a 0%,#e93333 68.18%);
    background: linear-gradient(180deg,#ff827a 0%,#e93333 68.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.K3B__C-bettingList>div .K3B__C-odds-rate {
    font-size: .29333rem;
}

.K3B__C-bettingList>div .ball.gball {
    background: url(../images/greenBall-b7685130.png) no-repeat center center;
    background-size: cover;
}

.K3B__C-bettingList>div .ball.gball .K3B__C-odds-bet {
    background: -webkit-linear-gradient(top,#55d991 0%,#2f9c61 68.18%);
    background: linear-gradient(180deg,#55d991 0%,#2f9c61 68.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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);
}

.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;
}

.van-icon-question::before {
    content: "";
}

.K3B_tab_content {
    display: none;
}

.K3B_tab_content.active {
    display: block;
}

.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);
}

.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: #545454;
}

.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-tip1 .icon {
    margin-left: 0.13333rem;
}

.K3B__C-betting2-line2>div {
    background: #fb9494;
    font-size: .37333rem;
}

.K3B__C-betting2-tip1 .icon {
    margin-left: 0.13333rem;
}

.K3B__C-betting2-line3>div {
    font-size: .37333rem;
    background: rgba(64,173,114,.5);
}

.K3B__C-betting2-tip1 .icon {
    margin-left: 0.13333rem;
}

.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: #545454;
    margin-bottom: 0.21333rem;
}

.K3B__C-betting3-tip1 .icon {
    margin-left: 0.13333rem;
}

.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-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: #545454;
    margin-bottom: 0.21333rem;
}

.K3B__C-betting3-tip1 .icon {
    margin-left: 0.13333rem;
}

.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: #545454;
    margin-bottom: 0.21333rem;
}

.K3B__C-betting4-tip1 .icon {
    margin-left: 0.13333rem;
}

.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-tip1 .icon {
    margin-left: 0.13333rem;
}

.GameRecord__C.active {
    display: block;
}

.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: #545454;
    margin-bottom: 0.21333rem;
}

.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;
}

.Betting__Popup-type1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.26667rem;
}

.Betting__Popup-body .title {
    margin-bottom: 0.13333rem;
    font-size: .42667rem;
}

.Betting__Popup-body .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Betting__Popup-type1 .list>div {
    width: 0.64rem;
    height: 0.64rem;
    line-height: .64rem;
    text-align: center;
    background: #b5b5b5;
    border-radius: 0.64rem;
    font-size: .32rem;
    color: #fff;
    margin: 0.05333rem;
}

.Betting__Popup-type1 .list>div.green {
    background-color: #40ad72;
}

.Betting__Popup-type1 .list>div.red {
    background-color: #fa574a;
}

.Betting__Popup-type1 .list>div.numA, .Betting__Popup-type1 .list>div.numB, .Betting__Popup-type1 .list>div.numC, .Betting__Popup-type1 .list>div.numD {
    background-color: #ffa82e;
    border-radius: 0.10667rem;
    width: 1.06667rem;
}

.Betting__Popup-type1 .list>div.numB {
    background-color: #6da7f4;
}

.Betting__Popup-type1 .list>div.numD {
    background-color: #40ad72;
}

.bgcolor {
    pointer-events: all;
    color: #fff;
    background: #fd565c;
}

.K3__C .van-popup.van-popup--round.van-popup--bottom {
    overflow-y: visible;
}

.Betting__Popup-type1 .list>div.numC {
    background-color: #fa574a;
}

.FDP__C {
    height: 1.94667rem;
    width: calc(100% - 0.69333rem);
    margin: 0.34667rem auto 0.29333rem;
    box-shadow: 0 0.05333rem 0.10667rem #c5c5da40;
    border-radius: 0.26667rem;
    padding: 0.26667rem 0.34667rem;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.FDP__C-text {
    color: #8b8b8b;
    height: 1.33333rem;
    line-height: .66667rem;
    font-size: .34667rem;
    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;
}

.FDP__C>div {
    height: 0.93333rem;
}

.FDP__C-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.FDP__C-list>div {
    width: 0.93333rem;
    height: 100%;
    margin-left: 0.21333rem;
}

.FDP__C-list>div .num {
    height: 0.93333rem;
    width: 0.93333rem;
    line-height: .93333rem;
    background: #f4f4f4;
    border: 0.01333rem solid #2b3270;
    font-size: .34667rem;
    color: #000;
    border-radius: 50%;
    text-align: center;
}

.FDP__C-list>div .letter {
    margin-top: 0.05333rem;
    text-align: center;
    font-size: .37333rem;
    color: #b4b4b4;
}

.FDP__C-sum {
    height: 0.93333rem;
    width: 0.93333rem;
    line-height: .93333rem;
    background: #fa574a;
    font-size: .34667rem;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.FDTL__C {
    width: calc(100% - 0.69333rem);
    margin: 0.34667rem auto 0;
    background-color: #fff;
    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;
}

.FDTL__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;
}

.FDTL__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;
}

.FDTL__C-rule {
    height: 0.61333rem;
    padding: 0 0.66667rem;
    font-size: .29333rem;
    text-align: center;
    border: 0.01333rem solid #fe474d;
    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: #fe474d;
    margin-left: 0.4rem;
}

.FDTL__C-rule:before {
    content: "";
    display: block;
    height: 0.48rem;
    width: 0.48rem;
    background-image: url(../images/bookmark.png);
    background-repeat: no-repeat;
    background-size: 0.48rem;
    background-position: center;
}

.FDTL__C-l1>div:not(.left) {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.FDTL__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: #2c3e50;
}

.FDTL__C-time {
    height: 0.8rem;
    line-height: .8rem;
    bottom: 0.29333rem;
    right: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.FDTL__C-time>div {
    background: #efeff4;
    border-radius: 0.05333rem;
    color: #00b977;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.13333rem;
    border: 0.00667rem solid #fff;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.FDTL__C-time>div+div {
    margin-left: 0.12rem;
}

.FDTL__C-time>div[notime] {
    background-color: transparent;
}

.FDTL__C-l3 {
    height: 3.09333rem;
    margin-top: 0.48rem;
    background: #00b977;
    border-radius: 0.18667rem;
    position: relative;
    padding: 0.26667rem;
}

.FDTL__C-l3:after, .FDTL__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;
}

.FDTL__C-l3:before {
    background: #008b59;
    border-radius: 0.13333rem 0 0 0.13333rem;
    left: -0.13333rem;
}

.FDTL__C-l3:after {
    background: #008b59;
    border-radius: 0 0.13333rem 0.13333rem 0;
    right: -0.13333rem;
}

.FDTL__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;
}

.FDTL__C-l3 .box:after, .FDTL__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;
}

.FDTL__C-l3 .box:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 0.53333rem solid transparent;
    border-left: 0.53333rem solid #00b977;
}

.FDTL__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;
}

.FDTL__C-l3 .box .slot-column {
    display: inline-block;
    width: calc((100% - 0.53333rem)/5);
    height: 100%;
    border-radius: 0.10667rem;
    overflow: hidden;
    background: #333;
    vertical-align: bottom;
    position: relative;
    text-align: center;
}

.FDTL__C-l3 .box .slot-column .slot-transform {
    -webkit-transform: translateY(-2.73333rem);
    transform: translateY(-2.73333rem);
}

.FDTL__C-l3 .box .slot-column .slot-transform .slot-num {
    width: 1.46667rem;
    height: 1.46667rem;
    line-height: 1.46667rem;
    background: #e1e1ec;
    border-radius: 50%;
    font-size: .8rem;
    color: #0006;
    font-weight: 700;
    margin: 0 auto 0.10667rem;
}

.FDTL__C-l3 .box .slot-column .slot-transform.transform0 .slot-num {
    background: #00e065;
    color: #fff;
}

.FDB__C {
    width: calc(100% - 0.69333rem);
    margin: auto;
    background-color: #fff;
    padding: 0.34667rem 0.34667rem 0;
    position: relative;
}

.FD__C {
    padding-bottom: 0.34667rem;
}

.FDP__C-symbol {
    width: 0.24rem;
    margin: 0 0.13333rem;
    font-size: .34667rem;
    line-height: .93333rem;
    color: #000;
}

.FDB__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;
}

.FDB__C-mark>div {
    display: inline-block;
    border-radius: 0.4rem;
    padding: 0 0.4rem;
    background-color: #fb4e4e;
    font-weight: 700;
    font-size: 3.73333rem;
}

.FDB__C-mark>div+div {
    margin-left: 1.04rem;
}

.FDB__C-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0.01333rem solid #c7c7cc;
}

.FDB__C-nav>div {
    width: 1.06667rem;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: #ceced8;
    font-size: .48rem;
    font-weight: 700;
    color: #fff;
    border-radius: 0.25333rem 0.25333rem 0 0;
    position: relative;
    margin-right: 0.26667rem;
    text-align: center;
    border-radius: 19px 19px 0 0;
}

.FDB__C-nav>div.active {
    background-color: #fa574a;
}

.FDB__C-nav>div:after {
    content: "";
    width: 0.26667rem;
    height: 0.26667rem;
    position: absolute;
    bottom: 0;
    right: -0.26667rem;
    z-index: 9;
    background: -webkit-radial-gradient(100% 0,circle,rgba(204,0,0,0) 0.26667rem,#ceced8 0.26667rem);
    background: radial-gradient(circle at 100% 0,rgba(204,0,0,0) 0.26667rem,#ceced8 0.26667rem);
}

.FDB__C-nav>div.active:after {
    background: -webkit-radial-gradient(100% 0,circle,rgba(204,0,0,0) 0.26667rem,#fa574a 0.26667rem);
    background: radial-gradient(circle at 100% 0,rgba(204,0,0,0) 0.26667rem,#fa574a 0.26667rem);
}

.FDB__C-nav>div:last-child {
    font-size: .42667rem;
}

.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-small {
    background: #5cba47;
    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;
}

.K3__C .my_history_item .info {
    padding-left: 0;
}

.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;
}

.my_history_item .state.green {
    color: #5cba47;
}

.my_history_item .select.select-big {
    background: #ffc511;
    padding: 0;
    overflow: hidden;
}

.my_history_item .result .select.select-green {
    background-color: #5cba47;
}

.my_history_item .result .select.select-red {
    background-color: #fb4e4e;
}

.game-list .list .hb .item .result .select.select-violet {
    background-color: #eb43dd;
}

.my_history_item .select.select-green-violet {
    background-image: linear-gradient(to bottom right,#5cba47 50%,#eb43dd 0)!important;
}

.my_history_item .select.select-red-violet {
    background-image: linear-gradient(to bottom right,#fb4e4e 50%,#eb43dd 0)!important;
}

.FDB__C-H {
    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.88rem;
    line-height: .88rem;
    margin-top: 0.32rem;
    font-size: .37333rem;
    color: #fff;
}

.FDB__C-H>div {
    width: calc((100% - 1.36rem)/4);
    height: 100%;
    background: #d1d1d6;
    border-radius: 0.13333rem;
    padding: 0 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
}

.FDB__C-Num {
    padding: 0.34667rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 3.33333rem;
}

.FDB__C-Num>div {
    width: 20%;
    height: 50%;
}

.FDB__C-Num>div .round {
    width: 0.88rem;
    height: 0.88rem;
    border: 0.01333rem solid #d1d1db;
    border-radius: 50%;
    color: #9da7b3;
    font-size: .37333rem;
    text-align: center;
    line-height: .88rem;
    margin: auto;
}

.FDB__C-Num>div .rate {
    line-height: .32rem;
    font-size: .32rem;
    color: #757b82;
    text-align: center;
}

.FDB__C-Num>div.active .round {
    background: #fd565c;
    border: 0.01333rem solid #fd565c;
    color: #fff;
}

.balance .info {
    width: 100%;
    height: 1.06667rem;
    display: flex;
}

.balance .item {
    font-size: .37333rem;
    flex: 1;
    text-align: center;
    line-height: .53333rem;
    padding-bottom: 0.13333rem;
}

.balance .item:first-child {
    position: relative;
}

.balance .item:first-child:after {
    position: absolute;
    right: 0;
    top: 0.13333rem;
    content: "";
    display: block;
    height: 0.8rem;
    width: 0.05333rem;
    background-color: #fff;
}

.boxStyle {
    background: var(--themeBlack);
    border-radius: 10px;
    margin: 10px auto auto;
    padding: 15px 10px;
    width: 100%;
}

.Recharge__content-quickInfo.boxStyle {
    margin-bottom: 0.53333rem;
    display: none;
}

.Recharge__content-quickInfo__title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.34667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.Recharge__content-quickInfo__title .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: .42667rem;
    color: #151515;
}

.Recharge__content-quickInfo__title img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.30667rem;
}

.Recharge__content-quickInfo__title .title p {
    font-size: 0.45rem;
}

.Recharge__content-quickInfo .rechargeTypes_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0.26667rem;
}

.Recharge__content-quickInfo__item {
    background: #e1e1e1;
    max-width: 98%;
    border-radius: 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.26667rem;
}

.Recharge__content-quickInfo__item .other {
    font-size: .37333rem;
    padding-left: 0.34667rem;
    padding-left: 0.34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0.26667rem 0.34667rem;
    line-height: 1.5;
    color: #768096;
}

.Recharge__content-quickInfo .item_active {
    background: -webkit-linear-gradient(left,#ff918b 0%,#ffc0a1 102.93%);
    background: linear-gradient(90deg,#ff918b 0%,#ffc0a1 102.93%);
}

.Recharge__content-quickInfo .item_active .other {
    color: #fff;
}

.Recharge__content-paymoney__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0.34667rem;
    color: #fff;
    column-gap: 5px;
}

.Recharge__content-paymoney__title img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.30667rem;
}

.Recharge__content-paymoney__money-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.26667rem;
}

.Recharge__content-paymoney__money-list__item {
    margin-bottom: 0.26667rem;
    margin-right: 0.4rem;
    width: calc((100% - 0.8rem) / 3);
    height: 0.93333rem;
    color:#61a9ff;
    border: 0.01333rem solid #dfdede;
    border-radius: 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-size: .42667rem;
}

.Recharge__content-paymoney__money-list__item span {
    position: absolute;
    left: 0.21333rem;
    top: 20%;
    color: #bababa;
    font-size: .42667rem;
}

.Recharge__content-paymoney__money-list__item.active {
    background: -webkit-linear-gradient(left,#ff918c 0%,#ffbd9f 100%);
    background: linear-gradient(90deg,#ff918c 0%,#ffbd9f 100%);
    box-shadow: 0 0.10667rem 0.21333rem #d0d0ed5c, inset 0 -0.05333rem 0.13333rem 0.02667rem #fff0ec;
    border-radius: 0.13333rem;
    color: #fff;
    border: none;
}

.Recharge__content-paymoney__money-list__item:nth-child(3n) {
    margin-right: 0;
}

.Recharge__content-paymoney__money-input {
    position: relative;
    height: 1.17333rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    background: #374992;
    border-radius: 0.58667rem;
    overflow: hidden;
}

.Recharge__content-paymoney__money-input .place-div {
    position: absolute;
    height: 1.17333rem;
    width: 0.8rem;
    color: #61a9ff;
    font-weight: 900;
    font-size: .56rem;
    line-height: 1.17333rem;
}

.Recharge__content-paymoney__money-input .place-div {
    height: 1.17333rem;
    width: 1.2rem;
    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;
}

.Recharge__content-paymoney__money-input .place-div:before {
    content: "";
    height: 0.53333rem;
    position: absolute;
    border-left: .01333rem solid #759FDE;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Recharge__content-paymoney__money-input .place-div:after {
    position: absolute;
    content: "";
    height: 0.53333rem;
    display: inline-block;
    margin: 0 0.13333rem 0.02667rem;
    vertical-align: middle;
    border-right:.5px solid #768096;
    top: 0.34667rem;
    right: -0.13333rem;
}

.Recharge__content-paymoney__money-input .amount-input {
    background: #374992;
    margin-left: 1.33333rem;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: var(--van-cell-value-color);
    font-size: var(--van-cell-value-font-size);
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.van-field__value {
    overflow: visible;
}

.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto;
}

.Recharge__content-paymoney__money-input .amount-input input {
    color:#4dd8ef;
    font-weight: 700;
    border: none;
}
.Recharge__content-paymoney__money-input .amount-input input::placeholder{
    color:#2a7de1;
}


.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: var(--van-padding-md);
    bottom: 0;
    left: var(--van-padding-md);
    border-bottom: 0.01333rem solid var(--van-cell-border-color);
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.Recharge__content-paymoney__money-input .place-right {
    position: absolute;
    right: 0.32rem;
    top: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.Recharge__content-paymoney__money-input .place-right img {
    width: 0.53333rem;
    height: 0.53333rem;
}

.Recharge__box .Recharge__container-rechageBtn {
    font-size: .4rem;
    z-index: 88;
    background: #cbcddc;
    width: 100%;
    max-width: 10rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.66667rem;
    margin-top: 0.4rem;
}

.Recharge__box .rechage_active {
    background: #374992;
    border: none;
}

.conBox {
    padding-top: 15px;
}

.m-t-5 {
    margin-top: 0.13333rem!important;
}

.conBox .des {
    color: #b3b2c8;
    font-size: .42667rem;
    margin-bottom: 0.4rem;
}

.Recharge__content .box {
    background: #fff;
    border: 0.05333rem solid #453cb8;
    border-radius: 0.13333rem;
    margin-bottom: 20px;
}

.Recharge__content .list .item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 0.93333rem;
    padding: 0 0.4rem;
    line-height: .93333rem;
    color: #414141;
    border-bottom: 0.02667rem solid #ebebeb;
    font-size: .37333rem;
}

.Recharge__content .list .name {
    max-width: 6.4rem;
    overflow: hidden;
    white-space: nowrap;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Recharge__content .list .icon {
    height: 0.53333rem;
    width: 0.53333rem;
    border-radius: 0.53333rem;
    border: 0.05333rem solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.van-icon {
    position: relative;
    font: normal normal normal 0.37333rem/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.van-icon, .van-icon:before {
    display: inline-block;
}

.van-icon-success:before {
    content: "\F0C8";
}

.Recharge__content .list .icon.action {
    border-color: #fdd0cf;
    background-color: #fdd0cf;
}

.c-row {
    display: flex;
}

.c-row-center, .c-row-middle-center {
    justify-content: center;
}

.Recharge__content .box .add {
    -webkit-line-clamp: 1;
    height: 0.93333rem;
    padding: 0 0.26667rem;
    background: #fdf0ef;
    border-radius: 0.26667rem;
    color: #f5625d;
    font-weight: 600;
    font-size: .37333rem;
}

.c-row-middle-center {
    align-items: center;
}

.Recharge__content .box .add .plus {
    margin-right: 0.26667rem;
    height: 0.66667rem;
    width: 0.66667rem;
    border-radius: 0.66667rem;
    background-color: rgba(245, 98, 93, .21);
}

.van-icon-plus:before {
    content: "\F0A2";
}

.m-t-10 {
    margin-top: 0.26667rem!important;
}

.m-b-10 {
    margin-bottom: 0.26667rem!important;
}

.m-t-20 {
    margin-top: 0.53333rem!important;
}

.c-row-middle {
    align-items: center;
}

.p-l-10 {
    padding-left: 0.26667rem!important;
}

.c-row-between {
    justify-content: space-between;
}

.requiredBox input.pw-input.input {
    height: 100%;
    border: none;
    width: 100%;
    padding-left: 0.26667rem;
    font-size: .37333rem;
}

.Recharge__content .requiredBox .box {
    height: 1.06667rem;
    border: .02667rem solid #443cb8;
    border-radius: 0.13333rem;
    overflow: hidden;
}

.m-t-30 {
    margin-top: 0.8rem!important;
}

.p-b-30 {
    padding-bottom: 0.8rem!important;
}

.bankBox .box .item {
    padding: 0.26667rem;
    border-bottom: 0.02667rem solid #d8d8d8;
    font-size: .37333rem;
    color: #414141;
}

.m-r-10 {
    margin-right: 0.26667rem!important;
}

.mian .bank {
    padding: 0.4rem;
    font-size: .37333rem;
}

.mian .bank .box {
    background: #fff;
    box-shadow: 0 0.08rem 0.69333rem 0.10667rem #f1f2f5;
    border-radius: 0.26667rem;
    padding: 0.4rem;
}

.van-image {
    position: relative;
    display: inline-block;
}

.van-image__error, .van-image__img, .van-image__loading {
    display: block;
    width: 100%;
    height: 100%;
}

.p-l-15 {
    padding-left: 0.4rem!important;
}

.mian .bank .box .item {
    margin-bottom: 0.26667rem;
}

.mian .bank .box .item .lab {
    font-size: .4rem;
    margin-bottom: 0.26667rem;
}

.mian .bank .box .item .input .ipt {
    width: 100%;
    padding: 0 0.4rem;
    height: 0.93333rem;
    line-height: .93333rem;
    border-radius: 0.13333rem;
    border: 0.05333rem solid #faa09d;
}

.redeem-container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%);
}

.redeem-container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.redeem-container-content .redeem-container-receive {
    height: 7.33333rem;
    width: calc(100% - 0.64rem);
    background: var(--themeBlack);
    border-radius: 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0.33333rem 0.46667rem;
    margin-top: 0.4rem;
}

.redeem-container-receive p {
    font-size: .37333rem;
    color: #fff;
    padding-top: 0.16rem;
}

.redeem-container-receive h4 {
    font-size: .37333rem;
    color: #333;
    margin-top: 0.90667rem;
}

.redeem-container-receive input {
    width: 8.82667rem;
    height: 1.06667rem;
    background: #374992;
    border-radius: .8rem;
    border: none;
    font-size: .4rem;
    color: #fff;
    padding: .29333rem .56rem;
    margin-top: .34667rem;
}

.redeem-container-receive button {
    width: 8.8rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    background: -webkit-linear-gradient(top, #2AAAF3 0%, #2979F2 100%);
    background: linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: #fff;
    border: none;
    margin-top: .74667rem;
}

.redeem-container-record {
    margin: 0.4rem 0 0.29333rem;
    width: calc(100% - 0.64rem);
    padding: 0.34667rem 0.32rem;
    background: var(--themeBlack);
    border-radius: 0.26667rem;
}

.redeem-container-record-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.redeem-container-record-title img {
    width: 0.64rem;
    padding-right: 0.13333rem;
}

.redeem-container-record-title span {
    font-size: .4rem;
    color: #fff;
}

.redeem-container-record-itemsBox {
    height: 8.66667rem;
    overflow-y: auto;
}

.redeem-container-record-itemsBox .infiniteScroll {
    min-height: 2.66667rem;
    border-radius: 0.16rem;
}

.redeem-container-record-itemsBox .infiniteScroll__loading {
    width: 100%;
    min-height: 1.4rem;
    margin-top: auto;
    padding-bottom: 0.4rem;
    color: #999;
    font-size: .37333rem;
    text-align: center;
}

.redeem-container-record-itemsBox .empty__container {
    width: 100%;
    height: 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-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.redeem-container-record-itemsBox .empty {
    margin-top: 0.53333rem;
}

.redeem-container-record-itemsBox img {
    width: 4rem;
    height: 3.71427rem;
    margin-bottom: 0.24667rem;
}

.navbar__content-left .van-icon {
    font-size: .48rem;
}

.mian .forgot-box {
    width: 100%;
    padding: 0.13333rem 0.8rem 0.8rem;
    background-color: #fff;
    border-top-left-radius: 0.66667rem;
    border-top-right-radius: 0.66667rem;
    position: relative;
}

.mian-from .item {
    position: relative;
    height: 1.06667rem;
    line-height: .96rem;
    margin: 0.4rem 0 0.8rem;
    border: 0.05333rem solid #faa09d;
    border-radius: 0.21333rem;
    overflow: hidden;
    padding-left: 0.88rem;
}

.forgot {
    font-size: .37333rem;
}

.mian-from .item .img {
    position: absolute;
    left: 0.26667rem;
    top: 50%;
    transform: translateY(-50%);
}

.mian-from .item .password {
    height: 0.48rem;
    width: 0.42667rem;
}

.mian-from .item input {
    border: none;
    width: 100%;
    height: 0.96rem;
    font-size: .4rem;
}

.mian-from .item .otp {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .37333rem;
    height: 0.96rem;
    border-radius: 0.13333rem;
    width: 1.86667rem;
    text-align: center;
    line-height: .96rem;
    background-color: #ffebeb;
    border-color: #ffebeb!important;
    color: #000;
}

.mian-from .tip {
    margin: -0.53333rem 0 0.26667rem;
    font-size: .34667rem;
    color: #333;
}

.keFuMenu .banner {
    position: relative;
}

.keFuMenu .banner .img {
    width: 100%;
    height: 5.46667rem;
}

.keFuMenu .banner .logo {
    width: 3.2rem;
    height: 1.06667rem;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    z-index: 888;
    transform: translateY(-50%);
}

.keFuMenu .list {
    padding: 0.4rem;
    position: relative;
    z-index: 999;
    background-color: #fff;
    margin-top: -0.4rem;
    border-radius: 0.53333rem 0.53333rem 0 0;
}

.keFuMenu .item {
    height: 1.33333rem;
    background: #fff;
    box-shadow: 0 0.08rem 0.50667rem 0.10667rem #f0f1f3;
    border-radius: 0.24rem;
    margin-bottom: 0.4rem;
    font-size: .42667rem;
    padding: 0 0.4rem;
}

.keFuMenu .item .img {
    width: 0.93333rem;
    height: 0.93333rem;
}

.m-l-10 {
    margin-left: 0.26667rem!important;
}

.van-icon-notes-o:before {
    content: "\F08E";
}

.navbar__content-right i {
    color: #fff;
}

.promotion .tab ul li {
    width: 25%;
    text-align: center;
    font-size: .4rem;
    color: #fff;
}

.promotion .tab ul li.action {
    color: #df3832;
}

.promotion .tit {
    background: #f4f4f4;
    padding: 0 0.4rem;
    height: 0.90667rem;
    line-height: .90667rem;
    color: #333;
    margin-bottom: 20px;
}

.promotion .info {
    padding: 0.26667rem 0.4rem;
    padding-bottom: 80px;
}

.promotion .info-data .left {
    text-align: center;
    padding: 0.26667rem 0;
    width: 40%;
    background: rgba(223,56,50,.02);
    border: 0.04rem solid #df3832;
    border-radius: 0.26667rem;
}

.promotion .all {
    font-size: 0.5rem;
    color: black;
    font-weight: bold;
}

.promotion .info-data h5.all {
    font-size: 0.5rem;
    color: black;
    font-weight: bold;
}

.promotion .info-data .num {
    font-size: .53333rem;
    padding: 0.13333rem 0;
    color: #df3832;
    font-weight: 600;
}

.promotion .info-data .txt {
    color: #333;
    font-size: .37333rem;
    line-height: .66667rem;
}

.promotion .info-data .right {
    width: 50%;
    padding: 0.26667rem 0.26667rem 0.26667rem 0.26667rem;
    background: rgba(223,56,50,.02);
    border: 0.04rem solid #df3832;
    border-radius: 0.26667rem;
    font-size: .3rem;
}

.m-b-20 {
    margin-bottom: 0.53333rem!important;
}

.promotion .img {
    width: 40%;
}

.promotion .img img {
    width: 100%;
}

.c-tc {
    text-align: center;
}

.promotion .btn-list .btn-box {
    width: 100%;
}

.promotion .btn-list {
    width: 50%;
}

.promotion .btn-list .btn {
    height: 1.06667rem;
    background: #e42622;
    box-shadow: 0 0.10667rem 0.53333rem 0.05333rem rgba(228,38,34,.25);
    border-radius: 0.26667rem;
    color: #fff;
}

.p-r-10 {
    padding-right: 0.26667rem!important;
}

.mian .promotion .ipt {
    border: 0.02667rem solid #ababab;
    padding: 0 0.26667rem;
    border-radius: 0.13333rem;
    width: 3.2rem;
    height: 0.96rem;
    line-height: .96rem;
}

.mian .promotion .btn {
    height: 0.96rem;
    line-height: .96rem;
    padding: 0 0.26667rem;
    min-width: 1.6rem;
    background-color: #df3832;
    color: #fff;
    border-radius: 0.13333rem;
    box-shadow: 0 0.10667rem 0.53333rem 0.05333rem rgba(228,38,34,.25);
}

.p-r-15 {
    padding-right: 0.4rem!important;
}

.p-l-15 {
    padding-left: 0.4rem!important;
}

.mian .promotion .table {
    background: #fff;
    border-radius: 0.10667rem;
}

.mian .promotion .table .hd {
    border-radius: 0.10667rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    background: #2B3270;
}

.myTeam .van-col--4 {
    width: 16.66666667%;
}

.myTeam .van-col {
    float: left;
    box-sizing: border-box;
    min-height: 0.02667rem;
}

.myTeam .van-col.van-col--6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.van-row:after {
    display: table;
    clear: both;
    content: "";
}

.mian.myTeam .promotion .table .hd {
    display: block;
}

.mian .promotion .table .item {
    position: relative;
}

.mian .promotion .table .bd {
    height: 0.93333rem;
    line-height: .93333rem;
    justify-content: space-between;
    padding: 0px 10px 10px;
}

.mian .promotion .table .bd:after {
    display: none;
}

.van-list__error-text, .van-list__finished-text, .van-list__loading {
    color: #969799;
    font-size: .37333rem;
    line-height: 1.33333rem;
    text-align: center;
}


.tutorial .promotion .table .bd {
    display: block !important;
}

.tutorial .promotion .table {
    margin: 0.4rem 0.4rem 0;
    background: #fff;
    box-shadow: 0 0.13333rem 0.29333rem 0.02667rem rgba(0,0,0,.12);
    border-radius: 0.10667rem;
    overflow-y: auto;
}

.bonusrecord .box {
    padding: 0.4rem;
    font-size: .37333rem;
}

.bonusrecord .box .list {
    background: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
}

.bonusrecord .box .list .item {
    padding: 0.32rem 0.4rem;
    background: rgba(254,247,247,.68);
}

.bonusrecord .box .list .item .money {
    color: #000;
    font-size: .45333rem;
}

.upi {
    font-size: 16px;
    margin-top: 10px;
}

.bonusrecord .box .list .item .state {
    text-align: center;
}

.qr_code img {
    max-width: 120px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.qr_code {
    text-align: center;
    width: 100%;
}

.Recharge__box {
    position: relative;
}

.qr_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 101;
}

.qr_upi_wrpr {
    background-color: #2B3270;
    width: 100%;
    text-align: center;
}

.open_qr .qr_code {
    opacity: 1;
    visibility: visible;
}

.qr_code_wrapper {
    display: none;
}

.upi img {
    vertical-align: middle;
    max-width: 30px;
    width: 0.42667rem;
    height: 0.42667rem;
    margin-left: 0.16rem;
}

.open_qr .qr_code_wrapper {
    display: block;
}

body.open_qr .rechjarge_amount {
    display: none;
}

.open_qr .Recharge__box .deposite_btn {
    display: none;
}

.cancle_button {
    display: none;
    font-size: .4rem;
    z-index: 88;
    background: #cbcddc;
    width: 100%;
    max-width: 10rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 0.66667rem;
    margin-bottom: 0.4rem;
}

.open_qr .cancle_button {
    display: block;
}

.bonusrecord .box {
    padding: 0.4rem;
}

.bonusrecord .box .list {
    background: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
}

.bonusrecord .box .list .item {
    padding: 0.32rem 0.4rem;
    background: rgba(254,247,247,.68);
}

.bonusrecord .box .list .item .money {
    color: #000;
    font-size: .45333rem;
}

.bonusrecord .box .list .item .state {
    text-align: center;
}

.navbar img.back_img {
    width: 27px;
    height: 27px;
    display: block;
}

.infiniteScroll {
    min-height: 2.66667rem;
    border-radius: 0.16rem;
}

.rechargeh__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.26667rem;
    margin-top: 0.56rem;
    margin-bottom: 0.4rem;
}

.rechargeh__container-content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.21333rem;
    padding: 0 10px;
    border-radius: 0.13333rem;
    background-color: var(--themeBlack);
}

.rechargeh__container-content__item-header {
    background-color: #2B3270;
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.13333rem 0.13333rem 0 0;
    padding-left: 0.26667rem;
    justify-content: space-between;
    padding-right: 0.26667rem;
}

.rechargeh__container-content__item-header .recharge_tit {
    min-width: 2rem;
    color: #fff;
    background: #34be8a;
    border-radius: 0.13333rem;
    font-size: .37333rem;
    line-height: .66667rem;
    height: 0.66667rem;
    text-align: center;
}

.rechargeh__container-content__item-header .recharge_right {
    font-size: .34667rem;
}

.rechargeh__container-content__item-header .fail {
    color: #4dd8ef;
}

.van-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: var(--van-divider-margin);
    color: #969799;
    font-size: 14px;
    line-height: 1.5;
    border-color: #ebedf0;
    border-style: solid;
    border-width: 0;
}

.rechargeh__container .divier {
    margin: 0.02667rem 0;
}

.van-divider:before, .van-divider:after {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    height: 0.01333rem;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0;
}

.van-divider:before {
    content: "";
}

.van-divider--hairline:before, .van-divider--hairline:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.rechargeh__container-content__item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.13333rem;
    font-size: .32rem;
    color: #FFF;
}

.rechargeh__container-content__item-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.29333rem;
    padding: 0 0.26667rem;
}

.rechargeh__container-content__item-body>div span:first-of-type {
    color: #fff;
    font-size: .34667rem;
}

.rechargeh__container-content__item-body>div .order {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    color: #aeb0c6;
}

.rechargeh__container-content__item-body>div .order span {
    margin-right: 0.21333rem;
}

.rechargeh__container-content__item-body>div .order img {
    width: 0.42667rem;
    height: 0.42667rem;
}

.rechargeh__container-content__item-header .success {
    color: #21976b;
}

.tutorial .box {
    padding: 10px 20px;
}

.tutorial .info:last-child .line {
    border-right: 0;
}

.tutorial .info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 5.06667rem;
    background-color: var(--themeBlack);
    border-radius: 0.26667rem;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.tutorial .info {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: 0.2rem;
}

.tutorial .head {
    text-align:center;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background-color: var(--main-color);
    color: #fff;
    font-size: .34667rem;
    padding-left: 10px;
    background-size: 0.64rem;
    margin-bottom: 0.2rem;
}

.tutorial .info_content .line {
    color: #fff;
    font-size: .29333rem;
    text-align: center;
    border-right: 0.01333rem solid #E8E8E8;
    padding-top: 0.3rem;
}

.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/missningBg-6f17b242.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/missningLBg-73e02111.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-l2.type5 > div {
    background-image: linear-gradient(to right bottom, rgb(0, 105, 49) 50%, rgb(255, 255, 255) 0px);
    color: rgb(51, 51, 51);
}

.WinningTip__C-body-l3 {
    height: 1.73333rem;
}

.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-l3 .isLose{
    
}
.WinningTip__C-body-l3 .gameDetail {
    height: 0.37333rem;
    line-height: 0.37333rem;
    font-size: 0.29333rem;
    text-align: center;
    color: rgb(107, 107, 107);
}

.WinningTip__C-body-l4 {
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.32rem;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 0.74667rem;
    bottom: 0.74667rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.WinningTip__C-body-l4 .acitveBtn {
    height: 0.56rem;
    width: 0.56rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.26);
    border: 0.01333rem solid rgb(255, 255, 255);
    margin-right: 0.18667rem;
    position: relative;
}

.WinningTip__C .closeBtn {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/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;
}

.infiniteScroll {
    min-height: 2.66667rem;
    border-radius: 0.16rem;
}

.bet-container-items {
    padding-bottom: 0.32rem;
    margin: 0 auto;
}

.bet-container-lottery-items {
    margin-bottom: 0.32rem;
}

.bet-container {
    overflow: hidden;
    padding: 0 0.32rem;
}

.bet-container-lottery-card {
    background: var(--themeBlack);
    width: 100%;
    border-top-left-radius: 0.13333rem;
    border-top-right-radius: 0.13333rem;
    padding: 0.34667rem 0.32rem;
}

.ar-1px-t, .ar-1px-b, .ar-1px-tb, .ar-1px-rb, .ar-1px-l, .ar-1px-r {
    position: relative;
}

.bet-container-lottery-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 0.16rem;
}

.bet-container-lottery-card-header .h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bet-container-lottery-card-header .h1 h2 {
    font-weight: 700;
    font-size: .4rem;
    color: #fff;
    padding-bottom: 0.10667rem;
}

.bet-container-lottery-card-header .h1 span {
    font-size: .37333rem;
    color: #e98613;
}

.bet-container .colorE98613 {
    color: #e98613!important;
}

.bet-container-lottery-card-header p {
    font-size: .29333rem;
    color: #768096;
}

.ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.01333rem;
    border-bottom:1px solid #e1e1e131;
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.bet-container-lottery-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0.33333rem;
}

.bet-container-lottery-items img {
    display: block;
    width: 100%;
    height: 0.58667rem;
}

.bet-container-lottery-card-info img {
    width: 0.26667rem;
    height: 2.81333rem;
    margin-right: 0.34667rem;
}

.bet-container-lottery-card-info ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.bet-container-lottery-card-info ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    color: #7e829f;
    padding-bottom: 0.13333rem;
    position: relative;
}

.bet-container-lottery-card-info ul li span {
    color: #768096;
}

.bet-container-lottery-card-info ul li h2 {
    font-size: inherit;
}

.bet-container-lottery-note-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-top: 0.13333rem;
}

.bet-container-lottery-note-result img {
    width: 0.26667rem;
    height: 1.54667rem;
    margin-right: 0.34667rem;
}

.bet-container-lottery-note-result div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: .37333rem;
    color: #333;
}

.bet-container-lottery-note-result div h1 {
    padding-bottom: 0.56rem;
    font-size: inherit;
}

.bet-container-lottery-note-result div h2 {
    color: #7e829f;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: inherit;
}

.bet-container-lottery-note-result div h2 p[data-v-8de75a26] {
    color: #ff7172;
    width: 0.66667rem;
    height: 0.66667rem;
    display: inline-block;
    line-height: .66667rem;
    text-align: center;
    border-radius: 0.66667rem;
    background: url(../images/numberBG-5096ec20.png) no-repeat right/contain;
    font-weight: 700;
    font-size: .4rem;
}

.bet-container-lottery-note-result div h2 span {
    display: inline-block;
    text-align: center;
    min-width: 1.33333rem;
    height: 0.66667rem;
    line-height: .61333rem;
    color: #fff;
    border: 0.01333rem solid #fff;
    border-radius: 0.13333rem;
    margin-left: 0.16rem;
}

.bet-container-lottery-note-result div h2 .bigClass {
    border-color: #fccc52;
    color: #fccc52;
}

.green_violet {
    background-image: -webkit-linear-gradient(top left,#006931 50%,#e8e7e8 0);
    background-image: linear-gradient(to bottom right,#006931 50%,#e8e7e8 0);
    color: #333!important;
}

.bet-container-lottery-note-result div h2 span {
    display: inline-block;
    text-align: center;
    min-width: 1.33333rem;
    height: 0.66667rem;
    line-height: .61333rem;
    color: #fff;
    border: 0.01333rem solid #fff;
    border-radius: 0.13333rem;
    margin-left: 0.16rem;
}

.bet-container-lottery-note-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.26667rem 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bet-container-lottery-note-box>div {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0.13333rem 0;
    background: #f7f8ff;
    border: 0.01333rem solid #d2d7f2;
    border-radius: 0.13333rem;
    height: 1.6rem;
}

.bet-container-lottery-note-box-para {
    font-size: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bet-container-lottery-note-box-para h3 {
    font-size: .37333rem;
    color: #768096;
}

.bet-container-lottery-note-box>div span {
    font-size: .32rem;
    color: #768096;
    display: inline-block;
    margin-top: 0.16rem;
}

.bet-container-lottery-note-box-para h4 {
    font-size: .37333rem;
    color: #2aab79;
}

.bet-container-lottery-note-box-para .h4_red {
    color: #fb4e4e;
}

.infiniteScroll__loading {
    width: 100%;
    min-height: 1.4rem;
    margin-top: auto;
    padding-bottom: 0.4rem;
    color: #999;
    font-size: .37333rem;
    text-align: center;
}

.transRecord__container-content__card {
    background:var(--themeBlack);
    border-radius: 0.13333rem;
    margin-bottom: 0.34667rem;
}

.transRecord__container-content__card-top {
    background-color: #2B3270;
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.13333rem 0.13333rem 0 0;
    padding-left: 0.26667rem;
}

.transRecord__container-content__card-top h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: .4rem;
    color: #fff;
}
 
.transRecord__container-content__card-mid {
    padding: 0.26667rem 0.13333rem;
}

.transRecord__container-content__card-mid .line {
    position: relative;
    height: 0.8rem;
    padding: 0.21333rem 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .32rem;
    margin-bottom: 0.13333rem;
}

.LoginP-container {
    height: 100%;
    padding-inline: 0.53333rem; overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.LoginP-container-form {
    position: relative;
    margin-top: 1.33333rem;
    overflow: hidden;
}

.LoginP-container-form .passwordInput__container {
    margin-bottom: 20px;
}

.passwordInput_container-label, .passwordInput_container-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.02667rem;
}



.passwordInput_container-label_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.LoginP-container-tips {
    margin-top: -0.26667rem;
    margin-bottom: 0.16rem;
    padding-left: 0.22667rem;
    color: #ff7172;
    font-size: .32rem;
}

.LoginP-container-remember {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .34667rem;
    line-height: .34667rem;
}

.LoginP-container-remember span {
    color: #768096;
}

.LoginP-container-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.LoginP-container-button button {
    width: 7.73333rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .05333rem;
    border-radius: 1.06667rem;
    border: none;
    background: var(--main_gradient-color);
}

.LoginP-container-form .mgb48 {
    margin-bottom: 0.64rem!important;
}

.rpwd__C .login_container-tab {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 0.4rem;
    padding: 0px 0.53333rem;
}

.rpwd__C .login_container-tab .tab {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    background: rgb(247, 248, 255);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.18667rem 0px;
    -webkit-box-align: center;
    align-items: center;
    min-height: 1.86667rem;
    border-bottom: 0.02667rem solid rgb(221, 221, 221);
}

.rpwd__C .login_container-tab .basicimg, .rpwd__C .login_container-tab .phoneactive, .rpwd__C .login_container-tab .emailactive, .rpwd__C .login_container-tab .emialbg, .rpwd__C .login_container-tab .phonebg {
    width: 0.64rem;
    height: 0.64rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.rpwd__C .login_container-tab .phoneactive {
    background-image: url(../images/phoneactive-d3ea66d4.png);
}

.rpwd__C .login_container-tab .tab .font30 {
    font-size: 0.4rem;
    color: rgb(136, 136, 136);
    text-align: center;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    word-break: break-all;
    white-space: pre-wrap;
}

.rpwd__C .login_container-tab .active .font30 {
    color: rgb(255, 152, 50);
}

.rpwd__C-form {
    position: relative;
    margin-top: 0.74667rem;
    overflow: hidden;
    padding-inline: 0.53333rem; }

.rpwd__C-form .tab-content {
    display: none;
}

.rpwd__C-form .activecontent {
    display: block;
}

.phoneInput__container {
    margin-bottom: 0.8rem;
}

.phoneInput_container-label, .phoneInput_container-input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 0.02667rem;
}


.phoneInput_container-label_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.phoneInput__container-input {
    gap: 0.24rem;
}

.dropdown {
    position: absolute;
    width: 2.48rem;
    height: 1.17333rem;
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 1.17333rem;
    background: #2B3270;
    outline: none;
    border-radius: 0.26667rem;
}

.dropdown__value i {
    margin-left: 0.13333rem;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.phoneInput__container-input input {
    width: 80%;
    height: 1.17333rem;
    margin-left: 2.66667rem;
    padding: 0.36rem 0.34667rem;
    color: #9195a3;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.van-icon-arrow-down:before {
    content: "";
}

.passwordInput__container {
    margin-bottom: 0.53333rem;
}

.verifyInput__container {
    margin-bottom: 0.8rem;
    padding: 0px 0.02667rem;
}

.verifyInput__container-label, .verifyInput__container-input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.verifyInput__container-label {
    margin-bottom: 0.32rem;
    color: #9195a3;
    font-size: 0.4rem;
}

.verifyInput_container-label_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.verifyInput__container-input {
    position: relative;
    gap: 0.24rem;
    border-radius: 0.26667rem;
}

.verifyInput__container-input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #2B3270;
}

.verifyInput__container-input button {
    position: absolute;
    right: 0.26667rem;
    width: 2.53333rem;
    height: 0.93333rem;
    color: rgb(255, 255, 255);
    font-size: 0.34667rem;
    border: none;
    border-radius: 1.92rem;
    background: linear-gradient(90deg, #2B3270, #383cbc);
}

.verifyInput__container-tip {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 0.24rem;
    color: rgb(172, 175, 194);
}

.verifyInput__container-tip i {
    font-size: 0.48rem;
    margin-inline: 0.09333rem; }

.verifyInput__container-tip span {
    font-size: 0.32rem;
}

.verifyInput__container-tip span:last-of-type {
    margin-left: 0.32rem;
    color: rgb(255, 152, 50);
}

.register__container-remember .van-checkbox {
    display: inline-flex;
    width: 100%;
}

.transRecord__container-content__card-mid .line .left {
    color: #7e829f;
    z-index: 1;
}

.transRecord__container-content__card-mid .line .right {
    color: #768096;
    font-family: 'Roboto', 'Inter', sans-serif;
}

.transRecord__container-content__card-mid .line:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 0.8rem;
    background: no-repeat url(../images/trans-84086e2c.png) 100%;
    top: 0;
    left: 0;
}

.transRecord__container-content__card-mid .line .red {
    color: red;
}

.transRecord__container-content__card-mid .line:last-child .right {
    font-size: .48rem;
}

.transRecord__container-content__card-bot {
    padding: 0 0.13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.transRecord__container-content__card-bot .textarea {
-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 1.6rem;
    border-radius: 0.13333rem;
    padding-top: 0.26667rem;
    padding-left: 0.28rem;
    resize: none;
    margin-bottom: 0.29333rem;
    font-size: .29333rem;
    background-color: #262739;
    border: none;
}

.transRecord__container {
    padding-inline: 0.32rem; padding-block: 0 1.49333rem; font-family: bahnschrift;
    padding-top: 20px;
}

.transRecord__container-content__card-mid .line .green {
    color: green;
}

.show_pass {
    display: none;
}

.fa-eye-slash .show_pass {
    display: block;
}

.fa-eye-slash .hid_pass {
    display: none;
}

.verifyInput__container-label__icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.copy_btn button {
    width: 8.8rem;
    height: 100%;
    color: #fff;
    font-size: .4rem;
    font-weight: 700;
    letter-spacing: .01333rem;
    border: none;
    border-radius: 99rem;
    background: -webkit-linear-gradient(top, #2AAAF3 0%, #2979F2 100%);
    background: linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
    position: relative;
}

.copy_btn input {
    position: absolute;
    z-index: -10;
}

.copy_btn button:active {
    background: #e42622;
    color: #fff;
}

.copy_btn button:before {
    content: "Copied";
    position: absolute;
    top: 0;
    right: 0px;
    background: #2b3270;
    padding: 8px 10px;
    font-size: 15px;
    display: none;
    width: 100%;
    height: 1.06667rem;
    box-sizing: border-box;
    border-radius: 0.26667rem;
}

.copy_btn.active button:before, .copy_btn.active button:after {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy_btn {
    display: flex;
    justify-content: center;
    margin: .48rem 0 .34667rem;
    width: 100%;
    height: 1.06667rem;
    line-height: 1.06667rem;
    text-align: center;
    position: relative;
}

.Betting__Popup-input {
    padding: 0px 10px;
}

.howToPlay .wingo_howTpPlay, .howToPlay .howToPlayContent .van-overlay {
    display: block !important;
}

.TimeLeft__C-PreSale-body .content {
    line-height: 1.5;
}


.about-container-content h1 {
    font-size: 20px;
}

.about-container-content h2 {
    font-size: 18px;
    padding-bottom: 10px !important;
}

.about-container-content h3 {
    font-size: 16px;
    padding-bottom: 10px !important;
}

.redeem_result {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
    font-size: .4rem;
    color: #fff;
}

.redeem_result img {
    width: 0.64rem;
    padding-right: 0.13333rem;
}

.redeem_result .redeem_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
}

.userInfo__container-content-uid {
    background: #374992;
    border-radius: 0.53333rem;
    padding: 0.06667rem 0;
    color: #fff;
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    width: 4.3rem;
    padding-left: 5px;
    padding-right: 5px;
}

.userInfo__container-content-logintime {
    font-size: .29333rem;
    color: #fff;
}

.userInfo__container-content-uid span {
    padding-left: 3px;
}

.userInfo__container-content-uid .copy_uid {
    flex-grow: 1;
}

.login_success {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_success .model_iner {
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 200px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 60%;
    text-align: center;
}

.login_success .model_iner img {
    width: 100px;
}

.copy_upi {
    display: inline-block;
    position: relative;
    color: #fff;
}

.copy_upi input {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.copy_upi:before {
    content: "Copied";
    position: absolute;
    top: 0;
    right: 0px;
    background: #fff;
    padding: 0px 10px;
    font-size: 15px;
    display: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.26667rem;
}

.copy_upi.active:before {
    display: flex;
    justify-content: center;
    align-items: center;
}

.WinningTip__C-body:not(.isL) div#isloss {
    display: none;
}

.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 .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;
}

.GameRecord__C-body-num.defaultColor.clr4 {
    color: #40ad72;
}

.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-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;
}

.game_filter {
    line-height: normal;
}

.game_filter select {
    width: 100%;
    border: 1px solid #d01f95;
    border-radius: 3px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: #2B3270;
    color: #efefef;
}

.changlongEnter {
    display: none;
}

.dailySignIn__container .task-panel .task-item-header .hearder-status {
    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;
    min-width: 3.46667rem;
    padding: 0.2rem 0;
    color: #fff;
    border-bottom-right-radius: 0.33333rem;
    font-size: .37333rem;
    font-weight: 700;
}

.bet_details {
    text-align: center;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    box-sizing: content-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 70%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
    text-align: center;
    background: rgb(0 0 0 / 70%);
    border-radius: 8px;
    word-wrap: break-word;
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 8px 12px;
    word-break: break-word !important;
    z-index: 2009;
}

.bithdrawable_amount {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0.26667rem;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 0.06667rem;
    color:rgb(118, 128, 150);
    margin-bottom: 12px;
    border-bottom: solid 1px;
}

.bithdrawable_amount>div {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0.06667rem 0px;
    -webkit-box-align: center;
    align-items: center;
}

.bithdrawable_amount>div span {
    text-align: left;
}

.bithdrawable_amount input {
    border: 0.01333rem solid var(--main-color);
    border-radius: 0.13333rem;
    width: 1.94667rem;
    height: 0.48rem;
    line-height: 0.29333rem;
    background: none;
    color: var(--main-color);
    outline: none;
}

.bithdrawable_amount div .right {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.4rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
}

.bithdrawable_amount span.yellow {
    color: rgb(255, 152, 50);
}

.bithdrawable_amount>div span h6 {
    display: inline;
    color: var(--main-color);
    font-size: 12px;
}

.dailySignIn__container .task-panel .task-item-header {
    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;
    margin-top: -0.06667rem;
    border-bottom: .01333rem solid #374992;
    padding-right: 0.26667rem;
}


.dailySignIn__container .task-panel .task-item-header .headerR {
    color: #acafc2;
    font-size: .37333rem;
}

.dailySignIn__container .task-panel .task-item-type .type-title {
    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;
    height: 0.64rem;
    background-size: 0.64rem;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
}

.dailySignIn__container .task-panel .task-item img {
    width: 0.53333rem;
    height: 0.53333rem;
}

.home_menu .menu_item .img_wrpr {
    position: relative;
    min-height: 64px;
    width: 64px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    max-height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.home_menu .menu_item .img_wrpr span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.dailySignIn__container .task-banner {
}

.dailySignIn__container .task-banner div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dailySignIn__container .task-banner div img {
    width: 2.66667rem;
    height: 2.66667rem;
}

.dailySignIn__container .task-banner .banner-title {
    font-size: .48rem;
    color: #fff;
    margin-bottom: 0.26667rem;
}

.dailySignIn__container .task-banner .banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.dailySignIn__container .task-panel {
    padding: 0 0.26667rem;
}

.dailySignIn__container .task-panel .task-item {
    width: 100%;
    background: var(--themeBlack);
    border-radius: 0.26667rem;
    overflow: hidden;
    padding: 0 0 0.13333rem;
    margin-bottom: 30px;
}

.dailySignIn__container .task-panel .task-item-header .hearder-status.day {
    background: #61A9FF;
}


.dailySignIn__container .task-panel .task-item-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0.26667rem 0.26667rem 0;
}

.dailySignIn__container .task-panel .task-item-type .type-tip {
    color: #61a9ff;
    font-size: .37333rem;
    margin-left: .26667rem;
}

.dailySignIn__container .task-panel .task-item-description {
    color: #acafc2;
    padding: .26667rem;
    background: #323A7C;
    border-radius: .13333rem;
    margin: .26667rem;
    font-size: .29333rem;
}

.dailySignIn__container .task-panel .task-item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .13333rem .26667rem;
    color: #fff;
}

.dailySignIn__container .task-panel .task-item-bottom .bottom-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #4dd8ef;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dailySignIn__container .task-panel .task-item-bottom img {
    margin-right: 0.13333rem;
}

.dailySignIn__container .task-panel .task-item .btn {
    color: #fff;
    font-size: .4rem;
    font-weight: 700;
    border-radius: 0.53333rem;
    text-align: center;
    padding: 0.16rem 0;
    margin: 0.26667rem 0.2rem 0.13333rem;
}

.dailySignIn__container .task-panel .task-item .btnOther.status1 {
    color: #61a9ff;
    border: .01333rem solid #61A9FF;
}

.dailySignIn__container .task-banner div.banner_content {
    display: block;
}

.dailySignIn__container {
    font-family: Inter, sans-serif;
    padding-bottom: 100px;
    font-size: 14px;
}

.bet_details {
    text-align: center;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    box-sizing: content-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 70%;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
    text-align: center;
    background: rgb(0 0 0 / 70%);
    border-radius: 8px;
    word-wrap: break-word;
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 8px 12px;
    word-break: break-word !important;
    z-index: 2009;
}

.btn.btn-primary {
    font-size: .4rem;
    z-index: 88;
    background: var(--main-color);
    max-width: 10rem;
    height: 0.93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
        border: none;
}

.more-result-btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a, .simple-pagination li span {
    color: #768096;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #FF7182;
    border-color: #FF7182;
}

.simple-pagination .prev.current, .simple-pagination .next.current {
    background: #e04e60;
}

@media (min-width: 501px) {
    .van-popup.van-popup--bottom {
        max-width: 10rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 2.5rem!important;
    }
}

@media (max-width: 560px) {
    html {
        font-size: 10vw !important;
    }

    .userInfo__container-content-uid {
        width: 4rem;
    }
}

/* VIP */
.vip {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: .32rem;
    color: #768096;
    padding-bottom: .8rem;
}

.vip-header {
    background: var(--main_gradient-color);
    height: 4.4rem;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 .45333rem;
}

.vip-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.vip-header-wrapper-avatar {
    width: 1.86667rem;
    height: 1.86667rem;
    border-radius: 50%;
    margin-right: .26667rem;
    overflow: hidden;
    border: .05333rem solid #0255cd;
}

.vip-header-wrapper-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vip-header-wrapper-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .26667rem 0;
}

.vip-header-wrapper-name-vip {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    color: #fff;
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(../images/0-78e1ab02.png);
    background-size: 1.33333rem .58667rem;
}

.vip-header-wrapper-name-nickName {
    width: 3.06667rem;
    border-radius: .53333rem;
    padding: 0 .24rem;
    color: #fff;
    font-size: .37333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 100%;
}

.vip-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-inline: .33333rem; }

.vip-content-empirical {
    position: absolute;
    top: -.93333rem;
    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>div {
    width: 9.36rem;
}

.vip-content-empirical>div {
    background: var(--themeBlack);
    border-radius: .13333rem;
    width: 4.4rem;
    text-align: center;
    padding: .2rem;
    gap: .10667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.red {
    color: var(--lightText);
}

.vip-content-empirical>div {
    line-height: .48rem;
}

.vip-content-empirical>div>p.red {
    font-weight: 500;
    font-size: .37333rem;
}

.vip-content-empirical>div .timeTop {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
}

.vip-content-empirical>div>p>span {
    color: var(--lightText);
    font-weight: 900;
    font-size: .48rem;
}

.vip-content-tip {
    margin-top: 1rem;
    border-radius: .13333rem;
    border: .01333rem solid #DADDF0;
    padding: .16rem .26667rem;
    line-height: .37333rem;
    margin-bottom: .2rem;
    font-size: .29333rem;
    color: #768096;
}

.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 5px;
}

.vip-content-card-item {
    padding: 10px 5px;
}

.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: var(--themeBlack);
}

.vip-content-weal-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -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: 600;
    font-size: .42667rem;
    padding-bottom: .26667rem;
}

.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: #fff;
}

.vip-content-weal-con>div:nth-of-type(2)>span {
    color: #acafc2;
}

.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 #0255cd;
    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: #0255cd;
}

.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-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-weal-con>div:nth-of-type(3)>p svg path {
    fill: #61a9ff;
}

.vip-content-recordVsrule {
    margin-top: .4rem;
}

.vip-content-recordVsrule-head {
    border-radius: .16rem;
    height: 1.17333rem;
    color: #acafc2;
    font-size: .42667rem;
    line-height: 1.17333rem;
}

.vip-content-recordVsrule-head button {
    width: 100%;
    height: 100%;
    background: #e8e7e8;
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #333;
    text-align: center;
    overflow: hidden;
    border: none;
}

.vip-content-recordVsrule-head button.active {
    color: #fff;
    border-radius: .16rem;
    background :linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
}

.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;
}

/* End VIP */
@media (min-width: 501px) {
    .van-popup.van-popup--bottom {
        max-width: 10rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 2.5rem!important;
    }
}

@media (max-width: 560px) {
    html {
        font-size: 10vw !important;
    }

    .userInfo__container-content-uid {
        width: 4rem;
    }
}

/* bet rebate*/
.Laundry-page .laundry-page_container .laundry-page_box {
    background: var(--themeBlack);
    border-radius: .13333rem;
    padding: .2rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .title {
    height: .66667rem;
    line-height: .66667rem;
    font-size: .37333rem;
    color: #f5f3f0;
}

.Laundry-page .laundry-page_container .laundry-page_box .lab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-width: 3.33333rem;
    max-width: 100%;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: .56rem;
    height: .66667rem;
    line-height: .66667rem;
    border: .01333rem solid var(--main-color);
    border-radius: .13333rem;
    padding: 0 .16rem;
    font-size: .29333rem;
    gap: .12rem;
    color: var(--main-color);
}

.Laundry-page .laundry-page_container .laundry-page_box .lab svg {
    width: .48rem;
    height: .48rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .number {
    color: #f5f3f0;
    font-weight: 700;
    font-size: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    margin: .26667rem 0;
}

.Laundry-page .laundry-page_container .laundry-page_box .txt {
    background: #4d4d4c;
    margin-bottom: .2rem;
    width: 85%;
    line-height: .4rem;
    padding: .2rem;
    font-size: .29333rem;
    border-radius: .13333rem;
    color: #768096;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item {
    width: calc(50% - .09333rem);
    background: var(--themeBlack);
    padding: .2rem;
    border-radius: .13333rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .tit {
    color: #768096;
    font-size: .29333rem;
    margin-bottom: .13333rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num {
    color: #758095;
    font-size: .42667rem;
    font-weight: 700;
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num.red {
    color: #d23838;
}

.Laundry-page .laundry-page_container .laundry-page_box .tip {
    padding: .2rem;
    color: #768096;
    font-size: 12px;
}

.Laundry-page .laundry-page_container .laundry-page_box .btn {
    width: 8.8rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    background: #6f7381; 
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: #f5f3f0;
    border: none;
    margin-top: .08rem;
}

.Laundry-page .laundry-page_container .laundry-page_list {
    margin-top: .26667rem;
    padding-bottom: .4rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .title {
    height: .66667rem;
    line-height: .66667rem;
    padding-left: .26667rem;
    font-weight: 700;
    font-size: .48rem;
    position: relative;
    margin-bottom: .26667rem;
    color: #f5f3f0;
}

.Laundry-page .laundry-page_container .laundry-page_list .title:before {
    display: block;
    content: "";
    height: .4rem;
    width: .08rem;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
}

.Laundry-page .laundry-page_container .laundry-page_list .list {
    margin-top: .26667rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item {
    margin-bottom: .26667rem;
    background: #333332;
    border-radius: .13333rem;
    padding: .2rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: .13333rem;
    margin-bottom: .2rem;
    border-bottom: .01333rem solid #525167;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .name {
    font-size: .4rem;
    font-weight: 700;
    color: #f5f3f0;
    margin-bottom: .2rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .time {
    font-size: .29333rem;
    color: #fff;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .state {
    font-size: .37333rem;
    color: #40c592;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #768096462;
    font-size: .32rem;
    height: 2.4rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left .imgBox {
    padding: .2rem 0;
    margin-right: .2rem;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left .imgBox .img {
    height: 100%;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left div>p {
    line-height: .8rem;
    font-size: .32rem;
    color: #768096;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right {
    text-align: right;
    color: #f5f3f0;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p {
    line-height: .8rem;
    font-size: .32rem;
    color: #f5f3f0;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p.red {
    color: #d23838;
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p.orange {
    color: #dd9138;
}

.Laundry-page {
    overflow: hidden;
    padding: 0 .32rem;
}

.Laundry-page .laundry-page_container .laundry-page_box .number svg {
    color: #d9ac4f;
    height: .64rem;
    width: .64rem;
    -webkit-margin-end: .17333rem;
    margin-inline-end: .17333rem; font-size: 12px;
}

.Laundry-page .laundry-page_container .laundry-page_list .all-record {
    height: 1rem;
    border-color: #ffffff !important;
    color: #ffffff !important;
    background: #2a306e;
}

.laundry-page_container {
    padding-top: 20px;
}

/* bet rebate*/

/* games */

body {
    font-size: 12px;
}

.game-content {
    margin-top: .2rem;
}
.daman-title.daman-line {
    padding-left: .26667rem;
}

.daman-title {
    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;
    position: relative;
    font-size: .48rem;
    margin-bottom: .05333rem;
    height: .8rem;
    font-weight: 700;
    color: #fff;
}
.daman-title.daman-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .08rem;
    height: .4rem;
    background: #759FDE;
    border-radius: .05333rem;
}
.daman-title-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.daman-title .btn-all {
    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;
    min-width: 1.86667rem;
    height: .53333rem;
    border: .01333rem solid #acafc2;
    font-size: .29333rem;
    font-weight: 400;
    line-height: .29333rem;
    color: #acafc2;
    border-radius: .13333rem;
    white-space: nowrap;
    padding: 0 .05333rem;
}
.daman-title .btn-all span {
    color: #61a9ff;
    margin-right: .10667rem;
    margin-left: .05333rem;
}
.daman-title .btn-all svg {
    height: .32rem;
    width: .32rem;
}
.daman-lottery-list .daman-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    border-radius: .26667rem;
    background: #2B3270;
    padding: .26667rem .13333rem;
    margin-bottom: .26667rem;
}
.daman-lottery-list .daman-item-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 2.13333rem;
    height: 2.93333rem;
    background: -webkit-linear-gradient(297deg, #374992 5.33%, #4675D2 93.42%);
    background: linear-gradient(153deg, #374992 5.33%, #4675D2 93.42%);
    box-shadow: 0 -.05333rem .16rem #92a7ff inset;
    border-radius: .26667rem;
}
.daman-lottery-list .daman-item-left h3[data-v-c67ad2ea] {
    color: #fff;
    text-shadow: 0 .02667rem .01333rem rgba(247, 71, 71, .36);
    font-family: Inter;
    font-size: .32rem;
    font-weight: 700;
    line-height: .66667rem;
    height: .66667rem;
    text-align: center;
    margin-top: .13333rem;
}
.daman-lottery-list .daman-item-left img {
    margin-top: .13333rem;
    width: 1.86667rem;
    max-width: initial;
}
.daman-lottery-list .daman-item-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: .12rem;
}
.daman-lottery-list .daman-item-right .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.daman-lottery-list .daman-item-right h3 {
    color: #fff;
    text-align: center;
    font-size: .42667rem;
    font-weight: 700;
    line-height: .53333rem;
    letter-spacing: .01707rem;
}
.daman-lottery-list .daman-btn {
    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;
    width: 2.66667rem;
    height: .66667rem;
    border-radius: 1.33333rem;
    line-height: .66667rem;
    color: #fff;
    text-shadow: 0 .02667rem .01333rem rgba(247, 71, 71, .36);
    font-size: .4rem;
    font-style: normal;
    font-weight: 700;
    background: -webkit-linear-gradient(top, #2AAAF3 0%, #2979F2 100%);
    background: linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
}
.cms-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: #fff;
    font-size: inherit;
}
.cms-icon svg {
    height: 1em;
    width: 1em;
}
.daman-lottery-list .daman-item-right .pool {
    background: #384A92;
    border-radius: .16rem;
    color: #fff;
    font-weight: 400;
    padding: .24rem .26667rem;
    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;
    margin-top: .13333rem;
}
.daman-lottery-list .daman-item-right .line {
    height: .48rem;
    width: .02667rem;
    background: #759FDE;
    display: inline-block;
}
.daman-lottery-list .daman-item-right .num {
    color: #43b5ec;
    font-family: Roboto;
    font-size: .34667rem;
    font-style: normal;
    font-weight: 500;
    line-height: .34667rem;
}
.daman-lottery-list .daman-item-right .tips {
    color: #fff;
    font-family: Inter;
    font-size: .29333rem;
    font-style: normal;
    font-weight: 400;
    line-height: .37333rem;
    margin-top: .26667rem;
}
.daman-lottery-list .daman-item-right .tips:before {
    content: "";
    width: .08rem;
    height: .26667rem;
    background: #759FDE;
    display: inline-block;
    margin-right: .13333rem;
    border-radius: .16rem;
}



.daman__container.allGame {
    grid-template-columns: repeat(3, 1fr);
}

.daman__container {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .21333rem;
    margin-bottom: .82667rem;
}

.daman__container.allGame .item {
    width: 2.96rem;
    min-height: 4rem;
    height: auto;
}

.daman__container .item {
    position: relative;
    width: 2.93333rem;
    height: 4rem;
    border-radius: .26667rem;
}

.gameImg{width:100%;height: 100%;display:block}
/* games */






/* Home Page Designe */
.customer img {
    filter: hue-rotate(313deg) saturate(1.3);
}
.minigame-box {
    grid-gap: 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
}
.minigame-box img {
    border-radius: 10px;
    height: 140px;
    width: 100%;
}
.tabs {
    align-items: start;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.tab-buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 23%;
}

.tab-button {
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: .5px solid #3a3a3a;
    border-radius: 0 15px 15px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    gap: 10px;
    height: 75px;
    justify-content: center;
    width: 100%;
    background-color: #2b3270;
    text-align: center;
}
.tab-button.active {
    color: #fff !important;
}
.lottery-box, .tab-button.active {
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--main-color2) 100%);
}
.tab-button img {
    width: 100%;
}
.tab-button.lottery_game img {
    width: 55%;
}
.tab-content {
    position: sticky;
    top: 100px;
    width: 77%;
}
.lottery-main-container:not(.active) {
    display: none;
}
.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.lottery-main-container .link {
    width: 100%;
}

.justify-between {
    justify-content: space-between;
}

.lottery-box, .tab-button.active {
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--main-color2) 100%);
}

.lottery-box {
    border-radius: 20px;
    color: #fff;
    height: 95px;
    margin-bottom: 10px;
    width: 100%;
}

.lottery-box .box-left {
    gap: 10px;
    padding: 15px 0 25px 15px;
}

.lottery-box .box-heading {
    font-size: 17px;
    font-weight: 700;
}

.lottery-box .box-text {
    color: #ffffffac;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
}

.lottery-box img {
    width: 90px;
}

.winning-heading {
    align-items: center;
    border-left: 5px solid #759FDE;
    color: #fff;
    display: flex;
    font-size: .48rem;
    font-weight: 700;
    height: 100%;
    justify-content: start;
    margin-top: 25px;
    padding-left: 5px;
    width: 100%;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.luckyWinners__container-wrapper__item {
    background: #2B3270;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
    justify-content: start;
    border-radius: 5px;
    margin-bottom: 5px;
    gap: 10px;
}

.winning-item-user {
    color: #e2e2e2;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 11px;
    font-weight: 500;
    gap: 5px;
    width: 40%;
}

.winning-item {
    align-items: center;
    background-color: #2B3270;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    justify-content: start;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.winning-item-user img {
    border-radius: 30px;
    height: 1.06667rem;
    width: 1.06667rem;
}

.winning-item-game {
    color: #b3b3b3;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 60%;
}

.winning-game-image {
    background: #2B3270;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    height: 45px;
    width: 65px;
}

.winning-item-game-text {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.winning-item-game-text1 {
    color: #fff;
    font-size: .34667rem;
    font-weight: 600;
    text-align: right;
}

.winning-item-game-text2 {
    color: #b3b3b3;
    font-size: .32rem;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.leader-board {
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: end;
    margin-top: -35px;
    position: relative;
    width: 100%;
}

.leader-bg-image {
    height: 55%;
    position: absolute;
    width: 100%;
}

.leader-bg-image img {
    height: 100%;
    width: 100%;
}

.leader-container {
    position: absolute;
}

.leader-container, .leader-container2 {
    height: 100%;
    width: 100%;
}

.leader {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 200px;
    margin-top: 57px;
    width: 30%;
}

.leader-image-container {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.leader-user-image {
    border-radius: 50px;
    height: 65px;
    position: absolute;
    width: 65px;
}

.leader-user-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: absolute;
}

.leader-user-container .crown {
    height: 50px;
    margin-left: -10px;
    width: 50px;
}

.leader-user-container .badge {
    height: 20px;
    width: 80px;
}

.leader-userid {
    font-size: 13px;
    font-weight: 700;
}
.winning-item.x .leader-money{line-height: .66667rem;
    width: 3.46667rem;
    height: 0.66667rem;
    margin-left: auto;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    border-radius: 9rem;
    background: rgba(117, 159, 222, .5);
}
.leader-money {
    background-color:rgba(117,159,222,.5);
    border-radius: 20px;
    font-size: 11px;
    justify-content: center;
    padding: 7px 10px;
}

.leader-money, .winning-item.x {
    align-items: center;
    display: flex;
    justify-content: center;
}

.leader.x {
    margin-top: 40px;
}

.main-footer .nav-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 10px;
}

.main-footer .active .nav-box svg {
    stroke: #2B3270;
}

.main-footer .nav-box span {
    color: #768096;
    font-size: 12px;
}

.main-footer .active .nav-box span {
    color: #2B3270;
}

.main-footer .nav-box.x {
    gap: 7px;
    margin-left: 10px;
    margin-top: -23px;
}

.main-footer .promotion-box {
    align-items: center;
    background-image: linear-gradient(180deg, var(--main-color2) 0%, var(--main-color) 100%);
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}
.popular-box {
    grid-gap: 5px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    width: 100%;
}
.popular-box-main-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 115px;
    margin-bottom: 10px;
    width: 100%;
}
.popular-box-container {
    align-items: center;
    background: -webkit-linear-gradient(325deg, #ff8e89 12.38%, #ffc3a2 87.13%);
    border-radius: 10px;
    display: flex;
    height: 90px;
    justify-content: center;
    position: relative;
    width: 100%;
}
.popular-box-container img {
    border-radius: 10px;
    height: 90%;
    width: 90%;
}
.popular-box-container svg {
    position: absolute;
    right: -5px;
    top: -5px;
}
.popular-progress-container {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    position: relative;
    width: 100%;
}
.popular-progress {
    background-color: var(--main-color);
    border-radius: 5px;
    height: 100%;
    position: absolute;
    width: 87%;
}
.popular-text {
    align-items: center;
    color: var(--mainText);
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.slots-box {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    width: 100%;
}
.slots-box img {
    border-radius: 10px;
    height: 185px;
    width: 100%;
}
.fishing-box {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    width: 100%;
}
.fishing-box img {
    height: 140px;
    width: 100%;
}
.tab-content a {
    width: 100%;
}
.viewallbtn {
    align-items: center;
    border: .5px solid var(--main-color);
    border-radius: 50px;
    color: var(--main-color);
    display: flex
;
    font-size: 14px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}
/* home page Design*/
/* Wingo page */
.curve-bg {
    background-image: var(--main_gradient-color);
    border-radius: 0 0 50px 50px;
    height: 270px;
}

.curve-bg, .game-content {
    /* position: absolute; */
    width: 100%;
}

.container {
    background-color: #22275B;
    min-height: 100vh;
    position: relative;
}

.balance-container {
    align-items: center;
    background-color: var(--mainText);
    border-radius: 20px;
    color: var(--themeBlack);
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    margin: 10px auto auto;
    padding: 0 20px;
    width: 93%;
}

.balance-container1 {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.balance-container .amt {
    font-size: 20px;
    font-weight: 700;
    gap: 20px;
}

.balance-container1 svg {
    left: 110%;
    position: absolute;
}

.balance-container2 {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    gap: 5px;
    justify-content: center;
    letter-spacing: 0;
    margin-top: 10px;
}

.balance-container3 {
    align-items: center;
    display: flex;
    font-family: Roboto, Inter, sans-serif;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.deposit-btn, .withdraw-btn {
    align-items: center;
    border-radius: 50px;
    color: var(--mainText);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    padding: 8px 25px;
    width: 40%;
}

.withdraw-btn {
    background-color: var(--main-color);
}

.deposit-btn a, .withdraw-btn a {
    color: var(--mainText);
}

.deposit-btn {
    background-color: #00ae50;
}

.game-header {
    background-image: linear-gradient(90deg, #2B3270, #383cbc);
    background-image: var(--main_gradient-color);
    color: #fff;
    color: var(--mainText);
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 102;
}

.game-header, .game-header-heading {
    align-items: center;
    display: flex;
    width: 100%;
}
.TimeLeft__C:before,.TimeLeft__C:after {
    background-color: #1c1e2f;
    border-radius: 100px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 20px;
    z-index: 10;
}

.TimeLeft__C:before {
    bottom: -19%;
}

.TimeLeft__C:after {
    top: 0;
}
.preiod, .timer {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    width: 50%;
}
.preiod {
    align-items: start;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
}
.preiod .htp {
    border: .1px solid #fff;
    border-radius: 20px;
    gap: 5px;
    justify-content: center;
    padding: 5px 10px;
}
.preiod .htp, .result-balls {
    align-items: center;
    display: flex;
}
.preiod .m-text {
    font-weight: 700;
    margin-left: 5px;
}
.result-balls {
    justify-content: space-between;
    width: 100%;
}


.result-balls>div {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 0.66667rem;
}
.result-balls>div.n0 {
    background-image: url(../images/n0-30bd92d1.png);
}

.result-balls>div.n1 {
    background-image: url(../images/n1-dfccbff5.png);
}

.result-balls>div.n3 {
    background-image: url(../images/n3-f92c313f.png);
}

.result-balls>div.n4 {
    background-image: url(../images/n4-cb84933b.png);
}

.result-balls>div.n5 {
    background-image: url(../images/n5-49d0e9c5.png);
}

.result-balls>div.n6 {
    background-image: url(../images/n6-a56e0b9a.png);
}

.result-balls>div.n7 {
    background-image: url(../images/n7-5961a17f.png);
}

.result-balls>div.n8 {
    background-image: url(../images/n8-d4d951a4.png);
}

.result-balls>div.n9 {
    background-image: url(../images/n9-a20f6f42.png);
}
.timer {
    align-items: end;
    border-left: 1px dashed #ffffff73;
    justify-content: flex-end;
}
.timer .text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.counter-container {
    display: flex;
    margin: 7px 0 10px;
}
.counter-container, .counter-container>div {
    align-items: center;
    justify-content: center;
}
.counter-container>div {
    background-color: #2B3270;
    color: #fff;
    display: block;
    display: flex !important;
    font-size: 21px;
    font-weight: 700;
    height: 30px;
    margin: 0 3px;
    width: 20px;
}
.timer .preiod-id {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    font-family: Roboto, Inter, sans-serif;
}
.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: #fff;
    align-items: center;
}
.GameRecord__C-body>div {
    background: #2B3270;
    color: #fff;
}
.record_tabs {
    margin-top: 20px;
}

/* Wingo Page*/

/* Activity Page */

.game-header-heading {
    font-size: 1.2rem;
    justify-content: center;
    position: absolute;
}
.common-header {
    align-items: center;
    background-color: #2B3270;
    color: #fff;
    display: flex;
    height: 50px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
}
.hero-header {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 67%;
    height: 300px;
    padding: 20px 10px;
    width: 100%;
}
.hero-div1, .hero-header {
    display: flex;
    flex-direction: column;
}
.hero-div1 {
    color: #fff;
    gap: 10px;
    width: 60%;
}
.hero-div1-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hero-div1-text {
    font-size: 14px;
    font-weight: 400;
}
.hero-div2 {
    background: #2B3270;
    border-radius: 10px;
    margin: auto;
    width: 93%;
}
.activity-tabs {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 15px 10px;
    width: 90%;
}
.activity-tab {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    width: 20%;
}
.activity-tab span {
    color: #ffff;
    font-size: 13px;
    text-align: center;
}


/* Invitation Bonus */
.invite-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 95%;
}
.invite-item {
    background-color: #2B3270;
    border-radius: 10px;
    width: 100%;
}
.invite-item:not(:last-child){
    margin-bottom:15px;
}
.invite-item-header {
    display: flex;
    height: 45px;
    width: 100%;
}
.invite-item-header .item-header1 {
    align-items: center;
    background-color: #2B3270;
    border-radius: 0 0 25px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 40%;
}
.invite-item-num {
    align-items: center;
    border-radius: 100px;
    color: #bdbdbd;
    display: flex;
    font-size: 14px;
    height: 25px;
    justify-content: center;
    width: 25px;
}
.invite-item-num, .receive-form {
    background-color: #2B3270;
}
.invite-item-header .item-header2 {
    align-items: center;
    border-bottom: .1px solid #dcdcdc;
    color: #ff9832;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: end;
    letter-spacing: .5px;
    padding-right: 10px;
    width: 60%;
}
.noi {
    background-color: #2B3270;
    border-radius: 2px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    padding: 5px 10px;
    width: 92%;
}
.noi span {
    width: 50%;
}
.noi .txt {
    font-size: 13px;
}
.invite-item-saparator {
    border-bottom: .5px dashed #e1e1e1;
    margin: 25px auto;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.complete-container {
    display: flex;
    width: 100%;
}
.complete-container .complete-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    width: 50%;
}
.complete-box .num {
    font-size: 21px;
    letter-spacing: 1px;
}
.complete-box .txt {
    color: #768096;
    font-size: 12px;
}
.unfinished-btn {
    margin: 15px auto;
    width: 95%;
}
.link-btn {
    border-radius: 100px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
}

.unfinished-btn .link-btn {
    background: linear-gradient(90deg, rgb(204, 206, 220) 15.38%, rgb(205, 207, 221) 98.73%);
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.unfinished-btn .link-btn.btn-success {
    background: var(--main_gradient-color);
}
/* Invitation Bonus */

/* Wallet */

.wallet-container.container .userDetail {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.28rem;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    width: 100%;
    margin-top: 20px;
}
.wallet-container.container .userDetail>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0.13333rem;
    color: #fff;
}

.wallet-container.container .userDetail>div .imgD {
    width: 1.30667rem;
    height: 1.30667rem;
    border-radius: .4rem;
    background: url(../images/boxBg-16aa52fd.png) no-repeat 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;
    margin-bottom: .13333rem;
}
.wallet-container.container .userDetail>div .imgD img {
    width: 0.85333rem;
}
.wallet-container.container .userDetail>div span {
    font-size: .32rem;
}
.wallet-container span {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: .46667rem;
    letter-spacing: .04em;
    font-size: .32rem;
    text-align: center;
}




.wallet-banner {
    align-items: center;
    background: -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
    color: var(--mainText);
    display: flex;
    flex-direction: column;
    height: 175px;
    justify-content: center;
    width: 100%;
}
.wallet-banner img {
    width: 45px;
}
.wallet-banner .balance {
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;
    font-size: 27px;
}
.fill {
    clipPath: circle(50% at 50% 50%);
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    width: 100%;
}
.fill, .space {
    border-radius: 50%;
    position: absolute;
}
.space {
    background-color: #2B3270;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.wallet-circle {
    align-items: center;
    border-radius: 200px;
    display: flex;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100px;
}
.wallet-circle .percent {
    color: var(--mainText);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-weight: 600;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mw {
    color: var(--mainText);
    font-size: 14px;
    letter-spacing: .2px;
    margin-top: 5px;
}
.ff-inter {
    font-family: Inter;
}
.money-management {
    justify-content: space-between;
    margin: 10px auto auto;
    width: 95%;
}
.img-btn, .money-management {
    align-items: center;
    display: flex;
}
.img-btn {
    flex-direction: column;
    gap: 10px;
    height: 100px;
    width: 23%;
}
.img-btn img {
    height: 65px;
    width: 65px;
}
.money-management .btn-txt {
    color: #768096;
    font-family: Inter;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}
.gamelist {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    margin: 20px auto auto;
    width: 92%;
    padding-bottom: 100px;
}
.gamelist-item {
    align-items: center;
    background-color: #2B3270;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 90px;
    justify-content: center;
    width: 97%;
}
.gamelist-item.active {
    background-image: var(--main_gradient-color);
}
.text-white {
    color: #fff !important;
}
.gamelist-item .amt {
    color: #768096;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 11px;
    font-weight: 600;
}
.gamelist-item .title {
    color: #b6bcc8;
    font-family: Inter;
    font-size: 13px;
    letter-spacing: .5px;
}
.wallet-banner .tb {
    font-family: Inter;
    font-size: 14.4px;
    margin-bottom: 20px;
}
.wallet-banner .total-container {
    align-items: center;
    display: flex;
    font-size: .7rem;
    gap: 50px;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
}

.circle-container {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 30px 10px 10px;
    width: 100%;
}
.wallet-banner .total-container .total-amt {
    font-size: 16px;
}
.wallet-banner .total-container .total-txt {
    font-size: 13px;
}
.settingPanel__container-items__title img {
    filter: hue-rotate(204deg);
}
.settingPanel__container-items__title svg {
    width: .66667rem;
    height: .66667rem;
    margin: 0 .24rem 0 0;
    color: #61a9ff;
}
/* Wallet */


/* promotion */
.promotion-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    color: #fff;
    background: -webkit-linear-gradient(top, #374992 0%, #4675D2 100%);
    background: linear-gradient(180deg, #374992 0%, #4675D2 100%);
    padding-top: .6rem;
}
.ytc-amt {
    color: var(--mainText);
    font-family: Roboto, Inter, sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.ytc-text {
    height: .64rem;
    min-width: 3.41333rem;
    background: #759FDE;
    border-radius: .66667rem;
    line-height: .64rem;
    text-align: center;
    font-size: .34667rem;
    margin-bottom: .13333rem;
    white-space: nowrap;
    padding: 0 .33333rem;
}
.tip, .ytc-text {
    font-family: var(--font-family);
    font-weight: 400;
}
.tip {
    font-size: .29333rem;
    margin-bottom: .26667rem;
}
.promo-table-container {
    width: 93%;
}

.table-header {
    background-color: #2B3270;
    background-color: var(--main-color);
}

.table-footer, .table-header {
    border-radius: 10px 10px 0 0;
    color: #fff;
    color: var(--mainText);
}
.table-row {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
}
.table-col {
    position: relative;
}
.table-col {
    font-size: 13px;
}
.table-row .table-col {
    display: block;
    text-align: center;
    width: 100%;
}
.border-s {
    border-left: 1px solid #fff;
    height: 100%;
}
.table-body {
    border-radius: 0 0 10px 10px;
}
.table-body .table-row {
    color: #768096;
    background-color: var(--themeBlack);
}
.sub-num {
    font-size: 16px;
}
.sub-num, .sub-txt {
    color: var(--mainText);
}
.sub-txt {
    font-size: 12px;
}
.text-green {
    color: #00ae50 !important;
}
.sub-link-container {
    margin: auto;
    width: 95%;
    margin-top: 10px;
}
.filter {
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
    column-gap: 7px;
}
.filter input[type="date"] {
    width: calc(35% - 5px);
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #6760c3;
}
.filter input[type="button"] {
    width: calc(30% - 5px);
    background-color: #0097ee;
    border-radius: 5px;
    border: none;
    color: #fff !important;
}
.gift-history-container {
    background-color: var(--themeBlack);
    border-radius: 10px;
    height: 400px;
    margin: 20px auto;
    padding: 10px;
    width: 95%;
}
.gift-history-header {
    align-items: center;
    color: var(--mainText);
    display: flex;
    gap: 10px;
    width: 100%;
}
.promotion-data-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 10px auto;
    width: 95%;
}
.promotion-data {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 65px;
    justify-content: center;
    width: 100%;
}
.promotion-data .sub-txt {
    color: #768096;
    font-size: 13px;
    text-align: center;
}
/* promotion */

/* Submit issues */
.SubmitIssue{
     padding-bottom:2rem;
}
.issue-container {
    margin: auto;
    width: 90%;
}
.mt-2 {
    margin-top: 20px !important;
}
.input-group {
    align-items: center;
    background: #2B3270;
    background: var(--themeBlack);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
textarea {
    color: #9195a3;
    color: var(--lightText);
}
.password {
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 6% 50%;
}
.d-input {
    background-color: #2B3270;
    background-color: var(--themeBlack);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    height: 45px;
    outline: none;
    padding: 15px;
    width: 100%;
}
input {
    color: #9195a3 !important;
    color: var(--lightText) !important;
}
input[type="file"] {
    font-size: 13px;
}
.make-att-btn {
    margin: 70px auto;
    width: 70%;
}
.make-att-btn .link-btn {
    display: block;
    width: 100%;
    outline:0;
    cursor:pointer;
    border:none;
}
.list-container {
    margin: auto;
    width: 90%;
}
.empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.noData {
    margin: auto;
    opacity: .2;
    width: 200px;
}
.select_box {
    margin: 20px 0 0;
}
.select_box select {
    width: 100%;
    border: 1px solid #d01f95;
    border-radius: 3px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: #2B3270;
    color: #efefef;
}

.issue h5 {
    color: #9195a3;
    color: var(--lightText);
    font-size: 11px;
}
.issue h5, .issue p {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.issue .footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
}
.login-time {
    color: #b6bcc8;
}
.login-time, .noti-msg {
    font-size: 13px;
    margin-top: 20px;
}
.footer .status {
    align-items: center;
    background-color: #181a53;
    background-color: var(--mainBgColor);
    border-radius: 2px;
    color: #fff;
    color: var(--mainText);
    display: flex;
    font-size: 11px;
    gap: 5px;
    justify-content: center;
    padding: 2px 10px;
}
/* Submit Issues*/


/* 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%);
}
@media (min-width: 501px) {
    .captcha_box{
        max-width: 10rem;
    }
}

.captcha {
    -webkit-user-select: none;
    user-select: none;
    margin-right: auto;
    margin-left: auto;
}
.captcha__main {
    background: rgb(244, 245, 246);
}
.captcha_background {
    width: 100%;
}
.captcha_slider {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}
.captcha__bar {
    position: relative;
    width: 100%;
    margin-top: .06667rem;
    overflow: hidden;
    text-align: center;
}
.captcha_progress_bar {
    position: absolute;
    width: 0;
}
/* Captcha */

/* Bank page */
.notice {
    align-items: center;
    background-color: var(--themeBlack);
    border-radius: 100px;
    color: var(--main-color);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 5px;
    margin: 10px auto auto;
    padding: 5px 15px;
    width: 94%;
}
.notice img {
    width: 20px;
}
.bank-input-label {
    align-items: center;
    color: var(--mainText);
    display: flex;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    margin: 40px auto auto;
    width: 92%;
}
.select-container {
    gap: 10px;
    margin: 10px auto auto;
    width: 93%;
}
.select, .select-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.bank-select select {
    background-image: var(--main_gradient-color);
    border-radius: 10px;
    color: var(--mainText);
    padding: 12px 15px;
    width: 100%;
    border: 1px solid var(--main_gradient-color);
    outline: none;
}
.select-container .select {
    width: 100%;
}
.bank-select select option {
    color: #121212;
}
.bank-input-container {
    background-color: var(--themeBlack);
    border-radius: 5px;
    color: var(--mainText);
    height: 45px;
    margin: 10px auto auto;
    width: 93%;
}
.bank-input-container input {
    border: none;
    border-radius: 5px;
    color: var(--mainText);
    height: 100%;
    outline: none;
    padding: 5px 15px;
    width: 100%;
}
.bank-submit-btn {
    margin: 20px auto auto;
    width: 93%;
}
/* bank Page */

/* Deposite Page */
.recharge_input .van-cell.van-field.amount-input {
    background: var(--themeBlack);
}
.instructions-wrapper {
    padding: 0 0.32rem 0.32rem;
}
/* Deposite Page */


/* Popup */
.msg_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}
.prompt-dialog {
    width: 8.29333rem;
    height: 12.4rem;
    border-radius: .2rem;
    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: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: none;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    padding-bottom: 100px;
}
.prompt-dialog .van-dialog__footer button:before {
    display: none;
}
.prompt-dialog .van-dialog__content {
    position: relative;
    width: 100%;
}
.prompt-dialog .promptHeader {
    background: #2b3270;
    text-align: center;
    height: 1.17333rem;
    width: 8.29333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem;
    box-sizing: border-box;
}
.prompt-dialog .van-dialog__content {
    position: relative;
    width: 100%;
    height: 100%;
}
.prompt-dialog .promptContent {
    height: 9.33333rem;
    width: 8.29333rem;
    padding: .4rem .26667rem;
    overflow-y: auto;
    background: #2b3270;
    text-align: center;
}

.prompt-dialog .promptContent h2 span {
    background-color: rgb(255, 255, 0);
}

.prompt-dialog .promptContent p {
    color: #fff;
}

.prompt-dialog .van-dialog__footer {
    z-index: 100;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    gap: .26667rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 3px #474444;
    padding: 10px;
}
.prompt-dialog .van-dialog__footer button{
    color: #fff;
    width: 80%;
    height: .93333rem;
    text-align: center;
    line-height: .93333rem;
    background: var(--main_gradient-color);
    border-radius: 1.06667rem;
    z-index: 100;
    font-weight: 700;
    font-size: .42667rem;
    font-family: Inter;
    font-style: normal;
    letter-spacing: .06667rem;
}

.prompt-dialog .van-dialog__footer:after {
    display: none;
}
.prompt-dialog .promptContent p b[style] {
    color: #000;
}
/* Popup */
/* Deposite Popup */
.deposite_popup .van-dialog__header {
    padding-top: 0;
    width: 100%;
}

.deposite_popup .header {
    min-height: 1.86667rem;
    background-color:#2B3270;
    color: #fff;
    padding-top: .33333rem;
    border-radius: .26667rem .26667rem 0 0;
}

.deposite_popup .header .title {
    font-size: .37333rem;
}

.deposite_popup .header .tip {
    font-size: .29333rem;
    font-weight: 400;
    margin-top: .26667rem;
    margin-bottom: 0;
}

.deposite_popup .container {
    padding: .26667rem .13333rem;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
    min-height: auto;
    position: static;
}

.deposite_popup .first_list-item {
    padding: .26667rem;
    border-radius: .26667rem;
    background: #eeeeee;
}

.deposite_popup .first_list-item .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .18667rem;
    color: #121212;
}

.deposite_popup .description {
    font-size: .29333rem;
    color: #4c35b7;
    margin-bottom: .26667rem;
}

.deposite_popup .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.deposite_popup .progress {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 26px;
    border-radius: 16px;
    background:var(--main_gradient-color);
}
.deposite_popup .progress .line {
    background: #dd9138;
    height: 16px;
    border-radius: 16px;
}

.deposite_popup .step {position: absolute;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translate(-50%) translateY(-50%);color: #f0f1f5;}

.deposite_popup .btn {
    width: 2.13333rem;
    min-height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    font-size: .32rem;
    margin-left: .56rem;
    border-radius: .13333rem;
    padding: 0 .13333rem;
}

.deposite_popup .btn.n2 {
    border: .01333rem solid #2B3270;
    color: #2B3270;
}

.deposite_popup .first_list-item:not(:first-child) {
    margin-top: .26667rem;
}
.deposite_popup .first_list-item .head .title span {
    color:#2B3270;
}

.first_list-item .orange {
   color: #4a36b8;
}

/* Deposite Popup */

 /*chart css*/
.Trend__C-body2 {
    font-size: .32rem;
    background-color:#fff;
}
.Trend__C-body2>div {
       height: 1.33333rem;
    padding: .45333rem .26667rem;
    background: #2a306e;
    color: #fff;
    border-top: 1px solid #2a306e;
}
.Trend__C-body2-IssueNumber {
    color: #768096;
    text-align: left;
}
.Trend__C-body2-Num {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: .42667rem;
}
.Trend__C-body2-Num-item{
    border: .01333rem solid #b6bcc8;
    color: #b6bcc8;
    margin-right: .10667rem;
}
.Trend__C-body2-Num>div{
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: 50%;
}
.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;
}
.Trend__C-body2-Num-BS {
    color:#fff;
    background: #6da7f4;
    margin-left: .24rem;
}
.Trend__C-body2-Num-BS.isB {
    background:#feaa57;
}
.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);
}
.Trend__C-body2 .line-canvas{
    position: absolute;
    top: 50%;
    left: 0;
    height: 1.33333rem;
    width: calc(100% - .64rem);
    z-index: 9;
}
/*end chart css*/
/* TRX Page */
.trx-timer {
    align-items: center;
    background-image: var(--main_gradient-color2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 210px;
    justify-content: space-between;
    margin: auto;
    padding: 20px 10px 10px;
    width: 98%;
}
.trx-preiod {
    color: var(--mainText);
    display: flex;
    font-size: 11px;
    font-weight: 400;
    justify-content: space-between;
    width: 100%;
}
.text-box {
    border: .5px solid #fff;
    border-radius: 5px;
    padding: 7px 10px;
}
.text-box {
    padding: 3px 7px !important;
}
.trx-preiod .htp {
    align-items: center;
    background-color: var(--themeBlack);
    border-radius: 20px;
    color: var(--main-color);
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 5px 10px;
}
.trx-result-balls, .trx-timer-top {
    height: 50%;
    width: 100%;
}
.text-box {
    padding: 3px 7px !important;
}
.trx-timer-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
    width: 100%;
}
.trx-preiod-id {
    color: var(--mainText);
    font-size: 14.4px;
    font-weight: 500;
    letter-spacing: 1px;
}
.dt-text {
    font-weight: 700;
}
.trx-timer-content .dt-text {
    color: var(--mainText);
    font-size: 11px;
}
.trx-counter-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 7px 0 10px;
}
.trx-counter-num {
    border: .5px solid #fff;
    border-radius: 3px;
    color: var(--mainText);
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 28px;
    margin: 0 3px;
    width: 25px;
    justify-content: center;
    align-items: center;
}
.num-bg, .trx-counter-num {
    align-items: center;
    display: flex;
    justify-content: center;
}
.trx-result-balls {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.trx-result-balls img {
    filter: saturate(1.7);
    height: 60px;
    width: 60px;
}
.trx-game-history-header {
    background-color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
    padding: 14px 15px;
}
.trx-game-history-header, .trx-history-item {
    align-items: center;
    border-radius: 5px 5px 0 0;
    color: var(--mainText);
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    width: 100%;
}
.game-history-content {
    background-color: var(--themeBlack);
    display: flex;
    flex-direction: column;
    width: 100%;
}
.trx-game-history-header, .trx-history-item {
    align-items: center;
    border-radius: 5px 5px 0 0;
    color: var(--mainText);
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    width: 100%;
}
.trx-history-item {
    font-family: var(--font-family);
    font-size: 13.6px;
    font-weight: 400;
    height: 50px;
    padding: 14px 10px;
}
.chart-item {
    border-bottom: .1px solid var(--themeBlack);
    border-radius: 5px 5px 0 0;
    color: var(--mainText);
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    justify-content: space-between;
    letter-spacing: 0;
    padding: 14px 10px;
    width: 100%;
    z-index: 1;
}
.chart-item, .chart-item span {
    align-items: center;
    display: flex;
}
    .chart-item span:first-child {
    width: 30%;
}
.nums {
    gap: 4px;
    justify-content: space-between;
    width: 100%;
}
.nums, .nums div, .size-num {
    align-items: center;
    display: flex;
}
.nums, .nums div, .size-num {
    align-items: center;
    display: flex;
}
.nums div, .size-num {
    border: .5px solid #9195a3;
    border-radius: 20px;
    color: #9195a3;
    font-size: 12px;
    height: 15px;
    justify-content: center;
    width: 15px;
}
.bg-small {
    background-color: #3b90ff !important;
}
.num-bg, .size-text-box {
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
}
.size-text-box {
    align-items: center;
    color: var(--mainText);
    display: flex;
    height: 18px;
    justify-content: center;
    width: 18px;
}
/* TRX Page*/

/* 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: #9195a3;!;
    border-radius: .13333rem;
    background: var(--themeBlack);
    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(--mainText);
    display: block;
    font-weight: 700;
    margin: 30px 0 10px;
    padding-left: 5px;
}
.gamesList__container {
    padding-left: 15px;
    padding-right: 15px;
}
.alGames__container-sticky .slider {
    margin-bottom: 0px;
}
/* All Games*/

/* First page */
.firs-load {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.firs-load-wrapper{
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.firs-load-inner {
    width: 10rem;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
    margin: 0;
}
.firs-load .load-img-wrapper, .firs-load .load-img-wrapper img {
    min-height: 100vh;
}
/* First Page */

/* Invitation Record*/
.container.invitation_record {
    padding: .32rem;
}

.invitation_record .item {
    padding: .4rem .26667rem;
    border-radius: .26667rem; 
    background: var(--themeBlack);
}

.invitation_record .item:not(:first-child) {
    margin-top: .26667rem;
}

.invitation_record .item>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.invitation_record .item .head {
     margin-bottom: .45333rem;
}

.invitation_record .item .name{
    font-size: .4rem;
    color: #fff;
}
.invitation_record .item .uid{
    font-size: .4rem;
    color: #768096;
}
.invitation_record .item .line{
    color: #768096;
    font-size: .32rem;
}
.invitation_record .item .line .amount {
    color: var(--main-color);
}
.invitation_record .item .line+.line{
        margin-top: .29333rem;
    font-size: .37333rem;
}

/* Invitation Record*/

/* InvitationRule */
.invitation_rule {
    padding: .32rem;
}
.invitation_rule>.tip {
    font-size: .34667rem;
    color: #9b9da4;
}
.dailySignInRules__container-hero{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: .13333rem auto .53333rem;
    border-radius: .26667rem;
    overflow: hidden;
}
.dailySignInRules__container-hero{
    width: calc(100% - .64rem);
    color: #fff;
}
.dailySignInRules__container-hero__wrapper{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.dailySignInRules__container-hero__wrapper-titlebox{
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
}
.dailySignInRules__container-hero__wrapper-titlebox{
    background: #3954a1;
    color: #fff;
}
.dailySignInRules__container-hero__wrapper-title{
    width: 100%;
    height: 1.06667rem;
    padding-block: .34667rem;
    font-size: .42667rem;
    line-height: .32rem;
    text-align: center;
}
.dailySignInRules__container-hero__wrapper-title{
    color: #fff;
    background: #3954a1;
}
.dailySignInRules__container-hero__wrapper ul{
        width: 100%;
}
.dailySignInRules__container-hero__wrapper ul li{
    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;
    width: 100%;
}
.dailySignInRules__container-hero li{
        background-color: #fff;
    color: #768096;
}
.dailySignInRules__container-hero__wrapper ul li div{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .37333rem;
    padding: .34667rem 0;
}
.rule{
        width: calc(100% - .64rem);
    border-top: none;
    margin: auto;
    padding: 0 .32rem .32rem;
    background-color: #fff;
    border-radius: .26667rem;
}
.ruleHead {
    position: relative;
}
.ruleHead svg{
    position: absolute;
    top: -.02667rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 6.58667rem;
    height: .8rem;
    z-index: 1;
    color: #f2413b;
    fill: #000;
    vertical-align: middle;
}
.rule .head{
        width: 100%;
    position: relative;
    height: .8rem;
    line-height: .8rem;
    color: #22275b;
    font-family: Inter;
    font-size: .42667rem;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: .16rem;
    z-index: 2;
}
.rule>div:not(.head){
    color: #768096;
    font-size: .34667rem;
    line-height: .45333rem;
    margin-bottom: .4rem;
    padding-left: .34667rem;
    position: relative;
}
.rule>div:not(.head):before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .13333rem;
    height: .16rem;
    width: .16rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    border-radius: .02667rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f2413b;
}
/* InvitationRule */

/* Avatar */
.avatar-container-content {
    padding-top: 20px;
}
.avatar-container-content .van-grid-item {
    width: 2.66667rem;
    height: 2.4rem;
}
.avatar_page .van-grid-item__content {
    background-color: transparent;
}
.avatar-container-content>div img {
    width: 2.66667rem;
    height: 2.4rem;
    border-radius: .26667rem;
}
.checked_aviator:not(.active) {
    display: none;
}
.avatar-container-content>div .van-checkbox {
    position: absolute;
    bottom: .26667rem;
    right: .26667rem;
}
.van-checkbox__icon--round .van-icon {
    border-radius: 100%;
}
.van-checkbox__icon--checked .van-icon {
    color: #fff;
    background-color: #2B3270;
    border-color: #2B3270;
}

.avatar-container-content>div .active img {
    border-color: #2B3270;
    border-width: .08rem;
    border-style: solid;
}

/* Avatar */

/* Nick Name Popup */
@media (min-width: 501px) {
    .nickname_popup .van-dialog {
        max-width: 10rem;
    }
}
.nickname_popup {
    display: none;
}
.nickname_popup .van-dialog {
    opacity: 1;
    width: 9.33333rem;
    height: 10rem;
    background: var(--main_gradient-color);
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: initial;
    visibility: visible;
}
.info-dialog-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .42667rem 0 .48rem;
}
.info-dialog-header-left{
        background: -webkit-linear-gradient(left, #fff -2.73%, rgba(230, 235, 240, 0) 91.36%);
    background: linear-gradient(90deg, #fff -2.73%, rgba(230, 235, 240, 0) 91.36%);
    border-radius: .26667rem;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: scaleX(-1);
}
.info-dialog-header span{
        width: 1.46667rem;
    height: .02667rem;
    display: inline-block;
}
.info-dialog-header-right{
        background: -webkit-linear-gradient(left, #fff -2.73%, rgba(230, 235, 240, 0) 91.36%);
    background: linear-gradient(90deg, #fff -2.73%, rgba(230, 235, 240, 0) 91.36%);
    border-radius: .26667rem;
}
.info-dialog-header h5{
    font-family: Poppins;
    font-weight: 700;
    font-size: .50667rem;
    color: #fff;
}
.info-dialog-content{
    width: 8.8rem;
    height: 8.26667rem;
    background: #fff;
    border-radius: .26667rem;
    padding: .46667rem .33333rem;
}


.nickname_popup .van-dialog__content {
    width: auto;
}

.nickname_popup .info-dialog-content-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem;
    -webkit-column-gap: .21333rem;
    column-gap: .21333rem;
}

.nickname_popup .info-dialog-content-title svg {
    width: .64rem;
    height: .64rem;
}
.nickname_popup  input[type="text"] {
    width: 8.13333rem;
    height: 1.17333rem;
    background: #f7f8ff;
    border-radius: .8rem;
    border: none;
    padding-left: .6rem;
    color: #1e2637;
}
.nickname_popup .info-dialog-footer{
    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;
    width: 100%;
    padding: .34667rem;
    position: absolute;
    bottom: -1.73333rem;
}
.nickname_popup .info-dialog-footer img {
    width: .66667rem;
}
.nickname_popup h4 {
    font-size: .32rem;
    color: #fb5b5b;
    padding-left: .6rem;
    padding-top: .29333rem;
    display: block !important;
}

.nickname_popup .van-dialog__footer {
    z-index: 100;
    position: fixed;
    bottom: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    gap: .26667rem;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
/* Nick Name Popup */

/* InvitationRules */
.tip-box {
    color: #768096;
    font-size: 14px;
    margin: auto auto 10px;
    width: 91%;
}
.table-container {
    margin: 10px auto;
    width: 92%;
}
.rule-container {
    background-color: var(--themeBlack);
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
    width: 92%;
}
.rule-container .list {
    margin-bottom: 20px;
    padding-left: 5px;
    position: relative;
}
.rule-container .list:before {
    background: var(--main-color);
    border-radius: 1px;
    content: "";
    display: block;
    flex: none;
    height: 7px;
    left: -10px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 7px;
}
.rule-container .list span {
    color: #768096;
    font-size: 14px;
}
.InvitationRule {
    padding-bottom: 100px;
}
.InvitationRule .container {
    padding-top: 10px;
}
/* InvitationRules */

/* Notification */
.notification-container {
    padding: 0 .32rem .4rem;
    padding-top: 20px;
}
.infiniteScroll {
    min-height: 2.66667rem;
    border-radius: .16rem;
}
.notification-container-content {
    min-height: 2.66667rem;
    background: var(--themeBlack);
    border-radius: .26667rem;
    padding: .34667rem .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .32rem;
    color: #7e829f;
}
.notification-container-content-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.notification-container-content-title svg {
    min-width: .66667rem;
    min-height: .66667rem;
    -webkit-margin-end: .16rem;
    margin-inline-end: .16rem;
        width: 1em;
    height: 1em;
}
.notification-container-content-title span{
    font-size: .42667rem;
    color: #fff;
}
.notification-container-content-desc{
    margin-top: .32rem;
    word-break: break-all;
    color: #acafc2;
    font-size: 14px;
    line-height: 1.3;
}
.notification-container-content h5 {
    margin-top: .34667rem;
    font-size: .32rem;
    color: #cd0296;
}
/* Notification */
.Red-Violet.WinningTip__C-body-l2 > div {
    background: -webkit-linear-gradient(top left, #fb4e4e 50%, #b658fe 0);
    background: linear-gradient(to bottom right, #fb4e4e 50%, #b658fe 0);
}
.Red.WinningTip__C-body-l2 > div {
   background: #fd565c;
}
.Green.WinningTip__C-body-l2 > div{
background: #40ad72;
}
.Green-Violet.WinningTip__C-body-l2 > div{
	background: -webkit-linear-gradient(top left, #40ad72 50%, #eb43dd 0);
    background: linear-gradient(to bottom right, #40ad72 50%, #eb43dd 0);
}

