@charset "utf-8";
/* CSS Document */
.boxmap{
	position:fixed;
	left:0;
	right:0;
	bottom:-680px;
	width:688px;
	height:auto;
	z-index:9999999;
	margin:0 auto;
	padding:10px;
	background-color:#FFFFFF;
	border-radius:10px;
}
.mapBox {
	width: 688px;
	height:auto;
}

.map_title{ width:100%; height:auto; overflow:hidden}
.map_title>.l{ float:left; font-size:16px; font-weight:bold; color:#666666}
.map_title>.r_close{ float:right; width:16px; height:16px; cursor:pointer;}


/*遮罩层专用*/
.zzc{position: fixed; top: 0; left: 0; right:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 99990; display: none;}
