.intr-content .table-content {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  padding: 20px 75px 20px 45px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}
.intr-content .table-content .table-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.intr-content .table-content .table-shotitle {
  width: 815px;
  height: 40px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(to right, #3173f5, #1f3685);
}
.intr-content .table-content .table-box {
  margin-bottom: 20px;
}
.intr-content .table-content .table-box:last-child {
  margin-bottom: 0;
}
.intr-content .table-content .kc-thead th {
  width: 332px;
  height: 48px;
  font-size: 16px;
  background: rgba(27, 129, 241, 0.2);
  border: 2px solid #fff;
}
.intr-content .table-content .kc-thead th:first-child {
  width: 147px;
  border-left: none;
}
.intr-content .table-content .kc-thead th:last-child {
  border-right: none;
}
.intr-content .table-content .kc-thbody {
  line-height: 22px;
}
.intr-content .table-content .kc-thbody tr {
  text-align: left;
}
.intr-content .table-content .kc-thbody tr td {
  padding: 15px 0 15px 50px;
  background: rgba(27, 129, 241, 0.08);
  border: 2px solid #fff;
}
.intr-content .table-content .kc-thbody tr td:first-child {
  padding-left: 0;
  text-align: center;
  background: rgba(27, 129, 241, 0.2);
  border-left: none;
  font-weight:bold;
}
.intr-content .table-content .kc-thbody tr td:last-child {
  border-right: none;
}
.intr-content .table-content .kc-thbody tr:first-child td:not(:first-child) {
  padding-left: 60px;
}
.intr-content .table-content .kc-thbody tr:first-child td:not(:first-child) span {
  position: relative;
}
.intr-content .table-content .kc-thbody tr:first-child td:not(:first-child) span::before {
  position: absolute;
  top: 8px;
  left: -10px;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 3px;
  content: "";
}
.intr-content .table-content .kc-thbody tr:last-child td:last-child {
  padding-left: 60px;
  color: #1b81f1;
  font-weight: bold;
}
.intr-content .table-content .kc-thbody tr:last-child td:last-child span {
  position: relative;
  display: inline-block;
}
.intr-content .table-content .kc-thbody tr:last-child td:last-child span::before {
  position: absolute;
  top: 8px;
  left: -10px;
  width: 5px;
  height: 5px;
  background: #1b81f1;
  border-radius: 3px;
  content: "";
}