body {
    background: #f7f7f7;
}

.cont {
    margin-bottom: 30px;
}

.cart-container {
    width: 1400px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.cart-container input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.cart-container input[type=checkbox]:checked {
    background: url(../img/common/checkedbox.png) no-repeat center #F1506f;
}

.cart-container .position-part {
    color: #666;
}

.cart-container .position-part a,
.cart-container .position-part span {
    color: #202020;
}

.cart-container .cart-left {
    float: left;
    width: 880px;
}

.cart-container .process-module {
    width: 450px;
    float: right;
    margin-top: -60px;
}

.cart-container .process-module .active i {
    background: #000;
}

.cart-container .process-module li {
    float: left;
    width: 33.3%;
    padding-top: 66px;
    position: relative;
}

.cart-container .process-module li p {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.cart-container .process-module li.active p {
    font-size: 18px;
    color: #202020;
}

.cart-container .process-module li.active:before {
    background: #000;
}

.cart-container .process-module li.active i:before {
    background: url(../img/cart/active.png) no-repeat center;
}

.cart-container .process-module li.activee:before {
    background: #f7f7f7;
}

.cart-container .process-module li:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 25px;
    left: 51px;
    z-index: 1;
    height: 2px;
    background: #c7c7c7;
}

.cart-container .process-module li i {
    display: block;
    width: 50px;
    height: 50px;
    background: #ccc;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    margin-left: -25px;
    font-style: normal;
    font-size: 24px;
    color: #000;
}

.cart-container .process-module li i:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 3;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    line-height: 40px;
}

.cart-container .process-module li:nth-child(2) i:before {
    content: "2";
}

.cart-container .process-module li:nth-child(3) i:before {
    content: "3";
}

.cart-container .check-style {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transform: translateY(2px);
}

.cart-container .title-part {
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}

.cart-container .title-part span {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #666666;
    float: left;
    text-align: center;
}

.cart-container .title-part span:nth-child(1) {
    width: 290px;
    margin-left: 10px;
    text-align: left;
}

.cart-container .title-part span:nth-child(2) {
    width: 135px;
}

.cart-container .title-part span:nth-child(3) {
    width: 245px;
}

.cart-container .title-part span:nth-child(4) {
    width: 110px;
}

.cart-container .title-part span:nth-child(5) {
    width: 90px;
}

.cart-container .cart-list li {
    min-height: 160px;
    padding: 20px 10px;
    border-bottom: 1px dashed #b3b3b3;
    box-sizing: border-box;
}

.cart-container .cart-list li:last-child {
    border-bottom: none;
}

.cart-container .cart-list .cover-flag {
    display: block;
    width: 245px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
}

.cart-container .cart-list .cart-item {
    width: 310px;
    float: left;
}

.cart-container .cart-list .cart-item>a {
    display: inline-block;
    width: 80px;
    height: 100px;
    overflow: hidden;
}

.cart-container .cart-list .cart-item img {
    width: 100%;
}

.cart-container .cart-list input {
    vertical-align: top;
}

.cart-container .cart-list .product-attr {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    width: 128px;
    overflow: hidden;
}

.cart-container .cart-list .product-attr .quantity-limit {
    color: #cd401f;
    padding-top: 10px;
}

.cart-container .cart-list .cart-title {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-container .cart-list .cart-tag,
.cart-container .cart-list .cart-size {
    font-size: 16px;
    color: #202020;
    margin-top: 12px;
}

.cart-container .cart-list .cart-size {
    margin-top: 6px;
}

.cart-container .cart-list .cart-color {
    margin-top: 6px;
}

.cart-container .cart-list .cart-common {
    text-align: center;
    float: left;
    padding-top: 20px;
}

.cart-container .cart-list .cart-price {
    width: 130px;
}

.cart-container .cart-list .shop-price {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #202020;
}

.cart-container .cart-list .shop_Amout {
    font-size: 18px;
    font-family: OpenSans-Semibold;
    font-weight: 600;
    color: #202020;
}

.cart-container .cart-list .shop-price_cart {
    font-size: 20px;
    font-family: OpenSans;
    font-weight: 400;
    color: #333333;
}

.cart-container .cart-list .cart-quantity {
    position: relative;
    width: 245px;
}

.cart-container .cart-list .cart-quantity input {
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #999999;
    margin: 0 10px;
    font-size: 16px;
}

.cart-container .cart-list .cart-quantity span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #999999;
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                
                not supported by any browser */
}

.cart-container .cart-list .cart-quantity span.active {
    border-color: #ccc;
    color: #ccc;
    cursor: not-allowed;
}

.cart-container .cart-list .cart-summary {
    width: 110px;
}

.cart-container .cart-list .delte-btn {
    width: 18px;
    height: 26px;
    font-size: 0;
    background: url(../img/common/delete.png) no-repeat center bottom;
    background-size: contain;
    transform: translate(26px, 1px);
}

.cart-container .remove-btn {
    width: 160px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 3px;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #333333;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
}

.cart-container .remove-btn:hover {
    background: #fe6a86;
    border: 1px solid #fe6a86;
    color: #ffffff;
    text-decoration: none;
}

.cart-container .cart-checkout {
    width: 370px;
    border: 1px solid #cccccc;
    padding: 28px 20px;
    box-sizing: border-box;
    float: right;
    margin-top: 0px;
}

