/**
 * 内页与首页统一的云脉风样式（依赖 body.zjmf-home-hw，在 index-home-hw.css 之后加载）
 */

/* --- 页面基底 --- */
body.zjmf-home-hw {
  background: #f5f7fa;
  color: #333;
}

body.zjmf-home-hw .text-primary {
  color: #1677ff !important;
}

body.zjmf-home-hw .text-primary:hover {
  color: #0958d9 !important;
}

/* --- 内页首屏：与首页 .hw-hero 同一套灰底、高度、左向渐变遮罩与标题字号 --- */
body.zjmf-home-hw .page-hero.space2x,
body.zjmf-home-hw section.page-hero.space2x {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.zjmf-home-hw .page-hero,
body.zjmf-home-hw section.page-hero {
  position: relative !important;
  margin-top: 0 !important;
  overflow: hidden !important;
  background-color: #e8eaed !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: none;
  height: min(46vh, 440px) !important;
  min-height: 360px !important;
  display: flex !important;
  align-items: center !important;
}

@media (min-width: 992px) {
  body.zjmf-home-hw .page-hero,
  body.zjmf-home-hw section.page-hero {
    height: min(52vh, 500px) !important;
    min-height: 420px !important;
  }
}

body.zjmf-home-hw .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.65) 45%,
    rgba(255, 255, 255, 0.35) 100%
  );
}

body.zjmf-home-hw .page-hero .container,
body.zjmf-home-hw .page-hero .page-hero-text {
  position: relative;
  z-index: 1;
}

body.zjmf-home-hw .page-hero .page-hero-text {
  padding-top: 0;
  padding-bottom: 40px;
  width: 100%;
}

body.zjmf-home-hw .page-hero.text-center .page-hero-text,
body.zjmf-home-hw .page-hero .page-hero-text.text-center {
  text-align: center;
}

body.zjmf-home-hw .page-hero h2 {
  margin: 0 0 20px !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #000 !important;
  line-height: 1.25 !important;
  max-width: 720px;
  letter-spacing: normal !important;
}

@media (min-width: 768px) {
  body.zjmf-home-hw .page-hero h2 {
    font-size: 44px !important;
  }
}

body.zjmf-home-hw .page-hero.text-center h2,
body.zjmf-home-hw .page-hero .text-center h2 {
  margin-left: auto;
  margin-right: auto;
}

body.zjmf-home-hw .page-hero .hero-slogan,
body.zjmf-home-hw .page-hero .hero-slogan-small {
  color: #555 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin: 0 0 32px !important;
  max-width: 640px;
}

body.zjmf-home-hw .page-hero.text-center .hero-slogan,
body.zjmf-home-hw .page-hero.text-center .hero-slogan-small,
body.zjmf-home-hw .page-hero .text-center .hero-slogan {
  margin-left: auto;
  margin-right: auto;
}

body.zjmf-home-hw .page-hero .hero-slogan-small {
  color: #555 !important;
}

body.zjmf-home-hw .page-hero .noti-holder .noti {
  background: rgba(22, 119, 255, 0.08);
  border: 1px solid rgba(22, 119, 255, 0.2);
  border-radius: 999px;
}

body.zjmf-home-hw .page-hero .noti-holder .badge {
  background: #1677ff !important;
  color: #fff !important;
}

body.zjmf-home-hw .page-hero .noti-holder .text {
  color: #333 !important;
}

/* base.css 里各产品页 .page-hero.xxx 深色底图优先级更高，这里统一拉回与首页 .hw-hero 一致的灰底首屏 */
body.zjmf-home-hw .page-hero.vps,
body.zjmf-home-hw .page-hero.cart,
body.zjmf-home-hw .page-hero.transfer,
body.zjmf-home-hw .page-hero.colocation,
body.zjmf-home-hw .page-hero.company,
body.zjmf-home-hw .page-hero.management,
body.zjmf-home-hw .page-hero.article,
body.zjmf-home-hw .page-hero.vds,
body.zjmf-home-hw .page-hero.ssl,
body.zjmf-home-hw .page-hero.hosting,
body.zjmf-home-hw .page-hero.cdn,
body.zjmf-home-hw .page-hero.dedi,
body.zjmf-home-hw .page-hero.dediserver,
body.zjmf-home-hw .page-hero.tos {
  background-image: none !important;
  background-color: #e8eaed !important;
  min-height: 0 !important;
}

