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

.sgsec-section {
  --sgsec-ink: #071642;
  --sgsec-text: #111d34;
  --sgsec-blue: #0d66ec;
  --sgsec-blue-deep: #0755dc;
  --sgsec-border: #bdd5f4;
  --sgsec-card: rgba(255, 255, 255, 0.91);
  color: var(--sgsec-ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.sgsec-preview {
  margin: 0;
  background: #fff;
}

.sgsec-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sgsec-inner {
  width: min(100%, 1770px);
  margin: 0 auto;
  padding: 12px 12px 22px;
}

.sgsec-section h3,
.sgsec-section h3,
.sgsec-section p {
  margin: 0;
}

.sgsec-panel {
  border: 1px solid var(--sgsec-border);
  border-radius: 13px;
  background: var(--sgsec-card);
  box-shadow: 0 9px 20px rgba(31, 89, 169, 0.04);
}

.sgsec-panel h3,
.sgsec-choice h3 {
  color: var(--sgsec-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
}

.sgsec-advantage-panel {
  min-height: 230px;
  padding: 28px 40px 33px;
}

.sgsec-advantage-panel h3 {
  margin-bottom: 30px;
}

.sgsec-advantage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sgsec-advantage-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 18px;
  min-height: 148px;
  padding: 0 13px 0 0;
  border-right: 1px solid var(--sgsec-border);
}

.sgsec-advantage-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.sgsec-advantage-item svg {
  width: 28px;
  height: 28px;
  color: var(--sgsec-blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sgsec-advantage-item svg text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.sgsec-advantage-item h3 {
  margin-bottom: 15px;
  color: var(--sgsec-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.18;
}

.sgsec-advantage-item p {
  color: var(--sgsec-text);
  font-size: 16px;
  line-height: 1.65;
}

.sgsec-compare-panel {
  margin-top: 16px;
  padding: 17px 40px 20px;
}

.sgsec-compare-panel h3,
.sgsec-choice h3 {
  text-align: center;
}

.sgsec-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
}

.sgsec-table-wrap table {
  width: 100%;
  min-width: 980px;
  overflow: hidden;
  border: 1px solid var(--sgsec-border);
  border-radius: 8px;
  border-spacing: 0;
  table-layout: fixed;
}

.sgsec-table-wrap th,
.sgsec-table-wrap td {
  padding: 8px 10px;
  border-right: 1px solid var(--sgsec-border);
  border-bottom: 1px solid var(--sgsec-border);
  color: var(--sgsec-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}

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

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

.sgsec-table-wrap th {
  color: var(--sgsec-ink);
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.sgsec-table-wrap th:nth-child(2) {
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #1f76ff, #0755dc);
}

.sgsec-table-wrap th:nth-child(3) {
  text-align: center;
}

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

.sgsec-choice {
  margin-top: 28px;
}

.sgsec-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 31px;
  margin-top: 19px;
}

.sgsec-choice-card {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding: 13px 10px;
  border: 1px solid var(--sgsec-border);
  border-radius: 11px;
  background: var(--sgsec-card);
  box-shadow: 0 9px 20px rgba(31, 89, 169, 0.04);
}

.sgsec-choice-card svg {
  width: 28px;
  height: 28px;
  color: var(--sgsec-blue);
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sgsec-choice-card h4 {
  margin-bottom: 9px;
  color: var(--sgsec-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.sgsec-choice-card p {
  color: var(--sgsec-text);
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1320px) {
  .sgsec-advantage-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sgsec-advantage-item {
    border-right: 0;
    border-bottom: 1px solid var(--sgsec-border);
    padding: 0 0 20px;
  }

  .sgsec-advantage-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .sgsec-advantage-panel,
  .sgsec-compare-panel,
  .sgsec-choice-card {
    padding: 18px;
  }

  .sgsec-panel h3,
  .sgsec-choice h3 {
    font-size: 18px;
  }

  .sgsec-advantage-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
  }

  .sgsec-advantage-item svg,
  .sgsec-choice-card svg {
    width: 48px;
    height: 48px;
  }

  .sgsec-advantage-item h3,
  .sgsec-choice-card h4 {
    font-size: 20px;
  }

  .sgsec-advantage-item p,
  .sgsec-choice-card p {
    font-size: 15px;
  }

  .sgsec-choice-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sgsec-choice-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: auto;
  }

  .sgsec-table-wrap th,
  .sgsec-table-wrap td {
    font-size: 16px;
    padding: 12px 14px;
  }
}
