/* 预约有礼  */
.reserve-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("https://image-platform.leniugame.com/pc_high_definition/2/bg2.png")
    no-repeat;
  background-size: 100% 100%;
}

.reserve_award {
  position: absolute;
  top: 9.074vh;
  left: 22.865vw;
  width: 58.75vw;
  height: 22.969vw;
  background: url("https://image-platform.leniugame.com/pc_high_definition/2/award.png")
    no-repeat;
  background-size: 100% 100%;
}
.reserve_tips {
  position: absolute;
  top: 71.5vh;
  left: 44.792vw;
  width: 13.8vw;
  height: 2.917vw;
  overflow: hidden;
  /* background: url("https://image-platform.leniugame.com/pc_high_definition/2/tips.png")
    no-repeat;
  background-size: 100% 100%; */
}
.reserve_tips::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15.469vw;
  height: 2.917vw;
  background: url("https://image-platform.leniugame.com/pc_high_definition/2/tips.png")
    no-repeat;
  background-size: 100% 100%;
}
