/* 中部内容区：横幅、科室、专家、荣誉、计数器、页脚 */

.hero-flash {
  position: relative;
  text-align: center;
  padding: 26px 10px;
  background: linear-gradient(135deg, #000066, #660099 50%, #cc0066);
  border: 2px inset #ffcc00;
  overflow: hidden;
}
.hero-slogan {
  font-family: SimHei, 黑体, sans-serif;
  font-size: 34px;
  color: #ffff00;
  text-shadow: 2px 2px 0 #ff0000, 4px 4px 0 #000;
  letter-spacing: 2px;
}
.hero-sub { margin-top: 10px; font-size: 18px; font-weight: bold; letter-spacing: 4px; }
.hero-cta { margin-top: 14px; display: flex; gap: 18px; justify-content: center; }
.cta-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(#ff9933, #ff3300);
  border: 3px outset #ffcc66;
  padding: 8px 22px;
  text-decoration: none;
}
.cta-alt { background: linear-gradient(#66cc66, #006600); border-color: #ccffcc; }

.promo-banner {
  margin: 6px 0;
  text-align: center;
  background: #fffbe6;
  border: 2px dashed #ff3300;
  padding: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #cc3300;
}
.promo-fire { font-size: 20px; }
.promo-price { font-size: 24px; color: #ff0000; font-family: Arial, sans-serif; }
.promo-clock { margin-left: 10px; color: #003399; }
.promo-clock b { font-family: Arial, sans-serif; font-size: 18px; color: #ff0000; }

.dept-table { width: 100%; border-collapse: collapse; border-color: #ff9999; }
.dept-cell {
  width: 25%;
  text-align: center;
  background: #fff0f0;
  border-color: #ff9999;
  cursor: pointer;
  vertical-align: top;
  height: 74px;
}
.dept-cell:hover { background: #ffe0b3; }
.dept-name { font-size: 16px; font-weight: bold; color: #b30000; }
.dept-slogan { margin-top: 6px; color: #666; }
.hot-badge {
  font-size: 10px;
  color: #fff;
  background: #ff0000;
  padding: 0 3px;
  border-radius: 3px;
  vertical-align: super;
}

.expert-table { width: 100%; border-collapse: collapse; border-color: #99ccff; }
.expert-cell {
  width: 25%;
  text-align: center;
  background: #f0f8ff;
  border-color: #99ccff;
  vertical-align: top;
}
.expert-photo {
  width: 80px; height: 96px;
  margin: 0 auto;
  background: linear-gradient(#e8e8e8, #b8c4d0);
  border: 2px solid #888;
  font-size: 40px;
  line-height: 94px;
  color: #555;
  font-family: SimHei, 黑体, sans-serif;
}
.expert-name { margin-top: 6px; font-size: 16px; font-weight: bold; color: #003399; }
.expert-title { color: #cc0000; font-weight: bold; margin-top: 2px; }
.expert-desc { margin-top: 4px; color: #555; text-align: left; line-height: 1.6; }
.expert-badge { margin-top: 4px; color: #b8860b; font-weight: bold; }

.mini-btn {
  display: inline-block;
  margin-top: 6px;
  background: linear-gradient(#ffcc33, #ff6600);
  color: #fff;
  font-weight: bold;
  padding: 3px 12px;
  border: 2px outset #ffdd88;
  text-decoration: none;
}

.honor-wall { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px 2px; }
.honor-plaque {
  flex: 1 1 30%;
  text-align: center;
  background: linear-gradient(#fff3b0, #e6c200 45%, #b8860b);
  border: 3px ridge #ffdd55;
  padding: 10px 6px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
.honor-star { color: #cc0000; font-size: 18px; }
.honor-text { font-family: SimHei, 黑体, sans-serif; font-weight: bold; color: #7a4a00; }

.counter-wrap {
  text-align: center;
  padding: 10px;
  background: #000033;
  color: #99ffcc;
  font-size: 14px;
}
.counter-digit {
  display: inline-block;
  min-width: 22px;
  padding: 2px 3px;
  margin: 0 1px;
  background: #000;
  border: 1px inset #444;
  color: #ff3333;
  font-family: 'Courier New', monospace;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 6px #ff0000;
}

.site-footer {
  border: 3px solid #cc0000;
  border-top: none;
  background: #333366;
  color: #ccccff;
  text-align: center;
  padding: 10px 6px;
  line-height: 1.9;
}
.footer-links a { color: #ffff99; }
.footer-note { color: #7777aa; font-size: 11px; margin-top: 6px; }
