body {
    font-size: 16px;
    background-color: #f8f8f8;
    -webkit-font-smoothing: antialiased
}

.sc-closed-icon,
.sc-launcher,
.sc-open-icon {
    bottom: 60px !important
}

.sc-chat-window {
    z-index: 999
}

.sc-header--img {
    width: 50px;
    height: 50px
}

@media (max-width:450px) {
    .sc-message {
        width: 90% !important
    }
}

#charting-box .van-tabs__nav {
    background-color: initial
}

#charting-box .van-tab {
    color: #646566
}

#charting-box .van-tab--active {
    color: #fff
}

.trading-vue-section:first-child .trading-vue-legend {
    display: none
}

</style><style lang="less">.chart-change {
    color: #fff;
    background-color: initial
}

.chart-price {
    font-size: 25px;
    font-weight: 600
}

.chart-red {
    color: #ea3943
}

.chart-green {
    color: #16c784
}

.share-brand {
    padding: 5px;
    background: hsla(0, 0%, 94.1%, .8);
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

#share-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px;
    background: #fff;
    z-index: -99
}

.share-symbol {
    font-size: 14px;
    font-weight: 700;
    color: #212121
}

.olhc {
    font-size: 10px
}

.share-price-box {
    padding: 10px;
    widows: 150px;
    background: hsla(0, 0%, 100%, .7)
}

.share-price-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-justify-content: flex-start;
    height: 25px
}

.share-amount,
.share-price {
    font-size: 13px
}

.share-amount {
    padding-left: 5px
}

.share-change {
    font-size: 13px;
    padding-left: 10px
}

.share-line {
    top: 0;
    z-index: -9
}

.btn-share,
.share-line {
    position: absolute;
    left: 0;
    right: 0
}

.btn-share {
    bottom: 20px;
    width: 80%;
    margin: 0 auto
}

#charting-box {
    background: #111;
    height: 100%;
    width: 100%
}

.overlay {
    position: absolute;
    top: 150px;
    bottom: 60px;
    left: 0;
    right: 0;
    background: #111;
    z-index: 999;
    text-align: center;
    padding-top: 50px;
    color: #9b9b9b
}

.chart-change {
    line-height: 40px;
    font-size: 12px;
    padding-left: 5px
}

.price-box {
    height: 60px;
    padding: 10px;
    margin-top: 10px
}

.charting-symbol {
    font-size: 25px;
    line-height: 30px
}

.operation {
    margin-top: 10px;
    height: 40px;
    color: #212121;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.op-btn {
    text-align: center;
    width: 33%
}

.op-btn-txt {
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #212121;
    background: #eff2f5
}

.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000
}

.menu-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-justify-content: flex-start
}

.chart-title {
    font-weight: bolder;
    line-height: 40px;
    color: #f5f5f5
}

.volum-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 160px
}

.volum-title {
    text-align: left;
    font-size: 10px;
    color: #666
}

.volum-value {
    text-align: right;
    font-size: 10px;
    color: #f5f5f5
}

