.aui-car-box-list-item {
    height: 100px;
    padding: 0 15px;
    position: relative;
}

.aui-car-box-list-img {
    position: absolute;
    top: 10px;
    left: 45px;
    width: 80px;
    height: 80px;
}

.aui-car-box-list-text {
    margin-left: 130px;
    padding: 10px 0;
    /* margin-top: 10px; */
}


/* 新作的修改 */
.aui-car-box {
    margin: 5px 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 {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cart_box_store_name {
    font-size: 15px;
    font-weight: 700;
    height: 41px;
    line-height: 41px;
    display: block;
}
.aui-car-box {
    background: white;
    border-radius: 10px;
    overflow-y:auto;
}
.aui-car-box-name h3 {
    background: none;
    padding-left: 0;
}
.displayNone {
    display: none !important;
}
.aui-payment-bar .shop-total {
    font-size: 15px;
}

.aui-payment-bar .settlement {
    font-size: 15px;
}
.aui-header-center-logo div {
    width: auto;
}
.aui-payment-bar .shop-total {
  
    padding-left: 10px;
}
.aui-payment-bar .settlement {

    width: 80px;
}

@media screen and (min-width: 768px) {
    .body{
        width: 375px;margin: 0 auto;border: 1px solid lightgray;
    }

}
.aui-payment-bar {
    position: relative;
}

