#shadow {
	height: 100%;
	width: 100%;
	position: fixed;
	background: black;
	z-index: 8;
	display: none;
	zoom: 1;
	top: 0;
	left: 0;
}

.map {
	display: none;
	width: 810px;
	height: 540px;
	margin: 0px auto;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	font-size: 9pt;
	z-index: 99;
}

.map .map_bar {
	background: #DD0000;
	height: 30px;
}

.map .map_bar span {
	display: inline-block;
	margin-top: 3px;
}

.map .map_bar img {
	display: block;
}

.map .map_bar .map_bar_title {
	color: #FFF;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 6px;
	margin-left: 5px;
}

.map .map_bar .img {
	float: right;
	margin-right: 5px;
}

.map .map_bar .img img:HOVER {
	cursor: pointer;
}

.map .map_position .map_now_position {
	height: 22px;
	padding-top: 8px;
	padding-left: 5px;
}

.map .map_position .map_now_position label {
	color: #999999;
}

.map .map_position .map_address,.map .map_position .map_state_city {
	height: 28px;
	margin-top: 5px;
	padding-left: 5px;
}

.map .map_position>div>span {
	display: inline-block;
}

#map_address {
	width: 390px;
	height: 25px;
	outline-style: none;
	border: 1px solid #E6E9ED;
}

.map_address span:first-child {
	margin-right: 10px;
}

.map_option {
	float: right;
	margin-right: 5px;
}

.map_option input {
	width: 74px;
	height: 25px;
	border: 1px solid #E6E9ED;
	background: #F5F7FA;
	font-size: 9pt;
	font-family: "微软雅黑";
	outline-style: none;
}

#hand_mark {
	margin-right: 10px;
}

.map_option .selected {
	background: #FFF;
}

#hand_mark:HOVER,#fullScreen:HOVER {
	background: #FFF;
	cursor: pointer;
}

#map_state,#map_city {
	width: 130px;
	height: 25px;
	outline-style: none;
	border: 1px solid #E6E9ED;
}

#map_search_btn {
	width: 68px;
	height: 24px;
	border: none;
	background: #DD0000;
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	font-family: "微软雅黑";
}

#map_search_btn:HOVER {
	background: #F73500;
	cursor: pointer;
}

#allmap {
	width: 800px;
	height: 466px;
	margin: 5px;
}

.map_search_Info {
	margin-top: 10px;
}

.map_search_title,.map_search_cont {
	display: block;
	font-size: 11pt;
	line-height: 20px;
}

.map_set_option {
	margin-top: 10px;
}

.map_set_btn {
	width: 130px;
	height: 30px;
	border-radius: 5px;
	background: #DD0000;
	border: none;
	outline-style: none;
	color: #FFF
}

.map_set_btn:HOVER {
	cursor: pointer;
	background: #A40000;
}

.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;
}

.map #allmap .anchorBL {
	display: none;
}