@charset "UTF-8";.van-toast[data-v-c0caae78] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-c0caae78] {
    font-weight: 700;
    font-size: .4rem
}

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

.cg-default.van-button .van-button__icon>img[data-v-c0caae78] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-c0caae78] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-c0caae78] {
    z-index: 9999999!important
}

.dialog[data-v-c0caae78] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    background: var(--bgcolor-32);
    -webkit-transition: opacity .15s ease-in-out,visibility .15s ease-in-out;
    transition: opacity .15s ease-in-out,visibility .15s ease-in-out;
    z-index: 2004
}

.dialog.active[data-v-c0caae78] {
    opacity: 1;
    visibility: visible
}

.dialog.active .dialog__container[data-v-c0caae78] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.dialog.inactive[data-v-c0caae78] {
    opacity: 0;
    visibility: hidden
}

.dialog.inactive .dialog__container[data-v-c0caae78] {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: 0
}

.dialog__container[data-v-c0caae78] {
    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: 8rem;
    min-height: 6.66667rem;
    border-radius: .26667rem;
    background: var(--bg_color_L2);
    -webkit-transition: opacity .3s,-webkit-transform .3s ease-in-out;
    transition: opacity .3s,-webkit-transform .3s ease-in-out;
    transition: opacity .3s,transform .3s ease-in-out;
    transition: opacity .3s,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    z-index: 2003;
    padding: .53333rem .26667rem;
    border-radius: 20px
}

.dialog__container-img[data-v-c0caae78] {
    width: 3.73333rem;
    height: 2.4rem;
    margin-top: -1.06667rem
}

.dialog__container-img img[data-v-c0caae78] {
    width: 100%;
    height: 100%
}

.dialog__container-title[data-v-c0caae78] {
    margin-top: .34667rem;
    font-size: .48rem;
    font-weight: 700;
    color: var(--text_color_L1)
}

.dialog__container-content[data-v-c0caae78] {
    margin-top: .24rem;
    color: var(--text_color_L2);
    font-size: .32rem;
    font-weight: 400
}

.dialog__container-footer[data-v-c0caae78] {
    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: .28rem;
    width: 100%;
    height: 1.06667rem;
    margin-top: 2rem;
    padding: 0 .26667rem
}

.dialog__container-footer button[data-v-c0caae78] {
    width: 3.12rem;
    height: 1.06667rem;
    color: var(--main-color);
    font-size: .42667rem;
    text-align: center;
    border-radius: 9rem;
    border: .01333rem solid var(--main-color);
    background: transparent
}

.dialog__container-footer button[data-v-c0caae78]:last-of-type {
    width: 4.34667rem;
    color: var(--text_color_L4);
    background: var(--main_gradient-color)
}

.dialog__outside[data-v-c0caae78] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: default;
    z-index: 2002;
    background: rgba(0,0,0,.6)
}

.van-toast[data-v-3ad7aed7] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-3ad7aed7] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-3ad7aed7] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-3ad7aed7] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-3ad7aed7] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-3ad7aed7] {
    z-index: 9999999!important
}

.swiper_box[data-v-3ad7aed7] {
    position: relative;
    padding: 0 .34667rem
}

.swiper_box .swiper-button[data-v-3ad7aed7] {
    padding-top: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper_box .swiper-button span[data-v-3ad7aed7] {
    position: relative;
    display: inline-block;
    width: .10667rem;
    height: .10667rem;
    border-radius: .10667rem;
    background-color: #656565;
    margin: 0 .2rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.swiper_box .swiper-button .active[data-v-3ad7aed7] {
    background-color: var(--main-color);
    width: .26667rem;
    height: .10667rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.swiper_box .my-swipe[data-v-3ad7aed7] {
    height: 4.26667rem;
    box-sizing: border-box
}

.swiper_box .my-swipe img[data-v-3ad7aed7] {
    width: 100%;
    height: 100%;
    border-radius: .26667rem;
    -webkit-filter: var(--BoxShadowColor-35);
    filter: var(--BoxShadowColor-35)
}

.van-toast[data-v-b3bd7e49] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-b3bd7e49] {
    font-weight: 700;
    font-size: .4rem
}

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

.cg-default.van-button .van-button__icon>img[data-v-b3bd7e49] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-b3bd7e49] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-b3bd7e49] {
    z-index: 9999999!important
}

