.echarts{
    height: 670px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/chanquan_bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-content{
    width: 1392px;
    height: 762px;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/mapBg.png); */
    padding: 30px 60px;
    padding-top: 100px;
    display: flex;
    position: relative;
}
#map{
    min-width: 0;
    flex: 1;
}
.map-tooltip{
    width: 314px;
    margin-top: 110px;
    height: 437px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../image/tooltipBg.png); */
    /* opacity: 0; */

    border: 1px solid #B8CEFF;
    background: rgb(34, 74, 166, .54);
    border-radius: 8px;
}
.tooltip-title{
    height: 43px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}
.tooltip-table-title{
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0px 15px 0 5px;
}
.tooltip-table-title-text{
    color: #B7E5FF;
    font-size: 14px;
    min-width: 0;
    width: 70px;
    margin-right: 10px;
}
.tooltip-table-list{
    min-height: 0;
    flex: 1;
    overflow: auto;
    padding: 10px 5px;
}
.tooltip-table-list::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}
.tooltip-table-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border-style: dashed;
    background-color: #999999;
    border-color: transparent;
    border-width: 1.5px;
    background-clip: padding-box;
}
.tooltip-table-list::-webkit-scrollbar-thumb:hover {
    background: #999999;
}
.tooltip-table-item{
    height: 30px;
    display: flex;
    align-items: center;
}
.tooltip-table-item-text{
    color: #ffffff;
    font-size: 14px;
    min-width: 0;
    width: 70px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.a-item{
    line-height: 30px;
}
.a-bg{
    
    background-color: rgba(49, 89, 142,0.5);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #B8CEFF;
    background: rgb(34, 74, 166, .54);
    border-radius: 8px;
}
.map-table{
    position: absolute;
    left: 30px;
    top: 30px;
    width: 480px;
    height: 266px;
    background: rgba(104,170,255,0.5);
    border-radius: 4px;
    border: 3px solid rgba(104,170,255,0.9);
    overflow: auto;
}
.v-table{
    color: #ffffff;
    margin: 30px 0;
    padding: 0 10px;
    font-size: 16px;
}
.v-table-title{
    font-weight: bold;
    height: 34px;
    background: #4B7DCD;
    border-radius: 4px;
    border: 1px solid #579BDD;
    padding: 0 10px;
    line-height: 34px;
}
.v-table-dz{
    line-height: 22px;
    padding: 0 10px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.v-table-ly{
    height: 34px;
    background: #94D4FF;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 34px;
}
.v-table-dz a{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/a.png);
}
#table::-webkit-scrollbar {
    width: 8px!important;
    height: 8px!important;
}
#table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #c9c9ca;
    border: 1.5px dashed transparent;
    background-clip: padding-box;
}