/* ==========================================================================
   首页 · 产品区分组卡片内容补全（只作用于首页产品区）
   ========================================================================== */

/* ---------- 卡片：改为纵向弹性布局，内容撑满 ---------- */
.systemproduct-right-product .systemproduct-item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  padding: 24px 22px 20px !important;
  border: 1px solid #eef1f6 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.04) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.systemproduct-right-product .systemproduct-item:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(0, 82, 217, 0.28) !important;
  box-shadow: 0 10px 24px rgba(0, 82, 217, 0.12) !important;
}

/* ---------- 标题 ---------- */
.systemproduct-right-product .systemproduct-item .systemproduct-name {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #1f2d3d !important;
}

/* ---------- 描述（或机型名列表） ---------- */
.systemproduct-right-product .systemproduct-item .systemproduct-desc {
  margin-top: 10px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  color: #8a94a6 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* ---------- 标签：机型数 / 起价，推到卡片底部 ---------- */
.systemproduct-right-product .systemproduct-item .systemproduct-tag {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: auto !important;
  padding-top: 16px !important;
}

.systemproduct-right-product .sp-chip {
  display: inline-block !important;
  padding: 3px 9px !important;
  border: 1px solid #eaeef5 !important;
  border-radius: 3px !important;
  background: #f4f6fa !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #5b6678 !important;
  white-space: nowrap !important;
}

.systemproduct-right-product .sp-chip--price {
  border-color: rgba(255, 38, 38, 0.18) !important;
  background: rgba(255, 38, 38, 0.06) !important;
  color: #ff2626 !important;
  font-weight: 600 !important;
}

/* ---------- 选购入口 ---------- */
.systemproduct-right-product .sp-cta {
  margin-top: 12px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--Original, #0052d9) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.systemproduct-right-product .systemproduct-item,
.systemproduct-right-product .systemproduct-item * {
  text-decoration: none !important;
}

.systemproduct-right-product .sp-cta i {
  font-style: normal !important;
  margin-left: 4px !important;
  transition: margin-left 0.22s ease !important;
}

.systemproduct-right-product .systemproduct-item:hover .sp-cta i {
  margin-left: 9px !important;
}

@media (max-width: 768px) {
  .systemproduct-right-product .systemproduct-item {
    padding: 18px 16px 16px !important;
  }

  .systemproduct-right-product .systemproduct-item .systemproduct-name {
    font-size: 15px !important;
  }
}
