.autocompleter {
	width: 100%; display: none;
}
.autocompleter-show {
	display: block;
}
.autocompleter {
	position: absolute;
}
.autocompleter-hint {
	position: absolute;
}
.autocompleter-list {
	list-style: none; margin: 0px; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box;
}
.autocompleter-item {
	cursor: pointer;
}
.autocompleter-item:hover {
	
}
.autocompleter-item-selected {
	
}
.autocompleter-item strong {
	
}
.autocompleter-hint {
	width: 100%; display: none;
}
.autocompleter-hint-show {
	display: block;
}
.autocompleter-hint span {
	color: transparent;
}
.autocompleter {
	background: rgb(221, 221, 221); width: 100%; z-index: 100;
}
.autocompleter {
	
}
.autocompleter-hint {
	
}
.autocompleter-list {
	list-style: none; margin: 0px; padding: 0px; text-align: left; box-sizing: border-box; box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1); -webkit-box-sizing: border-box;
}
.autocompleter-item-selected {
	background: rgb(255, 255, 255);
}
.autocompleter-item {
	padding: 6px 12px; color: rgb(68, 68, 68); font-size: 20px; cursor: pointer;
}
.autocompleter-item:hover {
	background: rgb(219, 237, 138);
}
.autocompleter-item strong {
	background: rgb(249, 222, 143); text-shadow: 0px 1px 0px #ffffff;
}
.autocompleter-item span {
	color: rgb(187, 187, 187);
}
.autocompleter-hint {
	padding: 12px 12px 12px 13px; top: -56px; width: 100%; text-align: left; color: rgb(204, 204, 204); font-size: 24px; font-weight: 400; display: none;
}
.autocompleter-hint span {
	color: transparent;
}
.autocompleter-hint-show {
	display: block;
}
.autocompleter-closed {
	display: none;
}
.now_city > .autocompleter {
	border: 1px solid rgb(221, 221, 221); border-image: none; left: 315px; top: 46px; width: 177px !important; line-height: 34px; font-size: 14px !important; position: absolute; background-color: rgb(255, 255, 255);
}
.now_city > .autocompleter > ul > li {
	line-height: 18px; font-size: 14px;
}
