/**
 *  主地图样式
 *  if css3 add behavior: url(../tp/PIE/PIE.htc);
 *
 */
html, body {
    width: 100%;
    height: 100%;
    background-size: cover;
    font-size: .1rem;
}

.jz-header ul.nav-list {
    width: auto !important;
}

/*滚动条样式*/
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    border-radius: 10px;
    background-color: unset;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: unset;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
    background-color: #555;
}

.tool-label-shrink {
    line-height: 30px;
}

.widget-li-bigIcon-style {
    text-align: center;
    padding: 6px;
}

.map-left-menu-bigIcon {
    width: 80px;
    /*float: left;*/
    /*display: inline-block;*/
    padding: 0;
    box-shadow: 1px 1px 10px #ccc;
    background-color: #fff;
    behavior: url(../tp/PIE/PIE.htc);
    text-align: center;
}

.map-left-menu-pane {
    display: none;
    float: left;
    box-shadow: 1px 1px 10px #ccc;
    behavior: url(../tp/PIE/PIE.htc);
}

.map-left-menu-pane .menu-scroll-btn {
    display: none;
    text-align: center;
    background-color: #fff;
    width: 80px;
}

.menu-scroll-btn:hover {
    cursor: pointer;
}

.widget-id-name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/*主地图样式*/
.map-container {
    position: relative;
    float: left;
    height: 100% !important;
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
}

.map-title-none {
    display: none;
}

.maps-container {
    position: relative;
    float: left;
    display: inline-block;
    width: 49.8%;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.maps-compare-multi {
    position: absolute;
    display: none;
    height: 90%;
    width: 100%;
}

.maps-compare-multi-date {
    position: absolute;
    display: none;
    height: 92%;
    width: 100%;
}

/*header banner css start*/
.map-banner {
    position: relative;
    width: 100%;
    height: 70px;
    background: url("../assets/images/toubu.png") no-repeat;
    background-size: 100% 100%;
}

.head-logo-title {
    position: absolute;
    vertical-align: middle;
    width: 70%;
    /* top: 19px;
     left: 63px;*/
}

.head-logo {
    float: left;
    width: 2.5em;
    height: 2.5em;
    margin-right: 12px;
}

.head-title {
    font-size: 1.85em;
    color: #fff;
}

.head-logo-title-img {
    position: absolute;
    top: 6px;
    left: 33px;
}

.head-logo-title-img-style {
    border: none;
    height: 55px;
}

/*header banner css end*/

/*left widgets css start*/
.left-widgets {
    z-index: 1001;
    position: absolute;
    left: 15px;
    top: 5px;
}

.data-h5 .left-widgets {
    left: 20px;
    width: calc(100% - 40px);
}

.data-h5 .map-left-pane {
    width: 100%;
}

.data-h5 .widget-pane {
    width: 100%;
    border: none;
}

.data-h5 .layui-form-item .layui-input-inline {
    margin: 0 !important;
}

.data-h5 .layui-input {
    height: 50px;
    font-size: 15px;
    border: none;
}

.data-h5 .layui-btn-normal.search-btn {
    color: #2a8aff;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.map-left-menu {
    width: 35px;
    margin: 1px 0 0 1px;
    float: left;
    display: inline-block;
    padding: 0;
    box-shadow: 1px 1px 10px #ccc;
    background-color: #fff;
    behavior: url(../tp/PIE/PIE.htc);
}

.map-left-pane {
    display: inline-block;
    /*width: 14em;*/
    /*height: 28.1em;*/
}

.widget-pane {
    float: left;
    margin: 1px 0 0 3px;
    width: 370px;
    height: 120%;
    background: #f6f6f6;
    box-shadow: 1px 1px 10px #ccc;
    border: 1px solid #ccc;
    position: relative;
    behavior: url(../tp/PIE/PIE.htc);
}

.widget-icon-zoom {
    zoom: 1.2;
    margin-top: 4px;
}

.widget-li-bigIcon {
    font-size: 1.8em !important;
    border-bottom: 1px solid #e6e6e6;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: .3s;
    transition-property: color, background-color;
    text-align: center;
    color: #2a8aff;
    list-style-type: none;
    behavior: url(../tp/PIE/PIE.htc);
}

.widget-li {
    height: 35px;
    width: 35px;
    line-height: 32px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: .3s;
    transition-property: color, background-color;
    text-align: center;
    color: #2a8aff;
    list-style-type: none;
    padding-top: 4px;
    behavior: url(../tp/PIE/PIE.htc);
}

.widget-li:hover {
    cursor: pointer;
    background-color: #2a8aff;
    color: #ffffff;
}

.widget-li-bigIcon:hover {
    cursor: pointer;
    /*background-color: #def9ff;*/
    background-color: #3d88f7;
    color: #2ca4bd;
}

.widget-li-bigIcon:hover div.widget-id-name {
    /*color: #2ca4bd*/
    color: white
}

.active-widget {
    /*background-color: #def9ff !important;*/
    background-color: #3d88f7 !important;
    color: #2ca4bd !important;
}

.active-widget div.widget-id-name {
    /*color: #2ca4bd;*/
    color: white;
}

.widget-label {
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    /*color: #48c4de;*/
}

.widget-shrink {
    float: right;
    position: relative;
    font-size: 1.43em !important;
    font-weight: 600 !important;
    top: 17px;
    right: 15px;
    cursor: pointer;
}

.widget-label-shrink {
    height: 0;
    line-height: 0;
    display: none;
    /* border-bottom: 1px solid #cccccc;*/
}

.widget-shrink:hover {
    color: #2ca4bd;
    cursor: pointer;
}

.leaflet-left-expanded {
    left: 396px;
    bottom: 3px !important;
}

/*left widgets css end*/

/*top tools css start*/

.tool-widgets {
    z-index: 999;
    position: fixed;
    right: 15px;
    margin-top: 15px;
}

.tools-menu {
    height: 36px;
    behavior: url(../tp/PIE/PIE.htc);
}

.tools-arrow-part {
    display: none !important;
    height: 36px;
    width: 20px !important;
    background-color: #2786ff;
}

.tools-arrow {
    color: #fff;
    cursor: pointer;
    font-size: 1.53em !important;
    position: absolute;
    line-height: 36px !important;
    background: #2c5f9e !important;
}

.tools-arrow-toggle {
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.basicImage(Rotation=2);
    behavior: url(../tp/PIE/PIE.htc);
}

.tools-part {
    height: 36px;
    min-width: 100px;
    padding: 0 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #333;
    font-weight: normal;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle !important;
}

.tools-part .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.tools-part div {
    width: 100%;
    height: 70%;
    margin-top: 9%;
}

.tools-part .icon {
    font-size: 1.2em !important;
}

.menu-item {
    display: inline-block;
    cursor: pointer;
}

.menu-item-block {
    font-size: 14px !important;
}

#region {
    min-width: 100px;
}

