

/* 地图 */
.map{
    position: relative;margin: 60px 0 0px 0;
}
#scatterMap{
    width: 50%;
    height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tooltip-style{
	border: none !important;
	background:#ffffff !important;
    width: 400px !important;
}
.tooltip-style img{
    border-radius: 4px !important;
}
.tooltip-style div{
	color:#444444
}
.tooltip-h{
    margin-top: 10px;
    height:18px;
    font-size:13px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(68,68,68,1);
    line-height:18px;
}
.tooltip-p{
    margin-top: 6px;
    font-size:12px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height:17px;
}