.btn[data-v-b3bd7e49] {
    position: fixed;
    left: 50%;
    bottom: 2.4rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 4.45333rem;
    height: 1.06667rem;
    background: var(--downBg, var(--main_gradient-color2));
    border-radius: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
    z-index: 2;
    padding: 0 .26667rem
}

.btn .icon[data-v-b3bd7e49] {
    width: .64rem;
    height: .64rem
}

.btn .text[data-v-b3bd7e49] {
    color: #fff;
    text-shadow: 0 .02667rem .01333rem #E04846;
    font-family: Inter;
    font-size: .32rem;
    font-style: normal;
    font-weight: 700;
    line-height: .53333rem;
    letter-spacing: .0128rem;
    word-wrap: break-word;
    width: -webkit-fit-content;
    width: fit-content
}

.btn .bonus-con[data-v-b3bd7e49] {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .04rem
}

.btn .bonus-con .text[data-v-b3bd7e49] {
    font-weight: 500;
    margin-top: 0;
    font-size: .29333rem;
    line-height: 1
}

.btn .bonus-con .bonus[data-v-b3bd7e49] {
    font-size: .32rem;
    font-style: normal;
    font-weight: 600;
    line-height: .56rem;
    letter-spacing: .00747rem;
    color: #fff;
    text-shadow: 0 .02667rem .01333rem #E04846;
    line-height: 1
}

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

.cg-default.van-button {
    font-weight: 700;
    font-size: .4rem
}

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

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

@media (orientation: landscape) {
    html.landscape {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog {
    z-index: 9999999!important
}

.float {
    position: fixed;
    bottom: 4rem;
    right: .4rem;
    touch-action: none;
    z-index: 1000
}

.float-entry {
    width: 1.49333rem;
    height: 1.49333rem;
    border-radius: 50%;
    margin-bottom: .08rem
}

.rewardCenter {
    background: var(--d9cf7d89-rewardCenterBgUrl) no-repeat center/cover
}

.turntable-lottery {
    background: url(/assets/png/turntable-4464ae2e.webp) no-repeat center/cover
}

.turntable {
    background: var(--d9cf7d89-bigTurntableBgUrl) no-repeat center/cover
}

.turntable-telegram {
    background: var(--d9cf7d89-telegramBgUrl) no-repeat center/cover
}

.changlongEnter {
    background: var(--d9cf7d89-changlongIconUrl) no-repeat center/cover
}

.van-toast[data-v-8ac0d926] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-8ac0d926] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-8ac0d926] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-8ac0d926] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-8ac0d926] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-8ac0d926] {
    z-index: 9999999!important
}

.tabs[data-v-8ac0d926] {
    background: none;
    margin-top: .48rem;
    margin-bottom: .4rem
}

.tab_item[data-v-8ac0d926] {
    min-width: 1.28rem;
    height: 1.58667rem;
    margin-inline:.06667rem;padding: 0;
    color: #80849c;
    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;
    padding: 0 .13333rem
}

.tab_item img[data-v-8ac0d926] {
    max-width: .56rem;
    height: .56rem;
    margin-bottom: .10667rem
}

.tab_item svg[data-v-8ac0d926] {
    width: .56rem;
    height: .56rem;
    margin-bottom: .10667rem
}

.tab_item span[data-v-8ac0d926] {
    font-size: .32rem
}

