[v-cloak] {
    display: none;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-a {
    display: flex;
    align-items: center;
}

.flex-j {
    display: flex;
    justify-content: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex1 {
    flex: 1;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.mar_top10 {
    margin-top: 10px;
}

.mar_left10 {
    margin-left: 10px;
}

.mar_right10 {
    margin-right: 10px;
}

.mar_bottom10 {
    margin-bottom: 10px;
}

.mar_top20 {
    margin-top: 20px;
}

.mar_left20 {
    margin-left: 20px;
}

.mar_right20 {
    margin-right: 20px;
}

.mar_bottom20 {
    margin-bottom: 20px;
}

.mar_top30 {
    margin-top: 30px;
}

.mar_left30 {
    margin-left: 30px;
}

.mar_right30 {
    margin-right: 30px;
}

.mar_bottom30 {
    margin-bottom: 30px;
}

.mar_top40 {
    margin-top: 40px;
}

.mar_left40 {
    margin-left: 40px;
}

.mar_right40 {
    margin-right: 40px;
}

.mar_bottom40 {
    margin-bottom: 40px;
}

/* .el-scrollbar__wrap {
    overflow-x: hidden;
} */

/* .el-scrollbar {
    padding: 0 0 10px 0 !important;
} */

.one-row {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.pointer {
    cursor: pointer;
}

.s-t1 {
    font-size: 15px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #222222;
}

.s-t2 {
    font-size: 13px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.t-c {
    text-align: center;
}
