/* 主容器 */
.dashboard {
    position: relative;
    width: 100%;
    padding-top: 5px;
    height: 680px;
    display: flex;
    align-items: center;
    background: url('../images/back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dashboard .left-container,
.dashboard .right-container {
    width: 24.5%;
    height: 100%;
}

.dashboard .left-container .item-chart,
.dashboard .right-container .item-chart {
    height: 32%;
    margin-top: 2%;
    width: 100%;
}

.dashboard .left-container .item-chart .title,
.dashboard .right-container .item-chart .title,
.dashboard .bar-container .item-chart .title {
    height: 22px;
    font-size: 12px;
    color: #fff;
    background: url('../images/ksh33.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.dashboard .left-container .item-chart .title span,
.dashboard .right-container .item-chart .title span,
.dashboard .bar-container .item-chart .title span {
    position: absolute;
    top: -13px;
    left: 5px;
    font-size: 13px;
}

/* 中心地图 */
.dashboard .main-map {
    width: 50%;
    margin: 0 1%;
    height: 100%;
    z-index: 2;
}

.dashboard .main-map .map-bg {
    height: 65%;
    width: 100%;
    position: relative;
    background: url('../images/a.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.map-menu {
    position: absolute;
    top: 5px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    color: #fff;
    z-index: 99;
    cursor: pointer;
}

.dashboard .main-map #chinaMap,
.dashboard .main-map #chinaMapMonth{
    height: 100%;
    width: 95%;
    margin-left: 2.5%;
}

.dashboard .bar-container {
    height: 35%;
    width: 100%;
    display: flex;
    position: relative;
}

.dashboard .bar-container .item-chart{
    width: 50%;
    height: 100%;
}
