#map-container {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.bsizing {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.loadingbox {
	display: none;
	position: absolute;
	width: 80px;
	height: 80px;
	top: calc(50% - 50px);
	left: calc(50% - 40px);
	border: 0px;
	z-index: 9999999;
}

.map-infowin {
	display: block;
	width: 250px;
	height: auto;
	overflow: hidden;
}

.map-infowin-top {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 15px;
	overflow: hidden;
}

.map-infowin-title {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 46px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #d4d4d4;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.map-infowin-title img {
	display: block;
	position: absolute;
	top: 12px;
	right: 15px;
	width: 16px;
	height: 16px;
	z-index: 1;
}

.map-infowin-body {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.map-infowin-body .left {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
}

.map-infowin-body .right {
	display: block;
	width: calc(100% - 125px);
	margin-left: 15px;
	float: left;
}

.map-infowin-body .right .txtarea {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 13px;
	color: #333333;
	overflow: auto;
}

.map-infowin-body .right .btn {
	display: block;
	float: left;
	width: calc(50% - 5px);
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	background-repeat: no-repeat;
}

.map-infowin-body .right .btn-left {
	background-color: #f9d83b;
	color: #000000;
	background-image: url("../images/voice.png");
	background-size: 14px 12px;
	background-position: 5px 9px;
	padding-left: 24px;
}

.map-infowin-body .right .btn-left-disabled {
	background-color: #e8e8e8;
	color: #c5c4c4;
	background-image: url("../images/voice-g.png");
	background-size: 14px 12px;
	background-position: 5px 9px;
	padding-left: 24px;
}

.map-infowin-body .right .btn-right {
	background-color: #000000;
	color: #ffffff;
	margin-left: 10px;
	background-image: url("../images/detail.png");
	background-size: 12px 12px;
	background-position: 5px 9px;
	padding-left: 24px;
}

/* Route Begin */

.amap_number_marker {
	display: block;
	text-align: center;
	padding-top: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #0476ce;
	background-image: url("../../images/weixuanzhong.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 37px;
	width: 30px;
	height: 37px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.amap_number_marker_f {
	display: block;
	text-align: center;
	padding-top: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-image: url("../../images/xuanzhong.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 37px;
	width: 30px;
	height: 37px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* Route End */