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

.trade .van-tabs--line .van-tabs__wrap {
    height: 20px
}

.trade .van-tabs__wrap--scrollable .van-tab {
    font-size: 12px
}

.trade .van-ellipsis {
    font-size: 13px;
    font-weight: 600
}

.trade .van-dropdown-menu {
    width: 100%
}

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

.trade .top-bar-right .van-dropdown-menu__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.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 {
    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
}

.trade-buy-left {
    width: 65%;
    padding: 12px
}

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

.buy-right .van-skeleton {
    padding-left: 2px
}

.buy-right .van-skeleton__row {
    width: 90% !important;
    margin-bottom: 3px;
    height: 12px
}

.buy-price {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #222
}

.trade .buy {
    height: unset
}

.sell {
    width: 100%
}

.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: 24px;
    font-size: 11px
}

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

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

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

.trade-green {
    color: #16c784
}

.trade-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);
    height: 25px;
    background: #d7e4ea;
    color: #212121;
    font-size: 13px;
    font-weight: 600
}

.btn-buy:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #d7e4ea;
    border-right: 0 solid transparent;
    border-bottom: 25px solid #fff;
    position: absolute;
    top: 0;
    right: 0
}

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

.active-green:after {
    border-left: 8px solid #16c784
}

.trade .van-button--default {
    border: 0 solid #f8f8f8
}

.btn-buy-2 {
    background: #16c784
}

.btn-buy-2,
.btn-sell-2 {
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    height: 30px
}

.btn-sell-2 {
    background: #ea3943
}

.btn-sell {
    width: calc(50% - 5px);
    height: 25px;
    background: #d7e4ea;
    color: #212121;
    font-size: 13px;
    font-weight: 600
}

.btn-sell:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0 solid #fff;
    border-right: 8px solid transparent;
    border-top: 25px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}

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

.trade .van-cell {
    padding: 8px 8px
}

.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;
    height: 30px
}

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

.input-symbol {
    line-height: 30px;
    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
}

.trade .van-dropdown-menu__bar {
    height: 28px
}

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

.trade .v-slider-scales span {
    font-size: 10px
}

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

.trade .v-slider-dot {
    width: 16px !important;
    height: 16px !important;
    border: 1.5px solid #193afa;
}

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

.trade .amount {
    color: #111;
    font-size: 10px;
    font-weight: 500
}

.symbol-select {
    font-weight: 600;
    padding-left: 12px
}

.symbol-select,
.top-bar-right {
    width: 65px;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 45px
}

.top-bar-right {
    padding-right: 12px;
    -webkit-box-pack: end;
    justify-content: end;
    -webkit-justify-content: flex-end
}

.top-bar-right .van-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.top-bar-right .van-icon img {
    width: 20px;
    height: 20px
}

.top-bar-right .van-dropdown-menu__bar {
    height: 22px;
    background-color: #fafafa
}

.top-bar-right .van-dropdown-menu__title {
    font-size: 12px
}

.top-bar-right .van-dropdown-menu__item {
    width: 60px
}

.top-bar-right .van-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 20px
}

.top-bar-right .van-cell__value {
    -webkit-box-pack: end;
    justify-content: end;
    -webkit-justify-content: flex-end
}

.empty-box,
.top-bar-right .van-cell__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.empty-box {
    width: 100%;
    height: 140px;
    -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;
    background-color: #fff
}

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

.trade .van-button:active:before {
    opacity: 0
}

.chart-loading-view {
    position: absolute;
    height: 25vh;
    left: 0;
    right: 0;
    top: 0;
    background-color: hsla(0, 0%, 100%, .8);
    z-index: 999
}

.cang-box,
.chart-loading-view {
    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
}

.cang-box {
    font-size: 11px;
    height: 20px;
    border: 1px solid #eee;
    margin: 10px 0;
    font-weight: 600;
    padding: 0 8px
}

.contract-opt-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-justify-content: flex-start
}

.cang-long {
    color: #16c784;
    margin-left: 5px
}

.cang-short {
    color: #ea3943;
    margin-left: 5px
}

.contract-input {
    height: 25px
}

.contract-input .van-cell {
    padding: 5px 8px
}

.contract-input .input-symbol {
    line-height: 25px;
    font-size: 12px
}

.btn-small {
    margin: 5px auto
}

.btn-duishou,
.btn-small {
    height: 25px;
    font-size: 12px
}

.btn-duishou {
    text-align: center;
    margin-left: 5px;
    border: 1px solid #eee;
    line-height: 25px;
    width: 60px
}

.trade .van-dialog__header--isolated {
    padding: 24px 15px
}

.trade .van-dropdown-menu__item {
    width: 115px
}

.trade .top-bar-right {
    width: 95px
}

