.shappingBox {
    font-size: 0.6rem;
    color: #9b9b9b;
    /* background: white; */
    /* background-color: #34495e; */
}

/* 去除滚动条显示 */
/* .shappingBox::-webkit-scrollbar {
    display: none
  } */

/* .blankBox {
    margin: 5rem auto;
}

.blankBox img {
    display: block;
    margin: 0.3rem auto;
    max-width: 100%;
} */

.shappingBox .shopsInfo {
    display: flex;
    align-items: center;
    width: 100%;
    /* background-color: pink; */
}

.leftCheckbox {
    margin-right: 0.3rem;
    width: 1rem;
    height: 1rem;
    /* background-color: skyblue; */
}

.leftCheckbox img {
    max-width: 100%;
}

.shappingBox .rightShop {
    flex: 1;
    display: flex;
    /* background-color: #34495e; */
}

.shappingBox .shopImg {
    width: 4rem;
    height: 4rem;
    margin-right: 0.5rem;
}

.shappingBox .shopImg img {
    max-width: 100%;
}

.shappingBox .rightShop .shopDetail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: #00ff73; */
}

.shappingBox .rightShop .shopDetail .shopDTop .shopName {
    width: fit-content;
    /* line-height: 1rem; */
    font-size: 0.55rem;
    color: #34495e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* background-color: seagreen; */
}

.shappingBox .rightShop .shopDetail .shopDTop .shopSkuName {
    width: 100%;
    line-height: 1rem;
    color: #9b9b9b;
    font-size: 0.5rem;
    /* background-color: pink; */
    overflow: hidden;
}

.shappingBox .rightShop .shopDetail .shopNum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* background-color: skyblue; */
}

.shappingBox .rightShop .shopDetail .shopNum .shopPrice {
    font-weight: 700;
    color: #ff7f50;
    /* background-color: antiquewhite; */
}

.shappingBox .rightShop .shopDetail .shopNum .NumBtn {
    margin-right: 0.5rem;
}

.shappingBox .rightShop .shopDetail .shopNumber {
    vertical-align: top;
    width: 1.5rem;
    line-height: 1rem;
    font-size: 0.5rem;
    text-align: center;
    border: none;
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
}

.shappingBox .rightShop .shopDetail p {
    display: inline-block;
    width: 1rem;
    line-height: 1rem;
    font-size: 1rem;
    color: #9c9c9c;
    text-align: center;
}

.jian {
    border: 1px solid #e1e1e1;
    border-right: none;
}

.jia {
    border: 1px solid #e1e1e1;
    border-left: none;
}

.deleteBtn {
    width: 1rem;
    height: 1rem;
}

.deleteBtn img {
    max-width: 100%;
}

.shopBilling {
    position: fixed;
    bottom: 2rem;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.5rem;
    width: 100%;
    height: 1.8rem;
    font-size: 0.5rem;
    box-sizing: border-box;
    background-color: #fff;
}

.shopBilling .shopbtn {
    display: block;
    width: 6rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #000000;
    text-align: center;
    border: 0;
}

.shopBilling .billingBtn {
    background: #fdd743;
}

.shopBilling .allDeleteBtn {
    background: #ff906e;
}

.shopBilling .allCheck {
    display: flex;
    align-items: center;
    width: 8rem;
    font-weight: 700;
    /* background-color: pink; */
}

.shopBilling .allCheck .leftCheckAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #34495e; */
}

.shopBilling .allCheck .allPrice {
    margin-left: 0.5rem;
}

.shopBilling .allCheck .allPrice p {
    font-size: 0.8rem;
    color: #ff7f50;
}