/* 内页首屏双按钮：与首页 CTA 间距一致 */
body.zjmf-home-hw .hw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

/* --- 版块标题（关于、新闻等）--- */
body.zjmf-home-hw .section-title {
  font-weight: 600;
  color: #000;
  font-size: clamp(1.5rem, 1.5vw + 1rem, 2rem);
  letter-spacing: -0.02em;
}

body.zjmf-home-hw .section-subtitle {
  color: #666;
  font-size: 1rem;
  line-height: 1.65;
}

/* --- 次级导航条 --- */
body.zjmf-home-hw .pages-tabs {
  height: auto;
  min-height: 52px;
  border-bottom: 1px solid #e8e8e8;
}

body.zjmf-home-hw .pages-tabsFix {
  background: #fff !important;
}

body.zjmf-home-hw .tabs-item {
  height: 52px;
  border-bottom: 2px solid transparent;
}

body.zjmf-home-hw .tabs-item.active {
  background: transparent !important;
  border-bottom-color: #1677ff;
}

body.zjmf-home-hw .tabs-item > a {
  color: #666 !important;
  font-size: 15px;
}

body.zjmf-home-hw .tabs-item.active > a {
  color: #1677ff !important;
  font-weight: 600;
}

body.zjmf-home-hw .tabs-item > a:hover {
  color: #1677ff !important;
}

/* --- 全站按钮：对齐首页 .hw-hero .hw-cta（14px、胶囊、非满宽条）--- */
body.zjmf-home-hw .btn:not(.btn-link) {
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  line-height: 1.35 !important;
  min-height: 0 !important;
  height: auto !important;
  box-shadow: none !important;
}

body.zjmf-home-hw .btn.btn-lg:not(.btn-link) {
  padding: 10px 24px !important;
  font-size: 15px !important;
}

body.zjmf-home-hw .btn.btn-sm:not(.btn-link),
body.zjmf-home-hw .btn.btn-xs:not(.btn-link) {
  padding: 6px 14px !important;
  font-size: 13px !important;
}

body.zjmf-home-hw .btn-primary,
body.zjmf-home-hw a.btn-primary,
body.zjmf-home-hw button.btn-primary {
  background-color: #1677ff !important;
  border-color: #1677ff !important;
  color: #fff !important;
  border-radius: 999px !important;
}

body.zjmf-home-hw .btn-primary:hover,
body.zjmf-home-hw .btn-primary:focus,
body.zjmf-home-hw a.btn-primary:hover,
body.zjmf-home-hw button.btn-primary:hover {
  background-color: #0958d9 !important;
  border-color: #0958d9 !important;
  color: #fff !important;
}

/* 定价表等：去掉「整行巨条」观感 */
body.zjmf-home-hw .btn.btn-block {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
}

body.zjmf-home-hw .btn.w-100:not(.btn-block) {
  width: auto !important;
  max-width: min(100%, 260px);
}

@media (max-width: 575px) {
  body.zjmf-home-hw .btn.w-100:not(.btn-block) {
    max-width: 100%;
  }
}

body.zjmf-home-hw .btn-default,
body.zjmf-home-hw .btn-secondary {
  border-radius: 999px !important;
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #d0d5dd !important;
}

body.zjmf-home-hw .btn-default:hover,
body.zjmf-home-hw .btn-secondary:hover {
  border-color: #1677ff !important;
  color: #1677ff !important;
  background: #fff !important;
}

body.zjmf-home-hw .btn-brand-01,
body.zjmf-home-hw .btn-outline-brand-01,
body.zjmf-home-hw .btn-brand-03 {
  border-radius: 999px !important;
  font-size: 14px !important;
  padding: 8px 18px !important;
  line-height: 1.35 !important;
  height: auto !important;
  min-height: 0 !important;
}

body.zjmf-home-hw .free-use-btn a,
body.zjmf-home-hw .free-use-btn.btn-white,
body.zjmf-home-hw a#contorlTai,
body.zjmf-home-hw #contorlTai {
  background: #1677ff !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  display: inline-block !important;
  width: auto !important;
  min-height: 0 !important;
  height: auto !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

body.zjmf-home-hw .free-use-btn a:hover,
body.zjmf-home-hw #contorlTai:hover,
body.zjmf-home-hw a#contorlTai:hover {
  background: #0958d9 !important;
  color: #fff !important;
  border-color: transparent !important;
}

