/* 提示自定义 */
.mapTip {
    display: none;
    position: absolute;
    padding: 8px;
    background: #fff;
    border: 1px solid #2385B1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    font-size: 12px;
    font-family: Tahoma;
    color: #333;
}

.mapInfo i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    line-height: 15px;
    font-style: normal;
    background: #aeaeae;
    color: #fff;
    font-size: 11px;
    font-family: Tahoma;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center
}

.mapInfo i.active {
    background: #E27F21;
}

.mapInfo span {
    padding: 0 5px 0 3px;
}

.mapInfo b {
    font-weight: normal;
    color: #2770B5
}