.filter-form{
	margin: -17px  0 30px 20px;
}
.filter-form-result{
	margin: 17px  0 30px 20px;
}
.filter-form select{
	background: #e4e4e4;
	border: none;
	padding: 6px 15px 6px 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.filter-form select option{
	background: #eee;
}

.result-more{
	text-align: center;
    color: #888;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
	font-size: 20px;
}
.result-more:hover{
	color: #aaa;
}
.result-user-list{
	list-style: none;
	text-align: center;
	padding:0;
}
.result-user-list li{
	display: inline-block;
	width: 240px;
	height: 260px;
	text-align: center;
	margin: 0 10px 40px 0;
	transition: all 0.3s ease-in-out;
}
.result-user-list li:hover{
	filter: brightness(1.2);
}
.result-user-list li img{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	object-position: 50% 50%;
    object-fit: cover;
	

}
.result-user-list li span{
	display: inline-block;
	word-break: break-all;
	width:100%;
	overflow: hidden;
	white-space: inherit;
}
.result-user-name{
	font-size: 1.25em;
    font-weight: 700;
    color: #000;
    height: 30px;
    margin-top: 18px;
    overflow: hidden;
    line-height: 28px;
}
.result-user-id{
	margin-top:10px;
	height: 30px;
	
}