.block1_red, .block1_green, .block1 .getCoin img, .block2_red, .block2_green, .block2 .getCoin img, .block3_red, .block3_green, .block3 .getCoin img, .block4_red, .block4_green, .block4 .getCoin img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.block1_red:hover, .block1_green:hover, .block1 .getCoin img:hover, .block2_red:hover, .block2_green:hover, .block2 .getCoin img:hover, .block3_red:hover, .block3_green:hover, .block3 .getCoin img:hover, .block4_red:hover, .block4_green:hover, .block4 .getCoin img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.block1_red:active, .block1_green:active, .block1 .getCoin img:active, .block2_red:active, .block2_green:active, .block2 .getCoin img:active, .block3_red:active, .block3_green:active, .block3 .getCoin img:active, .block4_red:active, .block4_green:active, .block4 .getCoin img:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.block1 .getCoin img, .block2 .getCoin img {
  -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3));
}

body {
  overflow-x: hidden; /* 核心：禁止左右滚动 */
  background: #230401;
  font-family: "Noto Sans SC", sans-serif;
  margin: 0; /* 确保没有默认边距 */
  width: 100%;
}

.header {
  background: #230401;
  height: 100px;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrap {
  flex-direction: column;
  min-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-image: url("../images/guessGame1229/block1_bg.png");
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mx-auto {
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 600px;
  background-image: url("../images/guessGame1229/banner_bg.png");
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.banner_title1 {
  position: absolute;
  background-image: url("../images/guessGame1229/banner_title1.png");
  position: absolute;
  width: 700px;
  height: 78px;
  top: 190px;
  right: 15%;
}

.banner_title2 {
  position: absolute;
  background-image: url("../images/guessGame1229/banner_title2.png");   
  position: absolute;
  width: 700px;
  height: 79px;
  top: 280px;
  right: 8%;
}

.banner_title3 {
  position: absolute;
  background-image: url("../images/guessGame1229/banner_title3.png"); 
  width: 447px;
  height: 82px;
  background-size: 100% 100%;
  top: 380px;
  right: 17%;
}

.banner_icon{
   background-image: url("../images/guessGame1229/banner_icon.png"); 
   background-size: 100% 100%;
   width: 1326px;
   height: 440px;
   left: 19%;
   top: 14%;
   position: absolute;
}

.block_time{
  text-align: center;
  margin-top: 20px;
}
.block_time{
  text-align: center;
  margin-top: 20px;
}
.block_time{
  text-align: center;
  margin-top: 20px;
}
.block_img{
  text-align: center;
  margin-top: 20px;
}
.block_box{
  justify-content: space-evenly;
  width: 100%;
  display: flex;
}

.block_leftTop, .block_rightTop {
  /* padding: 30px 0 50px; */
}

.block_rightTop img {
  width: 84px;
  margin-bottom: 80px;
}

.block_leftTop img{
  width: 84px;
  margin-left: 60px;
  margin-bottom: 80px;
}

.block_topTitle{
  margin-top:-30px;
}
.block1 {
  background-image: url("../images/guessGame1229/game_panel.png");
  width: 1000px;
  margin-bottom: 30px;
  height: 283px;
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
  padding:20px 0;
}
#block_time_text{
  font-weight: 700;
  font-size: 12px;
  font-family: Microsoft YaHei;
  background: linear-gradient(180deg, #FFF9E6 0%, /* 顶部：极浅的奶白色/淡黄 */ #FCE490 40%, /* 中上：过渡亮金 */ #F5C862 60%, /* 中下：主金色 */ #E8B44A 100% /* 底部：深金色 */);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
   color: transparent;
}
.block1_title, .block2_title, .block3_title, .block4_title {
  padding-top: 15px;
  text-align: center;
}

.block1_title img{
    width: 300px;
}

.block2_title img{
    width: 240px;
}

.block3_title img{
    width: 287px;
}

.block4_title img{
    width: 286px;
}

.block1_time{
  margin-top: 30px;
  text-align: center;
}

.block_allMoney {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  background: linear-gradient(180deg, #FFF9E6 0%, /* 顶部：极浅的奶白色/淡黄 */ #FCE490 40%, /* 中上：过渡亮金 */ #F5C862 60%, /* 中下：主金色 */ #E8B44A 100% /* 底部：深金色 */);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
  color: transparent;
}

.block1_bar ,.block2_bar,.block3_bar ,.block4_bar {
  text-align: center;
  padding-top: 10px;
}

.block1_bear_win , .block2_bear_win , .block3_bear_win{
  position: absolute;
  left: 2%;
  z-index: 99;
  display: none;
}

.block_midTop{
  padding-top: 30px;
  text-align: center;
}
.block1_bull_win ,.block2_bull_win, .block3_bull_win{
  position: absolute;
  left: 23%;
  z-index: 99;
  display: none;
}
.block_left{
  position: relative;
  width: 170px;
}
.block_right{
  position: relative;
  width: 170px;
}
.block_red {
  cursor: pointer;
  right:0;
  position: absolute;
  top: 70%;
}

.block_green {
  cursor: pointer;
  left: 0%;
  position: absolute;
  top: 70%;
}

.getCoin {
  position: absolute;
  bottom:-10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
}
#block3_mask{
  background: url('../images/guessGame1229/mask3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#block2_mask{
  background: url('../images/guessGame1229/mask2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#block4_mask{
  background: url('../images/guessGame1229/mask4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.block2 {
  background-image: url("../images/guessGame1229/game_panel.png");
  width: 1000px;
  margin-bottom: 30px;
  height: 283px;
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
  padding:20px 0;
}

.block2_text {
  margin-top: 36px;
  text-align: center;
}

.block2_allMoney {
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #882f00;
}



.block2_red {
  position: absolute;
  top: 420px;
  left: 482px;
}

.block2_green {
  position: absolute;
  top: 420px;
  left: 1280px;
}



.block3 {
  background-image: url("../images/guessGame1229/game_panel.png");
  width: 1000px;
  margin-bottom: 30px;
  height: 283px;
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
  padding:20px 0;
}

.block4 {
  background-image: url("../images/guessGame1229/game_panel.png");
  width: 1000px;
  margin-bottom: 30px;
  height: 283px;
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
  padding:20px 0;
  margin-bottom: 60px;
}

.block3_text {
  margin-top: 36px;
  text-align: center;
}

.block3_allMoney {
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #882f00;
}

.block3_red {
  position: absolute;
  top: 420px;
  left: 482px;
}

.block3_green {
  position: absolute;
  top: 420px;
  left: 1280px;
}

.block4_text {
  margin-top: 36px;
  text-align: center;
}

.block4_allMoney {
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #882f00;
}

.block4_bear_win {
  position: absolute;
  top: 250px;
  left: 512px;
  z-index: 99;
  display: none;
}

.block4_bull_win {
  position: absolute;
  top: 250px;
  left: 1306px;
  z-index: 99;
  display: none;
}

.block4_red {
  position: absolute;
  top: 420px;
  left: 482px;
}

.block4_green {
  position: absolute;
  top: 420px;
  left: 1280px;
}

.block5 {
  min-width: 1920px;
  height: 1465px;
  background-image: url("https://www.cfd139.com/cn/zt/images/guessGame0722/block5_bg.png");
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.block5_title {
  text-align: center;
  margin-top: 1rem;
}

.block5_text {
  text-align: center;
  margin-top: 4%;
}

.block5_title2 {
  position: absolute;
  text-align: center;
  z-index: 10;
  width: 100%;
  top:65%;
}
.pageBottom{
  background-image: url("https://www.cfd139.com/cn/zt/images/guessGame0722/pageBottomBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.block5_bg2 {
  text-align: center;
  margin-top: -30rem;
}
.bottomBtn{
  transform: scale(0.8);
}
.qr_box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.664);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: 0;
  left: 0;
}

.qr_card {
  position: fixed;
  width: 846px;
  height: 606px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/guessGame1229/qr_card.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.qr_btn {
  position: absolute;
  left: 50%;
  top: 510px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.qr_btn img {
  width: 304px;
  height: 68px;
}

@-webkit-keyframes bounce-In {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounce-In {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

[aos="bounceIn"].aos-animate {
  -webkit-animation-name: bounce-In;
  animation-name: bounce-In;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.8;
  }
}

.web-fixed {
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  background: #380206;
  height: 150px;
  text-align: center;
  z-index: 999;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web-fixed.show {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  bottom: 0;
}

.web-fixed .item {
  overflow: hidden;
  display: inline-block;
  margin: 0 60px;
}

.web-fixed a {
  overflow: hidden;
  display: block;
  width: 396px;
  height: 112px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  margin: 20px auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding-top: 26px;
  cursor: pointer;
  border-radius: 10px;
}

.web-fixed a span {
  display: block;
  font-size: 18px;
}

.web-fixed a.account {
  background-image: url("../images/guessGame1229/account_btn.png");
  background-repeat: no-repeat;
  width: 304px;
  height: 89px;
  background-size: 100% 100%;
}

.web-fixed a.chat {
  background-image: url("../images/pointLevel2405/chat_btn.png");
  background-repeat: no-repeat;
  width: 319px;
  height: 95px;
  background-size: 100% 100%;
}

.rule-content {
  margin: 89px auto 50px;
  background: url("../images/guessGame1229/rule_bg.png") no-repeat;
  background-size: 100% 100%;
  width: 1102px;
  height: 2107px;
  padding: 80px 50px 0 50px;
}

.rule_title{
  margin: 0 auto;
  width: 284px;
  height: auto;
}

.terms-content{
  color: #ffffff;
  margin-top: 30px;
  font-family: 'Microsoft YaHei';
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
}

.rule-content img{
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.terms-content .item {
    margin-top: 20px;
}

.terms-content .item .ver-line{
    font-weight: 700;
    color: #ffffff;
}

.ver-line-weight{
    color: #ffffff;
}

.terms_bg{
  background: url("../images/guessGame1229/terms_bg.png") no-repeat;
  background-size: 100% 100%;
}

/* =========================================
   2025 新年活动 - 动态增强补丁 (Start)
   ========================================= */

/* =========================================
   1. ⚡️ 全局雷电氛围 (强力版) - 请替换原有的第1部分
   ========================================= */
.lightning-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* 加强了渐变中心的亮度，范围略微扩大 */
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    /* 核心改动：时间从 6s 缩短到 3s，频率翻倍 */
    animation: lightning-flash-intense 3s infinite;
    /* 混合模式可以让光效更炸裂地叠加在深色背景上 (可选，如果太亮可以去掉) */
    mix-blend-mode: overlay; 
}

@keyframes lightning-flash-intense {
    /* 大部分时间保持黑暗 (0% -> 70%) */
    0%, 70% { opacity: 0; }
    
    /* --- 第一波主闪电 (强烈连闪) --- */
    /* 瞬间高亮，亮度极高 */
    71% { opacity: 0.9; filter: brightness(3) contrast(2); } 
    /* 迅速回落 */
    73% { opacity: 0.2; } 
    /* 二次余闪 */
    75% { opacity: 0.6; filter: brightness(2); } 
    77% { opacity: 0; }

    /* --- 第二波小余震 (可选，增加不稳定感) --- */
    85% { opacity: 0; }
    87% { opacity: 0.3; filter: brightness(1.5); }
    89% { opacity: 0; }

    100% { opacity: 0; }
}

@keyframes lightning-flash-intense {
    /* 大部分时间保持黑暗 (0% -> 70%) */
    0%, 70% { opacity: 0; }
    
    /* --- 第一波主闪电 (强烈连闪) --- */
    /* 瞬间高亮，亮度极高 */
    71% { opacity: 0.9; filter: brightness(3) contrast(2); } 
    /* 迅速回落 */
    73% { opacity: 0.2; } 
    /* 二次余闪 */
    75% { opacity: 0.6; filter: brightness(2); } 
    77% { opacity: 0; }

    /* --- 第二波小余震 (可选，增加不稳定感) --- */
    85% { opacity: 0; }
    87% { opacity: 0.3; filter: brightness(1.5); }
    89% { opacity: 0; }

    100% { opacity: 0; }
}

/* 2. 🐂🐻 角色对峙呼吸感 (让左右两边动起来) */
.block_left {
    /* 熊/看跌：沉稳的呼吸，稍微慢一点 */
    animation: bear-float 4s ease-in-out infinite alternate;
}
.block_right {
    /* 牛/看涨：激进的呼吸，稍微快一点，且方向相反 */
    animation: bull-float 3.5s ease-in-out infinite alternate-reverse;
}

@keyframes bear-float {
    0% { transform: translateY(0); }
    100% { transform: translateY(6px); }
}
@keyframes bull-float {
    0% { transform: translateY(0); }
    100% { transform: translateY(6px); }
}

/* 3. 🔦 能量进度条脉冲发光 */
.block1_bar img, .block2_bar img, .block3_bar img, .block4_bar img {
    /* 金色辉光脉冲 */
    filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.3));
    animation: bar-pulse 2s infinite alternate;
}

@keyframes bar-pulse {
    0% { filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.3)); }
    100% { filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8)); }
}

/* 4. ✨ 投注按钮流光特效 (高级感关键) */
/* 确保容器可以裁剪流光 */
.block_red, .block_green {
    overflow: hidden !important; 
    border-radius: 8px; /* 稍微加点圆角适配图片 */
    z-index: 10;
}

/* 创建流光层 */
.block_red::after, .block_green::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%; /* 初始位置在左侧外面 */
    width: 50%;
    height: 100%;
    /* 白色透明渐变光带 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg); /* 倾斜光带 */
    animation: shine-sweep 4s infinite; /* 4秒扫一次 */
    pointer-events: none;
}

@keyframes shine-sweep {
    0% { left: -150%; }
    20% { left: 200%; } /* 快速扫过 */
    100% { left: 200%; } /* 停留 */
}

/* 5. 💰 底部开户按钮抖动 (防漏点) */
.web-fixed .account {
    animation: btn-wiggle 5s infinite;
    transform-origin: center bottom;
}

@keyframes btn-wiggle {
    0%, 90% { transform: rotate(0deg) scale(1); }
    92% { transform: rotate(-3deg) scale(1.05); }
    94% { transform: rotate(3deg) scale(1.05); }
    96% { transform: rotate(-3deg) scale(1.05); }
    98% { transform: rotate(3deg) scale(1.05); }
    100% { transform: rotate(0deg) scale(1); }
}

/* 6. 🏆 奖池数字辉光优化 */
.block_allMoney span {
    text-shadow: 0 0 10px rgba(255, 200, 0, 0.6), 2px 2px 2px rgba(0,0,0,0.5);
}

/* =========================================
   动态增强补丁 (End)
   ========================================= */

/*# sourceMappingURL=guessGame.css.map */