/* 原站 nav 是 ul/li，补齐默认间距重置；一排五个左对齐，未满右侧留空 */
    ul.nav, ul.box-ul, ul.lottery-nums__ul { margin:0; padding:0; list-style:none; }
    ul.nav {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: flex-start;
      width: 100%;
      box-sizing: border-box;
      background: #fff;
    }
    li.nav-list {
      list-style: none;
      width: 20%;
      flex: 0 0 20%;
      max-width: 20%;
      box-sizing: border-box;
    }
    .logo {
      overflow: hidden;
      width: 100%;
    }
    .logo img {
      display: block;
      width: 115%;
      max-width: none;
      /* 裁掉右侧轮盘/金币 */
    }
    .banner img { width:100%; display:block; }
    a { color:inherit; text-decoration:none; }
    .conten { background:#fff; }
    /* 图一：强制浅蓝金角标题（覆盖 site.css 后段 bg-title2 红底黄字） */
    .title {
      display: block;
      width: 100%;
      height: .4rem;
      line-height: .4rem;
      text-align: center;
      background: url(/static/img/bg-title-75207664.png) no-repeat center / 100% .4rem !important;
      font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
      font-size: 14pt;
      font-weight: 400;
      color: #000 !important;
      text-shadow: none !important;
      cursor: default;
    }
    .title span,
    .title span:nth-child(1),
    .title span:nth-child(2),
    .title span:nth-child(3) {
      color: #000 !important;
      font-weight: 400 !important;
      text-shadow: none !important;
    }
    @media screen and (max-width: 850px) {
      .title {
        height: .8rem;
        line-height: .8rem;
        background: url(/static/img/bg-title-75207664.png) no-repeat center / 100% .8rem !important;
        font-size: .36rem;
      }
    }

    /* 家野/大小：整行黑字，居中一排（对齐图一） */
    .content-box .box-ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      background: #fff;
    }
    .content-box .box-list {
      display:flex; flex-direction:row; justify-content:center; align-items:center;
      width:100%; height:.66rem; line-height:.66rem; font-size:.36rem; font-weight:700;
      color: #000;
      border-bottom:1px solid #ccc; box-sizing:border-box;
      background: #fff;
    }
    .content-box .box-list p,
    .content-box .box-list span { margin:0; padding:0 .02rem; white-space:nowrap; color:#000; }
    .content-box .color1 { color:red; background-color:#f7fc01; }
    .content-box .jiaye-tip {
      width: 100%;
      text-align: center;
      color: #000;
      font-size: .28rem;
      line-height: 1.5;
      padding: .12rem 0 .2rem;
      background: #fff;
      box-sizing: border-box;
    }

    /* 原站 OneCode（一肖一码）：三列纯黑字，无黄底/红字/隔行变色 */
    .one-code-box .box-ul {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      background: #fff;
    }
    .one-code-box .box-list {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: .66rem;
      line-height: .66rem;
      text-align: center;
      font-size: .28rem;
      font-weight: 700;
      color: #000 !important;
      border-bottom: 1px solid #ccc;
      box-sizing: border-box;
      background: #fff;
    }
    .one-code-box .box-list > span,
    .one-code-box .box-list i,
    .one-code-box .box-list .color1 {
      width: auto;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      white-space: nowrap;
      color: #000 !important;
      background: transparent !important;
      font-style: normal;
      text-shadow: none !important;
    }
    .one-code-box .box-list > span {
      width: 20%;
    }
    .one-code-box .box-list .box-nums {
      display: block;
      width: 63%;
      background: #fff !important;
      border-left: 1px solid #c0c0c0;
      border-right: 1px solid #c0c0c0;
      color: #000 !important;
    }
    .one-code-box .box-list .box-nums i {
      font-style: normal;
      color: #000 !important;
      background: none !important;
    }

    .content-box {
      scroll-margin-top: .2rem;
    }
    .lottery-tabs-wrap {
      padding: .1rem 0;
      margin-bottom: .1rem;
      background: #fff;
      box-sizing: border-box;
    }
    .lot-tab-row {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      gap: .1rem;
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 0;
    }
    .lot-tab {
      flex: 0 0 auto;
      box-sizing: border-box;
      min-width: auto;
      height: .45rem;
      line-height: .45rem;
      padding: 0 .18rem;
      text-align: center;
      font-size: .22rem;
      white-space: nowrap;
      color: #000;
      background: #fff;
      /* 未选中：四边浅灰蓝框，完整坐在红线上方，不挡红线 */
      border: 1px solid #bfd1eb;
      border-radius: .04rem .04rem 0 0;
      cursor: default;
      position: relative;
      z-index: 1;
    }
    .lot-tab.is-active {
      color: #409eff;
      background: #fff;
      /* 选中：上左右红框，底边打开；下移 1px 盖住面板顶边以连通 */
      border: 1px solid #ff0000;
      border-bottom-color: transparent;
      margin-bottom: -1px;
      z-index: 3;
      height: .48rem;
      line-height: .48rem;
    }
    .lot-panel {
      position: relative;
      z-index: 1;
      /* 顶边红线整条连续，不被未选中 Tab 打断 */
      border: 1px solid #ff0000;
      background: #fff;
      box-sizing: border-box;
    }
    .lottery-tabs-wrap .lottery-tai-wan {
      margin: 0;
      padding: .08rem 2%;
    }
    .lottery-tabs-wrap .lottery-top,
    .lottery-tabs-wrap .lottery-bottom {
      height: .6rem;
      line-height: .4rem;
      font-size: .24rem;
    }
    .lottery-tabs-wrap .lottery-top p {
      margin: 0;
    }

    /* 官方开奖同步中：必须可见（覆盖旧版 is-pending 隐藏规则） */
    .lottery-nums__item.is-sync .lottery-num,
    .lottery-nums__item.is-sync .lottery-num i,
    .lottery-nums__item.is-sync .lottery-animal {
      visibility: visible !important;
      opacity: 1 !important;
    }
    .lottery-nums__item.is-sync {
      background: linear-gradient(to top, #f5f5f5, #fff);
    }
    .lottery-nums__item.is-sync .lottery-num {
      background: none !important;
      background-image: none !important;
      width: auto !important;
      height: .61rem;
      line-height: .61rem;
      font-size: .36rem !important;
      font-weight: 700;
      color: #333 !important;
    }
    .lottery-nums__item.is-sync .lottery-num i {
      font-style: normal !important;
      color: #333 !important;
    }
    .lottery-nums__item.is-sync .lottery-animal {
      color: #999 !important;
      letter-spacing: 0;
      font-size: .2rem;
    }
    .lottery-nums__item.is-pending:not(.is-sync) .lottery-num i,
    .lottery-nums__item.is-pending:not(.is-sync) .lottery-animal {
      visibility: hidden;
    }
    .lottery-nums__item.is-rolling .lottery-num {
      animation: lot-spin .12s linear infinite;
      filter: blur(.4px);
    }
    .lottery-nums__item.is-rolling .lottery-animal {
      opacity: .35;
    }
    .lottery-nums__item.is-reveal .lottery-num {
      animation: lot-pop .45s cubic-bezier(.2, 1.4, .3, 1);
    }
    .lottery-nums__item.is-reveal .lottery-animal {
      animation: lot-fade .35s ease-out;
    }
    @keyframes lot-spin {
      0% { transform: translateY(-6px) scale(.92); opacity: .55; }
      50% { transform: translateY(6px) scale(1.06); opacity: 1; }
      100% { transform: translateY(-6px) scale(.92); opacity: .55; }
    }
    @keyframes lot-pop {
      0% { transform: scale(.2) rotate(-20deg); opacity: 0; }
      70% { transform: scale(1.18) rotate(4deg); opacity: 1; }
      100% { transform: scale(1) rotate(0); }
    }
    @keyframes lot-fade {
      from { opacity: 0; transform: translateY(6px); }
      to { opacity: 1; transform: translateY(0); }
    }
