.van-sticky--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99
}

.van-tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 4px;
    color: #646566;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.van-tab--active {
    color: #323233;
    font-weight: 500
}

.van-tab--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-tab__text--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.van-tab__text-wrapper,.van-tabs {
    position: relative
}

.van-tabs__wrap {
    overflow: hidden
}

.van-tabs__wrap--page-top {
    position: fixed
}

.van-tabs__wrap--content-bottom {
    top: auto;
    bottom: 0
}

.van-tabs__wrap--scrollable .van-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 12px
}

.van-tabs__wrap--scrollable .van-tabs__nav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar {
    display: none
}

.van-tabs__nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    -webkit-user-select: none;
    user-select: none
}

.van-tabs__nav--line {
    box-sizing: content-box;
    height: 100%;
    padding-bottom: 15px
}

.van-tabs__nav--line.van-tabs__nav--complete {
    padding-right: 8px;
    padding-left: 8px
}

.van-tabs__nav--card {
    box-sizing: border-box;
    height: 30px;
    margin: 0 16px;
    border: 1px solid #ee0a24;
    border-radius: 2px
}

.van-tabs__nav--card .van-tab {
    color: #ee0a24;
    border-right: 1px solid #ee0a24
}

.van-tabs__nav--card .van-tab:last-child {
    border-right: none
}

.van-tabs__nav--card .van-tab.van-tab--active {
    color: #fff;
    background-color: #ee0a24
}

.van-tabs__nav--card .van-tab--disabled {
    color: #c8c9cc
}

.van-tabs__line {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 3px;
    background-color: #ee0a24;
    border-radius: 3px
}

.van-tabs__track {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    will-change: left
}

.van-tabs__content--animated {
    overflow: hidden
}

.van-tabs--line .van-tabs__wrap {
    height: 44px
}

.van-tabs--card>.van-tabs__wrap {
    height: 30px
}

.van-tab__pane,.van-tab__pane-wrapper {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%
}

.van-tab__pane-wrapper--inactive {
    height: 0;
    overflow: visible
}

.van-pull-refresh {
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none
}

.van-pull-refresh__track {
    position: relative;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.van-pull-refresh__head {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.van-list__error-text,.van-list__finished-text,.van-list__loading,.van-pull-refresh__head {
    color: #969799;
    font-size: 14px;
    line-height: 50px;
    text-align: center
}

.van-list__placeholder {
    height: 0;
    pointer-events: none
}

.van-grid-item {
    position: relative;
    box-sizing: border-box
}

.van-grid-item--square {
    height: 0
}

.van-grid-item__icon {
    font-size: 28px
}

.van-grid-item__icon-wrapper {
    position: relative
}

.van-grid-item__text {
    color: #646566;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all
}

.van-grid-item__icon+.van-grid-item__text {
    margin-top: 8px
}

.van-grid-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 16px 8px;
    background-color: #fff
}

.van-grid-item__content:after {
    z-index: 1;
    border-width: 0 1px 1px 0
}

.van-grid-item__content--square {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.van-grid-item__content--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.van-grid-item__content--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text {
    margin-top: 0;
    margin-left: 8px
}

.van-grid-item__content--surround:after {
    border-width: 1px
}

.van-grid-item__content--clickable {
    cursor: pointer
}

.van-grid-item__content--clickable:active {
    background-color: #f2f3f5
}

.van-grid {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.van-cell,.van-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.van-cell {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 16px;
    bottom: 0;
    left: 16px;
    border-bottom: 1px solid #ebedf0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.van-cell--borderless:after,.van-cell:last-child:after {
    display: none
}

.van-cell__label {
    margin-top: 4px;
    color: #969799;
    font-size: 12px;
    line-height: 18px
}

.van-cell__title,.van-cell__value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word
}

.van-cell__value--alone {
    color: #323233;
    text-align: left
}

.van-cell__left-icon,.van-cell__right-icon {
    height: 24px;
    font-size: 16px;
    line-height: 24px
}

.van-cell__left-icon {
    margin-right: 4px
}

.van-cell__right-icon {
    margin-left: 4px;
    color: #969799
}

.van-cell--clickable {
    cursor: pointer
}

.van-cell--clickable:active {
    background-color: #f2f3f5
}

.van-cell--required {
    overflow: visible
}

.van-cell--required:before {
    position: absolute;
    left: 8px;
    color: #ee0a24;
    font-size: 14px;
    content: "*"
}

.van-cell--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-cell--large {
    padding-top: 12px;
    padding-bottom: 12px
}

.van-cell--large .van-cell__title {
    font-size: 16px
}

.van-cell--large .van-cell__label {
    font-size: 14px
}

.van-field__label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 6.2em;
    margin-right: 12px;
    color: #646566;
    text-align: left;
    word-wrap: break-word
}

.van-field__label--center {
    text-align: center
}

.van-field__label--right {
    text-align: right
}

.van-field--disabled .van-field__label {
    color: #c8c9cc
}

.van-field__value {
    overflow: visible
}

.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none
}