#poilist {
    width: 88px;
}

.tools-content {
    right: 0;
    margin-top: 1px;
    position: absolute;
}

.tool-pane {
    /* width: 346px;*/
    width: 400px;
    min-height: 100px;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    border: 1px solid #ccc;
    position: relative;
    display: none;
    behavior: url(../tp/PIE/PIE.htc);
}

.tool-label {
    font-size: 1em;
    /*margin-top: 5px;*/
    border-bottom: 1px solid #ccc;
    /*padding-bottom: 10px;*/
    text-align: center;
}

.tool-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.3em !important;
}

.active-tool {
    background-color: #1d87d1;
}

/*top tools css start*/

/*control css start*/


/*popup msg dragbox start*/

.msg-icon {
    position: relative;
    font-size: 1.2em !important;
}

.msg-attr {
    position: relative;
    margin-left: 5px;
    font-size: 1.1em;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
}

.msg-temp {
    /*position: absolute;
    top: 79px;
    left: 35%;
    z-index: 2000;
    min-width: 390px;
    height: 41px;
    transition: opacity 0.3s, transform .4s;
    background-color: #ffffff;
    border: 1px solid #ebeef5;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #ccc;*/
    behavior: url(../tp/PIE/PIE.htc);
    border-radius: 4px;
    box-shadow: 1px 1px 10px #ccc;
    border: 1px solid #ebeef5;
    box-sizing: border-box;
}


.msg-temp-info {
    background-color: #edf2fc;
    border-color: #5abdff;
    color: #2084ff;
}

