    .vip4code163-wrap,
    .vip4code163-wrap * {
      box-sizing: border-box;
      word-break: break-all;
      overflow-wrap: break-word;
    }

    .vip4code163-wrap {
      max-width: 760px;
      margin: 0 auto 12px;
      padding: 10px;
      font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
      background:
        radial-gradient(circle at top left, rgba(255,255,255,.8), transparent 28%),
        linear-gradient(135deg, #8b0000, #f8e7cf 35%, #fff8e8 60%, #0f5b35);
      border: 4px solid #b60000;
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(120,0,0,.35);
      position: relative;
      overflow: hidden;
    }

    .vip4code163-wrap::before {
      content: "";
      position: absolute;
      inset: 8px;
      border: 2px dashed rgba(185, 0, 0, .45);
      border-radius: 14px;
      pointer-events: none;
    }

    .vip4code163-card {
      position: relative;
      z-index: 2;
      background: rgba(255, 252, 235, .96);
      border: 3px solid #d51d1d;
      border-radius: 16px;
      padding: 12px;
      box-shadow: inset 0 0 20px rgba(255, 215, 120, .55);
    }

    .vip4code163-top {
      text-align: center;
      padding: 8px 6px 10px;
      border-radius: 14px;
      background: linear-gradient(90deg, #006b3d, #fff4d7, #b30000);
      border: 2px solid #b60000;
      position: relative;
      overflow: hidden;
    }

    .vip4code163-top::after {
      content: "";
      position: absolute;
      top: 0;
      left: -80%;
      width: 60%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
      animation: vip4shine 2.8s linear infinite;
    }

    @keyframes vip4shine {
      0% { left: -80%; }
      100% { left: 130%; }
    }

    .vip4code163-title {
      font-size: clamp(25px, 6vw, 42px);
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: 4px;
      color: #b00000;
      text-shadow:
        1px 1px 0 #fff,
        2px 2px 0 #ffd36b,
        0 0 10px rgba(255,255,255,.85);
    }

    .vip4code163-sub {
      margin-top: 5px;
      font-size: clamp(15px, 3.8vw, 21px);
      font-weight: 800;
      color: #07502d;
    }

    .vip4code163-main {
      display: grid;
      grid-template-columns: 36% 1fr;
      gap: 12px;
      margin-top: 12px;
      align-items: stretch;
    }

    .vip4code163-pic {
      background: #fff7df;
      border: 3px solid #0a673b;
      border-radius: 15px;
      padding: 7px;
      box-shadow: 0 5px 14px rgba(0,0,0,.22);
      transform: rotate(-2deg);
      position: relative;
      overflow: hidden;
    }

    .vip4code163-pic img {
      width: 100%;
      height: 100%;
      min-height: 280px;
      object-fit: cover;
      border-radius: 10px;
      display: block;
    }

    .vip4code163-pic::after {
      content: "会员特供";
      position: absolute;
      left: 50%;
      bottom: 14px;
      transform: translateX(-50%);
      background: rgba(178, 0, 0, .92);
      color: #fff;
      padding: 5px 12px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 900;
      letter-spacing: 2px;
      box-shadow: 0 0 10px rgba(255,255,255,.75);
    }

    .vip4code163-list {
      display: flex;
      flex-direction: column;
      gap: 9px;
    }

    .vip4code163-row {
      border: 2px solid #b60000;
      border-radius: 13px;
      background:
        linear-gradient(180deg, #fffdf1, #fff0c5);
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(120,0,0,.12);
    }

    .vip4code163-row-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      background: linear-gradient(90deg, #b60000, #e73624, #0a673b);
      color: #fff;
      font-weight: 900;
      font-size: clamp(15px, 3.5vw, 19px);
    }

    .vip4code163-status {
      background: #ffe66d;
      color: #b00000;
      padding: 2px 8px;
      border-radius: 999px;
      font-size: .88em;
      white-space: nowrap;
      animation: vip4pulse 1.4s infinite;
    }

    @keyframes vip4pulse {
      0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(255,230,109,0); }
      50% { transform: scale(1.05); box-shadow: 0 0 12px rgba(255,230,109,.9); }
    }

    .vip4code163-body {
      padding: 8px 10px 9px;
      text-align: center;
      font-size: clamp(15px, 3.8vw, 20px);
      line-height: 1.65;
      font-weight: 800;
      color: #173d28;
    }

    .vip4code163-body b {
      color: #b60000;
      font-size: 1.08em;
    }

    .vip4code163-body strong {
      color: #006b3d;
    }

    .vip4code163-domain {
      display: inline-block;
      margin-top: 3px;
      color: #b60000;
      font-weight: 900;
      border-bottom: 2px solid #b60000;
    }

    .vip4code163-now {
      margin-top: 12px;
      padding: 11px 8px;
      text-align: center;
      border-radius: 15px;
      border: 3px solid #0a673b;
      background:
        radial-gradient(circle at center, #fff9d8, #ffd36b 60%, #c90000);
      color: #9b0000;
      font-size: clamp(20px, 5vw, 34px);
      font-weight: 900;
      letter-spacing: 3px;
      text-shadow: 1px 1px 0 #fff;
      animation: vip4glow 1.6s ease-in-out infinite alternate;
    }

    @keyframes vip4glow {
      from { box-shadow: 0 0 8px rgba(182,0,0,.35); }
      to { box-shadow: 0 0 22px rgba(182,0,0,.8); }
    }

    .vip4code163-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.vip4code163-btns a {
  text-decoration: none;
  text-align: center;
  padding: 7px 4px;
  border-radius: 999px;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 900;
  color: #fff !important;
  border: 2px solid #ffe66d;
  background: linear-gradient(180deg, #ff3636, #b60000);
  box-shadow: 0 5px 0 #730000, 0 0 12px rgba(255,60,60,.55);
  animation: vip4btn 1.3s infinite;
}

.vip4code163-btns a:nth-child(2) {
  background: linear-gradient(180deg, #0f9b57, #045d34);
  box-shadow: 0 5px 0 #02391f, 0 0 12px rgba(15,155,87,.55);
}

.vip4code163-btns a:nth-child(3) {
  background: linear-gradient(180deg, #ffb000, #d33b00);
  box-shadow: 0 5px 0 #8b2100, 0 0 12px rgba(255,176,0,.55);
}

/* 手机自适应两列 */
@media (max-width: 600px) {
  .vip4code163-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}

    @keyframes vip4btn {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-3px); }
    }

    .vip4code163-bottom {
      margin-top: 10px;
      text-align: center;
      font-size: clamp(14px, 3.5vw, 18px);
      font-weight: 900;
      color: #064b2c;
    }

    @media (max-width: 620px) {
      .vip4code163-wrap {
        padding: 7px;
        border-width: 3px;
      }

      .vip4code163-card {
        padding: 8px;
      }

      .vip4code163-main {
        grid-template-columns: 1fr;
      }

      .vip4code163-pic {
        transform: rotate(0);
      }

      .vip4code163-pic img {
        min-height: auto;
        max-height: 280px;
      }

      .vip4code163-btns {
        grid-template-columns: 1fr;
      }
    }
    
 /*活动倒计时（可点击跳转） 开始*/   
 #zyh-countdown-box{
    max-width:720px;
    margin:10px auto;
    padding:12px;
    border-radius:12px;
    background:linear-gradient(135deg,#8b0000,#d60000,#8b0000);
    border:2px solid #ffd700;
    box-shadow:0 0 15px rgba(255,215,0,.4);
    text-align:center;
    font-family:"Microsoft YaHei",Arial,sans-serif;
    cursor:pointer;}

#zyh-countdown-box .zyh-title{
    color:#fff7c2;
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
    text-shadow:0 0 8px rgba(255,215,0,.8);
}

#zyh-countdown-box .zyh-timer{
    display:flex;
    justify-content:center;
    gap:8px;
    flex-wrap:nowrap;
}

#zyh-countdown-box .time-item{
    width:70px;
    background:linear-gradient(#fff8d6,#ffd84d);
    border-radius:10px;
    padding:8px 0;
    border:1px solid #ffcc00;
}

#zyh-countdown-box .time-item span{
    display:block;
    font-size:28px;
    font-weight:bold;
    color:#c10000;
    line-height:1;
}

#zyh-countdown-box .time-item em{
    display:block;
    margin-top:4px;
    font-style:normal;
    color:#7a0000;
    font-size:13px;
    font-weight:bold;
}

