.messageHeader{
    width:100%;
    height:90px;
    line-height: 50px;
    background: #fff;
    text-align: center;

}
.messageTitle{
    font-size:18px;
    color:#111;
}
.messageHeader ul{
    width:80%;
    height:30px;
    line-height:30px;
    margin:0 10%;
    border-radius:15px;
    background: #eee;
    border:1px solid #eee;
    color: #999;
}
.messageHeader ul li{
    float:left;
    width:33%;
    font-size:14px;
    height:30px;
    line-height:30px;
    border-radius:15px;
}
.mess1{
    background:#fff;
    color: #1c90ff;
}