﻿.chartOne {
    width: 100%;
    /*height: 928px;*/
    background: url('/images/首页图表1.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    padding: 20px 0;
}

.chartOne-content {
    width: 85%;
    height: 528.1px;
    display: flex;
    margin: 0 auto;
}

.chartOne-content-FeeFreightCarnum,
.chartOne-content-driverToPlatformScoreChart,
.chartOne-content-PlatformAndEntrustToDriverScore {
    width: calc(50% - 15px);
    height: 100%;
    position: relative;
    background: #fff;
    margin-right: 30px;
}

.chartOne-content-CarNum {
    width: calc(50% - 15px);
    height: 100%;
    background: #F5F7F9;
    position: relative;
}

.chartOne-content-title {
    width: 218px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    background: linear-gradient(270deg, rgba(129,189,30,0) 0%, rgba(129,189,30,0.15) 75%, rgba(129,189,30,0.15) 82%, rgba(129,189,30,0) 100%);
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 999;
    padding-left: 20px;
    box-sizing: border-box;
}

.chartOne-content-FeeFreightCarnum-select {
    position: absolute;
    z-index: 9;
    display: flex;
    top: 60px;
    right: 5%;
}

    .chartOne-content-FeeFreightCarnum-select div {
        margin: 0 15px;
        display: flex;
        align-items: flex-end;
        cursor: pointer;
    }

    .chartOne-content-FeeFreightCarnum-select span {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 10px 0 0;
        border-radius: 50%;
    }

    .chartOne-content-FeeFreightCarnum-select .fee {
        background-image: linear-gradient(#90CC2C,#1A6B2E);
    }

    .chartOne-content-FeeFreightCarnum-select .settlefreight {
        background-image: linear-gradient(#FFFAF0,#FF7F50);
    }

    .chartOne-content-FeeFreightCarnum-select .carnum {
        background-image: linear-gradient(#E6E6FA,#DA70D6);
    }

.chartOne-content-FeeFreightCarnumChart {
    width: 100%;
    height: 100%;
    background: #fff;
}

.chartOneContentCarNumChart {
    width: 100%;
    height: 100%;
}

.chartOne-content-CarNum-select {
       position: absolute;
    z-index: 9;
    right: 5%;
    top: 70px;
        margin: 60px 10px;
}

    .chartOne-content-CarNum-select>div {
        display: flex;
        align-items: flex-end;
        margin:0px 5px 10px 15px;
    }

    .chartOne-content-CarNum-select span {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 10px 0 0;
        border-radius: 50%;
    }

    .chartOne-content-CarNum-select .fee {
        background: #81BD1F;
    }

    .chartOne-content-CarNum-select .settlefreight {
        background: #1A6B2E;
    }

    .chartOne-content-CarNum-select .carnum {
        background: #FFA700;
    }
