.table-detail {
  max-width: 1200px;
  margin: 0 auto;
}
.table-detail > h1 {
  font-family: Noto Sans SC-Bold;
  font-weight: bold;
  font-size: 24px;
  color: #162789;
  text-align: center;
  margin-bottom: 30px;
}
.table-detail .introduce {
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-detail .introduce .item {
  font-family: Noto Sans SC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.table-detail .table-scroll {
  max-width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  padding-bottom: 10px;
}
.table-detail .table-scroll table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
.table-detail .table-scroll table th,
.table-detail .table-scroll table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  color: #666666;
  font-family: Noto Sans SC-Regular;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.table-detail .table-scroll table th {
  background-color: #162789;
  color: white;
  font-family: Noto Sans SC-Medium;
  font-weight: 500;
  font-size: 14px;
}
.table-detail .explain {
  margin-bottom: 38px;
}
.table-detail .explain .title {
  font-family: Noto Sans SC-Bold;
  font-weight: bold;
  font-size: 16px;
  color: #162789;
}
.table-detail .explain .value {
  font-size: 14px;
  color: #333333;
}
.table-detail .explain .value a {
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  .table-detail {
    padding: 20px;
  }
  .table-detail .introduce {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  .layui-laydate {
    width: 272px;
    display: flex;
    flex-direction: column;
  }
}
