/* ac */
.autocomplete-suggestions {
	text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	position: absolute; display: none; z-index: 9999; max-height: 240px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 8px 12px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; border-top: 1px solid #ddd;}
.autocomplete-suggestion b { font-weight: normal; color: #000; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

.autocomplete-suggestion.pic {
	position: relative;
	line-height: 54px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	border-bottom: 1px dotted #ddd;
	padding: 0 10px 0 80px;
	overflow: hidden;
}
.autocomplete-suggestion-pic:hover {
	background-color: #f0f0f0;
}
.autocomplete-suggestion.pic img, .autocomplete-suggestion.pic span {
	display: block;
	float: left;
	display: block;
	width: 72px;
	height: 54px;
	margin: 0 0 0 -80px;
}
.autocomplete-suggestion.pic span {
	font-size: 32px;
	line-height: 54px;
	text-align: center;
}

