html {
    overflow: hidden !important;
}
image{
    cursor: pointer;
}
.map-content{
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 1px 1px 2px #A29A9A;
    z-index: 1;
}
#search{
    height: 100%;
}
#cover {
    position: absolute;
    width: 200px;
    height: 40px;
    z-index: 45;
    bottom: 24px;
    left: 10px;
    background-color: #ffffff;
    opacity: 0.5;
}
#scaleTool {
    position: absolute;
    min-width: 190px;
    height: 28px;
    z-index: 50;
    bottom: 30px;
    left: 12px;
}
#info{
    position: absolute;
    height: 20px;
    z-index: 50;
    bottom: 0px;
    left: 12px;
	background: rgba(255, 255, 255, 0.7);
}
#infoback{
    position: absolute;
    height: 20px;
    width: 960px;
    z-index: 49;
    bottom: 2px;
    left: 10px;
    background-color: #ffffff;
    opacity: 0.5;
}
#coordsInfo {
    position: absolute;
    min-width: 190px;
    height: 30px;
    z-index: 55;
    bottom: 10px;
    left: 12px;
}
#omnibox{
    position: absolute;
    z-index: 3;
    left: 8px;
    top: 10px;
}
#toolbar{
    position: absolute;
    z-index: 2;
    right: 55px;
    top: 15px;
    background: #fff;
    box-sizing: border-box;
    height: 35px;
    border-bottom: 1px solid transparent;
    padding: 10px;
    transition-property: background,box-shadow;
    transition-duration: 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
}
#toolbar .bar-item{
    display: inline-block;
    margin-right:5px;
    cursor: pointer;
    font-size: 14px;
    color:#000;
}
#toolbar .bar-item .title:hover{
    color: #19B61A;
}
canvas{
    position:absolute;
    z-index: 1000001;
    top:0;
}
svg{
    position:absolute;
    z-index: 1000000;
}
.modal{
    position:absolute;
    z-index: 1070;
}
#searchbox{
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    width: 392px;
    height: 48px;
    border-bottom: 1px solid transparent;
    padding: 12px 104px 12px 18px;
    transition-property: background,box-shadow;
    transition-duration: 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
}
#searchbox input{
    height:24px;
    width: 260px;
    border:none;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    background-color: transparent;
    outline: 0px;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
#searchbox .route-btn,#searchbox .close-btn,#searchbox .nearby-btn{
    position: absolute;
    right: 0;
    top: 8px;
    margin:5px;
}
#searchbox .route-btn span,#searchbox .search-btn span,#searchbox .close-btn span,#searchbox .nearby-btn span{
    font-size: 22px;
    color: #B4B3B3;
    padding: 1px 18px 2px 12px;
    display: inline-block;
}
#searchbox .search-btn{
    position: absolute;
    right: 54px;
    top: 8px;
    margin:5px;
    border-right:1px solid #dddddd;
}
#omnibox .fa{
    cursor: pointer;
}
#searchbox .fa:hover{
    color:#679DF6
}
#routebox{
    width: 380px;
}
#routebox .fa{
    color:#ffffff;
    font-size: 18px;
    margin:10px 15px;
}
#routebox .radio-group span{
    opacity: 0.4;
    color:#ffffff;
    font-size: 14px;
    margin:10px 40px;
    cursor: pointer;
}
#routebox .radio-group span .icon{
    margin: 10px 10px;
    font-size: 20px;
}
#routebox .radio-group .mode-active{
    opacity: 1;
}
#routebox .radio-group{
    display: inline-block;
    padding: 10px 0;

}
#routebox .rb-close{
    float: right;
    margin: 10px 5px;
}
#routebox .direct-container{
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.870588);
    position: relative;
    outline: none;
    padding: 0;
    height: 32px;
    margin: 32px 36px 4px 50px;
}
#routebox .direct-input{
    background-color: rgba(0, 0, 0, 0);
    color:rgba(255, 255, 255, 0.870588);
    border:none;
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
    outline: 0;
    width: 100%;
    height: 36px !important;
    line-height: 28px;
    transition-property: color;
    transition-duration: 0.3s;
}
#routebox .right-overlay{
    position: absolute;
    top: 120px;
    right: 0;
    font-size: 18px;
    color:rgba(255, 255, 255, 0.870588);
}
#routebox .direct-icon{
    position: absolute;
    left: -50px;
    color:rgba(255, 255, 255, 0.870588);
}
#routebox .direct-icon .fa{
    font-size: 15px;
}
.tmset{
    position: absolute;
    left: -103px;
    top: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    background: #fff;
    box-sizing: border-box;
    height: 35px;
    border-bottom: 1px solid transparent;
    padding: 10px 9px 9px;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 14px;
    color: #000;
}
.svtofile{
    left: -208px;
}
#savebar{
    position: absolute;
    left: -318px;
    top: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 -1px 0px rgb(0 0 0 / 2%);
    background: #fff;
    box-sizing: border-box;
    height: 35px;
    border-bottom: 1px solid transparent;
    padding: 10px 9px 9px;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 14px;
    color: #000;
    display: none;
}
.tmset:hover{
    color: #19B61A;
}
.tmset i{
    margin-right: 3px;
}
#theme_btn{
    left: -215px;
    padding:8px;
    color: #632377;
}
#theme_btn img{
    margin-right: 5px;
    width: 24px;
}
#ditu_btn{
    left:-305px;
    color:#19B61A
}
#ditu_btn.active{
    background-color:#19B61A;
    color:#ffffff;
}
.userpane{
    width: 98px;
    height: 70px;
    position: absolute;
    right: -50px;
    background: #fff;
    top: 55px;
    box-shadow: 1px 2px 1px rgba(0,0,0,.15);
    padding: 10px 8px;
    cursor: pointer;
    display: none;
}
.userpane i{
    margin-right: 8px;
}
.paneitem{
    margin-bottom: 7px;
}
.paneitemlast{
    border-top: 1px solid #eee;
    padding-top: 8px;
}
.arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px;
    border-color: transparent transparent #ffffff;
    top: -8px;
    right: 17px;
    position: absolute;
}
.userlogin{
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    top: -3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    width: 45px;
    height: 45px;
    padding: 2px 4px;
    cursor: pointer;
}
.userlogin i{
    font-size: 36px;
    color: #437c92;
}
.userlogin i:hover{
    color: #57a1be;
}
#leftpane{
    width: 408px;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    opacity: 1;
}
#leftpane .pane-close-btn{
    position: absolute;
    padding: 16px 8px;
    top: 10px;
    right: -24px;
    width: 23px;
    height: 48px;
    cursor: pointer;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}
