.elementor-1837 .elementor-element.elementor-element-766b256b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-78eb8b48 *//* ============================================
   Glorysmart 产品页面专属样式
   作用域：.glorysmart-product-page
   适用位置：高级设置 → 自定义CSS
   ============================================ */

/* ---------- 全局重置（仅限本页面） ---------- */
.glorysmart-product-page {
  font-family: 'Segoe UI', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

/* ---------- 标题 ---------- */
.glorysmart-product-page h1 {
  font-size: 28px;
  color: #1a1a1a;
  border-bottom: 3px solid #2563eb;
  padding-bottom: 10px;
}

.glorysmart-product-page h2 {
  font-size: 22px;
  color: #2563eb;
  margin-top: 35px;
  border-left: 4px solid #2563eb;
  padding-left: 12px;
}

.glorysmart-product-page h3 {
  font-size: 18px;
  color: #444;
  margin-top: 25px;
}

/* ---------- 表格 ---------- */
.glorysmart-product-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 14px;
}

.glorysmart-product-page table th {
  background: #2563eb;
  color: #fff;
  padding: 10px 8px;
  text-align: center;
}

.glorysmart-product-page table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.glorysmart-product-page table tr:nth-child(even) {
  background: #f7f9fc;
}

.glorysmart-product-page table tr:hover {
  background: #eef3ff;
}

/* ---------- 高亮框 ---------- */
.glorysmart-product-page .highlight-box {
  background: #f0f7ff;
  border-left: 4px solid #2563eb;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}

/* ---------- CTA 行动按钮区 ---------- */
.glorysmart-product-page .cta-box {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
}

.glorysmart-product-page .cta-box h3 {
  color: #fff !important;
  margin-top: 0;
}

.glorysmart-product-page .cta-box a {
  color: #ffd700;
  text-decoration: underline;
  font-weight: bold;
}

/* ---------- 功能卡片网格 ---------- */
.glorysmart-product-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.glorysmart-product-page .feature-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.glorysmart-product-page .feature-card h4 {
  margin: 0 0 8px;
  color: #2563eb;
  font-size: 16px;
}

.glorysmart-product-page .feature-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* ---------- 规格列表（双栏） ---------- */
.glorysmart-product-page .spec-list {
  columns: 2;
  column-gap: 30px;
}

.glorysmart-product-page .spec-list ul {
  margin: 0;
  padding-left: 20px;
}

.glorysmart-product-page .spec-list li {
  margin-bottom: 6px;
}

/* ---------- 联系方式区域 ---------- */
.glorysmart-product-page .contact-info {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin: 25px 0;
}

.glorysmart-product-page .contact-info a {
  color: #2563eb;
  text-decoration: none;
}

.glorysmart-product-page .contact-info a:hover {
  text-decoration: underline;
}

/* ---------- QR / 下载提示 ---------- */
.glorysmart-product-page .qr-note {
  background: #fff8e1;
  border: 1px dashed #f9a825;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
  margin: 10px 0;
}

/* ---------- 面包屑 ---------- */
.glorysmart-product-page .breadcrumb {
  font-size: 13px;
  color: #888;
  margin-bottom: 15px;
}

.glorysmart-product-page .breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

/* ---------- 标签 ---------- */
.glorysmart-product-page .tag {
  display: inline-block;
  background: #e8f0fe;
  color: #2563eb;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin: 3px;
}

/* ---------- 底部小字 ---------- */
.glorysmart-product-page .footer-note {
  margin-top: 30px;
  font-size: 13px;
  color: #999;
}/* End custom CSS */