body{
    font-family: 'Microsoft YaHei', sans-serif;

}

.container{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart{
    width: 900px;
    height: 400px;
}