.main-container {
  width: 100%;
  background-color: #fff;
}
/* 空购物车 */
.cart-empty {
  margin-top: 15px;
  padding: 95px 0;
  text-align: center;
}
.cart-empty .empty-img {
  width: 371px;
  height: 200px;
}
.cart-empty .empty-tips {
  font-size: 20px;
  padding: 36px 0;
  color: #666666;
}
.cart-empty .empty-btns .btn-cart {
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  font-family: Arial-BoldMT, Arial;
  background-color: #333743;
}
.cart-empty .empty-btns .btn-buy {
  margin-right: 50px;
}
.cart-empty .empty-btns .btn-fav {
  background-color: #AFA394;
}
/* 购物车主体 */
.cart-header {
  color: #666666;
  font-size: 14px;
  padding: 30px 0;
  margin: 0;
}
.cart-container .cart-body .cart-item {
  background-color: #F6F6F6;
  margin-bottom: 10px;
  border: none;
  padding: 20px 10px;
}
.cart-container .cart-body .cart-item .goods-main {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cart-container .cart-body .cart-item .goods-main .c-ci-check {
  text-align: center;
}
.cart-container .cart-body .cart-item .goods-main .cart-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.cart-container .cart-body .cart-item .goods-main .cart-img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.cart-container .cart-body .cart-item .goods-main .goods-name {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #363636;
}
.cart-container .cart-body .cart-item .goods-main .goods-name a {
  color: #363636;
}
.cart-container .cart-body .cart-item .goods-main .cart-spec {
  color: #666666;
  font-size: 12px;
  padding-top: 12px;
}
.cart-container .cart-body .cart-item .goods-main .c-ci-price {
  font-size: 18px;
  color: #333743;
}
.cart-container .cart-body .cart-item .goods-main .product-quantity {
  float: right;
  overflow: hidden;
  color: #333743;
}
.cart-container .cart-body .cart-item .goods-main .product-quantity .spinner-buttons {
  float: left;
  width: 37px;
  height: 26px;
}
.cart-container .cart-body .cart-item .goods-main .product-quantity .spinner-buttons .btn {
  width: 37px;
  height: 26px;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  background-color: #F6F6F6;
  font-size: 20px;
  line-height: 26px;
  padding: 0;
}
.cart-container .cart-body .cart-item .goods-main .product-quantity .spinner-input {
  width: 45px;
  height: 26px;
  border-left: none;
  border-right: none;
  outline: none;
  background-color: #F6F6F6;
  box-shadow: none;
}
.cart-container .cart-body .cart-item .goods-main .c-ci-amount {
  font-size: 18px;
  color: #9B8B76;
  font-weight: 600;
}
.cart-container .cart-body .cart-item .goods-main .c-ci-opt .btn-fav {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../images/cart-fav.png) no-repeat;
  background-size: 100%;
  margin-right: 20px;
}
.cart-container .cart-body .cart-item .goods-main .c-ci-opt .btn-del {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/cart-del.png) no-repeat;
  background-size: 100%;
}
.cart-container .cart-body .code-total {
  width: 416px;
  float: right;
}
.cart-container .cart-body .code-total .code-tp {
  width: 416px;
  height: 162px;
  border: 1px solid #E0E0E0;
}
.cart-container .cart-body .code-total .total-bm {
  margin-top: 22px;
  width: 416px;
  padding: 20px;
  border: 1px solid #E0E0E0;
}
.cart-container .cart-body .code-total .total-bm .tbm-price {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 20px;
  color: #363636;
}
.cart-container .cart-body .code-total .total-bm .tbm-price .text-price {
  font-weight: bold;
  color: #9B8B76;
}
.cart-container .cart-body .code-total .total-bm .tbm-other {
  font-size: 14px;
  color: #666666;
}
.cart-container .cart-body .code-total .total-bm .tbm-other ul {
  padding: 0;
}
.cart-container .cart-body .code-total .total-bm .tbm-other ul li {
  padding-top: 12px;
  height: 30px;
}
.cart-container .cart-body .code-total .total-bm .tbm-other ul li .label-fl {
  float: left;
}
.cart-container .cart-body .code-total .total-bm .tbm-other ul li .content-fr {
  float: right;
}
.cart-container .cart-body .code-total .total-bm .tbm-other .checkout-btn {
  margin-top: 15px;
  display: inline-block;
  width: 220px;
  height: 40px;
  background: #333743;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.cart-container .cart-body .promotion-list {
  background-color: #F7F7F7;
  margin: 20px 5% 0 10%;
  padding: 0 30px;
}
.cart-container .cart-body .promotion-list li {
  padding-top: 10px;
  color: #313131;
}
.cart-container .cart-body .promotion-list li .label {
  border: none;
  color: #fff;
  font-size: 14px;
  background-color: #F14E60;
  padding: 0 5px;
}
.cart-container .cart-body .promotion-list li:last-child {
  padding-bottom: 10px;
}
.cart-container .cart-footer {
  background-color: #F6F6F6;
  border: none;
  color: #363636;
  font-size: 18px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
.cart-container .cart-footer .c-cf-amount {
  color: #71737C;
  font-size: 18px;
}
.cart-container .cart-footer .c-cf-amount .goods-num {
  color: #333743;
  margin-right: 10px;
}
.cart-container .cart-footer .c-cf-amount .text-price {
  color: #9B8B76;
  font-weight: 600;
}
.cart-container .cart-footer .c-cf-opt .btn-fav {
  display: inline-block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #363636;
  font-size: 14px;
  color: #363636;
  cursor: pointer;
}
.cart-container .cart-footer .c-cf-opt .btn-del {
  display: inline-block;
  margin-left: 20px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.cart-container .cart-footer .c-cf-btn .checkout-btn {
  display: inline-block;
  width: 220px;
  height: 40px;
  background: #333743;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
