.header_box .navbar .dorpadv,.header_box .navbar .cate_bar{
	display:none;
}
/*==============================================================================================*/
/*购物车cart
/*==============================================================================================*/
.cart_container {
  min-height: 500px;
}

/*--为空时样式--*/
.cart_none {
  display: none;
  width: 100%;
  text-align: center;
  padding-top: 100px;
}

.cart_none img {
  width: 140px;
}

.cart_none a {
  display: block;
  margin: 15px auto 0;
  width: 200px;
  line-height: 50px;
  text-align: center;
  background-color: #22ad38;
  color: #ffffff;
}
/*--选择框样式--*/
.cart_item li dd input[type="checkbox"] {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  outline: none;
}

.sum_bar input[type="checkbox"] {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  outline: none;
}

.cart_item li dd input[type="checkbox"]:checked {
  background: url(../images/icon-selected.png) no-repeat center;
  border: 0px solid #22ad38;
  background-size: 100%;
}

.sum_bar input[type="checkbox"]:checked {
  background: url(../images/icon-selected.png) no-repeat center;
  border: 0px solid #22ad38;
  background-size: 100%;
}
/*--购物车样式--*/
.cart_box {
  margin: 25px 0;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cart_table {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e7e9ea;
}
.cart_table > div {
  float: left;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.cart_table .sum_bar input,
.cart_table .sum_bar span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.cart_table .sum_bar span {
  margin-left: 10px;
}
.cart_table .sum_bar {
  width: 150px;
  text-align: left;
  padding-left: 15px;
}
.cart_table .t-goods {
  width: 300px;
}
.cart_table .t-props {
  width: 200px;
}
.cart_table .t-price {
  width: 150px;
}
.cart_table .t-quantity {
  width: 200px;
}
.cart_table .t-action {
  width: 200px;
}
.cart_box .cart_item,
.cart_box .cart_item li {
  float: left;
  width: 100%;
  overflow: hidden;
}
.cart_box .cart_item li {
  padding: 25px 0;
  border-bottom: 1px solid #f5f5f5;
}
.cart_box .cart_item dd {
  float: left;
  height: 80px;
  line-height: 80px;
  width: 50px;
  text-align: center;
}
.cart_box .cart_item dl {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cart_box .cart_item dl img {
  width: 100%;
}
.cart_box .cart_item_li > div {
  float: left;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 80px;
  padding: 0 15px;
  text-align: center;
  line-height: 80px;
}
.cart_box .cart_item .goods {
  float: left;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
  line-height: 25px;
  font-size: 14px;
  padding: 15px;
}
.cart_box .cart_item .props {
  width: 200px;
  color: #666666;
}
.cart_box .cart_item .price {
  width: 200px;
  line-height: 80px;
  color: #ee1923;
  font-size: 18px;
  font-weight: bold;
}
.cart_box .cart_item .price i {
  font-size: 12px;
  margin: 0 3px 0 0;
}
.cart_box .cart_item .quantity {
  width: 200px;
  padding: 25px 20px;
}
.cart_box .cart_item .cart_del_show {
  width: 140px;
  line-height: 80px;
}

.cart_box .cart_item .quantity .jia {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  width: 30px;
  border: #ddd solid 1px;
  background: #f8f8f8;
  text-align: center;
  float: left;
}
.cart_box .cart_item .quantity .goodnum {
  display: block;
  float: left;
  overflow: hidden;
  width: 40px;
  height: 30px;
  line-height: 30px;
  border-right: 0px;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  border-left: 0px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.cart_box .cart_item .quantity .jian {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  width: 30px;
  background: #f8f8f8;
  border: #ddd solid 1px;
  text-align: center;
}
/*--购物车删除--*/
.cart_del_box {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  display: none;
  width: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.15);
}
.cart_del_box .cart_del_ol {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.cart_del_box_con {
  display: block;
  background: #efefef;
  position: absolute;
  width: 400px;
  height: 250px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 30px;
  margin: auto;
  overflow: hidden;
  border: 4px solid rgba(0, 0, 0, 0.3);
}
.cart_del_box span {
  display: block;
  margin: 10px auto;
  font-size: 60px;
  width: 100%;
  color: #22ad38;
}
.cart_del_box a {
  width: 45%;
  height: 45px;
  background: #dedede;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  margin: 10px 5px;
}
.cart_del_box .cart_del_hide {
  background: #e43124;
}
.cart_del_box p {
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: #000;
  font-weight: bold;
}
.sum_body {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: right;
  padding: 0px 0px 0px 20px;
}
.sum_body .sum_bar{
  float: left;
}
.sum_body  .btn_submit_pay{
  float: right;
  min-width: 600px;
}
.sum_body  .btn_submit_pay .center{
  float: right;
}
.sum_body .sum_bar input, .sum_body .sum_bar span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.btn_submit_pay .center .em{
  font-size:12px;
  color: #999999;
}
.btn_submit_pay .center .price {
  color: #ee1923;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}
.btn_submit_pay .center .price i{
  font-size: 12px;
  margin-right:2px;
}
.btn_submit_pay .center .btn_pay{
  display: block;
  float: right;
  margin-left: 20px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  width: 120px;
  text-align: center;
  background: #22ad38;
  color: #fff;
}