.msg-temp-warning {
    background-color: #fff9ee;
    border-color: #fff3dd;
    color: #ffc555;
}

.msg-temp-error {
    background-color: #fff0f3;
    border-color: #ffe0e7;
    color: #ff6686;
}

.msg-temp-success {
    background-color: #f0f9eb;
    border-color: #8DF5F6;
    color: #67c23a;
}

.msg-temp-ieTip {
    background-color: #fff0f3;
    border-color: #fff3dd;
    color: #2a8bff;
    font-weight: 600;
}

.drag-box-title {
    position: relative;
    width: 100%;
    height: 36px;
    /*margin: 4px 4px 4px 4px;*/
    background-color: #2a8aff;
    cursor: move;
}

.drag-box-icon {
    margin: 7px 0 0 3px;
    padding: 2px;
    font-size: 1.3em !important;
    color: #ffffff;
}

.drag-box-close {
    text-align: right;
    margin: 10px 10px 10px 0;
    font-size: 1.3em !important;
    color: #ffffff;
    cursor: pointer;
    float: right;
}

.icon-f-delete-circle:hover {
    color: #ffffff;
    cursor: pointer;
}

.drag-box-maxscreen,
.drag-box-minscreen,
.drag-box-resscreen {
    position: relative;
    margin: 10px 15px 10px 0;
    font-size: 1.3em !important;
    color: #ffffff;
    cursor: pointer;
    float: right;
    display: none;
}

.one-popup {
    background-color: #0065e0;
    float: left;
    padding: 4px 5px 2px 8px;
    margin-right: 5px;
}

.one-popup-title {
    float: left;
    font-size: 0.9em;
    color: white;
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}

.one-popup-btn-group {
    float: right;
    font-size: 0.9em;
}

.one-popup-close {
    margin: 5px 10px 5px 0;
}

.one-popup-restore {
    margin: 5px 15px 5px 0;
}

/*.drag-box-maxscreen:hover {*/
/*color: #2a8aff;*/
/*background-color: #ffffff;*/
/*cursor: pointer;*/
/*}*/

.drag-box-modal {
    z-index: 1000;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";!* IE 8 *!*/
    filter: alpha(opacity=50); /* IE 5-7 */
    -moz-opacity: 0.5; /* Netscape */
    opacity: 0.5; /* Good browsers */
}

.drag-box-ZoomOut {
    position: absolute;
    bottom: 2px;
    left: 242px;
    height: 33px;
    line-height: 28px;
    border-bottom: 1px solid #CCCCCC;
    z-index: 1004;
    /*box-shadow: 1px 1px 10px #ccc;*/
    display: none;
}

.drag-box-ZoomOut-expand {
    left: 622px
}

/*popup msg dragbox end*/

/** Slider **/
.leaflet-control-zoomslider-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    display: none;
    border-bottom: 1px solid #ccc;
}

.leaflet-control-zoomslider-body {
    /*width: 2px;*/
    /*border: solid #fff;*/
    /*border-width: 0px 9px 0px 9px;*/
    /*background-color: black;*/
    /*margin: 0 auto;*/
}

.leaflet-control-zoomslider-knob {
    position: relative;
    width: 12px;
    height: 4px;
    background-color: #efefef;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #000;
    margin-left: -6px;
    z-index: 1;
    left: 14px !important;
}

.leaflet-control-zoomslider-vertical {
    width: 2px;
    border: solid #fff;
    border-width: 0 9px 0 9px;
    background-color: black;
    margin-top: -3px;
    right: 3px;
    position: absolute;
}

.leaflet-control-zoomslider-horizontal {
    position: absolute;
    right: 6.5px;
    width: 15px;
    height: 1px;
    text-align: center;
    background-color: #000000;
}

.leaflet-control-zoomslider-body:hover {
    cursor: pointer;
}

