body {
 	margin: 0;
 	padding: 0;

 }

 .leaflet-control-attribution {
 	display: none !important;
 }

 #map {
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	right: 0;
 	left: 0;
 	background-color: #fafae7;
 }

 .leaflet-tooltip {
 	color: #ffffff;
 	background-color: rgba(35, 160, 255, 0.8);
 	box-shadow: inset -2px 2px 2px 0px rgba(35, 160, 255, 0.7), inset 2px -2px 2px 0px rgba(35, 160, 255, 0.7);
 	border: 2px solid #12d9f7;
 	padding: 3px 6px;
 	font-size: 16px;
 }

 .leaflet-tooltip2 {
 	color: #ffffff;
 	background-color: rgba(249, 19, 57, 0.8);
 	box-shadow: inset -2px 2px 2px 0px rgba(249, 19, 57, 0.7), inset 2px -2px 2px 0px rgba(249, 19, 57, 0.7);
 	border: 2px solid #f50a0a;
 	font-size: 16px;
 }

 .leaflet-editing-icon {
 	border-radius: 50%;
 	border-color: #ff0000;
 	border-width: 3px;
 	width: 10px !important;
 	height: 10px !important;
 }

 .leaflet-tooltip-top:before {
 	border-top-color: #12d9f7;
 }

 .leaflet-top {
 	top: 50px;
 }

 .info {
 	padding: 6px 8px;
 	font: 14px/16px Arial, Helvetica, sans-serif;
 	background: white;
 	background: rgba(255, 255, 255, 0.8);
 	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
 	border-radius: 5px;
 }

 .info h4 {
 	margin: 0 0 5px;
 	color: #777;
 }

 .legend {
 	text-align: left;
 	line-height: 18px;
 	color: #555;
 }

 .legend>* {
 	display: flex;
 	margin-bottom: 5px;
 }

 .legend i {
 	width: 18px;
 	height: 18px;
 	float: left;
 	margin-right: 8px;
 	opacity: 0.7;
 }

 .leaflet-control-browser-print {
 	display: none !important;
 }

 .mark-label {
 	padding-left: 5px;
 	padding-right: 5px;
 	background: white;
 	border: 1px solid #888;
 	position: relative;
 	display: inline-block;
 	white-space: nowrap;
 }

.fixed-right{
	position: absolute;
	right: 0px;
	background: #fff;
	width: 200px;
	height:calc(100% - 50px);
	bottom: 0px;
	z-index: 9999;
	border-left:1px solid #eeeeee;
	box-sizing: border-box;
	font-size: 14px;
}

.znz-box{
	padding:5px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.znz-box img{
	height: 70px;
}

.tjxx-box{
	height: 84px;
	border-bottom: 1px solid #eee;
}

.tjxx-box h4{
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-left:10px;
	font-size: 15px;
	color: #1771e1;
}

.tjxx-box p{
	margin: 0;
	padding: 0 10px;
	line-height: 22px;
}

.tl-box{
	padding: 0 10px;
	height: 450px;
	border-bottom: 1px solid #eee;
}

.tl-box img{
	width: 180px;
}


.sm-box{
	height: calc(100% - 621px);
	border-bottom: 1px solid #eee;
}

.sm-box h4{
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-left:10px;
	font-size: 15px;
	color: #1771e1;
}

.sm-content{
	height: calc(100% - 30px);
	overflow: auto;
	line-height: 22px;
}

.fixed-bottom{
	width: calc(100% - 200px);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.fixed-bottom ul{
	margin: 0;
	padding: 0;
}

.fixed-bottom ul li{
	float: left;
	width: 33.33%;
	height: 30px;
	line-height: 30px;
	background: #fff;
	list-style: none;
	padding-left: 10px;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	font-size: 14px;
}

.fixed-bottom ul li:last-child{
	border-right: none;
}

.fixed-map{
	width: 200px;
	height: 300px;
	position: absolute;
	z-index: 9999;
	top: 55px;
	right: 205px;
	background: rgba(255,255,255,0.5);
}

.fixed-left-table{
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 600px;
	z-index: 9999;
}

.fixed-left-table .table-sty th, .fixed-left-table .table-sty td{
	height: 30px;
	padding: 2px 5px;
}

.fixed-left-table .table-sty tr td {
    word-break: initial;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixed-right-table{
	position: absolute;
	bottom: 30px;
	right: 200px;
	width: 500px;
	z-index: 9999;
}

.fixed-right-table .table-sty th, .fixed-right-table .table-sty td{
	height: 30px;
	padding: 2px 5px;
}

.fixed-right-table .table-sty tr td {
    word-break: initial;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jygcx{
	background: #fff;
	margin-bottom: 2px;
}
.jygcx h4{
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-left:10px;
	font-size: 15px;
	color: #1771e1;
}

.jygcx-content{
	height: 200px;
}
