/* 厂家直销 · 价格透明 - RISING CRANE - WordPress版 */
/* k.qizhongji.com 配色：#1a3a5c深空蓝 + #e67e22橙色 */

/* ===== 页面容器 ===== */
.kekao-zhixiao {
  padding-top: 20px;
}
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }


/* ===== zhixiao页面修复：主题默认wrap为flex导致横向排列 ===== */
.zhixiao-hero .wrap,
.why-section .wrap,
.price-section .wrap,
.promise4-section .wrap,
.advantage-section .wrap,
.case-section .wrap,
.zhixiao-cta .wrap {
  display: block !important;
}
/* ===== 通用 ===== */
.sec-title {
  font-size: 28px; color: #1a3a5c; font-weight: 800;
  text-align: center; margin-bottom: 10px;
}
.sec-sub { font-size: 14px; color: #888; text-align: center; margin-bottom: 35px; }
.section-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(230,126,34,0.08); color: #e67e22;
  padding: 4px 16px; border-radius: 20px; font-size: 12px;
  font-weight: 600; letter-spacing: 1px; margin-bottom: 10px;
}
.grad-orange {
  background: linear-gradient(135deg, #e67e22, #d35400);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.grad-gold {
  background: linear-gradient(135deg, #e67e22, #f5a623);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== HERO ===== */
.zhixiao-hero {
  background: linear-gradient(135deg, #0f2a44 0%, #1a3a5c 50%, #0f2a44 100%);
  padding: 70px 0 80px; position: relative; overflow: hidden;
}
.zhixiao-hero .hero-deco {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.zhixiao-hero .hero-deco.d1 {
  top: -100px; right: -100px; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(230,126,34,0.06) 0%, transparent 70%);
}
.zhixiao-hero .hero-deco.d2 {
  bottom: -80px; left: -80px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(41,128,185,0.08) 0%, transparent 70%);
}
.zhixiao-hero .wrap { position: relative; z-index: 2; }
.zhixiao-hero .hero-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.zhixiao-hero .hero-text { flex: 1; min-width: 300px; }
.zhixiao-hero .hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(230,126,34,0.15); color: #e67e22;
  padding: 6px 20px; border-radius: 30px; font-size: 13px;
  font-weight: 600; letter-spacing: 1px; margin-bottom: 18px;
  border: 1px solid rgba(230,126,34,0.2);
}
.zhixiao-hero .hero-badge .dot {
  display: inline-block; width: 6px; height: 6px;
  border-radius: 50%; background: #e67e22;
  animation: zhixiaoPulse 2s infinite;
}
@keyframes zhixiaoPulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.zhixiao-hero h1 {
  font-size: 40px; color: #fff; font-weight: 800;
  line-height: 1.2; margin-bottom: 12px;
}
.zhixiao-hero .hero-desc {
  font-size: 16px; color: rgba(255,255,255,0.6);
  line-height: 1.9; max-width: 500px; margin-bottom: 28px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-btns .btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg,#e67e22,#d35400); color: #fff;
  padding: 14px 36px; border-radius: 30px; font-size: 15px;
  font-weight: 600; text-decoration: none;
  box-shadow: 0 8px 25px rgba(230,126,34,0.35);
  transition: all 0.3s;
}
.hero-btns .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(230,126,34,0.45); }
.hero-btns .btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255,255,255,0.2); color: #fff;
  padding: 14px 36px; border-radius: 30px; font-size: 15px;
  font-weight: 600; text-decoration: none; transition: all 0.3s;
}
.hero-btns .btn-outline:hover { border-color: #e67e22; background: rgba(230,126,34,0.1); }

/* 价格大标签 */
.price-circle {
  flex-shrink: 0; text-align: center;
}
.price-circle .pc-ring {
  width: 220px; height: 220px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(230,126,34,0.12), rgba(230,126,34,0.04));
  border: 2px solid rgba(230,126,34,0.25);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; backdrop-filter: blur(4px);
  animation: pricePulse 3s ease-in-out infinite;
}
@keyframes pricePulse { 0%,100%{box-shadow:0 0 20px rgba(230,126,34,0.15),inset 0 0 20px rgba(230,126,34,0.05)} 50%{box-shadow:0 0 40px rgba(230,126,34,0.3),inset 0 0 30px rgba(230,126,34,0.1)} }
.price-circle .pc-label { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 4px; }
.price-circle .pc-num {
  font-size: 56px; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg,#e67e22,#f5a623,#e67e22,#f5a623);
  background-size: 300% 300%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShimmer 4s ease-in-out infinite;
}
@keyframes goldShimmer { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.price-circle .pc-unit { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* 信任徽标 */
.hero-trust {
  display: flex; gap: 24px; margin-top: 40px; flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,0.06); padding-top: 28px;
}
.hero-trust .trust-item {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.4); font-size: 13px;
}
.hero-trust .trust-item .ti-icon { font-size: 18px; }

