/* 新增常用的class - Rita.Ruo */
.flex-center {
    justify-content: center;
    align-items: center;
}
.ws-nowrap {
    white-space: nowrap;
}