.page_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.22rem 0rem;
}
.box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.info {
  color: #409efe;
  margin-left: 10px;
}
.order_right {
  width: 1026px;
  height: 851px;
  float: left;
}
.add_order {
  width: 96px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  margin: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  outline: none;
}
.orderForm_box {
  width: 986px;
  margin-left: 20px;
  height: 40px;
}
.orderForm_box thead tr {
  width: 986px;
  background: rgba(103, 166, 230, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
  color: #2a2a2a;
  font-size: 14px;
  text-align: center;
}
.orderForm_box thead tr td {
  height: 40px;
  color: #fff;
}

.orderForm_box tbody {
  width: 986px;
  height: 640px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.orderForm_box tbody tr td {
  height: 40px;
}
.orderForm_box tbody tr:nth-child(even) {
  background: rgba(238, 247, 255, 1);
}
