body{
    width: 900px;
    height: 626px;
    overflow: hidden;
    background: none;
}
/*总分馆*/
.zfg{
    width: 900px;
    height: 626px;
    overflow: hidden;
    position: relative;
}
#map_chart{
    /*background: url(../images/map.png) no-repeat;*/
    background-position: center center;
}
.myTip_dom{
    width: 180px;
    min-height: 135px;
    background: url(../images/map_info.png) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    /*border: 1px solid #649EBD;*/
    position: relative;
    left: -10px;
    top: -20px;
    padding: 0 10px;
}
.myTip_dom:after{
    content: "";
    display: block;
    width: 10px;
    height: 13px;
    background: url("../images/activeScatter.png") no-repeat top left;
    position: absolute;
    top: -20px;
    left: -20px;
}
.myTip{
    padding: 10px 10px 0;
}
.myTip>div{
    font-size: 14px;
    /*line-height: 16px;*/
    color: #ffffff;
    line-height: 16px;
    text-align: left;
}
.myTip>div.line{
    width: 111px;
    height: 1px;
    background: #01FFFF;
    margin: 4px auto;
}
.myTip>div:nth-child(1){
    text-align: center;
    color: #1AFCFF;
    font-size: 14px;
}
.myTip>div>span{
    color: #FFFE61;
    display: block;
    width: 90px;
    font-size: 10px;
    white-space: pre-wrap;
}
.myTip>div:last-child>span{
    width: 110px;
}
.myTip>div:nth-child(3)>span{
    font-size: 16px;
}