/* 红色豪华版：顶部黑色居中立体框 + 特殊号码黄底红字立体中奖框 */

      .blue-vip-wrapper {
        width: 100%;
        max-width: 800px;
        margin: 10px auto;
        background-color: #7a0000;
        border: 2px solid #ff4d4f;
        border-radius: 12px;
        padding: 18px 12px;
        font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
        box-shadow: 0 8px 20px rgba(122, 0, 0, 0.35);
        box-sizing: border-box;
      }

      .blue-vip-wrapper * {
        box-sizing: border-box !important;
        color: #ffffff;
      }

      /* 顶部标题外层：负责居中 */
      .blue-vip-title-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
      }

      /* 顶部主标题：黑色立体框 */
      .blue-vip-title {
        display: inline-block;
        padding: 10px 22px;
        color: #ffffff;
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 1px;
        text-align: center;
        background: linear-gradient(180deg, #2b2b2b 0%, #000000 55%, #111111 100%);
        border: 2px solid #555555;
        border-radius: 12px;
        box-shadow:
          inset 0 2px 3px rgba(255,255,255,0.18),
          inset 0 -4px 6px rgba(0,0,0,0.75),
          0 5px 0 #3a0000,
          0 9px 16px rgba(0,0,0,0.45),
          0 0 12px rgba(255,255,255,0.12);
        text-shadow:
          0 1px 0 #000000,
          0 2px 3px rgba(0,0,0,0.75),
          0 0 6px rgba(255,255,255,0.35);
      }

      .blue-vip-title .domain {
        color: #ffffff;
        font-family: 'Arial Black', sans-serif;
        margin-left: 6px;
        padding: 2px 8px;
        border-radius: 6px;
        background: linear-gradient(180deg, #3a3a3a 0%, #050505 100%);
        border: 1px solid rgba(255,255,255,0.18);
        box-shadow:
          inset 0 1px 2px rgba(255,255,255,0.15),
          inset 0 -2px 3px rgba(0,0,0,0.8);
      }

      /* 单期长条容器 */
      .blue-vip-row {
        background: linear-gradient(180deg, #d60000 0%, #8b0000 100%);
        border-radius: 8px;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        padding: 12px 14px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
        border: 1px solid #ff8a8a;
      }

      /* 左侧期数标签 */
      .blue-period-tag {
        background: linear-gradient(180deg, #ff3b3b 0%, #b30000 100%);
        color: #ffffff;
        font-weight: 900;
        padding: 6px 14px;
        border-radius: 6px;
        font-size: 16px;
        flex-shrink: 0;
        box-shadow:
          inset 0 -2px 0 rgba(0,0,0,0.15),
          0 2px 4px rgba(0,0,0,0.2);
        border: 1px solid #ff9b9b;
      }

      /* 右侧核心数据区 */
      .blue-content-area {
        flex-grow: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      /* 二码数字排列 */
      .blue-numbers {
        font-size: 24px;
        font-weight: 900;
        color: #ffffff;
        letter-spacing: 3px;
        font-family: 'Arial Black', 'Microsoft YaHei', sans-serif;
        line-height: 1.2;
      }

      /* 普通高亮白色 */
      .blue-numbers .highlight {
        color: #ffffff;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
      }

      /* ========================= */
      /* 特殊号码：黄底红字 + 立体中奖框 */
      /* ========================= */
      .special-win {
        position: relative;
        display: inline-block;
        padding: 5px 14px;
        margin: 0 4px;
        color: #c40000 !important;
        font-size: 26px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 1px;
        border-radius: 14px;
        background: linear-gradient(180deg, #fffcc7 0%, #ffe75a 30%, #ffd000 65%, #ffb300 100%);
        border: 2px solid #fff3a6;
        box-shadow:
          inset 0 2px 2px rgba(255,255,255,0.75),
          inset 0 -3px 5px rgba(180,70,0,0.25),
          0 4px 0 #c77700,
          0 8px 15px rgba(0,0,0,0.28),
          0 0 10px rgba(255,220,0,0.55);
        text-shadow:
          0 1px 0 #fff8c9,
          0 2px 0 rgba(255,255,255,0.35),
          0 2px 3px rgba(120,0,0,0.2);
        transform: translateY(-1px);
      }

      .special-win::before {
        content: "";
        position: absolute;
        inset: 3px;
        border: 1px dashed rgba(196, 0, 0, 0.4);
        border-radius: 10px;
        pointer-events: none;
      }

      .special-win::after {
        content: "★";
        position: absolute;
        top: -8px;
        right: -6px;
        font-size: 12px;
        color: #fff36d !important;
        background: #c40000;
        border: 1px solid #ffe78a;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
      }

      /* 底部辅助小字 */
      .blue-subtext {
        font-size: 12px;
        color: #ffffff;
        margin-top: 4px;
        font-weight: bold;
        letter-spacing: 0.5px;
      }

      /* 底部转化区域 */
      .blue-cta-box {
        background: linear-gradient(180deg, #a40000 0%, #5c0000 100%);
        border: 2px dashed #ff8a8a;
        border-radius: 12px;
        padding: 20px 15px;
        margin-top: 18px;
        text-align: center;
        box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.08);
      }

      .blue-cta-title {
        color: #ffffff;
        font-size: 17px;
        font-weight: 900;
        margin-bottom: 18px;
        letter-spacing: 1px;
      }

      /* 行动按钮 */
      .blue-cta-btn {
        display: block;
        background: linear-gradient(180deg, #ff3b3b 0%, #b30000 100%);
        color: #ffffff !important;
        text-decoration: none !important;
        padding: 12px 10px;
        border-radius: 50px;
        font-size: 17px;
        font-weight: 900;
        margin: 0 auto 12px auto;
        width: 90%;
        max-width: 320px;
        box-shadow:
          0 5px 0 #6e0000,
          0 8px 15px rgba(0,0,0,0.3);
        transition: transform 0.1s, box-shadow 0.1s;
        border: 1px solid #ff8a8a;
      }

      .blue-cta-btn:active {
        transform: translateY(4px);
        box-shadow:
          0 1px 0 #6e0000,
          0 2px 5px rgba(0,0,0,0.3);
      }

      .blue-cta-btn:last-child {
        margin-bottom: 0;
      }

      /* 手机端适配 */
      @media screen and (max-width: 480px) {
        .blue-vip-wrapper {
          padding: 6px 8px;
        }

        .blue-vip-title {
          font-size: 20px;
          padding: 8px 14px;
        }

        .blue-vip-title .domain {
          margin-left: 4px;
          padding: 2px 5px;
        }

        .blue-vip-row {
          padding: 6px 8px;
        }

        .blue-period-tag {
          font-size: 14px;
          padding: 4px 10px;
        }

        .blue-numbers {
          font-size: 18px;
          letter-spacing: 1px;
        }

        .special-win {
          font-size: 19px;
          padding: 4px 10px;
          margin: 0 2px;
        }

        .special-win::after {
          width: 16px;
          height: 16px;
          line-height: 14px;
          font-size: 10px;
          top: -7px;
          right: -5px;
        }

        .blue-subtext {
          font-size: 11px;
        }

        .blue-cta-title {
          font-size: 15px;
        }

        .blue-cta-btn {
          font-size: 15px;
          padding: 10px 8px;
          width: 95%;
        }
      }