/* 头部搜索导航栏 */
.setting {
	width: 94%;
	height: 120px;
	background-image: linear-gradient(90deg, );
	border-radius: 5px;
	border: solid 2px #ffffff;
	background-image: url(/view/index/type/img/组%2045.jpg);
	margin: 30px auto;
}

.search {
	height: 50px;
	width: 94%;
	margin: 20px 3% 50px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 3px 9px 0px rgba(102, 0, 0, 0.2);
	/* 阴影 */
}

.search span {
	width: 221px;
	line-height: 24px;
	font-size: 18px;
	padding: 13px 20px 13px 20px;
	border-right: 1px solid #e4e4e4;
	letter-spacing: 0px;
	/*字母间距 */
	color: #2e2e2e;
	font-family: Microsoft YaHei;
	display: block;
}

.search input {
	border: 0;
	display: block;
	line-height: 19px;
	font-size: 14px;
	width: 50%;
	height: 19px;
	color: #707070;
	margin: -35px 0 0 241px;
	outline: none;
	/* 点击边框不显示 */
}

#pull {
	border-left: 1px solid #e4e4e4;
	margin: -36px 0 0 95.3%;
	width: 50px;
	height: 50px;
	display: block;
}

#pull img {
	margin: 15px;
	width: 20px;
	height: 20px;
}

/* 下拉筛选栏 */
#down {
	display: none;
	width: 100%;
	height: 288px;
	background-color: #ffffff;
}

.active {
	background-color: #660000;
	color: #ffffff;
}

.ont {

	float: left;
	width: 33.3%;
	height: 48px;
	line-height: 50px;
	font-family: Microsoft YaHei;
	font-size: 18px;
	text-align: center;

}

.haas {
	clear: both;
	width: 100%;
	height: 240px;
	background-color: #FFFFFF;
}

.haas div {
	font-family: Microsoft YaHei;
	font-size: 16px;
	line-height: 48px;
	float: left;
	width: 134px;
	height: 48px;
	text-align: center;
}

.haas div:hover {
	background-color: #e6e6e6;
}

/* 内容主体 */
.storelist {
	float: left;
}

.storelist a {
	text-decoration: none;
}

.storelist ul li {
	width: 268px;
	height: 197px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 20px;
}

.storelist ul li:hover {
	background-color: #ffffff;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.storelist ul li img {
	width: 20px;
	height: 20px;
}

.address {
	width: 206px;
	padding-left: 20px;
	margin: -21px 0 0 4px;
	padding-bottom: 12px !important;
	line-height: 22px;
	font-size: 14px;
}

.addre {
	width: 206px;
	padding-left: 20px;
	height: 60px;
	margin: -21px 0 0 4px;
}
/* 获取数据样式 */
.store {
	float: left;
}

.store ul li {
	padding-left: 20px;
}

.shop-name {
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2e2e2e;
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 30px;
	padding-bottom: 8%;
}

.address-detail {
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #707070;
	line-height: 22px;
	-webkit-line-clamp: 3;
}

.shop-phone {
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #707070;
}
