/**
 * 购物车
 */
.iconfont-add:before { content: "\e600"; }
.iconfont-jianhao:before { content: "\e6a1"; }
.iconfont-close:before { content: "\e6a6"; }
.cart .warp{width: 1100px;}
.cart .header-nav .top-nav-center{width: 1100px;}
.cart-container{background-color: #F9F9F9;}
.cart-container .warp{padding: 35px 0;}
.cart-container .warp .cart-list{background-color: #fff;}
.cart-container .warp .cart-list .list-head{height: 70px;line-height: 70px;color: #424242;}
.cart-list  .col-4,.cart-list .col-2{font-size: 14px;color: #424242;text-align: center;}
.cart-list .item-box{padding: 15px 0px 15px 0;border-top: 1px solid #e0e0e0;}
.item-box .product_img{float: left;width: 50px; height: 50px;padding-left: 55px;}
.item-box .product_info{float: left;padding-left: 20px;}
.item-box .product_info .product_name{color: #000;text-align: left;}
.item-box .product_info .product_area{color: #999;text-align: left;}
.item-box .product_price{color: #ff6700;font-weight: 700;margin-top: 10px;}
.item-box .product_action{font-weight: 700;margin-top: 10px;}
.item-box .product_action a:hover{text-decoration: none;}
.item-box .product_num{display: table-cell;vertical-align: middle;}
.item-box .change-product-num{width: 148px;height: 38px;border: 1px solid #e0e0e0;text-align: center;background-color: #fff;position: relative;margin-left: 15px;}
.item-box .change-product-num .product_minus{float: left;width: 38px;height: 38px;line-height: 38px;color: #757575;font-size: 20px;}
.item-box .change-product-num .product-num{float: left;width: 72px;height: 38px;line-height: 38px;padding: 0;border-width: 0;color: #424242;font-size: 16px;text-align: center;}
.item-box .change-product-num .product_plus{float: left;width: 38px;height: 38px;line-height: 38px;color: #757575;font-size: 20px;}
.item-box .change-product-num a:hover{text-decoration: none;}
.cart-bottom{overflow: hidden;width: 100%;}
.cart-bottom .right-box{float: right;width: 380px; margin: 30px 0px;}
.cart-bottom .right-box .checkout-box{height: auto;float: right;width: 300px;}
.cart-bottom .right-box .checkout-box ul{}
.cart-bottom .right-box .checkout-box ul li{line-height: 30px;}
.cart-bottom .right-box .checkout-box ul li .c-title{float: left;font-size: 14px;}
.cart-bottom .right-box .checkout-box ul li .amount{text-align: right;float:right;font-size: 14px;}
.cart-bottom .right-box .checkout-box ul li #totalPayAmount{color: #ff6700;}
.cart-bottom .right-box .checkout-box ul li #totalPayAmount em{font-size: 24px;font-style: normal;}
.cart-action{text-align: right;margin-top: 30px;}
.cart-action a{margin-left: 10px;width: 140px;height: 35px;line-height: 25px;}
.cart-action a#goPayBtn{}
.cart-empty{height: 273px;padding:100px 0px 30px 558px;margin: 30px 0 30px; background: url("../images/cart-empty.png") no-repeat 380px 100px #fff;  color: #b0b0b0;  overflow: hidden;}
.cart-empty h2{color: #333;}
.cart-empty .desc{color: #666;font-size: 16px;  }
.cart-empty .cart-empty-btn a{width: 120px;height: 35px;line-height: 25px; }