.gwd-row {
    display: flex;
    flex-direction: row;
}

.gwd-column {
    display: flex;
    flex-direction: column;
}

.gwd-inline-row {
    display: inline-flex;
    flex-direction: row;
}

.gwd-inline-column {
    display: inline-flex;
    flex-direction: column;
}

.gwd-align {
    align-items: center;
}

.gwd-align-str {
    align-items: stretch;
}

.gwd-justify {
    justify-content: center;
}

.gwd-break-all {
    word-break: break-all;
}

.gwd-tro-bt {
    transform-origin: bottom;
}

.gwd-font11 {
    font-size: 12px;
    transform: scale(0.916);
}

.gwd-font12 {
    font-size: 12px;
}

.gwd-font13 {
    font-size: 13px;
}

.gwd-font14 {
    font-size: 14px;
}

.gwd-font15 {
    font-size: 15px;
}

.gwd-font28 {
    font-size: 28px;
}

.gwd-font-pfm {
    font-family: PingFangSC-Medium, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif, PingFang SC;
}

.max-2-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rad-12 {
    border-radius: 12px;
}

.mlr-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.pd-lr-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.pd-lr-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.mt-12 {
    margin-top: 12px;
}

