/*
Theme Name: 鹊集餐饮代下单-v90
Theme URI: https://www.quejihub.com
Author: 鹊集科技
Author URI: https://www.quejihub.com
Description: 鹊集餐饮代下单会员权益平台WordPress主题，基于数字发卡网1:1视觉还原，支持新闻动态文章发布和常见问题FAQ管理。
Version: 1.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quejihub
Tags: 餐饮, 代下单, 会员权益, 企业官网, 新闻, FAQ
*/

/* 主题样式主要存放在 assets/css/ 目录中 */


/* 修复开店优势橙色背景 */
.solution22 {
  background: linear-gradient(135deg, #ff7a29 0%, #ff5e14 100%) !important;
  padding: 80px 0 !important;
  margin-top: 40px !important;
}
.solution22 .title {
  color: #fff !important;
  text-align: center !important;
  font-size: 36px !important;
  font-weight: bold !important;
  margin-bottom: 50px !important;
}



/* 正确修复开店优势kaid橙色背景 */
.kaid {
  background: url('https://qn.rizhaot.com/images/orange-bg.png') center center / cover no-repeat !important;
  padding: 60px 0 !important;
  margin: 40px 0 !important;
}
.kaid .title {
  color: #fff !important;
  text-align: center;
}
.kaid .kaidItem .itemtitle {
  color: #fff !important;
}
.kaid .kaidItem .dec {
  color: rgba(255,255,255,0.9) !important;
}

/* === 板块布局修正，和原站1:1 === */
.solution22{background:#fff !important; padding:60px 0 90px !important; position:relative; z-index:2;}
.solution22 .solutionBody{display:flex; justify-content:space-between; gap:30px; margin-top:50px;}
.solution22 .solutionBodyItem{
  background:#fff;
  flex:1;
  padding:30px 35px 40px;
  position:relative;
  z-index:3;
  min-height:240px;
}
/* 卡片底部中间橙色小方块，垂到橙色区域 */
.solution22 .solutionBodyItem::after{
  content:'';
  position:absolute;
  bottom:-22px;
  left:50%;
  transform:translateX(-50%);
  width:36px;
  height:22px;
  background:#e06a2b;
  z-index:5;
}
.solution22 .solutionTitle{text-align:center; font-size:32px; font-weight:bold; color:#222; margin-bottom:20px;}
.kaid{
  background: linear-gradient(135deg, #d45f27 0%, #d87c3a 50%, #c9904f 100%) !important;
  position:relative;
  z-index:1;
  margin-top:-10px !important;
}
.kaid .title{color:#fff; text-align:center; font-size:32px; font-weight:bold; margin-bottom:50px; position:relative; z-index:2;}
.kaid .kaidBody{display:flex; justify-content:space-around; position:relative; z-index:2;}
.kaid .kaidItem{text-align:center; color:#fff; flex:1;}
.kaid .kaidItem .itemtitle{font-size:18px; font-weight:500; margin-bottom:10px; opacity:0.95;}
.kaid .kaidItem .dec{font-size:14px; opacity:0.85;}
