*{
    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
}

.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: #9195a3;
}
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: 1.6rem;
}
.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;
}
.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: #f7f8ff;
    z-index: 100;
    background: #2b3270 !important;
}
.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{
    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 {
    height: 80%;
}
.navbar__content-center{
    color: #333;
    font-size: .48rem;
    line-height: .48rem;
}
.navbar__content-right{
    position: absolute;
    right: 0.32rem;
}
.content_home .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;
}
.content_home .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_home .content__right .message img {
    width: 0.64rem;
    height: 0.64rem;
}
.content_home .content__right .down {
    font-size: .53333rem;
    margin-top: -0.13333rem;
    width: 0.64rem;
    height: 0.64rem;
    margin-left: 0.64rem;
}
.slider img{
    width: 100%;
    height: 4.50667rem;
    -webkit-filter: drop-shadow(0 0.05333rem 0.05333rem rgba(208,208,237,.36));
    filter: drop-shadow(0 0.05333rem 0.05333rem rgba(208,208,237,.36));
}

svg {
    height: 100%;
}
.noticeBar__container>svg{
    width: 0.42667rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: auto;
    margin-right: 0.22667rem;
    fill: #61A9FF;
}
.noticeBar__container>svg path {
    fill: #61A9FF;
    stroke: #61A9FF;
}
.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;
        margin-left: .13333rem;
}
.noticeBar__container-body-text{
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content;
    max-height: 0.98667rem;
    line-height: .49333rem;
    -webkit-animation: marquee-6c05b3dc 7s linear infinite;
    animation: marquee-6c05b3dc 7s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: column;
    -webkit-justify-content: column;
    justify-content: column;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}

.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 {
    padding: 0 0.34667rem;
}
.luckyWinners__container>h1 {
    position: relative;
    margin-bottom: 0.34667rem;
    padding-left: 0.26667rem;
    font-size: .48rem;
    font-weight: 700;
        color: #fff;
}
.luckyWinners__container>h1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.4rem;
    background: #759FDE;
}
.luckyWinners__container-wrapper {
    overflow: hidden;
    padding-bottom: 20px;
}
.luckyWinners__container-wrapper__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 1.6rem;
    margin-bottom: 0.13333rem;
    padding: 0.26667rem 0.24rem;
    border-radius: 0.13333rem;
    background: #2B3270;
}
.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: #fff;
    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;
}
.luckyWinners__container-wrapper__item-winAmount {
    text-align: center;
    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-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.luckyWinners__container-wrapper__item-winAmount h1 {
    color: #fff;
    font-size: .34667rem;
    font-weight: 600;
    margin-bottom: 0.13333rem;
}
.luckyWinners__container-wrapper__item-winAmount span {
    color: #aeb0c6;
    font-size: .32rem;
}
.dailyProfitRank {
    padding: 0.66667rem 0 0.13333rem;
}
.dailyProfitRank h1 {
    position: relative;
    margin-bottom: 1.89333rem;
    padding-left: 0.26667rem;
    font-size: .48rem;
    font-weight: 700;
    color: #fff;
}
.dailyProfitRank h1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.4rem;
    background: #759FDE;
}
.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: rgba(117,159,222,.5);
}
.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: #2B3270;
    border-radius: 0.13333rem;
}
.dailyProfitRank__content-list__item span.left-rank {
    margin-right: 0.41333rem;
    color: #61a9ff;
    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: #fff;
    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: rgba(117,159,222,.5);
}
.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.active {
    color: #43b5ec;
}
.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: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>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 svg {
    display: block;
    width: .57333rem;
    height: .58667rem;
}
.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: " ";
}
.van-dialog .van-button__text {
    color: #fff;
    width: 80%;
    height: 0.93333rem;
    text-align: center;
    line-height: .93333rem;
    background: #f13f39;
    border-radius: 1.06667rem;
    z-index: 100;
    font-weight: 700;
    font-size: .42667rem;
    font-family: Inter;
    font-style: normal;
    letter-spacing: .06667rem;
    text-shadow: 0 0.05333rem 0.02667rem rgba(231,65,65,.5);
}
.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 rem;
    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_home .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(left,#f83b3a 0%,#ff746b 100%)!important;
    background: linear-gradient(90deg,#f83b3a 0%,#ff746b 100%)!important;
    background: rgb(43, 50, 112) !important;
}

.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: 2.98667rem 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;
}
.login__container .login_container-tab .active {
}
.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 .login_container-tab .active {
}
.login__container .login_container-tab .phonebg {
    background-image: url(../images/login-with-phone.png);
}
.login__container .login_container-tab .phoneactive {
    background-image: url(../images/login-with-phone-red.png);
}
.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 {
    width: 2.48rem;
    height: 1.17333rem;
    color: #fff;
    text-align: center;
    line-height: 1.17333rem;
    outline: none;
    border-radius: 0.26667rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    margin-right: 0.24rem;
    position: relative;
}
.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: #fff;
}
.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: #fff;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
}
.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: #323A7C;
}
.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-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 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 .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: #fff;
    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: #fff;
    font-size: .37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #323A7C;
}
.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 {
    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: 0 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-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-uid {*/
/*    width: 3.3rem;*/
/*    background: #ff595a;*/
/*    border-radius: 0.53333rem;*/
/*    padding: 0.06667rem 5px;*/
/*    color: #fff;*/
/*    font-size: 11px;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*    -webkit-justify-content: space-around;*/
/*    justify-content: space-around;*/
/*    position: relative;*/
/*}*/
/*.userInfo__container-content-logintime {*/
/*    font-size: .29333rem;*/
/*    color: #fff;*/
/*}*/
.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: #374992;
}
.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;
}
.totalSavings__container-header__subtitle img{
    width: 0.56rem;
    margin-left: 0.21333rem;
}
.ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .01333rem;
    border-bottom: .01333rem solid #374992;
    color: #374992;
    -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(3,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: #fff;
    padding: 0.24rem;
    margin: 0.13333rem 0;
    background: #2B3270;
    border-radius: 0.13333rem;
}
.financialServices__container-box>div img {
    width: 1.06667rem;
}
.financialServices__container-box-para{
    padding: 0 0.13333rem;
    box-shadow: none!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.financialServices__container-box>div>div {position: relative;padding: .13333rem;}
.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-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
    padding-bottom: 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 {
    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: .37333rem;
    padding: 0.33333rem 0;
}
.settingPanel__container-items__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.settingPanel__container-items__item img {
    width: 0.66667rem;
    height: auto;
    margin: 0 0.24rem 0 0;
}

.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: #fff;
}
.serviceCenter__container-items__item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 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;
}
.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 img {
    width: 0.53333rem;
    height: auto;
}
.wallet-container-header {
    background: -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
    width: 100%;
    color: #fff;
    padding-bottom: .53333rem;
}
.wallet-container-header .navbar-fixed {
    background: linear-gradient(90deg, rgb(55, 73, 146) 0%, rgb(70, 117, 210) 100%) !important;
}
.wallet-container-header-belly {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wallet-container-header-belly img {
    width: 1.06667rem;
}
.wallet-container-header-belly>div:nth-of-type(1) {
    margin: 0.10667rem 0;
    font-size: .64rem;
    line-height: .64rem;
}
.wallet-container-header-belly span {
    font-size: .34667rem;
}
.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-container span.no-balance {
    display: none;
}
.wallet-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: 1rem;
    padding-inline: 0.4rem;
    padding-bottom: 2rem;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wallet-container-content .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: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 9.06667rem;
    padding: .62667rem .18667rem .26667rem;
    font-family: bahnschrift;
    border-radius: .26667rem;
    background-color: #2b3270;
    position: absolute;
    width: 92%;
    top: -.33333rem;
}
.wallet-container-content .container .progressBars {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem;
}
.wallet-container-content .container .progressBars>div {
    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-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #759fde;
}
.van-circle {
    position: relative;
    display: inline-block;
    width: var(--van-circle-size);
    height: var(--van-circle-size);
    text-align: center;
}
.wallet-container-content .container .progressBars>div .van-circle {
    width: 2.45333rem;
    height: 2.45333rem;
}
.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: #fff;
    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%);
}
.wallet-container-content .container .progressBars .van-circle__text {
    font-size: .4rem;
}
.wallet-container h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: .46667rem;
    letter-spacing: .04em;
    font-size: .4rem;
    color: #fff;
}
.wallet-container-content .container .progressBars>div h3 {
    margin-top: 0.16rem;
}

