html {
	margin: 0px; width: 100%; height: 100%; position: absolute;
}
body {
	margin: 0px; width: 100%; height: 100%; position: absolute;
}
#mapContainer {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute;
}
.button-group {
	padding: 10px; right: 20px; bottom: 20px; font-size: 12px; position: absolute;
}
.button-group .button {
	border-radius: 3px; border: 0px currentColor; border-image: none; height: 28px; color: rgb(255, 255, 255); line-height: 28px; padding-right: 5px; padding-left: 5px; margin-bottom: 4px; cursor: pointer; background-color: rgb(13, 155, 242);
}
#tip {
	border-radius: 3px; border: 1px solid rgb(204, 204, 204); border-image: none; top: 20px; right: 10px; line-height: 30px; padding-right: 10px; padding-left: 10px; font-size: 12px; position: absolute; background-color: rgb(255, 255, 255);
}
.amap-info-content {
	font-size: 12px;
}