.allGame[data-v-8ac0d926] {
    height: .93333rem;
    min-width: 1.86667rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.tab_active[data-v-8ac0d926] {
    color: var(--norm_Variable_1, #3042DA);
    background: var(--main_gradient-color)
}

[data-v-8ac0d926] .fun-tabs .fun-tab-item {
    padding: .18667rem 0
}

.noBg[data-v-8ac0d926] {
    background: none!important
}

.noBg[data-v-8ac0d926] .van-tabs__nav--card .van-tab--card {
    background: rgba(21,30,43,.81)!important
}

.van-toast[data-v-6a6ca1da] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-6a6ca1da] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-6a6ca1da] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-6a6ca1da] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-6a6ca1da] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-6a6ca1da] {
    z-index: 9999999!important
}

.gameItem1[data-v-6a6ca1da] {
    width: 2.90667rem;
    height: 3.92rem;
    border-radius: .16rem;
    display: inline-block
}

.gameItem1 img[data-v-6a6ca1da] {
    width: 2.90667rem;
    height: 3.92rem;
    border-radius: .16rem
}

.gameItem1 .win-odds[data-v-6a6ca1da] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: .48rem;
    background: rgba(var(--main-color-rgb),.9);
    color: var(--text_color_L1);
    width: 100%;
    border-radius: .13333rem;
    font-size: .29333rem;
    overflow: hidden;
    margin-top: .08rem;
    margin-bottom: .13333rem;
    position: relative
}

.gameItem1 .win-odds .win-p[data-v-6a6ca1da] {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background-color: var(--main-color)
}

html:lang(ar) .gameItem1 .win-odds .win-p[data-v-6a6ca1da] {
    left: unset;
    right: 0
}

.gameItem1 .win-odds span[data-v-6a6ca1da] {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: .53333rem
}

.gameItem1 .win-odds span[data-v-6a6ca1da]:first-child {
    padding-left: .13333rem
}

.gameItem1 .win-odds span[data-v-6a6ca1da]:last-child {
    text-align: right;
    padding-right: .13333rem
}

.elec[data-v-6a6ca1da],.elec img[data-v-6a6ca1da] {
    height: 3.92rem
}

.slot_bg[data-v-6a6ca1da] {
    width: 4.53333rem;
    height: 1.44rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0
}

.gameImte2[data-v-6a6ca1da] {
    width: 100%
}

.gameImte2 .other_style[data-v-6a6ca1da],.gameImte2 .lottery_style[data-v-6a6ca1da] {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    white-space: break-spaces
}

.gameImte2 .other_style[data-v-6a6ca1da],.gameImte2 .other_style img[data-v-6a6ca1da] {
    width: 2.90667rem;
    height: 3.92rem
}

.gameImte2 .other_style div[data-v-6a6ca1da] {
    padding-top: .82667rem;
    text-align: center;
    font-size: .26667rem;
    color: #fff;
    font-weight: 400
}

.gameImte2 .lottery_style[data-v-6a6ca1da] {
    position: relative;
    width: 100%;
    height: var(--6a6ca1da-bgHidth);
    color: #fff
}

.gameImte2 .lottery_style .tit[data-v-6a6ca1da] {
    position: absolute;
    width: 2.02667rem;
    top: .32rem;
    left: .32rem;
    font-weight: 700;
    font-size: .37333rem
}

html:lang(ar) .gameImte2 .lottery_style .tit[data-v-6a6ca1da] {
    left: unset;
    right: .32rem
}

