.commonSearch_text{
    width: 70px;
}
/* 汽车商城导航 */
.autoMall_tab{
    background: #008CD6;
    height:60px;
  
}
.headPic{
    border-radius: 50px;
    width: 60px;
    height: 60px;
}
.headBigPic{
    border-radius: 50px;
    width: 105px;
    height: 106px;
}
.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;
}

.left_content {
    width: 900px;
    float: left;
}


/* 右侧样式 */
.right_content{
    float: left;
    width: 280px;
    margin-left: 20px;
}
.common_buying{
    min-height: 410px;
    background: #fff;
    margin-bottom: 20px;
}
.buying_title{
    height: 60px;
    font-weight:bold;
    color:rgba(67,67,67,1);
    margin: 0 20px;
    font-size: 16px;
    border-bottom:1px solid #e6e6e6; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.buying_title>span{
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.buying_title>span:after{
    content:"";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #fe8a00;
}
.buying_title>a{
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}
.common_buying ul{
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.common_buyingList{
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    color: #979797;
    -webkit-box-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.common_buyingList>p{
    width: 98px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444;
}
.buying_price{
    font-size:14px;
    font-weight:bold;
    color:rgba(0,140,214,1);
}
.push_buyingHall{
    min-height: 300px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.buyingHall_btn{
    display: inline-block;
    text-align: center;
    width:200px;
    height:40px;
    border:1px solid rgba(0,140,214,1);
    border-radius:20px;
    line-height: 40px;
    font-size:16px;
    font-weight:400;
    color:rgba(0,140,214,1);
    margin-top: 30px;
}
.buyingHall_btn:hover{
    color:rgba(0,140,214,1);
}
.buyingHall_btn>img{
    margin-right: 9px;
    vertical-align: sub;
}
.buyingHallInfo{
    height:140px;
    background:rgba(255,255,255,1);
    padding: 26px 20px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.buying_info>a{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    display: block;
    margin-bottom: 15px;
}
.buying_info>a:hover{
    color:rgba(51,51,51,1);
}
.info_price{
    font-size:16px;
    font-weight:bold;
    color:rgba(0,140,214,1);
    margin-bottom: 15px;
}
.buyingCarInfo>span{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-right: 20px;
}
.buyingCarInfo>span>img{
    vertical-align: middle;
    margin-right: 6px;
}
.buyingCarInfo>span:nth-last-of-type(1){
    margin-right: 0;
}
.buying_user{
    margin-right: 10px;
}
.buying_user>img{
    display: block;
    margin-bottom: 9px;
}
.buying_user>span{
    font-size:14px;
    font-weight:bold;
    color:rgba(102,102,102,1);
}