/*测风塔*/
.polyMarker-tower-cluster.polyMarker-cluster.marker-cluster-small{
	background-color: #5CD74E;
}
.polyMarker-tower-cluster.polyMarker-cluster.marker-cluster-medium{
	background-color: #2BAF39;
}
.polyMarker-tower-cluster.polyMarker-cluster.marker-cluster-large{
	background-color: #0B872C;

}
/*风机*/
.polyMarker-cluster.marker-cluster-small{
	background-color: #6894FD;
}
.polyMarker-cluster.marker-cluster-medium{
	background-color: #3B71F0;
}
.polyMarker-cluster.marker-cluster-large{
	background-color: #064CEE;
}



.leaflet-marker-icon.leaflet-div-icon{
	background-color: transparent;
	border: none;
}
.polyMarker-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	border-radius: 16px;
	padding: 0 8px;
}
.polyMarker-box-img{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/turbine_cluster.png") no-repeat;
}
.polyMarker-tower-box-img{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/tower_cluster.png") no-repeat;
}
.polyMarker-box-num{
	color: #ffffff;
}
