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