
/* auction 列表样式 */
.auction_info {
    float: left;
    margin: 0 40px 40px 0;
    width: 270px;
    height: 340px;
    position: relative;
    /* display: none; */
}
.auction_info:nth-of-type(4n) {
    margin: 0;
}
.auction_margin{
    margin-bottom: 0;
}
.auction_carBox{
    width:100%;
    height:130px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.03);
    position: relative;
}


.focus_status {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 30px;
    width: 80px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ff8938;
}

.select_status {
    background: #9c9c9c;
}

.auction_info .car_img {
    width: 100%;
    height: 210px;
}
.car_focus{
    position: absolute;
    top: 13px;
    left: -4px;
    cursor: pointer;
}
.auction_time {
    font-size: 13px;
    text-align: center;
    line-height: 27px;
    color: #F08200;
    width:231px;
    height:27px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230, 230, 230, 1);
    box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    border-radius:14px;
    position: absolute;
    top: -14px;
    left: 15px;
}
.sort_title:after{
    min-width: auto;
}
.auction_time>img {
   vertical-align: sub;
}

.auction_carInfo {
    height: 80px;
    padding: 30px 10px 10px;
    box-sizing: border-box;
}

.auction_carInfo>a {
    width: 100%;
    color: #434343;
    font-weight:bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    display: block;
}

.auction_carInfo>a>span {
    display: inline-block;
    width: 40px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    background-color: #F08200;
    color: #fff;
    text-align: center;
}

.auction_carInfo>span {
    display: inline-block;
    width: 49%;
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.car_taget{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid rgba(238,238,238,1);
}
.car_taget>span{
    float: left;
    width:50px;
    height:19px;
    text-align: center;
    line-height: 19px;
    background:rgba(255,249,243,1);
    border:1px solid rgba(240, 130, 0, 0.41);
    border-radius:10px;
    font-size:12px;
    font-weight:400;
    color:rgba(240,130,0,1);
    margin-left: 10px;
    margin-top: 13px;
}
.car_taget>span:nth-of-type(1){
    margin-left: 16px;
}
.auction_now {
    height: 50px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.bid_money {
    flex-grow: 1;
    -ms-flex:1;
    display: inline-block;
    line-height: 50px;
    text-indent: 20px;
    font-size:16px;
    font-weight:bold;
    color:rgba(0,140,214,1);
}
.hadsell{
    flex-grow: 1;
    -ms-flex: 1;
    display: inline-block;
    line-height: 50px;
    text-indent: 20px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(119, 123, 125);
}
.bid_money>span{
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.view_details {
    width: 100px;
    text-align: center;
    display: inline-block;
    width:80px;
    height: 25px;
    line-height: 25px;
    margin-top: 12.5px;
    background:rgba(0,140,214,1);
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
}
.view_details:hover{
    color: #fff;
}
.sold_car{
    font-size:16px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(153,153,153,1);
}
.soldView{
    background:rgba(153,153,153,1);
}


/* 汽车商城导航 */
.autoMall_tab{
    background: #008CD6;
    height:60px;
  
}
.tab_list{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.auto_mall{
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-right: 59px;
}
.autoMall_tab a,.autoMall_tab a:hover{
    color: #fff;
    font-size: 14px;
    margin-right: 50px;
}
.autoMall_tab .auto_choose{
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    display: inline-block;
    color: #008CD6;
    border-radius: 15px;
}
.autoMall_tab .auto_choose:hover{
    color: #008CD6;
}
.accident_info {
    margin: 0 26px 0px 0;
    width: 280px;
    height: 370px;
}
.accident_info .auction_now {
    border-top: 1px solid rgba(238,238,238,1);
}