.footers{
	width: 100vw;
	height: 41vh;
	display: flex;
	background-color: #000000;
}
.amap-info-window{
				  width: 200px;
				  background: #fff;
				  border-radius: 3px;
				  padding: 3px 7px;
				  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
				  position: relative;
				  font-size: 12px;
			}