﻿/*
    DIV屏幕局中 body,html{height:100%;}
    .div_pm_column {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
.div_pm_column {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_M_m {
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.div_bt_m {
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    background-color: #0f87b5;
    margin: -1px;
    color: #ffffff;
    font: 700;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
}

.div_text {
    line-height: 30px;
    min-height: 30px;
    font-size: 16px;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
}
.div_text_bt {
    line-height: 30px;
    min-height: 30px;
    font-size: 16px;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
    font-weight:700;
}
.div_row_pf_m {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.div_row_left_m {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.div_row_right_m {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.div_col_m {
    display: flex;
    flex-direction: column;
}

.div_col_pf_m {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.div_M {
    width: 700px;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.div_row_pf {
    display: flex;
    width: 700px;
    height: 30px;
    flex-direction: row;
    justify-content: space-between;
}

.div_row_left {
    display: flex;
    width: 700px;
    height: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.div_row_right {
    display: flex;
    width: 700px;
    height: 30px;
    flex-direction: row-reverse;
    align-items: center;
}

.input_text {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}

.input_bottom {
    border: none;
    border: 1px solid #9fd89f;
    border-radius: 5px;
    background-color: #5cb85c;
    color: #ffffff;
}

input, select {
    height: 25px;
    border: 1px solid #95b8e7;
    border-radius: 3px;
}
/*防溢出*/
.font-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.font_12 {
    font-size: 12px;
}

.font_12B {
    font-size: 12px;
    font-weight: 700;
}

.font_14 {
    font-size: 14px;
}

.font_14B {
    font-size: 14px;
    font-weight: 700;
}

.font_16 {
    font-size: 16px;
}

.font_16B {
    font-size: 16px;
    font-weight: 700;
}

.font_18 {
    font-size: 18px;
}

.font_18B {
    font-size: 18px;
    font-weight: 700;
}
