body{
	width: 100%;
	height: 100%;
}
.mapBox{
	width: 100%;
	height: 100%;
}

.addMapMarker{
	width: 100%;
	height: 90%;
}
.addMapPoBox{width: 450px;height: 39px;background: #fff;position: absolute;top: 20px;text-align: center;line-height: 39px;padding:  0 20px;box-sizing: border-box;left: 50%;margin-left: -300px;}
.addMapPoBox div:nth-child(2) span:nth-child(2){
	color: red;
}
.searchs11{width: 302px;height: 39px;background-color: #ffffff;box-shadow: 0px 1px 1px 0px rgba(88, 88, 88, 0.75);border-radius: 2px;position: absolute;    top: 20px;    left: 30px;}.serInput{width: 228px;height: 39px;outline: none;border: none;padding-left: 27px;}.clearX{width: 40px;height: 34px;border-left: 1px solid #ddd;padding-top: 5px;position: relative;}.clearX p {width: 14px;height: 14px;margin: 0 auto;background: url(../../images/GISicon/sl.png) no-repeat;background-size: 100% 100%;margin-top: 7px;}.seIcon{width: 44px;height: 100%;background-color: #3385ff;border-radius: 2px;position: relative;}.seIcon p{width: 17px;height: 17px;background: url(../../images/GISicon/ss.png) no-repeat;background-size: 100% 100%;margin: 0 auto;margin-top: 10px;}
.mapSwitch{
    z-index: 1000;
    position:fixed;
    bottom:15%;
    right: 10px;
    background:#fff;
    font-size:0;
    box-shadow: rgba(0, 0, 0, 0.34902) 2px 2px 3px;
    border-radius:3px
}
.mapSwitch>a{
    text-decoration: none;
    font-size:12px;
    display:inline-block;
    padding:5px 10px;
    color:black;
    cursor: pointer;
}
.mapSwitch>a:first-child{
    border-radius: 3px 0px 0px 3px;
}
.mapSwitch>a:last-child{
    border-radius: 0px 3px 3px 0px;
}
.mapSwitch>a.active{
    background:rgb(139, 164, 220);
    color:#fff;
}