#zyh-countdown-box .zyh-text{
    margin-top:10px;
    color:#fff;
    font-size:15px;
    font-weight:bold;
}

#zyh-countdown-box .zyh-btn{
    margin-top:10px;
    display:inline-block;
    padding:8px 18px;
    background:linear-gradient(#fff5a5,#ffc400);
    color:#b30000;
    font-size:16px;
    font-weight:bold;
    border-radius:999px;
    border:1px solid #fff3a0;
    box-shadow:0 0 10px rgba(255,215,0,.8);
}

@media(max-width:480px){
    #zyh-countdown-box{
        padding:10px;
    }
    #zyh-countdown-box .zyh-title{
        font-size:18px;
    }
    #zyh-countdown-box .time-item{
        width:58px;
    }
    #zyh-countdown-box .time-item span{
        font-size:24px;
    }
    #zyh-countdown-box .zyh-text{
        font-size:13px;
    }
    #zyh-countdown-box .zyh-btn{
        font-size:14px;
        padding:7px 14px;
    }
}
    
    
  /*博真③肖③码*/   
/* 174期动态按钮区域 */
#amcz-six-code,
#amcz-six-code *{
  box-sizing:border-box;
}

#amcz-six-code{
  width:100%;
  max-width:760px;
  margin:8px auto;
  font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;
  border-radius:12px;
  overflow:hidden;
  background:#fff7d1;
  border:3px solid #d40000;
  box-shadow:0 4px 14px rgba(180,0,0,.28);
}

#amcz-six-code .main-title{
  position:relative;
  text-align:center;
  padding:10px 6px;
  font-size:26px;
  font-weight:900;
  color:#fff;
  letter-spacing:1px;
  background:linear-gradient(180deg,#ff4a1c 0%,#d60000 45%,#8b0000 100%);
  text-shadow:0 2px 2px rgba(0,0,0,.45);
  border-bottom:3px solid #ffd45a;
}

#amcz-six-code .main-title span{
  color:#fff000;
}

#amcz-six-code .period{
  border-bottom:2px solid #ffe28a;
  background:#fff;
}

#amcz-six-code .period:last-child{
  border-bottom:none;
}

#amcz-six-code .period-head{
  text-align:center;
  padding:8px 4px;
  background:linear-gradient(180deg,#ffffc8 0%,#fff59a 100%);
  font-size:22px;
  font-weight:900;
  white-space:nowrap;
}

