.car-appearance {
    width: calc(100% - 5.18rem);
    margin: 0 auto;
    /* height: 100%; */
}

.car-appearance-list {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.car-appearance-item {
    width: calc(50% - 0.05rem);
    /* height: 100%; */
    position: relative;
    overflow: hidden;
}

.car-appearance-item .img-box,
.car-appearance-left .img-box,
.car-appearance-right .img-box {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.car-appearance-text {
    position: absolute;
    left: 0.24rem;
    bottom: 0.24rem;
    color: #fff;
}

.car-appearance-title {
    font-size: 0.21rem;
    line-height: 0.3rem;
    font-weight: bold;
}

.car-appearance-content {
    font-size: 0.14rem;
    line-height: 0.18rem;
    font-weight: normal;
    margin-top: 0.09rem;
}

.car-appearance-list.car-appearance-reversal {
    flex-direction: row-reverse;
}

.car-appearance3 .car-appearance-item-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.car-appearance3 .car-appearance-min {
    width: 100%;
    height: calc(50% - 0.05rem);
    position: relative;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.car-appearance3 .car-appearance-min:nth-last-child(1) {
    margin-bottom: 0;
}

.car-appearance4 .car-appearance-left {
    width: calc(58.5% - 0.05rem);
    position: relative;
    overflow: hidden;
}

.car-appearance4 .car-appearance-right {
    width: calc(41.3% - 0.05rem);
    position: relative;
    overflow: hidden;
}

.car-appearance4 .car-appearance-item-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.car-appearance4 .car-appearance-min {
    width: 100%;
    height: calc(50% - 0.05rem);
    position: relative;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.car-appearance4 .car-appearance-min:nth-last-child(1) {
    margin-bottom: 0;
}

.car-appearance4 .car-appearance-flex-box {
    display: flex;
    justify-content: space-between;
    height: calc(50% - 0.05rem);
}

.car-appearance4 .car-appearance-flex {
    width: calc(50% - 0.05rem);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.car-appearance5 .car-appearance-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.1rem;
}

.car-appearance5 .car-appearance-top .car-appearance-item {
    width: calc(50% - 0.05rem);
    height: auto;
    position: relative;
}

.car-appearance5 .car-appearance-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0.1rem;
}

.car-appearance5 .car-appearance-bottom .car-appearance-item {
    width: calc(100% / 3);
    height: auto;
    position: relative;
}


@media (max-width: 768px) {
    .car-appearance-text {
        bottom: 0.2rem;
        left: 0.2rem;
        width: calc(100% - 0.4rem);
    }

    .car-appearance-title {
        font-size: 0.26rem;
        line-height: 0.36rem;
    }

    .car-appearance-content {
        font-size: 0.2rem;
        line-height: 0.28rem;
    }

    .car-appearance {
        width: calc(100% - 1rem);
        padding-bottom: 0.5rem;
    }

    .car-appearance5 .cls_pagination {
        bottom: -0.5rem;
    }

    .car-appearance-item .img-box,
    .car-appearance-left .img-box,
    .car-appearance-right .img-box {
        width: 100%;
        height: auto;
        position: relative;
        transition: all 0.5s;
    }

    .car-appearance-list {
        flex-direction: column;
    }

    .car-appearance-item {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .car-appearance-item:nth-last-child(1) {
        margin-bottom: 0;
    }

    .car-appearance3 .car-appearance-min {
        margin-bottom: 0.5rem;
    }

    .car-appearance3 .car-appearance-min:nth-last-child(1) {
        margin-bottom: 0.5rem;
    }

    .car-appearance3 .car-appearance-item-flex {
        flex-direction: row;
    }

    .car-appearance3 .car-appearance-item-flex .car-appearance-min {
        width: calc(50% - 0.05rem);
    }

    .car-appearance4 .car-appearance-left {
        width: 100%;
    }

    .car-appearance4 .car-appearance-right {
        width: 100%;
    }

    .car-appearance4 .car-appearance-min {
        margin-bottom: 0.1rem;
    }

    .car-appearance4 .car-appearance-left .car-appearance-min:nth-last-child(1) {
        margin-bottom: 0;
    }

    .car-appearance5 .car-appearance-top {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 0.1rem;
    }

    .car-appearance5 .car-appearance-top .car-appearance-item {
        width: 100%;
        height: auto;
        position: relative;
    }

    .car-appearance5 .car-appearance-bottom {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 0.1rem;
        margin-bottom: 0.1rem;
    }

    .car-appearance5 .car-appearance-bottom .car-appearance-item {
        width: calc(50% - 0.05rem);
        height: auto;
        position: relative;
        margin-bottom: 0;
    }

}