
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;
}

#jyb-festive{
  width:100%;
  max-width:720px;
  margin:8px auto;
  padding:6px;
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.8),transparent 30%),
    linear-gradient(135deg,#ffdf79,#c40000,#ffef9a,#b50000);
  border-radius:18px;
  box-shadow:
    0 0 12px rgba(190,0,0,.35),
    0 6px 18px rgba(0,0,0,.22);
  overflow:hidden;
}

#jyb-festive .inner{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  background:
    linear-gradient(180deg,#fff9e8 0%,#fff1c6 48%,#fff8e7 100%);
  border:2px solid #b40000;
}

#jyb-festive .inner:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(255,0,0,.05) 0,
      rgba(255,0,0,.05) 8px,
      transparent 8px,
      transparent 18px
    );
  pointer-events:none;
}

#jyb-festive .shine{
  position:absolute;
  top:0;
  left:-80%;
  width:45%;
  height:100%;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.45),
    transparent
  );
  transform:skewX(-20deg);
  animation:jybShine 4s infinite;
  pointer-events:none;
}

@keyframes jybShine{
  0%{left:-80%;}
  45%{left:130%;}
  100%{left:130%;}
}

#jyb-festive .top-title{
  position:relative;
  text-align:center;
  padding:8px 4px 10px;
  background:
    linear-gradient(180deg,#e60000 0%,#b60000 55%,#7d0000 100%);
  border-bottom:4px solid #ffd45a;
  color:#ffe99a;
  font-family:"STKaiti","KaiTi","SimSun",serif;
  font-size:58px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:5px;
  text-shadow:
    2px 2px 0 #5b0000,
    0 0 8px rgba(255,255,255,.7),
    0 0 12px rgba(255,210,80,.8);
}

#jyb-festive .top-title:before,
#jyb-festive .top-title:after{
  content:"ļĢ";
  position:absolute;
  top:12px;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:50%;
  background:linear-gradient(145deg,#ffe48a,#ffb900,#d00000);
  color:#b40000;
  font-size:24px;
  font-family:"Microsoft YaHei",Arial,sans-serif;
  box-shadow:0 0 8px rgba(255,235,120,.9);
  text-shadow:none;
}

#jyb-festive .top-title:before{
  left:12px;
}

#jyb-festive .top-title:after{
  right:12px;
}

#jyb-festive .row{
  position:relative;
  padding:8px 4px 9px;
  text-align:left;
  border-bottom:1px solid rgba(180,0,0,.25);
}

#jyb-festive .row:last-child{
  border-bottom:none;
}

#jyb-festive .row:nth-child(even){
  background:rgba(255,235,180,.42);
}

#jyb-festive .line{
  position:relative;
  z-index:2;
  white-space:nowrap;
  line-height:1.35;
  font-size:25px;
  font-weight:900;
  color:#111;
}

#jyb-festive .period{
  color:#790000;
  font-size:25px;
  font-weight:900;
}

#jyb-festive .fu{
  display:inline-block;
  width:25px;
  height:25px;
  line-height:25px;
  margin:0 3px;
  text-align:center;
  color:#fff;
  font-size:15px;
  font-weight:900;
  border-radius:6px;
  background:linear-gradient(145deg,#ff7b5b,#f00000,#990000);
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,.65),
    0 1px 3px rgba(0,0,0,.35);
  vertical-align:2px;
}

#jyb-festive .brace{
  font-size:31px;
  color:#000;
  font-weight:900;
}

#jyb-festive .num{
  font-size:31px;
  color:#000;
  font-weight:900;
  text-shadow:1px 1px 0 #fff;
}

#jyb-festive .num-red{
  color:#f00000;
  text-shadow:
    1px 1px 0 #fff3a5,
    0 0 5px rgba(255,0,0,.45);
}

#jyb-festive .hit{
  display:inline-block;
  padding:0 4px;
  color:#fff200;
  background:linear-gradient(180deg,#ff1b1b,#b50000);
  border-radius:5px;
  text-shadow:
    1px 1px 0 #000,
    0 0 5px rgba(255,255,0,.8);
  box-shadow:0 0 5px rgba(255,0,0,.5);
}

#jyb-festive .blue{
  color:#0018c9;
  font-size:25px;
  font-weight:900;
  text-shadow:1px 1px 0 #fff;
}

#jyb-festive .site{
  position:relative;
  z-index:2;
  display:inline-block;
  margin-top:2px;
  padding:2px 12px;
  color:#FF0000;
  font-size:22px;
  font-weight:900;
  letter-spacing:1px;
  border-radius:18px;
  background:linear-gradient(90deg,#fff2a8,#ffffff,#fff2a8);
  border:1px solid rgba(190,0,0,.25);
  text-shadow:1px 1px 0 #fff;
}

#jyb-festive .btn-area{
  position:relative;
  z-index:2;
  display:flex;
  gap:8px;
  padding:9px 8px 11px;
  background:linear-gradient(180deg,#fff1bd,#ffd56f);
  border-top:2px solid #d90000;
}

#jyb-festive .btn{
  flex:1;
  height:38px;
  line-height:38px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  font-size:18px;
  font-weight:900;
  border-radius:22px;
  background:linear-gradient(180deg,#ff4141,#d40000,#850000);
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,.65),
    0 4px 0 #6f0000,
    0 0 10px rgba(255,0,0,.45);
  animation:jybPulse 1.5s infinite;
}

@keyframes jybPulse{
  0%,100%{transform:translateY(0);filter:brightness(1);}
  50%{transform:translateY(-1px);filter:brightness(1.18);}
}

@media(max-width:560px){
  #jyb-festive{
    padding:4px;
    border-radius:14px;
  }

  #jyb-festive .top-title{
    font-size:39px;
    letter-spacing:2px;
    padding:8px 2px;
  }

  #jyb-festive .top-title:before,
  #jyb-festive .top-title:after{
    width:30px;
    height:30px;
    line-height:30px;
    font-size:18px;
    top:12px;
  }

  #jyb-festive .top-title:before{
    left:5px;
  }

  #jyb-festive .top-title:after{
    right:5px;
  }

  #jyb-festive .line{
    font-size:17px;
  }

  #jyb-festive .period{
    font-size:18px;
  }

  #jyb-festive .brace,
  #jyb-festive .num{
    font-size:22px;
  }

  #jyb-festive .blue{
    font-size:18px;
  }

  #jyb-festive .fu{
    width:19px;
    height:19px;
    line-height:19px;
    font-size:12px;
    margin:0 1px;
  }


  #jyb-festive .site{
    font-size:15px;
    padding:2px 6px;
  }

  #jyb-festive .btn-area{
    gap:5px;
    padding:8px 5px 10px;
  }

  #jyb-festive .btn{
    height:34px;
    line-height:34px;
    font-size:15px;
  }
}
.qiehuangleixingdiv {
  background-image: url(/material/kouuu.gif);
  background-size: 100% 40px;
  background-repeat: no-repeat;
  height: 40px;
  align-items: center;
  color: #fff;
  background-color: #f0f5f9;
}
.qi2ehuangleixingdiv {
  background-image: url(/material/kou.jpg);
  background-size: 100% 40px;
  background-repeat: no-repeat;
  height: 40px;
  align-items: center;
  color: #fff;
  background-color: #f0f5f9;
}