/* ========== 万得风控专属样式 ========== */

/* 内容区内边距调整 */
.content-wrap--risk {
  padding: 40px 0 70px;
  background: #ffffff;
}

.sector {
  margin-bottom: 60px;
}

/* ========== 截图展示区 ========== */
.risk-shot-section {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 42px;
}

.risk-shot {
  width: 533px;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 32, 43, 0.06);
}

.risk-shot img {
  display: block;
  width: 533px;
  height: 434px;
}

/* ========== 功能列表区 ========== */
.feature-list {
  margin-top: 12px;
}

.feature-list-heading {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.feature-list-content {
  margin-top: 32px;
  color: #666666;
}

.feature-list-content ul {
  margin-left: 200px;
}

.feature-list-content ul li {
  width: 1127px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.feature-list-content ul li:nth-child(n + 2) {
  margin-top: 24px;
}
