@charset "utf-8";



.map_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.map_popup .map_con {
	width: 100%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	margin: -250px 0 0 -300px;
}

.map_popup .map_con .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -50px;
	top: -50px;
	background: url('../images/close.png') center no-repeat transparent;
	cursor: pointer;
}

#map >div {
	width: 100%;
	height: 100%;
}

#map div.BMap_stdMpCtrl,
#map div.BMap_cpyCtrl,
#map div.BMap_smcbg,
#map div.BMap_cpyCtrl {
	width: auto;
	height: auto;
}

#map div.BMap_stdMpPan{
    width: 44px;
	height: 44px;
}

#map div.BMap_stdMpSliderBar {
    height: 11px;
	width: 19px;
}

#map div.BMap_stdMpSliderMask {
	height: 100%;
	width: 24px;
}

#map div.BMap_stdMpSliderBgTop {
	width: 10px;
}

.BMap_stdMpZoom .BMap_button{
	width: 22px !important;
	height: 21px !important;
}

.BMap_stdMpPan .BMap_button {
    height: 15px !important;
	width: 15px !important;
}

@media screen (max-width: 1024px) {
	.map_popup .container-1 {
		left: 0;
		margin: -250px 0 0 0;
	}

	.map_popup .map_con .close {
		right: 0;
	}
}