.message_content{
    width: 96%;
    margin: auto;
    display: table;
}
.mesimg{
    width: 100%;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.message_input{
    width: 90%;
    margin: auto;
    display: table;
    padding-bottom: 15px;
}
.crh {
    font-weight: bold;
    font-size: 20px;
    color: #4c4948;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 3px;
}
.cr_div{
    width: 100%;
    display: table;
}
.cri {
    font-size: 14px;
    color: #4c4948;
    float: left;
    line-height: 32px;
}
.cri span{
    color: red;
    padding: 0 3px;
}
.cr_input {
    width: 100%;
    height: 30px;
    border: 1px solid #DDDDDD;
    background: none;
    margin-top: 1px;
    color: #333333;
    text-indent: 5px;
}
.cr_text {
    width: 100%;
    height: 100px;
    border: 1px solid #DDDDDD;
    background: none;
    margin-top: 1px;
    display: block;
    color: #4c4948;
    padding: 5px;
    font-family: 'Microsoft Yahei', Tahoma, Arial;
}
.cr_button {
    margin-top: 10px;
    width: 48%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-right: 4%;
    border: none;
    float: left;
}
.btn_color1{
    color: #4c4948;
    background: #e9e9e9;
}
.btn_color2{
    color: #FFFFFF;
    background: #d7232e;
    margin-right: 0;
}