.cart-container {
  width: 1400px;
  padding-top: 50px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.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: 980px;
  padding-top: 72px;
}
.cart-container .process-module {
  width: 100%;
}
.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: #e7421c;
}
.cart-container .process-module li.active i:before {
  background: url(../img/cart/active.png) no-repeat center #e0e0e0;
  color: #e0e0e0;
  font-size: 0;
  box-shadow: 0px 5px 5px #998;
}
.cart-container .process-module li:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  height: 2px;
  background: #c7c7c7;
}
.cart-container .process-module li i {
  display: block;
  width: 50px;
  height: 50px;
  background: #cecece;
  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.step01 i:before {
  content: "1";
}
.cart-container .process-module li.step02 i:before {
  content: "2";
}
.cart-container .process-module li.step03 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: 2px solid #000;
  padding-top: 60px;
  padding-bottom: 18px;
}
.cart-container .title-part span {
  font-size: 18px;
  color: #000;
  float: left;
  text-align: center;
}
.cart-container .title-part span.t01 {
  width: 420px;
  text-align: left;
}
.cart-container .title-part span.t02 {
  width: 136px;
}
.cart-container .title-part span.t03 {
  width: 245px;
}
.cart-container .title-part span.t04 {
  width: 110px;
}
.cart-container .cart-list {
  border-bottom: 2px solid #000;
}
.cart-container .cart-list li {
  min-height: 181px;
  padding: 20px 10px;
  border-bottom: 1px solid #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: 410px;
  float: left;
}
.cart-container .cart-list .cart-item > a {
  display: inline-block;
  width: 134px;
  height: 150px;
  overflow: hidden;
}
.cart-container .cart-list .cart-item img {
  width: 134px;
}
.cart-container .cart-list input {
  vertical-align: top;
}
.cart-container .cart-list .product-attr {
  display: inline-block;
  vertical-align: top;
  width: 205px;
  padding-left: 10px;
}
.cart-container .cart-list .product-attr .quantity-limit {
  color: #cd401f;
  padding-top: 10px;
}
.cart-container .cart-list .cart-title {
  color: #000;
  font-size: 16px;
  width: 205px;
  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: 60px;
}
.cart-container .cart-list .cart-price {
  width: 130px;
}
.cart-container .cart-list .shop-price {
  color: #cd401f;
  font-size: 18px;
}
.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 #000;
  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 #000;
  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: 18px;
  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: 270px;
  height: 40px;
  display: inline-block;
  border: 1px solid #202020;
  line-height: 40px;
  font-size: 16px;
  color: #202020;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
}
.cart-container .cart-checkout {
  width: 376px;
  padding: 28px 18px;
  margin-top: 95px;
  box-sizing: border-box;
  background: #f4f4f4;
  float: right;
}
.cart-container .cart-checkout .title-item {
  color: #000;
  font-size: 18px;
}
.cart-container .cart-checkout .title-tips {
  color: #434343;
  font-size: 16px;
  margin-bottom: 16px;
}
.cart-container .cart-checkout .discount-price {
  border-top: 1px solid #e0e0e0;
}
.cart-container .cart-checkout .discount-price li {
  height: 38px;
  line-height: 38px;
}
.cart-container .cart-checkout .discount-price li span {
  color: #666;
  font-size: 16px;
}
.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 {
  padding: 16px 10px 0 10px;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  font-family: OpenSans;
  font-weight: bold;
  color: #202020;
  margin-bottom: 38px;
}
.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: #e6421c;
}
.cart-container .cart-checkout .check-out {
  display: block;
  width: 276px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #000;
  margin: 0 auto 30px;
}
.cart-container .cart-checkout .continue-shop {
  display: block;
  font-size: 18px;
  font-family: OpenSans;
  font-weight: 400;
  color: #202020;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.cart-container .empty-tips {
  text-align: center;
  font-size: 24px;
  color: #cbcbcb;
  padding: 100px 0 100px;
}
.cart-container .recent-history {
  padding-top: 68px;
  display: none;
}
.cart-container .recent-history .history-title {
  height: 66px;
  text-align: center;
  font-size: 24px;
  color: #202020;
  font-weight: 100;
}
.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;
}
.cart-container .recent-history .product-list li .p-title a {
  font-size: 16px;
  color: #000;
}
.cart-container .recent-history .product-list li .shop-price {
  color: #cd401f;
  font-size: 18px;
  display: inline-block;
}
.cart-container .recent-history .product-list li .org {
  font-size: 15px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #787878;
}
.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: 90px;
  height: 120px;
  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;
}

.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: #e6421c; /* 蓝色进度条 */
    border-radius: inherit; /* 继承圆角 */
    transition: width 0.5s ease-in-out; /* 平滑过渡效果 */
}