.H7DayForecastLineCharts-lineBox{
    display: flex;
    position: relative;
    width: 1600px;
    height: 80px;
    .H7DayForecastLineCharts-lineBox-title{
        width: 25px;
        text-align: center;
        flex-shrink: 0;
        display: flex;
        flex-direction:column;
        align-items: center;
        justify-content: space-around;
        font-size: 12px;
    }
    .H7DayForecastLineCharts-lineCharts{
        width: calc(100% - 25px);
        height: 100%;
    }     
}

.H7DayForecastLineCharts-weatherList{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    .H7DayForecastLineCharts-listItem{
        text-align: center;
        width: 56px;
        font-size: 15px;
        &>div{
            width:100%;
            height: 27px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        // &:nth-of-type(1) {
        //     background-color: #3a93ff30;
        //     border-radius: 8px;
        // }
        .lineCharts-fontSmall{
            font-size: 12px;
            font-family: "PingFangSC-Regular";
        }
        .lineCharts-fontNormal{
            font-size: 12px;
            font-family: "PingFangSC-Medium";
        }
        .lineCharts-aqiItem{
            height: 16px;
            width: 76%;
            color:#fff;
            line-height: 16px;
            margin: 0 auto;
            border-radius: 8px;
        }
        .lineCharts-fontBig{
            font-size: 12px;
            font-family: "PingFangSC-Medium";
            font-weight: 600;
        }
       
        .lineCharts-icon{
            img{
                width: 16px;
                height: auto;
                vertical-align: middle;
            }
        }
        .quality{
            font-size: 12pt;
            font-family: "PingFangSC-Regular";
            width: 43.5pt;
            height: 17.5pt;
            background: red;
            border-radius: 8.74pt;
            color: #fff;
            margin: 0 auto;
        }
        

    }
}