div#m-message-area-left-bottom{
    position: fixed;
    background: #fff;
    z-index: 10002;
    color: #000;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
    box-shadow: 0 0 8px rgba(0,0,0,.4);
    bottom: 20px;
    left: 20px;
    line-height: 18px;
    font-size: 14px;
}
div#m-message-area-left-bottom .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    font-size: 14px;
    line-height: 15px;
    background: #fff;
    color: #aaa;
    cursor: pointer;
    opacity: .5;
    vertical-align: baseline;
    border: 0;
    margin: 0px;
    text-align: center;
    padding: 0px;
    /* display: none; */
}

div#m-message-area-left-bottom .m-message-area {
    position: relative;
    float: left;
    width: 100%;
}

div#m-message-area-left-bottom .m-message-area-content {
    padding: 10px;
    float: left;
	width:210px;
    box-sizing: border-box;
}

div#m-message-area-left-bottom .m-avatar-block img{
    width: 30px !important;
    height: 30px;
}

div#m-message-area-left-bottom .m-avatar-block {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

div#m-message-area-left-bottom .m-content-block {
    width: 150px;
    float: left;
    overflow: hidden;
    word-break: break-all;
}
div#m-message-area-left-bottom a:hover{
    color:#333 !important;
}

div#m-message-area-left-bottom .m-item-block {
    margin-bottom: 10px;
    float: left;
    width: 190px;
    cursor:pointer;
}

div#m-message-area-left-bottom .m-item-block span {float:left;width:100%;}

div#m-message-area-left-bottom font.m-bold {
    font-weight: bold;
}

div#m-message-area-left-bottom span.m-time {
    color: #888;
    margin-top: 5px;
    font-size: 12px;
}