.van-field__control::-webkit-input-placeholder {
    color: #c8c9cc
}

.van-field__control::placeholder {
    color: #c8c9cc
}

.van-field__control:disabled {
    color: #c8c9cc;
    cursor: not-allowed;
    opacity: 1;
    -webkit-text-fill-color: #c8c9cc
}

.van-field__control:read-only {
    cursor: default
}

.van-field__control--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.van-field__control--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
}

.van-field__control--custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 24px
}

.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time] {
    min-height: 24px
}

.van-field__control[type=search] {
    -webkit-appearance: none
}

.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.van-field__clear,.van-field__right-icon {
    margin-right: -8px;
    padding: 0 8px;
    line-height: inherit
}

.van-field__clear {
    color: #c8c9cc;
    font-size: 16px;
    cursor: pointer
}

.van-field__left-icon .van-icon,.van-field__right-icon .van-icon {
    display: block;
    font-size: 16px;
    line-height: inherit
}

.van-field__left-icon {
    margin-right: 4px
}

.van-field__right-icon {
    color: #969799
}

.van-field__button {
    padding-left: 8px
}

.van-field__error-message {
    color: #ee0a24;
    font-size: 12px;
    text-align: left
}

.van-field__error-message--center {
    text-align: center
}

.van-field__error-message--right {
    text-align: right
}

.van-field__word-limit {
    margin-top: 4px;
    color: #646566;
    font-size: 12px;
    line-height: 16px;
    text-align: right
}

.van-field--error .van-field__control::-webkit-input-placeholder {
    color: #ee0a24;
    -webkit-text-fill-color: currentColor
}

.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder {
    color: #ee0a24;
    -webkit-text-fill-color: currentColor
}

.van-field--min-height .van-field__control {
    min-height: 60px
}

[data-theme=light] .mainBackground[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-ba204d8a] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-ba204d8a] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-ba204d8a] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-ba204d8a] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-ba204d8a] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-ba204d8a] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-ba204d8a] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-ba204d8a] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-ba204d8a] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-ba204d8a] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-ba204d8a] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-ba204d8a] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-ba204d8a] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-ba204d8a] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-ba204d8a] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-ba204d8a],[data-theme=light] .bgColor[data-v-ba204d8a] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-ba204d8a] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-ba204d8a] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-ba204d8a] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-ba204d8a] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-ba204d8a] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-ba204d8a],[data-theme=light] .btnMain[data-v-ba204d8a] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-ba204d8a],[data-theme=light] .colorMain[data-v-ba204d8a] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-ba204d8a],[data-theme=light] .borderMain[data-v-ba204d8a] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-ba204d8a] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-ba204d8a] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-ba204d8a] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-ba204d8a] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-ba204d8a] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-ba204d8a] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-ba204d8a] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-ba204d8a] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-ba204d8a] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-ba204d8a] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-ba204d8a] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-ba204d8a] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-ba204d8a] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-ba204d8a] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-ba204d8a] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-ba204d8a] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-ba204d8a] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-ba204d8a] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-ba204d8a] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-ba204d8a] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-ba204d8a] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-ba204d8a] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-ba204d8a] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-ba204d8a] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-ba204d8a] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-ba204d8a] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-ba204d8a] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-ba204d8a] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-ba204d8a] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-ba204d8a] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-ba204d8a] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-ba204d8a] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-ba204d8a] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-ba204d8a] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-ba204d8a] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-ba204d8a] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-ba204d8a] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-ba204d8a] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-ba204d8a] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-ba204d8a] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-ba204d8a] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-ba204d8a] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-ba204d8a] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-ba204d8a] {
    background: #45494f!important
}