/* ===== 为什么这么便宜 ===== */
.why-section { padding: 70px 0; background: #fff; }
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.why-card {
  background: linear-gradient(180deg, #f8fbff, #eef4fa);
  border-radius: 16px; padding: 36px 28px; text-align: center;
  border: 1px solid #e8edf4; position: relative; overflow: hidden;
}
.why-card .w-num-bg {
  position: absolute; top: -20px; right: -20px;
  font-size: 80px; color: rgba(230,126,34,0.06); font-weight: 800;
}
.why-card .w-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, #1a3a5c, #2c5f8a);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 28px; color: #fff;
}
.why-card h3 { font-size: 18px; color: #1a3a5c; font-weight: 700; margin-bottom: 10px; }
.why-card p { font-size: 14px; color: #666; line-height: 1.8; margin: 0; }

/* ===== 报价参考 ===== */
.price-section { padding: 70px 0; background: linear-gradient(180deg, #f8fbff, #eef4fa); }
.price-section .table-wrap {
  overflow-x: auto; border-radius: 16px;
  box-shadow: 0 4px 20px rgba(26,58,92,0.06);
}
.price-section table { width: 100%; border-collapse: collapse; font-size: 14px; }
.price-section thead { background: #1a3a5c; color: #fff; }
.price-section th { padding: 16px 20px; text-align: left; font-weight: 600; }
.price-section th.center { text-align: center; }
.price-section td { padding: 14px 20px; color: #555; }
.price-section td.center { text-align: center; }
.price-section td .highlight { color: #e67e22; font-weight: 800; font-size: 18px; }
.price-section td .hot-tag {
  display: inline-block; background: #fff3e0; color: #e67e22;
  font-size: 12px; font-weight: 600; padding: 2px 12px; border-radius: 20px;
}
.price-section td .sell-tag {
  display: inline-block; background: #e8f5e9; color: #2e7d32;
  font-size: 12px; font-weight: 600; padding: 2px 12px; border-radius: 20px;
}
.price-section td .stock-tag {
  display: inline-block; background: #e3f2fd; color: #1565c0;
  font-size: 12px; font-weight: 600; padding: 2px 12px; border-radius: 20px;
}
.price-section tbody tr { border-bottom: 1px solid #eef2f7; }
.price-section tbody .tr-hl { background: #fffef5; }
.price-section tbody .tr-alt { background: #f8fbff; }
.price-section .table-note { text-align: center; font-size: 13px; color: #999; margin-top: 14px; }
.price-section .table-cta { text-align: center; margin-top: 24px; }

/* ===== 四省承诺 ===== */
.promise4-section { padding: 70px 0; background: #fff; }
.promise4-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.promise4-card {
  text-align: center; padding: 32px 16px; border-radius: 16px;
  border: 1px solid #eef2f7; transition: all 0.3s; cursor: default;
}
.promise4-card:hover { box-shadow: 0 8px 24px rgba(26,58,92,0.06); transform: translateY(-4px); }
.promise4-card .p4-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 26px;
}
.promise4-card .p4-icon.blue { background: linear-gradient(135deg, #e8f4fd, #c8dcf2); }
.promise4-card .p4-icon.yellow { background: linear-gradient(135deg, #fef9e7, #f9e79f); }
.promise4-card .p4-icon.green { background: linear-gradient(135deg, #e8f8e8, #c8e6c9); }
.promise4-card .p4-icon.pink { background: linear-gradient(135deg, #fce4ec, #f8bbd0); }
.promise4-card h4 { font-size: 16px; color: #1a3a5c; font-weight: 700; margin-bottom: 6px; }
.promise4-card p { font-size: 13px; color: #888; line-height: 1.7; margin: 0; }

/* ===== 核心优势 ===== */
.advantage-section { padding: 70px 0; background: linear-gradient(180deg, #f8fbff, #eef4fa); }
.advantage-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  max-width: 1100px; margin: 0 auto;
}
.advantage-card {
  background: #fff; border-radius: 16px; padding: 32px 22px; text-align: center;
  border: 1px solid #e8edf4; transition: all 0.3s; cursor: default;
}
.advantage-card:hover { box-shadow: 0 8px 24px rgba(26,58,92,0.08); transform: translateY(-4px); }
.advantage-card .a-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 28px;
}
.advantage-card .a-icon.blue { background: linear-gradient(135deg, #e8f4fd, #c8dcf2); }
.advantage-card .a-icon.yellow { background: linear-gradient(135deg, #fef9e7, #f9e79f); }
.advantage-card .a-icon.green { background: linear-gradient(135deg, #e8f8e8, #c8e6c9); }
.advantage-card .a-icon.pink { background: linear-gradient(135deg, #fce4ec, #f8bbd0); }
.advantage-card h4 { font-size: 16px; color: #1a3a5c; font-weight: 700; margin-bottom: 8px; }
.advantage-card p { font-size: 13px; color: #666; line-height: 1.8; margin: 0; }
.advantage-cta { text-align: center; margin-top: 36px; }

/* ===== 省钱案例 ===== */
.case-section { padding: 70px 0; background: #fff; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card {
  background: linear-gradient(180deg, #f8fbff, #eef4fa);
  border-radius: 16px; overflow: hidden; border: 1px solid #e8edf4;
}
.case-card .case-body { padding: 28px 24px; text-align: center; }
.case-card .case-name { font-size: 24px; color: #1a3a5c; font-weight: 800; margin-bottom: 4px; }
.case-card .case-desc { font-size: 13px; color: #888; margin-bottom: 14px; }
.case-card .price-compare {
  display: flex; justify-content: center; gap: 20px; margin-bottom: 14px;
}
.case-card .price-compare .pc-old .pc-label { font-size: 12px; color: #999; }
.case-card .price-compare .pc-old .pc-val {
  font-size: 20px; color: #c0392b; font-weight: 800; text-decoration: line-through;
}
.case-card .price-compare .pc-new .pc-label { font-size: 12px; color: #999; }
.case-card .price-compare .pc-new .pc-val {
  font-size: 24px; color: #e67e22; font-weight: 800;
}
.case-card .save-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: #e8f5e9; color: #2e7d32;
  font-size: 13px; font-weight: 600; padding: 4px 16px; border-radius: 20px;
}

/* ===== CTA ===== */
.zhixiao-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #0f2a44, #1a3a5c, #0f2a44);
  text-align: center; position: relative; overflow: hidden;
}
.zhixiao-cta .cta-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(230,126,34,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.zhixiao-cta .wrap { position: relative; z-index: 2; }
.zhixiao-cta h2 {
  font-size: 32px; color: #fff; font-weight: 800; margin-bottom: 10px;
}
.zhixiao-cta p { color: rgba(255,255,255,0.6); font-size: 15px; margin-bottom: 8px; }
.zhixiao-cta .cta-features {
  display: flex; justify-content: center; gap: 16px;
  flex-wrap: wrap; margin-bottom: 20px;
}
.zhixiao-cta .cta-features span {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.4); font-size: 13px;
}
.zhixiao-cta .cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg,#e67e22,#d35400); color: #fff;
  padding: 16px 50px; border-radius: 30px; font-size: 16px;
  font-weight: 700; text-decoration: none;
  box-shadow: 0 10px 30px rgba(230,126,34,0.35);
  transition: all 0.3s;
}
.zhixiao-cta .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(230,126,34,0.4);
}

/* ===== 通用按钮 ===== */
.btn-orange {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg,#e67e22,#d35400); color: #fff;
  padding: 14px 44px; border-radius: 30px; font-size: 15px;
  text-decoration: none; font-weight: 600;
  box-shadow: 0 6px 20px rgba(230,126,34,0.35);
  transition: all 0.3s;
}
.btn-orange:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(230,126,34,0.45); }

/* ===== 响应式 ===== */
@media (max-width: 991px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .promise4-grid { grid-template-columns: repeat(2, 1fr); }
  .price-section th { font-size: 12px; padding: 12px 10px; }
  .price-section td { font-size: 12px; padding: 10px; }
}
@media (max-width: 767px) {
  .zhixiao-hero { padding: 50px 0 60px; }
  .zhixiao-hero h1 { font-size: 26px; }
  .zhixiao-hero .hero-row { flex-direction: column; text-align: center; }
  .zhixiao-hero .hero-text { min-width: 0; }
  .zhixiao-hero .hero-desc { max-width: 100%; margin: 0 auto 28px; }
  .hero-btns { justify-content: center; flex-direction: column; align-items: stretch; }
  .hero-btns a { justify-content: center; }
  .price-circle .pc-ring { width: 160px; height: 160px; }
  .price-circle .pc-num { font-size: 36px; }
  .why-grid { grid-template-columns: 1fr; }
  .promise4-grid { grid-template-columns: 1fr; }
  .advantage-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .price-section table { font-size: 11px; }
  .price-section th { padding: 10px 8px; font-size: 11px; }
  .price-section td { padding: 10px 8px; font-size: 11px; }
  .price-section td .highlight { font-size: 14px; }
  .zhixiao-cta { padding: 50px 0; }
  .zhixiao-cta h2 { font-size: 22px; }
  .zhixiao-cta .cta-btn { padding: 14px 30px; font-size: 14px; width: 100%; justify-content: center; }
  .zhixiao-cta .cta-features { flex-direction: column; align-items: center; }
  .sec-title { font-size: 22px; }
  .why-card { padding: 28px 20px; }
  .case-card .case-name { font-size: 18px; }
  .case-card .price-compare .pc-new .pc-val { font-size: 20px; }
  .hero-trust { gap: 12px; }
  .hero-trust .trust-item { font-size: 12px; }
}
