.search {
	width: 100%;
	height: 40px;
	background-color: #ededed;
	padding: 5px 3%;
	position: absolute;
	top: 0;
}
.search2 {
	width: 100%;
	height: 40px;
	background-color: #ededed;
	padding: 5px 3%;
	position: absolute;
	top: 52px;
}
.search div{
	height: 30px; 
	background-color: #ffffff; 
	line-height: 30px
}
.search2 div{
	height: 30px; 
	background-color: #ffffff; 
	line-height: 30px
}
.search-image{
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	left: 10px;
}
.search-content{
	margin-left: 14px;
    color: #999999;
    font-size: 13px;
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 80%;
    outline: none;
}
.click-user-index{
	width: 30px;
    height: 30px;
    font-size: 22px;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    position: fixed;
    top: 45%;
    left: 45%;
    color: white;
}
.click-user-index-bg{
	background-color: #acacb5;
}
.message-one{
	border-bottom: 1px solid #ededed;
}
.message-left{
	display: inline-block; 
	margin: 17 10;
	width: 80%;
}

.message-left label{
	font-size: 16px; 
	color: #333333;
	text-align: left;
}
.message-left p{
	margin-top: 5px; 
	font-size: 13px; 
	color: #999999;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-user-cont li {
	list-style: none;
    text-align: center;
}
.titleZm{
	height: 30px; 
	background-color: #ededed; 
	line-height: 30px;
	padding: 0 10;
}

.empty-message{
	height: 60px;
    background-color: #ededed;
    line-height: 60px;
    text-align: center;
    display: none
}
