body {
	margin: 0;
	font-family: "microsoft yahei", arial, tahoma, helvetica, sans-serif
}

#app, body, html {
	overflow: hidden;
	width: 100%;
	height: 100%
}

#app {
	position: relative;
}

#map {
	width: 100%;
	height: 100%
}

.left-tool {
	position: fixed;
	top: 10px;
	height:70px;
	left: 450px;
	z-index: 1005;
	overflow: hidden;
	width: 680px;
	border-radius: 3px;
	background-color: #f8f8f8;
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.28);
	-webkit-transition: .3s;
	transition: .3s;
}
.maptitleContainer {
        width: 100%;
        height: 200px;
        position: absolute;
        top: 20px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: center;
		text-align: center;
    }

.maptitleText {
        color: #000;
        font-weight:bolder;
        margin:10px auto;
        width: 800px;
}

.maptitleText .zcn{
        font-size: 40px;
    }



#popup_container {
	width: 30%;
	background: #fff;
	position: absolute;
	z-index: 99999999;
	left: 50%;
	top: 50%;
	box-shadow: 0 3px 3px 0 rgba(10, 2, 4, 0.2)
}

#popup_title {
	width: 100%;
	text-align: center;
	margin-top: 28px;
	color: #575757;
	font-size: 24px
}

#popup_content {
	width: 100%;
	margin-top: 30px
}

#popup_message {
	font-size: 13px;
	text-align: left;
	margin-right: 13px;
	margin-left: 13px;
	line-height: 22px;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all
}

#popup_panel {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 40px
}

#popup_ok {
	height: 35px;
	background: #5193e8;
	color: white;
	width: 80px;
	font-size: 14px;
	border: 1px solid #5193e8;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	margin: 0
}
#legend-position {
            position: fixed;
            right: 20px;     
            bottom: 50px;    
            z-index: 1000;   
            
        }

#layerSwitcher ul li{list-style:none;}
#layerSwitcher ul li{display:flex;flex-direction: row;align-items: center;}
.circle1 {
  background: #ff0000;
  border-radius: 50%;
  height: 0.9em;
  width: 0.9em;
  margin-right:2px;
}
.circle2 {
  background: #0000FF;
  border-radius: 50%;
  height: 0.9em;
  width: 0.9em;
  margin-right:2px;
}
.ztxt {
  font-size:16px;
}
.leftlegends{
width: 297px;height:200px;position: absolute;left: 5px;top: 0px;z-index: 1009;	
}
.imgs{
margin:6px 0;	
	
}
.leftlegends .img{
height:100%;
width:100%;	
}
.rightlegends{
width: 297px;height:200px;position: absolute;right: 8px;top: 0px;z-index: 1009;		
}
.rightlegends .img1{
height:100%;
width:100%;	
}


