html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    /* overflow: hidden; */
        background: rgba(40, 45, 86, 0.84) !important
}

i {
    font-style: normal;
}

#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;
}

.listMode a:hover {
    text-decoration: none;
}

.rankLayout {
    width: 20%;
    min-width:320px;
    position: absolute;
    top: 70px;
    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;
    border-right: 2px solid #eee;
    box-sizing: border-box;
}

.inTitle ul {
    display: none;
}

.inTitle:hover ul {
    display: block;
}

.bj_title ul li:hover {
    color: #f44242;
}

.bj_title span {
    margin-right: 5px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}

.bj_title i {
    font-size: 12px;
    color: #333;
    transition: all .3s;
}

.bj_title .tab_classify #m_city {
    position: absolute;
    top: 90px;
    min-width: 34%;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 10;
    background: #f3f3f3;
}

.bj_title #m_city li {
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.industries {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.moreScreen {
    border: none;
    line-height: 30px;
}

.moreScreen .information {
    width: 100%;
    background: #f3f3f3;
    position: absolute;
    top: 90px;
    left: 0px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    display: none;
    border: 1px solid #ddd;
    z-index:10;
}

.information p {
    font-size: 12px;
    color: #333;
}
.information a{
    color:#333;
    font-size:12px;
}
.information p .activeSelect,.inTitle ul .activeSelect {
    color: #f44242;
}
.information p a:hover{
    color:#f44242;
}

.information p a:hover {
    text-decoration: none;
}

.inTitle:hover .secondLevel {
    color: #f44242;
}

.inTitle:hover i {
    transform: rotate(180deg);
    color: #f44242;
}

.moreScreen:hover .information {
    display: block;
}
.businessName:hover #treebox{
    display: block;
}
.markList {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    padding: 10px 10px 50px;
    box-sizing: border-box;
}
.markList .totalNums{
    padding: 14px 10px 24px;
    margin:0;
}
.markList .totalNums span{
    color:#df2f18;
}
.rankLayout .markList ul {
    max-height: 320px;
    overflow-y: auto;
}
.markList ul .nullProject{
    display:flex;
    justify-content: center;
}
.markList ul .nullProject p{
    font-size:14px;
}
.markList .allShow{
    position: absolute;
    top:132px;
    right:20px;
    cursor: pointer;
}
.allShow input{
    vertical-align: top;
}
.allShow label{
    font-weight:100;
}
.markList li {
    position:relative;
    box-sizing: border-box;
    border-bottom: 2px solid #eee;
    overflow: hidden;
    cursor: pointer;
}
.markList ul li .scenery{
    width:100%;
    height:100%;
    transition:all .5s;
}
.markList li .title-text{
    position:absolute;
    width:100%;
    top:0px;
    color:#fff;
    z-index:1;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
}
.title-text p{
    color:#fff;
}
.markList ul li .location a{
    position:absolute;
    left:38%;
    bottom:-55px;
    width:40px;
    height:40px;
    background: #fff;
    border-radius:50%;
    text-align: center;
    padding-top:3px;

}
.markList ul li .location a:last-child{
    left:55%;
}

.markList ul li:last-child {
    border: none;
}
.maskLayer{
    width:0px;
    height:0px;
    background:rgba(0,0,0,.4);
    position:absolute;
    top:50%;
    left:50%;
}
.markList ul li:hover .scenery{
    transform: scale(1.2);
}
.companyName,
.EssentialInfor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.EssentialInfor i {
    cursor: pointer;
    color: palevioletred;
}

.EssentialInfor i img {
    width: 22px;
}

.EssentialInfor .range {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.markList ul li .bg_img{
    height:190px;
}
.markList li p {
    font-size: 14px;
    line-height: 25px;
}

.markList li h3 {
    font-weight: 900;
    font-size: 18px;
    padding-bottom:10px;
    padding-top: 10px;
    margin:0;
}

.markList li a {
    color: #549cfe;
    font-size: 12px;
}

.informations p {
    width: 328px;
}

.markList li span {
    color: #ee5e46;
}

/* 分页区域 */

.paginationArea {
    width: 95%;
    padding-top: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
}

.paginationArea div {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-left: none;
    transition: all .3s;
}

.paginationArea div:first-child {
    border-left: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
}

.paginationArea div:nth-child(4) {
    border-radius: 0 5px 5px 0;
    margin-right: 25px;
}

.paginationArea div:hover {
    background: #eee;
}

.markList .paginationArea a {
    color: #337ab7;
}

.paginationArea a:hover {
    text-decoration: none;
}

.paginationArea span {
    color: #2590e7;
}

.leaflet-popup-content p {
    margin: 5px 0;
}

.leaflet-popup-content a {
    cursor: pointer;
    line-height: 48px;
    margin-left: 10px;
    color:#01a1ff;
}

/* 弹窗 */
.autoPopup{
    width:200px;
    height:100px;
    position:fixed;
    top:10%;
    left:50%;
    border: 1px solid #406b483f;
    z-index:10000;
    background: rgba(204, 201, 201, 0.8);
    text-align:center;
    line-height:100px;
    border-radius: 10px;
    display:none;
}
.autoPopup p{
    color:#df2f18;
}
/* 工具栏 */

.leaflet-draw .leaflet-draw-section .leaflet-bar{
    top:305px;
}
.leaflet-draw .leaflet-draw-section .leaflet-draw-toolbar-top{
    top:229px;
}
.stats{
    position:fixed;
    width:30px;
    height:29px;
    top: 200px;
    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");    
}

.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;
}
/* 时间轴 */
.timeAxis{
	width:30px;
	height:30px;
	z-index: 2000;
	position: fixed;
	right:20px;
	top:348px;
	background: #fff;
	line-height:30px;
	text-align:center;
    /* box-shadow: 1px 0px 12px #b3adad; */
}
.timeAxis .icon-icon_toggle{
	font-size:16px;	
	cursor: pointer;
	color:#999;
	transition: all .2s;
}
.timeAxis:hover .icon-icon_toggle{
	color:#5154df;
}
.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;
}
body .click-city{
    top:0px;
    height: 100%;
}

.leaflet-draw-actions-bottom {
    top: 157px !important;
    right: 34px !important;
}
@media (max-width: 1830px) and (min-width: 1025px) {
    #map{
        height:81%;
    }
}
.digits-2 {
    height: 20px !important;
    width: 20px !important;
}
.rankLayout{
    display:none;
}
.myCluster-0-1{
    background: #e40838!important;
}
.myCluster-0-2{
    background: #e4c308!important;
}
.myCluster-0-3{
    background: #08e488!important;
}