/*满屏地图*/
html {
    height: 100%
}

body {
    margin: 0px;
    padding: 0px
}

#container {
    width: 850px;
    height: 500px;
    border-radius: 5px;
}
#myPageTop{
    position: absolute;
    z-index:10;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background: #fff;
    width:80%;
    padding:20px;
}
#myPageTop a{
    display: inline-block;
    text-align: center;
    padding:6px 20px;
    color:#fff;
    background: #a0c8ff;
    text-decoration:none;
}
#myPageTop #show{
    display: block;
}
#myPageTop input{
    font-size:14px;
    padding:6px 8px;
    border:1px solid #ccc;
    outline:none;
}
.pageShow h3{
    margin:20px 0 10px;
}
#panel {
    position: absolute;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
    top: 10px;
    right: 10px;
    width: 280px;
}
.infowindow-content{
    padding:12px 8px;
    color:#fff;
    background:#ccc;
}

h3{
    font-family: "Microsoft YaHei";
!important;
}
.pageShow{
    display:none;
}
#map-operate.show-3d {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

#map-operate {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.ipLocCont {
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
}
.ipLocCont .icon {
    width: 26px;
    height: 26px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 26px;
    float: left;
    box-shadow: 1px 2px 1px rgba(0,0,0,.15);
}
.ipLocCont .icon .success {
    background-position: -14px 0;
}
 .ipLocCont .icon span {
     width: 14px;
     height: 14px;
     vertical-align: middle;
     display: inline-block;
     background: url(ipLocation_72a86af.png);
     background-size: 76px,auto;
     margin-top: 6px;
 }
 .BMap_stdMpType1 .BMap_stdMpZoom{
    top: 0;
     overflow: hidden;
}
.BMap_stdMpCtrl div {
    position: absolute;
}
.BMap_stdMpZoom .BMap_button_new:first-child {
    border-bottom: 1px solid #ccc;
}
.BMap_stdMpZoom .BMap_button_new {
    box-shadow: 1px 2px 1px rgba(0,0,0,.15);
    cursor: pointer;
    width: 26px;
    height: 26px;
    left: 30px;
    overflow: hidden;
    background-color: #FFF;
    z-index: 10;
}
.BMap_stdMpCtrl div {
    position: absolute;
}
.BMap_stdMpZoom .BMap_button_new .in {
    width: 10px;
    height: 10px;
    top: 8px;
    left: 8px;
    background-image: url(mapZoom.png);
    background-position: 0 0;
}
.BMap_stdMpCtrl div {
    position: absolute;
}
.BMap_stdMpZoomOut {
    background-position: 0 -204px;
}
.BMap_stdMpZoom .BMap_button_new .out {
    width: 10px;
    height: 10px;
    top: 8px;
    left: 8px;
    background-image: url(mapZoom.png);
    background-position: -10px 0;
}