.leaflet-control-zoomslider-knob:hover {
    cursor: default;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.leaflet-dragging .leaflet-control-zoomslider,
.leaflet-dragging .leaflet-control-zoomslider-wrap,
.leaflet-dragging .leaflet-control-zoomslider-body,
.leaflet-dragging .leaflet-control-zoomslider a,
.leaflet-dragging .leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled,
.leaflet-dragging .leaflet-control-zoomslider-knob:hover {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

/** Leaflet Zoom Styles **/
.leaflet-container .leaflet-control-zoomslider {
    /* margin-left: 10px;
    margin-top: 10px; */
}

.leaflet-control-zoomslider a {
    width: 29px;
    height: 29px;
    text-align: center;
    text-decoration: none;
    color: black;
    display: block;
    box-shadow: 1px 1px 10px #ccc;
    behavior: url(../tp/PIE/PIE.htc);
}

.leaflet-control-zoomslider a:hover {
    background-color: #f4f4f4;
    width: 29px;
    height: 29px;
}

.leaflet-control-zoomslider-in {
    font: bold 18px 'Lucida Console', Monaco, monospace;
}

.leaflet-control-zoomslider-in {
    /* content: "\002B" */
    text-align: center;
    margin-right: 2px;
    margin-bottom: 1px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 42px;
    border: none;
}

.leaflet-control-zoomslider-out {
    font: bold 22px 'Lucida Console', Monaco, monospace;
}

.leaflet-control-zoomslider-out {
    /* content: "\2212" */
    text-align: center;
    margin-right: 2px;
    margin-bottom: 1px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 42px;
    border: none;
}

.leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
    cursor: default;
    color: #bbb;
}

/* Touch */
.leaflet-touch .leaflet-control-zoomslider-body {
    background-position: 10px 0px;
}

.leaflet-touch .leaflet-control-zoomslider-knob {
    width: 16px;
    /*margin-left: 7px;*/
}

.leaflet-touch .leaflet-control-zoomslider a {
    width: 29px;
    height: 29px;
    border-radius: 4px;
    line-height: 29px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(../tp/PIE/PIE.htc);
}

.leaflet-touch .leaflet-control-zoomslider a:hover {
    width: 29px;
    height: 29px;
    border-radius: 4px;
    line-height: 29px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(../tp/PIE/PIE.htc);
}

.leaflet-touch .leaflet-control-zoomslider-in {
    font-size: 24px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: url(../../images/map/zoom-out.png) #fff no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 10px 0;
}

.leaflet-touch .leaflet-control-zoomslider-out {
    font-size: 28px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: url(../../images/map/zoom-in.png) #fff no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 10px 0;
}

.leaflet-touch .leaflet-control-zoomslider {
    /* box-shadow: 1px 1px 10px #ccc; */
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(../tp/PIE/PIE.htc);
}

/* Old IE */

.leaflet-oldie .leaflet-control-zoomslider-wrap {
    width: 29px;
}

.leaflet-oldie .leaflet-control-zoomslider {
    border: 1px solid #ccc;
}

.leaflet-oldie .leaflet-control-zoomslider-in {
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\u002B');
}

.leaflet-oldie .leaflet-control-zoomslider-out {
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\u2212');
}

/*---start---- style of map control-coord&measure */
.leaflet-coords,
.leaflet-scaleBar {
    /* font-size: 1.083em; */
    font-size: 1em;
    padding: 7px 20px;
    border: none !important;
    font-weight: 600;
    background: transparent;
    border-radius: 0 !important;
}

.leaflet-control-minimap {
    display: block;
    border: 1px solid #cccccc;
}

.leaflet-control-minimap-icon {
    z-index: 7;
    width: 30px;
    height: 30px;
    border: 0.5px solid #c0c0bf;
    margin: 0.5px 0px 0px 0.5px;
    background-color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #ccc;
    cursor: pointer;
    float: right;
    behavior: url(../tp/PIE/PIE.htc);
    line-height: 40px;
    text-align: center;
}

.icon-f-analysis-twoway {
    zoom: 0.7;
}

.icon-f-analysis-twoway:hover {
    zoom: 0.8;
}

/*---end---- style of map control */

/*---start---- style of map control-baseLayer */
.leaflet-baseLayer-topographic-map {
    border: 3px solid #cccccc;
}

.leaflet-baseLayer-striograph {
}

.leaflet-right .leaflet-control-baseLayer {
    bottom: 0px;
    right: 0px;
    position: absolute;
    margin-right: 45px;
    transition-duration: .6s;
    behavior: url(../tp/PIE/PIE.htc);
    margin-bottom: 0;
}

.leaflet-top .leaflet-control-baseLayer {
    margin-top: 0;
}

.baseLayer-title {
    margin-top: 35px;
    text-align: center;
    background-color: #2A8AFF;
    color: white;
    cursor: pointer;
}

.baseLayer-toggle {
    margin-right: 25px !important;
    transition-duration: .6s;
    behavior: url(../tp/PIE/PIE.htc);
}

.leaflet-right .leaflet-control-full-map {
    margin-right: 2px;
    margin-bottom: 1px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 42px;
    border: none;
    margin: 10px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.leaflet-right .leaflet-control-zoomslider {
    margin-right: 2px;
    margin-bottom: 1px;
    position: absolute;
    bottom: 56px;
    right: 0;
}

.leaflet-right .leaflet-control-minimap-all {
    margin-right: 2px;
    margin-bottom: 1px;
}

/*---start---- style of map control-scaleCustom */
.leaflet-control-scaleCustom-line {
    border: 2px solid #000;
    border-top: none;
    border-bottom-width: 3px;
    color: #000;
    text-align: center;
    height: 5px;
}

.leaflet-control-scaleCustom-result {
    color: #000;
    text-align: center;
    height: 12px;
}

.leaflet-bottom .leaflet-control-scaleCustom {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control-scaleCustom {
    margin-left: 10px;
}


.leaflet-control-full-map {
    z-index: 7;
    width: 30px;
    height: 30px;
    bottom: -10px;
    border: 0.5px solid #c0c0bf;
    margin: 0.5px 0 0 0.5px;
    background-color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #ccc;
    cursor: pointer;
    text-align: center;
    behavior: url(../tp/PIE/PIE.htc);
}

.leaflet-control-full-map:hover {
    font-size: 1.15em;
    margin-top: 2px !important;
}

.leaflet-control-full-map span {
    margin: 2.5px 0 0 2.5px;
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../images/map/fullmap.png);
    background-size: contain;
}

/*----三级标题拼接-------------------*/
.head-div {
    margin-top: -63px;
    margin-left: 105px;
    color: #fff;
}

.header-title-first {
    font-size: 27px;
    letter-spacing: 3px;
    font-weight: bold;
    float: left;
}

.header-title-second {
    /* float: right; */
    margin-top: 13px;
    font-size: 16px;
    float: left;
}

.header-title-third {
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
}

/*----地图菜单按钮样式-----------------*/
.menu-row {
    float: right;
    width: 100%;
}

.menu-list {
    float: right;
    width: 80px;
    height: 70px;
    line-height: 70px !important;
    text-align: center;
    font-size: 1.05em !important;
    color: #fff !important;
    padding: 0 2px !important;
    cursor: pointer;

}

.menu-list:hover {
    font-weight: 600;
    background-color: #60a7ff;
    /*border-top: 2px solid #fff;*/
}

/*----ie浏览器提示按钮-------------------*/
.ie-tip-background {
    padding: 15px;
    background: #393D49;
    color: #fff;
}

.ie-tip-icon {
    font-size: 1.5em !important;
}

.ie-tipFont {
    font-size: 1.15em;
    margin-left: 5px;
}

.use-google-tipFont {
    font-size: 1.05em;
}

.layer-layer-btn {
    padding: 8px;
}

/*---end---- style of map control-baseLayer */

/*新修改样式*/
.widget-li-bigIcon .left-widgets-icon {
    font-size: 24px !important;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    behavior: url(../tp/PIE/PIE.htc);
    position: relative;
    z-index: 2;
    color: #fff;
    /*background-color: ;*/
}

/*.map-left-menu-bigIcon{*/
/*width: 90px;*/
/*height: 112px;*/
/*}*/
/*修改ztree的样式*/
.ztree li {
    /*border-bottom:none !important;*/
    /*margin: 12px 0 !important;*/
}

.ztree {
    /*border-top: none !important;*/
}

.tools-part span {
    display: inline-block !important;
    font-size: 12px;
    vertical-align: middle;
}

.tools-part .menu-item-block {
    margin-left: 5px;
}

.tools-part .icon-f-location {
    background: url("../../images/map/region.png");
}

.active-tool.tools-part .icon-f-location {
    background: url("../../images/map/region_select.png");
}

.tools-part .icon-f-area {
    background: url("../../images/map/area.png");
}

.active-tool.tools-part .icon-f-area {
    background: url("../../images/map/area_select.png");
}

.tools-part .icon-f-area_node {
    background: url("../../images/map/area_node.png");
}

.active-tool.tools-part .icon-f-area_node {
    background: url("../../images/map/area_node_select.png");
}

.tools-part .icon-f-parcel {
    background: url("../../images/map/parcel.png");
}

.active-tool.tools-part .icon-f-parcel {
    background: url("../../images/map/parcel_select.png");
}

.tools-part .icon-f-print {
    background: url("../../images/map/print.png");
}

.active-tool.tools-part .icon-f-print {
    background: url("../../images/map/print_select.png");
}

.tools-part .icon-f-house {
    background: url("../../images/map/house.png");
}

.active-tool.tools-part .icon-f-house {
    background: url("../../images/map/house_select.png");
}

/*新增*/
.tools-part .icon-f-forest {
    background: url("../../images/map/forest.png");
}

.active-tool.tools-part .icon-f-forest {
    /*background: url("../../images/map/house_select.png");*/
}

.tools-part .icon-f-contracted_parcels {
    background: url("../../images/map/contracted_parcels.png");
}

.active-tool.tools-part .icon-f-contracted_parcels {
    /*background: url("../../images/map/house_select.png");*/
}

.tools-part .icon-f-tenure_parcels {
    background: url("../../images/map/tenure_parcels.png");
}

.active-tool.tools-part .icon-f-tenure_parcels {
    /*background: url("../../images/map/house_select.png");*/
}


.leaflet-right {
    position: fixed;
    right: 20px !important;
    top: 650px;
    bottom: auto;
}

.jump-btn a {
    background: red;
    margin-left: 20px;
    width: 85px;
    height: 31px;
    line-height: 31px !important;
    margin-top: 20px;
    margin-right: 15px;
    background: url("../assets/images/jump.png");
    border: none;
    padding: 0 0 0 32px !important;
    text-align: left;
}

.active-tool .icon {
    color: #fff;
}

.active-tool .menu-item-block {
    color: #fff;
}

.slimScrollDiv .ztree > li {
    padding: 0.4em 0;
}

.fuhao {
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

#globalMap {
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 249px;
    right: 7px;
    cursor: pointer;
    color: #294c71;
    z-index: 1000
}

@media only screen and (max-width: 1439px) {
    /*地图对比样式*/
    .map-container1 {
        width: 49.46%;
    }

    .map-container2 {
        width: 49.46%;
    }

    .data-list-ztree {
        height: 470px;
    }

    .print-List {
        height: 186px;
        overflow-y: auto;
    }

    .widget-li-bigIcon .left-widgets-icon {
        font-size: 14px !important;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 2px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        behavior: url(../tp/PIE/PIE.htc);
        position: relative;
        z-index: 2;
        color: #fff;
        /*background-color: ;*/
    }

    .widget-id-name {
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .widget-li-bigIcon-style {
        padding: 2px;
    }

    .map-left-menu-bigIcon {
        width: 70px;
        max-height: 460px;
        overflow-y: hidden;
    }

    .map-left-menu-pane .menu-scroll-btn {
        width: 70px;
    }

    .widget-label-shrink {
        height: 40px;
        line-height: 40px;
    }

    .widget-shrink {
        top: 10px;
    }

    .ztree li {
        margin: 10px 0 0 0 !important;
    }

    #analysis-type-ul {
        position: relative;
        /*height: 451px;*/
        overflow-y: auto;
    }

    .leaflet-bottom .leaflet-control-scaleBar, .leaflet-bottom .leaflet-control-coords {
        /*clear: none !important;*/
    }

    .leaflet-control-container .leaflet-left-expanded .leaflet-control-scaleBar, .leaflet-control-container .leaflet-left-expanded .leaflet-control-coords {
        clear: both !important;
    }

    .leaflet-bottom .leaflet-control {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .data-list-ztree {
        height: 600px;
    }

    .map-left-menu-bigIcon {
        width: 70px;
        max-height: 540px;
        overflow-y: hidden;
    }

    .map-left-menu-pane .menu-scroll-btn {
        width: 70px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .map-left-menu-bigIcon {
        max-height: 600px;
        overflow-y: hidden;
    }

    .leaflet-bottom .leaflet-control {
        margin-bottom: 4px !important;
    }
}

@media only screen and (min-width: 1901px) {
    .data-list-ztree {
        height: 690px;
    }

    .layui-tab-item .print-List {
        height: 251px;
        overflow-y: auto;
    }

    .map-left-menu-bigIcon {
        max-height: 710px;
        overflow-y: hidden;
    }
}

/*!*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*!
::-webkit-scrollbar
{
    width: 1px;  !*滚动条宽度*!
    height: 1px;  !*滚动条高度*!
}

!*定义滚动条轨道 内阴影+圆角*!
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    !*border-radius: 10px;  !*滚动条的背景区域的圆角*!*!
    !*background-color: red;!*滚动条的背景颜色*!*!
}

!*定义滑块 内阴影+圆角*!
::-webkit-scrollbar-thumb
{
    !*border-radius: 10px;  !*滚动条的圆角*!*!
    !*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*!
    !*background-color: green;  !*滚动条的背景颜色*!*!
}*/

/*自定义鼠标样式*/
.leaflet-container.draw-cursor-enabled {
    cursor: crosshair;
}

.layer-download {
    background: none !important;
}

.leaflet-draw-icon {
    background: #ffffff;
    border: 2px solid rgba(249, 3, 3, 0.5);
    border-radius: 50%;
    margin-top: -6px !important;
    margin-left: -6px !important;
}

#measureTooltip {
    display: none;
    position: absolute;
    background: #ffff;
    color: #333;
    opacity: 1;
    padding: 5px;
    border: 1px solid red;
    font-family: sans-serif;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    z-index: 1000;
}

#chamgeMap {
    width: 100%;
    height: 100%;
}

#picTips {
    right: 77px;
    z-index: 1000;
    top: 460px;
    width: 160px;
    height: 110px;
    background: #fff;
    position: absolute;
}

#picTips.picTips-h5 {
    right: 10px;
    top: 150px;
    width: 90px;
    height: auto;
}

