.header{
    padding: 5px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
.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{
    width: 10%;
    min-width: 100px;
}
.content{
    position: absolute;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    margin-left: 240px;
    left:0;
    right: 10px;
    top:60px;
    bottom:60px;
}
.search{
    margin-top: 10px;
    text-align: center;
}
#searchKey{
    display: inline-block;
    width: 50%;
    margin: 0;
}
#searchBtn{
    border-radius: 5px  ;
    margin-left: 10px;
    cursor: pointer;
    border-style:none;
    display: inline-block;
    background-color:#292929;
    height: 38px;
    color:white;
    width: 80px;
}
#searchKey:hover{
    border-color:#292929;
}
#page{
    text-align: center;
}
#page>div{
    width: 90%;
    margin:10px auto;
}
table td{
    text-align: center;
}
table span.edit{
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    color: black;
    text-align: center;
}
#addStation{
    margin-left:  10px;
    font-weight: 700;
    float: left;
    font-size: 30px;
    color:#292929;
    cursor: pointer;
    border-style: none;
    background-color: white;
}
.update{
    display: none;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: white;
    top:100px;
    border:1px solid #e6e6e6;
}
.update-title ,.add .add-title{
    font-size:16px;
    padding: 10px;
    text-align: center;
    background-color: #292929;
    color:white;
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.349019607843137) ;
}
.update .update-content{
    padding: 0 10px;
}
.update .update-content div{
    text-align: left;
    margin-top: 10px;
}
.update input{
    display: inline-block;
    width: 150px;
}
.update label{
    padding-right:20px ;
    display: inline-block;
    text-align: right;
    width: 100px;
}
.btns{
    margin: 10px 0;
    text-align: center;
}
.btn{
    margin-left: 20px;
    font-family: '幼圆 Regular', '幼圆';
    font-weight: 400;
    font-style: normal;
    width: 80px;
    height: 40px;
    background-color: #292929;
    color:white;
    border-style:none;
    border-radius:5px;
    cursor: pointer;
}
.add{
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: white;
    top:100px;
    border:1px solid #e6e6e6;
    display: none;
}
.add .add-content{
    padding: 0 15px;
}
.add>div>div{
    margin-top: 10px;
}
.add span{
    display: inline-block;
    width: 106px;
    text-align: right;
    padding-right:10px ;
}
.add input{
    display: inline-block;
    width: 150px;
}
span.close{
    float: right;
    cursor: pointer;
}
#map{
    width: 60%;
    height: 60%;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    top: 50%;
    margin-top: -17%;
    z-index: 999;
    display: none;
}
.right-tool{
    position: absolute;
    top: 40px;
    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;
}
.selectPoint{
    cursor: pointer;
    text-decoration: underline;
    vertical-align: bottom;
    font-size: 12px;
}
input.cor{
    width: 175px;
}
#closeMap{
    position: fixed;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    font-weight: bolder;
}

.zbdh {
    display: flex;
}

#bz{
    width: 424px;
}
