.addOrder_right {
  float: left;
  width: 1026px;
  height: 851px;
  float: left;
}
.addOrder_data {
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.addOrder_data span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: rgba(42, 42, 42, 1);
  margin-left: 20px;
}
.addOrder_data button {
  width: 96px;
  height: 30px;
  background: rgba(249, 150, 21, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
  margin-right: 20px;
}
.addOrder_number,
.addOrder_procurement,
.addOrder_make,
.addOrder_total {
  display: flex;
  margin-left: 20px;
}
.addOrder_number .number_item,
.addOrder_shop .number_item,
.addOrder_procurement .number_item,
.addOrder_production .number_item,
.addOrder_make .number_item,
.addOrder_total .number_item {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #2a2a2a;
  background: rgba(238, 247, 255, 1);
}
.number_input {
  width: 393px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: rgba(102, 102, 102, 1);
  margin-left: 40px;
}
.addOrder_production .number_input {
  padding-left: 10px;
  box-sizing: border-box;
}
.addOrder_shop .number_input,
.addOrder_production .number_input {
  width: 393px;
  height: 38px;
  border: 1px solid rgba(170, 170, 170, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.addOrder_shop > .number_input > span {
  margin-left: 10px;
}
.addOrder_shop > .number_input > img {
  margin-right: 20px;
}
.addOrder_shop,
.addOrder_production {
  display: flex;
  margin: 10px 0 10px 20px;
}
.addOrder_total {
  margin-top: 10px;
}
