.main_message{

}
.message_banner{
    width: 100%;
    margin: auto;
    height:400px;
}
.message_detail{
    height: 1000px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8F8F8;
}
.message_title{
    height: 80px;
    width: 200px;
    margin-top: 20px;
    /* margin: auto; */
    font-size: 20px;
    text-align: center;
    color: #A92051;
    font-weight: bolder;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}
.message_user{

    text-align: center;
    height: 25px;
    width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.info{
    text-align: center;
    width: 80%;
    height: 320px;
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: auto;
}
.name{

}
.phone{

}
.detail{
    width:400px;
    height: 300px;
    line-height: 25px;
    font-weight: bolder;
    resize: none;
}
.update_message{
    margin-top: 15px;
}
.message_board{
    width:100%;
    height:1px;
    margin-top:50px;
    margin-right:auto;
    margin-left:auto;
    padding:0px;
    background-color:#A92051;
    overflow:hidden;
}
.board{
    width:100%;
    height:20px;
    margin-top:20px;
    margin-right:auto;
    margin-left:auto;
    font-size:22px;
    color:#A92051;
}