﻿.baidu-map-container{
	max-width: 2000px;
	z-index: 10;
}

.marker-overlay {
	position: absolute;
	background-color: #e93e6b;
	width: 186px;
	height: 44px;
	padding: 3px 10px 3px 10px;
	border-radius: 3px;
	border-color: #e93e6b;
	cursor: pointer;
}

.marker-overlay .marker-name {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.marker-overlay .marker-description {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.marker-overlay:after {
	top: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.marker-overlay:after {
	border-top-color: inherit;
	border-width: 14px 8px;
	left: 50%;
	margin-left: -15px;
}