#leftpane .widget-panel{
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#leftpane .widget-panel-action{
    padding: 20px 30px;
    font-size: 16px;
    color: #8093FC;
    border-bottom: 1px solid #eee;
    width: 408px;
}
#leftpane .widget-panel-action .bar-item{
    display: inline-block;
    padding: 0 18px 0 7px;
    cursor: pointer;
    border-left: 2px solid #eee;
}
#leftpane .widget-panel-action .bar-item:first-child{
    border-left: none;
    padding-left: 0;
}
#leftpane .widget-panel-action .icon{
    font-size: 18px;
}
.info_title{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 10px;
    min-width: 160px;
}
.info_p{
    margin: 5px 0 0;
    color: #999;
    font-weight: normal;
    font-size: 12px;
}
.esriPopup .contentPane {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.esriPopup .pointer.top{
    background: #f7f7f7;
}
.esriPopup .sizer{
    width:auto;
}
#panel3d{
    position: absolute;
    z-index: 130;
    width: 100%;
    height: 100%;
    display: none;
}
#panel3d .iconback{
    position: absolute;
    /*外网位置*/
    top: 2px;
    left: 0;
    /*内网位置*/
    /*top:15px;*/
    /*right: 15px;*/
    display: inline-block;
    width: 80px;
    height: 30px;
    padding: 5px 10px;
    cursor: pointer;
    background:rgba(37,37,37,0.8);
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.35);
    box-shadow:0 2px 4px rgba(0,0,0,.35)
}
#panel3d .ico{
    position: absolute;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
}


#map_btn{
    transition-property: background,box-shadow;
    transition-duration: 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    background: #fff;
    box-sizing: border-box;
    width: 32px;
    border-bottom: 1px solid transparent;
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 5px;
    padding: 2px 4px 0px;
    cursor: pointer;
}

#map_btn i,#theme_btn i{
    font-size: 24px;
}
.icon-m{
    color: #1e47e2;
    font-size: 24px!important;
}
#mapChange{
    position: absolute;
    z-index: 100;
    right: 45px;
    bottom: 5px;
}
#colorChange{
    position: absolute;
    z-index: 100;
    right: 450px;
    top: 55px;
}
#xinyiPan{
    position: absolute;
    z-index: 100;
    right: 400px;
    top: 55px;
}

#colorChange .nav-tabs>li>a,#xinyiPan .nav-tabs>li>a{
    padding:10px
}

