body{
	width: 100%;
	height: 100%;
}
.mapBox{
	width: 100%;
	height: 100%;
}

.addMapMarker{
	width: 100%;
	height: 90%;
}
.addMapPoBox{width: 600px;height: 30px;background: #fff;position: absolute;top: 20px;text-align: center;line-height: 30px;padding:  0 20px;box-sizing: border-box;left: 50%;margin-left: -300px;}
.addMapPoBox div:nth-child(2) span:nth-child(2){
	color: red;
}
.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;
}













