/* 小象京牌 · 新能源生态绿主题 */
:root {
  --orange: #13a66b;
  --orange2: #36cf91;
  --deep: #123a3b;
  --muted: #607477;
  --paper: #f2fbf7;
  --line: #d7ebe2;
  --shadow: 0 14px 38px rgba(10, 83, 62, .12);
}

.topbar {
  color: #28745a;
  background: #edf9f4;
  border-color: #d1eee1;
}

.topbar .container {
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

.topbar .container span:first-child {
  color: #08764d;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .3px;
}

.topbar .container span:last-child {
  font-size: 13px;
  font-weight: 600;
}

.brand small,
.text-link,
.news-grid article > span,
.news-grid a {
  color: #13885c;
}

.header-call strong {
  color: #078255;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .5px;
}

.header-call small {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
}

.hero {
  background:
    radial-gradient(circle at 84% 35%, rgba(54, 207, 145, .21), transparent 26%),
    linear-gradient(120deg, #eefbf5, #fff 55%, #eaf8f4);
}

.hero::after {
  color: rgba(19, 166, 107, .045);
}

.eyebrow,
.section-head > span {
  color: #147a55;
  background: #e9f8f1;
  border-color: #bfe8d5;
}

.btn.ghost {
  border-color: #a8d9c4;
  color: #147a55;
}

.hero-card,
.price-table-wrap {
  border-color: #bfe3d3;
}

.hero-card > span,
.hero-card > div b:last-child {
  color: #267a5e;
}

.quick-data {
  background: linear-gradient(120deg, #103c3c, #12614f);
}

.data-grid strong {
  color: #67e1ad;
}

.price-table thead th {
  color: #23654f;
  background: #e8f7f0;
}

.price-table .featured {
  background: #f4fcf8;
}

.price-table .featured td {
  color: #0f8e5b;
}

.table-note {
  background: #f1faf6;
  color: #587069;
}

.steps i,
.checks b {
  color: #31b77d;
}

.steps article:hover,
.news-grid article:hover {
  border-color: #83d4b1;
}

.cta,
.mobile-call {
  background: linear-gradient(110deg, #0d9860, #27c884);
}

.btn.light,
.mobile-call b {
  color: #0e8a59;
}

footer {
  background: #0e302f;
}

.copyright {
  border-color: #28504e;
}

/* 全屏固定电话咨询横条 */
body {
  padding-bottom: 90px;
}

.mobile-call {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 88px;
  padding: 10px max(24px, calc((100vw - 1160px) / 2));
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(100deg, #087d50, #18ae70 55%, #2acb88);
  box-shadow: 0 -8px 28px rgba(4, 70, 48, .25);
}

.mobile-call > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-right: 16px;
  font-size: 29px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  background: rgba(255,255,255,.13);
}

.mobile-call small,
.mobile-call strong {
  display: block;
  line-height: 1.25;
}

.mobile-call small {
  font-size: 14px;
  opacity: .9;
}

.mobile-call strong {
  font-size: 27px;
  letter-spacing: 1px;
}

.mobile-call b {
  margin-left: auto;
  padding: 13px 32px;
  color: #087d50;
  font-size: 17px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(4, 70, 48, .16);
}

@media (max-width: 600px) {
  body { padding-bottom: 82px; }
  .mobile-call {
    height: 78px;
    padding: 8px 14px;
  }
  .mobile-call > span {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    font-size: 24px;
  }
  .mobile-call small { font-size: 12px; }
  .mobile-call strong { font-size: 21px; }
  .mobile-call b {
    padding: 10px 17px;
    font-size: 14px;
  }
}