.charting-bottom {
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #151515;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.charting-bottom,
.charting-buy-shell {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.charting-buy-shell {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #111
}

.buy-box {
    padding: 10px 10px;
    padding-right: 5px
}

.buy-box,
.sell-box {
    width: 50%;
    font-size: 12px;
    line-height: 26px
}

.sell-box {
    padding: 10px 10px;
    padding-left: 5px
}

.charting-buy-item {
    color: #16c784
}

.charting-buy-item,
.charting-sell-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

.charting-sell-item {
    color: #ea3943
}

.charting-title {
    background-color: #111;
    padding-left: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px
}

.bar-left {
    right: -5px
}

.bar-left,
.bar-right {
    height: 100%;
    position: absolute
}

.bar-right {
    left: -5px
}

.period-more-btn {
    border: 0;
    background-color: initial;
    font-size: 12px;
    color: #fff;
    height: 20px
}

.van-popover--dark .van-popover__content {
    background-color: #222
}

.van-popover__action {
    font-size: 12px;
    height: 30px;
    width: 90px
}

.van-popover__action-text:after {
    border-bottom: 0
}

.van-popover--dark .van-popover__arrow {
    color: #222
}

.period-tab-disable span {
    color: #646566
}

.period-box .van-dropdown-menu__bar {
    height: 25px;
    background-color: initial;
    border: 0;
    color: #fff
}

.period-box .van-dropdown-menu__title {
    color: #fff;
    font-size: 12px
}

.period-box .van-popup {
    background-color: #111
}

.period-box .van-cell {
    background-color: #111;
    color: #646566
}

.period-box .van-cell:after {
    border-bottom: 1px solid #1f1f1f
}

#charting-box .van-dropdown-item {
    z-index: 1000
}

.icon-no-network {
    width: 100px;
    height: 100px
}

.btn-retry {
    width: 90px;
    background-color: hsla(0, 0%, 100%, .1803921568627451);
    border: 0;
    color: #fff
}

.charting-trade-head {
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.charting-trade-head div {
    width: 25%;
    color: #666;
    line-height: 30px;
    text-align: center
}

.period-box,
.period-box .van-tabs__wrap {
    height: 25px
}

.period-box .van-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.charting-cryptos-box,
.charting-cryptos-box .crypto-contain {
    background-color: #111
}

.charting-cryptos-box .crypto-contain .symbol {
    color: #f5f5f5
}

.btn-buy {
    background: #dedede
}

.buy {
    width: 100%;
    height: 100%;
    background: #fff
}

.header {
    height: 45px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.title {
    line-height: 45px;
    font-size: 18px
}

.btn-back {
    padding: 10px
}

.main-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    background-color: #fff
}

.buy-left {
    width: 65%;
    height: 100%;
    padding: 5px
}

.buy-right {
    width: 35%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.buy-price {
    line-height: 40px;
    color: #212121
}

.sell {
    width: 100%;
    height: 45%
}

.buy-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 26px;
    font-size: 13px
}

.bar {
    height: 100%;
    position: absolute;
    right: 0
}

.bar-red {
    background: rgba(234, 57, 66, .3333333333333333)
}

.bar-green {
    background: rgba(22, 199, 132, .3333333333333333)
}

.lb-green {
    color: #16c784
}

.lb-red {
    color: #ea3943
}

.btn-buy-contain {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.btn-buy {
    width: calc(50% - 5px);
    background: #e7e7e7;
    color: #212121;
    font-size: 15px
}

.active-green {
    background: #16c784;
    color: #fff
}

.buy .van-button--default {
    border: 2px solid #f8f8f8
}

.btn-buy-2 {
    background: #16c784;
    width: 100%;
    font-size: 18px;
    font-weight: bolder
}

.btn-sell {
    width: calc(50% - 5px);
    background: #dedede;
    color: #212121;
    font-size: 15px
}

.active-red {
    background: #ea3943;
    color: #fff
}

.input-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

.input-active {
    border: 1px solid #2196f3
}

.input-symbol {
    line-height: 35px;
    color: #707070;
    font-size: 13px;
    width: 50px
}

.custom-button {
    width: 35px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background-color: #4a83c0;
    border-radius: 100px
}

.buy .van-dropdown-menu__bar {
    height: 38px
}

.share-box .van-cell {
    background-color: initial;
    padding: 0 16px;
    line-height: 20px
}

.input-contain .van-cell {
    line-height: 15px
}

.buy .v-slider-scales span {
    font-size: 8px
}

.buy .v-slider-button {
    width: 10px !important;
    height: 10px !important
}

.buy .v-slider-dot {
    width: 6px !important;
    height: 6px !important
}

.action-box {
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.share-box {
    width: calc(50% - 10px)
}

.share-box .van-cell {
    text-align: center;
    background-color: #e7e7e7;
    border-radius: 6px
}

.share-box .van-cell__title {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-dropdown-menu__bar {
    box-shadow: 0 0 0 transparent;
    border: 1px solid #f0f0f0;
    border-radius: 2px
}

.van-tabbar {
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.van-tabbar-item__text {
    font-size: 10px
}

.alpha[data-v-1f455de9] {
    opacity: .5
}

.safe-box[data-v-53f2f86c] {
    padding: 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.safe-item[data-v-53f2f86c] {
    width: calc(100% - 60px);
    margin: 10px 5px;
    height: 55px;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 10px 10px
}

.safe-title[data-v-53f2f86c] {
    color: #111;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px
}

.safe-cell-box[data-v-53f2f86c] {
    padding: 5px 10px;
    border: 1px solid #f0f0f0
}

.passwod-hint[data-v-53f2f86c] {
    color: #222;
    font-size: 15px;
    height: 40px;
    text-align: center;
    line-height: 40px
}

.order-box-left {
    line-height: 18px
}

.order-box-right {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    line-height: 16px
}

.wallet-detail-title[data-v-36809f93] {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500
}

.wallet-value-box[data-v-36809f93] {
    width: 50%;
    text-align: center
}

.wallet-detail-subtitle[data-v-36809f93] {
    font-size: 11px;
    color: #666
}

.wallet-detail-value[data-v-36809f93] {
    line-height: 20px;
    font-size: 13px;
    font-weight: 500
}

.personal-amount-box {
    margin: 8px 10px;
    height: 85px;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px
}

.personal-amount-hint {
    line-height: 30px;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.wallet-detail-box {
    position: absolute;
    right: 0;
    top: 0
}

.personal-amount {
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 22px;
    line-height: 20px
}

.personal-profit {
    font-size: 10px;
    padding-top: 5px
}

.personal-see-all {
    font-size: 12px;
    font-weight: 350;
    color: #333;
    text-align: center;
    width: 100%;
    margin-top: -8px;
    margin-bottom: 8px
}

.personal-amount-box .van-dropdown-menu__item {
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-justify-content: flex-start;
    color: #fff
}

.personal-amount-box .van-ellipsis {
    color: #fff
}

.personal-amount-box .van-dropdown-menu__title {
    font-size: 12px
}

.personal-amount-box .van-dropdown-menu__bar {
    border: 0;
    background: transparent;
    height: 28px
}

.p-header {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.p-name {
    font-weight: 700
}

.p-name,
.uid {
    padding-left: 5px;
    line-height: 15px;
    color: #fff
}

.uid {
    font-size: 12px
}

.amount {
    padding-left: 8px;
    color: #fff;
    font-weight: 700
}

.amount-box {
    width: 100%;
    height: 120px;
    background: #08c
}

.p-icon-title {
    color: #212121;
    font-size: 10px
}

.p-box {
    width: 33%;
    text-align: center
}

.widraw-box {
    padding: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    background-color: #fff
}

.personal .van-cell__left-icon {
    font-size: 18px;
    padding-top: 2px
}

.personal .van-cell__title {
    font-size: 13px;
    padding-left: 5px
}

.order-top-bar .van-dropdown-menu__bar {
    border: 0
}

.order {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.order::-webkit-scrollbar {
    display: none
}

.in-red {
    color: #ea3943
}

.in-green {
    color: #16c784
}

.in-gray {
    color: #555
}

.order .van-ellipsis {
    color: #000 !important;
    font-size: 13px;
    font-weight: 600
}

.order .van-cell__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.order-time {
    font-size: 10px;
    line-height: 18px;
    color: #888
}

.order-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 10px
}

.order-box-left {
    width: 50%
}

.order-box-right {
    width: 50%;
    text-align: right;
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.order-qute {
    font-size: 11px;
    line-height: 16px
}

.order-symbol {
    font-size: 13px;
    font-weight: 550;
    line-height: 25px
}

.order-top-bar,
.order .empty-box {
    background-color: #fff
}

.order .empty-box {
    width: 100%;
    height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.empty-box img {
    width: 80px;
    height: 80px;
    object-fit: contain
}

.buy-coin .van-uploader__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.buy-coin .van-uploader__wrapper img {
    width: 100%;
    height: 100%
}

.buy-coin .van-uploader__upload {
    background-color: #fff
}

.avatar-uploader-icon {
    width: 100px;
    height: 100px;
    display: block
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.avatar-uploader .el-upload:hover {
    border-color: #409eff
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center
}

.avatar {
    width: 178px;
    height: 178px;
    display: block
}

.buy-coin .van-dropdown-menu__bar {
    border: 0
}

.buy-coin .input-amount {
    border: 1px solid #eee;
    padding: 5px 16px
}

.buy-coin .van-dropdown-menu__item {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    padding-left: 10px
}

.order-top-bar[data-v-388cbe60] {
    background-color: #fff
}

.coin-select .van-cell__title[data-v-388cbe60] {
    font-weight: 600;
    font-size: 15px
}

.coin-select .van-cell__left-icon[data-v-388cbe60] {
    padding-top: 3px
}

.qrcode-box[data-v-388cbe60] {
    padding: 15px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #f4f8fb;
    margin: 10px 10px;
    height: 520px;
    border-radius: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.qrcode-box-2[data-v-388cbe60] {
    height: 136px
}

.btn-save[data-v-388cbe60] {
    background-color: #fff;
    font-size: 12px;
    height: 30px;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0
}

.address-box[data-v-388cbe60] {
    width: 100%
}

.btn-copy[data-v-388cbe60] {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    width: 60px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    margin-top: 13px
}

.qr-hint-box[data-v-388cbe60] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 6px 10px;
    font-size: 11px;
    color: #666
}

.address-detail-box[data-v-388cbe60] {
    margin: 8px 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    width: calc(100% - 60px);
    height: 36px;
    word-break: break-all;
    color: #333;
    background-color: #fff;
    border-radius: 2px
}

.buy-coin-link[data-v-388cbe60] {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 110px;
    height: 56px;
    z-index: 999
}

.buy-coin-link-text[data-v-388cbe60] {
    font-size: 11px;
    color: #666;
    line-height: 20px
}

.buy-coin-link-image[data-v-388cbe60] {
    padding: 10px;
    background-color: #000;
    border-radius: 6px
}

.notic[data-v-388cbe60] {
    color: #333;
    font-size: 12px
}

.notic li[data-v-388cbe60] {
    line-height: 15px;
    padding: 2px 0
}

.order-top-bar[data-v-340faf4c] {
    background-color: #fff
}

.coin-select .van-cell__title[data-v-340faf4c] {
    font-weight: 600;
    font-size: 15px
}

.coin-select .van-cell__left-icon[data-v-340faf4c] {
    padding-top: 3px
}

.hua-input-box[data-v-340faf4c] {
    padding: 20px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 10px 10px;
    height: 150px;
    border-radius: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.qrcode-box-2[data-v-340faf4c] {
    height: 136px
}

.qrcode-box img[data-v-340faf4c] {
    width: 130px;
    height: 130px
}

.btn-save[data-v-340faf4c] {
    background-color: #fff;
    font-size: 12px;
    height: 30px;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0
}

.address-box[data-v-340faf4c] {
    width: 100%
}

.btn-copy[data-v-340faf4c] {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    width: 60px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    margin-top: 10px
}

.qr-hint-box[data-v-340faf4c] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
    font-size: 10px;
    color: #666
}

.withdraw .input-field[data-v-340faf4c] {
    margin: 8px 8px;
    width: calc(100% - 16px)
}

.withdraw .van-cell[data-v-340faf4c] {
    padding: 3px 5px
}

.withdraw-input-active[data-v-340faf4c] {
    border: 1px solid #2196f3
}

.btn-all[data-v-340faf4c] {
    border: 0;
    width: 90px;
    padding-right: 10px;
    font-size: 12px;
    color: #214ff3
}

.coin-select .van-cell[data-v-340faf4c],
.withdraw .van-cell[data-v-340faf4c] {
    padding: 10px 16px
}

.withdraw .van-dropdown-menu__bar {
    border: 0
}

.withdraw .input-amount {
    border: 1px solid #eee;
    padding: 5px 16px
}

.withdraw .van-dropdown-menu__item {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    padding-left: 10px
}

.buy-coin-select .van-dropdown-menu__item {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    padding-left: 30px
}

.order-top-bar[data-v-a4cea78c] {
    background-color: #fff
}

.coin-select .van-cell__title[data-v-a4cea78c] {
    font-weight: 600;
    font-size: 15px
}

.coin-select .van-cell__left-icon[data-v-a4cea78c] {
    padding-top: 3px
}

.withdraw .qrcode-box[data-v-a4cea78c] {
    padding: 20px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #f4f8fb;
    margin: 10px 10px;
    height: 300px;
    border-radius: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.qrcode-box-2[data-v-a4cea78c] {
    height: 136px
}

.qrcode-box img[data-v-a4cea78c] {
    width: 130px;
    height: 130px
}

.btn-save[data-v-a4cea78c] {
    background-color: #fff;
    font-size: 12px;
    height: 30px;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0
}

.address-box[data-v-a4cea78c] {
    width: 100%
}

.btn-copy[data-v-a4cea78c] {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    width: 60px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    margin-top: 10px
}

.qr-hint-box[data-v-a4cea78c] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
    font-size: 10px;
    color: #666
}

.withdraw .input-field[data-v-a4cea78c] {
    margin: 8px 8px;
    width: calc(100% - 16px)
}

.withdraw .van-cell[data-v-a4cea78c] {
    padding: 3px 5px
}

.withdraw-input-active[data-v-a4cea78c] {
    border: 1px solid #2196f3
}

.btn-all[data-v-a4cea78c] {
    border: 0;
    width: 90px;
    padding-right: 10px;
    font-size: 12px;
    color: #214ff3
}

.coin-select .van-cell[data-v-a4cea78c],
.withdraw .van-cell[data-v-a4cea78c] {
    padding: 10px 16px
}

.passwod-hint[data-v-a4cea78c] {
    color: #222;
    font-size: 15px;
    height: 40px;
    text-align: center;
    line-height: 40px
}

.username {
    height: 44px;
    line-height: 44px;
    border: 1px solid #eee;
    padding: 0 12px;
    border-radius: 8px
}

.find-login {
    width: 100%
}

.safe-box[data-v-41277039] {
    padding: 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.safe-item[data-v-41277039] {
    width: calc(100% - 60px);
    margin: 10px 5px;
    height: 55px;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 10px 10px
}

.safe-title[data-v-41277039] {
    color: #111;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px
}

.safe-cell-box[data-v-41277039] {
    padding: 5px 10px;
    border: 1px solid #f0f0f0
}

.passwod-hint[data-v-41277039] {
    color: #222;
    font-size: 15px;
    height: 40px;
    text-align: center;
    line-height: 40px
}

.contact[data-v-226736e4] {
    padding: 0 10px
}

.contact-title[data-v-226736e4] {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px
}

.contact-title-2[data-v-226736e4] {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px
}

.contact-value[data-v-226736e4] {
    font-size: 15px;
    line-height: 25px
}

.privacy-title[data-v-22b65438] {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 500
}

.privacy[data-v-22b65438] {
    padding: 10px 10px
}

.privacy p[data-v-22b65438] {
    font-size: 13px;
    color: #222;
    line-height: 20px
}

.privacy-title[data-v-250520c2] {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 500
}

.privacy[data-v-250520c2] {
    padding: 10px 10px
}

.privacy p[data-v-250520c2] {
    font-size: 13px;
    color: #222;
    line-height: 20px
}

.app-logo-box[data-v-d95a8fa0] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.app-logo-box img[data-v-d95a8fa0] {
    border-radius: 8px;
    width: 80px;
    height: 80px
}

.app-title[data-v-d95a8fa0] {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600
}

.app-version[data-v-d95a8fa0] {
    font-size: 12px;
    color: #666
}

.join-banner[data-v-bc358934] {
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

.join-banner img[data-v-bc358934] {
    object-fit: contain
}

.banner-desc[data-v-bc358934] {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.join-banner-title[data-v-bc358934] {
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.join-banner-subtitle[data-v-bc358934] {
    font-size: 11px;
    text-align: center;
    padding: 20px 10px
}

.join .order-top-bar[data-v-bc358934] {
    background-color: #121212;
    color: #fff
}

.contact[data-v-bc358934] {
    padding: 0 10px
}

.contact-title[data-v-bc358934] {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px
}

.contact-title-2[data-v-bc358934] {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px
}

.contact-value[data-v-bc358934] {
    font-size: 13px;
    line-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-box[data-v-bc358934] {
    width: 45%;
    border: 1px solid #eee;
    margin: 10px 0;
    border-radius: 6px;
    box-shadow: 0 0 1px #ccc
}

.download[data-v-21155122] {
    width: 100%;
    height: 100%;
    background-color: #000
}

.join-banner[data-v-21155122] {
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

.join-banner img[data-v-21155122] {
    object-fit: contain
}

.banner-desc[data-v-21155122] {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.download-banner-title[data-v-21155122] {
    font-size: 36px;
    font-weight: 600;
    color: #f2fc67;
    text-align: center
}

.download-banner-subtitle[data-v-21155122] {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.download-banner-content[data-v-21155122] {
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    font-weight: 400
}

.join-banner-subtitle[data-v-21155122] {
    font-size: 11px;
    text-align: center;
    padding: 20px 10px
}

.download .order-top-bar[data-v-21155122] {
    background-color: #121212;
    color: #fff
}

.contact[data-v-21155122] {
    padding: 0 10px
}

.contact-title[data-v-21155122] {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px
}

.contact-title-2[data-v-21155122] {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px
}

.contact-value[data-v-21155122] {
    font-size: 13px;
    line-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-box[data-v-21155122] {
    width: 45%;
    border: 1px solid #eee;
    margin: 10px 0;
    border-radius: 6px;
    box-shadow: 0 0 1px #ccc
}

.d-image img[data-v-21155122] {
    width: 100%;
    height: auto
}

.download-box[data-v-21155122] {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.upload-main-box[data-v-bc3eb216] {
    padding: 10px 10px
}

.upload_hint[data-v-bc3eb216] {
    color: #111;
    font-size: 15px;
    text-align: center;
    width: 100%;
    font-weight: 500
}

.upload-box[data-v-bc3eb216] {
    width: 100%;
    height: 20vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.upload-box img[data-v-bc3eb216] {
    width: 60%;
    height: 80%;
    object-fit: contain
}

.btn-upload-box[data-v-bc3eb216] {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #f0f8ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.btn-upload-box img[data-v-bc3eb216] {
    width: 50%;
    height: 50%;
    opacity: .5
}

.upload-loading[data-v-bc3eb216] {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .8);
    height: 195px;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.form-line-2 .van-cell[data-v-bc3eb216] {
    padding: 10px 0
}

.form-line-2[data-v-bc3eb216] {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.pay-form-2[data-v-bc3eb216] {
    width: 100%
}

.pay-form-title[data-v-bc3eb216] {
    line-height: 30px
}

.pay-form-title-bold[data-v-bc3eb216] {
    line-height: 30px;
    font-weight: 600;
    color: #495057
}

.upload-main-box[data-v-0391334a] {
    padding: 10px 10px
}

.upload_hint[data-v-0391334a] {
    color: #111;
    font-size: 15px;
    text-align: center;
    width: 100%;
    font-weight: 500
}

.upload-box[data-v-0391334a] {
    width: 100%;
    height: 20vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.upload-box img[data-v-0391334a] {
    width: 60%;
    height: 80%;
    object-fit: contain
}

.btn-upload-box[data-v-0391334a] {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #f0f8ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.btn-upload-box img[data-v-0391334a] {
    width: 50%;
    height: 50%;
    opacity: .5
}

.upload-loading[data-v-0391334a] {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .8);
    height: 195px;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.form-line-2 .van-cell[data-v-0391334a] {
    padding: 10px 0
}

.country-select[data-v-0391334a] {
    overflow: visible
}

.country-select .van-field__body[data-v-0391334a] {
    padding-top: 10px
}

.form-line-2[data-v-0391334a] {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.pay-form-2[data-v-0391334a] {
    width: 100%
}

.pay-form-title[data-v-0391334a] {
    line-height: 30px
}

.pay-form-title-bold[data-v-0391334a] {
    line-height: 30px;
    font-weight: 600;
    color: #495057
}

.upload {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.upload .van-field {
    background-color: #fcfcfc
}

.upload-main-box .van-uploader__preview {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%
}

.upload-main-box .van-uploader__mask {
    background-color: hsla(0, 0%, 100%, .8);
    color: #555
}

.upload-main-box .van-uploader__loading {
    color: #222
}

.van-field__body {
    height: 100%
}

.upload-main-box[data-v-c391aa9e] {
    padding: 10px 10px
}

.upload_hint[data-v-c391aa9e] {
    color: #111;
    font-size: 15px;
    text-align: center;
    width: 100%;
    font-weight: 500
}

.upload-box[data-v-c391aa9e] {
    width: 100%;
    height: 20vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.upload-box img[data-v-c391aa9e] {
    width: 60%;
    height: 80%;
    object-fit: contain
}

.btn-upload-box[data-v-c391aa9e] {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #f0f8ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.btn-upload-box img[data-v-c391aa9e] {
    width: 50%;
    height: 50%;
    opacity: .5
}

.upload-loading[data-v-c391aa9e] {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .8);
    height: 195px;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.form-line-2 .van-cell[data-v-c391aa9e] {
    padding: 10px 0
}

.country-select[data-v-c391aa9e] {
    overflow: visible
}

.country-select .van-field__body[data-v-c391aa9e] {
    padding-top: 10px
}

.form-line-2[data-v-c391aa9e] {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.pay-form-2[data-v-c391aa9e] {
    width: 100%
}

.pay-form-title[data-v-c391aa9e] {
    line-height: 30px
}

.pay-form-title-bold[data-v-c391aa9e] {
    line-height: 30px;
    font-weight: 600;
    color: #495057
}

.auth[data-v-3582ab38] {
    overflow-x: hidden
}

.auth-status-box[data-v-3582ab38] {
    width: 100%;
    height: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.auth-status-box img[data-v-3582ab38] {
    width: 100%;
    height: 35vh;
    object-fit: contain
}

.auth-msg[data-v-3582ab38] {
    width: 100%;
    text-align: center;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.progress[data-v-3582ab38] {
    color: #4474f1
}

.verified[data-v-3582ab38] {
    color: #22b353
}

.unverified[data-v-3582ab38] {
    color: #e9423e
}

.verify-1[data-v-3582ab38] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    border: 1px solid #eee;
    border-radius: 20px;
    margin: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 5px #eee;
    height: 120px
}

.lv-txt[data-v-3582ab38] {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600
}

.popover-btn[data-v-290f6e85] {
    background-color: initial;
    color: #fff;
    border: 0;
    padding-left: 10px
}

.nologin-board[data-v-290f6e85] {
    padding: 8px 10px
}

.picker-toolbar[data-v-290f6e85] {
    height: 45px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #eee
}

.picker-toolbar[data-v-290f6e85],
.user-info-box[data-v-290f6e85] {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.user-info-box[data-v-290f6e85] {
    height: 30px;
    padding: 20px
}

.register-login {
    width: 100%;
    margin: 0 auto
}

.btn-register-box {
    background-color: #fff
}

.vue-country-select {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    border: 0 !important
}

#app,
body,
html {
    width: 100%;
    height: 100%
}

.logo {
    width: 100%;
    text-align: center
}

.login {
    width: 100%;
    height: 100%;
    background: #fff
}

.fd-box {
    width: 80%;
    margin: 0 auto
}

.reg-fd-box {
    width: 90%;
    margin: 0 auto
}

.round-fd {
    border-radius: 5px;
    box-shadow: 0 0 0 1px hsla(0, 0%, 85.1%, .3686274509803922)
}

.input-active {
    box-shadow: 0 0 0 1px #e5d4ff
}

.fd-box .van-icon {
    color: #aaa
}

.btn-login-box {
    width: 100%;
    text-align: center
}

.btn-login {
    width: 80%;
    margin: 0 auto
}

.btn-forgot-box {
    width: 100%
}

.btn-forgot {
    width: 80%;
    margin-left: 10%;
    text-align: right;
    font-size: 12px;
    color: #1960fa;
    line-height: 30px
}

.btn-register-box {
    width: 80%;
    max-width: 680px;
    margin: 0 auto;
    margin-top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    border: 1px solid #ddd
}

@media screen and (min-height:720px) {
    .btn-register-box {
        position: fixed;
        bottom: 30px
    }
}

.btn-register {
    color: #000;
    font-size: 15px;
    padding-left: 5px
}

.btn-register-s {
    font-size: 12px;
    padding-left: 0
}

.no-account {
    font-size: 12px;
    color: #666
}

.reg-header {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px
}

.reg-fd-box .van-button--small {
    border-radius: 40px
}

.input-hint {
    font-size: 13px;
    color: #333;
    line-height: 30px
}

.type-active {
    font-weight: 800;
    font-size: 15px
}

.next-box {
    background-color: #fff
}

.forgot-login {
    width: 100%
}

.transfer-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.transfer .van-dropdown-menu {
    width: 90px
}

.transfer .van-dropdown-menu__item {
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-justify-content: flex-start
}

.transfer .van-dropdown-menu__bar {
    background-color: initial;
    border: 0
}

.withdrawSel-box {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 10px
}

.transfer .van-ellipsis {
    font-size: 18px
}

.transfer .transfer-box .van-ellipsis {
    font-size: 13px
}

.transfer .transfer-box .van-dropdown-menu {
    width: 200px
}

.transfer-box {
    padding: 10px
}

.transfer-txt {
    font-size: 12px;
    color: #212121;
    line-height: 48px;
    width: 50px
}

.nft {
    position: relative
}

.search-input {
    position: absolute;
    top: 10px;
    z-index: 88;
    width: 80%;
    margin-left: 10%;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 22px
}

.example::-webkit-scrollbar {
    display: none
}

.scroll-box {
    position: absolute;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.swipe-item {
    height: 100%;
    width: 100%
}

.swipe-item p {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 60px
}

.swipe-item span {
    font-weight: 700;
    color: transparent;
    animation: blur 5s ease-out infinite;
    -webkit-animation: blur 5s ease-out infinite
}

.swipe-item span:first-child {
    animation-delay: 0s;
    -webkit-animation-delay: 0s
}

.gradient {
    bottom: 0;
    left: 0;
    width: 100%
}

.gradient,
.p-gradient {
    position: absolute;
    height: 40%;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .5));
    background: linear-gradient(transparent, rgba(0, 0, 0, .5))
}

.p-gradient {
    border-radius: 8px;
    bottom: 13px;
    left: 5px;
    right: 5px
}

@keyframes blur {
    0% {
        text-shadow: 0 0 15px #fff;
        opacity: 0
    }
    5% {
        text-shadow: 0 0 10px #fff
    }
    15% {
        opacity: 1
    }
    20% {
        text-shadow: 0 0 0 #fff
    }
    80% {
        text-shadow: 0 0 0 #fff
    }
    85% {
        opacity: 1
    }
    95% {
        text-shadow: 0 0 15px #fff
    }
    to {
        text-shadow: 0 0 10px #fff;
        opacity: 0
    }
}

@-webkit-keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0
    }
    5% {
        text-shadow: 0 0 90px #fff
    }
    15% {
        opacity: 1
    }
    20% {
        text-shadow: 0 0 0 #fff
    }
    80% {
        text-shadow: 0 0 0 #fff
    }
    85% {
        opacity: 1
    }
    95% {
        text-shadow: 0 0 90px #fff
    }
    to {
        text-shadow: 0 0 100px #fff;
        opacity: 0
    }
}

.scroll-prompt {
    z-index: 998;
    margin-left: 0;
    width: 100%;
    height: 80px
}

.scroll-prompt .scroll-prompt-arrow-container {
    margin-left: -18px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.scroll-prompt .scroll-prompt-arrow {
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.scroll-prompt .scroll-prompt-arrow:last-child {
    animation-direction: reverse;
    margin-top: -6px
}

.scroll-prompt .scroll-prompt-arrow>div {
    width: 16px;
    height: 16px;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    -webkit-transform: rotate(45deg) translateZ(1px);
    transform: rotate(45deg) translateZ(1px)
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }
    10% {
        opacity: .1
    }
    20% {
        opacity: .2
    }
    30% {
        opacity: .3
    }
    40% {
        opacity: .4
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .6
    }
    70% {
        opacity: .7
    }
    80% {
        opacity: .8
    }
    90% {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    10% {
        opacity: .1
    }
    20% {
        opacity: .2
    }
    30% {
        opacity: .3
    }
    40% {
        opacity: .4
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .6
    }
    70% {
        opacity: .7
    }
    80% {
        opacity: .8
    }
    90% {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    30% {
        -webkit-transform: translateY(9px);
        transform: translateY(9px)
    }
    40% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    60% {
        -webkit-transform: translateY(18px);
        transform: translateY(18px)
    }
    70% {
        -webkit-transform: translateY(21px);
        transform: translateY(21px)
    }
    80% {
        -webkit-transform: translateY(24px);
        transform: translateY(24px)
    }
    90% {
        -webkit-transform: translateY(27px);
        transform: translateY(27px)
    }
    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    30% {
        -webkit-transform: translateY(9px);
        transform: translateY(9px)
    }
    40% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    60% {
        -webkit-transform: translateY(18px);
        transform: translateY(18px)
    }
    70% {
        -webkit-transform: translateY(21px);
        transform: translateY(21px)
    }
    80% {
        -webkit-transform: translateY(24px);
        transform: translateY(24px)
    }
    90% {
        -webkit-transform: translateY(27px);
        transform: translateY(27px)
    }
    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.vid-list {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll
}

.photo-list,
.vid-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 2px;
    width: 100%
}

.photo-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.contain-box {
    width: 49%
}

.contain-box,
.p-contain-box {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 5px;
    position: relative
}

.p-contain-box {
    width: calc(50% - 12px)
}

.during {
    position: absolute;
    right: 5px;
    bottom: 55px;
    width: 55px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, .3)
}

.during,
.media-title {
    height: 20px;
    line-height: 20px
}

.media-title {
    padding-left: 2px;
    font-size: 14px;
    color: #212121;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.media-bottom {
    padding-left: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 10px;
    color: #616161;
    height: 15px;
    line-height: 15px
}

.sub-title {
    text-align: left;
    margin-left: 8px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px
}

.section-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.see-all {
    font-size: 13px;
    line-height: 20px;
    padding-right: 10px;
    color: #08c;
    font-weight: 500
}

.p-cover img {
    border-radius: 8px
}

.tag-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 10px
}

.m-tag {
    color: #333;
    margin-right: 5px;
    font-weight: 700
}

.p-media-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px
}

.p-media-title {
    color: #fff;
    font-size: 13px
}

.p-media-date,
.p-media-play {
    color: #f5f5f5;
    font-size: 12px
}

.search-input {
    padding: 2px 18px;
    border: 1px solid hsla(0, 0%, 47.8%, .18823529411764706)
}

.btn-search {
    background: transparent;
    border: 0;
    color: #212121
}

.pic-send .van-action-sheet__item {
    background-color: #039dea;
    width: 150px;
    margin: 0 auto;
    color: #fff;
    border-radius: 25px
}

.ac-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 20px
}

.ac-left {
    padding: 5px;
    width: 95px
}

.ac-left,
.ac-left .van-image img {
    border-radius: 5px
}

.ac-right {
    font-size: 12px
}

.v-timeago {
    color: #fff;
    font-size: 10px
}

.top-banner {
    width: 100%;
    height: 200px;
    position: relative
}

.banner-caption {
    bottom: 10px;
    color: #fff
}

.banner-caption,
.detail .gradient {
    position: absolute;
    left: 0;
    width: 100%
}

.detail .gradient {
    bottom: 0;
    height: 40%;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .5));
    background: linear-gradient(transparent, rgba(0, 0, 0, .5))
}

.d-during {
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px
}

.d-box {
    padding-left: 10px;
    padding-top: 10px
}

.d-title {
    padding-left: 5px;
    color: #212121;
    font-weight: 500
}

.d-content {
    line-height: 30px;
    padding-left: 20px;
    font-size: 14px
}

.title-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 10px
}

.v-title {
    width: calc(100% - 100px)
}

.v-btn-send {
    width: 90px
}

.detail .tag-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px
}

.comment-name {
    padding-left: 3px;
    line-height: 23px;
    font-weight: 500;
    color: #212121;
    font-size: 13px
}

.com-title-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-justify-content: flex-start
}

.comment {
    padding: 20px;
    padding-bottom: 5px
}

.com-text {
    font-size: 12px
}

.thumb {
    width: 30%;
    height: 60px;
    padding: 5px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.thumbs-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll
}