/* =========================================================
   近启无感通行 - 可嵌入板块样式
   前缀 jqwgt-，避免与原站样式冲突
   内容宽度对齐原站 .main_center：63.64rem
   ========================================================= */

.jqwgt-section {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  margin-bottom: 150px;
}

.jqwgt-inner {
  width: 63.64rem;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 150px;
}

/* 标题：对齐原站 .common_h */
.jqwgt-header {
  text-align: center;
  margin: 3.45rem 0 3.27rem;
}

.jqwgt-header p {
  font-size: 1.91rem;
  font-weight: 100;
  color: #666;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.jqwgt-header p span {
  color: #4b75fd;
  margin-left: 1.14rem;
  text-transform: uppercase;
}

.jqwgt-header h2,
.jqwgt-header .sxnd-title {
  position: relative;
  font-size: 1.82rem;
  color: #000135;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.jqwgt-header h2::after,
.jqwgt-header .sxnd-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.05rem;
  transform: translateX(-50%);
  width: 2.64rem;
  height: 0.09rem;
  background-color: #4974fd;
}

.jqwgt-header--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.jqwgt-header--left h2::after,
.jqwgt-header--left .sxnd-title::after {
  left: 0;
  transform: none;
}

.jqwgt-subtitle {
  text-align: center;
  font-size: 0.91rem;
  color: #333;
  margin: -1.2rem 0 2.4rem;
  font-weight: 500;
}

/* ---------- 行业痛点 ---------- */
.jqwgt-pain-grid {
  display: flex;
  gap: 1.09rem;
  margin-bottom: 1rem;
}

.jqwgt-pain-card {
  flex: 1;
  min-width: 0;
  background: #f5f6f8;
  border-radius: 0.36rem;
  overflow: hidden;
}

.jqwgt-pain-card__img {
  width: 100%;
  height: 9.5rem;
  display: block;
  object-fit: cover;
}

.jqwgt-pain-card__body {
  padding: 1rem 0.9rem 1.2rem;
}

.jqwgt-pain-card__body h3 {
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0 0 0.55rem;
}

.jqwgt-pain-card__body p {
  font-size: 0.73rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* ---------- 方案概述流程 ---------- */
.jqwgt-overview-desc {
  text-align: center;
  font-size: 0.82rem;
  color: #595959;
  line-height: 1.9;
  max-width: 56rem;
  margin: 0 auto 2.4rem;
}

.jqwgt-flow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.jqwgt-flow__item {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #e8eefc;
  border-radius: 0.73rem;
  box-shadow: 0 0.45rem 1.36rem rgba(75, 117, 253, 0.08);
  padding: 1.1rem 0.9rem 1.2rem;
  position: relative;
}

.jqwgt-flow__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.55rem;
}

.jqwgt-flow__num {
  font-size: 1.64rem;
  font-weight: 700;
  color: #4b75fd;
  line-height: 1;
}

.jqwgt-flow__icon {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}

.jqwgt-flow__item h3 {
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0 0 0.55rem;
}

