@import "../reset.css";
.MR5 {
  margin-right: 5px;
}
.MR10 {
  margin-right: 15px;
}
.MT13 {
  margin-top: 13px;
}
.checkbox {
  display: inline-block;
  vertical-align: middle;
}
.cart-content {
  padding-bottom: 22px;
}
.cart-content a:hover {
  text-decoration: underline;
}
/*购物车内容开始*/
.cartTab {
  margin-top: 15px;
  /*position: relative; */
}
.cartTab-tle {
  /* position: absolute; */
  bottom: 0px;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.cartTab-tle span {
  width: 151px;
  display: inline-block;
  text-align: center;
}
.cartTab-tle span:hover,
.cartTab-tle span.home {
  border-bottom: 2px #ff6666 solid;
  cursor: pointer;
}
.cartTab-tle span font {
  color: #c30d23;
}
.cartTab-cont {
  /*position: absolute;  */
  width: 100%;
}
.all-checkbox-wrap {
  background: #f3f3f3;
  border: 1px #ccc solid;
  border-top: 2px #ccc solid;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
}
.all-checkbox label {
  display: inline-block;
}
.all-checkbox span {
  display: inline-block;
  margin-left: 95px;
}
.explain {
  margin-right: 50px;
}
.explain span {
  display: inline-block;
  text-align: center;
  width: 80px;
}
.explain span.num {
  width: 130px;
}
.explain span.operation {
  margin-left: 15px;
}
.item-list .item {
  margin: 0 auto;
  width: 1148px;
}
.item-tle {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px #ccc solid;
  padding-left: 18px;
}
.item-wrap {
  border: 1px #ccc solid;
  border-top: none;
  padding: 14px 18px;
}
/* .item-wrap:hover {
  background: #f4f4f4;
} */
img.item-pic {
  display: inline-block;
  width: 98px;
  height: 98px;
  border: 1px #ccc solid;
  vertical-align: middle;
}
.item-fl-atxt {
  width: 208px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.item-fl-atxt h3 {
  margin-bottom: 0;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
}
.item-fl-txt {
    width: 200px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: 88px;
}
.item-fl-txt em {
  color: #666;
  display: block;
}
.tem-fl-txtsm span {
  display: inline-block;
  text-align: center;
  width: 80px;
  vertical-align: middle;
  margin-top: 32px;
}
.tem-fl-txtsm span.operation {
  margin-left: 15px;
}
.tem-fl-txtsm span.price del {
  color: #999999;
}
.tem-fl-txtsm span.price em {
  display: block;
  color: #c30d23;
}
.tem-fl-txtsm span.money {
  color: #c30d23;
}
.tem-fl-txtsm span.operation a {
  display: block;
}
.tem-fl-txtsm span.num-ctrl {
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 118px;
}
.tem-fl-txtsm span.num-ctrl a {
  position: absolute;
  top: 0;
  display: block;
  width: 24px;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
}
.tem-fl-txtsm span.num-ctrl a:hover {
  text-decoration: none;
}
.tem-fl-txtsm span.num-ctrl a.btn-add {
  right: 0;
  border-left: 1px solid #ccc;
}
.tem-fl-txtsm span.num-ctrl a.btn-reduce {
  left: 0;
  border-right: 1px solid #ccc;
}
.tem-fl-txtsm span.num-ctrl .buy-num {
  display: block;
  margin: auto;
  width: 40px;
  border: 0;
  padding: 7px 5px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.tem-fl-txtsm span.num-ctrl p {
  border: 1px solid #ccc;
  height: 22px;
  line-height: 22px;
  background: #FFEBEC;
  text-align: center;
  width: 118px;
  position: absolute;
  bottom: -24px;
  left: -1px;
  color: #D3646B;
  display: none;
}
/* .tem-fl-txtsm span.kucun  font{ background:#ffebeb; border: 1px #ff6666 solid; font-weight: none; display:block; width:118px; margin-left: -1px;} */
.buy-num {
  width: 50px;
  text-align: center;
  vertical-align: center;
  border: none;
  display: inline-block;
  vertical-align: middle;
  background: none;
}
.tab-cont-foot {
  background: #e5e5e5;
  height: 47px;
  line-height: 47px;
  padding-left: 50px;
  overflow: hidden;
  margin-top: 20px;
}
.tab-cont-foot .all-checkbox a {
  color: #000;
  display: inline-block;
  margin-left: 20px;
}
.settlement span {
  margin-right: 35px;
}
.settlement span em {
  font-size: 18px;
  color: #c30d23;
  margin: 0 2px;
}
.settlement-btn {
  font-size: 18px;
  color: #fff;
  background: #ff6666;
  width: 140px;
  text-align: center;
  display: inline-block;
  border: none;
  height: 48px;
  margin-top: -7px;
  cursor: pointer;
}
.settlement-btn:hover {
  opacity: .85;
  filter: alpha(opacity=85);
}
/*购物车内容结束*/