.wallet-container-content .container .recycleBtnD {
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem;
}
.wallet-container-content .container .recycleBtnD .recycleBtn {
    width: 100%;
    height: 0.93333rem;
    color: #fff;
    font-size: .4rem;
    font-weight: 700;
    letter-spacing: .01333rem;
    border: none;
    border-radius: 1.06667rem;
    background: #f13f39;
}
.wallet-container-content .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-content .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-content .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-content .container .userDetail>div .imgD img {
    width: 0.85333rem;
    height: auto;
}

.wallet-container-content .container .userDetail>div span {
    font-size: .32rem;
}
.wallet-container-content .gameList {
    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;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    width: 100%;
    margin-top: 9.33333rem;
    margin-bottom: 0.66667rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.wallet-container-content .gameList>div {
    width: 31%;
    min-height: 2.13333rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 0 0.10667rem 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;
    -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;
    padding: 0 0.2rem;
}
.wallet-container-content .gameList .box {
    padding-left: 0.17333rem;
    padding-right: 0.17333rem;
}
.wallet-container-content .gameList>div h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
.wallet-container-content .gameList .money {
    font-size: .32rem;
    font-weight: 700;
    display: inline-block;
    width: 110%;
    overflow: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.wallet-container-content .gameList .box>span {
    color: #888;
}
.activity-wrapper .activity-banner {
        color: #fff;
    font-size: .32rem;
    font-style: normal;
    min-height: 2rem;
    background: -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
    padding: .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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    align-items: self-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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;
    width: 2.13333rem;
    margin-bottom: .26667rem;
}
.activity-wrapper .activity-panel-header .header-item .bgcontainer {
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: 0.26667rem;
    padding: 0.13333rem;
    box-shadow: 0 -0.05333rem 0.16rem #fff inset, 0 0.10667rem 0.21333rem #d0d0ed5c;
    margin-bottom: 0.29333rem;
}
.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: #323A7C;
    border-radius: 0.13333rem;
    padding-bottom: 0.26667rem;
    box-shadow: drop-shadow(0 .05333rem .05333rem rgba(208,208,237,.36));
}
.activity-wrapper .activity-panel-content .content-title .content-para {
    color: #fff;
    font-weight: 700;
    padding: 0.13333rem 0.26667rem;
    font-size: .37333rem;
}
.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: .26667rem;
    background: #323A7C;
    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;
}
.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;
}
.Recharge__box .Recharge__container {
    position: relative;
    width: 100%;
    padding: 0 0.32rem 0.32rem;
    padding-bottom: 100px;
}
.balanceAssets {
    width: 100%;
    height: 3.46667rem;
    background-image: url(../images/TotalAssetsBg-753cac06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 0.26667rem;
    color: #fff;
    padding: 0.38667rem 0.33333rem 0;
    position: relative;
}
.Recharge__box .ye {
    margin-top: 0.4rem;
}
.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;
}
.balanceAssets__header__left{
    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__main img{
    width: 0.58667rem;
    height: 0.37333rem;
    margin-left: 0.24rem;
}
.balanceAssets__tip img{
    width: 0.66667rem;
    height: 0.42667rem;
    position: absolute;
    bottom: 0.34667rem;
    left: 0.38667rem;
}
.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: #374992;
    color: #84bcff;
    border-radius: .13333rem;
    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 .08rem;
    position: relative;
}
.Recharge__container-tabcard__items.active {
        background: -webkit-linear-gradient(left, #2979F2 0%, #2AAAF3 100%);
    background: linear-gradient(90deg, #2979F2 0%, #2AAAF3 100%);
    color: #fff;
    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%;
}
.Recharge__container-tabcard__items .Recharge__container-tabcard__bot {
    font-size: .32rem;
    text-align: center;
}
.balanceAssets__header__left{
    font-weight: 400;
    font-size: .34667rem;
}
.balanceAssets__header__left{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: 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-invitation__input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    color: #fff;
    background-color: #323A7C;
}
.register__container-remember {
    margin-top: 0.84rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.van-checkbox__label span {
    color: #4dd8ef;
    font-size: 0.32rem;
}
.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-block: 0.84rem 1.33333rem;
}
.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%);
}
.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: 0.32rem;
    color: #fff;
    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;
}
.WinGo__C-head-more .customer-care {
    width: 0.64rem;
    height: 0.64rem;
    background-image: url(../images/customer-care.png);
    background-size: 0.64rem;
}
.WinGo__C-head-more .Voice {
    width: 0.64rem;
    height: 0.64rem;
   background-size: 0.64rem;
    background-image: url(../images/Voice.png);
}
.WinGo__C {
    padding-bottom: 0.34667rem;
}
.Wallet__C {
    padding: 0.48rem 0.34667rem 0;
    position: relative;
}

.n9_green {
    background-image: url(../button_image/greenButton/9.png);
}

#result_last_five>div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 1.46667rem;
    background-position: center;
}
.n0_green {
    background-image: url(../button_image/greenButton/0.png);
}
.n1_green {
    background-image: url(../button_image/greenButton/1.png);
}
.n2_green {
    background-image: url(../button_image/greenButton/2.png);
}
.n3_green {
    background-image: url(../button_image/greenButton/3.png);
}
.n4_green {
    background-image: url(../button_image/greenButton/4.png);
}
.n5_green {
    background-image: url(../button_image/greenButton/5.png);
}
.n6_green {
    background-image: url(../button_image/greenButton/6.png);
}
.n7_green {
    background-image: url(../button_image/greenButton/7.png);
}
.n8_green {
    background-image: url(../button_image/greenButton/8.png);
}
.n9_green {
    background-image: url(../button_image/greenButton/9.png);
}
.n0_red {
    background-image: url(../button_image/redButton/0.png);
}
.n1_red {
    background-image: url(../button_image/redButton/1.png);
}
.n2_red {
    background-image: url(../button_image/redButton/2.png);
}
.n3_red {
    background-image: url(../button_image/redButton/3.png);
}
.n4_red {
    background-image: url(../button_image/redButton/4.png);
}
.n5_red {
    background-image: url(../button_image/redButton/5.png);
}
.n6_red {
    background-image: url(../button_image/redButton/6.png);
}
.n7_red {
    background-image: url(../button_image/redButton/7.png);
}
.n8_red {
    background-image: url(../button_image/redButton/8.png);
}
.n9_red {
    background-image: url(../button_image/redButton/9.png);
}
.n0_voilet {
    background-image: url(../button_image/voiletButton/0.png);
}
.n1_voilet {
    background-image: url(../button_image/voiletButton/1.png);
}
.n2_voilet {
    background-image: url(../button_image/voiletButton/2.png);
}
.n3_voilet {
    background-image: url(../button_image/voiletButton/3.png);
}
.n4_voilet {
    background-image: url(../button_image/voiletButton/4.png);
}
.n5_voilet {
    background-image: url(../button_image/voiletButton/5.png);
}
.n6_voilet {
    background-image: url(../button_image/voiletButton/6.png);
}
.n7_voilet {
    background-image: url(../button_image/voiletButton/7.png);
}
.n8_voilet {
    background-image: url(../button_image/voiletButton/8.png);
}
.n9_voilet {
    background-image: url(../button_image/voiletButton/9.png);
}

