.mechan-sort{
    margin-bottom: 20px;
    border-radius: 5px;
}
.current{
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #333333;
    padding: 0 30px;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
}


/*步骤*/
.shopping-1{

}
.shopping-car{
    font-size: 20px;
    line-height: 72px;
}
.shopping-car img{
    width: 27px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.shopping-car span{
    font-size: 22px;
    color: #ff000d;
}

.shopping-1 .step{
    color: #7a7a7a;
    font-size: 12px;
    margin: 24px 0;
}
.shopping-1 .step span{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #cccccc;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0 6px;
}
.shopping-1 .step img{
    width: 37px;
    margin-left: 6px;
}
.shopping-1 .step p{
    float: left;
}
.shopping-1 .step .active{
    color: #f68a00;
}
.shopping-1 .step .active span{
    background: #f68a00;
}













/*商品*/
.car-head{
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    background: #e4e4e4;
    font-size: 14px;
    color: #000000;
}
.car-head .wid-1 input{
    margin-right:10px;
    position: relative;
    top: -1px;
    margin-left: 25px;
}
.car-head .wid-2{
    text-indent: 95px;
}
.wid-1{
    width: 7%;
}
.wid-2{
    width: 34%;
}
.wid-3{
    width: 15%;
}
.wid-4{
    width: 15%;
}
.wid-5{
    width: 10%;
}
.wid-6{
    width: 12%;
}
.wid-7{
    width: 7%;
}
.opacity{
    opacity: 0.7;
}



.car-list{
    background: #fff;
    padding: 20px 23px 0;
    overflow: hidden;
}
.car-list li{
    display: flex;
    overflow: hidden;
    padding: 14px 0;
    border:1px solid #d2d2d2;
    margin-bottom: 20px;
    font-size:14px;
}
.car-list .wid-1{
    /*text-align: center;*/
    /*height: 80px;*/
}
.car-list .wid-1  input{
    margin-left: 25px;
}
.car-list .car-product-img{
    min-width: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}
.car-list .car-product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.car-list  .pro-title{
    padding: 0 70px 0 15px;
    font-size: 14px;
    color: #333333;
    width: 100%;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.car-list .attri{
    color: #000;
    opacity: 0.5;
    padding-right: 15px;
}
.car-list .attri p{
    word-break:break-all;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.car-list .wid-6{
    color: #ff000d;
}
.car-list .wid-7{
    opacity: 0.7;
}

.car-list .number{
    width: 85px;
    text-align: center;
    overflow: hidden;
    border:1px  solid #dcdcdc;
}
.car-list .number a{
    display: inline-block;
    float: left;
    width: 25px;
    height: 23px;
}
.car-list .number input{
    float: left;
    width: 33px;
    height: 23px;
    text-align: center;
    border-left: 1px  solid #dcdcdc;
    border-right: 1px  solid #dcdcdc;
}









/*结算*/
.settle{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left:25px;
    font-size: 14px;
    background: #e4e4e4;
    margin-bottom: 20px;
}
.settle .select-all input {
    margin-right: 10px;
    position: relative;
    top: -1px;
    margin-left: 25px;
}
.settle .select-all a{
    color: #000;
    opacity: 0.7;
    margin-left: 30px;
}
.settle .select-all a:hover{
    color: #f67300;
}

.settle-price  button{
    width: 115px;
    height: 50px;
    background: #ff0000;
    color: #ffffff;
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
    transition:all 1s ease 0.2s;
}
.settle-price  button:hover{
    background: #ff3000;
}
.settle-price .total-price{
    color: #919191;
    font-size: 14px;
    margin-left: 30px;
}
.settle-price .total-price span{
    color: #ff0000;
    margin-left: 10px;
    font-size: 20px;
}

.settle-price .goods-num{
    color: #000;
}
.settle-price .goods-num span{
    color: #ff000d;
    margin: 0 5px;
}



.shopping-bg{
    background: #efefef;
}