#map {
    height: 88%;
}

.listMode {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 10000;
    color: #666;
    font-size: 14px;
}


#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.rankLayout {
    width: 20%;
    min-width: 320px;
    position: absolute;
    left: 10px;
    z-index: 102393;
    box-sizing: border-box;
}

.bj_title {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab_classify .inTitle {
    width: 187px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bj_title span {
    margin-right: 5px;
    margin-top: -2px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

.bj_title i {
    font-size: 12px;
    color: #333;
    transition: all .3s;
}

.bj_title .tab_classify .tab_classify_ul {
    position: absolute;
    top: 90px;
    /* min-width: 150px;
    border-radius: 5px; */
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 10;
}

.rankingNum {
    border-right: 2px solid #eee;
}

.totals {
    margin: 5px 0;
}

.totals span {
    color: #f44242;
}

/* 划过效果 */

.tab_classify_div:hover span {
    color: #f44242;
}

.industryName:hover .industries {
    color: #f44242;
}

.tntreebox span {
    color: #333;
}

.inTitle:hover i {
    transform: rotate(180deg);
    color: #f44242;
}

.inTitle ul {
    display: none;
}

.inTitle:hover ul {
    display: block;
}

.inTitle li {
    margin-left: 0px;
}

.bj_title .tab_classify_ul {
    position: absolute;
    width: 33%;
    /* border-radius: 5px; */
    top: 40px;
}

.bj_title .tab_classify_ul li {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;

}

.bj_title ul li:hover {
    color: #f44242;
}

.secondLevel {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rankLayout .markList {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    padding: 10px 20px 50px;
    box-sizing: border-box;
}

.rankLayout .markList ul {
    max-height: 425px;
    overflow-y: auto;
}

.markList .paginationArea {
    min-width: 86%;
}

.markList ul .nullProject {
    justify-content: center;
}

.markList li a {
    display: flex;
    align-items: center;
}

.markList ul li:last-child {
    border: none;
}

.markList li span {
    font-size: 12px;
}

.markList ul li div {
    width: 100%;
}

.title_top p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.title_top p input {
    margin-right: 10px;
}

.markList ul li .img_center {
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.markList .img_center img {
    width: 100%;
    transition: all .2s;
    height: 165px;
}

.markList .img_center p {
    background: rgba(102, 94, 94, .8);
    width: 100%;
    line-height: 30px;
    color: #fff;
    position: absolute;
    bottom: -45px;
}

body .markList li {
    padding: 15px 30px 15px 15px;
}

/* 工具栏 */
.leaflet-draw-section .leaflet-draw-toolbar-top a {
    display: none;
}

.leaflet-draw-toolbar-top a:last-child {
    display: block;
}

.leaflet-draw-section .leaflet-bar {
    top: 217px !important;
}

.leaflet-draw-section .leaflet-draw-toolbar-top {
    top: 200px !important;
}

.leaflet-draw-section .leaflet-draw-actions-bottom {
    top: 69px !important;
}

.digits-1 {
    font-size: 14px !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 9px !important;
    margin-top: -14px !important;
    margin-left: -14px !important;
}

.digits-2 {
    /* font-size: 14px !important; */
    height: 20px !important;
    width: 20px !important;
    /* line-height: 9px !important;
    margin-top: -17px !important;
    margin-left: -17px !important; */
}

.digits-3 {
    font-size: 14px !important;
    height: 90px !important;
    width: 90px !important;
    line-height: 9px !important;
    border-width: 3px !important;
    margin-top: -24px !important;
    margin-left: -24px !important;
}

.digits-4 {
    font-size: 14px !important;
    height: 100px !important;
    width: 100px !important;
    line-height: 9px !important;
    border-width: 4px !important;
}

.num-3 {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
}

.num-4 {
    padding: 23px !important;
}

.m_industry {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    position: absolute;
    background: #fff;
    top: 90px;

}

.industryName:hover #treebox {
    display: block;
}

.allSelect_p {
    display: none;
}

.markList li .title_top input {
    display: none;
}

.resAllShow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resAllShow .allSelect input,.resAllShow .allSelect label {
    cursor: pointer;
}

#showAllGarden {
    vertical-align: top;
}

.showAll_label {
    font-weight: 300;
}

@media (max-width: 1830px) and (min-width: 1025px) {
    #map {
        height: 84%;
    }

    .rankLayout .markList ul {
        max-height: 320px;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
    body .rankLayout .markList #list {
        max-height: 200px;
    }
}

.rankLayout{
    display:none;
}
/* .legend_window .searchBox .showData{
    max-height:240px;
} */
.layui-form .legend_window{
    max-height: 420px;
}
.legend_window div p{
    margin-left:5px;
    color:#1f6ed4;
}
/* 园区颜色 */
.myCluster-1-0{
    background: #c308e4!important;
}
.myCluster-1-1{
    background: #e40876!important;
}
.myCluster-1-2{
    background: #e44608!important;
}
.myCluster-1-3{
    background: #6708e4!important;
}
.myCluster-1-4{
    background: #0830e4!important;
}
.myCluster-1-5{
    background: #08cae4!important;
}
.myCluster-1-6{
    background: #e47d08!important;
}
.myCluster-1-7{
    background: #007F54!important;
}
.myCluster-0-1{
    background: #e40838!important;
}
.myCluster-0-2{
    background: #e4c308!important;
}
.myCluster-0-3{
    background: #08e488!important;
}

/* .s_windows ul li .commonLegend .myCluster-1,.s_windows ul li .commonLegend .myCluster-2,.s_windows ul li .commonLegend .myCluster-3{
    width: 12px;
    height: 20px;
    border-radius: 0;
} */