.qc-sub-section {
  position: relative;
  padding: 10px 0;
}

.qc-sub-title-1 {
  font-size: 28px;
  font-weight: 600;
  color: #0479CD;
  margin-top: 12px;
}

.qc-sub-title-1 .dot {
  font-size: 28px;
  color: #0479CD;
  margin-right: 6px;
}

.qc-sub-title-2 {
  font-size: 20px;
  font-weight: 500;
  color: rgba(17, 24, 39, 0.8);
  margin-top: 12px;
}

.qc-sub-title-3 {
  font-size: 16px;
  color: #111827;
  margin-top: 12px;
}

.qc-table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.qc-table {
  min-width: 1000px;
  background: #fff;
  table-layout: fixed;
  border-collapse: collapse;
}

.qc-table thead {
  background: #f3f4f6;
}

.qc-table a {
  color: #111827;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.qc-table .bi {
  font-size: 18px;
  margin-left: 4px;
  color: #0479CD;
}

.qc-table th,
.qc-table td {
  padding: 12px 10px;
  font-size: 16px;
  color: #111827;
  text-align: center;
  border: 1px solid #e5e7eb;
  height: 72px;
}

.qc-table-column-1 {
  background: #f3f4f6;
}

.qc-table td.qc-table-column-2,
.qc-table td.qc-table-column-3 {
  padding-left: 16px;
  text-align: left !important;
}

.qc-table tbody tr:hover {
  background: #f9fafb;
}

.qc-content .reference-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.qc-content .reference-wrap .title {
  font-weight: 600;
  font-size: 12px;
}

.qc-content .reference-wrap .content {
  font-size: 12px;
}

@media (max-width: 1160px) {
  .qc-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