.gameImte2 .lottery_style .txt1[data-v-6a6ca1da],.gameImte2 .lottery_style .txt2[data-v-6a6ca1da] {
    position: absolute;
    left: .32rem;
    bottom: .69333rem;
    font-size: .24rem;
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

html:lang(ar) .gameImte2 .lottery_style .txt1[data-v-6a6ca1da],html:lang(ar) .gameImte2 .lottery_style .txt2[data-v-6a6ca1da] {
    left: unset;
    right: .32rem
}

.gameImte2 .lottery_style .txt2[data-v-6a6ca1da] {
    left: .24rem;
    bottom: .26667rem
}

html:lang(ar) .gameImte2 .lottery_style .txt2[data-v-6a6ca1da] {
    left: unset;
    right: .24rem
}

.gameImte2 .big_prize_wai[data-v-6a6ca1da] {
    position: relative
}

.gameImte2 .big_prize_wai .big_prize[data-v-6a6ca1da] {
    width: 2.90667rem;
    height: 3.92rem;
    position: relative;
    border-radius: .32rem
}

.gameImte2 .big_prize_wai .big_prize .bg[data-v-6a6ca1da] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.90667rem;
    height: 3.92rem;
    border-radius: .32rem;
    background-repeat: no-repeat;
    background-size: 2.90667rem 3.92rem;
    background-position: center;
    z-index: 1
}

html:lang(ar) .gameImte2 .big_prize_wai .big_prize .bg[data-v-6a6ca1da] {
    left: unset;
    right: 0
}

.gameImte2 .big_prize_wai .big_prize .info[data-v-6a6ca1da] {
    width: 1.33333rem;
    height: .53333rem;
    line-height: .53333rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: .16rem 0;
    background: -webkit-linear-gradient(left,#DA22E4 0%,#981BFA 100%);
    background: linear-gradient(90deg,#DA22E4 0%,#981BFA 100%);
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: .32rem;
    font-weight: 700
}

.gameImte2 .big_prize_wai .title[data-v-6a6ca1da] {
    margin-top: .16rem;
    color: var(--text_color_L1, #F5F3F0);
    font-family: Roboto;
    font-size: .29333rem;
    font-weight: 400
}

.gameImte2 .big_prize_wai .title2[data-v-6a6ca1da] {
    margin-top: .16rem;
    color: var(--text_color_L4);
    font-family: Roboto;
    font-size: .29333rem;
    font-weight: 400
}

.gameImte2 .big_prize_wai .award[data-v-6a6ca1da] {
    color: var(--main-color);
    font-family: Roboto;
    font-size: .29333rem;
    font-weight: 500
}

.gameImte2 .big_prize_wai .award_qian[data-v-6a6ca1da] {
    color: #f74747;
    font-family: Roboto;
    font-size: .29333rem;
    font-weight: 500
}

.van-toast[data-v-e3bcc790] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-e3bcc790] {
    font-weight: 700;
    font-size: .4rem
}

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

.cg-default.van-button .van-button__icon>img[data-v-e3bcc790] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-e3bcc790] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-e3bcc790] {
    z-index: 9999999!important
}

.aloneGame[data-v-e3bcc790] {
    width: 100%
}

.aloneGame .header[data-v-e3bcc790] {
    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;
    width: 100%
}

