
.storeHeader{
	line-height: 40px;
	border-bottom: 1px solid #f9f7f7;
	padding:0 8px;
}
.tabItem{
	float: left;
	width:50%;
	text-align: center;
	padding:8px 0;
}
.tabItem.active span{
	color: #eb5443;
	border-bottom: 2px solid #eb5443;
	padding-bottom: 6px;
}
.shopList{
	border-top: 6px solid #fafafa;
	max-height: calc(100vh - 78px);
    overflow-y: auto;
}
.shopItem{
	padding:8px;
	border-bottom: 1px solid #f9f7f7;
	color:#bbb;
	font-size: 13px;
	line-height: 20px;
}
.shopItem:last-child{
	border: none;
}
.shopHeader{
	line-height: 30px;
}
.leftImg{
	width:18%;
	float: left;
	color: #333;
}
.leftImg img{
	width: 100%;
}
.leftImg .tabImg{
	width: 20px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.leftText{
	width:78%;
}
.shopItem .shopName{
	color: #333;
	font-size: 16px;
	line-height: 26px;
}
.tabImg{
	width:20px;
	vertical-align: sub;
	margin-right: 6px;
}
.tabImg.small{
	width: 14px;
}
.searchIcon{
	width: 24px;
	margin-top: 8px;
}
.address{
	display: inline-block;
	max-width:60%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
}
.red{
	color:#EB5443;
}
.locationBtn{
	color: #6981a0;
	display: inline-block;
	vertical-align: bottom;
}
.location{
	line-height: 40px;
	border-bottom: 1px solid #f9f7f7;
	padding:0 8px;
	display: none;
}
.location input{
	width: 100%;
	border-radius: 4px;
	border:1px solid #f7f3f3;
	height:30px;
	padding-left: 8px;
	box-sizing: border-box;
	position: relative;
}
.area{
	position: absolute;
	width: 98%;
	border-radius: 4px;
	background: #fff;
	left:1%;
	box-sizing: border-box;
	padding: 8px;
	box-shadow: 0 0 8px #e6e3e3;
	display: none;
}
.area li{
	border-bottom:1px solid #f9f7f7;
}
.area li:last-child{
	border:none;
}
.area li .addressName{
	font-size: 14px;
	line-height: 22px;
}
.area li .addressDetail{
	font-size: 13px;
	line-height: 18px;
	color: #bbb;
}
.loading{
	position: fixed;
	width: 100%;
	height:100vh;
	background: #000;
	opacity: .3;
	text-align: center;
	line-height: 100vh;
	z-index: 100;
}