#amcz-six-code .green{color:#008000;}
#amcz-six-code .red{color:#ff0000;}
#amcz-six-code .blue{color:#003cff;}
#amcz-six-code .dark{color:#001f3f;}
#amcz-six-code .black{color:#000;}

#amcz-six-code .code-box{
  background:linear-gradient(90deg,rgba(255,244,180,.35),rgba(255,255,255,.95),rgba(255,244,180,.35));
  padding:8px 0 6px;
  text-align:center;
}

#amcz-six-code .code-line{
  line-height:44px;
  font-size:26px;
  font-weight:900;
  white-space:nowrap;
}

#amcz-six-code .num{
  color:#000;
  font-size:24px;
  font-weight:900;
}

#amcz-six-code .hit{
  display:inline-block;
  padding:0 2px;
  background:#fff000;
  box-shadow:0 0 0 1px rgba(255,0,0,.12);
}

/* 174期动态按钮区域 */
#amcz-six-code .action-area{
  padding:10px 10px 12px;
  background:linear-gradient(180deg,#fff8cf 0%,#ffe17a 48%,#fff3aa 100%);
  border-top:2px dashed #e00000;
}

#amcz-six-code .action-btn{
  position:relative;
  display:block;
  width:100%;
  margin:7px auto;
  padding:10px 8px;
  text-align:center;
  text-decoration:none;
  border-radius:12px;
  font-size:20px;
  line-height:24px;
  font-weight:900;
  color:#fff;
  overflow:hidden;
  border:2px solid #fff16a;
  background:linear-gradient(180deg,#ff3b18 0%,#d60000 55%,#8b0000 100%);
  text-shadow:0 2px 2px rgba(0,0,0,.45);
  box-shadow:
    0 4px 0 #820000,
    0 0 14px rgba(255,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.45);
  animation:amczBtnGlow 1.4s ease-in-out infinite alternate;
}

#amcz-six-code .action-btn strong{
  color:#fff000;
}

#amcz-six-code .action-btn:before{
  content:"";
  position:absolute;
  top:0;
  left:-85%;
  width:60%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);
  transform:skewX(-22deg);
  animation:amczShine 2.2s linear infinite;
}

#amcz-six-code .action-btn:nth-child(2){
  background:linear-gradient(180deg,#ff9f00 0%,#ff4d00 55%,#b80000 100%);
}

#amcz-six-code .action-btn:nth-child(3){
  background:linear-gradient(180deg,#006dff 0%,#003cff 55%,#001a88 100%);
}

#amcz-six-code .action-btn:nth-child(4){
  background:linear-gradient(180deg,#00a83b 0%,#008000 55%,#004d18 100%);
}

#amcz-six-code .action-btn:nth-child(5){
  background:linear-gradient(180deg,#ff2db2 0%,#d0007c 55%,#790047 100%);
}

@keyframes amczBtnGlow{
  0%{
    filter:brightness(1);
    box-shadow:0 4px 0 #820000,0 0 10px rgba(255,0,0,.45),inset 0 1px 0 rgba(255,255,255,.45);
  }
  100%{
    filter:brightness(1.12);
    box-shadow:0 4px 0 #820000,0 0 20px rgba(255,230,0,.85),inset 0 1px 0 rgba(255,255,255,.6);
  }
}

@keyframes amczShine{
  0%{left:-85%;}
  100%{left:125%;}
}

#amcz-six-code .footer{
  text-align:center;
  padding:5px 4px 7px;
  font-size:19px;
  line-height:24px;
  font-weight:900;
  color:#ff8500;
  background:#fff;
  text-shadow:0 1px 0 #fff5c0;
}

@media(max-width:480px){
  #amcz-six-code{
    border-radius:8px;
    border-width:2px;
  }

  #amcz-six-code .main-title{
    font-size:22px;
    padding:9px 3px;
  }

  #amcz-six-code .period-head{
    font-size:19px;
    padding:7px 2px;
  }

  #amcz-six-code .code-line{
    font-size:23px;
    line-height:39px;
  }

  #amcz-six-code .num{
    font-size:21px;
  }

  #amcz-six-code .action-btn{
    font-size:17px;
    line-height:22px;
    padding:9px 5px;
    border-radius:10px;
  }

  #amcz-six-code .footer{
    font-size:16px;
  }
}
    
    
    
    
    
    
    
    
    
    
    
#mx-secret-letter-187,
#mx-secret-letter-187 *{
  box-sizing:border-box!important;
  margin:0;
  padding:0;
  max-width:100%;
  font-family:"KaiTi","楷体","STKaiti","SimKai","Microsoft YaHei",serif!important;
}

#mx-secret-letter-187{
  width:100%;
  margin:8px auto;
  isolation:isolate;
  contain:layout paint style;
  color:#075985;
  overflow:hidden;
  background:#e6f7ff;
}

#mx-secret-letter-187 a{
  color:inherit;
  text-decoration:none;
}

#mx-secret-letter-187 .letter-bg{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:15px;
  border-radius:22px;
  background:
    radial-gradient(circle at 15% 10%,rgba(255,244,202,.45),transparent 28%),
    radial-gradient(circle at 85% 90%,rgba(120,56,18,.18),transparent 32%),
    linear-gradient(135deg,#dff6ff 0%,#9edff7 48%,#55bde8 100%);
  border:2px solid rgba(105,54,20,.55);
  box-shadow:
    0 10px 26px rgba(68,34,12,.28),
    inset 0 0 0 1px rgba(255,245,205,.35);
  position:relative;
}