.aloneGame .header .title[data-v-e3bcc790],.aloneGame .header .title2[data-v-e3bcc790] {
    font-size: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.aloneGame .header .title.title[data-v-e3bcc790],.aloneGame .header .title2.title[data-v-e3bcc790] {
    color: var(--text_color_L1)
}

.aloneGame .header .title.title2[data-v-e3bcc790],.aloneGame .header .title2.title2[data-v-e3bcc790] {
    color: var(--main-color)
}

.aloneGame .header .title .icons[data-v-e3bcc790],.aloneGame .header .title2 .icons[data-v-e3bcc790] {
    width: .56rem;
    height: .56rem;
    margin-right: .18667rem
}

.aloneGame .header .title div[data-v-e3bcc790],.aloneGame .header .title2 div[data-v-e3bcc790] {
    display: inline-block;
    width: 1.73333rem;
    height: .64rem;
    background-color: var(--bg_color_L2);
    border-radius: .10667rem;
    font-size: .34667rem;
    line-height: .66667rem;
    cursor: pointer;
    margin-left: .13333rem
}

.aloneGame .header .title div .all[data-v-e3bcc790],.aloneGame .header .title2 div .all[data-v-e3bcc790] {
    color: var(--text_color_L3);
    margin-left: .26667rem
}

.aloneGame .header .title div .len[data-v-e3bcc790],.aloneGame .header .title2 div .len[data-v-e3bcc790] {
    color: var(--text_color_L1);
    margin-left: .26667rem
}

.aloneGame .header .right_btn[data-v-e3bcc790] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.aloneGame .header .right_btn i[data-v-e3bcc790] {
    width: .64rem;
    height: .64rem;
    margin-left: .13333rem;
    background: var(--main_gradient-color);
    color: var(--textW);
    font-size: .42667rem;
    border-radius: .10667rem;
    text-align: center;
    line-height: .64rem
}

.aloneGame .header .right_btn i.active[data-v-e3bcc790] {
    opacity: .5
}

.aloneGame .flash_desc[data-v-e3bcc790] {
    font-size: .32rem;
    color: var(--text_color_L1)
}

.aloneGame .awar_desc .amount[data-v-e3bcc790] {
    color: #f74747
}

.aloneGame .awar_desc .amount2[data-v-e3bcc790] {
    color: var(--main-color)
}

.aloneGame .three_item[data-v-e3bcc790] {
    width: 100%;
    height: 3.84rem;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.aloneGame .three_item .contents[data-v-e3bcc790] {
    height: 2.90667rem;
    display: -webkit-box;
    white-space: nowrap;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0
}

html:lang(ar) .aloneGame .three_item .contents[data-v-e3bcc790] {
    left: unset;
    right: 0
}

.aloneGame .three_item .contents .item[data-v-e3bcc790] {
    margin-right: .24rem;
    display: inline-block
}

.aloneGame .three_item3[data-v-e3bcc790],.aloneGame .three_item3 .contents3[data-v-e3bcc790],.aloneGame .three_item22[data-v-e3bcc790] {
    height: 2.90667rem
}

.aloneGame[data-v-e3bcc790] ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.aloneGame[data-v-e3bcc790] ::-webkit-scrollbar-track {
    background: transparent
}

.aloneGame[data-v-e3bcc790] ::-webkit-scrollbar-thumb {
    background: transparent
}

.aloneGame .all_item .item_one[data-v-e3bcc790] {
    margin-bottom: .24rem
}

.aloneGame .all_item .item_two[data-v-e3bcc790] {
    margin: 0 auto .24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.aloneGame .look_all[data-v-e3bcc790] {
    margin: .64rem auto;
    width: 3.84rem;
    height: .8rem;
    background: var(--main_gradient-color);
    box-shadow: 0 .04rem .08rem .01333rem #00000029;
    border-radius: .4rem;
    font-size: .32rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: .8rem;
    cursor: pointer
}

.aloneGame .look_awar[data-v-e3bcc790] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: .93333rem;
    margin-top: .32rem;
    padding: .26667rem .13333rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: .66667rem;
    color: var(--Home-Hot-Slot-Slide-2-Nero, #001534);
    text-align: center;
    font-family: Roboto;
    font-size: .32rem;
    font-weight: 400
}

.my-swipe[data-v-e3bcc790] {
    margin-top: .32rem;
    margin-bottom: .32rem
}

.my-swipe .van-swipe-item[data-v-e3bcc790] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .21333rem;
    height: 100%
}

.my-swipe .van-swipe-item .item_one[data-v-e3bcc790] {
    height: 100%;
    margin-bottom: .24rem
}

.my-swipe .van-swipe-item .item_two[data-v-e3bcc790] {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.my-swipe .isShowAll[data-v-e3bcc790] {
    height: auto
}

.my-swipe .gys[data-v-e3bcc790] {
    grid-template-columns: repeat(2,1fr);
    border-radius: 0
}

.ChangLong[data-v-e3bcc790] {
    width: 100%;
    height: 2.13333rem;
    background: url(/assets/png/changlong_bg-22ec113c.webp) no-repeat center center;
    background-size: contain;
    position: relative;
    padding-top: .24rem;
    margin-bottom: .53333rem;
    cursor: pointer
}

.ChangLong.game51[data-v-e3bcc790] {
    background: url(/assets/jpg/changlong51_bg-04233e9c.webp) no-repeat center center;
    background-size: contain
}

.van-toast[data-v-3cb56872] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-3cb56872] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-3cb56872] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-3cb56872] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-3cb56872] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-3cb56872] {
    z-index: 9999999!important
}

