.center .loading {
	overflow: auto;
	text-align: center;
	background: #F5F7FA;
	padding-top: 0.5em;
}

.center .loading>div {
	display: inline-block;
}

.center .loading .loading_word {
	position: relative;
	top: -0.5em;
}

.center .loading .loading_word span {
	font-size: 1.2em;
}

.center .loading img {
	width: 2em;
}

.center {
	padding: 0.8em;
}

.center .search {
	display: table;
	width: 100%;
}

.center .search>div {
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
}

.center .search .search_img {
	width: 2em;
	height: 2em;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
	border-left: 1px solid #E6E9ED;
}

.center .search .search_img img {
	width: 1.5em;
	height: 1.5em;
	padding: 0.7em 0.8em;
}

.center .search .search_input {
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
	border-right: 1px solid #E6E9ED;
}

.center .search .search_input input {
	width: 100%;
	font-size: 1.2em;
	border: none;
	line-height: 2;
	color: #999;
}

.center .shop {
	background: #FFF;
	padding: 0.8em;
	border: 1px solid #E6E9ED;
	margin-top: 0.8em;
}

.center .shop:FIRST-CHILD {
	margin-top: 0em;
}

.center .shop .img {
	margin-bottom: 0.8em;
}

.center .shop .img img {
	width: 100%;
	display: block;
}

.center .shop .name_distance span, .center .shop .addr span, .center .shop .tel span,
	.center .shop .time span {
	display: inline-block;
	line-height: 1.5em;
}

.center .shop .name_distance .name {
	font-size: 1.2em;
}

.center .shop .name_distance .distance {
	float: right;
	/* color: #DD0000; */
}

.center .shop .name_distance .labelImg {
	position: relative;
	top: 3px;
	margin-left: 0.5em;
}

.center .shop .name_distance .labelImg img {
	height: 17px;
	display: block;
}

.center .shop .tel_time .time {
	float: right;
}

.center .shop .tel span, .center .shop .tel span a, .center .shop .addr span,
	.center .shop .time span {
	color: #999;
}