.picTips-h5 .pic_title {
    font-size: 16px;
    margin-top: 2px;
}

.hideDiv {
    display: none;
}

#username-div{
    right: 0px;
    z-index: 1000;
    bottom: 35px;
    width: 108px;
    height: 28px;
    line-height: 28px;
    background: #1d87d1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: absolute;
}

#user-icon{
    margin-left: 12px;
    color: white;
    font-size: 16px;
}

#username-span{
    margin-left: 5px;
    font-size: 16px;
}

.right-tools {
    z-index: 999;
    position: fixed;
    right: 25px;
    top: 200px;
    width: 46px;
}

.square-div {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.layui-layer-title {
    background-color: #1d87d1 !important;
    color: #fff !important;
    padding: 0 80px 0 10px !important;
}

.layui-layer-setwin {
    color: #fff !important;
}

.search-tip-h5 {
    border-radius: 10px !important;
}

.tip-body {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 20px 0 10px;
    line-height: 40px;
}

.tip-body-h5 {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 20px 0 10px;
    line-height: 40px;
}

.search-tip-h5 .tip-body-h5 {
    font-size: 1em;
    padding: 0 15px;
    line-height: 32px;
    margin-top: 16px;
}

.search-tip-header {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.search-tip-h5 .search-tip-header {
    text-align: left;
    font-weight: normal;
    font-size: 1em;
}

.search-tip-h5 .layui-btn.submit-btn {
    border: 1px solid #fff;
}

.search-tip-h5 .layui-btn.layui-btn-disabled {
    border: none;
}

.search-tip-h5 .check-tip {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    margin-top: 2px;
}

.tip-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.tip-h5-footer {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.search-tip-h5 .layui-layer-setwin {
    display: none;
}

.search-tip-h5 .layui-layer-title {
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
    border-radius: 10px 10px 0 0;
    padding: 0 80px 0 20px !important;
    border-bottom: 1px solid #ccc;
}

.search-tip-h5 .layui-layer-content {
    border-radius: 0 0 10px 10px;
    background-color: #1d87d1 !important;
    color: #fff;
    border: none;
    box-shadow: none;
}

.layui-btn.submit-btn {
    background-color: #1d87d1;
    margin-left: 0px;
    padding: 0 15px !important;
}

.layui-btn.layui-btn-disabled {
    background-color: #d0d5da;
    color: #fff;
}

.tools-part .icon-f-watch-later {
    background: url(../../images/map/watch.png);
}

.active-tool.tools-part .icon-f-watch-later {
    background: url(../../images/map/watch_select.png);
}

.search-tip .layui-layer-title {
    height: 42px !important;
    line-height: 42px !important;
    font-size: 16px;
}

.search-tip .layui-layer-setwin {
    display: none;
}

.toolInfo_tip {
    position: relative;
}

.toolInfo_tip:hover:after {
    position: absolute;
    margin-left: 10px;
    padding: 2px 10px;
    box-shadow: 0 2px 9px #999;
    background-color: #FFF;
    border-radius: 4px;
    color: #666;
    content: attr(title);
    z-index: 2;
    line-height: 20px;
    height: 20px;
}

.check-content {
    display: flex;
    justify-content: flex-start;
}

.check-tip {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 11px;
    cursor: pointer;
}

.toolInfo_tip {
    position: relative;
}

.toolInfo_tip:hover:after {
    position: absolute;
    margin-left: 10px;
    padding: 2px 10px;
    box-shadow: 0 2px 9px #999;
    background-color: #FFF;
    border-radius: 4px;
    color: #666;
    content: attr(title);
    z-index: 2;
    line-height: 20px;
    height: 20px;
}

.checked_checked_earth {
    background: url("../../images/arcgis/earth_hover.png") center center no-repeat #1d87d1 !important
}

.checked_checked_ceju {
    background: url("../../images/arcgis/ceju_hover.png") center center no-repeat #1d87d1 !important
}

.checked_checked_cemian {
    background: url("../../images/arcgis/cemian_hover.png") center center no-repeat #1d87d1 !important
}

.checked_checked_toolidentify {
    background: url("../../images/arcgis/sxsb_hover.png") center center no-repeat #1d87d1 !important
}

#tdt_div {
    border: 1px solid #90909045;
}

.tdtsl-h5 {
    width: 88px;
    height: 60px;
    background: url(../../images/arcgis/pic729.png) center center no-repeat #fff;
}

.tdtyx-h5 {
    width: 88px;
    height: 60px;
    background: url(../../images/arcgis/pic728.png) center center no-repeat #fff;
}

.search-tip-h5 {
    width: calc(100vw - 40px)!important;
    left: 20px!important;
    height: auto !important;
    max-height: calc(100% - 60px) !important;
}

#header-ul {
    min-width: 380px;
    margin-top: 12px;
    line-height: 45px;
    height: 45px;
    border-radius: 25px;
    background-color: #ffffff30;
}

.header-ul-second {
    min-width: 260px !important;
}

#header-ul li {
    float: left;
    margin-left: 30px;
}