.input-wrap[data-v-ba204d8a] {
    border-left: 1px solid #3e4968;
    padding-left: 1.875rem
}

[data-theme=light] .van-action-sheet__item[data-v-ba204d8a] {
    background: #fff
}

[data-theme=dark] .van-action-sheet__item[data-v-ba204d8a] {
    background: #000
}

[data-theme=light] .van-action-sheet__item[data-v-ba204d8a] {
    color: #333
}

[data-theme=dark] .van-action-sheet__item[data-v-ba204d8a] {
    color: #fff
}

.money-bag[data-v-ba204d8a] {
    color: #818181
}

[data-theme=light] .exchange-pop .tab-list[data-v-ba204d8a] {
    background: #f3f4f7
}

[data-theme=dark] .exchange-pop .tab-list[data-v-ba204d8a] {
    background: #171a21
}

.exchange-pop .tab-list[data-v-ba204d8a] {
    border-radius: 8.75rem;
    height: 11.25rem;
    color: #fff
}

.exchange-pop .tab-list .tab-item[data-v-ba204d8a] {
    text-align: center
}

[data-theme=light] .exchange-pop .tab-list .active[data-v-ba204d8a] {
    background: #00a34b
}

[data-theme=dark] .exchange-pop .tab-list .active[data-v-ba204d8a] {
    background: #0065ff
}

.exchange-pop .tab-list .active[data-v-ba204d8a] {
    border-radius: 8.75rem
}

.exchange-pop .title[data-v-ba204d8a] {
    color: #fff;
    padding: 1.875rem 0
}

.exchange-pop .search-input[data-v-ba204d8a] {
    color: #fff
}

[data-theme=light] .exchange-pop .search-input[data-v-ba204d8a] {
    background: #f3f4f7
}

[data-theme=dark] .exchange-pop .search-input[data-v-ba204d8a] {
    background: #171a21
}

.exchange-pop .search-input[data-v-ba204d8a] {
    border-radius: 5rem
}

.exchange-pop .list[data-v-ba204d8a] {
    color: #fff
}

.exchange-pop .list .list-item .item-title[data-v-ba204d8a] {
    font-size: 1.875rem;
    font-weight: 700
}

.exchange-pop .list .list-item .item-text[data-v-ba204d8a] {
    color: #868d9a;
    font-size: 1.5rem;
    margin-top: .3125rem
}

[data-v-ba204d8a] .van-field__control {
    color: #747a8f
}

.max-btn[data-v-ba204d8a] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 5rem;
    font-size: 1.625rem;
    padding: .5rem .75rem;
    border-radius: .25rem;
    cursor: pointer;
    transition: background-color .2s ease
}

.max-btn[data-v-ba204d8a]:hover {
    background-color: rgba(0,123,255,.1)
}

.max-btn[data-v-ba204d8a]:active {
    background-color: rgba(0,123,255,.2)
}

