/*.car{*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-flow: row wrap;*/
/*}*/

.car_item {
    width: 282px;
    height: 300px;
    background-color: #fff;
    padding: 12px;
    margin-top: 24px;
    border: 1px solid transparent;
    vertical-align: top;
}
.car_item:hover{
    border: 1px solid #FFAA00;
}
.car_none:hover{
    border: 1px solid transparent;
}
.car_item .img_box {
    width: 100%;
    height: 168px;
    position: relative;
}
.car_item .info_box {
    padding: 0 6px;
}
.car_item .img_box .img_tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
}
.car_item .img_box .img_car {
    position: relative;
    z-index: 2;
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.car_item .brand {
    display: flex;
    align-items: center;
    margin: 4px 0;
}
.car_item .brand .brand_name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-right: 12px;
}
.car_item .brand .brand_type {
    border-radius: 5px;
    font-size: 12px;
    padding: 0 3px;
    display: inline-block;
    height: 17px;
    line-height: 16px;
}

.guo5 {
    color: #0099FF;
    border: 1px solid #0099FF;
}

.guo6 {
    color: #FFAA00;
    border: 1px solid #FFAA00;
}
.car_item .name {
    color: #999;
    font-size: 14px;
    padding:6px 0;
}
.car_item .tag {
    /*margin-top: 2px;*/
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 0 5px;
}
.car_item .tag .tag_item {
    font-size: 12px;
    background-color: #FFAA00;
    color: #fff;
    padding: 0 6px;
    border-radius: 5px;
    margin-right: 5px;
    height: 18px;
    line-height: 18px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*max-width: 90px;*/
    /*display: inline-block;*/

}

.car_item .tag .tag_item3 {
    color: #999;
    background-color: #E4E4E4;
}

.car_item .price {
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-weight: bold;
}
.car_item .price .first_price {
    color: #333;
    font-size: 14px;
}
.car_item .price .first_price .price_num {
    color: #FFAA00;
    font-size: 20px;
    font-weight: bold;
}

.car_item .price .guide_price {
    color: #999;
    font-size: 12px;
}
.icon_login_logout{
    width: 16px;
    height: 16px;
    vertical-align:middle;
}
.tsy{
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    width: 105px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 45px;
    background: #fff;
}