.jqwgt-flow__item p {
  font-size: 0.73rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.jqwgt-flow__arrow {
  width: 1.45rem;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jqwgt-flow__arrow img {
  width: 1.27rem;
  height: 1.27rem;
  display: block;
}

/* ---------- 技术体验对比 ---------- */
.jqwgt-compare-wrap {
  margin-bottom: 1rem;
}

.jqwgt-compare-gap {
  height: 10px;
}

.jqwgt-compare-block {
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
}

.jqwgt-compare-table {
  width: 100%;
  border-collapse: separate;
  /* 列间距 10px：对比维度 / 对比角度 / 人脸 / 刷卡 / 指纹 / UWB */
  border-spacing: 10px 0;
  table-layout: fixed;
}

.jqwgt-compare-table col.jqwgt-col-dim { width: 8%; }
.jqwgt-compare-table col.jqwgt-col-angle { width: 13%; }
.jqwgt-compare-table col.jqwgt-col-face,
.jqwgt-compare-table col.jqwgt-col-card,
.jqwgt-compare-table col.jqwgt-col-finger { width: 15.5%; }
.jqwgt-compare-table col.jqwgt-col-uwb { width: 20%; }

.jqwgt-compare-table th,
.jqwgt-compare-table td {
  vertical-align: middle;
  text-align: center;
  font-size: 0.68rem;
  color: #333;
  padding: 0.5rem 0.4rem;
  line-height: 1.4;
  border-bottom: none;
  box-sizing: border-box;
}

/* 表头：各列独立圆角卡片 */
.jqwgt-compare-table thead th {
  background: #eef4ff;
  color: #1a2b3d;
  font-weight: 700;
  font-size: 0.77rem;
  padding: 0.82rem 0.4rem;
  border-radius: 0.55rem;
  line-height: 1.35;
}

.jqwgt-compare-table thead th:last-child {
  background: linear-gradient(180deg, #5b84ff 0%, #4b75fd 100%);
  color: #fff;
  position: relative;
  border-radius: 0.64rem;
  box-shadow: 0 0.36rem 1.1rem rgba(75, 117, 253, 0.35);
  padding: 0.82rem 1rem 0.82rem 0.8rem;
}

.jqwgt-th-uwb {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding-right: 1.2rem;
}

.jqwgt-th-uwb img.jqwgt-th-uwb-icon {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  flex-shrink: 0;
}

.jqwgt-th-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.36rem;
}

.jqwgt-th-icon img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}

.jqwgt-th-star {
  position: absolute;
  top: 0.35rem;
  right: 0.4rem;
  width: 1rem;
  height: 1rem;
}

.jqwgt-dim-cell {
  background: #f3f7ff;
  font-weight: 700;
  color: #1a2b3d;
  padding: 0.5rem 0.35rem !important;
  border-radius: 0.64rem;
}

.jqwgt-dim-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.36rem;
}

.jqwgt-dim-inner img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 0.22rem;
  box-sizing: border-box;
}

/* 对比角度 / 人脸 / 刷卡 / 指纹 列：统一背景、内边距与圆角 */
.jqwgt-compare-table tbody td:not(.jqwgt-dim-cell):not(.jqwgt-uwb) {
  background: #f7f9fc;
  border-bottom: 1px solid #e8eef8;
  color: #555;
  min-height: 2.2rem;
  height: 2.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.jqwgt-angle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
  padding-left: 0.65rem !important;
  padding-right: 0.35rem !important;
  text-align: left;
  font-weight: 600;
  color: #333;
  min-height: 2.2rem;
  height: 2.2rem;
  box-sizing: border-box;
}

/* 对比角度列小图标：按设计稿缩小 */
.jqwgt-angle img {
  width: 0.55rem;
  height: 0.55rem;
  flex-shrink: 0;
}

.jqwgt-compare-table tbody tr:first-child td:not(.jqwgt-dim-cell):not(.jqwgt-uwb) {
  border-top-left-radius: 0.55rem;
  border-top-right-radius: 0.55rem;
}

.jqwgt-compare-table tbody tr:last-child td:not(.jqwgt-dim-cell):not(.jqwgt-uwb) {
  border-bottom-left-radius: 0.55rem;
  border-bottom-right-radius: 0.55rem;
  border-bottom: none;
}

/* UWB 推荐列 */
.jqwgt-uwb {
  background: linear-gradient(180deg, #5b84ff 0%, #4b75fd 55%, #3f6af0 100%) !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 0.68rem;
  text-align: left !important;
  padding: 0.4rem 0.8rem 0.4rem 0.95rem !important;
  min-height: 2.2rem;
  height: 2.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 0.27rem 0.9rem rgba(75, 117, 253, 0.22);
  box-sizing: border-box;
}

.jqwgt-compare-table tbody tr:first-child .jqwgt-uwb {
  border-top-left-radius: 0.64rem;
  border-top-right-radius: 0.64rem;
}

.jqwgt-compare-table tbody tr:last-child .jqwgt-uwb {
  border-bottom-left-radius: 0.64rem;
  border-bottom-right-radius: 0.64rem;
  border-bottom: none !important;
}

.jqwgt-uwb-inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  text-align: left;
  line-height: 1.4;
}

.jqwgt-uwb-inner img {
  width: 0.82rem;
  height: 0.82rem;
  flex-shrink: 0;
}