#header-ul li a {
    color: white;
}

#header-ul li a:hover {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.layui-layer-dialog .layui-layer-content {
    text-align: center;
}

.layui-layer-btn {
    text-align: center !important;
}

#quickLoginDiv {
    width: 260px;
    background-color: white;
    float: right;
    top: 58px;
    right: 115px;
    position: relative;
}

#loginOutDiv {
    width: 130px;
    background-color: #489eda;
    float: right;
    top: 10px;
    right: 10px;
    position: absolute;
}

.quickLoginTip-item{
    background-color: #489eda;
    border-bottom: 1px solid #f0f2f552;
}

.quickLoginTip-item a{
    color: white;
}

.quickLoginTip-item:hover {
    background-color: #1d87d1;
    cursor: pointer;
}

.loginOutDiv-item {
    background-color: #489eda;
}

.loginOutDiv-item:hover {
    background-color: #1d87d1;
    cursor: pointer;
}

.quickLoginTip-title{
    font-size: 14px;
}

#loginOut{
    text-align: left;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    padding-left: 15px;
}

#loginOutDiv-title{
    float: left;
    font-size: 14px;
    color: #fff;
}

.sth-div{
    margin-left: 20px;
    font-size: 12px;
}



.rightBottomTools {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 1000;
  }
  .legend-img{
    margin-right: 10px;
  }
  .legend-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1d87d1;
  }
  
  .legend-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .legend-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .legend-list li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  
  .legend-color {
    display: inline-block;
    width: 60px;
    height: 10px;
    margin-left: 10px;
    border: 4px solid #ccc;
  }