*{
    padding:0;
    margin:0;
    list-style:none;
    outline:none;
}
body,html{
    background:#fff;
}
.wrapper{
    width:100%;
    height:auto;
    overflow: auto;
    background:#fff;
    
    
    border-radius:5px;
    
}
.wrapper .search{
    width:100%;
    height:40px;
	margin: auto;
	margin-top: 20px;
	
	
}
.wrapper .search .inp{
    width:100%;
    height:40px;
    
    line-height:40px;
	border-radius: 30px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
    float: right;
	
}
.wrapper .search .btn-list{
    float: right;
    height:40px; 
	
}
.wrapper .search .btn-list li{
    float: left;
    height:40px;
    line-height:40px;
    text-align:center;
    width:60px;
    
    border-radius:3px;
    margin-left:10px;
    
    cursor:pointer;
	
}
.wrapper .search .btn-list .active{
    
    color:#fff;
}
.wrapper .user{
    width:95%;
    
	margin: auto;
}
.wrapper .user li{
    
    border-radius:7px;
    height:auto;
    
    padding:8px; 
    cursor: pointer;
    transition: all ease-in 0.2s; 
    margin-bottom:10px; 
	background-color: #fafafa;
}
.wrapper .user li:hover{
    
}


.wrapper .user li .head-img{
    height:35px;
    width:35px;
    border-radius:50%;
    overflow: hidden;
    float: left;margin-right: 10px;
    
	float: right;
	margin-top: 5px;
}
.wrapper .user li .head-img img{
    width:100%;
}

.wrapper .user li:hover .tit .motto{

}
.wrapper .user li .tit{
    height:100%;
    width:100%;
      
}
.wrapper .user li .tit .name{
    font-size: 17px;
    font-weight:bolder;
	margin-top: 10px;
	padding: 5px;
	color: #000;
	
    
}
.wrapper .user li .tit .motto{
    font-size: 14px;
    color:#5c5c5c;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	
	
}
.wrapper .prompt{
    color:#d4d4d4;
    height:50px;
	font-size: 18px;
	letter-spacing: 0.3px;
    text-align: center;
    line-height: 50px;
    display: none;
}