div.div_global_cart div.cart_header {
  /* background-color: gray;*/
}
div.div_global_cart div.cart_header span.title {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1rem;
}
div.div_global_cart div.cart_footer {
  line-height: 3rem;
  padding: 1rem;
  margin: 0 1rem;
  background-color: darkgray;
  border-radius: 5px;
}
div.div_global_cart span.spanfr {
  float: right;
}
div.div_global_cart span.spanfr span.checkedNum {
  margin-right: 1rem;
}
div.div_global_cart span.item_price {
  color: orangered;
  font-weight: bold;
}
div.div_global_cart ul.cart_body li {
  display: flex;
  /*  font-family:SimHei;*/
  list-style-type: none;
  padding: 1rem;
  margin: 1rem;
  border-radius: 5px;
  background-color: #f8f9fa;
}
div.div_global_cart ul.cart_body li span.others {
  width: 100%;
}
div.div_global_cart ul.cart_body li span.others div.item_title {
  font-weight: bold;
}
div.div_global_cart ul.cart_body li span.others div.spec_text {
  font-size: 0.9rem;
  color: gray;
}
div.div_global_cart ul.cart_body li span.others div.item_footer span {
  vertical-align: middle;
}
div.div_global_cart ul.cart_body li span.others div.item_footer span.item_btn button {
  padding: 0.2rem;
}
div.div_global_cart ul.cart_body li span.others div.item_footer span.item_btn button.btn_upload_file {
  margin-right: 1rem;
}
div.div_global_cart ul.cart_body li span.others div.item_footer span.item_num input {
  width: 3rem;
  border-radius: 3px;
  border: 1px solid lightgray;
  text-align: center;
}
div.div_global_cart ul.cart_body li > span {
  display: inline-block;
  vertical-align: top;
}
div.div_global_cart ul.cart_body li > span:not(:last-child) {
  margin-right: 0.5rem;
}
div.div_global_cart ul.cart_body li > span.img {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  border: 1px solid #cccccc;
}
div.div_global_cart ul.cart_body li > span.img img {
  width: 100%;
  height: 100%;
}
div.div_global_cart div.user_uploaded_files {
  font-size: 0.9rem;
}
div.div_global_cart div.user_uploaded_files span.filename {
  color: green;
}

/*# sourceMappingURL=index.css.map */
