
.map{
    width: 1100px;
    height: 750px;
    display: flex;
    /* display: -ms-flexbox; */
}
.map .chart{
    flex: 1;
}
.map .geo{
    width: 100%;
    height: 100%;
}