.tableBox {
  transition: height 0.3s;
  -moz-transition: height 0.3s; /* Firefox 4 */
  -webkit-transition: height 0.3s; /* Safari 和 Chrome */
  -o-transition: height 0.3s; /* Opera */
  height: 551px;
  overflow: hidden;
}
thead {
  border: 0;
  background-color: white;
}
tr {
  height: 50px;
}
td {
  border: 0.5px solid #ededed;
  height: 50px;
  width: 20%;
}
tr td:nth-child(2n + 1) {
  /* background-color: var(--bg); */
}
tr td:nth-child(1) {
  background-color: var(--bg);
  /* color: #fff; */
  /* border: 0.5px solid #ffa341; */
}
.fj-table button {
  border: 1px solid var(--hover);
  color: var(--hover);
  border-radius: 22px;
  width: 136px;
}
