/*

自定义样式


html, body, #container {
	height: 100%;
	width: 100%;
}

html, body, #container2 {
	height: 100%;
	width: 100%;
}
*/
.amap-icon img {
	width: 25px;
	height: 34px;
}

.amap-marker-label {
	border: 0;
	background-color: transparent;
}

.info hr {
	margin-right: 0;
	margin-left: 0;
	border-top-color: grey;
}

.info {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	position: fixed;
	background-color: white;
	width: auto;
	border-width: 0;
	box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
	position: relative;
	top: 15px;
	right: 0;
	min-width: 0;
}