

.about-shade-left {
    width: 340px;
    bottom: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.71) 56%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
    position: absolute;
}

.about-shade-right {
    width: 340px;
    bottom: 0;
    background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.71) 56%, rgba(255, 255, 255, 0) 100%);
    right: 0;
    top: 0;
    position: absolute;
}

.about-car {
    width: 320px;
    height: 380px;
    /* background: linear-gradient(180deg, #D5F6DB 0%, #C7F0CF 41%, #F5FFF7 87%, #ECFCF0 100%); */
    border-radius: 8px;
    margin-right: 40px;
    margin-bottom: 40px;
    
}

.about-car img{
    width: 100%;
    height: auto;
}

.about-car-lg {
    width: 680px;
}

.about-car-max{
    width: 2900px;
    margin: 0;
}

@media (max-width: 767px) {
    .about-box .about-shade-left {
        display: none;
    }

    .about-box .about-shade-right {
        display: none;
    }

    .about-car{
        width: 160px;
        height: 190px;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    
    .about-car-lg{
        width: 340px;
    }

    .about-car-max{
        width: 1440px;
    }

    .about-power-car{
        padding: 30px;
    }
}

.about-power-car {
    width: 100%;
   min-height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 14px 20px 0px #EAF1F5;
    border-radius: 14px;
    margin-bottom: 30px;
    /* margin-left: 40px; */
    padding: 50px;
}

.about-power-tag {
    height: 40px;
    border-radius: 4px;
    padding: 10px 14px;
    border: 1px solid #CACACA;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9E9E9E;
    margin-right: 14px;
    margin-bottom:10px;
}

