/*适老版通用样式*/
.simple_fs_30 {
    font-size: 30px !important;
    line-height: 30px !important;
}
.simple_fs_24 {
    font-size: 24px !important;
}
.simple_lh_30 {
    line-height: 30px !important;
}

.simple_fs_22 {
    font-size: 22px !important;
}

.simple_fs_20 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.simple_fs_20_nl {
    font-size: 20px !important;
}

.simple_color_333 {
    color: #333 !important;
}
.simple_pd_4_10 {
    padding: 6px 10px !important;
}
.simple_mt_4 {
    margin-top: 4px !important;
}
.simple_pd_12 {
    padding: 12px !important;
}
.simple_center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.simple_hidden {
    display: none !important;
}
.simple_show {
    display: block !important;
}
.simple_wh_btn {
    width: 80px !important;
    height: 30px !important;
}

.simple_w_88 {
    width: 88px !important;
}

.simple_width_100 {
    max-width: 110px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.simple_nowrap {
    white-space: nowrap !important;
}
.simple_mr_10 {
    margin-right: 10px !important;
}

.simple_fs_18 {
    font-size: 18px !important;
}

.simple_fs_16 {
    font-size: 16px !important;
}
.simple_fs_14 {
    font-size: 14px !important;
}
.simple_row_sb {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
.simple_pdlr_12 {
    padding: 6px 12px !important;
}
.simple_ml_10 {
    margin-left: 10px !important;
}
.simple_w_100 {
    width: 100px !important;
}

.simple_w_120 {
    width: 120px !important;
}
.simple_w_160 {
    width: 160px !important;
}
.simple_w_200 {
    width: 200px !important;
}
.simple_mrt_10 {
    margin-top: 10px !important;
}