﻿@charset "utf-8";

/* CSS Document */

.cart-item {
    padding: 15px 0px 5px 37px;
    background: #fff;
    margin-bottom: 2px;
    position: relative;
}

.check-wrapper {
    display: block;
    position: absolute;
    left: 10px;
    top: 46px;
}

.cart-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/uncheck.png) left top no-repeat;
    background-size: 100%;
}

.cart-checkbox.checked {
    background-position: 0px -17px;
    background: url(../image/check.png) left top no-repeat;
    background-size: 100%;
}

.shp-cart-item-core {
    overflow: hidden;
    position: relative;
}

.cart-pic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.cart-pic img {
    width: 84px;
    height: 84px;
}

.cart-product-cell {
    padding: 0px 10px 0px 95px;
    width: 100%;
    box-sizing: border-box;
}

.cart-product-name {
    margin-bottom: 5px;
    vertical-align: top;
}

.cart-product-name a {
    height: 30px;
    max-height: 30px;
    line-height: 15px;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #5b5b5b;
}

.shp-cart-opt {
    height: 26px;
    overflow: hidden;
}

.shp-pro-price {
    font-size: 16px;
    margin-bottom: 10px;
}

.quantity-decrease,
.quantity,
.quantity-increase {
    float: left;
    width: 20px;
    height: 20px;
    color: #5b5b5b;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    display: block;
    background: #fff;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: 100;
    border-radius: 50%;
    margin-right: 10px;
}

.quantity-decrease {
    font-size: 24px;
}

.quantity {
    font-size: 14px;
    border: 1px solid #ccc;
    height: 26px;
    border-width: 1px 0 1px 0;
}

.cart-item-price {
    font-size: 16px;
    color: #f63a5b;
    height: 30px;
    line-height: 30px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}

.item-price-discount {
    margin-left: 10px;
    color: #bd1e1e;
}

.cart-product-op {
    width: 100%;
    margin-top: 10px;
}

.cart-product-op .cart-product-price {
    font-size: 16px;
    color: #bd1e1e;
    height: 40px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    line-height: 40px;
    text-align: right;
}

.cart-product-del {
    float: right;
    width: 40px;
    height: 26px;
    text-align: right;
    line-height: 26px;
    font-size: 20px;
    color: #ccc;
}

.all-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/uncheck.png) left top no-repeat;
    background-size: 100%;
}

.all-checkbox.checked {
    background-position: 0px -17px;
    background: url(../image/check.png) left top no-repeat;
    background-size: 100%;
}

.cart-total-cell-core {
    height: 1rem;
}

.bottom-line-div {
    position: fixed;
    bottom: 0.98rem;
    left: 0px;
    width: 100%;
    height: 1rem;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cartMain {
    width: 100%;
    height: calc(100% - 1rem);
    position: absolute;
    background-color: rgba(245, 245, 245, 1);
}

.buget-bottom {
    width: 1.9rem;
    height: 0.68rem;
    line-height: 0.68rem;
    background: linear-gradient(-83deg, rgba(253, 104, 71, 1), rgba(245, 65, 82, 1));
    border-radius: 0.34rem;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 0 auto;
}

.right-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body,
html {
    height: auto !important;
    box-sizing: border-box;
}

.money-num {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-right: 0.23rem;
}

.money-label {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
}

.flex-style {
    display: flex;
    align-items: center;
}

.circle-div {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.34rem;
    flex-shrink: 0;
    margin-right: 0.09rem;
    position: relative;
}

.circle-div-all{
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(244, 244, 244, 1);
    border-radius: 50%;
    margin-left: 0.34rem;
    flex-shrink: 0;
    margin-right: 0.09rem;
    position: relative;
}
.toggleChecked{
    display: none;
    width:0.4rem;
    height:0.4rem;
    background-color: #F74D4F;
    border-radius: 50%;
    text-align: center;
    line-height: 0.4rem;
}
.toggleChecked img{
    /* width:0.27rem; */
    height:0.18rem;
}
.extend{
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}

.top-line-div {
    width: 100%;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.34rem;
    background-color: #fff;
}

.choice-goods-num {
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
}

.manage-text-button {
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.goods-content-div {
    height: calc(100% - 1.9rem);
    background-color: rgba(245, 245, 245, 1);
    overflow: auto;
}

.goods-one-div {
    padding: 0.33rem 0.34rem;
    padding-left: 0px;
    margin-top: 0.14rem;
    width: 100%;
    height: 2.5rem;
    background-color: white;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: flex-start;
}

.goods-img-style {
    margin: 0;
    height: 1.84rem;
    width: 1.84rem;
    margin-left: 0.2rem;
    border-radius: 0.04rem;
    flex-shrink: 0;
}
.toggleNoCheck{
    width:0.4rem;
    height:0.4rem;
    background:rgba(244,244,244,1);
    border-radius:50%;
}
.goods-desc-div {
    margin-left: 0.19rem;
    width: 100%;
}

.classical-one-div {
    width: 33.33%;
    height: 1.75rem;
    text-align: center;
}

.classcal-img-div {
    width: 100%;
    height: 80rpx;
    display: flex;
    align-items: center;
    justify-content: center;
}

.classcal-img-style {
    height: 0.7rem;
    margin-top: 0.22rem;
}

.classical-name {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 0.4rem;
    margin-top: 0.1rem;
    width: 100%;
    margin-top: 0.2rem;
}

.activity-label {
    width: 0.98rem;
    height: 0.28rem;
    background: rgba(255, 246, 227, 1);
    border-radius: 0.14rem;
    font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 150, 0, 1);
    line-height: 0.36rem;
    text-align: center;
    line-height: 0.258rem;
    margin-top: 0.24rem;
}

.price-line-div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0.23rem;
}

.money-label {
    font-size: 0.24rem;
    color: #F74D4F;
}

.money-number {
    font-size: 0.36rem;
    color: #F74D4F;
}

.specifications-div {
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.2rem;
}

.goods-title {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 0.36rem;
    height: 0.75rem;
    overflow: hidden;
}

.add-shop-car-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.number-buttonS {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.52rem;
    height: 0.52rem;
    background: rgba(244, 244, 244, 1);
    border-radius: 0.08rem;
}
.number-buttonA {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.52rem;
    height: 0.52rem;
    background: rgba(244, 244, 244, 1);
    border-radius: 0.08rem;
}
.number-button{
    width:0.52rem;
    height:0.52rem;
    background:rgba(244,244,244,1);
    border-radius:8px;

    color:rgba(117,117,117,1);
    text-align: center;
    line-height: 0.52rem;
    border-radius:1px;
}

.add-shop-car-button input {
    width: 0.62rem;
    height: 0.52rem;
    background: rgba(229, 229, 229, 1);
    border-radius: 0.08rem;
    margin: 0 0.04rem;
    border: 1px solid rgba(229, 229, 229, 1);
    box-sizing: border-box;
    text-align: center;
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.over-manage-button {
    color: #F74D4F;
}

.no-goods-div {
    margin-top: 3.18rem;
    text-align: center;
}

.no-goods-label {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    margin: 0.49rem 0 0.62rem 0;
}