/* color */

.vcelm-node {
    color: #183691;
}

.vcelm-k {
    color: #0086B3;
}

.vcelm-v {
    color: #905;
}

/* layout */

.vcelm-l {
    padding-left: 8px;
    position: relative;
    word-wrap: break-word;
    line-height: 1;
}

/*.vcelm-l.vcelm-noc { padding-left: 0; }*/

.vcelm-l.vc-toggle>.vcelm-node {
    display: block;
}

.vcelm-l .vcelm-node:active {
    background-color: rgba(0, 0, 0, 0.15);
}

.vcelm-l.vcelm-noc .vcelm-node:active {
    background-color: transparent;
}

.vcelm-t {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* level */

.vcelm-l .vcelm-l {
    display: none;
}

.vcelm-l.vc-toggle>.vcelm-l {
    margin-left: 4px;
    display: block;
}

/* arrow */

.vcelm-l:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 0;
    height: 0;
    border: transparent solid 3px;
    border-left-color: #000;
}

.vcelm-l.vc-toggle:before {
    display: block;
    top: 6px;
    left: 0;
    border-top-color: #000;
    border-left-color: transparent;
}

.vcelm-l.vcelm-noc:before {
    display: none;
}

.top-loading figure {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6.25em;
    height: 6.25em;
    -webkit-animation: rotate 2.4s linear infinite;
    animation: rotate 2.4s linear infinite
}

.top-loading {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1f2029;
    z-index: 88888888
}

.top-loading .white {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-animation: flash 2.4s linear infinite;
    animation: flash 2.4s linear infinite;
    opacity: 0
}

.top-loading .dot {
    position: absolute;
    margin: auto;
    width: 2.4em;
    height: 2.4em;
    border-radius: 100%;
    transition: all 1s ease
}

.top-loading .dot:nth-child(2) {
    top: 0;
    bottom: 0;
    left: 0;
    background: #f44;
    -webkit-animation: dotsY 2.4s linear infinite;
    animation: dotsY 2.4s linear infinite
}

.top-loading .dot:nth-child(3) {
    left: 0;
    right: 0;
    top: 0;
    background: #fb3;
    -webkit-animation: dotsX 2.4s linear infinite;
    animation: dotsX 2.4s linear infinite
}

.top-loading .dot:nth-child(4) {
    top: 0;
    bottom: 0;
    right: 0;
    background: #9c0;
    -webkit-animation: dotsY 2.4s linear infinite;
    animation: dotsY 2.4s linear infinite
}

.top-loading .dot:nth-child(5) {
    left: 0;
    right: 0;
    bottom: 0;
    background: #33b5e5;
    -webkit-animation: dotsX 2.4s linear infinite;
    animation: dotsX 2.4s linear infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    10% {
        width: 6.25em;
        height: 6.25em
    }
    66% {
        width: 2.4em;
        height: 2.4em
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        width: 6.25em;
        height: 6.25em
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    10% {
        width: 6.25em;
        height: 6.25em
    }
    66% {
        width: 2.4em;
        height: 2.4em
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        width: 6.25em;
        height: 6.25em
    }
}

@-webkit-keyframes dotsY {
    66% {
        opacity: .1;
        width: 2.4em
    }
    77% {
        opacity: 1;
        width: 0
    }
}

@keyframes dotsY {
    66% {
        opacity: .1;
        width: 2.4em
    }
    77% {
        opacity: 1;
        width: 0
    }
}

@-webkit-keyframes dotsX {
    66% {
        opacity: .1;
        height: 2.4em
    }
    77% {
        opacity: 1;
        height: 0
    }
}

@keyframes dotsX {
    66% {
        opacity: .1;
        height: 2.4em
    }
    77% {
        opacity: 1;
        height: 0
    }
}

@-webkit-keyframes flash {
    33% {
        opacity: 0;
        border-radius: 0
    }
    55% {
        opacity: .6;
        border-radius: 100%
    }
    66% {
        opacity: 0
    }
}

@keyframes flash {
    33% {
        opacity: 0;
        border-radius: 0
    }
    55% {
        opacity: .6;
        border-radius: 100%
    }
    66% {
        opacity: 0
    }
}

.u-line-1 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical !important
}