/* 多行文案行：允许随内容增高，同行各列仍对齐 */
.jqwgt-compare-table tbody td.jqwgt-multiline,
.jqwgt-compare-table tbody tr:has(.jqwgt-multiline) td:not(.jqwgt-dim-cell) {
  height: auto;
  min-height: 2.2rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.jqwgt-compare-table .jqwgt-multiline {
  white-space: pre-line;
  line-height: 1.45;
}

/* ---------- APP操作流程 ---------- */
.jqwgt-app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.27rem;
  margin-bottom: 1rem;
}

.jqwgt-app-card {
  display: flex;
  background: #fff;
  border: 1px solid #e8eefc;
  border-radius: 0.73rem;
  box-shadow: 0 0.45rem 1.45rem rgba(75, 117, 253, 0.08);
  overflow: hidden;
  min-height: 12.5rem;
}

.jqwgt-app-card__info {
  flex: 1;
  min-width: 0;
  padding: 1.2rem 0.9rem 1.1rem 1.1rem;
  position: relative;
  z-index: 1;
}

.jqwgt-app-card__num {
  position: absolute;
  top: 0.55rem;
  left: 0.7rem;
  width: 3.6rem;
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}

.jqwgt-app-card__title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 1.8rem 0 0.55rem;
  position: relative;
  z-index: 1;
}

.jqwgt-app-card__title img {
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
  flex-shrink: 0;
}

.jqwgt-app-card__title h3 {
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0;
}

.jqwgt-app-card__info > p {
  font-size: 0.68rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}

.jqwgt-app-card__shot {
  width: 42%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  padding: 0.7rem 0.45rem 0;
}

.jqwgt-app-card__shot img {
  width: 100%;
  max-width: 7.5rem;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ---------- 产品介绍 ---------- */
.jqwgt-product {
  display: flex;
  gap: 2.4rem;
  align-items: stretch;
  margin-bottom: 2.5rem;
}

.jqwgt-product__media {
  flex: 0 0 28%;
  background: #f5f7fb;
  border-radius: 0.73rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  box-sizing: border-box;
  margin-left: 15%;

}

.jqwgt-product__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.jqwgt-product__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jqwgt-product__title {
  margin-bottom: 1.45rem;

}

.jqwgt-product__title h3 {
  font-size: 1.27rem;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0 0 0.27rem;
}

.jqwgt-product__title p {
  font-size: 0.82rem;
  color: #888;
  margin: 0 0 0.73rem;
}

.jqwgt-product__title::after {
  content: '';
  display: block;
  width: 2.2rem;
  height: 0.14rem;
  background: #4b75fd;
  border-radius: 2px;
}

.jqwgt-spec-table {
  width: 70%;
  border-collapse: collapse;
}

.jqwgt-spec-table tr:nth-child(odd) {
  background: #f5f7fb;
}

.jqwgt-spec-table tr:nth-child(even) {
  background: #fff;
}

.jqwgt-spec-table td {
  padding: 0.82rem 1rem;
  font-size: 0.52rem;
  color: #333;
  line-height: 1.55;
  border: none;
}

.jqwgt-spec-table td:first-child {
  width: 32%;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
}

/* ---------- 响应式 ---------- */
@media (max-width: 1200px) {
  .jqwgt-inner {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .jqwgt-pain-grid {
    flex-wrap: wrap;
  }

  .jqwgt-pain-card {
    flex: 1 1 calc(50% - 0.55rem);
  }

  .jqwgt-flow {
    flex-wrap: wrap;
  }

  .jqwgt-flow__item {
    flex: 1 1 calc(50% - 1.2rem);
  }

  .jqwgt-flow__arrow {
    display: none;
  }

  .jqwgt-app-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jqwgt-product {
    flex-direction: column;
    gap: 1.6rem;
  }

  .jqwgt-product__media {
    flex: none;
  }

  .jqwgt-compare-wrap {
    overflow-x: auto;
  }

  .jqwgt-compare-block {
    min-width: 56rem;
  }

  .jqwgt-compare-table {
    min-width: 56rem;
  }
}

@media (max-width: 768px) {
  .jqwgt-header p {
    font-size: 22px;
  }

  .jqwgt-header h2,
  .jqwgt-header .sxnd-title {
    font-size: 24px;
  }

  .jqwgt-pain-card,
  .jqwgt-flow__item {
    flex: 1 1 100%;
  }

  .jqwgt-app-grid {
    grid-template-columns: 1fr;
  }

  .jqwgt-spec-table td:first-child {
    white-space: normal;
  }
}
