.message_input h2{
    display: inline-block;
    border-bottom: none;
}
.message_input .close{
    float: right;
    display: inline-block;
    padding: 16px 24px;
}
.message_input .close span{
    display: inline-block;
    width: 65px;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    
}
.message_input .close span:nth-of-type(1){
    color: white;
    background-color: rgb(96,0,0);
}
.message_input .shouhou{
    padding: 16px 24px;
    height: 600px;
}
table{
    font-size: 13px;
    margin-bottom: 14px;
    border: #ccc;
    border-collapse: collapse;
}
table tr:nth-of-type(1){
    height: 40px;
}
table tr:not(:nth-of-type(1)){
    height: 100px;
}
table tr td:nth-of-type(1){
    width: 278px;
}
table .ding{
    color: rgb(96,0,0);
}
table tr:nth-of-type(1) td span:nth-of-type(3){
    float: right;
}
table tr:nth-of-type(1) td span:nth-of-type(2){
    margin-left: 30px;
}
table img{
    width: 60px;
    float: left;
}
table button{
    border: 1px solid rgb(96,0,0);
    color: rgb(96,0,0);
    background-color: white;
    width: 68px;
    height: 30px;
    border-radius: 4px;
}
table button:hover{
    background-color: rgb(96,0,0);
    color: white;
}
.page_one button:nth-of-type(2){
    color: white;
}
.page_one button:nth-of-type(2){
    background-color: rgb(96,0,0);
    
}