@charset "utf-8";
.ac_results {
	border-top: 1px solid rgb(204, 204, 204);
	background-color: white;
	margin: 0pt auto;
	position: absolute;
	width: 296px;
	clear: both;
	z-index: 2;
}

.ac_results li {
	border-bottom: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
	padding: 8px 2px;
	color: #101010;
	text-align: left;
	width: 290px;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_over_freeword {
	cursor: pointer;
	background-color: #F0F0F0;
}

ul li.suggest_title {
    color: #833A19;
    background-color: #FFEBFC;
    text-align: left;
}
.ac_results {
	margin: 0 10px;
	border: solid 1px #cdcdcd;
	background-color: #fff;
	box-sizing: border-box;
}
.ac_results:empty {
	border: none;
}
.ac_results > li {
	width: auto;
	padding: 13px 10px;
	border: none;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	box-sizing: border-box;
}
.ac_results > .suggest_title {
	border-bottom: solid 1px #dcdcdc;
	background-color: #fff;
	color: #999;
	font-size: 12px;
}
.ac_results > .suggest_title:last-child {
	border-bottom: none;
}
.ac_results > li:not(.suggest_title) {
	margin-left: 10px;
	padding-left: 0;
}
.ac_results > li:not(.suggest_title) + li {
	border-top: solid 1px #dcdcdc;
}

.xy-textSearch__historyBox {
	background-color: #fff;
	margin: 3px 10px 0;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 0 8px;
	position: absolute;
	z-index: 9999;
}
.xy-textSearch__historyList {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	        justify-content: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	text-decoration: none;
}
.xy-textSearch__historyImg {
	-webkit-align-self: start;
	        align-self: start;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	height: auto;
	width: 24px;
	margin-top: 12px;
}
.xy-textSearch__historyText {
	color: #202020;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 12px auto 12px 8px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xy-textSearch__suggestList {
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	        justify-content: start;
}
.xy-textSearch__searchIcon {
	-webkit-align-self: start;
	        align-self: start;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	height: auto;
	width: 18px;
	margin-top: 12px;
}
.xy-textSearch__suggestText {
	color: #202020;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xy-textSearch__suggestImg {
	-webkit-align-self: start;
	        align-self: start;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	height: auto;
	width: 56px;
	margin: 4px 0;
}
.xy-textSearch__suggestClient {
	color: #202020;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 20px;
	-webkit-align-self: center;
	        align-self: center;
	margin: 0 8px 0 12px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}