.pop_pic{
    width: 86px;
    height: 61px;
    cursor: pointer;
    display: inline-block;
    background: url(../../image/mapjs/sprites.png) no-repeat;
}
.blue_pic{
    background: url(../../image/mapjs/blue_pic.png) no-repeat;
}
.black_pic{
    background: url(../../image/mapjs/black_pic.png) no-repeat;
}
.gray_pic{
    background: url(../../image/mapjs/gray_pic.png) no-repeat;
}
.pop_ditu {
    background-position: 0 -402px ;
}
.pop_dixt {
    background-position: -92px -536px ;
}
.pop_3D_0 {
    background-position: 0 -69px ;
}
.pop_flr2 {
    background-position: -92px -136px ;
}
.pop_flr3 {
    background-position: -92px -203px ;
}
.pop_flr4 {
    background-position: -92px -68px ;
}
.pop_flr5 {
    background-position: -92px 0;
}
.pop_3D_8 {
    background-position: -92px -271px ;
}
.pop_3D_7 {
    background-position: -92px -337px ;
}
.pop_3D_6 {
    background-position: 0 -536px ;
}
.pop_3D_5 {
    background-position: 0 -137px ;
}
.pop_3D_4 {
    background-position: 0 -203px ;
}
.pop_3D_3 {
    background-position: 0 -337px ;
}
.pop_3D_2 {
    background-position: 0 0;
}
.pop_3D_1 {
    background-position: 0 -271px ;
}
.pop_a{
    float: left;
    padding-bottom: 5px;
    text-decoration: none!important;
}
.pop_a.active .pop_pic{
    box-shadow: 0 5px 15px #75a5b1;
    text-decoration: none;
}
#vec_type[switch="on"] .pop_ditu, #img_type[switch="on"] .pop_yx, #dx_type[switch="on"] .pop_dixt,.colorful a[switch="on"]>div:first-child{
    border: 1px solid #3385FF;
}
.pop_yx {
    background-position: -92px -402px ;
}
.pop_sw {
    background-position: -92px -470px ;
}
.pop_sv {
    background-position: 0 -469px ;
}
#mapChange .pop-back,#colorChange .pop-back,#xinyiPan .pop-back{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.9;
    z-index:-1;
}
#mapChange .pop-content,#colorChange .pop-content,#xinyiPan .pop-content{
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}
#browserAlert{
    position: absolute;
    z-index: 1050;
    top: 10%;
    left: 38%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.35);
    box-shadow: 0 2px 4px rgba(0,0,0,.35);
}
#browserAlert .alertTip{
    font-size: 16px;
    text-align: center;
    color: #68A094;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

@font-face {font-family: "iconfont";
    src: url('icon/iconfont.eot?t=1501120409286'); /* IE9*/
    src: url('icon/iconfont.eot?t=1501120409286#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('icon/iconfont.woff?t=1501120409286') format('woff'), /* chrome, firefox */
    url('icon/iconfont.ttf?t=1501120409286') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('icon/iconfont.svg?t=1501120409286#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-position2:before { content: "\e620"; }

.icon-bf-icon-3Dmap:before { content: "\e607"; }

.icon-gongjiao:before { content: "\e60b"; }

.icon-dui:before { content: "\e62a"; }

.icon-quanjing:before { content: "\e636"; }

.icon-jiaotong:before { content: "\e657"; }

.icon-yiliao:before { content: "\e64b"; }

.icon-tuichu:before { content: "\e61f"; }

.icon-shexiangtou1:before { content: "\e641"; }

.icon-shijian:before { content: "\e621"; }

.icon-gongju:before { content: "\e6b4"; }

.icon-polylineadd:before { content: "\e60d"; }

.icon-fankui3:before { content: "\e62d"; }

.icon-fenxiang:before { content: "\e62c"; }

.icon-tuceng1:before { content: "\e6df"; }

.icon-jiantou-copy:before { content: "\e690"; }

.icon-car:before { content: "\e624"; }

.icon-car1:before { content: "\e6b5"; }

.icon-fujin:before { content: "\e609"; }

.icon-icon-yxj-empty-life:before { content: "\e632"; }

.icon-jiantou2:before { content: "\e60e"; }

.icon-turned_in:before { content: "\e686"; }

.icon-shezhi:before { content: "\e63c"; }

.icon-right:before { content: "\e72e"; }

.icon-dianhua:before { content: "\e6cc"; }

.icon-shijian2:before { content: "\e643"; }

.icon-houtui:before { content: "\e610"; }

.icon-yiliao1:before { content: "\e604"; }

.icon-wenhao:before { content: "\e687"; }

.icon-fankui:before { content: "\e61c"; }

.icon-diqiu:before { content: "\e61a"; }

.icon-yonghu:before { content: "\e630"; }

.icon-guanbi:before { content: "\e60f"; }

.icon-weizhi:before { content: "\e600"; }

.icon-xianlu:before { content: "\e603"; }

.icon-qiyewenhua:before { content: "\e642"; }

.icon-sousuo:before { content: "\e613"; }

.icon-zhengfu:before { content: "\e63b"; }

.icon-software_polygonalla:before { content: "\e745"; }

.icon-fenping:before { content: "\e69a"; }

.icon-sanwei:before { content: "\e6c2"; }

.icon-duquanjing:before { content: "\e8c3"; }

.xinyi-img div{
    margin-top:5px
}

.nantong-img div{
    margin-top:5px
}