body.zjmf-home-hw .free-use-btn.solutionBtn {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
}

body.zjmf-home-hw .free-use-btn.solutionBtn a {
  padding: 8px 22px !important;
  font-size: 14px !important;
}

/* 双 CTA：第二个与首页次按钮一致（白底描边） */
body.zjmf-home-hw .page-hero .free-use-btn.btn-white ~ .free-use-btn.btn-white {
  background: #fff !important;
  border: 1px solid #d0d5dd !important;
}

body.zjmf-home-hw .page-hero .free-use-btn.btn-white ~ .free-use-btn.btn-white a {
  background: transparent !important;
  color: #333 !important;
  border-color: transparent !important;
}

body.zjmf-home-hw .page-hero .free-use-btn.btn-white ~ .free-use-btn.btn-white a:hover {
  color: #1677ff !important;
  border-color: transparent !important;
  background: transparent !important;
}

body.zjmf-home-hw .cloudBtn {
  border-radius: 999px !important;
  border: 1px solid #1677ff !important;
  background: #fff !important;
  display: inline-block !important;
  width: auto !important;
  padding: 0 !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

body.zjmf-home-hw .cloudBtn a {
  color: #1677ff !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  display: inline-block !important;
  border-radius: 999px !important;
}

body.zjmf-home-hw .cloudBtn:hover {
  background: #1677ff !important;
  border-color: #1677ff !important;
}

body.zjmf-home-hw .cloudBtn:hover a {
  color: #fff !important;
}

/* --- 云产品等：介绍区 --- */
body.zjmf-home-hw .cloud-introduce {
  background: #fff !important;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

body.zjmf-home-hw .cloud-introduce .cloud-introduce-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
}

/* --- 数据/口碑横条：原深色底 + 白字 → 浅底 + 深色字 --- */
body.zjmf-home-hw .cloud-advantages {
  background-image: none !important;
  background: linear-gradient(180deg, #f0f2f5 0%, #e8ebf0 100%) !important;
  min-height: 160px;
  padding: 48px 16px !important;
}

body.zjmf-home-hw .cloud-advantages .text-light,
body.zjmf-home-hw .cloud-advantages p {
  color: #333 !important;
}

body.zjmf-home-hw .cloud-advantages p[style*="color"] {
  color: #555 !important;
}

/* --- 特性卡片网格 --- */
body.zjmf-home-hw .cloud-div-content,
body.zjmf-home-hw .cloud-div-content-two {
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s, border-color 0.25s;
}

body.zjmf-home-hw .cloud-div-content:hover,
body.zjmf-home-hw .cloud-div-content-two:hover {
  border-color: #e0e0e0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

body.zjmf-home-hw .hometitleSpan span {
  font-weight: 600;
  color: #000;
  font-size: clamp(1.25rem, 1.2vw + 1rem, 1.75rem);
}

/* --- 中部 CTA 横幅 --- */
body.zjmf-home-hw .pro-cloud {
  background-image: none !important;
  background: linear-gradient(135deg, #fafbfc 0%, #eef1f6 55%, #e4e8ef 100%) !important;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  min-height: 260px !important;
}

body.zjmf-home-hw .pro-cloud .solutionDiv,
body.zjmf-home-hw .pro-cloud .solutionDiv div {
  color: #1a1a1a !important;
}

body.zjmf-home-hw .pro-cloud .newlineone,
body.zjmf-home-hw .pro-cloud .newlinetwo {
  background: #1677ff !important;
}

body.zjmf-home-hw .pro-cloud .free-use-btn.solutionBtn a {
  color: #fff !important;
}

/* SSL 等页中部横幅：.pro-solution（原深蓝大图 + 直角按钮）→ 与 .pro-cloud / 首页中段同一浅色体系 */
body.zjmf-home-hw .pro-solution {
  background-image: none !important;
  background: linear-gradient(135deg, #fafbfc 0%, #eef1f6 55%, #e4e8ef 100%) !important;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  min-height: 260px !important;
  padding: clamp(40px, 5vw, 56px) 16px !important;
}

body.zjmf-home-hw .pro-solution .solutionDiv,
body.zjmf-home-hw .pro-solution .solutionDiv div {
  color: #1a1a1a !important;
}

body.zjmf-home-hw .pro-solution .newlineone,
body.zjmf-home-hw .pro-solution .newlinetwo {
  background: linear-gradient(-90deg, #1677ff, rgba(22, 119, 255, 0)) !important;
}

body.zjmf-home-hw .pro-solution .newlinetwo {
  background: linear-gradient(90deg, #1677ff, rgba(22, 119, 255, 0)) !important;
}

body.zjmf-home-hw .pro-solution .solutionBtn {
  margin-top: 20px !important;
  background: transparent !important;
  border: none !important;
  display: inline-block !important;
}

body.zjmf-home-hw .pro-solution .solutionBtn a {
  display: inline-block !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  border-radius: 999px !important;
  background: #1677ff !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  text-decoration: none !important;
}

body.zjmf-home-hw .pro-solution .solutionBtn:hover {
  background: transparent !important;
  border: none !important;
}

body.zjmf-home-hw .pro-solution .solutionBtn:hover a {
  background: #0958d9 !important;
  color: #fff !important;
}

/* 推荐套餐：直角购买条 → 胶囊按钮 + 圆角卡片（与首页卡片节奏一致） */
body.zjmf-home-hw .newpackageDiv {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid #eee !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
  height: auto !important;
  min-height: 0 !important;
}

body.zjmf-home-hw .newpackageDiv:hover {
  border-color: rgba(22, 119, 255, 0.35) !important;
}

body.zjmf-home-hw .newpackageDivTitle {
  border-radius: 0 !important;
}

body.zjmf-home-hw .newpackageDiv:hover .newpackageDivTitle {
  background: #1677ff !important;
}

/* 套餐卡片底部：线框画在 a 上，避免外层方盒 + 内层圆角叠出「直角」 */
body.zjmf-home-hw .newpackageDivFooter .packageBtn,
body.zjmf-home-hw .packageBtn {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.35 !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: inline-block !important;
  box-sizing: border-box;
}

body.zjmf-home-hw .packageBtn a,
body.zjmf-home-hw .packageBtn button {
  display: inline-block !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  color: #1677ff !important;
  text-decoration: none !important;
  border: 1px solid #1677ff !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-sizing: border-box;
}

body.zjmf-home-hw .newpackageDiv:hover .packageBtn {
  background: transparent !important;
  border: none !important;
}

body.zjmf-home-hw .newpackageDiv:hover .packageBtn a,
body.zjmf-home-hw .newpackageDiv:hover .packageBtn button {
  background: #1677ff !important;
  border-color: #1677ff !important;
  color: #fff !important;
}

body.zjmf-home-hw .newpackageDivimgFooter a {
  display: inline-block !important;
  margin-top: 8px;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1677ff !important;
  border: 1px solid #1677ff !important;
  border-radius: 999px !important;
  text-decoration: none !important;
}

body.zjmf-home-hw .newpackageDivimgFooter a:hover {
  background: #1677ff !important;
  color: #fff !important;
}

/* tagdata / 定价表 / 任意注入的 Bootstrap 按钮：直角与固定高全部打掉 */
body.zjmf-home-hw .tab-content .btn,
body.zjmf-home-hw .tab-content a.btn,
body.zjmf-home-hw .tab-content button.btn,
body.zjmf-home-hw .newProductPackage .btn,
body.zjmf-home-hw .newProductPackage a.btn,
body.zjmf-home-hw .vps-hosting-pricing-table .btn,
body.zjmf-home-hw .vps-hosting-pricing-table a.btn,
body.zjmf-home-hw .newTable .btn,
body.zjmf-home-hw .newTable a.btn {
  border-radius: 999px !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.35 !important;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* tagdata 紧挨首屏后的兄弟块（非 .tab-content）里常见订购表 */
body.zjmf-home-hw section.page-hero + div:not(.tab-content) .btn,
body.zjmf-home-hw section.page-hero + div:not(.tab-content) a.btn,
body.zjmf-home-hw section.page-hero + .newProductPackage .btn,
body.zjmf-home-hw section.page-hero + .newProductPackage a.btn {
  border-radius: 999px !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.35 !important;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.zjmf-home-hw .i-title span {
  font-weight: 600 !important;
  color: #000 !important;
  font-size: clamp(1.25rem, 1.2vw + 1rem, 1.75rem) !important;
}

body.zjmf-home-hw .newpackage > div {
  border-color: #e5e7eb !important;
  border-radius: 8px;
}

body.zjmf-home-hw .newpackage > div:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

body.zjmf-home-hw .newpackage > div:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

body.zjmf-home-hw .titleSpan span {
  font-weight: 600 !important;
  color: #000 !important;
  font-size: clamp(1.25rem, 1.2vw + 1rem, 1.75rem) !important;
}

body.zjmf-home-hw .pro-features {
  background: #f5f7fa;
  padding: clamp(28px, 4vw, 48px) 0;
}

body.zjmf-home-hw .pro-features .newDivborder {
  border: none !important;
  padding-top: 8px;
}

body.zjmf-home-hw .pro-features .newDivborder .newDiv {
  border-right: none !important;
  border-bottom: none !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.zjmf-home-hw .pro-features .newDiv {
  height: auto !important;
  min-height: 0 !important;
  border-radius: 12px;
  border: 1px solid #eee !important;
  padding: 20px 20px 24px !important;
  margin-bottom: 16px !important;
  background: #fff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

body.zjmf-home-hw .pro-features .newDivTitle span {
  font-size: clamp(1.05rem, 0.5vw + 1rem, 1.25rem) !important;
  font-weight: 600 !important;
}

body.zjmf-home-hw .newpackageDivBody,
body.zjmf-home-hw .newpackageDivimgBody {
  height: auto !important;
  min-height: 160px;
}

body.zjmf-home-hw .pro-appScenario .appScenario > .col-md-4 > div:last-child {
  padding: 16px 4px 0;
}

body.zjmf-home-hw .pro-appScenario .appScenario img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.zjmf-home-hw .advantage-3num {
  background-image: none !important;
  padding-bottom: clamp(40px, 5vw, 70px) !important;
}

body.zjmf-home-hw .advantage-3num .item {
  border-radius: 12px !important;
  border: 1px solid #eee !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
  height: auto !important;
  min-height: 0 !important;
}

body.zjmf-home-hw .pro-func.func2 .item {
  border-radius: 12px !important;
  border: 1px solid #eee !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* SSL「相关产品」横条：去掉旧深蓝底图，卡片与「详情」按钮与首页一致 */
body.zjmf-home-hw .pro-services {
  background: #f5f7fa !important;
  background-image: none !important;
  min-height: 0 !important;
  padding: clamp(36px, 5vw, 56px) 0 clamp(48px, 6vw, 72px) !important;
}

body.zjmf-home-hw .pro-services .services-list .item {
  height: auto !important;
  min-height: 0 !important;
  border-radius: 12px !important;
  border: 1px solid #e8e8e8 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  background: #fff !important;
}

body.zjmf-home-hw .pro-services .services-list .item dl dd.t2 a {
  width: auto !important;
  min-width: 0 !important;
  padding: 8px 18px !important;
  line-height: 1.35 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 999px !important;
  border: 1px solid #1677ff !important;
  color: #1677ff !important;
}

body.zjmf-home-hw .pro-services .services-list .item dl dd.t2 a:hover {
  background: #1677ff !important;
  color: #fff !important;
  border-color: #1677ff !important;
}

/* 应用场景 Tab：胶囊切换 */
body.zjmf-home-hw .configure .config-tab span {
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 8px 16px;
  font-size: 14px;
  color: #555;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

body.zjmf-home-hw .configure .config-tab span.active {
  color: #1677ff !important;
  border-color: #1677ff !important;
  background: rgba(22, 119, 255, 0.08) !important;
  font-weight: 600;
}

body.zjmf-home-hw .configure .config-detail {
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  padding: 20px 22px 28px !important;
  margin-top: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

body.zjmf-home-hw .configure .config-detail h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}

body.zjmf-home-hw .configure .config-detail p {
  color: #666;
  line-height: 1.7;
}

/* --- 关于页：文化横幅 --- */
body.zjmf-home-hw .about-wrap {
  background-image: none !important;
  background: linear-gradient(120deg, #f5f7fa 0%, #e8ecf2 100%) !important;
  height: auto !important;
  min-height: 220px;
  padding: clamp(2.5rem, 5vw, 4rem) 16px !important;
}

body.zjmf-home-hw .about-wrap:after {
  display: none !important;
}

body.zjmf-home-hw .about-wrap .container span[style*="color"] {
  color: #1a1a1a !important;
}

body.zjmf-home-hw .about-wrap span {
  color: #333 !important;
}

body.zjmf-home-hw .about-contact {
  background: #fff;
}

body.zjmf-home-hw .about-contact p {
  color: #666 !important;
}

/* --- 企业文化卡片列表 --- */
body.zjmf-home-hw .citron-like ul li .li-inner-can {
  border-radius: 12px;
  border: 1px solid #eee !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

body.zjmf-home-hw .citron-like ul li h1 {
  color: #000 !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

body.zjmf-home-hw .citron-like ul li p {
  color: #666 !important;
}

body.zjmf-home-hw .citron-like ul li.has-hover:hover {
  box-shadow: 0 8px 28px rgba(22, 119, 255, 0.12);
}

/* --- 帮助中心：服务卡片 --- */
body.zjmf-home-hw .service-only-list {
  padding: clamp(32px, 4vw, 56px) 0;
  background: #f5f7fa;
}

body.zjmf-home-hw .service-card {
  border-radius: 12px;
  border: 1px solid #e8e8e8 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  background: #fff !important;
}

body.zjmf-home-hw .service-card-title {
  color: #000;
  font-weight: 600;
}

body.zjmf-home-hw .service-card-info,
body.zjmf-home-hw .service-card-info p {
  color: #666 !important;
}

body.zjmf-home-hw .phone-btn {
  border-radius: 999px;
  background: #f5f5f5 !important;
  color: #333 !important;
}

body.zjmf-home-hw .c-btn,
body.zjmf-home-hw .c-btn-small {
  border-radius: 999px !important;
  background: #1677ff !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  height: auto !important;
  min-height: 0 !important;
  display: inline-block !important;
}

body.zjmf-home-hw .c-btn:hover,
body.zjmf-home-hw .c-btn-small:hover {
  background: #0958d9 !important;
  color: #fff !important;
}

/* --- 帮助/新闻：搜索与列表区 --- */
body.zjmf-home-hw .sections {
  background: #fff;
  padding-bottom: clamp(40px, 5vw, 72px);
}

body.zjmf-home-hw .sections .content {
  max-width: 920px;
  margin: 0 auto;
}

body.zjmf-home-hw #search_form .th-input {
  border: 1px solid #ddd !important;
  border-radius: 999px 0 0 999px !important;
  padding: 12px 18px !important;
  background: #fff !important;
}

body.zjmf-home-hw #search_form button {
  border-radius: 0 999px 999px 0 !important;
  background: #1677ff !important;
  border: 1px solid #1677ff !important;
  color: #fff !important;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  min-height: 0 !important;
  height: auto !important;
}

body.zjmf-home-hw .boxes .box {
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1rem !important;
  transition: box-shadow 0.2s, border-color 0.2s;
  background: #fff !important;
}

body.zjmf-home-hw .boxes .box:hover {
  border-color: #1677ff33;
  box-shadow: 0 8px 28px rgba(22, 119, 255, 0.1);
}

body.zjmf-home-hw .boxes .box h5.name {
  color: #333;
  font-weight: 600;
}

/* --- 文章 / 通用内容区 --- */
body.zjmf-home-hw .section.bg-light,
body.zjmf-home-hw section.section {
  background: #fff !important;
}

body.zjmf-home-hw .section .card,
body.zjmf-home-hw .blog .card {
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

body.zjmf-home-hw .question-main {
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

body.zjmf-home-hw .question-title h5 {
  color: #000;
}

/* --- CDN 等特性列表 --- */
body.zjmf-home-hw .cdn-features .item {
  border-radius: 12px;
  border-color: #eee !important;
  background-color: #fff !important;
}

/* --- 表格定价 --- */
body.zjmf-home-hw .vps-hosting-pricing-table,
body.zjmf-home-hw .newTable {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee !important;
}

body.zjmf-home-hw .vps-hosting-pricing-table thead,
body.zjmf-home-hw .newTable thead {
  background: #f5f7fa !important;
}

/* --- 区块留白与交替底（与首页 section 节奏接近）--- */
body.zjmf-home-hw .space2x:not(.page-hero) {
  background: #fff;
}

body.zjmf-home-hw .space {
  background: transparent;
}

body.zjmf-home-hw #contact-info.space2x {
  background: #fff;
}

/* --- 主内容区外壳（模板中置于 header 之后）--- */
.zjmf-page-shell {
  flex: 1 0 auto;
  min-height: 0;
}

/* --- 新闻/帮助底部「寻求帮助」条 --- */
body.zjmf-home-hw .contact {
  background: linear-gradient(180deg, #fafbfc 0%, #eef1f6 100%);
  border-top: 1px solid #e8e8e8;
  padding: clamp(40px, 5vw, 56px) 0;
}

body.zjmf-home-hw .contact h4 {
  color: #000;
  font-weight: 600;
}

body.zjmf-home-hw .contact p,
body.zjmf-home-hw .contact .com {
  color: #666 !important;
}

/* --- 帮助/新闻文章页 --- */
body.zjmf-home-hw .article-section {
  background: #fff;
  border-top: 1px solid #eee;
}

body.zjmf-home-hw .article-section .article-content.bg-white {
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

body.zjmf-home-hw .article-sidebar .widget {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

body.zjmf-home-hw .breadcrumb.entry-breadcrumb {
  background: #f9fafb;
  border-radius: 8px;
  padding: 10px 14px;
}

/* --- 404 等页次要按钮 --- */
body.zjmf-home-hw .page-hero .btn-default {
  border-radius: 999px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333 !important;
}

body.zjmf-home-hw .page-hero .btn-default:hover {
  border-color: #1677ff;
  color: #1677ff !important;
}

/* --- 解决方案等：.pbanner → 与首页 .hw-hero 同一视觉（灰底 + 左向渐变 + 标题层级）--- */
body.zjmf-home-hw .pbanner {
  position: relative !important;
  overflow: hidden !important;
  height: min(46vh, 440px) !important;
  min-height: 360px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #e8eaed !important;
  background-image: none !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: none;
}

@media (min-width: 992px) {
  body.zjmf-home-hw .pbanner {
    height: min(52vh, 500px) !important;
    min-height: 420px !important;
  }
}

body.zjmf-home-hw .pbanner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.65) 45%,
    rgba(255, 255, 255, 0.35) 100%
  );
}

body.zjmf-home-hw .pbanner.h355 {
  height: min(46vh, 440px) !important;
  min-height: 360px !important;
}

body.zjmf-home-hw .pbanner.h355 .center {
  color: #000 !important;
}

body.zjmf-home-hw .pbanner .container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
}

body.zjmf-home-hw .pbanner h1 {
  color: #000 !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  max-width: 720px;
  letter-spacing: normal !important;
}

@media (min-width: 768px) {
  body.zjmf-home-hw .pbanner h1 {
    font-size: 44px !important;
  }
}

body.zjmf-home-hw .pbanner .info {
  color: #555 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  max-width: 640px;
  -webkit-line-clamp: 6;
}

body.zjmf-home-hw .pbanner .info b {
  color: #1677ff !important;
}

body.zjmf-home-hw .pbanner .notice,
body.zjmf-home-hw .pbanner .notice a {
  color: #0958d9 !important;
}

body.zjmf-home-hw .pbanner small {
  color: #666 !important;
}

body.zjmf-home-hw .pbanner .banner-btn {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

body.zjmf-home-hw .pbanner .banner-btn a.primary {
  border-radius: 999px !important;
  border: none !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  line-height: 1.35 !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: #1677ff !important;
  border-color: #1677ff !important;
}

body.zjmf-home-hw .pbanner .banner-btn a.primary:hover {
  background: #0958d9 !important;
  border-color: #0958d9 !important;
}

body.zjmf-home-hw .pbanner .banner-btn a.button {
  border-radius: 999px !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
  background: #fff !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  line-height: 1.35 !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.zjmf-home-hw .pbanner .banner-btn a.button:hover {
  border-color: #1677ff !important;
  color: #1677ff !important;
  background: #fff !important;
}

body.zjmf-home-hw .pbanner .banner-btn a.default {
  color: #1677ff !important;
}

body.zjmf-home-hw .pbanner .banner-btn a.default:hover {
  color: #0958d9 !important;
}

body.zjmf-home-hw .Pro_Anchor {
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

body.zjmf-home-hw .Pro_Anchor ul li.active {
  border-bottom-color: #1677ff !important;
}

body.zjmf-home-hw .Pro_Anchor ul li.active a {
  color: #1677ff !important;
}

body.zjmf-home-hw .Pro_Anchor .buy-now a {
  background: #1677ff !important;
  border-radius: 999px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  line-height: 1.35 !important;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.zjmf-home-hw .Pro_Anchor .buy-now a:hover {
  background: #0958d9 !important;
}

body.zjmf-home-hw .tab-content {
  background: #f5f7fa;
}