[data-theme=light] .mainBackground[data-v-330ae192] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-330ae192] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-330ae192] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-330ae192] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-330ae192] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-330ae192] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-330ae192] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-330ae192] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-330ae192] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-330ae192] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-330ae192] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-330ae192] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-330ae192] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-330ae192] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-330ae192] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-330ae192] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-330ae192] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-330ae192] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-330ae192] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-330ae192],[data-theme=light] .bgColor[data-v-330ae192] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-330ae192] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-330ae192] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-330ae192] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-330ae192] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-330ae192] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-330ae192] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-330ae192] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-330ae192],[data-theme=light] .btnMain[data-v-330ae192] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-330ae192],[data-theme=light] .colorMain[data-v-330ae192] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-330ae192],[data-theme=light] .borderMain[data-v-330ae192] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-330ae192] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-330ae192] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-330ae192] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-330ae192] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-330ae192] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-330ae192] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-330ae192] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-330ae192] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-330ae192] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-330ae192] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-330ae192] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-330ae192] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-330ae192] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-330ae192] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-330ae192] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-330ae192] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-330ae192] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-330ae192] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-330ae192] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-330ae192] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-330ae192] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-330ae192] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-330ae192] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-330ae192] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-330ae192] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-330ae192] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-330ae192] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-330ae192] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-330ae192] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-330ae192] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-330ae192] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-330ae192] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-330ae192] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-330ae192] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-330ae192] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-330ae192] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-330ae192] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-330ae192] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-330ae192] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-330ae192] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-330ae192] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-330ae192] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-330ae192] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-330ae192] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-330ae192] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-330ae192] {
    background: #45494f!important
}

[data-theme=light] #mining-account[data-v-330ae192] .van-tabs__nav {
    background-color: #fff!important
}

[data-theme=dark] #mining-account[data-v-330ae192] .van-tabs__nav {
    background-color: #000!important
}

[data-theme=light] #mining-account[data-v-330ae192] .van-tab {
    color: #333
}

[data-theme=dark] #mining-account[data-v-330ae192] .van-tab {
    color: #fff
}

[data-theme=light] #mining-account[data-v-330ae192] .van-tab--active {
    background: #fff!important
}

[data-theme=dark] #mining-account[data-v-330ae192] .van-tab--active {
    background: #000!important
}

.ex-bg[data-v-330ae192] {
    width: 4.375rem;
    height: 4.375rem
}

[data-theme=light] .ex-bg[data-v-330ae192] {
    background: .75rem solid #f6f6f6
}

[data-theme=dark] .ex-bg[data-v-330ae192] {
    background: .75rem solid #242424
}

.ex-bg[data-v-330ae192] {
    border-radius: 50%;
    margin: 1.875rem auto
}

.exchange-btn[data-v-330ae192] {
    margin-top: 25rem
}

.exchange-btn .btnMain[data-v-330ae192] {
    background: linear-gradient(90deg,#2c64d4,#38aeea);
    border-radius: .625rem
}

.van-popup.van-popup--bottom {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem
}

[data-theme=light] .mainBackground[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-1a7a3d99] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-1a7a3d99] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-1a7a3d99] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-1a7a3d99] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-1a7a3d99] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-1a7a3d99] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-1a7a3d99] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-1a7a3d99] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-1a7a3d99] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-1a7a3d99] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-1a7a3d99] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-1a7a3d99] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-1a7a3d99] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-1a7a3d99] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-1a7a3d99] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-1a7a3d99],[data-theme=light] .bgColor[data-v-1a7a3d99] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-1a7a3d99] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-1a7a3d99] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-1a7a3d99] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-1a7a3d99] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-1a7a3d99] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-1a7a3d99],[data-theme=light] .btnMain[data-v-1a7a3d99] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-1a7a3d99],[data-theme=light] .colorMain[data-v-1a7a3d99] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-1a7a3d99],[data-theme=light] .borderMain[data-v-1a7a3d99] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-1a7a3d99] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-1a7a3d99] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-1a7a3d99] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-1a7a3d99] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-1a7a3d99] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-1a7a3d99] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-1a7a3d99] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-1a7a3d99] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-1a7a3d99] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-1a7a3d99] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-1a7a3d99] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-1a7a3d99] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-1a7a3d99] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-1a7a3d99] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-1a7a3d99] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-1a7a3d99] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-1a7a3d99] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-1a7a3d99] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-1a7a3d99] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-1a7a3d99] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-1a7a3d99] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-1a7a3d99] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-1a7a3d99] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-1a7a3d99] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-1a7a3d99] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-1a7a3d99] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-1a7a3d99] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-1a7a3d99] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-1a7a3d99] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-1a7a3d99] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-1a7a3d99] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-1a7a3d99] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-1a7a3d99] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-1a7a3d99] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-1a7a3d99] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-1a7a3d99] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-1a7a3d99] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-1a7a3d99] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-1a7a3d99] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-1a7a3d99] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-1a7a3d99] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-1a7a3d99] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-1a7a3d99] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-1a7a3d99] {
    background: #45494f!important
}