.winning[data-v-3cb56872] {
    margin-bottom: .4rem
}

.winning .title[data-v-3cb56872] {
    background: url(/assets/png/win-d581733a.webp) no-repeat left center;
    background-size: .56rem .56rem;
    padding-left: .74667rem;
    color: var(--text_color_L1);
    font-size: .4rem;
    margin-bottom: .34667rem
}

.winning .win_item[data-v-3cb56872] {
    background: url(/assets/png/winning_bg-2e4b55b4.webp) no-repeat left top;
    background-size: cover;
    width: 9.2rem;
    height: 1.84rem;
    position: relative;
    margin-bottom: .26667rem
}

.winning .win_item .avatar[data-v-3cb56872] {
    width: 1.09333rem;
    height: 1.09333rem;
    position: absolute;
    top: .10667rem;
    left: .10667rem
}

html:lang(ar) .winning .win_item .avatar[data-v-3cb56872] {
    left: unset;
    right: .10667rem
}

.winning .win_item .avatar .avatar_outbg[data-v-3cb56872] {
    width: 1.09333rem;
    height: 1.09333rem;
    background-image: url(/assets/png/kBg-d1dd7b40.webp);
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

html:lang(ar) .winning .win_item .avatar .avatar_outbg[data-v-3cb56872] {
    left: unset;
    right: 0
}

.winning .win_item .avatar img[data-v-3cb56872] {
    width: .96rem;
    height: .96rem;
    position: absolute;
    top: .05333rem;
    left: .05333rem;
    border-radius: .4rem
}

html:lang(ar) .winning .win_item .avatar img[data-v-3cb56872] {
    left: unset;
    right: .05333rem
}

.winning .win_item .avatar .level[data-v-3cb56872] {
    position: absolute;
    top: .57333rem;
    left: .72rem;
    width: .48rem;
    height: .48rem;
    background: var(--main_gradient-color);
    box-shadow: 0 .04rem .08rem .01333rem #00000029;
    text-align: center;
    line-height: .48rem;
    color: #fff;
    font-size: .29333rem;
    border-radius: 50%
}

html:lang(ar) .winning .win_item .avatar .level[data-v-3cb56872] {
    left: unset;
    right: .72rem
}

.winning .win_item .info[data-v-3cb56872] {
    position: absolute;
    top: .42667rem;
    left: 1.81333rem
}

.winning .win_item .info .name[data-v-3cb56872] {
    color: #fff;
    font-size: .32rem;
    line-height: .42667rem;
    width: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.winning .win_item .info .time[data-v-3cb56872] {
    color: #84888d
}

.winning .win_item .winning_icon[data-v-3cb56872] {
    width: 1.6rem;
    height: 1.44rem;
    position: absolute;
    top: .18667rem;
    left: 4.13333rem
}

html:lang(ar) .winning .win_item .winning_icon[data-v-3cb56872] {
    left: unset;
    right: 4.13333rem
}

.winning .win_item .winning[data-v-3cb56872] {
    position: absolute;
    top: .48rem;
    right: .24rem
}

html:lang(ar) .winning .win_item .winning[data-v-3cb56872] {
    left: .24rem;
    right: unset
}

.winning .win_item .winning div[data-v-3cb56872] {
    color: #fff;
    font-size: .32rem
}

.winning .win_item .winning div[data-v-3cb56872]:first-child {
    font-size: .45333rem;
    line-height: .56rem;
    text-align: right
}

.winning .win_item .winning div[data-v-3cb56872]:last-child {
    text-align: right
}

.van-toast[data-v-dd3d232d] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-dd3d232d] {
    font-weight: 700;
    font-size: .4rem
}

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

.cg-default.van-button .van-button__icon>img[data-v-dd3d232d] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-dd3d232d] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-dd3d232d] {
    z-index: 9999999!important
}

