@charset "UTF-8";
/* 帧动画定义：20帧，每帧150px */
@keyframes golden-text-frames {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -3000px; /* 20帧 × 150px = 3000px */
  }
}
/* 马帧动画定义：44帧，每帧193px */
@keyframes horse-frames {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -8492px; /* 44帧 × 193px = 8492px */
  }
}
/* 星星闪烁动画：若隐若现效果 */
@keyframes star-twinkle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.happyChineseNewYear2026 {
  height: 280px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2026/0206/5621e26fbc8561770347867464856805.jpg?auth=30ee0504a39c16be0f8f9a86064730c3") no-repeat center center;
}
.happyChineseNewYear2026 .happyChineseNewYear2026-content {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.happyChineseNewYear2026 .happyChineseNewYear2026-content .golden-text {
  position: absolute;
  top: 188px;
  left: 50%;
  height: 150px;
  margin-top: -75px;
  width: 830px;
  margin-left: -415px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2026/0206/5e97e89736c521770349270875816760.png?auth=8815d734460ff82a8b235ba0191ba7d2") no-repeat 0 0;
  /* 帧动画：每帧150px，共20帧，步进动画，2秒完成一次循环 */
  animation: golden-text-frames 2s steps(20) infinite;
}
.happyChineseNewYear2026 .happyChineseNewYear2026-content .left-horse {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 250px;
  height: 193px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2026/0206/5da19b9a79c3a1770349270855346947.png?auth=eeac3406a0180a0f9990aa8ecb867d12") no-repeat 0 0;
  animation: horse-frames 3s steps(44) infinite;
}
.happyChineseNewYear2026 .happyChineseNewYear2026-content .right-horse {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 250px;
  height: 193px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2026/0206/851e41af30d621770349270849748892.png?auth=9b9403b502be10faa020a0270ba1d642") no-repeat 0 0;
  animation: horse-frames 3s steps(44) infinite;
}
.happyChineseNewYear2026 .happyChineseNewYear2026-content .fireworks-1 {
  position: absolute;
  top: 0;
  right: 160px;
  width: 67px;
  height: 67px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2026/0206/1147e0db318c41770352680016946555.png?auth=8667cb1fdddc59afced16e3adfe3c001") no-repeat 0 0;
  animation: star-twinkle 1s ease-in-out infinite;
}
.happyChineseNewYear2026 .happyChineseNewYear2026-content .fireworks-2 {
  position: absolute;
  top: 0;
  left: 250px;
  width: 58px;
  height: 58px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2026/0206/ecf2740f8b4177035268003247283200.png?auth=96ef4659b7bd27693939f3eeff3e66f6") no-repeat 0 0;
  animation: star-twinkle 1.5s ease-in-out infinite 0.5s;
}
.happyChineseNewYear2026 .happyChineseNewYear2026-content .fireworks-3 {
  position: absolute;
  top: 80px;
  left: -60px;
  width: 58px;
  height: 58px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2026/0206/77676af0a459a1770352680005857083.png?auth=5b05c90b2d8c5d45f4ff1384316f242f") no-repeat 0 0;
  animation: star-twinkle 0.8s ease-in-out infinite 1s;
}
.happyChineseNewYear2026 .happyChineseNewYear2026-content .fireworks-4 {
  position: absolute;
  top: 60px;
  right: -70px;
  width: 58px;
  height: 58px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2026/0206/a86e3f1e591241770352679996770804.png?auth=25b8710d415a04c43b8813d1563c7248") no-repeat 0 0;
  animation: star-twinkle 1.2s ease-in-out infinite 0.3s;
}

