*{
	margin: 0px;
	padding: 0px;
}

body,html{
	width: 100%;
	height: 100%;
}

ol, ul,li {
	list-style: none;
}

a{
	text-decoration: none;
	cursor: pointer;
	color: #333;
}

i{
	font-style: normal;
}
#mainmap{
	width: 100%;
	position: absolute;
	top: 26px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.draw-tool{
	width: 100%;
	height: 25px;
	background:#f2f2f2;
	opacity: 0.8;
	border-bottom: 1px solid #d6dadb;
}

.draw-tool>.draw-tool-info{
	/*float: right;*/
	/*width: 80%;*/
	height: 100%;
	padding-right: 20px;
}
.draw-tool>.draw-tool-info>li{
	float: left;
	height: 100%;
	line-height: 25px;
	padding: 0px 7px;
}
.draw-tool>.draw-tool-info>li>.maptoolbar{
	display: inline-block;
	width: 16px;
	height: 16px;
	/*background: url(../../Img/monitorcenter/checkbox_map.png)no-repeat;
	background-size: 100% 100%;*/
	float: left;
	margin-top: 5px;
}
.draw-tool>.draw-tool-info>li>.checkbox>input{
	width: 16px;
	height: 16px;
}
.draw-tool>.draw-tool-info>li>.checkbox>a{
	display: block;
	width: 100%;
	height: 100%;
}
.draw-tool>.draw-tool-info>li>.circle{
	background: url(../../Img/electronicfence/weilan_circle.png)no-repeat;
}
.draw-tool>.draw-tool-info>li>.rectangle{
	background: url(../../Img/electronicfence/weilan_rectangular.png)no-repeat;
}
.draw-tool>.draw-tool-info>li>.polygon{
	background: url(../../Img/electronicfence/weilan_polygon.png)no-repeat;
}
.draw-tool>.draw-tool-info>li>.polyline{
	background: url(../../Img/electronicfence/weilan_lineroad.png)no-repeat;
}

.draw-tool>.draw-tool-info>li>.clear-draw{
	background: url(../../Img/electronicfence/weilan_remove.png)no-repeat;
}

.draw-tool>.draw-tool-info>li>.tool{
	float: left;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 2px;
	color: #333;
}
.draw-tool>.draw-tool-info>li>.tool>select>option{
	font-size: 12px;
	color: #333;
}
/*隐藏路况路网选项*/
.amap-maptype-list{
	left: 70px;
	top: 0px;
	display: none!important;
}
.amap-ui-control-container.amap-ui-control-theme-normal{
	right: 120px!important;
}

