.m-navbar {
    height: 0.9rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #FB7B22;
    color:white;
    width: 100%;
}
.navbar-center .navbar-title {
    color:white;
}
.edit{
    color:white; 
}

.aui-car-box-list-item {
    height: 120px;
    padding: 0 15px;
    position: relative;
}

.aui-car-box-list-img {
    position: absolute;
    top: 10px;
    left: 35px;
    width: 100px;
    height: 100px;
}

.aui-car-box-list-text {
    margin-left: 130px;
    padding: 10px 0;
    /* margin-top: 10px; */
}


.aui-car-box-list-item input.check {
    margin-top: -16px;
}

/* 新作的修改 */
.aui-car-box {
    margin: 0 10px;
}

.aui-car-box .aui-car-box-name {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.aui-car-box-list .goods {}

.cart_box_store_name {
    font-size: 15px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    display: block;
}

.aui-car-box {
    border-radius: 10px;
    overflow-y: auto;
}

.aui-car-box-name h3 {
    background: none;
    padding-left: 0;
}

.displayNone {
    display: none !important;
}

.productBody {
    margin-top: 10px;
    border-radius: 10px;
    background: white;
}

.aui-payment-bar {
    position: fixed;
    bottom: 59px;
}

.aui-payment-bar .shop-total {
    font-size: 12px;
}

.aui-payment-bar .settlement {
    font-size: 12px;
}
.aui-car-box-list-text-pri{
    font-size: 11px;
}
.price{
    font-size: 14px;
}