﻿/*全局变量*/
/*@ImgService: 'http://192.168.1.149:8088';*/
.page_cart {
  background-color: #fff;
  padding-bottom: 20px;
  /*原始样式  需重构 */
  /*头*/
  /*店铺条*/
}
.page_cart .add-money-buy {
  background-color: #e3393c;
  padding: 5px 10px;
  color: #fff;
}
.page_cart .replace-money-buy {
  background-color: #e3393c;
  padding: 5px 10px;
  color: #fff;
}
.page_cart .add-money-buy-products-box {
  background-color: #fff;
  border: #e3393c 1px solid;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 360px;
  z-index: 9;
}
.page_cart .add-money-buy-products-box .box-title {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  padding: 5px 15px;
  border-bottom: #aaa 1px solid;
}
.page_cart .add-money-buy-products-box .box-close {
  font-family: 宋体;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
}
.page_cart .add-money-buy-products-box .box-close:hover {
  background-color: #e3393c;
  color: #fff;
}
.page_cart .add-money-buy-products-box .box-content {
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
}
.page_cart .add-money-buy-products-box .box-bottom {
  text-align: right;
  padding: 10px;
  border-top: #aaa 1px solid;
}
.page_cart .add-money-buy-products-box .box-bottom .but {
  display: inline-block;
  background-color: #e3393c;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}
.page_cart .add-money-buy-list li {
  height: 60px;
  overflow: hidden;
  border-bottom: #eee 1px solid;
}
.page_cart .add-money-buy-list .l-left {
  float: left;
  width: 20px;
  line-height: 60px;
}
.page_cart .add-money-buy-list .l-img {
  float: left;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.page_cart .add-money-buy-list .l-img img {
  max-width: 50px;
  max-height: 50px;
}
.page_cart .add-money-buy-list .l-intro {
  float: left;
  width: 240px;
}
.page_cart .add-money-buy-list .l-title {
  max-height: 36px;
  overflow: hidden;
}
.page_cart .add-money-buy-list .l-price {
  color: #e3393c;
}
.page_cart h2 {
  font-size: 30px;
  line-height: 80px;
  margin-top: 20px;
}
.page_cart .form label,
.page_cart .form input,
.page_cart .form select,
.page_cart .form textarea,
.page_cart .form button,
.page_cart .form .label {
  float: left;
  font-size: 14px;
}
.page_cart .cart-inner {
  margin-top: 10px;
}
.page_cart .cart-thead {
  height: 35px;
  background-color: #ffffff;
}
.page_cart .cart-thead .column {
  width: 99px;
  height: 35px;
  float: left;
  color: #666;
  line-height: 35px;
  text-align: center;
}
.page_cart .cart-thead .t-checkbox {
  line-height: normal;
  text-align: left;
}
.page_cart .cart-thead .t-checkbox input {
  margin: 11px 5px 0 19px;
  margin: 11px 5px 0 16px;
  display: inline;
}
.page_cart .cart-thead .t-checkbox label {
  line-height: 35px;
}
.page_cart .cart-thead .t-goods {
  width: 520px;
}
.page_cart .cart-thead .t-price {
  width: 128px;
  text-align: right;
}
.page_cart .cart-thead .t-quantity {
  width: 135px;
}
.page_cart .cart-thead .t-action {
  border-right: 0;
}
.page_cart .cart-tbody .item {
  line-height: 52px;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  background-color: #ffffff;
}
.page_cart .cart-tbody .item,
.page_cart .cart-tbody .item-meet,
.page_cart .cart-tbody .suit {
  clear: left;
}
.page_cart .cart-tbody .item_form {
  height: 52px;
}
.page_cart .cart-tbody .cell {
  float: left;
  min-height: 52px;
}
.page_cart .cart-tbody .p-checkbox {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page_cart .cart-tbody .p-checkbox input {
  margin: 20px 0 0 19px;
  margin: 17px 0 0 16px\9;
  float: left;
  display: inline;
}
.page_cart .cart-tbody .p-goods {
  width: 570px;
  overflow: hidden;
}
.page_cart .cart-tbody .p-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid #ddd;
  padding: 0;
  float: left;
  background-color: #fff;
}
.page_cart .cart-tbody .p-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page_cart .cart-tbody .p-name {
  padding-right: 10px;
  line-height: 18px;
}
.page_cart .cart-tbody .p-price {
  width: 130px;
  text-align: right;
  line-height: 52px;
}
.page_cart .cart-tbody .price {
  color: #e3393c;
  font-family: Verdana, Arial;
  font-size: 14px;
}
.page_cart .cart-tbody .p-quantity {
  width: 135px;
  text-align: center;
  line-height: 52px;
}
.page_cart .cart-tbody .p-quantity .quantity-form {
  width: 76px;
  height: 24px;
  margin: 0 auto;
  padding-top: 15px;
  overflow: hidden;
  text-align: left;
}
.page_cart .cart-tbody .p-quantity a {
  width: 13px;
  height: 22px;
  float: left;
  display: block;
  overflow: hidden;
  line-height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.page_cart .cart-tbody .p-quantity a:hover {
  text-decoration: none;
  color: #333;
  border: 1px solid #999;
}
.page_cart .cart-tbody .p-quantity a.decrement {
  border-right: none;
}
.page_cart .cart-tbody .p-quantity a.increment {
  border-left: none;
}
.page_cart .cart-tbody .quantity-text {
  width: 36px;
  height: 20px;
  border: 1px solid #ddd;
  border-top-color: #aaa;
  border-left-color: #aaa;
  padding-top: 2px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.page_cart .cart-tbody .p-remove {
  line-height: 52px;
  text-align: center;
  width: 99px;
  color: #e3393c;
}
.page_cart .cart-tbody .item_selected {
  background: #fefaf1;
}
.page_cart .cart-tbody .item_disabled {
  background-color: #ffffff;
  color: #999;
}
.page_cart .cart-tbody .item_disabled .p-name a,
.page_cart .cart-tbody .item_disabled .price {
  color: #999;
}
.page_cart .cart-tbody .item_disabled .p-quantity,
.page_cart .cart-tbody .item_disabled .p-img {
  opacity: 0.6;
}
.page_cart .p-quantity .quantity-form input {
  float: left;
  border: 1px solid #ccc;
}
.page_cart .cart-toolbar {
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  margin-top: 15px;
  padding-left: 10px;
}
.page_cart .cart-toolbar .total {
  width: 180px;
}
.page_cart .cart-toolbar .amout {
  padding-right: 10px;
}
.page_cart .cart-toolbar .amout span {
  color: #e3393c;
  font-family: Verdana, Arial;
}
.page_cart .cart-total {
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  margin-top: 15px;
}
.page_cart .cart-total .fdibu {
  position: absolute;
  top: -48px;
  width: 400px;
  line-height: 48px;
}
.page_cart .cart-total .fdibu span {
  float: left;
  margin-left: 20px;
}
.page_cart .cart-total .jdradio,
.page_cart .cart-total .jdcheckbox {
  float: none;
  vertical-align: -2px;
  _vertical-align: -1px;
  margin: 0 3px 0 0;
  padding: 0;
}
.page_cart .cart-toolbar .total p {
  clear: both;
}
.page_cart .cart-total label {
  float: none;
}
.page_cart .cart-total .fdibu b {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(http://img01.baifome.com/Areas/Web/Images/control-icon-20140521.png) no-repeat 0 -5px;
  margin-right: 5px;
}
.page_cart .cart-total .fdibu .delete b {
  background-position: 0 0;
}
.page_cart .cart-total .fdibu .shopping b {
  background-position: 0 -28px;
}
.page_cart .cart-total .cart-button {
  float: right;
  padding: 0;
}
.page_cart .cart-total .cart-button a.checkout,
.page_cart .cart-total .cart-button a.checkout-jd,
.page_cart .cart-total .cart-button a.checkout-jdInt {
  float: none;
  height: 40px;
  line-height: 40px;
  margin: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  background: url(http://img01.baifome.com/Areas/Web/Images/btn-check-20140627.png) no-repeat #e43f42 0 -5px;
  text-indent: -999em;
}
.page_cart .cart-button a.checkout {
  width: 135px;
  display: block;
  overflow: hidden;
  text-indent: 33px;
  color: #fff;
  position: relative;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.page_cart .cart-total .total {
  margin-right: 20px;
}
.page_cart .cart-total .total span {
  vertical-align: middle;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  font-family: Verdana, Arial;
}
.page_cart .cart-toolbar .total span {
  float: right;
  font-family: Verdana, Arial;
}
.page_cart .cart-left {
  float: left;
  width: 970px;
}
/*# sourceMappingURL=OrderCart.css.map */