/* 机构合作页：与定价页共用 pp-* 基础样式，本文件仅补充本页差异 */

.ic-hero-wrap {
  /* padding: 48px 16px 8px; */
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 95px;
}

.ic-hero {
  margin: 0 auto;
  max-width: 960px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1.45;
}



.ic-table thead th {
  border: 1px solid #83b8d5;
}

.ic-table tbody td:first-child {
  text-align: center;
  width: 52px;
  white-space: nowrap;
  vertical-align: middle;
}

/* 行业现状表：# / 问题 / 结论居中，具体表现左对齐，表体「结论」列加粗 */
.ic-table--industry thead th:nth-child(1),
.ic-table--industry thead th:nth-child(2),
.ic-table--industry thead th:nth-child(4) {
  text-align: center;
}

.ic-table--industry thead th:nth-child(3) {
  text-align: left;
}

.ic-table--industry tbody td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
}

.ic-table--industry tbody td:nth-child(3) {
  text-align: left;
  vertical-align: middle;
}

.ic-table--industry tbody td:nth-child(4) {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.ic-values-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 20px 0 12px;
  padding-left: 30px;
}

.ic-values {
  margin: 0;
  padding-left: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1.85;
}

.ic-values li {
  margin-bottom: 12px;
}

.ic-values li:last-child {
  margin-bottom: 0;
}

.ic-values--diamond {
  list-style: none;
  padding-left: 30px;
}

.ic-values--diamond li {
  position: relative;
  padding-left: 1.15em;
  font-weight: 400;
}

.ic-values--diamond li::before {
  content: '\25C6';
  position: absolute;
  left: 0;
  font-size: 0.5em;
  top: 0.65em;
  color: #333333;
}

.ic-audience-list {
  list-style: none;
  margin: 0;
  padding-left: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 1.85;
}

.ic-audience-list li {
  position: relative;
  padding-left: 1.15em;
  margin-bottom: 12px;
}

.ic-audience-list li::before {
  content: '\25C6';
  position: absolute;
  left: 0;
  font-size: 0.5em;
  top: 0.65em;
  color: #333333;
}

.ic-model-block {
  padding-left: 30px;
  margin-top: 28px;
}

.ic-model-block:last-child {
  margin-bottom: 0;
}

.ic-model-block .pp-subtitle {
  margin-top: 0;
  padding-left: 0;
}

.ic-model-block .pp-list {
  padding-left: 1.25em;
}

.ic-compare-table.pp-compare-table tbody tr.pp-compare-section td {
  text-align: center;
}

.ic-onboard-table tbody td:nth-child(1),
.ic-onboard-table tbody td:nth-child(2),
.ic-onboard-table tbody td:nth-child(4),
.ic-onboard-table thead th:nth-child(1),
.ic-onboard-table thead th:nth-child(2),
.ic-onboard-table thead th:nth-child(4) {
  text-align: center;
  vertical-align: middle;
}

.ic-onboard-table tbody td:nth-child(3),
.ic-onboard-table thead th:nth-child(3) {
  text-align: left;
  vertical-align: middle;
}

.ic-endorse-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e3e8d5;
  margin-left: 30px;
  margin-top: 8px;
  box-sizing: border-box;
}

.ic-endorse-col {
  padding: 28px 20px;
  text-align: center;
  box-sizing: border-box;
}

.ic-endorse-col + .ic-endorse-col {
  border-left: 1px solid #e3e8d5;
}

.ic-endorse-col h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1.35;
}

.ic-endorse-col p {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 1.75;
}

.ic-contact-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 40px;
  padding-left: 30px;
}

.ic-contact-block .pp-contact-text {
  line-height: 2;
  min-width: 240px;
}

.ic-contact-block .pp-contact-inline-qr {
  padding-left: 0;
  position: relative;
}

/* 与 channel_PricingPlan 联系我们区块一致：中英文分别绝对定位二维码 */
.ic-contact-block .ic-qr--large-en {
  position: absolute;
  right: 30px;
  bottom: -50px;
}

.ic-contact-block .ic-qr--large-zh {
  position: absolute;
  right: -60px;
  bottom: -50px;
}

.ic-qr--large {
  margin: 0;
  flex-shrink: 0;
}

.ic-qr--large img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #fff;
  display: block;
}

.ic-qr-caption {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

@media (max-width: 768px) {
  .ic-hero {
    font-size: 22px;
  }

  .ic-qr--large img {
    width: 160px;
    height: 160px;
  }

  .ic-endorse-box {
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .ic-endorse-col + .ic-endorse-col {
    border-left: none;
    border-top: 1px solid #e3e8d5;
  }
}