.profit[data-v-dd3d232d] {
    margin-bottom: .4rem
}

.profit .title[data-v-dd3d232d] {
    background: url(/assets/png/profit-56d94e8f.webp) no-repeat left center;
    background-size: .56rem .56rem;
    padding-left: .74667rem;
    font-size: .4rem;
    margin-bottom: .34667rem;
    color: var(--text_color_L1)
}

.profit__list[data-v-dd3d232d] {
    background: var(--bg_color_L2);
    border-radius: .16rem;
    padding: .4rem .24rem
}

.profit__list-item[data-v-dd3d232d] {
    height: 1.53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: var(--Dividing-line_color)
}

.profit__list-item .usePhoto[data-v-dd3d232d] {
    width: .98667rem;
    height: .98667rem;
    border-radius: 50%
}

.profit__list-item__info[data-v-dd3d232d] {
    width: 7.41333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .98667rem
}

.profit__list-item__info .rank .name[data-v-dd3d232d] {
    font-size: .32rem
}

.profit__list-item__info .rank .rank_num[data-v-dd3d232d] {
    color: #ffcb7d;
    font-size: .32rem
}

.profit__list-item__info .rank .rank_num .rank_img[data-v-dd3d232d] {
    width: .32rem;
    height: .53333rem;
    display: inline-block;
    margin-right: .16rem;
    vertical-align: bottom
}

.profit__list-item__info .rank .rank_num span[data-v-dd3d232d] {
    font-size: .32rem
}

.profit__list-item__info .rank .rank_num .no1[data-v-dd3d232d] {
    font-size: .4rem;
    color: #fbae3b
}

.profit__list-item__info .rank .rank_num .no2[data-v-dd3d232d] {
    font-size: .4rem;
    color: #96aaaf
}

.profit__list-item__info .rank .rank_num .no3[data-v-dd3d232d] {
    font-size: .4rem;
    color: #f59369
}

.profit__list-item__info .price[data-v-dd3d232d] {
    color: #fff;
    font-size: .4rem;
    text-align: right
}

.profit__list-item[data-v-dd3d232d]:last-child {
    border-bottom: none
}

.van-toast[data-v-711adb57] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-711adb57] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-711adb57] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-711adb57] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-711adb57] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-711adb57] {
    z-index: 9999999!important
}

.bottomLogoText[data-v-711adb57] {
    margin: .53333rem 0 0;
    text-align: center;
    padding-bottom: .8rem
}

.bottomLogoText.mt40[data-v-711adb57] {
    margin-bottom: .8rem
}

.bottomLogoText.popText[data-v-711adb57] {
    padding: 0 .37333rem;
    margin-bottom: .4rem
}

.bottomLogoText.wa ul li[data-v-711adb57] {
    font-size: .29333rem
}

.bottomLogoText img[data-v-711adb57] {
    width: 2.66667rem;
    margin-bottom: .13333rem
}

.bottomLogoText ul li[data-v-711adb57] {
    text-align: left;
    font-size: .37333rem;
    color: var(--text_color_L1);
    margin-bottom: .32rem
}

.bottomLogoText ul li[data-v-711adb57]:last-child {
    margin-bottom: 0
}

.van-toast[data-v-4529147b] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-4529147b] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-4529147b] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-4529147b] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-4529147b] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-4529147b] {
    z-index: 9999999!important
}

.instructions.mtdesc[data-v-4529147b] {
    margin-bottom: 2.4rem
}

.instructions .instructions_img[data-v-4529147b] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem
}