.Wallet__C-balance {
        min-height: 3.57333rem;
    background: #ffffff;
    border-radius: .26667rem;
    padding: .46667rem;
    position: relative;
    z-index: 0;
    background-image: url(../images/walletbg-1dc79077.png), -webkit-linear-gradient(297deg, #374992 5.33%, #4675D2 93.42%);
    background-image: url(../images/walletbg-1dc79077.png), linear-gradient(153deg, #374992 5.33%, #4675D2 93.42%);
    background-repeat: no-repeat;
    background-size: contain;

}
.Wallet__C-balance-l1 {
    min-height: 0.58667rem;
    line-height: .58667rem;
    font-weight: 700;
    font-size: .48rem;
    color: #fff;
    overflow: hidden;
    text-align: left;
}
.Wallet__C-balance-l1>div {
    position: relative;
    word-break: break-all;
    pointer-events: none;
    width: -webkit-fit-content;
    width: fit-content;
}
.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/refireshIcon-67fac8ca.svg);
    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-6d53ac8d.svg);
    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: .93333rem;
    line-height: .93333rem;
    background: #61A9FF;
    border-radius: .13333rem;
    font-weight: 600;
    font-size: .4rem;
    color: #fff;
    text-align: center;
}
.Wallet__C-balance-l3>div+div {
    background: transparent;
    border: .01333rem solid #fff;
}
.noticeBar__container {
    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%;
    height: .98667rem;
    padding-inline: .26667rem;
    color: #fff;
    font-size: .32rem;
    border-radius: 99rem;
    background: #2B3270;
    margin-top: 10px;
}
.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 {
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content;
    max-height: 0.98667rem;
    line-height: .49333rem;
    -webkit-animation: marquee-6c05b3dc 7s linear infinite;
    animation: marquee-6c05b3dc 7s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: column;
    -webkit-justify-content: column;
    justify-content: column;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}

