@keyframes rotateImage-fc698f60 {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(180deg);
    }
}
@keyframes rotateImage2-fc698f60 {
    0% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.lotteryMain[data-v-fc698f60] {
    min-height: calc(100vh - env(safe-area-inset-bottom));
    position: relative;
    color: #2a3563;
    background-color: #fff;
}
.lotteryMain .header[data-v-fc698f60] {
    background-color: rgba(236, 29, 37, 255);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1rem;
    height: 3.125rem;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.lotteryMain .header .header-left[data-v-fc698f60],
.lotteryMain .header .header-right[data-v-fc698f60] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.lotteryMain .header .header-left[data-v-fc698f60] {
    left: 0.625rem;
}
.lotteryMain .header .header-right[data-v-fc698f60] {
    right: 0.625rem;
}
.lotteryMain .header .title[data-v-fc698f60] {
    display: flex;
    align-items: center;
}
.lotteryMain .header .title.up uni-image[data-v-fc698f60] {
    animation: rotateImage-fc698f60 0.3s ease-in-out forwards;
}
.lotteryMain .header .title.down uni-image[data-v-fc698f60] {
    animation: rotateImage2-fc698f60 0.3s ease-in-out forwards;
}
.lotteryMain .lotteryMsgBox[data-v-fc698f60] {
    position: absolute;
    top: 3rem;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.lotteryMain .lotteryMsgBox div[data-v-fc698f60] {
    box-sizing: content-box;
}
.lotteryMain .lotteryMsgBox .moreMask[data-v-fc698f60] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: 0.7;
    z-index: 1;
}
.lotteryMain .lotteryMsgBox .lotteryMsg[data-v-fc698f60] {
    position: relative;
    z-index: 3;
    background: #fff;
    width: 100%;
    height: 3.59375rem;
    font-size: 0.84375rem;
    display: flex;
    box-shadow: 0 0.0625rem 0.3125rem #dfdfdf;
    padding: 0.625rem 0;
    box-sizing: content-box;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .top[data-v-fc698f60] {
    height: 3.59375rem;
    width: 50%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    border-right: 0.0625rem solid #e6e6e6;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .top .time[data-v-fc698f60] {
    font-size: 0.90625rem;
    color: #2a3563;
    line-height: 1;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .top .time .sty1[data-v-fc698f60] {
    font-size: 0.90625rem;
    line-height: 1.5;
    font-weight: 700;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .top .time .sty1 uni-text[data-v-fc698f60] {
    color: #ff3900;
    font-weight: 700;
    margin: 0 0.21875rem;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .top .time .periods_time[data-v-fc698f60] {
    color: #ff3900;
    font-size: 1.1875rem;
    line-height: 1.5;
    padding: 0.46875rem 0 0;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .openInfo[data-v-fc698f60] {
    width: 100%;
    height: 3.5625rem;
    font-size: 0.75rem;
    color: #2a3563;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .openInfo .foot[data-v-fc698f60] {
    text-align: center;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .openInfo .foot > div[data-v-fc698f60] {
    width: 100%;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .openInfo .foot > div .periods[data-v-fc698f60] {
    font-size: 0.90625rem;
    line-height: 1.5;
    font-weight: 700;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .openInfo .foot > div .periods uni-text[data-v-fc698f60] {
    color: #ff3900;
    font-weight: 700;
    margin: 0 0.25rem;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .openInfo .foot > div .periods .vux-x-icon[data-v-fc698f60] {
    vertical-align: middle;
    transition: 0.4s;
}
.lotteryMain .lotteryMsgBox .lotteryMsg .openInfo .foot > div .periods.show .vux-x-icon[data-v-fc698f60] {
    transform: rotate(180deg);
}
.lotteryMain .lotteryMsgBox .more[data-v-fc698f60] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    font-size: 0.84375rem;
    z-index: 2;
    transform: translateY(-100%);
    transition: all 0.3s;
}
.lotteryMain .lotteryMsgBox .more.showMore[data-v-fc698f60] {
    transform: translateY(0);
}
.lotteryMain .lotteryMsgBox .more .thead[data-v-fc698f60] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 0.0625rem solid #e6e6e6;
    background: #dfe8f6;
    font-size: 0.75rem;
}
.lotteryMain .lotteryMsgBox .more .thead .periods[data-v-fc698f60] {
    width: 49%;
}
.lotteryMain .lotteryMsgBox .more .thead .result[data-v-fc698f60] {
    width: 51%;
}
.lotteryMain .lotteryMsgBox .more .thead div[data-v-fc698f60] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lotteryMain .lotteryMsgBox .more .tbody[data-v-fc698f60] {
    width: 100%;
    color: #2a3563;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 15rem;
    font-size: 0.875rem;
}
.lotteryMain .lotteryMsgBox .more .tbody .more_item[data-v-fc698f60] {
    height: 1.9375rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
}
.lotteryMain .lotteryMsgBox .more .tbody .more_item .periods[data-v-fc698f60] {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lotteryMain .lotteryMsgBox .more .tbody .more_item .lotteryred[data-v-fc698f60] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 51%;
}
.lotteryMain .lotteryMsgBox .more .tbody .more_item .lotteryred div[data-v-fc698f60] {
    margin-right: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: linear-gradient(99.09deg, #66bcff 0%, rgba(236, 29, 37, 255) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lotteryMain .lotteryMsgBox .more .goHistory[data-v-fc698f60] {
    padding: 1.25rem 0;
}
.lotteryMain .lotteryMsgBox .more .goHistory div[data-v-fc698f60] {
    margin: auto;
    width: 9.9375rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid rgba(236, 29, 37, 255);
    background: #fff;
    color: rgba(236, 29, 37, 255);
}
.lotteryMain .weui-tab__panel[data-v-fc698f60] {
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
}
.lotteryMain .weui-tab__panel .creditIndex[data-v-fc698f60] {
    padding: 1.25rem 1.75rem;
}
.lotteryMain
    .weui-tab__panel
    .creditIndex
    .creditWrap
    .item
    .itemContent
    .vux-flexbox
    .vux-flexbox-item[data-v-fc698f60] {
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-right: 0.375rem;
}
.lotteryMain
    .weui-tab__panel
    .creditIndex
    .creditWrap
    .item
    .itemContent
    .vux-flexbox
    .vux-flexbox-item[data-v-fc698f60]:nth-child(even) {
    margin-right: 0;
}
.lotteryMain
    .weui-tab__panel
    .creditIndex
    .creditWrap
    .item
    .itemContent
    .vux-flexbox
    .vux-flexbox-item.select
    .itemBall[data-v-fc698f60] {
    background: rgba(236, 29, 37, 255);
}
.lotteryMain
    .weui-tab__panel
    .creditIndex
    .creditWrap
    .item
    .itemContent
    .vux-flexbox
    .vux-flexbox-item.select
    .itemBall
    .number[data-v-fc698f60] {
    color: #fff;
}
.lotteryMain
    .weui-tab__panel
    .creditIndex
    .creditWrap
    .item
    .itemContent
    .vux-flexbox
    .vux-flexbox-item
    .itemBall[data-v-fc698f60] {
    border: 0.0625rem solid #dfe8f6;
    background: #fff;
    border-radius: 0.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.625rem;
}
.lotteryMain
    .weui-tab__panel
    .creditIndex
    .creditWrap
    .item
    .itemContent
    .vux-flexbox
    .vux-flexbox-item
    .itemBall
    .number[data-v-fc698f60] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: rgba(236, 29, 37, 255);
}
.lotteryMain .weui-tab__panel .creditIndex .creditWrap.ks .itemContent[data-v-fc698f60] {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.lotteryMain .weui-tab__panel .creditIndex .creditWrap.ks .itemContent .itemBall[data-v-fc698f60] {
    font-size: 1rem !important;
    padding: 0.5rem 0 !important;
}
.lotteryMain .other-sj[data-v-fc698f60] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 20rem;
}
@media (min-width: 962px) {
    .lotteryMain .other-sj[data-v-fc698f60] {
        left: 9%;
    }
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60] {
    background: #fff;
    width: 3.90625rem;
    height: 3.90625rem;
    overflow: hidden;
    transform: rotate(45deg);
    transform-origin: top left;
    position: relative;
    box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.2);
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(1) {
    position: absolute;
    top: 0;
    left: 3.0625rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(2) {
    position: absolute;
    top: 0;
    left: 8.90625rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(3) {
    position: absolute;
    top: 0;
    left: 14.78125rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(4) {
    position: absolute;
    top: 0;
    left: 20.625rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(5) {
    position: absolute;
    top: 3.0625rem;
    left: 6rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(6) {
    position: absolute;
    top: 3.0625rem;
    left: 11.84375rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(7) {
    position: absolute;
    top: 3.0625rem;
    left: 17.71875rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(8) {
    position: absolute;
    top: 6.1875rem;
    left: 3.0625rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(9) {
    position: absolute;
    top: 6.1875rem;
    left: 8.90625rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(10) {
    position: absolute;
    top: 6.1875rem;
    left: 14.78125rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(11) {
    position: absolute;
    top: 6.1875rem;
    left: 20.625rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(12) {
    position: absolute;
    top: 9.375rem;
    left: 6rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(13) {
    position: absolute;
    top: 9.375rem;
    left: 11.84375rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(14) {
    position: absolute;
    top: 9.375rem;
    left: 17.71875rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(15) {
    position: absolute;
    top: 12.5rem;
    left: 8.90625rem;
}
.lotteryMain .other-sj .other_sj_item[data-v-fc698f60]:nth-child(16) {
    position: absolute;
    top: 12.5rem;
    left: 14.78125rem;
}
.lotteryMain .other-sj .other_sj_item uni-image[data-v-fc698f60] {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ks .lotteryResult[data-v-fc698f60],
.more .lotteryResult[data-v-fc698f60] {
    line-height: 1.8125rem;
    color: #fff;
    font-size: 0.875rem;
    padding-top: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ks .lotteryResult div[data-v-fc698f60],
.more .lotteryResult div[data-v-fc698f60] {
    margin-right: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: linear-gradient(99.09deg, #66bcff 0%, rgba(236, 29, 37, 255) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vux-flexbox[data-v-fc698f60] {
    width: 100%;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    box-align: center;
    align-items: center;
    justify-content: center;
}
.vux-flexbox .vux-flexbox-item[data-v-fc698f60] {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1.25rem;
    width: 0%;
}
.vux-flexbox .vux-flexbox-item[data-v-fc698f60]:first-child {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.creditFooter[data-v-fc698f60] {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 99;
}
@media (min-width: 962px) {
    .creditFooter[data-v-fc698f60] {
        width: 460px;
        left: 50%;
        transform: translate(-50%);
    }
}
.creditFooter .setting[data-v-fc698f60] {
    display: flex;
    align-items: center;
    background: #fff;
    height: 2.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #dfe8f6;
}
.creditFooter .setting .setMoney[data-v-fc698f60] {
    width: 100%;
    margin: 0 1.75rem;
    align-items: center;
    display: flex;
    font-size: 0.875rem;
}
.creditFooter .setting .setMoney[data-v-fc698f60] .keyboardInput {
    width: 11.25rem;
    border: 1px solid #dfe8f6;
    border-radius: 0.25rem;
    background: #f2f6f9;
    height: 1.875rem;
    display: flex;
    align-items: center;
    padding: 0 0.625rem;
}
.creditFooter .setting .setMoney[data-v-fc698f60] .keyboardInput uni-input {
    line-height: 1.25rem;
    color: #ff3900;
}
.creditFooter .setting .setMoney[data-v-fc698f60] .keyboardInput .uni-input-placeholder {
    font-size: 0.875rem;
}
.creditFooter .setting .setMoney .p[data-v-fc698f60] {
    margin-left: 0.375rem;
    min-width: 2.8125rem;
    height: 1.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3125rem;
    color: #000;
    border: 0.03125rem solid #d91d37;
    position: relative;
}
.creditFooter .btnGroup[data-v-fc698f60] {
    height: 3.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    color: #2a3563;
    text-align: center;
    font-size: 0.875rem;
    padding: 0 1.75rem;
}
.creditFooter .btnGroup .notes strong[data-v-fc698f60] {
    color: red;
    margin: 0 0.25rem;
}
.creditFooter .btnGroup .bettingBtn[data-v-fc698f60] {
    background: linear-gradient(99.09deg, #66bcff 0%, rgba(236, 29, 37, 255) 100%);
    height: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 0.75rem;
}
.creditFooter .btnGroup .bettingBtn.disabled[data-v-fc698f60] {
    opacity: 0.5;
}
.vux-flex-row[data-v-fc698f60] {
    box-direction: row;
    box-orient: horizontal;
    flex-direction: row;
}
.flex50[data-v-fc698f60] {
    flex: 0 0 49% !important;
}
.selectList[data-v-fc698f60] {
    justify-content: space-between;
}
.selectList .item[data-v-fc698f60] {
    width: 100%;
    margin-bottom: 0.5rem;
    background: #eee;
    border-radius: 1.125rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.84375rem;
}
.selectList .item.active[data-v-fc698f60] {
    color: #fff;
    background: rgba(236, 29, 37, 255);
}
.vux-popup-dialog.vux-popup-right[data-v-fc698f60] {
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}
.z1000[data-v-fc698f60] {
    z-index: 999999999 !important;
    top: 2.375rem !important;
}
.vux-popup-dialog[data-v-fc698f60] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #eee;
    z-index: 501;
    transition-property: transform;
    transition-duration: 0.3s;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.lotteryChanceBox2[data-v-fc698f60] {
    padding-top: 0.625rem;
    font-size: 0.84375rem;
    margin-right: 0.625rem;
}
@media (min-width: 962px) {
    .lotteryChanceBox2[data-v-fc698f60] {
        margin-right: calc(50vw - 228px);
    }
}
.lotteryChanceBox2 .list[data-v-fc698f60] {
    background: #fff;
    border-radius: 0.3125rem;
    position: relative;
    padding: 0.375rem;
}
.lotteryChanceBox2 .list[data-v-fc698f60]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.625rem 0.5rem 0.625rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -0.5rem;
    z-index: 1000;
    right: 0.625rem;
}
.lotteryChanceBox2 .list div[data-v-fc698f60] {
    width: 6.25rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    position: relative;
    color: #848fac;
    margin-bottom: 0.3125rem;
    border-radius: 0.25rem;
}
.vux-popup-mask[data-v-fc698f60] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    tap-highlight-color: transparent;
    z-index: -1;
    transition: opacity 0.4s;
}
.xzModal .label[data-v-fc698f60] {
    color: #848fac;
    font-size: 0.75rem;
}
.xzModal .value[data-v-fc698f60] {
    font-size: 0.875rem;
}
