@charset "utf-8";



  /* 文章元信息 */

  
  /* 核心卖点 */
  .highlight-box {background: #f8f9fa; border: 1px solid #3498db; border-radius: 5px; padding: 20px; margin-bottom: 30px;}
  .benefit-list {}
  .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: 1rem 3rem 0.5rem 3rem;}
  .cta-box a {color: white; font-weight: bold; text-decoration: none; font-size: 1.5rem; 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;}

  
  /* 原有样式保留 */

  .nav_tit { margin-bottom: 20px; }

  /* 移动端适配 */
  @media (max-width: 768px) {
  .cta-box { padding: 10px;  
             margin: 1rem 0rem 0.5rem 0rem;
			 font-size:1rem}
  .cta-box a { font-size: 1.1rem;}
	  
    .activity-grid, .service-features {grid-template-columns: 1fr;}
  }
