body{
}

.header{
	position: relative;
	z-index: 2;
}

/*** nav start ***/
.nav{
	position: relative;
	z-index: 2;
	font-size: 0.28rem;
}

.nav .search-input{
	position: relative;
	border-bottom: 1px #f4f4f4 solid;
}

.nav form{
	position: relative;
	padding: 0.16rem 1rem;
}

.nav .icon-arrow-left{
	position: absolute;
	top: 0;
	left: 0.2rem;
	bottom: 0;
	z-index:1;
	margin: auto;
	height: 0.48rem;
	width: 0.48rem;
	background: url(../images/icon-arrow-left.png) no-repeat scroll center/contain;
}

.nav form .icon-search,
.nav form .icon-delete{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.32rem;
	height: 0.32rem;
}

.nav form .icon-search{
	left: 1.1rem;
	background: url(../images/search-icon.png) no-repeat scroll center/cover;
}

.nav form .icon-delete{
	display: none;
	right: 1.1rem;
	background: url(../images/icon_delete.png) no-repeat scroll center/cover;
}

.nav input[type="text"]{
	width: 100%;
	padding: 0 0.6rem;
	height: 0.56rem;
	font-size: 0.28rem;
	border-radius: 0.08rem;
	background: rgba(3,3,3,0.09);
}

.nav .search-text{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.12rem;
	margin: auto;
	width: 0.7rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.28rem;
	text-align: center;
}

.search-menu li{
	float: left;
	width: 33.3%;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	border-right: 1px #f4f4f4 solid;
}

.search-menu li.current,
.search-list li.current{
	color: #b99e86;
}

.search-menu [class^="icon-"]{
	display: inline-block;
	width: 0.42rem;
	height: 0.42rem;
	vertical-align: middle;
}

.search-menu span{
	vertical-align: middle;
}

.search-menu .icon-floor{
	background: url(../images/icon_floor.png) no-repeat scroll center/cover;
}

.search-menu .icon-category{
	background: url(../images/icon_category.png) no-repeat scroll center/cover;
}

.search-menu .icon-rank{
	background: url(../images/icon_rank.png) no-repeat scroll center/cover;
}

.search-list,
.category-list{
	position: absolute;
	overflow-y: scroll;
	width: 100%;
	max-height: 5.4rem;
	z-index: 9;
	background-color: #fff;
}

.search-list li{
	padding: 0 0.76rem ;
	border-bottom: 1px #f0f0f0 solid;
	line-height: 0.88rem;
	color: #333;
}

.category-list li{
	float: left;
	padding: 0.16rem 0;
	width: 33.3%;
	border: 1px #f4f4f4 solid;
	border-width: 0 1px 1px 0;
	text-align: center;
}

.category-list li img{
	width: 0.6rem;
	height: 0.6rem;
}

.category-list li p{
	margin-top: 0.12rem;
	font-size: 0.26rem;
}

/*** nav end ***/

.shop-list{
	border-top: 0.2rem solid #f4f4f4;
}

.shop-list li{
	position: relative;
	padding: 0.2rem;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

.shop-list .cover{
	float: left;
	margin-right: 0.4rem;
	border: 1px #dfdfdf solid;
}

.shop-list img{
	width: 1.64rem;
	height: 1.64rem;
}

.shop-list .info{
	padding-right: 0.6rem;
	overflow: hidden;
}

.shop-list .info h3{
	margin-bottom: 0.3rem;
	font-size: 0.32rem;
	line-height: 1.333;
	vertical-align: middle;
}

.shop-list .info p{
	font-size: 0.28rem;
	color: #666;
}

.shop-list .icon-location{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.25rem;
	margin: auto;
	width: 0.64rem;
	height: 0.64rem;
	background: url(../images/icon_location.png) no-repeat scroll center/cover;
}

.modal{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,.6);
}
