#chartInfo {
    display: none;
    position: absolute;
    right: 8%;
    top: 100px;
    z-index: 101;
    width: 400px;
    height: 600px;
    max-height: 370px;
    background-color: rgb(40, 47, 61);
    color: #6c6c6c;
    box-shadow: 1px 2px 3px #666;
    opacity: 0.9;
    border-radius: 8px;
}
/* .selectItem{
        color: #FFFFFF;
    }
    
    .chartSelects{
        position:relative;
        right: 3px;
        width: 150px;
        top: 10px;
        background: #5b7582;
        color: #FFFFFF;
    } */

.chartContent {
    height: 325px;
    width: 400px;
    top: 5px;
/*    left: 20px;
    right: 20px;*/
/*    margin-left: 25px;
    margin-top:5px;*/
    /* border-bottom:15px; */
}
/* #countTableContent {
    
    right: 5px;
    top: 5px;
    width: 100%;
    background-color: rgb(40, 47, 61)
    color: #6c6c6c;
    box-shadow: 1px 2px 3px #666;
    margin-top: 10px;
} */
/* #countTableContent{
        max-height: 280px;
        overflow: scroll;
    } */




/* 保存Excel的图标样式 */
.btsave{
    background: #494f59;
    color: white;
    border: 0;
    float: right;
    position: absolute;
    top: 50px;
    right: 15px;
}

#regionalCountInfo {
     display: none; 
    position: absolute;
    left: 55px;
    top: 10px;
    z-index: 102;
    border-radius: 8px;
    width: 800px;
    opacity: 0.9;
    height: 600px;
    background-color: rgb(17, 26, 41);
    color: #6c6c6c;
    box-shadow: 1px 2px 3px #666;
}

.regionchart {
    height: 460px;
    width: 775px;
    top: 5px;
    margin-left:15px;
/*    left: 20px;
    right: 20px;*/
    /* border-bottom:15px; */
}