#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: 374px;
    position: absolute;
    top: 50px;
    left: 10px;
    z-index: 102393;
    box-sizing: border-box;
}
.rankLayout .bj_title {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:0 0 5px 5px; 
}
.rankLayout .vagueSearch{
    height: 50px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    position: relative;
}
.vagueSearch input{
    width: 70%;
    height: 34px;
    margin-top: 10px;
    border: 1px solid #dadada;
    text-indent: 10px;
    border-radius:5px 0 0 5px;
}
.vagueSearch .labelSearch{
    width: 50px;
    height: 34px;
    background: #5154df;
    border-radius: 0 5px 5px 0;
    vertical-align: bottom;
    margin-left: -4px;
    margin-bottom: 0;
    cursor: pointer;
}
.vagueSearch .labelSearch:hover{
    opacity: .8;
}
.vagueSearch .matchingData{
    position: absolute;
    top: 45px;
    left: 8%;
    width: 70%;
    max-height: 200px;
    background: #eee;
    z-index: 100;
    text-align: left;
    line-height: 28px;
    padding-left: 10px;
    overflow-y: auto;
}
.matchingData li{
    cursor: pointer;
}
.labelSearch i{
    color: #fff;
    line-height: 34px;
}
.rankLayout .bj_title ul{
    top:90px;
}
.bj_title div {
    width: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.bj_title span {
    margin-right: 5px;
    margin-top: -2px;
    font-size: 12px;
    cursor: pointer;
}

.bj_title i {
    font-size: 12px;
    color: #333;
    transition: all .3s;
}

.rankingNum {
    border-right: 2px solid #eee;
}

/* 划过效果 */

.inTitle:hover span {
    color: #f44242;
}

.inTitle:hover i {
    transform: rotate(180deg);
    color: #f44242;
}

.inTitle ul {
    display: none;
}

.inTitle:hover ul {
    display: block;
}

.inTitle li {
    margin-left: 0px;
}

.inTitle .secondLevel {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bj_title ul {
    position: absolute;
    top: 42px;
    background: #f3f3f3;
    width: 33%;
    padding: 0 5px;
    box-sizing: border-box;
    right: 3px;
    border-radius: 0 0 5px 5px;
}

.rankingNum ul {
    left: 33.3%;
}
.regionNum ul{
    left:0;
}
.bj_title ul li {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.bj_title ul li:hover {
    color: #f44242;
}

.ranging {
    left: 5px;
}

.business {
    right: 5px;
    width: 200px;
}

.bj_city {
    width: 100%;
    height: calc(100% - 50PX);
    min-height: calc(100% - 50PX);
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 102393;
    background: white;
    opacity: 1.0;
    border-radius: 5px;
    box-sizing: border-box;
    border-color: #999999;
    box-shadow: 0px 0px 5px 1px #999999;
    display: none;
    padding: 5% 25%;
}
.title_div{
    border-bottom: 1px solid #e5e5e5;
}
.title_div .titleClassify{
    font-size:16px;
    font-weight:800;
    display: inline-block;
    margin-bottom: 10px;
}
.rankLayout .industry_mark li{
    padding-left:0;
}
.industry_mark li .business_content input{
    margin-right:15px;
}
.business_content,
.markList ul li a {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.markList ul li:hover{
    background: #eee;
}

.markList ul li a img {
    margin-right: 10px;
    height: 95px;
    width: 170px!important;
}

.markList ul li span {
    font-size: 14px;
    width: 150px;
}

.markList ul li p {
    margin: 10px 0 0 20px;
}
.markList ul li .nums_p {
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 88px;
}
.markList ul li .nums_p .entname{
    width: 88px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.markList ul li .nums_a .industryName{
    font-size: 16px;
    font-weight: 600;
}
.markList ul li:hover .nums_a{
    text-decoration: none;
}
.markList ul li p .count {
    color: #f44242;
}

.activeDatas {
    height: 30px;
}

.city_text span {
    display: block;
    font-size: 16px;
    max-height: 475px;
    overflow-y: auto;
    margin-bottom: 100px;
}

.active_show {
    display: block;
}

.bj_city h2 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
}

.active_color {
    color: cornflowerblue;
}

.leaflet-interactive {
    transition: all .5s;
}

.box_tab {
    width: 385px;
    position: absolute;
    bottom: 10px;
}

.box_tab ul {
    display: flex;
    justify-content: space-around;
    background: #fff;
}

.box_tab ul li:hover {
    background: #0080c0;
    border: none;
}

.box_tab ul li {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #aca8a8;
    border-radius: 4px;
    cursor: pointer;
}

.box_tab ul li i {
    font-size: 18px;
    color: #aca8a8;
}

.box_tab ul li p {
    font-size: 12px;
    color: #aca8a8;
}

.box_tab ul .active_bg {
    background: #0080c0;
}

.box_tab ul .active_bg i,
.box_tab ul .active_bg p {
    color: #fff;
}

.box_tab ul li:hover i,
.box_tab ul li:hover p {
    color: #fff;
}

.bj_city .closeBtn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color: #404ae7;
    font-size: 30px;
    z-index: 99999;
}

.activeDatas {
    width: 100%;
    line-height: 25px;
    margin: 20px 0;
    min-height: 100%;
    box-sizing: border-box;
    font-weight: 800;
}
/* 工具栏 */
.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;
}
body .container-fluid {
    position: relative;
    padding: 0;
}

.iframe {
    width: 100%;
    position: relative;
}

.industryBox {  
    padding-bottom: 70px;
    display: none;
}

.click {
    padding: 50px 0 80px;
}

.click .iframe {
    padding-left: 5%;
    width: 50%;
    float: left;
}

.click .industryBox {
    padding:0 10% 70px 10%;
    width: 50%;
    float: left;
    display: block;
}

.clickbtn {
    background: #999999;
    width: 80px;
    height: 30px;
    border-radius: 20px;
    position: fixed;
    left: 0;
    right:0;
    margin: 0 auto;
    bottom: 20px;
    z-index: 99999;
    cursor: pointer;
}
.clickbtn span{
    position: absolute;
    top: 4px;
    font-size: 16px;
    font-weight: 600;
}
.clickbtn .introduce{
    color: #999999;
    left: -70px;
}
.clickbtn .recommend{
    color: #FF9800;
    right: -70px;
}

.clickbtn i {
    background: #dbdbdb;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 5px;
}
body .clickbtn .right_i {
    background: #FF9800;
}

.clickbtn .btnright {
    left: auto;
    right: 8px;
}
.allChecked{
    display: flex;
}

.s_windows .searchBox input{
    padding-right: 60px;
}

.myCluster:before {
    content: ' ';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    /* border: 2px solid white; */
    /* border: 2px solid rgba(255, 255, 255, 0.6); */
}
a:hover{
    text-decoration: none;
}
.leaflet-popup-content .popup_marker_p p {
    margin: 5px 0;
}
.popup_marker_p .count{
    color:#f85959;
}
.digits-0 {
    height: 20px !important;
    width: 20px !important;
}
.digits-1 {
    font-size: 14px !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    margin-top: -14px !important;
    margin-left: -14px !important;
}

.digits-2 {
    font-size: 14px !important;
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
    margin-top: -17px !important;
    margin-left: -17px !important;
}

.digits-2:before {
    border-width: 2px !important;
}

.digits-3 {
    font-size: 14px !important;
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
    border-width: 3px !important;
    margin-top: -24px !important;
    margin-left: -24px !important;
}

.digits-3:before {
    border-width: 3px !important;
}

.digits-4 {
    font-size: 14px !important;
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
    border-width: 4px !important;
}

.digits-4:before {
    border-width: 4px !important;
}

.num-3 {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
}

.num-4 {
    padding: 23px!important;
}

@media (max-width: 1830px) and (min-width: 1025px) {
    #map{
        height:81%;
    }
}


.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.popup_marker_p{
    width:225px;
}
.leaflet-popup-content .popup_marker_p .title_popup{
    font-size: 14px;
    /* background: #d4d4d5; */
    font-weight: 800;
    margin-top: 0;
    border-radius: 10px 10px 0 0;
    line-height: 34px;
    color: #82cbf8;
}
.leaflet-popup-content .popup_marker_p p{
    padding-left: 10px;
    color: #fff;
}
.leaflet-popup-content .popup_marker_p p span{
    color: #fff;    
}
.leaflet-popup-content-wrapper .leaflet-popup-content{
    margin:0;
}
.rankLayout{
    display:none;
}
.searchBox .legendSearch .icon-tubiao11 {
    font-size: 20px;
    top: 14px;
}
.leaflet-popup-content .popup_marker_p .popupBtn{
    display: flex;
    padding:0;
}