body,html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}

#map_back_shadow {
	height: 2em;
	width: 2em;
	position: fixed;
	top: 1em;
	left: 1em;
	z-index: 9;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity =       
		                                                         
		         80);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#map_back {
	height: 2em;
	width: 2em;
	position: fixed;
	top: 1em;
	left: 1em;
	z-index: 10;
	text-align: center;
}

#map_back span {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-ms-filter: invert(1);
	-o-filter: invert(1);
	filter: invert(1);
	background: url("../../image/back.png") center no-repeat;
	height: 1.5em;
	width: 1.5em;
	background-size: 0.8em 1.3em;
	position: fixed;
	top: 1.2em;
	left: 1.1em;
}

#allmap {
	width: 100%;
	height: 100%;
}

/* .BMap_pop>div,.BMap_pop>div>div {
	background: black;
	opacity: 0.5;
	filter: alpha(opacity =           80);
} */
.BMap_pop div:nth-child(1) {
	border-top-left-radius: 10px;
}

.BMap_pop div:nth-child(3) {
	border-top-right-radius: 10px;
}

.BMap_pop div:nth-child(5) {
	border-bottom-left-radius: 10px;
}

.BMap_pop div:nth-child(7) {
	border-bottom-right-radius: 10px;
}

.BMap_pop>img:nth-child(1),.BMap_pop>img:nth-child(2),.BMap_pop>img:nth-child(3),.BMap_pop>img:nth-child(4),.BMap_pop>img:nth-child(5),.BMap_pop>img:nth-child(6)
	{
	display: none;
}

.map_search_result {
	display: table;
}

.map_search_result>div {
	display: table-cell;
	vertical-align: middle;
}

.map_search_result .map_search_Info {
	width: 100%;
}

.map_search_result .map_search_Info span {
	display: block;
	line-height: 1.5em;
}

.map_search_result .map_search_Info .map_search_title {
	font-size: 1.2em;
}

.map_search_result .map_set_option .map_set_btn {
	padding: 0.5em 0.8em;
	color: #FFF;
	background: #DD0000;
	border-radius: 0.5em;
}

.shop {
	display: table;
	width: 100%;
	position: fixed;
	bottom: 0em;
	background: #FFF;
	border-top: 1px solid #E6E9ED;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.shop>div {
	display: table-cell;
	vertical-align: middle;
	padding: 0.8em;
}

.shop .img {
	padding-right: 0em;
}

.shop .img img {
	display: block;
	width: 5em;
	height: 5em;
}

.shop .cont {
	width: 100%;
}

.shop .name_distance span,.shop .addr span,.shop .tel span,.shop .time span
	{
	display: inline-block;
	line-height: 1.5em;
}

.shop .name_distance .name {
	font-size: 1.2em;
}

.shop .name_distance .distance {
	float: right;
	/* color: #DD0000; */
}

.shop .tel_time .time {
	float: right;
}

.shop .tel span,.shop .time span,.shop .addr span {
	color: #999;
}

#shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 98;
	background: black;
	zoom: 1;
	top: 0;
	left: 0;
}

#mode_box {
	width: 100%;
	position: fixed;
	z-index: 99;
	bottom: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0.8em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
}

#mode_box>div {
	background: rgba(255, 255, 255, 0.85);
}

#mode_box .title {
	border-top-right-radius: 0.4em;
	border-top-left-radius: 0.4em;
}

#route {
	border-bottom-right-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	margin-bottom: 0.8em;
}

#cancel {
	border-radius: 0.4em;
}

#mode_box .title,#bd,#gd {
	border-bottom: 1px solid #CCD1D9;
}

#mode_box .title:HOVER,#route:HOVER,#cancel:HOVER {
	cursor: pointer;
}

#mode_box .title span {
	padding: 1em 0em;
}

#mode_box>div>span,#mode_box>div>a {
	width: 100%;
	text-align: center;
	display: block;
}

#bd a,#gd a,#route span,#cancel span {
	font-size: 1.2em;
	padding: 0.8em 0em;
}