 body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    color: #333;
  }
  /* 顶部提示文字 */
  .notice {
    text-align: center;
    font-size: 14px;   /* 调小字号 */
    margin: 20px auto 10px;
    padding: 10px;
    background: none;   /* 无背景 */
    border: none;       /* 无边框 */
    box-shadow: none;   /* 无阴影 */
    color: #555;        /* 灰色文字 */
  }
  .notice a {
    color: #d63384;     /* 品牌玫红色 */
    font-weight: bold;
    text-decoration: none;
  }
  .notice a:hover {
    text-decoration: underline;
  }
  /* 表格样式 */
  table {
    border-collapse: collapse;
    margin: 10px auto 40px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 100%;
    table-layout: fixed;
  }
  td {
    border: 1px solid #000;
    padding: 8px 10px;
    vertical-align: top;
    word-wrap: break-word;
    background: #fff;
  }
  .label {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
    font-weight: normal;
  }
  .color-box {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
  }
  td[colspan="8"] {
    background: #f0f0f0;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
  }