/* 表格宽度 */
.wrapper .bd th,
.wrapper .bd td {
  width: 33.3%;
}

.wrapper .bd thead th:nth-last-child(2) {
  min-width: 700px;
}

.wrapper .bd thead th:last-child {
  min-width: 60px;
}