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