.GameList__C {
    height: 1.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;
    border-radius: 5px;
    overflow: hidden;
}
.GameList__C-item {
    width: 33.3333333333%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-flex;
    align-items: center;
    color: #fff;
    background-color: #e1e1e1;
    color: #121212;
}
.GameList__C-item.active {
    /*background: linear-gradient(153deg, #374992 5.33%, #4675D2 93.42%);*/
    /*box-shadow: 0 -.05333rem .16rem #92a7ff inset;*/
    /*border-radius: .26667rem;*/
    opacity: 1;
}
.GameList__C-item>div {
    font-size: .32rem;
    margin: auto;
    background-size: 1.17333rem;
    background-position: center 0.18667rem;
    background-repeat: no-repeat;
}
.GameList__C-item.active>div {
    color: #fff;
}
.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;
}
.GameList__C-item.green_btn {
}
.GameList__C-item.active.green_btn {
    background-color: #40ad72;
    color: #fff;
}
.GameList__C-item.active.red_btn {
    background-color: #fd565c;
    color: #fff;
}
.GameList__C-item.active.voilet_btn {
    background: #b659fe;
}
@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%)
    }
}
.WinGo__C .noticeBar__container {
    width: calc(100% - 0.69333rem);
    margin: 0.45333rem auto;
    position: relative;
    z-index: 1;
    top: 0;
}
.K3__C .noticeBar__container ,
.FD__C .noticeBar__container{
    width: calc(100% - 0.69333rem);
    margin: 0.45333rem auto;
    position: relative;
    z-index: 1;
    top: 0;
}
.Wallet__C-balance-l2 {
   height: 0.53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.18667rem;
    font-size: .34667rem;
    color: #fff;
}
.TimeLeft__C {
    width: calc(100% - 0.69333rem);
    height: 2.66667rem;
    margin: 0.48rem auto 0;
    background-image: url(../images/diban-2264ca1f.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0.01333rem center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    color: #fff;
}
.TimeLeft__C-rule {
    position: absolute;
    top: 0.29333rem;
    left: 0.29333rem;
    height: 0.61333rem;
    width: 4rem;
    font-size: .29333rem;
    text-align: center;
    border: 0.01333rem solid #ffffff;
    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;
}
.TimeLeft__C-rule:before {
    content: "";
    display: block;
    height: 0.48rem;
    width: 0.48rem;
    background-image: url(../images/rule-8e1a88b1.png);
    background-repeat: no-repeat;
    background-size: 0.48rem;
    background-position: center;
}
.TimeLeft__C-name {
    position: absolute;
    top: 0.4rem;
    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: auto;
    height: 0.66667rem;
    background-repeat: no-repeat;
    background-size: 0.66667rem;
    display: inline-flex;
    column-gap: 10px;
}
.TimeLeft__C-num>div img {
    width: 25px;
}
.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: #759fde;
    color: #fff;
    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 .13333rem, #759FDE 0) 0 0;
    background: linear-gradient(135deg, transparent .13333rem, #759FDE 0) 0 0;
}
.TimeLeft__C-time>div:last-child{
        background: -webkit-linear-gradient(135deg, transparent .13333rem, #759FDE 0) 0 0;
    background: linear-gradient(-45deg, transparent .13333rem, #759FDE 0) 0 0;
}
.TimeLeft__C-time>div+div {
    margin-left: 0.12rem;
}
.TimeLeft__C-num>div.n0{
    background-image: url(../images/n0-30bd92d1.png);
}
.TimeLeft__C-num>div.n1{
    background-image: url(../images/n1-dfccbff5.png);
}
.TimeLeft__C-num>div.n3{
    background-image: url(../images/n3-f92c313f.png);
}
.TimeLeft__C-num>div.n4{
    background-image: url(../images/n4-cb84933b.png);
}
.TimeLeft__C-num>div.n5 {
    background-image: url(../images/n5-49d0e9c5.png);
}
.TimeLeft__C-num>div.n6 {
    background-image: url(../images/n6-a56e0b9a.png);
}
.TimeLeft__C-num>div.n7 {
    background-image: url(../images/n7-5961a17f.png);
}
.TimeLeft__C-num>div.n8 {
    background-image: url(../images/n8-d4d951a4.png);
}
.TimeLeft__C-num>div.n9 {
    background-image: url(../images/n9-a20f6f42.png);
}
.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-image: url(../images/PreSaleBg-3af872d3.png);
}
.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: #f2413b;
    border-radius: 0.53333rem;
    height: 0.93333rem;
    line-height: .93333rem;
    text-align: center;
    font-size: .37333rem;
    color: #fff;
}
.Betting__C {
    height: 5.61333rem;
    width: calc(100% - 0.69333rem);
    margin: 0.29333rem auto 0;
    background: #2B3270;
    box-shadow: 0 0.05333rem 0.10667rem #c5c5da40;
    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: #fff;
    border-radius: 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Betting__C-mark_iner{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height:100%;
}
.Betting__C-mark_iner>div {
    display: inline-block;
    border-radius: 0.4rem;
    padding: 0 0.4rem;
    background-color: #fb4e4e;
    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;
    background: #323A7C;
    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);
}





/* Red image*/
.Betting__C-numC>div.Betting__C-numC-item0 {
    background-image: url(../button_image/redButton/0.png);
}
.Betting__C-numC>div.Betting__C-numC-item1 {
    background-image: url(../button_image/redButton/1.png);
}
.Betting__C-numC>div.Betting__C-numC-item2 {
    background-image: url(../button_image/redButton/2.png);
}
.Betting__C-numC>div.Betting__C-numC-item3 {
    background-image: url(../button_image/redButton/3.png);
}
.Betting__C-numC>div.Betting__C-numC-item4 {
    background-image: url(../button_image/redButton/4.png);
}
.Betting__C-numC>div.Betting__C-numC-item5 {
    background-image: url(../button_image/redButton/5.png);
}
.Betting__C-numC>div.Betting__C-numC-item6 {
    background-image: url(../button_image/redButton/6.png);
}
.Betting__C-numC>div.Betting__C-numC-item7 {
    background-image: url(../button_image/redButton/7.png);
}
.Betting__C-numC>div.Betting__C-numC-item8 {
    background-image: url(../button_image/redButton/8.png);
}
.Betting__C-numC>div.Betting__C-numC-item9 {
    background-image: url(../button_image/redButton/9.png);
}

/* Green Image */
.Betting__C-numC>div.Betting__C-numC-green0 {
    background-image: url(../button_image/greenButton/0.png);
}
.Betting__C-numC>div.Betting__C-numC-green1 {
    background-image: url(../button_image/greenButton/1.png);
}
.Betting__C-numC>div.Betting__C-numC-green2 {
    background-image: url(../button_image/greenButton/2.png);
}
.Betting__C-numC>div.Betting__C-numC-green3 {
    background-image: url(../button_image/greenButton/3.png);
}
.Betting__C-numC>div.Betting__C-numC-green4 {
    background-image: url(../button_image/greenButton/4.png);
}
.Betting__C-numC>div.Betting__C-numC-green5 {
    background-image: url(../button_image/greenButton/5.png);
}
.Betting__C-numC>div.Betting__C-numC-green6 {
    background-image: url(../button_image/greenButton/6.png);
}
.Betting__C-numC>div.Betting__C-numC-green7 {
    background-image: url(../button_image/greenButton/7.png);
}
.Betting__C-numC>div.Betting__C-numC-green8 {
    background-image: url(../button_image/greenButton/8.png);
}
.Betting__C-numC>div.Betting__C-numC-green9 {
    background-image: url(../button_image/greenButton/9.png);
}
/* Voilet Image */
.Betting__C-numC>div.Betting__C-numC-voilet0 {
    background-image: url(../button_image/voiletButton/0.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet1 {
    background-image: url(../button_image/voiletButton/1.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet2 {
    background-image: url(../button_image/voiletButton/2.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet3 {
    background-image: url(../button_image/voiletButton/3.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet4 {
    background-image: url(../button_image/voiletButton/4.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet5 {
    background-image: url(../button_image/voiletButton/5.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet6 {
    background-image: url(../button_image/voiletButton/6.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet7 {
    background-image: url(../button_image/voiletButton/7.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet8 {
    background-image: url(../button_image/voiletButton/8.png);
}
.Betting__C-numC>div.Betting__C-numC-voilet9 {
    background-image: url(../button_image/voiletButton/9.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: .02667rem solid #61A9FF;
    border-radius: 0.21333rem;
    font-size: .37333rem;
    color: #61a9ff;
}
.Betting__C-multiple-r {
        height: .8rem;
    width: .98667rem;
    line-height: .8rem;
    font-size: .32rem;
    color: #759fde;
    background: #22275B;
    border-radius: .21333rem;
    text-align: center;
}
.Betting__C-multiple-r.active {
        background: #3C9CF6;
    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: calc(100% - 0.69333rem);
    margin: 0.48rem auto 0;
    text-align: center;
    font-size: .32rem;
}
.GameRecord__C-head {
    height: 1.06667rem;
    line-height: .4rem;
    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;
}
.GameRecord__C-head .van-row{
        height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.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;
}
.GameRecord__C-body>div {
        background: #2B3270;
    color: #fff;
}
.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: .8rem;
    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;
}
.GameRecord__C.active{
    display:block;
}
.Betting__Popup-head {
    height: 2.53333rem;
    position: relative;
    padding-top: 0.4rem;
}

.Betting__Popup-head:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: .78667rem;
    background-image: -webkit-linear-gradient(99deg, #22275B 50%, transparent 50%);
    background-image: linear-gradient(-9deg, #22275B 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: .66667rem;
    margin: .21333rem auto 0;
    color: #fff;
    border-radius: .13333rem;
    text-align: center;
    font-weight: 500;
    font-size: .34667rem;
}
.Betting__Popup-head:after {
        content: "";
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    height: .78667rem;
    background-image: -webkit-linear-gradient(81deg, #22275B 50%, transparent 50%);
    background-image: linear-gradient(9deg, #22275B 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;
        background-color: #22275b;
}
.Betting__Popup-body-line {
    font-size: .42667rem;
    color: #84bcff;
    line-height: .74667rem;
}
.Betting__Popup-body-line>p {
    margin-bottom: .2rem;
}
/*.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-body-line-item {
   padding: 0 .21333rem;
    background: #374992;
    border-radius: .13333rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}
.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;
}
.Betting__Popup-btn {
    width: .74667rem;
    height: .74667rem;
    pointer-events: none;
    text-align: center;
    font-size: .66667rem;
    padding: 0;
    color: #c8c9cc;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    border-radius: 50%;
}
.van-cell {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: var(--van-cell-vertical-padding) 0;
    overflow: hidden;
    color: #fff;
    font-size: var(--van-cell-font-size);
    line-height: var(--van-cell-line-height);
    background: transparent;
}
.van-field {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Betting__Popup-input {
    border: none;
    background: #374992;
    border-radius: .66667rem;
    padding: .02667rem .26667rem;
   
    margin: 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;
}

.Betting__Popup-input .van-field__control {
     text-align: center;
    font-size: .37333rem;
    line-height: .72rem;
    padding:0;
    border:none;
}
.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: #acafc2;
}
.Betting__Popup-agree.active {
    background-image: url(../images/red-check.png);
}
.Betting__Popup-preSaleShow {
    margin-left: 0.34667rem;
    font-size: .32rem;
    color: #61a9ff;
}
.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: #323A7C;
    color: #acafc2;
}
.Betting__Popup-foot-s {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

.Betting__Popup-body-line+div {
    margin-top: 0.4rem;
}
.Betting__Popup-head {
    height: 2.53333rem;
    position: relative;
    padding-top: .4rem;
    background: -webkit-linear-gradient(left, #374992 0%, #323A7C 100%);
    background: linear-gradient(90deg, #374992 0%, #323A7C 100%);
}
.bgcolor {
    background-color: #61a9ff;
    color: #fff;
}
.Betting__Popup .bgcolor{
    background-color: #61a9ff;
}
.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-body-line-item.bgcolor {
    background-color: #61a9ff;
    color: #fff;
}
.bgcolor {
    background-color: #61a9ff;
    color: #fff;
}
.Betting__Popup-body-line.flex {
        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.flex:last-child{
        -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.Betting__Popup-body-line+div {
    margin-top: .4rem;
}
.howToPlay_k3{
    display:none;
}
.howToPlay_k3.show{
    display:block;
}
.K3TL__C {
    width: calc(100% - .69333rem);
    margin: .34667rem auto 0;
    background-color: #2b3270;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: .01333rem center;
    color: #fff;
    padding: .42667rem .29333rem .45333rem;
    border-radius: .26667rem .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: #acafc2;
    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: .61333rem;
    padding: 0 .66667rem;
    font-size: .29333rem;
    text-align: center;
    border: .01333rem solid #61A9FF;
    border-radius: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #61a9ff;
    margin-left: .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: .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: #43b5ec;
}
.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: #759FDE;
    border-radius: 0.05333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem;
    text-align: center;
    padding: 0 0.13333rem;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}
.K3TL__C-time>div+div {
    margin-left: 0.12rem;
}
.K3TL__C-time>div[notime] {
    background-color: transparent;
}
.K3TL__C-l1>div:not(.left) {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    color: #fff;
}
.K3TL__C-l3 {
    height: 3.09333rem;
    margin-top: 0.48rem;
    background: #4675D2;
    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: #4675D2;
    border-radius: 0.13333rem 0 0 0.13333rem;
    left: -0.13333rem;
}
.K3TL__C-l3:after {
    background: #4675D2;
    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: .53333rem solid transparent;
    border-left: .53333rem solid #4675D2;
}
.K3TL__C-l3 .box:after {
        right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: .53333rem solid transparent;
    border-right: .53333rem solid #4675D2;
}
.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 #0000004d, inset 0 0.13333rem 0.13333rem #0000004d;
}
.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: #2B3270;
    box-shadow: 0 .05333rem .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: #374992;
    border-radius: 0.13333rem 0.13333rem 0 0;
    color:#fff;
}
.K3B__C-nav>div.active {
    background: #61A9FF;
    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: #fff;
    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: #fff;
}
.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: #fff;
    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: #fff;
    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{
    display:none;
}
.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: #fff;
    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;
    color:#fff;
}
.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 #000000;
    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: #4675D2;
    border-radius: 0.13333rem 0 0 0.13333rem;
    left: -0.13333rem;
}
.FDTL__C-l3:after {
    background: #4675D2;
    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;
   
}
.my_history_item.green .select {
     background-color: #74d479;
}
.my_history_item.red .select {
     background-color: #fe4848;
}
.my_history_item.voilet .select {
     background-color: violet;
}
/*.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:#2993f2;
}
.my_history_item .state.red {
    color: #fb4e4e;
}
.my_history_item .tiem {
    font-size: .32rem;
    color: #6da7f4;
    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 {
    width: 100%;
    padding: 0.4rem 0.4rem 0;
    background: linear-gradient(135deg,#fe9b0c,#ffcc51);
    border-radius: 0.26667rem;
    background-size: 100% 100%;
    box-shadow: 0 0.05333rem 0.42667rem 0 rgba(253,188,51,.55);
    color: #fff;
    padding-bottom: 15px;
}
.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: #2B3270;
    border-radius: .26667rem;
    margin-top: .26667rem;
    padding: .4rem .29333rem .42667rem .26667rem;
    margin-bottom: .4rem;
}


.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: #fff;
}
.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: .48rem;
    margin-bottom: 0.34667rem;
        color: #fff;
}
.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: .26667rem;
    margin-right: .4rem;
    width: calc((100% - .8rem) / 3);
    background: #374992;
    color: #61a9ff;
    padding: .16rem 0;
    border-radius: .13333rem;
    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;
}
.Recharge__content-paymoney__money-list__item .amount {
    width: 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;
    position: relative;
    font-size: .42667rem;
}
.Recharge__content-paymoney__money-list__item span{
    position: absolute;
    left: .21333rem;
    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: 0.02667rem solid #bdbdbd;
    top: 0.34667rem;
    right: -0.13333rem;
}
.van-cell {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);
    overflow: hidden;
    color: var(--van-cell-text-color);
    font-size: var(--van-cell-font-size);
    line-height: var(--van-cell-line-height);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
    margin-bottom: 20px;
    margin-top: 10px;
}
.van-field {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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 {
    border: none;
    color: #4dd8ef;
    font-weight: 700;
}
.Recharge__content-paymoney__money-input .amount-input input::placeholder {
    font-weight: 400;
    color: #2a7de1;
}
.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-bottom: 0.4rem;
}
.Recharge__box .rechage_active{
    background:#374992;
    border: none;
}
.Recharge__box .Recharge__container{
    padding-bottom: 100px;
}
.conBox {
    padding-top: 15px;
}
.m-t-5 {
    margin-top: 0.13333rem!important;
}
.conBox .des {
    color: #fff;
    font-size: .42667rem;
    margin-bottom: 0.4rem;
}
.Recharge__content .list .item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 0.93333rem;
    padding: 0 0.4rem;
    line-height: .93333rem;
    color: #fff;
    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: #374992;
    border-radius: 0.26667rem;
    color: #fff;
    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: #4156a9;
}
.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;
    background: transparent;
        color: #4dd8ef;
}
.Recharge__content .requiredBox .box {
    height: 1.06667rem;
    border: .02667rem solid #374992;
    border-radius: 0.13333rem;
    overflow: hidden;
    background: #374992;
}
.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: #fff;
}
.m-r-10 {
    margin-right: 0.26667rem!important;
}
.mian .bank {
    padding: 0.4rem;
    font-size: .37333rem;
}
.mian .bank .box {
    background: #2B3270;
    border-radius: 0.26667rem;
    padding: 0.4rem;
    color: #fff;
}
.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;
    background: #374992;
    border: none;
}
.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, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
}
.redeem-container-header-belly {
    padding-left: 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.redeem-container-header-belly img {
    width: 100%;
        max-width: 7.92rem;
}
.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% - .64rem);
    background: #2B3270;
    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-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: .33333rem .46667rem;
    margin-top: .4rem;
    color: #fff;
}
.redeem-container-receive p {
    font-size: .37333rem;
    color: #fff;
    padding-top: 0.16rem;
}
.redeem-container-receive h4 {
    font-size: .37333rem;
    color: #fff;
    margin-top: 0.90667rem;
    font-weight: normal;
}

.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: .4rem 0 .29333rem;
    width: calc(100% - .64rem);
    padding: .34667rem .32rem;
    background: #2B3270;
    border-radius: .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 {
    padding-top: 1.06667rem;
    padding-bottom: 0.53333rem;
    font-size: .37333rem;
}
.promotion .tab {
    background-color: #fff;
    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 {
    width: 25%;
    text-align: center;
    font-size: .4rem;
    color: #333;
}
.promotion .tab ul li.action {
    color: #df3832;
}
.promotion .tit  {
    background: #f4f4f4;
    padding: 0 0.4rem;
    height: 0.90667rem;
    line-height: .90667rem;
    color: #333;
}
 .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 {
    margin: 0.26667rem 0.4rem 0;
    background: #fff;
    box-shadow: 0 0.13333rem 0.29333rem 0.02667rem rgba(0,0,0,.12);
    border-radius: 0.10667rem;
}
.mian .promotion .table .hd {
    background: #f4f4f4;
    border-radius: 0.10667rem;
    height: 0.93333rem;
    line-height: .93333rem;
}
.promo-page .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;
}
.promo-page .container:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.86667rem;
    position: absolute;
    background-color: #22275b;
    bottom: 0;
    z-index: 1;
}
.promo-page .container .amount {
    font-weight: 500;
    font-size: .64rem;
    line-height: .64rem;
    color: #fff;
    margin-bottom: .21333rem;
}
.promo-page .container .amount_txt {
    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;
}
.promo-page .container  .tip {
    font-size: .29333rem;
    margin-bottom: .26667rem;
}
.promo-page .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;
}
.promo-page .container .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: .2rem;
}
.promo-page .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;
}
.promo-page .container .info .line1, .promo-page .container .info .line2, .promo-page .container .info .line3 {
    color: #acafc2;
    font-size: .29333rem;
    text-align: center;
    height: 1.33333rem;
    padding-top: .2rem;
}
.promo-page .tutorial-page .container .info .line1, 
.promo-page .tutorial-page .container .info .line2, 
.promo-page .tutorial-page .container .info .line3 {
    height: auto;
    min-height: 25px;
}
.promo-page .container .info .line1>div, 
.promo-page .container .info .line2>div, 
.promo-page .container .info .line3>div {
    font-size: .37333rem;
}
.promo-page .container .info .line1>div {
    color: #fff;
}
.promo-page .container .info .line2>div{
        color: #49ce9b;
}
.promo-page .container .info .head.u2 {
    border-left: .02667rem solid #fff;
    background-image: url(../images/u2-d1e8f4b7.png);
}
.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%;
}
.myTeam .table {
    z-index: 10;
    margin: 0.26667rem 0.4rem 0;
    border-radius: 0.10667rem;
    background: -webkit-linear-gradient(296.76deg, #374992 5.33%, #4675D2 93.42%);
    background: linear-gradient(153.24deg, #374992 5.33%, #4675D2 93.42%);
    margin-bottom: 30px;
}
.myTeam .table .hd {
    border-radius: 0.10667rem;
    height: 0.93333rem;
    line-height: .93333rem;
    border-bottom: 1px solid #292929;
    color: #fff;
    background-color: #374992;
    display: block;
}
.myTeam .table .hd .colum1 {
    padding-left: 10px;
}
.myTeam .table .item {
    position: relative;
    padding: 5px 10px;
    color: #fff;
}
.myTeam .table .item .bd {
    height: 0.93333rem;
    line-height: .93333rem;
    justify-content: space-between;
    justify-content: initial;
    text-align: left;
    font-size: 12px;
}
.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;
}
.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 {
    width: 100%;
}

.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.32rem 0.13333rem;
    border-radius: 0.13333rem;
    background: #2B3270;
    color: #fff;
}
.rechargeh__container-content__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;
}
.rechargeh__container-content__item-header .recharge_tit {
    min-width: 2rem;
    margin-left: 0.13333rem;
    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: #f95959;
}
.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,
.rechargeh__container-content__item-header .Success,
.rechargeh__container-content__item-header .Approved{
    color: #4dd8ef;
}
.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: #fff;
    border-radius: 0.26667rem;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    box-shadow: 0 0.10667rem 0.21333rem #d0d0ed5c;
}

.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: #f6f6f6;
    color: #151515;
    font-size: .34667rem;
    padding-left: 1.01333rem;
    background-image: url(../images/u1-261d82ac.png);
    background-size: 0.64rem;
    margin-bottom: 0.2rem;
    background-repeat: no-repeat;
    background-position: 0.26667rem center;
}
.tutorial .info_content .line {
    color: #888;
    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 .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: #ffffff;
    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: #333;
    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: #888;
}
.ar-1px-b:after {
        position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .01333rem;
    border-bottom: .01333rem solid #374992;
    color: #374992;
    -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: #595959;
}
.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: #fff;
}
.bet-container-lottery-note-box>div span {
    font-size: .32rem;
    color: #fff;
    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: #2B3270;
    border-radius: 0.13333rem;
    margin-bottom: 0.34667rem;
}
.transRecord__container-content__card-top {
    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;
    background: #61a9ff;
}
.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;
    background: #f7f8ff;
    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: 1.2rem;
}
.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: #fff;
}
.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: 1.77333rem;
}
.LoginP-container-button button {
    width: 7.73333rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .48rem;
    letter-spacing: .05333rem;
    border-radius: 1.06667rem;
    border: none;
    background: -webkit-linear-gradient(top, #2AAAF3 0%, #2979F2 100%);
    background: linear-
}
.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, 113, 114);
}
.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: #fff;
    text-align: center;
    line-height: 1.17333rem;
    background: #323A7C;
    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: #fff;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
    background-color: #323A7C;
}
.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: #fff;
    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;
    box-shadow: rgba(208, 208, 237, 0.36) 0px 0.05333rem 0.21333rem;
}
.verifyInput__container-input input {
    width: 99%;
    height: 1.17333rem;
    padding: 0.36rem 0.34667rem;
    font-size: 0.37333rem;
    border: none;
    border-radius: 0.26667rem;
}
.verifyInput__container-input button {
    position: absolute;
    right: 0.26667rem;
    width: 2.53333rem;
    height: 0.93333rem;
    color: rgb(255, 255, 255);
    font-size: 0.34667rem;
    text-shadow: rgba(251, 86, 80, 0.36) 0px 0.02667rem 0.01333rem;
    border: none;
    border-radius: 1.92rem;
        background: linear-gradient(rgb(249, 91, 90) 0%, rgb(255, 182, 157) 100%);
    box-shadow: rgb(208, 208, 237) 0px 0.05333rem 0.21333rem, rgb(255, 246, 244) 0px -0.05333rem 0.13333rem inset;
}
.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, 113, 114);
}
.register__container-remember{
    margin-top: 0.84rem;
}
.register__container-remember .van-checkbox {
    display: inline-flex;
    width: 100%;
}
.transRecord__container-content__card-mid .line .left {
    color: #61a9ff;
    z-index: 1;
}
.transRecord__container-content__card-mid .line .right{
    color: #fff;
    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: 40px;
    border: none;
    border-radius: 0.13333rem;
    padding-top: 0.26667rem;
    padding-left: 0.28rem;
    resize: none;
    margin-bottom: 0.29333rem;
    font-size: .29333rem;
    background: transparent;
}
.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 input {
    position: absolute;
    z-index: -10;
}
.shareBtnContainer {
    margin: .48rem 0 .34667rem;
    width: 100%;
    height: 1.06667rem;
    line-height: 1.06667rem;
    text-align: center;
}
.shareBtnContainer 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 button:before {
    content: "Copied";
    position: absolute;
    top: 0;
    right: 0px;
    background: -webkit-linear-gradient(top, #2AAAF3 0%, #2979F2 100%);
    background: linear-gradient(180deg, #2AAAF3 0%, #2979F2 100%);
    padding: 8px 10px;
    font-size: 15px;
    display: none;
    width: 100%;
    height: 1.06667rem;
    box-sizing: border-box;
    border-radius: 99rem;
}
.copy_btn.active button:before,
.copy_btn.active button:after {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy_btn {
    position: relative;
}
.Betting__Popup-input{
    border: none;
    background: #374992;
    border-radius: .66667rem;
    padding: .02667rem .26667rem;
    width: 2.10667rem;
    margin: 0 .16rem;
}
.howToPlay .wingo_howTpPlay,
.howToPlay .howToPlayContent .van-overlay {
    display: block !important;
}
.TimeLeft__C-PreSale-body .content {
    line-height: 1.5;
}
.about-container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
}


.about-container-header-belly {
    padding-left: 1.89333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.about-container-header-belly img {
    width: 6.21333rem;
}
.about-container-content{
    padding: 0 0.4rem;
}
.about-container-content-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.96rem 0 0.30667rem;
    font-size: .4rem;
}
.about-container-content-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-container-content-item img{
    width: 0.90667rem;
    padding-right: 0.18667rem;
}
.about-container-content-item span{
    font-size: .4rem;
    color: #fff;
}
.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;
}
.userInfo__container-content-logintime {
    font-size: .29333rem;
    color: #fff;
}
.userInfo__container-content-uid {
    position: relative;
    width: 3.3rem;
    padding-left: 5px;
    padding-right: 5px;
}
.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 .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 #61a9ff;
    border-radius: 3px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: #61a9ff;
    color: #fff;
}
.changlongEnter {
    display: none;
}
.dailySignIn__container .task-banner{
       padding: 0.13333rem 0.26667rem;
    margin-bottom: 0.4rem;
    background: -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background: linear-gradient(90deg, #374992 0%, #4675D2 100%);
    color: #fff;
    height: -webkit-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
}

.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: #2B3270;
    border-radius: 0.26667rem;
    overflow: hidden;
    padding: 0 0 0.13333rem;
    margin-bottom: 0.26667rem;
}

.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;
}
.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-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;
    padding-left: 0.69333rem;
    height: 0.64rem;
    background-size: 0.64rem;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
}
.dailySignIn__container .task-panel .task-item-type .type-title.weeklyType3 {
    background-image: url(../images/weeklyType3-e6ab7d85.svg);
}
.dailySignIn__container .task-panel .task-item-type .type-tip{
    color: #61a9ff;
    font-size: .37333rem;
    margin-left: .26667rem;
}

.dailySignIn__container .task-panel .task-item img {
    width: 0.53333rem;
    height: 0.53333rem;
}
.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-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;
}
.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(136, 136, 136);
    margin-bottom: 12px;
}

.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;
        color: #cdd1e8;
}

.bithdrawable_amount>div span {
    text-align: left;
}

.bithdrawable_amount input {
    border: 0.01333rem solid #374992;
    border-radius: 0.13333rem;
    width: 1.94667rem;
    height: 0.48rem;
    line-height: 0.29333rem;
    color: #fff;
    outline: none;
    background: #374992;
}
.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: #61a9ff;
}

.bithdrawable_amount>div span h6 {
    display: inline;
    color:#61a9ff;
    font-size: 12px;
}
.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-header .headerR{
    color: #acafc2;
    font-size: .37333rem;
}
.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-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;
    padding-left: 0.69333rem;
    height: 0.64rem;
    background-size: 0.64rem;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
}
.dailySignIn__container .task-panel .task-item-type .type-title.weeklyType3 {
    background-image: url(../images/weeklyType3-e6ab7d85.svg);
}

.dailySignIn__container .task-panel .task-item img {
    width: 0.53333rem;
    height: 0.53333rem;
}
.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-banner div.banner_content {
    display: block;
}
.dailySignIn__container {
    font-family: Inter, sans-serif;
    padding-bottom: 100px;
    font-size: 14px;
}
.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 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-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-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-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;
    padding-left: 0.69333rem;
    height: 0.64rem;
    background-size: 0.64rem;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
}
.dailySignIn__container .task-panel .task-item-type .type-title.weeklyType3 {
    background-image: url(../images/weeklyType3-e6ab7d85.svg);
}
.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 img {
    width: 0.53333rem;
    height: 0.53333rem;
}
.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;
}
.bonus-header {
    min-height: 4.26667rem;
    width: 100%;
    background-image: url(../images/invitation_bg-cba7474d.png), -webkit-linear-gradient(left, #374992 0%, #4675D2 100%);
    background-image: url(../images/invitation_bg-cba7474d.png), linear-gradient(90deg, #374992 0%, #4675D2 100%);
    background-position: 0.36rem 0.36rem, top;
    background-repeat: no-repeat;
    background-size: 2.74667rem 2.62667rem, 100% calc(100% - 1.73333rem);
    padding-top: 0.36rem;
    color: #fff;
}
.bonus-header .left {
    padding-left: 3.46667rem;
}
.bonus-header .title {
    font-size: .48rem;
    margin-bottom: 0.58667rem;
}
.bonus-header .tip {
    font-size: .32rem;
    margin-bottom: 0.21333rem;
}
.bonus-header .nav {
    width: calc(100% - 0.64rem);
    margin: auto;
    background-color: #2B3270;
    padding: 0.32rem 0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-radius: 0.26667rem;
}
.bonus-header .nav>div {
    width: 50%;
    text-align: center;
    font-size: .32rem;
    min-height: 1.68rem;
    padding-top: 1.36rem;
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position: top;
}
.bonus-header .nav>div.rule {
    background-image: url(../images/inviterule-c8d78199.svg);
}
.bonus-header .nav>div.record {
    background-image: url(../images/inviterecord-610ce16f.svg);
}
.bonus-container {
    padding: 0.32rem;
}
.bonus-items {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0.05333rem 0.21333rem #d0d0ed5c;
    border-radius: 0.26667rem;
    margin-top: 0.26667rem;
    padding-bottom: 0.46667rem;
}
.bonus-items .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 1.06667rem;
    margin-bottom: 0.26667rem;
}
.bonus-items .head .left {
    background-color: #babfe0;
    min-width: 3.73333rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    padding: 0 0.93333rem 0 0.26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.26667rem 0 0;
    position: relative;
    color: #fff;
    background-image: url(/assets/svg/unfinish-43bc1495.svg);
    background-repeat: no-repeat;
    background-size: 0.64rem;
    background-position: right 0.4rem center;
}
.bonus-items .head .left:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.4rem;
    height: 100%;
    background-image: -webkit-linear-gradient(200deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(250deg, #fff 50%, transparent 50%);
}
.bonus-items .head .left>div {
    min-width: 0.48rem;
    height: 0.48rem;
    background-color: #fff;
    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: #babfe0;
    border-radius: 50%;
    margin-left: 0.10667rem;
}
.bonus-items .head .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: .34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    justify-content: right;
    line-height: .34667rem;
    padding-right: 0.26667rem;
    color: #ff7d06;
    font-weight: 700;
    border-bottom: 0.01333rem solid #EAEAEA;
}
.bonus-items .detail {
    background-color: #f6f6f6;
    border-radius: 0.05333rem;
    min-height: 0.66667rem;
    line-height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc(100% - 0.64rem);
    margin: auto;
}
.bonus-items .detail>div {
    width: 50%;
}
.bonus-items .detail .text {
    padding: 0 0.26667rem;
    font-size: .32rem;
    color: #fff;
}
.bonus-items .detail .people, 
.bonus-items .detail .num {
    text-align: center;
    font-size: .37333rem;
}
.bonus-items .detail+.detail {
    margin-top: 0.13333rem;
}
.bonus-items .line {
    border: 0.01333rem solid #DADDF0;
    margin: 0.48rem auto;
    position: relative;
    width: calc(100% - 1.14667rem);
    padding: 0 0.13333rem;
}
.bonus-items .line:after, .bonus-items .line:before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #f7f8ff;
    position: absolute;
    width: 0.56rem;
    height: 0.56rem;
    top: -0.28rem;
}
.bonus-items .line:before {
    left: -0.82667rem;
}
.bonus-items .line:after {
    right: -0.82667rem;
}
.bonus-items .task {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 1.06667rem;
}
.bonus-items .task>div {
    width: 50%;
    text-align: center;
}
.bonus-items .task>div .peopleval, .bonus-items .task>div .rechargeval {
    font-size: .42667rem;
    font-weight: 500;
    margin-bottom: 0.13333rem;
}
.bonus-items .task>div .peopleval {
    color: #ff650f;
}
.bonus-items .task>div .text {
    color: #fff;
}
.bonus-items .task>div .rechargeval {
    color: #ff3536;
}
.bonus-items .btn {
    background: -webkit-linear-gradient(top, #CFD1DE 0%, #C7C9D9 100%);
    background: linear-gradient(180deg, #CFD1DE 0%, #C7C9D9 100%);
    box-shadow: 0 0.05333rem #b6bad0;
    font-size: .4rem;
    font-weight: 700;
    color: #fff;
    min-height: 0.93333rem;
    line-height: .93333rem;
    text-align: center;
    width: calc(100% - 0.53333rem);
    margin: 0.42667rem auto 0;
    border-radius: 0.93333rem;
}
.bonus-items .btn.btn-success {
    background: -webkit-linear-gradient(top, #0aff94 0%, #0aff94  100%);
    background: linear-gradient(top, #0aff94 0%, #0aff94  100%);
    box-shadow: 0 0.05333rem #0aff94;
    color: #2e2c2c;
}

.bonus-header .time {
    font-size: .48rem;
    font-weight: 500;
    margin-bottom: 0.34667rem;
}
.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: #fa5a5a;
    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;
}
.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: #fff;
    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;
}
.promotion .info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 9.33333rem;
    min-height: 5.06667rem;
    background-color: #fff;
    border-radius: .26667rem;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    box-shadow: 0 0.10667rem 0.21333rem #d0d0ed5c;
    color: #000;
    bottom: -50px;
}
.promotion .info_content .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: .2rem;
    text-align: center;
}
.promotion .info_content .info .head {
    height: 1.06667rem;
    line-height: 1.06667rem;
    background-color: #f6f6f6;
    color: #151515;
    font-size: .34667rem;
    padding-left: 1.01333rem;
    background-image: url(../images/u1-261d82ac.png);
    background-size: .64rem;
    margin-bottom: .2rem;
    background-repeat: no-repeat;
    background-position: .26667rem center;
    text-align: left;
    padding-top: 0;
}
.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-color: #f95959;
    padding-top: 0;
    background-image: url(../images/promotionbg-9dcd78e9.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.promotion .info_content .info>div {
    color: #888;
    font-size: .29333rem;
    text-align: center;
    border-right: .01333rem solid #E8E8E8;
    padding-top: 15px;
}

.promote__cell-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;
}
.promote__cell-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.promote__cell-item .label img {
    width: .8rem;
    height: .8rem;
    margin-right: .13333rem;
}
.promote__cell-item .arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.promote__cell-item .arrow span{
    font-weight: 400;
    font-size: .32rem;
    line-height: .29333rem;
    color: #fff;
    margin-right: .10667rem;
}
.promote__cell-item .arrow img, 
.navbar__content-right img {
    width: .64rem;
    height: .64rem;
}
.promote__cell-item .label span{
    font-weight: 300;
    font-size: .37333rem;
    line-height: .29333rem;
    color: #fff;
}
.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: .2rem;
    padding-inline: .32rem;
    padding-bottom: 2.13333rem;
    background: #22275B;
}
.tutorial-page .content {
    padding-top: 30px;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.content_home .game-menu {
    margin-top: .2rem;
}
.content_home .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
}
.content_home .row.space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.content_home .row-item {
    position: relative;
    width: 4.53333rem;
    height: 1.86667rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4.96rem 2.29333rem;
    border-radius: .26667rem;
    margin-bottom: .26667rem;
}
.content_home .game_bg {
    display: block;
    position: absolute;
    bottom: -.32rem;
    left: -.21333rem;
    width: 4.96rem;
    height: 2.29333rem;
}
.content_home .game_text {
    position: absolute;
    bottom: .45333rem;
    right: .16rem;
    color: #fff;
    font-family: Inter;
    font-size: .32rem;
    font-weight: 700;
    z-index: 1;
}
.content_home .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
}
.content_home .row.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content_home .row-item.row-small {
    width: 2.93333rem;
    margin-right: .26667rem;
}
.content_home .game_image {
    position: absolute;
    top: 0;
    left: -.05333rem;
    height: 2rem;
    width: 2.53333rem;
    object-fit: contain;
    z-index: 1;
}
.content_home .row-item.row-small .game_text {
    bottom: inherit;
    top: .26667rem;
}
.game-menu .row.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
}
.content-daman {
    font-family: bahnschrift;
    gap: .13333rem;
    padding-bottom: 3.73333rem;
}
.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: var(--color);
    font-size: inherit;
}
.notice-domain .cms-icon {
    width: .53333rem;
    height: .53333rem;
}
.cms-icon svg {
    height: 1em;
    width: 1em;
}
.notice-domain-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
    height: .8rem;
    line-height: .96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 .26667rem;
}
.notice-domain 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;
}
.notice-domain button svg {
    width: .64rem;
    height: .64rem;
}
.point {
    width: .13333rem;
    height: .13333rem;
    background-color: red;
    position: relative;
    border-radius: 50%;
}
.notice-domain button .point{
    position: absolute;
    top: .01333rem;
    right: 0;
}
.content_home .row-item.row-small:nth-child(3n) {
    margin-right: 0;
}
.point-flicker:before {
    background-color: #00a8fd33;
}
.point-flicker:before, 
.point-flicker:after {
    content: "";
    width: .21333rem;
    height: .21333rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.10667rem;
    margin-top: -.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;
}

@-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
    }
}
.content_home .game-menu img {
    max-width: initial;
}
.content_home .row-item.row-small .game_bg {
    width: 3.36rem;
}
.gameScenes-daman .game-content{
    margin-top: .2rem;
}
.gameScenes-daman .game-content{
    margin-top: .2rem;
}
.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 {
    padding-left: .26667rem;
}
.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-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;
}
body {
    font-size: 12px;
}
.daman-lottery-list .daman-item-right .tips:before {
    content: "";
    width: .08rem;
    height: .26667rem;
    background: #759FDE;
    display: inline-block;
    margin-right: .13333rem;
    border-radius: .16rem;
}
.WinningTip__C-body.isL .WinningTip__C-body-l2 {
    color: #000;
}

.WinningTip__C-body.isL .WinningTip__C-body-l2 div {
    color: #fff;
}
.serviceCenter-wrap-header button svg {
    width: .53333rem;
    height: .53333rem;
}
.recharge_input .van-cell.van-field.amount-input {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}
.recharge_input .van-cell.van-field.amount-input input {
    background: #374992;
    padding: 10px;
    border-radius: 4px;
}
.col-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.about-container-content .content {
    color: #fff;
    font-weight: normal;
}
.about-container-content .content a{
    color: #fff;
    text-decoration:none;
}
.GameRecord__C-body-num font[color="voilet"] {
    color: violet;
}
.game_lock .Betting__C-mark {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    z-index: 3000;
}

.game_lock .Betting__C-mark_iner>div {
    font-size: 1rem;
    padding:0.2rem 0.4rem;
    background-color: #22265e;
    border-radius: 5px;
    text-align: center;
}

/* Cherry Icon */
img.cherry {
    max-width: 13px;
    display: inline-block !important;
    vertical-align: middle;
    height:auto !important;
}
.Wallet__C-balance-l1 .cherry {
    max-width: 20px;
}
/* Cherry Icon */


@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;
    }
}