.cart-container .cart-checkout .title-item {
    color: #000;
    font-size: 18px;
    text-align: center;
}

.cart-container .cart-checkout .title-tips {
    color: #434343;
    font-size: 16px;
    /* margin-bottom: 16px; */
    padding-bottom: 16px;
    border-bottom: 1px dashed #e0e0e0;
    text-align: center;
}

.cart-container .cart-checkout .discount-price {
    padding: 0 50px;
}

.cart-container .cart-checkout .discount-price li {
    height: 38px;
    line-height: 38px;
}

.cart-container .cart-checkout .discount-price li span {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #2d2c2c;
}

.cart-container .cart-checkout .discount-price li .d-left {
    float: left;
}

.cart-container .cart-checkout .discount-price li .d-right {
    float: right;
}

.cart-container .cart-checkout .bill-price {
    border-bottom: 1px dashed #e0e0e0;
    font-size: 16px;
    color: #202020;
    margin-bottom: 20px;
    line-height: 41px;
    text-align: right;
    padding: 0 50px;
}

.cart-container .cart-checkout .bill-price span {
    float: left;
}

.cart-container .cart-checkout .bill-tips {
    text-align: center;
    font-size: 14px;
    font-family: OpenSans;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

.cart-container .cart-checkout .discount-tip {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
}

.cart-container .cart-checkout .shop-price {
    float: right;
    font-size: 24px;
    color: #F1506F;
    margin-right: 15 px;
}

.cart-container .cart-checkout .check-out {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #f1506f;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
}

.cart-container .cart-checkout .check-out:hover {
    background: #fe6a86;
    text-decoration: none;
}

.cart-container .cart-checkout .continue-shop {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #333333;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.cart-container .cart-checkout .continue-shop:hover {
    text-decoration: underline;
}

.cart-container .empty-tips {
    text-align: center;
    font-size: 24px;
    color: #cbcbcb;
    padding: 100px 0 100px;
}

.cart-container .recent-history {
    position: relative;
    top: 130px;
    display: none;
}

.cart-container .recent-history .history-title {
    text-align: left;
    font-size: 24px;
    color: #202020;
    font-weight: 100;
    padding: 10px 30px;
    border: 1px solid #ccc;
}

.cart-container .recent-history .product-list li {
    float: left;
    width: 264px;
    margin-right: 20px;
    height: 400px;
}

.cart-container .recent-history .product-list li:last-child {
    margin-right: 0;
}

.cart-container .recent-history .product-list li .p-imgbox {
    width: 100%;
    display: block;
    height: 300px;
    overflow: hidden;
}

.cart-container .recent-history .product-list li .p-imgbox img {
    width: 100%;
}

.cart-container .recent-history .product-list li .p-title {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    font-weight: 200;
    text-align: center;
}

.cart-container .recent-history .product-list li .p-title a {
    font-size: 16px;
    color: #000;
}

.cart-container .recent-history .product-list li .shop-price {
    font-size: 24px;
    font-family: OpenSans;
    font-weight: 400;
    color: #202020;
    text-align: center;
    display: inline-block;
    width: 264px;
}

.cart-container .recent-history .product-list li .org {
    font-size: 15px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #787878;
    display: none;
}

.not-allowed {
    cursor: not-allowed;
    background: #000000;
    opacity: 0.5;
    position: relative;
    pointer-events: none;
}

.not-allowed:hover {
    text-decoration: none;
}

.not-allowed:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 276px;
    height: 46px;
}

.group-list {
    margin-left: 120px;
    font-family: "Myriad Pro";
}

.group-list .plus-icon {
    position: relative;
    height: 50px;
    width: 50px;
    display: inline-block;
}

.group-list .plus-icon .width {
    display: block;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 6px;
    width: 50px;
    margin-top: -3px;
    margin-left: -25px;
}

.group-list .plus-icon .height {
    display: block;
    height: 50px;
    width: 6px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -3px;
}

.group-list .product-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

.group-list .product-box .img-box {
    display: inline-block;
    width: 80px;
    height: 100px;
    overflow: hidden;
}

.group-list .product-box .img-box img {
    max-width: 100%;
}

.group-list .product-box .product-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.group-list .product-box .product-info h4 {
    font-family: "Myriad Pro";
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group-list .product-box .product-info p {
    font-size: 14px;
    font-family: "Myriad Pro";
    color: #666;
    line-height: 2;
}

.group-list .product-box .product-info p span {
    color: #202020;
}

.cart-wrap {
    background: #ffffff;
    padding: 30px;
    margin-top: 66px;
}

.progress_box{
    width: 100%;
    color: #333333;
    line-height: 25px;
    position: relative;
    margin-top: 10px;
}
.progress_box .sm_bg{
    top: -23px;
    width: 40px;
    position: absolute;
    left: 0;
    transition: left 0.5s ease-in-out;
}
.progress_box .progress_container {
    width: 100%; /* 容器宽度 */
    background-color: #e0e0e0; /* 灰色背景 */
    height: 10px; /* 高度 */
    border-radius: 10px; /* 圆角 */
    overflow: hidden; /* 隐藏超出部分 */
}
 
.progress_box .progress_bar {
    height: 100%; /* 与容器高度相同 */
    background-color: #f1506f; /* 蓝色进度条 */
    border-radius: inherit; /* 继承圆角 */
    transition: width 0.5s ease-in-out; /* 平滑过渡效果 */
}