.tips_cont.ajax{
	position: absolute;
	top: calc(100%);
	background: #FFFFFF;
	width: calc(100% - 95px);
}

.tips_cont.ajax .prod_item{
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 20px;
	border-top: 1px solid #eaeaea;
}

.tips_cont.ajax .prod_item .img {
	margin-right: 20px;
}

.tips_cont.ajax .prod_item .img img {
	max-width: 62px;
}

.tips_cont.ajax .prod_item .desc {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
}

.tips_cont.ajax .prod_item .desc .stars {
	display: flex;
	margin-bottom: 5px;
}

.tips_cont.ajax .prod_item .desc .upper {
	font-size: 16px;
	line-height: 19px;
	color: #02528F;
	margin-bottom: 5px;
}

.tips_cont.ajax .prod_item .desc .lower {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.tips_cont.ajax .prod_item .desc .lower .sale {
	padding: 2px 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background: #00A0E3;
	margin-right: 20px;
}

.tips_cont.ajax .prod_item .desc .lower .old_price {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-decoration-line: line-through;
	color: #727270;
	margin-right: 10px;
}

.tips_cont.ajax .prod_item .desc .lower .current_price {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}

.show_more_items {
	cursor: pointer;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 11px 30px;
	max-width: 170.5px;
	background: #EF7F1B;
	border: none;
	margin: 25px 20px 25px auto;
	text-decoration:none;
}

.show_more_items .text {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
.div.title-search-result
{
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width:370px;
	//margin-top:-3px;
	background-color:#FFF
}