.qyly-title{
    margin: 20px;
    font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC';
    font-weight: 650;
    font-style: normal;
    font-size: 24px;
    color: #666666;
}
.echart-container{
    display: inline-block;
    width: 55%;
   /* margin-left: 5px; */
    height: 600px;
    border: 1px solid lightgrey;
}
.roll-container{
    margin-left: 2%;
    background-color: rgba(241, 241, 241, 1);
    display: inline-block;
    width: 30%;
    height: 600px;
}
.container{
    margin-bottom: 20px;
}