.u-line-2 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important
}

.u-line-3 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important
}

.u-line-4 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical !important
}

.u-line-5 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical !important
}

.u-border {
    border-width: .5px !important;
    border-color: #dadbde !important;
    border-style: solid
}

.u-border-top {
    border-top-width: .5px !important;
    border-color: #dadbde !important;
    border-top-style: solid
}

.u-border-left {
    border-left-width: .5px !important;
    border-color: #dadbde !important;
    border-left-style: solid
}

.u-border-right {
    border-right-width: .5px !important;
    border-color: #dadbde !important;
    border-right-style: solid
}

.u-border-bottom {
    border-bottom-width: .5px !important;
    border-color: #dadbde !important;
    border-bottom-style: solid
}

.u-border-top-bottom {
    border-top-width: .5px !important;
    border-bottom-width: .5px !important;
    border-color: #dadbde !important;
    border-top-style: solid;
    border-bottom-style: solid
}

.u-reset-button {
    padding: 0;
    background-color: initial;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.u-reset-button::after {
    border: none
}

.u-hover-class {
    opacity: .7
}

.u-primary-light {
    color: #ecf5ff
}

.u-warning-light {
    color: #fdf6ec
}

.u-success-light {
    color: #f5fff0
}

.u-error-light {
    color: #fef0f0
}

.u-info-light {
    color: #f4f4f5
}

.u-primary-light-bg {
    background-color: #ecf5ff
}

.u-warning-light-bg {
    background-color: #fdf6ec
}

.u-success-light-bg {
    background-color: #f5fff0
}

.u-error-light-bg {
    background-color: #fef0f0
}

.u-info-light-bg {
    background-color: #f4f4f5
}

.u-primary-dark {
    color: #398ade
}

.u-warning-dark {
    color: #f1a532
}

.u-success-dark {
    color: #53c21d
}

.u-error-dark {
    color: #e45656
}

.u-info-dark {
    color: #767a82
}

.u-primary-dark-bg {
    background-color: #398ade
}

.u-warning-dark-bg {
    background-color: #f1a532
}

.u-success-dark-bg {
    background-color: #53c21d
}

.u-error-dark-bg {
    background-color: #e45656
}

.u-info-dark-bg {
    background-color: #767a82
}

.u-primary-disabled {
    color: #9acafc
}

.u-warning-disabled {
    color: #f9d39b
}

.u-success-disabled {
    color: #a9e08f
}

.u-error-disabled {
    color: #f7b2b2
}

.u-info-disabled {
    color: #c4c6c9
}

.u-primary {
    color: #3c9cff
}

.u-warning {
    color: #f9ae3d
}

.u-success {
    color: #5ac725
}

.u-error {
    color: #f56c6c
}

.u-info {
    color: #909399
}

.u-primary-bg {
    background-color: #3c9cff
}

.u-warning-bg {
    background-color: #f9ae3d
}

.u-success-bg {
    background-color: #5ac725
}

.u-error-bg {
    background-color: #f56c6c
}

.u-info-bg {
    background-color: #909399
}

.u-main-color {
    color: #303133
}

.u-content-color {
    color: #606266
}

.u-tips-color {
    color: #909193
}

.u-light-color {
    color: #c0c4cc
}

.u-safe-area-inset-top {
    padding-top: 0;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top)
}

.u-safe-area-inset-right {
    padding-right: 0;
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right)
}

.u-safe-area-inset-bottom {
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.u-safe-area-inset-left {
    padding-left: 0;
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left)
}

uni-toast {
    z-index: 10090
}

uni-toast .uni-toast {
    z-index: 10090
}

::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    -webkit-appearance: none;
    background: transparent
}

uni-page-body {
    color: #333;
    background-color: #1f2029;
    font-size: 15px;
    height: 100vh
}

body {
    background-color: #1f2029
}

