.production_right {
  width: 986px;
  height: 500px;
  float: left;
  margin: 20px 0 0 20px;
}
.production_name {
  width: 342px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.production_box {
  width: 986px;
  margin-top: 20px;
}
.production_box thead tr {
  width: 986px;
  background-color: #67a6e6;
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.production_box thead tr td {
  height: 40px;
}
.production_box {
  /*cursor: pointer;*/
}

.production_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;
}
.production_box tbody tr td {
  height: 40px;
}
.production_box tbody tr:nth-child(even) {
  background: rgba(238, 247, 255, 1);
}
.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;
}
