﻿@charset "utf-8";

/* 购物车 */
.cartBox {
  overflow: hidden;
}

.cartBox .emptyBox dl {
  background: url(../images/icon_cart.png) no-repeat center top;
  background-size: 60px auto;
}

.yes_goods {
  width: 100%;
  background: #fff;
}

.goods_choice {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.goods_choice span {
  margin-left: 8px;
}

.goods_deta {
  width: 100%;
}

.goods_deta dl {
  width: 100%;
  padding: 15px 8px;
  box-sizing: border-box;
  border-top: solid 1px #e0e0e0;
  display: -webkit-box;
}

.goods_deta dl dt {
  width: 28%;
  display: block;
  display: -webkit-box;
  -webkit-box-align: center;
}

.goods_deta dl dt font {
  display: block;
  -webkit-box-flex: 1;
}

.goods_deta dl dt span {
  width: 78%;
  display: block;
  box-sizing: border-box;
  border: solid 1px #dcdcdc;
}

.goods_deta dl dt span img {
  width: 100%;
}

.goods_deta dl dd {
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 1;
}

.goods_deta dl dd p {
  line-height: 18px;
  max-height: 36px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.goods_deta dl dd span {
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #999999;
  font-size: 12px;
  display: block;
  margin-top: 3px;
}

.goods_deta dl dd font {
  width: 100%;
  height: 20px;
  line-height: 20px;
  display: block;
  margin-top: 3px;
}

.goods_deta dl dd font em {
  height: 20px;
  line-height: 20px;
  color: #3551ce;
  float: left;
}

.goods_deta dl dd font i {
  height: 20px;
  float: right;
}

.goods_plus {
  width: 20px;
  height: 20px;
  float: left;
  border: solid 1px #e2e2e2;
  background: url(../images/icon_66.jpg) no-repeat center;
  background-size: 20px auto;
}

.goods_text {
  width: 22px;
  height: 18px;
  float: left;
  font-size: 12px;
  text-align: center;
  color: #666;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  border-left: none;
  border-right: none;
}

.goods_reduce {
  width: 20px;
  height: 20px;
  float: left;
  border: solid 1px #e2e2e2;
  background: url(../images/icon_67.jpg) no-repeat center;
  background-size: 16px auto;
}

.goods_bottom {
  width: 100%;
  height: 50px;
  background-color: #FFF;
  z-index: 999;
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
}

.goods_bottom_left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  border-top: solid 1px #dadada;
  overflow: hidden;
}

.goods_bottom_left dl {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  height: 49px;
  line-height: 49px;
}

.goods_bottom_left dl dt {
  margin: 0 8px;
  overflow: hidden;
}

.goods_bottom_left dl dd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  font-size: 16px;
  color: #3551ce;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px;
}

.goods_bottom_left dl dd i {
  font-size: 12px;
  color: #999;
}

.goods_bottom_right {
  width: 100px;
}

.goods_bottom_right a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 16px;
}

.goods_bottom_right a.goods_finish {
  color: #fff;
  background: #3551ce;
}

.goods_bottom_right a.goods_delete {
  color: #fff;
  background: #d8d8d8;
}

.shopping_cart {
  width: 100%;
}

.shopping_prompt {
  width: 100%;
  height: 50px;
  background: #3551ce;
  color: #fff;
  display: -webkit-box;
  padding: 0 2%;
  box-sizing: border-box;
}

.shopping_prompt span {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  display: block;
  -webkit-box-flex: 1;
}

.shopping_prompt font {
  height: 30px;
  line-height: 30px;
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  background: #000;
}

.shopping_prompt font a {
  color: #fff;
}

/* 购物车结束 */
.cartGoodsBox {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}

.cartGoods {
  padding: 15px 0px;
  border-bottom: solid 1px #dfdfdf;
  overflow: hidden;
}

.cartGoods label.COR_CHECKBOX input[type="checkbox"] {
  -webkit-appearance: none;
  padding: 8px 0 8px 20px;
  background: url(../images/icon_cart_checkbox.png) no-repeat center left;
  background-size: 16px auto;
  vertical-align: middle;
}

.cartGoods label.COR_CHECKBOX input[type="checkbox"]:checked {
  background: url(../images/icon_cart_checkbox_checked.png) no-repeat center left;
  background-size: 16px auto;
}

.cartGoods .goods {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  padding-top: 15px;
}

.cartGoods .goods .checkbox {
  width: 30px;
}

.cartGoods .goods .areaR {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  display: -webkit-box;
  display: -moz-box;
  padding-bottom: 15px;
  border-bottom: solid 1px #DFDFDF;
}

.cartGoods .goods:last-child .areaR {
  border-bottom: 0px;
}

.cartGoods .goods .areaRM {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  margin-left: 8px;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.cartGoods .goods .areaRM dl dt{
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.cartGoods .goods .areaR .thumb {
  display: block;
  width: 60px;
  height: 0px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.cartGoods .goods .areaR .thumb img {
  height: 100%;
  position: absolute;
  z-index: 2;
}

.cartGoods .goods .areaR .attr span {
  margin-right: 5px;
  font-size: 0.85em;
  color: #999999;
}

.cartGoods .goods .areaR .price {
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3551ce;
  margin-top: 10px;
}

.cartGoods .goods .areaRM .btn_del {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 3px;
  top: 30px;
  background: url("../images/icon_del.png") no-repeat center;
  background-size: 16px auto;
}
.settlementBox{
  padding: 15px 10px;
  overflow: hidden;
  background-color: white;
}
.settlementBox .subtotal dl{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  color: #777777;
}
.settlementBox .subtotal dl dt{
  width: 80px;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.settlementBox .subtotal dl dd{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.settlementBox .settlement{
  margin-top: 60px;
  text-align: center;
}
.settlementBox .settlement dl dt{
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1em;
  font-weight: bold;
}
.settlementBox .settlement dl dt font{
  color: #3551ce;
}
.settlementBox .settlement dl dd{
  margin-top: 5px;
}
.settlementBox .settlement dl dd a{
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: white;
  background-color: #3551ce;
  font-size: 1.1em;
}