
  .luxury-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #e5c100; /* 金色字体 */
    border: 2px solid #e5c100;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  }
  .luxury-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .luxury-list { list-style: none; padding: 0; margin: 0; color: #fff; }
  .luxury-item { margin-bottom: 8px; display: flex; align-items: center; }
  .gold-icon { color: #e5c100; margin-right: 10px; font-size: 18px; }
  .price-highlight { font-size: 1.2em; font-weight: bold; color: #e5c100; }
  
  /* 通用样式 */
  h3.section-header { margin-top: 30px; border-left: 4px solid #007bff; padding-left: 10px; color: #333; }
  .spec-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
  .spec-table td { padding: 10px; border-bottom: 1px solid #eee; }
  .spec-key { font-weight: bold; width: 40%; background: #f9f9f9; }
