.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

[v-cloak] {
    display: none;
}

.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;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.mar_top5 {
    margin-top: 5px;
}

.mar20 {
    margin: 20px;
}

/* .el-scrollbar__wrap {
    overflow-x: hidden !important;
} */

.one-row {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.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;
}
