.header {
    height: 113rem;
    // background: #000;
    background: url('../img/index/bander.png') no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.header-content {
    flex: 1;
    margin-top: 31.5rem;
    text-align: center;

    &-t {
        font-size: 3rem;
        color: #FFFFFF;
    }

    &-b {
        margin: 0 auto;
        color: #FFFFFF;
        font-size: 6rem;
        width: 110rem;
        line-height: 8rem;
        margin-top: 2.6rem;
        font-weight: 500;
    }

    &-btn {
        display: flex;
        margin-top: 4.1rem;

        >div {
            height: 6.5rem;
            width: 22rem;
            border-radius: 3.8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .btn {
            border: 0.1rem solid rgba(197, 197, 197, 0.37);
            background: rgba(255, 255, 255, 0.19);
            margin-left: 2rem;
            backdrop-filter: blur(3px);
        }

        .green {
            background: #32D088;
        }
    }
}

.header-footer {
    display: flex;
    align-items: center;
    padding-bottom: 4.5rem;
    max-width: 128.2rem;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;

    >div {
        text-align: center;

        .value {
            color: #FFFFFF;
            font-weight: bold;
            font-size: 2.8rem;
            line-height: 4rem;
            margin-bottom: 3rem;
            font-family: DINAlternate, DINAlternate;

            span {
                font-size: 2.6rem;
                margin-right: 0.6rem;
            }

        }

        .label {
            color: #FFFFFF;
            font-size: 2.6rem;
            line-height: 2rem;
            opacity: 0.6;
        }
    }
}


.content {
    overflow: hidden;

    .title {
        margin-top: 10rem;
        text-align: center;
        font-size: 5rem;
        color: #202020;
        line-height: 7rem;
        font-size: 5rem;
        font-weight: 500;

        .corlor-green {
            color: #32D088;
        }
    }

    .sub-title {
        max-width: 116.2rem;
        width: 100%;
        text-align: center;
        font-size: 2.2rem;
        color: #757575;
        line-height: 3rem;
        margin: 1.9rem auto 0;
    }

    .content-card {
        display: flex;
        max-width: 140rem;
        width: 100%;
        margin: 6.1rem auto 0;
        min-height: 47.2rem;
        justify-content: space-between;

        .label {
            line-height: 3.7rem;
            font-weight: 500;
            font-size: 2.6rem;
            color: #202020;
        }

        .value {
            margin-top: 1rem;
            line-height: 3rem;
            font-size: 2rem;
            color: #757575;
        }

        &-l {
            padding: 3rem;
            width: 41.3rem;
            height: 47.2rem;
            
            background: url('../img/index/card1.png') no-repeat;
            background-size: cover;
            background-position: center center;
        }

        &-c {
            width: 46.6rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 47.2rem;

            >div {
                padding: 3rem;
                height: 22.6rem;
                border-radius: 1.9rem;
                background: #FBFBFB;
                border: 0.1rem solid #E7E7E7;

            }
        }

        &-r {
            padding: 3rem 3.5rem;
            width: 48rem;
            height: 47.2rem;

            background: url('../img/index/card2.png') no-repeat;
            background-size: cover;
            background-position: center center;

            .value {
                color: #589467;

            }
        }
    }

    .content-video {
        display: flex;
        max-width: 140rem;
        width: 100%;
        margin: 10rem auto 0;

        &-l {
            width: 91.1rem;

            >video {
                width: 100%;
                height: 100%;
            }
        }

        &-r {
            width: 100.9rem;
            padding: 5rem;

            .label {
                font-weight: 500;
                font-size: 5rem;
                line-height: 7rem;
                color: #202020;

                span {
                    color: #32D088;
                }
            }

            .text {
                margin-top: 1.5rem;
                line-height: 3rem;
                color: #757575;
                font-size: 2rem;
            }

            &-card {
                margin-top: 5rem;
                display: flex;

                >div {
                    img {
                        width: 6.3rem;
                        height: 6.3rem;
                    }

                    >div {
                        margin-top: 1.7rem;
                        font-size: 1.6rem;
                        color: #757575;
                        line-height: 2.6rem;
                    }
                }

                >div+div {
                    margin-left: 6.1rem;
                }
            }

            &-btn {
                margin-top: 4.4rem;
                background: #32D088;
                width: 20rem;
                height: 6.5rem;
                color: #FFFFFF;
                font-size: 2rem;
                display: flex;
                border-radius: 3.8rem;
                align-items: center;
                justify-content: center;
            }
        }
    }

    .content-mileage {
        width: 100%;
        border: 0.1rem solid #BBE1C4;
        height: 76rem;
        position: relative;
        background: linear-gradient(180deg, #59E37B 0%, #B8F1C6 63%, #FBFBFB 100%);
        padding-bottom: 10rem;

        >img {
            width: 96rem;
            height: 75.9rem;
        }

        .content-mileage-c {
        padding-top: 10rem;
        position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            top: 0;
            left: 0;

            .label {
                color: #202020;
                line-height: 7rem;
                font-size: 5rem;
                font-weight: 500;
                max-width: 100rem;
                width: 100%;
                margin: 0 auto;
                text-align: center;
            }
        }

        .timeline-box {
            width: 140rem;
            margin: 10rem auto 0;
            position: relative;
            .timeline-a{
                position: absolute;
                right: -26.1rem;
                bottom: 0;
                height: 26.9rem;
                width: 37.1rem;
                z-index: 1;
                background: linear-gradient( 270deg, rgba(255,255,255,0.01) 0%, #FFFFFF 100%);
                border-radius: 1.9rem;
                opacity: 0.5;
            }
            .timeline-line {
                padding: 1.8rem 0;
                width: 100%;
                position: relative;
                display: flex;

                &::before {
                    position: absolute;
                    content: ' ';
                    display: block;
                    height: 1px;
                    width: 100%;
                    background: linear-gradient(297deg, rgba(88, 148, 103, 0), rgba(88, 148, 103, 1), rgba(145, 198, 160, 0));
                    top: 50%;
                    transform: translateY(-50%);
                }

                >div {
                    position: relative;
                    width: 1.2rem;
                    height: 1px;
                    transform: translateX(5.6rem);
                    cursor: pointer;
                    &::before {
                        position: absolute;
                        content: ' ';
                        display: block;
                        height: 1.2rem;
                        width: 1.2rem;
                        background: #202020;
                        border-radius: 50%;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                    }

                    >span {
                        font-weight: 500;
                        font-size: 2rem;
                        color: #202020;
                        left: 50%;
                        transform: translateX(-50%);
                        position: absolute;
                        top: 2.4rem;

                    }

                    &.active {
                        opacity: 1;
                        &::before {
                            width: 2.4rem;
                            height: 2.4rem;
                            background: #32D088;
                            border: 0.2rem solid #FFFFFF;
                        }

                        &::after {
                            position: absolute;
                            content: ' ';
                            display: block;
                            height: 0.8rem;
                            width: 2.8rem;
                            background: #32D088;
                            border-radius: 0.5rem;
                            left: 50%;
                            top: 3.4rem;
                            transform: translateX(-50%);
                        }

                        >span {
                            font-size: 3rem;
                            color: #202020;
                            line-height: 4.2rem;
                            top: inherit;
                            bottom: 2.4rem;

                        }
                    }
                }

                >div+div {
                    margin-left: 19.6rem;
                }
            }
            .timeline-card-box{
                overflow: hidden;
                height: 26.9rem;
                    margin-top: 7.1rem;
                    position: relative;

                    .timeline-card {
                        height: 100%;
                        display: flex;
                        transition: all 0.5s;
                        // will-change: transform;
                        // backface-visibility: hidden;
                        // transform: translateZ(0);
                        > div {
                            // padding: 0 1rem;
                        }
        
                    .timeline-card-item {
                        width: 52rem;
                        min-height: 27.79rem;
                        padding: 2.5rem;
                        background: #FFFFFF;
                        border-radius: 1.9rem;
                        cursor: pointer;
                        margin-right: 2rem !important;
                        &-title {
                            font-weight: 500;
                            color: #32D088;
                            font-size: 2.6rem;
                            line-height: 3.7rem;
                            margin-bottom: 2rem;
                        }
    
                        &-label {
                            line-height: 2.8rem;
                            font-weight: 500;
                            color: #202020;
                            font-size: 2.4rem;
                            margin-bottom: 1.5rem;
                        }
    
                        &-text {
                            position: relative;
                            padding-left: 2.2rem;
                            line-height: 2.8rem;
                            color: #757575;
                            font-size: 2rem;
                            margin-bottom: 1rem;
    
                            &::before {
                                position: absolute;
                                content: ' ';
                                display: block;
                                width: 0.8rem;
                                height: 0.8rem;
                                border-radius: 50%;
                                background: #757575;
                                left: 0;
                                top: 50%;
                                transform: translateY(-50%);
                            }
                        }
                    }
                
                    // .timeline-card-item+.timeline-card-item {
                    //     margin-left: 2rem;
                    // }
                }
            }
       
        }




    }

    .content-mobility {
        display: flex;
        max-width: 140rem;
        width: 100%;
        margin: 7rem auto 0;
        padding-bottom: 3.9rem;
        justify-content: space-between;

        &-l {
            width: 62.5rem;
            > img {
                width: 62.5rem;
                height: 64.6rem;
            }
        }

        &-r {
            width: 67rem;

            &-item {
                padding: 3rem 0;
                cursor: pointer;
                height: 11.4rem;
                transition: all 0.3s;
                overflow: hidden;
                >div {
                    span {
                        line-height: 3.7rem;
                        font-weight: 500;
                        font-size: 2.6rem;
                        color: #202020;
                        margin-left: 1.3rem;
                    }

                    img {
                        width: 5.4rem;
                        height: 5.4rem;
                    }
                }

                >p {
                    display: none;
                    margin-top: 1.6rem;
                    color: #757575;
                    font-size: 2rem;
                    line-height: 3rem;
                }
                &.active {
                    height: 19rem;
                    > p {
                        display: block;
                    }
                }
            }

            .line {
                height: 0.1rem;
                background: #979797;
                opacity: 0.2;
            }
        }
    }

    .content-news {
        max-width: 140rem;
        width: 100%;
        margin: 3.8rem auto 11.88rem;
        display: flex;
        justify-content: space-between;

        .content-news-item {
            width: 43.4rem;

            img {
                width: 100%;
                height: 23.4rem;
            }

            .label {
                margin-top: 2.9rem;
                font-weight: 500;
                line-height: 3.3rem;
                color: #202020;
                font-size: 2.4rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .time {
                margin-top: 4.9rem;
                font-weight: 500;
                line-height: 2.8rem;
                color: #6A6A6A;
                font-size: 2rem;
            }
        }
    }
}

.footer {
    border-top: 1px solid #979797;

}


@media screen and (max-width: 916px) {
    .content {
        .content-card {
            flex-wrap: wrap;
            justify-content: center;
            &-l {
                margin-bottom:3rem;

            }
            &-c {
                margin-bottom:3rem;
            }
            &-r {
            }
        }
        .content-mileage{
            height: auto;
        }
        .content-mileage .timeline-box{
            width: 100%;
            .timeline-line{
                flex-wrap: wrap;
                justify-content: space-between;
                &::before {
                    // display: none;
                }
            
                > div {
                    height: 6rem;
                    margin-left: 0 !important;
                    span {
                        top: 0;
                    }
                    &::before {
                        bottom: 0;
                        top: inherit;
                    }
                    &.active {
                        &::before{
                        bottom: inherit;
                            top: -2.4rem;
                        }
                        &::after {
                        top: inherit;
                        bottom: 0;
                        }
                    }
                }
            }
        }
       
        .content-video {
            flex-wrap: wrap;
            justify-content: center;
            &-l{
                height: 66.6rem;
            }
        }
      
        .content-news{
            flex-wrap: wrap;
            justify-content: center;
            > a {
                margin: 1rem;
            }
        }
      
    }
  
  
}

@media screen and (max-width: 840px){
    .content {
        .content-mobility{
            flex-wrap: wrap;
            justify-content: center;
            padding: 0 2rem;
        }
    }

}