#mx-secret-letter-187 .letter-bg:before{
  content:"";
  position:absolute;
  inset:7px;
  border:1px solid rgba(105,54,20,.3);
  border-radius:18px;
  pointer-events:none;
}

#mx-secret-letter-187 .top-line-title,
#mx-secret-letter-187 .bottom-line-title{
  position:relative;
  z-index:3;
  width:100%;
  text-align:center;
  padding:11px 10px;
  border-radius:999px;
  background:linear-gradient(90deg,#008ed8 0%,#36bdf2 30%,#ffffff 50%,#36bdf2 70%,#008ed8 100%);
  border:2px solid #006ca8;
  color:#4b1808;
  font-size:26px;
  font-weight:900;
  letter-spacing:2px;
  text-shadow:0 1px 0 rgba(255,239,184,.75);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.28),
    0 6px 14px rgba(72,34,12,.22);
}

#mx-secret-letter-187 .top-line-title{
  margin-bottom:12px;
}

#mx-secret-letter-187 .bottom-line-title{
  margin-top:12px;
}

#mx-secret-letter-187 .letter-paper{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  padding:30px 34px 32px;
  background:
    linear-gradient(90deg,rgba(138,75,28,.08) 0 2px,transparent 2px 100%),
    repeating-linear-gradient(
      180deg,
      rgba(125,72,28,.08) 0px,
      rgba(125,72,28,.08) 1px,
      transparent 1px,
      transparent 34px
    ),
    linear-gradient(180deg,#ffffff 0%,#f4fbff 55%,#d9f2ff 100%);
  border:3px solid #2aa7dc;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.55),
    0 8px 20px rgba(83,38,11,.2);
}

#mx-secret-letter-187 .letter-paper:before{
  content:"";
  position:absolute;
  left:18px;
  top:0;
  bottom:0;
  width:2px;
  background:rgba(123,66,28,.22);
}

#mx-secret-letter-187 .letter-top{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:16px;
  padding-bottom:14px;
  border-bottom:2px dashed rgba(125,66,28,.38);
}

#mx-secret-letter-187 .letter-title{
  flex:1;
  text-align:left;
}

#mx-secret-letter-187 .letter-title h2{
  display:inline-block;
  padding:9px 20px;
  border-radius:12px;
  background:linear-gradient(180deg,#0088cc,#004d73);
  color:#ffe9a6;
  font-size:30px;
  font-weight:900;
  letter-spacing:2px;
  box-shadow:
    0 6px 14px rgba(72,34,12,.22),
    inset 0 0 0 1px rgba(255,236,151,.45);
}

#mx-secret-letter-187 .letter-title p{
  margin-top:8px;
  color:#006c9f;
  font-size:15px;
  font-weight:900;
  letter-spacing:2px;
}

#mx-secret-letter-187 .letter-stamp{
  flex:none;
  width:86px;
  height:68px;
  border:2px dashed #7b3515;
  border-radius:8px;
  background:
    radial-gradient(circle at 50% 45%,rgba(255,255,255,.35),transparent 38%),
    linear-gradient(135deg,#f5d392,#b46a2a);
  color:#005b91;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:18px;
  font-weight:900;
  line-height:1.15;
  transform:rotate(5deg);
  box-shadow:0 5px 10px rgba(83,38,11,.18);
}

#mx-secret-letter-187 .letter-info{
  display:flex;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:15px;
  color:#064e7a;
  font-size:18px;
  font-weight:900;
}

#mx-secret-letter-187 .letter-info span{
  display:inline-flex;
  align-items:center;
  padding:5px 12px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(111,56,20,.28);
  box-shadow:0 3px 8px rgba(83,38,11,.08);
}

#mx-secret-letter-187 .letter-list{
  position:relative;
  z-index:2;
}

/* 期数 + 标题 + 内容：一行显示 */
#mx-secret-letter-187 .letter-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:nowrap;
  gap:8px;
  padding:12px 14px;
  margin-bottom:9px;
  border-radius:12px;
  background:linear-gradient(180deg,#fff4d9,#f1d29a);
  border:1px solid rgba(111,56,20,.28);
  box-shadow:0 3px 8px rgba(83,38,11,.1);
  overflow:hidden;
}

#mx-secret-letter-187 .letter-left{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:4px;
  flex:none;
  white-space:nowrap;
  min-width:0;
}

#mx-secret-letter-187 .period{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-width:74px;
  padding:4px 10px;
  margin-right:2px;
  border-radius:999px;
  background:linear-gradient(180deg,#9b4b1e,#005b91);
  color:#fff1b8;
  font-size:18px;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(255,232,143,.4);
  white-space:nowrap;
}

#mx-secret-letter-187 .label{
  font-size:20px;
  font-weight:900;
  color:#0000ff;
  white-space:nowrap;
}

#mx-secret-letter-187 .code{
  flex:1;
  min-width:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  border-radius:999px;
  background:#ffffff;
  color:#0000ff;
  font-size:20px;
  font-weight:900;
  border:1px solid rgba(111,56,20,.34);
  box-shadow:inset 0 -4px 8px rgba(125,66,28,.08);
  white-space:nowrap;
  overflow:visible;
}

/* 中奖外圈转动：只转圆圈，不转文字 */
#mx-secret-letter-187 .hot{
  position:relative;
  z-index:1;
  display:inline-flex;
  min-width:32px;
  height:32px;
  padding:0 8px;
  margin:0 4px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(180deg,#e00000,#9b0000);
  color:#ffffff;
  font-weight:900;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.35),
    0 2px 5px rgba(132,0,0,.2);
}

