/* 表格宽度 */
.wrapper .bd th,
.wrapper .bd td {
  width: 12.5%;
}

.wrapper .bd thead th:nth-last-child(1) {
  min-width: 120px;
}