#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;
}

.rankLayout {
    width: 20%;
    min-width: 330px;
    position: absolute;
    top: 120px;
    left: 10px;
    z-index: 102393;
    box-sizing: border-box;
}

.bj_title {
    width: 100%;
    background: #fff;
}

.inTitle {
    width: 33.3%;
    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;
    font-size: 12px;
    cursor: pointer;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    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;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 10;
}

.bj_title .tab_classify_ul {
    min-width: 34%;
    position: absolute;
    display: none;
    border-radius: 5px;
    z-index: 10;
}

.inTitle:hover ul {
    display: block;
}

.bj_title .tab_classify_ul li {
    min-width: 100%;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

/* .businessName ul li {
    padding: 0 15px;
} */

.bj_title .tab_classify_ul li:hover {
    color: #f44242;
}

.bj_title .tab_classify_ul .active {
    color: #f44242;
}

.inTitle {
    border-right: 2px solid #eee;
}

.inTitle:hover .same {
    color: #f44242;
}

.businessName:hover .industry {
    color: #f44242;
}

/*
#treebox .industry:hover {
    color: #f44242;
} */
.inTitle:hover i {
    transform: rotate(180deg);
    color: #f44242;
}

.businessName:hover #treebox {
    display: block;
}

.times {
    border: none;
}

.rankLayout .markList {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    padding: 10px 10px 50px;
    box-sizing: border-box;
}

.markList .totalNums {
    padding: 14px 10px 24px;
    border-bottom: 2px solid #e5e5e5;
}

.markList .totalNums span {
    color: #df2f18;
}

.markList ul {
    /* min-height: 305px; */
    max-height: 355px;
    overflow-y: auto;
}

.markList ul .nullProject {
    justify-content: center;
}

.markList li {
    padding: 15px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.markList li:hover {
    background: #e5e5e5;
}

.markList ul li .leftContent {
    display: flex;
    align-items: center;
}

.markList ul li i img {
    margin: 0 6px;
    width: 18px;
}

.markList li .text_content {
    margin-left: 15px;
}

.markList li .text_content a {
    font-size: 12px;
}

.markList li p {
    font-size: 12px;
    letter-spacing: 1px;
}

.markList li p i {
    font-size: 12px;
}

.paginationArea {
    width: 90%;
}

.text_content a {
    color: #337ab7;
}

.text_content .i_title {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
}

.leaflet-popup-content p {
    margin: 8px 0;
}

.leaflet-popup-content a {
    cursor: pointer;
    margin-left: 5px;
    color: #01a1ff;
}

.leaflet-popup-content .setStyle {
    line-height: 14px;
    color: #fff;
}

.leaflet-popup-content .setStyle span {
    color: #fff;
}

.leaflet-popup-content .title_div {
    line-height: 34px;
}

.leaflet-interactive {
    transition: all .5s;
}

/* 弹窗 */
.autoPopup {
    width: 200px;
    height: 50px;
    position: fixed;
    top: 15%;
    left: 50%;
    border: 1px solid #406b483f;
    z-index: 10000;
    background: rgba(204, 201, 201, 0.8);
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    display: none;
}

.autoPopup p {
    color: #df2f18;
}

#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;
}

/* 工具栏 */
.toolbar,
.toolNav {
    top: 120px;
}

.stats {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 150px;
    right: 20px;
    background: #fff;
    box-shadow: 1px 0px 12px #b3adad;
    cursor: pointer;
    z-index: 1100;
    background-image: url("../../../image/stats.ico");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 5px 5px;
}

.stats:hover {
    background-image: url("../../../image/stats_hover.png");
}

.leaflet-draw-section .leaflet-bar {
    top: 256px;
}

.leaflet-draw-section .leaflet-draw-toolbar-top {
    top: 180px;
}

.leaflet-right .leaflet-ruler {
    top: 114px;
}

.leaflet-draw-actions-bottom {
    top: 158px !important;
    right: 34px !important;
}


.bj_statistics {
    width: 100%;
    height: calc(100% - 50PX);
    min-height: calc(100% - 50PX);
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 999999;
    background: #f0f8ff;
    border-radius: 5px;
    box-sizing: border-box;
    border-color: #999999;
    box-shadow: 0px 0px 5px 1px #999999;
}

.full-screen {
    position: absolute;
    top: 18px;
    right: 85px;
    cursor: pointer;
    z-index: 999;
    background: url(../../../image/fullscreen_old.png) no-repeat 0px 0px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.full-screen:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.bj_statistics .closeBtn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color: #404ae7;
    font-size: 30px;
    z-index: 999;
}

.leaflet-popup-content div span {
    color: #fff;
}

leaflet-popup-content a {
    color: #01a1ff;
    margin-left: 10px;
}

body .click-city {
    top: 0px;
    height: 100%;
}

.digits-2 {
    height: 20px !important;
    width: 20px !important;
}

body .leaflet-draw-actions li:nth-child(3) a {
    top: 0;
}

@media (max-width: 1830px) and (min-width: 1025px) {
    .rankLayout {
        width: 22%;
    }

    #map {
        height: 87%;
    }
}
.pr_rankLayout{
    display:none;
}
#map .newMyCluster{
    border-radius:0;
}