#mx-secret-letter-187 .hot:after{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:999px;
  border:2px dashed #0077b6;
  border-top-color:#ffffff;
  border-right-color:#d60000;
  pointer-events:none;
  animation:mxHotCircle 3.4s linear infinite;
  transform-origin:center;
  will-change:transform;
}

@keyframes mxHotCircle{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}

@media (prefers-reduced-motion:reduce){
  #mx-secret-letter-187 .hot:after{
    animation:none!important;
  }
}

#mx-secret-letter-187 .current-letter{
  position:relative;
  margin-top:16px;
  padding:16px;
  border-radius:16px;
  background:linear-gradient(180deg,#eefaff,#c9edff);
  border:2px solid #2aa7dc;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.42),
    0 8px 18px rgba(83,38,11,.15);
}

#mx-secret-letter-187 .current-title{
  text-align:center;
  padding:11px 10px;
  margin-bottom:14px;
  border-radius:12px;
  background:linear-gradient(90deg,#005b91,#9b4b1e,#005b91);
  color:#fff1b8;
  font-size:24px;
  font-weight:900;
  letter-spacing:1px;
}

#mx-secret-letter-187 .letter-text{
  text-align:center;
  font-size:21px;
  font-weight:900;
  color:#004d73;
  line-height:1.75;
}

/* 底部引流词语：不花、清楚、显眼 */
#mx-secret-letter-187 .black-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 18px;
  border-radius:10px;
  background:linear-gradient(180deg,#5a210b,#003b5c);
  color:#fff4c8;
  border:2px solid #7ddcff;
  box-shadow:0 4px 10px rgba(83,38,11,.22);
}

#mx-secret-letter-187 .yellow-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 18px;
  border-radius:999px;
  background:linear-gradient(180deg,#bff0ff,#28a8e0);
  color:#005b8f;
  border:2px solid #ffffff;
  box-shadow:0 4px 10px rgba(83,38,11,.2);
}

#mx-secret-letter-187 .purple-line{
  display:inline-block;
  margin-top:6px;
  padding:8px 18px;
  border-radius:10px;
  background:linear-gradient(180deg,#008ed3,#00608f);
  color:#ffffff;
  border:2px solid #e5b35a;
  font-size:19px;
  box-shadow:0 4px 10px rgba(83,38,11,.22);
}

#mx-secret-letter-187 .app-btns{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0;
}

#mx-secret-letter-187 .btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:9px 20px;
  border-radius:999px;
  font-size:20px;
  font-weight:900;
  box-shadow:0 5px 12px rgba(83,38,11,.22);
}

#mx-secret-letter-187 .btn-yellow{
  background:linear-gradient(180deg,#ffffff,#35b9f0);
  color:#00507a;
  border:2px solid #ffffff;
}

#mx-secret-letter-187 .btn-blue{
  background:linear-gradient(180deg,#6b2a10,#2d1005);
  color:#fff1b8;
  border:2px solid #7ddcff;
}

#mx-secret-letter-187 .green{
  display:inline-block;
  margin-top:4px;
  padding:5px 14px;
  border-radius:999px;
  background:#fff8df;
  color:#00834b;
  border:2px solid #4aa879;
  font-weight:900;
}

#mx-secret-letter-187 .money{
  display:inline-block;
  margin-top:8px;
  padding:7px 18px;
  border-radius:999px;
  background:linear-gradient(180deg,#dff7ff,#4bc4ef);
  color:#005b91;
  border:2px solid #00658f;
  font-weight:900;
  box-shadow:0 4px 10px rgba(83,38,11,.18);
}

#mx-secret-letter-187 .signature{
  position:relative;
  z-index:2;
  text-align:right;
  margin-top:18px;
  padding-right:18px;
  color:#005b91;
  font-size:20px;
  font-weight:900;
}

#mx-secret-letter-187 .signature span{
  display:inline-block;
  padding:5px 12px;
  border-bottom:2px solid rgba(107,33,12,.42);
}

@media screen and (max-width:650px){
  #mx-secret-letter-187 .letter-bg{
    padding:7px;
    border-radius:16px;
  }

  #mx-secret-letter-187 .top-line-title,
  #mx-secret-letter-187 .bottom-line-title{
    font-size:18px;
    padding:9px 6px;
    letter-spacing:1px;
    border-radius:16px;
  }

  #mx-secret-letter-187 .letter-paper{
    padding:20px 6px 22px 14px;
    border-width:2px;
    border-radius:14px;
  }

  #mx-secret-letter-187 .letter-paper:before{
    left:8px;
  }

  #mx-secret-letter-187 .letter-top{
    align-items:center;
    margin-bottom:12px;
  }

  #mx-secret-letter-187 .letter-title h2{
    font-size:20px;
    padding:8px 12px;
    letter-spacing:1px;
  }

  #mx-secret-letter-187 .letter-title p{
    font-size:11px;
    letter-spacing:1px;
  }

  #mx-secret-letter-187 .letter-stamp{
    width:58px;
    height:48px;
    font-size:13px;
  }

  #mx-secret-letter-187 .letter-info{
    font-size:14px;
  }

  /* 手机端也保持一行 */
  #mx-secret-letter-187 .letter-row{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:4px!important;
    padding:8px 4px!important;
    margin-bottom:8px;
  }

  #mx-secret-letter-187 .letter-left{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    margin-bottom:0!important;
    gap:2px!important;
    flex:none!important;
  }

  #mx-secret-letter-187 .period{
    min-width:auto;
    font-size:13px;
    padding:3px 5px;
    margin-right:1px;
  }

  #mx-secret-letter-187 .label{
    font-size:13px;
    white-space:nowrap;
  }

  #mx-secret-letter-187 .code{
    width:auto!important;
    flex:1!important;
    font-size:13px;
    padding:5px 4px;
    white-space:nowrap!important;
    overflow:visible!important;
  }

  #mx-secret-letter-187 .hot{
    min-width:23px;
    height:23px;
    padding:0 5px;
    margin:0 2px;
  }

  #mx-secret-letter-187 .hot:after{
    inset:-3px;
    border-width:2px;
  }

  #mx-secret-letter-187 .current-letter{
    padding:10px 8px;
  }

  #mx-secret-letter-187 .current-title{
    font-size:18px;
    padding:9px 6px;
  }

  #mx-secret-letter-187 .letter-text{
    font-size:16px;
    line-height:1.72;
  }

  #mx-secret-letter-187 .purple-line{
    font-size:15px;
  }

  #mx-secret-letter-187 .btn{
    font-size:16px;
    padding:7px 13px;
  }

  #mx-secret-letter-187 .green,
  #mx-secret-letter-187 .money{
    font-size:15px;
    padding:5px 12px;
  }

  #mx-secret-letter-187 .signature{
    font-size:16px;
    padding-right:5px;
  }
}    
    
