
.shop-seek-wrapper{
	margin-top: 20px;
	padding: 48px 24px;
}
.seek-condition{
	margin-top: 30px;
}
.condition-item{
	display: flex;
	align-items: center;
}
.select-item{
	flex: 1;
	margin-right: 12px;
	height: 88px;
	border: 1px solid #979797;
	display: flex;
	align-items: center;
	padding-right: 12px;
}
.select-item:last-child{
	margin-right: 0;
}
.select{
	width: 100%;
	outline: 0;
	border: none;
	padding: 12px;
	background-color: #FFFFFF;
}

.seek-keywords{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.seek-keywords input{
	width: 470px;
	height: 88px;
	line-height: 88px;
	border: 1px solid #979797;
	padding: 0 12px;
}

.seek-keywords .btn{
	width: 240px;
	height: 88px;
	text-align: center;
	line-height: 88px;
	color: #FFFFFF;
}
/* 查询结果 */
.shop-res-list{
	padding: 32px 24px;	
	margin-top: 20px;
}
.shop-title{
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.shop-icon{
	font-size: 36px;
	margin-right: 10px;
}






















