.mod-panel .bd {
  position: relative;
  padding-top: 20px;
}
.mod-panel .bd h1 {
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.mod-panel .bd h2 {
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.mod-panel table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dbdbdb;
  table-layout: fixed;
}
.mod-panel table td,
.mod-panel table th {
  padding: 3px 5px;
  border: 1px solid #dbdbdb;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
}
.mod-panel table thead,
.mod-panel table tfoot {
  background: #f0f0f0;
}
.mod-panel table caption {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.mod-panel table b {
  vertical-align: middle;
  font-size: 28px;
  font-weight: normal;
  color: #fc0000;
}
.mod-panel .table-inner {
  background: #fff;
  overflow-x: auto;
  margin-bottom: 20px;
}
.mod-panel .table-inner table {
  min-width: 900px;
}
.mod-panel .table-inner table tbody tr:hover {
  background: #f8f8f8;
}
@media screen and (max-width: 800px) {
  .container .inner {
    min-width: 0;
  }
  .mod-panel table td,
  .mod-panel table th {
    padding: 3px 5px;
    white-space: nowrap;
    line-height: 24px;
    font-size: 13px;
  }
  .mod-panel table caption {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .mod-panel table b {
    font-size: 15px;
    font-weight: bold;
  }
  .mod-panel .table-inner {
    margin: 0 8px 20px;
  }
  .mod-panel .table-inner table {
    min-width: 100%;
    width: auto;
  }
  .mod-panel .table-inner table tbody tr:hover {
    background: inherit;
  }
}