.exchange-page[data-v-1a7a3d99] {
    height: 94vh
}

[data-theme=light] .exchange-page[data-v-1a7a3d99] {
    background: #fff
}

[data-theme=dark] .exchange-page[data-v-1a7a3d99] {
    background: #000
}

[data-theme=light] .exchange-page[data-v-1a7a3d99] .van-tab--active {
    background: #fff;
    color: #00a34b
}

[data-theme=dark] .exchange-page[data-v-1a7a3d99] .van-tab--active {
    background: #000;
    color: #0065ff
}

[data-theme=light] .exchange-page[data-v-1a7a3d99] .van-nav-bar {
    background: #fff
}

[data-theme=dark] .exchange-page[data-v-1a7a3d99] .van-nav-bar {
    background: #000
}

[data-theme=light] .exchange-page[data-v-1a7a3d99] .van-tabs__nav {
    background: #fff
}

[data-theme=dark] .exchange-page[data-v-1a7a3d99] .van-tabs__nav {
    background: #000
}

[data-theme=light] .exchange-page[data-v-1a7a3d99] .van-nav-bar__title {
    color: #333
}

[data-theme=dark] .exchange-page[data-v-1a7a3d99] .van-nav-bar__title {
    color: #fff
}

.exchange-page[data-v-1a7a3d99] .van-hairline--bottom:after {
    border-bottom-width: 0
}

[data-theme=light] .exchange-page[data-v-1a7a3d99] .van-nav-bar .van-icon {
    color: #333
}

[data-theme=dark] .exchange-page[data-v-1a7a3d99] .van-nav-bar .van-icon {
    color: #fff
}

.exchange-page[data-v-1a7a3d99] .van-nav-bar .van-icon {
    font-size: 2.5rem
}

.bg-grey-light[data-v-1a7a3d99] {
    background: #f5f5f5
}

.bg-grey-dark[data-v-1a7a3d99] {
    background: #c8cad2
}

.fee[data-v-1a7a3d99] {
    border-radius: .25rem;
    color: #00b087;
    font-size: 1.5rem;
    padding: .3125rem .625rem;
    margin-left: .625rem
}

[data-theme=light] .tab_background[data-v-1a7a3d99] {
    background: #f3f4f7
}

[data-theme=dark] .tab_background[data-v-1a7a3d99] {
    background: #171a21
}

.tab_background[data-v-1a7a3d99] {
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.21);
    border-radius: 1.5rem
}

[data-theme=light] .bgDark[data-v-1a7a3d99] {
    background: #c8cad2
}

[data-theme=dark] .bgDark[data-v-1a7a3d99] {
    background: #242424
}

.btnMain[data-v-1a7a3d99] {
    background: linear-gradient(90deg,#2c64d4,#38aeea)
}

.color-green[data-v-1a7a3d99] {
    color: #00b087
}

.exchange-icon[data-v-1a7a3d99] {
    margin-left: .625rem
}

[data-theme=light] .exchange-icon[data-v-1a7a3d99] {
    color: #333
}

[data-theme=dark] .exchange-icon[data-v-1a7a3d99] {
    color: #fff
}