.cang-sel-box {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.cang-opt {
    width: 40%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    background-color: #f0f0f0;
    color: #222;
    border-radius: 3px
}

.cang-select {
    border: 1px solid #1960fa;
    background-color: rgba(25, 96, 250, .11372549019607843);
    color: #1960fa
}

.gangangRate-box {
    width: calc(100% - 60px);
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow-x: scroll;
    padding: 0 12px;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 2px 10px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.gangangRate-box::-webkit-scrollbar {
    display: none
}

.gangangRate {
    width: 60px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 13px;
    color: #222;
    text-align: center;
    line-height: 25px;
    border-radius: 14px
}

.gan-sel {
    background-color: #1960fa;
    color: #f0f0f0
}

.gangang-calc-box {
    border-radius: 8px;
    color: #666;
    font-size: 10px;
    padding: 5px 8px;
    background-color: #f5f5f5;
    width: calc(100% - 30px);
    margin: 0 auto;
    line-height: 16px;
    font-weight: 400;
    line-height: 20px
}

.g-price {
    color: #1960fa
}

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

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

.test {
    margin-top: 10px;
    height: 50px;
    background-color: #fff;
    color: #555;
    padding: 10px 10px;
    font-size: 15px
}

.contract-tag {
    background-color: #eee;
    padding: 3px 5px;
    border-radius: 2px
}

.btn-contract-amount-popver {
    width: 60px;
    background-color: initial;
    height: 33px;
    font-size: 12px
}

.amount-popver {
    margin-top: -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.cang-order-title {
    font-size: 10px;
    color: #aaa
}

.cang-order-value {
    font-size: 13px;
    color: #222;
    font-weight: 500;
    line-height: 20px
}

.v-slider-bar {
    background-color: #193afa !important
}

.v-slider-button,
.v-slider-dot.active {
    border-color: #193afa !important
}

.crypto-contain {
    padding: 0 10px;
    background: #fff
}

.crypto-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 48px
}

.coin-icon-contain {
    width: 30px;
    text-align: center
}

.coin-icon-contain img {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-top: 5px
}

.crypto-text {
    width: 150px;
    padding-left: 10px
}

.symbol {
    font-size: 13px;
    font-weight: 500
}

.name {
    font-size: 9px;
    color: #666;
    line-height: 20px
}

.price-contain {
    width: calc(100% - 190px);
    text-align: right
}

.price {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.volume {
    font-size: 10px;
    color: #666
}

.change {
    width: 60px;
    height: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 11px;
    border-radius: 3px
}

.green {
    background-color: #16c784
}

.red {
    background-color: #ea3943
}

.coin-change-contain {
    width: 90px;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    justify-content: end;
    -webkit-justify-content: flex-end;
    padding-top: 2px
}

@media screen and (max-width:380px) {
    .coin-line-contain {
        display: none
    }
}

@media screen and (max-width:300px) {
    .share-box {
        width: 130px
    }
}

.add-margin .van-tabs__nav--card .van-tab {
    border-right: 0
}

.add-margin .van-tab.van-tab--active {
    border: 1px solid #ddd;
    border-color: #ddd !important
}

.add-margin .van-tab {
    font-size: 12px
}

.pingcang .input-contain-2[data-v-785fd78d] {
    width: calc(100% - 90px)
}

.shijia[data-v-785fd78d] {
    line-height: 32px;
    margin-left: 10px;
    width: 60px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 12px
}

.shijiaActive[data-v-785fd78d] {
    color: #1960fa;
    border-color: #1960fa
}

.van-checkbox-group--horizontal {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.van-checkbox,
.van-checkbox-group--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.van-checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.van-checkbox--disabled {
    cursor: not-allowed
}

.van-checkbox--label-disabled {
    cursor: default
}

.van-checkbox--horizontal {
    margin-right: 12px
}

.van-checkbox__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 1em;
    font-size: 20px;
    line-height: 1em;
    cursor: pointer
}

.van-checkbox__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #c8c9cc;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color
}

.van-checkbox__icon--round .van-icon {
    border-radius: 100%
}

.van-checkbox__icon--checked .van-icon {
    color: #fff;
    background-color: #1989fa;
    border-color: #1989fa
}

.van-checkbox__icon--disabled {
    cursor: not-allowed
}

.van-checkbox__icon--disabled .van-icon {
    background-color: #ebedf0;
    border-color: #c8c9cc
}

.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
    color: #c8c9cc
}

.van-checkbox__label {
    margin-left: 8px;
    color: #323233;
    line-height: 20px
}

.van-checkbox__label--left {
    margin: 0 8px 0 0
}

.van-checkbox__label--disabled {
    color: #c8c9cc
}

.order-monitor .van-dropdown-menu__bar {
    border: 0
}

.order-monitor .van-ellipsis {
    font-size: 11px !important
}

.order-monitor .van-checkbox__label {
    margin-left: 2px;
    font-size: 11px
}

.order-monitor .input-field {
    border: 1px solid #eee
}

.monitor-box[data-v-3fe2a634] {
    padding: 10px;
    font-size: 11px;
    color: #666;
    background: #f9fafe;
    border-radius: 5px;
    margin-top: 20px;
    line-height: 20px
}

.monitor-box-item[data-v-3fe2a634] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.monitor-box-value[data-v-3fe2a634] {
    color: #222;
    font-size: 11px
}

.order-monitor .van-dropdown-menu[data-v-3fe2a634] {
    width: 100px
}

.monitor-hint[data-v-3fe2a634] {
    background-color: rgba(0, 67, 255, .10980392156862745);
    color: #0043ff;
    padding: 8px;
    font-size: 11px;
    line-height: 15px
}

.monitor-input-box[data-v-3fe2a634] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px
}