body,html,#allmap {
    width: 100%;
    height: 100%;
    margin:0;
    font-family:"微软雅黑";
}
body{
    background-color: #000000;
}
body iframe{
    display: none;
}
#allmap{
    width: 100%;
    height: 100%;
    margin: auto;
}

.anchorBL{
    display: none;
}

/*菜单*/
.wrap{
    z-index: 1;
    width: 55px;
    height: 55px;
    position: fixed;
    left: 10px;
    top: 10px;
}
.icon_menu{
    width:55px;
    height:55px;
    position:absolute;
    top:0;
    left:-2px;
    z-index:10;
    cursor:pointer;
    border-radius: 30px;
}
.usernameDiv,.thirdLoginDiv{
    position: fixed;
    z-index: 1;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    min-width: 64px;
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(26,128,255);
    border-radius: 5px;
}

.usernameDiv{
    margin-top: 63px;
    line-height: 18px;
}

.thirdLoginDiv{
    margin-top: 80px;
    height: 30px;
}

.thirdLoginDiv a{
    float: left;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.thirdLoginDiv img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 5px;
}

.thirdLoginDiv .logout{
    width: 30px;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
}



.btn{
    width:57px;height:57px;background:url(../images/bg1.png) no-repeat -80px -6px;z-index:1;position:absolute;cursor:pointer;
}
.btn span{
    font-size: 12px;
    top: 32px;
    left: 20px;
    margin-top: -12px;
    margin-left: -11px;
    color: #ffffff;
    display: block;
    width: 35px;
    position: absolute;
    overflow: hidden;
    text-align: center;
}
.btn span.twoline{
    margin-top: -17px;
    line-height: 14px;
}
.btn{
    -webkit-transition:top .2s,left .2s;-moz-transition:top .2s,left .2s;-o-transition:top .2s,left .2s;-ms-transition:top .2s,left .2s;transition:top .2s,left .2s;
}
.btn1.close, .btn2.close, .btn3.close, .btn4.close{
    top: 0px;
    left: 0px;
}
.btn1.open{
    top:0px;left:60px;
}
.btn2.open{
    top:0px;left:115px;
}
.btn3.open{
    top:0px;left:170px;
}
.btn4.open{
    top:0px;left:225px;
}


.layui-layer-btn{
    padding: 0 0 10px !important;
}

#loginForm>div{
    padding: 10px;
}

#username{
    width: 180px;
    height: 20px;
}
#password{
    width: 180px;
    height: 20px;
}

#loginForm div span{
    display: inline-block;
    line-height: 20px;
    width: 80px;
}
#loginForm span.rememberSpan{
    width: 80px;
}
#loginForm input[type=radio]{
    width: 40px;
}

#markerAttr>div{
    padding: 10px;
}

#markerAttr input{
    width: 180px;
    height: 20px;
}

#markerAttr span{
    display: inline-block;
    line-height: 20px;
    width: 80px;
}