/* ===== 公共样式 ===== */
.top-contact-bar {
  background: linear-gradient(135deg, #1a237e 0%, #0d47a1 100%);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}
.top-contact-bar a {
  color: #ffd740;
  text-decoration: none;
  font-weight: 700;
}
.top-contact-bar a:hover {
  color: #fff;
}
.logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.3;
  max-width: 300px;
}
.logo-text:hover {
  color: #ffd740;
}
.keyword-highlight {
  color: #1a237e;
  font-weight: 600;
}

/* ===== 首页样式 ===== */
.hero-section {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/index5.jpg') center/cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.hero-section h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.hero-section p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.8;
}
.service-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.service-card h3 {
  color: #1a237e;
  margin-bottom: 15px;
  font-size: 24px;
}
.service-card p {
  color: #666;
  line-height: 1.8;
}
.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1a237e, #0d47a1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-icon span {
  color: #fff;
  font-size: 28px;
}
.stats-section {
  background: linear-gradient(135deg, #1a237e 0%, #0d47a1 100%);
  color: #fff;
  padding: 60px 0;
}
.stat-item {
  text-align: center;
  padding: 20px;
}
.stat-item h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #ffd740;
}
.stat-item p {
  font-size: 16px;
  margin: 10px 0 0;
}
.timeline-section {
  padding: 60px 0;
  background: #f8f9fa;
}
.timeline-item {
  border-left: 3px solid #1a237e;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
.timeline-item::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #1a237e;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 5px;
}
.timeline-item h4 {
  color: #1a237e;
  margin: 0 0 10px;
}
.timeline-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.cta-section {
  background: linear-gradient(135deg, #ff6f00 0%, #ff8f00 100%);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.cta-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.cta-section p {
  font-size: 18px;
  margin-bottom: 30px;
}
.btn-custom {
  background: #fff;
  color: #ff6f00;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.btn-custom:hover {
  background: #1a237e;
  color: #fff;
}

/* ===== 晋城代妈页面样式 ===== */
.daima-contact {
  background: linear-gradient(135deg, #b71c1c 0%, #d32f2f 100%);
}
.daima-hero {
  background: linear-gradient(rgba(183,28,28,0.85), rgba(183,28,28,0.85)), url('../images/index2.jpg') center/cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.daima-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.daima-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.daima-kw {
  color: #b71c1c;
  font-weight: 600;
}
.daima-kw-light {
  color: #ffd740;
  font-weight: 600;
}
.daima-service-detail {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.daima-service-detail h3 {
  color: #b71c1c;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 2px solid #b71c1c;
  padding-bottom: 10px;
}
.daima-service-detail h4 {
  color: #333;
  margin: 15px 0 10px;
  font-size: 18px;
}
.daima-service-detail p {
  color: #666;
  line-height: 1.8;
}
.daima-service-detail ul {
  padding-left: 20px;
  color: #666;
  line-height: 1.8;
}
.daima-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.daima-feature-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s;
}
.daima-feature-item:hover {
  transform: translateY(-3px);
}
.daima-feature-item h5 {
  color: #b71c1c;
  margin: 10px 0;
}
.daima-feature-item p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
.daima-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.daima-spec-table th,
.daima-spec-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.daima-spec-table th {
  background: #b71c1c;
  color: #fff;
}
.daima-spec-table tr:hover {
  background: #f8f9fa;
}
.daima-cta-box {
  background: linear-gradient(135deg, #b71c1c, #d32f2f);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}
.daima-cta-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.daima-cta-box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.daima-btn {
  background: #fff;
  color: #b71c1c;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.daima-btn:hover {
  background: #ffd740;
  color: #333;
}

/* ===== 晋城代怀页面样式 ===== */
.daihuai-contact {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
}
.daihuai-hero {
  background: linear-gradient(rgba(13,71,161,0.85), rgba(13,71,161,0.85)), url('../images/index3.jpg') center/cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.daihuai-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.daihuai-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.daihuai-kw {
  color: #0d47a1;
  font-weight: 600;
}
.daihuai-kw-light {
  color: #ffd740;
  font-weight: 600;
}
.daihuai-service-detail {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.daihuai-service-detail h3 {
  color: #0d47a1;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 2px solid #0d47a1;
  padding-bottom: 10px;
}
.daihuai-service-detail h4 {
  color: #333;
  margin: 15px 0 10px;
  font-size: 18px;
}
.daihuai-service-detail p {
  color: #666;
  line-height: 1.8;
}
.daihuai-service-detail ul {
  padding-left: 20px;
  color: #666;
  line-height: 1.8;
}
.daihuai-brand-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid #0d47a1;
}
.daihuai-brand-card h4 {
  color: #0d47a1;
  margin: 0 0 10px;
}
.daihuai-brand-card p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.daihuai-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.daihuai-spec-table th,
.daihuai-spec-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.daihuai-spec-table th {
  background: #0d47a1;
  color: #fff;
}
.daihuai-spec-table tr:hover {
  background: #f8f9fa;
}
.daihuai-cta-box {
  background: linear-gradient(135deg, #0d47a1, #1565c0);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}
.daihuai-cta-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.daihuai-cta-box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.daihuai-btn {
  background: #fff;
  color: #0d47a1;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.daihuai-btn:hover {
  background: #ffd740;
  color: #333;
}
.daihuai-process-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.daihuai-step-number {
  width: 40px;
  height: 40px;
  background: #0d47a1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 15px;
  flex-shrink: 0;
}
.daihuai-step-content h5 {
  margin: 0 0 5px;
  color: #333;
}
.daihuai-step-content p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

/* ===== 晋城代生页面样式 ===== */
.daisheng-contact {
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
}
.daisheng-hero {
  background: linear-gradient(rgba(27,94,32,0.85), rgba(27,94,32,0.85)), url('../images/index8.jpg') center/cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.daisheng-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.daisheng-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.daisheng-kw {
  color: #1b5e20;
  font-weight: 600;
}
.daisheng-kw-light {
  color: #ffd740;
  font-weight: 600;
}
.daisheng-service-detail {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.daisheng-service-detail h3 {
  color: #1b5e20;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 2px solid #1b5e20;
  padding-bottom: 10px;
}
.daisheng-service-detail h4 {
  color: #333;
  margin: 15px 0 10px;
  font-size: 18px;
}
.daisheng-service-detail p {
  color: #666;
  line-height: 1.8;
}
.daisheng-service-detail ul {
  padding-left: 20px;
  color: #666;
  line-height: 1.8;
}
.daisheng-product-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid #1b5e20;
  transition: transform 0.3s;
}
.daisheng-product-card:hover {
  transform: translateX(5px);
}
.daisheng-product-card h4 {
  color: #1b5e20;
  margin: 0 0 10px;
}
.daisheng-product-card p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.daisheng-product-card .version {
  color: #1b5e20;
  font-weight: 600;
  font-size: 14px;
}
.daisheng-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.daisheng-spec-table th,
.daisheng-spec-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.daisheng-spec-table th {
  background: #1b5e20;
  color: #fff;
}
.daisheng-spec-table tr:hover {
  background: #f8f9fa;
}
.daisheng-cta-box {
  background: linear-gradient(135deg, #1b5e20, #2e7d32);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}
.daisheng-cta-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.daisheng-cta-box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.daisheng-btn {
  background: #fff;
  color: #1b5e20;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.daisheng-btn:hover {
  background: #ffd740;
  color: #333;
}
.daisheng-tech-badge {
  display: inline-block;
  background: #e8f5e9;
  color: #1b5e20;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 13px;
  margin: 3px;
}
.daisheng-code-block {
  background: #263238;
  color: #aed581;
  padding: 20px;
  border-radius: 8px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  overflow-x: auto;
  margin: 15px 0;
}
.daisheng-feature-list {
  list-style: none;
  padding: 0;
}
.daisheng-feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.daisheng-feature-list li:last-child {
  border-bottom: none;
}
.daisheng-feature-list li::before {
  content: '\2713';
  color: #1b5e20;
  font-weight: 700;
  margin-right: 10px;
}

/* ===== 晋城代母页面样式 ===== */
.daimu-contact {
  background: linear-gradient(135deg, #e65100 0%, #f57c00 100%);
}
.daimu-hero {
  background: linear-gradient(rgba(230,81,0,0.85), rgba(230,81,0,0.85)), url('../images/index9.jpg') center/cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.daimu-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.daimu-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.daimu-kw {
  color: #e65100;
  font-weight: 600;
}
.daimu-kw-light {
  color: #ffd740;
  font-weight: 600;
}
.daimu-service-detail {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.daimu-service-detail h3 {
  color: #e65100;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 2px solid #e65100;
  padding-bottom: 10px;
}
.daimu-service-detail h4 {
  color: #333;
  margin: 15px 0 10px;
  font-size: 18px;
}
.daimu-service-detail p {
  color: #666;
  line-height: 1.8;
}
.daimu-service-detail ul {
  padding-left: 20px;
  color: #666;
  line-height: 1.8;
}
.daimu-project-card {
  background: #fff3e0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid #e65100;
}
.daimu-project-card h4 {
  color: #e65100;
  margin: 0 0 10px;
}
.daimu-project-card p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.daimu-project-card .tag {
  display: inline-block;
  background: #e65100;
  color: #fff;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-top: 10px;
}
.daimu-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.daimu-spec-table th,
.daimu-spec-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.daimu-spec-table th {
  background: #e65100;
  color: #fff;
}
.daimu-spec-table tr:hover {
  background: #fff3e0;
}
.daimu-cta-box {
  background: linear-gradient(135deg, #e65100, #f57c00);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}
.daimu-cta-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.daimu-cta-box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.daimu-btn {
  background: #fff;
  color: #e65100;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.daimu-btn:hover {
  background: #ffd740;
  color: #333;
}
.daimu-service-icon-box {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff3e0;
  border-radius: 8px;
  margin-bottom: 15px;
}
.daimu-service-icon-box .icon {
  width: 50px;
  height: 50px;
  background: #e65100;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 24px;
}
.daimu-service-icon-box h5 {
  margin: 0 0 5px;
  color: #e65100;
}
.daimu-service-icon-box p {
  margin: 0;
  color: #666;
  font-size: 14px;
}
.daimu-timeline {
  position: relative;
  padding-left: 30px;
}
.daimu-timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e65100;
}
.daimu-timeline-item {
  position: relative;
  margin-bottom: 25px;
}
.daimu-timeline-item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #e65100;
  border-radius: 50%;
}
.daimu-timeline-item h5 {
  margin: 0 0 5px;
  color: #333;
}
.daimu-timeline-item p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

/* ===== 晋城助孕页面样式 ===== */
.zhuyun-contact {
  background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 100%);
}
.zhuyun-hero {
  background: linear-gradient(rgba(74,20,140,0.85), rgba(74,20,140,0.85)), url('../images/index10.jpg') center/cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.zhuyun-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.zhuyun-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.zhuyun-kw {
  color: #4a148c;
  font-weight: 600;
}
.zhuyun-kw-light {
  color: #ffd740;
  font-weight: 600;
}
.zhuyun-service-detail {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.zhuyun-service-detail h3 {
  color: #4a148c;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 2px solid #4a148c;
  padding-bottom: 10px;
}
.zhuyun-service-detail h4 {
  color: #333;
  margin: 15px 0 10px;
  font-size: 18px;
}
.zhuyun-service-detail p {
  color: #666;
  line-height: 1.8;
}
.zhuyun-service-detail ul {
  padding-left: 20px;
  color: #666;
  line-height: 1.8;
}
.zhuyun-course-card {
  background: #f3e5f5;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid #4a148c;
  transition: transform 0.3s;
}
.zhuyun-course-card:hover {
  transform: translateY(-3px);
}
.zhuyun-course-card h4 {
  color: #4a148c;
  margin: 0 0 10px;
}
.zhuyun-course-card p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.zhuyun-course-card .duration {
  color: #4a148c;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
}
.zhuyun-course-card .price {
  color: #e91e63;
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}
.zhuyun-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.zhuyun-spec-table th,
.zhuyun-spec-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.zhuyun-spec-table th {
  background: #4a148c;
  color: #fff;
}
.zhuyun-spec-table tr:hover {
  background: #f3e5f5;
}
.zhuyun-cta-box {
  background: linear-gradient(135deg, #4a148c, #6a1b9a);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}
.zhuyun-cta-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.zhuyun-cta-box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.zhuyun-btn {
  background: #fff;
  color: #4a148c;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.zhuyun-btn:hover {
  background: #ffd740;
  color: #333;
}
.zhuyun-cert-badge {
  display: inline-block;
  background: #e1bee7;
  color: #4a148c;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 13px;
  margin: 3px;
}
.zhuyun-teacher-card {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #f3e5f5;
  border-radius: 8px;
  margin-bottom: 15px;
}
.zhuyun-teacher-avatar {
  width: 60px;
  height: 60px;
  background: #4a148c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
}
.zhuyun-teacher-info h5 {
  margin: 0 0 5px;
  color: #4a148c;
}
.zhuyun-teacher-info p {
  margin: 0;
  color: #666;
  font-size: 14px;
}
.zhuyun-testimonial {
  background: #f3e5f5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}
.zhuyun-testimonial::before {
  content: '\201C';
  font-size: 48px;
  color: #4a148c;
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 0.3;
}
.zhuyun-testimonial p {
  margin: 0 0 10px;
  color: #666;
  font-style: italic;
  padding-left: 30px;
  line-height: 1.6;
}
.zhuyun-testimonial .author {
  margin: 0;
  color: #4a148c;
  font-weight: 600;
  padding-left: 30px;
}
.zhuyun-schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.zhuyun-schedule-item:last-child {
  border-bottom: none;
}
.zhuyun-schedule-item .date {
  color: #4a148c;
  font-weight: 600;
}
.zhuyun-schedule-item .course {
  color: #333;
}
.zhuyun-schedule-item .status {
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
}
.zhuyun-status-open {
  background: #c8e6c9;
  color: #2e7d32;
}
.zhuyun-status-full {
  background: #ffcdd2;
  color: #c62828;
}

/* ===== 通用辅助样式 ===== */
.nav-primary a.active {
  color: #ffd740 !important;
}
.text-center {
  text-align: center;
}
.offset-top-20 {
  margin-top: 20px;
}
.offset-top-30 {
  margin-top: 30px;
}
.offset-top-50 {
  margin-top: 50px;
}
.offset-top-65 {
  margin-top: 65px;
}
.offset-sm-top-0 {
  margin-top: 0;
}
.offset-md-top-0 {
  margin-top: 0;
}