.uni-app--showtabbar uni-page-wrapper {
    display: block;
    height: calc(100% - 50px);
    height: calc(100% - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    height: calc(50px + constant(safe-area-inset-bottom));
    height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]~uni-page-wrapper {
    height: calc(100% - 44px - 50px);
    height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

.bottom-keyboard .btn-submit.on[data-v-49fe1bb8] {
    background-color: #000;
    color: #fff
}

*[data-v-49fe1bb8] {
    margin: 0;
    padding: 0
}

em[data-v-49fe1bb8] {
    font-style: normal
}

#app[data-v-49fe1bb8] {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    color: #000
}

.pay-box[data-v-49fe1bb8] {
    padding: 180px 16px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center
}

.pay-box .amount[data-v-49fe1bb8] {
    position: relative;
    font-size: 45px;
    font-weight: 600
}

.pay-box .amount .num[data-v-49fe1bb8] {
    width: 260px;
    overflow: hidden;
    margin: 0 auto
}

.pay-box .amount .num em[data-v-49fe1bb8] {
    margin-left: 12px
}

.pay-box .amount .icon[data-v-49fe1bb8] {
    position: absolute;
    top: 12px;
    right: 0;
    width: 40px;
    height: 40px
}

.pay-box .rate[data-v-49fe1bb8] {
    width: 260px;
    margin: 0 auto;
    font-size: 16px;
    color: #909090;
    display: flex;
    justify-content: center;
    align-items: center
}

.pay-box .rate em[data-v-49fe1bb8] {
    margin-left: 8px
}

.pay-box .rate .icon[data-v-49fe1bb8] {
    margin-left: 8px;
    display: flex;
    align-items: center
}

.pay-box .rate .icon img[data-v-49fe1bb8] {
    width: 8.6px;
    height: 6px
}

.bottom-keyboard[data-v-49fe1bb8] {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 16px 35px;
    box-sizing: border-box
}

.bottom-keyboard .asset-info[data-v-49fe1bb8] {
    padding: 12px 15px;
    background-color: #f9f9f9;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottom-keyboard .asset-info[data-v-49fe1bb8] {
    font-family: PingFang SC
}

.bottom-keyboard .asset-info .name[data-v-49fe1bb8] {
    display: flex;
    align-items: center
}

.bottom-keyboard .asset-info .name .coin[data-v-49fe1bb8] {
    width: 30px;
    height: 30px;
    margin-right: 8px
}

.bottom-keyboard .asset-info .name .asset-box .title[data-v-49fe1bb8] {
    font-size: 12px;
    color: #909090
}

.bottom-keyboard .asset-info .name .asset-box .num[data-v-49fe1bb8] {
    font-size: 15px
}

.bottom-keyboard .asset-info .name .asset-box .num em[data-v-49fe1bb8] {
    margin-left: 6px
}

.bottom-keyboard .right .btn[data-v-49fe1bb8] {
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 16px;
    font-size: 12px;
    text-align: center;
    cursor: pointer
}

.bottom-keyboard .keyboard-box[data-v-49fe1bb8] {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap
}

.bottom-keyboard .keyboard-box .btn[data-v-49fe1bb8] {
    width: 33.33%;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    font-family: SF Pro Text;
    text-align: center;
    cursor: pointer
}

.bottom-keyboard .keyboard-box .btn[data-v-49fe1bb8]:active {
    background-color: #ebebeb
}

.bottom-keyboard .keyboard-box .btn.delete>img[data-v-49fe1bb8] {
    width: 22px;
    height: 14px
}

.bottom-keyboard .btn-submit[data-v-49fe1bb8] {
    height: 48px;
    line-height: 24px;
    width: 100%;
    margin-top: 6px;
    padding: 14px 0;
    background-color: #ebebeb;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #bdbdbd
}

.submit-btn {
    margin: 10px;
    padding: 10px;
    width: calc(100% - 10px);
    font-size: 16px;
    background: black;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    zoom: 1.1
}

.submit-btn.disabled {
    background: #ccc;
    color: #999;
    cursor: not-allowed;
}