.expressage_right {
  width: 986px;
  height: 400px;
  margin: 20px 0 0 20px;
  float: left;
}
.expressage_send {
  display: flex;
  text-align: center;
  cursor: pointer;
}
.expressage_send button {
  width: 96px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
}
.expressage_box {
  width: 986px;
  margin-top: 20px;
  /* margin-left: 20px; */
}
.expressage_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;
}
.expressage_box thead tr td {
  height: 40px;
  color: #fff;
}
.expressage_box {
  /*cursor: pointer;*/
}

.expressage_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;
}
.expressage_box tbody tr td {
  height: 40px;
}
.expressage_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;
}
