.headS {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    line-height: 2rem;
    background: linear-gradient(135deg, #f12711, #f5af19);
    background-size: cover;
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    z-index: 20;
    padding-top: 1rem;
}

.headS .headBox {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
}

.headS .titleS {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    /* background-color: #ffffff; */
}

.back img {
    max-width: 110%;
    /* background-color: #fff; */
}

.edit {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translate(0%, -50%);
}

.edit a {
    font-size: 0.6rem;
    font-weight: 400;
}

.shappingBox {
    border-radius: 6px;
    background: white;
    font-size: 0.6rem;
    margin: 0 auto;
    /* max-height: 24rem; */
    color: #9b9b9b;
    /* box-shadow: 0px 0px 20px 0px rgb(205 205 205 / 28%); */
    /* overflow: scroll; */
    /* background-color: #34495e; */
}

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

.blankBox {
    margin: 5rem auto;
}

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

.shappingBox li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 0.3rem;
}

.shappingBox .leftCheckbox {
    display: flex;
    align-items: center;
    width: 10%;
    height: 4rem;
}

/* .leftCheckbox input {
    width: 0.8rem;
    height: 0.8rem;
  } */

.checkbox-wrapper-40 {
    --borderColor: #fad13f;
    --borderWidth: .1rem;
}

.checkbox-wrapper-40 input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: #fff;
    font-size: 1.8rem;
    border-radius: .1rem;
    display: inline-block;
    border: var(--borderWidth) solid var(--borderColor);
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
}

.checkbox-wrapper-40 input[type=checkbox]:before,
.checkbox-wrapper-40 input[type=checkbox]:after {
    content: "";
    position: absolute;
    background: var(--borderColor);
    width: calc(var(--borderWidth) * 3);
    height: var(--borderWidth);
    top: 50%;
    left: 10%;
    transform-origin: left center;
}

.checkbox-wrapper-40 input[type=checkbox]:before {
    transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
    transition: transform 200ms ease-in 200ms;
}

.checkbox-wrapper-40 input[type=checkbox]:after {
    width: calc(var(--borderWidth) * 5);
    transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
    transform-origin: left center;
    transition: transform 200ms ease-in;
}

.checkbox-wrapper-40 input[type=checkbox]:checked:before {
    transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
    transition: transform 200ms ease-in;
}

.checkbox-wrapper-40 input[type=checkbox]:checked:after {
    width: calc(var(--borderWidth) * 5);
    transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
    transition: transform 200ms ease-out 200ms;
}

.checkbox-wrapper-40 input[type=checkbox]:focus {
    outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
}

.shappingBox .rightShop {
    display: flex;
    justify-content: flex-start;
    width: 90%;
    height: 100%;
}

.shappingBox .shopImg {
    width: 25%;
    margin-right: 0.5rem;
    flex: 0 0 25%;
    flex-shrink: 0;
}

.shappingBox .rightShop .shopDetail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    height: 100%;
    flex-shrink: 0;
}

.shappingBox .rightShop .shopDetail .shopName {
    width: 100%;
    height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.55rem;
    color: #34495e;
    /* background-color: seagreen; */
}

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

.shappingBox .rightShop .shopDetail .shopNum {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
    width: 100%;
    height: 1rem;
    /* background-color: skyblue; */
}

.shappingBox .rightShop .shopDetail .shopNum .shopPB {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.shappingBox .rightShop .shopDetail .shopNum .shopPrice {
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: #ff7f50;
    line-height: 1rem;
}

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

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

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

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

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

.shappingBox .rightShop .shopDetail .shopNum .deleteBtn {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
}

.shappingBox .rightShop .shopDetail .shopNum .deleteBtn img {
    width: 100%;
    height: 100%;
}

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

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

.shopBilling .billingBtn {
    background: #fdd743;
}

.shopBilling .allDeleteBtn {
    background: #ff906e;
}

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

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

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

.shopBilling .allCheck .allPrice p {
    /* background-color: #9b9b9b; */
    font-size: 0.8rem;
    color: #ff7f50;
}