.styling_e {
    width: 100vw;
    height: auto;
    position: relative;
    overflow: hidden;
}


.car-wg-d{
    position: absolute;
    left: 50%;
    bottom: 1.3rem;
    transform: translateX(-50%);
    width: 80%;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 400;
    text-align: center;
}
.car-ns-d{
    position: absolute;
    right: 3.98rem;
    top: 1.3rem;
    width: 40%;
    color: #000;
    font-size: 0.2rem;
    font-weight: 400;
}
.car-title-box{
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 100%;
    z-index: 5;
    color: #000;
    font-weight: 400;
    text-align: center;
    font-size: 0.48rem;
}
.car-title2{
    color: #fff
}


.car-style{
    position: absolute;
    bottom: 0.73rem;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
    gap: 0.63rem;
}
.car-color{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.car-color img{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    overflow: hidden;
    padding: .05rem;
}
.car-color div{
    font-size: 0.16rem;
    margin-top: 0.05rem;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.5s;
    color: #000;
}
.ns .car-color div{
    color: #fff;
}
.car-color.active div{
    opacity: 1
}
.car-color.active img{
    border: 1px solid ;
}

.styling_e .cls_pagination{
    display: none
}