@charset "utf-8";
/* CSS Document */
  /* 基础样式 */
  body {font-family: "Microsoft YaHei", sans-serif; color: #333; line-height: 1.6;}
  
  /* 面包屑导航 */
  .breadcrumb {padding: 10px 0; font-size: 14px; border-bottom: 1px solid #eee; margin-bottom: 20px;}
  .breadcrumb a {color: #06c; text-decoration: none;}
  .breadcrumb strong {color: #e74c3c;}
  /* 文章标题 */
  .article-title {font-size: 24px; font-weight: bold; color: #2c3e50; margin-bottom: 15px; padding-bottom: 10px; }
  
  /* 文章元信息 */

  
  /* 核心卖点 */
  .highlight-box {background: #f8f9fa; border: 1px solid #3498db; border-radius: 5px; padding: 20px; margin-bottom: 30px;}
  .benefit-list {list-style: none; padding: 0;}
  .benefit-list li {margin-bottom: 12px; padding-left: 30px; position: relative;}
  .benefit-list li:before {content: "✓"; color: #27ae60; font-weight: bold; position: absolute; left: 0;}
  .cta-box {background: #e74c3c; color: white; padding: 15px; border-radius: 5px; text-align: center; margin-top: 20px;}
  .cta-box a {color: white; font-weight: bold; text-decoration: none; font-size: 18px; display: block;}
/* 活动卡片 */
  .activity-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px;}
  .activity-card {border: 1px solid #ecf0f1; border-radius: 5px; padding: 15px; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
  .activity-card h3 {color: #3498db; margin-top: 0;}
  .activity-card .tag {background: #eaf7ff; color: #3498db; padding: 5px 10px; border-radius: 3px; display: inline-block; font-size: 14px;}
  
  /* 价格表格 */
  .price-table {width: 100%; border-collapse: collapse; margin-bottom: 30px;}
  .price-table th, .price-table td {border: 1px solid #ecf0f1; padding: 12px; text-align: center;}
  .price-table th {background: #f8f9fa; font-weight: bold;}
  .price-table tr.recommend {background: #eaf7ff; border: 2px solid #3498db;}
  .price-table tr.recommend td {font-weight: bold; color: #e74c3c;}
 /* 服务特色 */
  .service-features {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 30px;}
  .feature-item {text-align: center; padding: 15px;}
  .feature-item h3 {color: #3498db; margin-top: 10px;}
  
  /* 行程安排 */
  .booking-guide ul {list-style: none; padding: 0;}
  .booking-guide li {margin-bottom: 15px; padding: 15px; background: #f8f9fa; border-left: 4px solid #3498db;}
  
  /* 联系方式 */
  .contact-bar {background: #2c3e50; color: white; padding: 20px; border-radius: 5px; text-align: center; margin-top: 30px;}
  .contact-bar h3 {margin-top: 0;}
  .contact-bar .phone {font-size: 24px; font-weight: bold; display: block;}
  /* 移动端适配 */
  @media (max-width: 768px) {
    .activity-grid, .service-features {grid-template-columns: 1fr;}
    .contact-bar .phone {font-size: 20px;}
  }
  
  /* 原有样式保留 */

  .nav_tit { margin-bottom: 20px; }