#mx-secret-letter-187 .dc-btn-main{
        width:100%;
        min-height:48px;
        padding:10px 6px;
        letter-spacing:0;
    }
/*会员区扫光 */
#mx-secret-letter-187 .dc-btn-main{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:94%;
    margin:17px auto 0;
    min-height:54px;
    padding:12px 14px;
    border-radius:999px;
    overflow:hidden;
    background:
        linear-gradient(135deg,#ffde73 0%,#e32212 38%,#7b0c05 100%);
    color:#fff !important;
    font-size:clamp(17px,4vw,22px);
    font-weight:1000;
    letter-spacing:1px;
    text-align:center;
    box-shadow:
        0 8px 18px rgba(150,25,8,.35),
        inset 0 1px 0 rgba(255,255,255,.46);
    border:2px solid #ffe39a;
    animation:dc-pulse 2.2s infinite ease-in-out;
}

#mx-secret-letter-187 .dc-btn-main span{
    display:inline-block;
    margin:0 5px;
    padding:2px 8px;
    border-radius:8px;
    background:#fff000;
    color:#e00000;
    text-shadow:none;
}

#mx-secret-letter-187 .dc-btn-main::after,
#mx-secret-letter-187 .dc-small-btn::after{
    content:"";
    position:absolute;
    top:-60%;
    left:-110%;
    width:48%;
    height:220%;
    background:linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.46) 50%,
        rgba(255,255,255,0) 100%
    );
    transform:rotate(28deg);
    animation:dc-light 3.2s infinite;
}

@keyframes dc-pulse{
    0%,100%{transform:scale(1);}
    50%{transform:scale(1.025);}
}

