* {
    margin: 0;
    padding: 0
}

#app, body, html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #000;
    font-size: 1rem;
    font-weight: 500;
    font-family: PingFangTC-Semibold, PingFangTC;
    line-height: 1.42857rem;
    color: #fff
}

.flex {
    display: flex
}

.alc {
    align-items: center
}

.jtcspb {
    justify-content: space-between
}

.fcolumn {
    flex-direction: column
}

.jtcspc {
    justify-content: center
}

.jtcspe {
    justify-content: flex-end
}

.jtcfls {
    justify-content: flex-start
}

.alb {
    align-items: baseline
}

.ale {
    align-items: flex-end
}

.line-class {
    width: .07143rem;
    height: 1.42857rem;
    background: hsla(0, 0%, 100%, .1)
}

.f12 {
    font-size: .85714rem
}

.f14 {
    font-size: 1rem
}

.col888 {
    color: #888
}

.down-icon {
    width: 1.42857rem;
    height: 1.42857rem
}

.col7D {
    color: #12b37d
}

.col4B {
    color: #fa4b4b
}

.mb12 {
    margin-bottom: .85714rem
}

.f10 {
    font-size: .71429rem
}

.colfff {
    color: #fff
}

.mt12 {
    margin-top: .85714rem
}

.cur-pointer {
    cursor: pointer
}

.bgA1A {
    background-color: #030a1a
}

.f16 {
    font-size: 1.14286rem
}

.f20 {
    font-size: 1.42857rem
}

.f32 {
    font-size: 2.28571rem
}

.f18 {
    font-size: 1.28571rem
}

.ml40 {
    margin-left: 2.85714rem
}

.loading {
    border: .14286rem solid #f3f3f3;
    border-radius: 50%;
    border-top: .14286rem solid #1966ff;
    width: 1.14286rem;
    height: 1.14286rem;
    margin-right: .57143rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.uni-bg-up {
    background-color: #12b37d
}

.uni-up {
    color: #12b37d
}

.uni-bg-down {
    background-color: #fa4b4b
}

.uni-down {
    color: #fa4b4b
}

::-webkit-scrollbar {
    width: .28571rem;
    height: .14286rem
}

::-webkit-scrollbar-corner {
    display: block
}

::-webkit-scrollbar-thumb {
    border-radius: .57143rem;
    background-color: hsla(0, 0%, 100%, .2)
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: .57143rem;
    margin-bottom: .14286rem
}
