.dataanalysis {
    width: 1000px;
    height: 450px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background-color: aquamarine; */
}

.polar {
    width: 280px;
    border-width: 1px;
    border-style: dashed;
    border-color: #7cb6da;
    border-radius: 8px;
    /* padding: 10px; */
    /* background-color: red; */
}

.barline {
    width: 270px;
    border-width: 1px;
    border-style: dashed;
    border-color: #7cb6da;
    border-radius: 8px;
    /* background-color: green; */
}

.treemap {
    width: 420px;
    border-width: 1px;
    border-style: dashed;
    border-color: #7cb6da;
    border-radius: 8px;
    /* background-color: blue; */
}

.title {
    height: 40px;
    font-size: 15px;
    font-weight: 900;
    color: #000;
    text-align: center;
    line-height: 38px;
    /* background:yellowgreen; */
}

.decorative {
    height: 2px;
    background: radial-gradient(circle at center, #7cb6da, #FFF 40%);
}

.graph {
    position: relative;
    height: 420px;
    top: -10px;
}

.map,
.mapitem {
    width: 310px;
    height: 250px;
    /* background-color: red; */
}