.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:0;
    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;*/
}
.search{
    text-align: center;
    top:100px;
    position: absolute;
    width: 100%;
}
.searchInput{
    padding-left: 5px;
    width: 300px;
    height: 30px;
    border-color: #292929;
}
#search{
    margin-left: -1px;
    height: 34px;
    width: 50px;
    color:white;
    background-color: #292929;
    border:none;
}
i.color{
    color:#657cff;
}
.margin{
    margin: 0 0 5px 0;
}
/*
//infowindow的样式*/
.esriPopup .contentPane {
    background-color: white;
    opacity: 0.8;
}
.esriPopup .actionsPane{
    background-color: white;
    opacity: 0.8;
}
.esriPopupWrapper .title{
    background-color: #292929;
    color:white ;
    text-align: center;
    padding: 5px;
}
.esriPopupWrapper .titlePane{
    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 .titleButton.close {
    margin-top: 5px;
}
.footer{
    bottom:0;
    position: absolute;
}