.H24HourForecastLineCharts-title {
    width: 60px;
    display: inline-block;
    position: relative;
    top: -2px;

    .H24HourForecastLineCharts-lineBox-title {
        text-align: center;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        font-size: 12px;
        height: 80px;
    }

    .H24HourForecastLineCharts-titles {
        text-align: center;
        flex-shrink: 0;
        font-size: 12px;

        .H24HourForecastLineCharts-title {
            margin-bottom: 4px;
            height: 15px;
            line-height: 15px;
        }

        &>div {
            margin-bottom: 2px;
        }
    }
}

.H24HourForecastLineCharts-content-content {
    overflow-x: auto;
    display: inline-block;
    width: calc(100% - 60px);

    .H24HourForecastLineCharts-lineBox {
        // display: flex;
        position: relative;
        // width: 1600px;
        height: 80px;

        .H24HourForecastLineCharts-lineCharts {
            // width: calc(100% - 25px);
            height: 100%;
        }
    }

    .H24HourForecastLineCharts-pheText-line {
        // width: 1600px;
        padding-left: 25px;
        display: flex;

        .pheTextItem {
            text-align: center;
            height: 15px;
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 4px;
            background-image: linear-gradient(rgba(51, 151, 252, 0.2), rgba(51, 151, 252, 0));
        }
    }

    .H24HourForecastLineCharts-airandwind {
        display: flex;
        position: relative;
        // width: 1600px;

        .windItem {
            background: rgba(244, 243, 243, 1);
            margin-bottom: 4px;
            height: 15px;
            font-size: 12px;
            line-height: 15px;
            border-radius: 4px;
        }

        .aqiItem {
            margin-bottom: 4px;
            border-radius: 4px;
            height: 15px;
            font-size: 12px;
            line-height: 15px;
        }

        .listItem {
            margin-bottom: 4px;
            height: 15px;
            font-size: 12px;
            line-height: 15px;
        }

        .weaItem {
            margin-bottom: 4px;

            img {
                width: 16px;
                height: auto;
            }
        }

        .timeItem {
            margin-bottom: 4px;
            color: #828282;
            height: 15px;
            font-size: 12px;
            line-height: 15px;
        }

        .timeItemS {
            margin-bottom: 4px;
            color: #191A1C;
            height: 15px;
            font-size: 12px;
            line-height: 15px;
        }

        .H24HourForecastLineCharts-airandwind-list {
            // width: calc(100% - 25px);
        }

        .airWindList {
            // width: calc(100% - 25px);
            white-space: nowrap;
            // display: flex;

            >.airWindListli {
                text-align: center;
                margin: 0px 2px;
                width: 61px;
                display: inline-block;
            }
        }




    }

}

.H24HourForecastLineCharts-content {
    width: 100%;
    overflow-x: auto;
}