
.repair_add{
    position: absolute;
    top:0;
    right: 10px;
    width: 40px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.car_con{
    padding: 45px 15px 40px;
}
.car_con li{
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}
.car_con li:last-child{
    border-bottom: 1px solid transparent;
}
.car_con a{
    display: block;
    width: 100%;
}
.car_img{
    position: relative;
    padding-right: 20px;
}
.car_img img{
    margin-left: 2rem;
    width: 5rem;
    height: 5rem;
}
i.car_icon{
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 2rem;
    left: 0.4rem;
    background: url("/Public/Mobile/images/car/unselected.png") no-repeat center;
    background-size: 1rem 1rem;
}
i.action{
    background: url("/Public/Mobile/images/car/selected.png") no-repeat center;
    background-size: 1rem 1rem;
}
.car_tex{
    width: 60%;
    font-size: 0.7rem;
}
.car_tex p{
    line-height: 1.5rem;
}
.car_title{
    font-size: 0.9rem;
}
.car_money span{
    color: #ff8813;
}
.car_num_n{
    width: 80px;
    height: 30px;
    padding: 0 25px;
    text-align: center;
}
.car_num p{
    position: relative;
}
.car_num span{
    position: absolute;
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
}
.item_minus{
    background: url("/Public/Mobile/images/goods/min.png") no-repeat center;
    background-size: 65% 65%;
}
.item_add{
    top: 0;
    right: 0;
    background: url("/Public/Mobile/images/goods/add.png") no-repeat center;
    background-size: 65% 65%;
}
.num_inp{
    width: 4rem;
    padding: 0 1.3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
}
.car_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
}
.car_footer li{
    float: left;
    text-align: center;
}
.pro_all{
    width: 20%;
    padding-left: 2rem;
    line-height: 4rem;
    position: relative;
}
.pro_all::before{
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 1.4rem;
    top: 1.4rem;
    background: url("/Public/Mobile/images/car/unselected.png") no-repeat center;
    background-size: 1rem 1rem;
}
.li_action::before{
    background: url("/Public/Mobile/images/car/selected.png") no-repeat center;
    background-size: 1rem 1rem;
}
.pro_money{
    width: 50%;
    font-size: 12px;
    line-height: 2rem;
}
.pro_money span{
    color: #ff8813;
}
.pro_btn{
    width: 30%;
    line-height: 4rem;
}
.pro_btn a{
    display: block;
    background-color: #ff8813;
    color: #fff;
    font-size: 16px;
}



