.msg-wrap {
    margin-top: 50px;
    /* padding: 60px;
    position: relative;
    box-shadow: 1px 1px 20px #f5f5f5; */
}
.title{
    text-align: center;
    color: #222222;
    font-size: 20px;
    margin-bottom: 48px;
}
.msg-item {
    display: flex;
    flex-direction: row;
    margin-top: 25px;

}

.msg-title {
    margin-right: 20px;
    color: #222222;
    font-size: 15px;
    margin-top: 5px;
}

.msg-text {
    display: inline-block;
    height: 130px;
    width: 500px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    resize: none;
    font-size: 15px;
    border-radius: 5px;
}

.msg-input {
    border: 1px solid#e5e5e5;
    width: 500px;
    height: 53px;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;

}

.msg-btm {
    width: 500px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    background-color: #55bb8a;
    color: #ffffff;
    text-align: center;
    margin-left: 80px;
    margin-top: 34px;
    letter-spacing: 4px;

}

.online {
    position: absolute;
    right: 0;
    top: 0;
}