.header {
    width: 100%;
    padding: 5px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    background-color: white;
    position: absolute;
    top:0;
    z-index:1;
}
.header div{
    display: inline-block;
}
.header .img-logo{
    width: 50px;
    height: 50px;
    vertical-align: top;
}
.name{
    margin-left:10px;
    font-family: 'Arial Negreta', 'Arial';
    font-size:32px;
    font-weight: 700;
}
small{
    margin-left: 10px;
    font-family: 'å¹¼åœ† Regular', 'å¹¼åœ†';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.header-right{
    float: right;
}
.img-user,.img-logout{
    vertical-align: middle;
    cursor: pointer;
}
.img-user{

    width: 50px;
    height: 50px;
}
.img-logout{
    margin-left: 20px;
    width: 32px;
    height: 26px;
}
.logout{
    margin-right: 20px;
}
.userName,.logout{
    margin-top: 50px;
}
.contain div{
    display: inline-block;
}
.s-side{
    position: absolute;
    z-index:1;
    top:60px;
    left: 0;!important;
    width: 10%;
    min-width: 100px;
}
/*以上为头部以及左侧菜单栏样式*/
#map{
    top:0px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.right-tool{
    position: fixed;
    top: 65px;
    right: 40px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.right-tool>div {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}
.right-tool i {
    font-size: 16px;
    color: #555;
}
i.layui-icon-edit{
    font-size: 24px;
    /*    font-weight: 700;*/
}
i.color{
    color:#657cff;
}
.esriPopup .contentPane {
    width: 300px;
    background-color: white;
    opacity: 0.8;
}
.esriPopup .actionsPane{
    width: 296px;
    background-color: white;
    opacity: 0.8;
}
.esriPopupWrapper .title{
    width: 300px;
    background-color: #292929;
    color:white ;
    text-align: center;
    padding: 5px;
}
.esriPopupWrapper .titlePane{
    width: 300px;
    background-color:#292929  ;
}
.esriPopup .titleButton.maximize{
    display: none;
}
.esriPopupWrapper .btns button{
    padding: 3px;
    background-color:#292929 ;
    color:white;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}
.esriPopup .sizer{
    width: 310px;
}
.esriPopup .titleButton.close {
    margin-top: 5px;
}
.esriPopupWrapper{
    width: 316px;
}
.margin{
    margin-bottom: 10px;
}
.back{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
}
.selectPoliceBox{
    background-color: white;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 400px;
    height: 190px;
    margin-left: -200px;
    margin-top: -80px;
}
.selectPoliceBox p{
    padding: 10px;
    text-align: center;
    font-size:16px;
    color:white;
    background-color: #292929;
}
.selectPoliceBox select{
    display: inline-block;
    width: 300px;
}
.btns {text-align: right;padding-right: 49px;}
.btns .btn{
    border-radius: 5px  ;
    margin-left: 10px;
    cursor: pointer;
    border-style:none;
    display: inline-block;
    background-color:#292929;
    height: 38px;
    color:white;
    width: 80px;
}
.footer{
    position: absolute;
    bottom: 0;
}
.onlinePerson{
     border-radius: 5px;
     padding: 10px;
     position: absolute;
     width: 120px;
     height: 50px;
     top:70px;
     left: 200px;
     background-color: white;
     opacity:1;
 }
.onlinePerson div{
    text-align: center;
}
#zoomTo{
    float: right;
    margin-right: 15px;
    cursor: pointer;
}
#zoomTo:hover{
    color:#336699;
}
.contentPane .img{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:5px;
    right:20px;
    width: 60px;
    height: 80px;
    border: 1px solid #333333;
}
.contentPane .img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    opacity: 1;
}
span.unitname{
    width: 160px;
    display: inline-block;
    vertical-align: text-top;
}
image{
    cursor: pointer;
}