[v-cloak] {
    display: none;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}

html[data-ui-contain="1"] {
    margin: 0 auto;
    max-width: var(--lobby__max-width);
    font-size: calc(var(--lobby__max-width) / 320 * 16);
    background-color: #333333;
}

html[data-ui-contain="1"] body,
html[data-ui-contain="1"] body>#app {
    width: var(--lobby__max-width);
    height: calc(var(--lobby__vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
}

.van-overlay,
.van-action-sheet.customAction {
    position: absolute;
}

/* 全局加载动画 */
.van-loading {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    color: #fd5255;
    background: rgb(0 0 0 / 60%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 弹出窗口高度 */
.van-action-sheet.customAction {
    max-height: 100%;
    height: 100%;
    background: #1a1716;
}

/* 弹出窗口标题 */
.van-action-sheet.customAction .van-action-sheet__header {
    color: #fff8f8;
}

/* 弹出窗口内容 */
.van-action-sheet.customAction .van-action-sheet__content {
    height: 100%;
}

/* 新弹出窗口样式 */
.van-action-sheet.myPage {
    background: var(--color-对话框1) !important;
    border-radius: 1.28rem 1.28rem 0 0;
}

/* 新弹出窗口内容 */
.van-action-sheet.myPage .van-action-sheet__content {
    border-radius: 1.28rem 1.28rem 0 0;
    background: var(--color-彈窗1);
}

/* 弹出消息遮罩 */
.van-overlay.customMessage {
    background: rgba(0, 0, 0, .6);
}

/* 弹出消息样式 */
.van-dialog.customMessage {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    animation: fade-bottom-top .6s forwards;
    width: calc(100% - 2.67rem);
    max-height: calc(100% - 3.41rem);
    height: 15.1467rem;
    background: url(../svg/popup-bg.3a60.svg) center/100% 100% no-repeat;
}

.van-dialog.customMessage .van-dialog__content .van-dialog__message {
    padding: 0;
}

.van-dialog.customMessage .van-dialog__content .van-dialog__message .header {
    padding: 0 1.066667rem;
    font-size: .96rem;
    font-weight: 400;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.van-dialog.customMessage .van-dialog__content .van-dialog__message .contents {
    min-height: 5rem;
    max-height: 19.2rem;
    overflow: auto;
    box-sizing: border-box;
    padding: 0.4333rem 1rem;
    font-size: .8rem;
    line-height: 1.066667rem;
    text-align: center;
    color: #fff;
    word-break: break-all;
}

.van-dialog.google .van-dialog__footer,
.van-dialog.customMessage .van-dialog__footer {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-bottom: 0.5333rem;
    border-radius: 0.5333rem;
}

.van-dialog.google .van-dialog__footer::after,
.van-dialog.customMessage .van-dialog__footer::after {
    border: none;
}

.van-dialog.google .van-dialog__footer .van-button,
.van-dialog.customMessage .van-dialog__footer .van-button {
    flex: none;
    width: 5.9733rem;
    height: 2.0267rem;
    margin: 0 0.2667rem;
    font-size: .8533rem;
    border-radius: 4.6933rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.van-dialog.google .van-dialog__footer .van-button.van-dialog__confirm,
.van-dialog.customMessage .van-dialog__footer .van-button.van-dialog__confirm {
    background-image: linear-gradient(180deg, #ffabae 0%, #b00000 100%);
    color: #fff;
    border: none;
}

.van-dialog.google .van-dialog__footer .van-button.van-dialog__confirm::after,
.van-dialog.customMessage .van-dialog__footer .van-button.van-dialog__confirm::after {
    border: none;
}

.van-dialog.google .van-dialog__footer .van-button.van-dialog__cancel,
.van-dialog.customMessage .van-dialog__footer .van-button.van-dialog__cancel {
    background-image: none;
    color: #665849;
    border: 1px solid #f7dfd1;
}

/* 谷歌动态口令 */
.van-dialog.google {
    background: #1a1716;
}

.van-dialog.google .van-dialog__header {
    padding: 12px;
    color: #fff8f8;
}

.van-dialog.google .van-dialog__content {
    padding: 10px 16px;
}

.van-dialog.google .van-cell {
    background: #382e2b;
    border-radius: 0.42667rem;
}

/* 系统默认样式 */
body>div#app {
    height: 100%;
    overflow: hidden;
    background-color: #1a1716;
}

.abs-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.flex-between {
    height: auto;
    display: flex;
    justify-content: space-between
}

.flex-center {
    height: auto;
    display: flex;
    justify-content: center
}

.flex-v-center {
    height: auto;
    display: flex;
    align-items: center
}

.block-center {
    display: block;
    margin: auto
}

.inline-block {
    display: inline-block;
    width: auto;
    height: auto
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fade-in {
    animation: fade-in 100ms
}

.fg6ZfskHOnqaRwP2znAd {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    position: absolute;
    transform: translateZ(500px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.fg6ZfskHOnqaRwP2znAd>.close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.fg6ZfskHOnqaRwP2znAd .rulesItem {
    padding: 20px 20px;
    font-size: 16px
}

.Zs5THLqQY4yVfXvDwk9p {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #f5f7fb;
    border-top-left-radius: 1.066667rem;
    border-top-right-radius: 1.066667rem;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    transform: translate3d(0, 100%, 0);
    animation: an-pop-up .5s forwards;
    overflow: hidden
}

.Zs5THLqQY4yVfXvDwk9p.sharp {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.Zs5THLqQY4yVfXvDwk9p.popup_fixed {
    position: fixed
}

.Zs5THLqQY4yVfXvDwk9p>.title {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .846667rem;
    font-weight: bold;
    border-bottom: 1px solid #eceaea;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #4c4c4c;
    box-sizing: border-box
}

.Zs5THLqQY4yVfXvDwk9p>.title>span {
    position: absolute;
    right: 0
}

.Zs5THLqQY4yVfXvDwk9p>.title>span>svg {
    font-size: .853333rem;
    padding: .8rem
}

.Zs5THLqQY4yVfXvDwk9p>.title>span {
    position: absolute;
    right: 0;
    top: 0
}

.Zs5THLqQY4yVfXvDwk9p>.title>span>svg {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .853333rem;
    padding: .8rem
}

.Zs5THLqQY4yVfXvDwk9p.withdrawDetail>.wrapper {
    height: calc(100% - 2.4rem - 3rem);
    margin-top: 0
}

.Zs5THLqQY4yVfXvDwk9p.withdrawDetail>.wrapper iframe {
    height: calc(100vh - 26px - 70px - 2.6rem - 3rem - 44px)
}

.Zs5THLqQY4yVfXvDwk9p.withdrawDetail>.wrapper iframe.onepayzfb {
    height: calc(100vh - 70px - 2.6rem - 3rem - 44px)
}

.Zs5THLqQY4yVfXvDwk9p.withdrawDetail>.wrapper iframe.onepayzwx {
    height: calc(100vh - 70px - 2.6rem - 3rem - 44px)
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper {
    height: calc(100% - 2.4rem);
    margin-top: 2.4rem;
    overflow: scroll;
    overscroll-behavior: contain;
    box-sizing: border-box;
    position: relative
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper .actions {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 0rem;
    left: 0;
    width: 100%
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper .actions>button {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(282deg, #2C2A29, #2C2A29);
    color: #fff;
    justify-content: center;
    font-size: .853333rem;
    font-weight: bold;
    border-radius: .2667rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 .2667rem;
    border: 0;
    justify-content: center;
    flex-wrap: nowrap
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper>.contents {
    box-sizing: border-box;
    height: calc(100% - 2.67rem);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    position: relative
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper.op-popup {
    margin-top: 0;
    height: calc(98% - 2.4rem)
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper.op-popup.islite {
    height: calc(100% - 2.4rem)
}

.Zs5THLqQY4yVfXvDwk9p .iframe-tips {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #f60;
    padding: 20px
}

@keyframes an-pop-up {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.Zs5THLqQY4yVfXvDwk9p .fastWithdraw {
    display: none
}

.rt6GsJPs68xR_GVgf9W4 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.Zs5THLqQY4yVfXvDwk9p {
    top: auto !important;
    bottom: 0;
    height: auto;
    border-radius: 1.28rem 1.28rem 0 0;
    background-color: var(--color-背景1, #1a1716) !important
}

.Zs5THLqQY4yVfXvDwk9p.sharp {
    border-radius: 1.28rem 1.28rem 0 0
}

.Zs5THLqQY4yVfXvDwk9p.FB-manuals {
    background-color: #382e2b !important
}

.Zs5THLqQY4yVfXvDwk9p.FB-manuals>.wrapper {
    width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: var(--color-背景1, #1a1716)
}

.Zs5THLqQY4yVfXvDwk9p.myPage {
    background: var(--color-对话框1) !important;
    height: auto !important;
    top: auto !important;
    bottom: 0;
    max-height: 95%;
    display: flex;
    flex-direction: column
}

.Zs5THLqQY4yVfXvDwk9p.myPage .title {
    color: var(--text-文字主)
}

.Zs5THLqQY4yVfXvDwk9p.myPage .title>span {
    background: url(../svg/ic-close.891f.svg) no-repeat center
}

.Zs5THLqQY4yVfXvDwk9p.myPage .content .form-action .input-box {
    background: var(--color-对话框1);
    border: none;
    border-radius: 1.28rem;
    overflow: hidden
}

.Zs5THLqQY4yVfXvDwk9p.myPage .content .form-action .input-box>svg {
    color: #d0b292
}

.Zs5THLqQY4yVfXvDwk9p.myPage .content .form-action .input-box>input {
    background: rgba(0, 0, 0, 0)
}

.Zs5THLqQY4yVfXvDwk9p.myPage .content .form-action .alert {
    color: var(--text-文字副)
}

.Zs5THLqQY4yVfXvDwk9p.myPage .content .actions button {
    border-radius: 1.12rem
}

.Zs5THLqQY4yVfXvDwk9p.myPage .content .actions button.cancel {
    border: none;
    color: var(--text-文字主);
    background: var(--color-主渐变);
    box-shadow: none
}

.Zs5THLqQY4yVfXvDwk9p.myPage .content .actions button.yes {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.Zs5THLqQY4yVfXvDwk9p.myPage>.wrapper {
    background: var(--color-彈窗1);
    padding-bottom: 4.26666rem;
    border-radius: 1.28rem 1.28rem 0 0;
    width: 100%
}

.Zs5THLqQY4yVfXvDwk9p.accountManagement {
    background: #382e2b !important
}

.Zs5THLqQY4yVfXvDwk9p.accountManagement .title {
    color: #fff8f8
}

.Zs5THLqQY4yVfXvDwk9p.accountManagement .title>span {
    background: url(../svg/ic-close-grey.9a18.svg) no-repeat center
}

.Zs5THLqQY4yVfXvDwk9p.accountManagement>.wrapper {
    background: #27211f
}

.Zs5THLqQY4yVfXvDwk9p.userAgreement {
    background-image: none !important
}

.Zs5THLqQY4yVfXvDwk9p.userAgreement .title {
    color: #fff;
    margin-top: .32rem
}

.Zs5THLqQY4yVfXvDwk9p.userAgreement .title>span {
    margin-top: .16rem
}

.Zs5THLqQY4yVfXvDwk9p .title {
    border-bottom: none;
    margin-top: .53333rem;
    font-size: .96rem;
    z-index: 2;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fff8f8
}

.Zs5THLqQY4yVfXvDwk9p .title::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #2d2727;
    bottom: 0
}

.Zs5THLqQY4yVfXvDwk9p .title>span {
    position: absolute;
    right: .74666rem;
    top: .3rem;
    width: 1.49333rem;
    height: 1.49333rem;
    background: url(../svg/ic-close-grey.9a18.svg) no-repeat center;
    border-radius: 50%
}

.Zs5THLqQY4yVfXvDwk9p .title>span>svg {
    display: none
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper {
    height: calc(100% - 2.93333rem);
    margin-top: 2.93333rem
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper>.actions {
    bottom: 0
}

.Zs5THLqQY4yVfXvDwk9p>.wrapper>.actions button {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    height: 2.026667rem;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: .853333rem;
    font-weight: bold;
    border-radius: .2667rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 .2667rem;
    border: 0;
    justify-content: center;
    flex-wrap: nowrap
}

.Zs5THLqQY4yVfXvDwk9p.alipay-wechat-popup {
    border-radius: 0
}

.Zs5THLqQY4yVfXvDwk9p.alipay-wechat-popup>.wrapper {
    width: 100%;
    height: calc(100% - 2.4rem);
    margin-top: 2.4rem
}

.wallet-popup,
.platform-selector-popup {
    height: 92%
}

.wallet-popup>.wrapper>.actions,
.platform-selector-popup>.wrapper>.actions {
    bottom: 0
}

.wallet-popup>.wrapper>.actions>button,
.platform-selector-popup>.wrapper>.actions>button {
    background: linear-gradient(136.71deg, #E3CBB2 24.25%, #D0B190 72.78%);
    box-shadow: 0px 2px 8px 0px rgba(173, 120, 81, .5019607843);
    border-radius: 1rem
}

.cQi39gV4QFUYNH6ajS9u {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    animation: fade-bottom-top .6s forwards;
    width: calc(100% - 2.67rem);
    max-height: calc(100% - 3.41rem);
    height: 15.1467rem;
    background: url(../svg/popup-bg.3a60.svg) center/100% 100% no-repeat
}

.cQi39gV4QFUYNH6ajS9u.deposit-modal {
    height: 30rem;
    background-size: 100% auto
}

.cQi39gV4QFUYNH6ajS9u.deposit-modal .contents {
    padding-left: 2rem;
    padding-right: 2rem
}

.cQi39gV4QFUYNH6ajS9u.deposit-modal .contents div {
    padding-bottom: .5rem
}

@keyframes fade-bottom-top {
    0% {
        opacity: .6;
        transform: translate(-50%, -35%)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.cQi39gV4QFUYNH6ajS9u .header {
    padding: 0 1.066667rem;
    font-size: .96rem;
    font-weight: 400;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: .5rem;
    color: var(--text-文字1, #fff8f8)
}

.cQi39gV4QFUYNH6ajS9u .header .actions>button {
    background: linear-gradient(62deg, #247bf4 0%, #8bc1ff 100%);
    border: none;
    border-radius: .53333rem
}

.cQi39gV4QFUYNH6ajS9u .header .actions>button.cancel {
    background: #fff;
    border: 1px solid #95352e;
    color: #95352e
}

.cQi39gV4QFUYNH6ajS9u .header>svg {
    position: absolute;
    right: .72222rem;
    top: 2.7122222222rem;
    font-size: .853333rem;
    padding: .8rem
}

.cQi39gV4QFUYNH6ajS9u .contents {
    min-height: 5rem;
    max-height: 19.2rem;
    overflow: auto;
    box-sizing: border-box;
    padding: .4333rem 1rem;
    font-size: .8rem;
    line-height: 1.066667rem;
    text-align: center;
    color: rgba(47, 39, 71, .6);
    word-break: break-all
}

.cQi39gV4QFUYNH6ajS9u .actions {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-bottom: .5333rem;
    border-radius: .5333rem
}

.cQi39gV4QFUYNH6ajS9u .actions>button {
    width: 5.9733rem;
    height: 2.0267rem;
    margin: 0 .2667rem;
    color: #fff;
    font-size: .8533rem;
    border-radius: 4.6933rem;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    background-image: linear-gradient(180deg, #ffabae 0%, #b00000 100%)
}

.cQi39gV4QFUYNH6ajS9u .actions>button.cancel {
    background-image: none;
    color: #665849;
    border: 1px solid #f7dfd1
}

.cQi39gV4QFUYNH6ajS9u .contents {
    color: var(--text-文字1, #fff8f8)
}

.cQi39gV4QFUYNH6ajS9u .contents>.form-action>.MuiFormControl-root {
    margin-bottom: .533333rem
}

.cQi39gV4QFUYNH6ajS9u .contents>.form-action>.MuiFormControl-root>label {
    font-size: .746667rem;
    color: #2c2a29
}

.cQi39gV4QFUYNH6ajS9u .contents>.form-action>.MuiFormControl-root>div {
    font-size: .746667rem
}

.cQi39gV4QFUYNH6ajS9u .contents>.form-action>.alert {
    margin: .533333rem 0;
    color: #fb7b81;
    font-size: .64rem;
    text-align: left
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal {
    border-radius: 1rem;
    background: #27211f;
    height: auto
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .header {
    margin-top: 1.2rem;
    display: none
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .actions {
    background-color: inherit
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .actions>button {
    width: 128px;
    height: 42px;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    border-radius: 44px;
    border-radius: .4rem;
    box-shadow: none
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .actions>button.cancel {
    opacity: .4;
    color: #fff
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .contents {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    position: relative;
    padding: 0
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .contents>svg {
    position: absolute;
    right: .5rem;
    top: 8%
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .contents div.title {
    height: 44px;
    line-height: 44px;
    background: #382e2b;
    border-radius: 14px 14px 0px 0px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #fff8f8
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .contents div.item {
    font-size: 12px;
    color: #fff8f8;
    background: inherit;
    display: inline-block;
    padding-bottom: 0
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .contents div.item div.codes {
    text-indent: 2.6rem
}

.cQi39gV4QFUYNH6ajS9u.bet-confirm-modal .contents div.sum {
    height: 21px;
    font-size: 15px;
    line-height: 21px;
    color: #fff8f8;
    margin-bottom: 15px;
    margin-top: 0
}

.cQi39gV4QFUYNH6ajS9u.cnyt-alert-modal .actions {
    display: none
}

.cQi39gV4QFUYNH6ajS9u.cnyt-alert-modal .cnyt-alert-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 12rem;
    margin: 0 auto
}

.cQi39gV4QFUYNH6ajS9u.cnyt-alert-modal .cnyt-alert-content .text {
    color: #99a0b1;
    font-size: .746667rem;
    line-height: 1rem;
    text-align: left
}

.cQi39gV4QFUYNH6ajS9u.cnyt-alert-modal .cnyt-alert-content .submit-btn {
    background: linear-gradient(150.21deg, #95352E 16.04%, #CF5A38 86.32%);
    border-radius: .3rem;
    text-shadow: none;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, .15);
    width: 4.4rem;
    height: 2.13333rem;
    line-height: 2.1rem;
    margin: .64rem 0 1rem;
    color: #fff
}

.cQi39gV4QFUYNH6ajS9u.cnyt-alert-modal .cnyt-alert-content .other-btns {
    color: #2f2747;
    width: 100%;
    justify-content: space-between;
    display: flex;
    font-size: .64rem
}

.cQi39gV4QFUYNH6ajS9u.cnyt-alert-modal .cnyt-alert-content .other-btns .btn-register {
    padding-left: 1.2rem;
    background: url(../images/outcache/icon-register.4573.png) no-repeat left center;
    background-size: 1rem
}

.cQi39gV4QFUYNH6ajS9u.cnyt-alert-modal .cnyt-alert-content .other-btns .btn-down {
    padding-left: 1.2rem;
    background: url(../images/outcache/icon-down.b7b0.png) no-repeat left center;
    background-size: 1rem;
    color: #2f2747
}

.w2IZxoLjIsmaJ_HYtqxw {
    background: #fff
}

.w2IZxoLjIsmaJ_HYtqxw .content .form-action {
    padding: 0rem 2.13333rem;
    font-size: .64rem
}

.w2IZxoLjIsmaJ_HYtqxw .content .form-action .input-box {
    position: relative;
    margin-top: .53333rem;
    display: flex;
    align-items: center;
    height: 2.56rem;
    padding: .42667rem .64rem;
    border-radius: .53333rem;
    border: .0533rem solid #e7ecf5;
    background: #fff;
    box-sizing: border-box
}

.w2IZxoLjIsmaJ_HYtqxw .content .form-action .input-box svg {
    top: .4rem;
    left: .1rem;
    font-size: .853333rem;
    position: static;
    color: #95352e
}

.w2IZxoLjIsmaJ_HYtqxw .content .form-action .input-box input {
    border: 0;
    width: 100%;
    height: 1.6rem;
    box-sizing: border-box;
    padding: 0rem .4rem 0rem .6rem
}

.w2IZxoLjIsmaJ_HYtqxw .content .form-action .input-box input::placeholder {
    color: #c6c6c6
}

.w2IZxoLjIsmaJ_HYtqxw .content .form-action .alert {
    margin-top: .53333rem;
    color: #99a0b1
}

.w2IZxoLjIsmaJ_HYtqxw .content .actions {
    display: flex;
    flex-wrap: nowrap;
    margin-top: .4rem;
    justify-content: center
}

.w2IZxoLjIsmaJ_HYtqxw .content .actions>button {
    font-weight: normal;
    width: 35%;
    height: 2.24rem;
    margin: 0 .53333rem;
    box-sizing: border-box;
    letter-spacing: 4px;
    border: 0;
    color: #fff;
    font-size: .746667rem;
    border-radius: 4.6933rem;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .2509803922) inset;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.w2IZxoLjIsmaJ_HYtqxw .content .actions>button.cancel {
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(207, 150, 97, .5019607843);
    color: #665849;
    border: 1px solid #f7dfd1;
    background-image: none
}

.c1hbSQx14LLWEqsCm3_o {
    width: 16rem;
    position: absolute;
    background-size: 25% 25%;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 6.4rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: .746667rem;
    padding-bottom: 1.6rem;
    flex-wrap: wrap
}

.c1hbSQx14LLWEqsCm3_o>div.text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.c1hbSQx14LLWEqsCm3_o>div.text>div {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.c1hbSQx14LLWEqsCm3_o>div.text>p {
    height: 20px;
    line-height: 20px;
    margin-top: 18px;
    margin-left: 16px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    transform: scale(0.5)
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(1) {
    animation-delay: -0.036s
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(2) {
    animation-delay: -0.072s
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(3) {
    animation-delay: -0.108s
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(4) {
    animation-delay: -0.144s
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(5) {
    animation-delay: -0.18s
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(6) {
    animation-delay: -0.216s
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(7) {
    animation-delay: -0.252s
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(8) {
    animation-delay: -0.288s
}

.c1hbSQx14LLWEqsCm3_o>div.text .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.c1hbSQx14LLWEqsCm3_o.loader {
    align-items: center
}

.c1hbSQx14LLWEqsCm3_o.loader>svg {
    width: 50px
}

.V2gIv5szs509EYX7Naow {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap
}

.V2gIv5szs509EYX7Naow div {
    width: 100%;
    color: #aeb8c2;
    text-align: center;
    margin-top: 1rem
}

.a2av9FTUW2VwVlzBrGvG {
    height: 10.67rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../images/outcache/go-query.c211.png) no-repeat center center;
    background-size: 10.67rem
}

.a2av9FTUW2VwVlzBrGvG>div {
    width: 100%;
    color: #aeb8c2;
    text-align: center;
    height: 1.07rem;
    margin-top: auto
}

.a2av9FTUW2VwVlzBrGvG .tTzPeODpEitmMEe0DIwl {
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem
}

.xBETHRxypWAkcfiJtZOm {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.xBETHRxypWAkcfiJtZOm .deposit {
    width: 8rem;
    min-height: 8rem;
    background-color: #424242;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-radius: 10px;
    box-sizing: border-box
}

.xBETHRxypWAkcfiJtZOm .name {
    color: #fff;
    font-weight: 600;
    padding-top: 10px
}

.xBETHRxypWAkcfiJtZOm .lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(0.5);
    margin-top: -10px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(1) {
    animation-delay: -0.036s
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(2) {
    animation-delay: -0.072s
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(3) {
    animation-delay: -0.108s
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(4) {
    animation-delay: -0.144s
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(5) {
    animation-delay: -0.18s
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(6) {
    animation-delay: -0.216s
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(7) {
    animation-delay: -0.252s
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(8) {
    animation-delay: -0.288s
}

.xBETHRxypWAkcfiJtZOm .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.BZDEWqzeEJ08v_w8Cqqg {
    padding: .6rem;
    position: fixed;
    top: 2.4rem;
    left: 0;
    height: calc(100vh - 2.4rem);
    width: 100%;
    background: #fff;
    box-sizing: border-box
}

.g_CHtB_ym45vdy408SMC {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-top: 30%
}

.g_CHtB_ym45vdy408SMC div {
    width: 100%;
    color: #aeb8c2;
    text-align: center
}

.a2av9FTUW2VwVlzBrGvG {
    margin: 2rem auto 0 auto;
    height: 2.6666666667rem;
    width: 2.4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../images/outcache/go-query.5007.png) no-repeat center center;
    background-size: 2.4rem
}

.a2av9FTUW2VwVlzBrGvG+div {
    width: 8rem;
    color: #aeb8c2;
    text-align: center;
    height: 1.07rem;
    font-size: .7466666667rem;
    margin: .32rem auto 0 auto
}

.V2gIv5szs509EYX7Naow {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.V2gIv5szs509EYX7Naow div {
    width: 100%;
    color: #aeb8c2;
    text-align: center;
    margin-top: .1rem
}

.sp-method-loader {
    top: 4rem;
    height: calc(100vh - 4rem)
}

.xBETHRxypWAkcfiJtZOm .name {
    padding-top: 5px
}

.xBETHRxypWAkcfiJtZOm .logo-ico {
    width: 2.95rem;
    height: 4rem
}

.BZDEWqzeEJ08v_w8Cqqg {
    background: var(--color-背景1, #1a1716)
}

.IHE0bUhJsOlDUl1VeniH .rndx {
    position: relative;
    z-index: 199
}

.IHE0bUhJsOlDUl1VeniH .rndx .icon {
    width: 1.92rem;
    height: 1.92rem
}

.IHE0bUhJsOlDUl1VeniH .rndx .icon-actived {
    opacity: 1
}

.IHE0bUhJsOlDUl1VeniH .rndx .box-bg {
    position: absolute;
    right: 1.6rem;
    top: -1.3333rem;
    background: url(../images/outcache/bg.f730.png) no-repeat center center;
    background-size: 100% 100%;
    width: 14.56rem;
    height: 11.6rem;
    padding: 1rem;
    box-sizing: border-box
}

.IHE0bUhJsOlDUl1VeniH .rndx .box-bg .box {
    position: relative;
    height: 100%
}

.IHE0bUhJsOlDUl1VeniH .rndx .box-bg .content {
    padding: .4rem .64rem
}

.IHE0bUhJsOlDUl1VeniH .rndx .box-bg .head-text {
    font-size: .64rem;
    font-weight: 600;
    color: #fff8f8;
    line-height: .853333rem
}

.IHE0bUhJsOlDUl1VeniH .rndx .box-bg .sub-head-text {
    font-size: .533333rem;
    margin-top: .16rem;
    color: #958e89
}

.IHE0bUhJsOlDUl1VeniH .rndx .domain-item {
    margin-top: .2133rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 1.06667rem;
    background-color: #1a1716;
    border-radius: .2133rem
}

.IHE0bUhJsOlDUl1VeniH .rndx .item-view {
    display: flex;
    align-items: center;
    font-size: .746667rem;
    width: .533333rem;
    color: #71717a
}

.IHE0bUhJsOlDUl1VeniH .rndx .item-text {
    font-size: .53333rem;
    margin-right: .26667rem;
    color: #fff8f8
}

.IHE0bUhJsOlDUl1VeniH .rndx .icon-circle {
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    background: #eee;
    margin: 0 .2rem
}

.IHE0bUhJsOlDUl1VeniH .rndx .text-green {
    color: #22c55e
}

.IHE0bUhJsOlDUl1VeniH .rndx .line-btn {
    border: .0533rem solid #ccc;
    text-align: center;
    border-radius: .16rem;
    padding: .1067rem .2rem
}

.IHE0bUhJsOlDUl1VeniH .rndx .re-test {
    width: 5.65333rem;
    height: 1.6rem;
    position: absolute;
    bottom: .5rem;
    left: 3.5rem
}

.IHE0bUhJsOlDUl1VeniH .rndx .re-test img {
    width: 100%
}

.IHE0bUhJsOlDUl1VeniH .overlay {
    width: 100%;
    height: 100vh;
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    overflow: hidden
}

.yDPaj7cM9uLDlQKDhm33 {
    height: auto;
    display: flex;
    align-items: center;
    position: fixed;
    border-radius: .213333rem;
    z-index: 400 !important;
    color: #fff;
    background: rgba(50, 50, 50, .8);
    width: 94%;
    box-sizing: border-box;
    min-height: 2.133333rem;
    font-size: .746667rem;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    left: 50%;
    transform: translate3d(-50%, 0%, 500px)
}

.yDPaj7cM9uLDlQKDhm33.hide {
    animation: an-up .3s forwards
}

.yDPaj7cM9uLDlQKDhm33.show {
    animation: an-down .3s forwards
}

.yDPaj7cM9uLDlQKDhm33.normal {
    margin-top: 1.65rem;
    border-radius: 1.375rem;
    box-shadow: none;
    width: auto;
    transform: none !important;
    z-index: 9999 !important
}

.yDPaj7cM9uLDlQKDhm33.normal>.glass {
    background: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: blur(5px);
    filter: none;
    width: auto
}

.yDPaj7cM9uLDlQKDhm33.normal>.wrapper {
    display: inline-flex;
    justify-content: center;
    width: auto;
    background: rgba(50, 50, 50, .8);
    border-radius: 1.375rem;
    z-index: 200 !important
}

.yDPaj7cM9uLDlQKDhm33.normal>.wrapper .text {
    display: inline-flex;
    white-space: nowrap
}

.yDPaj7cM9uLDlQKDhm33>.glass {
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
    width: 100%;
    height: 100%
}

.yDPaj7cM9uLDlQKDhm33>.wrapper {
    height: auto;
    display: flex;
    align-items: center;
    padding: .8rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 2.133333rem;
    word-break: break-word
}

.yDPaj7cM9uLDlQKDhm33>.wrapper>i {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .853333rem;
    width: .853333rem;
    border-radius: 50%;
    margin-right: .533333rem !important
}

.yDPaj7cM9uLDlQKDhm33>.wrapper>i.info {
    background-color: #339af0
}

.yDPaj7cM9uLDlQKDhm33>.wrapper>i.success {
    background: url(../images/outcache/success.8e3d.png) no-repeat;
    background-size: contain
}

.yDPaj7cM9uLDlQKDhm33>.wrapper>i.error {
    background: url(../images/outcache/error.570c.png) no-repeat;
    background-size: contain
}

@keyframes an-down {
    0% {
        top: -10%;
        opacity: 0
    }

    100% {
        top: 1vh;
        opacity: 1
    }
}

@keyframes an-up {
    0% {
        top: 1vh;
        opacity: 1
    }

    100% {
        top: -10%;
        opacity: 0
    }
}

.GQzM8p1CBvXwtrUxeq99 p {
    text-align: start;
    color: #787878;
    line-height: 1.49rem;
    font-size: .8rem;
    margin-top: .53rem
}

.GQzM8p1CBvXwtrUxeq99>.contents {
    padding: .53rem
}

.GQzM8p1CBvXwtrUxeq99>.actions {
    justify-content: center
}

.GQzM8p1CBvXwtrUxeq99>.actions>button {
    width: 5.3333rem;
    height: 1.8667rem;
    border-radius: .8rem;
    border: 0;
    color: #fff;
    margin: 0 .2667rem;
    background: linear-gradient(95.54deg, #bd8d99 8%, #a16793 48%, #593f6c)
}

.GQzM8p1CBvXwtrUxeq99>.actions>button.cancel {
    background: #efefef;
    color: #333
}

.GQzM8p1CBvXwtrUxeq99 {
    padding-bottom: 5.266rem
}

.GQzM8p1CBvXwtrUxeq99>.contents {
    padding: .53rem 1.06666rem;
    padding-top: 0
}

.GQzM8p1CBvXwtrUxeq99>.contents p {
    line-height: 1.2rem;
    color: #5b5b6a;
    font-size: .74666rem
}

.GQzM8p1CBvXwtrUxeq99>.actions {
    width: 88% !important;
    margin-left: 5% !important;
    padding-top: .5rem;
    margin-bottom: .4267rem
}

.GQzM8p1CBvXwtrUxeq99>.actions>button {
    height: 2.24rem !important;
    border-radius: 4rem !important;
    box-shadow: 0 .1067rem .64rem 0 rgba(207, 150, 97, .5)
}

.GQzM8p1CBvXwtrUxeq99>.actions>button.cancel {
    background: #fcf9f6;
    color: #5b5b6a
}

.GQzM8p1CBvXwtrUxeq99>.actions>button.agree {
    border: none;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%)
}

.Upzin33mLZEGmAeZ_U1L {
    height: 2.4rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: #1a1716
}

.Upzin33mLZEGmAeZ_U1L .left {
    width: 20%;
    padding-left: .85333rem;
    box-sizing: border-box
}

.Upzin33mLZEGmAeZ_U1L .left img {
    width: 1.06666rem;
    height: 1.06666rem
}

.Upzin33mLZEGmAeZ_U1L .center {
    width: 50%;
    text-align: center;
    line-height: 2.34666rem;
    color: #fff8f8;
    font-size: .86rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.Upzin33mLZEGmAeZ_U1L .right {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.Upzin33mLZEGmAeZ_U1L .right>svg {
    width: 1em;
    height: 100%;
    padding: 0 .26666rem;
    color: #a8423a;
    font-size: .8533rem
}

.Upzin33mLZEGmAeZ_U1L .right>svg:nth-last-child(1) {
    margin-right: .5333rem !important
}

.Upzin33mLZEGmAeZ_U1L .right .header-right {
    display: flex;
    align-items: center
}

.Upzin33mLZEGmAeZ_U1L.customerHeader {
    background: #1a1716;
    border: none;
    box-shadow: none
}

.Upzin33mLZEGmAeZ_U1L.customerHeader>div.center {
    color: #fff8f8
}

.e6LdsjigMDU7hUrRmzO9 {
    margin-top: .5333rem;
    font-size: .64rem;
    line-height: 1.12rem;
    color: var(--text-文字副);
    padding: 0 .7467rem
}

.e6LdsjigMDU7hUrRmzO9>img {
    width: 100%;
    margin-top: .5333rem
}

.e6LdsjigMDU7hUrRmzO9 p>span {
    color: #ff2e00;
    font-size: 16px;
    font-weight: bold
}

.FZJcjf2KhgMCTj2ZdiyW {
    overflow: auto;
    position: relative;
    background: rgba(0, 0, 0, 0);
    border-radius: .64rem;
    padding: .2667rem .2667rem 0 .2667rem;
    width: 90%;
    margin: .8533rem auto 0
}

.FZJcjf2KhgMCTj2ZdiyW>ul.payment-channel-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 10px;
    margin-top: -0.5rem
}

.FZJcjf2KhgMCTj2ZdiyW>ul.payment-channel-list::-webkit-scrollbar {
    display: none
}

.FZJcjf2KhgMCTj2ZdiyW>ul.payment-channel-list li {
    border-radius: 4px;
    background: var(--color-点缀4);
    color: var(--text-文字副);
    padding: 0px 10px;
    min-width: 3.5rem;
    flex: none;
    margin-right: 8px;
    box-sizing: border-box;
    position: relative;
    margin-top: 1rem;
    font-size: .6153rem;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box
}

.FZJcjf2KhgMCTj2ZdiyW>ul.payment-channel-list li.active {
    border-radius: 4px;
    color: var(--text-文字主);
    background: var(--color-主渐变);
    position: relative
}

.FZJcjf2KhgMCTj2ZdiyW>ul.payment-channel-list li.active::after {
    content: "";
    background: url(../svg/bank-active.530f.svg) no-repeat right bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 1px
}

.FZJcjf2KhgMCTj2ZdiyW>ul.payment-channel-list li .jiasong {
    display: flex;
    height: .8rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 5px;
    border-radius: 10px 10px 10px 2px;
    color: #fff;
    background: linear-gradient(180deg, #f57171 0%, #e59595 100%);
    position: absolute;
    top: -0.7rem;
    font-size: 10px;
    right: -8px
}

.FZJcjf2KhgMCTj2ZdiyW>div.current-payment,
.FZJcjf2KhgMCTj2ZdiyW>div.bind-phone {
    display: flex;
    align-items: center;
    color: var(--text-文字主);
    font-weight: bold;
    font-size: 13px
}

.FZJcjf2KhgMCTj2ZdiyW>div.current-payment>span,
.FZJcjf2KhgMCTj2ZdiyW>div.bind-phone>span {
    font-weight: normal;
    color: var(--text-文字主);
    font-size: .7179rem;
    padding: .4rem 0
}

.FZJcjf2KhgMCTj2ZdiyW>div.current-payment>h4,
.FZJcjf2KhgMCTj2ZdiyW>div.bind-phone>h4 {
    font-weight: normal;
    color: var(--text-文字主);
    font-size: .7179rem;
    padding: .4rem 0;
    width: 4rem
}

.FZJcjf2KhgMCTj2ZdiyW>div.current-payment>img,
.FZJcjf2KhgMCTj2ZdiyW>div.bind-phone>img {
    width: 32px;
    height: 32px
}

.FZJcjf2KhgMCTj2ZdiyW>div.current-payment.bind-phone span.action,
.FZJcjf2KhgMCTj2ZdiyW>div.bind-phone.bind-phone span.action {
    color: #8c5d91;
    text-decoration: underline
}

.FZJcjf2KhgMCTj2ZdiyW>div.current-payment .select-bank,
.FZJcjf2KhgMCTj2ZdiyW>div.bind-phone .select-bank {
    border-color: rgba(160, 149, 198, .2);
    border-radius: 4px;
    flex: 1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 14px 14px;
    background-position: 98% center;
    height: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: var(--text-文字主);
    margin-bottom: .2667rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem 0 .2rem;
    background: var(--color-对话框1, #382e2b);
    color: var(--text-文字主, #fff8f8)
}

.FZJcjf2KhgMCTj2ZdiyW .form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.FZJcjf2KhgMCTj2ZdiyW .form-item>h4 {
    font-weight: normal;
    color: var(--text-文字主);
    font-size: .7179rem;
    padding: .4rem 0;
    width: 4rem
}

.FZJcjf2KhgMCTj2ZdiyW>h4 {
    font-weight: normal;
    color: var(--text-文字主);
    font-size: .7179rem;
    padding: .4rem 0
}

.FZJcjf2KhgMCTj2ZdiyW>iframe {
    border: none;
    width: 100%;
    height: 24.5333rem
}

.FZJcjf2KhgMCTj2ZdiyW .bind-real-name,
.FZJcjf2KhgMCTj2ZdiyW .input-money {
    height: 2rem;
    padding-left: .5333rem;
    display: flex;
    box-sizing: border-box;
    flex: 1;
    margin-top: .2667rem;
    margin-bottom: .2667rem;
    position: relative;
    border-radius: 6px;
    background-color: var(--color-对话框1)
}

.FZJcjf2KhgMCTj2ZdiyW .bind-real-name.focus,
.FZJcjf2KhgMCTj2ZdiyW .input-money.focus {
    border: 1px solid #a8423a
}

.FZJcjf2KhgMCTj2ZdiyW .bind-real-name>input,
.FZJcjf2KhgMCTj2ZdiyW .input-money>input {
    width: 90%;
    height: 100%;
    line-height: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-文字主)
}

.FZJcjf2KhgMCTj2ZdiyW .bind-real-name>input::placeholder,
.FZJcjf2KhgMCTj2ZdiyW .input-money>input::placeholder {
    color: rgba(47, 39, 71, .2);
    font-size: 12px
}

.FZJcjf2KhgMCTj2ZdiyW .bind-real-name>span,
.FZJcjf2KhgMCTj2ZdiyW .input-money>span {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d1d0da;
    font-size: 14px
}

.FZJcjf2KhgMCTj2ZdiyW>.tips {
    margin: .1067rem 0;
    color: #d52626;
    padding-left: .8rem;
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat
}

.FZJcjf2KhgMCTj2ZdiyW>.tips.normal {
    color: var(--text-文字主)
}

.FZJcjf2KhgMCTj2ZdiyW>.tips.usdt-tips {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding-left: 0
}

.FZJcjf2KhgMCTj2ZdiyW>.real-amount {
    color: var(--text-文字主);
    font-weight: 400;
    font-size: 12px;
    margin-top: .4333rem
}

.FZJcjf2KhgMCTj2ZdiyW>.quick-money-selector {
    box-sizing: border-box;
    border-radius: 0 0 2px 2px;
    border-top: none;
    margin: .2667rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .4rem
}

.FZJcjf2KhgMCTj2ZdiyW>.quick-money-selector>span {
    background: var(--color-点缀4);
    color: var(--text-文字副);
    border-radius: .4267rem;
    height: 2.3467rem;
    line-height: 2.3467rem;
    text-align: center;
    font-size: .74667rem;
    position: relative
}

.FZJcjf2KhgMCTj2ZdiyW>.quick-money-selector>span.active {
    color: var(--text-文字主);
    background: var(--color-主渐变)
}

.FZJcjf2KhgMCTj2ZdiyW>.quick-money-selector>span.active::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../svg/bank-active.530f.svg) no-repeat;
    right: -2px;
    bottom: -2px
}

.FZJcjf2KhgMCTj2ZdiyW>.quick-money-selector>span:last-child {
    margin-right: 0
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box {
    margin-top: .64rem
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box>.action {
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    height: 2rem;
    width: 90%;
    border-radius: 4.16rem;
    border: none;
    font-size: .8533rem;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    margin: 0 auto
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box>.action.enable {
    background: var(--color-主渐变);
    border: none
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box>.action.enable::after {
    display: none
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box>.tips {
    color: var(--text-文字副);
    margin-bottom: .8rem;
    padding-left: .8rem;
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 1.066rem;
    background-size: .8rem .8rem;
    font-size: 10px
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box .tutorial {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box .tutorial p {
    color: var(--text-文字主);
    padding-left: .8rem;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box ul {
    margin-top: .5rem;
    padding-bottom: 8px
}

.FZJcjf2KhgMCTj2ZdiyW>.submit-box ul li {
    color: var(--text-文字副);
    line-height: 1.066rem;
    font-size: .64rem
}

.FZJcjf2KhgMCTj2ZdiyW .manual-tip {
    margin: .64rem 0 1rem;
    color: #707070;
    font-size: .64rem
}

.D7rGYcww6WgRQ40scNU0 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    animation: fade-bottom-top .6s forwards;
    width: calc(100% - 2.67rem);
    max-height: calc(100% - 3.41rem);
    height: auto;
    border-radius: 1.2rem;
    background-size: 100% 100%;
    padding: .3rem .4rem;
    box-sizing: border-box
}

.D7rGYcww6WgRQ40scNU0 .inner-modal {
    border-radius: 1rem;
    height: 100%;
    position: relative
}

.D7rGYcww6WgRQ40scNU0 .inner-modal .belling {
    position: absolute;
    left: 50%;
    margin-left: -112px;
    top: -54px
}

.D7rGYcww6WgRQ40scNU0 .inner-modal .modal-logo {
    position: absolute;
    right: -0.4rem;
    top: -0.3rem
}

@keyframes fade-bottom-top {
    0% {
        opacity: .6;
        transform: translate(-50%, -35%)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.D7rGYcww6WgRQ40scNU0 .header {
    padding: 2rem 1rem .64rem 1rem;
    text-align: center;
    color: #000;
    position: relative;
    font-size: .85333rem;
    font-weight: 400
}

.D7rGYcww6WgRQ40scNU0 .header .close-icon {
    position: absolute;
    right: .4rem;
    top: .2rem
}

.D7rGYcww6WgRQ40scNU0 .manual-recharge {
    text-align: center
}

.D7rGYcww6WgRQ40scNU0 .manual-recharge>p {
    color: #676767;
    font-size: .64rem;
    margin: 0 .64rem;
    line-height: 24px
}

.D7rGYcww6WgRQ40scNU0 .manual-recharge .text,
.D7rGYcww6WgRQ40scNU0 .manual-recharge em {
    color: #f51d1d;
    font-weight: 500;
    font-size: .64rem
}

.D7rGYcww6WgRQ40scNU0 .manual-recharge .codes {
    margin: 1.6rem 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.D7rGYcww6WgRQ40scNU0 .manual-recharge .codes>li {
    margin: 0 3px;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.06667rem;
    font-weight: 600;
    padding-bottom: .4rem;
    width: 1.6rem
}

.D7rGYcww6WgRQ40scNU0 .manual-recharge .submit {
    text-align: center;
    border-radius: .5rem;
    width: 5.97333rem;
    height: 2.026667rem;
    font-size: .64rem;
    line-height: 2rem;
    color: #fff;
    margin: 1.6rem auto;
    background-size: cover;
    letter-spacing: 1px
}

.MLaDEgEyeeIOSBKBk8Eg {
    height: 2.4rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eceaea
}

.MLaDEgEyeeIOSBKBk8Eg>div.left {
    width: 10%
}

.MLaDEgEyeeIOSBKBk8Eg>div.left>svg {
    font-size: .8533rem;
    padding: .64rem .4rem
}

.MLaDEgEyeeIOSBKBk8Eg>div.center {
    width: 80%;
    text-align: center;
    line-height: 2.4rem;
    color: #211627;
    font-size: .8533rem;
    font-weight: 400
}

.MLaDEgEyeeIOSBKBk8Eg>div.right {
    width: 10%;
    text-align: center
}

.MLaDEgEyeeIOSBKBk8Eg>div.right img {
    width: 22px;
    height: 22px
}

.rQf8Kx2_t1s6G9S7vLzB {
    padding: 0px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rQf8Kx2_t1s6G9S7vLzB iframe.deposit-frame {
    border: none;
    width: 100%;
    height: 100%
}

.rQf8Kx2_t1s6G9S7vLzB>.contents {
    height: 100% !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), #FFFFFF), url(../images/precache/popup-content-bg.0725.png) no-repeat 15px -6px;
    background-size: 100%
}

.rQf8Kx2_t1s6G9S7vLzB>.contents>.detail-top {
    padding: 1rem 1rem 0;
    background-color: rgba(255, 255, 255, .3)
}

.rQf8Kx2_t1s6G9S7vLzB>.contents.padding {
    padding: 1.0666666667rem .8533333333rem 0 .8533333333rem;
    display: flex;
    flex-direction: column
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .search-wrap {
    width: 100%;
    height: 2.3466666667rem;
    padding: .1066666667rem .1066666667rem;
    margin-bottom: 1.0666666667rem;
    box-sizing: border-box;
    border-radius: .2133333333rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .search-wrap.active {
    border: 1px solid #997ee7
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .search-wrap .search-box {
    display: flex;
    align-items: center;
    height: 2.1333333333rem;
    flex: 1;
    border-radius: .2133333333rem;
    border-radius: 4px;
    background: rgba(250, 250, 255, .58);
    padding: 0 .5333333333rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .search-wrap .search-box .operation-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .search-wrap .search-box .operation-wrap .search {
    margin-left: .5333333333rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .search-wrap .search-box input {
    border: none;
    outline: none;
    background: none;
    color: #997ee7;
    flex: 1;
    font-size: .7466666667rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .search-wrap .search-box input::placeholder {
    font-size: .7466666667rem;
    color: #c6c6c6
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .warning-tip {
    height: 1.8666666667rem;
    border-radius: .32rem;
    background: #fff1ed;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.0666666667rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .warning-tip span {
    color: #f96363;
    margin-left: .2666666667rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .banklist-container {
    flex: 1;
    overflow-y: auto
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bank-title {
    font-size: .7466666667rem;
    color: #2f2747;
    margin-bottom: .5333333333rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bindcard-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bindcard-list.hot {
    grid-template-columns: repeat(3, 1fr)
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bindcard-list.top-ten {
    grid-template-columns: repeat(3, 1fr)
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bindcard-list>div {
    width: 8.32rem;
    height: 2.24rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: .32rem;
    margin-bottom: .4266666667rem;
    text-align: center;
    line-height: 2.24rem;
    text-align: left;
    overflow: hidden
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bindcard-list.self-bind>div {
    background: linear-gradient(273deg, #9179e7 -1.36%, #ca9be6 83.3%);
    border: 1px solid #f0e3ff;
    box-shadow: 0px 1px 3px 0px rgba(49, 10, 175, .2);
    padding-left: .6rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bindcard-list.last-bind>div {
    border: 1px solid #ffd5bc;
    background: linear-gradient(108deg, #ffd7c1 2.15%, #e89738 80.48%);
    box-shadow: 0px 1px 3px 0px rgba(133, 72, 0, .2);
    padding-left: .6rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bindcard-list.top-ten>div {
    width: 5.6533333333rem;
    text-align: center;
    border: 1px solid #ebeeff;
    background: linear-gradient(94deg, #9babff 5.01%, #7384e2 99.26%);
    box-shadow: 0px 1px 3px 0px rgba(0, 24, 154, .2)
}

.rQf8Kx2_t1s6G9S7vLzB>.contents .bindcard-list.hot>div {
    width: 5.6533333333rem;
    text-align: center;
    border: 1px solid #ffd3db;
    background: linear-gradient(277deg, #ff166a 0%, #ff617d 92.41%);
    box-shadow: 0px 1px 3px 0px rgba(123, 3, 39, .2)
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info {
    border-radius: .3733rem
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .detail-top {
    padding: 1rem 1rem 0
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .name {
    display: flex;
    justify-content: space-between
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .name>span.title {
    color: rgba(47, 39, 71, .6);
    display: inline-block;
    font-size: .64rem
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .deposit-number {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: .8rem 0 0
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .deposit-number>.number {
    font-size: 2.24rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-family: AkrobatBlack
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .deposit-number>.number>svg {
    font-size: 1.28rem;
    margin-right: .2667rem
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .deposit-number>.unit {
    margin-bottom: .6rem;
    font-style: .7467rem;
    margin-left: .2667rem;
    font-weight: bold
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .copy {
    position: relative;
    top: -28px;
    left: 90%;
    color: #a17df5;
    font-size: 14px;
    font-weight: 500;
    font-family: "PingFang SC"
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .deposit_tip {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #e07900;
    padding: .4rem 0;
    margin-top: -1.1rem
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #666;
    font-size: .64rem;
    margin-top: -0.9rem
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .desc>div {
    width: 100%;
    text-align: center;
    margin-top: .2667rem
}

.rQf8Kx2_t1s6G9S7vLzB div.submit {
    text-align: center;
    background: url(../svg/btn-bg.ff8f.svg) no-repeat 0px -1.25rem;
    background-size: 100%;
    border-radius: .5rem;
    width: 100%;
    height: 4rem;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.8rem;
    color: #fff;
    margin: auto;
    margin-bottom: 1rem
}

.rQf8Kx2_t1s6G9S7vLzB .white-bg {
    padding: 0 1rem
}

.rQf8Kx2_t1s6G9S7vLzB .deadline {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATsAAAA+CAYAAABUZrzAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC7SURBVHgB7dyxEYJAAADBx8q1ZGAcMt4ejIDbLeLCW7b9mAMAAAAAAAAAAAAAAAAAAAAAAAAAAODO1vX7HgBP5yoN/3sNgACxAxLEDkgQOyBB7IAEsQMSxA5IEDsgQeyABLEDEsQOSBA7IEHsgASxAxLEDkgQOyBB7IAEsQMSxA5IEDsgQeyABLEDEsQOSBA7IEHsgASxAxLE7kbmeX4GAAAAAAAAAAAAAAAAAAAAAAAAwDUs237MAfBwP2UHEp1mdkFlAAAAAElFTkSuQmCC) no-repeat 24px 8px;
    margin: .8rem 0
}

.rQf8Kx2_t1s6G9S7vLzB .deadline>.deadline-icon {
    margin-right: .8rem;
    width: 1.7067rem;
    height: 1.7067rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../svg/ic-daoshu.b151.svg)
}

.rQf8Kx2_t1s6G9S7vLzB .deadline>div {
    margin-left: .6rem
}

.rQf8Kx2_t1s6G9S7vLzB .deadline>div>div {
    color: #1e1e1e;
    margin-bottom: .2133rem;
    width: 100%;
    text-align: left;
    font-size: .64rem
}

.rQf8Kx2_t1s6G9S7vLzB .deadline>div>div>span {
    color: #f52d2d;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 2px
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.info {
    margin-top: .3333rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: .64rem
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.info>.copy {
    color: #13a1de;
    text-decoration: underline
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.info>.title {
    color: #666;
    margin-bottom: .6rem;
    display: flex;
    justify-content: space-between
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.info>.title>.type {
    color: #ff5223;
    font-size: .74667rem
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.info>.code-url-box {
    display: flex;
    justify-content: space-between
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.info>.code-url-box .code-url {
    word-wrap: break-word;
    width: 88%
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.info>.code-url-box .rigcopy {
    color: #a17df5;
    font-size: .74667rem;
    padding-right: .4rem
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .8rem
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.image>p {
    margin-top: 10px;
    background: linear-gradient(90deg, #FF804B, #EE5A5A);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-weight: 400
}

.rQf8Kx2_t1s6G9S7vLzB .tips {
    margin-top: .5333rem
}

.rQf8Kx2_t1s6G9S7vLzB .tips>div {
    font-size: 14px;
    font-weight: 550;
    margin-bottom: .2667rem
}

.rQf8Kx2_t1s6G9S7vLzB .tips>div.lightTipsText {
    color: #121b47
}

.rQf8Kx2_t1s6G9S7vLzB .tips>p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.0667rem;
    color: #f35a4e
}

.rQf8Kx2_t1s6G9S7vLzB .tips>p.black {
    color: #000
}

.rQf8Kx2_t1s6G9S7vLzB .tips>p.lightTipsText {
    color: #99a0b1
}

.rQf8Kx2_t1s6G9S7vLzB .tips>p>span {
    color: #f35a4e
}

.rQf8Kx2_t1s6G9S7vLzB .tips>p>img {
    margin-top: .5333rem;
    width: 100%
}

.rQf8Kx2_t1s6G9S7vLzB .tips>p>.img-usdt-tips {
    width: 17.8667rem;
    height: 12.7467rem;
    background: url(../images/precache/usdt-tips.9dc3.png) no-repeat;
    background-size: cover;
    margin-top: .5333rem
}

.rQf8Kx2_t1s6G9S7vLzB .tips .lightTipsTexts {
    font-size: 14px;
    font-weight: 550;
    margin-bottom: .2667rem;
    color: #121b47
}

.rQf8Kx2_t1s6G9S7vLzB .tips .lightTipsTexts .lightTipsText {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.0667rem;
    color: #99a0b1
}

.rQf8Kx2_t1s6G9S7vLzB .tips .lightTipsTexts .lightTipsText>span {
    color: red
}

.rQf8Kx2_t1s6G9S7vLzB .tips .lightTipsTexts .lightTipsText>img {
    margin-top: .5333rem;
    width: 100%
}

.rQf8Kx2_t1s6G9S7vLzB .tips .lightTipsTexts .lightTipsText>.img-usdt-tips {
    width: 17.8667rem;
    height: 12.7467rem;
    background: url(../images/precache/usdt-tips.9dc3.png) no-repeat;
    background-size: cover;
    margin-top: .5333rem
}

.rQf8Kx2_t1s6G9S7vLzB .tips .Texts_p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.0667rem;
    color: #99a0b1
}

.rQf8Kx2_t1s6G9S7vLzB .amount-box {
    border-radius: 8px;
    overflow: hidden
}

.rQf8Kx2_t1s6G9S7vLzB .amount-box .money {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    text-align: center
}

.rQf8Kx2_t1s6G9S7vLzB .amount-box .money .big-money {
    font-size: 46px;
    font-weight: bold
}

.rQf8Kx2_t1s6G9S7vLzB .amount-box .top-tips {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 16px
}

.rQf8Kx2_t1s6G9S7vLzB .top-tips-box {
    justify-content: center;
    align-items: center;
    border-bottom-color: #f7f7f7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #fff
}

.rQf8Kx2_t1s6G9S7vLzB .not-find-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 16px;
    padding-bottom: 8px
}

.rQf8Kx2_t1s6G9S7vLzB .not-find-box .bankcard-tit {
    border-left-color: #6b4976;
    border-left-width: 3px;
    border-left-style: solid;
    padding-left: 2px;
    border-radius: 2px
}

.rQf8Kx2_t1s6G9S7vLzB .not-find-box span {
    font-size: 14px
}

.rQf8Kx2_t1s6G9S7vLzB .not-find-box .not-find-box-r {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.rQf8Kx2_t1s6G9S7vLzB .not-find-box .not-find-box-r .not-find-box-r-l {
    color: #6b4976;
    font-size: .64rem
}

.rQf8Kx2_t1s6G9S7vLzB .not-find-box .not-find-box-r a {
    color: #6b4976;
    text-decoration-line: underline;
    font-size: .64rem
}

.rQf8Kx2_t1s6G9S7vLzB .text-left {
    text-align: left !important
}

.rQf8Kx2_t1s6G9S7vLzB .space-between {
    justify-content: space-between
}

.rQf8Kx2_t1s6G9S7vLzB .gray {
    color: #666
}

.rQf8Kx2_t1s6G9S7vLzB .inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.rQf8Kx2_t1s6G9S7vLzB .countDown-l {
    width: 24px;
    height: 33px;
    margin-right: 10px
}

.rQf8Kx2_t1s6G9S7vLzB .countDown-l>span.countDown-icon {
    background: url(../svg/ic-shalou.df78.svg);
    background-size: contain;
    display: inline-block;
    width: 1.3333rem;
    height: 1.8133rem
}

.rQf8Kx2_t1s6G9S7vLzB .step2Copy {
    color: #a17df5;
    font-size: .74667rem;
    padding-right: .4rem;
    position: relative;
    top: -32px;
    left: 90%
}

.rQf8Kx2_t1s6G9S7vLzB .lightColorText {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 20px
}

.rQf8Kx2_t1s6G9S7vLzB .deepColorText {
    color: #1e1e1e;
    font-size: 14px;
    text-align: right;
    flex: inherit
}

.rQf8Kx2_t1s6G9S7vLzB .tableLeft {
    flex: 1;
    padding: 10px
}

.rQf8Kx2_t1s6G9S7vLzB .tableLeftText {
    color: #666;
    font-size: .64rem
}

.rQf8Kx2_t1s6G9S7vLzB .tableRight {
    flex: 2;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap
}

.rQf8Kx2_t1s6G9S7vLzB .tableRight .deepColorText {
    color: #3d3133;
    flex: none;
    max-width: 80%;
    font-size: .74667rem
}

.rQf8Kx2_t1s6G9S7vLzB .tipsText {
    margin-top: 16px
}

.rQf8Kx2_t1s6G9S7vLzB .tipsText .ic-warning {
    color: #121b47;
    font-size: .74667rem;
    margin-bottom: .4rem;
    padding-left: .9rem;
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../svg/warning.1210.svg)
}

.rQf8Kx2_t1s6G9S7vLzB .tipsText1 {
    color: rgba(47, 39, 71, .4);
    font-size: .64rem;
    line-height: 17px;
    padding-left: 16px;
    padding-bottom: 4px
}

.rQf8Kx2_t1s6G9S7vLzB .tipsText1.bigfont {
    font-size: 14px
}

.rQf8Kx2_t1s6G9S7vLzB .orange {
    color: #e07900;
    font-size: .64rem;
    line-height: 17px;
    padding-left: 16px;
    padding-bottom: 4px
}

.rQf8Kx2_t1s6G9S7vLzB .red {
    color: red
}

.rQf8Kx2_t1s6G9S7vLzB .lightColorText {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 20px
}

.rQf8Kx2_t1s6G9S7vLzB .bigMoney {
    font-size: 32px;
    color: #ff5223;
    font-weight: bold
}

.rQf8Kx2_t1s6G9S7vLzB .bankcard-infos {
    overflow: hidden
}

.rQf8Kx2_t1s6G9S7vLzB .bankcard-infos .flex-stretch {
    align-items: stretch
}

.rQf8Kx2_t1s6G9S7vLzB .bankcard-infos .copy-btn-background {
    background-color: #8168fc
}

.rQf8Kx2_t1s6G9S7vLzB .bankcard-infos .fuyan-tips {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 20px
}

.rQf8Kx2_t1s6G9S7vLzB .bankcard-infos .fuyan-tips span {
    font-size: 10px;
    color: #da0000
}

.rQf8Kx2_t1s6G9S7vLzB .bankcard-infos .copy-all-btn {
    background-color: #fafafd;
    border: 1px solid #e0e1ff;
    height: 33px;
    width: 80%;
    margin-left: 10%;
    border-radius: 4px;
    line-height: 33px;
    text-align: center;
    color: #13a1de
}

.rQf8Kx2_t1s6G9S7vLzB div.deposited-btn {
    text-align: center;
    background: url(../svg/btn-bg.292f.svg) no-repeat;
    border-radius: .5rem;
    width: 14.4rem;
    height: 2.4rem;
    font-size: .74667rem;
    line-height: 2.4rem;
    color: #fff;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-size: cover;
    letter-spacing: 2px;
    font-weight: 700
}

.rQf8Kx2_t1s6G9S7vLzB .toTopay {
    width: 100%;
    margin-top: 1rem;
    display: block
}

.rQf8Kx2_t1s6G9S7vLzB .toTopay img {
    width: 100%;
    height: auto
}

.rQf8Kx2_t1s6G9S7vLzB .toTopay .img-to-topay {
    width: 17.8667rem;
    height: 8.5rem;
    background: url(../images/precache/to-topay.d224.png) no-repeat;
    background-size: cover;
    margin-top: .5333rem
}

.rQf8Kx2_t1s6G9S7vLzB .warning {
    padding-left: .8rem;
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../svg/warning.1210.svg)
}

.deposit-popup {
    background-image: url(../svg/deposit-popup-bg.3637.svg) !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important
}

.deposit-popup .title {
    border-bottom: none;
    color: #fff
}

.deposit-popup .title>svg {
    color: #fff
}

.deposit-popup .deposit-header {
    height: 3.1875rem !important;
    font-size: 18px;
    font-weight: 500;
    font-family: "PingFang SC"
}

.deposit-popup .deposit-header .r-box {
    position: absolute;
    right: .74666rem;
    top: 1.1rem
}

.deposit-popup .deposit-header .r-box>i {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.deposit-popup .deposit-header .r-box .kefu {
    background-image: url(../svg/kefu.c3e3.svg)
}

.deposit-popup .deposit-header .r-box .close {
    margin-left: .8rem;
    background-image: url(../svg/close.5af0.svg)
}

.rQf8Kx2_t1s6G9S7vLzB>.wrapper {
    width: 100%
}

.rQf8Kx2_t1s6G9S7vLzB>.detail-info {
    border-top-right-radius: 1.28rem;
    border-top-left-radius: 1.28rem
}

.rQf8Kx2_t1s6G9S7vLzB>.contents>.detail-info>.detail-top {
    background: linear-gradient(360deg, #fff 0%, #bee0ff 100%)
}

.rQf8Kx2_t1s6G9S7vLzB>.contents>.detail-top>div.actions>span img {
    filter: hue-rotate(-40deg);
    opacity: .9
}

.rQf8Kx2_t1s6G9S7vLzB .detail-info .name>span.actions>span img {
    filter: hue-rotate(-40deg);
    opacity: .9
}

.rQf8Kx2_t1s6G9S7vLzB .deadline {
    border-bottom: none
}

.rQf8Kx2_t1s6G9S7vLzB .deadline>img {
    display: none
}

.rQf8Kx2_t1s6G9S7vLzB .deadline>span.deadline-icon {
    display: inline-block;
    background: url(../images/precache/deadline.9cf7.png) no-repeat;
    background-size: contain;
    width: 1.7067rem;
    height: 1.7067rem
}

.rQf8Kx2_t1s6G9S7vLzB .deadline>div>div {
    color: var(--text-文字副)
}

.rQf8Kx2_t1s6G9S7vLzB .deposit-modal {
    background: url(../images/precache/popup.69d1.png) no-repeat
}

.rQf8Kx2_t1s6G9S7vLzB div.submit {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    height: 2.8rem
}

.rQf8Kx2_t1s6G9S7vLzB .step2Copy {
    filter: hue-rotate(-40deg);
    opacity: .9
}

.rQf8Kx2_t1s6G9S7vLzB div.deposited-btn {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.rQf8Kx2_t1s6G9S7vLzB div.tipsText>div>img {
    filter: hue-rotate(-40deg);
    opacity: .9
}

.rQf8Kx2_t1s6G9S7vLzB .tips>div.lightTipsText>img {
    filter: hue-rotate(-40deg);
    opacity: .9;
    vertical-align: bottom;
    margin-right: .16rem
}

.rQf8Kx2_t1s6G9S7vLzB .not-find-box .not-find-box-r .not-find-box-r-l {
    color: #415ab0
}

.rQf8Kx2_t1s6G9S7vLzB .not-find-box .not-find-box-r a {
    color: #415ab0
}

.rQf8Kx2_t1s6G9S7vLzB .countDown-l>span.countDown-icon {
    display: inline-block;
    background: url(../images/precache/deadline.9cf7.png) no-repeat;
    background-size: contain;
    width: 1.7067rem;
    height: 1.7067rem
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.info>img {
    filter: hue-rotate(-40deg)
}

.rQf8Kx2_t1s6G9S7vLzB .qr-code>.image>.qrcode {
    width: 185px;
    height: 185px;
    background: #fff
}

.rQf8Kx2_t1s6G9S7vLzB .toTopay>.img-to-topay {
    background: url(../images/precache/to-topay.f708.png) no-repeat;
    background-size: contain
}

.rQf8Kx2_t1s6G9S7vLzB .tips>p>.img-usdt-tips {
    background: url(../images/precache/usdt-tips.4fb5.png) no-repeat;
    background-size: contain
}

.G_LTJmMQLZqfZbSIaCNa {
    height: 3.52rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    background: #1a1716;
    box-shadow: 0px -6px 14px 0px rgba(199, 185, 159, .2);
    border-radius: .8533rem .8533rem 0 0
}

.G_LTJmMQLZqfZbSIaCNa>div.item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic {
    width: 1.28rem;
    height: 2.13333rem;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic.home {
    background-image: url(../images/outcache/home.3fe6.png)
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic.home.active {
    background-image: url(../images/outcache/home-active.7968.png)
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic.customerService {
    background-image: url(../images/outcache/service.c043.png)
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic.customerService.active {
    background-image: url(../images/outcache/service-active.fe40.png)
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic.activity {
    background-image: url(../images/outcache/activity.5d41.png)
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic.activity.active {
    background-image: url(../images/outcache/activity-active.feb3.png)
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic.cs {
    background-image: url(../images/outcache/mine.4081.png)
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.ic.cs.active {
    background-image: url(../images/outcache/mine-active.6fbe.png)
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.text {
    display: flex;
    margin-bottom: auto;
    width: 100%;
    justify-content: center;
    color: #737373;
    font-size: .53333rem;
    font-weight: 700
}

.G_LTJmMQLZqfZbSIaCNa>div.item>span.text.active {
    color: #a47d59
}

.HiW4rQSaby6LcXHZmDD6 {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #f5f7fb;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    transform: translate3d(0, 100%, 0);
    animation: an-pop-up .5s forwards;
    overflow: hidden
}

.HiW4rQSaby6LcXHZmDD6.sharp {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.HiW4rQSaby6LcXHZmDD6>.title {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .746667rem;
    font-weight: bold;
    border-bottom: 1px solid #eceaea;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #4c4c4c;
    box-sizing: border-box;
    background-color: #fff
}

.HiW4rQSaby6LcXHZmDD6>.title>span.back {
    position: absolute;
    top: 0;
    right: 0;
    padding: .8rem
}

.HiW4rQSaby6LcXHZmDD6>.title>span.query {
    position: absolute;
    right: 0;
    top: 0;
    padding: .8rem;
    color: #95352e
}

.HiW4rQSaby6LcXHZmDD6>.title>span.close {
    position: absolute;
    right: 0;
    top: 0
}

.HiW4rQSaby6LcXHZmDD6>.wrapper {
    height: calc(100% - 2.4rem);
    margin-top: 2.4rem;
    overflow: scroll;
    overscroll-behavior: contain;
    padding: 0 .64rem;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 2.67rem
}

.HiW4rQSaby6LcXHZmDD6>.wrapper.iframe {
    padding: 0;
    margin: 0;
    height: 100%
}

.HiW4rQSaby6LcXHZmDD6>.wrapper>.actions {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.HiW4rQSaby6LcXHZmDD6>.wrapper>.actions>button {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .853333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.HiW4rQSaby6LcXHZmDD6>.wrapper>.contents {
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    position: relative;
    backface-visibility: hidden
}

@keyframes an-pop-up {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.HiW4rQSaby6LcXHZmDD6 {
    background: #27211f !important;
    border-radius: 1.28rem 1.28rem 0 0;
    height: 95% !important;
    max-height: 95%;
    position: absolute;
    bottom: 0
}

.HiW4rQSaby6LcXHZmDD6 .title {
    background: #27211f;
    border-bottom: none;
    color: #fff
}

.HiW4rQSaby6LcXHZmDD6 .title>span {
    position: absolute;
    right: .74666rem;
    top: .74666rem
}

.HiW4rQSaby6LcXHZmDD6>.wrapper {
    background: none
}

.HiW4rQSaby6LcXHZmDD6.customerServices {
    background: #fff !important;
    height: 95% !important;
    top: auto !important;
    bottom: 0;
    max-height: 95%;
    display: flex;
    flex-direction: column
}

.HiW4rQSaby6LcXHZmDD6.customerServices .title {
    border-bottom: none;
    font-size: .96rem;
    color: #fff
}

.HiW4rQSaby6LcXHZmDD6.customerServices>.wrapper {
    background: #fff;
    height: calc(100% - 2.93333rem);
    margin-top: 2.93333rem;
    padding-bottom: 4.26666rem;
    border-radius: 1.28rem 1.28rem 0 0
}

.HiW4rQSaby6LcXHZmDD6.customerServices>.wrapper>div {
    background: none
}

.YiIQ1Kte05SVmYaCr755 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.npauKdgVC3vqjoLOeiNC {
    padding-top: 2.4rem;
    height: calc(100% - .3867rem - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    margin-top: 0
}

.npauKdgVC3vqjoLOeiNC>div {
    height: 100%;
    padding-top: 1.4rem;
    background-color: #1a1716;
    box-sizing: border-box;
    overflow-y: auto;
    padding-bottom: 1rem
}

.npauKdgVC3vqjoLOeiNC>div .contents {
    margin: 1.0667rem 1.35135rem;
    margin-top: 0;
    padding: .54054rem 1.08108rem;
    background: #27211f;
    box-shadow: 0 0 6px 2px rgba(207, 163, 97, .2);
    min-height: 8.5333rem;
    box-sizing: border-box;
    border-radius: 1.08108rem
}

.npauKdgVC3vqjoLOeiNC>div .contents>.welcome {
    height: 2.16216rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.npauKdgVC3vqjoLOeiNC>div .contents>.welcome>img {
    height: 100%;
    margin-right: .75675rem
}

.npauKdgVC3vqjoLOeiNC>div .contents>.welcome>span {
    font-size: .7467rem;
    font-weight: 700;
    color: #fff8f8
}

.npauKdgVC3vqjoLOeiNC>div .contents>.service {
    height: 3.2rem;
    background: var(--unnamed, linear-gradient(180deg, #FFABAE 0%, #B00000 100%));
    color: #fff;
    display: flex;
    padding: 0 .8rem;
    justify-content: space-between;
    align-items: center;
    margin-top: .54054rem;
    border-radius: .81081rem
}

.npauKdgVC3vqjoLOeiNC>div .contents>.service span:nth-child(1) {
    display: inline-block;
    margin-bottom: .2667rem
}

.npauKdgVC3vqjoLOeiNC>div .contents>.service>img {
    height: 1.51351rem
}

.npauKdgVC3vqjoLOeiNC>div .contents>div.user-agreement {
    margin-top: .7467rem;
    color: #fff8f8
}

.npauKdgVC3vqjoLOeiNC>div .contents>div.user-agreement>span>svg {
    font-size: .64864rem;
    color: #95352e
}

.npauKdgVC3vqjoLOeiNC>div .contents>div.user-agreement .greement {
    color: #d0b292
}

.npauKdgVC3vqjoLOeiNC>div .menu-box {
    background: #27211f;
    border-radius: .5333rem;
    color: #fff8f8;
    font-size: .64rem;
    padding: .6933rem .6933rem 0 .6933rem;
    margin: 1.0667rem 1.35135rem 0 1.35135rem
}

.npauKdgVC3vqjoLOeiNC>div .menu-box>.menu-title {
    font-size: .7467rem;
    font-weight: 700;
    display: flex;
    align-items: center
}

.npauKdgVC3vqjoLOeiNC>div .menu-box>.menu-title>span.ic-question {
    color: rgba(0, 0, 0, 0);
    background: url(../images/outcache/ic-question.6d5d.png) no-repeat center/100% 100%;
    width: .9rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: .64rem;
    margin-right: .2667rem;
    line-height: .7467rem
}

.npauKdgVC3vqjoLOeiNC>div .menu-box>.menu-list {
    line-height: 2.1333rem
}

.npauKdgVC3vqjoLOeiNC>div .menu-box>.menu-list>.item {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.npauKdgVC3vqjoLOeiNC>div .menu-box>.menu-list>.item>.arrow {
    padding: .64rem 0
}

.npauKdgVC3vqjoLOeiNC>div .menu-box>.menu-list>.item:last-child {
    border-bottom: none
}

.npauKdgVC3vqjoLOeiNC>div .qa-title {
    color: #000;
    margin: 1.07rem 0 .53rem 0;
    font-size: .75rem;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box
}

.npauKdgVC3vqjoLOeiNC>div .qa-content {
    font-size: .75rem;
    color: #555;
    line-height: 1.17rem;
    white-space: pre-wrap
}

.npauKdgVC3vqjoLOeiNC>div .qa-tips {
    margin-top: .5333rem;
    font-size: .64rem;
    line-height: 1.12rem;
    color: rgba(47, 39, 71, .4)
}

.PyhDNzA4HvKXFQ39fREQ {
    padding-top: 2.4rem;
    height: calc(100% - .3867rem - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    margin-top: 0;
    background: #f5f9ff
}

.PyhDNzA4HvKXFQ39fREQ>div {
    height: 100%;
    border-radius: 1.62162rem 1.62162rem 0 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding-bottom: 1rem
}

.PyhDNzA4HvKXFQ39fREQ>div .contents {
    margin: 1.0667rem 1.35135rem;
    margin-top: 0;
    padding: .54054rem 1.08108rem;
    background: rgba(107, 169, 255, .2);
    box-shadow: 0 2px 4px 0 rgba(39, 72, 117, .3);
    min-height: 8.5333rem;
    box-sizing: border-box;
    border-radius: 1.08108rem
}

.PyhDNzA4HvKXFQ39fREQ>div .contents>.welcome {
    height: 2.16216rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.PyhDNzA4HvKXFQ39fREQ>div .contents>.welcome>img {
    height: 100%;
    margin-right: .75675rem;
    border-radius: .5rem
}

.PyhDNzA4HvKXFQ39fREQ>div .contents>.welcome>span {
    font-size: .7467rem;
    font-weight: 700;
    color: #fff8f8
}

.PyhDNzA4HvKXFQ39fREQ>div .contents>.service {
    height: 3.2rem;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    color: #fff;
    display: flex;
    padding: 0 .8rem;
    justify-content: space-between;
    align-items: center;
    margin-top: .54054rem;
    border-radius: .81081rem
}

.PyhDNzA4HvKXFQ39fREQ>div .contents>.service span:nth-child(1) {
    display: inline-block;
    margin-bottom: .2667rem
}

.PyhDNzA4HvKXFQ39fREQ>div .contents>.service>img {
    height: 1.51351rem
}

.PyhDNzA4HvKXFQ39fREQ>div .contents>div.user-agreement {
    margin-top: .7467rem;
    color: #fff8f8
}

.PyhDNzA4HvKXFQ39fREQ>div .contents>div.user-agreement>span>svg {
    font-size: .64864rem;
    color: #95352e
}

.PyhDNzA4HvKXFQ39fREQ>div .menu-box {
    background: #fff;
    border-radius: .5333rem;
    color: #585959;
    font-size: .64rem;
    padding: .6933rem .6933rem 0 .6933rem;
    margin: 1.0667rem 1.35135rem 0 1.35135rem
}

.PyhDNzA4HvKXFQ39fREQ>div .menu-box>.menu-title {
    font-size: .7467rem;
    font-weight: 700;
    display: flex;
    align-items: center
}

.PyhDNzA4HvKXFQ39fREQ>div .menu-box>.menu-title>span.ic-question {
    color: #fff;
    background: #fff8f8;
    width: .8rem;
    height: .8rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: .64rem;
    margin-right: .2667rem;
    line-height: .7467rem
}

.PyhDNzA4HvKXFQ39fREQ>div .menu-box>.menu-list {
    line-height: 2.1333rem
}

.PyhDNzA4HvKXFQ39fREQ>div .menu-box>.menu-list>.item {
    border-bottom: .0533rem solid #e8e8e8;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.PyhDNzA4HvKXFQ39fREQ>div .menu-box>.menu-list>.item>.arrow {
    padding: .64rem 0
}

.PyhDNzA4HvKXFQ39fREQ>div .menu-box>.menu-list>.item:last-child {
    border-bottom: none
}

.PyhDNzA4HvKXFQ39fREQ>div .qa-title {
    color: #000;
    margin: 1.07rem 0 .53rem 0;
    font-size: .75rem;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box
}

.PyhDNzA4HvKXFQ39fREQ>div .qa-content {
    font-size: .75rem;
    color: #555;
    line-height: 1.17rem;
    white-space: pre-wrap
}

.PyhDNzA4HvKXFQ39fREQ>div .qa-tips {
    margin-top: .5333rem;
    font-size: .64rem;
    line-height: 1.12rem;
    color: rgba(47, 39, 71, .4)
}

.deposit-page-header {
    background: var(--color-背景1);
    color: var(--text-文字主);
    box-shadow: none
}

.deposit-page-header>.center {
    color: var(--text-文字主)
}

.QIqkqHT30Ju4a9wXYLdH.header-include {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    overflow: auto
}

.QIqkqHT30Ju4a9wXYLdH.header-include>.contents {
    padding: 1rem 0 2rem;
    background: url(../images/precache/deposit-bg.6450.png) no-repeat left bottom;
    background-size: 100% auto
}

.QIqkqHT30Ju4a9wXYLdH>.contents {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    scroll-behavior: smooth
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: .7467rem;
    height: 1.7rem;
    color: #2c2a29;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 .7467rem;
    margin-bottom: .2rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment .choose-box {
    line-height: 1.7rem;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment .tutorial-box {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment .tutorial-box span {
    font-size: .6rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment .tutorial-box .tutorial-icon {
    background: url(../images/precache/tutorial-icon.0505.png) no-repeat;
    background-size: 100% 100%;
    width: .7467rem;
    height: .7467rem;
    display: inline-block
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment .tutorial-box .scam-icon {
    background: url(../images/precache/scam-icon.e4f7.png) no-repeat;
    background-size: 100% 100%;
    width: .7467rem;
    height: .7467rem;
    display: inline-block
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment .hiBtn {
    background: url(../images/precache/hi-btn.e511.png) no-repeat;
    display: inline-block;
    height: 1.3867rem;
    width: 3.7333rem;
    background-size: 100% 100%
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: .4rem;
    padding: 0 .7467rem .4rem .7467rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item {
    width: 23.5%;
    height: 3.6rem;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    padding: 0px 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item .payment-icon {
    width: 36px;
    height: 37px
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.last {
    margin-right: 0
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived {
    background: url(../images/precache/bank-bg.0424.png) no-repeat;
    background-size: 100% 100%;
    border: none
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived .name {
    color: #fff !important;
    font-weight: 700
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived .name.rebate {
    color: #8869e6 !important;
    background: url(../svg/jia-active-bg.a28f.svg) no-repeat;
    background-size: 100% 100%
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived span.recommend {
    right: 1px
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived .channel-icon {
    box-shadow: #9179e7 0 3px 10px;
    border-radius: 50%
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item>.channel-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .2rem 0 .1rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item .name {
    color: #2f2747;
    font-size: 12px;
    margin: 2px 0px;
    width: 100%;
    text-align: center
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item .name.rebate {
    color: #fff;
    width: 75px;
    height: 18px;
    background: url(../svg/jia-bg.31d7.svg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item .name.rebate span {
    zoom: .6
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item .name span {
    font-size: .7rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item>div.payment-tag {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item>div.payment-tag>span.fire-img {
    display: inline-block;
    background: url(../svg/fire.ec53.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: .1867rem;
    top: .2667rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item>div.payment-tag.recommend-tag {
    width: 100%;
    height: 100%
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item>div.payment-tag>span.recommend {
    position: absolute;
    display: inline-block;
    background: url(../images/precache/recommend.cd57.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0px
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.hiwallert {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #857d7d;
    padding: .4rem .64rem .4rem 3.4rem;
    background: url(../images/precache/hiwallert-down.18b5.png) no-repeat .64rem center;
    background-size: auto 80%;
    box-sizing: border-box;
    margin-top: .64rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.hiwallert .hi-down-btn {
    padding: .4rem .8rem;
    color: var(--text-文字主);
    background: var(--color-主渐变);
    border-radius: .2rem
}

.F_sT368B2VMNsB9fTyN9 {
    margin-top: .5333rem;
    font-size: .64rem;
    line-height: 1.12rem;
    color: rgba(47, 39, 71, .4) !important;
    padding: 0 .7467rem
}

.F_sT368B2VMNsB9fTyN9>img {
    width: 100%;
    margin-top: .5333rem
}

.F_sT368B2VMNsB9fTyN9 p>span {
    color: #ff2e00;
    font-size: 16px;
    font-weight: bold
}

.Sjly2p0kY9cFUfPe4eS4 {
    overflow: auto;
    position: relative;
    padding: 1rem .7467rem 0 .7467rem
}

.Sjly2p0kY9cFUfPe4eS4::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: rgba(217, 217, 217, .22);
    position: absolute;
    top: 0px;
    left: 0
}

.Sjly2p0kY9cFUfPe4eS4>div.current-payment,
.Sjly2p0kY9cFUfPe4eS4>div.bind-phone {
    height: 1.6rem;
    display: flex;
    align-items: center;
    color: #2f2747;
    font-weight: bold;
    font-size: 13px
}

.Sjly2p0kY9cFUfPe4eS4>div.current-payment>select,
.Sjly2p0kY9cFUfPe4eS4>div.bind-phone>select {
    height: 100%;
    line-height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    margin-left: 30px
}

.Sjly2p0kY9cFUfPe4eS4>div.current-payment>span,
.Sjly2p0kY9cFUfPe4eS4>div.bind-phone>span {
    color: #2f2747;
    font-weight: normal;
    font-size: 14px
}

.Sjly2p0kY9cFUfPe4eS4>div.current-payment>img,
.Sjly2p0kY9cFUfPe4eS4>div.bind-phone>img {
    height: 1.0667rem;
    margin: 0 .2667rem
}

.Sjly2p0kY9cFUfPe4eS4>div.current-payment.bind-phone span.action,
.Sjly2p0kY9cFUfPe4eS4>div.bind-phone.bind-phone span.action {
    color: #8c5d91;
    text-decoration: underline
}

.Sjly2p0kY9cFUfPe4eS4>h4 {
    font-weight: normal;
    color: #2f2747;
    font-size: 14px;
    padding: .4rem 0
}

.Sjly2p0kY9cFUfPe4eS4>iframe {
    border: none;
    width: 100%;
    height: 24.5333rem
}

.Sjly2p0kY9cFUfPe4eS4>.bind-real-name,
.Sjly2p0kY9cFUfPe4eS4>.input-money {
    border: 1px solid rgba(160, 149, 198, .2);
    height: 2rem;
    padding-left: .5333rem;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin-top: .2667rem;
    margin-bottom: .2667rem;
    position: relative;
    border-radius: 4px;
    background-color: #fafaff
}

.Sjly2p0kY9cFUfPe4eS4>.bind-real-name.focus,
.Sjly2p0kY9cFUfPe4eS4>.input-money.focus {
    border: 1px solid rgba(160, 149, 198, .8);
    background-color: #f5f5ff
}

.Sjly2p0kY9cFUfPe4eS4>.bind-real-name>input,
.Sjly2p0kY9cFUfPe4eS4>.input-money>input {
    width: 90%;
    height: 100%;
    line-height: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

.Sjly2p0kY9cFUfPe4eS4>.bind-real-name>input::placeholder,
.Sjly2p0kY9cFUfPe4eS4>.input-money>input::placeholder {
    color: rgba(47, 39, 71, .2)
}

.Sjly2p0kY9cFUfPe4eS4>.bind-real-name>span,
.Sjly2p0kY9cFUfPe4eS4>.input-money>span {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d1d0da;
    font-size: 14px
}

.Sjly2p0kY9cFUfPe4eS4>.tips {
    margin: .1067rem 0;
    color: #d52626
}

.Sjly2p0kY9cFUfPe4eS4>.tips>img {
    vertical-align: sub
}

.Sjly2p0kY9cFUfPe4eS4>.tips.normal {
    color: #2f2747
}

.Sjly2p0kY9cFUfPe4eS4>.tips.usdt-tips {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Sjly2p0kY9cFUfPe4eS4>.tips.usdt-tips P span {
    color: #997ee7
}

.Sjly2p0kY9cFUfPe4eS4>.real-amount {
    color: #2f2747;
    font-weight: bold;
    font-size: 14px;
    margin-top: .5333rem
}

.Sjly2p0kY9cFUfPe4eS4>.quick-money-selector {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: border-box;
    border-radius: 0 0 2px 2px;
    border-top: none;
    align-items: center;
    margin-top: .2667rem;
    flex-direction: row;
    justify-content: space-between
}

.Sjly2p0kY9cFUfPe4eS4>.quick-money-selector>span {
    width: 22%;
    height: 1.4733rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid #eee;
    color: #af98ff;
    background: linear-gradient(180deg, #efe9ff 0%, #d6cef9 100%);
    border-radius: 4px;
    margin-top: .1rem
}

.Sjly2p0kY9cFUfPe4eS4>.quick-money-selector>span.active {
    border: 1px solid #9179e7;
    color: #9179e7;
    position: relative;
    background: rgba(0, 0, 0, 0)
}

.Sjly2p0kY9cFUfPe4eS4>.quick-money-selector>span.active::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../svg/selected-icon.1ffb.svg) no-repeat;
    right: -5px;
    bottom: -5px
}

.Sjly2p0kY9cFUfPe4eS4>.quick-money-selector>span:last-child {
    margin-right: 0
}

.Sjly2p0kY9cFUfPe4eS4>.submit-box {
    margin-top: .64rem
}

.Sjly2p0kY9cFUfPe4eS4>.submit-box>.action {
    height: 3.6rem;
    line-height: 2.6rem;
    color: #fff;
    background: url(../images/precache/btn-next-not-clickable.289a.png);
    font-size: 1.1rem;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 .5rem;
    text-align: center;
    letter-spacing: 5px
}

.Sjly2p0kY9cFUfPe4eS4>.submit-box>.action.enable {
    background: url(../svg/btn-next.d2e5.svg);
    background-size: 100% auto
}

.Sjly2p0kY9cFUfPe4eS4>.submit-box>.tips {
    color: rgba(47, 39, 71, .4);
    margin: .2667rem 0;
    margin-bottom: .8rem
}

.yIuHERYTLjy4Wq6cHRA9 {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.yIuHERYTLjy4Wq6cHRA9>span {
    display: flex;
    width: 1.0667rem;
    margin-right: .5333rem;
    position: relative
}

.yIuHERYTLjy4Wq6cHRA9>span>span {
    width: 7.2533rem;
    top: 1.1rem;
    left: -5rem;
    text-align: center;
    height: 1.6533rem;
    background: url(../images/precache/feedback-bg.f03d.png) no-repeat;
    background-size: 100% 100%;
    color: #9179e7;
    position: absolute;
    z-index: 10
}

.yIuHERYTLjy4Wq6cHRA9>span img {
    width: 1.0667rem
}

.yIuHERYTLjy4Wq6cHRA9>span .img-feedback {
    background: url(../svg/feedback_icon.ca34.svg) no-repeat;
    background-size: 100% 100%;
    width: 1.0667rem;
    height: 1.0133rem
}

.yIuHERYTLjy4Wq6cHRA9>span .img-cs {
    background: url(../svg/kefu.8b73.svg) no-repeat;
    background-size: 100% 100%;
    width: 1.0667rem;
    height: 1.0133rem
}

.Muk34Pcca8Sko2bIgIXP {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    animation: fade-bottom-top .6s forwards;
    width: calc(100% - 2.67rem);
    max-height: calc(100% - 3.41rem);
    height: auto;
    background: var(--color-彈窗1);
    border-radius: 1.2rem;
    background-size: 100% 100%;
    padding: .3rem .4rem;
    box-sizing: border-box
}

.Muk34Pcca8Sko2bIgIXP .inner-modal {
    border-radius: 20px;
    height: 100%;
    position: relative
}

.Muk34Pcca8Sko2bIgIXP .inner-modal .belling {
    position: absolute;
    left: 50%;
    margin-left: -112px;
    top: -54px
}

.Muk34Pcca8Sko2bIgIXP .inner-modal .modal-logo {
    position: absolute;
    right: -0.4rem;
    top: -0.3rem
}

.Muk34Pcca8Sko2bIgIXP .todayTip {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
    color: var(--text-文字副)
}

.Muk34Pcca8Sko2bIgIXP .todayTip span.check {
    width: .8rem;
    height: .8rem;
    text-align: center;
    line-height: .8rem;
    margin-right: .2rem;
    display: block;
    border: 1px solid red
}

@keyframes fade-bottom-top {
    0% {
        opacity: .6;
        transform: translate(-50%, -35%)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.Muk34Pcca8Sko2bIgIXP .header {
    padding: 2rem 1rem 1rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: red;
    position: relative
}

.Muk34Pcca8Sko2bIgIXP .header .close-icon {
    position: absolute;
    right: .4rem;
    top: .2rem
}

.Muk34Pcca8Sko2bIgIXP p {
    padding: 0 1rem;
    color: var(--text-文字主);
    font-size: .7rem;
    font-weight: 400;
    line-height: 20px
}

.Muk34Pcca8Sko2bIgIXP p span {
    color: #ff2e00
}

.Muk34Pcca8Sko2bIgIXP ul {
    max-height: 12.4rem;
    padding: 0 1rem;
    overflow: auto;
    margin: 1rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Muk34Pcca8Sko2bIgIXP ul li {
    height: 2rem;
    line-height: 2rem;
    color: var(--text-文字副);
    text-align: center;
    border-radius: .4rem;
    background: var(--color-对话框1);
    margin-bottom: .5rem;
    font-size: .66rem;
    width: 49%;
    padding: 0 4px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.Muk34Pcca8Sko2bIgIXP ul li:active {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.Muk34Pcca8Sko2bIgIXP .closeBtn {
    margin: 0 2rem;
    height: 1.81333rem;
    line-height: 1.81333rem;
    color: var(--text-文字主);
    text-align: center;
    border-radius: .4rem;
    background: var(--color-主渐变);
    font-size: .64rem
}

.Muk34Pcca8Sko2bIgIXP div.cs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    position: relative
}

.Muk34Pcca8Sko2bIgIXP div.cs .tutorial-box {
    padding-left: .9rem;
    background-size: .8rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/precache/tutorial-icon.0505.png)
}

.Muk34Pcca8Sko2bIgIXP div.cs .kefu {
    padding-left: .9rem;
    background-size: .8rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../svg/ic-kefu.ef19.svg)
}

.xctysvg {
    zoom: 57%
}

.QIqkqHT30Ju4a9wXYLdH.header-include>.contents {
    background: var(--color-背景1)
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment .choose-box {
    color: var(--text-文字主);
    font-size: .7467rem;
    font-weight: 500
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list {
    background: rgba(0, 0, 0, 0);
    border-radius: .64rem;
    padding: .2667rem .2667rem 0 .2667rem;
    width: 90%;
    margin: 0 auto;
    gap: 0.36rem;
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item {
    background: var(--color-彈窗1);
    border-radius: .5333rem;
    border: none;
    position: relative;
    color: var(--text-文字主)
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item::after {
    contain: "";
    display: block;
    width: 1.2267rem;
    height: 1.28rem;
    background: url(../images/precache/selected.0b9b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item .name.rebate {
    background: rgba(0, 0, 0, 0);
    color: #da0000;
    height: .64rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived .name.rebate {
    background: rgba(0, 0, 0, 0);
    color: #fff !important
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item .name.rebate span {
    zoom: 1;
    font-size: .5333rem
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item .name {
    color: var(--text-文字主)
}

.QIqkqHT30Ju4a9wXYLdH .contents>.payment-list>div.payment-item.actived::before {
    contain: "";
    display: block;
    width: 1.2267rem;
    height: 1.28rem;
    background: url(../images/precache/selected.0b9b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived .name {
    color: #fff !important;
    font-weight: 400
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived .channel-icon {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    box-shadow: none
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.payment-list>div.payment-item.actived .channel-icon::after {
    contain: "";
    display: block;
    width: 1.2267rem;
    height: 1.28rem;
    background: url(../images/precache/selected.0b9b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.QIqkqHT30Ju4a9wXYLdH>.quick-money-selector>span {
    color: #da0000
}

.QIqkqHT30Ju4a9wXYLdH .contents>.choose-payment .tutorial-box {
    color: var(--text-文字主)
}

.QIqkqHT30Ju4a9wXYLdH>.contents>.choose-payment .tutorial-box .tutorial-icon {
    background: url(../images/precache/tutorial-icon.0505.png) no-repeat;
    background-size: 100% 100%
}

.ixSeTP5dwImomokNAYGF {
    height: 100%
}

.ixSeTP5dwImomokNAYGF div.pic {
    height: 100%;
    background-size: 100% 100%;
    border-radius: .266667rem
}

.ixSeTP5dwImomokNAYGF>div {
    z-index: 1
}

.ixSeTP5dwImomokNAYGF>div>div>div {
    transform: translate(100vw, 0px) translateZ(0px);
    z-index: 0 !important
}

.ixSeTP5dwImomokNAYGF .embla {
    position: relative;
    background-color: #f7f7f7;
    margin-left: auto;
    margin-right: auto;
    height: 100%
}

.ixSeTP5dwImomokNAYGF .embla__viewport {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: .8rem
}

.ixSeTP5dwImomokNAYGF .embla__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.ixSeTP5dwImomokNAYGF .embla__viewport.is-dragging {
    cursor: grabbing
}

.ixSeTP5dwImomokNAYGF .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    border-radius: .8rem
}

.ixSeTP5dwImomokNAYGF .embla__slide {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 10px;
    height: 100%;
    background-size: 100% 100%;
    border-radius: .8rem
}

.ixSeTP5dwImomokNAYGF .embla__dots {
    position: absolute;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto
}

.ixSeTP5dwImomokNAYGF .embla__dots .embla__dot {
    border: none;
    background-color: #eae8e6;
    width: 6px;
    height: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 4px
}

.ixSeTP5dwImomokNAYGF .embla__dots .embla__dot.is-selected {
    width: 12px;
    height: 3px;
    background: url(../images/outcache/dot-active.e126.png) no-repeat;
    background-size: 100% 100%
}

.t23VkN4pXIVYFIQMLVm2 {
    width: 100%;
    height: calc(100vh - 2.4rem);
    margin-top: 2.4rem;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 15
}

.t23VkN4pXIVYFIQMLVm2 .phone-email-header {
    display: flex;
    align-items: center;
    height: 2.4rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 7
}

.t23VkN4pXIVYFIQMLVm2 .phone-email-header .left {
    width: 20%
}

.t23VkN4pXIVYFIQMLVm2 .phone-email-header .left>svg {
    font-size: .8533rem;
    padding: .64rem .4rem
}

.t23VkN4pXIVYFIQMLVm2 .phone-email-header .center {
    width: 60%;
    text-align: center;
    line-height: 2.4rem;
    color: #211627;
    font-size: .8533rem;
    font-weight: 400
}

.t23VkN4pXIVYFIQMLVm2 .phone-email-header .right {
    width: 20%;
    display: flex;
    justify-content: flex-end
}

.t23VkN4pXIVYFIQMLVm2 .phone-email-header .right>svg {
    color: #2c2a29;
    font-size: .8533rem;
    padding: .4rem
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd {
    padding-top: .64rem
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 1rem;
    text-align: left
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box>div {
    flex: 1
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box .input {
    border: 1px solid rgba(217, 217, 217, .8);
    margin-left: .4rem;
    border-radius: 4px;
    height: 2.133333rem;
    line-height: 2.133333rem
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box .input>input {
    width: 100%;
    padding-left: .4rem
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box .get-code {
    height: 2.133333rem;
    line-height: 2.133333rem;
    padding: 0;
    margin: 0
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box .get-code-active {
    background: linear-gradient(273.38deg, #9179E7 -1.36%, #CA9BE6 83.3%)
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .text {
    text-align: center
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .submit,
.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .submit-active {
    width: 16.10667rem;
    height: 3.7729rem;
    margin-top: .4rem
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .submit {
    background-image: url(../images/outcache/next-btn@3x.7026.png)
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .submit-active {
    background-image: url(../images/outcache/next-btn-active@3x.d901.png);
    animation: btn .3s ease-in
}

.t23VkN4pXIVYFIQMLVm2 .content {
    padding: .8rem
}

.t23VkN4pXIVYFIQMLVm2 .title {
    margin-bottom: .5333rem;
    font-size: .90667rem;
    color: #2f2747;
    position: relative;
    margin-top: .64rem;
    text-align: left
}

.t23VkN4pXIVYFIQMLVm2 .bind-number {
    text-align: left;
    font-size: .74667rem;
    color: rgba(47, 39, 71, .4);
    padding-bottom: .64rem
}

.t23VkN4pXIVYFIQMLVm2 .input {
    border-bottom: 1px solid rgba(217, 217, 217, .8);
    height: 1.8667rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
    font-size: .7467rem;
    box-sizing: border-box;
    position: relative
}

.t23VkN4pXIVYFIQMLVm2 .input>input {
    border: 0;
    box-sizing: border-box;
    width: 80%
}

.t23VkN4pXIVYFIQMLVm2 .input>input::-webkit-input-placeholder {
    color: rgba(47, 39, 71, .4)
}

.t23VkN4pXIVYFIQMLVm2 .get-code,
.t23VkN4pXIVYFIQMLVm2 .get-code-active {
    background: linear-gradient(180deg, rgba(240, 234, 255, 0.53) 0%, #ECE8FF 100%);
    font-size: .64rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: .2133rem;
    box-sizing: border-box;
    margin-left: auto;
    color: #c4b3ff;
    padding: 0 .6rem;
    min-width: 4.90667rem;
    text-align: center
}

.t23VkN4pXIVYFIQMLVm2 .get-code-active {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13)), linear-gradient(180deg, #E5BFFC 0%, #AF8BE6 49.25%, #8869E6 100%);
    color: #fff
}

.t23VkN4pXIVYFIQMLVm2 .submit,
.t23VkN4pXIVYFIQMLVm2 .submit-active {
    margin: auto;
    margin-top: 2rem;
    background-size: 100% 100%;
    width: 16.96rem;
    height: 3.84rem
}

.t23VkN4pXIVYFIQMLVm2 .submit {
    background-image: url(../images/outcache/btn@3x.689e.png)
}

.t23VkN4pXIVYFIQMLVm2 .submit-active {
    background-image: url(../images/outcache/btn-active@3x.b7f1.png);
    animation: btn .3s ease-in
}

@keyframes btn {
    0% {
        opacity: 0
    }

    80%,
    100% {
        opacity: 1
    }
}

.t23VkN4pXIVYFIQMLVm2 .tips {
    background: linear-gradient(154.77deg, #FF804B -3.94%, #EE5A5A 96.43%);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    line-height: 16px;
    font-size: 12px;
    margin: .2667rem 0;
    height: .746667rem
}

.t23VkN4pXIVYFIQMLVm2 .tips>svg {
    font-size: .746667rem;
    color: #ee5a5a
}

.t23VkN4pXIVYFIQMLVm2 .text-hint {
    font-size: .64rem;
    color: rgba(47, 39, 71, .4);
    line-height: .8rem
}

.t23VkN4pXIVYFIQMLVm2 .eye {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem .5rem .5rem .8rem
}

.t23VkN4pXIVYFIQMLVm2 .eye>svg {
    color: rgba(47, 39, 71, .6)
}

.t23VkN4pXIVYFIQMLVm2 .select-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .53333rem;
    position: relative
}

.t23VkN4pXIVYFIQMLVm2 .select-title>li {
    width: 50%;
    text-align: center;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: .90667rem;
    color: rgba(47, 39, 71, .3)
}

.t23VkN4pXIVYFIQMLVm2 .select-title .selected {
    background: linear-gradient(273.38deg, #9179E7 -1.36%, #CA9BE6 83.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.t23VkN4pXIVYFIQMLVm2 .select-title .current {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    display: inline-block;
    width: 50%;
    height: 2px;
    background: linear-gradient(273.38deg, #9179E7 -1.36%, #CA9BE6 83.3%);
    transition: all .3s ease
}

.wC1m4TNLm0UaqvEcoHb5 {
    height: auto;
    margin-top: 0
}

.t23VkN4pXIVYFIQMLVm2 {
    background: none
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box .input {
    color: var(--text-文字1, #fff8f8);
    border: 0;
    background-color: var(--color-輸入框底色, #382e2b)
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box .input>input {
    color: inherit;
    background: none
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box .input>input::placeholder {
    color: #51463f
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .box .get-code-active {
    background-image: var(--color-主渐变, linear-gradient(180deg, #FFABAE 0%, #B00000 100%))
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .submit,
.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .submit-active {
    width: 15.25rem
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .submit {
    background: url(../images/outcache/next-btn@3x.e829.png) no-repeat;
    background-size: 100% 100%;
    border-radius: .5333rem;
    height: 2.56rem
}

.t23VkN4pXIVYFIQMLVm2 .content-resetpwd .submit-active {
    background: url(../images/outcache/next-btn-active@3x.57a7.png) no-repeat left bottom;
    background-size: 100% 100%;
    border-radius: .5333rem;
    height: 2.56rem
}

.Kw60wscelIXJgtkUjgVE {
    background: #fff
}

.fBzbGiSmgDKW5YKdSO19 .rndxs {
    position: relative;
    z-index: 199
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .icon {
    width: 1.92rem;
    height: 1.92rem
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .icon-actived {
    opacity: 1
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg {
    position: absolute;
    right: 25px;
    top: -80px;
    background: url(../images/outcache/newbg.c1ba.png) no-repeat center center;
    background-size: 100% 100%;
    width: 16.345rem;
    height: 17.52163rem;
    padding: 1rem;
    box-sizing: border-box
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box {
    position: relative;
    height: 100%
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box .header {
    padding: 4rem 1rem 1rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1e1e1e;
    position: relative
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box .header .dw-record-btn {
    position: absolute;
    left: .64rem;
    top: 2.6rem;
    display: inline-block;
    border-radius: .2rem;
    background: #2c2a29;
    color: #fff;
    padding: .3rem .5rem;
    font-weight: normal;
    font-size: .7466667rem
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box .header .close-icon {
    position: absolute;
    right: 0rem;
    top: 3.2rem;
    background: url(../images/outcache/close.99a3.png) no-repeat center center;
    background-size: 100% 100%;
    width: 1.6875rem;
    height: 1.6875rem
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table {
    width: 100%;
    font-size: 12px;
    color: #494949;
    border-collapse: collapse;
    border-spacing: 0px
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table th {
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #d4c6fd;
    font-size: 12px;
    color: #88819f;
    border: 1px solid #ece5ff
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table tbody {
    display: block;
    width: calc(100% + 8px);
    height: 130px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table tbody tr:nth-child(even) {
    background-color: #ece5ff
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table tbody tr {
    background-color: #fff
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table td {
    border: 1px solid #ece5ff;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: rgba(47, 39, 71, .6)
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table .JSONDeposit {
    text-decoration: underline;
    color: #027aff
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table thead tr,
.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table tbody tr {
    box-sizing: border-box;
    table-layout: fixed;
    display: table;
    width: 100%
}

.overlay {
    width: 100%;
    height: 100vh;
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    overflow: hidden
}

.fBzbGiSmgDKW5YKdSO19 .rndxs::before {
    content: "";
    width: 1.92rem;
    height: 1.92rem;
    background: url(../images/outcache/icon.af1c.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -0.16rem
}

.fBzbGiSmgDKW5YKdSO19 .rndxs {
    position: relative
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .icon {
    opacity: 0
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg {
    background: url(../images/outcache/bg.993c.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -10vh
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table th {
    background: linear-gradient(45deg, #2D2D2D 0%, #49453F 100%);
    color: #fff;
    border-radius: .1067rem;
    font-size: .7467rem;
    font-weight: 400
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table td {
    border-color: #f2f2f2
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table tbody tr:nth-child(even) {
    background-color: #f2f2f2
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box table th {
    background: var(--4, #592424);
    color: #fff;
    font-weight: 400;
    border-color: #27211f
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box .header {
    color: #fff;
    font-weight: 400
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box .header .close-icon {
    background: url(../images/outcache/close.26c4.png) no-repeat;
    background-size: contain;
    width: .96rem;
    height: .96rem;
    top: 2.5067rem
}

.fBzbGiSmgDKW5YKdSO19 .rndxs .box-bg .box .header .dw-record-btn {
    border: .0533rem solid #a8423a;
    background: var(--unnamed, linear-gradient(180deg, #FFABAE 0%, #B00000 100%));
    width: 4.2667rem;
    height: 1.4933rem;
    line-height: 1.4933rem;
    color: #fff;
    font-size: .64rem;
    padding: 0 0;
    border-radius: 1.1733rem;
    left: 0
}

.gyS2pEtlCXHa1JwOXGtF {
    width: 17.97rem;
    height: 8.21rem;
    position: fixed;
    left: calc(50% - 8.96rem);
    z-index: 10;
    top: -10.67rem;
    transition: .5s top
}

.gyS2pEtlCXHa1JwOXGtF.show {
    top: 1.07rem
}

.gyS2pEtlCXHa1JwOXGtF>.content {
    margin: 54px;
    color: #fff;
    line-height: 20px;
    position: relative
}

.gyS2pEtlCXHa1JwOXGtF>.content>.money {
    font-size: 1.07rem;
    margin-bottom: .27rem 0px
}

.gyS2pEtlCXHa1JwOXGtF>.content>span.close {
    position: absolute;
    width: 1.81rem;
    height: 1.81rem;
    right: -1.07rem;
    top: -1.07rem
}

.gyS2pEtlCXHa1JwOXGtF {
    background: url(../images/outcache/bg.3926.png) 0% 0%/100% no-repeat
}

.gyS2pEtlCXHa1JwOXGtF>.content>span.close {
    background: url(../images/outcache/close.27a1.png) 0% 0%/100% no-repeat;
    background-position: center center
}

.Zfb73RWxzsl85ytUtT1Z {
    font-size: .64rem;
    height: 100%
}

.Zfb73RWxzsl85ytUtT1Z .content-box {
    background: #f7f7f7;
    height: 100%
}

.Zfb73RWxzsl85ytUtT1Z .content-box .tips-top {
    color: #ee5a5a;
    padding: .64rem .4rem
}

.Zfb73RWxzsl85ytUtT1Z .content-box .tips-top>svg {
    color: #a88ae9
}

.Zfb73RWxzsl85ytUtT1Z .list {
    padding: .64rem .64rem 0
}

.Zfb73RWxzsl85ytUtT1Z .list .item {
    margin-bottom: 15px
}

.Zfb73RWxzsl85ytUtT1Z .list .item:last-child {
    margin-bottom: 0
}

.Zfb73RWxzsl85ytUtT1Z .list .item .label_box {
    display: flex;
    flex-direction: column;
    position: relative
}

.Zfb73RWxzsl85ytUtT1Z .list .item .label_box>input {
    border: 1px solid #ccc;
    height: 2.13333rem;
    box-sizing: border-box;
    line-height: 2.13333rem;
    border-radius: 4px;
    padding: 0 .53333rem
}

.Zfb73RWxzsl85ytUtT1Z .list .item .label_box>input::-webkit-input-placeholder {
    color: #ccc
}

.Zfb73RWxzsl85ytUtT1Z .list .item .label_box>label {
    color: #0c0319;
    font-size: .74667rem;
    margin: .6rem 0 .4rem
}

.Zfb73RWxzsl85ytUtT1Z .list .item .label_box>label i {
    display: inline-block;
    margin-right: 10px;
    color: #7d558a
}

.Zfb73RWxzsl85ytUtT1Z .list .item .tips_account {
    color: #997ee7;
    margin-top: 4px
}

.Zfb73RWxzsl85ytUtT1Z .list .item .tips_nick {
    color: #ee5a5a;
    margin-top: 4px
}

.Zfb73RWxzsl85ytUtT1Z .list .item .tips_nick>svg {
    color: #ee5a5a
}

.Zfb73RWxzsl85ytUtT1Z .list .item .form_tooltips {
    color: red;
    padding: .4rem 0
}

.Zfb73RWxzsl85ytUtT1Z .list .item .tips-text {
    color: #545454
}

.Zfb73RWxzsl85ytUtT1Z .list .item .help-btn {
    width: 10.24rem;
    height: 1.4rem;
    line-height: 1.4rem;
    border-radius: 1rem;
    text-align: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    color: #fff;
    margin-top: .4rem
}

.Zfb73RWxzsl85ytUtT1Z .list .item .btn {
    display: flex;
    justify-content: center
}

.Zfb73RWxzsl85ytUtT1Z .formField {
    flex: 1;
    align-items: center;
    margin-bottom: 5px
}

.Zfb73RWxzsl85ytUtT1Z .formField label {
    position: relative;
    width: 5.33333rem;
    height: 5.33333rem;
    border-radius: 4px;
    border: 1px solid rgba(160, 149, 198, .2);
    display: block;
    background: #fafaff
}

.Zfb73RWxzsl85ytUtT1Z .formField label input {
    opacity: 0;
    padding-left: 0;
    position: absolute;
    z-index: 10
}

.Zfb73RWxzsl85ytUtT1Z .formField label .uploadButton,
.Zfb73RWxzsl85ytUtT1Z .formField label img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 8
}

.Zfb73RWxzsl85ytUtT1Z .formField label .uploadButton {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.38667rem;
    height: 1.38667rem;
    background: url(../svg/addImg.221e.svg) no-repeat 50%/100% 100%;
    pointer-events: none
}

.Zfb73RWxzsl85ytUtT1Z .formField input {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding-left: 10px
}

.Zfb73RWxzsl85ytUtT1Z .formField>span {
    font-size: 12px;
    padding-right: 8px;
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.Zfb73RWxzsl85ytUtT1Z .formField input {
    width: 100%;
    height: 100%
}

.Zfb73RWxzsl85ytUtT1Z .confirm-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 100%;
    background: #f7f7f7
}

.Zfb73RWxzsl85ytUtT1Z .confirm-box .confirm-list {
    margin: .64rem;
    background: #fff;
    border-radius: .4rem;
    padding-top: .4rem
}

.Zfb73RWxzsl85ytUtT1Z .confirm-box .item {
    margin-bottom: 5px
}

.Zfb73RWxzsl85ytUtT1Z .confirm-box .item .label_box {
    height: 1.6rem;
    display: flex;
    word-wrap: break-word;
    margin: .64rem;
    font-size: .74667rem;
    text-align: center;
    color: #0c0319
}

.Zfb73RWxzsl85ytUtT1Z .confirm-box .item .label_box>label {
    color: #585959;
    width: 50%;
    display: inline-block;
    text-align: right
}

.Zfb73RWxzsl85ytUtT1Z .confirm-box .item .label_box>span {
    width: 50%;
    display: inline-block;
    text-align: left
}

.Zfb73RWxzsl85ytUtT1Z .confirm-box .item .code {
    max-width: 65%
}

.Zfb73RWxzsl85ytUtT1Z .result-box {
    text-align: center
}

.Zfb73RWxzsl85ytUtT1Z .result-box>img {
    height: 5.12rem;
    width: 5.12rem;
    margin: 4rem 0 1.4rem
}

.Zfb73RWxzsl85ytUtT1Z .result-box .text {
    color: #545454;
    font-size: .96rem;
    font-weight: bold;
    margin-bottom: 4rem;
    padding: 0 2rem
}

.Zfb73RWxzsl85ytUtT1Z .button {
    display: inline-block;
    width: 44%;
    height: 2.4rem;
    line-height: 2.4rem;
    border: none;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    letter-spacing: 3px;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    text-align: center;
    border-radius: .3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    box-sizing: border-box
}

.Zfb73RWxzsl85ytUtT1Z .cancle {
    border: 1px solid #2c2a29;
    margin-right: .64rem;
    background: #fff;
    color: #666
}

.iDwBDB2A2ehWEk_Tt7KB .help-img {
    width: 100%;
    display: inline-block;
    height: 2450px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.iDwBDB2A2ehWEk_Tt7KB .help-img-14 {
    background-image: url(../images/outcache/help-14.c971.png)
}

.iDwBDB2A2ehWEk_Tt7KB .help-img-15 {
    background-image: url(../images/outcache/help-15.47ba.png);
    height: 2000px
}

.Zfb73RWxzsl85ytUtT1Z .button {
    height: 2.98667rem;
    line-height: 2.50667rem;
    background-image: url(../images/outcache/confirm.0a9c.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.Zfb73RWxzsl85ytUtT1Z .cancle {
    background-image: url(../images/outcache/cancle.e745.png);
    border: 0
}

.Zfb73RWxzsl85ytUtT1Z .list .item .help-btn {
    width: 11rem;
    height: 2.50667rem;
    line-height: 1.5rem;
    background-image: url(../images/outcache/btn01.7bd9.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.iDwBDB2A2ehWEk_Tt7KB .help-img-14 {
    background-image: url(../images/outcache/help-14.7ecb.png)
}

.iDwBDB2A2ehWEk_Tt7KB .help-img-15 {
    background-image: url(../images/outcache/help-15.66ce.png)
}

.W1Wz3Y4rWj2361SddZaq {
    padding: .64rem;
    background: #f7f7f7;
    font-size: .64rem;
    box-sizing: border-box;
    min-height: 100%
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont {
    margin-bottom: 1rem
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont>li {
    border: 1px solid #e7e1fc;
    box-shadow: 0px 2px 8px 0px rgba(198, 197, 199, .5294117647);
    background: #fff;
    margin-bottom: 1rem;
    border-radius: .4rem;
    overflow: hidden
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont>li .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.81333rem;
    background: #f7f7f7;
    color: #4b4b4b;
    padding: 0 .53333rem
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont>li .top .times {
    color: #99a0b1
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont>li .bottom {
    color: #4b4b4b;
    padding: .64rem .53333rem
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont>li .bottom>p {
    padding: .4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont>li .bottom em {
    color: #ffb800;
    margin-left: 1rem
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont>li .bottom em>img {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    padding-right: 1.6rem
}

.W1Wz3Y4rWj2361SddZaq .bindBankCard-cont>li .bottom .reset-bind {
    border: 1px solid #2c2a29;
    color: #2c2a29;
    border-radius: .3rem;
    padding: .32rem .8rem
}

.W1Wz3Y4rWj2361SddZaq .btns {
    text-align: center
}

.W1Wz3Y4rWj2361SddZaq button {
    display: inline-block;
    width: 90%;
    height: 2.24rem;
    border: none;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    letter-spacing: 2px;
    color: #fff;
    font-size: .85333rem;
    text-align: center;
    border-radius: .3rem
}

.W1Wz3Y4rWj2361SddZaq .bankcard-tips {
    margin-top: 1.2rem;
    margin-bottom: 3rem;
    color: #99a0b1
}

.W1Wz3Y4rWj2361SddZaq .bankcard-tips .tip-title {
    font-size: .746667rem;
    color: #0c0319;
    margin-bottom: .64rem
}

.W1Wz3Y4rWj2361SddZaq .bankcard-tips .tip-title>svg {
    color: #2c2a29
}

.W1Wz3Y4rWj2361SddZaq .bankcard-tips .tips-red {
    color: #f36
}

.zX2MKJVtTsllq3tRv08D {
    height: 100%;
    display: flex;
    align-items: center
}

.zX2MKJVtTsllq3tRv08D .content {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 50vh
}

.zX2MKJVtTsllq3tRv08D .content .qr-img {
    max-width: 85%
}

.zX2MKJVtTsllq3tRv08D .content .close {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    bottom: -50px;
    left: calc(50% - .8rem)
}

.pAnxk5rXF80TJ4Gtw0mX {
    height: 100%
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li {
    margin-bottom: 1rem;
    text-align: center
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li.addUserBank-title {
    width: 100%;
    text-align: center;
    font-size: .746667rem;
    color: #ff774e;
    font-weight: 700;
    line-height: 2.1333rem
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li .list-left {
    display: inline-block;
    width: 85%;
    font-size: .746667rem;
    line-height: 1.86667rem;
    text-align: left;
    color: #666
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li .list-right {
    display: inline-block;
    width: 90%
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li .list-right input[type=text] {
    width: 90%;
    height: 1.86667rem;
    line-height: 1.86667rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 .53333rem;
    font-size: .746667rem;
    background: #fff
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li .list-right .tips-vertical {
    line-height: 1.6rem;
    float: left;
    text-align: left;
    margin-left: 10px;
    color: #ff774e;
    margin-top: 1px
}

.pAnxk5rXF80TJ4Gtw0mX .footer {
    text-align: center;
    margin-top: .64rem
}

.pAnxk5rXF80TJ4Gtw0mX .footer .button {
    display: inline-block;
    width: 35%;
    height: 2.24rem;
    line-height: 2.24rem;
    border: none;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    letter-spacing: 3px;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem;
    box-sizing: border-box;
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    border-radius: 1.12rem
}

.pAnxk5rXF80TJ4Gtw0mX .footer .button.cancel {
    border: 1px solid #2c2a29;
    margin-right: .64rem;
    background: #fff;
    color: #666
}

.pAnxk5rXF80TJ4Gtw0mX {
    background: var(--color-背景1)
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li.addUserBank-title {
    color: var(--text-文字强调)
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li .list-left {
    color: var(--text-文字副)
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li .list-right input[type=text] {
    background: var(--color-对话框1);
    border: none;
    color: var(--text-文字主)
}

.pAnxk5rXF80TJ4Gtw0mX .addUserBank-list li .list-right .tips-vertical {
    color: var(--text-文字强调)
}

.rsqInJYVnnNCcYxf0pTo .content-box {
    background: #f9f8f4
}

.rsqInJYVnnNCcYxf0pTo .content-box .tips-top {
    background: #f6ece2;
    color: #99a0b1
}

.rsqInJYVnnNCcYxf0pTo .content-box .tips-top>svg {
    color: #1fc4f8
}

.hCnVKxh5ABYzPjWWu0rH {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: repeat;
    background: #fff
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 12px
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
ol,
p,
input {
    margin: 0;
    padding: 0
}

button,
input,
textarea {
    outline: none
}

img {
    border: 0
}

li,
em {
    list-style: none;
    font-style: normal
}

a {
    text-decoration: none
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px rgba(0, 0, 0, 0);
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

*,
:after,
:before {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

div::-webkit-scrollbar,
span::-webkit-scrollbar,
textarea::-webkit-scrollbar,
p::-webkit-scrollbar {
    width: 0;
    display: none;
    scrollbar-width: 0
}

body,
button,
input,
select,
textarea,
* {
    font-family: SF Pro, Source Han Sans, Microsoft YaHei, PingFang SC, Microsoft JhengHei, 華康麗黑體, Helvetica, Arial, sans-serif, serif;
    touch-action: manipulation
}

body {
    overflow-x: hidden
}

@font-face {
    font-family: "AkrobatBlack";
    src: url(../fonts/AkrobatBold.55f5.otf)
}

input,
textarea {
    outline: none
}

div,
span,
a {
    user-select: none;
    -webkit-overflow-scrolling: touch
}

.hidden {
    display: none !important
}

.block {
    display: block !important
}

.bfc {
    content: "";
    overflow: hidden
}

.absolute {
    position: absolute
}

.fl {
    float: left
}

.fr {
    float: right
}

.pointer {
    cursor: pointer
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pointer {
    cursor: pointer
}

body>div#root {
    height: 100%;
    overflow: hidden;
    background-color: #fafaff
}

body>div#root>div {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: auto
}

body {
    background-color: #fafaff;
    overflow: hidden;
    height: 100%
}

.main-contents {
    padding: 0 .64rem
}

.MuiButton-root:hover.Mui-disabled {
    background-color: #ccc !important
}

.datepicker-modal {
    transform: translateZ(550px)
}

.datepicker-modal .datepicker-header {
    font-size: .75rem !important;
    line-height: 1.92rem !important
}

.datepicker-modal li {
    font-size: .75rem !important;
    font-weight: 600
}

.datepicker-modal li.disabled {
    font-weight: 500
}

.center-contents .contents {
    display: flex;
    justify-content: center;
    align-items: center
}

.VOQDWztNRAhAwf0XJzRq {
    width: 100%;
    height: 2.77333rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(102.78deg, #2D2D2D 0.77%, #49453F 85.79%);
    background-size: 100% 100%;
    z-index: 5;
    border-bottom-left-radius: .64rem;
    border-bottom-right-radius: .64rem
}

.VOQDWztNRAhAwf0XJzRq>img.close {
    width: .96rem
}

.VOQDWztNRAhAwf0XJzRq>img.infos {
    width: 12.21333rem;
    height: 1.92rem;
    margin: 0rem .21333rem
}

.VOQDWztNRAhAwf0XJzRq>img.download {
    width: 5.12rem;
    height: 1.70666rem
}

.yHJnaD3eMYBvCyobKNpl {
    height: 3.5rem;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: 0
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos {
    width: 8.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.no-auth {
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.no-auth>span {
    text-align: center
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.no-auth>.tips {
    color: var(--text-文字1, #fff8f8);
    font-size: .896rem;
    font-weight: 700;
    width: 100%;
    margin-bottom: .2667rem
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.no-auth>.action {
    width: 100%;
    color: #9fa5be
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.auth {
    display: flex;
    flex-wrap: wrap;
    padding-left: .8rem;
    margin-top: .5333rem
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.auth>div.username {
    margin-top: .2667rem;
    color: var(--nil-key, #d2b19c);
    font-size: .7467rem;
    display: flex;
    align-items: center
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.auth>div.username>.vip {
    width: 2.1333rem;
    height: .6933rem;
    margin-left: .2667rem;
    filter: hue-rotate(330deg)
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.auth>div.username>.vip svg {
    display: inline-block;
    width: 100%;
    height: 100%
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.auth>div.username>.message {
    position: relative;
    width: 1.0667rem;
    height: 1.0667rem;
    margin-left: .2133rem;
    background: url(../images/precache/message.ff72.png) no-repeat 100%/100%
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.auth>div.username>.message .unread {
    position: absolute;
    left: 19px;
    bottom: 12px;
    background: linear-gradient(90deg, #FF4242 0%, #EC0D0D 100%);
    text-align: center;
    border-radius: 10px 10px 10px 0;
    color: #fff;
    font-size: .48rem;
    padding: .0533rem .1067rem
}

.yHJnaD3eMYBvCyobKNpl>div.user-infos>div.auth>div.money {
    width: 100%;
    margin-top: .2667rem;
    font-size: .96rem;
    color: var(--text-钱, #fff8f8);
    font-weight: 700
}

.yHJnaD3eMYBvCyobKNpl>div.actions {
    width: calc(100% - 8.8rem);
    box-sizing: border-box;
    padding: 0 .2667rem 0rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: .16rem
}

.yHJnaD3eMYBvCyobKNpl>div.actions .actions-item {
    padding: .2667rem .5333rem 0 .5333rem
}

.yHJnaD3eMYBvCyobKNpl>div.actions .actions-item>span {
    color: var(--nil-key, #d2b19c);
    font-size: .64rem;
    text-align: center;
    display: block
}

.yHJnaD3eMYBvCyobKNpl>div.actions .actions-item>div {
    width: 1.6rem;
    height: 1.8rem
}

.yHJnaD3eMYBvCyobKNpl>div.actions .actions-item>div.deposit {
    background: url(../images/precache/ic-home-cunkuan.03d3.png) no-repeat center/1.6rem 1.3867rem
}

.yHJnaD3eMYBvCyobKNpl>div.actions .actions-item>div.withdraw {
    background: url(../images/precache/ic-home-tixian.4b62.png) no-repeat center/1.4933rem 1.4933rem
}

.yHJnaD3eMYBvCyobKNpl>div.actions .actions-item>div.transfer {
    background: url(../images/precache/ic-home-zhuanzhang.3af3.png) no-repeat center/1.4933rem 1.28rem
}

.Sz6MpNYi08seedoeQ0it>div {
    line-height: 32px;
    font-size: 16px;
    font-weight: 600
}

.Sz6MpNYi08seedoeQ0it>div.yes {
    color: #04b803
}

.Sz6MpNYi08seedoeQ0it>div.no {
    color: red
}

.Sz6MpNYi08seedoeQ0it>div>svg {
    margin-left: 0 !important;
    margin-right: 10px !important
}

.eLb_5uHrLwkO8uDXMODA {
    height: calc(100% - 10.2rem);
    overflow: hidden;
    padding: 0 .5333rem 1rem 0;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.eLb_5uHrLwkO8uDXMODA>div.cate {
    width: 3.5733rem;
    overflow-y: auto;
    box-sizing: border-box;
    max-width: 22rem;
    height: calc(100% - 6.08rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.eLb_5uHrLwkO8uDXMODA>div.cate>.game-item {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.8267rem;
    background-color: var(--color-框底色, #231d1b);
    margin-bottom: .4267rem;
    border-radius: .64rem;
    padding-bottom: .3rem
}

.eLb_5uHrLwkO8uDXMODA>div.cate>.game-item.actived {
    background-size: 100% 100%;
    background-image: linear-gradient(180deg, #ffbec0 0%, #b50c0c 100%)
}

.eLb_5uHrLwkO8uDXMODA>div.cate>.game-item.actived span.name {
    color: var(--text-文字1, #fff8f8)
}

.eLb_5uHrLwkO8uDXMODA>div.cate>.game-item>img {
    width: 2rem;
    height: 2rem
}

.eLb_5uHrLwkO8uDXMODA>div.cate>.game-item span.name {
    color: #fffdfc;
    font-size: 10px;
    margin-top: -0.2rem
}

.eLb_5uHrLwkO8uDXMODA>div.games {
    width: 15.3066666667rem;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 6.08rem
}

.eLb_5uHrLwkO8uDXMODA>div.games>div>img {
    width: 15rem;
    border-radius: .32rem
}

.eLb_5uHrLwkO8uDXMODA>div.games .rebet {
    position: absolute;
    left: .21rem;
    width: 4.26rem;
    bottom: 1rem
}

.eLb_5uHrLwkO8uDXMODA>div.games .rebet svg {
    width: 100%
}

.eLb_5uHrLwkO8uDXMODA>div.games>div>.gameMask {
    width: 100%;
    height: 92%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 15px
}

.eLb_5uHrLwkO8uDXMODA>div.games>div>.gameMask.fb_ty {
    height: 95%
}

.eLb_5uHrLwkO8uDXMODA>div.games>div>.gameMask .content {
    height: 40%;
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0
}

.eLb_5uHrLwkO8uDXMODA>div.games>div>.gameMask .content .fiexdImg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 6px
}

.eLb_5uHrLwkO8uDXMODA>div.games>div>.gameMask .content .fixedTime {
    color: #000
}

.eLb_5uHrLwkO8uDXMODA>div.games .fb-sport-mask {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: calc(100% - .5333rem);
    width: 100%;
    top: 0;
    left: 0
}

.eLb_5uHrLwkO8uDXMODA>div.games .fb-sport-mask .halfMask {
    position: absolute;
    width: 50%;
    height: 100%
}

.eLb_5uHrLwkO8uDXMODA>div.games .fb-sport-mask .halfMask.left {
    left: 0
}

.eLb_5uHrLwkO8uDXMODA>div.games .fb-sport-mask .halfMask.right {
    right: 0
}

.g8pUR1_tJ85LTvN1gNwF {
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}

@keyframes scrollup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.g8pUR1_tJ85LTvN1gNwF .scroll-lists {
    position: relative;
    width: auto;
    white-space: nowrap;
    overflow: hidden
}

.g8pUR1_tJ85LTvN1gNwF .scroll-lists .scrollup {
    display: inline-block;
    width: auto;
    animation: scrollup linear infinite normal
}

.g8pUR1_tJ85LTvN1gNwF .scroll-lists .scrollup>span {
    margin: 0 .5333rem;
    color: #fff
}

.g8pUR1_tJ85LTvN1gNwF .scroll-lists .scrollup>span {
    color: #9e9e9e
}

.o8j7iKYM8UyL0jNYA17v {
    bottom: 4.5rem;
    position: relative;
    width: 100%;
    height: 1.12rem;
    z-index: 100
}

.o8j7iKYM8UyL0jNYA17v .block {
    width: 100%;
    height: 1rem;
    position: absolute;
    top: 2rem
}

.o8j7iKYM8UyL0jNYA17v .box {
    position: absolute;
    display: flex;
    height: 1.12rem;
    width: calc(100% - .8rem);
    align-items: center;
    padding: .2133rem 0;
    margin: 0 .4rem 0;
    border-radius: 40px;
    background-color: var(--color-框底色, #231d1b);
    overflow: hidden;
    z-index: 1
}

.o8j7iKYM8UyL0jNYA17v .box>.scroll {
    width: 80%;
    display: inline-block
}

.o8j7iKYM8UyL0jNYA17v .box>span {
    width: 1.2rem;
    display: inline-block;
    position: relative
}

.o8j7iKYM8UyL0jNYA17v .box>span.faVolumeLow {
    height: auto;
    left: 0;
    margin: 0 5px 0px 1rem;
    display: flex
}

.o8j7iKYM8UyL0jNYA17v .box>span.faVolumeLow img {
    width: 4.2vw
}

.o8j7iKYM8UyL0jNYA17v .box>span.faRectangleXmark {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    width: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.o8j7iKYM8UyL0jNYA17v .box>span .scroll-lists .scrollup>span {
    color: var(--text-文字1, #fff8f8)
}

.o8j7iKYM8UyL0jNYA17v .my-fade-in {
    animation-duration: 1.5s
}

.o8j7iKYM8UyL0jNYA17v .group-hover {
    height: 1.12rem;
    padding: .2133rem 0;
    margin: 0 1.4rem 0;
    position: absolute;
    top: .4rem
}

.o8j7iKYM8UyL0jNYA17v .group-hover img {
    height: 3.7vw
}

.nB2QSCjAYwmXtc_mwsx0 {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .2980392157);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0
}

.nB2QSCjAYwmXtc_mwsx0>.popup-img {
    margin-top: 20vh
}

.nB2QSCjAYwmXtc_mwsx0>.close {
    position: absolute;
    top: 10%;
    right: 5%
}

.RupQSR1L2iDU5A6Jcb5V {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.RupQSR1L2iDU5A6Jcb5V .close {
    margin-left: auto;
    margin-right: .5333rem;
    margin-top: auto;
    margin-bottom: .5333rem;
    width: 1.3333rem
}

.RupQSR1L2iDU5A6Jcb5V .ad-image {
    width: 100%;
    margin-bottom: auto
}

.RupQSR1L2iDU5A6Jcb5V .ad-image>img {
    width: calc(100% - 1.0667rem);
    margin-left: .5333rem
}

.Fx6aL1DSI9p2qABAmLCL>.tip-box {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 99
}

.Fx6aL1DSI9p2qABAmLCL>.tip-box>.small-tip {
    width: 25vw;
    height: 10vh
}

.Fx6aL1DSI9p2qABAmLCL>.tip-box>.close-tip {
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 100%;
    top: 0
}

.Fx6aL1DSI9p2qABAmLCL>.tip-box>.small-tip-half {
    width: 16vw;
    height: 10vh
}

.Fx6aL1DSI9p2qABAmLCL>.tip-box>.show-tip {
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 100%;
    top: 0;
    right: 40%
}

.qvpFDGC8l__fxDHSUQBJ {
    position: absolute;
    z-index: 4;
    top: .7rem;
    right: .6rem;
    width: 20px;
    height: 20px
}

.Z8FKjOvJ7SvJV6c55Gn8 {
    background-color: var(--color-主背景, #1a1716);
    height: calc(100% - 2.9867rem);
    box-sizing: border-box;
    position: relative
}

.Z8FKjOvJ7SvJV6c55Gn8>div.banner {
    height: 13.2rem;
    position: relative;
    border-radius: 1rem;
    overflow: hidden
}

.saCTOMRGQJNlDwYeP9hs {
    padding: .5128rem .4102rem .2rem .4102rem
}

.saCTOMRGQJNlDwYeP9hs>span img {
    width: 6.205rem;
    height: 1.696rem;
    margin-left: .2667rem
}

.o1PoKL3LfBU4OC6IeDAM ul li {
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 2.56rem;
    height: 2.56rem;
    margin: .64rem 1.28rem 0;
    color: var(--text-文字主);
    border-radius: 1.28rem;
    background: var(--color-对话框1)
}

.b83OpZkK4ht0l4sqwGSS {
    width: 100%;
    height: 3.62666rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .64rem
}

.b83OpZkK4ht0l4sqwGSS .user-infos {
    display: flex;
    align-items: center
}

.b83OpZkK4ht0l4sqwGSS .user-infos .avatar {
    width: 3.52rem;
    height: 3.52rem;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden
}

.b83OpZkK4ht0l4sqwGSS .user-infos .avatar img {
    width: 100%
}

.b83OpZkK4ht0l4sqwGSS .user-infos .username {
    color: var(--text-文字主);
    font-size: .74666rem;
    margin-left: .2rem
}

.b83OpZkK4ht0l4sqwGSS .actions {
    width: 2.56rem;
    padding: 0px 2px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.b83OpZkK4ht0l4sqwGSS .actions img {
    width: .96rem;
    height: .96rem
}

.U9fFRuw4ObFEnQK9kdEN {
    width: 100%;
    height: 9.38666rem;
    border-radius: .64rem;
    background: linear-gradient(180deg, #231E1E 2%, #5A4C48 49%, #231E1E 100%);
    padding: .64rem .42666rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: .64rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header {
    width: 100%;
    height: 4.16rem;
    border: 1px solid #545454;
    border-radius: .64rem;
    padding: 0rem .85333rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.U9fFRuw4ObFEnQK9kdEN .card-header .my-wallet {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.U9fFRuw4ObFEnQK9kdEN .card-header .my-wallet .label {
    height: 1.06666rem;
    display: flex;
    align-items: center
}

.U9fFRuw4ObFEnQK9kdEN .card-header .my-wallet .label p {
    font-size: .64rem;
    font-weight: 400;
    line-height: 1.06666rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .my-wallet .label img {
    margin-left: .4rem;
    width: .96rem;
    height: .672rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .my-wallet .amount {
    font-size: 1.38666rem;
    height: 1.70666rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: .42666rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .my-wallet .amount .ic-money {
    width: 1.38666rem;
    height: 1.38666rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .my-wallet .amount .ic-update {
    width: .85333rem;
    height: .74666rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .my-wallet .amount .text {
    margin: 0 .21333rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .btn {
    width: 4.58666rem;
    height: 1.70666rem;
    font-size: .74666rem;
    line-height: 1.70666rem;
    text-align: center;
    font-weight: 600;
    border-radius: 1.28rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .getBack-btn {
    color: #fff;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%)
}

.U9fFRuw4ObFEnQK9kdEN .card-header .login-btn {
    color: #000;
    font-weight: 500;
    background: linear-gradient(180deg, #FFFFFF 0%, #FCF9F6 74.33%, #FFFFFF 100%)
}

.U9fFRuw4ObFEnQK9kdEN .card-header .login-tips {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 2rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .login-tips :first-child {
    color: #fff;
    font-size: .74666rem
}

.U9fFRuw4ObFEnQK9kdEN .card-header .login-tips :last-child {
    color: #d0b292;
    font-size: .64rem
}

.U9fFRuw4ObFEnQK9kdEN .card-footer {
    width: 100%;
    height: 3.84rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.U9fFRuw4ObFEnQK9kdEN .card-footer.short {
    width: 100%
}

.U9fFRuw4ObFEnQK9kdEN .card-footer .item {
    width: 25%;
    height: 3.84rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.U9fFRuw4ObFEnQK9kdEN .card-footer .item .icon {
    width: 1.92rem;
    height: 1.92rem
}

.U9fFRuw4ObFEnQK9kdEN .card-footer .item .icon img {
    width: 100%
}

.U9fFRuw4ObFEnQK9kdEN .card-footer .item .text {
    margin-top: .21333rem;
    font-size: .64rem;
    line-height: .9rem;
    color: #e3c3a2
}

.sdLcdexj4jBxxgt7ndvl {
    width: 100%;
    background: var(--color-彈窗1);
    border-radius: .64rem;
    margin-bottom: .64rem;
    padding-bottom: .2rem
}

.sdLcdexj4jBxxgt7ndvl .menus-banner {
    width: 100%;
    height: 2.34666rem
}

.sdLcdexj4jBxxgt7ndvl ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: .85rem
}

.sdLcdexj4jBxxgt7ndvl ul li {
    width: 25%;
    height: 4.10666rem;
    margin-bottom: .64rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.sdLcdexj4jBxxgt7ndvl ul li .ic {
    width: 2.13333rem;
    height: 2.13333rem
}

.sdLcdexj4jBxxgt7ndvl ul li .ic img {
    width: 100%
}

.sdLcdexj4jBxxgt7ndvl ul li .text {
    width: 100%;
    line-height: .90666rem;
    margin-top: .21333rem;
    color: var(--text-文字主);
    text-align: center
}

._CYPyi_SvJBxuvxvXpc4 {
    height: calc(100% - 2.9867rem);
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: var(--color-背景1);
    overflow: auto;
    padding: 0rem .85333rem;
    box-sizing: border-box
}

.ZWqnNKUgBRzYmdWgiLwy {
    width: 100%;
    height: 2.56rem;
    line-height: 2.56rem;
    text-align: center;
    font-size: .85333rem;
    font-weight: 500;
    color: #736969;
    text-decoration: underline;
    text-underline-offset: .32rem
}

.CcZmMdYWZeh7OF0CJm6z {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    animation: fade-bottom-top .6s forwards;
    width: calc(100% - 2.67rem);
    max-height: calc(100% - 3.41rem);
    background: url(../svg/popup-bg.56c2.svg);
    background-size: contain;
    height: 15.1467rem
}

.CcZmMdYWZeh7OF0CJm6z.deposit-modal {
    background: url(../svg/deposit-popup-bg.cf4f.svg);
    height: 30rem;
    background-size: 100% auto
}

.CcZmMdYWZeh7OF0CJm6z.deposit-modal .contents {
    padding-left: 2rem;
    padding-right: 2rem
}

@keyframes fade-bottom-top {
    0% {
        opacity: .6;
        transform: translate(-50%, -35%)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.CcZmMdYWZeh7OF0CJm6z .header {
    padding: 0 1.066667rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: 5.3rem
}

.CcZmMdYWZeh7OF0CJm6z .header>svg {
    position: absolute;
    right: .72222rem;
    top: 2.7122222222rem;
    font-size: .853333rem;
    padding: .8rem
}

.CcZmMdYWZeh7OF0CJm6z .contents {
    min-height: 5rem;
    max-height: 19.2rem;
    overflow: auto;
    box-sizing: border-box;
    padding: .4333rem 1rem;
    font-size: .8rem;
    line-height: 1.066667rem;
    text-align: center;
    color: rgba(47, 39, 71, .6);
    word-break: break-all
}

.CcZmMdYWZeh7OF0CJm6z .actions {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-bottom: .5333rem;
    border-radius: .5333rem;
    background-color: rgba(0, 0, 0, 0) !important
}

.CcZmMdYWZeh7OF0CJm6z .actions>button {
    width: 5.9733rem;
    height: 2.24rem;
    color: #fff;
    margin: 0 .2667rem;
    background: url(../svg/confirm.5fdf.svg) no-repeat;
    background-size: contain;
    border-color: rgba(0, 0, 0, 0);
    font-size: .8533rem
}

.CcZmMdYWZeh7OF0CJm6z .actions>button.cancel {
    background: url(../svg/cancel.db5a.svg) no-repeat;
    background-size: contain;
    color: #9f9f9f
}

.CcZmMdYWZeh7OF0CJm6z>.contents>.form-action>.MuiFormControl-root {
    margin-bottom: .533333rem
}

.CcZmMdYWZeh7OF0CJm6z>.contents>.form-action>.MuiFormControl-root>label {
    font-size: .746667rem;
    color: #2c2a29
}

.CcZmMdYWZeh7OF0CJm6z>.contents>.form-action>.MuiFormControl-root>div {
    font-size: .746667rem
}

.CcZmMdYWZeh7OF0CJm6z>.contents>.form-action>.alert {
    margin: .533333rem 0;
    color: #fb7b81;
    font-size: .64rem;
    text-align: left
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal>.contents {
    padding: .53rem .27rem
}

.bciIVk_ChzEdpd0S1jrj {
    background: #fff
}

.bciIVk_ChzEdpd0S1jrj .content .form-action {
    padding: .53333rem;
    font-size: .64rem;
    border-bottom: 1px solid #ddd
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .input-box {
    position: relative;
    border: 1px solid #a6739b;
    margin-top: .53333rem
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .input-box svg {
    position: absolute;
    top: .4rem;
    left: .1rem;
    color: #a6739b;
    font-size: .853333rem
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .input-box input {
    border: 0;
    width: 100%;
    height: 1.6rem;
    box-sizing: border-box;
    padding: 0 .4rem 0 1.6rem
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .transfer-type .title-text {
    color: #d9001b;
    padding-top: 2px
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .transfer-type .ordertype-select {
    width: 100%;
    font-size: .85333rem
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .alert {
    margin-top: .53333rem;
    color: #f87171
}

.bciIVk_ChzEdpd0S1jrj .content .actions {
    display: flex;
    flex-wrap: nowrap;
    margin-top: .4rem;
    justify-content: center
}

.bciIVk_ChzEdpd0S1jrj .content .actions>button {
    font-weight: normal;
    width: 35%;
    height: 1.866667rem;
    margin: 0 .53333rem;
    box-sizing: border-box;
    background: #a6739b;
    box-shadow: 3px 3px 5px 3px rgba(186, 146, 178, .5);
    letter-spacing: 4px;
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-size: .746667rem
}

.bciIVk_ChzEdpd0S1jrj .content .actions>button.cancel {
    background: #fff;
    color: #a6739b;
    border: 1px solid #a6739b
}

.oddstip {
    width: calc(100% - 5.41rem);
    height: auto !important;
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 22px;
    background: linear-gradient(to bottom, rgba(233, 226, 251, 0.568627451), #fff), linear-gradient(270deg, #9179E7, #CA9Be6) !important;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    position: relative
}

.oddstip::before {
    content: "";
    position: absolute;
    top: -90px;
    width: 100%;
    height: 10rem;
    background: url(../svg/tip_bg.1d49.svg) no-repeat center center, url(../images/outcache/logo.7920.png) no-repeat -2px 85px
}

.oddstip .header {
    padding: 0 1.066667rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: 2rem !important
}

.oddstip .contents {
    height: auto !important;
    text-align: left !important
}

.oddstip .actions {
    display: flex;
    flex-wrap: nowrap;
    margin-top: .4rem;
    justify-content: center
}

.oddstip .actions>button {
    width: 11.0625rem;
    height: 3.4rem;
    color: #fff;
    margin: 0 .2667rem;
    background: url(../svg/iknow_bg.1564.svg) no-repeat center -10px;
    font-size: .75rem;
    font-weight: 400
}

.CcZmMdYWZeh7OF0CJm6z {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    animation: fade-bottom-top .6s forwards;
    width: calc(100% - 2.67rem);
    max-height: calc(100% - 3.41rem);
    height: 15.1467rem;
    background: url(../svg/popup-bg.3a60.svg) center/100% 100% no-repeat
}

.CcZmMdYWZeh7OF0CJm6z.deposit-modal {
    height: 30rem;
    background-size: 100% auto
}

.CcZmMdYWZeh7OF0CJm6z.deposit-modal .contents {
    padding-left: 2rem;
    padding-right: 2rem
}

.CcZmMdYWZeh7OF0CJm6z.deposit-modal .contents div {
    padding-bottom: .5rem
}

@keyframes fade-bottom-top {
    0% {
        opacity: .6;
        transform: translate(-50%, -35%)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.CcZmMdYWZeh7OF0CJm6z .header {
    padding: 0 1.066667rem;
    font-size: .96rem;
    font-weight: 400;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: .5rem;
    color: var(--text-文字1, #fff8f8)
}

.CcZmMdYWZeh7OF0CJm6z .header .actions>button {
    background: linear-gradient(62deg, #247bf4 0%, #8bc1ff 100%);
    border: none;
    border-radius: .53333rem
}

.CcZmMdYWZeh7OF0CJm6z .header .actions>button.cancel {
    background: #fff;
    border: 1px solid #95352e;
    color: #95352e
}

.CcZmMdYWZeh7OF0CJm6z .header>svg {
    position: absolute;
    right: .72222rem;
    top: 2.7122222222rem;
    font-size: .853333rem;
    padding: .8rem
}

.CcZmMdYWZeh7OF0CJm6z .contents {
    min-height: 5rem;
    max-height: 19.2rem;
    overflow: auto;
    box-sizing: border-box;
    padding: .4333rem 1rem;
    font-size: .8rem;
    line-height: 1.066667rem;
    text-align: center;
    color: rgba(47, 39, 71, .6);
    word-break: break-all
}

.CcZmMdYWZeh7OF0CJm6z .actions {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-bottom: .5333rem;
    border-radius: .5333rem
}

.CcZmMdYWZeh7OF0CJm6z .actions>button {
    width: 5.9733rem;
    height: 2.0267rem;
    margin: 0 .2667rem;
    color: #fff;
    font-size: .8533rem;
    border-radius: 4.6933rem;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    background-image: linear-gradient(180deg, #ffabae 0%, #b00000 100%)
}

.CcZmMdYWZeh7OF0CJm6z .actions>button.cancel {
    background-image: none;
    color: #665849;
    border: 1px solid #f7dfd1
}

.CcZmMdYWZeh7OF0CJm6z .contents {
    color: var(--text-文字1, #fff8f8)
}

.CcZmMdYWZeh7OF0CJm6z .contents>.form-action>.MuiFormControl-root {
    margin-bottom: .533333rem
}

.CcZmMdYWZeh7OF0CJm6z .contents>.form-action>.MuiFormControl-root>label {
    font-size: .746667rem;
    color: #2c2a29
}

.CcZmMdYWZeh7OF0CJm6z .contents>.form-action>.MuiFormControl-root>div {
    font-size: .746667rem
}

.CcZmMdYWZeh7OF0CJm6z .contents>.form-action>.alert {
    margin: .533333rem 0;
    color: #fb7b81;
    font-size: .64rem;
    text-align: left
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal {
    border-radius: 1rem;
    background: #27211f;
    height: auto
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .header {
    margin-top: 1.2rem;
    display: none
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .actions {
    background-color: inherit
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .actions>button {
    width: 128px;
    height: 42px;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    border-radius: 44px;
    border-radius: .4rem;
    box-shadow: none
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .actions>button.cancel {
    opacity: .4;
    color: #fff
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .contents {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    position: relative;
    padding: 0
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .contents>svg {
    position: absolute;
    right: .5rem;
    top: 8%
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .contents div.title {
    height: 44px;
    line-height: 44px;
    background: #382e2b;
    border-radius: 14px 14px 0px 0px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #fff8f8
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .contents div.item {
    font-size: 12px;
    color: #fff8f8;
    background: inherit;
    display: inline-block;
    padding-bottom: 0
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .contents div.item div.codes {
    text-indent: 2.6rem
}

.CcZmMdYWZeh7OF0CJm6z.bet-confirm-modal .contents div.sum {
    height: 21px;
    font-size: 15px;
    line-height: 21px;
    color: #fff8f8;
    margin-bottom: 15px;
    margin-top: 0
}

.CcZmMdYWZeh7OF0CJm6z.cnyt-alert-modal .actions {
    display: none
}

.CcZmMdYWZeh7OF0CJm6z.cnyt-alert-modal .cnyt-alert-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 12rem;
    margin: 0 auto
}

.CcZmMdYWZeh7OF0CJm6z.cnyt-alert-modal .cnyt-alert-content .text {
    color: #99a0b1;
    font-size: .746667rem;
    line-height: 1rem;
    text-align: left
}

.CcZmMdYWZeh7OF0CJm6z.cnyt-alert-modal .cnyt-alert-content .submit-btn {
    background: linear-gradient(150.21deg, #95352E 16.04%, #CF5A38 86.32%);
    border-radius: .3rem;
    text-shadow: none;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, .15);
    width: 4.4rem;
    height: 2.13333rem;
    line-height: 2.1rem;
    margin: .64rem 0 1rem;
    color: #fff
}

.CcZmMdYWZeh7OF0CJm6z.cnyt-alert-modal .cnyt-alert-content .other-btns {
    color: #2f2747;
    width: 100%;
    justify-content: space-between;
    display: flex;
    font-size: .64rem
}

.CcZmMdYWZeh7OF0CJm6z.cnyt-alert-modal .cnyt-alert-content .other-btns .btn-register {
    padding-left: 1.2rem;
    background: url(../images/outcache/icon-register.4573.png) no-repeat left center;
    background-size: 1rem
}

.CcZmMdYWZeh7OF0CJm6z.cnyt-alert-modal .cnyt-alert-content .other-btns .btn-down {
    padding-left: 1.2rem;
    background: url(../images/outcache/icon-down.b7b0.png) no-repeat left center;
    background-size: 1rem;
    color: #2f2747
}

.bciIVk_ChzEdpd0S1jrj {
    background: #fff
}

.bciIVk_ChzEdpd0S1jrj .content .form-action {
    padding: 0rem 2.13333rem;
    font-size: .64rem
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .input-box {
    position: relative;
    margin-top: .53333rem;
    display: flex;
    align-items: center;
    height: 2.56rem;
    padding: .42667rem .64rem;
    border-radius: .53333rem;
    border: .0533rem solid #e7ecf5;
    background: #fff;
    box-sizing: border-box
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .input-box svg {
    top: .4rem;
    left: .1rem;
    font-size: .853333rem;
    position: static;
    color: #95352e
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .input-box input {
    border: 0;
    width: 100%;
    height: 1.6rem;
    box-sizing: border-box;
    padding: 0rem .4rem 0rem .6rem
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .input-box input::placeholder {
    color: #c6c6c6
}

.bciIVk_ChzEdpd0S1jrj .content .form-action .alert {
    margin-top: .53333rem;
    color: #99a0b1
}

.bciIVk_ChzEdpd0S1jrj .content .actions {
    display: flex;
    flex-wrap: nowrap;
    margin-top: .4rem;
    justify-content: center
}

.bciIVk_ChzEdpd0S1jrj .content .actions>button {
    font-weight: normal;
    width: 35%;
    height: 2.24rem;
    margin: 0 .53333rem;
    box-sizing: border-box;
    letter-spacing: 4px;
    border: 0;
    color: #fff;
    font-size: .746667rem;
    border-radius: 4.6933rem;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .2509803922) inset;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.bciIVk_ChzEdpd0S1jrj .content .actions>button.cancel {
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(207, 150, 97, .5019607843);
    color: #665849;
    border: 1px solid #f7dfd1;
    background-image: none
}

.muSiSYDxAJykrtc5bKjP>.header {
    margin-top: 70px
}

.muSiSYDxAJykrtc5bKjP input.code {
    width: 100%;
    border: none;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    text-align: center;
    border-radius: 0
}

.muSiSYDxAJykrtc5bKjP .contents>svg {
    width: 6.5rem;
    height: 2rem;
    display: block;
    margin: auto
}

.muSiSYDxAJykrtc5bKjP div.refresh {
    text-align: center;
    font-size: 12px;
    color: #1976d2;
    text-decoration: underline;
    margin: 10px
}

.muSiSYDxAJykrtc5bKjP>.header {
    margin-top: 3.7333rem
}

.Zc8SFZDGuB_SDy9ZLS44 {
    display: flex;
    justify-content: space-between;
    margin: 1.25rem;
    color: #2c2a29
}

.Zc8SFZDGuB_SDy9ZLS44 .game {
    display: block;
    padding-top: 30px;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 30px
}

.Zc8SFZDGuB_SDy9ZLS44 .game+div {
    color: var(--text-文字1, #fff8f8);
    min-width: 2.5rem;
    text-align: center
}

.Zc8SFZDGuB_SDy9ZLS44 .game.hg {
    background-image: url(../images/precache/hg.8428.png)
}

.Zc8SFZDGuB_SDy9ZLS44 .game.dg {
    background-image: url(../images/precache/dg.4536.png)
}

.Zc8SFZDGuB_SDy9ZLS44 .game.eg {
    background-image: url(../images/precache/eg.8f23.png)
}

.Zc8SFZDGuB_SDy9ZLS44 .game.fg {
    background-image: url(../images/precache/fg.d4b7.png)
}

.Zc8SFZDGuB_SDy9ZLS44 .game.cg {
    background-image: url(../images/precache/cg.7d9c.png)
}

.JChkXU9kkA7fvgNfyPo4 {
    height: 100%;
    position: relative;
    background-color: var(--color-主背景, #1a1716);
    overflow: auto
}

.JChkXU9kkA7fvgNfyPo4>div.logo {
    background: url(../images/precache/logo.4449.png) no-repeat;
    width: 13.44rem;
    height: 3.52rem;
    background-size: contain;
    margin: 4.2667rem auto 2.6667rem
}

.JChkXU9kkA7fvgNfyPo4 div.login-form {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.title {
    text-align: center;
    font-size: 1.28rem;
    color: var(--text-文字1, #fff8f8);
    letter-spacing: 0;
    margin-bottom: 1.5rem
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input-form {
    width: 100%;
    border-radius: 1.3333rem
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input {
    height: 2.56rem;
    line-height: 2.56rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5333rem;
    border: .0533rem solid var(--color-輸入框底色, #231d1b);
    border-radius: 1.6rem;
    margin-bottom: .7467rem;
    background: var(--color-輸入框底色, #382e2b)
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input>svg {
    color: #99a0b1;
    font-size: .8533rem;
    width: 1.2267rem;
    padding-right: .2667rem;
    margin: 0 0 !important
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input>.show-pass {
    width: .8533rem;
    height: 1rem;
    padding-right: .5867rem
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input>.show-pass.ic-eye {
    background: url(../images/precache/ic-eye.b1b0.png) no-repeat;
    background-size: contain
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input>.show-pass.ic-eye-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAOVBMVEUAAACYn7CYoLCZoLGZoLGZoLGaoLKfn6+Xn6+ZoLKaoLKaoLGan7CZoLKbn7OXn6+Zn6+aoLOZoLEHgnMeAAAAEnRSTlMAIIDf72C/EDCfkM9Qr0BAcG8Dsb0uAAABJklEQVRIx+3UybaDIAwGYAJhdM77P+w9lR5yFRspqy78l5jPMIjqyZPfCSTfbw0Nvt+SqGX7imuoHHV05hV7tKRv5JxyYalttl4jkWRl2ms3pF4L7h80U7Rf2FC2CdOSj7PZWnxTt/Bgba0JF5apZDUR2bMd3xMelWjTXhRONXnOA0iWW8BFTVSi5cUZrzhTLhEs63Ob7bZvpbfjgo2XLEcflx13Cw2Wd5wmleP2V3nJ1q3jYdpOsvWiy0TXUndvAc8PXBmQLf/J6qHQYuvdDdh092ek3KXahiRZPqSra7W6OzsPxVbxsp0dfbZiX9CF4tJqAebRpgmpxEGr1XQKrqrbRt9rUXslJOBHi3ERaPWdjflUjRmmZEFSrA9nVBtZr+rJkyfqD/VRKYjrEcKJAAAAAElFTkSuQmCC) no-repeat;
    background-size: contain
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input div.input-icon {
    text-align: center;
    width: .96rem;
    height: .96rem;
    margin-left: .4rem
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input div.input-icon::after {
    content: "";
    display: block;
    width: .0533rem;
    height: .8rem;
    background: #b69c82;
    border: .16rem;
    margin-left: 1.5rem;
    margin-top: .1067rem
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input div.icon-user {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAMAAAC7m5rvAAAAOVBMVEUAAAD/+Pj/+fn/+Pj/9/f/+Pj/9/f/+fn/9vb/+fn/+fn/+Pj/9/f/9vb/9/f/////+Pj/9fX/+Phb0jtDAAAAEnRSTlMAgO+/IN9AnzBQz5CgcGAQr1D4rNrpAAAA+ElEQVRIx+2U2RKDMAhFJUjI4tb8/8d2grFTW410xod26n0iy/EiMGkuXWoay5RSYP8R1GIqolZPOZMeMk7tVajCaf1IrmMEnAMd5cXDSii+VoVxvupLQXPMKiw8J5bzJBWWDWBZxLxSY3FZgBqj1ySDCuuequf1JbHSgJuE0oAcKlS6DHEO6Jzh0o+y1o8WCsVLLd+FlIht871qB+AJERm80yI9rhuAw2FZxh7ThnCoUmDSjmg47JaIAiKuNtqD2TDcu7Ekbfvpse0qk2imtxbbrjKdLEcwbn5yBuPGUTYjV/1vU3l5dgT5/FwMYVdYwWr6ZezSH+gOBjgiHt4x3SkAAAAASUVORK5CYII=) no-repeat;
    background-size: contain
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input div.icon-password {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAMAAAC7m5rvAAAAOVBMVEUAAAD/+fn/+Pj/+Pj/9/f/9/f/9/f/////+Pj/+Pj/+fn/+fn/+Pj/+Pj/+Pj/+Pj/9/f/+vr/+PgMlRUrAAAAEnRSTlMAn4DfQGAgEL+Q789wUM+voDBd4rRkAAAA6klEQVRIx+2USxLCIAxAJfwp2Mr9D6tAK84UDOnKqm8XyhtCknI5M1paxiAokiRMXGEE0cYXYDS/fFRl0kPaHAucx8I8YvlyhNSpLsX0uKXyTruFkCKHpylz/Wq8jJXlmm6laqzdY8GgZcyH7bqBZSnSprDL+jaiif3Kj2rS8DKHjj+pK0a2LRYRWHuqUKA5VSi8oeXfhXWZ0veGhkw6/LWjWmBWkrT6gHFF1HjMGJom4oogabBpQNL8pvljSSpaSZZiWWrfbLbo7VZB6o+fyW/THO/iOpqJKKahCVyT7ewROjdXwN4A6nIy7gN9LYSk1CQrAAAAAElFTkSuQmCC) no-repeat;
    background-size: contain
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input>input {
    border: 0;
    width: 9.0667rem;
    height: 2.56rem;
    font-size: .7467rem;
    color: #fff8f8;
    margin-left: -0.48rem;
    background: rgba(0, 0, 0, 0)
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input>input::placeholder {
    color: #949292
}

.JChkXU9kkA7fvgNfyPo4 div.login-form div.input>div.place-holder {
    width: 1.0667rem;
    margin: 0 4px
}

.JChkXU9kkA7fvgNfyPo4 div.login-form>div.remember,
.JChkXU9kkA7fvgNfyPo4 div.login-form>div.others {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.JChkXU9kkA7fvgNfyPo4 div.login-form>div.remember>div.get-around,
.JChkXU9kkA7fvgNfyPo4 div.login-form>div.others>div.get-around {
    margin-top: .5rem;
    border-bottom: 1px solid #d33d3f
}

.JChkXU9kkA7fvgNfyPo4 div.login-form>div.remember svg,
.JChkXU9kkA7fvgNfyPo4 div.login-form>div.others svg {
    font-size: .7467rem;
    color: #fff8f8;
    vertical-align: bottom
}

.JChkXU9kkA7fvgNfyPo4 div.login-form>div.remember {
    color: #fff8f8
}

.JChkXU9kkA7fvgNfyPo4 div.login-form>div.others {
    color: #d33d3f;
    justify-content: center
}

.JChkXU9kkA7fvgNfyPo4 div.login-form>div.user-agreement {
    color: #d33d3f;
    margin: 2rem auto 0;
    text-align: center
}

.JChkXU9kkA7fvgNfyPo4 div.login-form>div.user-agreement svg {
    font-size: .7467rem;
    color: #d33d3f;
    vertical-align: bottom
}

.JChkXU9kkA7fvgNfyPo4 div.login-form>div.submit {
    margin-top: .5rem;
    height: 2.4533rem;
    line-height: 2.4533rem;
    width: 100%;
    border-radius: 1.6rem;
    border: none;
    font-weight: 400;
    font-size: .8533rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-image: var(--color-主渐变, linear-gradient(180deg, #FFABAE 0%, #B00000 100%))
}

.JChkXU9kkA7fvgNfyPo4 .game-wrap {
    position: absolute;
    bottom: -1vh;
    width: 100%
}

.WT6nh1sf6NxfHpatfq1j .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fdffff;
    padding-bottom: .8rem
}

.WT6nh1sf6NxfHpatfq1j .container img {
    width: 100%
}

.WT6nh1sf6NxfHpatfq1j .planA {
    background: url(../images/outcache/planA.a30e.png) no-repeat center center;
    background-size: 100% 100%;
    height: 12.8rem;
    width: 18.72rem;
    position: relative;
    margin-bottom: 1.0666666667rem
}

.WT6nh1sf6NxfHpatfq1j .planA .status-wrap {
    position: absolute;
    right: .2666666667rem;
    top: 1.0666666667rem;
    background: url(../images/outcache/statusWrap.2df7.png) no-repeat;
    background-size: 3.7333333333rem 3.7333333333rem;
    width: 3.7333333333rem;
    height: 3.7333333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d3d3d2;
    font-weight: 800
}

.WT6nh1sf6NxfHpatfq1j .planA .status-wrap.invalid {
    color: #e3cbb2
}

.WT6nh1sf6NxfHpatfq1j .planA .decoration {
    position: absolute;
    width: 5.0133333333rem;
    height: 3.2533333333rem;
    right: -.2666666667rem;
    bottom: -1.8666666667rem
}

.WT6nh1sf6NxfHpatfq1j .planA .receive-btn {
    position: absolute;
    bottom: 16%;
    left: 11%;
    width: 3.2rem;
    height: 2.4rem;
    text-align: center;
    color: #444;
    display: flex;
    justify-content: center;
    align-items: center
}

.WT6nh1sf6NxfHpatfq1j .planA .tip-info {
    position: absolute;
    top: 27%;
    left: 27%;
    font-size: .64rem;
    color: #545569;
    width: 10rem;
    height: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .8533333333rem;
    font-weight: 500
}

.WT6nh1sf6NxfHpatfq1j .planA .tip-info p:nth-of-type(1) {
    margin-bottom: .32rem
}

.WT6nh1sf6NxfHpatfq1j .planA .tip-info>p>span {
    font-weight: 600
}

.WT6nh1sf6NxfHpatfq1j .planA .explain {
    position: absolute;
    top: 60%;
    left: 27%;
    color: #444;
    width: 12.4rem
}

.WT6nh1sf6NxfHpatfq1j .planA .explain>h3 {
    margin: .6rem 0 .2rem
}

.WT6nh1sf6NxfHpatfq1j .planA .explain>span {
    font-size: .64rem !important
}

.WT6nh1sf6NxfHpatfq1j .planA .explain .introduce {
    line-height: .9066666667rem
}

.WT6nh1sf6NxfHpatfq1j .planA .explain .introduce:nth-of-type(1) {
    margin-bottom: .2666666667rem
}

.WT6nh1sf6NxfHpatfq1j .planA .explain .introduce .head {
    color: #000;
    font-weight: bolder
}

.WT6nh1sf6NxfHpatfq1j .planB {
    background: url(../images/outcache/planB.a405.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    height: 18.9866666667rem;
    width: 18.72rem;
    margin-bottom: 1.0666666667rem
}

.WT6nh1sf6NxfHpatfq1j .planB .status-wrap {
    position: absolute;
    right: .2666666667rem;
    top: 1.0666666667rem;
    background: url(../images/outcache/statusWrap.2df7.png) no-repeat;
    background-size: 3.7333333333rem 3.7333333333rem;
    width: 3.7333333333rem;
    height: 3.7333333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d3d3d2;
    font-weight: 800
}

.WT6nh1sf6NxfHpatfq1j .planB .status-wrap.invalid {
    color: #e3cbb2
}

.WT6nh1sf6NxfHpatfq1j .planB .decoration {
    position: absolute;
    width: 2.24rem;
    height: 3.6266666667rem;
    left: 1.0666666667rem;
    top: 8rem
}

.WT6nh1sf6NxfHpatfq1j .planB .btns {
    position: absolute;
    left: 10.5%;
    width: 3.2rem;
    height: 2.4rem;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.WT6nh1sf6NxfHpatfq1j .planB .btn1 {
    bottom: 46%
}

.WT6nh1sf6NxfHpatfq1j .planB .btn2 {
    bottom: 27%
}

.WT6nh1sf6NxfHpatfq1j .planB .btn3 {
    bottom: 8%
}

.WT6nh1sf6NxfHpatfq1j .planB .box {
    position: absolute;
    left: 30%;
    top: 23%;
    width: 12rem;
    border-radius: 1.06667rem;
    height: 1.06667rem;
    background: #edf6ff
}

.WT6nh1sf6NxfHpatfq1j .planB .box .schedule {
    position: absolute;
    left: 0;
    height: 1.06667rem;
    background: #715087;
    z-index: 1;
    border-radius: 1.06667rem
}

.WT6nh1sf6NxfHpatfq1j .planB .box .tip-list {
    display: flex;
    height: 1.06667rem;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    width: 100%
}

.WT6nh1sf6NxfHpatfq1j .planB .box .tip-list li>img {
    width: 1.06667rem
}

.WT6nh1sf6NxfHpatfq1j .planB .accumulative-day {
    position: absolute;
    top: 62%;
    left: 40%;
    font-size: .7466666667rem
}

.WT6nh1sf6NxfHpatfq1j .planB .accumulative-day>span {
    color: #d0b293;
    margin: 0 3px;
    font-weight: 600
}

.WT6nh1sf6NxfHpatfq1j .planB .explain {
    position: absolute;
    top: 68%;
    left: 16%;
    width: 15rem;
    font-size: .64rem
}

.WT6nh1sf6NxfHpatfq1j .planB .explain .introduce {
    line-height: .9066666667rem
}

.WT6nh1sf6NxfHpatfq1j .planB .explain .introduce:nth-of-type(1) {
    margin-bottom: .2666666667rem
}

.WT6nh1sf6NxfHpatfq1j .planB .explain .introduce .head {
    color: #000;
    font-weight: bolder
}

.WT6nh1sf6NxfHpatfq1j .planB .text {
    position: absolute;
    box-sizing: border-box;
    padding: .5333333333rem 1.0666666667rem 0 .4266666667rem;
    top: 17%;
    left: 31%;
    font-size: .7466666667rem;
    font-weight: 500;
    color: #545569;
    width: 9rem;
    height: 8rem;
    line-height: 1.0666666667rem
}

.WT6nh1sf6NxfHpatfq1j .planB .text>span {
    font-weight: 600
}

.WT6nh1sf6NxfHpatfq1j .planC {
    background: url(../images/outcache/planC.c85d.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    height: 12.2666666667rem;
    width: 18.72rem
}

.WT6nh1sf6NxfHpatfq1j .planC .status-wrap {
    position: absolute;
    right: .2666666667rem;
    top: 1.0666666667rem;
    background: url(../images/outcache/statusWrap.2df7.png) no-repeat;
    background-size: 3.7333333333rem 3.7333333333rem;
    width: 3.7333333333rem;
    height: 3.7333333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d3d3d2;
    font-weight: 800
}

.WT6nh1sf6NxfHpatfq1j .planC .status-wrap.invalid {
    color: #e3cbb2
}

.WT6nh1sf6NxfHpatfq1j .planC .receive-btn {
    position: absolute;
    bottom: 16%;
    left: 11%;
    width: 3.2rem;
    height: 2.4rem;
    text-align: center;
    color: #444;
    display: flex;
    justify-content: center;
    align-items: center
}

.WT6nh1sf6NxfHpatfq1j .planC .tip-info {
    position: absolute;
    top: 14%;
    left: 32%;
    color: #545569;
    width: 8.4rem;
    height: 4.2rem;
    font-size: .7466666667rem;
    font-weight: 500;
    padding: 0rem .4266666667rem
}

.WT6nh1sf6NxfHpatfq1j .planC .tip-info p:nth-of-type(1),
.WT6nh1sf6NxfHpatfq1j .planC .tip-info p:nth-of-type(2),
.WT6nh1sf6NxfHpatfq1j .planC .tip-info p:nth-of-type(3) {
    margin-bottom: .16rem
}

.WT6nh1sf6NxfHpatfq1j .planC .tip-info>span {
    font-weight: 600
}

.WT6nh1sf6NxfHpatfq1j .planC .explain {
    position: absolute;
    top: 55%;
    left: 12%;
    color: #444;
    width: 16rem
}

.WT6nh1sf6NxfHpatfq1j .planC .explain .introduce {
    line-height: .9066666667rem
}

.WT6nh1sf6NxfHpatfq1j .planC .explain .introduce:nth-of-type(1) {
    margin-bottom: .2666666667rem
}

.WT6nh1sf6NxfHpatfq1j .planC .explain .introduce .head {
    color: #000;
    font-weight: bolder
}

.WT6nh1sf6NxfHpatfq1j .box-bg {
    background: #fdffff url(../images/outcache/box-bg.6b52.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 1.6rem .5333333333rem;
    box-sizing: border-box;
    width: 100%;
    margin-top: .5333333333rem
}

.WT6nh1sf6NxfHpatfq1j .tip {
    line-height: 1.12rem;
    padding-bottom: 1rem
}

.WT6nh1sf6NxfHpatfq1j .rules {
    box-sizing: border-box;
    margin-top: 1.6rem;
    border-radius: 1.28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.WT6nh1sf6NxfHpatfq1j .rules.bottom {
    margin-top: 1.0666666667rem;
    padding-top: 0
}

.WT6nh1sf6NxfHpatfq1j .rules .activity {
    width: 10.24rem;
    margin-bottom: .8rem
}

.WT6nh1sf6NxfHpatfq1j .rules .title {
    position: absolute;
    left: calc(50% - 6.9333333333rem);
    width: 13.8666666667rem;
    height: 2.0266666667rem;
    top: -0.32rem
}

.WT6nh1sf6NxfHpatfq1j .rules .container {
    padding: .64rem .4266666667rem;
    border-radius: .8533333333rem;
    margin-top: 1.0666666667rem;
    align-items: flex-start
}

.WT6nh1sf6NxfHpatfq1j .rules .container p {
    color: #121b47;
    line-height: .96rem;
    margin-bottom: .8rem
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-radius: .8533333333rem;
    box-shadow: 0px 4px 8px 0px rgba(65, 91, 173, .3803921569);
    margin-bottom: 1.0666666667rem
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap:nth-last-of-type(1) {
    margin-bottom: 0
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap thead {
    border-top-left-radius: .8533333333rem;
    border-top-right-radius: .8533333333rem;
    background: #d0b293
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap thead th {
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap thead th:nth-of-type(1) {
    border-top-left-radius: .8533333333rem;
    width: 23%
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap thead th:nth-of-type(2) {
    width: 28%
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap thead th:nth-of-type(3) {
    border-top-right-radius: .8533333333rem
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap th,
.WT6nh1sf6NxfHpatfq1j .rules .tableWrap td {
    text-align: center;
    padding: .8rem 0
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap th:nth-of-type(1),
.WT6nh1sf6NxfHpatfq1j .rules .tableWrap th:nth-of-type(2),
.WT6nh1sf6NxfHpatfq1j .rules .tableWrap td:nth-of-type(1),
.WT6nh1sf6NxfHpatfq1j .rules .tableWrap td:nth-of-type(2) {
    border-right: 1px solid #d0b293
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap th:nth-of-type(3),
.WT6nh1sf6NxfHpatfq1j .rules .tableWrap td:nth-of-type(3) {
    padding: .8rem .5333333333rem
}

.WT6nh1sf6NxfHpatfq1j .rules .tableWrap td {
    line-height: .8533333333rem
}

.WT6nh1sf6NxfHpatfq1j .rulesBot {
    width: 100%;
    margin: 1.6rem auto 0 auto
}

.CPrhhARRvChdZx7foiGQ .header-image {
    width: 100%
}

.CPrhhARRvChdZx7foiGQ .title {
    height: 1.92rem;
    margin: .93rem auto -1.56rem auto;
    display: block
}

.CPrhhARRvChdZx7foiGQ .description {
    border-radius: .93rem;
    padding: 1.8rem .93rem .75rem .75rem;
    background: rgba(0, 0, 0, 0) linear-gradient(1turn, #d8e3f8, #eae5f3 38%, #e2e6f1) 0 0 no-repeat padding-box
}

.CPrhhARRvChdZx7foiGQ .description>.rule-img {
    display: flex;
    justify-content: space-around;
    margin-top: .5rem
}

.CPrhhARRvChdZx7foiGQ .description>.rule-img>img {
    height: 1.65rem
}

.CPrhhARRvChdZx7foiGQ .description>.game-box {
    border: solid 1px #9f0dff;
    border-radius: .9375rem;
    margin-top: .8rem;
    overflow: hidden;
    text-align: center
}

.CPrhhARRvChdZx7foiGQ .description>.game-box>.title-1 {
    width: 100%;
    height: 2.13rem;
    line-height: 2.13rem;
    border-top-left-radius: .93rem;
    border-top-right-radius: .93rem;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #a100ff, #9458ff 40%, #ad90fc) 0 0 no-repeat padding-box;
    text-align: center;
    font-size: .75rem;
    color: #fcffeb;
    font-weight: 700
}

.CPrhhARRvChdZx7foiGQ .description>.game-box>.game-item-1 {
    height: 2.03rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #f8d8f3 0, #dbc7ff 40%, #d7c8ff)
}

.CPrhhARRvChdZx7foiGQ .description>.game-box>.game-item-2 {
    background-color: #e2e6f1;
    background: linear-gradient(270deg, #f8d8f3 0, #dbc7ff 40%, #d7c8ff);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.03rem
}

.CPrhhARRvChdZx7foiGQ .description>.game-box>.game-item-2.other-bg {
    background: #e2e6f1
}

.CPrhhARRvChdZx7foiGQ .description>.game-box>.game-item-1>span,
.CPrhhARRvChdZx7foiGQ .description>.game-box .game-item-2>span {
    width: 33%;
    color: #1f0031;
    line-height: .8rem
}

.CPrhhARRvChdZx7foiGQ .description>.game-box>.title-2 {
    height: 2.13rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(0deg, #a100ff, #ad90fc)
}

.CPrhhARRvChdZx7foiGQ .description>.game-box>.title-2>span {
    font-size: .75rem;
    color: #fcffeb;
    font-weight: 700;
    width: 20%
}

.CPrhhARRvChdZx7foiGQ .description>.game-box>.title-2>span:first-child {
    width: 40%
}

.CPrhhARRvChdZx7foiGQ .description>.game-box .content {
    display: flex;
    align-items: center;
    font-size: .64rem;
    background: linear-gradient(0deg, #f8d8f3, #d7c8ff)
}

.CPrhhARRvChdZx7foiGQ .description>.game-box .content>span {
    width: 20%;
    padding: 5px 10px;
    box-sizing: border-box
}

.CPrhhARRvChdZx7foiGQ .description>.game-box .content>span:first-child {
    width: 40%
}

.CPrhhARRvChdZx7foiGQ .tip>p {
    font-size: .64rem;
    line-height: 1.8
}

.oVHYqJsX5vaPaDw3fym3 .banner {
    height: 18.4rem;
    margin-left: -4%;
    width: 108%
}

.oVHYqJsX5vaPaDw3fym3 .title {
    height: 1.44rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem
}

.oVHYqJsX5vaPaDw3fym3 .text-tip {
    margin: auto;
    width: 95%;
    height: 1.75rem;
    margin-bottom: .75rem
}

.oVHYqJsX5vaPaDw3fym3 .vip-box {
    border-radius: .5rem;
    margin-top: .53rem;
    margin-bottom: .8rem;
    overflow: hidden;
    border-right: solid .0625rem #831f7d;
    box-sizing: border-box
}

.oVHYqJsX5vaPaDw3fym3 .vip-box>div.row {
    border-bottom: solid .0625rem #831f7d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.625rem;
    font-size: .75rem;
    text-align: center;
    box-sizing: border-box
}

.oVHYqJsX5vaPaDw3fym3 .vip-box>div.row>div.line {
    width: 25%;
    height: 100%;
    line-height: 3.625rem;
    border-left: solid .0625rem #831f7d
}

.oVHYqJsX5vaPaDw3fym3 .vip-box>div.row>div.line:first-child {
    background: #38205f;
    color: #fff;
    border-bottom: solid .0625rem #831f7d
}

.oVHYqJsX5vaPaDw3fym3 .vip-box>div.row:first-child {
    background: #38205f;
    color: #fff
}

.oVHYqJsX5vaPaDw3fym3 .vip-box>div.row:first-child>.line {
    width: 25%
}

.oVHYqJsX5vaPaDw3fym3 .vip-box>div.row:first-child>.line:last-child {
    width: 75%
}

.oVHYqJsX5vaPaDw3fym3 .btn-action {
    margin: auto;
    display: block;
    background: #fff;
    border: none
}

.oVHYqJsX5vaPaDw3fym3 .btn-img {
    width: 14.93rem;
    height: 3.2rem
}

.oVHYqJsX5vaPaDw3fym3 .rules {
    border-radius: .5rem;
    border: .0625rem solid #831f7d;
    margin-bottom: 1.875rem;
    padding: .5rem
}

.oVHYqJsX5vaPaDw3fym3 .rules>p {
    font-size: .75rem;
    color: #494949;
    margin-bottom: .53rem;
    line-height: 1.8
}

._DdIOpN9htgemWF5DPVT {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.67rem;
    line-height: 2.67rem;
    box-sizing: border-box;
    justify-content: center;
    color: #bebec0;
    clear: both;
    width: 100%;
    border-top: 1px solid #2c2c2c;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #242424
}

._DdIOpN9htgemWF5DPVT.message-center-paginations {
    background-color: #242424
}

._DdIOpN9htgemWF5DPVT span {
    margin: 0 5px
}

._DdIOpN9htgemWF5DPVT button.pagination-btn {
    color: #fff;
    border-radius: 4px;
    width: 50px;
    height: 22px;
    letter-spacing: 0;
    text-indent: 0;
    border: 0 !important;
    cursor: pointer
}

._DdIOpN9htgemWF5DPVT button.pagination-btn:hover {
    opacity: .8
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group {
    align-items: center;
    display: flex
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination {
    display: inline;
    margin: 0 4px;
    vertical-align: middle
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination .rs-pagination-btn {
    display: inline-block;
    min-width: 1.07rem;
    height: 1.07rem;
    background: #38373c !important;
    border-radius: .21rem;
    color: #bebec0;
    text-align: center;
    line-height: 1.07rem;
    font-size: .64rem;
    padding: 0px 0px;
    font-weight: 400;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination .rs-pagination-btn .rs-ripple-pond {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination .rs-pagination-btn .rs-ripple-pond .rs-ripple {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: block;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0s;
    transition: 0s
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination .rs-pagination-btn .rs-pagination-symbol {
    display: flex;
    height: 20px
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination .rs-pagination-btn.rs-pagination-btn-active {
    background-color: #95352e;
    color: #fff;
    border: none
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination.disabled a {
    cursor: not-allowed
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination.disabled a:hover {
    background: #e6ebf5;
    color: #3b476a
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination:nth-last-child(1) a,
._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination:nth-last-child(2) a,
._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination:nth-child(1) a,
._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination:nth-child(2) a {
    width: 2.13rem;
    border-radius: 5px
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination .rs-pagination-btn {
    background: #f6ece2
}

._DdIOpN9htgemWF5DPVT .rs-pagination-group .rs-pagination .rs-pagination-btn.rs-pagination-btn-active {
    background: var(--color-主渐变) !important;
    color: var(--text-文字主);
    border: none
}

.OQsGN08XnR2PnGszvu2p {
    background: url(../images/outcache/bg-purple.25e9.jpg) center center no-repeat;
    background-size: 100% 100%
}

.OQsGN08XnR2PnGszvu2p .invitation_method h3 {
    margin: .6rem 0;
    font-size: .746667rem
}

.OQsGN08XnR2PnGszvu2p .invitation_method .method_box {
    overflow: auto
}

.OQsGN08XnR2PnGszvu2p .invitation_method .method_box .by_link {
    margin-bottom: .4rem
}

.OQsGN08XnR2PnGszvu2p .invitation_method .method_box .by_link .by_left {
    text-align: center;
    font-size: .7466667rem
}

.OQsGN08XnR2PnGszvu2p .invitation_method .method_box .by_link .by_left select {
    min-width: 12rem;
    height: 1.6rem;
    background: #eef3fd;
    color: #8c5d91;
    padding: 0 .64rem 0 .2rem;
    border-radius: .2rem;
    margin: .4rem 0
}

.OQsGN08XnR2PnGszvu2p .invitation_method .method_box .by_link .by_left .copy_btn {
    margin: 0 auto;
    line-height: 1.6rem;
    height: 1.6rem;
    width: 5.6rem;
    background: linear-gradient(0, #ad8dc6 0%, #815b82 53%, #a888c2 100%);
    color: #fff;
    border-radius: .2rem
}

.OQsGN08XnR2PnGszvu2p .invitation_method .method_box .by_link .by_left .copy_btn:hover {
    opacity: .8
}

.OQsGN08XnR2PnGszvu2p .invitation_method .method_box .by_link .by_right {
    margin-top: .86rem;
    font-size: .7466667rem;
    text-align: center
}

.OQsGN08XnR2PnGszvu2p .invitation_method .method_box .by_link .by_right .by_right_qr {
    margin: .3rem 0;
    text-align: left
}

.OQsGN08XnR2PnGszvu2p .invitation_detail>h3 {
    margin-top: .8rem
}

.OQsGN08XnR2PnGszvu2p .invitation_detail .content {
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.2rem;
    padding: .4rem 0;
    display: flex;
    flex-wrap: wrap
}

.OQsGN08XnR2PnGszvu2p .invitation_detail .content>li {
    width: 50%
}

.OQsGN08XnR2PnGszvu2p .invitation_detail .content>li:nth-child(1) {
    width: 100%
}

.dU8vkWWdok5PlUfm8vBb {
    padding: 0 !important
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap {
    height: 100%;
    width: 100%;
    background: url(../images/outcache/bg_detail.1c6c.png) center center no-repeat;
    background-size: 100% 100%
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .invite-detail-top {
    padding: 1.4rem 1.2rem
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .invite-detail-top .total-people {
    margin-bottom: .4rem;
    font-size: .64rem;
    color: #170225
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .invite-detail-top .total-award {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .746667rem;
    font-weight: bold;
    color: #170225
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .invite-detail-top .total-award .list {
    display: flex;
    align-items: center;
    font-weight: normal
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .invite-detail-top .total-award .list img {
    width: .3rem;
    height: .6rem;
    margin-left: .2rem
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-list {
    height: 2rem;
    margin: 0 .6rem .4rem;
    padding: .2rem;
    line-height: 2rem;
    font-size: .64rem;
    background: linear-gradient(0, #faf9fe 0%, #dedaf3 100%), linear-gradient(#e6e8ec, #e6e8ec);
    border-radius: 2rem;
    box-sizing: border-box
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-list .tab-list-border {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 100%;
    height: 100%;
    line-height: 2rem;
    background: #e7e5f8;
    border-radius: 2rem
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-list .tab-item {
    flex: 1;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 2rem;
    text-align: center;
    color: #170225
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-list .tab-item.active {
    color: #fff;
    background: url(../images/outcache/btn_detail.3298.png) center center no-repeat;
    background-size: initial
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content {
    padding: 0 .6rem
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-head {
    display: flex;
    align-items: center;
    min-height: 2rem;
    border-radius: .6rem .6rem 0 0;
    font-size: .64rem;
    background: #7272ff;
    color: #fff;
    overflow: hidden
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-head .table-head-item {
    flex: 1;
    text-align: center
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-content {
    height: 50vh;
    border-bottom: 1px solid #bcbcbc;
    background: rgba(241, 234, 234, .4);
    overflow-y: auto
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-content .table-list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    font-size: .64rem;
    color: #170225;
    border-bottom: 1px solid #bcbcbc
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-content .table-list .table-list-item {
    flex: 1;
    text-align: center;
    word-break: break-all
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-null-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(241, 234, 234, .4);
    flex-direction: column;
    height: 50vh;
    border-bottom: 1px solid #bcbcbc
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-null-content .table-null-img {
    width: 2.6rem;
    height: 2.6rem
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-null-content .table-null-img img {
    width: 100%
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-null-content .table-null-text {
    font-size: .64rem;
    color: #7272ff;
    opacity: .6
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.4rem;
    margin-top: -1px;
    margin-bottom: .6rem;
    border-radius: 0 0 .64rem .64rem;
    background: rgba(241, 234, 234, .4);
    color: #170225
}

.dU8vkWWdok5PlUfm8vBb .invite-detail-wrap .tab-content .table-footer .table-footer-item {
    flex: 1;
    text-align: center;
    font-weight: bold;
    word-break: break-all
}

.HbjVYyLhOO1tOZsbwkd6 {
    padding: 0 !important
}

.HbjVYyLhOO1tOZsbwkd6>.iframe {
    border: none;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    margin-left: -0.64rem;
    margin-top: -2.5rem;
    opacity: .5
}

.HbjVYyLhOO1tOZsbwkd6>.first-page {
    width: 100vw;
    height: auto;
    background: url(../images/outcache/bg.f402.png) no-repeat top;
    background-size: cover;
    padding-bottom: 1vh
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.banner {
    width: 100vw;
    height: 37vh;
    background: url(../images/outcache/invite_banner.7af1.png) no-repeat center;
    background-size: cover;
    padding-top: 4vh
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: .85rem .5rem .5rem .57rem;
    border-radius: 12px;
    font-size: .85rem;
    color: #170225;
    background: rgba(238, 250, 255, .4);
    box-sizing: border-box;
    margin-bottom: 3vh
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .diamond {
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: url(../images/outcache/invite_diamond.de35.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 1vw
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .title-top {
    display: flex;
    margin-bottom: .6rem
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .show-detail {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #000;
    height: 100%;
    font-size: .64rem
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .show-detail img {
    width: .3rem;
    height: .6rem;
    margin-left: .2rem
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .title {
    display: inline-block;
    width: 14vw;
    height: 4vw;
    background: url(../images/outcache/award_title.d1e0.png) no-repeat center;
    background-size: 100% 100%
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .total {
    margin-bottom: .65rem;
    margin-top: .2rem;
    font-size: .65rem;
    color: #170225
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .my-reward-item {
    width: 42vw;
    height: 16.5vh;
    background: rgba(255, 255, 255, .5019607843);
    border-radius: .85rem;
    margin-bottom: 2vh;
    color: #170225;
    text-align: center;
    font-size: .65rem
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .my-reward-item h2 {
    font-size: .65rem;
    margin-top: 2vh;
    margin-bottom: 1vh
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .my-reward-item button {
    border: none;
    background: none;
    background: url(../images/outcache/btn_bg.e870.png) no-repeat center;
    width: 38vw;
    height: 7vh;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: .6rem;
    margin-top: 1vh
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .my-reward-item p {
    font-size: 1rem;
    font-weight: bolder
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .my-reward-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .num-img {
    width: 6vw;
    height: 6vw
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .detail-title {
    vertical-align: .2rem;
    margin-left: 2vw
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .detail-title1 {
    width: 44vw
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .detail-title2 {
    width: 54vw
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .detail-title3 {
    width: 39vw
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .detail-title4 {
    width: 63vw
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .table-box {
    width: 100%;
    height: auto;
    border: 1px solid #7272ff;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .table-title-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .bg1 {
    background: rgba(114, 114, 255, .6)
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .bg1 li {
    color: #fff
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .table-item {
    height: 38px;
    line-height: 38px;
    border-right: 1px solid #7272ff;
    text-align: center;
    color: #000;
    font-size: .65rem
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .wd33 {
    width: 33.3%
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .wd19 {
    width: 19%
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .wd24 {
    width: 24%
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .wd18 {
    width: 18%
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .wd39 {
    width: 39%
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .wd50 {
    width: 50%
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .autoheight {
    height: auto !important
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.my-reward .lh-normal {
    line-height: normal
}

.HbjVYyLhOO1tOZsbwkd6>.first-page>.title1 {
    display: inherit;
    width: 70vw;
    margin: 2vh auto
}

.HbjVYyLhOO1tOZsbwkd6 .rule-btn {
    position: fixed;
    right: 0;
    top: 32%;
    width: 5rem
}

.HbjVYyLhOO1tOZsbwkd6 .rule-bg {
    width: 89vw;
    height: 74vh;
    background: url(../images/outcache/dialog_bg.d915.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 15vh;
    padding-top: 5vh;
    position: relative
}

.HbjVYyLhOO1tOZsbwkd6 .rule-content {
    text-align: left;
    width: 75vw;
    margin: 0 auto;
    overflow-y: scroll;
    height: 65vh;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .5);
    border-radius: .5rem;
    padding: 1vh 5vw
}

.HbjVYyLhOO1tOZsbwkd6 .rule-content p {
    margin-bottom: .4rem;
    line-height: 1rem
}

.HbjVYyLhOO1tOZsbwkd6 .mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0
}

.HbjVYyLhOO1tOZsbwkd6 .close {
    width: 5vw;
    height: 5vw;
    background: url(../images/outcache/close.0efb.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

.HbjVYyLhOO1tOZsbwkd6 .main-box {
    position: relative;
    width: 88vw;
    height: 27vh;
    margin: 0 auto;
    top: 40%;
    z-index: 99;
    background: url(../images/outcache/dialog_warning.a893.png) no-repeat center;
    background-size: 100% 100%
}

.HbjVYyLhOO1tOZsbwkd6 .main-box p {
    text-align: center;
    font-size: .65rem;
    padding-top: 20vh
}

.HbjVYyLhOO1tOZsbwkd6 .method_box {
    font-size: .65rem
}

.HbjVYyLhOO1tOZsbwkd6 .by_left {
    display: flex;
    justify-content: space-around
}

.HbjVYyLhOO1tOZsbwkd6 .by_left p {
    width: 22%;
    line-height: 10vh
}

.HbjVYyLhOO1tOZsbwkd6 .by_left div {
    width: 70%
}

.HbjVYyLhOO1tOZsbwkd6 .by_left div select {
    width: 100%;
    height: 1.6rem;
    margin: 0;
    padding: 0 1.42rem 0 .85rem;
    border: 1px solid #7272ff;
    border-radius: 8px;
    color: #170225;
    background: rgba(255, 255, 255, .4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAYCAYAAACSuF9OAAAA5ElEQVRIic3WQQ6CMBBA0U/jEXXrgp1wKeFQchO3mkkKQaw47ZTCJKRJN/2hL4Sqrl8dcOUY0zvgBjwOkDNIiwQ9gYtf9xo5+yyr8wHyhpodg9rxltxss/NP6emB+3imWxzeFPY0eMPTLINKeprcrAVR0FMbuo1QEAU8fbjRBLGhpy832qAtPAXdaINkcnsKuokJIqOnn25ig8jgadVNSpDF0183KUEYvk9/3aQGkeBJ5cYSRIQntRtrkMZTlBtrEApPUW5yBLHiKdpNriACnpLc5Ayae0p2M5+TMUhm9FSZ/w6ANxN4SMsvpMo+AAAAAElFTkSuQmCC) no-repeat;
    background-size: .85rem auto;
    background-position: calc(100% - .8vw) 50%;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.HbjVYyLhOO1tOZsbwkd6 .by_left .copy_btn {
    background: url(../images/outcache/btn_bg_sm.169c.png) no-repeat center;
    width: 19vw;
    height: 4.5vh;
    background-size: 100% 100%;
    text-align: center;
    line-height: 3.5vh;
    color: #fff;
    margin: 1vh auto
}

.HbjVYyLhOO1tOZsbwkd6 .by_right {
    display: flex;
    justify-content: space-around
}

.HbjVYyLhOO1tOZsbwkd6 .by_right .by_right_qr {
    width: 22%;
    line-height: 19vh
}

.HbjVYyLhOO1tOZsbwkd6 .by_right div {
    width: 70%;
    text-align: center
}

.HbjVYyLhOO1tOZsbwkd6 .save_pic {
    background: url(../images/outcache/btn_bg_lg.007f.png) no-repeat center;
    width: 46vw;
    height: 6vh;
    background-size: 100% 100%;
    text-align: center;
    line-height: 4.8vh;
    color: #fff;
    margin: 1vh auto
}

.HbjVYyLhOO1tOZsbwkd6 .qr_code_box {
    background: rgba(255, 255, 255, .5);
    border-radius: .6rem;
    padding-top: 3vh
}

.DD5Po1SskhyLKQZmABPU {
    position: initial !important;
    padding: 0 !important
}

.DD5Po1SskhyLKQZmABPU .container {
    background: url(../images/outcache/bg.0c82.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: 26.125rem
}

.DD5Po1SskhyLKQZmABPU .container .act-content-img {
    background: url(../images/outcache/act-content.11a2.png) no-repeat center;
    background-size: contain;
    height: 22.25rem;
    position: relative
}

.DD5Po1SskhyLKQZmABPU .container .act-content-img .action-btn {
    height: 2.9375rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 1.4375rem;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none
}

.DD5Po1SskhyLKQZmABPU .container .act-content-img .action-btn .action-img {
    width: 100%;
    height: 100%
}

.DD5Po1SskhyLKQZmABPU .container .act-content-img .action-btn .next-time {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-left: -7.65rem;
    margin-bottom: .555rem;
    text-align: center;
    justify-content: center
}

.DD5Po1SskhyLKQZmABPU .container .act-rule-img {
    width: 100%;
    height: 31.875rem;
    margin-top: .875rem;
    margin-bottom: 1.25rem
}

.pN48aRMo7R7dwAsAu8X6 .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6
}

.pN48aRMo7R7dwAsAu8X6 .modal {
    background: url(../images/outcache/modal-bg.34ce.png) no-repeat center;
    background-size: 100% 100%;
    width: 13.75rem;
    height: 13.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 2.7625rem;
    padding-right: 2.7625rem;
    padding-top: 5.825rem;
    box-sizing: border-box
}

.pN48aRMo7R7dwAsAu8X6 .tip {
    color: #ef4444;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700
}

.pN48aRMo7R7dwAsAu8X6 .close {
    width: 6.875rem;
    height: 1.5rem;
    position: absolute;
    bottom: 8%;
    left: 26%;
    background: none;
    border: none
}

.xt7lLZoLZa1Ua2tGHiwU {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center
}

.xt7lLZoLZa1Ua2tGHiwU>img {
    width: 7.5rem;
    opacity: 0;
    animation: fade-opacity-scale 1s linear
}

@keyframes fade-opacity-scale {
    0% {
        opacity: 0;
        scale: 0
    }

    50% {
        opacity: .5;
        scale: .5
    }

    100% {
        opacity: 1;
        scale: 1
    }
}

.aHrrbp2NRJFfSd7MkxKu .pick {
    animation: drop-zoom 1s linear forwards
}

@keyframes drop-zoom {
    0% {
        transform: scale(1)
    }

    40% {
        transform: scale(0.7)
    }

    80% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.aHrrbp2NRJFfSd7MkxKu .money {
    color: #ffa411;
    font-weight: 700;
    animation: money-out 1s linear forwards
}

@keyframes money-out {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    80% {
        transform: translateY(-25px);
        opacity: 1
    }

    100% {
        transform: translateY(-30px);
        opacity: 0
    }
}

.Cxqh9d5JDow7SEPGIzh0 {
    overflow: hidden;
    background: #1a1716
}

.Cxqh9d5JDow7SEPGIzh0>div.tab {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.6667rem;
    display: flex;
    align-items: center;
    margin: 0 .5333rem;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    width: calc(100% - 1.0666rem);
    background: #1a1716
}

.Cxqh9d5JDow7SEPGIzh0>div.tab>span {
    font-size: .7467rem;
    margin-right: .8rem;
    height: 1.1733rem;
    box-sizing: border-box;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    color: #867163
}

.Cxqh9d5JDow7SEPGIzh0>div.tab>span.actived {
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAECAYAAAAd+2hxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGTSURBVHgBZVM7UkJBEOxGDKSoEgNyjqA34gbGhkSEHsEraOolDE3xAn4CoUrkDfuZmZ2FDd7um51PT08vkdbXer24vJo+YXxxS45mgKAu1i8hkn/Sl6SklbZR2gbmS7VnV8nHEma+UA+pyXIuIIagxZ2sUrfYJVrBUco7ZAztPuNJewaXA6WYqnvBG/tB6E5KHeZYnGGvGDWemtDwy8/hb/98+P5d3aweNnxfLheTyfQt3c00uWhmMMDUdhF9oJSWX+dGW8EJYxVOMcYaGlsbEjjxfm8WlF4bq1a/nAjDK6y1fTp2ZxMzbotJeVMroQByaByz566SipNNE/343G3vxtvN5nEnuBZa0jRwWL5zlcRhhhYrKrT0UM66+6hL584GRoR6Vd5uEBewxAdiM4GRpcKi+7bBt6OlcLIYeun6Cq8qYKuEt0Es5H9/z9f5fEB4n+0tsReZjlbgCgvIXARBBiI9Ie3NqFTRce+dm1qi8nsWwFYKcC31uOu8aCrX+4bXfGyYSiNFs8Z+o0wci3iCdHo5AqauKyCzqqP/AAAAAElFTkSuQmCC) 0 0 100% 0;
    border-bottom: 3px solid;
    background-size: cover;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.Cxqh9d5JDow7SEPGIzh0>.promotion-items {
    height: calc(100% - 2.6667rem);
    overflow: auto;
    margin-top: 2.6667rem;
    padding: 0 .8rem
}

.Cxqh9d5JDow7SEPGIzh0>.promotion-items>div.item {
    margin-bottom: 1.0667rem;
    min-height: 6rem;
    border-radius: .5333rem;
    background: linear-gradient(180deg, #664D4D 0%, #271F1F 100%)
}

.Cxqh9d5JDow7SEPGIzh0>.promotion-items>div.item:last-child {
    margin-bottom: 3rem
}

.Cxqh9d5JDow7SEPGIzh0>.promotion-items>div.item>img {
    min-height: 112px;
    width: 100%;
    border-top-left-radius: .5333rem;
    border-top-right-radius: .5333rem
}

.Cxqh9d5JDow7SEPGIzh0>.promotion-items>div.item>div.contents {
    padding: .64rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Cxqh9d5JDow7SEPGIzh0>.promotion-items>div.item>div.contents>div.text {
    width: 11.7333rem;
    font-size: .64rem;
    font-weight: 400;
    color: #fff8f8
}

.Cxqh9d5JDow7SEPGIzh0>.promotion-items>div.item>div.contents>div.text>div:nth-child(1) {
    margin-bottom: .2667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .7467rem;
    font-weight: 600
}

.Cxqh9d5JDow7SEPGIzh0>.promotion-items>div.item>div.contents>div.button {
    width: 4.2667rem;
    display: inline-block;
    height: 1.4933rem;
    line-height: 1.4933rem;
    font-size: .7467rem;
    text-align: center;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    color: #27211f;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%)
}

.fkDFZWFquR1KAkC2YM2e {
    height: 100%;
    margin: 0 .64rem
}

.fkDFZWFquR1KAkC2YM2e>input {
    height: 1.8667rem;
    line-height: 1.8667rem;
    font-size: .8533rem;
    color: #333;
    padding: 0 8px;
    border: 1px solid #d8d8d8;
    margin: .5333rem 0;
    width: 100%;
    box-sizing: border-box
}

.fkDFZWFquR1KAkC2YM2e>div.tips {
    width: 100%;
    color: #fe0301
}

.fkDFZWFquR1KAkC2YM2e>button {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(282deg, #2C2A29, #2C2A29);
    color: #fff;
    justify-content: center;
    font-size: .853333rem;
    font-weight: bold;
    border-radius: .2667rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 .2667rem;
    border: 0;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 1rem 0 0
}

.contents.vipRedContents {
    height: calc(100% - 3.2rem) !important
}

.vipRed {
    height: 6rem !important;
    z-index: 1;
    position: absolute !important
}

.vipRed .receive-bg {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.vipRed .receive-bg .receive-btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: url(../svg/receive-btn-unactive.c970.svg) no-repeat bottom left;
    background-size: 100% auto
}

.vipRed .receive-bg .receive-btn.receive {
    background: url(../svg/receive-btn.4b77.svg) no-repeat bottom left;
    background-size: 100% auto
}

.vipRed .receive-bg .receive-btn.receive-btn-unactive dl dt {
    color: #a8abc9
}

.vipRed .receive-bg .receive-btn.un-receive dt {
    color: #a8abc9
}

.vipRed .receive-bg .receive-btn.un-receive dd {
    color: #a8abc9
}

.vipRed .receive-bg .receive-btn dl {
    width: 100%;
    height: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px
}

.vipRed .receive-bg .receive-btn dl dt {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #fff
}

.vipRed .receive-bg .receive-btn dl dd {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: .65rem
}

.ur3hJF78V51uhr1whPHP {
    background-color: #382e2b;
    height: 74px;
    line-height: 74px;
    color: #fff !important;
    border-radius: 20px 20px 0 0
}

.ur3hJF78V51uhr1whPHP>span {
    background-image: url(../svg/close-white.0a75.svg) !important
}

.AGO0kD24YDhEPXytnJls {
    background: #fff
}

.AGO0kD24YDhEPXytnJls .active-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    line-height: 1.3;
    padding-bottom: 4.2667rem
}

.AGO0kD24YDhEPXytnJls .active-content>img {
    height: 1.76rem;
    margin: 1.0667rem 0
}

.AGO0kD24YDhEPXytnJls .active-content>h3 {
    font-size: .5333rem;
    margin-bottom: 1.0667rem
}

.AGO0kD24YDhEPXytnJls .active-content>table {
    width: 100%;
    font-size: .7467rem;
    background: #333
}

.AGO0kD24YDhEPXytnJls .active-content>table>tr {
    height: 1.6rem
}

.AGO0kD24YDhEPXytnJls .active-content>table th {
    width: 50%;
    color: #fff;
    background: #f90;
    text-align: center
}

.AGO0kD24YDhEPXytnJls .active-content>table td {
    text-align: center;
    background: #fff
}

.AGO0kD24YDhEPXytnJls .active-content .tips {
    font-size: .5333rem;
    color: blue;
    margin-top: 1.0667rem
}

.AGO0kD24YDhEPXytnJls .active-content .rule {
    font-size: .64rem;
    margin: 1.0667rem 0
}

.AGO0kD24YDhEPXytnJls .active-content .rule>p {
    margin-bottom: .8rem
}

.AGO0kD24YDhEPXytnJls .active-content .submit {
    width: 4.0933rem;
    height: 4.0933rem;
    line-height: 4.0933rem;
    text-align: center;
    background-color: #ef5f35;
    border: none;
    border-radius: 50%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3490196078), 0px 5px 5px 0px rgba(255, 255, 255, .3490196078) inset;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    cursor: pointer
}

.AGO0kD24YDhEPXytnJls .active-content .submit.query {
    background-color: #f59a23
}

.r6R7JJR5bMSMhXBOL3aN {
    height: 100%;
    background: #f2f3f7;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 .6rem;
    padding-top: 2.4rem
}

.r6R7JJR5bMSMhXBOL3aN .dataList {
    position: relative;
    height: calc(100vh - 18rem);
    padding: .53333rem 0.1066666667rem;
    overflow-y: scroll;
    box-sizing: border-box
}

.r6R7JJR5bMSMhXBOL3aN .dataList-item {
    margin-bottom: .53rem;
    border-radius: .64rem;
    box-sizing: border-box;
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    background-color: #fff;
    padding: .64rem;
    position: relative;
    transition: .5s height
}

.r6R7JJR5bMSMhXBOL3aN .dataList-item .row-item {
    width: 100%;
    display: flex;
    list-style: none;
    font-style: normal;
    color: #999;
    line-height: 1.07rem
}

.r6R7JJR5bMSMhXBOL3aN .dataList-item .row-item .row-left {
    width: 50%
}

.r6R7JJR5bMSMhXBOL3aN .dataList-item .row-item .row-right {
    width: 50%
}

.r6R7JJR5bMSMhXBOL3aN .success {
    color: blue
}

.r6R7JJR5bMSMhXBOL3aN .error {
    color: #d9001b
}

.V2WyWRVQsnfx3nX7CyEB {
    height: calc(100% - .3867rem);
    box-sizing: border-box;
    overflow: auto;
    background: #f3eff9 url(../images/outcache/bg.9b21.jpg) no-repeat center center
}

.V2WyWRVQsnfx3nX7CyEB .features {
    padding-bottom: .53333rem
}

.V2WyWRVQsnfx3nX7CyEB .features .barner {
    width: 100%
}

.V2WyWRVQsnfx3nX7CyEB .features .top-title {
    margin: auto;
    display: block;
    width: 18.2rem;
    margin-top: -1rem
}

.V2WyWRVQsnfx3nX7CyEB .top-btn {
    display: none;
    position: fixed;
    bottom: 6rem;
    right: .4rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/outcache/icon-back-top.8799.png) no-repeat center center;
    background-size: 100% 100%
}

.V2WyWRVQsnfx3nX7CyEB .show-top {
    display: block !important
}

.V2WyWRVQsnfx3nX7CyEB .box {
    background: rgba(249, 248, 250, .5);
    border: 1px solid #fff;
    box-shadow: 0 2.5px .75rem rgba(87, 59, 107, .15), inset 0px 0px 8.35px rgba(87, 59, 107, .15);
    border-radius: .8rem;
    margin: -0.4rem 1rem 1.4rem
}

.V2WyWRVQsnfx3nX7CyEB .box .bg {
    background: rgba(251, 250, 252, .3);
    border: 1px solid #fff;
    border-radius: .533333rem;
    text-align: center;
    margin: .53333rem;
    padding: .53333rem;
    padding-bottom: 0
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .title {
    width: 8.4rem;
    margin-top: -1rem
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .exh {
    width: 100%;
    height: 9rem;
    margin-top: .8rem;
    border: none
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .imgs {
    display: flex;
    justify-content: space-between;
    margin-top: .64rem
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .imgs>li {
    width: 31%
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .imgs>li>img {
    width: 100%
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .trophys {
    background: #e2e0ef;
    border: 1px solid #f2f3fa;
    box-shadow: 4px 4px 1rem rgba(87, 59, 107, .1);
    border-radius: .53333rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 1.2rem
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .trophys>li {
    position: relative
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .trophys>li>img {
    width: auto
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .trophys>li>span {
    position: absolute;
    bottom: 1.4rem;
    left: 2rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: .8rem;
    background: linear-gradient(180deg, #654b76, #a36e98);
    color: #fff;
    white-space: nowrap;
    padding: 0 .6rem;
    font-size: 16px;
    transform: scale(0.5);
    transform-origin: left bottom
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .trophys>li>p {
    margin-top: .4rem;
    white-space: nowrap
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .trophys>li:nth-child(4),
.V2WyWRVQsnfx3nX7CyEB .box .bg .trophys>li:nth-child(5) {
    margin-top: 1rem
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .text>p {
    font-size: .693333rem;
    line-height: 1.3333rem;
    text-align: left;
    color: #000;
    text-indent: 1.4rem;
    margin: .64rem 0
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .text .content {
    text-align: left;
    margin: 1rem 0;
    text-transform: uppercase
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .text .content>h3 {
    font-size: .85333rem;
    font-weight: 400;
    margin-bottom: .4rem
}

.V2WyWRVQsnfx3nX7CyEB .box .bg .text .content>p {
    line-height: 1.4rem
}

._FPkbrwZDLNJZJGQAofw {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

@media screen and (orientation: landscape) {
    ._FPkbrwZDLNJZJGQAofw {
        height: 100%;
        overflow: hidden;
        margin-top: 0
    }
}

._FPkbrwZDLNJZJGQAofw iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.avACby54DL3gIbt8kM_5 {
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    padding: .2rem
}

.avACby54DL3gIbt8kM_5 .header-icon {
    padding: 0 2px;
    width: .8rem;
    height: .8rem
}

.BGDHyV8lzqxkibk9h1vn {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

.BGDHyV8lzqxkibk9h1vn.pg {
    height: calc(100% - .5rem)
}

.BGDHyV8lzqxkibk9h1vn>div.contents {
    width: 100%;
    height: 100%;
    padding: 0 .34rem;
    box-sizing: border-box;
    overflow: auto
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.tab {
    height: 3.2rem;
    display: flex;
    align-items: center
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.tab>div {
    width: 50%;
    text-align: center;
    font-size: .8533rem
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.tab>div.actived {
    color: #a96b94
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.tabpg {
    height: 2.2rem;
    display: flex;
    align-items: center;
    margin-bottom: .52rem
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.tabpg>div {
    width: 50%;
    text-align: center;
    font-size: .8533rem;
    height: 100%;
    line-height: 2.2rem
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.tabpg>div.actived {
    background: linear-gradient(45deg, #9179E7, #CA9BE6);
    color: #ca9be6;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.games {
    display: flex;
    flex-wrap: wrap;
    max-height: calc(100% - 5rem);
    overflow-y: auto
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.games>div.item {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .5333rem
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.games>div.item>img {
    height: 4.48rem;
    width: 4.48rem
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.games>div.item>span {
    margin-top: .2667rem;
    width: 80%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .7467rem
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.games>div.items {
    width: 50%;
    display: flex;
    height: 10.4rem;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .52rem
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.games>div.items>img {
    height: 10.4rem;
    width: 9.06rem;
    border-radius: .4266rem
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.games>div.items .pgTitle {
    position: absolute;
    font-family: "Microsoft YaHei UI";
    left: .7rem;
    bottom: .5rem;
    font-size: .8533rem;
    color: #fff;
    font-weight: 700
}

.BGDHyV8lzqxkibk9h1vn>div.contents>div.games>div.items>span {
    margin-top: .2667rem;
    width: 80%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .7467rem;
    color: rgba(47, 39, 71, .8)
}

.rZSEQ33jmjc8UvDp1Xw6 {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

@media screen and (orientation: landscape) {
    .rZSEQ33jmjc8UvDp1Xw6 {
        height: 100%;
        overflow: hidden;
        margin-top: 0
    }
}

.rZSEQ33jmjc8UvDp1Xw6>.games {
    padding: .64rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.rZSEQ33jmjc8UvDp1Xw6>.games>img {
    margin-bottom: .5333rem;
    width: 8.2133rem
}

.rZSEQ33jmjc8UvDp1Xw6 iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.jGl9tSfzXOYu9ym6kWcy {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

@media screen and (orientation: landscape) {
    .jGl9tSfzXOYu9ym6kWcy {
        height: 100%;
        overflow: hidden;
        margin-top: 0
    }
}

.jGl9tSfzXOYu9ym6kWcy>div.contents {
    width: 100%;
    height: 100%;
    padding: 0 .64rem;
    box-sizing: border-box
}

.jGl9tSfzXOYu9ym6kWcy>div.contents>div.tab {
    height: 3.2rem;
    display: flex;
    align-items: center
}

.jGl9tSfzXOYu9ym6kWcy>div.contents>div.tab>div {
    width: 33.33%;
    text-align: center;
    font-size: .8533rem
}

.jGl9tSfzXOYu9ym6kWcy>div.contents>div.tab>div.actived {
    color: #a96b94
}

.jGl9tSfzXOYu9ym6kWcy>div.contents>div.games {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 3.2rem);
    overflow-y: auto;
    overflow-x: hidden
}

.jGl9tSfzXOYu9ym6kWcy>div.contents>div.games>div.item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .5333rem
}

.jGl9tSfzXOYu9ym6kWcy>div.contents>div.games>div.item>img {
    height: 8.5333rem;
    width: 8.5333rem
}

.KVe0oo_T5HcmjmmeF81I {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    overflow: auto
}

.KVe0oo_T5HcmjmmeF81I iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none
}

.FXi5pyBVwo0h7gBl_t8X {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.FXi5pyBVwo0h7gBl_t8X>span {
    display: flex;
    width: 1.0667rem;
    margin-right: .5333rem;
    position: relative
}

.FXi5pyBVwo0h7gBl_t8X>span>span {
    width: 8.5333rem;
    top: 1rem;
    left: -6.6rem;
    text-align: center;
    height: 2.4533rem;
    line-height: 2.4533rem;
    background: url(../images/precache/feedback_icon.c67d.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    z-index: 10
}

.FXi5pyBVwo0h7gBl_t8X>span img {
    width: 1.0667rem
}

._e55rc_rXheStZwDrfJr {
    padding-top: 2.4rem;
    height: calc(100% - .3867rem - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    margin-top: 0
}

._e55rc_rXheStZwDrfJr>div {
    height: 100%;
    padding-top: 1.4rem;
    background-color: #f9f8f4;
    box-sizing: border-box;
    overflow-y: auto;
    padding-bottom: 1rem
}

._e55rc_rXheStZwDrfJr>div .contents {
    margin: 1.0667rem 1.35135rem;
    margin-top: 0;
    padding: .54054rem 1.08108rem;
    background: #fff;
    box-shadow: 0 0 6px 2px rgba(207, 163, 97, .2);
    min-height: 8.5333rem;
    box-sizing: border-box;
    border-radius: 1.08108rem
}

._e55rc_rXheStZwDrfJr>div .contents>.welcome {
    height: 2.16216rem;
    display: flex;
    align-items: center;
    justify-content: center
}

._e55rc_rXheStZwDrfJr>div .contents>.welcome>img {
    height: 100%;
    margin-right: .75675rem
}

._e55rc_rXheStZwDrfJr>div .contents>.welcome>span {
    font-size: .7467rem;
    font-weight: 700;
    color: #2c2a29
}

._e55rc_rXheStZwDrfJr>div .contents>.service {
    height: 3.2rem;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    color: #fff;
    display: flex;
    padding: 0 .8rem;
    justify-content: space-between;
    align-items: center;
    margin-top: .54054rem;
    border-radius: .81081rem
}

._e55rc_rXheStZwDrfJr>div .contents>.service span:nth-child(1) {
    display: inline-block;
    margin-bottom: .2667rem
}

._e55rc_rXheStZwDrfJr>div .contents>.service>img {
    height: 1.51351rem
}

._e55rc_rXheStZwDrfJr>div .contents>div.user-agreement {
    margin-top: .7467rem;
    color: #2c2a29
}

._e55rc_rXheStZwDrfJr>div .contents>div.user-agreement>span>svg {
    font-size: .64864rem;
    color: #95352e
}

._e55rc_rXheStZwDrfJr>div .contents>div.user-agreement .greement {
    color: #d0b292
}

._e55rc_rXheStZwDrfJr>div .menu-box {
    background: #fff;
    border-radius: .5333rem;
    color: #2c2a29;
    font-size: .64rem;
    padding: .6933rem .6933rem 0 .6933rem;
    margin: 1.0667rem 1.35135rem 0 1.35135rem
}

._e55rc_rXheStZwDrfJr>div .menu-box>.menu-title {
    font-size: .7467rem;
    font-weight: 700;
    display: flex;
    align-items: center
}

._e55rc_rXheStZwDrfJr>div .menu-box>.menu-title>span.ic-question {
    color: rgba(0, 0, 0, 0);
    background: url(../images/outcache/ic-question.c67b.png) no-repeat center/100% 100%;
    width: .9rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: .64rem;
    margin-right: .2667rem;
    line-height: .7467rem
}

._e55rc_rXheStZwDrfJr>div .menu-box>.menu-list {
    line-height: 2.1333rem
}

._e55rc_rXheStZwDrfJr>div .menu-box>.menu-list>.item {
    border-bottom: .0533rem solid #e8e8e8;
    width: 100%;
    display: flex;
    justify-content: space-between
}

._e55rc_rXheStZwDrfJr>div .menu-box>.menu-list>.item>.arrow {
    padding: .64rem 0
}

._e55rc_rXheStZwDrfJr>div .menu-box>.menu-list>.item:last-child {
    border-bottom: none
}

._e55rc_rXheStZwDrfJr>div .qa-title {
    color: #000;
    margin: 1.07rem 0 .53rem 0;
    font-size: .75rem;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box
}

._e55rc_rXheStZwDrfJr>div .qa-content {
    font-size: .75rem;
    color: #555;
    line-height: 1.17rem;
    white-space: pre-wrap
}

._e55rc_rXheStZwDrfJr>div .qa-tips {
    margin-top: .5333rem;
    font-size: .64rem;
    line-height: 1.12rem;
    color: rgba(47, 39, 71, .4)
}

.FHvmba1sfooQZ4aq0WSY {
    padding-top: 2.4rem;
    height: calc(100% - .3867rem - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    margin-top: 0;
    background: #f5f9ff
}

.FHvmba1sfooQZ4aq0WSY>div {
    height: 100%;
    border-radius: 1.62162rem 1.62162rem 0 0;
    box-sizing: border-box
}

.FHvmba1sfooQZ4aq0WSY>div .contents {
    margin: 1.0667rem 1.35135rem;
    margin-top: 0;
    padding: .54054rem 1.08108rem;
    background: rgba(107, 169, 255, .2);
    box-shadow: 0 2px 4px 0 rgba(39, 72, 117, .3);
    min-height: 8.5333rem;
    box-sizing: border-box;
    border-radius: 1.08108rem
}

.FHvmba1sfooQZ4aq0WSY>div .contents>.welcome {
    height: 2.16216rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.FHvmba1sfooQZ4aq0WSY>div .contents>.welcome>img {
    height: 100%;
    margin-right: .75675rem;
    border-radius: .5rem
}

.FHvmba1sfooQZ4aq0WSY>div .contents>.welcome>span {
    font-size: .7467rem;
    font-weight: 700;
    color: #2c2a29
}

.FHvmba1sfooQZ4aq0WSY>div .contents>.service {
    height: 3.2rem;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    color: #fff;
    display: flex;
    padding: 0 .8rem;
    justify-content: space-between;
    align-items: center;
    margin-top: .54054rem;
    border-radius: .81081rem
}

.FHvmba1sfooQZ4aq0WSY>div .contents>.service span:nth-child(1) {
    display: inline-block;
    margin-bottom: .2667rem
}

.FHvmba1sfooQZ4aq0WSY>div .contents>.service>img {
    height: 1.51351rem
}

.FHvmba1sfooQZ4aq0WSY>div .contents>div.user-agreement {
    margin-top: .7467rem;
    color: #2c2a29
}

.FHvmba1sfooQZ4aq0WSY>div .contents>div.user-agreement>span>svg {
    font-size: .64864rem;
    color: #95352e
}

.FHvmba1sfooQZ4aq0WSY>div .menu-box {
    background: #fff;
    border-radius: .5333rem;
    color: #585959;
    font-size: .64rem;
    padding: .6933rem .6933rem 0 .6933rem;
    margin: 1.0667rem 1.35135rem 0 1.35135rem
}

.FHvmba1sfooQZ4aq0WSY>div .menu-box>.menu-title {
    font-size: .7467rem;
    font-weight: 700;
    display: flex;
    align-items: center
}

.FHvmba1sfooQZ4aq0WSY>div .menu-box>.menu-title>span.ic-question {
    color: #fff;
    background: #2c2a29;
    width: .8rem;
    height: .8rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: .64rem;
    margin-right: .2667rem;
    line-height: .7467rem
}

.FHvmba1sfooQZ4aq0WSY>div .menu-box>.menu-list {
    line-height: 2.1333rem
}

.FHvmba1sfooQZ4aq0WSY>div .menu-box>.menu-list>.item {
    border-bottom: .0533rem solid #e8e8e8;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.FHvmba1sfooQZ4aq0WSY>div .menu-box>.menu-list>.item>.arrow {
    padding: .64rem 0
}

.FHvmba1sfooQZ4aq0WSY>div .menu-box>.menu-list>.item:last-child {
    border-bottom: none
}

.FHvmba1sfooQZ4aq0WSY>div .qa-title {
    color: #000;
    margin: 1.07rem 0 .53rem 0;
    font-size: .75rem;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box
}

.FHvmba1sfooQZ4aq0WSY>div .qa-content {
    font-size: .75rem;
    color: #555;
    line-height: 1.17rem;
    white-space: pre-wrap
}

.FHvmba1sfooQZ4aq0WSY>div .qa-tips {
    margin-top: .5333rem;
    font-size: .64rem;
    line-height: 1.12rem;
    color: rgba(47, 39, 71, .4)
}

.k_AgZRKFVWkqPHbqqXex {
    background-color: #f8f1ff
}

.k_AgZRKFVWkqPHbqqXex .selector {
    display: flex;
    background-color: #fff
}

.k_AgZRKFVWkqPHbqqXex .tutorial-img {
    width: 100%;
    height: calc(100% - 124px);
    overflow-y: auto;
    text-align: center
}

.k_AgZRKFVWkqPHbqqXex .tutorial-img img {
    margin-top: .64rem;
    width: 100%
}

.k_AgZRKFVWkqPHbqqXex .arrow {
    background: url(../images/precache/arrow.7432.png);
    position: absolute;
    left: 50%;
    width: 47px;
    height: 36px;
    margin-left: -24px;
    bottom: 40px;
    animation: tutorial_arrow 1.5s ease-in-out infinite
}

@keyframes tutorial_arrow {

    0%,
    30% {
        opacity: 0;
        transform: translateY(-8px)
    }

    60% {
        opacity: 1;
        transform: translate(0)
    }

    100% {
        opacity: 0;
        transform: translateY(10px)
    }
}

.k_AgZRKFVWkqPHbqqXex>.wrapper {
    width: 100%
}

.k_AgZRKFVWkqPHbqqXex>.detail-info {
    border-top-right-radius: 1.28rem;
    border-top-left-radius: 1.28rem
}

.k_AgZRKFVWkqPHbqqXex>.contents>.detail-info>.detail-top {
    background: linear-gradient(360deg, #fff 0%, #bee0ff 100%)
}

.k_AgZRKFVWkqPHbqqXex>.contents>.detail-top>div.actions>span img {
    filter: hue-rotate(-40deg);
    opacity: .9
}

.k_AgZRKFVWkqPHbqqXex .detail-info .name>span.actions>span img {
    filter: hue-rotate(-40deg);
    opacity: .9
}

.k_AgZRKFVWkqPHbqqXex .deadline {
    border-bottom: none
}

.k_AgZRKFVWkqPHbqqXex .deadline>img {
    display: none
}

.k_AgZRKFVWkqPHbqqXex .deadline>span.deadline-icon {
    display: inline-block;
    background: url(../images/precache/deadline.9cf7.png) no-repeat;
    background-size: contain;
    width: 1.7067rem;
    height: 1.7067rem
}

.k_AgZRKFVWkqPHbqqXex .deadline>div>div {
    color: var(--text-文字副)
}

.k_AgZRKFVWkqPHbqqXex .deposit-modal {
    background: url(../images/precache/popup.69d1.png) no-repeat
}

.k_AgZRKFVWkqPHbqqXex div.submit {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    height: 2.8rem
}

.k_AgZRKFVWkqPHbqqXex .step2Copy {
    filter: hue-rotate(-40deg);
    opacity: .9
}

.k_AgZRKFVWkqPHbqqXex div.deposited-btn {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.k_AgZRKFVWkqPHbqqXex div.tipsText>div>img {
    filter: hue-rotate(-40deg);
    opacity: .9
}

.k_AgZRKFVWkqPHbqqXex .tips>div.lightTipsText>img {
    filter: hue-rotate(-40deg);
    opacity: .9;
    vertical-align: bottom;
    margin-right: .16rem
}

.k_AgZRKFVWkqPHbqqXex .not-find-box .not-find-box-r .not-find-box-r-l {
    color: #415ab0
}

.k_AgZRKFVWkqPHbqqXex .not-find-box .not-find-box-r a {
    color: #415ab0
}

.k_AgZRKFVWkqPHbqqXex .countDown-l>span.countDown-icon {
    display: inline-block;
    background: url(../images/precache/deadline.9cf7.png) no-repeat;
    background-size: contain;
    width: 1.7067rem;
    height: 1.7067rem
}

.k_AgZRKFVWkqPHbqqXex .qr-code>.info>img {
    filter: hue-rotate(-40deg)
}

.k_AgZRKFVWkqPHbqqXex .qr-code>.image>.qrcode {
    width: 185px;
    height: 185px;
    background: #fff
}

.k_AgZRKFVWkqPHbqqXex .toTopay>.img-to-topay {
    background: url(../images/precache/to-topay.f708.png) no-repeat;
    background-size: contain
}

.k_AgZRKFVWkqPHbqqXex .tips>p>.img-usdt-tips {
    background: url(../images/precache/usdt-tips.4fb5.png) no-repeat;
    background-size: contain
}

.Ej5P86yieZ1LRbOMwfQM {
    height: calc(100vh - 2.4rem);
    padding-top: 2.4rem
}

.Ej5P86yieZ1LRbOMwfQM .title {
    font-size: .86rem;
    color: #333;
    text-align: right
}

.Ej5P86yieZ1LRbOMwfQM select {
    padding: .19rem .24rem;
    border: 1px solid #999;
    border-radius: .14rem;
    background: #fff;
    color: #3b476a;
    width: 78%
}

.Ej5P86yieZ1LRbOMwfQM input {
    width: 100%;
    height: 1.44rem;
    color: #3b476a;
    border: 1px solid #999;
    border-radius: .19rem;
    padding: 0 .48rem;
    box-sizing: border-box;
    width: 78%
}

.Ej5P86yieZ1LRbOMwfQM button {
    width: 96.5%;
    height: 2.2rem;
    font-size: .92rem;
    color: #fff;
    border: 0;
    border-radius: .19rem;
    background: linear-gradient(0deg, #5a436c, #815b82 53%, #91658c);
    box-shadow: 0 .19rem .58rem #ededed;
    margin: 1rem auto
}

.rUsS6RWi77XBZqP4aPxl input {
    width: 60%;
    height: 1.4rem;
    padding-left: .29rem;
    border-radius: .24rem;
    border: 0;
    border: 1px solid rgba(140, 119, 177, .48);
    margin-bottom: .58rem
}

.retrivePass {
    position: absolute;
    right: 2rem;
    color: #a4baf0
}

.Ej5P86yieZ1LRbOMwfQM .title {
    color: var(--text-文字主);
    font-size: 14px
}

.Ej5P86yieZ1LRbOMwfQM h2 {
    color: var(--text-文字主)
}

.Ej5P86yieZ1LRbOMwfQM select,
.Ej5P86yieZ1LRbOMwfQM input {
    background: var(--color-对话框1);
    width: 75%;
    height: 2.1867rem;
    border-radius: .4267rem;
    border: none
}

.Ej5P86yieZ1LRbOMwfQM button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 2.56rem;
    box-sizing: border-box;
    letter-spacing: 4px;
    border: 0;
    color: var(--text-文字主);
    margin: 2rem auto 0;
    border-radius: 2.13333rem;
    background: var(--color-主渐变);
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500
}

.retrivePass {
    right: 2.3rem;
    font-size: .8rem;
    color: var(--text-文字强调)
}

.XcsE6bKyC0zfW3oKF3N8 {
    height: calc(100vh - 2.4rem);
    padding-top: 2.4rem
}

.XcsE6bKyC0zfW3oKF3N8 .title {
    font-size: .86rem;
    color: #333;
    text-align: right
}

.XcsE6bKyC0zfW3oKF3N8 select {
    padding: .19rem .24rem;
    border: 1px solid #999;
    border-radius: .14rem;
    background: #fff;
    color: #3b476a;
    width: 78%
}

.XcsE6bKyC0zfW3oKF3N8 input {
    width: 100%;
    height: 1.44rem;
    color: #3b476a;
    border: 1px solid #999;
    border-radius: .19rem;
    padding: 0 .48rem;
    box-sizing: border-box;
    width: 78%
}

.XcsE6bKyC0zfW3oKF3N8 button {
    width: 96.5%;
    height: 2.2rem;
    font-size: .92rem;
    color: #fff;
    border: 0;
    border-radius: .19rem;
    background: linear-gradient(0deg, #5a436c, #815b82 53%, #91658c);
    box-shadow: 0 .19rem .58rem #ededed;
    margin: 1rem auto
}

.H4ueRFizAl3BXP_PIyG1 input {
    width: 60%;
    height: 1.4rem;
    padding-left: .29rem;
    border-radius: .24rem;
    border: 0;
    border: 1px solid rgba(140, 119, 177, .48);
    margin-bottom: .58rem
}

.retrivePass {
    position: absolute;
    right: 2rem;
    color: #a4baf0
}

.XcsE6bKyC0zfW3oKF3N8 .title {
    color: var(--text-文字主);
    font-size: 14px
}

.XcsE6bKyC0zfW3oKF3N8 h2 {
    color: var(--text-文字主)
}

.XcsE6bKyC0zfW3oKF3N8 select,
.XcsE6bKyC0zfW3oKF3N8 input {
    background: var(--color-对话框1);
    width: 75%;
    height: 2.1867rem;
    border-radius: .4267rem;
    border: none
}

.XcsE6bKyC0zfW3oKF3N8 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 2.56rem;
    box-sizing: border-box;
    letter-spacing: 4px;
    border: 0;
    color: var(--text-文字主);
    margin: 2rem auto 0;
    border-radius: 2.13333rem;
    background: var(--color-主渐变);
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500
}

.retrivePass {
    right: 2.3rem;
    font-size: .8rem;
    color: var(--text-文字强调)
}

.uqFbyq_gB_qWAPBmoYan .title {
    color: var(--text-文字主);
    font-size: 14px
}

.uqFbyq_gB_qWAPBmoYan h2 {
    color: var(--text-文字主)
}

.uqFbyq_gB_qWAPBmoYan select,
.uqFbyq_gB_qWAPBmoYan input {
    background: var(--color-对话框1);
    width: 75%;
    height: 2.1867rem;
    border-radius: .4267rem;
    border: none
}

.uqFbyq_gB_qWAPBmoYan button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 2.56rem;
    box-sizing: border-box;
    letter-spacing: 4px;
    border: 0;
    color: var(--text-文字主);
    margin: 2rem auto 0;
    border-radius: 2.13333rem;
    background: var(--color-主渐变);
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500
}

.retrivePass {
    right: 2.3rem;
    font-size: .8rem;
    color: var(--text-文字强调)
}

.V8VkJ8kTFQJzee7p0OjI {
    padding-left: .53333rem;
    padding-right: .53333rem;
    padding-top: .53333rem;
    color: var(--text-文字主);
    line-height: 1.1rem;
    font-size: .72rem
}

.V8VkJ8kTFQJzee7p0OjI>p {
    margin-bottom: .48rem span;
    margin-bottom-color: #95352e
}

.V8VkJ8kTFQJzee7p0OjI>div.down-load-QR {
    display: flex;
    justify-content: space-around;
    text-align: center
}

.V8VkJ8kTFQJzee7p0OjI>div.down-load-QR>div>img {
    width: 5.41rem
}

.V8VkJ8kTFQJzee7p0OjI>div.down-load-QR>div>h4 {
    color: var(--text-文字主)
}

.V8VkJ8kTFQJzee7p0OjI>div.secret-QR {
    text-align: center
}

.V8VkJ8kTFQJzee7p0OjI>div.secret-QR>h4 {
    color: var(--text-文字主)
}

.V8VkJ8kTFQJzee7p0OjI>div.code-input {
    padding-bottom: .48rem;
    text-align: center
}

.V8VkJ8kTFQJzee7p0OjI>div.code-input>input {
    width: 14rem;
    height: 1.7rem;
    line-height: 1.7rem;
    border-radius: .14rem;
    padding: 0 .24rem;
    background: var(--color-对话框1);
    color: var(--text-文字主)
}

.V8VkJ8kTFQJzee7p0OjI>p.tips {
    color: var(--text-文字副);
    text-align: center
}

.V8VkJ8kTFQJzee7p0OjI>button.bind-google-sec {
    width: 85%;
    height: 2.56rem;
    border: none;
    border-radius: 2.13333rem;
    letter-spacing: .58rem;
    text-indent: .58rem;
    color: var(--text-文字主);
    margin: .48rem auto;
    margin-top: 2rem;
    display: block;
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500;
    background: var(--color-主渐变)
}

.yc7trGR41RyJFjf6m7Hw {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    overflow: auto;
    background-color: var(--color-背景1)
}

.yc7trGR41RyJFjf6m7Hw>div.sec-level {
    display: flex;
    justify-content: center;
    margin: .7467rem;
    padding: 1.28rem .85333rem;
    align-items: center;
    border-radius: .64rem
}

.yc7trGR41RyJFjf6m7Hw>div.sec-level>img {
    height: 247px
}

.yc7trGR41RyJFjf6m7Hw>div.sec-level .s-l-r {
    margin-left: .64rem
}

.yc7trGR41RyJFjf6m7Hw>div.sec-level .s-l-r .title-text {
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-文字主);
    margin-bottom: .53rem
}

.yc7trGR41RyJFjf6m7Hw>div.sec-level .s-l-r .level {
    display: flex;
    align-items: center;
    color: var(--text-文字主)
}

.yc7trGR41RyJFjf6m7Hw>div.sec-level .s-l-r .level>p {
    width: 11.1rem;
    height: .32rem;
    background: #e7ecf5;
    display: inline-block;
    margin-right: .53rem;
    position: relative;
    border-radius: .16rem;
    overflow: hidden
}

.yc7trGR41RyJFjf6m7Hw>div.sec-level .s-l-r .level>p i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: .32rem;
    transition: width 2s;
    background: var(--color-主渐变)
}

.yc7trGR41RyJFjf6m7Hw>div.menus {
    margin: 0 .7467rem;
    background: var(--color-彈窗1);
    border-radius: .5333rem;
    padding: .5333rem;
    border-radius: .64rem
}

.yc7trGR41RyJFjf6m7Hw>div.menus>div {
    height: 2.1333rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--text-文字主);
    font-size: .7467rem;
    padding: .2667rem 0;
    justify-content: space-between;
    border-bottom: 1px solid #efefef
}

.yc7trGR41RyJFjf6m7Hw>div.menus>div span {
    margin-left: .2667rem;
    color: var(--text-文字主)
}

.yc7trGR41RyJFjf6m7Hw>div.menus>div>svg {
    color: #736760
}

.yc7trGR41RyJFjf6m7Hw>div.menus>div>div {
    display: flex;
    align-items: center
}

.yc7trGR41RyJFjf6m7Hw>div.contents .top .text {
    color: #99a0b1
}

.yc7trGR41RyJFjf6m7Hw>div.contents .bot .back {
    color: #fff;
    background: linear-gradient(45deg, #3e5aa5, #bfd1f1);
    line-height: 42px;
    height: 42px;
    padding: 2px 30px;
    border-radius: 30px;
    box-shadow: 0px 2px 12px 0px #b8c3e2
}

.OLtZMCQO6TXGjblC0A5h {
    margin-top: 2.4rem;
    padding: .8rem
}

.OLtZMCQO6TXGjblC0A5h .title {
    font-size: .853333rem;
    color: #2f2747;
    margin: .8rem 0;
    font-weight: 400
}

.OLtZMCQO6TXGjblC0A5h .input-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.1333333rem;
    border: 1px solid rgba(160, 149, 198, .2);
    background: #fafaff;
    margin-top: .4rem;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative
}

.OLtZMCQO6TXGjblC0A5h .input-box>svg {
    color: #ceb0ed;
    font-size: .853333rem;
    padding: .4rem
}

.OLtZMCQO6TXGjblC0A5h .input-box:before {
    position: absolute;
    left: 2rem;
    display: inline-block;
    content: "";
    width: 2px;
    height: 50%;
    background: #ceb0ed
}

.OLtZMCQO6TXGjblC0A5h .input-box input {
    border: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: .8rem;
    border-radius: 8px;
    background: #fafaff
}

.OLtZMCQO6TXGjblC0A5h .tips {
    background: linear-gradient(154.77deg, #FF804B -3.94%, #EE5A5A 96.43%);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    line-height: 16px;
    font-size: 12px;
    margin: .2667rem 0;
    height: .746667rem
}

.OLtZMCQO6TXGjblC0A5h .tips>svg {
    font-size: .746667rem;
    color: #ee5a5a
}

.OLtZMCQO6TXGjblC0A5h .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem
}

.OLtZMCQO6TXGjblC0A5h .btns .confirm-btn,
.OLtZMCQO6TXGjblC0A5h .btns .reset-btn {
    height: 2.4533333rem;
    width: 6.328889rem;
    background-size: 100% 100%
}

.OLtZMCQO6TXGjblC0A5h .btns .confirm-btn {
    background-image: url(../images/outcache/btn@3x.b392.png)
}

.OLtZMCQO6TXGjblC0A5h .btns .reset-btn {
    background-image: url(../images/outcache/reset-btn@3x.d990.png);
    margin-right: .64rem
}

.OLtZMCQO6TXGjblC0A5h.phone-email-changepwd .input-box::before {
    background-color: rgba(36, 123, 244, 0.5215686275)
}

.OLtZMCQO6TXGjblC0A5h.phone-email-changepwd .input-box>svg {
    color: rgba(36, 123, 244, 0.5215686275)
}

.OLtZMCQO6TXGjblC0A5h.phone-email-changepwd .btns span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 10px;
    height: 2rem
}

.OLtZMCQO6TXGjblC0A5h.phone-email-changepwd .btns span.reset-btn {
    color: #6490f6;
    border: 1px solid #6490f6;
    background: rgba(0, 0, 0, 0)
}

.OLtZMCQO6TXGjblC0A5h.phone-email-changepwd .btns span.reset-btn::after {
    content: "重置";
    color: #6490f6
}

.OLtZMCQO6TXGjblC0A5h.phone-email-changepwd .btns span.confirm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 10px;
    background-image: var(--color-主渐变, linear-gradient(180deg, #ffabae 0%, #b00000 100%))
}

.OLtZMCQO6TXGjblC0A5h.phone-email-changepwd .btns span.confirm-btn::after {
    content: "确定";
    color: #fff
}

.eiwaEHHfdy2uT71gkB5K {
    color: #2c2a29 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.a4CkB1p1oP456mRjT6Sj {
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.a4CkB1p1oP456mRjT6Sj .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, .3)
}

.a4CkB1p1oP456mRjT6Sj .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.a4CkB1p1oP456mRjT6Sj .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.a4CkB1p1oP456mRjT6Sj .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.a4CkB1p1oP456mRjT6Sj .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.a4CkB1p1oP456mRjT6Sj .search-box .value .actived {
    color: #027aff
}

.a4CkB1p1oP456mRjT6Sj .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.a4CkB1p1oP456mRjT6Sj .data-item {
    padding: .53333rem;
    margin-bottom: .53333rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.a4CkB1p1oP456mRjT6Sj .data-item .username {
    color: #666
}

.a4CkB1p1oP456mRjT6Sj .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.a4CkB1p1oP456mRjT6Sj .data-item .row.two-item {
    justify-content: flex-start
}

.a4CkB1p1oP456mRjT6Sj .data-item .row .bet-result {
    margin-right: .75rem
}

.a4CkB1p1oP456mRjT6Sj .data-item .red {
    color: #fd5255
}

.a4CkB1p1oP456mRjT6Sj .data-item .green {
    color: #00a854
}

.a4CkB1p1oP456mRjT6Sj .data-item .gray {
    color: #71717a
}

.a4CkB1p1oP456mRjT6Sj .data-item .text-value {
    font-size: .746667rem;
    color: #605161
}

.a4CkB1p1oP456mRjT6Sj .data-item .JSONDeposit {
    text-decoration: underline;
    color: #027aff !important
}

.a4CkB1p1oP456mRjT6Sj .data-item .data-set {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.a4CkB1p1oP456mRjT6Sj .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.a4CkB1p1oP456mRjT6Sj .data-item .data-full>.gray {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.a4CkB1p1oP456mRjT6Sj .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.a4CkB1p1oP456mRjT6Sj .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.a4CkB1p1oP456mRjT6Sj .data-item .disabled {
    cursor: not-allowed;
    opacity: .6
}

.a4CkB1p1oP456mRjT6Sj .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #d7d5d5
}

.a4CkB1p1oP456mRjT6Sj .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.a4CkB1p1oP456mRjT6Sj .contents {
    padding-top: .53333rem
}

.a4CkB1p1oP456mRjT6Sj .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5;
    align-items: center
}

.a4CkB1p1oP456mRjT6Sj .contents .text {
    min-width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.a4CkB1p1oP456mRjT6Sj .contents .value {
    margin-left: .53333rem;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.a4CkB1p1oP456mRjT6Sj .contents .value.play {
    color: #a17df5;
    margin-bottom: 5px;
    margin-top: 10px
}

.a4CkB1p1oP456mRjT6Sj .contents .red {
    color: #fd5255
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .275rem
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-code .code-text {
    font-weight: 600;
    line-height: .85333rem;
    font-size: .8125rem
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    margin-left: 8px
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-details>div {
    margin-right: 10px
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-details>div p {
    padding: 2px 0;
    white-space: normal;
    margin-bottom: 3px
}

.a4CkB1p1oP456mRjT6Sj .tips {
    font-size: .64rem;
    margin: .53333rem .64rem;
    color: #0f0f0f
}

.a4CkB1p1oP456mRjT6Sj .list {
    margin-top: .8rem
}

.a4CkB1p1oP456mRjT6Sj .report-data-set {
    height: calc(100vh - 11.5rem);
    overflow-y: scroll;
    padding: .53333rem .64rem;
    box-sizing: border-box
}

.T2VKXpt4G32WETFX9rc1 {
    margin-right: .6rem
}

.T2VKXpt4G32WETFX9rc1>span {
    color: #027aff;
    font-size: .7467rem
}

.T2VKXpt4G32WETFX9rc1>span>svg {
    margin-top: .2133rem !important
}

.a4CkB1p1oP456mRjT6Sj {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .53333rem
}

.a4CkB1p1oP456mRjT6Sj .search-box {
    background-color: var(--color-彈窗1);
    padding: .64rem;
    margin: .2133rem 0;
    border-radius: .64rem;
    margin-bottom: .8533rem
}

.a4CkB1p1oP456mRjT6Sj .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.a4CkB1p1oP456mRjT6Sj .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.a4CkB1p1oP456mRjT6Sj .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: var(--text-文字副)
}

.a4CkB1p1oP456mRjT6Sj .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.a4CkB1p1oP456mRjT6Sj .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    background: var(--color-彈窗1)
}

.a4CkB1p1oP456mRjT6Sj .search-box .valueText {
    font-size: .64rem;
    color: var(--text-文字主)
}

.a4CkB1p1oP456mRjT6Sj .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .64rem;
    position: relative;
    transition: .5s height
}

.a4CkB1p1oP456mRjT6Sj .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.a4CkB1p1oP456mRjT6Sj .data-item .username {
    color: var(--text-文字主)
}

.a4CkB1p1oP456mRjT6Sj .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.a4CkB1p1oP456mRjT6Sj .data-item .row .bet-result {
    margin-right: .75rem
}

.a4CkB1p1oP456mRjT6Sj .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.a4CkB1p1oP456mRjT6Sj .data-item .row .transfer-btn.gray {
    color: var(--text-文字强调) !important;
    background: rgba(0, 0, 0, 0)
}

.a4CkB1p1oP456mRjT6Sj .data-item .red {
    color: #fd5255
}

.a4CkB1p1oP456mRjT6Sj .data-item .green {
    color: #00a854
}

.a4CkB1p1oP456mRjT6Sj .data-item .gray {
    color: var(--text-文字副)
}

.a4CkB1p1oP456mRjT6Sj .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.a4CkB1p1oP456mRjT6Sj .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.a4CkB1p1oP456mRjT6Sj .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.a4CkB1p1oP456mRjT6Sj .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.a4CkB1p1oP456mRjT6Sj .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.a4CkB1p1oP456mRjT6Sj .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7;
    border: none
}

.a4CkB1p1oP456mRjT6Sj .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--text-文字主);
    font-size: .746667rem;
    position: relative;
    text-align: left;
    padding-left: .2666666667rem
}

.a4CkB1p1oP456mRjT6Sj .data-item .total-text::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background-image: url(../images/outcache/rect.b15c.png);
    background-size: 100% auto
}

.a4CkB1p1oP456mRjT6Sj .data-item .total-text::before {
    background: var(--color-主渐变)
}

.a4CkB1p1oP456mRjT6Sj .contents {
    padding-top: .53333rem
}

.a4CkB1p1oP456mRjT6Sj .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.a4CkB1p1oP456mRjT6Sj .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.a4CkB1p1oP456mRjT6Sj .contents .value {
    margin-left: .53333rem;
    color: #666
}

.a4CkB1p1oP456mRjT6Sj .contents .red {
    color: #fd5255
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.a4CkB1p1oP456mRjT6Sj .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.a4CkB1p1oP456mRjT6Sj .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.a4CkB1p1oP456mRjT6Sj .list {
    margin-top: .8rem
}

.a4CkB1p1oP456mRjT6Sj .report-data-set {
    height: calc(100vh - 16rem);
    overflow-y: scroll;
    padding: .53333rem .1066666667rem;
    box-sizing: border-box
}

.a4CkB1p1oP456mRjT6Sj .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.a4CkB1p1oP456mRjT6Sj .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.T2VKXpt4G32WETFX9rc1 {
    margin-right: .6rem
}

.T2VKXpt4G32WETFX9rc1>span {
    color: #027aff;
    font-size: .7467rem
}

.T2VKXpt4G32WETFX9rc1>span>svg {
    margin-top: .2133rem !important
}

.wlBQfuZXNvS1MiuKk4nN {
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.wlBQfuZXNvS1MiuKk4nN .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, .3)
}

.wlBQfuZXNvS1MiuKk4nN .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.wlBQfuZXNvS1MiuKk4nN .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.wlBQfuZXNvS1MiuKk4nN .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.wlBQfuZXNvS1MiuKk4nN .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.wlBQfuZXNvS1MiuKk4nN .search-box .value .actived {
    color: #027aff
}

.wlBQfuZXNvS1MiuKk4nN .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.wlBQfuZXNvS1MiuKk4nN .data-item {
    padding: .53333rem;
    margin-bottom: .53333rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.wlBQfuZXNvS1MiuKk4nN .data-item .username {
    color: #666
}

.wlBQfuZXNvS1MiuKk4nN .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.wlBQfuZXNvS1MiuKk4nN .data-item .row.two-item {
    justify-content: flex-start
}

.wlBQfuZXNvS1MiuKk4nN .data-item .row .bet-result {
    margin-right: .75rem
}

.wlBQfuZXNvS1MiuKk4nN .data-item .red {
    color: #fd5255
}

.wlBQfuZXNvS1MiuKk4nN .data-item .green {
    color: #00a854
}

.wlBQfuZXNvS1MiuKk4nN .data-item .gray {
    color: #71717a
}

.wlBQfuZXNvS1MiuKk4nN .data-item .text-value {
    font-size: .746667rem;
    color: #605161
}

.wlBQfuZXNvS1MiuKk4nN .data-item .JSONDeposit {
    text-decoration: underline;
    color: #027aff !important
}

.wlBQfuZXNvS1MiuKk4nN .data-item .data-set {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.wlBQfuZXNvS1MiuKk4nN .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.wlBQfuZXNvS1MiuKk4nN .data-item .data-full>.gray {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wlBQfuZXNvS1MiuKk4nN .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.wlBQfuZXNvS1MiuKk4nN .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.wlBQfuZXNvS1MiuKk4nN .data-item .disabled {
    cursor: not-allowed;
    opacity: .6
}

.wlBQfuZXNvS1MiuKk4nN .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #d7d5d5
}

.wlBQfuZXNvS1MiuKk4nN .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.wlBQfuZXNvS1MiuKk4nN .contents {
    padding-top: .53333rem
}

.wlBQfuZXNvS1MiuKk4nN .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5;
    align-items: center
}

.wlBQfuZXNvS1MiuKk4nN .contents .text {
    min-width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.wlBQfuZXNvS1MiuKk4nN .contents .value {
    margin-left: .53333rem;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wlBQfuZXNvS1MiuKk4nN .contents .value.play {
    color: #a17df5;
    margin-bottom: 5px;
    margin-top: 10px
}

.wlBQfuZXNvS1MiuKk4nN .contents .red {
    color: #fd5255
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .275rem
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-code .code-text {
    font-weight: 600;
    line-height: .85333rem;
    font-size: .8125rem
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    margin-left: 8px
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-details>div {
    margin-right: 10px
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-details>div p {
    padding: 2px 0;
    white-space: normal;
    margin-bottom: 3px
}

.wlBQfuZXNvS1MiuKk4nN .tips {
    font-size: .64rem;
    margin: .53333rem .64rem;
    color: #0f0f0f
}

.wlBQfuZXNvS1MiuKk4nN .list {
    margin-top: .8rem
}

.wlBQfuZXNvS1MiuKk4nN .report-data-set {
    height: calc(100vh - 11.5rem);
    overflow-y: scroll;
    padding: .53333rem .64rem;
    box-sizing: border-box
}

.EKumfnEzFMWXifBDeOxU {
    margin-right: .6rem
}

.EKumfnEzFMWXifBDeOxU>span {
    color: #027aff;
    font-size: .7467rem
}

.EKumfnEzFMWXifBDeOxU>span>svg {
    margin-top: .2133rem !important
}

.wlBQfuZXNvS1MiuKk4nN {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .53333rem
}

.wlBQfuZXNvS1MiuKk4nN .search-box {
    background-color: var(--color-彈窗1);
    padding: .64rem;
    margin: .2133rem 0;
    border-radius: .64rem;
    margin-bottom: .8533rem
}

.wlBQfuZXNvS1MiuKk4nN .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.wlBQfuZXNvS1MiuKk4nN .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.wlBQfuZXNvS1MiuKk4nN .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: var(--text-文字副)
}

.wlBQfuZXNvS1MiuKk4nN .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.wlBQfuZXNvS1MiuKk4nN .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    background: var(--color-彈窗1)
}

.wlBQfuZXNvS1MiuKk4nN .search-box .valueText {
    font-size: .64rem;
    color: var(--text-文字主)
}

.wlBQfuZXNvS1MiuKk4nN .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .64rem;
    position: relative;
    transition: .5s height
}

.wlBQfuZXNvS1MiuKk4nN .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.wlBQfuZXNvS1MiuKk4nN .data-item .username {
    color: var(--text-文字主)
}

.wlBQfuZXNvS1MiuKk4nN .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.wlBQfuZXNvS1MiuKk4nN .data-item .row .bet-result {
    margin-right: .75rem
}

.wlBQfuZXNvS1MiuKk4nN .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.wlBQfuZXNvS1MiuKk4nN .data-item .row .transfer-btn.gray {
    color: var(--text-文字强调) !important;
    background: rgba(0, 0, 0, 0)
}

.wlBQfuZXNvS1MiuKk4nN .data-item .red {
    color: #fd5255
}

.wlBQfuZXNvS1MiuKk4nN .data-item .green {
    color: #00a854
}

.wlBQfuZXNvS1MiuKk4nN .data-item .gray {
    color: var(--text-文字副)
}

.wlBQfuZXNvS1MiuKk4nN .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.wlBQfuZXNvS1MiuKk4nN .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.wlBQfuZXNvS1MiuKk4nN .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.wlBQfuZXNvS1MiuKk4nN .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.wlBQfuZXNvS1MiuKk4nN .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.wlBQfuZXNvS1MiuKk4nN .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7;
    border: none
}

.wlBQfuZXNvS1MiuKk4nN .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--text-文字主);
    font-size: .746667rem;
    position: relative;
    text-align: left;
    padding-left: .2666666667rem
}

.wlBQfuZXNvS1MiuKk4nN .data-item .total-text::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background-image: url(../images/outcache/rect.b15c.png);
    background-size: 100% auto
}

.wlBQfuZXNvS1MiuKk4nN .data-item .total-text::before {
    background: var(--color-主渐变)
}

.wlBQfuZXNvS1MiuKk4nN .contents {
    padding-top: .53333rem
}

.wlBQfuZXNvS1MiuKk4nN .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.wlBQfuZXNvS1MiuKk4nN .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.wlBQfuZXNvS1MiuKk4nN .contents .value {
    margin-left: .53333rem;
    color: #666
}

.wlBQfuZXNvS1MiuKk4nN .contents .red {
    color: #fd5255
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.wlBQfuZXNvS1MiuKk4nN .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.wlBQfuZXNvS1MiuKk4nN .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.wlBQfuZXNvS1MiuKk4nN .list {
    margin-top: .8rem
}

.wlBQfuZXNvS1MiuKk4nN .report-data-set {
    height: calc(100vh - 16rem);
    overflow-y: scroll;
    padding: .53333rem .1066666667rem;
    box-sizing: border-box
}

.wlBQfuZXNvS1MiuKk4nN .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.wlBQfuZXNvS1MiuKk4nN .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.EKumfnEzFMWXifBDeOxU {
    margin-right: .6rem
}

.EKumfnEzFMWXifBDeOxU>span {
    color: #027aff;
    font-size: .7467rem
}

.EKumfnEzFMWXifBDeOxU>span>svg {
    margin-top: .2133rem !important
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set {
    height: calc(100vh - 16.5rem)
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set .page {
    position: fixed
}

.im-wrapper {
    padding-left: .53rem;
    border-bottom: 1px solid #d7d5d5
}

.im-wrapper .bet-line {
    line-height: 1.49rem
}

.im-wrapper .bet-line span:nth-of-type(1) {
    color: #ada8a8;
    font-size: .74rem
}

.im-wrapper .bet-line span:nth-of-type(2) {
    color: #666;
    font-size: .74rem;
    font-weight: 500
}

.rOtoXTqVsWqKGtPbT_FD .search-box {
    border-radius: .64rem;
    margin: 0 0
}

.rOtoXTqVsWqKGtPbT_FD .search-box .value {
    font-size: .7466666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .text {
    color: #99a0b1;
    font-size: .7466666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .valueText {
    font-size: .7466666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .item {
    position: relative
}

.rOtoXTqVsWqKGtPbT_FD .search-box .item svg {
    position: absolute;
    right: .2666666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .item select {
    appearance: none
}

.rOtoXTqVsWqKGtPbT_FD .tips {
    margin: .53333rem auto .53333rem auto
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set {
    height: calc(100vh - 19rem);
    padding: 0 .1066666667rem
}

.rOtoXTqVsWqKGtPbT_FD .data-item {
    border-radius: .4266666667rem
}

.bY19j0yNEFUX4awnP5Wg .bet-container {
    width: 18.2933333333rem;
    box-sizing: border-box;
    padding: .64rem;
    border-radius: .4266666667rem;
    margin: 0 auto;
    background: var(--color-彈窗1)
}

.bY19j0yNEFUX4awnP5Wg .bet-container .bet-details {
    margin-bottom: .5333333333rem
}

.bY19j0yNEFUX4awnP5Wg .bet-container .row {
    display: flex;
    align-items: center;
    height: 1.3333333333rem;
    margin-bottom: .5333333333rem
}

.bY19j0yNEFUX4awnP5Wg .bet-container .row .text {
    width: 4.2666666667rem;
    color: var(--text-文字副)
}

.bY19j0yNEFUX4awnP5Wg .bet-container .row .value {
    flex: 1;
    border-bottom: 1px solid #2d2727;
    line-height: 1.1733333333rem;
    color: var(--text-文字主)
}

.bY19j0yNEFUX4awnP5Wg .bet-container .row .bet-text {
    color: var(--text-文字副)
}

.bY19j0yNEFUX4awnP5Wg .bet-container .row .bet-details {
    background: var(--color-对话框1);
    padding: .4267rem;
    width: 100%;
    border-radius: 4px
}

.iA9Agts5oXG5O6AUPxsl {
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.iA9Agts5oXG5O6AUPxsl .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, .3)
}

.iA9Agts5oXG5O6AUPxsl .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.iA9Agts5oXG5O6AUPxsl .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.iA9Agts5oXG5O6AUPxsl .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.iA9Agts5oXG5O6AUPxsl .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.iA9Agts5oXG5O6AUPxsl .search-box .value .actived {
    color: #027aff
}

.iA9Agts5oXG5O6AUPxsl .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.iA9Agts5oXG5O6AUPxsl .data-item {
    padding: .53333rem;
    margin-bottom: .53333rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.iA9Agts5oXG5O6AUPxsl .data-item .username {
    color: #666
}

.iA9Agts5oXG5O6AUPxsl .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.iA9Agts5oXG5O6AUPxsl .data-item .row.two-item {
    justify-content: flex-start
}

.iA9Agts5oXG5O6AUPxsl .data-item .row .bet-result {
    margin-right: .75rem
}

.iA9Agts5oXG5O6AUPxsl .data-item .red {
    color: #fd5255
}

.iA9Agts5oXG5O6AUPxsl .data-item .green {
    color: #00a854
}

.iA9Agts5oXG5O6AUPxsl .data-item .gray {
    color: #71717a
}

.iA9Agts5oXG5O6AUPxsl .data-item .text-value {
    font-size: .746667rem;
    color: #605161
}

.iA9Agts5oXG5O6AUPxsl .data-item .JSONDeposit {
    text-decoration: underline;
    color: #027aff !important
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-set {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-full>.gray {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.iA9Agts5oXG5O6AUPxsl .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.iA9Agts5oXG5O6AUPxsl .data-item .disabled {
    cursor: not-allowed;
    opacity: .6
}

.iA9Agts5oXG5O6AUPxsl .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #d7d5d5
}

.iA9Agts5oXG5O6AUPxsl .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.iA9Agts5oXG5O6AUPxsl .contents {
    padding-top: .53333rem
}

.iA9Agts5oXG5O6AUPxsl .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5;
    align-items: center
}

.iA9Agts5oXG5O6AUPxsl .contents .text {
    min-width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.iA9Agts5oXG5O6AUPxsl .contents .value {
    margin-left: .53333rem;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.iA9Agts5oXG5O6AUPxsl .contents .value.play {
    color: #a17df5;
    margin-bottom: 5px;
    margin-top: 10px
}

.iA9Agts5oXG5O6AUPxsl .contents .red {
    color: #fd5255
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .275rem
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-code .code-text {
    font-weight: 600;
    line-height: .85333rem;
    font-size: .8125rem
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    margin-left: 8px
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-details>div {
    margin-right: 10px
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-details>div p {
    padding: 2px 0;
    white-space: normal;
    margin-bottom: 3px
}

.iA9Agts5oXG5O6AUPxsl .tips {
    font-size: .64rem;
    margin: .53333rem .64rem;
    color: #0f0f0f
}

.iA9Agts5oXG5O6AUPxsl .list {
    margin-top: .8rem
}

.iA9Agts5oXG5O6AUPxsl .report-data-set {
    height: calc(100vh - 11.5rem);
    overflow-y: scroll;
    padding: .53333rem .64rem;
    box-sizing: border-box
}

.NWvCP8eTCbXtKacpMbzT {
    margin-right: .6rem
}

.NWvCP8eTCbXtKacpMbzT>span {
    color: #027aff;
    font-size: .7467rem
}

.NWvCP8eTCbXtKacpMbzT>span>svg {
    margin-top: .2133rem !important
}

.iA9Agts5oXG5O6AUPxsl {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .53333rem
}

.iA9Agts5oXG5O6AUPxsl .search-box {
    background-color: var(--color-彈窗1);
    padding: .64rem;
    margin: .2133rem 0;
    border-radius: .64rem;
    margin-bottom: .8533rem
}

.iA9Agts5oXG5O6AUPxsl .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.iA9Agts5oXG5O6AUPxsl .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.iA9Agts5oXG5O6AUPxsl .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: var(--text-文字副)
}

.iA9Agts5oXG5O6AUPxsl .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.iA9Agts5oXG5O6AUPxsl .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    background: var(--color-彈窗1)
}

.iA9Agts5oXG5O6AUPxsl .search-box .valueText {
    font-size: .64rem;
    color: var(--text-文字主)
}

.iA9Agts5oXG5O6AUPxsl .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .64rem;
    position: relative;
    transition: .5s height
}

.iA9Agts5oXG5O6AUPxsl .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.iA9Agts5oXG5O6AUPxsl .data-item .username {
    color: var(--text-文字主)
}

.iA9Agts5oXG5O6AUPxsl .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.iA9Agts5oXG5O6AUPxsl .data-item .row .bet-result {
    margin-right: .75rem
}

.iA9Agts5oXG5O6AUPxsl .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.iA9Agts5oXG5O6AUPxsl .data-item .row .transfer-btn.gray {
    color: var(--text-文字强调) !important;
    background: rgba(0, 0, 0, 0)
}

.iA9Agts5oXG5O6AUPxsl .data-item .red {
    color: #fd5255
}

.iA9Agts5oXG5O6AUPxsl .data-item .green {
    color: #00a854
}

.iA9Agts5oXG5O6AUPxsl .data-item .gray {
    color: var(--text-文字副)
}

.iA9Agts5oXG5O6AUPxsl .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.iA9Agts5oXG5O6AUPxsl .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.iA9Agts5oXG5O6AUPxsl .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7;
    border: none
}

.iA9Agts5oXG5O6AUPxsl .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--text-文字主);
    font-size: .746667rem;
    position: relative;
    text-align: left;
    padding-left: .2666666667rem
}

.iA9Agts5oXG5O6AUPxsl .data-item .total-text::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background-image: url(../images/outcache/rect.b15c.png);
    background-size: 100% auto
}

.iA9Agts5oXG5O6AUPxsl .data-item .total-text::before {
    background: var(--color-主渐变)
}

.iA9Agts5oXG5O6AUPxsl .contents {
    padding-top: .53333rem
}

.iA9Agts5oXG5O6AUPxsl .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.iA9Agts5oXG5O6AUPxsl .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.iA9Agts5oXG5O6AUPxsl .contents .value {
    margin-left: .53333rem;
    color: #666
}

.iA9Agts5oXG5O6AUPxsl .contents .red {
    color: #fd5255
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.iA9Agts5oXG5O6AUPxsl .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.iA9Agts5oXG5O6AUPxsl .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.iA9Agts5oXG5O6AUPxsl .list {
    margin-top: .8rem
}

.iA9Agts5oXG5O6AUPxsl .report-data-set {
    height: calc(100vh - 16rem);
    overflow-y: scroll;
    padding: .53333rem .1066666667rem;
    box-sizing: border-box
}

.iA9Agts5oXG5O6AUPxsl .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.iA9Agts5oXG5O6AUPxsl .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.NWvCP8eTCbXtKacpMbzT {
    margin-right: .6rem
}

.NWvCP8eTCbXtKacpMbzT>span {
    color: #027aff;
    font-size: .7467rem
}

.NWvCP8eTCbXtKacpMbzT>span>svg {
    margin-top: .2133rem !important
}

.iA9Agts5oXG5O6AUPxsl {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding-top: 0;
    height: calc(100vh - 2.4rem)
}

.iA9Agts5oXG5O6AUPxsl .tab-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, .1);
    flex-basis: 31px;
    padding: 0 66px
}

.iA9Agts5oXG5O6AUPxsl .tab-box .tab-item {
    flex: 1;
    margin: 0 .2133rem;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 22.4px;
    color: #99a0b1;
    font-weight: 400;
    text-align: center
}

.iA9Agts5oXG5O6AUPxsl .tab-box .tab-item.active {
    position: relative;
    font-weight: 500;
    color: #4b4b4b
}

.iA9Agts5oXG5O6AUPxsl .tab-box .tab-item.active>span::after {
    position: absolute;
    content: "";
    width: 32%;
    height: 4px;
    border-radius: 3px;
    background: linear-gradient(to left, #9179e7, #ca9be6);
    bottom: -0.4267rem;
    left: 32%
}

.iA9Agts5oXG5O6AUPxsl>.wrapper {
    flex: 1
}

.iA9Agts5oXG5O6AUPxsl .report-data-set {
    background-color: #f7f7f7;
    height: 88vh;
    padding-bottom: 78px
}

.iA9Agts5oXG5O6AUPxsl .report-data-set .data-item.summary {
    margin-bottom: 5rem !important
}

.iA9Agts5oXG5O6AUPxsl .report-data-set .page {
    position: fixed
}

.iA9Agts5oXG5O6AUPxsl .search-title {
    height: 40px;
    padding: 0px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7
}

.iA9Agts5oXG5O6AUPxsl .search-title li {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: right;
    position: relative;
    padding-right: 16px
}

.iA9Agts5oXG5O6AUPxsl .search-title li span {
    color: #585959
}

.iA9Agts5oXG5O6AUPxsl .search-title li svg {
    color: #dcdcdd;
    font-size: 16px;
    position: absolute
}

.iA9Agts5oXG5O6AUPxsl .search-title.game {
    justify-content: flex-start
}

.iA9Agts5oXG5O6AUPxsl .search-title.game li:first-of-type {
    min-width: 33.5%;
    text-align: left
}

.iA9Agts5oXG5O6AUPxsl .search-box {
    background-color: #fff;
    padding: 15px;
    padding-bottom: 0;
    margin: 0;
    padding-right: 10px;
    border-radius: initial;
    box-shadow: none
}

.iA9Agts5oXG5O6AUPxsl .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.iA9Agts5oXG5O6AUPxsl .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.iA9Agts5oXG5O6AUPxsl .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.iA9Agts5oXG5O6AUPxsl .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.iA9Agts5oXG5O6AUPxsl .search-box .value .actived {
    color: #027aff
}

.iA9Agts5oXG5O6AUPxsl .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.iA9Agts5oXG5O6AUPxsl .time .item .text,
.iA9Agts5oXG5O6AUPxsl .type .item .text,
.iA9Agts5oXG5O6AUPxsl .status .item .text {
    display: none !important
}

.iA9Agts5oXG5O6AUPxsl .time>.item,
.iA9Agts5oXG5O6AUPxsl .type>.item,
.iA9Agts5oXG5O6AUPxsl .status>.item {
    display: block;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #ebebeb
}

.iA9Agts5oXG5O6AUPxsl .time>.item .fast-date,
.iA9Agts5oXG5O6AUPxsl .type>.item .fast-date,
.iA9Agts5oXG5O6AUPxsl .status>.item .fast-date {
    display: inline-block;
    width: 100vw;
    min-height: 90px;
    border: none
}

.iA9Agts5oXG5O6AUPxsl .time>.item .fast-date span,
.iA9Agts5oXG5O6AUPxsl .type>.item .fast-date span,
.iA9Agts5oXG5O6AUPxsl .status>.item .fast-date span {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    min-width: 28%;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    margin: 0 10px 10px 0;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f8f8f8;
    border-radius: 20px
}

.iA9Agts5oXG5O6AUPxsl .time>.item .fast-date span.actived,
.iA9Agts5oXG5O6AUPxsl .type>.item .fast-date span.actived,
.iA9Agts5oXG5O6AUPxsl .status>.item .fast-date span.actived {
    background-color: #f6efff;
    color: #a17df5;
    font-weight: 500;
    border-color: #a17df5
}

.iA9Agts5oXG5O6AUPxsl .time>div,
.iA9Agts5oXG5O6AUPxsl .type>div,
.iA9Agts5oXG5O6AUPxsl .status>div {
    display: flex;
    height: 38px
}

.iA9Agts5oXG5O6AUPxsl .time>div .item,
.iA9Agts5oXG5O6AUPxsl .type>div .item,
.iA9Agts5oXG5O6AUPxsl .status>div .item {
    width: 50%
}

.iA9Agts5oXG5O6AUPxsl .time>div .item .value,
.iA9Agts5oXG5O6AUPxsl .type>div .item .value,
.iA9Agts5oXG5O6AUPxsl .status>div .item .value {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    border-bottom: none;
    position: relative
}

.iA9Agts5oXG5O6AUPxsl .time>div .item .value::after,
.iA9Agts5oXG5O6AUPxsl .type>div .item .value::after,
.iA9Agts5oXG5O6AUPxsl .status>div .item .value::after {
    content: "~";
    position: absolute;
    top: 0;
    right: 4px;
    width: 8px;
    height: 22px
}

.iA9Agts5oXG5O6AUPxsl .time>div .item .value .valueText,
.iA9Agts5oXG5O6AUPxsl .type>div .item .value .valueText,
.iA9Agts5oXG5O6AUPxsl .status>div .item .value .valueText {
    font-size: 14px;
    font-weight: 400
}

.iA9Agts5oXG5O6AUPxsl .time>div .item .value .valueText.start,
.iA9Agts5oXG5O6AUPxsl .time>div .item .value .valueText.end,
.iA9Agts5oXG5O6AUPxsl .type>div .item .value .valueText.start,
.iA9Agts5oXG5O6AUPxsl .type>div .item .value .valueText.end,
.iA9Agts5oXG5O6AUPxsl .status>div .item .value .valueText.start,
.iA9Agts5oXG5O6AUPxsl .status>div .item .value .valueText.end {
    max-width: 156px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    background-color: #f8f8f8;
    color: #0c0319
}

.iA9Agts5oXG5O6AUPxsl .time>div div:last-of-type .value::after,
.iA9Agts5oXG5O6AUPxsl .type>div div:last-of-type .value::after,
.iA9Agts5oXG5O6AUPxsl .status>div div:last-of-type .value::after {
    display: none
}

.iA9Agts5oXG5O6AUPxsl .time>.item .fast-date {
    margin-bottom: 10px
}

.iA9Agts5oXG5O6AUPxsl .type,
.iA9Agts5oXG5O6AUPxsl .status {
    display: block;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px
}

.iA9Agts5oXG5O6AUPxsl .type .fast-date,
.iA9Agts5oXG5O6AUPxsl .status .fast-date {
    display: inline-block;
    width: 100vw;
    border: none
}

.iA9Agts5oXG5O6AUPxsl .type .fast-date span,
.iA9Agts5oXG5O6AUPxsl .status .fast-date span {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    min-width: 28%;
    height: 36px;
    line-height: 36px;
    margin: 0 10px 10px 0;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f8f8f8;
    border-radius: 20px
}

.iA9Agts5oXG5O6AUPxsl .type .fast-date span.actived,
.iA9Agts5oXG5O6AUPxsl .status .fast-date span.actived {
    background-color: #f6efff;
    color: #a17df5;
    font-weight: 500;
    border-color: #a17df5
}

.iA9Agts5oXG5O6AUPxsl .operation {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.iA9Agts5oXG5O6AUPxsl .operation button {
    border-radius: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    letter-spacing: 2px
}

.iA9Agts5oXG5O6AUPxsl .operation button:first-of-type {
    width: 30%;
    font-size: 14px;
    color: #a17df5;
    max-height: 47px;
    line-height: 43px;
    margin-top: 7px;
    border: 1px solid #a17df5;
    background-color: #fff
}

.iA9Agts5oXG5O6AUPxsl .operation button:last-of-type {
    border: none;
    width: 68%;
    min-height: 67px;
    background: url(../images/outcache/confirm.5d5e.png) center 25% no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #fff;
    letter-spacing: 6px;
    padding-bottom: 8px
}

.iA9Agts5oXG5O6AUPxsl .with-mask {
    position: relative;
    overflow: hidden
}

.iA9Agts5oXG5O6AUPxsl .with-mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.iA9Agts5oXG5O6AUPxsl .nodata {
    background: #f7f7f7 url(../images/outcache/nodata.2aaa.png) no-repeat center 25%;
    height: 100vh;
    line-height: 100vh;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #99a0b1
}

.iA9Agts5oXG5O6AUPxsl .data-item {
    margin-bottom: 10px !important;
    padding-bottom: 2px;
    border-radius: 8px;
    box-shadow: none
}

.iA9Agts5oXG5O6AUPxsl .data-item .row {
    margin-bottom: 10px
}

.iA9Agts5oXG5O6AUPxsl .data-item .row>p {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #585959;
    text-align: center
}

.iA9Agts5oXG5O6AUPxsl .data-item .row>p.gray {
    color: #99a0b1
}

.iA9Agts5oXG5O6AUPxsl .data-item .row>.data-full>span {
    font-family: PingFang SC;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #99a0b1
}

.iA9Agts5oXG5O6AUPxsl .data-item>div.row:first-of-type {
    margin-bottom: 15px
}

.iA9Agts5oXG5O6AUPxsl .data-item>div.row:last-of-type {
    margin-top: 15px
}

.iA9Agts5oXG5O6AUPxsl .data-item .row-status {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    color: #0c0319
}

.iA9Agts5oXG5O6AUPxsl .data-item .text-value {
    font-family: PingFang SC;
    font-size: 16px !important;
    font-weight: 500
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-set {
    min-height: 41px
}

.iA9Agts5oXG5O6AUPxsl .data-item .data-set>span:first-of-type {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #585959 !important;
    min-height: 17px
}

.iA9Agts5oXG5O6AUPxsl .data-item .line {
    border-color: #f7f7f7
}

.hDLfLBwfpnbzUaMawLB_ .search-box {
    border-radius: .4266666667rem;
    margin: 0 auto .6rem auto
}

.hDLfLBwfpnbzUaMawLB_ .search-box .value {
    font-size: .7466666667rem
}

.hDLfLBwfpnbzUaMawLB_ .search-box .text {
    color: #99a0b1;
    font-size: .7466666667rem
}

.hDLfLBwfpnbzUaMawLB_ .search-box .valueText {
    font-size: .7466666667rem
}

.hDLfLBwfpnbzUaMawLB_ .search-box .item {
    position: relative
}

.hDLfLBwfpnbzUaMawLB_ .search-box .item svg {
    position: absolute;
    right: .2666666667rem
}

.hDLfLBwfpnbzUaMawLB_ .search-box .item select {
    appearance: none
}

.hDLfLBwfpnbzUaMawLB_ .report-data-set {
    height: calc(100vh - 18rem);
    padding: 0 0
}

.hDLfLBwfpnbzUaMawLB_ .data-item {
    border-radius: .4266666667rem
}

.hDLfLBwfpnbzUaMawLB_ .data-item .row:nth-of-type(1) {
    margin-bottom: .5333333333rem
}

.hDLfLBwfpnbzUaMawLB_ .data-item .row .transfer-btn {
    border-radius: 1.1733333333rem;
    padding: .2133333333rem .4266666667rem .2133333333rem .4266666667rem
}

.WKAGjodXN6_b7okYIXPK {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #f5f7fb;
    border-top-left-radius: 1.066667rem;
    border-top-right-radius: 1.066667rem;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    transform: translate3d(0, 100%, 0);
    animation: an-pop-up .5s forwards;
    overflow: hidden
}

.WKAGjodXN6_b7okYIXPK>.title {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .746667rem;
    font-weight: bold;
    border-bottom: 1px solid #eceaea;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #4c4c4c;
    box-sizing: border-box
}

.WKAGjodXN6_b7okYIXPK>.title>span.back {
    position: absolute;
    left: 0;
    top: 0;
    padding: .8rem
}

.WKAGjodXN6_b7okYIXPK>.title>span.query {
    position: absolute;
    right: 0;
    top: 0;
    padding: .8rem;
    color: #415ab0
}

.WKAGjodXN6_b7okYIXPK>.wrapper {
    height: calc(100% - 2.4rem);
    margin-top: 2.4rem;
    overflow: scroll;
    overscroll-behavior: contain;
    padding: 0 .64rem;
    box-sizing: border-box;
    position: relative
}

.WKAGjodXN6_b7okYIXPK>.wrapper>.actions {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.WKAGjodXN6_b7okYIXPK>.wrapper>.actions>button {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(282deg, #2C2A29, #2C2A29);
    color: #fff;
    justify-content: center;
    font-size: .853333rem;
    font-weight: bold;
    border-radius: .2667rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 .2667rem;
    border: 0;
    justify-content: center;
    flex-wrap: nowrap
}

.WKAGjodXN6_b7okYIXPK>.wrapper>.contents {
    box-sizing: border-box;
    height: calc(100% - 2.67rem);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    position: relative;
    backface-visibility: hidden
}

@keyframes an-pop-up {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.WKAGjodXN6_b7okYIXPK .fastWithdraw {
    display: none
}

.LaQ5QiVbAXnxWPcEee_4 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.WKAGjodXN6_b7okYIXPK {
    border-radius: 0;
    background: var(--color-背景1)
}

.WKAGjodXN6_b7okYIXPK .title {
    background: var(--color-背景1);
    height: 2.4rem;
    font-size: .8533rem;
    border: none;
    color: var(--text-文字主)
}

.cCtd7jHjRr_J6ibua0cj {
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.cCtd7jHjRr_J6ibua0cj .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, .3)
}

.cCtd7jHjRr_J6ibua0cj .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.cCtd7jHjRr_J6ibua0cj .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.cCtd7jHjRr_J6ibua0cj .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.cCtd7jHjRr_J6ibua0cj .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.cCtd7jHjRr_J6ibua0cj .search-box .value .actived {
    color: #027aff
}

.cCtd7jHjRr_J6ibua0cj .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.cCtd7jHjRr_J6ibua0cj .data-item {
    padding: .53333rem;
    margin-bottom: .53333rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.cCtd7jHjRr_J6ibua0cj .data-item .username {
    color: #666
}

.cCtd7jHjRr_J6ibua0cj .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.cCtd7jHjRr_J6ibua0cj .data-item .row.two-item {
    justify-content: flex-start
}

.cCtd7jHjRr_J6ibua0cj .data-item .row .bet-result {
    margin-right: .75rem
}

.cCtd7jHjRr_J6ibua0cj .data-item .red {
    color: #fd5255
}

.cCtd7jHjRr_J6ibua0cj .data-item .green {
    color: #00a854
}

.cCtd7jHjRr_J6ibua0cj .data-item .gray {
    color: #71717a
}

.cCtd7jHjRr_J6ibua0cj .data-item .text-value {
    font-size: .746667rem;
    color: #605161
}

.cCtd7jHjRr_J6ibua0cj .data-item .JSONDeposit {
    text-decoration: underline;
    color: #027aff !important
}

.cCtd7jHjRr_J6ibua0cj .data-item .data-set {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.cCtd7jHjRr_J6ibua0cj .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.cCtd7jHjRr_J6ibua0cj .data-item .data-full>.gray {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cCtd7jHjRr_J6ibua0cj .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.cCtd7jHjRr_J6ibua0cj .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.cCtd7jHjRr_J6ibua0cj .data-item .disabled {
    cursor: not-allowed;
    opacity: .6
}

.cCtd7jHjRr_J6ibua0cj .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #d7d5d5
}

.cCtd7jHjRr_J6ibua0cj .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.cCtd7jHjRr_J6ibua0cj .contents {
    padding-top: .53333rem
}

.cCtd7jHjRr_J6ibua0cj .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5;
    align-items: center
}

.cCtd7jHjRr_J6ibua0cj .contents .text {
    min-width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.cCtd7jHjRr_J6ibua0cj .contents .value {
    margin-left: .53333rem;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cCtd7jHjRr_J6ibua0cj .contents .value.play {
    color: #a17df5;
    margin-bottom: 5px;
    margin-top: 10px
}

.cCtd7jHjRr_J6ibua0cj .contents .red {
    color: #fd5255
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .275rem
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-code .code-text {
    font-weight: 600;
    line-height: .85333rem;
    font-size: .8125rem
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    margin-left: 8px
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-details>div {
    margin-right: 10px
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-details>div p {
    padding: 2px 0;
    white-space: normal;
    margin-bottom: 3px
}

.cCtd7jHjRr_J6ibua0cj .tips {
    font-size: .64rem;
    margin: .53333rem .64rem;
    color: #0f0f0f
}

.cCtd7jHjRr_J6ibua0cj .list {
    margin-top: .8rem
}

.cCtd7jHjRr_J6ibua0cj .report-data-set {
    height: calc(100vh - 11.5rem);
    overflow-y: scroll;
    padding: .53333rem .64rem;
    box-sizing: border-box
}

.jQWCJrHTCtbccG1bs1ZA {
    margin-right: .6rem
}

.jQWCJrHTCtbccG1bs1ZA>span {
    color: #027aff;
    font-size: .7467rem
}

.jQWCJrHTCtbccG1bs1ZA>span>svg {
    margin-top: .2133rem !important
}

.cCtd7jHjRr_J6ibua0cj {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .53333rem
}

.cCtd7jHjRr_J6ibua0cj .search-box {
    background-color: var(--color-彈窗1);
    padding: .64rem;
    margin: .2133rem 0;
    border-radius: .64rem;
    margin-bottom: .8533rem
}

.cCtd7jHjRr_J6ibua0cj .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.cCtd7jHjRr_J6ibua0cj .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.cCtd7jHjRr_J6ibua0cj .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: var(--text-文字副)
}

.cCtd7jHjRr_J6ibua0cj .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.cCtd7jHjRr_J6ibua0cj .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    background: var(--color-彈窗1)
}

.cCtd7jHjRr_J6ibua0cj .search-box .valueText {
    font-size: .64rem;
    color: var(--text-文字主)
}

.cCtd7jHjRr_J6ibua0cj .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .64rem;
    position: relative;
    transition: .5s height
}

.cCtd7jHjRr_J6ibua0cj .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.cCtd7jHjRr_J6ibua0cj .data-item .username {
    color: var(--text-文字主)
}

.cCtd7jHjRr_J6ibua0cj .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.cCtd7jHjRr_J6ibua0cj .data-item .row .bet-result {
    margin-right: .75rem
}

.cCtd7jHjRr_J6ibua0cj .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.cCtd7jHjRr_J6ibua0cj .data-item .row .transfer-btn.gray {
    color: var(--text-文字强调) !important;
    background: rgba(0, 0, 0, 0)
}

.cCtd7jHjRr_J6ibua0cj .data-item .red {
    color: #fd5255
}

.cCtd7jHjRr_J6ibua0cj .data-item .green {
    color: #00a854
}

.cCtd7jHjRr_J6ibua0cj .data-item .gray {
    color: var(--text-文字副)
}

.cCtd7jHjRr_J6ibua0cj .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.cCtd7jHjRr_J6ibua0cj .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.cCtd7jHjRr_J6ibua0cj .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.cCtd7jHjRr_J6ibua0cj .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.cCtd7jHjRr_J6ibua0cj .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.cCtd7jHjRr_J6ibua0cj .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7;
    border: none
}

.cCtd7jHjRr_J6ibua0cj .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--text-文字主);
    font-size: .746667rem;
    position: relative;
    text-align: left;
    padding-left: .2666666667rem
}

.cCtd7jHjRr_J6ibua0cj .data-item .total-text::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background-image: url(../images/outcache/rect.b15c.png);
    background-size: 100% auto
}

.cCtd7jHjRr_J6ibua0cj .data-item .total-text::before {
    background: var(--color-主渐变)
}

.cCtd7jHjRr_J6ibua0cj .contents {
    padding-top: .53333rem
}

.cCtd7jHjRr_J6ibua0cj .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.cCtd7jHjRr_J6ibua0cj .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.cCtd7jHjRr_J6ibua0cj .contents .value {
    margin-left: .53333rem;
    color: #666
}

.cCtd7jHjRr_J6ibua0cj .contents .red {
    color: #fd5255
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.cCtd7jHjRr_J6ibua0cj .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.cCtd7jHjRr_J6ibua0cj .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.cCtd7jHjRr_J6ibua0cj .list {
    margin-top: .8rem
}

.cCtd7jHjRr_J6ibua0cj .report-data-set {
    height: calc(100vh - 16rem);
    overflow-y: scroll;
    padding: .53333rem .1066666667rem;
    box-sizing: border-box
}

.cCtd7jHjRr_J6ibua0cj .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.cCtd7jHjRr_J6ibua0cj .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.jQWCJrHTCtbccG1bs1ZA {
    margin-right: .6rem
}

.jQWCJrHTCtbccG1bs1ZA>span {
    color: #027aff;
    font-size: .7467rem
}

.jQWCJrHTCtbccG1bs1ZA>span>svg {
    margin-top: .2133rem !important
}

.rOtoXTqVsWqKGtPbT_FD .search-box {
    margin: 0 auto .8533rem auto;
    border-radius: .4266666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .value {
    font-size: .7466666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .text {
    color: #99a0b1;
    font-size: .7466666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .valueText {
    font-size: .7466666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .item {
    position: relative
}

.rOtoXTqVsWqKGtPbT_FD .search-box .item svg {
    position: absolute;
    right: .2666666667rem
}

.rOtoXTqVsWqKGtPbT_FD .search-box .item select {
    appearance: none
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set {
    margin: .8rem 0 0 0;
    position: relative;
    height: calc(100vh - 18rem);
    padding: .53333rem .1066666667rem;
    overflow-y: scroll;
    box-sizing: border-box
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item {
    margin-bottom: .53rem;
    border-radius: .64rem;
    box-sizing: border-box;
    padding: .64rem;
    position: relative;
    transition: .5s height
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: var(--text-文字副);
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.actions {
    justify-content: flex-end
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.actions>span {
    color: var(--text-文字主);
    background: var(--color-主渐变);
    display: flex;
    padding: .1066666667rem .64rem .1066666667rem .64rem;
    margin: 0 .27rem;
    border-radius: 1.1733333333rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.username,
.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.header {
    font-size: .8533333333rem;
    margin-bottom: .53rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.username .mark,
.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.header .mark {
    display: inline-block
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.username>span>svg,
.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.header>span>svg {
    font-size: 1.07rem;
    margin: 0 !important;
    margin-right: .27rem !important
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .red {
    color: #fd5255
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .green {
    color: #00a854
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .black {
    color: var(--text-文字主)
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set .level {
    margin-bottom: .64rem;
    font-size: .8533333333rem;
    line-height: 1.1733333333rem;
    font-weight: 500;
    color: var(--text-文字强调)
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set .level span::after {
    content: " > "
}

.rOtoXTqVsWqKGtPbT_FD .report-data-set .level span:nth-last-of-type(1)::after {
    content: ""
}

.yX4RCVhM5m8oSjL07gtV {
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.yX4RCVhM5m8oSjL07gtV .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, .3)
}

.yX4RCVhM5m8oSjL07gtV .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.yX4RCVhM5m8oSjL07gtV .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.yX4RCVhM5m8oSjL07gtV .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.yX4RCVhM5m8oSjL07gtV .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.yX4RCVhM5m8oSjL07gtV .search-box .value .actived {
    color: #027aff
}

.yX4RCVhM5m8oSjL07gtV .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.yX4RCVhM5m8oSjL07gtV .data-item {
    padding: .53333rem;
    margin-bottom: .53333rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.yX4RCVhM5m8oSjL07gtV .data-item .username {
    color: #666
}

.yX4RCVhM5m8oSjL07gtV .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.yX4RCVhM5m8oSjL07gtV .data-item .row.two-item {
    justify-content: flex-start
}

.yX4RCVhM5m8oSjL07gtV .data-item .row .bet-result {
    margin-right: .75rem
}

.yX4RCVhM5m8oSjL07gtV .data-item .red {
    color: #fd5255
}

.yX4RCVhM5m8oSjL07gtV .data-item .green {
    color: #00a854
}

.yX4RCVhM5m8oSjL07gtV .data-item .gray {
    color: #71717a
}

.yX4RCVhM5m8oSjL07gtV .data-item .text-value {
    font-size: .746667rem;
    color: #605161
}

.yX4RCVhM5m8oSjL07gtV .data-item .JSONDeposit {
    text-decoration: underline;
    color: #027aff !important
}

.yX4RCVhM5m8oSjL07gtV .data-item .data-set {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.yX4RCVhM5m8oSjL07gtV .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.yX4RCVhM5m8oSjL07gtV .data-item .data-full>.gray {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.yX4RCVhM5m8oSjL07gtV .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.yX4RCVhM5m8oSjL07gtV .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.yX4RCVhM5m8oSjL07gtV .data-item .disabled {
    cursor: not-allowed;
    opacity: .6
}

.yX4RCVhM5m8oSjL07gtV .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #d7d5d5
}

.yX4RCVhM5m8oSjL07gtV .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.yX4RCVhM5m8oSjL07gtV .contents {
    padding-top: .53333rem
}

.yX4RCVhM5m8oSjL07gtV .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5;
    align-items: center
}

.yX4RCVhM5m8oSjL07gtV .contents .text {
    min-width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.yX4RCVhM5m8oSjL07gtV .contents .value {
    margin-left: .53333rem;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.yX4RCVhM5m8oSjL07gtV .contents .value.play {
    color: #a17df5;
    margin-bottom: 5px;
    margin-top: 10px
}

.yX4RCVhM5m8oSjL07gtV .contents .red {
    color: #fd5255
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .275rem
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-code .code-text {
    font-weight: 600;
    line-height: .85333rem;
    font-size: .8125rem
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    margin-left: 8px
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-details>div {
    margin-right: 10px
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-details>div p {
    padding: 2px 0;
    white-space: normal;
    margin-bottom: 3px
}

.yX4RCVhM5m8oSjL07gtV .tips {
    font-size: .64rem;
    margin: .53333rem .64rem;
    color: #0f0f0f
}

.yX4RCVhM5m8oSjL07gtV .list {
    margin-top: .8rem
}

.yX4RCVhM5m8oSjL07gtV .report-data-set {
    height: calc(100vh - 11.5rem);
    overflow-y: scroll;
    padding: .53333rem .64rem;
    box-sizing: border-box
}

.ZnoqveAbf13WMMfmTdwQ {
    margin-right: .6rem
}

.ZnoqveAbf13WMMfmTdwQ>span {
    color: #027aff;
    font-size: .7467rem
}

.ZnoqveAbf13WMMfmTdwQ>span>svg {
    margin-top: .2133rem !important
}

.yX4RCVhM5m8oSjL07gtV {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .53333rem
}

.yX4RCVhM5m8oSjL07gtV .search-box {
    background-color: var(--color-彈窗1);
    padding: .64rem;
    margin: .2133rem 0;
    border-radius: .64rem;
    margin-bottom: .8533rem
}

.yX4RCVhM5m8oSjL07gtV .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.yX4RCVhM5m8oSjL07gtV .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.yX4RCVhM5m8oSjL07gtV .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: var(--text-文字副)
}

.yX4RCVhM5m8oSjL07gtV .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.yX4RCVhM5m8oSjL07gtV .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    background: var(--color-彈窗1)
}

.yX4RCVhM5m8oSjL07gtV .search-box .valueText {
    font-size: .64rem;
    color: var(--text-文字主)
}

.yX4RCVhM5m8oSjL07gtV .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .64rem;
    position: relative;
    transition: .5s height
}

.yX4RCVhM5m8oSjL07gtV .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.yX4RCVhM5m8oSjL07gtV .data-item .username {
    color: var(--text-文字主)
}

.yX4RCVhM5m8oSjL07gtV .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.yX4RCVhM5m8oSjL07gtV .data-item .row .bet-result {
    margin-right: .75rem
}

.yX4RCVhM5m8oSjL07gtV .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.yX4RCVhM5m8oSjL07gtV .data-item .row .transfer-btn.gray {
    color: var(--text-文字强调) !important;
    background: rgba(0, 0, 0, 0)
}

.yX4RCVhM5m8oSjL07gtV .data-item .red {
    color: #fd5255
}

.yX4RCVhM5m8oSjL07gtV .data-item .green {
    color: #00a854
}

.yX4RCVhM5m8oSjL07gtV .data-item .gray {
    color: var(--text-文字副)
}

.yX4RCVhM5m8oSjL07gtV .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.yX4RCVhM5m8oSjL07gtV .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.yX4RCVhM5m8oSjL07gtV .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.yX4RCVhM5m8oSjL07gtV .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.yX4RCVhM5m8oSjL07gtV .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.yX4RCVhM5m8oSjL07gtV .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7;
    border: none
}

.yX4RCVhM5m8oSjL07gtV .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--text-文字主);
    font-size: .746667rem;
    position: relative;
    text-align: left;
    padding-left: .2666666667rem
}

.yX4RCVhM5m8oSjL07gtV .data-item .total-text::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background-image: url(../images/outcache/rect.b15c.png);
    background-size: 100% auto
}

.yX4RCVhM5m8oSjL07gtV .data-item .total-text::before {
    background: var(--color-主渐变)
}

.yX4RCVhM5m8oSjL07gtV .contents {
    padding-top: .53333rem
}

.yX4RCVhM5m8oSjL07gtV .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.yX4RCVhM5m8oSjL07gtV .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.yX4RCVhM5m8oSjL07gtV .contents .value {
    margin-left: .53333rem;
    color: #666
}

.yX4RCVhM5m8oSjL07gtV .contents .red {
    color: #fd5255
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.yX4RCVhM5m8oSjL07gtV .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.yX4RCVhM5m8oSjL07gtV .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.yX4RCVhM5m8oSjL07gtV .list {
    margin-top: .8rem
}

.yX4RCVhM5m8oSjL07gtV .report-data-set {
    height: calc(100vh - 16rem);
    overflow-y: scroll;
    padding: .53333rem .1066666667rem;
    box-sizing: border-box
}

.yX4RCVhM5m8oSjL07gtV .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.yX4RCVhM5m8oSjL07gtV .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.ZnoqveAbf13WMMfmTdwQ {
    margin-right: .6rem
}

.ZnoqveAbf13WMMfmTdwQ>span {
    color: #027aff;
    font-size: .7467rem
}

.ZnoqveAbf13WMMfmTdwQ>span>svg {
    margin-top: .2133rem !important
}

.ehN0P7xAa8lZpdZSmRst .rules-box {
    margin: 1rem 0
}

.ehN0P7xAa8lZpdZSmRst .rules-box .header {
    font-size: .85333rem;
    color: #52525b;
    margin-top: .64rem;
    font-weight: 600;
    margin-bottom: .64rem
}

.ehN0P7xAa8lZpdZSmRst .rules-box .text {
    font-size: .74667rem;
    line-height: 1rem;
    color: #333;
    margin-bottom: .26rem
}

.ehN0P7xAa8lZpdZSmRst .rules-box .red {
    color: #dc2626
}

.ehN0P7xAa8lZpdZSmRst .report-data-set {
    height: calc(100vh - 13.5rem)
}

.hHE8A4Pyo08a9O5WPZNG {
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.hHE8A4Pyo08a9O5WPZNG .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, .3)
}

.hHE8A4Pyo08a9O5WPZNG .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.hHE8A4Pyo08a9O5WPZNG .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.hHE8A4Pyo08a9O5WPZNG .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.hHE8A4Pyo08a9O5WPZNG .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.hHE8A4Pyo08a9O5WPZNG .search-box .value .actived {
    color: #027aff
}

.hHE8A4Pyo08a9O5WPZNG .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.hHE8A4Pyo08a9O5WPZNG .data-item {
    padding: .53333rem;
    margin-bottom: .53333rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.hHE8A4Pyo08a9O5WPZNG .data-item .username {
    color: #666
}

.hHE8A4Pyo08a9O5WPZNG .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.hHE8A4Pyo08a9O5WPZNG .data-item .row.two-item {
    justify-content: flex-start
}

.hHE8A4Pyo08a9O5WPZNG .data-item .row .bet-result {
    margin-right: .75rem
}

.hHE8A4Pyo08a9O5WPZNG .data-item .red {
    color: #fd5255
}

.hHE8A4Pyo08a9O5WPZNG .data-item .green {
    color: #00a854
}

.hHE8A4Pyo08a9O5WPZNG .data-item .gray {
    color: #71717a
}

.hHE8A4Pyo08a9O5WPZNG .data-item .text-value {
    font-size: .746667rem;
    color: #605161
}

.hHE8A4Pyo08a9O5WPZNG .data-item .JSONDeposit {
    text-decoration: underline;
    color: #027aff !important
}

.hHE8A4Pyo08a9O5WPZNG .data-item .data-set {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.hHE8A4Pyo08a9O5WPZNG .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.hHE8A4Pyo08a9O5WPZNG .data-item .data-full>.gray {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hHE8A4Pyo08a9O5WPZNG .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.hHE8A4Pyo08a9O5WPZNG .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.hHE8A4Pyo08a9O5WPZNG .data-item .disabled {
    cursor: not-allowed;
    opacity: .6
}

.hHE8A4Pyo08a9O5WPZNG .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #d7d5d5
}

.hHE8A4Pyo08a9O5WPZNG .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.hHE8A4Pyo08a9O5WPZNG .contents {
    padding-top: .53333rem
}

.hHE8A4Pyo08a9O5WPZNG .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5;
    align-items: center
}

.hHE8A4Pyo08a9O5WPZNG .contents .text {
    min-width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.hHE8A4Pyo08a9O5WPZNG .contents .value {
    margin-left: .53333rem;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hHE8A4Pyo08a9O5WPZNG .contents .value.play {
    color: #a17df5;
    margin-bottom: 5px;
    margin-top: 10px
}

.hHE8A4Pyo08a9O5WPZNG .contents .red {
    color: #fd5255
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .275rem
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-code .code-text {
    font-weight: 600;
    line-height: .85333rem;
    font-size: .8125rem
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    margin-left: 8px
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-details>div {
    margin-right: 10px
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-details>div p {
    padding: 2px 0;
    white-space: normal;
    margin-bottom: 3px
}

.hHE8A4Pyo08a9O5WPZNG .tips {
    font-size: .64rem;
    margin: .53333rem .64rem;
    color: #0f0f0f
}

.hHE8A4Pyo08a9O5WPZNG .list {
    margin-top: .8rem
}

.hHE8A4Pyo08a9O5WPZNG .report-data-set {
    height: calc(100vh - 11.5rem);
    overflow-y: scroll;
    padding: .53333rem .64rem;
    box-sizing: border-box
}

.M9CGKmYIn_DnHwgMn1c2 {
    margin-right: .6rem
}

.M9CGKmYIn_DnHwgMn1c2>span {
    color: #027aff;
    font-size: .7467rem
}

.M9CGKmYIn_DnHwgMn1c2>span>svg {
    margin-top: .2133rem !important
}

.hHE8A4Pyo08a9O5WPZNG {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .53333rem
}

.hHE8A4Pyo08a9O5WPZNG .search-box {
    background-color: var(--color-彈窗1);
    padding: .64rem;
    margin: .2133rem 0;
    border-radius: .64rem;
    margin-bottom: .8533rem
}

.hHE8A4Pyo08a9O5WPZNG .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.hHE8A4Pyo08a9O5WPZNG .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.hHE8A4Pyo08a9O5WPZNG .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: var(--text-文字副)
}

.hHE8A4Pyo08a9O5WPZNG .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.hHE8A4Pyo08a9O5WPZNG .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    background: var(--color-彈窗1)
}

.hHE8A4Pyo08a9O5WPZNG .search-box .valueText {
    font-size: .64rem;
    color: var(--text-文字主)
}

.hHE8A4Pyo08a9O5WPZNG .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .64rem;
    position: relative;
    transition: .5s height
}

.hHE8A4Pyo08a9O5WPZNG .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.hHE8A4Pyo08a9O5WPZNG .data-item .username {
    color: var(--text-文字主)
}

.hHE8A4Pyo08a9O5WPZNG .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.hHE8A4Pyo08a9O5WPZNG .data-item .row .bet-result {
    margin-right: .75rem
}

.hHE8A4Pyo08a9O5WPZNG .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.hHE8A4Pyo08a9O5WPZNG .data-item .row .transfer-btn.gray {
    color: var(--text-文字强调) !important;
    background: rgba(0, 0, 0, 0)
}

.hHE8A4Pyo08a9O5WPZNG .data-item .red {
    color: #fd5255
}

.hHE8A4Pyo08a9O5WPZNG .data-item .green {
    color: #00a854
}

.hHE8A4Pyo08a9O5WPZNG .data-item .gray {
    color: var(--text-文字副)
}

.hHE8A4Pyo08a9O5WPZNG .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.hHE8A4Pyo08a9O5WPZNG .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.hHE8A4Pyo08a9O5WPZNG .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.hHE8A4Pyo08a9O5WPZNG .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.hHE8A4Pyo08a9O5WPZNG .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.hHE8A4Pyo08a9O5WPZNG .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7;
    border: none
}

.hHE8A4Pyo08a9O5WPZNG .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--text-文字主);
    font-size: .746667rem;
    position: relative;
    text-align: left;
    padding-left: .2666666667rem
}

.hHE8A4Pyo08a9O5WPZNG .data-item .total-text::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background-image: url(../images/outcache/rect.b15c.png);
    background-size: 100% auto
}

.hHE8A4Pyo08a9O5WPZNG .data-item .total-text::before {
    background: var(--color-主渐变)
}

.hHE8A4Pyo08a9O5WPZNG .contents {
    padding-top: .53333rem
}

.hHE8A4Pyo08a9O5WPZNG .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.hHE8A4Pyo08a9O5WPZNG .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.hHE8A4Pyo08a9O5WPZNG .contents .value {
    margin-left: .53333rem;
    color: #666
}

.hHE8A4Pyo08a9O5WPZNG .contents .red {
    color: #fd5255
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.hHE8A4Pyo08a9O5WPZNG .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.hHE8A4Pyo08a9O5WPZNG .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.hHE8A4Pyo08a9O5WPZNG .list {
    margin-top: .8rem
}

.hHE8A4Pyo08a9O5WPZNG .report-data-set {
    height: calc(100vh - 16rem);
    overflow-y: scroll;
    padding: .53333rem .1066666667rem;
    box-sizing: border-box
}

.hHE8A4Pyo08a9O5WPZNG .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.hHE8A4Pyo08a9O5WPZNG .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.M9CGKmYIn_DnHwgMn1c2 {
    margin-right: .6rem
}

.M9CGKmYIn_DnHwgMn1c2>span {
    color: #027aff;
    font-size: .7467rem
}

.M9CGKmYIn_DnHwgMn1c2>span>svg {
    margin-top: .2133rem !important
}

.IG8IA52WhyxN29OO9XRU .report-data-set {
    height: calc(100vh - 10rem)
}

.IG8IA52WhyxN29OO9XRU .search-title {
    height: 40px;
    padding: 0px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7
}

.IG8IA52WhyxN29OO9XRU .search-title li {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: right;
    position: relative;
    padding-right: 16px
}

.IG8IA52WhyxN29OO9XRU .search-title li span {
    color: #585959
}

.IG8IA52WhyxN29OO9XRU .search-title li svg {
    color: #dcdcdd;
    font-size: 16px;
    position: absolute
}

.IG8IA52WhyxN29OO9XRU .search-box {
    background-color: #fff;
    padding: 15px;
    margin: 0;
    padding-right: 10px;
    border-radius: initial;
    box-shadow: none
}

.IG8IA52WhyxN29OO9XRU .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.IG8IA52WhyxN29OO9XRU .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.IG8IA52WhyxN29OO9XRU .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.IG8IA52WhyxN29OO9XRU .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.IG8IA52WhyxN29OO9XRU .search-box .value .actived {
    color: #027aff
}

.IG8IA52WhyxN29OO9XRU .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.IG8IA52WhyxN29OO9XRU .time .item .text,
.IG8IA52WhyxN29OO9XRU .in .item .text,
.IG8IA52WhyxN29OO9XRU .out .item .text,
.IG8IA52WhyxN29OO9XRU .status .item .text {
    display: none !important
}

.IG8IA52WhyxN29OO9XRU .time>.item,
.IG8IA52WhyxN29OO9XRU .in>.item,
.IG8IA52WhyxN29OO9XRU .out>.item,
.IG8IA52WhyxN29OO9XRU .status>.item {
    display: block;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #ebebeb
}

.IG8IA52WhyxN29OO9XRU .time>.item .fast-date,
.IG8IA52WhyxN29OO9XRU .in>.item .fast-date,
.IG8IA52WhyxN29OO9XRU .out>.item .fast-date,
.IG8IA52WhyxN29OO9XRU .status>.item .fast-date {
    display: inline-block;
    width: 100%;
    height: 90px;
    border: none
}

.IG8IA52WhyxN29OO9XRU .time>.item .fast-date span,
.IG8IA52WhyxN29OO9XRU .in>.item .fast-date span,
.IG8IA52WhyxN29OO9XRU .out>.item .fast-date span,
.IG8IA52WhyxN29OO9XRU .status>.item .fast-date span {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 104px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    display: inline-block;
    margin-right: 10px;
    margin: 0 10px 10px 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f8f8f8;
    border-radius: 20px
}

.IG8IA52WhyxN29OO9XRU .time>.item .fast-date span.actived,
.IG8IA52WhyxN29OO9XRU .in>.item .fast-date span.actived,
.IG8IA52WhyxN29OO9XRU .out>.item .fast-date span.actived,
.IG8IA52WhyxN29OO9XRU .status>.item .fast-date span.actived {
    background-color: #f6efff;
    color: #a17df5;
    font-weight: 500;
    border-color: #a17df5
}

.IG8IA52WhyxN29OO9XRU .time>div,
.IG8IA52WhyxN29OO9XRU .in>div,
.IG8IA52WhyxN29OO9XRU .out>div,
.IG8IA52WhyxN29OO9XRU .status>div {
    display: flex;
    height: 38px
}

.IG8IA52WhyxN29OO9XRU .time>div .item,
.IG8IA52WhyxN29OO9XRU .in>div .item,
.IG8IA52WhyxN29OO9XRU .out>div .item,
.IG8IA52WhyxN29OO9XRU .status>div .item {
    width: 50%
}

.IG8IA52WhyxN29OO9XRU .time>div .item .value,
.IG8IA52WhyxN29OO9XRU .in>div .item .value,
.IG8IA52WhyxN29OO9XRU .out>div .item .value,
.IG8IA52WhyxN29OO9XRU .status>div .item .value {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    border-bottom: none;
    position: relative
}

.IG8IA52WhyxN29OO9XRU .time>div .item .value::after,
.IG8IA52WhyxN29OO9XRU .in>div .item .value::after,
.IG8IA52WhyxN29OO9XRU .out>div .item .value::after,
.IG8IA52WhyxN29OO9XRU .status>div .item .value::after {
    content: "~";
    position: absolute;
    top: 0;
    right: 4px;
    width: 8px;
    height: 22px
}

.IG8IA52WhyxN29OO9XRU .time>div .item .value .valueText,
.IG8IA52WhyxN29OO9XRU .in>div .item .value .valueText,
.IG8IA52WhyxN29OO9XRU .out>div .item .value .valueText,
.IG8IA52WhyxN29OO9XRU .status>div .item .value .valueText {
    font-size: 14px;
    font-weight: 400
}

.IG8IA52WhyxN29OO9XRU .time>div .item .value .valueText.start,
.IG8IA52WhyxN29OO9XRU .time>div .item .value .valueText.end,
.IG8IA52WhyxN29OO9XRU .in>div .item .value .valueText.start,
.IG8IA52WhyxN29OO9XRU .in>div .item .value .valueText.end,
.IG8IA52WhyxN29OO9XRU .out>div .item .value .valueText.start,
.IG8IA52WhyxN29OO9XRU .out>div .item .value .valueText.end,
.IG8IA52WhyxN29OO9XRU .status>div .item .value .valueText.start,
.IG8IA52WhyxN29OO9XRU .status>div .item .value .valueText.end {
    max-width: 156px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    background-color: #f8f8f8;
    color: #0c0319
}

.IG8IA52WhyxN29OO9XRU .time>div div:last-of-type .value::after,
.IG8IA52WhyxN29OO9XRU .in>div div:last-of-type .value::after,
.IG8IA52WhyxN29OO9XRU .out>div div:last-of-type .value::after,
.IG8IA52WhyxN29OO9XRU .status>div div:last-of-type .value::after {
    display: none
}

.IG8IA52WhyxN29OO9XRU .time>.item .fast-date {
    margin-bottom: 10px
}

.IG8IA52WhyxN29OO9XRU .in,
.IG8IA52WhyxN29OO9XRU .out,
.IG8IA52WhyxN29OO9XRU .status {
    display: block;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px
}

.IG8IA52WhyxN29OO9XRU .in .fast-date,
.IG8IA52WhyxN29OO9XRU .out .fast-date,
.IG8IA52WhyxN29OO9XRU .status .fast-date {
    display: inline-block;
    width: 100vw;
    border: none
}

.IG8IA52WhyxN29OO9XRU .in .fast-date span,
.IG8IA52WhyxN29OO9XRU .out .fast-date span,
.IG8IA52WhyxN29OO9XRU .status .fast-date span {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    width: 104px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px 10px 0;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f8f8f8;
    border-radius: 20px
}

.IG8IA52WhyxN29OO9XRU .in .fast-date span.actived,
.IG8IA52WhyxN29OO9XRU .out .fast-date span.actived,
.IG8IA52WhyxN29OO9XRU .status .fast-date span.actived {
    background-color: #f6efff;
    color: #a17df5;
    font-weight: 500;
    border-color: #a17df5
}

.IG8IA52WhyxN29OO9XRU .operation {
    height: 47px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.IG8IA52WhyxN29OO9XRU .operation button {
    border-radius: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    letter-spacing: 2px
}

.IG8IA52WhyxN29OO9XRU .operation button:first-of-type {
    width: 102px;
    font-size: 14px;
    color: #a17df5;
    height: 42px;
    line-height: 38px;
    margin-top: 3px;
    border: 1px solid #a17df5;
    background-color: #fff
}

.IG8IA52WhyxN29OO9XRU .operation button:last-of-type {
    border: none;
    width: 229px;
    height: 100%;
    background: url(../images/outcache/confirm.5d5e.png) center 25% no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #fff;
    letter-spacing: 6px
}

.IG8IA52WhyxN29OO9XRU .with-mask {
    position: relative;
    overflow: hidden
}

.IG8IA52WhyxN29OO9XRU .with-mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.IG8IA52WhyxN29OO9XRU .nodata {
    background: #f7f7f7 url(../images/outcache/nodata.2aaa.png) no-repeat center 25%;
    height: 100vh;
    line-height: 85vh;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #99a0b1
}

.IG8IA52WhyxN29OO9XRU .data-item {
    margin-bottom: 10px !important;
    padding-bottom: 2px;
    padding-top: 0px
}

.IG8IA52WhyxN29OO9XRU .data-item .row {
    margin-bottom: 10px
}

.IG8IA52WhyxN29OO9XRU .data-item .row.num {
    border-top: 1px solid #f7f7f7;
    margin-bottom: 0;
    padding-top: 6px !important
}

.IG8IA52WhyxN29OO9XRU .data-item>div.row:first-of-type {
    padding: 8px 0;
    border-bottom: 1px solid #f7f7f7
}

.IG8IA52WhyxN29OO9XRU .data-item>div.row:last-of-type {
    padding: 0;
    margin-bottom: 4px
}

.IG8IA52WhyxN29OO9XRU .data-item .gray {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #99a0b1
}

.IG8IA52WhyxN29OO9XRU .data-item .row-status {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    color: #0c0319
}

.IG8IA52WhyxN29OO9XRU .data-item .text-value {
    font-family: PingFang SC;
    font-size: 16px !important;
    font-weight: 500
}

.IG8IA52WhyxN29OO9XRU .data-item .data-set>span:first-of-type {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #585959 !important
}

.IG8IA52WhyxN29OO9XRU .search-box {
    border-radius: .64rem;
    margin: 0 auto .8533rem auto;
    background: var(--color-彈窗1)
}

.IG8IA52WhyxN29OO9XRU .search-box .value {
    font-size: .7466666667rem
}

.IG8IA52WhyxN29OO9XRU .search-box .text {
    color: var(--text-文字副);
    font-size: .7466666667rem
}

.IG8IA52WhyxN29OO9XRU .search-box .valueText {
    font-size: .7466666667rem;
    color: var(--text-文字主)
}

.IG8IA52WhyxN29OO9XRU .search-box .item {
    position: relative
}

.IG8IA52WhyxN29OO9XRU .search-box .item svg {
    position: absolute;
    right: .2666666667rem
}

.IG8IA52WhyxN29OO9XRU .search-box .item select {
    appearance: none;
    color: var(--text-文字主)
}

.IG8IA52WhyxN29OO9XRU .report-data-set {
    height: calc(100vh - 16.5rem);
    padding: 0 0
}

.IG8IA52WhyxN29OO9XRU .report-data-set .data-item {
    border-radius: .64rem
}

.IG8IA52WhyxN29OO9XRU .report-data-set .data-item .row .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.IG8IA52WhyxN29OO9XRU .report-data-set .data-item .row:nth-of-type(1) {
    justify-content: flex-start;
    height: 1.44rem;
    margin-bottom: 0
}

.IG8IA52WhyxN29OO9XRU .report-data-set .data-item .row:nth-of-type(3) {
    justify-content: flex-start;
    margin-bottom: .8rem
}

.IG8IA52WhyxN29OO9XRU .report-data-set .data-item .gray {
    color: var(--text-文字副)
}

.IG8IA52WhyxN29OO9XRU .report-data-set .data-item .data-set>span:first-of-type {
    color: var(--text-文字副) !important
}

.ldB67vavc9hMXw075kWa {
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.ldB67vavc9hMXw075kWa .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, .3)
}

.ldB67vavc9hMXw075kWa .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.ldB67vavc9hMXw075kWa .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.ldB67vavc9hMXw075kWa .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.ldB67vavc9hMXw075kWa .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.ldB67vavc9hMXw075kWa .search-box .value .actived {
    color: #027aff
}

.ldB67vavc9hMXw075kWa .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.ldB67vavc9hMXw075kWa .data-item {
    padding: .53333rem;
    margin-bottom: .53333rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.ldB67vavc9hMXw075kWa .data-item .username {
    color: #666
}

.ldB67vavc9hMXw075kWa .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.ldB67vavc9hMXw075kWa .data-item .row.two-item {
    justify-content: flex-start
}

.ldB67vavc9hMXw075kWa .data-item .row .bet-result {
    margin-right: .75rem
}

.ldB67vavc9hMXw075kWa .data-item .red {
    color: #fd5255
}

.ldB67vavc9hMXw075kWa .data-item .green {
    color: #00a854
}

.ldB67vavc9hMXw075kWa .data-item .gray {
    color: #71717a
}

.ldB67vavc9hMXw075kWa .data-item .text-value {
    font-size: .746667rem;
    color: #605161
}

.ldB67vavc9hMXw075kWa .data-item .JSONDeposit {
    text-decoration: underline;
    color: #027aff !important
}

.ldB67vavc9hMXw075kWa .data-item .data-set {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.ldB67vavc9hMXw075kWa .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.ldB67vavc9hMXw075kWa .data-item .data-full>.gray {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ldB67vavc9hMXw075kWa .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.ldB67vavc9hMXw075kWa .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.ldB67vavc9hMXw075kWa .data-item .disabled {
    cursor: not-allowed;
    opacity: .6
}

.ldB67vavc9hMXw075kWa .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #d7d5d5
}

.ldB67vavc9hMXw075kWa .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.ldB67vavc9hMXw075kWa .contents {
    padding-top: .53333rem
}

.ldB67vavc9hMXw075kWa .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5;
    align-items: center
}

.ldB67vavc9hMXw075kWa .contents .text {
    min-width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.ldB67vavc9hMXw075kWa .contents .value {
    margin-left: .53333rem;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ldB67vavc9hMXw075kWa .contents .value.play {
    color: #a17df5;
    margin-bottom: 5px;
    margin-top: 10px
}

.ldB67vavc9hMXw075kWa .contents .red {
    color: #fd5255
}

.ldB67vavc9hMXw075kWa .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .275rem
}

.ldB67vavc9hMXw075kWa .contents .bet-code .code-text {
    font-weight: 600;
    line-height: .85333rem;
    font-size: .8125rem
}

.ldB67vavc9hMXw075kWa .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    margin-left: 8px
}

.ldB67vavc9hMXw075kWa .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.ldB67vavc9hMXw075kWa .contents .bet-details>div {
    margin-right: 10px
}

.ldB67vavc9hMXw075kWa .contents .bet-details>div p {
    padding: 2px 0;
    white-space: normal;
    margin-bottom: 3px
}

.ldB67vavc9hMXw075kWa .tips {
    font-size: .64rem;
    margin: .53333rem .64rem;
    color: #0f0f0f
}

.ldB67vavc9hMXw075kWa .list {
    margin-top: .8rem
}

.ldB67vavc9hMXw075kWa .report-data-set {
    height: calc(100vh - 11.5rem);
    overflow-y: scroll;
    padding: .53333rem .64rem;
    box-sizing: border-box
}

.LmDrNWLOe553uBNpvmDj {
    margin-right: .6rem
}

.LmDrNWLOe553uBNpvmDj>span {
    color: #027aff;
    font-size: .7467rem
}

.LmDrNWLOe553uBNpvmDj>span>svg {
    margin-top: .2133rem !important
}

.ldB67vavc9hMXw075kWa {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .53333rem
}

.ldB67vavc9hMXw075kWa .search-box {
    background-color: var(--color-彈窗1);
    padding: .64rem;
    margin: .2133rem 0;
    border-radius: .64rem;
    margin-bottom: .8533rem
}

.ldB67vavc9hMXw075kWa .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.ldB67vavc9hMXw075kWa .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.ldB67vavc9hMXw075kWa .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: var(--text-文字副)
}

.ldB67vavc9hMXw075kWa .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.ldB67vavc9hMXw075kWa .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    background: var(--color-彈窗1)
}

.ldB67vavc9hMXw075kWa .search-box .valueText {
    font-size: .64rem;
    color: var(--text-文字主)
}

.ldB67vavc9hMXw075kWa .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .64rem;
    position: relative;
    transition: .5s height
}

.ldB67vavc9hMXw075kWa .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.ldB67vavc9hMXw075kWa .data-item .username {
    color: var(--text-文字主)
}

.ldB67vavc9hMXw075kWa .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.ldB67vavc9hMXw075kWa .data-item .row .bet-result {
    margin-right: .75rem
}

.ldB67vavc9hMXw075kWa .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.ldB67vavc9hMXw075kWa .data-item .row .transfer-btn.gray {
    color: var(--text-文字强调) !important;
    background: rgba(0, 0, 0, 0)
}

.ldB67vavc9hMXw075kWa .data-item .red {
    color: #fd5255
}

.ldB67vavc9hMXw075kWa .data-item .green {
    color: #00a854
}

.ldB67vavc9hMXw075kWa .data-item .gray {
    color: var(--text-文字副)
}

.ldB67vavc9hMXw075kWa .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.ldB67vavc9hMXw075kWa .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.ldB67vavc9hMXw075kWa .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.ldB67vavc9hMXw075kWa .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.ldB67vavc9hMXw075kWa .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.ldB67vavc9hMXw075kWa .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7;
    border: none
}

.ldB67vavc9hMXw075kWa .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--text-文字主);
    font-size: .746667rem;
    position: relative;
    text-align: left;
    padding-left: .2666666667rem
}

.ldB67vavc9hMXw075kWa .data-item .total-text::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background-image: url(../images/outcache/rect.b15c.png);
    background-size: 100% auto
}

.ldB67vavc9hMXw075kWa .data-item .total-text::before {
    background: var(--color-主渐变)
}

.ldB67vavc9hMXw075kWa .contents {
    padding-top: .53333rem
}

.ldB67vavc9hMXw075kWa .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.ldB67vavc9hMXw075kWa .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.ldB67vavc9hMXw075kWa .contents .value {
    margin-left: .53333rem;
    color: #666
}

.ldB67vavc9hMXw075kWa .contents .red {
    color: #fd5255
}

.ldB67vavc9hMXw075kWa .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.ldB67vavc9hMXw075kWa .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.ldB67vavc9hMXw075kWa .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.ldB67vavc9hMXw075kWa .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.ldB67vavc9hMXw075kWa .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.ldB67vavc9hMXw075kWa .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.ldB67vavc9hMXw075kWa .list {
    margin-top: .8rem
}

.ldB67vavc9hMXw075kWa .report-data-set {
    height: calc(100vh - 16rem);
    overflow-y: scroll;
    padding: .53333rem .1066666667rem;
    box-sizing: border-box
}

.ldB67vavc9hMXw075kWa .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.ldB67vavc9hMXw075kWa .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.LmDrNWLOe553uBNpvmDj {
    margin-right: .6rem
}

.LmDrNWLOe553uBNpvmDj>span {
    color: #027aff;
    font-size: .7467rem
}

.LmDrNWLOe553uBNpvmDj>span>svg {
    margin-top: .2133rem !important
}

.PLHXSBiDVBZUezOJ6Et_ .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.PLHXSBiDVBZUezOJ6Et_ .bottom-r {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9;
    border: none
}

.splitContent {
    padding: 0 10px
}

.splitOrder {
    background-color: #fff;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.splitOrder .splitOrder-box {
    display: flex;
    flex-direction: "row";
    justify-content: space-between
}

.splitOrder .splitOrder-box .splitOrder-box-l {
    flex: 4.5;
    border-right: 1px solid #f1f1f1
}

.splitOrder .splitOrder-box .splitOrder-box-r {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1
}

.splitOrder .splitOrder-box .splitOrder-box-r.padding {
    color: #cc9300
}

.splitOrder .splitOrder-box .splitOrder-box-r.fail {
    color: red
}

.splitOrder .splitOrder-box .splitOrder-box-r.success {
    color: green
}

.splitOrder .splitOrder-box .row.splitRow {
    border: none;
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: .54rem
}

.Vgp6NrH4W3z9umkheEox .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item.long span.text {
    width: 4.8rem
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item.long span.value {
    width: 12.48rem
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item.query {
    padding: .65rem 0
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item .red {
    color: #fd5255
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item .green {
    color: #00a854
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item .black {
    color: #3b476a
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item .yellow {
    color: #ffa526
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item .blue {
    color: #415ab0
}

.Vgp6NrH4W3z9umkheEox .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.Vgp6NrH4W3z9umkheEox .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.Vgp6NrH4W3z9umkheEox .report-icon-wrapper {
    min-height: 13.33rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set {
    margin: .8rem 0;
    position: relative
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.actions {
    justify-content: center
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.username,
.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.username .user::before,
.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .red {
    color: #fd5255
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .green {
    color: #00a854
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.level span {
    color: #2c2a29
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.level span::after {
    content: ""
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.Vgp6NrH4W3z9umkheEox .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.Vgp6NrH4W3z9umkheEox .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.Vgp6NrH4W3z9umkheEox .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.Vgp6NrH4W3z9umkheEox .report-infos h6 {
    font-weight: bold
}

.Vgp6NrH4W3z9umkheEox .report-infos .red {
    color: #fd5255
}

.Vgp6NrH4W3z9umkheEox .report-infos .green {
    color: #00a854
}

.Vgp6NrH4W3z9umkheEox .report-infos .black {
    color: #3b476a
}

.Vgp6NrH4W3z9umkheEox .report-infos .yellow {
    color: #ffa526
}

.Vgp6NrH4W3z9umkheEox .report-infos .blue {
    color: #415ab0
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.Vgp6NrH4W3z9umkheEox .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.Vgp6NrH4W3z9umkheEox .report-data-set {
    padding: 0 .1066666667rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.Vgp6NrH4W3z9umkheEox .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.Vgp6NrH4W3z9umkheEox .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.Vgp6NrH4W3z9umkheEox .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.Vgp6NrH4W3z9umkheEox .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item select,
.Vgp6NrH4W3z9umkheEox .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item select option,
.Vgp6NrH4W3z9umkheEox .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.Vgp6NrH4W3z9umkheEox .report-footer {
    background: rgba(0, 0, 0, 0)
}

.Vgp6NrH4W3z9umkheEox>.users {
    margin: 1.07rem 0;
    height: 3.73rem;
    border-bottom: 1px dashed #ccc
}

.Vgp6NrH4W3z9umkheEox>.users>.list {
    height: 1.71rem;
    line-height: 1.71rem;
    width: 100%;
    background: #fff;
    margin-top: .53rem;
    padding: 0 .53rem;
    box-sizing: border-box;
    color: #666;
    border-radius: .21rem;
    box-shadow: 0 .14rem .43rem rgba(0, 0, 0, .06);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Vgp6NrH4W3z9umkheEox>.create-title {
    height: 1.33rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .8rem 0
}

.Vgp6NrH4W3z9umkheEox>.create-title>span {
    display: inline-block;
    height: 1.33rem;
    line-height: 1.33rem;
    width: 4.27rem;
    color: #415ab0;
    font-size: .75rem;
    text-align: center;
    border-radius: 1.375rem;
    border: 1px solid #415ab0
}

.Vgp6NrH4W3z9umkheEox .rule-box {
    margin-bottom: .4rem
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.text {
    font-size: .68rem
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value {
    width: 10.8rem !important
}

.Vgp6NrH4W3z9umkheEox h4 {
    font-size: .75rem;
    font-weight: 400;
    color: #99a0b1
}

.Vgp6NrH4W3z9umkheEox h4::before {
    content: "";
    width: .27rem;
    height: .8rem;
    background: #99a0b1;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: top
}

.Vgp6NrH4W3z9umkheEox .user-action>span {
    margin-right: .432rem
}

.Vgp6NrH4W3z9umkheEox .user-list {
    display: flex;
    flex-wrap: wrap
}

.Vgp6NrH4W3z9umkheEox .user-list>span {
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    color: #121b47;
    margin-top: .53rem;
    margin-right: .27rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .11rem;
    align-items: center
}

.Vgp6NrH4W3z9umkheEox .user-list>span.selected {
    background-color: #415ab0;
    color: #fff;
    border: 1px solid #415ab0
}

.Vgp6NrH4W3z9umkheEox>.create-title>span {
    display: inline-block;
    height: 1.33rem;
    line-height: 1.33rem;
    width: 4.27rem;
    color: #95352e;
    font-size: .75rem;
    text-align: center;
    border-radius: 1.375rem;
    border: 1px solid #95352e
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.value {
    width: 10.5rem !important
}

.Vgp6NrH4W3z9umkheEox .report-query-set .item>span.text {
    flex: 1
}

.Vgp6NrH4W3z9umkheEox h4 {
    color: var(--text-文字副)
}

.Vgp6NrH4W3z9umkheEox h4::before {
    background: var(--color-主渐变)
}

.Vgp6NrH4W3z9umkheEox .users>.list {
    background: var(--color-对话框1);
    color: var(--text-文字主)
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item.long span.text {
    width: 4.8rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item.long span.value {
    width: 12.48rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item.query {
    padding: .65rem 0
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item .red {
    color: #fd5255
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item .green {
    color: #00a854
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item .black {
    color: #3b476a
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item .yellow {
    color: #ffa526
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item .blue {
    color: #415ab0
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.ENJ1R_NjsUFDfEPD1D49 .report-icon-wrapper {
    min-height: 13.33rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set {
    margin: .8rem 0;
    position: relative
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.actions {
    justify-content: center
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.username,
.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.username .user::before,
.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .red {
    color: #fd5255
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .green {
    color: #00a854
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.level span {
    color: #2c2a29
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.level span::after {
    content: ""
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.ENJ1R_NjsUFDfEPD1D49 .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.ENJ1R_NjsUFDfEPD1D49 .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.ENJ1R_NjsUFDfEPD1D49 .report-infos h6 {
    font-weight: bold
}

.ENJ1R_NjsUFDfEPD1D49 .report-infos .red {
    color: #fd5255
}

.ENJ1R_NjsUFDfEPD1D49 .report-infos .green {
    color: #00a854
}

.ENJ1R_NjsUFDfEPD1D49 .report-infos .black {
    color: #3b476a
}

.ENJ1R_NjsUFDfEPD1D49 .report-infos .yellow {
    color: #ffa526
}

.ENJ1R_NjsUFDfEPD1D49 .report-infos .blue {
    color: #415ab0
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set {
    padding: 0 .1066666667rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item select,
.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item select option,
.ENJ1R_NjsUFDfEPD1D49 .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.ENJ1R_NjsUFDfEPD1D49 .report-footer {
    background: rgba(0, 0, 0, 0)
}

.ENJ1R_NjsUFDfEPD1D49>span.create-btn {
    background: radial-gradient(83.46% 83.33% at 50% 33.33%, #FFF 0%, #BEE0FF 100%);
    width: 3rem;
    height: 3rem;
    position: fixed;
    right: .5rem;
    top: 26rem;
    border-radius: 50%;
    opacity: .8;
    text-align: center;
    padding: .43rem;
    color: #415ab0;
    box-sizing: border-box;
    font-size: .83rem;
    font-weight: 400;
    z-index: 1;
    border: 1px solid;
    box-shadow: 0 2px 8px #b8c3e2
}

.ENJ1R_NjsUFDfEPD1D49 .report-data-set {
    height: 17.0666666667rem;
    overflow-y: auto
}

.ENJ1R_NjsUFDfEPD1D49>span.create-contract {
    position: fixed;
    width: 4.1066666667rem;
    height: 4.16rem;
    right: .5rem;
    top: 26rem;
    background: url(../images/outcache/create.df70.png) no-repeat;
    background-size: 4.1066666667rem auto
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item.long span.text {
    width: 4.8rem
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item.long span.value {
    width: 12.48rem
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item.query {
    padding: .65rem 0
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item .red {
    color: #fd5255
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item .green {
    color: #00a854
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item .black {
    color: #3b476a
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item .yellow {
    color: #ffa526
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item .blue {
    color: #415ab0
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.FGFR_H08yt4wsy0b4Lrr .report-icon-wrapper {
    min-height: 13.33rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set {
    margin: .8rem 0;
    position: relative
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.actions {
    justify-content: center
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.username,
.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.username .user::before,
.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .red {
    color: #fd5255
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .green {
    color: #00a854
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.level span {
    color: #2c2a29
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.level span::after {
    content: ""
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.FGFR_H08yt4wsy0b4Lrr .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.FGFR_H08yt4wsy0b4Lrr .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.FGFR_H08yt4wsy0b4Lrr .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.FGFR_H08yt4wsy0b4Lrr .report-infos h6 {
    font-weight: bold
}

.FGFR_H08yt4wsy0b4Lrr .report-infos .red {
    color: #fd5255
}

.FGFR_H08yt4wsy0b4Lrr .report-infos .green {
    color: #00a854
}

.FGFR_H08yt4wsy0b4Lrr .report-infos .black {
    color: #3b476a
}

.FGFR_H08yt4wsy0b4Lrr .report-infos .yellow {
    color: #ffa526
}

.FGFR_H08yt4wsy0b4Lrr .report-infos .blue {
    color: #415ab0
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set {
    padding: 0 .1066666667rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item select,
.FGFR_H08yt4wsy0b4Lrr .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.FGFR_H08yt4wsy0b4Lrr .report-query-set .item select option,
.FGFR_H08yt4wsy0b4Lrr .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.FGFR_H08yt4wsy0b4Lrr .report-footer {
    background: rgba(0, 0, 0, 0)
}

.FGFR_H08yt4wsy0b4Lrr>.my-infos {
    height: 6.93rem;
    margin-top: .53rem;
    margin-bottom: .8rem;
    position: relative;
    border-radius: .43rem;
    color: #fff;
    background: #415ab0
}

.FGFR_H08yt4wsy0b4Lrr>.my-infos>.top {
    text-align: center;
    padding-top: 1.17rem
}

.FGFR_H08yt4wsy0b4Lrr>.my-infos>.top>.money {
    font-size: 1.81rem;
    margin-top: .53rem
}

.FGFR_H08yt4wsy0b4Lrr .rules {
    display: flex;
    height: 1.33rem;
    padding: 0 .53rem;
    box-sizing: border-box;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    border-bottom-left-radius: .43rem;
    border-bottom-right-radius: .43rem
}

.FGFR_H08yt4wsy0b4Lrr .report-data-set {
    height: 8.5333333333rem;
    overflow-y: auto
}

.FGFR_H08yt4wsy0b4Lrr .ext-info {
    padding-bottom: 1.5rem
}

.FGFR_H08yt4wsy0b4Lrr .ext-info h6 {
    font-size: .8rem;
    font-weight: 500;
    color: #6e6a85;
    margin-bottom: .2666666667rem
}

.FGFR_H08yt4wsy0b4Lrr .ext-info div {
    background: #fff;
    padding: .5333333333rem 0
}

.FGFR_H08yt4wsy0b4Lrr .ext-info p {
    font-size: .64rem;
    color: #1e2638;
    line-height: 1.0666666667rem;
    margin-left: .2666666667rem
}

.FGFR_H08yt4wsy0b4Lrr .showRules {
    margin-left: 20px
}

.FGFR_H08yt4wsy0b4Lrr>.my-infos {
    height: 6.93rem;
    margin-top: .53rem;
    position: relative;
    border-radius: .43rem;
    color: var(--text-文字主);
    background: var(--color-主渐变)
}

.FGFR_H08yt4wsy0b4Lrr>.my-infos>.top {
    text-align: center;
    padding-top: 1.17rem
}

.FGFR_H08yt4wsy0b4Lrr>.my-infos>.top>.money {
    font-size: 1.81rem;
    margin-top: .53rem
}

.FGFR_H08yt4wsy0b4Lrr .ext-info h6 {
    color: var(--text-文字主)
}

.FGFR_H08yt4wsy0b4Lrr .ext-info>div {
    background: rgba(0, 0, 0, 0)
}

.FGFR_H08yt4wsy0b4Lrr .ext-info>div p {
    color: var(--text-文字副)
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item.long span.text {
    width: 4.8rem
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item.long span.value {
    width: 12.48rem
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item.query {
    padding: .65rem 0
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item .red {
    color: #fd5255
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item .green {
    color: #00a854
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item .black {
    color: #3b476a
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item .yellow {
    color: #ffa526
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item .blue {
    color: #415ab0
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.ZOiwIrR8SQClUPZVlgRn .report-icon-wrapper {
    min-height: 13.33rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set {
    margin: .8rem 0;
    position: relative
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.actions {
    justify-content: center
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.username,
.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.username .user::before,
.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .red {
    color: #fd5255
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .green {
    color: #00a854
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.level span {
    color: #2c2a29
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.level span::after {
    content: ""
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.ZOiwIrR8SQClUPZVlgRn .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.ZOiwIrR8SQClUPZVlgRn .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.ZOiwIrR8SQClUPZVlgRn .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.ZOiwIrR8SQClUPZVlgRn .report-infos h6 {
    font-weight: bold
}

.ZOiwIrR8SQClUPZVlgRn .report-infos .red {
    color: #fd5255
}

.ZOiwIrR8SQClUPZVlgRn .report-infos .green {
    color: #00a854
}

.ZOiwIrR8SQClUPZVlgRn .report-infos .black {
    color: #3b476a
}

.ZOiwIrR8SQClUPZVlgRn .report-infos .yellow {
    color: #ffa526
}

.ZOiwIrR8SQClUPZVlgRn .report-infos .blue {
    color: #415ab0
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set {
    padding: 0 .1066666667rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item select,
.ZOiwIrR8SQClUPZVlgRn .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.ZOiwIrR8SQClUPZVlgRn .report-query-set .item select option,
.ZOiwIrR8SQClUPZVlgRn .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.ZOiwIrR8SQClUPZVlgRn .report-footer {
    background: rgba(0, 0, 0, 0)
}

.ZOiwIrR8SQClUPZVlgRn .report-data-set {
    height: 14.9333333333rem;
    overflow-y: auto
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item.long span.text {
    width: 4.8rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item.long span.value {
    width: 12.48rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item.query {
    padding: .65rem 0
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item .red {
    color: #fd5255
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item .green {
    color: #00a854
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item .black {
    color: #3b476a
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item .yellow {
    color: #ffa526
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item .blue {
    color: #415ab0
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.rwYkQAWWtUSKkdt0fSzJ .report-icon-wrapper {
    min-height: 13.33rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set {
    margin: .8rem 0;
    position: relative
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.actions {
    justify-content: center
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.username,
.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.username .user::before,
.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .red {
    color: #fd5255
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .green {
    color: #00a854
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.level span {
    color: #2c2a29
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.level span::after {
    content: ""
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.rwYkQAWWtUSKkdt0fSzJ .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.rwYkQAWWtUSKkdt0fSzJ .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.rwYkQAWWtUSKkdt0fSzJ .report-infos h6 {
    font-weight: bold
}

.rwYkQAWWtUSKkdt0fSzJ .report-infos .red {
    color: #fd5255
}

.rwYkQAWWtUSKkdt0fSzJ .report-infos .green {
    color: #00a854
}

.rwYkQAWWtUSKkdt0fSzJ .report-infos .black {
    color: #3b476a
}

.rwYkQAWWtUSKkdt0fSzJ .report-infos .yellow {
    color: #ffa526
}

.rwYkQAWWtUSKkdt0fSzJ .report-infos .blue {
    color: #415ab0
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set {
    padding: 0 .1066666667rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item select,
.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item select option,
.rwYkQAWWtUSKkdt0fSzJ .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.rwYkQAWWtUSKkdt0fSzJ .report-footer {
    background: rgba(0, 0, 0, 0)
}

.rwYkQAWWtUSKkdt0fSzJ {
    height: 100%;
    box-sizing: border-box;
    /* position: relative; */
    padding-top: .53333rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set {
    box-sizing: border-box;
    margin: 0 auto;
    padding: .64rem;
    border-radius: .64rem;
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item svg {
    position: absolute;
    right: .2666666667rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item select,
.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item input {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    appearance: none;
    background: var(--color-彈窗1)
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item.long span.text {
    width: 4.8rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item.long span.value {
    width: 12.48rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item>span.text {
    width: 3.73rem;
    font-size: .7466666667rem;
    color: var(--text-文字副);
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item>span.value {
    width: 13.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item>span.value.fast-date {
    justify-content: space-between
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item>span.value>div.MuiInputBase-root {
    width: 100%
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item>span.value>div.MuiInputBase-root>select.MuiSelect-select.MuiSelect-select {
    background-color: #fff !important;
    font-size: .64rem;
    width: 100%;
    height: 100%;
    padding: 0
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item .red {
    color: #fd5255
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item .green {
    color: #00a854
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item .black {
    color: #3b476a
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.item .yellow {
    color: #e07900
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #fd5255;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set button.query {
    background-color: #2c2a29;
    color: #fff;
    padding: 0;
    font-size: .8rem;
    margin: auto;
    margin-top: .53rem;
    width: 100%;
    text-align: center;
    height: 1.6rem;
    border-radius: .43rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.rwYkQAWWtUSKkdt0fSzJ .report-query-set .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set {
    margin: .8rem 0 0 0;
    position: relative;
    height: calc(100vh - 14.2rem);
    overflow-y: scroll;
    box-sizing: border-box
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set.pb {
    padding-bottom: 2.8rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item {
    margin-bottom: .53rem;
    border-radius: .64rem;
    box-sizing: border-box;
    background-color: var(--color-彈窗1);
    padding: .64rem;
    position: relative;
    transition: .5s height
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: var(--text-文字副);
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.actions {
    justify-content: flex-end
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.actions>span {
    color: var(--text-文字主);
    background: var(--color-主渐变);
    display: flex;
    margin: 0 .27rem;
    border-radius: 1.1733333333rem;
    width: 65px;
    text-align: center;
    justify-content: center;
    padding: initial
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.username,
.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.header {
    color: var(--text-文字主);
    font-size: .8533333333rem;
    margin-bottom: .53rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.username>span>svg,
.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.header>span>svg {
    font-size: 1.07rem;
    margin: 0 !important;
    margin-right: .27rem !important
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .red {
    color: #fd5255
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .green {
    color: #00a854
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .black {
    color: var(--text-文字主)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set .level {
    margin-bottom: .64rem;
    font-size: .8533333333rem;
    line-height: 1.1733333333rem;
    font-weight: 500;
    color: var(--text-文字主);
    background: var(--color-彈窗1)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set .level span {
    color: var(--text-文字主)
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set .level span::after {
    content: " > "
}

.rwYkQAWWtUSKkdt0fSzJ .report-data-set .level span:nth-last-of-type(1)::after {
    content: ""
}

.rwYkQAWWtUSKkdt0fSzJ .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 0px 6px 14px 0px rgba(169, 191, 244, .5294117647);
    margin-bottom: .8533rem
}

.rwYkQAWWtUSKkdt0fSzJ .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333rem;
    height: 2.56rem;
    border-radius: .64rem;
    border: 1px;
    background: linear-gradient(#dbeaff, #415ab0, #385b8f);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .96rem
}

.rwYkQAWWtUSKkdt0fSzJ .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.rwYkQAWWtUSKkdt0fSzJ .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.rwYkQAWWtUSKkdt0fSzJ .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.rwYkQAWWtUSKkdt0fSzJ .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.rwYkQAWWtUSKkdt0fSzJ .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.rwYkQAWWtUSKkdt0fSzJ .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .username {
    color: var(--text-文字主)
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .username>div {
    display: flex;
    align-items: center
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .username>span {
    font-size: .64rem
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .row .bet-result {
    margin-right: .75rem
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .red {
    color: #fd5255
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .green {
    color: #00a854
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .gray {
    color: #71717a
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7
}

.rwYkQAWWtUSKkdt0fSzJ .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.rwYkQAWWtUSKkdt0fSzJ .contents {
    padding-top: .53333rem
}

.rwYkQAWWtUSKkdt0fSzJ .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.rwYkQAWWtUSKkdt0fSzJ .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.rwYkQAWWtUSKkdt0fSzJ .contents .value {
    margin-left: .53333rem;
    color: #666
}

.rwYkQAWWtUSKkdt0fSzJ .contents .red {
    color: #fd5255
}

.rwYkQAWWtUSKkdt0fSzJ .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.rwYkQAWWtUSKkdt0fSzJ .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.rwYkQAWWtUSKkdt0fSzJ .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.rwYkQAWWtUSKkdt0fSzJ .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.rwYkQAWWtUSKkdt0fSzJ .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.rwYkQAWWtUSKkdt0fSzJ .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.rwYkQAWWtUSKkdt0fSzJ .list {
    margin-top: .8rem
}

.jReDB8WDHp039KfV7bkw {
    margin-right: .6rem
}

.jReDB8WDHp039KfV7bkw>span {
    color: #027aff;
    font-size: .7467rem
}

.jReDB8WDHp039KfV7bkw>span>svg {
    margin-top: .2133rem !important
}

.UKAA1QN2GdfBPjmHmtyT .transfer-type .ordertype-select {
    width: 100%;
    font-size: .85333rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item.long span.text {
    width: 4.8rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item.long span.value {
    width: 12.48rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item.query {
    padding: .65rem 0
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item .red {
    color: #fd5255
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item .green {
    color: #00a854
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item .black {
    color: #3b476a
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item .yellow {
    color: #ffa526
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item .blue {
    color: #415ab0
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.KlYlHgunTb9LGlJOPKH3 .report-icon-wrapper {
    min-height: 13.33rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set {
    margin: .8rem 0;
    position: relative
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.actions {
    justify-content: center
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.username,
.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.username .user::before,
.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .red {
    color: #fd5255
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .green {
    color: #00a854
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.level span {
    color: #2c2a29
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.level span::after {
    content: ""
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.KlYlHgunTb9LGlJOPKH3 .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.KlYlHgunTb9LGlJOPKH3 .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.KlYlHgunTb9LGlJOPKH3 .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.KlYlHgunTb9LGlJOPKH3 .report-infos h6 {
    font-weight: bold
}

.KlYlHgunTb9LGlJOPKH3 .report-infos .red {
    color: #fd5255
}

.KlYlHgunTb9LGlJOPKH3 .report-infos .green {
    color: #00a854
}

.KlYlHgunTb9LGlJOPKH3 .report-infos .black {
    color: #3b476a
}

.KlYlHgunTb9LGlJOPKH3 .report-infos .yellow {
    color: #ffa526
}

.KlYlHgunTb9LGlJOPKH3 .report-infos .blue {
    color: #415ab0
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set {
    padding: 0 .1066666667rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item select,
.KlYlHgunTb9LGlJOPKH3 .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item select option,
.KlYlHgunTb9LGlJOPKH3 .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.KlYlHgunTb9LGlJOPKH3 .report-footer {
    background: rgba(0, 0, 0, 0)
}

.KlYlHgunTb9LGlJOPKH3 {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 !important
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set {
    width: 19.1466666667rem;
    box-sizing: border-box;
    padding: .64rem;
    margin: .53rem auto 0 auto;
    border-radius: .53rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item {
    position: relative
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item svg {
    position: absolute;
    right: .2666666667rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.text {
    color: #99a0b1;
    font-size: .7466666667rem
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set .item>span.value {
    color: #1e1e1e
}

.KlYlHgunTb9LGlJOPKH3 .report-query-set select {
    outline: none;
    appearance: none;
    border: none
}

.KlYlHgunTb9LGlJOPKH3 .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.KlYlHgunTb9LGlJOPKH3 .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.KlYlHgunTb9LGlJOPKH3 .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: #415ab0;
    margin-right: .2666666667rem;
    transform: translateY(0.0533333333rem)
}

.KlYlHgunTb9LGlJOPKH3 .data-item .username {
    color: var(--text-文字主)
}

.KlYlHgunTb9LGlJOPKH3 .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.KlYlHgunTb9LGlJOPKH3 .data-item .row .bet-result {
    margin-right: .75rem
}

.KlYlHgunTb9LGlJOPKH3 .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.KlYlHgunTb9LGlJOPKH3 .data-item .red {
    color: #fd5255
}

.KlYlHgunTb9LGlJOPKH3 .data-item .green {
    color: #00a854
}

.KlYlHgunTb9LGlJOPKH3 .data-item .gray {
    color: var(--text-文字副)
}

.KlYlHgunTb9LGlJOPKH3 .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.KlYlHgunTb9LGlJOPKH3 .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.KlYlHgunTb9LGlJOPKH3 .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.KlYlHgunTb9LGlJOPKH3 .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.KlYlHgunTb9LGlJOPKH3 .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.KlYlHgunTb9LGlJOPKH3 .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7
}

.KlYlHgunTb9LGlJOPKH3 .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.KlYlHgunTb9LGlJOPKH3 .contents {
    padding-top: .53333rem
}

.KlYlHgunTb9LGlJOPKH3 .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.KlYlHgunTb9LGlJOPKH3 .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.KlYlHgunTb9LGlJOPKH3 .contents .value {
    margin-left: .53333rem;
    color: #666
}

.KlYlHgunTb9LGlJOPKH3 .contents .red {
    color: #fd5255
}

.KlYlHgunTb9LGlJOPKH3 .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.KlYlHgunTb9LGlJOPKH3 .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.KlYlHgunTb9LGlJOPKH3 .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.KlYlHgunTb9LGlJOPKH3 .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.KlYlHgunTb9LGlJOPKH3 .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.KlYlHgunTb9LGlJOPKH3 .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.KlYlHgunTb9LGlJOPKH3 .list {
    margin-top: .8rem
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set {
    height: calc(100vh - 18rem);
    overflow-y: scroll;
    padding: .53333rem 0rem;
    box-sizing: border-box
}

.KlYlHgunTb9LGlJOPKH3 .report-data-set select {
    outline: none;
    border: none
}

.MBCpty4johgoY96eAGcu {
    margin-right: .6rem
}

.MBCpty4johgoY96eAGcu>span {
    color: #027aff;
    font-size: .7467rem
}

.MBCpty4johgoY96eAGcu>span>svg {
    margin-top: .2133rem !important
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item.long span.text {
    width: 4.8rem
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item.long span.value {
    width: 12.48rem
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item.query {
    padding: .65rem 0
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item .red {
    color: #fd5255
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item .green {
    color: #00a854
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item .black {
    color: #3b476a
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item .yellow {
    color: #ffa526
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item .blue {
    color: #415ab0
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.Udkwc7nO4gpdkqmdwgBv .report-icon-wrapper {
    min-height: 13.33rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set {
    margin: .8rem 0;
    position: relative
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.actions {
    justify-content: center
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.username,
.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.username .user::before,
.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .red {
    color: #fd5255
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .green {
    color: #00a854
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.level span {
    color: #2c2a29
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.level span::after {
    content: ""
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.Udkwc7nO4gpdkqmdwgBv .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.Udkwc7nO4gpdkqmdwgBv .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.Udkwc7nO4gpdkqmdwgBv .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.Udkwc7nO4gpdkqmdwgBv .report-infos h6 {
    font-weight: bold
}

.Udkwc7nO4gpdkqmdwgBv .report-infos .red {
    color: #fd5255
}

.Udkwc7nO4gpdkqmdwgBv .report-infos .green {
    color: #00a854
}

.Udkwc7nO4gpdkqmdwgBv .report-infos .black {
    color: #3b476a
}

.Udkwc7nO4gpdkqmdwgBv .report-infos .yellow {
    color: #ffa526
}

.Udkwc7nO4gpdkqmdwgBv .report-infos .blue {
    color: #415ab0
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set {
    padding: 0 .1066666667rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.Udkwc7nO4gpdkqmdwgBv .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item select,
.Udkwc7nO4gpdkqmdwgBv .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.Udkwc7nO4gpdkqmdwgBv .report-query-set .item select option,
.Udkwc7nO4gpdkqmdwgBv .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.Udkwc7nO4gpdkqmdwgBv .report-footer {
    background: rgba(0, 0, 0, 0)
}

.afiEP9XQshM78PbG0i7B .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.afiEP9XQshM78PbG0i7B .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.afiEP9XQshM78PbG0i7B .report-query-set .item.long span.text {
    width: 4.8rem
}

.afiEP9XQshM78PbG0i7B .report-query-set .item.long span.value {
    width: 12.48rem
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.afiEP9XQshM78PbG0i7B .report-query-set .item.query {
    padding: .65rem 0
}

.afiEP9XQshM78PbG0i7B .report-query-set .item .red {
    color: #fd5255
}

.afiEP9XQshM78PbG0i7B .report-query-set .item .green {
    color: #00a854
}

.afiEP9XQshM78PbG0i7B .report-query-set .item .black {
    color: #3b476a
}

.afiEP9XQshM78PbG0i7B .report-query-set .item .yellow {
    color: #ffa526
}

.afiEP9XQshM78PbG0i7B .report-query-set .item .blue {
    color: #415ab0
}

.afiEP9XQshM78PbG0i7B .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.afiEP9XQshM78PbG0i7B .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.afiEP9XQshM78PbG0i7B .report-icon-wrapper {
    min-height: 13.33rem
}

.afiEP9XQshM78PbG0i7B .report-data-set {
    margin: .8rem 0;
    position: relative
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.actions {
    justify-content: center
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.username,
.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.username .user::before,
.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .red {
    color: #fd5255
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .green {
    color: #00a854
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.afiEP9XQshM78PbG0i7B .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.afiEP9XQshM78PbG0i7B .report-data-set>.level span {
    color: #2c2a29
}

.afiEP9XQshM78PbG0i7B .report-data-set>.level span::after {
    content: ""
}

.afiEP9XQshM78PbG0i7B .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.afiEP9XQshM78PbG0i7B .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.afiEP9XQshM78PbG0i7B .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.afiEP9XQshM78PbG0i7B .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.afiEP9XQshM78PbG0i7B .report-infos h6 {
    font-weight: bold
}

.afiEP9XQshM78PbG0i7B .report-infos .red {
    color: #fd5255
}

.afiEP9XQshM78PbG0i7B .report-infos .green {
    color: #00a854
}

.afiEP9XQshM78PbG0i7B .report-infos .black {
    color: #3b476a
}

.afiEP9XQshM78PbG0i7B .report-infos .yellow {
    color: #ffa526
}

.afiEP9XQshM78PbG0i7B .report-infos .blue {
    color: #415ab0
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.afiEP9XQshM78PbG0i7B .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.afiEP9XQshM78PbG0i7B .report-data-set {
    padding: 0 .1066666667rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.afiEP9XQshM78PbG0i7B .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.afiEP9XQshM78PbG0i7B .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.afiEP9XQshM78PbG0i7B .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.afiEP9XQshM78PbG0i7B .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.afiEP9XQshM78PbG0i7B .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.afiEP9XQshM78PbG0i7B .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.afiEP9XQshM78PbG0i7B .report-query-set .item select,
.afiEP9XQshM78PbG0i7B .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.afiEP9XQshM78PbG0i7B .report-query-set .item select option,
.afiEP9XQshM78PbG0i7B .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.afiEP9XQshM78PbG0i7B .report-footer {
    background: rgba(0, 0, 0, 0)
}

.afiEP9XQshM78PbG0i7B>.my-infos {
    height: 6.93rem;
    margin-top: .53rem;
    position: relative;
    border-radius: .43rem;
    color: #fff;
    background: #415ab0
}

.afiEP9XQshM78PbG0i7B>.my-infos>.top {
    text-align: center;
    padding-top: 1.17rem
}

.afiEP9XQshM78PbG0i7B>.my-infos>.top>.money {
    font-size: 1.81rem;
    margin-top: .53rem
}

.afiEP9XQshM78PbG0i7B .rules {
    display: flex;
    height: 1.33rem;
    padding: 0 .53rem;
    box-sizing: border-box;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    border-bottom-left-radius: .43rem;
    border-bottom-right-radius: .43rem
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item.long span.text {
    width: 4.8rem
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item.long span.value {
    width: 12.48rem
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item.query {
    padding: .65rem 0
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item .red {
    color: #fd5255
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item .green {
    color: #00a854
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item .black {
    color: #3b476a
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item .yellow {
    color: #ffa526
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item .blue {
    color: #415ab0
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.x6AUqOJH8XGenGQ5fxCx .report-icon-wrapper {
    min-height: 13.33rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set {
    margin: .8rem 0;
    position: relative
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.actions {
    justify-content: center
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.username,
.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.username .user::before,
.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .red {
    color: #fd5255
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .green {
    color: #00a854
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.level span {
    color: #2c2a29
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.level span::after {
    content: ""
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.x6AUqOJH8XGenGQ5fxCx .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.x6AUqOJH8XGenGQ5fxCx .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.x6AUqOJH8XGenGQ5fxCx .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.x6AUqOJH8XGenGQ5fxCx .report-infos h6 {
    font-weight: bold
}

.x6AUqOJH8XGenGQ5fxCx .report-infos .red {
    color: #fd5255
}

.x6AUqOJH8XGenGQ5fxCx .report-infos .green {
    color: #00a854
}

.x6AUqOJH8XGenGQ5fxCx .report-infos .black {
    color: #3b476a
}

.x6AUqOJH8XGenGQ5fxCx .report-infos .yellow {
    color: #ffa526
}

.x6AUqOJH8XGenGQ5fxCx .report-infos .blue {
    color: #415ab0
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set {
    padding: 0 .1066666667rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.x6AUqOJH8XGenGQ5fxCx .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item select,
.x6AUqOJH8XGenGQ5fxCx .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.x6AUqOJH8XGenGQ5fxCx .report-query-set .item select option,
.x6AUqOJH8XGenGQ5fxCx .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.x6AUqOJH8XGenGQ5fxCx .report-footer {
    background: rgba(0, 0, 0, 0)
}

.x6AUqOJH8XGenGQ5fxCx>.my-infos {
    height: 6.93rem;
    margin-top: .53rem;
    position: relative;
    overflow: hidden;
    border-radius: .43rem;
    color: #fff;
    background: #415ab0
}

.x6AUqOJH8XGenGQ5fxCx>.my-infos>.top {
    text-align: center;
    margin-top: 1.17rem
}

.x6AUqOJH8XGenGQ5fxCx>.my-infos>.top>.money {
    font-size: 1.17rem;
    margin-top: .53rem
}

.x6AUqOJH8XGenGQ5fxCx>.my-infos>.bottom {
    display: flex;
    padding: 0 1.07rem;
    margin-top: 1.6rem;
    justify-content: space-between
}

.x6AUqOJH8XGenGQ5fxCx>.my-infos>button {
    color: #fff;
    padding: 0 .53rem;
    position: absolute;
    right: 1.07rem;
    background-color: #fea768;
    font-size: .64rem;
    border-radius: .21rem
}

.x6AUqOJH8XGenGQ5fxCx>.my-infos>button.my {
    top: 1.42rem
}

.x6AUqOJH8XGenGQ5fxCx>.my-infos>button.create {
    top: 2.91rem
}

.x6AUqOJH8XGenGQ5fxCx div.report-data-set {
    min-height: auto !important
}

.x6AUqOJH8XGenGQ5fxCx div.report-data-set>.data-item.actived {
    border: .16rem solid #3ac394;
    padding: .48rem
}

.x6AUqOJH8XGenGQ5fxCx div.report-data-set>.data-item.actived::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: -0.11rem;
    width: 1.6rem;
    height: 1.6rem;
    background-size: 100% 100%
}

.x6AUqOJH8XGenGQ5fxCx>div.send {
    line-height: 1.28rem;
    color: #3b476a;
    height: 4rem;
    position: relative
}

.x6AUqOJH8XGenGQ5fxCx>div.manual-actions {
    padding: 0 .64rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box
}

.x6AUqOJH8XGenGQ5fxCx>div.manual-actions>div {
    height: 1.92rem;
    display: flex;
    align-items: center;
    width: 11.73rem;
    flex-wrap: wrap
}

.x6AUqOJH8XGenGQ5fxCx>div.manual-actions>div div {
    width: 100%;
    color: #999
}

.x6AUqOJH8XGenGQ5fxCx>div.manual-actions>span {
    display: inline-block;
    height: 1.87rem;
    line-height: 1.87rem;
    width: 4.27rem;
    background-color: #415ab0;
    color: #fff;
    border-radius: .21rem;
    font-size: .75rem;
    text-align: center
}

.x6AUqOJH8XGenGQ5fxCx>.my-infos {
    height: 6.93rem;
    margin-top: .53rem;
    position: relative;
    overflow: hidden;
    border-radius: .43rem;
    color: #fff;
    background-image: var(--color-主渐变)
}

.WJrK0fKwSEexTzo5LzVV .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item.long span.text {
    width: 4.8rem
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item.long span.value {
    width: 12.48rem
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item.query {
    padding: .65rem 0
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item .red {
    color: #fd5255
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item .green {
    color: #00a854
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item .black {
    color: #3b476a
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item .yellow {
    color: #ffa526
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item .blue {
    color: #415ab0
}

.WJrK0fKwSEexTzo5LzVV .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.WJrK0fKwSEexTzo5LzVV .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.WJrK0fKwSEexTzo5LzVV .report-icon-wrapper {
    min-height: 13.33rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set {
    margin: .8rem 0;
    position: relative
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.actions {
    justify-content: center
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.username,
.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.username .user::before,
.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .red {
    color: #fd5255
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .green {
    color: #00a854
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.level span {
    color: #2c2a29
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.level span::after {
    content: ""
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.WJrK0fKwSEexTzo5LzVV .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.WJrK0fKwSEexTzo5LzVV .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.WJrK0fKwSEexTzo5LzVV .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.WJrK0fKwSEexTzo5LzVV .report-infos h6 {
    font-weight: bold
}

.WJrK0fKwSEexTzo5LzVV .report-infos .red {
    color: #fd5255
}

.WJrK0fKwSEexTzo5LzVV .report-infos .green {
    color: #00a854
}

.WJrK0fKwSEexTzo5LzVV .report-infos .black {
    color: #3b476a
}

.WJrK0fKwSEexTzo5LzVV .report-infos .yellow {
    color: #ffa526
}

.WJrK0fKwSEexTzo5LzVV .report-infos .blue {
    color: #415ab0
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.WJrK0fKwSEexTzo5LzVV .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.WJrK0fKwSEexTzo5LzVV .report-data-set {
    padding: 0 .1066666667rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.WJrK0fKwSEexTzo5LzVV .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.WJrK0fKwSEexTzo5LzVV .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.WJrK0fKwSEexTzo5LzVV .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.WJrK0fKwSEexTzo5LzVV .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item select,
.WJrK0fKwSEexTzo5LzVV .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.WJrK0fKwSEexTzo5LzVV .report-query-set .item select option,
.WJrK0fKwSEexTzo5LzVV .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.WJrK0fKwSEexTzo5LzVV .report-footer {
    background: rgba(0, 0, 0, 0)
}

.WJrK0fKwSEexTzo5LzVV>.my-infos {
    height: 6.93rem;
    margin-top: .53rem;
    position: relative;
    border-radius: .43rem;
    color: #fff;
    background: #415ab0
}

.WJrK0fKwSEexTzo5LzVV>.my-infos>.top {
    text-align: center;
    padding-top: 1.17rem
}

.WJrK0fKwSEexTzo5LzVV>.my-infos>.top>.money {
    font-size: 1.81rem;
    margin-top: .53rem
}

.WJrK0fKwSEexTzo5LzVV .rules {
    display: flex;
    height: 1.33rem;
    padding: 0 .53rem;
    box-sizing: border-box;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    border-bottom-left-radius: .43rem;
    border-bottom-right-radius: .43rem
}

.WJrK0fKwSEexTzo5LzVV>.ext-info {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #415ab0
}

.WJrK0fKwSEexTzo5LzVV>.my-infos {
    height: 6.93rem;
    margin-top: .53rem;
    position: relative;
    border-radius: .43rem;
    color: #fff;
    background-image: linear-gradient(66deg, #247bf4 0%, #8bc1ff 100%)
}

.c3xPwjyGZKQ_bUe4ooKs {
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.c3xPwjyGZKQ_bUe4ooKs .search-box {
    background-color: #fff;
    padding: .64rem;
    margin: .2133rem .64rem;
    border-radius: .2133rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, .3)
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: #0f0f0f
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .value .actived {
    color: #027aff
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .valueText {
    font-size: .64rem;
    color: #0f0f0f
}

.c3xPwjyGZKQ_bUe4ooKs .data-item {
    padding: .53333rem;
    margin-bottom: .53333rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, .1);
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .username {
    color: #666
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .row.two-item {
    justify-content: flex-start
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .row .bet-result {
    margin-right: .75rem
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .red {
    color: #fd5255
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .green {
    color: #00a854
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .gray {
    color: #71717a
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .text-value {
    font-size: .746667rem;
    color: #605161
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .JSONDeposit {
    text-decoration: underline;
    color: #027aff !important
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .data-set {
    width: 33%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .data-full>.gray {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .disabled {
    cursor: not-allowed;
    opacity: .6
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #d7d5d5
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #605161;
    font-size: .746667rem
}

.c3xPwjyGZKQ_bUe4ooKs .contents {
    padding-top: .53333rem
}

.c3xPwjyGZKQ_bUe4ooKs .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5;
    align-items: center
}

.c3xPwjyGZKQ_bUe4ooKs .contents .text {
    min-width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.c3xPwjyGZKQ_bUe4ooKs .contents .value {
    margin-left: .53333rem;
    margin-right: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c3xPwjyGZKQ_bUe4ooKs .contents .value.play {
    color: #a17df5;
    margin-bottom: 5px;
    margin-top: 10px
}

.c3xPwjyGZKQ_bUe4ooKs .contents .red {
    color: #fd5255
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .275rem
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-code .code-text {
    font-weight: 600;
    line-height: .85333rem;
    font-size: .8125rem
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    margin-left: 8px
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-details>div {
    margin-right: 10px
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-details>div p {
    padding: 2px 0;
    white-space: normal;
    margin-bottom: 3px
}

.c3xPwjyGZKQ_bUe4ooKs .tips {
    font-size: .64rem;
    margin: .53333rem .64rem;
    color: #0f0f0f
}

.c3xPwjyGZKQ_bUe4ooKs .list {
    margin-top: .8rem
}

.c3xPwjyGZKQ_bUe4ooKs .report-data-set {
    height: calc(100vh - 11.5rem);
    overflow-y: scroll;
    padding: .53333rem .64rem;
    box-sizing: border-box
}

.lHoCH8sWYyk0azl2Tzs9 {
    margin-right: .6rem
}

.lHoCH8sWYyk0azl2Tzs9>span {
    color: #027aff;
    font-size: .7467rem
}

.lHoCH8sWYyk0azl2Tzs9>span>svg {
    margin-top: .2133rem !important
}

.c3xPwjyGZKQ_bUe4ooKs {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: .53333rem
}

.c3xPwjyGZKQ_bUe4ooKs .search-box {
    background-color: var(--color-彈窗1);
    padding: .64rem;
    margin: .2133rem 0;
    border-radius: .64rem;
    margin-bottom: .8533rem
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .search-btn {
    height: auto;
    display: flex;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: var(--color-主渐变);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: .8533333333rem
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .text {
    width: 25%;
    font-size: .64rem;
    color: var(--text-文字副)
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    font-size: .64rem;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .value>select {
    width: 100%;
    height: 100%;
    border: 0;
    color: var(--text-文字主);
    outline: none;
    background: var(--color-彈窗1)
}

.c3xPwjyGZKQ_bUe4ooKs .search-box .valueText {
    font-size: .64rem;
    color: var(--text-文字主)
}

.c3xPwjyGZKQ_bUe4ooKs .data-item {
    padding: .64rem .8533rem;
    margin-bottom: .53333rem;
    background-color: var(--color-彈窗1);
    box-sizing: border-box;
    border-radius: .64rem;
    position: relative;
    transition: .5s height
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .mark {
    width: .16rem;
    height: .7466666667rem;
    border-radius: .5333333333rem;
    background: var(--color-主渐变);
    margin-right: .2666666667rem
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .username {
    color: var(--text-文字主)
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: .266667rem;
    font-size: .64rem;
    align-items: center
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .row .bet-result {
    margin-right: .75rem
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .row .bet-result .otherStatus {
    background: #e7ecf5;
    padding: .16rem .4266rem;
    color: #e07900;
    text-align: center;
    border-radius: .4266rem
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .row .transfer-btn.gray {
    color: var(--text-文字强调) !important;
    background: rgba(0, 0, 0, 0)
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .red {
    color: #fd5255
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .green {
    color: #00a854
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .gray {
    color: var(--text-文字副)
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .text-value {
    font-size: .8533rem;
    color: #121b47
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .data-set {
    width: 5.4933rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .data-full {
    width: 100%;
    display: flex;
    padding: 2px 0
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .data-full-between {
    width: 100%;
    padding-left: .53333rem;
    padding-right: .53333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .53333rem;
    box-sizing: border-box
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .button {
    padding: 1px 5px;
    min-width: 0;
    line-height: 1.06667rem;
    font-size: .64rem;
    height: 1.06667rem;
    letter-spacing: 0;
    background: #a6739b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 6px -2px #d3a3c9
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .line {
    width: 100%;
    margin-top: .53333rem;
    margin-bottom: .53333rem;
    border-bottom: 1px solid #f2f3f7;
    border: none
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .total-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: var(--text-文字主);
    font-size: .746667rem;
    position: relative;
    text-align: left;
    padding-left: .2666666667rem
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .total-text::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background-image: url(../images/outcache/rect.b15c.png);
    background-size: 100% auto
}

.c3xPwjyGZKQ_bUe4ooKs .data-item .total-text::before {
    background: var(--color-主渐变)
}

.c3xPwjyGZKQ_bUe4ooKs .contents {
    padding-top: .53333rem
}

.c3xPwjyGZKQ_bUe4ooKs .contents .row {
    display: flex;
    margin-bottom: .53333rem;
    padding-bottom: .53333rem;
    font-size: .746667rem;
    border-bottom: 1px solid #d7d5d5
}

.c3xPwjyGZKQ_bUe4ooKs .contents .text {
    width: 4.26667rem;
    text-align: right;
    color: #ada8a8
}

.c3xPwjyGZKQ_bUe4ooKs .contents .value {
    margin-left: .53333rem;
    color: #666
}

.c3xPwjyGZKQ_bUe4ooKs .contents .red {
    color: #fd5255
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-code {
    margin-top: .26667rem;
    border-radius: .21333rem;
    background-color: #eceaea;
    padding: .26667rem
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-code .code-text {
    font-weight: .746667rem;
    line-height: .85333rem
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-text {
    font-size: .96rem;
    font-weight: 600;
    margin-top: .53333rem;
    margin-bottom: .53333rem
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-details {
    border-width: 1px;
    background-color: #fff;
    border-radius: .21333rem;
    border-color: gray;
    padding: .53333rem 0;
    margin-bottom: .53333rem;
    width: 100%
}

.c3xPwjyGZKQ_bUe4ooKs .contents .bet-details>p {
    width: 100%;
    padding: 2px 0
}

.c3xPwjyGZKQ_bUe4ooKs .tips {
    font-size: .64rem;
    margin: .53333rem auto 0 auto;
    color: #da0000;
    text-align: center
}

.c3xPwjyGZKQ_bUe4ooKs .list {
    margin-top: .8rem
}

.c3xPwjyGZKQ_bUe4ooKs .report-data-set {
    height: calc(100vh - 16rem);
    overflow-y: scroll;
    padding: .53333rem .1066666667rem;
    box-sizing: border-box
}

.c3xPwjyGZKQ_bUe4ooKs .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.c3xPwjyGZKQ_bUe4ooKs .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.lHoCH8sWYyk0azl2Tzs9 {
    margin-right: .6rem
}

.lHoCH8sWYyk0azl2Tzs9>span {
    color: #027aff;
    font-size: .7467rem
}

.lHoCH8sWYyk0azl2Tzs9>span>svg {
    margin-top: .2133rem !important
}

.JLW2s_a7CbA_kucuM3wi .search-box {
    margin: 0 auto .8533rem auto;
    border-radius: .4266666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .value {
    font-size: .7466666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .text {
    color: #99a0b1;
    font-size: .7466666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .valueText {
    font-size: .7466666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .item {
    position: relative
}

.JLW2s_a7CbA_kucuM3wi .search-box .item svg {
    position: absolute;
    right: .2666666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .item select {
    appearance: none
}

.JLW2s_a7CbA_kucuM3wi .report-data-set {
    margin: .8rem 0 0 0;
    position: relative;
    height: calc(100vh - 18rem);
    padding: .53333rem .1066666667rem;
    overflow-y: scroll;
    box-sizing: border-box
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item {
    margin-bottom: .53rem;
    border-radius: .64rem;
    box-sizing: border-box;
    padding: .64rem;
    position: relative;
    transition: .5s height
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: var(--text-文字副);
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.actions {
    justify-content: flex-end
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.actions>span {
    color: var(--text-文字主);
    background: var(--color-主渐变);
    display: flex;
    padding: .1066666667rem .64rem .1066666667rem .64rem;
    margin: 0 .27rem;
    border-radius: 1.1733333333rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.username,
.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.header {
    font-size: .8533333333rem;
    margin-bottom: .53rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.username .mark,
.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.header .mark {
    display: inline-block
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.username>span>svg,
.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.header>span>svg {
    font-size: 1.07rem;
    margin: 0 !important;
    margin-right: .27rem !important
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .red {
    color: #fd5255
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .green {
    color: #00a854
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .black {
    color: var(--text-文字主)
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.JLW2s_a7CbA_kucuM3wi .report-data-set .level {
    margin-bottom: .64rem;
    font-size: .8533333333rem;
    line-height: 1.1733333333rem;
    font-weight: 500;
    color: var(--text-文字强调)
}

.JLW2s_a7CbA_kucuM3wi .report-data-set .level span::after {
    content: " > "
}

.JLW2s_a7CbA_kucuM3wi .report-data-set .level span:nth-last-of-type(1)::after {
    content: ""
}

.JLW2s_a7CbA_kucuM3wi .pool-tips {
    margin: 10px 0 0;
    text-align: center;
    color: var(--text-文字副)
}

.JLW2s_a7CbA_kucuM3wi .search-box {
    margin: 0 auto .8533rem auto;
    border-radius: 0 0 .4266666667rem .4266666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .value {
    font-size: .7466666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .text {
    color: #99a0b1;
    font-size: .7466666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .valueText {
    font-size: .7466666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .item {
    position: relative
}

.JLW2s_a7CbA_kucuM3wi .search-box .item svg {
    position: absolute;
    right: .2666666667rem
}

.JLW2s_a7CbA_kucuM3wi .search-box .item select {
    appearance: none
}

.JLW2s_a7CbA_kucuM3wi .rebate-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem 2rem;
    background: var(--color-主渐变);
    border-radius: .4266666667rem .4266666667rem 0 0;
    color: var(--text-文字主)
}

.JLW2s_a7CbA_kucuM3wi .rebate-box .rebate-num {
    margin-top: .5rem;
    font-size: 1.0666666667rem;
    font-weight: 600
}

.JLW2s_a7CbA_kucuM3wi .rebate-box.radius {
    border-radius: .64rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set {
    margin: .8rem 0 0 0;
    position: relative;
    height: calc(100vh - 18rem);
    padding: .53333rem .1066666667rem;
    overflow-y: scroll;
    box-sizing: border-box
}

.JLW2s_a7CbA_kucuM3wi .report-data-set.pool {
    height: auto;
    max-height: calc(100vh - 18.5rem)
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item {
    margin-bottom: .53rem;
    border-radius: .64rem;
    box-sizing: border-box;
    padding: .64rem;
    position: relative;
    transition: .5s height
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div>em {
    color: var(--text-文字主)
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.actions {
    justify-content: flex-end
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.actions>span {
    color: #415ab0;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    padding: .1066666667rem .64rem .1066666667rem .64rem;
    margin: 0 .27rem;
    border-radius: 1.1733333333rem;
    border: 1px solid #dbeaff
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.username,
.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.header {
    color: #1e1e1e;
    font-size: .8533333333rem;
    margin-bottom: .53rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.username .mark,
.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.header .mark {
    width: .16rem;
    height: 0.5466666667rem;
    border-radius: 0.5333333333rem;
    background: #415ab0;
    margin-right: 0.2666666667rem;
    display: inline-block
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.username>span>svg,
.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.header>span>svg {
    font-size: 1.07rem;
    margin: 0 !important;
    margin-right: .27rem !important
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.same-width>div>em {
    color: var(--text-文字主)
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.same-width>div .statusInfo {
    float: right;
    padding: 1px 4px;
    background: #eee;
    border-radius: 4px
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.same-width.pool-date {
    color: var(--text-文字主);
    font-size: .7467rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.same-width.pool-date>img {
    margin-right: .2667rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.trigger-user>div {
    display: flex
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div.trigger-user>div>em {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 12.2667rem;
    display: inline-block
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .red {
    color: #fd5255
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .green {
    color: #00a854
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .black {
    color: #3b476a
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.JLW2s_a7CbA_kucuM3wi .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.JLW2s_a7CbA_kucuM3wi .report-data-set .level {
    margin-bottom: .64rem;
    font-size: .8533333333rem;
    line-height: 1.1733333333rem;
    font-weight: 500;
    color: #1e1e1e
}

.JLW2s_a7CbA_kucuM3wi .report-data-set .level span {
    color: #1e1e1e
}

.JLW2s_a7CbA_kucuM3wi .report-data-set .level span::after {
    content: " > "
}

.JLW2s_a7CbA_kucuM3wi .report-data-set .level span:nth-last-of-type(1)::after {
    content: ""
}

.easterEggPopup.myPage {
    height: 740px !important
}

.easterEggPopup .wrapper {
    padding: 0 .5333rem
}

.easterEggPopup .username {
    margin: 1.0667rem 0;
    font-size: .96rem;
    font-weight: bold
}

.easterEggPopup .trigger-user {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.easterEggPopup .trigger-user>span {
    text-align: center;
    border: 1px solid #333;
    font-size: .7467rem;
    padding: .5333rem 0
}

.BPunRB4Rdn8FjCjEmbOT {
    height: 100%;
    background: var(--color-背景1);
    box-sizing: border-box;
    overflow: auto;
    padding: 0 .6rem;
    padding-top: 2.4rem
}

.BPunRB4Rdn8FjCjEmbOT>.tabs {
    height: 1.87rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgab(80, 12, 150, 0.1);
    border-radius: .21rem;
    margin: .53rem 0;
    padding: 0 1.5rem
}

.BPunRB4Rdn8FjCjEmbOT>.tabs>span {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    color: var(--text-文字副);
    border-bottom: 1px solid var(--color-彈窗1);
    line-height: 1.67rem
}

.BPunRB4Rdn8FjCjEmbOT>.tabs>span.actived {
    color: var(--text-文字强调);
    font-size: .75rem;
    font-weight: 500;
    border-bottom: .25rem solid #95352e;
    line-height: 1.47rem
}

.STLVz_IT8PipsnjjY4Ci .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item.long span.text {
    width: 4.8rem
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item.long span.value {
    width: 12.48rem
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item.query {
    padding: .65rem 0
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item .red {
    color: #fd5255
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item .green {
    color: #00a854
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item .black {
    color: #3b476a
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item .yellow {
    color: #ffa526
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item .blue {
    color: #415ab0
}

.STLVz_IT8PipsnjjY4Ci .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.STLVz_IT8PipsnjjY4Ci .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.STLVz_IT8PipsnjjY4Ci .report-icon-wrapper {
    min-height: 13.33rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set {
    margin: .8rem 0;
    position: relative
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.actions {
    justify-content: center
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.username,
.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.username .user::before,
.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .red {
    color: #fd5255
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .green {
    color: #00a854
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.level span {
    color: #2c2a29
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.level span::after {
    content: ""
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.STLVz_IT8PipsnjjY4Ci .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.STLVz_IT8PipsnjjY4Ci .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.STLVz_IT8PipsnjjY4Ci .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.STLVz_IT8PipsnjjY4Ci .report-infos h6 {
    font-weight: bold
}

.STLVz_IT8PipsnjjY4Ci .report-infos .red {
    color: #fd5255
}

.STLVz_IT8PipsnjjY4Ci .report-infos .green {
    color: #00a854
}

.STLVz_IT8PipsnjjY4Ci .report-infos .black {
    color: #3b476a
}

.STLVz_IT8PipsnjjY4Ci .report-infos .yellow {
    color: #ffa526
}

.STLVz_IT8PipsnjjY4Ci .report-infos .blue {
    color: #415ab0
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.STLVz_IT8PipsnjjY4Ci .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.STLVz_IT8PipsnjjY4Ci .report-data-set {
    padding: 0 .1066666667rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.STLVz_IT8PipsnjjY4Ci .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.STLVz_IT8PipsnjjY4Ci .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.STLVz_IT8PipsnjjY4Ci .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.STLVz_IT8PipsnjjY4Ci .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item select,
.STLVz_IT8PipsnjjY4Ci .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .item select option,
.STLVz_IT8PipsnjjY4Ci .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.STLVz_IT8PipsnjjY4Ci .report-footer {
    background: rgba(0, 0, 0, 0)
}

.STLVz_IT8PipsnjjY4Ci {
    padding-top: .45rem
}

.STLVz_IT8PipsnjjY4Ci .rules {
    display: flex;
    height: 1.33rem;
    padding: 0 .53rem;
    box-sizing: border-box;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    border-bottom-left-radius: .43rem;
    border-bottom-right-radius: .43rem
}

.STLVz_IT8PipsnjjY4Ci .showCommission {
    margin-left: .5333333333rem;
    color: #3d73fe;
    text-decoration: underline
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width.first {
    justify-content: flex-start
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width input {
    height: 28px;
    width: 220px
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width .btn {
    color: #333;
    display: block;
    background-color: #d5d5d7;
    padding: 0 20px;
    line-height: 27px;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
    border: none;
    line-height: 30px
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width .btn.active {
    background-color: #4185f7;
    color: #fff
}

.table {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18.6666666667rem;
    border-radius: .8rem;
    background: #fff;
    transform: translate(-50%, -50%)
}

.table .modal-header {
    width: 100%;
    line-height: 2.1333333333rem;
    font-size: .7466666667rem;
    font-weight: 400;
    background: linear-gradient(148deg, #8fafff, #4982eb 54.78%, #0d5ada);
    color: #fff;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
    text-align: center
}

.table table {
    width: 100%;
    border-radius: .8rem
}

.table table tr:first-child {
    background: #f0f4f8;
    height: 1.92rem
}

.table table tr:nth-child(2n) {
    background: #fff
}

.table table tr:nth-child(odd) {
    background: #eef4ff
}

.table table tr:last-child td:last-child {
    border-radius: 0 0 .64rem 0
}

.table table tr:last-child td:first-child {
    border-radius: 0 0 0 .64rem
}

.table table tr td {
    height: 1.92rem;
    line-height: 1.92rem;
    color: #1e2638;
    text-align: center
}

.STLVz_IT8PipsnjjY4Ci {
    padding-top: .45rem
}

.STLVz_IT8PipsnjjY4Ci .rules {
    display: flex;
    height: 1.33rem;
    padding: 0 .53rem;
    box-sizing: border-box;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    border-bottom-left-radius: .43rem;
    border-bottom-right-radius: .43rem
}

.STLVz_IT8PipsnjjY4Ci .showCommission {
    color: #3d73fe;
    text-decoration: underline
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    color: var(--text-文字主)
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width.first {
    justify-content: flex-start
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width.first input {
    margin-left: .5333333333rem
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width input {
    height: 28px;
    width: 220px;
    background: var(--color-对话框1);
    color: var(--text-文字主)
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width .btn {
    color: var(--text-文字副);
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--text-文字副);
    padding: 0 20px;
    line-height: 27px;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 30px
}

.STLVz_IT8PipsnjjY4Ci .report-query-set .same-width .btn.active {
    background: var(--color-主渐变);
    color: var(--text-文字主);
    border: none
}

.table .modal-header {
    background: var(--color-主渐变)
}

.IaNC3EYJl8IMudm2qCKk {
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    display: flex;
    flex-direction: column
}

@media screen and (orientation: landscape) {
    .IaNC3EYJl8IMudm2qCKk {
        height: 100%;
        overflow: hidden;
        margin-top: 0
    }
}

.IaNC3EYJl8IMudm2qCKk .msg-detail-cont {
    padding: 1rem 1rem;
    box-sizing: border-box;
    color: var(--text-文字主)
}

.IaNC3EYJl8IMudm2qCKk .msg-detail-cont p {
    line-height: 1.2rem
}

.IaNC3EYJl8IMudm2qCKk .chat-box {
    flex: 1
}

.IaNC3EYJl8IMudm2qCKk iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.IaNC3EYJl8IMudm2qCKk .type-list {
    display: flex;
    justify-content: center;
    padding: 2vh 0;
    background-color: var(--color-背景1)
}

.IaNC3EYJl8IMudm2qCKk .type-list .type {
    font-size: .7rem;
    color: var(--text-文字副);
    padding: 1vh 7vw
}

.IaNC3EYJl8IMudm2qCKk .type-list .type.active {
    color: #b00000;
    border-bottom: 2px solid #b00000
}

.IaNC3EYJl8IMudm2qCKk .post-list {
    width: 100%;
    height: calc(100% - 14vh);
    overflow: auto;
    background-color: var(--color-背景1)
}

.IaNC3EYJl8IMudm2qCKk .msg-title {
    color: var(--text-文字主);
    font-size: 1rem;
    font-weight: bolder;
    margin-top: 4vh;
    margin-bottom: 1vh;
    margin-left: 3vh
}

.IaNC3EYJl8IMudm2qCKk .msg-date {
    color: #999;
    font-size: .7rem;
    margin-left: 3vh
}

.IaNC3EYJl8IMudm2qCKk .line {
    margin-top: 3vh
}

.IaNC3EYJl8IMudm2qCKk .content {
    padding: 1rem 1rem;
    color: var(--text-文字主);
    font-size: 14px;
    height: 25.6rem
}

.IaNC3EYJl8IMudm2qCKk .msg-list {
    width: 100%;
    display: flex;
    justify-content: space-around
}

.IaNC3EYJl8IMudm2qCKk .msg-item {
    width: 90%
}

.IaNC3EYJl8IMudm2qCKk .check-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 10%;
    text-align: center;
    background: var(--color-彈窗1);
    border-bottom: 1px solid #51463f
}

.IaNC3EYJl8IMudm2qCKk .check-box input[type=checkbox] {
    width: 12px;
    height: 12px;
    appearance: none;
    opacity: 0
}

.IaNC3EYJl8IMudm2qCKk .check-box input[type=checkbox]+.checkbox-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADRSURBVHgB7ZWxDcIwEEXvgkWdEcIGpAtdCgo6sgEzZINskBFgBJeULtPBCNmAtICV4y4B5DpxOn/J0vlOet+6wh+BVRyyhCyeudzyiWG+NCoq9bVp8Qu/eQK76tgkVQyvBzjiBd/rUhvTwQwVeZb0CisEOMlW8LjfkQzQ0kabpgUPKvI8JvV8cNlFv6Yv+Mj6byGOYGEFg2AQDIJBMPBlMPzdEhLgSRLDrsFdClq9ancwGc4P7S1W463XKBlKaqHQt5RGEpVScEODH/HKyQhT2B9rfk49nZ94fAAAAABJRU5ErkJggg==) no-repeat center/100% 100%;
    pointer-events: none
}

.IaNC3EYJl8IMudm2qCKk .check-box input[type=checkbox]:checked+.checkbox-bg {
    background: url(../images/precache/ic-checked.fa8d.png) no-repeat center/100% 100%
}

.IaNC3EYJl8IMudm2qCKk .check-box-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 10%;
    text-align: center
}

.IaNC3EYJl8IMudm2qCKk .check-box-2 input[type=checkbox] {
    width: 12px;
    height: 12px;
    appearance: none;
    opacity: 0
}

.IaNC3EYJl8IMudm2qCKk .check-box-2 input[type=checkbox]+.checkbox-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADRSURBVHgB7ZWxDcIwEEXvgkWdEcIGpAtdCgo6sgEzZINskBFgBJeULtPBCNmAtICV4y4B5DpxOn/J0vlOet+6wh+BVRyyhCyeudzyiWG+NCoq9bVp8Qu/eQK76tgkVQyvBzjiBd/rUhvTwQwVeZb0CisEOMlW8LjfkQzQ0kabpgUPKvI8JvV8cNlFv6Yv+Mj6byGOYGEFg2AQDIJBMPBlMPzdEhLgSRLDrsFdClq9ancwGc4P7S1W463XKBlKaqHQt5RGEpVScEODH/HKyQhT2B9rfk49nZ94fAAAAABJRU5ErkJggg==) no-repeat center/100% 100%;
    pointer-events: none
}

.IaNC3EYJl8IMudm2qCKk .check-box-2 input[type=checkbox]:checked+.checkbox-bg {
    background: url(../images/precache/ic-checked.fa8d.png) no-repeat center/100% 100%
}

.IaNC3EYJl8IMudm2qCKk .del-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2vh;
    background-color: var(--color-背景1)
}

.IaNC3EYJl8IMudm2qCKk .del-box .text1 {
    color: var(--text-文字主);
    font-size: .7rem;
    line-height: 5.3vh
}

.IaNC3EYJl8IMudm2qCKk .del-box .btn-1,
.IaNC3EYJl8IMudm2qCKk .del-box .btn-2 {
    height: 28px;
    text-align: center;
    line-height: 28px;
    padding: 0 16px;
    border-radius: 22px;
    background: var(--color-主渐变);
    margin-left: 1rem;
    color: var(--text-文字主);
    font-size: .7rem;
    margin-top: .5vh
}

.IaNC3EYJl8IMudm2qCKk .del-box .btn-2 {
    height: 28px;
    text-align: center;
    line-height: 28px;
    padding: 0 16px;
    border-radius: 22px;
    margin-left: 1rem;
    font-size: .7rem;
    margin-top: .5vh
}

.IaNC3EYJl8IMudm2qCKk .message-item {
    width: 100%;
    padding: 1vh 5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #51463f;
    background: var(--color-彈窗1)
}

.IaNC3EYJl8IMudm2qCKk .message-item .left {
    width: 20%
}

.IaNC3EYJl8IMudm2qCKk .message-item .left i {
    width: 1.51rem;
    height: 1.51rem;
    border-radius: 50%;
    margin-top: .2vh;
    display: inline-block;
    background: url(../images/precache/img-logo.7ffc.png) no-repeat;
    background-size: contain;
    position: relative
}

.IaNC3EYJl8IMudm2qCKk .message-item .left i.unread::after {
    content: "";
    position: absolute;
    right: -0.1067rem;
    top: -0.1067rem;
    width: .4267rem;
    height: .4267rem;
    background: var(--text-文字强调);
    border-radius: 50%
}

.IaNC3EYJl8IMudm2qCKk .message-item .center {
    width: 70%
}

.IaNC3EYJl8IMudm2qCKk .message-item .center .message-title {
    font-weight: 700;
    color: var(--text-文字主);
    font-size: .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.IaNC3EYJl8IMudm2qCKk .message-item .center .date {
    font-size: .6rem;
    color: var(--text-文字副);
    margin-top: .54vh
}

.IaNC3EYJl8IMudm2qCKk .message-item .right {
    width: 10%;
    box-sizing: border-box;
    padding-top: 1vh;
    font-size: 1rem;
    color: #51463f
}

.RGxsT8iGWqj_no_Jb6_w {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    overflow-y: auto;
    background: var(--color-背景1)
}

.RGxsT8iGWqj_no_Jb6_w .contents {
    padding: .8rem
}

.RGxsT8iGWqj_no_Jb6_w .box .infos {
    height: 9.0667rem;
    margin-bottom: .5333rem;
    color: #fff;
    background: var(--color-主渐变);
    position: relative;
    border-radius: .64rem
}

.RGxsT8iGWqj_no_Jb6_w .box .infos .infoTop {
    padding-left: .7467rem;
    padding-top: 1.1733rem
}

.RGxsT8iGWqj_no_Jb6_w .box .infos .infoBot {
    padding-left: .7467rem;
    padding-top: 1rem
}

.RGxsT8iGWqj_no_Jb6_w .box .infos .infoMoney {
    font-size: 1.28rem;
    font-weight: 700;
    color: #fcfbfa
}

.RGxsT8iGWqj_no_Jb6_w .box .balance-box {
    padding: .2rem;
    border-radius: .64rem;
    background: var(--color-彈窗1)
}

.RGxsT8iGWqj_no_Jb6_w .box .shield {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    color: var(--text-文字主);
    font-size: .7467rem;
    font-weight: 400;
    margin-top: .2667rem;
    padding-bottom: .5333rem;
    align-items: center
}

.RGxsT8iGWqj_no_Jb6_w .box .shield>i {
    display: inline-block;
    width: 1.706667rem;
    height: .85333rem;
    margin-right: .2rem
}

.RGxsT8iGWqj_no_Jb6_w .box .shield>i.on {
    background: url(../images/outcache/ic-on.e7a7.png) no-repeat center;
    background-size: 100% 100%
}

.RGxsT8iGWqj_no_Jb6_w .box .shield>i.off {
    background: url(../images/outcache/ic-off.4e28.png) no-repeat center;
    background-size: 100% 100%
}

.RGxsT8iGWqj_no_Jb6_w .box .infoText {
    font-size: .7467rem;
    font-weight: 400;
    color: #fbf6f1;
    display: flex;
    align-items: center;
    margin-bottom: .4rem
}

.RGxsT8iGWqj_no_Jb6_w .box .platform-balance {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.RGxsT8iGWqj_no_Jb6_w .box .platform-balance .item:not(:nth-child(3n)) {
    border-right: .0533rem solid;
    border-image: linear-gradient(180deg, rgba(47, 39, 71, 0.004) 0%, rgba(77, 77, 77, 0.1) 44.79%, rgba(77, 77, 77, 0.004) 100%)
}

.RGxsT8iGWqj_no_Jb6_w .box .item {
    margin-bottom: .5333rem;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    height: 3.4133rem;
    background: var(--color-对话框1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: .4267rem
}

.RGxsT8iGWqj_no_Jb6_w .box .name {
    color: var(--text-文字副);
    width: "100%";
    text-align: center;
    font-weight: 400;
    font-size: .64rem
}

.RGxsT8iGWqj_no_Jb6_w .box .balance {
    width: 100%;
    text-align: center;
    color: var(--text-文字主);
    font-weight: 700;
    font-size: .96rem;
    word-break: break-all;
    margin-top: .1rem
}

.RGxsT8iGWqj_no_Jb6_w .box .button {
    height: 1.3333rem;
    min-width: 4.5867rem;
    background: linear-gradient(121.86deg, #ffd9b2 3.36%, #ca9c6c 49.27%);
    border-radius: 1.28rem;
    border: none;
    color: #4f4439;
    border-radius: 1.6533rem;
    font-size: .64rem;
    font-weight: 400;
    line-height: 1.3333rem;
    text-indent: .64rem;
    margin-left: .32rem
}

.RGxsT8iGWqj_no_Jb6_w .box .button i {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    background: url(../images/outcache/ic-money.8960.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    top: .16rem;
    left: -0.16rem
}

.RGxsT8iGWqj_no_Jb6_w .box .buttonText {
    font-size: .64rem;
    letter-spacing: 0rem
}

.RGxsT8iGWqj_no_Jb6_w .auto-tran-box {
    display: flex;
    align-items: center;
    width: 5.7375rem;
    height: 1.75rem;
    text-align: center;
    top: 0;
    position: absolute;
    right: 0;
    justify-content: space-evenly;
    text-indent: .5333rem;
    background: linear-gradient(121.86deg, #ffd9b2 3.36%, #ca9c6c 49.27%);
    background-size: 100% 100%;
    margin-top: .96rem;
    border-top-left-radius: 1.28rem;
    border-bottom-left-radius: 1.28rem
}

.RGxsT8iGWqj_no_Jb6_w .auto-tran-box .auto-tran-text {
    font-size: .64rem;
    font-weight: 400;
    color: #000
}

.RGxsT8iGWqj_no_Jb6_w .auto-tran-box i {
    display: inline-block;
    width: 1.706667rem;
    height: .85333rem
}

.RGxsT8iGWqj_no_Jb6_w .auto-tran-box i.on {
    background: url(../images/outcache/ic-on.e7a7.png) no-repeat center;
    background-size: 100% 100%
}

.RGxsT8iGWqj_no_Jb6_w .auto-tran-box i.off {
    background: url(../images/outcache/ic-off.4e28.png) no-repeat center;
    background-size: 100% 100%
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .box {
    border: none;
    background: none;
    display: grid
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .money-content {
    background: var(--color-彈窗1);
    border-radius: .64rem;
    padding: .4rem;
    margin: .64rem 0
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .boxText {
    color: var(--text-文字主);
    font-size: .64rem;
    font-weight: 400;
    margin: .6rem 0
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platform {
    display: flex;
    height: 7.46667rem;
    align-items: center;
    flex-direction: column;
    width: 14.875rem;
    justify-content: space-between;
    padding-bottom: .64rem;
    box-sizing: border-box
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platform button {
    padding: 0rem;
    width: 80%;
    border: none;
    background-color: none
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platform .platformItem {
    height: 2.1333rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border-bottom: .0533rem solid #736760;
    justify-content: flex-start;
    flex-direction: row;
    line-height: 2.1333rem
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platform .platformName {
    text-align: center;
    color: var(--text-文字副);
    font-size: .64rem;
    font-weight: 400
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platform .platformOut {
    width: 2.05rem;
    height: 1.12rem;
    font-size: .64rem;
    font-weight: 400;
    color: #fff;
    background: var(--color-主渐变);
    text-align: center;
    line-height: 1.12rem;
    margin: 0 .5333rem;
    border-radius: .5rem
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platform .platformEnter {
    width: 2.05rem;
    height: 1.12rem;
    font-size: .64rem;
    font-weight: 400;
    color: #fff;
    background: var(--color-主渐变);
    text-align: center;
    line-height: 1.12rem;
    margin: 0 .5333rem;
    border-radius: .5rem
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platform .arrow {
    width: 20%;
    text-align: center;
    font-size: 1.6rem;
    color: #9333ea
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platformBox {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: stretch;
    background: var(--color-彈窗1);
    margin-top: .64rem;
    border-radius: .64rem
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platformBox .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    color: var(--text-文字主)
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platformBox .vertical-text>span {
    display: inline-block;
    width: .426667rem;
    height: 3.36rem;
    background: url(../images/outcache/progress-bar.ee51.png) no-repeat center center;
    background-size: 100% 100%;
    margin: .2rem 0
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .platformBox .platformIcon {
    width: 2.0267rem;
    height: 2.0267rem;
    display: inline-block;
    background: url(../images/outcache/ic-transfer.9b67.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 2.6rem
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .moneyBox {
    margin-top: .5333rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .money-button {
    background: none;
    border: none;
    padding: 0;
    width: 23%
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .money-button .moneyItem {
    background: var(--color-对话框1);
    color: var(--text-文字主);
    justify-content: center;
    align-items: center;
    border-radius: .4267rem;
    width: 100%;
    height: 2.3467rem;
    list-style: 2.3467rem;
    display: flex
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .money-button .moneyItemChecked {
    background: var(--color-主渐变)
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .money-button .moneyItemChecked .moneyText {
    color: #fff
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .money-button .moneyText {
    color: var(--text-文字主);
    font-size: .8533rem
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .amount-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .4267rem;
    border: .0533rem solid var(--color-彈窗1);
    margin: .8rem 0 .2rem;
    background: var(--color-对话框1)
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .amount-input .input {
    height: 2.3467rem;
    border-radius: .2133rem;
    padding-right: .5333rem;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    flex: 4;
    padding-left: .2667rem;
    font-size: .7467rem;
    border-radius: .4267rem;
    color: var(--text-文字主)
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .amount-input .input::placeholder {
    color: var(--text-文字副)
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .amount-input .inputAll {
    font-size: .8533rem;
    font-weight: 400;
    color: #1e1e1e;
    width: 10%;
    text-align: center;
    height: 100%;
    line-height: 2.3467rem
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .amount-input .amount-input-l {
    color: #a6739b;
    font-size: .64rem;
    width: 6%;
    text-align: center
}

.RGxsT8iGWqj_no_Jb6_w .transfer-box .transfer-button {
    background: var(--color-主渐变);
    height: 2.56rem;
    width: 90%;
    border-radius: 1.28rem;
    border: none;
    font-size: .8533rem;
    color: #fff;
    line-height: 2.56rem;
    text-align: center;
    margin: 1rem auto
}

.platform-box {
    padding: .5333rem
}

.platform-box .popupItems {
    height: 3.41333rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: var(--color-对话框1);
    border-radius: .64rem;
    margin-bottom: .5667rem
}

.platform-box .bg {
    background: var(--color-主渐变)
}

.platform-box .bg>.popupText {
    color: #fff
}

.platform-box .bg>.popupText .money {
    color: #fff
}

.platform-box .bg .popupText .text {
    color: var(--text-文字主)
}

.platform-box .popupText {
    color: #99a0b1;
    display: flex;
    flex-direction: column;
    align-items: normal;
    width: 70%
}

.platform-box .popupText .money {
    color: var(--text-文字主);
    font-size: .96rem;
    font-weight: 700
}

.platform-box .popupText .money>em {
    font-size: .746667rem
}

.platform-box .popupText .text {
    font-size: .64rem;
    font-weight: 400;
    margin-bottom: .2rem;
    color: #fff
}

.platform-box .popupIcon {
    color: #605161;
    font-size: 1.0667rem
}

.platform-box .popupLeftImg {
    width: 2.1333rem;
    height: 2.1333rem;
    display: inline-block;
    margin: 0 .8rem
}

.platform-box .popupLeftImg.lottery {
    background: url(../images/outcache/lottery.dbaf.png) no-repeat center;
    background-size: 100% 100%
}

.platform-box .popupLeftImg.pt {
    background: url(../images/outcache/ic-pt.2e7d.png) no-repeat center;
    background-size: 100% 100%
}

.platform-box .popupLeftImg.bbin {
    background: url(../images/outcache/ic-bbin.8ef7.png) no-repeat center;
    background-size: 100% 100%
}

.platform-box .popupLeftImg.ag {
    background: url(../images/outcache/ic-ag.0c1f.png) no-repeat center;
    background-size: 100% 100%
}

.platform-box .popupLeftImg.ibc {
    background: url(../images/outcache/ic-shaba.a6e7.png) no-repeat center;
    background-size: 100% 100%
}

.platform-box .popupLeftImg.obgqp {
    background: url(../images/outcache/ic-pm.5bd4.png) no-repeat center;
    background-size: 100% 100%
}

.platform-box .popupLeftImg.obgdj {
    background: url(../images/outcache/ic-ob.7ea2.png) no-repeat center;
    background-size: 100% 100%
}

.platform-box .popupLeftImg.yy {
    background: url(../images/outcache/ic-yunyou.4280.png) no-repeat center;
    background-size: 100% 100%
}

.USq9TEGJAuhqeuplA0wh {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    overflow: auto;
    background: var(--color-背景1)
}

.USq9TEGJAuhqeuplA0wh>.contents {
    margin: .8rem
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance {
    margin-top: .64rem;
    padding: .5333rem;
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .title,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .title>span.balance-text,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .title>span.balance-text {
    padding-left: .2667rem;
    color: #fff;
    font-size: .64rem
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .title>span.go-transfer,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .title>span.go-transfer {
    font-size: .64rem;
    text-align: center;
    color: #fff;
    width: auto;
    height: 1.70667rem;
    line-height: 1.70667rem;
    padding: 0rem 1.28rem;
    border-radius: 4.69333rem;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%)
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .title .money-text,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .title .money-text {
    font-size: .64rem;
    color: var(--text-文字主);
    padding-left: .46rem;
    background: url(../images/precache/icon-left.0fd7.png) no-repeat left center;
    background-size: contain
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .balance,
.USq9TEGJAuhqeuplA0wh>.contents>.infos .lock-balance,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .balance,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .lock-balance {
    margin-top: .8rem;
    font-size: .8533rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-left: 1.4rem;
    background: url(../images/precache/icon-money.d302.png) no-repeat left center;
    background-size: auto 1.38667rem
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .balance span,
.USq9TEGJAuhqeuplA0wh>.contents>.infos .lock-balance span,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .balance span,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .lock-balance span {
    font-size: 1.28rem;
    font-weight: 500;
    font-family: Impact, HeadLineA, HA;
    margin-left: .2667rem;
    margin-right: .2667rem;
    color: #fff
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .balance svg,
.USq9TEGJAuhqeuplA0wh>.contents>.infos .lock-balance svg,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .balance svg,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .lock-balance svg {
    color: #fff;
    font-size: 1rem
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .balance>svg:last-child,
.USq9TEGJAuhqeuplA0wh>.contents>.infos .lock-balance>svg:last-child,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .balance>svg:last-child,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance .lock-balance>svg:last-child {
    color: #fff
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos>.shortcut,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance>.shortcut {
    display: flex;
    margin-top: 1.0667rem;
    justify-content: space-between;
    color: #e3c3a2
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos>.shortcut>div,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance>.shortcut>div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos>.shortcut>div>img,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance>.shortcut>div>img {
    width: 1.49333rem;
    height: 1.49333rem
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos>.shortcut>div>div,
.USq9TEGJAuhqeuplA0wh>.contents>.platform-balance>.shortcut>div>div {
    width: 100%;
    text-align: center;
    margin-top: .3rem
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos {
    padding: .64rem .4rem;
    border-radius: .64rem;
    background: linear-gradient(180deg, #231E1E 2%, #5A4C48 49%, #231E1E 100%)
}

.USq9TEGJAuhqeuplA0wh>.contents>.infos .infos-top {
    border-radius: .64rem;
    padding: .53333rem
}

.zo6Y9JTQDVYul_71q7Nq {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.zo6Y9JTQDVYul_71q7Nq>div {
    width: 32%;
    display: flex;
    height: 3.41333rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: .42667rem;
    background: var(--color-对话框1);
    margin-top: .6rem
}

.zo6Y9JTQDVYul_71q7Nq>div>div {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    font-size: .64rem;
    color: var(--text-文字副)
}

.zo6Y9JTQDVYul_71q7Nq>div>div:nth-child(2) {
    color: #99a0b1
}

.zo6Y9JTQDVYul_71q7Nq>div>div.money {
    color: var(--text-文字主);
    font-size: .96rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.Z65lCbeApG_mxkAo8bTc {
    color: #7d558a
}

.Z65lCbeApG_mxkAo8bTc>.item-box {
    background: #fff;
    border: 1px solid #e3c3a2;
    border-radius: .64rem;
    margin-top: .5333rem
}

.Z65lCbeApG_mxkAo8bTc>.item-box>.title {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: .8rem;
    height: 2.6667rem;
    font-size: .83333rem;
    color: #5b5b6a;
    margin-top: 0
}

.Z65lCbeApG_mxkAo8bTc>.item-box>.prize {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: .83333rem;
    margin: 0 .8rem .5333rem;
    color: #5b5b6a;
    padding-left: 1rem;
    background: url(../images/precache/ic-lock.080a.png) no-repeat left center;
    background-size: .746667rem .853333rem
}

.Z65lCbeApG_mxkAo8bTc>.item-box>.prize>em {
    font-size: .96rem;
    color: #1e1e1e;
    font-weight: 700
}

.Z65lCbeApG_mxkAo8bTc>.item-box>.contents-box {
    font-family: SF Pro, Source Han Sans, Microsoft YaHei, PingFang SC, Microsoft JhengHei, 華康麗黑體, Helvetica, Arial, sans-serif, serif !important;
    box-sizing: border-box;
    padding: .8rem;
    font-size: 14px;
    line-height: 1.1733rem;
    color: #5b5b6a;
    border-top: 1px solid #f2f3f7
}

.SRuDdzpN6ZrQ7zoV03rN {
    width: 100%;
    margin-top: 10px;
    overflow: hidden
}

.SRuDdzpN6ZrQ7zoV03rN table {
    width: 100%;
    border: 0;
    background: #fff;
    border: 1px solid #edcef6;
    border-collapse: collapse;
    font-size: .64rem;
    line-height: 1.258rem;
    word-break: break-all
}

.SRuDdzpN6ZrQ7zoV03rN table tr {
    height: 1.33rem;
    box-sizing: border-box
}

.SRuDdzpN6ZrQ7zoV03rN table tr:nth-child(odd) {
    background-color: #fbfbfb
}

.SRuDdzpN6ZrQ7zoV03rN table tr th {
    height: 1.33rem;
    background: #f0e7d3;
    color: #373252;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.33rem
}

.SRuDdzpN6ZrQ7zoV03rN table tr td {
    border-right: 1px solid #edecf6;
    border-bottom: 1px solid #edcef6;
    text-align: center;
    line-height: 1.33rem;
    color: #605161;
    font-size: .64rem;
    box-sizing: border-box;
    word-break: break-all
}

.SRuDdzpN6ZrQ7zoV03rN table tr td:last-child {
    border-right: 0
}

.SRuDdzpN6ZrQ7zoV03rN table tr td.flex-td {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.SRuDdzpN6ZrQ7zoV03rN table tr td.actions>a,
.SRuDdzpN6ZrQ7zoV03rN table tr td.actions>span {
    color: #0b7bc3;
    margin: 0 5px;
    transition: .5s all
}

.SRuDdzpN6ZrQ7zoV03rN table {
    background: rgba(0, 0, 0, 0);
    border-color: #736760;
    color: var(--text-文字主)
}

.SRuDdzpN6ZrQ7zoV03rN table tr td {
    color: var(--text-文字主);
    border-color: #736760
}

.SRuDdzpN6ZrQ7zoV03rN table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0)
}

.qifjBNUrmHSUgmR3re21 .report-query-set {
    background-color: #fff;
    padding: .64rem;
    margin: .53rem 0;
    border-radius: .53rem;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06)
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item.long span.text {
    width: 4.8rem
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item.long span.value {
    width: 12.48rem
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item>span.text {
    width: 3.73rem;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item>span.value {
    width: 13.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item>span.value.fast-date {
    justify-content: space-between
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item>span.value>div.MuiInputBase-root {
    width: 100%
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item>span.value>div.MuiInputBase-root>select.MuSelect-select.MuiSelect-select {
    background-color: #fff !important;
    font-size: .64rem;
    width: 100%;
    height: 100%;
    padding: 0
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item .red {
    color: #fd5255
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item .green {
    color: #00a854
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item .black {
    color: #3b476a
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.item .yellow {
    color: #ffa526
}

.qifjBNUrmHSUgmR3re21 .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #fd5255;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem
}

.qifjBNUrmHSUgmR3re21 .report-query-set button.query {
    background-color: #2c2a29;
    color: #fff;
    padding: 0;
    font-size: .8rem;
    margin: auto;
    margin-top: .53rem;
    width: 100%;
    text-align: center;
    height: 1.6rem;
    border-radius: .43rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.qifjBNUrmHSUgmR3re21 {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

.qifjBNUrmHSUgmR3re21 span.lottery-name {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #605161;
    padding: 0 .21rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem;
    margin: .27rem .16rem
}

.qifjBNUrmHSUgmR3re21 span.lottery-name.actived {
    background-color: #a6739b;
    color: #fff
}

.qifjBNUrmHSUgmR3re21 {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

.qifjBNUrmHSUgmR3re21 .report-query-set {
    padding: .64rem 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.qifjBNUrmHSUgmR3re21 .report-query-set span.lottery-name {
    width: 33.3%;
    line-height: 1.33rem;
    background-color: rgba(0, 0, 0, 0);
    color: var(--text-文字主);
    padding: 0 .21rem;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem;
    margin: .27rem 0
}

.qifjBNUrmHSUgmR3re21 .report-query-set span.lottery-name.actived {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.zanP168uzaZpdej4EmCc .report-query-set {
    background-color: #fff;
    padding: .64rem;
    margin: .53rem 0;
    border-radius: .53rem;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06)
}

.zanP168uzaZpdej4EmCc .report-query-set>.item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.zanP168uzaZpdej4EmCc .report-query-set>.item.long span.text {
    width: 4.8rem
}

.zanP168uzaZpdej4EmCc .report-query-set>.item.long span.value {
    width: 12.48rem
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.text {
    width: 3.73rem;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value {
    width: 13.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value.fast-date {
    justify-content: space-between
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value>div.MuiInputBase-root {
    width: 100%
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value>div.MuiInputBase-root>select.MuSelect-select.MuiSelect-select {
    background-color: #fff !important;
    font-size: .64rem;
    width: 100%;
    height: 100%;
    padding: 0
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.zanP168uzaZpdej4EmCc .report-query-set>.item .red {
    color: #fd5255
}

.zanP168uzaZpdej4EmCc .report-query-set>.item .green {
    color: #00a854
}

.zanP168uzaZpdej4EmCc .report-query-set>.item .black {
    color: #3b476a
}

.zanP168uzaZpdej4EmCc .report-query-set>.item .yellow {
    color: #ffa526
}

.zanP168uzaZpdej4EmCc .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #fd5255;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem
}

.zanP168uzaZpdej4EmCc .report-query-set button.query {
    background-color: #2c2a29;
    color: #fff;
    padding: 0;
    font-size: .8rem;
    margin: auto;
    margin-top: .53rem;
    width: 100%;
    text-align: center;
    height: 1.6rem;
    border-radius: .43rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.zanP168uzaZpdej4EmCc span.lottery-name {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #605161;
    padding: 0 .21rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem;
    margin: .27rem .16rem
}

.zanP168uzaZpdej4EmCc span.lottery-name.actived {
    background-color: #a6739b;
    color: #fff
}

.zanP168uzaZpdej4EmCc table h2 {
    padding: .53rem;
    box-sizing: border-box;
    font-size: .75rem !important
}

.zanP168uzaZpdej4EmCc table h2 span {
    font-size: .75 !important
}

.zanP168uzaZpdej4EmCc .report-query-set {
    background-color: #fff;
    padding: .64rem;
    margin: .53rem 0;
    border-radius: .53rem;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06)
}

.zanP168uzaZpdej4EmCc .report-query-set>.item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.zanP168uzaZpdej4EmCc .report-query-set>.item.long span.text {
    width: 4.8rem
}

.zanP168uzaZpdej4EmCc .report-query-set>.item.long span.value {
    width: 12.48rem
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.text {
    width: 3.73rem;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value {
    width: 13.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value.fast-date {
    justify-content: space-between
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value>div.MuiInputBase-root {
    width: 100%
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value>div.MuiInputBase-root>select.MuSelect-select.MuiSelect-select {
    background-color: #fff !important;
    font-size: .64rem;
    width: 100%;
    height: 100%;
    padding: 0
}

.zanP168uzaZpdej4EmCc .report-query-set>.item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.zanP168uzaZpdej4EmCc .report-query-set>.item .red {
    color: #fd5255
}

.zanP168uzaZpdej4EmCc .report-query-set>.item .green {
    color: #00a854
}

.zanP168uzaZpdej4EmCc .report-query-set>.item .black {
    color: #3b476a
}

.zanP168uzaZpdej4EmCc .report-query-set>.item .yellow {
    color: #ffa526
}

.zanP168uzaZpdej4EmCc .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #fd5255;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem
}

.zanP168uzaZpdej4EmCc .report-query-set button.query {
    background-color: #2c2a29;
    color: #fff;
    padding: 0;
    font-size: .8rem;
    margin: auto;
    margin-top: .53rem;
    width: 100%;
    text-align: center;
    height: 1.6rem;
    border-radius: .43rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.zanP168uzaZpdej4EmCc {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

.zanP168uzaZpdej4EmCc .report-query-set {
    padding: .64rem 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.zanP168uzaZpdej4EmCc .report-query-set span.lottery-name {
    width: 33.3%;
    line-height: 1.33rem;
    background-color: rgba(0, 0, 0, 0);
    color: var(--text-文字主);
    padding: 0 .21rem;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem;
    margin: .27rem 0
}

.zanP168uzaZpdej4EmCc .report-query-set span.lottery-name.actived {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.zanP168uzaZpdej4EmCc table {
    background: rgba(0, 0, 0, 0);
    border-color: #736760
}

.zanP168uzaZpdej4EmCc table tr td {
    color: var(--text-文字主);
    background: rgba(0, 0, 0, 0);
    border-color: #736760
}

.zanP168uzaZpdej4EmCc table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0)
}

.TZINulqZFxJ2d3qfxMOa {
    width: 100%;
    margin-top: 10px;
    overflow: hidden
}

.TZINulqZFxJ2d3qfxMOa table {
    width: 100%;
    border: 0;
    background: #fff;
    border: 1px solid #edecf6;
    border-collapse: collapse;
    font-size: .64rem;
    line-height: 1.28rem;
    word-break: break-all
}

.TZINulqZFxJ2d3qfxMOa table tr {
    height: 1.33rem;
    box-sizing: border-box
}

.TZINulqZFxJ2d3qfxMOa table tr:nth-child(odd) {
    background-color: #fbfbfb
}

.TZINulqZFxJ2d3qfxMOa table tr th {
    height: 1.33rem;
    background: #f0e7d3;
    color: #373252;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.33rem
}

.TZINulqZFxJ2d3qfxMOa table tr td {
    border-right: 1px solid #edecf6;
    border-bottom: 1px solid #edecf6;
    text-align: center;
    line-height: 1.33rem;
    color: #8994ab;
    font-size: .64rem;
    box-sizing: border-box;
    word-break: break-all
}

.TZINulqZFxJ2d3qfxMOa table tr td:last-child {
    border-right: 0
}

.TZINulqZFxJ2d3qfxMOa table tr td.flex-td {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.TZINulqZFxJ2d3qfxMOa table tr td.actions>a,
.TZINulqZFxJ2d3qfxMOa table tr td.actions>span {
    color: #0b7bc3;
    margin: 0 5px;
    transition: .5s all
}

.TZINulqZFxJ2d3qfxMOa .report-query-set {
    background-color: #fff;
    padding: .64rem;
    margin: .53rem 0;
    border-radius: .53rem;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06)
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item.long span.text {
    width: 4.8rem
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item.long span.value {
    width: 12.48rem
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item>span.text {
    width: 3.73rem;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item>span.value {
    width: 13.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item>span.value.fast-date {
    justify-content: space-between
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item>span.value>div.MuiInputBase-root {
    width: 100%
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item>span.value>div.MuiInputBase-root>select.MuSelect-select.MuiSelect-select {
    background-color: #fff !important;
    font-size: .64rem;
    width: 100%;
    height: 100%;
    padding: 0
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item .red {
    color: #fd5255
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item .green {
    color: #00a854
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item .black {
    color: #3b476a
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.item .yellow {
    color: #ffa526
}

.TZINulqZFxJ2d3qfxMOa .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #fd5255;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem
}

.TZINulqZFxJ2d3qfxMOa .report-query-set button.query {
    background-color: #2c2a29;
    color: #fff;
    padding: 0;
    font-size: .8rem;
    margin: auto;
    margin-top: .53rem;
    width: 100%;
    text-align: center;
    height: 1.6rem;
    border-radius: .43rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.TZINulqZFxJ2d3qfxMOa {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

.TZINulqZFxJ2d3qfxMOa .report-query-set {
    padding: .64rem 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.TZINulqZFxJ2d3qfxMOa .report-query-set span.lottery-name {
    width: 33.3%;
    line-height: 1.33rem;
    background-color: rgba(0, 0, 0, 0);
    color: var(--text-文字主);
    padding: 0 .21rem;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem;
    margin: .27rem 0
}

.TZINulqZFxJ2d3qfxMOa .report-query-set span.lottery-name.actived {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.TZINulqZFxJ2d3qfxMOa table {
    background: rgba(0, 0, 0, 0);
    border-color: #736760
}

.TZINulqZFxJ2d3qfxMOa table tr td {
    color: var(--text-文字主);
    background: rgba(0, 0, 0, 0);
    border-color: #736760
}

.TZINulqZFxJ2d3qfxMOa table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0)
}

.MO1Et0zNzicSOCQrGAqC {
    line-height: 1.17rem;
    padding-left: .64rem;
    margin-top: .8rem;
    font-size: .75rem;
    color: #555;
    background-color: #fff
}

.MO1Et0zNzicSOCQrGAqC h2 {
    color: #000;
    margin: 1.07rem 0 .53rem 0;
    font-size: .75rem;
    display: inline-block;
    box-sizing: border-box
}

.MO1Et0zNzicSOCQrGAqC h2,
.MO1Et0zNzicSOCQrGAqC p {
    color: var(--text-文字主)
}

.Goxss0CkaH7V9O9b7cZW {
    padding: 0 0 !important
}

.UtdCBwZhAsBiKmkh_6DQ {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    margin-top: 2.4rem;
    background: #1a1716
}

.UtdCBwZhAsBiKmkh_6DQ .menu-box {
    margin-top: 2.4rem;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 .64rem;
    box-sizing: border-box;
    background-color: #27211f;
    border-radius: 12px
}

.UtdCBwZhAsBiKmkh_6DQ .menu-box>.item {
    height: 2.24rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: .53333rem;
    color: #fff8f8;
    font-size: .75rem
}

.UtdCBwZhAsBiKmkh_6DQ .menu-box>.item span {
    flex: 1;
    margin-left: 8px
}

.UtdCBwZhAsBiKmkh_6DQ .menu-box>.item>span>svg {
    width: 1.07rem;
    margin: 0 .53rem
}

.UtdCBwZhAsBiKmkh_6DQ .menu-box>.item>svg {
    color: #c6c6c6
}

.QA8X4m2qXXoRsEYsQeYA {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    height: calc(100% - 2.4rem);
    overflow-y: auto;
    overflow-x: hidden
}

.QA8X4m2qXXoRsEYsQeYA>div.bg {
    background: url(../images/precache/bg-vip.fe8a.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto
}

.QA8X4m2qXXoRsEYsQeYA>div.bg.hasBtn {
    height: calc(100% - 3.2rem)
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg {
    position: absolute;
    width: 100%;
    height: 6rem;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: rgba(0, 0, 0, 0) url(../images/precache/receive-btn-unactive.24a2.png) no-repeat bottom left;
    background-size: 100% auto
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn.receive {
    background: rgba(0, 0, 0, 0) url(../images/precache/receive-btn.5695.png) no-repeat bottom left;
    background-size: 100% auto
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn.receive-btn-unactive dl dt {
    color: #a8abc9
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn.un-receive dt {
    color: #a8abc9
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn.un-receive dd {
    color: #a8abc9
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn dl {
    width: 100%;
    height: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn dl dt {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.5rem;
    color: #fff
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn dl dd {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: .65rem
}

.QA8X4m2qXXoRsEYsQeYA .font12 {
    font-size: 12px;
    color: #605161
}

.QA8X4m2qXXoRsEYsQeYA .user-info .level {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px
}

.QA8X4m2qXXoRsEYsQeYA .user-info .avatarView {
    display: flex;
    flex-direction: row;
    align-items: center
}

.QA8X4m2qXXoRsEYsQeYA .user-info .avatar {
    width: 54px;
    height: 54px;
    margin-right: 5px;
    border-radius: 50%;
    background: url(../images/precache/user-av.efc0.jpg);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .username {
    font-size: 12px
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipView {
    width: 70px;
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage {
    height: 76px;
    width: 76px
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_0 {
    background: url(../images/precache/Vip_0.e1ca.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_1 {
    background: url(../images/precache/Vip_1.489c.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_2 {
    background: url(../images/precache/Vip_2.94c9.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_3 {
    background: url(../images/precache/Vip_3.94c9.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_4 {
    background: url(../images/precache/Vip_4.513b.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_5 {
    background: url(../images/precache/Vip_5.e346.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_6 {
    background: url(../images/precache/Vip_6.747a.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_7 {
    background: url(../images/precache/Vip_7.eb4f.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_8 {
    background: url(../images/precache/Vip_8.f7fa.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_9 {
    background: url(../images/precache/Vip_9.e6e9.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_10 {
    background: url(../images/precache/Vip_10.a911.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipText {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-top: -5px
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rateText {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
    color: #fff;
    text-align: center
}

.QA8X4m2qXXoRsEYsQeYA .user-info .ratePrve {
    background-color: #fd714b
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rateNext {
    background-color: #a1a1aa
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rateProgress {
    margin-left: 15px;
    margin-right: 15px;
    flex: 1;
    flex-direction: row;
    height: 6px;
    border-radius: 4px;
    position: relative
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rateProgress .rate-bg {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdAAAAAMBAMAAAAg+PHTAAAALVBMVEUAAAD18/b+/v7////t7O/////y8PP////x7/L8/Pz6+fr08vX29Pb39vjy8PP0XZ6BAAAAB3RSTlMAJ5Dhm5Dk12gl8QAAAIZJREFUSMfd0rsJwlAYQOETwT5dWsHCXoS0Vq5w5zCFxxeCEPDio3YE3UA30AnEDVzDKQT5m2+CD4q+3h8a2WEJDHSZNbYNdNT53uj2qNTnzehOSbrIZ6PbUOvmpNGdUev7o9F9kf5i1s9tqVwd1ehu6XrdqdEdQ8oX1di2QDFRXR8iOyr5AgDMg0T0V6h5AAAAAElFTkSuQmCC)
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rateActive {
    display: flex;
    background-color: #fe5427;
    height: 6px;
    border-radius: 4px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.QA8X4m2qXXoRsEYsQeYA .user-info .runner {
    width: 18px;
    height: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAwFBMVEUAAAD8Ihb+TTL+RS3/GxL/MSD9VTz9VDj/NSL/UDX+Oib/HBL+PCj+JBj+Pyv+PCj/MSD+MCD/HBP/JBf/FA7/SDD9Ykb/VDj/wrT/SDD9PCj+LB3/FA3+DAj+QSz+VTj+W0T9TDP/JBj/BAL8ZUL8WUL/PSj8ZEP+a1b9Sjj8dWL9TTP/DQj8Z1P9GhP/BAL9RzT9bkj7XD79Pir/VTn/emb8bUj/Ri7/pJf/Fgv/Cwv/eGP/m4n/i3T+aUX+Pyu0HnCsAAAAPnRSTlMAH/39+z4w/vyPj079/PDe3c69jn5vOiASEP38+/vr3trPzMzAwL2wrKmfn52Uko2JgICAfmtgX1EvLyQcC5ccQXwAAACYSURBVBjTlZBHDoNAEASb9bIkAyaDc845R/j/rwwIobVv1GGkKvVpUIlrfPhPs3j844HP2JHxRZEkqXfmi0cGCiFE4RLzolstJQDCsKxms67WzamI+6cogixbUOWGiPcFBVYr1Zx5PhG1oeDoupPJq59dm1KqQaB2JptVvnLdB6C1t3tjsZxEKFl3nknS9cGxG0E1ThX+9AXwMgn7TdecvgAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
    margin-right: -15px
}

.QA8X4m2qXXoRsEYsQeYA .user-info button {
    min-height: 40px;
    min-width: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    border: none;
    background-color: #a6739b;
    box-shadow: 3px 4px 6px #ba92b2
}

.QA8X4m2qXXoRsEYsQeYA .user-info .buttonText {
    letter-spacing: 0;
    font-size: 12px;
    color: #fff
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo {
    flex: 1;
    margin-top: 25px
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .embla-thumbs {
    overflow: hidden;
    overflow-y: auto
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .vipBox {
    display: flex;
    align-items: center
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .embla-thumbs__slide {
    display: flex;
    align-items: center
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .vipItem {
    flex: none;
    height: 25px;
    border-radius: 12px;
    background-color: #a16793;
    border: 3px solid #bbb5c3;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    min-width: 55px
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .vipItemActive {
    background-color: #ff622b;
    border-color: #ffc4b1
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .vipLine {
    flex: none;
    height: 1px;
    width: 35px;
    background-color: #bbb5c3
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detail {
    width: 90%;
    margin: auto;
    margin-top: 10px
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailContent {
    display: flex;
    padding: 1.5rem 2rem;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../images/precache/vip-card-bg.a88d.png) no-repeat center center;
    background-size: contain
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailLevelText {
    font-size: 28px;
    font-weight: 700;
    color: #a1a1aa;
    font-style: italic;
    width: 100%
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailKeeperView {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailKeeperView .car {
    width: 50%
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailKeeperView .car .y_active {
    font-weight: 800;
    color: #8c5981
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailKeeperView .car .cycle {
    font-size: 12px;
    color: #a1a1aa;
    margin-top: 5px
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .moreView {
    display: flex;
    margin-top: 25px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .moreItem {
    display: flex;
    flex-direction: row;
    width: 50%;
    align-items: center;
    margin-bottom: 20px
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .moreIcon {
    width: 24px;
    color: #a5749a;
    margin-right: 10px !important
}

.QA8X4m2qXXoRsEYsQeYA .embla {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100%
}

.QA8X4m2qXXoRsEYsQeYA .embla__viewport {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.QA8X4m2qXXoRsEYsQeYA .embla__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.QA8X4m2qXXoRsEYsQeYA .embla__viewport.is-dragging {
    cursor: grabbing
}

.QA8X4m2qXXoRsEYsQeYA .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%
}

.QA8X4m2qXXoRsEYsQeYA .embla__slide {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 10px;
    height: 100%
}

.vip-rebet-pop .box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.vip-rebet-pop .fixBox {
    display: flex;
    width: 70px;
    flex-direction: column;
    align-items: center
}

.vip-rebet-pop .scrollBox {
    display: flex;
    overflow-x: auto
}

.vip-rebet-pop .scrollBox>div {
    flex: none
}

.vip-rebet-pop .td {
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: center;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-size: 12px;
    color: #605161
}

.vip-rebet-pop .thead {
    background-color: #eff1f8;
    font-weight: 600;
    line-height: 40px
}

.vip-rebet-pop .odd {
    background-color: #eeeeed
}

.vip-rebet-pop .fixOdd {
    background-color: #dad5e2
}

.vip-rebet-pop .active {
    background-color: #c381b6;
    color: #fff
}

.vip-rebet-pop .activeH {
    background-color: #9f4e91;
    color: #fff
}

.vip-rebet-pop .tipHeader {
    font-size: 16px;
    font-weight: 600;
    color: #605161;
    margin-top: 15px;
    margin-bottom: 10px
}

.vip-rebet-pop .font12 {
    font-size: 12px;
    color: #605161
}

.QA8X4m2qXXoRsEYsQeYA {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    overflow: auto;
    background-color: var(--color-背景1)
}

.QA8X4m2qXXoRsEYsQeYA>div.sec-level {
    display: flex;
    justify-content: center;
    margin: .7467rem;
    padding: 1.28rem .85333rem;
    align-items: center;
    border-radius: .64rem
}

.QA8X4m2qXXoRsEYsQeYA>div.sec-level>img {
    height: 247px
}

.QA8X4m2qXXoRsEYsQeYA>div.sec-level .s-l-r {
    margin-left: .64rem
}

.QA8X4m2qXXoRsEYsQeYA>div.sec-level .s-l-r .title-text {
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-文字主);
    margin-bottom: .53rem
}

.QA8X4m2qXXoRsEYsQeYA>div.sec-level .s-l-r .level {
    display: flex;
    align-items: center;
    color: var(--text-文字主)
}

.QA8X4m2qXXoRsEYsQeYA>div.sec-level .s-l-r .level>p {
    width: 11.1rem;
    height: .32rem;
    background: #e7ecf5;
    display: inline-block;
    margin-right: .53rem;
    position: relative;
    border-radius: .16rem;
    overflow: hidden
}

.QA8X4m2qXXoRsEYsQeYA>div.sec-level .s-l-r .level>p i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: .32rem;
    transition: width 2s;
    background: var(--color-主渐变)
}

.QA8X4m2qXXoRsEYsQeYA>div.menus {
    margin: 0 .7467rem;
    background: var(--color-彈窗1);
    border-radius: .5333rem;
    padding: .5333rem;
    border-radius: .64rem
}

.QA8X4m2qXXoRsEYsQeYA>div.menus>div {
    height: 2.1333rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--text-文字主);
    font-size: .7467rem;
    padding: .2667rem 0;
    justify-content: space-between;
    border-bottom: 1px solid #efefef
}

.QA8X4m2qXXoRsEYsQeYA>div.menus>div span {
    margin-left: .2667rem;
    color: var(--text-文字主)
}

.QA8X4m2qXXoRsEYsQeYA>div.menus>div>svg {
    color: #736760
}

.QA8X4m2qXXoRsEYsQeYA>div.menus>div>div {
    display: flex;
    align-items: center
}

.QA8X4m2qXXoRsEYsQeYA>div.contents .top .text {
    color: #99a0b1
}

.QA8X4m2qXXoRsEYsQeYA>div.contents .bot .back {
    color: #fff;
    background: linear-gradient(45deg, #3e5aa5, #bfd1f1);
    line-height: 42px;
    height: 42px;
    padding: 2px 30px;
    border-radius: 30px;
    box-shadow: 0px 2px 12px 0px #b8c3e2
}

.QA8X4m2qXXoRsEYsQeYA {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    height: calc(100% - 2.4rem);
    overflow-y: auto;
    overflow-x: hidden
}

.QA8X4m2qXXoRsEYsQeYA>div.bg {
    background: url(../images/precache/bg-vip.d2a5.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA>div.bg.hasBtn {
    height: calc(100% - 3.2rem)
}

.QA8X4m2qXXoRsEYsQeYA .receive-bg .receive-btn.receive {
    background: rgba(0, 0, 0, 0) url(../images/precache/receive-btn.d729.png) no-repeat bottom left;
    background-size: 100% auto;
    display: block
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage {
    height: 58px;
    width: 58px
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_0 {
    background: url(../images/precache/Vip_0.d3b6.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_1 {
    background: url(../images/precache/Vip_1.524a.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_2 {
    background: url(../images/precache/Vip_2.4256.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_3 {
    background: url(../images/precache/Vip_3.dd09.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_4 {
    background: url(../images/precache/Vip_4.c584.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_5 {
    background: url(../images/precache/Vip_5.063d.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_6 {
    background: url(../images/precache/Vip_6.dca1.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_7 {
    background: url(../images/precache/Vip_7.e3ce.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_8 {
    background: url(../images/precache/Vip_8.db71.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_9 {
    background: url(../images/precache/Vip_9.6b1a.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .vipImage.Vip_10 {
    background: url(../images/precache/Vip_10.2526.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rateProgress .rate-bg {
    background: #fff
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rate .rateText {
    background-image: linear-gradient(103deg, rgba(77, 181, 255, 0.8) 0%, #0F64F5 100%)
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rate .rateNext {
    background: #628bc4
}

.QA8X4m2qXXoRsEYsQeYA .user-info .buttonText {
    background-image: linear-gradient(103deg, #247BF4 0%, #70B2FD 92%)
}

.QA8X4m2qXXoRsEYsQeYA .user-info .rateActive {
    background-image: linear-gradient(103deg, rgba(77, 181, 255, 0.8) 0%, #0F64F5 100%)
}

.QA8X4m2qXXoRsEYsQeYA .user-info .runner {
    background: url(../images/precache/runner.d0d1.png);
    background-size: 100% 100%
}

.QA8X4m2qXXoRsEYsQeYA .user-info .avatar {
    background: url(../images/precache/user-av.9e92.png);
    background-size: cover
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .vipItem {
    background: #628bc4;
    border-color: #d4ddea
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .vipItemActive {
    background-image: linear-gradient(103deg, rgba(77, 181, 255, 0.8) 0%, #0F64F5 100%);
    border-color: #d4ddea
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailContent {
    background: url(../images/precache/vip-card-bg.42e7.png) no-repeat center center;
    background-size: 100% 100%
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailContent .detailLevelText {
    color: #274875
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .moreIcon {
    color: #628bc4
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailKeeperView>.car>.y_active {
    color: #274875
}

.QA8X4m2qXXoRsEYsQeYA .vipInfo .detailKeeperView>.car>.cycle {
    color: #858895
}

.QA8X4m2qXXoRsEYsQeYA .font12 {
    color: #274875
}

.QA8X4m2qXXoRsEYsQeYA .font12.cole {
    color: #858895
}

.wrapper {
    width: 94%;
    margin: 0 auto
}

.vip-rebet-pop .active {
    background-color: #a0c8ff
}

.vip-rebet-pop .thead {
    background-color: #eff1f8
}

.vip-rebet-pop .odd {
    background-color: #d4ddea
}

.vip-rebet-pop .fixOdd {
    background-color: #fff;
    color: #274875
}

.vip-rebet-pop .activeH {
    background: #628bc4
}

.uzme00QNEIaSf2rjPZxR {
    background: #fff
}

.CMnT2AYuVV3nXuT0vUl_ {
    margin-top: 2.4rem;
    height: calc(100vh - 2.4rem);
    overflow-y: auto
}

.CMnT2AYuVV3nXuT0vUl_ .top-step {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1.33333rem .85333rem 0 .85333rem
}

.CMnT2AYuVV3nXuT0vUl_ .hint {
    background: #fafaff;
    color: #ff2e00;
    height: 1.28rem;
    line-height: 1.28rem;
    padding-left: 1.3333rem
}

.CMnT2AYuVV3nXuT0vUl_ .main-content {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1rem .853333rem 0;
    height: 100%;
    position: fixed;
    top: 3.4667rem;
    left: 0;
    right: 0;
    bottom: 0
}

.CMnT2AYuVV3nXuT0vUl_ .step {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.CMnT2AYuVV3nXuT0vUl_ .step svg {
    color: #8c5981;
    width: .96rem;
    height: .96rem
}

.CMnT2AYuVV3nXuT0vUl_ .step-box {
    width: .96rem;
    height: .96rem;
    background-color: #6a4d87;
    border-radius: .48rem;
    margin-right: .24rem
}

.CMnT2AYuVV3nXuT0vUl_ .step-text {
    color: #6a4d87
}

.CMnT2AYuVV3nXuT0vUl_ .form-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
    position: relative
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .select-item {
    width: 64%
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .select-item>select {
    width: 100%;
    height: 1.6rem;
    box-sizing: border-box;
    background: #fafaff;
    border: .0533rem solid rgba(160, 149, 198, .2);
    border-radius: .2133rem;
    color: rgba(47, 39, 71, .8);
    font-size: .6933rem
}

.CMnT2AYuVV3nXuT0vUl_ .form-item>div {
    width: 100%
}

.CMnT2AYuVV3nXuT0vUl_ .form-item>div .item {
    width: 100%;
    display: flex;
    align-items: center
}

.CMnT2AYuVV3nXuT0vUl_ .form-item>div .item .text {
    width: 36%;
    text-align: right;
    color: rgba(47, 39, 71, .8);
    font-weight: bold;
    font-size: .6933rem
}

.CMnT2AYuVV3nXuT0vUl_ .form-item>div .item .value {
    width: 64%;
    height: 1.6rem;
    line-height: 1.6rem;
    padding-left: .3rem;
    box-sizing: border-box;
    border-radius: .2133rem;
    background: #fafaff;
    border: .0533rem solid rgba(160, 149, 198, .2);
    color: rgba(47, 39, 71, .8);
    font-size: .6933rem
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .set-image-box {
    width: 2.6667rem;
    height: 2.6667rem;
    position: relative;
    margin-right: .53333rem
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .set-image-box .file-input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 10
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .set-image-box .show-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8;
    background: #fafaff;
    border: .0533rem solid rgba(160, 149, 198, .2)
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .set-image-box .show-image>img {
    width: 100%;
    height: 100%
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .set-image-box .show-image .loader {
    height: 2.66667rem;
    width: 2.66667rem;
    top: 80%
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .image-content {
    width: 64%;
    display: flex
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .image-content .set-notice {
    flex: 1 1 0%;
    color: rgba(47, 39, 71, .4);
    line-height: .9067rem
}

.CMnT2AYuVV3nXuT0vUl_ .label {
    width: 36%;
    text-align: right;
    color: rgba(47, 39, 71, .8);
    font-weight: bold;
    font-size: .6933rem
}

.CMnT2AYuVV3nXuT0vUl_ .user-form {
    margin-bottom: .9rem;
    padding-top: .4rem
}

.CMnT2AYuVV3nXuT0vUl_ .user-name {
    color: rgba(47, 39, 71, .8);
    font-size: .7467rem
}

.CMnT2AYuVV3nXuT0vUl_ input,
.CMnT2AYuVV3nXuT0vUl_ .value {
    width: 64%;
    border-radius: .2133rem;
    height: 1.6rem;
    box-sizing: border-box;
    padding-left: .2133rem;
    flex: 1;
    background: #fafaff;
    border: .0533rem solid rgba(160, 149, 198, .2);
    color: rgba(47, 39, 71, .8);
    font-size: .6933rem
}

.CMnT2AYuVV3nXuT0vUl_ input::placeholder {
    color: rgba(47, 39, 71, .2)
}

.CMnT2AYuVV3nXuT0vUl_ .error {
    position: absolute;
    color: #d52626;
    left: 34%;
    bottom: -1.17333rem;
    padding-left: .32rem
}

.CMnT2AYuVV3nXuT0vUl_ .submit-box {
    height: 10rem
}

.CMnT2AYuVV3nXuT0vUl_ .submit-button {
    background: url(../images/precache/submit-button.c61c.png) no-repeat;
    line-height: 2.6667rem;
    color: #fff;
    width: 16.9067rem;
    height: 2.6667rem;
    margin: -0.5333rem auto .8rem;
    background-size: contain;
    background-position: center;
    font-size: .96rem;
    text-align: center
}

.CMnT2AYuVV3nXuT0vUl_ .submit-notice {
    color: rgba(47, 39, 71, .4);
    margin-bottom: 1.0667rem;
    text-align: center
}

.CMnT2AYuVV3nXuT0vUl_ .close-btn {
    height: 1.6rem;
    line-height: 1.6rem;
    box-shadow: .1067rem .1067rem .3733rem 0rem #6a4d87;
    text-align: center;
    border: .0533rem solid #6a4d87;
    border-radius: .2133rem;
    color: #6a4d87;
    margin-bottom: .5333rem;
    box-sizing: border-box
}

.CMnT2AYuVV3nXuT0vUl_ .input-tips {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    left: 34%;
    width: 64%;
    height: 1.6rem;
    top: 1.6rem
}

.CMnT2AYuVV3nXuT0vUl_ .input-tips-text {
    color: rgba(47, 39, 71, .4);
    font-size: .64rem;
    padding-left: .32rem
}

.CMnT2AYuVV3nXuT0vUl_ .notice {
    width: .7467rem;
    height: .7467rem;
    background: linear-gradient(180deg, #e5c0fc 0%, #AF8BE6 49.25%, #8869E6 100%);
    line-height: .7467rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: .16rem;
    font-weight: 700
}

.CMnT2AYuVV3nXuT0vUl_ .error-notice {
    width: .7467rem;
    height: .7467rem;
    background: linear-gradient(180deg, #ff9a9a 0%, #d52626 100%);
    line-height: .7467rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: .16rem;
    font-weight: 700
}

.CMnT2AYuVV3nXuT0vUl_ .remark-tips {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: .26667rem
}

.CMnT2AYuVV3nXuT0vUl_ .remark-tips-text {
    color: #d52626
}

.hXQsHVNnPm67kJ50r0DE {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.hXQsHVNnPm67kJ50r0DE>span {
    display: flex;
    width: 1.0667rem;
    margin-right: .5333rem;
    position: relative
}

.hXQsHVNnPm67kJ50r0DE>span>span {
    width: 8.5333rem;
    top: 1rem;
    left: -6.6rem;
    text-align: center;
    height: 2.4533rem;
    line-height: 2.4533rem;
    background: url(../images/precache/feedback_icon.c67d.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    z-index: 10
}

.hXQsHVNnPm67kJ50r0DE>span img {
    width: 1.0667rem
}

.uzme00QNEIaSf2rjPZxR {
    background: #f2f3f7
}

.CMnT2AYuVV3nXuT0vUl_ .submit-button {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    border-radius: .5333rem
}

.CMnT2AYuVV3nXuT0vUl_ .notice {
    background: linear-gradient(45deg, #415ab0, #bfd1f1)
}

.CMnT2AYuVV3nXuT0vUl_ .hint {
    height: 1.76rem;
    line-height: 1.76rem;
    color: #5c5c5c;
    background: #f6ece2
}

.CMnT2AYuVV3nXuT0vUl_ .main-content {
    background: #f9f8f4;
    top: 4.1067rem
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .label {
    color: #5b5b6a
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .user-name {
    color: #000
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .input-tips-text {
    color: #e77c40;
    font-size: .5333rem
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .input-tips-text .notice {
    display: none
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .image-content {
    flex-direction: column
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .image-content .set-image-box .show-image {
    border-radius: .4267rem
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .image-content .set-notice {
    margin-top: .4267rem;
    color: #e77c40
}

.CMnT2AYuVV3nXuT0vUl_ .form-item .image-content .set-notice .notice {
    display: none
}

.CMnT2AYuVV3nXuT0vUl_ .submit-box .submit-button {
    border-radius: 2.56rem
}

.CMnT2AYuVV3nXuT0vUl_ .submit-box .submit-notice {
    color: #e77c40
}

.CMnT2AYuVV3nXuT0vUl_ .submit-box .submit-notice .notice {
    display: none
}

.tN2DlLBLouHhmkysE1kg {
    background: url(../images/outcache/screen-background-top-bottom.1d9a.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 2.4rem;
    padding-top: .53333rem;
    height: calc(100vh - 2.4rem);
    box-sizing: border-box;
    text-align: center;
    overflow-y: auto
}

.tN2DlLBLouHhmkysE1kg .logo {
    height: 5.86667rem
}

.tN2DlLBLouHhmkysE1kg .contents {
    text-align: center;
    width: 17.706667rem;
    margin: 1rem auto 0;
    background: #fff;
    padding: 2rem 1.2rem;
    border-radius: 2rem;
    box-sizing: border-box
}

.tN2DlLBLouHhmkysE1kg .contents .update-loginpass .check-box {
    padding-top: .64rem
}

.tN2DlLBLouHhmkysE1kg .contents .tips {
    background: linear-gradient(154.77deg, #FF804B -3.94%, #EE5A5A 96.43%);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    line-height: 16px;
    font-size: 12px;
    margin: .2667rem 0;
    height: .746667rem;
    text-align: left
}

.tN2DlLBLouHhmkysE1kg .contents .tips>svg {
    font-size: .746667rem;
    color: #ee5a5a
}

.tN2DlLBLouHhmkysE1kg .title {
    width: 9.546667rem;
    height: 2.08rem
}

.tN2DlLBLouHhmkysE1kg .step-img {
    width: 14.72rem;
    height: 2.56rem;
    margin: .533333rem auto 0
}

.tN2DlLBLouHhmkysE1kg .step-1 {
    background: url(../images/outcache/step-one@3x.9ebb.png) no-repeat;
    background-size: 100% 100%
}

.tN2DlLBLouHhmkysE1kg .step-2 {
    background: url(../images/outcache/step-two@3x.e053.png) no-repeat;
    background-size: 100% 100%
}

.tN2DlLBLouHhmkysE1kg .step-3 {
    background: url(../images/outcache/step-three@3x.89d8.png) no-repeat;
    background-size: 100% 100%
}

.tN2DlLBLouHhmkysE1kg .text {
    font-size: .7466667rem;
    color: #605161;
    margin-bottom: .4rem
}

.tN2DlLBLouHhmkysE1kg .username {
    margin: .8rem 0
}

.tN2DlLBLouHhmkysE1kg .phone-email-changepwd {
    margin-top: 0;
    padding: .8rem 0
}

.tN2DlLBLouHhmkysE1kg .phone-email-changepwd .title {
    display: none
}

.tN2DlLBLouHhmkysE1kg .input-box {
    background: #fff
}

.tN2DlLBLouHhmkysE1kg .input-box input {
    background: #fff
}

.tN2DlLBLouHhmkysE1kg .step-one {
    border-radius: 4px;
    border: 1px solid #e3caf2;
    box-sizing: border-box
}

.tN2DlLBLouHhmkysE1kg .step-one input {
    border: 0;
    width: 100%;
    height: 2.13333rem;
    box-sizing: border-box;
    padding-left: .4rem;
    border-radius: 8px
}

.tN2DlLBLouHhmkysE1kg .step-one .checkcode-text {
    margin: 2px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 0 .6rem;
    background: #8c5981;
    color: #fff;
    font-size: .64rem;
    border-radius: 4px
}

.tN2DlLBLouHhmkysE1kg .alert {
    margin-top: .53333rem;
    color: #f87171;
    text-align: left
}

.tN2DlLBLouHhmkysE1kg .change_success {
    margin-top: .8rem
}

.tN2DlLBLouHhmkysE1kg .step-success {
    width: 7.306667rem;
    height: 6.826667rem;
    margin-top: .53333rem
}

.tN2DlLBLouHhmkysE1kg .submit,
.tN2DlLBLouHhmkysE1kg .submit-active {
    margin: auto;
    background-size: 100% 100%;
    width: 16.10667rem;
    height: 3.7729rem;
    margin-top: .4rem
}

.tN2DlLBLouHhmkysE1kg .submit {
    background-image: url(../images/outcache/next-btn@3x.7026.png)
}

.tN2DlLBLouHhmkysE1kg .submit-active {
    background-image: url(../images/outcache/next-btn-active@3x.d901.png);
    animation: btn .3s ease-in
}

.tN2DlLBLouHhmkysE1kg .btn-login {
    width: 100%;
    height: 3.8rem;
    background-image: url(../images/outcache/btn-login@3x.3c51.png);
    background-size: 100% 100%
}

.tN2DlLBLouHhmkysE1kg .service {
    display: none;
    margin-top: 2rem
}

.tN2DlLBLouHhmkysE1kg .service>a {
    color: #a6739b
}

.yIJOzyjSnt8PBDHJ9d1B {
    color: #a6739b !important;
    font-size: .853333rem;
    padding: .4rem .2rem
}

.tN2DlLBLouHhmkysE1kg {
    width: 100%;
    background: url(../images/outcache/bg.7382.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: auto;
    position: relative
}

.tN2DlLBLouHhmkysE1kg .logo,
.tN2DlLBLouHhmkysE1kg .title {
    display: none
}

.tN2DlLBLouHhmkysE1kg .contents {
    position: relative;
    border-radius: .6933rem;
    margin-top: 17.3vh;
    background-color: var(--color-彈窗背景色, #27211f)
}

.tN2DlLBLouHhmkysE1kg .contents .tips>svg {
    vertical-align: sub
}

.tN2DlLBLouHhmkysE1kg .step-img {
    margin: 4rem auto 0;
    width: 100%
}

.tN2DlLBLouHhmkysE1kg .contents::before {
    content: "";
    display: block;
    background: url(../svg/logo.4679.svg) no-repeat;
    width: 13.44rem;
    height: 3.52rem;
    background-size: contain;
    position: absolute;
    left: 13%;
    top: -13vh
}

.tN2DlLBLouHhmkysE1kg .step-img::before {
    content: "";
    display: block;
    background: url(../images/outcache/title-login@3x.4593.png) no-repeat 50% 0/100%;
    width: 9.0133rem;
    height: 2.2933rem;
    margin: auto;
    position: absolute;
    top: 1.9867rem;
    left: 23%
}

.tN2DlLBLouHhmkysE1kg .service>a {
    color: #2c2a29;
    text-decoration: underline
}

.tN2DlLBLouHhmkysE1kg .service>a:hover {
    color: #95352e
}

.tN2DlLBLouHhmkysE1kg .username {
    color: #4f4439;
    font-weight: 600;
    font-size: .7467rem
}

.tN2DlLBLouHhmkysE1kg .phone-email-changepwd .input-box {
    color: #fff8f8
}

.tN2DlLBLouHhmkysE1kg .phone-email-changepwd .input-box::before {
    border-right: 1px solid #d0b292;
    background: none
}

.tN2DlLBLouHhmkysE1kg .phone-email-changepwd .input-box::after {
    content: none
}

.tN2DlLBLouHhmkysE1kg .phone-email-changepwd .input-box input {
    background: none
}

.tN2DlLBLouHhmkysE1kg .phone-email-changepwd .input-box input,
.tN2DlLBLouHhmkysE1kg .phone-email-changepwd .input-box>svg {
    color: inherit
}

.tN2DlLBLouHhmkysE1kg .input-box {
    position: relative;
    height: 2.56rem;
    line-height: 2.56rem;
    font-size: .7467rem;
    border-radius: 1.6rem;
    border: 0;
    background-color: #382e2b
}

.tN2DlLBLouHhmkysE1kg .input-box::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.12rem;
    height: .96rem;
    left: .8533rem;
    top: .8rem;
    border-right: 1px solid #d0b292;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAMAAAC7m5rvAAAAPFBMVEUAAACAfHp/fXp/fHl/fHmAgHiAfHmAfXqAfHmAfHmAfnp/fHp/fHiAfHmAfXmAfHqAgICAfHmAgIB/fHl/3ZjsAAAAE3RSTlMAgO/fvyBAn79QMM+QoHBgEK8gpRIWuAAAAPlJREFUSMftlNtuwzAIQIMhxrfcxv//64TnVu2WOkzqQ6vmPPmSEwigDCcnw+AZRTLHf0kjSQNHu5WcXHHJHKtZzbPGQ1FCgSAK2axYY/i6rHG9SWN9NLaC6ppNWr5NTPNEk6YB4LIpujNr5bIBs4a/k8wmbbqpXrSXxNcGxLp0raoWWpehkCj4jOGyj7KZEaURNJadOGURZD+8Ll8L8EZEDDFZlZnuG0DLYVnWmWQHWroWOHkALsfdUjCHEO4OxoPZcDyntSXt5+16nDqT6LY/LfZTZzpZFFh3X/kjlp0rDYap+92u9+fZB/T+uRrBQ6ij9Xhn7eQD+AZbOCQ149oPngAAAABJRU5ErkJggg==) no-repeat;
    background-size: contain
}

.tN2DlLBLouHhmkysE1kg .step-one input {
    color: #fff8f8;
    width: 80%;
    padding-left: 1rem;
    background: none
}

.tN2DlLBLouHhmkysE1kg .submit {
    background: url(../images/outcache/next-btn@3x.e829.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 1.6rem;
    height: 2.56rem
}

.tN2DlLBLouHhmkysE1kg .submit,
.tN2DlLBLouHhmkysE1kg .submit-active {
    width: 15.25rem
}

.tN2DlLBLouHhmkysE1kg .submit-active {
    background: url(../images/outcache/next-btn-active@3x.57a7.png) no-repeat left bottom;
    background-size: 100% 100%;
    border-radius: 1.6rem;
    height: 2.56rem
}

.tN2DlLBLouHhmkysE1kg .btn-login {
    background: url(../images/outcache/btn-login@3x.4a18.png) no-repeat left bottom;
    background-size: 100% 100%;
    border-radius: 1.6rem;
    height: 2.56rem
}

.tN2DlLBLouHhmkysE1kg .step-1 {
    background: url(../images/outcache/step-one@3x.1909.png) no-repeat;
    background-size: 100% 100%
}

.tN2DlLBLouHhmkysE1kg .step-2 {
    background: url(../images/outcache/step-two@3x.4547.png) no-repeat;
    background-size: 100% 100%
}

.tN2DlLBLouHhmkysE1kg .step-3 {
    background: url(../images/outcache/step-three@3x.85f0.png) no-repeat;
    background-size: 100% 100%
}

.tN2DlLBLouHhmkysE1kg .service {
    display: block;
    color: #949292;
    font-size: .64rem;
    width: 100%;
    text-align: center;
    margin-top: 1rem
}

.tN2DlLBLouHhmkysE1kg .service>a {
    color: #1e1e1e;
    text-decoration: none
}

.yIJOzyjSnt8PBDHJ9d1B {
    color: #a8423a !important
}

.ndoPXLnyKm5HUKzXN6kM {
    padding-top: 2.4rem
}

.ndoPXLnyKm5HUKzXN6kM .backgroundBg {
    height: calc(100vh - 2.4rem);
    overflow: auto;
    background: var(--color-彈窗1)
}

.ndoPXLnyKm5HUKzXN6kM .content {
    padding: 20px;
    padding-top: 10px
}

.ndoPXLnyKm5HUKzXN6kM .button {
    margin-top: 23px;
    width: 100%;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: flex;
    color: var(--text-文字主);
    font-size: 16px;
    background: var(--color-对话框1)
}

.ndoPXLnyKm5HUKzXN6kM .usdtManual {
    font-size: .8rem;
    text-decoration-line: underline;
    color: var(--text-文字强调)
}

.ndoPXLnyKm5HUKzXN6kM .balanceText {
    font-size: .8rem;
    color: var(--text-文字副)
}

.withdraw-detail-content {
    height: calc(100% - 2.4rem - 3rem) !important;
    margin-top: 0 !important
}

.withdrawDetail_detail {
    padding: .8rem;
    padding-top: 0px
}

.withdrawDetail_detail.withdrawDetail_iframeDetail .topTab {
    padding-left: 15px;
    padding-right: 15px
}

.withdrawDetail_detail.withdrawDetail_iframeDetail .steps {
    padding-left: 15px;
    padding-right: 15px
}

.withdrawDetail_detail iframe {
    width: 100%;
    height: calc(100vh - 26px - 70px - 2.6rem - 3rem - 44px);
    overflow-y: scroll;
    border: none
}

.withdrawDetail_detail .steps {
    padding-bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.withdrawDetail_detail .steps.two-step {
    justify-content: flex-start
}

.withdrawDetail_detail .steps.two-step .stepItem:last-child {
    margin-left: 16vw
}

.withdrawDetail_detail .stepItem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex
}

.withdrawDetail_detail .stepItem .stepText {
    color: #736760;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px
}

.withdrawDetail_detail .stepItem .stepTextActive {
    padding-top: 20px;
    padding-bottom: 15px;
    color: var(--text-文字强调)
}

.withdrawDetail_detail .stepItem .stepCircle {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #736760;
    z-index: 2
}

.withdrawDetail_detail .stepItem .stepCircle.stepCircleActive {
    background-color: var(--text-文字强调)
}

.withdrawDetail_detail .stepItem .stepLine {
    height: 1px;
    width: 40vw;
    position: absolute;
    bottom: 5.5px;
    left: calc(50% + 6px);
    background-color: #736760;
    z-index: 1
}

.withdrawDetail_detail .stepItem .stepLine.stepLineActive {
    background-color: var(--text-文字强调)
}

.withdrawDetail_detail .stepItem:nth-child(2) .stepLine {
    width: 35vw
}

.withdrawDetail_detail .tipsView {
    padding: 10px;
    background-color: #231d1b;
    border-radius: 5px;
    margin-top: 10px
}

.withdrawDetail_detail .infos {
    background: var(--color-彈窗1);
    padding: 10px
}

.withdrawDetail_detail .infoItem {
    height: 34px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    display: flex
}

.withdrawDetail_detail .infoItemLabel {
    color: var(--text-文字副);
    font-size: 12px;
    width: 30%;
    font-weight: 600
}

.withdrawDetail_detail .infoItemLabel span {
    color: #ff804b
}

.withdrawDetail_detail .infoItemValue {
    font-size: 12px;
    width: 70%;
    text-align: right;
    color: var(--text-文字主)
}

.withdrawDetail_detail .formViewContainer {
    background: var(--color-彈窗1);
    padding: 0 .5333rem .5333rem
}

.withdrawDetail_detail .input {
    width: 100%;
    height: 34px;
    border-radius: 8px;
    padding-left: 10px;
    margin-top: .53333rem;
    box-sizing: border-box;
    background: var(--color-对话框1);
    color: var(--text-文字主)
}

.withdrawDetail_detail .selector {
    flex: 1;
    height: 34px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    background: var(--color-对话框1);
    color: var(--text-文字主)
}

.withdrawDetail_detail .selectorText {
    color: #f2f3f7;
    font-size: 12px
}

.withdrawDetail_detail .bankTypeTab {
    flex-direction: row;
    margin-top: 20px
}

.withdrawDetail_detail .bankTypeBtn {
    height: 30px;
    background-color: #ccc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    width: 82px;
    display: flex
}

.withdrawDetail_detail .bankTypeText {
    font-size: 12px;
    color: "#775493"
}

.withdrawDetail_detail .bankTypeTextActive {
    font-size: 12px;
    color: "#fff"
}

.withdrawDetail_detail .inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.withdrawDetail_detail .fastMoneyItem {
    min-width: 70px;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
    color: var(--text-文字主);
    border-radius: 3.467px;
    background: var(--color-点缀4);
    border: none
}

.withdrawDetail_detail .fastMoneyItem.activeFastMoneyItem {
    background: var(--color-主渐变)
}

.withdrawDetail_detail .moneySelected {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: .8rem
}

.withdrawDetail_detail .nextStep {
    height: 2.45333rem;
    line-height: 2.45333rem;
    width: 100%;
    margin-top: .53333rem;
    color: #fff;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: .8rem;
    border-radius: 4.16rem;
    background: var(--color-主渐变)
}

.withdrawDetail_detail .preStep {
    height: 2.45333rem;
    line-height: 2.45333rem;
    width: 100%;
    text-align: center;
    font-size: .8rem;
    margin-top: .62rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: var(--color-主渐变);
    border-radius: 4.16rem;
    color: #fff
}

.withdrawDetail_detail .DoneView {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center
}

.withdrawDetail_detail .DoneView .image {
    width: 72px;
    height: 92px;
    margin-top: 20px;
    margin-bottom: 40px
}

.withdrawDetail_detail .DoneView .textView {
    margin-top: 15px;
    margin-bottom: 40px
}

.withdrawDetail_detail .DoneView .textView h4 {
    color: var(--text-文字副);
    font-size: 18px;
    font-weight: 500
}

.withdrawDetail_detail .DoneView .textView p {
    color: var(--text-文字副);
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px
}

.withdrawDetail_detail .topTab {
    display: flex;
    flex-direction: "row";
    justify-content: flex-start
}

.withdrawDetail_detail .topTab>p {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 26px;
    padding: 0 .2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    background: var(--color-对话框1);
    color: var(--text-文字副)
}

.withdrawDetail_detail .topTab>p.active {
    color: #fff !important;
    background: var(--color-主渐变)
}

.withdrawDetail_detail .showTips {
    margin-top: 1rem
}

.withdrawDetail_detail .showTips>h4 {
    color: var(--text-文字主)
}

.withdrawDetail_detail .showTips>p {
    color: var(--text-文字副)
}

.withdraw-pop-bg {
    background-image: url(../images/outcache/pop-bg.b1a5.png) !important
}

.withdraw-pop-bg .title {
    border-bottom: .5px solid #ccc
}

.pKDwEoBLubUQAR9fwVLp {
    padding-top: 2.4rem
}

.pKDwEoBLubUQAR9fwVLp .container {
    padding: 0 .5333rem
}

.pKDwEoBLubUQAR9fwVLp .container>p span {
    color: red
}

.pKDwEoBLubUQAR9fwVLp .container .err-img {
    height: 10rem;
    width: 90%;
    margin-left: 5%;
    background-image: url(../images/outcache/icon_new_error.5894.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.pKDwEoBLubUQAR9fwVLp .container>p {
    text-align: center;
    padding: 40px 0;
    color: #333;
    font-size: 16px
}

.pKDwEoBLubUQAR9fwVLp .container>h3 {
    font-size: 1rem;
    color: #2f2747;
    padding: 10px 0;
    font-weight: 600
}

.pKDwEoBLubUQAR9fwVLp .container .form {
    border-radius: 8px;
    overflow: hidden
}

.pKDwEoBLubUQAR9fwVLp .container .form .scroll-box {
    max-height: 18rem;
    overflow: auto
}

.pKDwEoBLubUQAR9fwVLp .container .form .activityTitle {
    display: flex;
    flex-direction: row;
    height: 30px;
    align-items: center;
    background: linear-gradient(109deg, #f3a3ca 2.15%, #8877ed 106.44%)
}

.pKDwEoBLubUQAR9fwVLp .container .form .activityTitle p {
    flex: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-right: 1px #d9d9d9 solid
}

.pKDwEoBLubUQAR9fwVLp .container .form .activityTitle p:last-child {
    border-right: none
}

.pKDwEoBLubUQAR9fwVLp .container .form .activityItem {
    display: flex;
    flex-direction: row;
    line-height: 16px;
    align-items: center;
    background-color: #e0e1ff
}

.pKDwEoBLubUQAR9fwVLp .container .form .activityItem>div {
    flex: 1;
    height: 56px;
    padding: 12px 0;
    box-sizing: border-box;
    border-right: 1px #d9d9d9 solid;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.pKDwEoBLubUQAR9fwVLp .container .form .activityItem:nth-child(even) {
    background-color: #ecedfe
}

.pKDwEoBLubUQAR9fwVLp .container .form .activityItem:last-child {
    border-right: none
}

.pKDwEoBLubUQAR9fwVLp .container .form .activityItem p {
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #2f2747
}

.withdraw-detail-header.contentHeader {
    flex-direction: row;
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box
}

.withdraw-detail-header.contentHeader .header-c {
    font-size: 15px
}

.withdraw-detail-header.contentHeader .header-r span {
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(../images/outcache/ic-newpage.4f13.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.XGaS48UItxXIr3Uf92PC {
    background: var(--color-背景1);
    height: 100%;
    padding-top: 2.4rem
}

.oe7Ltkx4ZeXOi5ofp7zF {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative
}

.oe7Ltkx4ZeXOi5ofp7zF .contents {
    padding: 15px
}

.oe7Ltkx4ZeXOi5ofp7zF .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4rem
}

.oe7Ltkx4ZeXOi5ofp7zF .top img {
    width: 86px;
    height: 108px
}

.oe7Ltkx4ZeXOi5ofp7zF .top .start {
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
    color: #000
}

.oe7Ltkx4ZeXOi5ofp7zF .top .text {
    color: rgba(47, 39, 71, .6);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px
}

.oe7Ltkx4ZeXOi5ofp7zF .bot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 0
}

.oe7Ltkx4ZeXOi5ofp7zF .bot .back {
    padding-bottom: 2rem;
    font-size: 17px;
    font-weight: 400;
    color: #119bff
}

.oe7Ltkx4ZeXOi5ofp7zF .bot .transfer-button {
    height: 50px;
    width: 90%;
    border: none;
    background: url(../images/outcache/btn.8cb6.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-family: "Microsoft YaHei UI";
    text-transform: uppercase;
    letter-spacing: .355rem;
    margin: 0 auto
}

.oe7Ltkx4ZeXOi5ofp7zF {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    overflow: auto;
    background-color: var(--color-背景1)
}

.oe7Ltkx4ZeXOi5ofp7zF>div.sec-level {
    display: flex;
    justify-content: center;
    margin: .7467rem;
    padding: 1.28rem .85333rem;
    align-items: center;
    border-radius: .64rem
}

.oe7Ltkx4ZeXOi5ofp7zF>div.sec-level>img {
    height: 247px
}

.oe7Ltkx4ZeXOi5ofp7zF>div.sec-level .s-l-r {
    margin-left: .64rem
}

.oe7Ltkx4ZeXOi5ofp7zF>div.sec-level .s-l-r .title-text {
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-文字主);
    margin-bottom: .53rem
}

.oe7Ltkx4ZeXOi5ofp7zF>div.sec-level .s-l-r .level {
    display: flex;
    align-items: center;
    color: var(--text-文字主)
}

.oe7Ltkx4ZeXOi5ofp7zF>div.sec-level .s-l-r .level>p {
    width: 11.1rem;
    height: .32rem;
    background: #e7ecf5;
    display: inline-block;
    margin-right: .53rem;
    position: relative;
    border-radius: .16rem;
    overflow: hidden
}

.oe7Ltkx4ZeXOi5ofp7zF>div.sec-level .s-l-r .level>p i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: .32rem;
    transition: width 2s;
    background: var(--color-主渐变)
}

.oe7Ltkx4ZeXOi5ofp7zF>div.menus {
    margin: 0 .7467rem;
    background: var(--color-彈窗1);
    border-radius: .5333rem;
    padding: .5333rem;
    border-radius: .64rem
}

.oe7Ltkx4ZeXOi5ofp7zF>div.menus>div {
    height: 2.1333rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--text-文字主);
    font-size: .7467rem;
    padding: .2667rem 0;
    justify-content: space-between;
    border-bottom: 1px solid #efefef
}

.oe7Ltkx4ZeXOi5ofp7zF>div.menus>div span {
    margin-left: .2667rem;
    color: var(--text-文字主)
}

.oe7Ltkx4ZeXOi5ofp7zF>div.menus>div>svg {
    color: #736760
}

.oe7Ltkx4ZeXOi5ofp7zF>div.menus>div>div {
    display: flex;
    align-items: center
}

.oe7Ltkx4ZeXOi5ofp7zF>div.contents .top .text {
    color: #99a0b1
}

.oe7Ltkx4ZeXOi5ofp7zF>div.contents .bot .back {
    color: #fff;
    background: linear-gradient(45deg, #3e5aa5, #bfd1f1);
    line-height: 42px;
    height: 42px;
    padding: 2px 30px;
    border-radius: 30px;
    box-shadow: 0px 2px 12px 0px #b8c3e2
}

.oe7Ltkx4ZeXOi5ofp7zF .top .start {
    color: var(--text-文字主);
    font-size: .96rem
}

.oe7Ltkx4ZeXOi5ofp7zF>div.contents .top .text {
    font-size: .64rem;
    color: var(--text-文字主)
}

.oe7Ltkx4ZeXOi5ofp7zF>div.contents .bot .back {
    background: var(--color-主渐变);
    height: 2.24rem;
    line-height: 2.23rem;
    text-align: center
}

.oe7Ltkx4ZeXOi5ofp7zF .top img {
    width: 7.04rem;
    height: 6.45333rem
}

.fwJsVhLk2i1Mqfw7D_TM {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    padding: 0 .3rem;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    min-height: 2.4rem;
    box-sizing: border-box;
    align-items: center
}

.fwJsVhLk2i1Mqfw7D_TM .block {
    height: 2.4rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex !important
}

.fwJsVhLk2i1Mqfw7D_TM .block.category {
    flex: 1;
    justify-content: flex-start
}

.fwJsVhLk2i1Mqfw7D_TM .icon {
    justify-content: flex-start
}

.fwJsVhLk2i1Mqfw7D_TM .search {
    justify-content: flex-end
}

.fwJsVhLk2i1Mqfw7D_TM .balance {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 100px;
    padding: 2px 5px;
    display: flex
}

.fwJsVhLk2i1Mqfw7D_TM .coin {
    width: 24px;
    height: 24px
}

.fwJsVhLk2i1Mqfw7D_TM .searchIcon {
    font-size: .8rem;
    margin-left: .35rem !important;
    color: #a1a1aa
}

.fwJsVhLk2i1Mqfw7D_TM .balanceText {
    font-size: 14px;
    color: #4a4a4a;
    max-width: 3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.fwJsVhLk2i1Mqfw7D_TM .text {
    font-size: 18px;
    padding-left: 0px;
    padding-right: 5px;
    color: gray
}

.fwJsVhLk2i1Mqfw7D_TM .selector {
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.fwJsVhLk2i1Mqfw7D_TM .selector li {
    height: 100%;
    color: #ababab;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: .64rem;
    margin-right: .35rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.fwJsVhLk2i1Mqfw7D_TM .selector li.selectorBtnView {
    height: 42px;
    line-height: 42px;
    border: none;
    background-size: cover;
    background-position: center;
    color: #95352e;
    font-size: .78rem
}

.fwJsVhLk2i1Mqfw7D_TM .selector li:nth-last-of-type(1) {
    margin-right: 0
}

.fwJsVhLk2i1Mqfw7D_TM .selector li.gotoWeb a {
    background-color: rgba(232, 217, 229, .29);
    padding: 3px 5px;
    border-radius: 100px;
    background-image: url(../images/outcache/gotoPage.4c6d.png);
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 5px center;
    padding-left: 21px;
    display: inline-block;
    color: #a17df5
}

.searchBarContainer {
    width: 260px;
    background-color: #fff;
    flex: 1;
    margin-left: auto;
    height: 100%;
    position: relative;
    z-index: 1
}

.searchBarContainer .searchInput {
    height: 1.6rem;
    background-color: rgba(234, 234, 234, .19);
    border-radius: .8rem;
    border: 1px solid #ebebeb;
    padding-left: .54rem;
    padding-right: .54rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.searchBarContainer .searchInput .search-icon {
    color: #a1a1aa;
    font-size: 14px
}

.searchBarContainer .searchInput input {
    border: none;
    font-size: 14px;
    width: calc(100% - 14px);
    background: none
}

.searchBarContainer .searchInput input::placeholder {
    color: #cfcfcf
}

.searchBarContainer .searchView {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.searchBarContainer .searchView .top {
    padding: 3.2rem .54rem .54rem .54rem;
    box-sizing: border-box;
    height: 80%;
    overflow: hidden
}

.searchBarContainer .team-list {
    height: calc(100% - 1.6rem - .54rem)
}

.searchBarContainer .searchLeagueView {
    width: 100%;
    margin-top: .54rem;
    padding-top: .54rem;
    border-top: 1px solid #ebebeb;
    height: calc(100% - .54rem);
    overflow-y: auto
}

.searchBarContainer .team-name {
    display: flex;
    flex-direction: row;
    align-items: center
}

.searchBarContainer .searchLeagueItemView {
    width: 100%;
    flex-direction: row;
    align-items: center;
    height: 30px;
    margin-top: 5px;
    justify-content: space-between;
    display: flex
}

.searchBarContainer .searchLeagueItemView:last-child {
    padding-bottom: 1rem
}

.searchBarContainer .searchLeagueItemIcon {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.searchBarContainer .searchLeagueItemText {
    font-size: 12px;
    color: gray;
    max-width: 160px
}

.searchBarContainer .searchLeagueItemCheck {
    font-size: 14px;
    color: #7b687c
}

.searchBarContainer .searchLeagueItemUnCheck {
    font-size: 14px;
    color: #ebebeb
}

.searchBarContainer .searchLeagueSubmit {
    width: 100%;
    height: 20%;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 1rem;
    box-sizing: border-box;
    display: flex
}

.searchBarContainer button {
    width: 40%;
    height: 2rem;
    font-size: .62rem;
    border: 0;
    border-radius: .19rem;
    box-shadow: 0 .19rem .58rem #91658c
}

.searchBarContainer button.yes {
    background: linear-gradient(0deg, #7a436c, #815b82 53%, #91658c);
    color: #fff
}

.searchBarContainer button.cancel {
    border: 1px solid #91658c;
    color: #91658c
}

.fwJsVhLk2i1Mqfw7D_TM {
    background-color: var(--color-背景1, #1a1716)
}

.fwJsVhLk2i1Mqfw7D_TM .searchLeagueSubmit button {
    width: 40%;
    height: 2rem;
    font-size: .62rem;
    border: 0;
    border-radius: .19rem;
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.fwJsVhLk2i1Mqfw7D_TM .searchLeagueSubmit button.yes {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    color: #fff
}

.fwJsVhLk2i1Mqfw7D_TM .searchLeagueSubmit button.cancel {
    border: 1px solid #a8423a;
    color: #a8423a
}

.fwJsVhLk2i1Mqfw7D_TM .checkBox {
    height: .64rem;
    width: .64rem;
    margin: 0 4px
}

.fwJsVhLk2i1Mqfw7D_TM .checkBox.checkBoxGray {
    color: #d1d1d1
}

.fwJsVhLk2i1Mqfw7D_TM .balance {
    color: var(--text-文字主, #fff8f8);
    background-color: var(--color-彈窗1, #27211f)
}

.fwJsVhLk2i1Mqfw7D_TM .balance+svg {
    color: var(--text-文字主, #fff8f8)
}

.fwJsVhLk2i1Mqfw7D_TM .balanceText {
    color: inherit
}

.fwJsVhLk2i1Mqfw7D_TM .balanceText::before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 2px;
    vertical-align: middle;
    background: url(../images/outcache/ic-balance.deba.png) center/contain no-repeat
}

.fwJsVhLk2i1Mqfw7D_TM .selector {
    margin-top: .8rem;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px
}

.fwJsVhLk2i1Mqfw7D_TM .selector li {
    position: relative
}

.fwJsVhLk2i1Mqfw7D_TM .selector li.selectorBtnView {
    color: var(--text-文字主, #fff8f8);
    font-size: .64rem
}

.fwJsVhLk2i1Mqfw7D_TM .selector li.selectorBtnView::after {
    content: " ";
    position: absolute;
    right: .2133rem;
    bottom: .48rem;
    width: .8533rem;
    height: .1067rem;
    background: #a8423a;
    border-radius: .16rem
}

.searchBarContainer {
    --header-height: 2.4rem;
    background: none;
    height: calc(100% - var(--header-height));
    top: var(--header-height)
}

.searchBarContainer .searchLeagueItemView {
    width: 95%;
    margin: 5px auto
}

.searchBarContainer .searchLeagueView {
    border: 0
}

.searchBarContainer .checkBoxGray {
    color: #f6ece2
}

.searchBarContainer .checkBoxRed {
    color: #a8423a
}

.searchBarContainer button {
    color: #fff8f8
}

.searchBarContainer button.yes,
.searchBarContainer button.cancel {
    width: 45%;
    color: inherit;
    border: 0;
    border-radius: 40px;
    background: linear-gradient(180deg, #e6676e 0%, #7e1d1f 100%);
    box-shadow: none
}

.searchBarContainer .searchView {
    display: block;
    color: var(--text-文字主, #fff8f8);
    background-color: var(--color-彈窗1, #27211f)
}

.searchBarContainer .searchView .top {
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: .5rem;
    height: calc(100% - 3.2rem)
}

.searchBarContainer .searchView .searchLeagueSubmit {
    padding: 0;
    height: auto
}

.searchBarContainer .searchView .searchInput {
    border: 0;
    background-color: var(--color-对话框1, #382e2b)
}

.searchBarContainer .searchView .searchInput>input {
    color: inherit
}

.searchBarContainer .searchView .searchInput>input::placeholder {
    color: #51463f
}

.searchBarContainer .searchView .searchInput .search-icon {
    color: inherit
}

.searchBarContainer .searchView .team-list .checkBox {
    width: 1em;
    height: 1em;
    margin: 0 4px;
    color: #c6c6c6
}

._Bxxp78XrxyKLGZrFZwf {
    --text-体育标题文字: #c6c6c6
}

._Bxxp78XrxyKLGZrFZwf .sportSelector {
    flex-direction: row;
    display: flex;
    position: absolute;
    height: 3.3rem;
    width: 100%;
    left: 0;
    z-index: 1;
    padding-left: .6rem;
    padding-right: .6rem;
    box-sizing: border-box;
    top: 2.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    background-color: #231d1b
}

._Bxxp78XrxyKLGZrFZwf .sportSelector.hasDate {
    top: 3.6rem
}

._Bxxp78XrxyKLGZrFZwf .sportSelector.hasPopularLeague {
    height: 4.3rem
}

._Bxxp78XrxyKLGZrFZwf .popularLeagueSelector {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    top: 5.2rem;
    width: 100%;
    left: 0;
    z-index: 1;
    overflow-x: auto;
    padding: 0 .8rem 0 1rem
}

._Bxxp78XrxyKLGZrFZwf .popularLeagueSelector.hasDate {
    top: 6.4rem
}

._Bxxp78XrxyKLGZrFZwf .popularLeagueSelector .leagueItem {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: .5rem
}

._Bxxp78XrxyKLGZrFZwf .popularLeagueSelector .leagueItem .leagueItemImage {
    width: 1.2rem
}

._Bxxp78XrxyKLGZrFZwf .popularLeagueSelector .leagueItem .leagueItemName {
    color: var(--text-体育标题文字)
}

._Bxxp78XrxyKLGZrFZwf .popularLeagueSelector .leagueItem .leagueItemName.active {
    color: #a8423a
}

._Bxxp78XrxyKLGZrFZwf .sportItem {
    width: 16.66%;
    text-align: center;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0
}

._Bxxp78XrxyKLGZrFZwf .sportItem.long {
    width: 20%
}

._Bxxp78XrxyKLGZrFZwf .sportItemText {
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
    color: var(--text-体育标题文字);
    text-align: center
}

._Bxxp78XrxyKLGZrFZwf .sportItemImage {
    width: 1.4rem;
    height: 1.4rem
}

._Bxxp78XrxyKLGZrFZwf .sportItemCount {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    color: var(--text-体育标题文字)
}

.trCi8JyXNPehKQ6bTkJw {
    overflow: hidden;
    position: relative
}

.trCi8JyXNPehKQ6bTkJw .pulldown-wrapper {
    position: absolute;
    width: 100%;
    padding: .8rem .8rem;
    box-sizing: border-box;
    top: 0;
    text-align: center;
    color: #999;
    transform: translateY(-100%) translateZ(0)
}

.trCi8JyXNPehKQ6bTkJw .pullup-wrapper {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0;
    text-align: center;
    color: #999
}

.d5_ygUbOeNFICoBvWgxC {
    width: 100%;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: .6rem;
    padding-bottom: 0;
    margin-top: 5.6rem;
    background-color: #f3f3f3;
    height: 100%
}

.d5_ygUbOeNFICoBvWgxC.popularLeague {
    margin-top: 6.6rem
}

.d5_ygUbOeNFICoBvWgxC .matchList {
    height: 100%;
    width: 100%
}

.d5_ygUbOeNFICoBvWgxC .matchList.hasDate {
    margin-top: 1.2rem
}

.d5_ygUbOeNFICoBvWgxC .toTop {
    position: absolute;
    right: 0;
    bottom: 3.2rem;
    width: 40px;
    height: 40px
}

.d5_ygUbOeNFICoBvWgxC .scrollView {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #f3f3f3
}

.d5_ygUbOeNFICoBvWgxC .stateContainer {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .statusName {
    width: 100%;
    flex-direction: row;
    align-items: center;
    height: 1.3rem;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    border-radius: .2667rem
}

.d5_ygUbOeNFICoBvWgxC .statusNameText {
    font-size: 12px;
    color: #000
}

.d5_ygUbOeNFICoBvWgxC .rightBar {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center
}

.d5_ygUbOeNFICoBvWgxC .rightBar span {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 .25rem
}

.d5_ygUbOeNFICoBvWgxC .statusIcon {
    width: .8rem;
    height: .8rem;
    margin-right: .2667rem
}

.d5_ygUbOeNFICoBvWgxC .iconClock {
    background: url(../images/outcache/ic-notstarted.b1c4.png) no-repeat;
    background-size: cover
}

.d5_ygUbOeNFICoBvWgxC .iconTrophy {
    background: url(../images/outcache/ic-ongoing.372a.png) no-repeat;
    background-size: cover
}

.d5_ygUbOeNFICoBvWgxC .sportContainer {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .sportNameView {
    flex-direction: row;
    align-items: center;
    height: 1.5rem;
    justify-content: space-between;
    width: 100%;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .sportNameText {
    font-size: 12px;
    color: #aaa;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-top: 5px;
    margin-bottom: 5px
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #c1c4f2;
    min-height: 2rem;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: .5rem
}

.d5_ygUbOeNFICoBvWgxC .leagueNameView {
    height: 1.7rem;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .leagueNameImage {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 5px
}

.d5_ygUbOeNFICoBvWgxC .leagueNameText {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.d5_ygUbOeNFICoBvWgxC .matchContainer {
    min-height: 6.2rem;
    width: 100%;
    padding-bottom: .3rem
}

.d5_ygUbOeNFICoBvWgxC .matchContainerBig {
    min-height: 7.25rem
}

.d5_ygUbOeNFICoBvWgxC .matchNameScore {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.d5_ygUbOeNFICoBvWgxC .matchLeftView {
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    width: 40%;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .matchRightView {
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    width: 60%;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .matchMethodNamesView {
    border-top: .0533rem solid #e4e4e7;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    box-sizing: border-box;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .matchMethodNamesView:first-child {
    padding-top: 5px;
    padding-left: 40%
}

.d5_ygUbOeNFICoBvWgxC .matchMethodNamesView:nth-child(2) {
    border-top: 0px;
    background: #fbfbfb;
    margin: .1067rem 0px .2133rem 0px
}

.d5_ygUbOeNFICoBvWgxC .matchMethodNameItemText {
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 2rem
}

.d5_ygUbOeNFICoBvWgxC .matchPhaseView {
    width: 100%;
    height: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fbfbfb;
    padding-left: .8rem;
    padding-right: .8rem;
    box-sizing: border-box;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .matchPhaseText {
    font-size: 12px;
    color: #a1a1aa;
    margin-left: .5rem;
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box
}

.d5_ygUbOeNFICoBvWgxC .matchPhaseText:first-child {
    width: 70%
}

.d5_ygUbOeNFICoBvWgxC .matchPhaseText:last-child {
    margin-left: 0px;
    margin-right: 1rem;
    width: calc(30% - 1.5rem);
    text-align: right
}

.d5_ygUbOeNFICoBvWgxC .matchTeamNamesView {
    width: 100%;
    flex-direction: row;
    height: 2.4rem;
    margin-bottom: .1rem;
    align-items: center;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .matchTeamNameText {
    width: 80%;
    text-align: left;
    height: 1rem;
    line-height: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.d5_ygUbOeNFICoBvWgxC .matchTeamNameScore {
    width: 20%;
    text-align: right;
    margin-left: auto;
    color: #ef4444;
    font-weight: bold;
    height: 1rem;
    line-height: 1rem
}

.d5_ygUbOeNFICoBvWgxC .matchMethodNameView {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .matchMethodNameText {
    width: 32%;
    margin-right: .2rem;
    text-align: center;
    font-size: 12px;
    color: #71717a
}

.d5_ygUbOeNFICoBvWgxC .matchMethodsView {
    width: 100%;
    flex-direction: row;
    height: 4.8rem;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .methodGroupView {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .methodView {
    width: 32%;
    margin-right: .2rem;
    border-radius: 5px
}

.d5_ygUbOeNFICoBvWgxC .methodOPView {
    height: 1.6rem;
    margin-top: .1067rem;
    margin-bottom: .1067rem;
    width: 100%;
    border-radius: .2667rem;
    background-color: #fbfaff;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .methodOPViewBig {
    height: 3rem
}

.d5_ygUbOeNFICoBvWgxC .methodOPViewAcitve {
    box-shadow: 0px 0px 10px 2px rgba(162, 165, 233, .3);
    background: linear-gradient(270deg, #9396e4 0%, #c1c4f2 100%)
}

.d5_ygUbOeNFICoBvWgxC .methodOPViewLockIcon {
    width: 1rem;
    height: .8rem
}

.d5_ygUbOeNFICoBvWgxC .methodOPText {
    width: 100%;
    text-align: center;
    font-size: 12px
}

.d5_ygUbOeNFICoBvWgxC .methodOPTextName {
    color: #c3c3c3
}

.d5_ygUbOeNFICoBvWgxC .methodOPTextValue {
    font-weight: bold
}

.d5_ygUbOeNFICoBvWgxC .endView {
    width: 100%;
    height: 5rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fbfaff;
    display: flex
}

.d5_ygUbOeNFICoBvWgxC .endViewText {
    font-size: 1.2rem;
    color: #a1a1aa;
    margin-left: 5px;
    margin-right: 5px
}

.d5_ygUbOeNFICoBvWgxC {
    background-color: var(--color-背景1, #1a1716)
}

.d5_ygUbOeNFICoBvWgxC .scrollView,
.d5_ygUbOeNFICoBvWgxC .stateContainer {
    background-color: var(--color-背景1, #1a1716)
}

.d5_ygUbOeNFICoBvWgxC .statusName {
    color: var(--text-文字主, #fff8f8);
    background-color: #27211f
}

.d5_ygUbOeNFICoBvWgxC .statusName .statusNameText {
    color: inherit
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer {
    border-color: #736760 !important;
    background-color: var(--color-彈窗1, #27211f)
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .leagueNameText {
    color: var(--text-文字主, #fff8f8)
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .methodOPView {
    background-color: #382e2b;
    border-radius: 8px
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .methodOPView.methodOPViewAcitve {
    border-radius: 8px;
    box-shadow: none;
    background-image: var(--color-主渐变)
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .methodOPView.methodOPViewAcitve .methodOPTextActive {
    color: #fff !important
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .methodOPView.methodOPViewAcitve .methodOPTextValueNormal {
    color: #fff !important
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .methodOPView .methodOPViewLockIcon {
    width: 12px;
    height: 12px
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .matchContainer .matchTeamNameScore {
    color: #d33d3f
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .matchContainer .matchMethodNamesView,
.d5_ygUbOeNFICoBvWgxC .leagueContainer .matchContainer .matchNameScore {
    color: var(--text-文字主, #fff8f8)
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .matchContainer .matchMethodNamesView {
    border: 0
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .matchContainer .matchMethodNamesView .matchMethodNameText,
.d5_ygUbOeNFICoBvWgxC .leagueContainer .matchContainer .matchMethodNamesView .matchPhaseText {
    color: inherit
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .matchContainer .matchMethodNamesView:nth-child(2) {
    background-color: #382e2b
}

.d5_ygUbOeNFICoBvWgxC .leagueContainer .matchContainer .matchNameScore .matchLeftView {
    color: inherit
}

.gCCwWAviYedJYYNFDsOo .tableNullContent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 334px;
    flex-direction: column;
    text-align: center
}

.gCCwWAviYedJYYNFDsOo .tableNullImg {
    width: 100%
}

.gCCwWAviYedJYYNFDsOo .tableNullImg img {
    width: 36px;
    height: 42px
}

.gCCwWAviYedJYYNFDsOo .tableNullText {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #51463f;
    margin-top: 20px
}

.kdOhgaQrKyYf1VjRklrl .serchBox {
    height: 1.8133rem;
    line-height: 1.8133rem;
    background: #f3f3f3;
    border-radius: 1.6rem;
    border: .0533rem solid #ebebeb;
    padding: 0 .5333rem;
    margin-top: .5333rem
}

.kdOhgaQrKyYf1VjRklrl .serchBox .search {
    color: #d9d9d9;
    font-size: .8533rem;
    line-height: 1.8133rem
}

.kdOhgaQrKyYf1VjRklrl .serchBox .searchInput {
    line-height: 1.8133rem;
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    width: 16rem;
    font-size: .64rem
}

.kdOhgaQrKyYf1VjRklrl .serchBox .searchInput::placeholder {
    color: #d9d9d9
}

.kdOhgaQrKyYf1VjRklrl .allCheckBoxView {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.8133rem;
    color: #d1d1d1;
    width: 100%
}

.kdOhgaQrKyYf1VjRklrl .allCheckBoxView .checkBox {
    font-size: .96rem;
    color: #766079
}

.kdOhgaQrKyYf1VjRklrl .allCheckBoxView .checkBoxGray {
    color: #d1d1d1
}

.kdOhgaQrKyYf1VjRklrl .selectBox {
    overflow: auto;
    height: 27.2rem;
    background: #fbfaff;
    width: 100%;
    margin: 0 -0.64rem;
    padding: 0 .64rem;
    color: #b0aeb2
}

.kdOhgaQrKyYf1VjRklrl .selectBox .leagueItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.92rem;
    font-size: .6933rem
}

.kdOhgaQrKyYf1VjRklrl .selectBox .toggleItem {
    width: 80%
}

.kdOhgaQrKyYf1VjRklrl .selectBox .childrenList {
    background: #fff;
    width: 20rem;
    margin-left: -0.64rem
}

.kdOhgaQrKyYf1VjRklrl .selectBox .childrenBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 1.92rem;
    line-height: 1.92rem;
    border-bottom: .0533rem solid #ebebeb;
    padding: 0 .64rem
}

.kdOhgaQrKyYf1VjRklrl .selectBox .leagueNameRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.92rem
}

.kdOhgaQrKyYf1VjRklrl .selectBox .leagueNameBox {
    margin-left: .96rem;
    height: 1.92rem;
    display: flex;
    align-items: center
}

.kdOhgaQrKyYf1VjRklrl .selectBox .leagueNameImage {
    width: .96rem;
    height: .96rem;
    margin-right: .2667rem
}

.ipKLLgY1_kGnIR0Zrh2w {
    margin-top: 0 !important
}

.ipKLLgY1_kGnIR0Zrh2w .popHeader {
    font-size: .746667rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 2.6667rem;
    align-items: center;
    padding: 0 .5333rem;
    border-bottom: .32rem solid #f3f3f3
}

.ipKLLgY1_kGnIR0Zrh2w .finish {
    color: #477bff;
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.ipKLLgY1_kGnIR0Zrh2w {
    margin-top: 0 !important;
    width: 100%
}

.ipKLLgY1_kGnIR0Zrh2w .wrapper {
    background-color: var(--color-背景1, #1a1716)
}

.ipKLLgY1_kGnIR0Zrh2w .serchBox {
    border: none;
    margin: .5rem;
    background-color: var(--color-对话框1, #382e2b)
}

.ipKLLgY1_kGnIR0Zrh2w .serchBox .search {
    color: #fff8f8
}

.ipKLLgY1_kGnIR0Zrh2w .serchBox .searchInput {
    color: var(--text-文字主, #fff8f8)
}

.ipKLLgY1_kGnIR0Zrh2w .serchBox .searchInput::placeholder {
    color: #51463f
}

.ipKLLgY1_kGnIR0Zrh2w .popHeader {
    font-size: .746667rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 2.6667rem;
    align-items: center;
    padding: 0 .5333rem;
    border: none;
    background-color: var(--color-背景1, #1a1716)
}

.ipKLLgY1_kGnIR0Zrh2w .allCheckBoxView {
    padding-left: .75rem;
    box-sizing: border-box
}

.ipKLLgY1_kGnIR0Zrh2w .allCheckBoxView.check-all {
    padding-right: .75rem
}

.ipKLLgY1_kGnIR0Zrh2w .allCheckBoxView .checkBox {
    height: 1em;
    width: 1em;
    margin: 0 4px;
    color: #c6c6c6
}

.ipKLLgY1_kGnIR0Zrh2w .allCheckBoxView .leagueNameRow {
    border-bottom: 1px solid #2d2727
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox {
    background-color: var(--color-背景1, #1a1716)
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox .leagueNameBox {
    margin: 0
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox .childrenBox {
    padding-right: .75rem;
    background-color: #231d1b;
    border-color: #231d1b
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox .leagueItem {
    font-size: 14px;
    padding-inline: .75rem;
    box-sizing: border-box
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox .leagueItem:first-child {
    color: #fff;
    background-color: var(--color-点缀4, #592424)
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox .leagueItem:first-child .arrow {
    color: #fff
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox .leagueItem:first-child .allCheckBoxView .checkBox.notCheck {
    color: #fff
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox .leagueItem .allCheckBoxView .checkBox.notCheck {
    color: #d9d9d9
}

.ipKLLgY1_kGnIR0Zrh2w .selectBox .childrenList {
    margin-left: 0px
}

.ipKLLgY1_kGnIR0Zrh2w .finish {
    color: var(--text-文字主, #fff8f8);
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nGUfle53gboQkphLwvGk {
    margin: 0 -0.64rem;
    background: #fff
}

.nGUfle53gboQkphLwvGk .manualList {
    width: 100%;
    color: #605161
}

.nGUfle53gboQkphLwvGk .manualList .manualItem {
    height: 2.6667rem;
    line-height: 2.6667rem;
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
    border-bottom: .0533rem solid #e5e5e5;
    display: flex;
    padding: 0 .8rem;
    position: relative;
    font-size: .64rem
}

.nGUfle53gboQkphLwvGk .manualList .manualItem .arrow {
    position: relative;
    padding: .9067rem 0;
    font-size: .853333rem;
    right: 0;
    top: 0
}

.nGUfle53gboQkphLwvGk .manualProcess {
    background: #f5f5f5
}

.nGUfle53gboQkphLwvGk {
    background: none
}

.nGUfle53gboQkphLwvGk .manualList {
    width: 100%;
    color: var(--text-文字主, #fff8f8)
}

.nGUfle53gboQkphLwvGk .manualList .manualItem {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2.5rem;
    margin-inline: 1.5rem;
    border-bottom: .5px solid #51463f;
    font-size: 16px
}

.nGUfle53gboQkphLwvGk .manualList .manualItem .arrow {
    color: #51463f
}

.nGUfle53gboQkphLwvGk .manualProcess {
    background: #f5f5f5
}

.VSYL0qFRXAbgF_Xp63ky .settingItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .4267rem .5333rem;
    border-bottom: .0533rem solid #f3f3f3;
    font-size: .6933rem;
    line-height: 1.6rem;
    box-sizing: border-box
}

.VSYL0qFRXAbgF_Xp63ky .switchButton {
    height: 1.76rem;
    line-height: 1.76rem;
    border-radius: .8533rem;
    padding: 0 .16rem;
    background-image: linear-gradient(to right, #B76AD7, #A797F0)
}

.VSYL0qFRXAbgF_Xp63ky .switchButton.link {
    background-image: none;
    background-color: rgba(232, 217, 229, .29)
}

.VSYL0qFRXAbgF_Xp63ky .switchButton.link a {
    display: block;
    background: url(../images/outcache/icon-link.c14b.png) no-repeat .5rem center;
    background-size: .9rem .9rem;
    padding: 0 .5rem 0 1.6rem;
    font-size: .6933rem;
    color: #a17df5
}

.VSYL0qFRXAbgF_Xp63ky .switchButton .activeButton {
    background: #fff;
    height: 1.5467rem;
    padding: 0 .5rem;
    text-align: center;
    border-radius: .7467rem;
    border-color: rgba(0, 0, 0, 0);
    color: #b76ad7
}

.VSYL0qFRXAbgF_Xp63ky .switchButton .defaultButton {
    padding: 0 .5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.VSYL0qFRXAbgF_Xp63ky .actions {
    background: url(../images/outcache/btn-close.e57e.png) no-repeat;
    width: 100%;
    max-width: 16rem;
    height: 4.8rem !important;
    background-size: contain;
    background-position: center;
    position: fixed;
    left: 2.1333rem !important;
    bottom: 0
}

.VSYL0qFRXAbgF_Xp63ky .actions .close {
    color: #fff;
    font-size: .8533rem !important;
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    width: 100%;
    background-image: none !important;
    margin-top: -0.5rem !important
}

.VSYL0qFRXAbgF_Xp63ky .popHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 2.6667rem;
    align-items: center;
    padding: 0 .5333rem;
    border-bottom: .32rem solid #f3f3f3;
    font-size: .6933rem
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .popHeaderRight {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .popHeaderRightIcons {
    display: flex;
    flex-direction: row
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .popHeaderRightIcons .icon {
    width: 1.0667rem;
    height: 1.0667rem;
    margin-left: -0.5333rem
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .more {
    color: #d1d1d1;
    font-size: .5867rem
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .arrow {
    font-size: .8533rem;
    color: #d1d1d1
}

.s4FayGBOTQQlGTw2CiSU {
    margin-top: 0 !important
}

.VSYL0qFRXAbgF_Xp63ky .popHeader {
    border-bottom: 1px solid #2d2727
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .popHeaderRightIcons {
    margin-right: 4px
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .popHeaderLeft {
    color: var(--text-文字1, #fff8f8);
    margin-left: .5333rem
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .popHeaderLeft .more {
    color: inherit
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .popHeaderRight .more {
    color: #867163
}

.VSYL0qFRXAbgF_Xp63ky .popHeader .popHeaderRight .more+svg {
    color: #867163
}

.VSYL0qFRXAbgF_Xp63ky .settingItem {
    color: var(--text-文字1, #fff8f8);
    border: none
}

.VSYL0qFRXAbgF_Xp63ky .settingItem .switchButton {
    background: #382e2b
}

.VSYL0qFRXAbgF_Xp63ky .settingItem .switchButton .activeButton {
    background: #fff;
    color: var(--text-文字1, #fff8f8);
    border: none;
    background-image: var(--color-主渐变, linear-gradient(180deg, #e6676e 0%, #7e1d1f 100%))
}

.VSYL0qFRXAbgF_Xp63ky .settingItem .switchButton .defaultFont,
.VSYL0qFRXAbgF_Xp63ky .settingItem .switchButton .activeFont {
    color: var(--text-文字1, #fff8f8)
}

.VSYL0qFRXAbgF_Xp63ky .actions {
    height: 2.6rem !important;
    line-height: 2.6rem;
    margin-bottom: 1rem;
    border-radius: 2.1333rem;
    background: linear-gradient(180deg, #ffabae 0%, #b00000 100%) !important
}

.VSYL0qFRXAbgF_Xp63ky .actions .close {
    margin: auto !important;
    line-height: 2.6rem !important
}

.tDFe5jjOdRSTT33_ZskN {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center
}

.tDFe5jjOdRSTT33_ZskN .list {
    width: 16.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: stretch
}

.sV1VpGPuD4kRUpG2Gw0_ {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: stretch
}

.sV1VpGPuD4kRUpG2Gw0_>div {
    max-height: 34.08rem;
    overflow-x: hidden;
    overflow-y: auto
}

.sV1VpGPuD4kRUpG2Gw0_>div::-webkit-scrollbar {
    display: none
}

.pD0iem6HQAn357aa9zuX {
    height: 90vh;
    width: 16.05rem;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 1rem
}

.pD0iem6HQAn357aa9zuX::-webkit-scrollbar {
    display: none
}

.pD0iem6HQAn357aa9zuX>div>div>div {
    margin-bottom: .85rem
}

.pD0iem6HQAn357aa9zuX>div>div>div:last-of-type {
    margin-bottom: 0;
    padding-bottom: 4rem
}

.pD0iem6HQAn357aa9zuX border-radius:none>div>div>div:last-of-type {
    padding-bottom: 0
}

.sV1VpGPuD4kRUpG2Gw0_ {
    border-radius: none
}

.HnN_3pmokeWAXYSwI0pc {
    position: relative;
    width: 100%
}

.HnN_3pmokeWAXYSwI0pc::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.2rem;
    right: -0.2rem;
    height: 14.7rem;
    background: url(../images/outcache/bg@3x.8a7b.png) no-repeat 50% 0;
    background-size: contain
}

.HnN_3pmokeWAXYSwI0pc>div {
    position: relative;
    z-index: 102
}

.HnN_3pmokeWAXYSwI0pc .highlight {
    color: #9987e2;
    background: linear-gradient(180deg, #9987E2 0%, #CE9CE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.BsSCtKZFCjYLIgwnB2Vw {
    padding-top: .35rem;
    padding-left: .9rem;
    padding-right: .9rem;
    color: #fff;
    font-size: .7rem;
    line-height: 2.429
}

.VUNjlKfJHaC9OzHLLVd9 {
    background: linear-gradient(180.35deg, rgba(255, 255, 255, 0) -96.5%, #FFFFFF 38.17%);
    border-radius: 1rem;
    min-height: 13rem
}

.HnN_3pmokeWAXYSwI0pc {
    box-sizing: border-box;
    border-radius: 1rem;
    box-shadow: 0px 4px 4px 7px rgba(114, 78, 127, .05)
}

.HnN_3pmokeWAXYSwI0pc::before {
    background: none
}

.HnN_3pmokeWAXYSwI0pc>div {
    position: relative;
    z-index: 102;
    border-radius: .7rem;
    color: var(--text-文字1, #fff8f8);
    background-color: var(--color-彈窗背景色, #27211f)
}

.HnN_3pmokeWAXYSwI0pc>div [data-class=item-title] {
    color: inherit;
    border-color: #2d2727
}

.HnN_3pmokeWAXYSwI0pc>div [data-class=item-content] .item-title {
    margin-inline: 5px
}

.HnN_3pmokeWAXYSwI0pc>div [data-class=item-content] .home,
.HnN_3pmokeWAXYSwI0pc>div [data-class=item-content] .away {
    color: var(--text-文字1, #fff8f8)
}

.HnN_3pmokeWAXYSwI0pc .highlight {
    color: #c05d5b;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset
}

.BsSCtKZFCjYLIgwnB2Vw {
    color: #121b47;
    text-align: center;
    border-bottom: 1px solid #e7ecf5
}

.VUNjlKfJHaC9OzHLLVd9 {
    background: none
}

.colYEDEeWWdBMTu1tUbE {
    display: block
}

.z4OPQINwh7LusZ7SgCq9 {
    padding: 1rem 1rem 0 1.35rem;
    border-bottom: #f8f8f8 1px solid
}

.z4OPQINwh7LusZ7SgCq9 .bet {
    position: relative;
    padding-left: 1.1rem;
    padding-bottom: .65rem
}

.z4OPQINwh7LusZ7SgCq9 .bet .dot {
    position: absolute;
    top: .6rem;
    left: 0;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #C1C4F2, #9396E4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -9999px
}

.z4OPQINwh7LusZ7SgCq9 .bet .dot::before {
    content: "";
    display: block;
    width: .25rem;
    height: .25rem;
    background-color: #fff;
    border-radius: 50%
}

.z4OPQINwh7LusZ7SgCq9 .bet::before {
    content: "";
    position: absolute;
    left: .2rem;
    top: 1.05rem;
    bottom: -1rem;
    width: .05rem;
    background-color: #c1c4f2
}

.z4OPQINwh7LusZ7SgCq9 .bet:last-of-type::before {
    display: none
}

.z4OPQINwh7LusZ7SgCq9 .bet .line {
    padding-top: .25rem;
    padding-bottom: .2rem;
    font-size: .7rem;
    line-height: 1.29rem;
    color: rgba(0, 0, 0, .8)
}

.z4OPQINwh7LusZ7SgCq9 .bet .team {
    display: flex;
    justify-content: space-between
}

.z4OPQINwh7LusZ7SgCq9 .bet .team .odds {
    font-weight: 700
}

.z4OPQINwh7LusZ7SgCq9 .bet .result {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.z4OPQINwh7LusZ7SgCq9 .bet .parties {
    color: rgba(0, 0, 0, .3)
}

.z4OPQINwh7LusZ7SgCq9 .grey {
    color: rgba(0, 0, 0, .3)
}

.z4OPQINwh7LusZ7SgCq9 .highlight {
    color: #9987e2;
    background: linear-gradient(180deg, #9987E2 0%, #CE9CE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.va95_v1UgjT6bLP_hfTZ {
    padding: .25rem 1.3rem .6rem 1.6rem
}

.va95_v1UgjT6bLP_hfTZ .row {
    display: flex;
    justify-content: space-between;
    font-size: .6rem;
    line-height: 2.33;
    color: rgba(0, 0, 0, .8)
}

.z4OPQINwh7LusZ7SgCq9 {
    padding: 1rem 1rem 0 1.35rem;
    border-bottom: #f8f8f8 1px solid
}

.z4OPQINwh7LusZ7SgCq9 .bet {
    position: relative;
    padding-left: 1.1rem;
    padding-bottom: .65rem
}

.z4OPQINwh7LusZ7SgCq9 .bet .dot {
    position: absolute;
    top: .6rem;
    left: 0;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: url(../images/outcache/dot.add9.png);
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -9999px
}

.z4OPQINwh7LusZ7SgCq9 .bet .dot::before {
    background: none
}

.z4OPQINwh7LusZ7SgCq9 .bet::before {
    content: "";
    position: absolute;
    left: .2rem;
    top: 1.05rem;
    bottom: -1rem;
    width: .05rem;
    background-color: #c05d5b
}

.z4OPQINwh7LusZ7SgCq9 .highlight {
    color: #c05d5b !important;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset
}

.va95_v1UgjT6bLP_hfTZ {
    padding: .25rem 1.3rem .6rem 1.6rem
}

.va95_v1UgjT6bLP_hfTZ .row {
    display: flex;
    justify-content: space-between;
    font-size: .6rem;
    line-height: 2.33;
    color: rgba(0, 0, 0, .8)
}

.FKD70DU2IMJZ3f7Bvp5w {
    padding-top: .05rem
}

.FKD70DU2IMJZ3f7Bvp5w .vs {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    padding-top: .76rem;
    padding-bottom: .76rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.FKD70DU2IMJZ3f7Bvp5w .home,
.FKD70DU2IMJZ3f7Bvp5w .away {
    flex: 1;
    font-size: .7rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, .8)
}

.FKD70DU2IMJZ3f7Bvp5w .home {
    text-align: right
}

.FKD70DU2IMJZ3f7Bvp5w .novs {
    height: 1.4rem
}

.FKD70DU2IMJZ3f7Bvp5w .vs-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/outcache/vs@3x.17ef.png) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px
}

.FKD70DU2IMJZ3f7Bvp5w .card {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    height: 4.8rem;
    background: url(../images/outcache/card@3x.d64b.png) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 5px;
    border-radius: .25rem;
    box-shadow: 2px 2px 6px 2px rgba(138, 119, 177, .2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.FKD70DU2IMJZ3f7Bvp5w .card .type {
    font-weight: 700;
    font-size: .7rem;
    color: #fff;
    text-align: center;
    line-height: 1.29
}

.FKD70DU2IMJZ3f7Bvp5w .card .value {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    font-size: .7rem;
    color: #fff;
    line-height: 1.29;
    margin-top: .2rem
}

.FKD70DU2IMJZ3f7Bvp5w .details {
    color: rgba(0, 0, 0, .8);
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    margin-top: .45rem;
    padding-bottom: 1rem
}

.FKD70DU2IMJZ3f7Bvp5w .details .line {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .35rem;
    padding-bottom: .35rem
}

.FKD70DU2IMJZ3f7Bvp5w .details .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.FKD70DU2IMJZ3f7Bvp5w .notice {
    margin-left: .9rem;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .3)
}

.FKD70DU2IMJZ3f7Bvp5w .notice .icon {
    width: .8rem;
    height: .8rem;
    margin-right: .2rem
}

.FKD70DU2IMJZ3f7Bvp5w .notice .icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.FKD70DU2IMJZ3f7Bvp5w .operator {
    width: 14.25rem;
    height: 3.65rem;
    background: url(../images/outcache/btn@3x.a129.png) no-repeat 50% 0;
    background-size: contain;
    margin: .6rem auto 0
}

.FKD70DU2IMJZ3f7Bvp5w .operator a {
    display: block;
    text-align: center;
    font-size: .7rem;
    line-height: 2.55rem;
    letter-spacing: .035em;
    color: #fff
}

.FKD70DU2IMJZ3f7Bvp5w .agree {
    margin-left: 1rem;
    padding-bottom: .6rem;
    display: flex;
    align-items: center
}

.FKD70DU2IMJZ3f7Bvp5w .agree .checkbox {
    width: .8rem;
    height: .8rem;
    color: #99638f
}

.FKD70DU2IMJZ3f7Bvp5w .agree .text {
    color: rgba(0, 0, 0, .3)
}

.ZehiwHyotRWijwMSw6BQ .actions .cancel {
    display: none
}

.ZehiwHyotRWijwMSw6BQ .contents {
    font-family: PingFang SC;
    font-weight: 400
}

.ZehiwHyotRWijwMSw6BQ .contents p:first-of-type {
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
    color: #a17df5;
    margin-bottom: 10px
}

.ZehiwHyotRWijwMSw6BQ .contents p:last-of-type {
    font-size: 12px;
    line-height: 16.8px;
    text-align: left;
    color: #4b4b4b
}

.FzVzqfQn1QjoJ3naEtpQ {
    display: flex;
    align-items: center
}

.FzVzqfQn1QjoJ3naEtpQ .item {
    flex: 1;
    text-align: center
}

.FzVzqfQn1QjoJ3naEtpQ .split {
    height: 2rem;
    width: 1px;
    background: #f8f8f8;
    text-indent: -9999px;
    margin-top: 1.25rem;
    margin-bottom: 1.55rem
}

.FzVzqfQn1QjoJ3naEtpQ .label {
    color: rgba(0, 0, 0, .3);
    margin-bottom: .3rem
}

.FzVzqfQn1QjoJ3naEtpQ .value strong {
    font-size: .7rem;
    font-weight: 700
}

.FzVzqfQn1QjoJ3naEtpQ .highlight {
    color: #9987e2;
    background: linear-gradient(180deg, #9987E2 0%, #CE9CE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.FzVzqfQn1QjoJ3naEtpQ {
    display: flex;
    align-items: center
}

.FzVzqfQn1QjoJ3naEtpQ .item {
    flex: 1;
    text-align: center
}

.FzVzqfQn1QjoJ3naEtpQ .split {
    height: 2rem;
    width: 1px;
    background: #f8f8f8;
    text-indent: -9999px;
    margin-top: 1.25rem;
    margin-bottom: 1.55rem
}

.FzVzqfQn1QjoJ3naEtpQ .label {
    color: rgba(0, 0, 0, .3);
    margin-bottom: .3rem
}

.FzVzqfQn1QjoJ3naEtpQ .value strong {
    font-size: .7rem;
    font-weight: 700
}

.FzVzqfQn1QjoJ3naEtpQ .highlight {
    color: #c05d5b;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.FKD70DU2IMJZ3f7Bvp5w {
    padding-top: .05rem;
    border-radius: none
}

.FKD70DU2IMJZ3f7Bvp5w .vs-icon {
    background: url(../images/outcache/vs.1f11.png) no-repeat;
    background-size: contain
}

.FKD70DU2IMJZ3f7Bvp5w .card {
    border-radius: 12px;
    background-image: linear-gradient(180deg, #FFABAE 0%, #B00000 100%)
}

.FKD70DU2IMJZ3f7Bvp5w .card .type {
    font-weight: 400
}

.FKD70DU2IMJZ3f7Bvp5w .details {
    color: var(--text-文字1, #fff8f8);
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    margin-top: .45rem;
    padding-bottom: 1rem
}

.FKD70DU2IMJZ3f7Bvp5w .details .line {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .35rem;
    padding-bottom: .35rem
}

.FKD70DU2IMJZ3f7Bvp5w .details .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.FKD70DU2IMJZ3f7Bvp5w .notice {
    margin-left: .9rem;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .3)
}

.FKD70DU2IMJZ3f7Bvp5w .notice .icon {
    width: .8rem;
    height: .8rem;
    margin-right: .2rem
}

.FKD70DU2IMJZ3f7Bvp5w .notice .icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.FKD70DU2IMJZ3f7Bvp5w .operator {
    height: 2rem;
    margin-bottom: .2rem;
    border-radius: 40px;
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    box-shadow: 0px 2px 8px 0px rgba(173, 120, 81, .5)
}

.FKD70DU2IMJZ3f7Bvp5w .operator a {
    line-height: 2rem
}

.FKD70DU2IMJZ3f7Bvp5w .agree {
    margin-left: 1rem;
    padding-bottom: .6rem;
    display: flex;
    align-items: center
}

.FKD70DU2IMJZ3f7Bvp5w .agree .checkbox {
    width: .8rem;
    height: .8rem;
    color: #c05d5b;
    box-sizing: border-box
}

.FKD70DU2IMJZ3f7Bvp5w .agree .checkbox>svg {
    display: none
}

.FKD70DU2IMJZ3f7Bvp5w .agree .checkbox.check {
    background: url(../images/outcache/ic-selected.51b9.png) no-repeat;
    background-size: 100% 100%
}

.FKD70DU2IMJZ3f7Bvp5w .agree .checkbox.unCheck {
    border: 1px solid #c6c6c6;
    border-radius: 50%
}

.FKD70DU2IMJZ3f7Bvp5w .agree .text {
    color: rgba(0, 0, 0, .3)
}

.FzVzqfQn1QjoJ3naEtpQ {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f3f7;
    margin-bottom: 12px
}

.FzVzqfQn1QjoJ3naEtpQ .item {
    flex: 1;
    text-align: center
}

.FzVzqfQn1QjoJ3naEtpQ .split {
    height: 1rem;
    width: 1px;
    background: #f8f8f8;
    text-indent: -9999px;
    margin-top: 1.25rem;
    margin-bottom: 1.55rem
}

.FzVzqfQn1QjoJ3naEtpQ .label {
    color: rgba(0, 0, 0, .3);
    margin-bottom: .3rem
}

.FzVzqfQn1QjoJ3naEtpQ .value strong {
    font-size: .7rem;
    font-weight: 700
}

.FzVzqfQn1QjoJ3naEtpQ .highlight {
    color: #1e1e1e;
    background: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset
}

.fG0ILKnVOBcSGv62ENL8 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -20%;
    background-color: #fff;
    opacity: 0;
    transition: all .1s;
    padding-bottom: 20vh
}

.DwdJa34_qvE3_IizLTvD {
    bottom: 0;
    opacity: 1
}

.xskNCYFEkNuOeIwkMVY_ {
    border-bottom: 1px #f8f8f8 solid
}

.xskNCYFEkNuOeIwkMVY_>div {
    color: rgba(0, 0, 0, .8);
    font-size: .8rem;
    padding: .8rem;
    line-height: 2;
    text-align: center
}

.aDxVa9oEidt3Hy3fBNhY {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.aDxVa9oEidt3Hy3fBNhY button {
    font-size: .75rem;
    height: 2.25rem;
    border-radius: 0;
    letter-spacing: .035em
}

.aDxVa9oEidt3Hy3fBNhY button.close {
    color: #aaadce;
    background: linear-gradient(120.18deg, rgba(193, 196, 242, 0.2) 2.43%, rgba(147, 150, 228, 0.2) 100.04%)
}

.aDxVa9oEidt3Hy3fBNhY button.ok {
    background: linear-gradient(90.68deg, #9987E2 2.17%, #CE9CE5 103.69%);
    color: #fff
}

.fG0ILKnVOBcSGv62ENL8 {
    padding: 0 1rem 1.5rem 1rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.aDxVa9oEidt3Hy3fBNhY {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 1rem
}

.aDxVa9oEidt3Hy3fBNhY button.ok {
    border-radius: 40px;
    background: linear-gradient(137deg, #E3CBB2 24.25%, #D0B190 72.78%);
    box-shadow: 0px 2px 8px 0px rgba(173, 120, 81, .5);
    margin-bottom: 12px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .25)
}

.aDxVa9oEidt3Hy3fBNhY button.close {
    border-radius: 40px;
    background: #f6ece2;
    box-shadow: none;
    color: #5b5b6a
}

.UHqaslFqAAUFGU8rxJG0 {
    border-top: #eee 1px solid;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .02rem
}

.UHqaslFqAAUFGU8rxJG0 .text {
    color: rgba(0, 0, 0, .3)
}

.UHqaslFqAAUFGU8rxJG0 .arrow {
    width: .5rem;
    height: .55rem
}

.UHqaslFqAAUFGU8rxJG0 .arrow svg {
    display: block;
    width: 100%;
    height: 100%
}

.CT92OJunM6zQD_FYZKO2 {
    border-top: #eee 1px solid;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: .45rem;
    padding-bottom: .45rem
}

.CT92OJunM6zQD_FYZKO2 .row {
    font-size: .6rem;
    line-height: 1.5;
    padding-top: .35rem;
    padding-bottom: .35rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.CT92OJunM6zQD_FYZKO2 .grey {
    color: rgba(0, 0, 0, .3)
}

.UHqaslFqAAUFGU8rxJG0 .arrow {
    width: .5rem;
    height: .55rem
}

.UHqaslFqAAUFGU8rxJG0 .arrow img {
    display: block;
    width: 100%;
    height: 100%
}

.UHqaslFqAAUFGU8rxJG0 .arrow img.expanded {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .5s
}

.UHqaslFqAAUFGU8rxJG0 .arrow img.unExpanded {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.ieMMp3qTHaiQsqoCxrVw {
    position: relative;
    padding-top: 1.5rem;
    width: 80%;
    left: 0%;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color-彈窗背景色, #27211f)
}

.ieMMp3qTHaiQsqoCxrVw .title {
    color: var(--text-文字1, #fff8f8);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

.ieMMp3qTHaiQsqoCxrVw .subtitle {
    font-weight: 400;
    font-size: .7rem;
    line-height: .9rem;
    color: var(--text-文字1, #fff8f8);
    text-align: center;
    margin-top: .15rem
}

.ieMMp3qTHaiQsqoCxrVw img {
    width: 163px;
    margin: 1rem 0
}

.ieMMp3qTHaiQsqoCxrVw .operator {
    width: 10rem;
    height: 2.4rem;
    margin-bottom: 2rem;
    border-radius: 2.4rem;
    background-image: linear-gradient(180deg, #ffabae 0%, #b00000 100%)
}

.ieMMp3qTHaiQsqoCxrVw .operator::before {
    content: "";
    display: block;
    height: 0;
    overflow: hidden
}

.ieMMp3qTHaiQsqoCxrVw .operator a {
    display: block;
    font-weight: 400;
    font-size: .85rem;
    line-height: 2.4rem;
    letter-spacing: .035em;
    color: #fff;
    height: 2.4rem;
    text-align: center
}

.ieMMp3qTHaiQsqoCxrVw .close {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    background-size: contain;
    margin: 1.8rem auto 0;
    text-indent: -9999px
}

.x8lRBiJdDDZrv9ZFEN7e {
    position: absolute;
    flex-direction: row;
    display: flex;
    height: 3.2rem;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 1.12rem;
    border-top-right-radius: 1.12rem;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px -6px 18px 0px rgba(114, 78, 127, .1)
}

.x8lRBiJdDDZrv9ZFEN7e .menuItem {
    flex-direction: row;
    width: 20%;
    height: 100%;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    display: flex
}

.x8lRBiJdDDZrv9ZFEN7e .menuItemIcon {
    width: 1.1733rem;
    height: 1.1733rem
}

.x8lRBiJdDDZrv9ZFEN7e .iconTutorial {
    background: url(../images/outcache/icon_tutorial.1b4c.png) no-repeat;
    background-size: cover
}

.x8lRBiJdDDZrv9ZFEN7e .iconMenu {
    background: url(../images/outcache/icon_menu.0460.png) no-repeat;
    background-size: cover
}

.x8lRBiJdDDZrv9ZFEN7e .iconUndone {
    background: url(../images/outcache/icon_undone.73ee.png) no-repeat;
    background-size: cover
}

.x8lRBiJdDDZrv9ZFEN7e .iconCompleted {
    background: url(../images/outcache/icon_completed.8952.png) no-repeat;
    background-size: cover
}

.x8lRBiJdDDZrv9ZFEN7e .iconRefresh {
    background: url(../images/outcache/icon_refresh.526d.png) no-repeat;
    background-size: cover
}

.x8lRBiJdDDZrv9ZFEN7e .menuItemText {
    margin-top: .2667rem;
    width: 100%;
    font-size: .64rem;
    color: #9293a6;
    text-align: center
}

.x8lRBiJdDDZrv9ZFEN7e {
    background-color: #231d1b;
    z-index: 3
}

.x8lRBiJdDDZrv9ZFEN7e .menuItemText {
    color: #fff8f8
}

.x8lRBiJdDDZrv9ZFEN7e .iconTutorial {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAAANlBMVEUAAAD/+Pj/9/f/+fn/9/f/+Pj/9/f/////+fn/+Pj/+fn/+fn/9/f/+Pj/+fn/+fn/+vr/+PhmbqayAAAAEXRSTlMAv2CfgJAgEO/fz39AcK9QMPvnfOAAAADxSURBVFjD7dZBrsMgDEVRbDCQQNJ6/5v9CrP+YvKitINK3CnRISAPcLOvldjTOIlj4ZH1PD9CikItyRRYwcgkFkWrw59YeZjXIzGItrq4k0Lbx1ikY3E7Ix6jjaj5dNJ6fJWlmgTeEm0CN24TSvcJrX3CM9KW23T0CXZQoZ3kFsGTgImyU7eSUELUilBC7SJIZJtIILGZQoCvM3K/+mtz8QGihtf4MlH0f8Ui8LnI9wm1CHy05CrhWPxL/KtzMYlJTKJL7O2thRG+TwSF32tN0PBGPPVi0b0lCmedOa1XhDW5niG4IMn1i4GQ9vB0s2/1B++PSdmv83X2AAAAAElFTkSuQmCC)
}

.x8lRBiJdDDZrv9ZFEN7e .iconMenu {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABCCAMAAAA7SJvkAAAAPFBMVEUAAAD/+Pj/9/f/9/f/+fn/9/f/+Pj/+Pj/+fn/9/f/+fn/////+Pj/+Pj/+fn/+Pj/+Pj/+fn/9fX/+PjZI1sgAAAAE3RSTlMA3yCA70C/YJ8wUBCvcH+Qz89QhiB0IAAAAUNJREFUWMPt1llqxDAQBNDSvlheJn3/u2bkwDQKOJZbkGHA78cITH3IVqlx+3iuWLIxYcBCP5ahiNGQRMwdvKNPeKosVV5X+CVZ6qActOJVQkNRjwBg5uWGBp3gfXDE0PDUwwBYeenR0HFTf6NqTgtVqioaF63EImQ0fzmrIRReGRliWVFlHUaE4uM84XbVlIObxhIWS09RnsL1oDSkuEce8v+ZGVzlTKX2Wlj3hzIn8mHxU+mupBkN2xZeph72MONrL01Bxty2ZOms11Y2ld03c/Vde3rQI4ZYgNDGt9g7/nWmIz1ZM3hyXch3Z/6XaY6+BIxwliqVIRaaU/C22SESW8GYLuoEVSbNr1nqEbVkplvbevDS2TIfzpZbd5EHOqqYpKiD0nD8ok2ymV81M/9VjliCkJHfxMxwhFyKlmxxuH2Gb56bQoflb+pdAAAAAElFTkSuQmCC)
}

.x8lRBiJdDDZrv9ZFEN7e .iconUndone {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABCBAMAAAD+uHblAAAAMFBMVEUAAAD/9/f/+fn/9/f/9/f/+Pj/+fn/////+Pj/+Pj/+Pj/+fn/+Pj/+vr/+fn/+Phhk0ZEAAAAD3RSTlMAgJ8gYN/vEL+QcM+vj1Dx8WQDAAAA1klEQVRIx2MY1sDjPwxswaGC5T8CLMCuhBVJSQJ2JfxISj6gS7KLQiQ+QvnyEG5SAUIJ03+sSv4fQLcCU0kCYSUfkJX8NDY2tv//LRQC8v9/BvLnoygB62dD8lEAyCxMJVxISgSwK2EQg6vIYsChhMEYBhhwKUGAUSUIJSUuyOABNiXn/yODH9iU/EcF2JTEo6j4ik2JpRIymDzYg446Smyh3r0MEcMXdL8hYngjALeSflgE4lZSJwgB7oMgXEaV0EwJVkCiEg4cShSQqiw1NDl4lTU8AQBLaOuB2OFIdwAAAABJRU5ErkJggg==)
}

.x8lRBiJdDDZrv9ZFEN7e .iconCompleted {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABCCAMAAAA7SJvkAAAANlBMVEUAAAD/9/f/9/f/+Pj/9/f/9/f/////+fn/+fn/+fn/+fn/+Pj/+Pj/+fn/+Pj/+fn/9PT/+Pj61kuUAAAAEXRSTlMAgCDfYEAQ75+Qz79wf69QMNzrIegAAAEtSURBVFjD7ZfdbsMgDEaBEPOXbPP7v+yEy4YQRNFHNK2Rcq4saA9ubRxFPdwMm7gjWkzBQzbEsfAQhzj4AHUC7e3put3WbUaeRg7PfO6ofAzzxxxu3lE5cgTzQg5aGlxeK9vh2FHPdjxkqTmdOzYeohGH0oNM3KYAR8Z0KIU6eh7HRYdJsZk4qw+EOhIz73VzzxdhxsG/Q0IuSIJ/iwykKI1FXi6LxFifxp8vUolm6lJOLxkRXJf6UScKT2Bt+9kVLvSYbeYG7CCbeRVVQoP3aT+EVtSxcYef6bEWt+I9tgp51UpEE3Wpq6bE/+JYtSAdJpHFa8sdGnVY7oiog2JX20/8PyWTkQaV6Ma1fTNHYl7oosME/3X3Z/b9HQB/5kgM4UcO8o5PaN+BHt6Zb0PhRt/wRwtaAAAAAElFTkSuQmCC)
}

.x8lRBiJdDDZrv9ZFEN7e .iconRefresh {
    background-image: url(../images/outcache/icon_refresh.b29d.png)
}

.uNzq95nmndX0RBc2X7U2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    position: fixed;
    transform: translateZ(500px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.uNzq95nmndX0RBc2X7U2>.close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.RdJpjcQFW0yzEbq1wo5H {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #f5f7fb;
    border-top-left-radius: 1.066667rem;
    border-top-right-radius: 1.066667rem;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    animation: an-pop-up .5s forwards;
    overflow: hidden
}

.RdJpjcQFW0yzEbq1wo5H.sharp {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.RdJpjcQFW0yzEbq1wo5H.hasLinear {
    background-image: linear-gradient(0deg, #FFFFFF 65%, #BEE0FF 100%) !important
}

.RdJpjcQFW0yzEbq1wo5H>.title {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .746667rem;
    font-weight: bold;
    border-bottom: 1px solid #eceaea;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #4c4c4c;
    box-sizing: border-box
}

.RdJpjcQFW0yzEbq1wo5H>.title>svg {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .853333rem;
    padding: .8rem
}

.RdJpjcQFW0yzEbq1wo5H>.wrapper {
    height: calc(100% - 2.4rem);
    margin-top: 2.4rem;
    overflow: scroll;
    overscroll-behavior: contain;
    box-sizing: border-box;
    position: relative;
    background: #fff
}

.RdJpjcQFW0yzEbq1wo5H>.wrapper>.actions {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.RdJpjcQFW0yzEbq1wo5H>.wrapper>.actions>button {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(282deg, #2C2A29, #2C2A29);
    color: #fff;
    justify-content: center;
    font-size: .853333rem;
    font-weight: bold;
    border-radius: .2667rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 .2667rem;
    border: 0;
    justify-content: center;
    flex-wrap: nowrap
}

.RdJpjcQFW0yzEbq1wo5H>.wrapper>.contents {
    box-sizing: border-box;
    height: calc(100% - 2.67rem);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    position: relative
}

@-webkit-keyframes an-pop-up {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes an-pop-up {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.RdJpjcQFW0yzEbq1wo5H .fastWithdraw {
    display: none
}

.rdCymWyty71cW6l3nALF {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.RdJpjcQFW0yzEbq1wo5H {
    top: auto !important;
    bottom: 0;
    height: auto;
    border-radius: 1.28rem 1.28rem 0 0;
    background-color: var(--color-背景1, #1a1716) !important
}

.RdJpjcQFW0yzEbq1wo5H.sharp {
    border-radius: 1.28rem 1.28rem 0 0
}

.RdJpjcQFW0yzEbq1wo5H.FB-manuals {
    background-color: #382e2b !important
}

.RdJpjcQFW0yzEbq1wo5H.FB-manuals>.wrapper {
    width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: var(--color-背景1, #1a1716)
}

.RdJpjcQFW0yzEbq1wo5H.myPage {
    background: var(--color-对话框1) !important;
    height: auto !important;
    top: auto !important;
    bottom: 0;
    max-height: 95%;
    display: flex;
    flex-direction: column
}

.RdJpjcQFW0yzEbq1wo5H.myPage .title {
    color: var(--text-文字主)
}

.RdJpjcQFW0yzEbq1wo5H.myPage .title>span {
    background: url(../svg/ic-close.891f.svg) no-repeat center
}

.RdJpjcQFW0yzEbq1wo5H.myPage .content .form-action .input-box {
    background: var(--color-对话框1);
    border: none;
    border-radius: 1.28rem;
    overflow: hidden
}

.RdJpjcQFW0yzEbq1wo5H.myPage .content .form-action .input-box>svg {
    color: #d0b292
}

.RdJpjcQFW0yzEbq1wo5H.myPage .content .form-action .input-box>input {
    background: rgba(0, 0, 0, 0)
}

.RdJpjcQFW0yzEbq1wo5H.myPage .content .form-action .alert {
    color: var(--text-文字副)
}

.RdJpjcQFW0yzEbq1wo5H.myPage .content .actions button {
    border-radius: 1.12rem
}

.RdJpjcQFW0yzEbq1wo5H.myPage .content .actions button.cancel {
    border: none;
    color: var(--text-文字主);
    background: var(--color-主渐变);
    box-shadow: none
}

.RdJpjcQFW0yzEbq1wo5H.myPage .content .actions button.yes {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.RdJpjcQFW0yzEbq1wo5H.myPage>.wrapper {
    background: var(--color-彈窗1);
    padding-bottom: 4.26666rem;
    border-radius: 1.28rem 1.28rem 0 0;
    width: 100%
}

.RdJpjcQFW0yzEbq1wo5H.accountManagement {
    background: #382e2b !important
}

.RdJpjcQFW0yzEbq1wo5H.accountManagement .title {
    color: #fff8f8
}

.RdJpjcQFW0yzEbq1wo5H.accountManagement .title>span {
    background: url(../svg/ic-close-grey.9a18.svg) no-repeat center
}

.RdJpjcQFW0yzEbq1wo5H.accountManagement>.wrapper {
    background: #27211f
}

.RdJpjcQFW0yzEbq1wo5H.userAgreement {
    background-image: none !important
}

.RdJpjcQFW0yzEbq1wo5H.userAgreement .title {
    color: #fff;
    margin-top: .32rem
}

.RdJpjcQFW0yzEbq1wo5H.userAgreement .title>span {
    margin-top: .16rem
}

.RdJpjcQFW0yzEbq1wo5H .title {
    border-bottom: none;
    margin-top: .53333rem;
    font-size: .96rem;
    z-index: 2;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fff8f8
}

.RdJpjcQFW0yzEbq1wo5H .title::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #2d2727;
    bottom: 0
}

.RdJpjcQFW0yzEbq1wo5H .title>span {
    position: absolute;
    right: .74666rem;
    top: .3rem;
    width: 1.49333rem;
    height: 1.49333rem;
    background: url(../svg/ic-close-grey.9a18.svg) no-repeat center;
    border-radius: 50%
}

.RdJpjcQFW0yzEbq1wo5H .title>span>svg {
    display: none
}

.RdJpjcQFW0yzEbq1wo5H>.wrapper {
    height: calc(100% - 2.93333rem);
    margin-top: 2.93333rem
}

.RdJpjcQFW0yzEbq1wo5H>.wrapper>.actions {
    bottom: 0
}

.RdJpjcQFW0yzEbq1wo5H>.wrapper>.actions button {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    height: 2.026667rem;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: .853333rem;
    font-weight: bold;
    border-radius: .2667rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 .2667rem;
    border: 0;
    justify-content: center;
    flex-wrap: nowrap
}

.RdJpjcQFW0yzEbq1wo5H.alipay-wechat-popup {
    border-radius: 0
}

.RdJpjcQFW0yzEbq1wo5H.alipay-wechat-popup>.wrapper {
    width: 100%;
    height: calc(100% - 2.4rem);
    margin-top: 2.4rem
}

.wallet-popup,
.platform-selector-popup {
    height: 92%
}

.wallet-popup>.wrapper>.actions,
.platform-selector-popup>.wrapper>.actions {
    bottom: 0
}

.wallet-popup>.wrapper>.actions>button,
.platform-selector-popup>.wrapper>.actions>button {
    background: linear-gradient(136.71deg, #E3CBB2 24.25%, #D0B190 72.78%);
    box-shadow: 0px 2px 8px 0px rgba(173, 120, 81, .5019607843);
    border-radius: 1rem
}

.eX9ZarlUtpT8AT7QDQW7 {
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
    height: 6rem;
    width: 100%;
    left: 0;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: .36rem
}

.eX9ZarlUtpT8AT7QDQW7 .headerView {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 6rem;
    border-top-right-radius: 1.28rem;
    border-top-left-radius: 1.28rem;
    background-image: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%)
}

.eX9ZarlUtpT8AT7QDQW7 .headerViewLeftView {
    display: flex;
    height: 3rem;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 50%;
    padding-left: 1.0666666667rem
}

.eX9ZarlUtpT8AT7QDQW7 .headerViewCount {
    display: flex;
    width: 1.1rem;
    height: 1.1rem;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #fff8f8
}

.eX9ZarlUtpT8AT7QDQW7 .headerViewText {
    font-size: .8533333333rem;
    font-weight: 400;
    color: #fbeded
}

.eX9ZarlUtpT8AT7QDQW7 .headerViewText span {
    margin-left: .16rem
}

.eX9ZarlUtpT8AT7QDQW7 .headerViewCountText {
    font-size: .96rem;
    font-weight: 500;
    color: #1e1e1e
}

.eX9ZarlUtpT8AT7QDQW7 .headerViewRightView {
    justify-content: center;
    height: 3rem;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    width: 50%;
    padding-right: 1.0666666667rem;
    display: flex
}

.eX9ZarlUtpT8AT7QDQW7 .headerArrowDown {
    height: .8rem;
    width: .7466666667rem;
    margin-left: .2666666667rem
}

.eX9ZarlUtpT8AT7QDQW7 .detailContainer {
    z-index: 5;
    height: 40rem
}

.eX9ZarlUtpT8AT7QDQW7 .detailView {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    height: 36rem;
    margin-top: 9rem;
    display: flex
}

.eX9ZarlUtpT8AT7QDQW7 .detailViewContent {
    width: 100%;
    padding: 0;
    flex: 1
}

.eX9ZarlUtpT8AT7QDQW7 .detailViewContentBg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden
}

._NAjIp2hK5FMHyXWWEmm .headerViewTop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px
}

._NAjIp2hK5FMHyXWWEmm .headerViewTop .headerViewCount {
    width: 1.128rem;
    height: 1.128rem;
    line-height: 1.128rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    display: flex;
    color: #fff;
    font-weight: 600;
    background-color: #592424
}

._NAjIp2hK5FMHyXWWEmm .headerViewTop .headerViewText {
    color: var(--text-文字1, #fff8f8);
    font-size: 18px
}

._NAjIp2hK5FMHyXWWEmm .spaceBetweenHeader {
    display: flex;
    justify-content: space-between
}

._NAjIp2hK5FMHyXWWEmm .contentHeader {
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewLeftViewBox {
    justify-content: space-between;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewLeftViewBox .update-balance {
    color: #736760
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .deleteAll {
    display: flex;
    align-items: center;
    color: #867163;
    font-size: .64rem;
    padding-right: .25rem;
    padding-left: .5rem;
    height: 1.6rem;
    border-radius: .8rem;
    background-color: var(--color-輸入框底色, #382e2b)
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .deleteAll .deleteAllIcon {
    display: inline-block;
    width: 1.28rem;
    height: 1.28rem;
    background: url(../svg/deleteAllIcon.a7bb.svg) no-repeat;
    background-size: contain;
    margin-left: .2667rem
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewLeftView {
    display: flex;
    height: 1.6rem;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding: 0 .53333rem;
    border: 1px solid #382e2b;
    box-sizing: border-box;
    border-radius: .8rem;
    background-color: #382e2b
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewCount {
    width: 1.128rem;
    height: 1.128rem;
    line-height: 1.128rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    display: flex;
    color: #fff;
    font-weight: 600;
    background-color: #592424
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewText {
    font-weight: 400;
    color: #d33d3f
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewText+span svg {
    color: #736760
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewCountText {
    font-size: .8rem;
    font-weight: bold;
    color: #b07de1
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewRightView {
    display: flex;
    height: 3rem;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerViewRightView .headerViewText {
    color: #fff8f8;
    font-size: .96rem;
    font-weight: 400;
    margin-right: .2667rem
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .deleteItemIcon {
    width: 22px;
    height: 22px
}

._NAjIp2hK5FMHyXWWEmm .contentHeader .headerArrowDown {
    height: .8rem;
    width: .8rem;
    margin-left: 5px
}

.Lxc5LqDRtSB_v6wpOPIZ {
    padding: 0 0 4.2rem 0 !important;
    height: 100% !important;
    overflow: auto !important;
    margin-top: 0px !important;
    background: none !important
}

.Lxc5LqDRtSB_v6wpOPIZ .detailScrollView {
    width: 100%;
    min-height: calc(100% - 4rem);
    box-sizing: border-box;
    overflow: visible
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesView {
    width: 100%
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemView {
    min-height: 4.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .6rem;
    position: relative;
    border-radius: .5333rem;
    box-shadow: 0 .1067rem .2133rem .0533rem rgba(173, 120, 81, .2);
    background-color: #382e2b
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesSingleMoney {
    height: 5rem;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 0.01%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 10px;
    padding: 10px;
    flex-direction: column;
    margin-top: .6rem;
    box-sizing: border-box;
    background-color: #382e2b
}

.Lxc5LqDRtSB_v6wpOPIZ .moneyItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: var(--text-文字1, #fff8f8);
    padding-top: 5px;
    padding-bottom: 5px
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItem {
    display: flex;
    justify-content: space-between;
    width: 95%;
    padding-top: .4rem;
    padding-bottom: .4rem
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemLeft {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 75%
}

.Lxc5LqDRtSB_v6wpOPIZ .border3 {
    width: 3px;
    border-radius: 1.5px;
    background-image: var(--color-主渐变);
    height: .8rem;
    flex-shrink: 0
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemText {
    width: 100%;
    margin-left: 4px;
    font-size: .7rem;
    color: var(--text-文字1, #fff8f8)
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemText span {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #e6676e 0%, #7e1d1f 100%)
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesteamName {
    font-size: 13px;
    line-height: 1.2rem;
    align-self: flex-start;
    flex-direction: row;
    height: 1.2rem;
    display: flex;
    align-items: center
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesteamName .matchesItemText {
    color: #fff8f8
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItem {
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-top: .5rem;
    padding-top: .1rem
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItem.active {
    border: 1px solid #f9c1dc
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemTop {
    display: flex;
    align-items: center;
    padding: .5rem .4rem;
    margin: .4rem 0;
    border: 1px solid var(--color-輸入框底色, #382e2b);
    border-radius: 8px;
    background-color: var(--color-輸入框底色, #382e2b)
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemTop .rmb {
    color: rgba(0, 0, 0, .3);
    font-weight: 700;
    font-size: 13px
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemTop .amountInput .hintText {
    color: #c6c6c6
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemTop .amountInput .moneyWrap {
    color: var(--text-文字1, #fff8f8)
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemTop .oddsItemRMB {
    color: var(--text-文字1, #fff8f8);
    font-size: .96rem;
    font-weight: 700;
    margin-right: .5333rem
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
    color: #d33d3f
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemBottom .font12 {
    color: inherit;
    color: inherit !important
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemIcon {
    width: 8%;
    margin-top: 1rem;
    color: #71717a
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemLeft {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemRight {
    flex-direction: row;
    display: flex;
    width: 50%;
    justify-content: flex-end;
    flex-wrap: wrap
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsItemRight .amountInputCombo {
    color: red;
    border: 1px soldi #fff
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsNameView {
    flex-direction: row;
    font-size: .8rem;
    display: flex;
    align-items: center
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsNameIcon {
    width: .8rem;
    font-size: .6rem;
    color: #c6c6c6;
    box-sizing: border-box;
    text-align: center
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsNameIcon span {
    display: inline-block;
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    border: 1px solid #c6c6c6;
    border-radius: 50%
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsNameIcon span>svg {
    margin: auto !important
}

.Lxc5LqDRtSB_v6wpOPIZ .score,
.Lxc5LqDRtSB_v6wpOPIZ .teamName,
.Lxc5LqDRtSB_v6wpOPIZ .oddsCountdownView {
    color: #867163
}

.Lxc5LqDRtSB_v6wpOPIZ .score {
    margin-left: 7px;
    font-size: .7rem;
    line-height: 1rem
}

.Lxc5LqDRtSB_v6wpOPIZ .teamName {
    margin-left: 7px;
    font-size: .7rem;
    line-height: 1rem
}

.Lxc5LqDRtSB_v6wpOPIZ .deleteItemIcon {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 5px;
    bottom: 5px
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemRight {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    width: 25%
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemRight>p {
    color: var(--text-文字1, #fff8f8) !important
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemRightText {
    font-size: 16px;
    color: var(--text-文字1, #fff8f8) !important
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActions {
    position: fixed;
    display: flex;
    width: 100%;
    flex-direction: row;
    height: 4.2rem;
    border-top-width: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #27211f
}

.Lxc5LqDRtSB_v6wpOPIZ .moneyInput {
    width: 100%;
    height: 1.6rem;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .7rem;
    font-weight: 700;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsLeftView {
    width: 2.6rem;
    height: 2.6rem;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    display: flex;
    background: rgba(107, 169, 255, .2);
    box-shadow: 0 2px 8px 0 #e3cbb2;
    border-radius: 8px
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsLeftView img {
    width: 100%
}

.Lxc5LqDRtSB_v6wpOPIZ .link-other {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background-image: var(--color-主渐变)
}

.Lxc5LqDRtSB_v6wpOPIZ .link-other span {
    font-size: 13px;
    color: #fff
}

.Lxc5LqDRtSB_v6wpOPIZ .link-other img {
    width: 100%
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsItem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 2rem;
    margin-top: .8rem;
    border-radius: .5333rem;
    color: var(--text-文字1, #fff8f8);
    background-color: #6f6157
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsItemIcon {
    width: 1rem;
    height: 1rem
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsItemText {
    font-size: .6rem;
    margin-left: 4px
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsRightView {
    width: 50%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemRightInput {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: .2rem
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemRightInput input {
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-weight: 700;
    text-align: right
}

.Lxc5LqDRtSB_v6wpOPIZ .matchesItemRightInput input::placeholder {
    color: #ccc;
    font-weight: normal
}

.Lxc5LqDRtSB_v6wpOPIZ .singleAmount {
    width: 100%;
    text-align: right;
    color: inherit
}

.Lxc5LqDRtSB_v6wpOPIZ .itemIn {
    text-align: center;
    color: #bcbcbc;
    margin-left: 5px
}

.Lxc5LqDRtSB_v6wpOPIZ .actionButton {
    left: 2.6rem;
    line-height: 2.6rem;
    color: #fff;
    font-size: 14px
}

.Lxc5LqDRtSB_v6wpOPIZ .actionButton .detailMoneyText {
    margin-bottom: 5px;
    font-size: 10px;
    color: rgba(255, 255, 255, .5)
}

.Lxc5LqDRtSB_v6wpOPIZ .errorView {
    background-color: #dedede;
    height: 1.5rem;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    width: 94%;
    margin-left: auto;
    padding-left: 10px;
    display: flex
}

.Lxc5LqDRtSB_v6wpOPIZ .errorText {
    font-size: 1rem;
    color: #fff
}

.Lxc5LqDRtSB_v6wpOPIZ .infoView {
    display: flex;
    flex-direction: row;
    height: 1.4rem;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    color: #867163
}

.Lxc5LqDRtSB_v6wpOPIZ .infoView .checkBox {
    width: 1em;
    height: 1em;
    margin: 0 4px
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsCenterView {
    border-radius: 2rem;
    flex: 1;
    height: 2.6rem;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-image: var(--color-主渐变)
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsCenterView .drag-btn {
    z-index: 1;
    box-sizing: border-box;
    padding: 4px
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsCenterView .img-btn {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .2);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .0705882353);
    box-sizing: border-box;
    padding: 4px
}

.Lxc5LqDRtSB_v6wpOPIZ .detailActionsCenterView .btn-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.Lxc5LqDRtSB_v6wpOPIZ .bettingStatus {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem
}

.Lxc5LqDRtSB_v6wpOPIZ .bettingStatusText {
    font-size: 1rem;
    color: var(--text-文字1, #fff8f8)
}

.Lxc5LqDRtSB_v6wpOPIZ .confirm-btn {
    width: 100%;
    height: 2.6rem;
    text-align: center;
    line-height: 2.6rem;
    color: #fff;
    font-size: .906667rem;
    letter-spacing: .53333rem;
    border-radius: 40px
}

.Lxc5LqDRtSB_v6wpOPIZ .confirm-btn.back-close {
    background-image: var(--color-主渐变)
}

.Lxc5LqDRtSB_v6wpOPIZ .confirm-btn.confirm-close {
    background-image: var(--color-主渐变)
}

.Lxc5LqDRtSB_v6wpOPIZ .oddsCountdownView {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 16.46px;
    height: 18.46px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background: url(../images/outcache/ic-time@3x.b411.png) no-repeat;
    background-size: 100%
}

.Lxc5LqDRtSB_v6wpOPIZ .reject-img {
    width: 53px;
    height: 71px
}

.gd5QqF6R3RzydgYoKzD1 {
    width: 18.6666666667rem;
    background: rgba(202, 202, 202, .1);
    margin: 0 auto;
    padding-bottom: .5rem;
    border-radius: .5333333333rem;
    margin-top: 10px
}

.gd5QqF6R3RzydgYoKzD1 .container {
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: .5333333333rem;
    box-shadow: 0px 0px 5px 2px rgba(202, 202, 202, .1019607843);
    padding: 0rem .6rem;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-select: none
}

.gd5QqF6R3RzydgYoKzD1 .container .leftPanel {
    display: flex;
    width: 12.8rem;
    justify-content: space-between;
    flex-wrap: wrap
}

.gd5QqF6R3RzydgYoKzD1 .container .leftPanel .keyGrid {
    width: 30%;
    background: #fff;
    margin-bottom: .5333333333rem;
    height: 1.7066666667rem;
    text-align: center;
    line-height: 1.7066666667rem;
    border-radius: .64rem;
    font-size: 1.1733333333rem;
    font-weight: 600;
    color: #4d4d4d
}

.gd5QqF6R3RzydgYoKzD1 .container .leftPanel .keyGrid.active {
    background: #ebe0f2
}

.gd5QqF6R3RzydgYoKzD1 .container .leftPanel .keyGrid.noBot {
    margin-bottom: 0
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel {
    width: 4.16rem;
    height: 8.4266666667rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel .operation {
    width: 100%;
    height: 3.7866666667rem;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: .64rem;
    font-size: .8533333333rem;
    font-weight: 900
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel .operation.top {
    height: 1.8666666667rem
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel .operation.active {
    background: #ebe0f2
}

.gd5QqF6R3RzydgYoKzD1 .quickbox {
    display: flex;
    justify-content: space-between;
    padding: .5rem .6rem
}

.gd5QqF6R3RzydgYoKzD1 .quickbox .quickMoney {
    width: 19%;
    display: flex;
    margin-bottom: .1rem;
    height: 32px;
    border-radius: 12px;
    background: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box
}

.gd5QqF6R3RzydgYoKzD1 .quickbox .quickMoney .text {
    font-size: .8533333333rem;
    font-weight: 1000;
    color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(180deg, #c1c4f2, #9396E4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.gd5QqF6R3RzydgYoKzD1 .quickbox .quickMoney.active {
    border: 1px solid rgba(0, 0, 0, 0);
    background: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #9179E7, #CA9Be6);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box
}

.gd5QqF6R3RzydgYoKzD1 .quickbox .quickMoney.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 32px;
    border-radius: 12px;
    background: url(../svg/quickmoney_bg.b70a.svg) no-repeat 45px 16px
}

.gd5QqF6R3RzydgYoKzD1 {
    width: 100%;
    padding-bottom: .5rem;
    border-radius: 10px;
    background-color: var(--color-輸入框底色, #382e2b)
}

.gd5QqF6R3RzydgYoKzD1 .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 .6rem;
    border-radius: 10px;
    box-shadow: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    box-sizing: border-box;
    user-select: none
}

.gd5QqF6R3RzydgYoKzD1 .container .leftPanel {
    display: flex;
    width: 70%;
    justify-content: space-between;
    flex-wrap: wrap
}

.gd5QqF6R3RzydgYoKzD1 .container .leftPanel .keyGrid {
    width: 31%;
    margin-bottom: 6px;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-2級, #867163);
    background-color: #514242
}

.gd5QqF6R3RzydgYoKzD1 .container .leftPanel .keyGrid.active {
    color: #fff;
    background-image: var(--color-主渐变)
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel {
    width: 28%;
    display: block;
    height: auto
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel .operation {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
    font-size: .8rem;
    font-weight: 900;
    border-radius: 10px;
    background-color: #514242
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel .operation:nth-child(1) {
    flex: 3;
    height: 2rem;
    color: var(--text-2級, #867163)
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel .operation:nth-child(2) {
    flex: 4;
    height: 2rem
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel .operation:nth-child(3) {
    flex: 5;
    height: 4.25rem;
    margin: 0
}

.gd5QqF6R3RzydgYoKzD1 .container .rightPanel .operation.active {
    color: #fff;
    background-image: var(--color-主渐变)
}

.gd5QqF6R3RzydgYoKzD1 .quickbox {
    display: flex;
    justify-content: space-between;
    padding: .5rem .6rem;
    padding-bottom: 6px
}

.gd5QqF6R3RzydgYoKzD1 .quickbox .quickMoney {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 32px;
    color: #d33d3f;
    margin-bottom: .1rem;
    border-radius: 8px;
    background-color: #514242
}

.gd5QqF6R3RzydgYoKzD1 .quickbox .quickMoney.active {
    border: 1px solid #a8423a;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(../svg/selected.3f6c.svg)
}

.gd5QqF6R3RzydgYoKzD1 .quickbox .quickMoney.active::before {
    content: none
}

.gd5QqF6R3RzydgYoKzD1 .quickbox .quickMoney .text {
    color: inherit;
    font-size: .8rem;
    font-weight: 1000;
    -webkit-text-fill-color: unset;
    background-clip: initial;
    background: none
}

.nE_T0R1mQCJsoCIGlGNJ {
    width: 100%;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: .6rem;
    margin-top: 5.9rem;
    background-color: #f3f3f3
}

.nE_T0R1mQCJsoCIGlGNJ .scrollView {
    width: 100%;
    height: calc(100vh - 10.9rem);
    overflow-y: auto
}

.nE_T0R1mQCJsoCIGlGNJ .scrollView.ios {
    height: calc(100vh - 15rem)
}

.nE_T0R1mQCJsoCIGlGNJ .leagueContainer {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #c1c4f2;
    min-height: 2rem;
    border-radius: 5px;
    margin-bottom: 10px
}

.nE_T0R1mQCJsoCIGlGNJ .leagueNameView {
    width: 100%;
    height: 2rem;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box
}

.nE_T0R1mQCJsoCIGlGNJ .leagueName {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center
}

.nE_T0R1mQCJsoCIGlGNJ .leagueNameImage {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 5px
}

.nE_T0R1mQCJsoCIGlGNJ .leagueNameText {
    font-size: 14px;
    color: #333
}

.nE_T0R1mQCJsoCIGlGNJ .matchLoader {
    width: 100%;
    height: 9rem;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupContainer {
    width: 100%;
    padding-bottom: .5rem
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupTitle {
    height: 2rem;
    flex-direction: row;
    display: flex;
    border-bottom: 1px solid #e4e4e7;
    border-top: 1px solid #e4e4e7;
    align-items: center;
    justify-content: flex-start
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupTitleText {
    font-size: 12px;
    padding-left: .5rem;
    color: #000;
    font-weight: 800
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupContent {
    width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .5rem .5rem .5rem;
    box-sizing: border-box
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupContentItem {
    width: 49%;
    background-color: #f2f1f6;
    border-radius: 4px;
    height: 2rem;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-top: .5rem;
    box-sizing: border-box
}

.nE_T0R1mQCJsoCIGlGNJ {
    background-color: var(--color-背景1, #1a1716)
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupContainer {
    padding: 0
}

.nE_T0R1mQCJsoCIGlGNJ .leagueContainer {
    color: var(--text-文字主, #fff8f8);
    border-color: #736760;
    background-color: #27211f
}

.nE_T0R1mQCJsoCIGlGNJ .leagueContainer .leagueName>p {
    color: inherit !important
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupTitle {
    border-bottom: 0;
    border-color: #2d2727
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupTitleText {
    color: var(--text-文字主, #fff8f8)
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupContentItem {
    background-color: #382e2b
}

.nE_T0R1mQCJsoCIGlGNJ .methodGroupContentItem .methodGroupContentItemText:last-child {
    color: var(--text-文字强调, #d33d3f)
}

.BC2n3e7ThtqWrwUxoUdC {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between
}

.BC2n3e7ThtqWrwUxoUdC .fullLine {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between
}

.BC2n3e7ThtqWrwUxoUdC .container {
    margin-bottom: 10px;
    height: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fbfaff;
    background-color: #fbfaff
}

.BC2n3e7ThtqWrwUxoUdC .container.active {
    background-color: #989ce6
}

.BC2n3e7ThtqWrwUxoUdC .blankCell {
    margin-bottom: 10px;
    height: 34px
}

.BC2n3e7ThtqWrwUxoUdC .textLeft {
    color: #c3c3c3;
    padding-left: 10px;
    font-size: 12px
}

.BC2n3e7ThtqWrwUxoUdC .textRight {
    padding-right: 10px;
    color: #000;
    font-size: 12px
}

.BC2n3e7ThtqWrwUxoUdC .textRight {
    color: var(--text-文字主, #fff8f8) !important
}

.BC2n3e7ThtqWrwUxoUdC div[data-class=method-area] .container {
    background: #f2f3f7;
    border-radius: 4px
}

.BC2n3e7ThtqWrwUxoUdC div[data-class=method-area] .container.active {
    background-image: linear-gradient(90deg, #DBEAFF, #BEE0FF)
}

.YOYdSQ76HtVEgdom3bsv {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #f5f7fb;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    transform: translate3d(0, 100%, 0);
    animation: an-pop-up .5s forwards;
    overflow: hidden;
    flex: 1
}

.YOYdSQ76HtVEgdom3bsv .header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 190px;
    width: 100%;
    background: url(../images/outcache/bg.16be.png) no-repeat center;
    background-size: 100% 100%;
    position: relative
}

.YOYdSQ76HtVEgdom3bsv .header.football {
    background: url(../images/outcache/football_bg.69f6.jpg) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.slk {
    background: url(../images/outcache/slk_bg.ae59.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.basketball {
    background: url(../images/outcache/basketball_bg.3d7d.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.tennis {
    background: url(../images/outcache/tennis_bg.8d14.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.baseball {
    background: url(../images/outcache/baseball_bg.d97a.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.volleyball {
    background: url(../images/outcache/volleyball_bg.f6c2.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.badminton {
    background: url(../images/outcache/badminton_bg.00be.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.americanfootball {
    background: url(../images/outcache/americanfootball_bg.c26b.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.tabletennis {
    background: url(../images/outcache/tabletennis_bg.0ef0.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .header.icehockey {
    background: url(../images/outcache/icehockey_bg.dad9.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.YOYdSQ76HtVEgdom3bsv .title.video-title {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 1
}

.YOYdSQ76HtVEgdom3bsv .block {
    height: 30px;
    width: 15%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.YOYdSQ76HtVEgdom3bsv .text {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff
}

.YOYdSQ76HtVEgdom3bsv .icon {
    padding-left: 10px;
    justify-content: flex-start
}

.YOYdSQ76HtVEgdom3bsv .matchInfo {
    flex-direction: row;
    height: 80px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex
}

.YOYdSQ76HtVEgdom3bsv .matchInfoTeam {
    width: 30%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex
}

.YOYdSQ76HtVEgdom3bsv .matchInfoIcon {
    width: 45px;
    height: 45px
}

.YOYdSQ76HtVEgdom3bsv .matchInfoName {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff
}

.YOYdSQ76HtVEgdom3bsv .matchInfoScore {
    width: 40%;
    justify-content: center;
    align-items: center;
    display: grid
}

.YOYdSQ76HtVEgdom3bsv .matchInfoPhaseName {
    width: 100%;
    text-align: center;
    font-size: 14;
    color: #fff
}

.YOYdSQ76HtVEgdom3bsv .matchInfoPhasScore {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff
}

.YOYdSQ76HtVEgdom3bsv .match-live-icon {
    position: absolute;
    bottom: .6rem;
    right: .6rem;
    width: 1.2rem;
    height: auto
}

.YOYdSQ76HtVEgdom3bsv .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #000
}

.YOYdSQ76HtVEgdom3bsv .methodsView {
    display: flex;
    flex: 1;
    background-color: #f3f3f3;
    height: calc(100% - 190px);
    overflow-y: auto
}

.YOYdSQ76HtVEgdom3bsv .marketTypesView {
    height: 45px;
    align-items: center;
    align-content: center;
    padding-left: 10px;
    padding-right: 45px;
    background-color: #fff;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    width: calc(100% - .0666rem);
    box-sizing: border-box;
    position: absolute
}

.YOYdSQ76HtVEgdom3bsv .marketTypesItemView {
    height: 33px;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    line-height: 33px;
    min-width: 80px
}

.YOYdSQ76HtVEgdom3bsv .moreMarketIcon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    background: #fff;
    text-align: center;
    line-height: 45px;
    color: #767677
}

.YOYdSQ76HtVEgdom3bsv .marketTypesItemBg {
    min-width: 80px;
    margin-left: 0;
    margin-right: 0;
    background: url(../images/outcache/btn-bg.517b.png) no-repeat center;
    background-size: 100% 100%
}

.YOYdSQ76HtVEgdom3bsv .marketTypesText {
    font-size: 14;
    min-width: 80px;
    text-align: center;
    color: #767677
}

.YOYdSQ76HtVEgdom3bsv .methodsContentView {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px
}

.YOYdSQ76HtVEgdom3bsv .methodsContentScrollView {
    flex-direction: row;
    flex-wrap: wrap
}

.YOYdSQ76HtVEgdom3bsv .methodsItemView {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.YOYdSQ76HtVEgdom3bsv .methodsItemView:last-child {
    padding-bottom: 8rem
}

.YOYdSQ76HtVEgdom3bsv .methodsDataView {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
}

.YOYdSQ76HtVEgdom3bsv .methodsItemTitleView {
    height: 37px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.YOYdSQ76HtVEgdom3bsv .methodsItemTitleIcon {
    width: 16px;
    height: 12px;
    margin-right: 5px
}

.YOYdSQ76HtVEgdom3bsv .methodsItemTitleText {
    font-size: 14;
    color: #000
}

.YOYdSQ76HtVEgdom3bsv .methodsItemArrowIcon {
    margin-left: auto;
    color: #cbd2dd;
    font-size: 22
}

.YOYdSQ76HtVEgdom3bsv .emptyImage {
    width: 317px;
    height: 294px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

@keyframes an-pop-up {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.YOYdSQ76HtVEgdom3bsv .openBtn {
    width: 4.5rem;
    height: 4.5rem
}

.YOYdSQ76HtVEgdom3bsv .openBtnBox {
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 11111
}

.YOYdSQ76HtVEgdom3bsv .ordersLength {
    position: absolute;
    right: .8rem;
    top: 1rem;
    background-color: #f35a4e;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .8rem;
    text-align: center;
    border: 2px #fff solid;
    box-sizing: content-box;
    color: #fff;
    font-weight: 600
}

.YOYdSQ76HtVEgdom3bsv {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #f5f7fb;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    transform: translate3d(0, 100%, 0);
    animation: an-pop-up .5s forwards;
    overflow: hidden;
    flex: 1
}

.YOYdSQ76HtVEgdom3bsv .header {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 10.5128rem;
    width: 100%;
    background: url(../images/outcache/match-detail-bg.1804.png) 0/100% 100% no-repeat
}

.YOYdSQ76HtVEgdom3bsv .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.YOYdSQ76HtVEgdom3bsv .block {
    height: 40px;
    width: 10%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.YOYdSQ76HtVEgdom3bsv .text {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff
}

.YOYdSQ76HtVEgdom3bsv .icon {
    padding-left: 10px;
    justify-content: flex-start
}

.YOYdSQ76HtVEgdom3bsv .matchInfo {
    flex-direction: row;
    height: 80px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: flex
}

.YOYdSQ76HtVEgdom3bsv .matchInfoTeam {
    width: 30%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex
}

.YOYdSQ76HtVEgdom3bsv .matchInfoIcon {
    width: 45px;
    height: 45px
}

.YOYdSQ76HtVEgdom3bsv .matchInfoName {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff
}

.YOYdSQ76HtVEgdom3bsv .matchInfoScore {
    width: 40%;
    justify-content: center;
    align-items: center;
    display: grid
}

.YOYdSQ76HtVEgdom3bsv .matchInfoPhaseName {
    width: 100%;
    text-align: center;
    font-size: 14;
    color: #fff
}

.YOYdSQ76HtVEgdom3bsv .matchInfoPhasScore {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff
}

.YOYdSQ76HtVEgdom3bsv .methodsView {
    display: flex;
    flex: 1;
    background-color: var(--color-背景1, #1a1716);
    height: calc(100% - 10.5128rem);
    overflow-y: auto
}

.YOYdSQ76HtVEgdom3bsv .marketTypesView {
    height: 45px;
    align-items: center;
    align-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    width: calc(100% - .0666rem);
    box-sizing: border-box;
    position: absolute;
    background-color: var(--color-背景1, #1a1716)
}

.YOYdSQ76HtVEgdom3bsv .marketTypesItemView {
    height: 33px;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    line-height: 33px;
    min-width: 80px;
    color: var(--text-文字主, #fff8f8);
    border-radius: 15px;
    background-color: #382e2b
}

.YOYdSQ76HtVEgdom3bsv .moreMarketIcon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 45px;
    color: #c6c6c6;
    background-color: var(--color-背景1, #1a1716)
}

.YOYdSQ76HtVEgdom3bsv .marketTypesItemBg {
    min-width: 80px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 15px;
    background-image: linear-gradient(180deg, #ffabae 0%, #b00000 100%)
}

.YOYdSQ76HtVEgdom3bsv .marketTypesText {
    font-size: 14;
    min-width: 80px;
    text-align: center;
    color: inherit
}

.YOYdSQ76HtVEgdom3bsv .methodsContentView {
    flex: 1;
    padding-left: .5333rem;
    padding-right: .5333rem;
    padding-top: 2.4rem;
    margin-right: .5333rem
}

.YOYdSQ76HtVEgdom3bsv .methodsContentScrollView {
    flex-direction: row;
    flex-wrap: wrap
}

.YOYdSQ76HtVEgdom3bsv .methodsItemView {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: var(--text-文字主, #fff8f8);
    background-color: #27211f;
    box-shadow: 0px 2px 8px 0px rgba(173, 120, 81, .2);
    box-sizing: border-box
}

.YOYdSQ76HtVEgdom3bsv .methodsItemView:last-child {
    padding-bottom: 8rem
}

.YOYdSQ76HtVEgdom3bsv .methodsDataView {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
}

.YOYdSQ76HtVEgdom3bsv .methodsItemTitleView {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 37px;
    width: 100%
}

.YOYdSQ76HtVEgdom3bsv .methodsItemTitleIcon {
    width: 16px;
    height: 12px;
    margin-right: 5px
}

.YOYdSQ76HtVEgdom3bsv .methodsItemTitleText {
    font-size: 14;
    color: #000
}

.YOYdSQ76HtVEgdom3bsv .methodsItemArrowIcon {
    margin-left: auto;
    color: #cbd2dd;
    font-size: 22
}

.YOYdSQ76HtVEgdom3bsv .empty-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.YOYdSQ76HtVEgdom3bsv .empty-box p {
    text-align: center;
    color: #2f2747
}

.YOYdSQ76HtVEgdom3bsv .emptyImage {
    width: 238px;
    height: 221px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

@keyframes an-pop-up {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.YOYdSQ76HtVEgdom3bsv .openBtn {
    width: 4.5rem;
    height: 4.5rem
}

.YOYdSQ76HtVEgdom3bsv .openBtnBox {
    position: absolute;
    bottom: 4rem;
    right: 0;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 11111
}

.YOYdSQ76HtVEgdom3bsv .ordersLength {
    position: absolute;
    right: .8rem;
    top: 1rem;
    background-color: #f35a4e;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .8rem;
    text-align: center;
    border: 2px #fff solid;
    box-sizing: content-box;
    color: #fff;
    font-weight: 600
}

.YOYdSQ76HtVEgdom3bsv div[data-class=method-area] .container {
    background-color: var(--color-对话框1, #382e2b) !important
}

.yub9eWT1dKFNwX1pwtNK {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    height: 1.5rem;
    width: 100%;
    left: 0;
    top: 2.2rem;
    z-index: 1;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    background: #fff
}

.yub9eWT1dKFNwX1pwtNK .dateSrollView {
    width: 100%;
    height: 100%;
    display: flex;
    overflow-x: auto
}

.yub9eWT1dKFNwX1pwtNK .dateView {
    width: 3rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom-width: 1px;
    flex-grow: 0;
    flex-shrink: 0;
    border-bottom-color: #fff
}

.yub9eWT1dKFNwX1pwtNK .dateView .dataItemText {
    width: 100%;
    height: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #949494
}

.yub9eWT1dKFNwX1pwtNK .dateView.active {
    border-bottom-color: #3195e0
}

.yub9eWT1dKFNwX1pwtNK .dateView.active .dataItemText {
    color: #3195e0
}

.yub9eWT1dKFNwX1pwtNK {
    background-color: #231d1b
}

.yub9eWT1dKFNwX1pwtNK .dateView {
    position: relative;
    border-bottom-color: #fff;
    box-sizing: border-box
}

.yub9eWT1dKFNwX1pwtNK .dateView .dataItemText {
    color: #949494
}

.yub9eWT1dKFNwX1pwtNK .dateView.active::after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 60%;
    left: 20%;
    height: 2px;
    background-image: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    z-index: 2
}

.yub9eWT1dKFNwX1pwtNK .dateView.active .dataItemText {
    background: #d33d3f;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.dPCVWaB84zykpUckiGcs {
    background: #fff;
    width: 100%;
    margin-top: 2.4rem;
    height: calc(100vh - 2.4rem)
}

.UnJ41YJAig3neTB1lZbk {
    background: #f5f7fb;
    height: calc(100% - .1rem);
    box-sizing: border-box;
    position: relative;
    overflow: auto
}

.UnJ41YJAig3neTB1lZbk iframe.deposit-frame {
    border: none;
    width: 100%;
    height: 100%
}

.UnJ41YJAig3neTB1lZbk>.contents {
    height: 100% !important;
    background: url(../svg/shuiyin.39b2.svg) no-repeat;
    background-position: right -5px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    position: relative;
    box-sizing: border-box
}

.UnJ41YJAig3neTB1lZbk>.contents>.title {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .746667rem;
    font-weight: bold;
    border-bottom: 1px solid #eceaea;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #4c4c4c;
    box-sizing: border-box
}

.UnJ41YJAig3neTB1lZbk>.contents>.title>svg {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .853333rem;
    padding: .8rem
}

.UnJ41YJAig3neTB1lZbk>.contents>.detail-top {
    padding: .64rem;
    background-color: rgba(255, 255, 255, .3);
    margin-top: 2.4rem
}

.UnJ41YJAig3neTB1lZbk>.contents>.detail-top>div.actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.UnJ41YJAig3neTB1lZbk>.contents>.detail-top>div.actions>span {
    width: 76px;
    height: 30px
}

.UnJ41YJAig3neTB1lZbk>.contents>.detail-top>div.actions>span img {
    width: 100%
}

.UnJ41YJAig3neTB1lZbk>.contents>.detail-top>.circle {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto
}

.UnJ41YJAig3neTB1lZbk .detail-info {
    border-radius: .3733rem
}

.UnJ41YJAig3neTB1lZbk .detail-info .detail-top {
    padding: .64rem;
    background-color: rgba(255, 255, 255, .3)
}

.UnJ41YJAig3neTB1lZbk .detail-info .name>span.title {
    color: rgba(47, 39, 71, .6);
    display: inline-block;
    width: 100%;
    text-align: center
}

.UnJ41YJAig3neTB1lZbk .detail-info .name>span.actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.UnJ41YJAig3neTB1lZbk .detail-info .name>span.actions>span {
    width: 76px;
    height: 30px
}

.UnJ41YJAig3neTB1lZbk .detail-info .name>span.actions>span img {
    width: 100%
}

.UnJ41YJAig3neTB1lZbk .detail-info .deposit-number {
    display: flex;
    justify-content: center;
    margin-top: .8rem;
    align-items: flex-end;
    margin-bottom: .5333rem
}

.UnJ41YJAig3neTB1lZbk .detail-info .deposit-number>.number {
    font-size: 2.24rem;
    font-weight: bold;
    display: flex;
    align-items: center
}

.UnJ41YJAig3neTB1lZbk .detail-info .deposit-number>.number>svg {
    font-size: 1.28rem;
    margin-right: .2667rem
}

.UnJ41YJAig3neTB1lZbk .detail-info .deposit-number>.unit {
    margin-bottom: .32rem;
    font-style: .7467rem;
    margin-left: .2667rem;
    font-weight: bold
}

.UnJ41YJAig3neTB1lZbk .detail-info .desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #666
}

.UnJ41YJAig3neTB1lZbk .detail-info .desc>div {
    width: 100%;
    text-align: center;
    margin-top: .2667rem
}

.UnJ41YJAig3neTB1lZbk div.submit {
    text-align: center;
    background: url(../svg/btn-bg.292f.svg) no-repeat;
    border-radius: .5rem;
    width: 100%;
    height: 2.7rem;
    font-size: 1rem;
    line-height: 2.7rem;
    color: #fff;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 2rem;
    background-size: cover
}

.UnJ41YJAig3neTB1lZbk .white-bg {
    background-color: #fff;
    padding: 0 1.4rem
}

.UnJ41YJAig3neTB1lZbk .deadline {
    padding: 1.0667rem 0;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #f7f7f7
}

.UnJ41YJAig3neTB1lZbk .deadline>img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .5333rem
}

.UnJ41YJAig3neTB1lZbk .deadline>div>div {
    color: #1e1e1e;
    margin-bottom: .2133rem;
    width: 100%;
    text-align: left
}

.UnJ41YJAig3neTB1lZbk .deadline>div>div>span {
    color: #da0000;
    font-size: .7467rem;
    font-weight: bold
}

.UnJ41YJAig3neTB1lZbk .qr-code {
    margin-top: 1.0667rem
}

.UnJ41YJAig3neTB1lZbk .qr-code>.info {
    margin-top: .5333rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center
}

.UnJ41YJAig3neTB1lZbk .qr-code>.info>.copy {
    color: #13a1de;
    text-decoration: underline
}

.UnJ41YJAig3neTB1lZbk .qr-code>.info>.title {
    color: #666
}

.UnJ41YJAig3neTB1lZbk .qr-code>.info>.title>.type {
    color: #ff5223
}

.UnJ41YJAig3neTB1lZbk .qr-code>.image {
    display: flex;
    justify-content: center;
    margin-top: .8rem
}

.UnJ41YJAig3neTB1lZbk .tips {
    margin-top: .5333rem
}

.UnJ41YJAig3neTB1lZbk .tips>div {
    font-size: .64rem;
    margin-bottom: .2667rem
}

.UnJ41YJAig3neTB1lZbk .tips>div.lightTipsText {
    color: rgba(47, 39, 71, .4)
}

.UnJ41YJAig3neTB1lZbk .tips>p {
    font-size: .64rem;
    line-height: 1.0667rem;
    color: #ff8a00
}

.UnJ41YJAig3neTB1lZbk .tips>p.black {
    color: #000
}

.UnJ41YJAig3neTB1lZbk .tips>p.lightTipsText {
    color: rgba(47, 39, 71, .4)
}

.UnJ41YJAig3neTB1lZbk .tips>p>span {
    color: red
}

.UnJ41YJAig3neTB1lZbk .tips>p>img {
    margin-top: .5333rem;
    width: 100%
}

.UnJ41YJAig3neTB1lZbk .tips>p>.img-usdt-tips {
    width: 17.8667rem;
    height: 12.7467rem;
    background: url(../images/precache/usdt-tips.9dc3.png) no-repeat;
    background-size: cover;
    margin-top: .5333rem
}

.UnJ41YJAig3neTB1lZbk .amount-box {
    border-radius: 8px;
    padding: 16px;
    overflow: hidden
}

.UnJ41YJAig3neTB1lZbk .amount-box .money {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    text-align: center
}

.UnJ41YJAig3neTB1lZbk .amount-box .money .big-money {
    font-size: 46px;
    font-weight: bold
}

.UnJ41YJAig3neTB1lZbk .amount-box .top-tips {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 16px
}

.UnJ41YJAig3neTB1lZbk .top-tips-box {
    justify-content: center;
    align-items: center;
    border-bottom-color: #f7f7f7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #fff
}

.UnJ41YJAig3neTB1lZbk .not-find-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 16px;
    padding-bottom: 8px
}

.UnJ41YJAig3neTB1lZbk .not-find-box .bankcard-tit {
    border-left-color: #6b4976;
    border-left-width: 3px;
    border-left-style: solid;
    padding-left: 2px;
    border-radius: 2px
}

.UnJ41YJAig3neTB1lZbk .not-find-box span {
    font-size: 14px
}

.UnJ41YJAig3neTB1lZbk .not-find-box .not-find-box-r {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.UnJ41YJAig3neTB1lZbk .not-find-box .not-find-box-r .not-find-box-r-l {
    color: #6b4976;
    font-size: 10px
}

.UnJ41YJAig3neTB1lZbk .not-find-box .not-find-box-r a {
    color: #6b4976;
    text-decoration-line: underline;
    font-size: 10px
}

.UnJ41YJAig3neTB1lZbk .text-left {
    text-align: left !important
}

.UnJ41YJAig3neTB1lZbk .space-between {
    justify-content: space-between
}

.UnJ41YJAig3neTB1lZbk .gray {
    color: #666
}

.UnJ41YJAig3neTB1lZbk .inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.UnJ41YJAig3neTB1lZbk .countDown-l {
    width: 24px;
    height: 33px;
    margin-right: 10px
}

.UnJ41YJAig3neTB1lZbk .countDown-l>span.countDown-icon {
    background: url(../svg/ic-shalou.df78.svg);
    background-size: contain;
    display: inline-block;
    width: 1.3333rem;
    height: 1.8133rem
}

.UnJ41YJAig3neTB1lZbk .step2Copy {
    color: #13a1de;
    font-size: 12px;
    width: 36px
}

.UnJ41YJAig3neTB1lZbk .lightColorText {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 20px
}

.UnJ41YJAig3neTB1lZbk .deepColorText {
    color: #1e1e1e;
    font-size: 14px;
    text-align: right;
    flex: inherit
}

.UnJ41YJAig3neTB1lZbk .tableLeft {
    flex: 1;
    text-align: right;
    padding: 10px
}

.UnJ41YJAig3neTB1lZbk .tableLeftText {
    color: #666;
    font-size: 12px
}

.UnJ41YJAig3neTB1lZbk .tableRight {
    flex: 2;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.UnJ41YJAig3neTB1lZbk .tableRight .deepColorText {
    color: #9981f5;
    flex: none;
    max-width: 80%
}

.UnJ41YJAig3neTB1lZbk .tipsText {
    margin-top: 16px;
    padding: 0 1.4rem
}

.UnJ41YJAig3neTB1lZbk .tipsText1 {
    color: rgba(47, 39, 71, .4);
    font-size: 12px;
    line-height: 17px;
    padding-left: 16px;
    padding-bottom: 4px
}

.UnJ41YJAig3neTB1lZbk .tipsText1.bigfont {
    font-size: 14px
}

.UnJ41YJAig3neTB1lZbk .orange {
    color: #e07900;
    font-size: 12px;
    line-height: 17px;
    padding-left: 16px;
    padding-bottom: 4px
}

.UnJ41YJAig3neTB1lZbk .red {
    color: red
}

.UnJ41YJAig3neTB1lZbk .lightColorText {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 20px
}

.UnJ41YJAig3neTB1lZbk .bigMoney {
    font-size: 32px;
    color: #ff5223;
    font-weight: bold
}

.UnJ41YJAig3neTB1lZbk .bankcard-infos {
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
    background-color: #fff
}

.UnJ41YJAig3neTB1lZbk .bankcard-infos .flex-stretch {
    align-items: stretch
}

.UnJ41YJAig3neTB1lZbk .bankcard-infos .copy-btn-background {
    background-color: #8168fc
}

.UnJ41YJAig3neTB1lZbk .bankcard-infos .fuyan-tips {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 20px
}

.UnJ41YJAig3neTB1lZbk .bankcard-infos .fuyan-tips span {
    font-size: 10px;
    color: #da0000
}

.UnJ41YJAig3neTB1lZbk .bankcard-infos .copy-all-btn {
    background-color: #fafafd;
    border: 1px solid #e0e1ff;
    height: 33px;
    width: 80%;
    margin-left: 10%;
    border-radius: 4px;
    line-height: 33px;
    text-align: center;
    color: #13a1de
}

.UnJ41YJAig3neTB1lZbk div.deposited-btn {
    text-align: center;
    background: url(../svg/btn-bg.292f.svg) no-repeat;
    border-radius: .5rem;
    width: 14.4rem;
    height: 2.4rem;
    font-size: .8rem;
    line-height: 2.4rem;
    color: #fff;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-size: cover;
    letter-spacing: 2px;
    font-weight: 700
}

.UnJ41YJAig3neTB1lZbk .toTopay {
    width: 100%;
    margin-top: 1rem;
    display: block
}

.UnJ41YJAig3neTB1lZbk .toTopay img {
    width: 100%;
    height: auto
}

.UnJ41YJAig3neTB1lZbk .toTopay .img-to-topay {
    width: 17.8667rem;
    height: 8.5rem;
    background: url(../images/precache/to-topay.d224.png) no-repeat;
    background-size: cover;
    margin-top: .5333rem
}

.deposit-popup {
    background: url(../images/precache/deposit_bg.ad03.png) !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important
}

.deposit-popup .title {
    border-bottom: none;
    color: #fff
}

.deposit-popup .title>svg {
    color: #fff
}

.Rbg_dx8TFRP6ip354yuY {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    animation: fade-bottom-top .6s forwards;
    width: calc(100% - 2.67rem);
    max-height: calc(100% - 3.81rem);
    height: auto;
    background: url(../images/precache/bg-pop.52c9.png) no-repeat;
    border-radius: 1.2rem;
    background-size: 100% 100%;
    padding: .3rem .4rem;
    box-sizing: border-box
}

.Rbg_dx8TFRP6ip354yuY .inner-modal {
    border-radius: 20px;
    height: 100%;
    position: relative
}

.Rbg_dx8TFRP6ip354yuY .inner-modal .belling {
    position: absolute;
    left: 50%;
    margin-left: -112px;
    top: -54px
}

.Rbg_dx8TFRP6ip354yuY .inner-modal .modal-logo {
    position: absolute;
    right: -0.4rem;
    top: -0.3rem
}

.Rbg_dx8TFRP6ip354yuY .inner-modal .actions {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-bottom: .5333rem;
    border-radius: .5333rem;
    background-color: rgba(0, 0, 0, 0) !important
}

.Rbg_dx8TFRP6ip354yuY .inner-modal .actions>button {
    width: 5.9733rem;
    height: 2.24rem;
    color: #fff;
    margin: 0 .2667rem;
    background: url(../svg/confirm.5fdf.svg) no-repeat;
    background-size: contain;
    border-color: rgba(0, 0, 0, 0);
    font-size: .8533rem
}

.Rbg_dx8TFRP6ip354yuY .inner-modal .actions>button.cancel {
    background: url(../svg/cancel.db5a.svg) no-repeat;
    background-size: cover;
    color: #9f9f9f
}

@keyframes fade-bottom-top {
    0% {
        opacity: .6;
        transform: translate(-50%, -35%)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.Rbg_dx8TFRP6ip354yuY .header {
    padding: 2rem 1rem 1rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1e1e1e;
    position: relative
}

.Rbg_dx8TFRP6ip354yuY .header .close-icon {
    position: absolute;
    right: .4rem;
    top: .2rem
}

.Rbg_dx8TFRP6ip354yuY p {
    padding: 0 2rem;
    color: #2f2747;
    font-size: .7rem;
    font-weight: 400;
    line-height: 20px
}

.Rbg_dx8TFRP6ip354yuY p span {
    color: #ff2e00
}

.Rbg_dx8TFRP6ip354yuY ul {
    max-height: 12.4rem;
    padding: 0 2rem;
    overflow: auto;
    margin: 1rem 0;
    box-sizing: border-box
}

.Rbg_dx8TFRP6ip354yuY ul li {
    height: 2rem;
    line-height: 2rem;
    color: #997ee7;
    text-align: center;
    border-radius: .4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgb(255, 255, 255) 100%);
    margin-bottom: .5rem;
    box-shadow: 0px 3px 10px 0px rgba(145, 121, 231, .1215686275);
    font-size: .8rem
}

.Rbg_dx8TFRP6ip354yuY ul li:active {
    background: #b890e6;
    color: #fff
}

.Rbg_dx8TFRP6ip354yuY ul .active {
    background: #b890e6;
    color: #fff
}

.Rbg_dx8TFRP6ip354yuY div.cs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    position: relative
}

.Rbg_dx8TFRP6ip354yuY div.cs::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(270deg, rgba(218, 204, 255, 0.04) 0%, rgba(218, 204, 255, 0.4) 48.44%, rgba(218, 204, 255, 0.04) 100%)
}

.Rbg_dx8TFRP6ip354yuY div.cs p {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0
}

.Rbg_dx8TFRP6ip354yuY div.cs p .cs path {
    fill: #997ee7 !important
}

.Rbg_dx8TFRP6ip354yuY {
    background: url(../images/precache/bg-pop.69d1.png) no-repeat;
    background-size: 100% 100%
}

.Rbg_dx8TFRP6ip354yuY .inner-modal .belling {
    display: none
}

.Rbg_dx8TFRP6ip354yuY .inner-modal .modal-logo {
    display: none
}

.Rbg_dx8TFRP6ip354yuY .header {
    padding: 4rem 1rem 1rem 1rem
}

.Rbg_dx8TFRP6ip354yuY ul li {
    color: #3988ff
}

.Rbg_dx8TFRP6ip354yuY ul li:active,
.Rbg_dx8TFRP6ip354yuY ul .active {
    background: #3988ff;
    color: #fff
}

.Rbg_dx8TFRP6ip354yuY .inner-modal .actions>button {
    background: url(../svg/confirm.89c9.svg) no-repeat
}

.UnJ41YJAig3neTB1lZbk div.deposited-btn {
    background: url(../svg/btn-Next.6f0e.svg) no-repeat;
    background-size: 100%
}

.deposit-popup {
    background: var(--color-对话框1) !important
}

.deposit-popup .title>span {
    background-image: url(../svg/close.4926.svg) !important;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    top: .48rem
}

.deposit-popup .wrapper {
    width: 100%;
    border-top-right-radius: 1.28rem;
    border-top-left-radius: 1.28rem
}

.deposit-popup .wrapper .contents {
    background: var(--color-彈窗1)
}

.deposit-popup .wrapper .contents .detail-info .detail-top {
    background: rgba(0, 0, 0, 0)
}

.deposit-popup .wrapper .contents .detail-info .deposit-number {
    color: var(--text-文字主)
}

.deposit-popup .wrapper .contents .detail-info .deposit-number>.number {
    color: var(--text-文字主)
}

.deposit-popup .wrapper .contents .detail-info .copy {
    color: var(--text-文字强调)
}

.deposit-popup .wrapper .contents .detail-info .deposit_tip {
    color: var(--text-文字强调)
}

.deposit-popup .wrapper .submit {
    border-radius: 2.4rem;
    background: var(--color-主渐变);
    border-radius: 10px;
    width: 14.4533rem;
    height: 2.4533rem;
    line-height: 2.4533rem
}

.deposit-popup .wrapper .tips .lightTipsText,
.deposit-popup .wrapper .tips p {
    color: var(--text-文字副)
}

.deposit-popup .wrapper .tips .warning {
    color: var(--text-文字副);
    font-size: .7467rem;
    background-image: url(../svg/warning.cd53.svg) !important
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item.long span.text {
    width: 4.8rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item.long span.value {
    width: 12.48rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item.query {
    padding: .65rem 0
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .red {
    color: #fd5255
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .green {
    color: #00a854
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .black {
    color: #3b476a
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .yellow {
    color: #ffa526
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .blue {
    color: #415ab0
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.ADiYvGIyCcMCgtq0Tgcj .report-icon-wrapper {
    min-height: 13.33rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set {
    margin: .8rem 0;
    position: relative
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.actions {
    justify-content: center
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.username,
.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.username .user::before,
.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .red {
    color: #fd5255
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .green {
    color: #00a854
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level span {
    color: #2c2a29
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level span::after {
    content: ""
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.ADiYvGIyCcMCgtq0Tgcj .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.ADiYvGIyCcMCgtq0Tgcj .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos h6 {
    font-weight: bold
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .red {
    color: #fd5255
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .green {
    color: #00a854
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .black {
    color: #3b476a
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .yellow {
    color: #ffa526
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .blue {
    color: #415ab0
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set {
    padding: 0 .1066666667rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item select,
.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item select option,
.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.ADiYvGIyCcMCgtq0Tgcj .report-footer {
    background: rgba(0, 0, 0, 0)
}

.ADiYvGIyCcMCgtq0Tgcj {
    margin-top: 2.75rem;
    background-color: #f2f3f7;
    height: calc(100vh - 2.75rem);
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 6rem
}

.ADiYvGIyCcMCgtq0Tgcj .contents {
    padding: .64rem 0
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.tabs {
    height: 1.87rem;
    display: flex;
    align-items: center;
    background-color: #f2f3f7;
    border-radius: .21rem;
    padding: 0 1.5rem
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.tabs>span {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    color: #99a0b1;
    line-height: 2rem;
    border-bottom: 1px solid #fff
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.tabs>span.actvied {
    color: #1e1e1e;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px;
    line-height: 1.87rem;
    border-bottom: .25rem solid #a4baf0;
    border-left: outset;
    border-right: inset;
    border-left-color: #f2f3f7;
    border-right-color: #f2f3f7
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form h4 {
    padding-left: 12px;
    margin: .75rem 0;
    font-weight: bold;
    font-size: 1rem;
    color: #1e1e1e;
    font-family: "PingFang SC Regular"
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form h4>span.show-more {
    float: right;
    color: #5b5b6a;
    font-weight: 400;
    font-size: .625rem;
    margin-right: 12px;
    margin-top: 6px
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form h4::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-detail,
.ADiYvGIyCcMCgtq0Tgcj .contents .link-item {
    color: #70757a;
    line-height: 1.07rem;
    margin: .27rem 0
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .53rem
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item>div select {
    width: 80%;
    padding: .11rem;
    font-size: .79rem;
    background-color: #f2f3f7;
    color: #121b47;
    border-radius: .5rem;
    height: 2.75rem;
    border: 1px solid #e7ecf5
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item>div span.copy {
    border-radius: 1.25rem;
    display: inline-block;
    width: 19%;
    height: 1.75rem;
    line-height: 1.75rem;
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    color: #fff;
    text-align: center;
    margin-top: .5rem
}

.ADiYvGIyCcMCgtq0Tgcj .actions {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 3rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.ADiYvGIyCcMCgtq0Tgcj .actions>button {
    color: #fff
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item.long span.text {
    width: 4.8rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item.long span.value {
    width: 12.48rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item.query {
    padding: .65rem 0
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .red {
    color: #fd5255
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .green {
    color: #00a854
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .black {
    color: #3b476a
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .yellow {
    color: #ffa526
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item .blue {
    color: #415ab0
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.ADiYvGIyCcMCgtq0Tgcj .report-icon-wrapper {
    min-height: 13.33rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set {
    margin: .8rem 0;
    position: relative
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.actions {
    justify-content: center
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.username,
.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.username .user::before,
.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .red {
    color: #fd5255
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .green {
    color: #00a854
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level span {
    color: #2c2a29
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level span::after {
    content: ""
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.ADiYvGIyCcMCgtq0Tgcj .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.ADiYvGIyCcMCgtq0Tgcj .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos h6 {
    font-weight: bold
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .red {
    color: #fd5255
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .green {
    color: #00a854
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .black {
    color: #3b476a
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .yellow {
    color: #ffa526
}

.ADiYvGIyCcMCgtq0Tgcj .report-infos .blue {
    color: #415ab0
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set {
    padding: 0 .1066666667rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.ADiYvGIyCcMCgtq0Tgcj .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item select,
.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item select option,
.ADiYvGIyCcMCgtq0Tgcj .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.ADiYvGIyCcMCgtq0Tgcj .report-footer {
    background: rgba(0, 0, 0, 0)
}

.ADiYvGIyCcMCgtq0Tgcj {
    margin-top: 2.4rem;
    background-color: var(--color-背景1);
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 6rem
}

.ADiYvGIyCcMCgtq0Tgcj .contents {
    padding: .64rem 0;
    width: 94%;
    margin: 0 auto
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.tabs {
    height: 1.87rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: .21rem;
    padding: 0 1.5rem
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.tabs>span {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    color: var(--text-文字副);
    line-height: 2rem;
    border-bottom: 1px solid var(--color-彈窗1)
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.tabs>span.actvied {
    color: var(--text-文字强调);
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px;
    line-height: 1.87rem;
    border: none;
    border-bottom: 4px solid #7e1d1f
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form h4 {
    padding-left: 12px;
    margin: .75rem .6rem;
    font-weight: bold;
    font-size: 1rem;
    color: var(--text-文字主);
    font-family: "PingFang SC Regular";
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form h4::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form h4>span.show-more {
    float: right;
    color: var(--text-文字强调);
    font-weight: 400;
    font-size: .625rem;
    margin-right: 12px;
    margin-top: 6px
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form h4::before {
    content: "";
    width: .16rem;
    height: .74666rem;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .5333rem;
    background: var(--color-主渐变)
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form .report-query-set .item>span.text {
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form .report-query-set .alert {
    color: var(--text-文字副)
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form .report-query-set .value select,
.ADiYvGIyCcMCgtq0Tgcj .contents>.form .report-query-set .value input {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .contents>.form .report-query-set .value svg {
    color: #736760
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-detail,
.ADiYvGIyCcMCgtq0Tgcj .contents .link-item {
    color: var(--text-文字主);
    line-height: 1.07rem;
    margin: .27rem 0
}

.ADiYvGIyCcMCgtq0Tgcj .contents .report-infos {
    color: var(--text-文字主)
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .53rem
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item>div.domainlink {
    background: rgba(0, 0, 0, 0)
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item>div select {
    width: 80%;
    padding: .11rem;
    font-size: .6rem;
    background-color: var(--color-对话框1);
    color: var(--text-文字强调);
    border-radius: .5rem;
    height: 2.75rem;
    border: none
}

.ADiYvGIyCcMCgtq0Tgcj .contents .link-item>div span.copy {
    border-radius: 1.25rem;
    display: inline-block;
    width: 19%;
    height: 1.75rem;
    line-height: 1.75rem;
    background: var(--color-主渐变);
    color: #fff;
    text-align: center;
    margin-top: .5rem
}

.ADiYvGIyCcMCgtq0Tgcj .actions {
    width: 18.4375rem;
    background: var(--color-主渐变);
    height: 2.5rem;
    align-items: center;
    display: flex;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    box-shadow: none
}

.ADiYvGIyCcMCgtq0Tgcj .actions>button {
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item.long span.text {
    width: 4.8rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item.long span.value {
    width: 12.48rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item.query {
    padding: .65rem 0
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .red {
    color: #fd5255
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .green {
    color: #00a854
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .black {
    color: #3b476a
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .yellow {
    color: #ffa526
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .blue {
    color: #415ab0
}

.d5V0d2Y2aboahBUjcZCT .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.d5V0d2Y2aboahBUjcZCT .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.d5V0d2Y2aboahBUjcZCT .report-icon-wrapper {
    min-height: 13.33rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set {
    margin: .8rem 0;
    position: relative
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.actions {
    justify-content: center
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.username,
.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.username .user::before,
.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .red {
    color: #fd5255
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .green {
    color: #00a854
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level span {
    color: #2c2a29
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level span::after {
    content: ""
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.d5V0d2Y2aboahBUjcZCT .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.d5V0d2Y2aboahBUjcZCT .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.d5V0d2Y2aboahBUjcZCT .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.d5V0d2Y2aboahBUjcZCT .report-infos h6 {
    font-weight: bold
}

.d5V0d2Y2aboahBUjcZCT .report-infos .red {
    color: #fd5255
}

.d5V0d2Y2aboahBUjcZCT .report-infos .green {
    color: #00a854
}

.d5V0d2Y2aboahBUjcZCT .report-infos .black {
    color: #3b476a
}

.d5V0d2Y2aboahBUjcZCT .report-infos .yellow {
    color: #ffa526
}

.d5V0d2Y2aboahBUjcZCT .report-infos .blue {
    color: #415ab0
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.d5V0d2Y2aboahBUjcZCT .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.d5V0d2Y2aboahBUjcZCT .report-data-set {
    padding: 0 .1066666667rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item select,
.d5V0d2Y2aboahBUjcZCT .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item select option,
.d5V0d2Y2aboahBUjcZCT .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.d5V0d2Y2aboahBUjcZCT .report-footer {
    background: rgba(0, 0, 0, 0)
}

.b7M5mTY6WDVFYnRWdDaB {
    background-color: #fff
}

.b7M5mTY6WDVFYnRWdDaB>.cate-box {
    margin: .53rem 0;
    font-size: .75rem
}

.b7M5mTY6WDVFYnRWdDaB>.cate-box>h3 {
    text-align: center;
    border-bottom: 1px solid #eceaea;
    padding-bottom: .27rem
}

.b7M5mTY6WDVFYnRWdDaB>.cate-box>.items-box {
    display: flex;
    flex-wrap: wrap
}

.b7M5mTY6WDVFYnRWdDaB>.cate-box>.items-box>div.item {
    width: 50%;
    box-sizing: border-box;
    height: 1.71rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999
}

.b7M5mTY6WDVFYnRWdDaB>.cate-box>.items-box>div.item>.red {
    color: #fd5255
}

.d5V0d2Y2aboahBUjcZCT .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item.long span.text {
    width: 4.8rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item.long span.value {
    width: 12.48rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item.query {
    padding: .65rem 0
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .red {
    color: #fd5255
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .green {
    color: #00a854
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .black {
    color: #3b476a
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .yellow {
    color: #ffa526
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item .blue {
    color: #415ab0
}

.d5V0d2Y2aboahBUjcZCT .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.d5V0d2Y2aboahBUjcZCT .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.d5V0d2Y2aboahBUjcZCT .report-icon-wrapper {
    min-height: 13.33rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set {
    margin: .8rem 0;
    position: relative
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.actions {
    justify-content: center
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.username,
.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.username .user::before,
.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .red {
    color: #fd5255
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .green {
    color: #00a854
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level span {
    color: #2c2a29
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level span::after {
    content: ""
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.d5V0d2Y2aboahBUjcZCT .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.d5V0d2Y2aboahBUjcZCT .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.d5V0d2Y2aboahBUjcZCT .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.d5V0d2Y2aboahBUjcZCT .report-infos h6 {
    font-weight: bold
}

.d5V0d2Y2aboahBUjcZCT .report-infos .red {
    color: #fd5255
}

.d5V0d2Y2aboahBUjcZCT .report-infos .green {
    color: #00a854
}

.d5V0d2Y2aboahBUjcZCT .report-infos .black {
    color: #3b476a
}

.d5V0d2Y2aboahBUjcZCT .report-infos .yellow {
    color: #ffa526
}

.d5V0d2Y2aboahBUjcZCT .report-infos .blue {
    color: #415ab0
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.d5V0d2Y2aboahBUjcZCT .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.d5V0d2Y2aboahBUjcZCT .report-data-set {
    padding: 0 .1066666667rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.d5V0d2Y2aboahBUjcZCT .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item select,
.d5V0d2Y2aboahBUjcZCT .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.d5V0d2Y2aboahBUjcZCT .report-query-set .item select option,
.d5V0d2Y2aboahBUjcZCT .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.d5V0d2Y2aboahBUjcZCT .report-footer {
    background: rgba(0, 0, 0, 0)
}

.d5V0d2Y2aboahBUjcZCT {
    margin-top: 2.4rem;
    background-color: var(--color-背景1);
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 6rem
}

.d5V0d2Y2aboahBUjcZCT .contents {
    padding: .64rem 0;
    width: 94%;
    margin: 0 auto
}

.d5V0d2Y2aboahBUjcZCT .contents>.tabs {
    height: 1.87rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: .21rem;
    padding: 0 1.5rem
}

.d5V0d2Y2aboahBUjcZCT .contents>.tabs>span {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    color: var(--text-文字副);
    line-height: 2rem;
    border-bottom: 1px solid var(--color-彈窗1)
}

.d5V0d2Y2aboahBUjcZCT .contents>.tabs>span.actvied {
    color: var(--text-文字强调);
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px;
    line-height: 1.87rem;
    border: none;
    border-bottom: 4px solid #7e1d1f
}

.d5V0d2Y2aboahBUjcZCT .contents>.form h4 {
    padding-left: 12px;
    margin: .75rem .6rem;
    font-weight: bold;
    font-size: 1rem;
    color: var(--text-文字主);
    font-family: "PingFang SC Regular";
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem
}

.d5V0d2Y2aboahBUjcZCT .contents>.form h4::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.d5V0d2Y2aboahBUjcZCT .contents>.form h4>span.show-more {
    float: right;
    color: var(--text-文字强调);
    font-weight: 400;
    font-size: .625rem;
    margin-right: 12px;
    margin-top: 6px
}

.d5V0d2Y2aboahBUjcZCT .contents>.form h4::before {
    content: "";
    width: .16rem;
    height: .74666rem;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .5333rem;
    background: var(--color-主渐变)
}

.d5V0d2Y2aboahBUjcZCT .contents>.form .report-query-set .item>span.text {
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .contents>.form .report-query-set .alert {
    color: var(--text-文字副)
}

.d5V0d2Y2aboahBUjcZCT .contents>.form .report-query-set .value select,
.d5V0d2Y2aboahBUjcZCT .contents>.form .report-query-set .value input {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .contents>.form .report-query-set .value svg {
    color: #736760
}

.d5V0d2Y2aboahBUjcZCT .contents .link-detail,
.d5V0d2Y2aboahBUjcZCT .contents .link-item {
    color: var(--text-文字主);
    line-height: 1.07rem;
    margin: .27rem 0
}

.d5V0d2Y2aboahBUjcZCT .contents .report-infos {
    color: var(--text-文字主)
}

.d5V0d2Y2aboahBUjcZCT .contents .link-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.d5V0d2Y2aboahBUjcZCT .contents .link-item>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .53rem
}

.d5V0d2Y2aboahBUjcZCT .contents .link-item>div.domainlink {
    background: rgba(0, 0, 0, 0)
}

.d5V0d2Y2aboahBUjcZCT .contents .link-item>div select {
    width: 80%;
    padding: .11rem;
    font-size: .6rem;
    background-color: var(--color-对话框1);
    color: var(--text-文字强调);
    border-radius: .5rem;
    height: 2.75rem;
    border: none
}

.d5V0d2Y2aboahBUjcZCT .contents .link-item>div span.copy {
    border-radius: 1.25rem;
    display: inline-block;
    width: 19%;
    height: 1.75rem;
    line-height: 1.75rem;
    background: var(--color-主渐变);
    color: #fff;
    text-align: center;
    margin-top: .5rem
}

.d5V0d2Y2aboahBUjcZCT .actions {
    width: 18.4375rem;
    background: var(--color-主渐变);
    height: 2.5rem;
    align-items: center;
    display: flex;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    box-shadow: none
}

.d5V0d2Y2aboahBUjcZCT .actions>button {
    color: var(--text-文字主)
}

.xXQzXyZEXGhVJs9OWznJ {
    height: 100vh;
    box-sizing: border-box;
    padding-top: calc(50vh - 5.333333rem)
}

.xXQzXyZEXGhVJs9OWznJ img.wifi {
    display: block;
    width: 16rem;
    margin: auto
}

.xXQzXyZEXGhVJs9OWznJ div.text {
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #a2a2a2;
    text-align: center
}

.xXQzXyZEXGhVJs9OWznJ div.text h4 {
    width: 100%;
    margin: 10px 0
}

.xXQzXyZEXGhVJs9OWznJ div.text span {
    color: #add8e6;
    text-decoration: underline;
    margin: 0 5px;
    cursor: pointer;
    transition: .5s all
}

.xXQzXyZEXGhVJs9OWznJ div.text span:hover {
    color: #31aefb
}

.TzyLbZ24d7M9lYfzzYlH {
    position: relative;
    min-height: 100vh
}

.TzyLbZ24d7M9lYfzzYlH span {
    position: absolute;
    height: 180px;
    width: 180px;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
    background-repeat: no-repeat;
    background-size: 100%;
    animation: rotate-infinite 1s linear infinite
}

@-webkit-keyframes rotate-infinite {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate-infinite {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.QqYchCJZIT6rE1ABDBBN {
    color: #666;
    text-align: center;
    padding-top: 0
}

.QqYchCJZIT6rE1ABDBBN>.title {
    font-size: .75rem;
    line-height: 1.07rem;
    color: #ed0000
}

.QqYchCJZIT6rE1ABDBBN>.title.mmc {
    color: #000
}

.QqYchCJZIT6rE1ABDBBN>.solo {
    margin-top: .27rem;
    font-size: .64rem;
    line-height: 1.07rem
}

.QqYchCJZIT6rE1ABDBBN>.item {
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .53rem;
    line-height: 1.07rem;
    padding: .53rem;
    font-size: .64rem;
    background: #f7f7f7;
    border-radius: .21rem;
    opacity: 1
}

.QqYchCJZIT6rE1ABDBBN>.item>span.solo {
    margin-right: .27rem;
    color: #ed0000
}

.QqYchCJZIT6rE1ABDBBN>.item>span.mode {
    display: inline-block;
    background-color: #ed0000;
    width: 1.07rem;
    height: 1.07rem;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    margin-right: .27rem
}

.QqYchCJZIT6rE1ABDBBN>.item>span.money {
    color: #ed0000;
    font-weight: 600;
    margin-left: .27rem
}

.QqYchCJZIT6rE1ABDBBN>.item>div.codes {
    margin-top: .27rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin-left: 1.33rem
}

.QqYchCJZIT6rE1ABDBBN>div.sum {
    margin-top: 15px;
    font-size: 18px
}

.QqYchCJZIT6rE1ABDBBN>div.sum span {
    color: #ed0000;
    font-weight: bold;
    margin: 0 5px
}

.TOjwKKISR6nJRhAgUm1p {
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    height: 2.026667rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .64rem;
    background-size: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: .693333rem;
    width: 100%
}

.TOjwKKISR6nJRhAgUm1p>.countdown {
    height: auto;
    display: flex;
    align-items: center
}

.TOjwKKISR6nJRhAgUm1p>.countdown>.time {
    height: auto;
    display: flex;
    align-items: center
}

.TOjwKKISR6nJRhAgUm1p>.countdown>.time>span {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.17rem;
    height: 1.17rem;
    background-image: linear-gradient(0deg, #e5eaf4 0%, #e2e5ea 48%, #dfdfdf 50%, #ffffff 52%, #efeff0 100%), linear-gradient(#e5eaf4, #e5eaf4);
    background-blend-mode: normal, normal;
    box-shadow: 0px 1px 0px 0px rgba(142, 142, 171, .45);
    border-radius: 2px;
    font-size: .75rem;
    color: #2c2a29
}

.TOjwKKISR6nJRhAgUm1p>.countdown>.time>em {
    font-size: .853333rem;
    font-weight: bold;
    margin: 0 .11rem
}

.TOjwKKISR6nJRhAgUm1p>.countdown>.time.tgfc>span:nth-child(1),
.TOjwKKISR6nJRhAgUm1p>.countdown>.time.hnc>span:nth-child(1) {
    width: 1.9rem
}

.TOjwKKISR6nJRhAgUm1p>.countdown>svg {
    margin-left: .27rem !important;
    margin-right: 0 !important;
    padding: .266667rem;
    padding-right: 0
}

.TOjwKKISR6nJRhAgUm1p .img-cs {
    background: url(../svg/ic-kefu.4f8a.svg) no-repeat;
    background-size: 100% 100%;
    width: 1.0667rem;
    height: 1.0133rem;
    margin-left: .4rem
}

.TOjwKKISR6nJRhAgUm1p .messages {
    background: url(../svg/ic-messages.d863.svg) no-repeat;
    background-size: 100% 100%;
    width: 1.0667rem;
    height: 1.0133rem;
    margin-left: .4rem
}

.TOjwKKISR6nJRhAgUm1p {
    background: #1a1716;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff8f8
}

.TOjwKKISR6nJRhAgUm1p .img-cs,
.TOjwKKISR6nJRhAgUm1p .messages {
    display: none
}

.TOjwKKISR6nJRhAgUm1p>.countdown {
    background: #27211f;
    border-radius: 4px
}

.TOjwKKISR6nJRhAgUm1p>.countdown>.time>span {
    box-shadow: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0);
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #fff8f8
}

.YTQZ0VkmCqNVyTBv5F2q {
    position: fixed;
    right: -15rem;
    top: 0;
    width: 14.93rem;
    height: 100%;
    background-color: #fff;
    padding: .75rem;
    box-sizing: border-box;
    overflow: auto;
    animation: showSider .4s forwards
}

@keyframes showSider {
    0% {
        right: -15rem
    }

    100% {
        right: 0
    }
}

.YTQZ0VkmCqNVyTBv5F2q>.header {
    height: 5.33rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    flex-wrap: wrap;
    border-radius: .32rem;
    padding: .64rem;
    box-sizing: border-box;
    color: #fff;
    font-size: .75rem
}

.YTQZ0VkmCqNVyTBv5F2q>.header>.info {
    height: 1.07rem;
    display: flex;
    align-items: center
}

.YTQZ0VkmCqNVyTBv5F2q>.header>.info>svg.user {
    font-size: 1.07rem
}

.YTQZ0VkmCqNVyTBv5F2q>.header>.info>span {
    max-width: 6.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: .53rem
}

.YTQZ0VkmCqNVyTBv5F2q>.header>.actions {
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.YTQZ0VkmCqNVyTBv5F2q>.header>.actions>button {
    color: #fff;
    height: 1.39rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 49%;
    font-size: .64rem;
    width: 4.91rem;
    border-radius: .75rem;
    padding: 0 .27rem
}

.YTQZ0VkmCqNVyTBv5F2q>.header>.actions>em {
    height: 1.07rem;
    width: 1px;
    background-color: #fff
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.tree-control {
    height: 1.92rem;
    display: flex;
    align-items: center;
    background-color: #f7f9fc;
    font-weight: bold;
    font-size: .75rem;
    letter-spacing: .16rem;
    padding: 0 .75rem;
    margin-top: .8rem
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.tree-control>svg.icon {
    color: #2c2a29;
    margin-right: .53rem !important
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.tree-control>svg.action {
    color: #646765;
    margin-left: auto !important;
    transition: .3s all
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.tree-control>svg.action.min {
    transform: rotate(90deg)
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.lottery-box>.types {
    height: 1.92rem;
    display: flex;
    align-items: center;
    color: #a8b4c4;
    margin: .27rem 0
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.lottery-box>.lotterys {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.lottery-box>.lotterys>div {
    height: 1.92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    margin-bottom: .53rem;
    background-color: #f7f9fc;
    border-radius: .21rem;
    font-size: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.lottery-box>.lotterys>div>em {
    position: absolute;
    right: 0;
    top: 0;
    width: .85rem;
    height: .69rem;
    line-height: .69rem;
    border-top-right-radius: .21rem;
    border-bottom-left-radius: .21rem;
    text-align: center;
    font-size: .64rem;
    color: #fff
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.lottery-box>.lotterys>div>em.new {
    background-color: #3bcd9d
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.lottery-box>.lotterys>div>em.hot {
    background-color: #fb6b6b
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.promos {
    margin-top: .53rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.promos>span {
    height: 1.92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    margin-bottom: .53rem;
    background-color: #f7f9fc;
    border-radius: .21rem;
    font-size: .75rem
}

.YTQZ0VkmCqNVyTBv5F2q>.body>.promos>span>svg {
    font-size: .64rem;
    color: #646765
}

.EHXqrYjEwVULmJ2l7XVg {
    height: 2.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: url(../images/outcache/bg.db32.png) no-repeat;
    background-size: cover;
    background-color: #2c2a29;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    padding: 0 .64rem;
    box-sizing: border-box;
    font-size: .75rem
}

.EHXqrYjEwVULmJ2l7XVg>span {
    padding: .53rem
}

.EHXqrYjEwVULmJ2l7XVg>span.back {
    padding-left: 0
}

.EHXqrYjEwVULmJ2l7XVg>span.menus {
    padding-right: 0
}

.l3Zvdbz0Uw1nZMCbBNf_ {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    transform: translate3d(0, 100%, 0);
    animation: an-pop-up .5s forwards;
    overflow: hidden;
    padding-top: 2.35rem;
    box-sizing: border-box
}

.l3Zvdbz0Uw1nZMCbBNf_ select {
    color: #fff;
    font-size: .75rem;
    text-align: center;
    text-align-last: center;
    height: 1.28rem;
    padding: 0 1.07rem !important
}

.l3Zvdbz0Uw1nZMCbBNf_ svg.MuiSelect-icon {
    color: #fff;
    margin-top: -0.16rem
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.issue-count {
    padding: 0 .64rem;
    height: 2.67rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .75rem
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.issue-count>span.title {
    font-weight: bold
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.issue-count>span.title::before {
    content: "";
    width: .27rem;
    height: .8rem;
    background: #2c2a29;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: top
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.issue-count>span.issue {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.issue-count>span.issue.actived {
    background: #95352e;
    color: #fff
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.types {
    height: 2.13rem;
    display: flex;
    align-items: center;
    border-top: 1px solid #eceaea;
    border-bottom: 1px solid #eceaea;
    box-sizing: border-box
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.types>span {
    width: 12.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.types>span.actived {
    background: #95352e;
    color: #fff
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.types>span:nth-child(1) {
    font-size: .85rem;
    background-color: #f7f9fc
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.iframe {
    width: 100%
}

.l3Zvdbz0Uw1nZMCbBNf_>.contents>.iframe>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

@keyframes an-pop-up {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.XPaT1hcOwYhsTDAsfGRW {
    padding-bottom: 2.026667rem;
    box-sizing: border-box
}

.XPaT1hcOwYhsTDAsfGRW>div.contents {
    overflow: scroll;
    overscroll-behavior: contain
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.title {
    background-color: #fff;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.title>span {
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 33.3333%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.title>span.issue {
    width: 20%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.title>span.issue.full-size {
    width: 30%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.title>span.codes {
    width: 60%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.title>span.codes.full-size {
    width: 70%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.title>span.form {
    width: 20%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item {
    height: 2.133333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #efefef
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item:nth-child(2n) {
    background-color: #fff
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div {
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-issue {
    width: 20%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-issue.full-size {
    width: 30%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 60%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.full-size {
    width: 70%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number>span {
    display: flex;
    justify-content: center;
    width: 1.333333rem;
    height: 1.333333rem;
    line-height: 1.333333rem;
    border-radius: 50%;
    background-color: #2c2a29;
    color: #fff;
    margin: 0 .213333rem
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-bjkl8>span {
    height: .85rem;
    line-height: .85rem;
    width: .85rem;
    margin: .05rem .27rem
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hbk3 span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hnks span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jlks span {
    border-radius: 0;
    background-size: 100% 100%;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hbk3 span.c-1,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hnks span.c-1,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jlks span.c-1 {
    background-image: url(../images/outcache/1.6836.png)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hbk3 span.c-2,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hnks span.c-2,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jlks span.c-2 {
    background-image: url(../images/outcache/2.e77f.png)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hbk3 span.c-3,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hnks span.c-3,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jlks span.c-3 {
    background-image: url(../images/outcache/3.a507.png)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hbk3 span.c-4,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hnks span.c-4,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jlks span.c-4 {
    background-image: url(../images/outcache/4.77ae.png)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hbk3 span.c-5,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hnks span.c-5,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jlks span.c-5 {
    background-image: url(../images/outcache/5.2657.png)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hbk3 span.c-6,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-hnks span.c-6,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jlks span.c-6 {
    background-image: url(../images/outcache/6.9f94.png)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span {
    border-radius: .16rem;
    font-size: .64rem;
    width: .853333rem;
    margin: 0;
    margin-right: .213333rem
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-01,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-01,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-01,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-01,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-01,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-01,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-01 {
    background: -webkit-linear-gradient(top, #e4c772, #b68a07)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-02,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-02,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-02,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-02,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-02,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-02,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-02 {
    background: -webkit-linear-gradient(top, #59c3e4, #028bb4)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-03,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-03,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-03,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-03,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-03,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-03,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-03 {
    background: -webkit-linear-gradient(top, #7e7e7e, #3a3a3a)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-04,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-04,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-04,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-04,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-04,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-04,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-04 {
    background: -webkit-linear-gradient(top, #fc794a, #cf4c1d)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-05,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-05,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-05,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-05,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-05,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-05,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-05 {
    background: -webkit-linear-gradient(top, #13ccbd, #01857a)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-06,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-06,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-06,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-06,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-06,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-06,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-06 {
    background: -webkit-linear-gradient(top, #7f95ff, #1f44ff)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-07,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-07,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-07,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-07,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-07,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-07,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-07 {
    background: -webkit-linear-gradient(top, #dee0de, #9c9c9c)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-08,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-08,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-08,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-08,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-08,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-08,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-08 {
    background: -webkit-linear-gradient(top, #fb4abf, #b72670)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-09,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-09,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-09,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-09,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-09,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-09,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-09 {
    background: -webkit-linear-gradient(top, #ff6161, #d01919)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-pk10 span.c-10,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ydl10 span.c-10,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-xyft span.c-10,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssc span.c-10,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10ff span.c-10,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-ynpk10wf span.c-10,
.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-azxy10 span.c-10 {
    background: -webkit-linear-gradient(top, #62c865, #2b862e)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-01 {
    background: -webkit-linear-gradient(top, #e6e6e6, #9c9c9c)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-02 {
    background: -webkit-linear-gradient(top, #d7d779, #a6a612)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-03 {
    background: -webkit-linear-gradient(top, #f9a052, #ac4410)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-04 {
    background: -webkit-linear-gradient(top, #78f55f, #2c9018)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-05 {
    background: -webkit-linear-gradient(top, #be7cff, #962cff)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-06 {
    background: -webkit-linear-gradient(top, #78bafc, #1f74c9)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-07 {
    background: -webkit-linear-gradient(top, #f85d5d, #d42121)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-08 {
    background: -webkit-linear-gradient(top, #7a7a7a, #484848)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-09 {
    background: -webkit-linear-gradient(top, #dd5816, #993c0e)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number.alias-jssm span.c-10 {
    background: -webkit-linear-gradient(top, #fb62fb, #c627c6)
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form {
    width: 20%
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_7c73ff {
    color: #7c73ff
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_40cfff {
    color: #40cfff
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_229e6d {
    color: #229e6d
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_cc8b1e {
    color: #cc8b1e
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_006dfe {
    color: #006dfe
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_ff33ff {
    color: #f3f
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_f95016 {
    color: #f95016
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_476efe {
    color: #476efe
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_1291bb {
    color: #1291bb
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_fc5d50 {
    color: #fc5d50
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_0b9fb9 {
    color: #0b9fb9
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .c_685ba2 {
    color: #685ba2
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .b_f8aa46 {
    background: #f8aa46
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .b_4c8bda {
    background: #4c8bda
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .b_008000 {
    background: green
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .b_ff0000 {
    background: red
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .empty {
    padding: 0 2px
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form .ball {
    border-radius: 50%;
    color: #fff;
    display: block;
    width: 1.333333rem;
    height: 1.333333rem;
    line-height: 1.333333rem;
    text-align: center
}

.XPaT1hcOwYhsTDAsfGRW>div.footer {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #e5e5e5
}

.XPaT1hcOwYhsTDAsfGRW>div.footer>button {
    height: 1.333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.266667rem;
    margin: 0 .533333rem;
    border-radius: 5px;
    font-size: .64rem;
    color: #fff;
    background-color: #2c2a29;
    padding: 0
}

.XPaT1hcOwYhsTDAsfGRW {
    background: #1a1716;
    padding-bottom: 3rem
}

.XPaT1hcOwYhsTDAsfGRW>div.contents {
    height: 75vh !important
}

.XPaT1hcOwYhsTDAsfGRW>div.contents .title {
    background-color: rgba(0, 0, 0, 0) !important;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #fff8f8
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list {
    box-sizing: border-box;
    background: #27211f;
    border: 1px solid #27211f;
    border-radius: 4px;
    margin: 0 .5rem
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item {
    background-color: rgba(0, 0, 0, 0) !important;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item .code-issue {
    text-align: center;
    color: #867163
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number {
    text-align: center;
    color: #fff
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-number>span {
    background: none;
    color: #fff !important;
    width: auto;
    height: auto;
    margin: 0 .1rem
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form {
    text-align: center;
    color: #d5aa70
}

.XPaT1hcOwYhsTDAsfGRW>div.contents>div.code-list>div.code-item>div.code-form>span {
    background: none;
    color: #d5aa70 !important;
    width: auto;
    height: auto;
    margin: 0 .1rem
}

.XPaT1hcOwYhsTDAsfGRW>div.footer {
    background: #1a1716;
    height: 5rem;
    line-height: 5rem
}

.XPaT1hcOwYhsTDAsfGRW>div.footer button {
    width: 128px;
    height: 42px;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    border-radius: 88px
}

.BkhTi6wvYim5io1ITqdI {
    position: fixed;
    top: 6.18rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.03rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #eceaea
}

.BkhTi6wvYim5io1ITqdI>.methods {
    height: 2.03rem;
    display: flex;
    align-items: center;
    margin-right: .53rem;
    width: calc(100% - 2.03rem - .53rem);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 .27rem;
    box-sizing: border-box
}

.BkhTi6wvYim5io1ITqdI>.methods>span {
    margin: 0 .27rem;
    display: inline-block;
    line-height: 2.03rem;
    height: 2.03rem;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.BkhTi6wvYim5io1ITqdI>.methods>span.actived {
    border-bottom: .16rem solid #2c2a29
}

.BkhTi6wvYim5io1ITqdI>.more {
    height: 2.03rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.03rem;
    background-image: linear-gradient(0deg, #e2dfdf 1%, #fffeff 100%);
    color: #8d8d8d
}

.vJuMYMZUx7drYqcNZnMU {
    padding-top: .53rem !important
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box {
    border-bottom: 1px dashed #eceaea;
    margin-bottom: .8rem
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box>div {
    display: flex;
    justify-content: space-between
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box>div>.name {
    width: 22%;
    line-height: 1.33rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box>div>.methods {
    width: 75%;
    display: flex;
    flex-wrap: wrap
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box>div>.methods>span {
    height: 1.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30%;
    margin: 0 1.5% .8rem 1.5%;
    background-color: #ebebec;
    border-radius: .11rem;
    padding: 0 .53rem;
    box-sizing: border-box
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box>div>.methods>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.BkhTi6wvYim5io1ITqdI {
    top: 7rem;
    background: rgba(0, 0, 0, 0);
    border-bottom: none;
    width: 100%
}

.BkhTi6wvYim5io1ITqdI::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5px;
    border-bottom: 1px solid #27211f
}

.BkhTi6wvYim5io1ITqdI>.methods>span {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #867163
}

.BkhTi6wvYim5io1ITqdI>.methods>span.actived {
    font-size: 16px;
    color: #d33d3f;
    position: relative
}

.BkhTi6wvYim5io1ITqdI>.methods>span.actived::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    border-radius: 12px 12px 0px 0px
}

.BkhTi6wvYim5io1ITqdI .more {
    border-radius: .2133rem;
    height: 1.28rem;
    width: 3.393rem;
    margin-right: .4267rem;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    border-radius: 4px;
    position: relative
}

.BkhTi6wvYim5io1ITqdI .more>svg {
    display: none
}

.BkhTi6wvYim5io1ITqdI .more::after {
    content: "more";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(../images/outcache/pin.3919.png) no-repeat center center;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #fff8f8;
    line-height: 21px;
    background-position-x: 90%;
    text-indent: 7px
}

.vJuMYMZUx7drYqcNZnMU {
    background: #27211f;
    border-radius: 24px 24px 0px 0px;
    width: auto
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box {
    padding-right: 10px;
    border-bottom: none
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box>div>.name {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #fff8f8
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box>div>.methods>span {
    height: 28px;
    background: #382e2b;
    border-radius: 3px;
    color: #867163
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box>div>.methods>span.actived {
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    color: #fff8f8
}

.vJuMYMZUx7drYqcNZnMU .favs-item-box::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #2d2727
}

.ReicYeVVTKMXZMBO1ibc {
    background-color: #fff;
    border-bottom: 1px solid #eceaea;
    padding: 0 .64rem;
    box-sizing: border-box;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 4.05rem;
    width: 100%;
    height: 2.13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.ReicYeVVTKMXZMBO1ibc>.issue {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.33rem
}

.ReicYeVVTKMXZMBO1ibc>.issue>button {
    font-size: .64rem;
    padding: .11rem .53rem;
    background: #2c2a29;
    color: #fff
}

.ReicYeVVTKMXZMBO1ibc>.detail {
    color: #000;
    background: #e8bf35;
    padding: 4px;
    border-radius: 4px
}

.ReicYeVVTKMXZMBO1ibc>.codes {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 11.47rem
}

.ReicYeVVTKMXZMBO1ibc>.codes>span {
    width: 1.28rem;
    height: 1.28rem;
    line-height: 1.28rem;
    border-radius: 50%;
    background-color: #2c2a29;
    color: #fff;
    text-align: center;
    margin: 0 .21rem
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-hbk3 span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-hnks span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jlks span {
    border-radius: 0;
    background-size: 100% 100%;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-hbk3 span.c-1,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-hnks span.c-1,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jlks span.c-1 {
    background-image: url(../images/outcache/1.6836.png)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-hbk3 span.c-2,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-hnks span.c-2,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jlks span.c-2 {
    background-image: url(../images/outcache/2.e77f.png)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-hbk3 span.c-3,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-hnks span.c-3,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jlks span.c-3 {
    background-image: url(../images/outcache/3.a507.png)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-hbk3 span.c-4,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-hnks span.c-4,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jlks span.c-4 {
    background-image: url(../images/outcache/4.77ae.png)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-hbk3 span.c-5,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-hnks span.c-5,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jlks span.c-5 {
    background-image: url(../images/outcache/5.2657.png)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-hbk3 span.c-6,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-hnks span.c-6,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jlks span.c-6 {
    background-image: url(../images/outcache/6.9f94.png)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 {
    font-size: .64rem
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span {
    width: .96rem;
    border-radius: .16rem;
    margin: 0 .05rem
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-01,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-01,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-01,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-01,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-01,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-01,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-01 {
    background: -webkit-linear-gradient(top, #e4c772, #b68a07)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-02,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-02,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-02,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-02,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-02,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-02,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-02 {
    background: -webkit-linear-gradient(top, #59c3e4, #028bb4)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-03,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-03,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-03,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-03,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-03,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-03,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-03 {
    background: -webkit-linear-gradient(top, #7e7e7e, #3a3a3a)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-04,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-04,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-04,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-04,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-04,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-04,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-04 {
    background: -webkit-linear-gradient(top, #fc794a, #cf4c1d)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-05,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-05,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-05,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-05,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-05,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-05,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-05 {
    background: -webkit-linear-gradient(top, #13ccbd, #01857a)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-06,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-06,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-06,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-06,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-06,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-06,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-06 {
    background: -webkit-linear-gradient(top, #7f95ff, #1f44ff)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-07,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-07,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-07,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-07,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-07,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-07,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-07 {
    background: -webkit-linear-gradient(top, #dee0de, #9c9c9c)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-08,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-08,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-08,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-08,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-08,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-08,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-08 {
    background: -webkit-linear-gradient(top, #fb4abf, #b72670)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-09,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-09,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-09,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-09,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-09,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-09,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-09 {
    background: -webkit-linear-gradient(top, #ff6161, #d01919)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-pk10 span.c-10,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ydl10 span.c-10,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-xyft span.c-10,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssc span.c-10,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10ff span.c-10,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-ynpk10wf span.c-10,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-azxy10 span.c-10 {
    background: -webkit-linear-gradient(top, #62c865, #2b862e)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-01 {
    background: -webkit-linear-gradient(top, #e6e6e6, #9c9c9c)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-02 {
    background: -webkit-linear-gradient(top, #d7d779, #a6a612)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-03 {
    background: -webkit-linear-gradient(top, #f9a052, #ac4410)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-04 {
    background: -webkit-linear-gradient(top, #78f55f, #2c9018)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-05 {
    background: -webkit-linear-gradient(top, #be7cff, #962cff)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-06 {
    background: -webkit-linear-gradient(top, #78bafc, #1f74c9)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-07 {
    background: -webkit-linear-gradient(top, #f85d5d, #d42121)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-08 {
    background: -webkit-linear-gradient(top, #7a7a7a, #484848)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-09 {
    background: -webkit-linear-gradient(top, #dd5816, #993c0e)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-jssm span.c-10 {
    background: -webkit-linear-gradient(top, #fb62fb, #c627c6)
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-bjkl8 span {
    width: .85rem;
    height: .85rem;
    line-height: .85rem;
    font-size: .64rem;
    background: #47c2ff;
    margin: 0 .11rem
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-bjkl8 span:nth-child(n+14) {
    background: #e54a6f
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-xglhc>span.ball,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-amlhc>span.ball {
    border: 0;
    color: #fff;
    width: 1.3333333rem;
    height: 1.3333333rem;
    line-height: 1.3333333rem;
    font-size: .746667rem;
    margin: 0 2px
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-xglhc>span.ball.red,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-amlhc>span.ball.red {
    background: url(../images/outcache/red.5edc.png) no-repeat center center;
    background-size: 100% 100%
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-xglhc>span.ball.green,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-amlhc>span.ball.green {
    background: url(../images/outcache/green.494a.png) no-repeat center center;
    background-size: 100% 100%
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-xglhc>span.ball.blue,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-amlhc>span.ball.blue {
    background: url(../images/outcache/blue.5a96.png) no-repeat center center;
    background-size: 100% 100%
}

.ReicYeVVTKMXZMBO1ibc>.codes.alias-xglhc>span.ball.and,
.ReicYeVVTKMXZMBO1ibc>.codes.alias-amlhc>span.ball.and {
    width: 12px;
    height: 2px;
    background: #0860b7;
    border-radius: 2px
}

.ReicYeVVTKMXZMBO1ibc>.reload {
    width: 1.33rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #2c2a29
}

.ReicYeVVTKMXZMBO1ibc.tgfc>span.issue,
.ReicYeVVTKMXZMBO1ibc.hnc>span.issue {
    width: 4.2rem
}

.ReicYeVVTKMXZMBO1ibc.tgfc>span.codes,
.ReicYeVVTKMXZMBO1ibc.hnc>span.codes {
    width: 11rem;
    justify-content: space-between
}

.ReicYeVVTKMXZMBO1ibc.xglhc .issue,
.ReicYeVVTKMXZMBO1ibc.amlhc .issue {
    width: 4rem
}

.ReicYeVVTKMXZMBO1ibc.xglhc .alias-xglhc,
.ReicYeVVTKMXZMBO1ibc.xglhc .alias-amlhc,
.ReicYeVVTKMXZMBO1ibc.amlhc .alias-xglhc,
.ReicYeVVTKMXZMBO1ibc.amlhc .alias-amlhc {
    width: auto;
    flex: 1
}

.xi3ccaq_Fj1wxSaSdt4O {
    margin-top: .966184rem;
    background: rgba(234, 212, 120, .2);
    border-radius: 2;
    padding: .483092rem .57971rem;
    box-sizing: border-box;
    color: #fcf7c1;
    font-style: normal
}

.xi3ccaq_Fj1wxSaSdt4O.alert {
    width: 100%;
    color: #000;
    margin-top: 0
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line {
    margin-bottom: .386473rem;
    display: flex
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line span.codes {
    display: flex;
    justify-content: space-between
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line.large span {
    height: 1.545894rem;
    line-height: 1.545894rem
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line.large span.codes i {
    text-align: center;
    display: inline-block;
    width: 1.545894rem;
    font-size: .966184rem;
    font-style: initial;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #eb6e2d 0%, #f4904d 100%)
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line.small span.codes i {
    display: inline-block;
    width: 1.207729rem;
    height: 1.207729rem;
    line-height: 1.207729rem;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #eb6e2d 0%, #f4904d 100%);
    margin: 0 .193237rem;
    text-align: center;
    font-style: normal
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line>span {
    height: 1.256039rem;
    line-height: 1.256039rem
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line>span i {
    text-align: center;
    color: #fff
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line>span.label {
    width: 20%
}

.xi3ccaq_Fj1wxSaSdt4O>div.each-line>span.codes {
    width: 80%
}

.ReicYeVVTKMXZMBO1ibc {
    width: calc(100% - .8533rem);
    left: .4267rem;
    border-radius: .5333rem;
    top: 4.5rem;
    background: #27211f;
    border-bottom: none
}

.ReicYeVVTKMXZMBO1ibc>.codes {
    width: auto
}

.ReicYeVVTKMXZMBO1ibc>.codes>span {
    background: url(../images/outcache/active-ball.5ade.png) no-repeat center;
    background-size: 100% 100%;
    color: #27211f;
    font-size: 16px;
    font-weight: 400
}

.ReicYeVVTKMXZMBO1ibc>.issue {
    color: #ccb092
}

.ReicYeVVTKMXZMBO1ibc>.reload {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF3SURBVHgBlZNLUsJAEEC7gY07bmCOgCcw3ABP4LAQszOgVS6BpVVShB3gIuMJ0BOIN+AG4g2ycwFk7E4m1CRktNJVU9PTk37p3yBY5NETzk7BHQJ06Oho84ZXA2H8NJfbMr9GmXHQE/5ewRT5oCACTEAR6S3SW7sYGDYu88Wi4d4TI3IcKoCtilFMX8JP875/070s2qzAgScEKggZFiO0A0tauQB6ojNZyrfsXMvRqWa8V4BJCmnV71FWRSA3gbYWrXUF2HUCQRhm0GNT9rqTKu2kVXxfNOs/sCLVNe0aCvjgiaFSMCrxXR/O4CoIZGSDD24FT4Ifx+hmjao9z+UY8QQoJwvZ/gvGgmmJQNXVt2FLxYiUYV34R7jmNKtfVKMNdfkisx+bwpHGgJ0KsA8dU2De5cZmugjfzTMNuVuEsU3DHM5osgxfzfuTl2I4Ji/GeHpN0h3Sm/oTn7KZFf0aNuCBaknhn1PDuPCu/v2WxkrS4M9ss/oLa7WgQuUqwYYAAAAASUVORK5CYII=) no-repeat center
}

.ReicYeVVTKMXZMBO1ibc>.reload>svg {
    display: none
}

.JbB4dRbVJYU_Te17aqHl {
    height: 2.13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .53rem
}

.JbB4dRbVJYU_Te17aqHl>span {
    width: 3.2rem;
    height: 1.28rem;
    line-height: 1.28rem;
    text-align: center;
    background-color: #e9e6e7;
    border-radius: .27rem;
    display: inline-block
}

.JbB4dRbVJYU_Te17aqHl>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.BNgJVfp_jsT_nkkWRQIh>.omission {
    height: 2.45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #d9d9d9
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher {
    width: 7.47rem;
    height: 1.23rem;
    line-height: 1.23rem;
    background-image: linear-gradient(0deg, #e2dfdf 1%, #fffeff 100%);
    border-radius: 3px;
    color: #2c2a29;
    box-sizing: border-box
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher span {
    border: solid 1px #bfbfbf;
    display: inline-block;
    width: 33.3333%;
    text-align: center;
    height: 1.23rem;
    box-sizing: border-box;
    border-right: 1px solid #bfbfbf
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher span.active {
    border: solid 1px #2c2a29;
    background-color: #2c2a29;
    color: #fff
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher span:nth-child(1) {
    border-top-left-radius: .16rem;
    border-bottom-left-radius: .16rem
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher span:nth-child(2) {
    border-left: 0;
    border-right: 0
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher span:nth-child(3) {
    border-top-right-radius: .16rem;
    border-bottom-right-radius: .16rem
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.action-types {
    height: 1.33rem;
    display: flex;
    align-items: center
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.action-types em {
    margin: 0 .4rem
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.action-types span.active {
    color: #2c2a29
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.action-types em {
    height: .53rem;
    width: 1px;
    background-color: #bfbfbf;
    display: inline-block
}

.BNgJVfp_jsT_nkkWRQIh>.independent {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border-radius: 4px;
    margin-top: .53rem;
    padding: .75rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.title {
    height: 1.33rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .69rem;
    color: #333
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.title>.auto-selector>span {
    margin-left: .75rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes {
    margin-top: .53rem;
    display: flex;
    flex-wrap: wrap
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div {
    width: 1.81rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 1.01rem .53rem 1.01rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div:lang(en-US) {
    width: 2.2rem;
    margin: 0 .8rem .53rem .7rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div:lang(th) {
    width: 2rem;
    margin: 0 1.1rem .53rem .7rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div:nth-child(5n) {
    margin-right: 0
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div:nth-child(5n+1) {
    margin-left: 0
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>.missing-code {
    margin-top: .11rem;
    width: 100%;
    text-align: center
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>.missing-code>span.s1 {
    color: #fc5a23
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>.missing-code>span.s2 {
    color: #637ef3
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>span.ball {
    height: 1.81rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.81rem;
    background-color: #f0eeef;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
    font-size: .69rem;
    box-sizing: border-box
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>span.ball:lang(en-US) {
    width: 2.2rem;
    height: 2.2rem;
    font-size: .5rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>span.ball:lang(th) {
    width: 2rem;
    height: 2rem;
    font-size: .5rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>span.ball.actived {
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    color: #fff;
    border: 0;
    background-size: 100%
}

.BNgJVfp_jsT_nkkWRQIh>.independent:last-child {
    margin-bottom: 2rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent {
    background: #27211f;
    border-radius: 12px;
    padding-bottom: .3rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent .title {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400
}

.BNgJVfp_jsT_nkkWRQIh>.independent .title>span {
    padding: 3px 24px;
    height: 28px;
    line-height: 28px;
    background: #736760;
    border-radius: 88px;
    font-size: 14px;
    text-align: center;
    color: #fff8f8
}

.BNgJVfp_jsT_nkkWRQIh>.independent .title .auto-selector {
    font-size: 16px;
    color: #867163
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes {
    margin-top: 1.5rem
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>.missing-code {
    color: #fff
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>span.ball {
    width: 1.71rem;
    height: 1.71rem;
    color: #673d22;
    background: url(../images/outcache/ball.1e63.png) no-repeat center;
    background-size: inherit;
    font-size: 1.0667rem;
    font-weight: 500
}

.BNgJVfp_jsT_nkkWRQIh>.independent>.codes>div>span.ball.actived {
    background: url(../images/outcache/active-ball.5ade.png) no-repeat center;
    color: #27211f
}

.BNgJVfp_jsT_nkkWRQIh>.omission {
    border-bottom: 1px solid #27211f
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher {
    color: #95352e;
    background-image: none
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher span {
    border: 1px solid #27211f;
    color: #d33d3f
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.switcher span.active {
    border: solid 1px #96362e;
    background-color: #96362e
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.action-types {
    color: #d33d3f
}

.BNgJVfp_jsT_nkkWRQIh>.omission>.action-types span.active {
    color: #fff
}

.Mj9d9P0wOP7iiic9wKTL>.contents {
    margin-top: .53rem
}

.Mj9d9P0wOP7iiic9wKTL>.contents>textarea {
    height: 8rem;
    width: 100%;
    border: 1px solid #eceaea;
    user-select: text;
    padding: .53rem;
    box-sizing: border-box
}

.Mj9d9P0wOP7iiic9wKTL>.contents>.actions {
    height: 1.33rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .53rem
}

.Mj9d9P0wOP7iiic9wKTL>.contents>.actions>button {
    height: 1.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.266667rem;
    border-radius: 5px;
    font-size: .64rem;
    background-color: #2c2a29;
    color: #fff;
    box-sizing: border-box;
    padding: 0
}

.Mj9d9P0wOP7iiic9wKTL>.desc {
    margin-top: .53rem;
    line-height: 1.07rem;
    color: #7d8fb3
}

.Mj9d9P0wOP7iiic9wKTL>.contents>textarea {
    height: 8rem;
    width: 100%;
    border: 1px solid #27211f;
    user-select: text;
    padding: .53rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    color: #ccb092;
    border-radius: 5px
}

.tslkJj0qBcXj4zZfb6S3 {
    margin-top: .53rem
}

.tslkJj0qBcXj4zZfb6S3>div.numbers {
    height: auto;
    display: flex;
    justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: .53rem;
    border-bottom: 1px solid #dadee6
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item {
    margin: .53rem 0;
    width: 20%;
    height: 3.73rem;
    background-size: 70% !important;
    position: relative
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item>em {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.07rem;
    line-height: 1.07rem;
    display: inline-block;
    text-align: center;
    font-size: .75rem
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.disabled {
    opacity: .6
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-01 {
    background: url(../images/outcache/xyft01.3107.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-02 {
    background: url(../images/outcache/xyft02.3c4f.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-03 {
    background: url(../images/outcache/xyft03.29b5.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-04 {
    background: url(../images/outcache/xyft04.78a1.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-05 {
    background: url(../images/outcache/xyft05.e8b7.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-06 {
    background: url(../images/outcache/xyft06.4ec0.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-07 {
    background: url(../images/outcache/xyft07.4c50.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-08 {
    background: url(../images/outcache/xyft08.93e5.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-09 {
    background: url(../images/outcache/xyft09.6a0b.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.xyft.n-10 {
    background: url(../images/outcache/xyft10.cf58.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-01 {
    background: url(../images/outcache/jssm01.0555.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-02 {
    background: url(../images/outcache/jssm02.0444.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-03 {
    background: url(../images/outcache/jssm03.d975.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-04 {
    background: url(../images/outcache/jssm04.6471.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-05 {
    background: url(../images/outcache/jssm05.f4c7.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-06 {
    background: url(../images/outcache/jssm06.14ca.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-07 {
    background: url(../images/outcache/jssm07.3dad.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-08 {
    background: url(../images/outcache/jssm08.7693.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-09 {
    background: url(../images/outcache/jssm09.30f6.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssm.n-10 {
    background: url(../images/outcache/jssm10.22e4.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-01,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-01,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-01,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-01,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-01,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-01 {
    background: url(../images/outcache/car01.911c.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-02,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-02,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-02,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-02,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-02,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-02 {
    background: url(../images/outcache/car02.96b3.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-03,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-03,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-03,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-03,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-03,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-03 {
    background: url(../images/outcache/car03.9cf2.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-04,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-04,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-04,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-04,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-04,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-04 {
    background: url(../images/outcache/car04.8a0e.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-05,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-05,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-05,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-05,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-05,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-05 {
    background: url(../images/outcache/car05.826a.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-06,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-06,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-06,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-06,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-06,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-06 {
    background: url(../images/outcache/car06.637e.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-07,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-07,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-07,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-07,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-07,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-07 {
    background: url(../images/outcache/car07.021a.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-08,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-08,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-08,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-08,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-08,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-08 {
    background: url(../images/outcache/car08.a6b7.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-09,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-09,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-09,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-09,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-09,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-09 {
    background: url(../images/outcache/car09.43ea.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.pk10.n-10,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.jssc.n-10,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10ff.n-10,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ynpk10wf.n-10,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.ydl10.n-10,
.tslkJj0qBcXj4zZfb6S3>div.numbers>span.item.azxy10.n-10 {
    background: url(../images/outcache/car10.4d0f.png) no-repeat top center
}

.tslkJj0qBcXj4zZfb6S3>div.selected {
    padding: .53rem 0;
    height: 7.47rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item {
    height: 100%;
    display: flex;
    align-items: center;
    color: #7d8fb3;
    flex-wrap: wrap;
    width: 2.99rem;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px dashed #dadee6;
    font-size: .75rem
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item:nth-child(1),
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item:nth-child(6) {
    border-right: 0
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box {
    height: 2.03rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.text {
    background-color: #e5e9f0;
    border-radius: 4px;
    display: block;
    margin: auto;
    width: 1.92rem;
    height: .85rem;
    padding: .2rem 0;
    text-align: center
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball {
    height: 2.03rem;
    line-height: 2.03rem;
    width: 2.03rem;
    border-radius: 50%;
    background-color: #e5e9f0;
    text-align: center
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10 {
    color: #fff
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-01,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-01,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-01,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-01,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-01,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-01,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-01 {
    background: -webkit-linear-gradient(top, #e4c772, #b68a07)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-02,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-02,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-02,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-02,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-02,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-02,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-02 {
    background: -webkit-linear-gradient(top, #59c3e4, #028bb4)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-03,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-03,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-03,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-03,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-03,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-03,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-03 {
    background: -webkit-linear-gradient(top, #7e7e7e, #3a3a3a)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-04,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-04,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-04,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-04,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-04,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-04,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-04 {
    background: -webkit-linear-gradient(top, #fc794a, #cf4c1d)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-05,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-05,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-05,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-05,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-05,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-05,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-05 {
    background: -webkit-linear-gradient(top, #13ccbd, #01857a)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-06,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-06,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-06,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-06,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-06,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-06,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-06 {
    background: -webkit-linear-gradient(top, #7f95ff, #1f44ff)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-07,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-07,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-07,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-07,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-07,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-07,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-07 {
    background: -webkit-linear-gradient(top, #dee0de, #9c9c9c)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-08,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-08,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-08,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-08,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-08,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-08,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-08 {
    background: -webkit-linear-gradient(top, #fb4abf, #b72670)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-09,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-09,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-09,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-09,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-09,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-09,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-09 {
    background: -webkit-linear-gradient(top, #ff6161, #d01919)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-pk10.c-10,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-ydl10.c-10,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-xyft.c-10,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssc.c-10,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10ff.c-10,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.ynpk10wf.c-10,
.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.azxy10.c-10 {
    background: -webkit-linear-gradient(top, #62c865, #2b862e)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm {
    color: #fff
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-01 {
    background: -webkit-linear-gradient(top, #e6e6e6, #9c9c9c)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-02 {
    background: -webkit-linear-gradient(top, #d7d779, #a6a612)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-03 {
    background: -webkit-linear-gradient(top, #f9a052, #ac4410)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-04 {
    background: -webkit-linear-gradient(top, #78f55f, #2c9018)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-05 {
    background: -webkit-linear-gradient(top, #be7cff, #962cff)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-06 {
    background: -webkit-linear-gradient(top, #78bafc, #1f74c9)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-07 {
    background: -webkit-linear-gradient(top, #f85d5d, #d42121)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-08 {
    background: -webkit-linear-gradient(top, #7a7a7a, #484848)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-09 {
    background: -webkit-linear-gradient(top, #dd5816, #993c0e)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.split-box>.ball.alias-jssm.c-10 {
    background: -webkit-linear-gradient(top, #fb62fb, #c627c6)
}

.tslkJj0qBcXj4zZfb6S3>div.selected>.select-code-item>.vs {
    height: .85rem;
    line-height: .85rem;
    text-align: center;
    width: 100%
}

.Cj7JPwnmtuOzGB4nIfmg {
    margin-top: 1.07rem
}

.Cj7JPwnmtuOzGB4nIfmg>span {
    display: inline-block;
    padding: .53rem .2rem;
    margin: .53rem;
    text-align: center;
    font-size: .85rem;
    line-height: 1.07rem;
    color: #6e6a85;
    color: #6e6a85;
    min-width: 60px;
    background: #e1e8f5;
    border-radius: 4px
}

.Cj7JPwnmtuOzGB4nIfmg>span.actived {
    background: #2c2a29;
    color: #fff
}

.ns2QL_qbAl1N8r15g9sW {
    margin: 1.07rem .27rem
}

.g8NH6Qi1VLdmT1jlriaM {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(160, 162, 167, .2784313725);
    border-radius: 4px;
    margin-top: .53rem;
    padding: .75rem
}

.g8NH6Qi1VLdmT1jlriaM>.title {
    height: 1.33rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: .69rem;
    color: #333
}

.g8NH6Qi1VLdmT1jlriaM>.title>.auto-selector>span {
    margin-left: .75rem
}

.X1jhvQIgIsvC7EgckxAO {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(160, 162, 167, .2784313725);
    border-radius: 4px;
    margin-top: .53rem;
    padding: .75rem
}

.X1jhvQIgIsvC7EgckxAO>.title {
    height: 1.33rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: .69rem;
    color: #333
}

.X1jhvQIgIsvC7EgckxAO>.title>.auto-selector>span {
    margin-left: .75rem
}

.WID_aRP0hSRR7D9DDuvK {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(160, 162, 167, .2784313725);
    border-radius: 4px;
    margin-top: .53rem;
    padding: .75rem
}

.WID_aRP0hSRR7D9DDuvK>.title {
    height: 1.33rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: .69rem;
    color: #333
}

.WID_aRP0hSRR7D9DDuvK>.title>.auto-selector>span {
    margin-left: .75rem
}

.WID_aRP0hSRR7D9DDuvK>div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.qxeibsmSZDUeOPEQrvd7 {
    margin: .5rem 1rem
}

.qxeibsmSZDUeOPEQrvd7.relations {
    margin-right: 10px;
    margin-bottom: 5px
}

.qxeibsmSZDUeOPEQrvd7.relations>div {
    width: 3.73rem;
    display: flex;
    justify-content: center
}

.qxeibsmSZDUeOPEQrvd7.relations span {
    width: 1.5rem;
    height: 1.5rem
}

.qxeibsmSZDUeOPEQrvd7 div.pointer span {
    width: 1.5rem;
    height: 1.5rem
}

.qxeibsmSZDUeOPEQrvd7 div.pointer>div {
    text-align: center;
    font-size: .75rem;
    margin-top: .53rem;
    opacity: .4
}

.qxeibsmSZDUeOPEQrvd7 span {
    display: inline-block;
    width: 2.13rem;
    height: 2.13rem;
    margin: 0 .11rem;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.qxeibsmSZDUeOPEQrvd7 span.one-line {
    display: block;
    margin: .11rem auto
}

.qxeibsmSZDUeOPEQrvd7 span.one {
    background-image: url(../images/outcache/01.448b.png)
}

.qxeibsmSZDUeOPEQrvd7 span.one.actived {
    background-image: url(../images/outcache/1.21d6.png)
}

.qxeibsmSZDUeOPEQrvd7 span.two {
    background-image: url(../images/outcache/02.e57e.png)
}

.qxeibsmSZDUeOPEQrvd7 span.two.actived {
    background-image: url(../images/outcache/2.d273.png)
}

.qxeibsmSZDUeOPEQrvd7 span.three {
    background-image: url(../images/outcache/03.55c6.png)
}

.qxeibsmSZDUeOPEQrvd7 span.three.actived {
    background-image: url(../images/outcache/3.14f0.png)
}

.qxeibsmSZDUeOPEQrvd7 span.four {
    background-image: url(../images/outcache/04.ecdb.png)
}

.qxeibsmSZDUeOPEQrvd7 span.four.actived {
    background-image: url(../images/outcache/4.aee6.png)
}

.qxeibsmSZDUeOPEQrvd7 span.five {
    background-image: url(../images/outcache/05.cf06.png)
}

.qxeibsmSZDUeOPEQrvd7 span.five.actived {
    background-image: url(../images/outcache/5.e1a8.png)
}

.qxeibsmSZDUeOPEQrvd7 span.six {
    background-image: url(../images/outcache/06.ab52.png)
}

.qxeibsmSZDUeOPEQrvd7 span.six.actived {
    background-image: url(../images/outcache/6.21d7.png)
}

.qxeibsmSZDUeOPEQrvd7 span.any {
    background-image: url(../images/outcache/07.d2c6.png)
}

.qxeibsmSZDUeOPEQrvd7 span.any.actived {
    background-image: url(../images/outcache/7.39ce.png)
}

.zqLhhbqkBJVgvmamNvQC {
    padding: 0 .64rem
}

.zqLhhbqkBJVgvmamNvQC>.loading {
    width: 18.67rem;
    height: 8rem;
    padding: .75rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border-radius: 4px;
    margin-top: .8rem
}

.zqLhhbqkBJVgvmamNvQC>.loading>svg {
    margin-bottom: .8rem
}

.zqLhhbqkBJVgvmamNvQC .helper-box {
    color: #c7c4d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .64rem
}

.zqLhhbqkBJVgvmamNvQC .helper-box .demo {
    white-space: nowrap;
    margin-left: .64rem
}

.zqLhhbqkBJVgvmamNvQC .helper-box .exp {
    margin-right: .64rem;
    padding-left: .8rem;
    background: url(../svg/exp.5a76.svg) no-repeat left center
}

.zqLhhbqkBJVgvmamNvQC .helper-box .help {
    padding-left: .8rem;
    background: url(../svg/help.3bee.svg) no-repeat left center
}

.zqLhhbqkBJVgvmamNvQC .helper-box {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #867163
}

.zqLhhbqkBJVgvmamNvQC .helper-box .exp {
    background: url(../svg/exp.0027.svg) no-repeat left center
}

.zqLhhbqkBJVgvmamNvQC .helper-box .help {
    background: url(../svg/help.befb.svg) no-repeat left center
}

.iA9gPnLUw9Qib3SRIMTZ {
    padding: 0 .64rem;
    height: 1.71rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px dashed #95352e
}

.iA9gPnLUw9Qib3SRIMTZ>svg {
    width: 100%;
    height: 1.71rem
}

.iA9gPnLUw9Qib3SRIMTZ>.modes {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.38667rem;
    border-radius: .7rem;
    background: #f8f6ff;
    overflow: hidden
}

.iA9gPnLUw9Qib3SRIMTZ>.modes>span {
    height: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem
}

.iA9gPnLUw9Qib3SRIMTZ>.modes>span.actived {
    border: 0;
    color: #fff;
    background: #95352e
}

.iA9gPnLUw9Qib3SRIMTZ .deposit {
    color: #9a96a4;
    font-size: .74667rem;
    font-style: normal;
    font-weight: 600
}

.iA9gPnLUw9Qib3SRIMTZ .deposit>em {
    background: linear-gradient(284deg, #FFA3CF 9.79%, #9384F1 90.21%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.iA9gPnLUw9Qib3SRIMTZ .prize {
    height: 1.33333rem;
    font-size: .64rem;
    border: 1px solid #ccc;
    padding: 0 .2rem;
    border-radius: 4px;
    margin-top: -0.13rem
}

.iA9gPnLUw9Qib3SRIMTZ {
    border-bottom: none;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff8f8;
    padding-top: 26px;
    padding-bottom: 16px
}

.iA9gPnLUw9Qib3SRIMTZ .prize {
    border: none;
    height: 20px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #d33d3f;
    margin-top: 2px
}

.iA9gPnLUw9Qib3SRIMTZ .prize svg {
    margin-top: -0.1rem;
    color: rgba(0, 0, 0, 0)
}

.iA9gPnLUw9Qib3SRIMTZ .prize::after {
    content: "选择";
    position: absolute;
    right: 0;
    width: 20%;
    height: 100%;
    z-index: -1;
    text-decoration: underline
}

.UemSnY_6u3ET3Kgx9toM {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    min-height: 1.23rem;
    box-sizing: border-box
}

.UemSnY_6u3ET3Kgx9toM>span.value {
    height: 1.23rem;
    line-height: 1.23rem;
    box-sizing: border-box;
    border: solid 1px #bfbfbf;
    width: 3.2rem;
    text-align: center
}

.UemSnY_6u3ET3Kgx9toM>.times-ctl {
    width: 1.6rem;
    background-image: linear-gradient(0deg, #e2dfdf 1%, #fffeff 100%);
    border: solid 1px #d2d2d2;
    height: 1.23rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.23rem;
    font-size: .75rem
}

.UemSnY_6u3ET3Kgx9toM>.times-ctl:nth-of-type(1) {
    border-top-left-radius: .21rem;
    border-bottom-left-radius: .21rem;
    border-right: 0
}

.UemSnY_6u3ET3Kgx9toM>.times-ctl:nth-of-type(3) {
    border-left: 0;
    border-top-right-radius: .21rem;
    border-bottom-right-radius: .21rem
}

.N73_3VzoYlD5gM4_TXHH {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    animation: fade-bottom-top .6s forwards;
    width: calc(100% - 2.67rem);
    height: 11.2rem
}

@keyframes fade-bottom-top {
    0% {
        opacity: .6;
        transform: translate(-50%, -35%)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.N73_3VzoYlD5gM4_TXHH div.row {
    height: 20%;
    background: #fff;
    box-sizing: border-box;
    display: flex
}

.N73_3VzoYlD5gM4_TXHH div.row>button {
    padding: 0;
    border-bottom: 1px solid #f7f9fc;
    border-right: 1px solid #f7f9fc;
    box-sizing: border-box
}

.N73_3VzoYlD5gM4_TXHH div.row>button:nth-child(3) {
    border-right: 0
}

.N73_3VzoYlD5gM4_TXHH div.row>button.number {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #f7f9fc !important;
    border-bottom: 0 !important;
    border-top: 0 !important
}

.N73_3VzoYlD5gM4_TXHH div.row:nth-child(1)>button,
.N73_3VzoYlD5gM4_TXHH div.row:nth-child(5)>button {
    color: #4886ff;
    background: #f7f9fc;
    border: 0
}

.N73_3VzoYlD5gM4_TXHH div.row>button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: .85rem
}

.MMeBTu7zEuPs5qUxnIdg {
    padding: 0 .64rem;
    height: 1.71rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box
}

.MMeBTu7zEuPs5qUxnIdg>.modes {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.MMeBTu7zEuPs5qUxnIdg>.modes>span {
    height: 1.23rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.23rem;
    background-image: linear-gradient(0deg, #e2dfdf 1%, #fffeff 100%);
    border-radius: 4px;
    border: solid 1px #d2d2d2;
    margin-right: .27rem;
    box-sizing: border-box
}

.MMeBTu7zEuPs5qUxnIdg>.modes>span.actived {
    border: 0;
    color: #fff;
    background: #95352e
}

.MMeBTu7zEuPs5qUxnIdg>svg {
    width: 100%;
    height: 1.71rem
}

.MMeBTu7zEuPs5qUxnIdg>.balance em {
    color: #95352e
}

.MMeBTu7zEuPs5qUxnIdg::before,
.MMeBTu7zEuPs5qUxnIdg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #2d2727;
    left: 50%;
    transform: translateX(-50%);
    top: 44px
}

.MMeBTu7zEuPs5qUxnIdg::after {
    top: auto;
    bottom: 70px
}

.MMeBTu7zEuPs5qUxnIdg .modes span {
    width: 28px;
    height: 28px;
    background: #382e2b;
    border-radius: 4.66662px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #867163;
    border: none
}

.MMeBTu7zEuPs5qUxnIdg .modes span.actived {
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%)
}

.MMeBTu7zEuPs5qUxnIdg>.light {
    max-width: 80px;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    border-radius: 2px;
    height: 1.4rem
}

.MMeBTu7zEuPs5qUxnIdg>.light .times-ctl {
    box-sizing: border-box;
    border-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #fff8f8;
    line-height: 1.2rem
}

.MMeBTu7zEuPs5qUxnIdg>.light .value {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #fff8f8;
    border-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    background: #2d2727;
    border-radius: 2px
}

.uQZijF8asoNK1YSsbzgj>div.tabs {
    margin-top: .53rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #2c2a29;
    border-radius: 4px
}

.uQZijF8asoNK1YSsbzgj>div.tabs>button {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: .75rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #2c2a29;
    color: #2c2a29
}

.uQZijF8asoNK1YSsbzgj>div.tabs>button:nth-child(3) {
    border-right: 0
}

.uQZijF8asoNK1YSsbzgj>div.tabs>button.actived {
    background: #2c2a29;
    color: #fff
}

.uQZijF8asoNK1YSsbzgj>div.opts {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: .64rem;
    color: #303c66
}

.uQZijF8asoNK1YSsbzgj>div.opts span.value {
    width: 2.67rem
}

.uQZijF8asoNK1YSsbzgj>div.opts>div {
    height: auto;
    display: flex;
    align-items: center;
    margin-top: .53rem
}

.uQZijF8asoNK1YSsbzgj>div.opts>div>div {
    margin-left: .11rem
}

.uQZijF8asoNK1YSsbzgj>.stop {
    margin: .27rem 0;
    height: 1.87rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .69rem;
    color: #303c66
}

.uQZijF8asoNK1YSsbzgj>.stop button.make-trace {
    height: 1.71rem;
    display: flex;
    align-items: center;
    padding: 0;
    width: 4.8rem;
    justify-content: center;
    border-radius: .21rem;
    background: -webkit-linear-gradient(top, #ffc562, #ffa962);
    color: #fff;
    font-size: .8rem
}

.uQZijF8asoNK1YSsbzgj>.stop>span>svg {
    color: #fe4a60
}

.uQZijF8asoNK1YSsbzgj>div.issue-box {
    height: calc(100% - 12.5rem);
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overscroll-behavior: contain;
    border-bottom: 1px dashed #ccc
}

.uQZijF8asoNK1YSsbzgj>div.issue-box>table {
    width: 100%;
    font-size: 12px;
    color: #494949
}

.uQZijF8asoNK1YSsbzgj>div.issue-box>table th {
    height: 1.71rem;
    line-height: 1.71rem;
    text-align: center;
    background: #efe8d6;
    font-size: .64rem;
    color: #4a4a4a
}

.uQZijF8asoNK1YSsbzgj>div.issue-box>table td {
    border-bottom: 1px solid #efeef7;
    border-right: 1px solid #efeef7;
    height: 2.03rem;
    line-height: 2.03rem;
    text-align: center;
    background: #fff;
    color: #3b476a
}

.uQZijF8asoNK1YSsbzgj>div.issue-box>table td>svg {
    width: .75rem;
    height: .75rem;
    color: #fe4a60;
    cursor: pointer;
    vertical-align: -0.11rem
}

.uQZijF8asoNK1YSsbzgj>div.issue-box>table td>svg.actived {
    color: #2c2a29
}

.uQZijF8asoNK1YSsbzgj>div.issue-box>table td.money {
    font-size: 14px;
    color: #e54878
}

.uQZijF8asoNK1YSsbzgj>div.issue-box>table td>input.times {
    width: 2.67rem;
    padding: .27rem .53rem;
    text-align: center;
    background: #f4f4f4;
    margin-right: .11rem;
    color: #3b476a;
    border-radius: .11rem
}

.uQZijF8asoNK1YSsbzgj>div.issue-box>table td>input.times::-webkit-outer-spin-button,
.uQZijF8asoNK1YSsbzgj>div.issue-box>table td>input.times::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

.uQZijF8asoNK1YSsbzgj>div.submit {
    position: absolute;
    padding: 0 .64rem;
    bottom: 0;
    left: 0;
    height: 4.27rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center
}

.uQZijF8asoNK1YSsbzgj>div.submit>div.text {
    font-size: .64rem;
    width: 100%;
    color: #303c66
}

.uQZijF8asoNK1YSsbzgj>div.submit>div.text>p {
    display: flex;
    justify-content: space-between;
    line-height: 1.6rem
}

.uQZijF8asoNK1YSsbzgj>div.submit>div.text em {
    color: #e54878
}

.uQZijF8asoNK1YSsbzgj>div.submit>div.btns {
    height: 2.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.uQZijF8asoNK1YSsbzgj>div.submit>div.btns>button {
    margin: 0 .53rem;
    height: 1.71rem;
    display: flex;
    align-items: center;
    width: 6.4rem;
    background: linear-gradient(180deg, #fb5189, #fd5255);
    border-radius: .21rem;
    padding: 0;
    color: #fff;
    box-sizing: border-box
}

.uQZijF8asoNK1YSsbzgj>div.submit>div.btns>button.cancel {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fb5189;
    color: #fb5189
}

.uQZijF8asoNK1YSsbzgj>div.submit>div.text {
    display: flex;
    justify-content: space-between
}

.uQZijF8asoNK1YSsbzgj>div.submit>div.text>p>span:first-child {
    margin-right: .64rem
}

.it7h2iW2s8_CjcuJsuC8 {
    padding: 0 !important
}

.it7h2iW2s8_CjcuJsuC8>.contents {
    padding: .64rem;
    height: calc(100% - 5.33rem) !important;
    border-bottom: 1px dashed #eceaea
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item {
    margin-top: .53rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ededf1;
    border-radius: .21rem
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.text {
    width: 90%;
    padding: .27rem .64rem;
    box-sizing: border-box;
    line-height: 1.33rem
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.text>div.name {
    font-size: .75rem
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.text>div.ext {
    color: #666
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.text>div.ext em {
    color: #f14f45
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.del {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.del>svg {
    font-size: 1.07rem;
    color: #f14f45
}

.it7h2iW2s8_CjcuJsuC8>.actions {
    bottom: 0;
    height: 5.33rem;
    box-sizing: border-box
}

.it7h2iW2s8_CjcuJsuC8>.actions>.text {
    height: 1.71rem;
    display: flex;
    align-items: center;
    padding: .64rem;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
    color: #a8a8a8
}

.it7h2iW2s8_CjcuJsuC8>.actions>.ext-info {
    height: 1.71rem;
    display: flex;
    align-items: center;
    padding: .64rem;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between
}

.it7h2iW2s8_CjcuJsuC8>.actions>.ext-info>span.balance {
    color: #f14f45
}

.it7h2iW2s8_CjcuJsuC8>.actions>.ext-info>span.checkbox {
    color: #a8a8a8
}

.it7h2iW2s8_CjcuJsuC8>.actions>.ext-info>span.checkbox>svg {
    color: #f14f45
}

.it7h2iW2s8_CjcuJsuC8>.actions>.ext-info>span.mmc {
    height: auto;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: .53rem
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions {
    height: 1.92rem;
    display: flex;
    align-items: center;
    width: 100%;
    bottom: .5rem
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions>button {
    height: 100%;
    display: flex;
    align-items: center;
    width: 60%;
    box-sizing: border-box;
    font-size: .75rem;
    font-weight: bold;
    padding: 0;
    border-radius: 0
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions>button.more,
.it7h2iW2s8_CjcuJsuC8>.actions>.actions>button.trace-btn {
    color: #e6d291;
    background-color: #515151;
    border-right: 1px solid #fff
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions>button.go-bet {
    width: 80%;
    background: #ccc
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions>button.actived {
    background: #2c2a29;
    color: #fff
}

.it7h2iW2s8_CjcuJsuC8>.contents {
    height: calc(100% - 7.81rem) !important;
    border-bottom: none
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item {
    margin-top: .53rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    background: #382e2b
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.text>.name {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #fff8f8;
    position: relative;
    padding-left: 5px
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.text>.name::before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 12px;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    border-radius: 10px;
    left: 0;
    transform: translateX(-50%) translateY(50%)
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.text>div.ext {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #867163
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.text>div.ext em {
    color: inherit
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.del {
    width: 34px !important;
    height: 10.4vh !important;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    border-radius: 0px 12px 12px 0px;
    position: relative
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.del svg {
    display: none
}

.it7h2iW2s8_CjcuJsuC8>.contents>div.orders>div.item>div.del::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../svg/close.0a75.svg) no-repeat center;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%)
}

.it7h2iW2s8_CjcuJsuC8>.actions {
    flex-direction: column;
    bottom: 0rem !important;
    background: #231d1b;
    height: 145px !important
}

.it7h2iW2s8_CjcuJsuC8>.actions>div.text {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    height: auto;
    color: #fff8f8
}

.it7h2iW2s8_CjcuJsuC8>.actions>div.text>span>em {
    color: #d33d3f;
    margin: 0 3px
}

.it7h2iW2s8_CjcuJsuC8>.actions>div.ext-info {
    height: auto;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff8f8
}

.it7h2iW2s8_CjcuJsuC8>.actions>div.ext-info>span.balance {
    color: inherit
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions button {
    background: #592424;
    border-radius: 8px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #fff8f8 !important;
    border: none;
    max-width: 107.5px;
    border-right: none !important;
    background-color: #592424 !important
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions button span>svg {
    color: #fff8f8
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions button:last-child {
    margin-bottom: 0;
    width: 120px;
    height: 42px;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    border-radius: 88px;
    opacity: .4
}

.it7h2iW2s8_CjcuJsuC8>.actions>.actions button:last-child.actived {
    opacity: 1;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%)
}

.fFuIGa52i3f7xPlEIXR7 {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fFuIGa52i3f7xPlEIXR7 div.add,
.fFuIGa52i3f7xPlEIXR7 div.total {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #515151;
    color: #e6d291;
    width: 6.93rem;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    position: relative;
    flex-wrap: wrap
}

.fFuIGa52i3f7xPlEIXR7 div.add {
    padding: 0 .64rem .5rem;
    justify-content: space-between;
    background: #95352e
}

.fFuIGa52i3f7xPlEIXR7 div.add>div {
    font-size: .64rem;
    text-align: center;
    color: #fff
}

.fFuIGa52i3f7xPlEIXR7 div.add>div.actived {
    color: #e6d291
}

.fFuIGa52i3f7xPlEIXR7 div.add>span {
    position: relative
}

.fFuIGa52i3f7xPlEIXR7 div.add>span>svg {
    font-size: .85rem
}

.fFuIGa52i3f7xPlEIXR7 div.add>span>em {
    position: absolute;
    min-width: .64rem;
    height: .64rem;
    color: #fff;
    background: #ea5c5d;
    border-radius: .64rem;
    text-align: center;
    right: -0.32rem;
    top: -0.32rem
}

.fFuIGa52i3f7xPlEIXR7 div.total {
    width: 6.4rem;
    background: #95352e;
    padding-bottom: .5rem
}

.fFuIGa52i3f7xPlEIXR7 div.total>div {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fFuIGa52i3f7xPlEIXR7 div.total>div>em {
    margin: 0 .05rem;
    color: #fff
}

.fFuIGa52i3f7xPlEIXR7 button.onekey {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.67rem;
    font-size: .75rem;
    font-weight: bold;
    padding: 0;
    padding-bottom: .2rem;
    border-radius: 0;
    background-color: #ccc
}

.fFuIGa52i3f7xPlEIXR7 button.onekey.actived {
    color: #fff;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%)
}

.fFuIGa52i3f7xPlEIXR7 {
    padding: 0 16px
}

.fFuIGa52i3f7xPlEIXR7 div.add,
.fFuIGa52i3f7xPlEIXR7 div.total {
    background: rgba(0, 0, 0, 0);
    color: #333
}

.fFuIGa52i3f7xPlEIXR7 button.onekey.actived {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.fFuIGa52i3f7xPlEIXR7 div.total {
    max-width: 80px;
    height: 44px;
    background: #592424;
    border-radius: 4px;
    border: none;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff8f8;
    padding-top: 2px
}

.fFuIGa52i3f7xPlEIXR7 div.total>div>em {
    color: #ed6b6b
}

.fFuIGa52i3f7xPlEIXR7 div.add>div.actived,
.fFuIGa52i3f7xPlEIXR7 div.add>div {
    color: #fff8f8
}

.fFuIGa52i3f7xPlEIXR7 div.add {
    background: #592424;
    border-radius: 4px;
    border: none
}

.fFuIGa52i3f7xPlEIXR7 div.add>span>svg {
    color: #e9c595
}

.fFuIGa52i3f7xPlEIXR7 div.add>div {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff8f8
}

.fFuIGa52i3f7xPlEIXR7 button.onekey {
    width: 6.49rem;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    opacity: .4;
    border-radius: 44px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff8f8
}

.fFuIGa52i3f7xPlEIXR7 button.onekey.actived {
    opacity: 1;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%)
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item.long span.text {
    width: 4.8rem
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item.long span.value {
    width: 12.48rem
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item.query {
    padding: .65rem 0
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item .red {
    color: #fd5255
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item .green {
    color: #00a854
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item .black {
    color: #3b476a
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item .yellow {
    color: #ffa526
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item .blue {
    color: #415ab0
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.sHW7geY7z4psdIB2L8Q5 .report-icon-wrapper {
    min-height: 13.33rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set {
    margin: .8rem 0;
    position: relative
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.actions {
    justify-content: center
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.username,
.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.username .user::before,
.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .red {
    color: #fd5255
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .green {
    color: #00a854
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.level span {
    color: #2c2a29
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.level span::after {
    content: ""
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.sHW7geY7z4psdIB2L8Q5 .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.sHW7geY7z4psdIB2L8Q5 .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.sHW7geY7z4psdIB2L8Q5 .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.sHW7geY7z4psdIB2L8Q5 .report-infos h6 {
    font-weight: bold
}

.sHW7geY7z4psdIB2L8Q5 .report-infos .red {
    color: #fd5255
}

.sHW7geY7z4psdIB2L8Q5 .report-infos .green {
    color: #00a854
}

.sHW7geY7z4psdIB2L8Q5 .report-infos .black {
    color: #3b476a
}

.sHW7geY7z4psdIB2L8Q5 .report-infos .yellow {
    color: #ffa526
}

.sHW7geY7z4psdIB2L8Q5 .report-infos .blue {
    color: #415ab0
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set {
    padding: 0 .1066666667rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.sHW7geY7z4psdIB2L8Q5 .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item select,
.sHW7geY7z4psdIB2L8Q5 .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.sHW7geY7z4psdIB2L8Q5 .report-query-set .item select option,
.sHW7geY7z4psdIB2L8Q5 .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.sHW7geY7z4psdIB2L8Q5 .report-footer {
    background: rgba(0, 0, 0, 0)
}

.sHW7geY7z4psdIB2L8Q5>.contents {
    padding: .64rem;
    background: #f8f8f8
}

.sHW7geY7z4psdIB2L8Q5>.contents>.data-item {
    height: auto;
    display: flex;
    align-items: center;
    align-items: start;
    color: #9f9f9f;
    width: 100%;
    font-size: .75rem;
    line-height: 1.07rem;
    background: #fff;
    padding: .34rem .6rem;
    box-sizing: border-box;
    margin-bottom: .2rem
}

.sHW7geY7z4psdIB2L8Q5>.contents>.data-item>em {
    color: #000;
    flex: 1
}

.sHW7geY7z4psdIB2L8Q5>.contents>.data-item>span {
    width: 3.4rem;
    text-align: justify;
    text-align-last: justify
}

.sHW7geY7z4psdIB2L8Q5>.contents .bet-codes {
    background: #f8f8f8;
    color: #888;
    padding: .53rem;
    border-radius: .11rem;
    min-height: 5.33rem;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.07rem;
    user-select: text;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.sHW7geY7z4psdIB2L8Q5>.contents .bet-codes>h3 {
    color: #000;
    height: 4rem;
    overflow-y: auto
}

.sHW7geY7z4psdIB2L8Q5>.contents .bet-codes>p {
    display: flex;
    padding-top: .4rem
}

.sHW7geY7z4psdIB2L8Q5>.contents .bet-codes>p>span {
    margin-right: 1rem
}

.sHW7geY7z4psdIB2L8Q5>.contents .bet-codes>p>span>em {
    color: #000
}

.sHW7geY7z4psdIB2L8Q5>.contents .rate-detail span:last-child {
    margin-left: .53rem
}

.sHW7geY7z4psdIB2L8Q5>.actions {
    bottom: 7rem !important
}

.sHW7geY7z4psdIB2L8Q5 {
    height: calc(100% - 5.93333rem) !important
}

.sHW7geY7z4psdIB2L8Q5>.contents {
    padding: .64rem;
    background: #382e2b;
    border-radius: 4px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px
}

.sHW7geY7z4psdIB2L8Q5>.contents>.data-item {
    background: rgba(0, 0, 0, 0);
    height: 20px;
    margin: 6.5px 0px
}

.sHW7geY7z4psdIB2L8Q5>.contents>.data-item>em {
    line-height: 20px;
    text-align: right;
    color: #fff8f8
}

.sHW7geY7z4psdIB2L8Q5>.contents>.data-item>span {
    line-height: 20px;
    color: #867163;
    width: auto
}

.sHW7geY7z4psdIB2L8Q5>.contents .bet-codes {
    background: #514242;
    line-height: 20px !important;
    color: #fff8f8 !important
}

.sHW7geY7z4psdIB2L8Q5>.contents .bet-codes>h3 {
    color: #fff8f8 !important
}

.sHW7geY7z4psdIB2L8Q5>.contents .bet-codes span em {
    color: #fff8f8 !important
}

.sHW7geY7z4psdIB2L8Q5>.actions {
    bottom: 1.4rem !important
}

.sHW7geY7z4psdIB2L8Q5>.actions button {
    width: 287px !important;
    height: 48px !important;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%) !important;
    border-radius: 40px !important;
    font-size: 16px !important;
    color: #fff8f8 !important
}

.S7wiuwXiA7ElHxB8kPRE {
    padding-bottom: 2.026667rem;
    box-sizing: border-box
}

.S7wiuwXiA7ElHxB8kPRE>div.contents {
    overflow: scroll;
    overscroll-behavior: contain;
    padding: .64rem;
    box-sizing: border-box
}

.S7wiuwXiA7ElHxB8kPRE>div.contents>.item {
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    color: #999;
    border-radius: .43rem;
    padding: .64rem;
    box-sizing: border-box;
    margin-bottom: .8rem;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28)
}

.S7wiuwXiA7ElHxB8kPRE>div.contents>.item em {
    color: #2f2747
}

.S7wiuwXiA7ElHxB8kPRE>div.contents>.item>div.top {
    height: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.S7wiuwXiA7ElHxB8kPRE>div.contents>.item>div.top span.lott {
    color: #ea5c5d
}

.S7wiuwXiA7ElHxB8kPRE>div.contents>.item>div.top .detail {
    background-color: #2c2a29;
    color: #fff;
    border-radius: .21rem;
    padding: .21rem .6rem;
    margin-left: .4rem
}

.S7wiuwXiA7ElHxB8kPRE>div.contents>.item>div.mid {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: .4rem 0;
    border-bottom: 1px solid #eceaea
}

.S7wiuwXiA7ElHxB8kPRE>div.contents>.item>div.mid>span {
    width: 50%;
    line-height: 1.2rem
}

.S7wiuwXiA7ElHxB8kPRE>div.contents>.item>div.bottom {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: .4rem
}

.S7wiuwXiA7ElHxB8kPRE>div.footer {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #e5e5e5
}

.S7wiuwXiA7ElHxB8kPRE>div.footer>button {
    height: 1.333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.266667rem;
    margin: 0 .533333rem;
    border-radius: 5px;
    font-size: .64rem;
    color: #fff;
    padding: 0;
    background-color: #2c2a29
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item {
    background: #27211f;
    border-radius: 12px
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .top {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff8f8;
    position: relative
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .top span.detail {
    width: 58px;
    height: 22px;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    border-radius: 6px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #fff8f8
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .top span.lott {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff8f8 !important;
    padding-left: 5px;
    position: relative
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .top span.lott::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 14px;
    left: 0;
    top: 3px;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    border-radius: 10px
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #2d2727;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .mid {
    border-bottom: 1px solid #2d2727 !important
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .mid span {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #867163
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .mid span em {
    font-size: 14px;
    line-height: 20px;
    color: #fff8f8
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .mid span:nth-child(2) em {
    color: #d33d3f
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .bottom span {
    font-size: 12px;
    line-height: 17px;
    color: #fff8f8
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .bottom span em {
    color: #fff8f8
}

.S7wiuwXiA7ElHxB8kPRE>div.contents .item .bottom span:last-child {
    color: #867163
}

.S7wiuwXiA7ElHxB8kPRE>div.footer {
    background: #1a1716
}

.S7wiuwXiA7ElHxB8kPRE>div.footer button {
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    border-radius: 88px;
    color: #fff
}

.EzGT0G95ouWQobs7ppnQ .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item.long span.text {
    width: 4.8rem
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item.long span.value {
    width: 12.48rem
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item.query {
    padding: .65rem 0
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item .red {
    color: #fd5255
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item .green {
    color: #00a854
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item .black {
    color: #3b476a
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item .yellow {
    color: #ffa526
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item .blue {
    color: #415ab0
}

.EzGT0G95ouWQobs7ppnQ .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.EzGT0G95ouWQobs7ppnQ .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.EzGT0G95ouWQobs7ppnQ .report-icon-wrapper {
    min-height: 13.33rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set {
    margin: .8rem 0;
    position: relative
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.actions {
    justify-content: center
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.username,
.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.username .user::before,
.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .red {
    color: #fd5255
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .green {
    color: #00a854
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.level span {
    color: #2c2a29
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.level span::after {
    content: ""
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.EzGT0G95ouWQobs7ppnQ .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.EzGT0G95ouWQobs7ppnQ .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.EzGT0G95ouWQobs7ppnQ .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.EzGT0G95ouWQobs7ppnQ .report-infos h6 {
    font-weight: bold
}

.EzGT0G95ouWQobs7ppnQ .report-infos .red {
    color: #fd5255
}

.EzGT0G95ouWQobs7ppnQ .report-infos .green {
    color: #00a854
}

.EzGT0G95ouWQobs7ppnQ .report-infos .black {
    color: #3b476a
}

.EzGT0G95ouWQobs7ppnQ .report-infos .yellow {
    color: #ffa526
}

.EzGT0G95ouWQobs7ppnQ .report-infos .blue {
    color: #415ab0
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.EzGT0G95ouWQobs7ppnQ .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.EzGT0G95ouWQobs7ppnQ .report-data-set {
    padding: 0 .1066666667rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.EzGT0G95ouWQobs7ppnQ .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.EzGT0G95ouWQobs7ppnQ .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.EzGT0G95ouWQobs7ppnQ .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.EzGT0G95ouWQobs7ppnQ .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item select,
.EzGT0G95ouWQobs7ppnQ .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.EzGT0G95ouWQobs7ppnQ .report-query-set .item select option,
.EzGT0G95ouWQobs7ppnQ .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.EzGT0G95ouWQobs7ppnQ .report-footer {
    background: rgba(0, 0, 0, 0)
}

.EzGT0G95ouWQobs7ppnQ>.contents {
    padding: .64rem;
    background: #f8f8f8
}

.EzGT0G95ouWQobs7ppnQ>.contents>.data-item {
    height: auto;
    display: flex;
    align-items: center;
    align-items: start;
    color: #9f9f9f;
    width: 100%;
    font-size: .75rem;
    line-height: 1.07rem;
    background: #fff;
    padding: .34rem .6rem;
    box-sizing: border-box;
    margin-bottom: .2rem
}

.EzGT0G95ouWQobs7ppnQ>.contents>.data-item>em {
    color: #000;
    flex: 1
}

.EzGT0G95ouWQobs7ppnQ>.contents>.data-item>span {
    width: 50%
}

.EzGT0G95ouWQobs7ppnQ>.contents .bet-codes {
    background: #f8f8f8;
    color: #888;
    padding: .53rem;
    border-radius: .11rem;
    min-height: 5.33rem;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.07rem;
    user-select: text;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.EzGT0G95ouWQobs7ppnQ>.contents .bet-codes>h3 {
    color: #000;
    height: 4rem;
    overflow-y: auto
}

.EzGT0G95ouWQobs7ppnQ>.contents .bet-codes>p {
    display: flex;
    padding-top: .4rem
}

.EzGT0G95ouWQobs7ppnQ>.contents .bet-codes>p>span {
    margin-right: 1rem
}

.EzGT0G95ouWQobs7ppnQ>.contents .bet-codes>p>span>em {
    color: #000
}

.EzGT0G95ouWQobs7ppnQ>.contents .rate-detail span:last-child {
    margin-left: .53rem
}

.EzGT0G95ouWQobs7ppnQ>div.footer {
    background: #1a1716
}

.EzGT0G95ouWQobs7ppnQ>div.footer button {
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    border-radius: 88px;
    color: #fff
}

.Kxl7oN0sRpAoPN4HKPag {
    padding-bottom: 2.026667rem;
    box-sizing: border-box
}

.Kxl7oN0sRpAoPN4HKPag>div.contents {
    overflow: scroll;
    overscroll-behavior: contain;
    padding: .64rem;
    box-sizing: border-box
}

.Kxl7oN0sRpAoPN4HKPag>div.contents>.item {
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    color: #999;
    border-radius: .43rem;
    padding: .64rem;
    box-sizing: border-box;
    margin-bottom: .8rem;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28)
}

.Kxl7oN0sRpAoPN4HKPag>div.contents>.item em {
    color: #2f2747
}

.Kxl7oN0sRpAoPN4HKPag>div.contents>.item>div.top {
    height: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.Kxl7oN0sRpAoPN4HKPag>div.contents>.item>div.top span.lott {
    color: #ea5c5d
}

.Kxl7oN0sRpAoPN4HKPag>div.contents>.item>div.top .detail {
    background-color: #2c2a29;
    color: #fff;
    border-radius: .21rem;
    padding: .21rem .6rem;
    margin-left: .4rem
}

.Kxl7oN0sRpAoPN4HKPag>div.contents>.item>div.mid {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: .4rem 0;
    border-bottom: 1px solid #eceaea
}

.Kxl7oN0sRpAoPN4HKPag>div.contents>.item>div.mid>span {
    width: 50%;
    line-height: 1.2rem
}

.Kxl7oN0sRpAoPN4HKPag>div.contents>.item>div.bottom {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: .4rem
}

.Kxl7oN0sRpAoPN4HKPag>div.footer {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #e5e5e5
}

.Kxl7oN0sRpAoPN4HKPag>div.footer>button {
    height: 1.333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.266667rem;
    margin: 0 .533333rem;
    border-radius: 5px;
    font-size: .64rem;
    color: #fff;
    padding: 0;
    background-color: #2c2a29
}

.Kxl7oN0sRpAoPN4HKPag>div.footer {
    background: #1a1716
}

.Kxl7oN0sRpAoPN4HKPag>div.footer button {
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    border-radius: 88px;
    color: #fff
}

.wB2D_WXrLBtKIJZYLMpJ>div.item {
    height: 1.86rem;
    line-height: 1.86rem;
    background: #e8eaf0;
    color: #606060;
    padding: 0 .38rem;
    font-size: .8rem;
    margin-top: .53rem;
    border-radius: .37rem;
    display: flex
}

.wB2D_WXrLBtKIJZYLMpJ>div.item>span.value {
    flex-grow: 1;
    text-align: right
}

.wB2D_WXrLBtKIJZYLMpJ>div.top-info {
    border-left: .11rem solid #ff5b06;
    margin: 1.6rem 0rem;
    padding-left: .27rem;
    font-size: 1.07rem
}

.wB2D_WXrLBtKIJZYLMpJ>div.top-info>span.title {
    background: linear-gradient(bottom, #ff5b06, #fe952c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin-right: .8rem
}

.wB2D_WXrLBtKIJZYLMpJ>div.top-info>span.issue {
    min-width: 6.4rem;
    color: #fff;
    border-radius: .32rem;
    padding: 0rem .53rem;
    background: #ff5300
}

.H_e5XL7MLGlbfPSRCKZm>div.issue-item {
    width: 100%;
    height: 6.4rem;
    border: solid 1px #ccc;
    border-radius: .43rem;
    overflow: hidden;
    margin-bottom: 1.07rem;
    box-sizing: border-box;
    color: #666;
    font-size: .85rem
}

.H_e5XL7MLGlbfPSRCKZm>div.issue-item>div {
    height: 2.13rem;
    line-height: 2.13rem;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center
}

.H_e5XL7MLGlbfPSRCKZm>div.issue-item>div>span {
    width: 50%;
    border-bottom: solid 1px #ccc
}

.H_e5XL7MLGlbfPSRCKZm>div.issue-item>div>span:first-child {
    border-right: solid 1px #ccc
}

.H_e5XL7MLGlbfPSRCKZm>div.issue-item>div.issue {
    background: #e8eaf0
}

.H_e5XL7MLGlbfPSRCKZm>div.issue-item>div.num>span {
    border-bottom: none
}

.JkgfIy27dCDhyfX4et_Z>div.issue-item {
    color: #fff
}

.JkgfIy27dCDhyfX4et_Z>div.issue-item>div.full-num {
    height: 1.87rem;
    line-height: 1.87rem;
    text-align: center;
    font-size: 1.12rem;
    margin-bottom: .53rem;
    background-color: #95352e;
    border-radius: .32rem
}

.JkgfIy27dCDhyfX4et_Z>div.issue-item>div.method {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.JkgfIy27dCDhyfX4et_Z>div.issue-item>div.method>div {
    width: 32%;
    text-align: center;
    font-size: .75rem
}

.JkgfIy27dCDhyfX4et_Z>div.issue-item>div.method>div>p:first-child {
    background-color: #95352e;
    line-height: 1.33rem;
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem
}

.JkgfIy27dCDhyfX4et_Z>div.issue-item>div.method>div>p:nth-child(2),
.JkgfIy27dCDhyfX4et_Z>div.issue-item>div.method>div>p:last-child {
    line-height: 1.2rem;
    border: solid 1px #95352e;
    color: #666;
    border-top: none
}

.JkgfIy27dCDhyfX4et_Z>div.issue-item>div.method>div>p:last-child {
    border-bottom-left-radius: .32rem;
    border-bottom-right-radius: .32rem
}

.JkgfIy27dCDhyfX4et_Z>div.issue-item>div.method>div:last-child>p:last-child {
    line-height: 2.4rem
}

.IXvz1ac6vI5uPPjTvna7>div.issue-item {
    color: #fff
}

.IXvz1ac6vI5uPPjTvna7>div.issue-item>div.method {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.IXvz1ac6vI5uPPjTvna7>div.issue-item>div.method>div {
    width: 32%;
    height: 2.72rem;
    text-align: center;
    font-size: .75rem
}

.IXvz1ac6vI5uPPjTvna7>div.issue-item>div.method>div>p {
    line-height: 1.33rem
}

.IXvz1ac6vI5uPPjTvna7>div.issue-item>div.method>div>p:first-child {
    background-color: #95352e;
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem
}

.IXvz1ac6vI5uPPjTvna7>div.issue-item>div.method>div>p:last-child {
    border: solid 1px #95352e;
    color: #666;
    border-top: none;
    border-bottom-left-radius: .32rem;
    border-bottom-right-radius: .32rem
}

.MLTE2xtfLqH18pyNb0al>div.issue-item {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.MLTE2xtfLqH18pyNb0al>div.issue-item>div {
    width: 48%;
    border: solid 1px #e3c9c9;
    border-radius: .32rem;
    margin-bottom: .8rem;
    font-size: .75rem
}

.MLTE2xtfLqH18pyNb0al>div.issue-item>div:nth-child(1),
.MLTE2xtfLqH18pyNb0al>div.issue-item>div:nth-child(2) {
    width: 100%
}

.MLTE2xtfLqH18pyNb0al>div.issue-item>div>p {
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    color: #745454
}

.MLTE2xtfLqH18pyNb0al>div.issue-item>div>p:first-child {
    background: #f3d5d5
}

.MLTE2xtfLqH18pyNb0al>div.issue-item>div>p:last-child {
    font-size: 1.17rem
}

.b2CL7O_MGh0FEBajiSA8>div.issue-item>div.method {
    height: auto;
    display: flex;
    justify-content: space-between;
    justify-content: space-evenly;
    align-items: center
}

.b2CL7O_MGh0FEBajiSA8>div.issue-item>div.method>div {
    width: 30%;
    height: 2.72rem;
    text-align: center;
    font-size: .75rem
}

.b2CL7O_MGh0FEBajiSA8>div.issue-item>div.method>div>p {
    line-height: 1.33rem
}

.b2CL7O_MGh0FEBajiSA8>div.issue-item>div.method>div>p:first-child {
    color: #fff;
    background-color: #95352e;
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem
}

.b2CL7O_MGh0FEBajiSA8>div.issue-item>div.method>div>p:last-child {
    border: solid 1px #95352e;
    color: #666;
    border-top: none;
    border-bottom-left-radius: .32rem;
    border-bottom-right-radius: .32rem
}

.nvMSZJLJzG3F0JJkHI9Q>div.issue-item {
    width: 100%;
    height: 6.4rem;
    border: solid 1px #ccc;
    border-radius: .43rem;
    overflow: hidden;
    margin-bottom: 1.07rem;
    box-sizing: border-box;
    color: #666;
    font-size: .85rem
}

.nvMSZJLJzG3F0JJkHI9Q>div.issue-item>div {
    height: 2.13rem;
    line-height: 2.13rem;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center
}

.nvMSZJLJzG3F0JJkHI9Q>div.issue-item>div>span {
    width: 50%;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc
}

.nvMSZJLJzG3F0JJkHI9Q>div.issue-item>div>span:last-child {
    border-right: 0
}

.nvMSZJLJzG3F0JJkHI9Q>div.issue-item>div.issue {
    background: #e8eaf0
}

.nvMSZJLJzG3F0JJkHI9Q>div.issue-item>div.num>span {
    border-bottom: none
}

.kMZigJgWBvVXNa3_A9L5>div.issue-item {
    width: 100%;
    height: 6.4rem;
    border: solid 1px #ccc;
    border-radius: .43rem;
    overflow: hidden;
    margin-bottom: 1.07rem;
    box-sizing: border-box;
    color: #666;
    font-size: .85rem
}

.kMZigJgWBvVXNa3_A9L5>div.issue-item>div {
    height: 2.13rem;
    line-height: 2.13rem;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center
}

.kMZigJgWBvVXNa3_A9L5>div.issue-item>div>span {
    width: 50%;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc
}

.kMZigJgWBvVXNa3_A9L5>div.issue-item>div>span:last-child {
    border-right: 0
}

.kMZigJgWBvVXNa3_A9L5>div.issue-item>div.issue {
    background: #e8eaf0
}

.kMZigJgWBvVXNa3_A9L5>div.issue-item>div.num>span {
    border-bottom: none
}

.qfedSvn5OjJ7vpEW754p>div.issue-item {
    width: 100%;
    height: 6.4rem;
    border: solid 1px #ccc;
    border-radius: .43rem;
    overflow: hidden;
    margin-bottom: 1.07rem;
    box-sizing: border-box;
    color: #666;
    font-size: .85rem
}

.qfedSvn5OjJ7vpEW754p>div.issue-item>div {
    height: 2.13rem;
    line-height: 2.13rem;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center
}

.qfedSvn5OjJ7vpEW754p>div.issue-item>div>span {
    width: 50%;
    border-bottom: solid 1px #ccc
}

.qfedSvn5OjJ7vpEW754p>div.issue-item>div>span:first-child {
    border-right: solid 1px #ccc
}

.qfedSvn5OjJ7vpEW754p>div.issue-item>div.issue {
    background: #e8eaf0
}

.qfedSvn5OjJ7vpEW754p>div.issue-item>div.num>span {
    border-bottom: none
}

.qOFUM8fJwEv1peqRRw_X>div.issue-item {
    width: 100%;
    height: 6.4rem;
    border: solid 1px #ccc;
    border-radius: .43rem;
    overflow: hidden;
    margin-bottom: 1.07rem;
    box-sizing: border-box;
    color: #666;
    font-size: .85rem
}

.qOFUM8fJwEv1peqRRw_X>div.issue-item>div {
    height: 2.13rem;
    line-height: 2.13rem;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center
}

.qOFUM8fJwEv1peqRRw_X>div.issue-item>div>span {
    width: 50%;
    border-bottom: solid 1px #ccc
}

.qOFUM8fJwEv1peqRRw_X>div.issue-item>div>span:first-child {
    border-right: solid 1px #ccc
}

.qOFUM8fJwEv1peqRRw_X>div.issue-item>div.issue {
    background: #e8eaf0
}

.qOFUM8fJwEv1peqRRw_X>div.issue-item>div.num>span {
    border-bottom: none
}

.oe9Zs2KOixo4Uz40WheQ>div.issue-item {
    width: 100%;
    height: 6.4rem;
    border: solid 1px #ccc;
    border-radius: .43rem;
    overflow: hidden;
    margin-bottom: 1.07rem;
    box-sizing: border-box;
    color: #666;
    font-size: .85rem
}

.oe9Zs2KOixo4Uz40WheQ>div.issue-item>div {
    height: 2.13rem;
    line-height: 2.13rem;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center
}

.oe9Zs2KOixo4Uz40WheQ>div.issue-item>div>span {
    width: 50%;
    border-bottom: solid 1px #ccc
}

.oe9Zs2KOixo4Uz40WheQ>div.issue-item>div>span:first-child {
    border-right: solid 1px #ccc
}

.oe9Zs2KOixo4Uz40WheQ>div.issue-item>div.issue {
    background: #e8eaf0
}

.oe9Zs2KOixo4Uz40WheQ>div.issue-item>div.num>span {
    border-bottom: none
}

.nIBw38i1tQWKPY1ZRs1w>.tab {
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 1.85rem;
    top: 0;
    background: #f5f7fb;
    z-index: 30;
    position: sticky;
    padding-top: .27rem;
    position: relative
}

.nIBw38i1tQWKPY1ZRs1w>.tab>span {
    height: 3.06rem;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    background: #f3d5d5;
    color: #745454;
    font-size: .75rem;
    height: 2.06rem;
    width: 50%;
    line-height: 2.06rem;
    text-align: center
}

.nIBw38i1tQWKPY1ZRs1w>.tab>span.actived {
    background: linear-gradient(0deg, #ff5200, #fe9a30);
    color: #fff
}

.nIBw38i1tQWKPY1ZRs1w>.tab>i.rule {
    position: absolute;
    right: 0;
    top: -1.07rem;
    color: #c00;
    cursor: pointer;
    font-size: .75rem
}

.nIBw38i1tQWKPY1ZRs1w>.lotts {
    border: solid 1px #e3c9c9;
    height: auto;
    padding: .6rem;
    box-sizing: border-box;
    overflow: auto;
    min-height: 27rem
}

.KSyFryUbbR3ut1J7nF4E {
    width: 100%;
    height: 5.33rem;
    border-radius: .32rem;
    border: 1px solid #ccc;
    margin-bottom: 1.07rem
}

.KSyFryUbbR3ut1J7nF4E.disabled {
    filter: grayscale(1)
}

.KSyFryUbbR3ut1J7nF4E>div.info {
    height: 3.2rem;
    display: flex;
    justify-content: space-between;
    background: #f3d5d5;
    align-items: center
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue {
    background-color: #c0a1a1;
    padding: .11rem .53rem;
    color: #fff;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 1.33rem;
    display: inline-block;
    height: 1.39rem;
    padding-left: 2.13rem;
    line-height: 1.39rem;
    border-top-right-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: .27rem
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsjp {
    background-image: url(../images/outcache/gsjp.d96c.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gskr {
    background-image: url(../images/outcache/gskr.a4a6.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gshk {
    background-image: url(../images/outcache/gshk.86b6.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gscn {
    background-image: url(../images/outcache/gscn.b9ad.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gstw {
    background-image: url(../images/outcache/gstw.61ee.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gssg {
    background-image: url(../images/outcache/gssg.d210.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gseg {
    background-image: url(../images/outcache/gseg.e0af.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsde {
    background-image: url(../images/outcache/gsde.b5b5.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsgb {
    background-image: url(../images/outcache/gsgb.8ba8.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsru {
    background-image: url(../images/outcache/gsru.c06b.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsin {
    background-image: url(../images/outcache/gsin.2299.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsus {
    background-image: url(../images/outcache/gsus.9a4f.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsth {
    background-image: url(../images/outcache/gsth.250a.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.tykc,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsth,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.tgfc,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsb3y,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.gsb5y,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.tgfctc,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.baac {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABZElEQVRIibWWPU7DQBBGnx2XICGRICpAoDSQS+QClBDoI0oqJCpaoAAuwV8oOQDhEIkIBSFBqYCSikgETTSLbLAdCJ6vsXe9ft/ueGfHXntqlhTNAZtAGVgGCkAf6AFd4BaoAY9JiCQDAR8Aa0AubQbAh5rsAk/fH/oxL6wCDWDjF3DHkLFNvUYU5PLT4fY2cJxgPEoTwBkgITlxY733u5a7XwcupG8MeFgDXUltaDAYSHsY86bOIgu9ASvyTVwo9jOEo6xDt4J5oD1m3NMku2sx8Ip7FQM4yqz4mkRWKotBydCgJAZ5Q4OCRewjEoNXQ/6LrwlmpYYY3Bga1CXRFoAHo0RbEmgHuMoYjjI75odd0G/do5WoCpxndFxXXXXzusVIIv+n4Dj4DnDkOuJqspTMU2Dyj3AJy5ZG4UtxM73W8+lSd8IoyRgZKzGPwJNWEFb4t0UAM/rwWTdFXXeL1JOfAj4BORFTSmUAneMAAAAASUVORK5CYII=)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.hnvip,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.hntc,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.ynhn {
    background-image: url(../images/outcache/yn.01c7.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.mltc,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.ynma {
    background-image: url(../images/outcache/ml.25de.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.issue.lztc,
.KSyFryUbbR3ut1J7nF4E>div.info>.issue.tlzc {
    background-image: url(../images/outcache/lw.0eaf.png)
}

.KSyFryUbbR3ut1J7nF4E>div.info>.deadline {
    margin-right: .53rem;
    min-width: 4.8rem;
    height: 1.17rem;
    line-height: 1.17rem;
    background: #ff5300;
    color: #fff;
    border-radius: 1.07rem;
    text-align: center;
    padding: 0 .4rem
}

.KSyFryUbbR3ut1J7nF4E>div.countdown {
    height: 2.13rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem .53rem;
    font-size: .8rem;
    font-weight: 600
}

.KSyFryUbbR3ut1J7nF4E>div.countdown>.timer {
    background: linear-gradient(bottom, #ff5b06, #fe952c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.KSyFryUbbR3ut1J7nF4E>div.countdown>.timer>svg {
    color: #ff5c07
}

.KSyFryUbbR3ut1J7nF4E>div.countdown>.goBet {
    text-decoration: underline;
    color: #ff5300
}

.oVabmqc5ggX6Uf_ryDKi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1000
}

.oVabmqc5ggX6Uf_ryDKi .content {
    width: 18.77rem;
    height: 15.47rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.oVabmqc5ggX6Uf_ryDKi .content .text {
    width: 12.96rem;
    height: auto;
    margin: auto;
    margin-top: 2.93rem;
    box-sizing: border-box;
    word-break: break-word;
    line-height: 1.07rem;
    overflow: hidden;
    color: #5d5879
}

.oVabmqc5ggX6Uf_ryDKi .content .lottery-boxs {
    width: 12.96rem;
    height: 5.07rem;
    margin: .69rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.oVabmqc5ggX6Uf_ryDKi .content .lottery-boxs .item {
    width: 3.95rem;
    height: 100%;
    background-color: #fff;
    border-radius: 10px
}

.oVabmqc5ggX6Uf_ryDKi .content .lottery-boxs .item i {
    width: 2.67rem;
    height: 2.67rem;
    display: block;
    margin: auto;
    margin: .64rem auto;
    margin-top: .43rem;
    background-size: 100%
}

.oVabmqc5ggX6Uf_ryDKi .content .lottery-boxs .item span {
    background: linear-gradient(90deg, #F3A3CA, #8877ED) !important;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .2);
    color: #fff;
    display: block;
    background-blend-mode: normal, normal;
    border-radius: 13px;
    text-align: center;
    width: 3.41rem;
    height: .96rem;
    font-size: 12px;
    margin: 0 auto;
    line-height: .96rem
}

.oVabmqc5ggX6Uf_ryDKi .close {
    height: 3rem;
    width: 1.6rem;
    background: url(../svg/close_bg.939e.svg) no-repeat !important;
    background-size: 100%;
    position: absolute;
    right: calc(50% - 164px);
    top: calc(50% - 135px)
}

.OzsB0idcCc58G8gWovXn {
    width: 100%;
    height: 3.15rem;
    background: #f2f8f8;
    color: #7d8fb3;
    position: absolute;
    left: 0;
    top: -1.7rem;
    z-index: 999
}

.OzsB0idcCc58G8gWovXn .chips-set {
    float: left;
    display: inline-block;
    margin-top: .35rem
}

.OzsB0idcCc58G8gWovXn .chips-set div.chips {
    cursor: pointer;
    display: inline-block;
    float: left
}

.OzsB0idcCc58G8gWovXn .chips-set span.chips {
    display: block;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    color: #fff;
    font-size: .6rem;
    font-weight: 600;
    line-height: 2.3rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: .5rem
}

.OzsB0idcCc58G8gWovXn .chips-set span.chips.c0 {
    background-image: url(../images/outcache/chips01.2e98.png)
}

.OzsB0idcCc58G8gWovXn .chips-set span.chips.c1 {
    background-image: url(../images/outcache/chips02.0491.png)
}

.OzsB0idcCc58G8gWovXn .chips-set span.chips.c2 {
    background-image: url(../images/outcache/chips03.c72c.png)
}

.OzsB0idcCc58G8gWovXn .chips-set span.chips.c3 {
    background-image: url(../images/outcache/chips04.e0cf.png)
}

.OzsB0idcCc58G8gWovXn .chips-set span.chips.c4 {
    background-image: url(../images/outcache/chips05.2fb8.png)
}

.OzsB0idcCc58G8gWovXn .chips-set button {
    cursor: pointer;
    display: block;
    float: right;
    margin-top: .65rem;
    border-radius: .16rem;
    height: 1.25rem;
    line-height: 0;
    background: #ff6f6f;
    font-weight: 500;
    font-size: .62rem;
    color: #fff;
    border: none;
    margin-left: .8rem
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .cover {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 979;
    position: fixed;
    background-color: #000
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content {
    border-radius: .3rem;
    top: calc(50% - 10rem);
    left: calc(50% - 7.9rem);
    position: fixed;
    z-index: 980;
    background: #fff;
    width: 16rem;
    height: 20rem
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .header {
    height: 1.78rem;
    padding: 0 1rem;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.78rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .header .layer-close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: .1rem;
    top: 0;
    cursor: pointer;
    text-indent: -9999999;
    background: url(../images/outcache/close-button.6161.png) no-repeat 50%
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .header .layer-close:hover {
    transform: rotate(360deg);
    transition: all .5s
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .set-container {
    padding: .4rem .8rem;
    color: #323a68
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .set-container p {
    line-height: .8rem;
    font-size: .6rem
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .set-container div.input-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .set-container input {
    width: 8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 0px;
    background: #eee;
    text-align: center
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .set-container button.clear {
    width: 3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 0;
    background: linear-gradient(45deg, #2D2D2D 0%, #49453F 100%);
    color: #fff;
    float: none;
    margin: .3rem
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .set-container button.clear:hover {
    opacity: .8
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .footer {
    border-top: 1px solid #edecf2
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .footer .button-box {
    padding: .5rem .8rem
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .footer .button-box button.default {
    width: 6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 0;
    background: linear-gradient(45deg, #2D2D2D 0%, #49453F 100%);
    color: #fff;
    margin: .3rem;
    float: left
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .footer .button-box button.default:hover {
    opacity: .8
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .footer .button-box button.save {
    width: 6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 0;
    background: #ff6f6f;
    color: #fff;
    margin: .3rem;
    float: right
}

.OzsB0idcCc58G8gWovXn .chips-set .set-modal .content .footer .button-box button.save:hover {
    opacity: .8
}

.OzsB0idcCc58G8gWovXn {
    background: #231d1b;
    top: -10px
}

.OzsB0idcCc58G8gWovXn .chips-set {
    margin-left: 26px
}

.OzsB0idcCc58G8gWovXn .chips-set .chips.c0 {
    background-image: url(../images/outcache/chips01.dc29.png) !important
}

.OzsB0idcCc58G8gWovXn .chips-set .chips.c1 {
    background-image: url(../images/outcache/chips02.8b1c.png) !important
}

.OzsB0idcCc58G8gWovXn .chips-set .chips.c2 {
    background-image: url(../images/outcache/chips03.60ce.png) !important
}

.OzsB0idcCc58G8gWovXn .chips-set .chips.c3 {
    background-image: url(../images/outcache/chips04.18de.png) !important
}

.OzsB0idcCc58G8gWovXn .chips-set .chips.c4 {
    background-image: url(../images/outcache/chips05.c179.png) !important
}

.OzsB0idcCc58G8gWovXn .chips-set button {
    width: 24px;
    height: 24px;
    background: #584040;
    border-radius: 24px;
    background-image: url(../svg/setting.0811.svg);
    color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center
}

.L2sFbWKBg6BQUfK7YimA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.L2sFbWKBg6BQUfK7YimA div.text {
    color: #000;
    width: 16%;
    font-size: .6rem
}

.L2sFbWKBg6BQUfK7YimA div.numbers {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center
}

.L2sFbWKBg6BQUfK7YimA div.numbers>input {
    height: 1.37rem;
    line-height: 1.37rem;
    box-sizing: border-box;
    border: solid 1px #bfbfbf;
    width: 3.2rem;
    text-align: center
}

.L2sFbWKBg6BQUfK7YimA div.numbers>.times-ctl {
    display: block;
    width: 1rem;
    background-image: linear-gradient(0deg, #e2dfdf 1%, #fffeff 100%);
    border: solid 1px #d2d2d2;
    height: 1.37rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.37rem;
    font-size: .75rem
}

.L2sFbWKBg6BQUfK7YimA div.numbers>.times-ctl:nth-of-type(1) {
    border-top-left-radius: .21rem;
    border-bottom-left-radius: .21rem;
    border-right: 0
}

.L2sFbWKBg6BQUfK7YimA div.numbers>.times-ctl:nth-of-type(2) {
    border-left: 0;
    border-top-right-radius: .21rem;
    border-bottom-right-radius: .21rem
}

.L2sFbWKBg6BQUfK7YimA {
    background: #231d1b;
    top: -10px
}

.L2sFbWKBg6BQUfK7YimA .chips-set {
    margin-left: 26px
}

.L2sFbWKBg6BQUfK7YimA .chips-set .chips.c0 {
    background-image: url(../images/outcache/chips01.dc29.png) !important
}

.L2sFbWKBg6BQUfK7YimA .chips-set .chips.c1 {
    background-image: url(../images/outcache/chips02.8b1c.png) !important
}

.L2sFbWKBg6BQUfK7YimA .chips-set .chips.c2 {
    background-image: url(../images/outcache/chips03.60ce.png) !important
}

.L2sFbWKBg6BQUfK7YimA .chips-set .chips.c3 {
    background-image: url(../images/outcache/chips04.18de.png) !important
}

.L2sFbWKBg6BQUfK7YimA .chips-set .chips.c4 {
    background-image: url(../images/outcache/chips05.c179.png) !important
}

.L2sFbWKBg6BQUfK7YimA .chips-set button {
    width: 24px;
    height: 24px;
    background: #584040;
    border-radius: 24px;
    background-image: url(../svg/setting.0811.svg);
    color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center
}

.ct5B18jatygb3fJ2SSCZ>.cover {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 979;
    position: fixed;
    background-color: #000
}

.ct5B18jatygb3fJ2SSCZ>.contentMap {
    border-radius: .3rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 980;
    background: #fff;
    width: 19rem;
    height: 24rem
}

.ct5B18jatygb3fJ2SSCZ>.contentMap header {
    height: 1.78rem;
    padding: 0 1rem;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.78rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.ct5B18jatygb3fJ2SSCZ>.contentMap header .layer-close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: .1rem;
    top: 0;
    cursor: pointer;
    text-indent: -9999999;
    background: url(../images/outcache/close-button.6161.png) no-repeat 50%
}

.ct5B18jatygb3fJ2SSCZ>.contentMap header .layer-close:hover {
    transform: rotate(360deg);
    transition: all .5s
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box {
    background: #fff;
    position: relative
}

@keyframes sp-method-left-flicker {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l,
.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r {
    border-top: 1px solid #e3e4e8;
    display: flex
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .title,
.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .title {
    width: 1.3rem;
    height: 6.95rem;
    color: #fff;
    font-weight: bold;
    font-size: .7rem;
    text-align: center;
    margin-top: -1px;
    display: flex;
    align-items: center;
    line-height: 1.2rem;
    background: linear-gradient(45deg, #2D2D2D 0%, #49453F 100%)
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .wrap,
.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .wrap {
    width: calc(100% - 1.3rem - .1rem);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .wrap .col,
.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .wrap .col {
    width: 1.3rem;
    height: 7.3rem;
    color: #fff
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell,
.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    border-bottom: 1px solid #e3e4e8;
    border-right: 1px solid #e3e4e8;
    position: relative
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span,
.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span {
    width: 1rem;
    height: 1rem;
    top: .05rem;
    left: .05rem;
    display: block;
    border-radius: 100%;
    position: absolute
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span span.player,
.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span span.player {
    position: absolute;
    width: .3rem;
    height: .3rem;
    border-radius: 100%;
    border: 1px solid #fff;
    top: .75rem;
    left: .75rem;
    background: #2fa7d0
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span span.banker,
.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span span.banker {
    position: absolute;
    width: .3rem;
    height: .3rem;
    border-radius: 100%;
    border: 1px solid #fff;
    top: 1px;
    left: 1px;
    background: #e06162
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell {
    cursor: default
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell.black {
    background: #f0f0f0
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span {
    line-height: 1rem;
    text-align: center
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span.red {
    background: #e06162
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span.blue {
    background: #2c2a29
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span.green {
    background: #5bbb59
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span.black {
    background: #92989e
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span.flicker {
    animation: sp-method-left-flicker 2s infinite
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .l .cell span.sm {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    top: 2px;
    left: 2px
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r {
    margin-top: .5rem
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span {
    width: .77rem;
    height: .77rem
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span.red {
    background-color: rgba(0, 0, 0, 0);
    border: .1rem solid #e06162
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span.green {
    background-color: rgba(0, 0, 0, 0);
    border: .1rem solid #5bbb59
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span.blue {
    border: .1rem solid #2c2a29;
    background-color: rgba(0, 0, 0, 0)
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span.black {
    border: .1rem solid #92989e;
    background-color: rgba(0, 0, 0, 0)
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span.flicker {
    animation: sp-method-left-flicker 2s infinite
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span.player.flicker {
    animation: sp-method-left-flicker 2s infinite
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .r .cell span.banker.flicker {
    animation: sp-method-left-flicker 2s infinite
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .comments {
    display: flex;
    justify-content: center;
    color: red;
    font-size: .68rem
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .comments div {
    display: flex;
    align-items: center
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .comments div span {
    display: block;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    margin-right: .15rem
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .comments .left span {
    border: .1rem solid #e06162
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .comments .right {
    color: #2c2a29;
    margin-left: 2rem
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .comments .right span {
    border: .1rem solid #2c2a29
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .chart-form {
    height: 2.03rem;
    display: flex;
    align-items: center;
    margin-right: .53rem;
    width: 97%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 .27rem;
    box-sizing: border-box;
    color: #6791e6
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .chart-form select {
    color: #657d97;
    font-size: 12px;
    border: none;
    padding: 3px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e3e4e8;
    box-shadow: 1.5px 3px 4px 0px rgba(95, 95, 95, .149);
    margin-right: 10px
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .chart-form span.form-select {
    padding: 0 .8rem;
    border-right: 1px solid #e3e4e8;
    color: #7d8fb3;
    cursor: pointer
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .chart-form span.form-select.checked {
    color: #2c2a29;
    font-weight: bold;
    cursor: default
}

.ct5B18jatygb3fJ2SSCZ>.contentMap .content-box .chart-form span.form-select:last-of-type {
    border-right: 0
}

.vjwRoEh2MJ2bMrRPH_OS>.lotteryGroup {
    position: fixed;
    top: 6.18rem;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eceaea;
    height: 2.03rem;
    display: flex;
    align-items: center;
    margin-right: .53rem;
    padding: 0 .27rem
}

.vjwRoEh2MJ2bMrRPH_OS>.lotteryGroup>span {
    margin: 0 .47rem;
    display: inline-block;
    line-height: 2.03rem;
    height: 2.03rem;
    box-sizing: border-box;
    font-size: .65rem
}

.vjwRoEh2MJ2bMrRPH_OS>.lotteryGroup>span.hover {
    border-bottom: .16rem solid #2c2a29
}

.vjwRoEh2MJ2bMrRPH_OS>.lotteryGroup>div.routeMap {
    position: absolute;
    right: 2rem;
    top: .3rem;
    font-size: .7rem;
    color: #fff;
    background: #2c2a29;
    padding: .3rem .45rem;
    border-radius: .3rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents {
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: .8rem;
    width: 94%;
    margin: auto
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container {
    width: 100%
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border: 1px solid #eceaea;
    border-radius: .3rem;
    margin-top: .53rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .title,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct header,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .title,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box header,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .title,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball header,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .title,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct header,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .title,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box header,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .title,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball header {
    padding: .4rem 0 .2rem .3rem;
    font-size: .65rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .1rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box {
    height: 1.25rem;
    line-height: 1.25rem;
    border: 1px solid #ededf7;
    width: 4.15rem;
    border-radius: .3rem;
    cursor: pointer;
    margin: .2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box span,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box span {
    display: block;
    font-size: .6rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box span.l.default,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box span.l.default {
    font-weight: bold
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box span.l.default.red,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box span.l.default.red {
    color: #fa5d4e
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box span.l.default.green,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box span.l.default.green {
    color: #4fb94d
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box span.l.default.blue,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box span.l.default.blue {
    color: #486ffb
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box span.l.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box span.l.ball {
    background: url(../images/outcache/Number-ball.d132.png) no-repeat center center;
    height: 1.2rem;
    line-height: 1.2rem;
    width: 1.2rem;
    text-align: center;
    background-size: 100%;
    background-position-y: .01rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box span.prize {
    color: #fa786d;
    margin-right: .2rem;
    font-size: .65rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box.checked,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box.checked {
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    color: #fff
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box.checked span.ball,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box.checked span.ball {
    background: url(../images/outcache/Number-ball-over.a0e3.png) no-repeat center center;
    font-weight: bold;
    background-size: 100%;
    background-position-y: .01rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .col .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-selct .colTiger .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .col .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.select-box .colTiger .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .col .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.combo-container>.combo-select-ball .colTiger .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .col .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-selct .colTiger .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .col .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .col .box.checked span.prize,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.combo-select-ball .colTiger .box.checked span.prize {
    color: #fff
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger {
    justify-content: space-evenly;
    padding-bottom: .3rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .option-box {
    height: 1.25rem;
    line-height: 1.25rem;
    border: 1px solid #c5c4c4;
    background: #f4f2f3;
    width: 4.5rem;
    border-radius: .3rem;
    cursor: pointer;
    margin: .2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .option-box span {
    display: block;
    font-size: .6rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .option-box span.prize {
    color: #fa786d;
    margin-right: .2rem;
    font-size: .65rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .option-box.checked {
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    color: #fff;
    border-radius: .3rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.dragon-tiger-container>.select-box .colTiger .option-box.checked span.prize {
    color: #fff
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.niuniu-container {
    width: 100%
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.niuniu-container>.row-box {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border-radius: .3rem;
    border: 1px solid #eceaea;
    margin-top: .53rem;
    padding-top: .55rem;
    display: flex;
    flex-wrap: wrap
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.niuniu-container>.row-box>.select-box {
    height: 1.55rem;
    border: 1px solid #ededf7;
    width: 5rem;
    border-radius: .3rem;
    margin: 0 .55rem .55rem .55rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.niuniu-container>.row-box>.select-box .option-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.niuniu-container>.row-box>.select-box .option-box span {
    display: block;
    font-size: .6rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.niuniu-container>.row-box>.select-box .option-box span.prize {
    color: #fa786d;
    margin-right: .2rem;
    font-size: .65rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.niuniu-container>.row-box>.select-box .option-box.checked {
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    color: #fff
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.niuniu-container>.row-box>.select-box .option-box.checked span.prize {
    color: #fff
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container {
    width: 100%;
    position: relative
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container:before,
.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container:after {
    content: "";
    position: absolute;
    left: 0;
    width: 99%;
    box-shadow: 0 1px 2px 0 rgba(32, 33, 36, .28);
    border: 1px solid #eceaea;
    border-radius: .3rem;
    background: #fff
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container:before {
    top: .53rem;
    height: 3.5rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container:after {
    top: 5rem;
    height: 12rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball {
    position: absolute;
    z-index: 1
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(1) {
    top: 1.4rem;
    left: .7rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(2) {
    top: 6.3rem;
    left: 3rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(3) {
    top: 9.3rem;
    left: 3rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(4) {
    top: 12.3rem;
    left: 3rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(5) {
    top: 1.4rem;
    left: 6.7rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(6) {
    top: 6.3rem;
    left: 10rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(7) {
    top: 9.3rem;
    left: 10rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(8) {
    top: 12.3rem;
    left: 10rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball:nth-child(9) {
    top: 1.4rem;
    left: 12.7rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball>.box {
    height: 1.77rem;
    border: 1px solid #ededf7;
    width: 5rem;
    border-radius: .3rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball>.box span {
    display: block;
    font-size: .6rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball>.box span.prize {
    color: #fa786d;
    margin-right: .2rem;
    font-size: .65rem
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball>.box.checked {
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    color: #fff
}

.vjwRoEh2MJ2bMrRPH_OS>.sel-types-contents>.baccarat-container>.combo-select-ball>.box.checked span.prize {
    color: #fff
}

.vjwRoEh2MJ2bMrRPH_OS footer {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 3.42rem;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #eceaea;
    background-color: #fafaff
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: .5rem;
    border-bottom: 1px solid #eceaea;
    position: relative
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo span {
    display: inline-block;
    font-size: .65rem
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo span em {
    color: #fa5d4e
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo .clear-select {
    position: absolute;
    right: .5rem;
    top: .1rem
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo .clear-select svg {
    color: #fa5d4e;
    font-size: .85rem
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo>div.rebates {
    position: absolute;
    right: 2rem;
    top: 0rem;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    border-radius: .3rem;
    width: 4rem
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo>div.rebates>div.MuiInputBase-root {
    width: 100%;
    color: #2c2a29
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo>div.rebates>div.MuiInputBase-root>select.MuiSelect-select.MuiSelect-select {
    font-size: .64rem;
    width: 100%;
    height: 100%;
    padding: .1rem .1rem .1rem .4rem
}

.vjwRoEh2MJ2bMrRPH_OS footer div.betInfo>div.rebates>div.MuiInputBase-root>svg.MuiSelect-icon {
    top: 1px;
    font-size: 1.3rem
}

.vjwRoEh2MJ2bMrRPH_OS footer>.bottom {
    height: 1.92rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0
}

.vjwRoEh2MJ2bMrRPH_OS footer>.bottom div.moneySelct {
    width: 40%;
    height: 100%;
    border-top: 1px solid #fafafa
}

.vjwRoEh2MJ2bMrRPH_OS footer>.bottom div.showChips {
    height: 100%;
    background-color: #515151;
    color: #e6d291;
    width: 29.5%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.vjwRoEh2MJ2bMrRPH_OS footer>.bottom div.showChips span {
    font-weight: bold;
    font-size: .7rem
}

.vjwRoEh2MJ2bMrRPH_OS footer>.bottom div.showChips svg {
    font-size: 1rem
}

.vjwRoEh2MJ2bMrRPH_OS footer>.bottom div.onekey {
    height: 1.92rem;
    line-height: 1.92rem;
    text-align: center;
    width: 29.5%;
    font-size: .75rem;
    font-weight: bold;
    background-color: #ccc;
    color: rgba(0, 0, 0, .26)
}

.vjwRoEh2MJ2bMrRPH_OS footer>.bottom div.onekey.checked {
    color: #fff;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%)
}

.vjwRoEh2MJ2bMrRPH_OS .lotteryGroup {
    top: 7rem;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
    height: 30px
}

.vjwRoEh2MJ2bMrRPH_OS .lotteryGroup span {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    line-height: 25px;
    color: #867163;
    position: relative
}

.vjwRoEh2MJ2bMrRPH_OS .lotteryGroup span.hover {
    color: #d33d3f;
    border-bottom: none
}

.vjwRoEh2MJ2bMrRPH_OS .lotteryGroup span.hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%);
    border-radius: 12px 12px 0px 0px
}

.vjwRoEh2MJ2bMrRPH_OS .lotteryGroup::after {
    content: "";
    position: absolute;
    width: 91%;
    height: 1px;
    bottom: 0;
    left: 49%;
    transform: translateX(-50%);
    background: #27211f;
    border-radius: 27px
}

.vjwRoEh2MJ2bMrRPH_OS .lotteryGroup .routeMap {
    right: 3% !important;
    top: 0 !important
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents {
    height: 57vh !important
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .combo-container .combo-selct {
    background: #27211f;
    border-radius: 12px;
    border: none;
    padding-top: 14px;
    padding-bottom: 4px
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .combo-container .combo-selct .title {
    background: #736760;
    border-radius: 88px;
    height: 28px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #fff8f8;
    max-width: 36%;
    text-align: center;
    padding: 0 12px;
    width: fit-content;
    margin-bottom: 6px;
    margin-left: .2rem
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .combo-container .combo-selct .col .box {
    box-sizing: border-box;
    background: #382e2b;
    border: .5px solid #382e2b;
    border-radius: 8px;
    min-height: 40px
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .combo-container .combo-selct .col .box.checked>span {
    color: #fff8f8 !important
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .combo-container .combo-selct .col .box.checked>span.ball {
    background: url(../images/outcache/active-ball.5ade.png) no-repeat center !important
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .combo-container .combo-selct .col .box>span.ball {
    width: 1.2rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    color: #673d22;
    background: url(../images/outcache/ball.1e63.png) no-repeat center !important;
    background-size: inherit !important;
    font-weight: 500;
    border-radius: 100%;
    font-size: 14px
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .combo-container .combo-selct .col .box .default {
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #867163
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .combo-container .combo-selct .col .box .prize {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #fff8f8 !important
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .dragon-tiger-container .select-box {
    background: #27211f;
    border-radius: 12px;
    border: none
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .dragon-tiger-container .select-box header {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff8f8
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .dragon-tiger-container .select-box .colTiger .option-box {
    box-sizing: border-box;
    background: #382e2b;
    border: .5px solid #382e2b;
    border-radius: 8px
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .dragon-tiger-container .select-box .colTiger .option-box span {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #fff8f8
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .niuniu-container .row-box {
    background: #27211f;
    border-radius: 12px;
    border: none
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .niuniu-container .row-box .select-box {
    box-sizing: border-box;
    background: #382e2b;
    border: .5px solid #382e2b;
    border-radius: 8px;
    overflow: hidden
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .niuniu-container .row-box .select-box .option-box span {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #fff8f8
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .baccarat-container::before,
.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .baccarat-container::after {
    background: #27211f;
    border-radius: 12px;
    border: none
}

.vjwRoEh2MJ2bMrRPH_OS .sel-types-contents .baccarat-container .combo-select-ball .box {
    box-sizing: border-box;
    background: #382e2b;
    border: .5px solid #382e2b;
    border-radius: 8px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff8f8
}

.vjwRoEh2MJ2bMrRPH_OS footer {
    height: 115px;
    background: #231d1b;
    padding-top: 14px;
    border-top: none
}

.vjwRoEh2MJ2bMrRPH_OS footer .betInfo {
    height: 24px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff8f8;
    padding-bottom: 8px;
    border-bottom: none !important
}

.vjwRoEh2MJ2bMrRPH_OS footer .betInfo .clear-select {
    background: #584040;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    line-height: 24px;
    padding: 2px 0 0 2px
}

.vjwRoEh2MJ2bMrRPH_OS footer .betInfo::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 94%;
    height: 1px;
    background: #2d2727;
    border-radius: 27px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom {
    margin-bottom: 17px
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .moneySelct {
    border-top: none !important
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .moneySelct .text {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #fff8f8;
    margin-right: 4px
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .moneySelct .numbers {
    height: 32px;
    width: 86px;
    background: #382e2b;
    border-radius: 8px;
    line-height: 32px
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .moneySelct .numbers .times-ctl {
    background: #382e2b;
    border: rgba(0, 0, 0, 0);
    color: #fff8f8
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .moneySelct .numbers input {
    background: #382e2b;
    border: rgba(0, 0, 0, 0);
    width: 40px
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .showChips {
    width: 98px !important;
    background-color: #592424 !important;
    border-radius: 88px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    flex-direction: column-reverse !important;
    padding-bottom: 4px;
    padding-top: 2px;
    margin-right: 6px
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .showChips svg {
    color: #fff8f8;
    font-size: 14px !important
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .showChips span {
    color: #fff8f8;
    height: 20px;
    line-height: 20px
}

.vjwRoEh2MJ2bMrRPH_OS footer .bottom .onekey {
    height: 42px !important;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    border-radius: 44px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 42px !important;
    text-align: center !important;
    color: #fff8f8 !important;
    margin-right: 10px
}

.VwthbSLFxpxX5k16TQOm .selected {
    background: #e6ebf5
}

.VwthbSLFxpxX5k16TQOm div.content .item-title {
    display: flex
}

.VwthbSLFxpxX5k16TQOm div.content .item-title .title {
    background: #e6ebf5;
    color: #3b476a;
    display: flex;
    justify-content: space-around;
    padding: 0 .26667rem;
    flex: 1;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    height: 2.1333333rem;
    line-height: 2.13333rem;
    box-sizing: border-box
}

.VwthbSLFxpxX5k16TQOm div.content .item-title .title:last-child {
    border-right: 0
}

.VwthbSLFxpxX5k16TQOm div.content .balls {
    display: flex;
    flex-wrap: wrap
}

.VwthbSLFxpxX5k16TQOm div.content .balls .item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 .26667rem;
    width: 33.3333%;
    height: 2.1333333rem;
    box-sizing: border-box;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc
}

.VwthbSLFxpxX5k16TQOm div.content .balls .item:nth-child(3n+3) {
    border-right: 0
}

.VwthbSLFxpxX5k16TQOm div.content .balls .item>input {
    width: 1.6rem;
    height: 1.22667rem;
    line-height: 1.22667rem;
    border: solid 1px #8f9bb3;
    border-radius: 2px;
    text-align: center;
    color: #e5a100
}

.VwthbSLFxpxX5k16TQOm div.content .balls .item .ball {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    font-size: .746667rem;
    text-align: center
}

.VwthbSLFxpxX5k16TQOm div.content .balls .item .red {
    background: url(../images/outcache/red.587b.png) no-repeat center center;
    background-size: 100% 100%
}

.VwthbSLFxpxX5k16TQOm div.content .balls .item .green {
    background: url(../images/outcache/green.2e21.png) no-repeat center center;
    background-size: 100% 100%
}

.VwthbSLFxpxX5k16TQOm div.content .balls .item .blue {
    background: url(../images/outcache/blue.a62c.png) no-repeat center center;
    background-size: 100% 100%
}

.nVUivA4c2LXkqwXbKNbf {
    height: 1.92rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nVUivA4c2LXkqwXbKNbf div.add,
.nVUivA4c2LXkqwXbKNbf div.total {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #515151;
    color: #e6d291;
    width: 6.93rem;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    position: relative;
    flex-wrap: wrap
}

.nVUivA4c2LXkqwXbKNbf div.add {
    padding: 0 .64rem;
    justify-content: space-between;
    background: #95352e
}

.nVUivA4c2LXkqwXbKNbf div.add>div {
    font-size: .64rem;
    text-align: center;
    color: #fff
}

.nVUivA4c2LXkqwXbKNbf div.add>div.actived {
    color: #e6d291
}

.nVUivA4c2LXkqwXbKNbf div.add>span {
    position: relative
}

.nVUivA4c2LXkqwXbKNbf div.add>span>svg {
    font-size: .85rem
}

.nVUivA4c2LXkqwXbKNbf div.add>span>em {
    position: absolute;
    min-width: .64rem;
    height: .64rem;
    color: #fff;
    background: #ea5c5d;
    border-radius: .64rem;
    text-align: center;
    right: -0.32rem;
    top: -0.32rem
}

.nVUivA4c2LXkqwXbKNbf div.total {
    width: 6.4rem;
    background: #95352e
}

.nVUivA4c2LXkqwXbKNbf div.total>div {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nVUivA4c2LXkqwXbKNbf div.total>div>em {
    margin: 0 .05rem;
    color: #fff
}

.nVUivA4c2LXkqwXbKNbf button.onekey {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.67rem;
    font-size: .75rem;
    font-weight: bold;
    padding: 0;
    border-radius: 0;
    background-color: #ccc
}

.nVUivA4c2LXkqwXbKNbf button.onekey.actived {
    color: #fff;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%)
}

.nVUivA4c2LXkqwXbKNbf {
    padding: 0 16px
}

.nVUivA4c2LXkqwXbKNbf div.add,
.nVUivA4c2LXkqwXbKNbf div.total {
    background: rgba(0, 0, 0, 0);
    color: #333
}

.nVUivA4c2LXkqwXbKNbf button.onekey.actived {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.nVUivA4c2LXkqwXbKNbf div.total {
    max-width: 80px;
    height: 44px;
    background: #592424;
    border-radius: 4px;
    border: none;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff8f8;
    padding-top: 2px
}

.nVUivA4c2LXkqwXbKNbf div.total>div>em {
    color: #ed6b6b
}

.nVUivA4c2LXkqwXbKNbf div.add>div.actived,
.nVUivA4c2LXkqwXbKNbf div.add>div {
    color: #fff8f8
}

.nVUivA4c2LXkqwXbKNbf div.add {
    background: #592424;
    border-radius: 4px;
    border: none
}

.nVUivA4c2LXkqwXbKNbf div.add>span>svg {
    color: #e9c595
}

.nVUivA4c2LXkqwXbKNbf div.add>div {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff8f8
}

.nVUivA4c2LXkqwXbKNbf button.onekey {
    width: 6.49rem;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%);
    opacity: .4;
    border-radius: 44px;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff8f8
}

.nVUivA4c2LXkqwXbKNbf button.onekey.actived {
    opacity: 1;
    background: linear-gradient(180deg, #FFABAE 0%, #B00000 100%)
}

.P6PVsVApiYWpyffkx342 {
    padding-bottom: 2.026667rem;
    box-sizing: border-box;
    padding-top: .8rem
}

.P6PVsVApiYWpyffkx342>div.contents {
    overflow: scroll;
    overscroll-behavior: contain
}

.P6PVsVApiYWpyffkx342>div.contents>div.title {
    background-color: #fff;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.P6PVsVApiYWpyffkx342>div.contents>div.title>span {
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 33.3333%
}

.P6PVsVApiYWpyffkx342>div.contents>div.title>span.issue {
    width: 20%
}

.P6PVsVApiYWpyffkx342>div.contents>div.title>span.codes {
    width: 75%
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item {
    height: 2.133333rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #efefef
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item:nth-child(2n) {
    background-color: #fff
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item>div {
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item>div.code-issue {
    width: 20%
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item>div.code-number {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 75%
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item>div.code-number>span {
    display: flex;
    justify-content: center;
    width: 1.333333rem;
    height: 1.333333rem;
    line-height: 1.333333rem;
    color: #fff;
    margin: 0 .213333rem
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item>div.code-number>span.red {
    background: url(../images/outcache/red.5edc.png) no-repeat center center;
    background-size: 100% 100%
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item>div.code-number>span.green {
    background: url(../images/outcache/green.494a.png) no-repeat center center;
    background-size: 100% 100%
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item>div.code-number>span.blue {
    background: url(../images/outcache/blue.5a96.png) no-repeat center center;
    background-size: 100% 100%
}

.P6PVsVApiYWpyffkx342>div.contents>div.code-item>div.code-number>span.and {
    width: .64rem;
    height: 2px;
    background: #0860b7;
    border-radius: 2px
}

.P6PVsVApiYWpyffkx342>div.footer {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #e5e5e5
}

.P6PVsVApiYWpyffkx342>div.footer>button {
    height: 1.333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.266667rem;
    margin: 0 .533333rem;
    border-radius: 5px;
    font-size: .64rem;
    color: #fff;
    background-color: #2c2a29;
    padding: 0
}

.ylBVnVjNMXTzDSgnHpJo {
    padding-top: 4.05rem;
    padding-bottom: 2.026667rem;
    box-sizing: border-box;
    background-color: #1a1716
}

.ylBVnVjNMXTzDSgnHpJo.bet {
    padding-top: 9.0667rem
}

.ylBVnVjNMXTzDSgnHpJo>.header {
    position: fixed;
    width: 100%;
    height: 4.05rem;
    top: 0;
    left: 0;
    z-index: 1
}

.ylBVnVjNMXTzDSgnHpJo>.header>.tabs {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    padding: 0 .5333rem
}

.ylBVnVjNMXTzDSgnHpJo>.header>.tabs::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 85%;
    border-bottom: 1px solid #27211f;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.ylBVnVjNMXTzDSgnHpJo>.header>.tabs>button {
    height: 2.026667rem;
    line-height: 2.026667rem;
    text-align: center;
    box-sizing: border-box;
    width: 33.3333%;
    text-align: center;
    font-size: .746667rem;
    border-radius: 0;
    padding: 0;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    color: #867163;
    margin-bottom: 2px;
    z-index: 1
}

.ylBVnVjNMXTzDSgnHpJo>.header>.tabs>button.actived {
    font-size: 16px;
    color: #d33d3f
}

.ylBVnVjNMXTzDSgnHpJo>.header>.tabs>button.actived::after {
    position: absolute;
    bottom: 1.5px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    border-radius: .16rem;
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%)
}

.ylBVnVjNMXTzDSgnHpJo>.body {
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 3rem
}

.ylBVnVjNMXTzDSgnHpJo>.footer {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 162px;
    background: #231d1b;
    padding-bottom: 16px
}

.ylBVnVjNMXTzDSgnHpJo>.lhc-footer {
    height: 4rem
}

.wHW8CgjA8xU5DN6RuC_Q {
    height: calc(100% - 2.4rem);
    margin: 2.4rem .54rem 3rem;
    overflow-y: auto
}

.wHW8CgjA8xU5DN6RuC_Q .box {
    padding-top: .64rem
}

.wHW8CgjA8xU5DN6RuC_Q .box:last-child {
    margin-bottom: 4rem
}

.wHW8CgjA8xU5DN6RuC_Q .box .title {
    font-size: .8rem;
    color: #2f2747;
    margin: .54rem 0;
    display: flex;
    align-items: center
}

.wHW8CgjA8xU5DN6RuC_Q .box .title::before {
    display: inline-block;
    content: "";
    width: .21333rem;
    height: .74667rem;
    border-radius: .10667rem;
    background: #775493;
    margin-right: .28rem
}

.wHW8CgjA8xU5DN6RuC_Q .box .lotterys {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 10px;
    align-items: center;
    justify-content: center
}

.wHW8CgjA8xU5DN6RuC_Q .box .lotterys .item {
    border-radius: .48rem;
    background: #fff;
    box-shadow: 0px 4px 12.3px 0px rgba(136, 105, 230, .1);
    text-align: center;
    width: 5.97333rem;
    padding: .54rem 0
}

.wHW8CgjA8xU5DN6RuC_Q .box .lotterys .item>img {
    width: 3.14384rem;
    height: 3.09333rem
}

.wHW8CgjA8xU5DN6RuC_Q .box .lotterys .item .text {
    margin-top: .54rem;
    font-size: .8rem
}

.wHW8CgjA8xU5DN6RuC_Q .guajiBtn {
    position: fixed;
    right: 1px;
    top: 2.4rem;
    width: 5.22667rem;
    height: 2.986667rem;
    background: url(../images/outcache/guajiBg.4810.png) no-repeat center center;
    background-size: contain;
    z-index: 10
}

.wHW8CgjA8xU5DN6RuC_Q {
    border-radius: 10px
}

.wHW8CgjA8xU5DN6RuC_Q .box {
    background: #382e2b;
    margin-bottom: .5rem;
    padding: .3rem;
    border-radius: 10px
}

.wHW8CgjA8xU5DN6RuC_Q .box:last-child {
    margin-bottom: 4rem
}

.wHW8CgjA8xU5DN6RuC_Q .box .title {
    color: #fff8f8
}

.wHW8CgjA8xU5DN6RuC_Q .box .title::before {
    background: linear-gradient(180deg, #E6676E 0%, #7E1D1F 100%)
}

.wHW8CgjA8xU5DN6RuC_Q .box .lotterys {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px 5px;
    align-items: center;
    justify-content: center
}

.wHW8CgjA8xU5DN6RuC_Q .box .lotterys .item {
    box-sizing: border-box;
    width: 109px;
    height: 118px;
    background: linear-gradient(180deg, #664D4D 0%, #271F1F 100%)
}

.wHW8CgjA8xU5DN6RuC_Q .box .lotterys .item>img {
    width: 3.14384rem;
    height: 3.09333rem
}

.wHW8CgjA8xU5DN6RuC_Q .box .lotterys .item .text {
    color: #fff8f8
}

.wHW8CgjA8xU5DN6RuC_Q .guajiBtn {
    background-image: url(../images/outcache/guajiBg.4bfa.png) !important
}

.tUAy0zPyWBZs1UKvngLj {
    padding: 2.4rem 0 0;
    background: var(--color-背景1);
    height: 100%
}

.tUAy0zPyWBZs1UKvngLj .content {
    border-radius: .53rem;
    width: 97%;
    margin: .5333rem auto 0
}

.tUAy0zPyWBZs1UKvngLj .content .item {
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: var(--color-彈窗1);
    border-radius: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #2d2727;
    color: var(--text-文字主)
}

.tUAy0zPyWBZs1UKvngLj .content .item .left {
    height: 1.25rem;
    width: 1.25rem;
    display: inline-block;
    margin: 0 12px 0 20px
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.casino {
    background: url(../images/outcache/casino.eeca.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.sport {
    background: url(../images/outcache/sport.cac5.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.poker {
    background: url(../images/outcache/poker.c9cf.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.esport {
    background: url(../images/outcache/esport.5067.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.fishing {
    background: url(../images/outcache/fishing.20c6.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.daily {
    background: url(../images/outcache/casino.eeca.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.lottery {
    background: url(../images/outcache/lottery.4284.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.commission {
    background: url(../images/outcache/cheat.c8ae.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .left.other {
    background: url(../images/outcache/casino.eeca.png) no-repeat center;
    background-size: 100% 100%
}

.tUAy0zPyWBZs1UKvngLj .content .item .name {
    display: flex;
    flex-direction: column;
    align-items: normal;
    width: 70%;
    font-size: .75rem;
    font-weight: 400
}

.tUAy0zPyWBZs1UKvngLj .content .item .right {
    width: 1.13rem;
    height: 1.13rem;
    display: inline-block;
    background: url(../images/outcache/right.e2dc.png) no-repeat center;
    background-size: 100% 100%
}

.kK0DJ6axMdMjSFini8Ct {
    margin: 2.4rem .7467rem
}

.kK0DJ6axMdMjSFini8Ct .box .form-item {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 1rem;
    font-size: .64rem
}

.kK0DJ6axMdMjSFini8Ct .box .form-item .label {
    width: 28%;
    text-align: right;
    font-size: .64rem
}

.kK0DJ6axMdMjSFini8Ct .box .form-item .input-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 2.34667rem;
    padding: .21333rem .42667rem;
    width: 100%;
    border-radius: .42667rem;
    border: none;
    background: var(--color-对话框1);
    box-sizing: border-box
}

.kK0DJ6axMdMjSFini8Ct .box .form-item .input-box input {
    border: 0;
    width: 100%;
    height: 1.6rem;
    box-sizing: border-box;
    padding: 0 .4rem 0 .6rem;
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.kK0DJ6axMdMjSFini8Ct .box .form-item .input-box .show-pass {
    color: #99a0b1;
    padding: .4rem 0 .4rem .6rem
}

.kK0DJ6axMdMjSFini8Ct .box .form-item .input-box>svg {
    width: 20px
}

.kK0DJ6axMdMjSFini8Ct .actions {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 2.64rem;
    justify-content: center
}

.kK0DJ6axMdMjSFini8Ct .actions>span {
    background: var(--color-主渐变);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    width: 85%;
    height: 2.56rem;
    margin: 0 .53333rem;
    box-sizing: border-box;
    border-radius: 2.13333rem;
    letter-spacing: 4px;
    color: var(--text-文字主);
    font-size: .85333rem
}

.kK0DJ6axMdMjSFini8Ct .alert {
    margin-top: .53333rem;
    color: var(--text-文字强调)
}

.fFn8KPUv3gb7YxRv8xbC {
    margin-top: 2.4rem;
    height: calc(100vh - 2.4rem);
    box-sizing: border-box
}

.fFn8KPUv3gb7YxRv8xbC .contents {
    text-align: center;
    margin: 0 auto;
    padding: .64rem .8rem 3rem
}

.fFn8KPUv3gb7YxRv8xbC .title {
    width: 9.546667rem;
    height: 2.08rem
}

.fFn8KPUv3gb7YxRv8xbC .step-img {
    width: 18.2933333333rem;
    height: 1.8666666667rem;
    margin: .533333rem 0 2rem
}

.fFn8KPUv3gb7YxRv8xbC .text {
    font-size: .7466667rem;
    color: var(--text-文字主);
    margin-bottom: .4rem
}

.fFn8KPUv3gb7YxRv8xbC .check-tip {
    border-left: 2px solid #99a0b1;
    padding-left: .2rem;
    color: #99a0b1;
    font-size: .64rem;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-top: 2rem
}

.fFn8KPUv3gb7YxRv8xbC .input-box {
    display: flex;
    position: relative;
    height: 2.24rem;
    padding: 0 .42667rem;
    border-radius: .42667rem;
    border: none;
    background: var(--color-对话框1);
    margin-top: .4rem;
    box-sizing: border-box;
    align-items: center
}

.fFn8KPUv3gb7YxRv8xbC .input-box .input-icon-l {
    color: #5b5b6a;
    font-size: .853333rem
}

.fFn8KPUv3gb7YxRv8xbC .input-box .input-icon-r {
    color: #99a0b1;
    font-size: .853333rem;
    padding: .4rem 0 .4rem .6rem
}

.fFn8KPUv3gb7YxRv8xbC .input-box input {
    border: 0;
    width: 80%;
    height: 1.6rem;
    box-sizing: border-box;
    padding-left: .4rem;
    color: var(--text-文字主);
    background: rgba(0, 0, 0, 0)
}

.fFn8KPUv3gb7YxRv8xbC .input-box input::placeholder {
    color: #95352e
}

.fFn8KPUv3gb7YxRv8xbC .step-one input {
    border: 0;
    width: 100%;
    height: 1.6rem;
    box-sizing: border-box;
    padding-left: .4rem
}

.fFn8KPUv3gb7YxRv8xbC .step-one .checkcode-text {
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    margin: 2px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    height: 1.49333rem;
    padding: .42667rem .64rem;
    min-width: 4.48rem;
    color: #fff;
    font-size: .64rem;
    border-radius: 1.06667rem;
    box-sizing: border-box;
    justify-content: center
}

.fFn8KPUv3gb7YxRv8xbC .alert {
    margin-top: .4rem;
    color: #949292;
    text-align: left;
    font-size: .53333rem
}

.fFn8KPUv3gb7YxRv8xbC .step-success {
    width: 7.306667rem;
    height: 6.826667rem;
    margin: .53333rem 0 1.066667rem
}

.fFn8KPUv3gb7YxRv8xbC .next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 2.56rem;
    box-sizing: border-box;
    letter-spacing: 4px;
    border: 0;
    color: #fff;
    margin: 2rem auto 0;
    border-radius: 2.13333rem;
    background: var(--color-主渐变);
    font-size: .85333rem;
    font-style: normal;
    font-weight: 500
}

.fFn8KPUv3gb7YxRv8xbC .step-line {
    display: flex;
    justify-content: space-between;
    color: var(--text-文字主);
    margin: 20px auto
}

.fFn8KPUv3gb7YxRv8xbC .step-line .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1
}

.fFn8KPUv3gb7YxRv8xbC .step-line .item>span {
    width: 15px;
    display: block;
    height: 15px;
    background: #736760;
    border-radius: 50%;
    margin-top: .5333rem
}

.fFn8KPUv3gb7YxRv8xbC .step-line .item:nth-child(n+2)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #736760;
    position: absolute;
    bottom: 7px;
    right: 50%
}

.fFn8KPUv3gb7YxRv8xbC .step-line .item.active {
    color: var(--text-文字强调)
}

.fFn8KPUv3gb7YxRv8xbC .step-line .item.active>span {
    background: var(--color-主渐变)
}

.fFn8KPUv3gb7YxRv8xbC .step-line .item.active::after {
    background: var(--color-主渐变)
}

.fFn8KPUv3gb7YxRv8xbC .err-text {
    display: flex;
    height: 1.2333rem;
    line-height: 1.2333rem;
    justify-content: center;
    background: #3b3735;
    color: #978787
}

.fFn8KPUv3gb7YxRv8xbC .err-text span {
    width: 15px;
    display: block;
    height: 15px;
    background: var(--color-主渐变);
    border-radius: 50%;
    margin-top: .3333rem
}

.ANyAToyP4XOvzTvHn_7v {
    height: calc(100% - 2.4rem);
    box-sizing: border-box;
    margin-top: 2.4rem;
    position: relative;
    overflow: auto
}

.ANyAToyP4XOvzTvHn_7v>.contents {
    margin: .8rem
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.title {
    margin-bottom: .5333rem;
    font-size: .90667rem;
    color: #2f2747;
    position: relative;
    margin-top: 1.0667rem
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.input {
    border-bottom: 1px solid rgba(217, 217, 217, .8);
    height: 1.8667rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
    font-size: .7467rem;
    box-sizing: border-box
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.input>input {
    border: 0;
    box-sizing: border-box;
    width: 80%
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.input>span.pre-code {
    font-weight: bold;
    color: #666
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.input>span.get-code {
    background: linear-gradient(0deg, #5a436c, #815b82 53%, #91658c);
    font-size: .64rem;
    color: #fff;
    padding: .2667rem;
    border-radius: .2133rem;
    box-sizing: border-box;
    margin-left: auto
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.input>input {
    width: 70%
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.tips {
    background: linear-gradient(154.77deg, #FF804B -3.94%, #EE5A5A 96.43%);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    line-height: 16px;
    font-size: 12px;
    margin: .2667rem 0
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.submit {
    height: 2.026667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(282deg, #2C2A29, #2C2A29);
    color: #fff;
    justify-content: center;
    font-size: .853333rem;
    font-weight: bold;
    border-radius: .2667rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 .2667rem;
    border: 0;
    justify-content: center;
    flex-wrap: nowrap;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    margin: auto;
    margin-top: 1.0667rem
}

.ANyAToyP4XOvzTvHn_7v .contents>div.title {
    color: var(--text-文字主)
}

.ANyAToyP4XOvzTvHn_7v .contents>div.input {
    height: 2.24rem;
    padding: .42667rem .64rem;
    box-sizing: border-box;
    border-radius: .42667rem;
    border: none;
    background: var(--color-对话框1)
}

.ANyAToyP4XOvzTvHn_7v .contents>div.input>input::placeholder {
    color: #51463f
}

.ANyAToyP4XOvzTvHn_7v .contents>div.input>span.pre-code {
    color: var(--text-文字主)
}

.ANyAToyP4XOvzTvHn_7v .contents>div.input>input {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字主)
}

.ANyAToyP4XOvzTvHn_7v .contents>div.title::before {
    background-color: #99a0b1
}

.ANyAToyP4XOvzTvHn_7v .contents>div.input>span.get-code {
    height: 1.49333rem;
    padding: .42667rem .64rem;
    border-radius: .53333rem;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    box-sizing: border-box;
    text-align: center;
    min-width: 4rem
}

.ANyAToyP4XOvzTvHn_7v .contents>div.submit {
    width: 85%;
    margin-top: 2rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    color: #fff;
    background: var(--color-主渐变)
}

.ANyAToyP4XOvzTvHn_7v>.contents>div.tips {
    color: var(--text-文字副)
}

.HfK2TzBZjSvCTTIoHJKu {
    width: 100%;
    padding-top: 40px;
    background: var(--color-背景1);
    height: 100%
}

.HfK2TzBZjSvCTTIoHJKu.no-header {
    padding-top: 0
}

.HfK2TzBZjSvCTTIoHJKu .top-tips {
    margin-top: 12px;
    margin-bottom: 15px;
    background-color: #231d1b
}

.HfK2TzBZjSvCTTIoHJKu .top-tips p {
    color: var(--text-文字副);
    font-size: .6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: 10px center;
    padding-left: 1.4rem
}

.HfK2TzBZjSvCTTIoHJKu>ul {
    width: 100%
}

.HfK2TzBZjSvCTTIoHJKu>ul .item {
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.usd_type {
    padding-bottom: 15px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.usd_type .label_box {
    justify-content: flex-start;
    align-items: flex-start
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.usd_type .label_box>p {
    margin-bottom: 5px;
    color: var(--text-文字副)
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.usd_type .label_box>ul {
    display: flex
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.usd_type .label_box>ul li {
    height: 1.24rem;
    line-height: 1.24rem;
    padding: 0 .3rem;
    border-radius: 4px;
    color: var(--text-文字副);
    margin-right: 10px;
    border: 1px solid var(--text-文字副)
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.usd_type .label_box>ul li.active {
    background: var(--color-主渐变);
    color: var(--text-文字主);
    border: none
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.usd_type .usdt_tips {
    color: red
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box>select {
    width: 100%
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box>input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 10px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box>input.error {
    border-color: red
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box>input::-webkit-input-placeholder {
    color: #ccc
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box>input,
.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box select,
.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box .ant-select-selector {
    background: var(--color-对话框1);
    color: var(--text-文字主);
    border: none
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .label_box>span {
    display: inline-block;
    line-height: 45px;
    text-align: left
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .ant-select .ant-select-arrow .ant-select-arrow-icon {
    transition: .5s all;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    background-position: center;
    background-size: 100% auto
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .ant-select .ant-select-arrow .ant-select-arrow-icon svg {
    display: none !important
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .ant-select.ant-select-open .ant-select-arrow .ant-select-arrow-icon {
    transform: rotate(0deg)
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .tips {
    color: var(--text-文字强调);
    margin-top: 4px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item label {
    width: 100%;
    text-align: left;
    margin-right: 10px;
    color: var(--text-文字主);
    font-size: 14px;
    margin-bottom: 5px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item label i {
    display: inline-block;
    margin-right: 10px;
    color: #7d558a
}

.HfK2TzBZjSvCTTIoHJKu>ul .item select {
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 8px;
    padding: 0 7px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .form_tooltips {
    width: 156px;
    padding: 9.5px 12px;
    font-size: 12px;
    text-align: center;
    border-radius: 8px;
    color: #7d558a;
    background: #e0e1ff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
    opacity: 0;
    z-index: -1;
    transition: all .15s
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .form_tooltips::after {
    content: "";
    position: absolute;
    left: -18px;
    border-color: rgba(0, 0, 0, 0) #e0e1ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 7px 10px 7px 10px;
    border-style: solid
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .form_tooltips.form_tooltips_show {
    opacity: 1;
    z-index: 100
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.branch_adress .input_box {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.branch_adress .input_box select {
    flex: 1;
    border-radius: 8px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item.branch_adress .input_box select:first-child {
    margin-right: 10px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .button {
    height: 2.45333rem;
    line-height: 2.45333rem;
    width: 100%;
    margin-top: .53333rem;
    color: #fff;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: .8rem;
    border-radius: 2.45333rem
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .button.next {
    background: var(--color-主渐变)
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .button.next.mgc {
    margin: 0 auto
}

.HfK2TzBZjSvCTTIoHJKu>ul .item .button.cancle {
    background: var(--color-主渐变)
}

.HfK2TzBZjSvCTTIoHJKu>ul.hidden {
    display: none
}

.HfK2TzBZjSvCTTIoHJKu>ul.show {
    display: block
}

.aeFaiAhRpaRJk4hjwV3d .confirm-box {
    width: 100%;
    text-align: center
}

.aeFaiAhRpaRJk4hjwV3d .confirm-box .item {
    border-bottom: 1px dashed rgba(160, 149, 198, .2);
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    color: var(--text-文字主)
}

.aeFaiAhRpaRJk4hjwV3d .confirm-box .item:last-child {
    border-bottom: none
}

.aeFaiAhRpaRJk4hjwV3d .confirm-box .item .footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.aeFaiAhRpaRJk4hjwV3d .confirm-box .item .footer .button {
    height: 2.45333rem;
    line-height: 2.45333rem;
    width: 30%;
    margin-top: .53333rem;
    color: var(--text-文字主);
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: .8rem;
    border-radius: 1.22rem;
    background: var(--color-主渐变)
}

.aeFaiAhRpaRJk4hjwV3d .confirm-box .item .footer .button.next {
    margin-right: 5%
}

.aeFaiAhRpaRJk4hjwV3d .confirm-box .item .footer .button.next.mgc {
    margin: 0 auto
}

.aeFaiAhRpaRJk4hjwV3d .confirm-box .item .footer .button.cancle {
    margin-left: 5%;
    margin-right: 40px
}

.aeFaiAhRpaRJk4hjwV3d .result-box {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: var(--text-文字强调)
}

.aeFaiAhRpaRJk4hjwV3d .ant-select-selection--single {
    height: 40px;
    line-height: 40px
}

.aeFaiAhRpaRJk4hjwV3d .ant-select-selection__placeholder {
    height: 40px;
    line-height: 40px;
    margin-top: -20px
}

.aeFaiAhRpaRJk4hjwV3d .ant-select-selection__rendered {
    height: 40px;
    line-height: 40px
}

.aeFaiAhRpaRJk4hjwV3d .result {
    width: 100px;
    padding-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(47, 39, 71, .4)
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont {
    margin-top: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card {
    background: var(--color-彈窗1);
    border-top: 1px solid #a28d8d;
    margin-bottom: .6rem;
    border-radius: .64rem;
    margin-bottom: 1rem;
    border: 1px solid #3e3131;
    overflow: hidden;
    padding: .8533rem
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div {
    height: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:first-child {
    border-bottom: 1px solid #f6ece2;
    padding: 0 .4rem
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:first-child :first-child {
    color: var(--text-文字主);
    font-weight: bold
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:first-child :last-child {
    color: var(--text-文字副)
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:last-child {
    height: 3rem;
    padding: 0 .4rem
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:last-child>div {
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:last-child>div p {
    color: var(--text-文字副)
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:last-child>div p:first-child {
    color: var(--text-文字主)
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:last-child>div:nth-child(2) p:nth-child(2) {
    color: var(--text-文字主)
}

.dStlwe48TR9PAqXIUesF .bindBankCard-cont .card>div:last-child>div:nth-child(3) a {
    display: flex;
    padding: .1rem;
    border-radius: 4px;
    border: 1px solid #fc0;
    font-size: 12px;
    color: #fc0
}

.dStlwe48TR9PAqXIUesF.no-header .bindBankCard-cont {
    margin-top: 0
}

.dStlwe48TR9PAqXIUesF .actions {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-around
}

.dStlwe48TR9PAqXIUesF .actions p {
    background-size: 100% 100%;
    height: 2.24rem;
    line-height: 2.24rem;
    width: 6.8267rem;
    text-align: center;
    color: var(--text-文字主);
    border-radius: 2.3467rem;
    background: var(--color-主渐变)
}

.dStlwe48TR9PAqXIUesF .bankcard-tips {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 40px;
    color: var(--text-文字副)
}

.dStlwe48TR9PAqXIUesF .bankcard-tips .tips-red {
    color: var(--text-文字强调)
}

.bank-select {
    background: var(--color-对话框1)
}

.bank-select .select-item {
    color: var(--text-文字主)
}

.zoQ9URak1gjCoN3DJaTK {
    background: var(--color-背景1);
    height: 100%
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont {
    padding: 10px 0;
    width: 100%
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li {
    margin-bottom: 20px
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li:after {
    content: "";
    display: block;
    clear: both
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li .list-left {
    float: left;
    width: 110px;
    font-size: 15px;
    line-height: 35px;
    text-align: right;
    padding-right: 10px;
    color: var(--text-文字副)
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li .list-right {
    float: left;
    width: 60%
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li .list-right input[type=text],
.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li .list-right input[type=number] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 14px;
    background: var(--color-对话框1);
    color: var(--text-文字主);
    box-sizing: border-box;
    border: none
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li .list-right select {
    height: 30px;
    border-radius: 3px;
    padding: 0 5px;
    margin-top: 3px;
    color: var(--text-文字主);
    background: var(--color-对话框1)
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li p {
    float: right;
    width: 250px;
    color: var(--text-文字强调);
    margin-top: 1px;
    line-height: 16px
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li p.addUserBank-tips {
    text-indent: 1em;
    margin-top: 30px
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li p.tips-vertical {
    line-height: 30px
}

.zoQ9URak1gjCoN3DJaTK .checkUserBank-cont .addUserBank-list li.addUserBank-title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--text-文字强调);
    font-weight: bold;
    line-height: 40px
}

.zoQ9URak1gjCoN3DJaTK .actions {
    display: flex;
    justify-content: space-evenly
}

.zoQ9URak1gjCoN3DJaTK button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    height: 46px;
    width: 140px;
    border: none;
    border-radius: 2.45333rem;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    letter-spacing: .35rem;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: var(--color-主渐变)
}

.yjxpGAraBBxff42RSGib .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.yjxpGAraBBxff42RSGib .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.yjxpGAraBBxff42RSGib .report-query-set .item.long span.text {
    width: 4.8rem
}

.yjxpGAraBBxff42RSGib .report-query-set .item.long span.value {
    width: 12.48rem
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.yjxpGAraBBxff42RSGib .report-query-set .item.query {
    padding: .65rem 0
}

.yjxpGAraBBxff42RSGib .report-query-set .item .red {
    color: #fd5255
}

.yjxpGAraBBxff42RSGib .report-query-set .item .green {
    color: #00a854
}

.yjxpGAraBBxff42RSGib .report-query-set .item .black {
    color: #3b476a
}

.yjxpGAraBBxff42RSGib .report-query-set .item .yellow {
    color: #ffa526
}

.yjxpGAraBBxff42RSGib .report-query-set .item .blue {
    color: #415ab0
}

.yjxpGAraBBxff42RSGib .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.yjxpGAraBBxff42RSGib .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.yjxpGAraBBxff42RSGib .report-icon-wrapper {
    min-height: 13.33rem
}

.yjxpGAraBBxff42RSGib .report-data-set {
    margin: .8rem 0;
    position: relative
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.actions {
    justify-content: center
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.username,
.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.username .user::before,
.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .red {
    color: #fd5255
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .green {
    color: #00a854
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.yjxpGAraBBxff42RSGib .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.yjxpGAraBBxff42RSGib .report-data-set>.level span {
    color: #2c2a29
}

.yjxpGAraBBxff42RSGib .report-data-set>.level span::after {
    content: ""
}

.yjxpGAraBBxff42RSGib .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.yjxpGAraBBxff42RSGib .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.yjxpGAraBBxff42RSGib .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.yjxpGAraBBxff42RSGib .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.yjxpGAraBBxff42RSGib .report-infos h6 {
    font-weight: bold
}

.yjxpGAraBBxff42RSGib .report-infos .red {
    color: #fd5255
}

.yjxpGAraBBxff42RSGib .report-infos .green {
    color: #00a854
}

.yjxpGAraBBxff42RSGib .report-infos .black {
    color: #3b476a
}

.yjxpGAraBBxff42RSGib .report-infos .yellow {
    color: #ffa526
}

.yjxpGAraBBxff42RSGib .report-infos .blue {
    color: #415ab0
}

.yjxpGAraBBxff42RSGib .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.yjxpGAraBBxff42RSGib .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.yjxpGAraBBxff42RSGib .report-data-set {
    padding: 0 .1066666667rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.yjxpGAraBBxff42RSGib .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.yjxpGAraBBxff42RSGib .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.yjxpGAraBBxff42RSGib .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.yjxpGAraBBxff42RSGib .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.yjxpGAraBBxff42RSGib .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.yjxpGAraBBxff42RSGib .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.yjxpGAraBBxff42RSGib .report-query-set .item select,
.yjxpGAraBBxff42RSGib .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.yjxpGAraBBxff42RSGib .report-query-set .item select option,
.yjxpGAraBBxff42RSGib .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.yjxpGAraBBxff42RSGib .report-footer {
    background: rgba(0, 0, 0, 0)
}

.yjxpGAraBBxff42RSGib {
    background: #f2f3f7;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 .6rem;
    padding-top: 2.4rem
}

.yjxpGAraBBxff42RSGib .search-box {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53);
    margin-top: .5rem
}

.yjxpGAraBBxff42RSGib .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem;
    position: relative
}

.yjxpGAraBBxff42RSGib .item>svg {
    position: absolute;
    right: .2rem
}

.yjxpGAraBBxff42RSGib .item .text {
    width: 25%;
    color: #99a0b1;
    font-size: 0.7466666667rem
}

.yjxpGAraBBxff42RSGib .item .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    font-size: 0.7466666667rem
}

.yjxpGAraBBxff42RSGib .item .value select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none;
    appearance: none
}

.yjxpGAraBBxff42RSGib .select-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px
}

.yjxpGAraBBxff42RSGib .select-time .btn {
    color: #333;
    display: block;
    background-color: #d5d5d7;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
    border: none;
    line-height: 30px
}

.yjxpGAraBBxff42RSGib .select-time .active {
    background: linear-gradient(115.51deg, #e6714f 22.2%, #b34b43 79.57%);
    color: #fff
}

.yjxpGAraBBxff42RSGib .search-btn {
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: linear-gradient(115.51deg, #e6714f 22.2%, #b34b43 79.57%);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: 0.8533333333rem;
    justify-content: center
}

.yjxpGAraBBxff42RSGib .dataList {
    margin: .8rem 0 0 0;
    position: relative;
    height: calc(100vh - 18rem);
    padding: .53333rem 0.1066666667rem;
    overflow-y: scroll;
    box-sizing: border-box
}

.yjxpGAraBBxff42RSGib .dataList .dataList-item {
    margin-bottom: .53rem;
    border-radius: .64rem;
    box-sizing: border-box;
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    background-color: #fff;
    padding: .64rem;
    position: relative;
    transition: .5s height
}

.yjxpGAraBBxff42RSGib .dataList .dataList-item .row-item {
    width: 100%;
    display: flex;
    list-style: none;
    font-style: normal;
    color: #999;
    line-height: 1.07rem
}

.yjxpGAraBBxff42RSGib .dataList .dataList-item .row-item .row-left {
    width: 50%
}

.yjxpGAraBBxff42RSGib .dataList .dataList-item .row-item .row-right {
    width: 50%
}

.yjxpGAraBBxff42RSGib .bottip {
    width: 100%;
    line-height: 1.07rem;
    color: #e6714f
}

.jvcWIxiSjvuKu16zDqwd .report-query-set {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53)
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1.71rem;
    box-sizing: border-box;
    font-size: .69rem;
    color: #70757a
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item.long span.text {
    width: 4.8rem
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item.long span.value {
    width: 12.48rem
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.text {
    width: 3.5rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #99a0b1;
    font-size: .875rem
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.value {
    width: 12.6rem;
    border-bottom: 1px solid #eef0f3;
    height: 1.71rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .53rem
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.value .valueText {
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 400
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.value.fast-date {
    justify-content: space-between
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.value.fast-date>span {
    line-height: 1.33rem;
    background-color: #f7f9fc;
    color: #999;
    padding: 0 .53rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .21rem
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.value.fast-date>span.actived {
    background-color: #2c2a29;
    color: #fff
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.value>input {
    border: 0;
    width: 100%;
    box-sizing: border-box
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item.query {
    padding: .65rem 0
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item .red {
    color: #fd5255
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item .green {
    color: #00a854
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item .black {
    color: #3b476a
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item .yellow {
    color: #ffa526
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item .blue {
    color: #415ab0
}

.jvcWIxiSjvuKu16zDqwd .report-query-set>.alert {
    width: 13.6rem;
    box-sizing: border-box;
    color: #da0000;
    margin-left: auto;
    margin-top: .27rem;
    margin-bottom: .27rem;
    padding: 0 .53rem;
    font-weight: 400
}

.jvcWIxiSjvuKu16zDqwd .report-query-set button.query {
    background: radial-gradient(172.64% 186.82% at 119.65% -7%, #DBEAFF 0%, #415AB0 70.29%, #385B8F 100%);
    width: 18.4375rem;
    height: 2.5rem;
    align-items: center;
    display: flex;
    border-radius: 2.5rem;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    box-shadow: 0 2px 8px 0px #b8c3e2
}

.jvcWIxiSjvuKu16zDqwd .report-icon-wrapper {
    min-height: 13.33rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set {
    margin: .8rem 0;
    position: relative
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    position: relative;
    transition: .5s height
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item.mini {
    height: 2.03rem;
    overflow: hidden
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.07rem;
    color: #999;
    margin-bottom: .27rem;
    line-height: 1.07rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div>span {
    display: flex;
    align-items: center;
    min-height: 1.07rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div>span.total {
    font-size: .875rem;
    font-family: 500
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div>span.total::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.bottom {
    padding-top: .53rem;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.actions {
    justify-content: center
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.actions>span {
    color: #2c2a29;
    background-color: #f8f8f8;
    display: flex;
    height: 1.23rem;
    padding: 0 .53rem;
    margin: 0 .27rem;
    border-radius: .11rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.mid {
    margin: .27rem 0
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.username,
.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.header {
    font-size: .96rem;
    padding-bottom: .53rem;
    border-bottom: 1px solid #f1f1f1
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.username .user::before,
.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.header .user::before {
    content: "";
    width: .1875rem;
    height: .75rem;
    background: #415ab0;
    display: inline-block;
    margin-right: .27rem;
    vertical-align: unset;
    border-radius: .625rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.same-width {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.same-width>div {
    width: 100%
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .inset {
    font-size: .75rem;
    line-height: 1.07rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .mini {
    font-size: .64rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .mini>svg {
    font-size: .64rem !important
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .red {
    color: #fd5255
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .green {
    color: #00a854
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .yellow {
    color: #ffa526
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .black {
    color: #1e1e1e
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .cover-gray {
    background: #ebeef5;
    color: #7d8fb3;
    padding: .11rem .27rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .cover-red {
    background: #fd5255;
    color: #fff;
    padding: .11rem .27rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .cover-blue {
    background: #415ab0;
    color: #fff;
    padding: .11rem .27rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .cover-green {
    background: #00a854;
    color: #fff;
    padding: .11rem .27rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .bold {
    font-weight: 600
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .blue {
    color: #415ab0
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.level {
    margin-bottom: .53rem;
    box-sizing: border-box;
    box-shadow: 0 .14rem .43rem 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    padding: .64rem;
    border-radius: .21rem;
    font-size: .69rem;
    color: #70757a
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.level span {
    color: #2c2a29
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.level span::after {
    content: ""
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.level span:nth-last-of-type(1)::after {
    content: ""
}

.jvcWIxiSjvuKu16zDqwd .report-footer {
    height: 2.666667rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff
}

.jvcWIxiSjvuKu16zDqwd .report-footer>button {
    height: 2.0266667rem;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #CF5A38 16.04%, #95352E 86.32%);
    justify-content: center;
    color: #fff;
    font-size: .8533333rem;
    font-weight: bold;
    border-radius: .8rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 1.6rem
}

.jvcWIxiSjvuKu16zDqwd .report-infos {
    margin: .8rem 0;
    line-height: 1.17rem;
    color: #3b476a
}

.jvcWIxiSjvuKu16zDqwd .report-infos h6 {
    font-weight: bold
}

.jvcWIxiSjvuKu16zDqwd .report-infos .red {
    color: #fd5255
}

.jvcWIxiSjvuKu16zDqwd .report-infos .green {
    color: #00a854
}

.jvcWIxiSjvuKu16zDqwd .report-infos .black {
    color: #3b476a
}

.jvcWIxiSjvuKu16zDqwd .report-infos .yellow {
    color: #ffa526
}

.jvcWIxiSjvuKu16zDqwd .report-infos .blue {
    color: #415ab0
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>.value>.MuiInput-root {
    width: 100%
}

.jvcWIxiSjvuKu16zDqwd .report-query-set button.query {
    width: 15.7333rem;
    height: 2.56rem;
    background: var(--color-主渐变);
    align-items: center;
    display: flex;
    border-radius: 4.6933rem;
    margin: 0 auto;
    color: var(--text-文字主);
    justify-content: center;
    margin-top: .8rem;
    box-shadow: none
}

.jvcWIxiSjvuKu16zDqwd .report-data-set {
    padding: 0 .1066666667rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item {
    background: var(--color-彈窗1);
    border-radius: .64rem
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div {
    color: var(--text-文字副)
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .cover-gray {
    background: rgba(0, 0, 0, 0);
    color: var(--text-文字强调)
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div.actions>span {
    background: var(--color-主渐变);
    color: var(--text-文字主)
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .black {
    color: var(--text-文字强调)
}

.jvcWIxiSjvuKu16zDqwd .report-data-set .data-item>div.header .user {
    position: relative;
    text-align: left;
    padding-left: .2666666667rem;
    padding-left: .5333333333rem;
    color: var(--text-文字主)
}

.jvcWIxiSjvuKu16zDqwd .report-data-set .data-item>div.header .user::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: calc(50% - .3733333333rem);
    width: .16rem;
    height: .7466666667rem;
    background: var(--color-主渐变)
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .blue {
    color: var(--text-文字强调)
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.data-item>div .cover-blue {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%)
}

.jvcWIxiSjvuKu16zDqwd .report-data-set>.level {
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2)
}

.jvcWIxiSjvuKu16zDqwd .report-query-set {
    background: var(--color-彈窗1);
    box-shadow: none
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.text {
    color: var(--text-文字副)
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item>span.value .valueText {
    color: var(--text-文字主)
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item select,
.jvcWIxiSjvuKu16zDqwd .report-query-set .item input {
    background: var(--color-彈窗1);
    color: var(--text-文字主);
    padding: 0
}

.jvcWIxiSjvuKu16zDqwd .report-query-set .item select option,
.jvcWIxiSjvuKu16zDqwd .report-query-set .item input option {
    background: var(--color-彈窗1)
}

.jvcWIxiSjvuKu16zDqwd .report-footer {
    background: rgba(0, 0, 0, 0)
}

.jvcWIxiSjvuKu16zDqwd {
    background: #f2f3f7;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 .6rem;
    padding-top: 2.4rem
}

.jvcWIxiSjvuKu16zDqwd .search-box {
    background-color: #fff;
    padding: .64rem;
    border-radius: .53rem;
    box-shadow: 0 6px 14px 0 rgba(169, 191, 244, .53);
    margin-top: .5rem
}

.jvcWIxiSjvuKu16zDqwd .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .266667rem;
    height: 1.483333rem;
    position: relative
}

.jvcWIxiSjvuKu16zDqwd .item>svg {
    position: absolute;
    right: .2rem
}

.jvcWIxiSjvuKu16zDqwd .item .btn {
    color: #333;
    display: block;
    background-color: #d5d5d7;
    padding: 0 20px;
    line-height: 27px;
    border-radius: 3px;
    box-sizing: border-box;
    border: none;
    line-height: 30px
}

.jvcWIxiSjvuKu16zDqwd .item .btn.active {
    background: linear-gradient(115.51deg, #E6714F 22.2%, #B34B43 79.57%);
    color: #fff
}

.jvcWIxiSjvuKu16zDqwd .item .text {
    width: 25%;
    color: #99a0b1;
    font-size: 0.7466666667rem
}

.jvcWIxiSjvuKu16zDqwd .item .value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
    padding-left: .266667rem;
    padding-right: .266667rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-color: #d7d5d5;
    border-style: solid;
    font-size: 0.7466666667rem
}

.jvcWIxiSjvuKu16zDqwd .item .value select {
    width: 100%;
    height: 100%;
    border: 0;
    color: #0f0f0f;
    outline: none;
    appearance: none
}

.jvcWIxiSjvuKu16zDqwd .select-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px
}

.jvcWIxiSjvuKu16zDqwd .select-time .btn {
    color: #333;
    display: block;
    background-color: #d5d5d7;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
    border: none;
    line-height: 30px
}

.jvcWIxiSjvuKu16zDqwd .select-time .active {
    background: linear-gradient(115.51deg, #e6714f 22.2%, #b34b43 79.57%);
    color: #fff
}

.jvcWIxiSjvuKu16zDqwd .search-btn {
    display: flex;
    align-items: center;
    width: 15.7333333333rem;
    height: 2.56rem;
    border-radius: 1.28rem;
    border: 1px;
    background: linear-gradient(115.51deg, #e6714f 22.2%, #b34b43 79.57%);
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    margin: .5333rem auto 0 auto;
    color: #fff;
    font-size: 0.8533333333rem;
    justify-content: center
}

.jvcWIxiSjvuKu16zDqwd .dataList {
    margin: .8rem 0 0 0;
    position: relative;
    height: calc(100vh - 18rem);
    padding: .53333rem 0.1066666667rem;
    overflow-y: scroll;
    box-sizing: border-box
}

.jvcWIxiSjvuKu16zDqwd .dataList .dataList-item {
    margin-bottom: .53rem;
    border-radius: .64rem;
    box-sizing: border-box;
    box-shadow: 0 .2133rem .32rem 0 rgba(108, 0, 0, .2);
    background-color: #fff;
    padding: .64rem;
    position: relative;
    transition: .5s height
}

.jvcWIxiSjvuKu16zDqwd .dataList .dataList-item .row-item {
    width: 100%;
    display: flex;
    list-style: none;
    font-style: normal;
    color: #999;
    line-height: 1.07rem
}

.jvcWIxiSjvuKu16zDqwd .dataList .dataList-item .row-item .row-left {
    width: 50%
}

.jvcWIxiSjvuKu16zDqwd .dataList .dataList-item .row-item .row-right {
    width: 50%
}

.jvcWIxiSjvuKu16zDqwd .bottip {
    width: 100%;
    line-height: 1.07rem;
    color: #e6714f
}

html[data-theme=dark] {
    --color-主渐变: linear-gradient(180deg, #e6676e 0%, #7e1d1f 100%);
    --color-背景1: #1a1716;
    --color-彈窗1: #27211f;
    --color-对话框1: #382e2b;
    --color-点缀4: #592424;
    --text-文字主: #fff8f8;
    --text-文字副: #867163;
    --text-文字强调: #d33d3f
}

html[data-theme=dark] body>div#app {
    background: var(--color-背景1, #1a1716)
}

html[data-theme=dark] body .hCnVKxh5ABYzPjWWu0rH,
html[data-theme=dark] body>div#app>.hCnVKxh5ABYzPjWWu0rH:first-child {
    background: var(--color-背景1, #1a1716)
}

html[data-theme=dark] input,
html[data-theme=dark] select {
    color: var(--text-文字主, #fff8f8)
}