@keyframes dc-light{
    0%{left:-110%;}
    32%{left:155%;}
    100%{left:155%;}
}














  #cbw-sx2z-180,
    #cbw-sx2z-180 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    #cbw-sx2z-180 {
      width: 100%;
      max-width: 720px;
      margin: 10px auto;
      font-family: Arial, "Microsoft YaHei", sans-serif;
      isolation: isolate;
      overflow: hidden;
    }

    #cbw-sx2z-180 a {
      color: inherit;
      text-decoration: none;
    }

    #cbw-sx2z-180 .cbw-wrap {
      position: relative;
      width: 100%;
      min-height: 0px;
      padding: clamp(14px, 2.6vw, 22px);
      overflow: hidden;
      border: 2px solid rgba(255, 215, 112, 0.88);
      border-radius: 24px;
      background:
        radial-gradient(circle at 8% 8%, rgba(0, 210, 255, 0.2), transparent 27%),
        radial-gradient(circle at 92% 16%, rgba(255, 203, 86, 0.18), transparent 28%),
        radial-gradient(circle at 50% 100%, rgba(29, 79, 255, 0.18), transparent 38%),
        linear-gradient(145deg, #071226 0%, #0a1c3f 48%, #050b18 100%);
      box-shadow:
        0 14px 34px rgba(0, 9, 29, 0.42),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 0 35px rgba(0, 185, 255, 0.08);
    }

    #cbw-sx2z-180 .cbw-wrap::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      opacity: 0.24;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
      background-size: 28px 28px;
      -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 78%);
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 78%);
    }

    #cbw-sx2z-180 .cbw-wrap::after {
      content: "";
      position: absolute;
      inset: 9px;
      z-index: 0;
      pointer-events: none;
      border: 1px solid rgba(255, 214, 112, 0.28);
      border-radius: 18px;
      box-shadow: inset 0 0 18px rgba(0, 206, 255, 0.08);
    }

    #cbw-sx2z-180 .cbw-glow {
      position: absolute;
      z-index: 0;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      pointer-events: none;
      filter: blur(5px);
    }

    #cbw-sx2z-180 .cbw-glow.g1 {
      left: -70px;
      top: 105px;
      background: radial-gradient(circle, rgba(0, 216, 255, 0.24), transparent 68%);
    }

    #cbw-sx2z-180 .cbw-glow.g2 {
      right: -72px;
      bottom: 70px;
      background: radial-gradient(circle, rgba(255, 192, 68, 0.2), transparent 68%);
    }

    #cbw-sx2z-180 .cbw-title {
      position: relative;
      z-index: 2;
      width: 100%;
      margin: 2px auto 14px;
      overflow: hidden;
      color: #ffe59a;
      font-size: clamp(22px, 4.7vw, 34px);
      font-weight: 900;
      line-height: 1.2;
      letter-spacing: clamp(1px, 0.45vw, 3px);
      text-align: center;
      white-space: nowrap;
      text-shadow:
        0 2px 0 rgba(91, 53, 0, 0.85),
        0 0 10px rgba(255, 205, 78, 0.48),
        0 0 20px rgba(0, 200, 255, 0.2);
    }

    #cbw-sx2z-180 .cbw-title::before,
    #cbw-sx2z-180 .cbw-title::after {
      content: "◆";
      display: inline-block;
      margin: 0 0.45em;
      color: #42dbff;
      font-size: 0.55em;
      vertical-align: 0.15em;
      text-shadow: 0 0 10px rgba(66, 219, 255, 0.85);
    }

    #cbw-sx2z-180 .cbw-list {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: clamp(10px, 1.8vw, 14px);
    }

    #cbw-sx2z-180 .cbw-item {
      position: relative;
      width: 100%;
      padding: clamp(10px, 1.8vw, 14px);
      overflow: hidden;
      border: 1px solid rgba(89, 216, 255, 0.58);
      border-radius: 18px;
      background:
        linear-gradient(135deg, rgba(17, 45, 88, 0.88), rgba(7, 18, 39, 0.92)),
        rgba(7, 20, 45, 0.92);
      box-shadow:



        0 8px 18px rgba(0, 5, 20, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 0 22px rgba(0, 193, 255, 0.06);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    #cbw-sx2z-180 .cbw-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 5px;
      height: 100%;
      background: linear-gradient(to bottom, #48dfff, #f6c85f, #48dfff);
      box-shadow: 0 0 12px rgba(72, 223, 255, 0.75);
    }

    #cbw-sx2z-180 .cbw-item::after {
      content: "";
      position: absolute;
      top: 0;
      right: -46px;
      width: 125px;
      height: 100%;
      pointer-events: none;
      opacity: 0.22;
      transform: skewX(-22deg);
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    }

    #cbw-sx2z-180 .cbw-date {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 450px;
      height: clamp(38px, 6.4vw, 48px);
      margin: 0 auto clamp(9px, 1.5vw, 12px);
      overflow: hidden;
      border: 1px solid rgba(255, 216, 116, 0.75);
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(30, 65, 119, 0.96), rgba(9, 24, 53, 0.96));
      box-shadow:
        0 5px 12px rgba(0, 6, 23, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 0 12px rgba(255, 202, 80, 0.08);
      color: #fff4c7;
      font-size: clamp(17px, 3.8vw, 28px);
      font-weight: 900;
      line-height: clamp(38px, 6.4vw, 48px);
      text-align: center;
      white-space: nowrap;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.58);
    }

    #cbw-sx2z-180 .cbw-row {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-width: 0;
      gap: clamp(10px, 2.2vw, 18px);
    }

    #cbw-sx2z-180 .cbw-zodiac-box {
      display: flex;
      flex: 0 0 clamp(72px, 15vw, 116px);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: clamp(72px, 15vw, 116px);
      gap: 5px;
    }

    #cbw-sx2z-180 .cbw-tag {
      min-width: 64px;
      height: 26px;
      padding: 0 12px;
      overflow: hidden;
      border: 1px solid #ffe29a;
      border-radius: 999px;
      background: linear-gradient(180deg, #ffd978 0%, #ad6f00 100%);
      box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 0 10px rgba(255, 204, 77, 0.16);
      color: #08152d;
      font-size: 16px;
      font-weight: 900;
      line-height: 24px;
      text-align: center;
      white-space: nowrap;
    }

    #cbw-sx2z-180 .cbw-zodiac {
      display: flex;
      align-items: center;
      justify-content: center;
      width: clamp(72px, 15vw, 116px);
      height: clamp(72px, 15vw, 116px);
      border: clamp(3px, 0.7vw, 5px) solid #ffe7a5;
      border-radius: 50%;
      background:
        radial-gradient(circle at 35% 28%, #eaffff 0%, #5fe6ff 17%, #1177bd 45%, #081a3d 75%, #040a18 100%);
      box-shadow:
        0 0 0 clamp(2px, 0.5vw, 4px) rgba(56, 218, 255, 0.74),
        0 8px 18px rgba(0, 7, 25, 0.42),
        0 0 18px rgba(37, 210, 255, 0.28),
        inset 0 4px 8px rgba(255, 255, 255, 0.36);
      color: #fff4bd;
      font-size: clamp(35px, 7.7vw, 60px);
      font-weight: 900;
      white-space: nowrap;
      text-shadow:
        0 3px 0 rgba(63, 37, 0, 0.75),
        0 0 10px rgba(255, 220, 120, 0.55);
    }

    #cbw-sx2z-180 .cbw-code {
      flex: 0 1 350px;
      width: 100%;
      max-width: 350px;
      min-width: 0;
      height: clamp(54px, 9vw, 74px);
      overflow: hidden;
      border: 1px solid rgba(255, 221, 131, 0.84);
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(22, 60, 111, 0.98) 0%, rgba(7, 20, 46, 0.98) 100%);
      box-shadow:
        0 6px 14px rgba(0, 4, 18, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        inset 0 0 18px rgba(0, 205, 255, 0.08);
      color: #f7fbff;
      font-size: clamp(22px, 5.1vw, 34px);
      font-weight: 900;
      letter-spacing: 1px;
      line-height: clamp(54px, 9vw, 74px);
      text-align: center;
      white-space: nowrap;
      text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.75),
        0 0 8px rgba(64, 220, 255, 0.34);
    }

    #cbw-sx2z-180 .cbw-footer {
      position: relative;
      z-index: 2;
      width: 96%;
      max-width: 580px;
      margin: clamp(14px, 2.2vw, 20px) auto 0;
    }

    #cbw-sx2z-180 .cbw-footer a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: clamp(50px, 8vw, 64px);
      overflow: hidden;
      border: 1px solid #fff0b8;
      border-radius: 999px;
      background: linear-gradient(90deg, #0c4c8f 0%, #02aee8 30%, #d89a24 68%, #ffd86b 100%);
      background-size: 220% 100%;
      box-shadow:
        0 9px 20px rgba(0, 4, 22, 0.42),
        0 0 16px rgba(0, 199, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -3px 8px rgba(0, 24, 67, 0.3);
      color: #ffffff;
      font-size: clamp(20px, 4.7vw, 33px);
      font-weight: 900;
      letter-spacing: 1px;
      text-align: center;
      white-space: nowrap;
      text-shadow: 0 2px 5px rgba(0, 17, 45, 0.72);
      animation: cbwBlueGoldFlow 3.2s linear infinite;
    }

    #cbw-sx2z-180 .cbw-footer a::before {
      content: "";
      position: absolute;
      top: -30%;
      left: -32%;
      width: 24%;
      height: 160%;
      pointer-events: none;
      transform: skewX(-22deg);
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
      animation: cbwButtonShine 2.8s ease-in-out infinite;
    }

    #cbw-sx2z-180 .cbw-footer a:hover {
      filter: brightness(1.08);
      transform: translateY(-1px);
    }

    @keyframes cbwBlueGoldFlow {
      0% {
        background-position: 0% 50%;
      }

      100% {
        background-position: 220% 50%;
      }
    }

    @keyframes cbwButtonShine {
      0%,
      18% {
        left: -32%;
      }

      65%,
      100% {
        left: 118%;
      }
    }

    @media (max-width: 520px) {
      #cbw-sx2z-180 {
        margin: 6px auto;
      }

      #cbw-sx2z-180 .cbw-wrap {
        padding: 12px 8px 14px;
        border-radius: 17px;
      }

      #cbw-sx2z-180 .cbw-wrap::after {
        inset: 6px;
        border-radius: 13px;
      }

      #cbw-sx2z-180 .cbw-title {
        margin-bottom: 10px;
        font-size: clamp(20px, 6.7vw, 27px);
        letter-spacing: 1px;
      }

      #cbw-sx2z-180 .cbw-title::before,
      #cbw-sx2z-180 .cbw-title::after {
        margin: 0 0.22em;
      }

      #cbw-sx2z-180 .cbw-list {
        gap: 9px;
      }

      #cbw-sx2z-180 .cbw-item {
        padding: 8px;
        border-radius: 14px;
      }

      #cbw-sx2z-180 .cbw-date {
        height: 36px;
        margin-bottom: 8px;
        font-size: clamp(16px, 4.6vw, 22px);
        line-height: 36px;
      }

      #cbw-sx2z-180 .cbw-row {
        gap: 8px;
      }

      #cbw-sx2z-180 .cbw-zodiac-box {
        flex-basis: 66px;
        width: 66px;
        gap: 4px;
      }

      #cbw-sx2z-180 .cbw-tag {
        min-width: 54px;
        height: 22px;
        padding: 0 8px;
        font-size: 14px;
        line-height: 20px;
      }

      #cbw-sx2z-180 .cbw-zodiac {
        width: 66px;
        height: 66px;
        font-size: 34px;
      }

      #cbw-sx2z-180 .cbw-code {
        height: 50px;
        max-width: none;
        border-radius: 12px;
        font-size: clamp(20px, 6.6vw, 28px);
        letter-spacing: 0;
        line-height: 50px;
      }

      #cbw-sx2z-180 .cbw-footer {
        width: 98%;
        margin-top: 12px;
      }

      #cbw-sx2z-180 .cbw-footer a {
        height: 48px;
        font-size: clamp(18px, 5.8vw, 25px);
      }
    }

    @media (max-width: 360px) {
      #cbw-sx2z-180 .cbw-title {
        font-size: 18px;
      }

      #cbw-sx2z-180 .cbw-title::before,
      #cbw-sx2z-180 .cbw-title::after {
        display: none;
      }

      #cbw-sx2z-180 .cbw-date {
        font-size: 15px;
      }

      #cbw-sx2z-180 .cbw-zodiac-box {
        flex-basis: 58px;
        width: 58px;
      }

      #cbw-sx2z-180 .cbw-tag {
        min-width: 48px;
        height: 20px;
        font-size: 13px;
        line-height: 18px;
      }

      #cbw-sx2z-180 .cbw-zodiac {
        width: 58px;
        height: 58px;
        font-size: 30px;
      }

      #cbw-sx2z-180 .cbw-code {
        height: 46px;
        font-size: 19px;
        line-height: 46px;
      }

      #cbw-sx2z-180 .cbw-footer a {
        font-size: 17px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #cbw-sx2z-180 .cbw-footer a,
      #cbw-sx2z-180 .cbw-footer a::before {
        animation: none;
      }
    }