/* 全局样式 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-size: 14px; color: #333; line-height: 1.6; background: #fff; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
.container { width: 1200px; margin: 0 auto; padding: 0 15px; }

/* 顶部横幅 */
.top-bar { background: #f26522; color: #fff; height: 40px; line-height: 40px; font-size: 14px; }
.top-bar .container { display: flex; justify-content: space-between; }
.top-bar-right { display: flex; align-items: center; gap: 20px; }
.top-item { display: flex; align-items: center; gap: 5px; }
.top-item img { height: 16px; }
.top-item span { font-weight: bold; }
.top-share { display: flex; align-items: center; justify-content: center; }
.top-share img { height: 20px; transition: 0.3s; }
.top-share:hover img { transform: scale(1.1); }

/* Header */
.header { padding: 25px 0; background: #fff; }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo-area { display: flex; align-items: center; }
.header-search { display: flex; border: 2px solid #0066cc; border-radius: 20px; overflow: hidden; width: 300px; }
.search-input { border: none; padding: 10px 15px; outline: none; flex: 1; font-size: 14px; }
.search-btn { background: #0066cc; color: #fff; border: none; padding: 0 20px; cursor: pointer; font-size: 14px; transition: 0.3s; }
.search-btn:hover { background: #f26522; }
.header-btn { display: inline-block; padding: 10px 30px; background: #0066cc; color: #fff; border-radius: 25px; font-size: 16px; font-weight: bold; transition: 0.3s; }
.header-btn:hover { background: #f26522; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(242,101,34,0.3); }

/* 导航 */
.main-nav { background: #fff; height: 60px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.nav-list { display: flex; justify-content: center; gap: 50px; }
.nav-list li { text-align: center; }
.nav-list li a { display: flex; flex-direction: column; justify-content: center; height: 60px; color: #333; font-size: 18px; transition: 0.3s; padding: 0 15px; }
.nav-list li.active a, .nav-list li a:hover { color: #ee7800; border-bottom: 2px solid #ee7800; }

/* 轮播Banner */
.hero-section { background: linear-gradient(135deg, #e0f2fe 0%, #a8dcfb 100%); height: 450px; display: flex; align-items: center; }
.hero-banner { width: 1200px; margin: 0 auto; padding: 0 15px; display: flex; justify-content: space-between; align-items: center; }
.promo-card { background: #ffcc00; padding: 40px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.promo-title { font-size: 42px; color: #e65100; font-weight: bold; margin-bottom: 10px; }
.promo-sub { font-size: 24px; color: #d84315; font-weight: bold; margin-bottom: 20px; }
.promo-brand { font-size: 16px; color: #e65100; border-top: 1px solid rgba(230,81,0,0.2); padding-top: 15px; }
.hero-contact { text-align: right; color: #0066cc; }
.hero-contact h2 { font-size: 36px; margin-bottom: 10px; }
.hero-contact .tel { font-size: 32px; font-weight: bold; color: #f26522; margin-bottom: 15px; }
.hero-contact p { font-size: 18px; margin-bottom: 5px; }

/* 通用区块标题 */
section { padding: 60px 0; }
section:nth-child(even) { background: #f9f9f9; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { font-size: 32px; color: #333; position: relative; display: inline-block; padding-bottom: 15px; }
.section-header h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 3px; background: #0066cc; }
.section-header .en { display: block; font-size: 14px; color: #999; margin-top: 10px; text-transform: uppercase; letter-spacing: 2px; }

/* 服务项目 */
.index-fenlei { padding-top: 34px; padding-bottom: 50px; background: #fff; }
.index-fenlei-list { display: flex; padding-top: 12px; padding-bottom: 12px; box-shadow: 5px 0 18px rgba(160,160,160,.32); margin: 0; }
.index-fenlei-list li { flex: 1; width: 11.11%; background-repeat: no-repeat; background-position: left center; background-image: url('/assets/media/line-01_b8d55e53.png'); }
.index-fenlei-list li:first-child { background: 0 0; }
.index-fenlei-a1 { display: block; padding-top: 25px; padding-bottom: 15px; margin-left: 9px; margin-right: 9px; text-align: center; transition: all .3s ease 0s; }
.index-fenlei-a1 .span-icon { display: inline-block; position: relative; width: 80px; height: 80px; }
.index-fenlei-a1 .span-icon img { transition: all .3s ease 0s; width: 100%; height: 100%; }
.index-fenlei-a1 .span-icon .mgh { position: absolute; left: 0; top: 0; opacity: 0; }
.index-fenlei-a1 .span-txt { display: block; font-size: 16px; line-height: 26px; margin-top: 11px; color: #333; transition: all .3s ease 0s; }
.index-fenlei-a1:hover { transform: translateY(-21px); background: #ffa06e; }
.index-fenlei-a1:hover .span-icon .mg { opacity: 0; }
.index-fenlei-a1:hover .span-icon .mgh { opacity: 1; }
.index-fenlei-a1:hover .span-txt { color: #fff; }

/* 新闻中心 */
.news-columns { display: flex; gap: 30px; }
.news-col { flex: 1; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.05); }
.news-col-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 2px solid #eee; padding-bottom: 10px; }
.news-col-header h3 { font-size: 18px; color: #333; position: relative; }
.news-col-header h3::after { content: ''; position: absolute; bottom: -12px; left: 0; width: 100%; height: 2px; background: #0066cc; }
.news-col-header .more { font-size: 13px; color: #999; transition: 0.3s; }
.news-col-header .more:hover { color: #0066cc; }
.news-list { display: flex; flex-direction: column; gap: 15px; }
.news-item { display: flex; gap: 15px; cursor: pointer; transition: 0.3s; padding: 10px; border-radius: 4px; }
.news-item:hover { background: #f0f8ff; }
.news-date { background: #f5f5f5; width: 60px; height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 4px; transition: 0.3s; }
.news-item:hover .news-date { background: #0066cc; color: #fff; }
.news-date .day { font-size: 20px; font-weight: bold; }
.news-date .month { font-size: 12px; }
.news-info { flex: 1; display: flex; align-items: center; }
.news-info h4 { font-size: 14px; color: #555; font-weight: normal; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: 0.3s; }
.news-item:hover .news-info h4 { color: #0066cc; font-weight: bold; }

/* 走进泰康拜博 */
.about-content { display: flex; gap: 40px; }
.about-image { flex: 1; }
.about-image .image-placeholder { width: 100%; height: 350px; background: #eef2f5; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #999; font-size: 18px; }
.about-text-area { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.about-text p { font-size: 15px; color: #666; margin-bottom: 15px; line-height: 1.8; text-indent: 2em; }
.about-stats { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; }
.stat-item { flex: calc(50% - 10px); background: #f0f8ff; padding: 20px; border-radius: 8px; text-align: center; border: 1px solid #e0f2fe; }
.stat-item .num { font-size: 32px; font-weight: bold; color: #0066cc; }
.stat-item .unit { font-size: 14px; color: #666; margin-left: 2px; }
.stat-item p { margin-top: 5px; color: #333; font-size: 14px; }

/* 六大特色专科 */
.specialties-layout { display: flex; gap: 40px; background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.specialties-nav { width: 300px; }
.spec-menu { border-right: 1px solid #eee; padding-right: 20px; }
.spec-menu li { padding: 15px 20px; font-size: 16px; color: #555; cursor: pointer; border-radius: 4px; margin-bottom: 5px; transition: 0.3s; display: flex; justify-content: space-between; align-items: center; }
.spec-menu li .arrow { font-size: 12px; opacity: 0; transition: 0.3s; transform: translateX(-10px); }
.spec-menu li:hover { background: #f9f9f9; color: #0066cc; }
.spec-menu li.active { background: #0066cc; color: #fff; font-weight: bold; box-shadow: 0 5px 15px rgba(0,102,204,0.3); }
.spec-menu li.active .arrow { opacity: 1; transform: translateX(0); }
.specialties-detail { flex: 1; }
.spec-content { display: none; gap: 30px; }
.spec-content.active { display: flex; }
.spec-image { flex: 1; }
.spec-image .image-placeholder { width: 100%; height: 280px; background: #eef2f5; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #999; }
.spec-info { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.spec-info h3 { font-size: 24px; color: #333; margin-bottom: 15px; }
.spec-info p { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.spec-features { margin-bottom: 30px; }
.spec-features li { margin-bottom: 10px; position: relative; padding-left: 20px; color: #555; }
.spec-features li::before { content: '✓'; color: #0066cc; position: absolute; left: 0; font-weight: bold; }
.btn-more { display: inline-block; padding: 10px 30px; background: #fff; color: #0066cc; border: 1px solid #0066cc; border-radius: 25px; font-size: 14px; text-align: center; transition: 0.3s; align-self: flex-start; }
.btn-more:hover { background: #0066cc; color: #fff; }

.index-six {
  padding-top: 66px;
  padding-bottom: 65px;
}
.index-six-cont {
  margin-top: 90px;
}
.index-six-list {
  position: relative;
  float: left;
  width: 425px;
  margin-left: 38px;
  margin-top: 30px;
}
.index-six-list::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 45px;
  bottom: 45px;
  width: 1px;
  background: #ccc;
}
.index-six-list li {
  position: relative;
  z-index: 2;
  padding-left: 51px;
  background: url(/assets/media/icon-15_190ee954.png) left center no-repeat;
  line-height: 60px;
  vertical-align: middle;
  margin-top: 35px;
  cursor: pointer;
}
.index-six-list li:first-child {
  margin-top: 0;
}
.index-six-list li .span-img {
  border-radius: 5px;
}
.index-six-list li .span-img img {
  width: 80px;
  height: 60px;
}
.index-six-list li .span-title {
  width: 235px;
  margin-left: 30px;
  font-size: 16px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-six-list li.on,
.index-six-list li:hover {
  background: url(/assets/media/icon-15h_4126c480.png) left center no-repeat;
}
.index-six-list li.on .span-title,
.index-six-list li:hover .span-title {
  color: #ee7800;
}
.index-six-right .div-nr-01 {
  display: none;
}
.index-six-right .div-nr-01:first-child {
  display: block;
}
.index-six-a1 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 13px rgba(160, 160, 160, 0.15);
}
.index-six-a1 .div-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-six-a1 .div-img img {
  width: 100%;
}
.index-six-a1 .div-cont {
  overflow: hidden;
  padding: 17px 30px 36px;
}
.index-six-a1 .div-cont .div-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.index-six-a1 .div-cont .ul-list {
  margin-left: -50px;
  margin-right: 50px;
}
.index-six-a1 .div-cont .ul-list li {
  float: left;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 26px;
  margin-top: 11px;
  color: #333;
  background-image: url(/assets/media/line-02_e6d7037a.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.index-six-a1 .index-more {
  position: absolute;
  right: 60px;
  bottom: 22px;
}
.index-more {
  width: 120px;
  line-height: 38px;
  border: 1px solid #ffcd96;
  border-radius: 20px;
  font-size: 14px;
  color: #ee7800;
  transition: all 0.3s ease 0s;
}
.index-more:hover {
  border-color: #ee7800;
  background: #ee7800;
  color: #fff;
}

/* 医生团队 */
.doctors-filter { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; }
.filter-btn { padding: 8px 25px; border: 1px solid #ddd; border-radius: 20px; cursor: pointer; color: #666; transition: 0.3s; }
.filter-btn.active, .filter-btn:hover { background: #0066cc; color: #fff; border-color: #0066cc; }
.doctors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.doctor-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; }
.doctor-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.doctor-photo { height: 250px; background: #eef2f5; display: flex; align-items: center; justify-content: center; font-size: 80px; color: #ccc; }
.doctor-info { padding: 20px; text-align: center; }
.doctor-name { font-size: 20px; font-weight: bold; color: #333; margin-bottom: 5px; }
.doctor-title { color: #666; font-size: 14px; margin-bottom: 10px; }
.doctor-dept { display: inline-block; padding: 4px 12px; background: #f0f8ff; color: #0066cc; border-radius: 4px; font-size: 13px; }

/* 首页医生团队排版 */
.index-team-cont { display: flex; justify-content: space-between; margin-top: 40px; height: 480px; }
.index-team-left { width: 820px; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border-radius: 8px; overflow: hidden; }
.index-team-01 { display: flex; height: 100%; }
.index-team-01 .div-img { width: 380px; background-color: #f5f5f5; display: flex; align-items: flex-end; justify-content: center; }
.index-team-01 .div-img img { width: 100%; object-fit: contain; }
.index-team-01 .div-cont { width: 440px; padding: 50px 40px; box-sizing: border-box; }
.index-team-01 .div-title { margin-bottom: 15px; display: flex; align-items: baseline; gap: 15px; }
.index-team-01 .div-title .b-name { font-size: 32px; color: #333; }
.index-team-01 .div-title .dib { font-size: 16px; color: #666; }
.index-team-01 .span-info { display: inline-block; padding: 5px 15px; background: #ee7800; color: #fff; border-radius: 20px; font-size: 14px; margin-bottom: 30px; }
.index-team-01 .div-des { font-size: 15px; color: #666; line-height: 2.2; min-height: 120px; }
.index-team-01 .div-more { margin-top: 40px; display: flex; gap: 20px; }
.index-team-01 .div-more a { padding: 10px 30px; border: 1px solid #ddd; border-radius: 25px; color: #666; transition: 0.3s; }
.index-team-01 .div-more a:hover { border-color: #ee7800; color: #ee7800; }

.index-team-right { width: 360px; background: #ee7800; padding: 30px; box-sizing: border-box; border-radius: 8px; }
.index-team-tab { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 15px; margin-bottom: 25px; }
.index-team-tab a { color: #fff; font-size: 16px; opacity: 0.8; transition: 0.3s; }
.index-team-tab a.on, .index-team-tab a:hover { opacity: 1; font-weight: bold; }
.index-team-bottom { overflow: hidden; margin-top: 20px; }
.index-team-list { display: flex; flex-wrap: wrap; margin: -10px; }
.index-team-list li { width: 50%; padding: 10px; margin-bottom: 30px; box-sizing: border-box; }
.index-team-a1 { display: block; position: relative; width: 110px; height: 125px; margin: 0 auto; background-size: 100% 100%; background-repeat: no-repeat; transition: 0.3s; filter: grayscale(100%); opacity: 0.8; }
.index-team-a1.on, .index-team-a1:hover { filter: grayscale(0%); opacity: 1; }
.index-team-a1 img { width: 100%; height: 100%; -webkit-mask-image: url('/assets/media/pic-mc5_0f8ad22d.png'); -webkit-mask-size: 100% 100%; mask-image: url('/assets/media/pic-mc5_0f8ad22d.png'); mask-size: 100% 100%; }
.index-team-a1 .span-txt { position: absolute; bottom: -30px; left: 0; width: 100%; text-align: center; color: #fff; font-size: 15px; }

/* 舒适诊疗环境 */
.env-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.env-item { height: 200px; background: #eef2f5; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 60px; color: #ccc; transition: 0.3s; }
.env-item:hover { background: #0066cc; color: #fff; }

/* 社会责任 */
.responsibility-tabs { display: flex; justify-content: center; gap: 40px; }
.resp-tab { padding: 15px 40px; background: #fff; border: 1px solid #eee; border-radius: 30px; font-size: 18px; color: #666; cursor: pointer; transition: 0.3s; box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
.resp-tab.active, .resp-tab:hover { background: #0066cc; color: #fff; border-color: #0066cc; }

/* 泰康拜博版图 */
.map-section { background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%230066cc" opacity="0.2"/></svg>'); padding: 80px 0; text-align: center; }
.map-desc { font-size: 24px; color: #0066cc; font-weight: bold; margin-top: 20px; }

/* Loading */
.loading { text-align: center; padding: 40px; color: #999; font-size: 16px; grid-column: 1 / -1; }

/* 底部 */
.footer { background: #2b303b; color: #999; padding: 60px 0 20px; border-top: 5px solid #ee7800; }
.footer-content { display: flex; justify-content: space-between; margin-bottom: 40px; border-bottom: 1px solid #3c4250; padding-bottom: 40px; }
.footer-col h3 { color: #fff; font-size: 18px; margin-bottom: 20px; font-weight: normal; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a:hover { color: #fff; }
.contact-col { width: 300px; }
.footer-tel { font-size: 28px; color: #f26522; font-weight: bold; margin-bottom: 15px; }
.qr-placeholder { width: 100px; height: 100px; background: #fff; color: #333; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.footer-bottom { text-align: center; font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom .icp-link { color: #999; text-decoration: none; }
.footer-bottom .icp-link:hover { color: #fff; text-decoration: underline; }

/* Page Banner (子页面) */
.page-banner { height: 250px; background: linear-gradient(135deg, #004d99 0%, #0088ff 100%); display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.page-banner h1 { font-size: 40px; margin-bottom: 10px; letter-spacing: 2px; }
.page-banner p { font-size: 16px; opacity: 0.8; letter-spacing: 4px; text-transform: uppercase; }

/* 联系方式 (来院路线页) */
.contact-section { background: #f9f9f9; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.contact-card { background: #fff; padding: 40px 30px; border-radius: 8px; text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.contact-icon { font-size: 48px; color: #0066cc; margin-bottom: 20px; }
.contact-card h3 { font-size: 22px; margin-bottom: 15px; color: #333; }
.contact-card p { font-size: 15px; color: #666; margin-bottom: 10px; line-height: 1.6; }

/* 预约挂号表单 */
.appointment-section { background: #f4f7f9; }
.appointment-form { max-width: 800px; margin: 0 auto; background: #fff; padding: 50px; border-radius: 10px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
.appointment-form h2 { text-align: center; margin-bottom: 40px; color: #333; font-size: 28px; }
.form-group { margin-bottom: 25px; }
.form-group label { display: block; font-weight: bold; margin-bottom: 10px; color: #555; font-size: 15px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 15px; transition: 0.3s; background: #fafafa; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #0066cc; background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(0,102,204,0.1); }
.form-group textarea { height: 120px; resize: vertical; }
.btn-submit { width: 100%; background: #0066cc; color: #fff; border: none; padding: 16px; font-size: 18px; font-weight: bold; border-radius: 5px; cursor: pointer; transition: 0.3s; margin-top: 10px; }
.btn-submit:hover { background: #004d99; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,77,153,0.3); }

/* 公益与新闻页 */
.welfare-section { background: #fff; }
.welfare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.welfare-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.06); transition: 0.3s; }
.welfare-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.12); }
.welfare-img { height: 220px; background: #f0f8ff; display: flex; align-items: center; justify-content: center; font-size: 60px; color: #0066cc; }
.welfare-info { padding: 25px; }
.welfare-title { font-size: 18px; font-weight: bold; margin-bottom: 15px; color: #333; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.welfare-desc { font-size: 14px; color: #666; line-height: 1.6; }

/* Mobile navigation */
.mobile-nav-toggle {
  display: none;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 22px;
  line-height: 1;
}

.mobile-nav-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 80;
}

.mobile-nav-mask.show {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-drawer {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 76%;
  max-width: 320px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 90;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
  padding: 12px 0;
}

.mobile-nav-drawer.show {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px 14px;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-header button {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #666;
}

.mobile-nav-drawer ul {
  padding: 10px 0;
}

.mobile-nav-drawer a {
  display: block;
  padding: 13px 18px;
  font-size: 16px;
  color: #333;
}

.mobile-nav-drawer a.router-link-active {
  color: #ee7800;
  background: #fff7ef;
}

/* ===== Responsive (Mobile First Patch) ===== */
@media (max-width: 1024px) {
  .container,
  .hero-banner,
  .w {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .header-inner {
    gap: 12px;
  }

  .news-columns,
  .about-content,
  .specialties-layout,
  .contact-grid,
  .welfare-grid {
    grid-template-columns: 1fr !important;
    display: grid !important;
  }

  .doctors-grid,
  .env-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .index-team-cont {
    height: auto !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .index-team-left,
  .index-team-right {
    width: 100% !important;
  }

  .index-team-01 {
    flex-direction: column !important;
  }

  .index-team-01 .div-img,
  .index-team-01 .div-cont {
    width: 100% !important;
  }

  .index-team-01 .div-cont {
    padding: 20px !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }

  .top-bar {
    height: auto;
    line-height: 1.5;
    padding: 8px 0;
  }

  .top-bar .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .top-bar-right {
    flex-wrap: wrap;
    gap: 10px;
  }

  .top-share-1,
  .top-share-2 {
    display: none !important;
  }

  .top-item-brand {
    display: none !important;
  }

  .top-item-phone {
    font-size: 13px;
    white-space: nowrap;
  }

  .header {
    padding: 12px 0;
  }

  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
  }

  .logo-area {
    justify-content: flex-start;
  }

  .logo-area img {
    height: 44px !important;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-search {
    grid-column: 1 / -1;
    width: 100% !important;
  }

  .header-btn-area {
    grid-column: 1 / -1;
    width: 100%;
  }

  .header-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    line-height: 1.2;
    font-size: 15px;
  }

  .main-nav {
    display: none;
  }

  .hero-section,
  .page-banner {
    height: 180px !important;
    min-height: 180px !important;
  }

  .page-banner h1 {
    font-size: 28px !important;
    letter-spacing: 2px !important;
  }

  .page-banner p {
    font-size: 12px !important;
    letter-spacing: 1px !important;
  }

  .index-fenlei {
    margin-top: 0 !important;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .index-fenlei-list {
    flex-wrap: wrap !important;
    box-shadow: none !important;
    border-radius: 10px;
    overflow: hidden;
  }

  .index-fenlei-list li {
    flex: 0 0 33.3333% !important;
    width: 33.3333% !important;
    background-image: none !important;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
  }

  .index-news-cont {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .index-enter-word {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .index-enter-number {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .index-enter-number li {
    position: static !important;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }

  .index-enter-number li > div[style*="position: absolute"] {
    display: none !important;
  }

  .doctors-grid,
  .env-grid {
    grid-template-columns: 1fr !important;
  }

  .specialties-layout {
    padding: 16px !important;
  }

  .specialties-nav {
    width: 100% !important;
  }

  .spec-menu {
    border-right: 0;
    padding-right: 0;
  }

  .spec-content.active {
    flex-direction: column !important;
  }

  .contact-grid {
    gap: 14px !important;
  }

  .appointment-form {
    padding: 18px !important;
  }

  .footer {
    padding-top: 24px;
  }

  .footer-content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .contact-col {
    width: 100% !important;
  }
}
