.autocomplete-suggestions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
	border-radius:6px;
	background: #FFF;
	cursor: default;
	line-height: 40px;
	z-index: 9;
	overflow: auto;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
}

.autocomplete-suggestion {
	color: #1D2129;
	font-size: 14px;
	padding: 0px 20px 0 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	position: relative;
}
.autocomplete-suggestion .recently b{
	font-weight: 500;
	color: #06CD65;
}

.autocomplete-no-suggestion {
	padding: 0px 20px;
}

.autocomplete-selected {
	background: #f5f5f5;
}

.autocomplete-suggestions strong {
	color: #999;
	font-weight: normal;
}

.autocomplete-group {
	padding: 0px 20px;
	font-size: 12px;
	color: #999;
	display: block;
	position: relative;
}
.autocomplete-group::after{
	content: '';                 /*CSS伪类用法*/
	position: absolute;         /*定位背景横线的位置*/
	top: 0;
	right: 0;
	background:rgba(238,238,238,1);    /*宽和高做出来的背景横线*/
	width: 270px;
	height: 1px;
}
.remove-group::after{
	height: 0px ;
}
.index-autocomplete-width::after{
	width: 411px;
}
.search-ad-img{
	margin-top: 15px;
	height: 80px;
	padding: 0 20px;
	padding-bottom: 15px;
	text-align: center;
}
.search-ad-img img{
	width: 460px;
	border-radius: 4px;
	height: 80px;
}

.autocomplete-search-tips{
	height: 40px;
	padding: 0 0 0 20px;
	line-height: 40px;
	width: 100%;
	box-sizing: border-box;
}
.autocomplete-search-tips span{
	display: inline-block;
	vertical-align: middle;
	color: #FDA333;
	font-size: 12px;
	
}
.autocomplete-suggestion:hover .s-clear-icon{
	display: inline-block;
}
.autocomplete-suggestion .s-clear-icon{
    position: absolute;
	z-index: 99999;
    right: 10px;
    top: 14px;
	width: 16px;
    height: 16px;
	display: none;
	background: url(/www2/images/details-close.png) no-repeat center;
}
.autocomplete-search-tips .s-tips-icon{
	width: 16px;
	height: 18px;
	margin-right: 5px;
	background: url(/www2/images/search-tips-icon.png) no-repeat center;
}


/* 关联词 */
.details-content .detail-right .relate-words-categories{
	display: none;
}
.autocomplete-welated-words{
	padding: 0 24px 14px 24px;
	margin-top: 11.5px;
}
.autocomplete-welated-words .title-welated{
	font-size: 14px;
	color: #86909C;
	border-top: 1px solid #E5E6EB;
	line-height: 24px;
	padding-top: 11.5px;
	margin-bottom: 12px;
}
.autocomplete-welated-words .search-recommend{
	display: flex;
	flex-wrap: wrap;
	margin-right: -24px;
}
.autocomplete-welated-words .search-recommend a{
	display: inline-block;
	line-height: 22px;
	color: #4E5969;
	padding: 0 16px;
	background: #E5E6EB;
	border-radius: 20px;
	margin-right: 24px;
	margin-bottom: 10px;
}	
.autocomplete-welated-words .search-recommend a:hover{
    background: #06CD65;
    color: #FFF;
}