.traffic-light-container{gap:2px}.traffic-light,.traffic-light-container{align-items:center;display:flex;flex-direction:column}.traffic-light{gap:4px}.light,.traffic-light>div{width:5px}.light{border-radius:50%;height:5px;transition:all .3s ease}.light.green{background:#b5b5b580}.light.green.active{background:#6ae14b}.light.gray{background:#b7bec8}.car-item{display:block;overflow:hidden}.car-item .img-box{position:relative}.car-item .img-box .car-img,.car-item .img-box .img-aspect,.car-item .img-box .img-fallback{aspect-ratio:4/3;width:100%}.car-item .img-box .car-img{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.car-item .img-box .tagBox{display:flex;font-size:11px;font-weight:600;gap:.8rem;height:22px;left:8px;line-height:22px;position:absolute;text-align:center;top:8px}.car-item .img-box .tagBox p{border-radius:2px}.car-item .img-box .tagBox p:first-child{background:#00f0ff;color:#001f3f;width:41px}.car-item .img-box .tagBox p:nth-child(2){background:#001f3fe6;color:#fff;width:32px}.car-item .img-box .car-img-placeholder{align-items:center;background-color:#f5f5f5;display:flex;inset:0;justify-content:center;position:absolute;transition:opacity .3s ease-out}.car-item .img-box .car-img-placeholder img{height:auto;width:80px}.car-item .img-box .car-img-placeholder.is-loaded{opacity:0;pointer-events:none}.car-item .img-box .car-img-full{opacity:0;transition:opacity .4s ease-out,transform .3s ease-in-out}.car-item .img-box .car-img-full.is-loaded{opacity:1}.car-item .img-box:hover .car-img-full.is-loaded{transform:scale(1.1)}.car-item .img-box .img-fallback{align-items:center;background-color:#f5f5f5;display:flex;inset:0;justify-content:center;position:absolute}.car-item .img-box .city{color:#fff;font-size:12px;left:8px;position:absolute;top:8px}.car-item .img-box .sku-info{background-color:#0000004d;bottom:0;color:#e3e3e3;left:0;padding:4px 10px;position:absolute;right:0}.car-item .img-box .sku-info,.car-item .img-box .sku-info .sku-name{font-size:13px;font-weight:600}.car-item .img-box .series-name span:last-child{flex-shrink:0;font-size:12px;font-weight:400}.car-item .img-box:hover .city,.car-item .img-box:hover .day-tag,.car-item .img-box:hover .sku-info{opacity:0}.car-item .other-info{color:#272f50;display:flex;font-size:12px;justify-content:space-between;margin-top:4px}.car-item .price-date{align-items:flex-end;display:flex;justify-content:space-between;line-height:1}.car-item .price{color:#f36458;font-size:16px;font-weight:700}.car-item .create-date{color:#8d909d;font-size:12px}@media screen and (max-width:768px){.car-item .other-info{font-size:10px}.car-item .price{font-size:14px}.car-item .create-date{font-size:10px}}.usedCarList{display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;margin-top:10px}.usedCarList .item{overflow:hidden}@media screen and (max-width:960px){.usedCarList{gap:10px 8px;grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (max-width:750px){.usedCarList{grid-template-columns:1fr 1fr 1fr}}
