.jpsec-section,
.jpsec-section * {
  box-sizing: border-box;
}

.jpsec-section {
  --jpsec-ink: #071642;
  --jpsec-text: #1c283d;
  --jpsec-blue: #0d63e8;
  --jpsec-blue-deep: #0755dc;
  --jpsec-border: #bdd5f4;
  --jpsec-card: rgba(255, 255, 255, 0.91);
  color: var(--jpsec-ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

.jpsec-preview {
  margin: 0;
  background: #fff;
}
.jpsec-scene-card-icon{
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}
.jpsec-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.jpsec-inner {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: 17px 28px 18px;
}

.jpsec-section h2,
.jpsec-section h3,
.jpsec-section h4,
.jpsec-section p {
  margin: 0;
}

.jpsec-section h2 {
  color: var(--jpsec-ink);
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: 0;
  text-align: center;
}

.jpsec-scene-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.jpsec-scene-card,
.jpsec-table-wrap table,
.jpsec-advice-card {
  border: 1px solid var(--jpsec-border);
  border-radius: 7px;
  background: var(--jpsec-card);
  box-shadow: 0 9px 20px rgba(31, 89, 169, 0.04);
}

.jpsec-scene-card {
  min-height: 178px;
  padding: 12px 10px 12px;
  text-align: center;
}

.jpsec-scene-card svg {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 12px;
  color: var(--jpsec-blue);
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jpsec-scene-card h3 {
  margin-bottom: 12px;
  color: #071642;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
}

.jpsec-scene-card p {
  color: var(--jpsec-text);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.jpsec-core {
  margin-top: 32px;
}

.jpsec-core h2 {
  margin-bottom: 18px;
}

.jpsec-core-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
}

.jpsec-core-item {
  display: grid;
  grid-template-columns: 33px minmax(0, 1fr);
  gap: 12px;
}

.jpsec-core-item svg {
  width: 33px;
  height: 33px;
  color: var(--jpsec-blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jpsec-core-item svg text {
  fill: currentColor;
  stroke: none;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.jpsec-core-item h3 {
  margin-bottom: 8px;
  color: var(--jpsec-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.jpsec-core-item p {
  color: var(--jpsec-text);
  font-size: 14px;
  line-height: 1.45;
}

.jpsec-compare {
  margin-top: 30px;
}

.jpsec-table-wrap {
  margin-top: 10px;
  overflow-x: auto;
}

.jpsec-table-wrap table {
  width: 100%;
  min-width: 880px;
  overflow: hidden;
  border-spacing: 0;
  table-layout: fixed;
}

.jpsec-table-wrap th,
.jpsec-table-wrap td {
  padding: 10px 8px;
  border-right: 1px solid var(--jpsec-border);
  border-bottom: 1px solid var(--jpsec-border);
  color: var(--jpsec-text);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.jpsec-table-wrap th:last-child,
.jpsec-table-wrap td:last-child {
  border-right: 0;
}

.jpsec-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.jpsec-table-wrap th {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(180deg, #1f76ff, #0755dc);
}

.jpsec-table-wrap tbody td:first-child {
  color: var(--jpsec-ink);
  font-weight: 900;
}

.jpsec-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 306px;
  height: 43px;
  margin: 17px auto 0;
  border: 1px solid var(--jpsec-blue);
  border-radius: 5px;
  color: var(--jpsec-blue-deep);
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  background: #fff;
}

.jpsec-more-btn span {
  font-size: 18px;
}

.jpsec-advice {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--jpsec-border);
}

.jpsec-advice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
  margin-top: 11px;
}

.jpsec-advice-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px;
  gap: 18px;
  min-height: 163px;
  padding: 15px 22px;
}

.jpsec-advice-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 15px;
  padding: 3px 11px;
  border: 1px solid #74bbff;
  border-radius: 999px;
  color: var(--jpsec-blue-deep);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  background: #fff;
}

.jpsec-advice-card .jpsec-orange {
  color: #ff6d25;
  border-color: #ffc49b;
}

.jpsec-advice-card h3 {
  margin-bottom: 11px;
  color: #071642;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.jpsec-advice-card p {
  color: var(--jpsec-text);
  font-size: 14px;
  line-height: 1.55;
}

.jpsec-advice-card svg {
  justify-self: end;
  width: 70px;
  height: 70px;
  color: var(--jpsec-blue);
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1320px) {
  .jpsec-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jpsec-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jpsec-advice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .jpsec-inner {
    padding: 16px;
  }

  .jpsec-section h2 {
    font-size: 26px;
  }

  .jpsec-scene-grid,
  .jpsec-core-grid {
    grid-template-columns: 1fr;
  }

  .jpsec-scene-card,
  .jpsec-advice-card {
    min-height: auto;
    padding: 16px;
  }

  .jpsec-advice-card {
    grid-template-columns: 1fr;
  }

  .jpsec-advice-card svg {
    justify-self: center;
    width: 70px;
    height: 70px;
  }

  .jpsec-more-btn {
    width: 100%;
  }
}