.instructions .instructions_img .u18[data-v-4529147b] {
    width: .58667rem;
    height: .58667rem;
    margin-right: .21333rem
}

.instructions .instructions_img .logo[data-v-4529147b] {
    width: auto;
    height: .8rem
}

.instructions .desc[data-v-4529147b] {
    color: #848486;
    font-size: .32rem
}

.instructions .desc .tips[data-v-4529147b] {
    margin-bottom: .26667rem
}

.van-toast[data-v-93741f34] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-93741f34] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-93741f34] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-93741f34] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-93741f34] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-93741f34] {
    z-index: 9999999!important
}

.video_list .video_item[data-v-93741f34] {
    margin-bottom: .61333rem
}

.video_list .video_item .video_title img[data-v-93741f34] {
    margin-right: .10667rem;
    height: .53333rem;
    vertical-align: middle
}

.video_list .video_item .video_title[data-v-93741f34] {
    font-size: .4rem;
    font-weight: 700;
    color: var(--text_color_L1);
    margin-bottom: .32rem
}

.video_list .video_item .video_title span[data-v-93741f34] {
    vertical-align: middle
}

.video_list .video_item .video_img_box[data-v-93741f34] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .24rem;
    margin-bottom: .4rem
}

.video_list .video_item .video_img_box img[data-v-93741f34] {
    width: 2.90667rem;
    height: 3.92rem;
    border-radius: .10667rem
}

.video_list .video_item .all_slot[data-v-93741f34] {
    margin: auto;
    width: 3.84rem;
    height: .8rem;
    background: var(--main_gradient-color);
    box-shadow: 0 .04rem .08rem .01333rem #00000029;
    border-radius: .4rem;
    line-height: .8rem;
    color: #fff;
    text-align: center;
    font-size: .32rem
}

.van-toast[data-v-6c4ce891] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-6c4ce891] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-6c4ce891] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-6c4ce891] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-6c4ce891] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-6c4ce891] {
    z-index: 9999999!important
}

[data-v-6c4ce891] .van-dialog {
    width: 8.29333rem;
    height: 12.4rem;
    border-radius: .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

[data-v-6c4ce891] .van-dialog__content {
    position: relative;
    width: 100%
}

[data-v-6c4ce891] .van-dialog__content .promptHeader {
    background: var(--main_gradient-color);
    text-align: center;
    height: 1.17333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem
}

[data-v-6c4ce891] .van-dialog__content .promptContent {
    height: 9.33333rem;
    padding: .4rem .26667rem;
    overflow-y: auto
}

[data-v-6c4ce891] .van-dialog__content .promptContent img {
    max-width: 7.73333rem
}

[data-v-6c4ce891] .van-dialog__footer {
    z-index: 100;
    position: fixed;
    bottom: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    gap: .26667rem;
    width: 90%
}

[data-v-6c4ce891] .van-dialog .van-button__text {
    color: #fff;
    width: 80%;
    height: .93333rem;
    text-align: center;
    line-height: .93333rem;
    background: var(--main_gradient-color);
    border-radius: 1.06667rem;
    z-index: 100;
    font-weight: 700;
    font-size: .42667rem;
    font-style: normal;
    letter-spacing: .06667rem
}

[data-v-6c4ce891] .van-dialog .promptBtn {
    margin: .26667rem auto;
    width: 4rem;
    height: 1.06667rem;
    border-radius: 1.06667rem;
    background: var(--main_gradient-color);
    line-height: 1.06667rem;
    text-align: center;
    color: #fff
}

.content__right[data-v-6c4ce891] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: .26667rem
}

.content__right .homeIcon[data-v-6c4ce891] {
    width: .64rem;
    height: .64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.content__right svg[data-v-6c4ce891] {
    width: .64rem;
    height: .64rem
}

#home[data-v-6c4ce891] {
    padding-bottom: 1.33333rem
}

#home .swiper_box[data-v-6c4ce891] {
    padding: 0;
    margin: .26667rem 0
}
