@charset "utf-8";
:root {
  --background-color: #a12621;
  --start-button-text-color: white;
  --start-button-background-color: #d1643c;
  --start-button-shadow-color: #7e5c00;
}
body {
  background: #fff;
}
/*刮刮乐图层*/
.panel {
  position: relative;
  background-image: url('/guaguale/image/panel.png');
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.36rem;
  box-sizing: border-box;
  overflow: hidden;
  > canvas {
    z-index: 1;
  }
}
.award-result {
  position: absolute;
  height: 100%;
  object-fit: contain;
}
#canvas {
  width: 100%;
  height: 100%;
  background: #999999;
}
#canvas.hide-mask {
  background: transparent;
}
#canvas-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#canvas-mask #btn {
  z-index: 1;
  padding: 0.12rem 0.7rem;
  border-radius: 24px;
  background: var(--start-button-background-color);
  color: var(--start-button-text-color);
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-align: center;
  box-shadow: 0 5px var(--start-button-shadow-color);
  cursor: pointer;
}
#canvas-mask p {
  margin-top: 3.04rem;
  height: 0.29333333rem;
  text-align: center;
  line-height: 0.29333333rem;
  font-size: 0.29333333rem;
  color: #fff;
}

#wrap {
  position: relative;
  width: 100%;
  background-image: url(/guaguale/image/bg.png);
  background-position: center;
  background-size: cover;
  overflow: auto;
  height: auto;
}
/*主體*/
.main {
  position: relative;
  width: 100%;
  height: auto;
}
.swiper-wrapper > div {
  width: 22%;
  text-align: center;
  margin: 0.06666667rem 0.26666667rem;
}
.upper-main {
  position: relative;
  width: 100%;
}
.upper-main img {
  width: 100%;
  display: block;
}

/* Custom Style */
.game-box {
  width: 100%;
  aspect-ratio: 600/520;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: url('/guaguale/image/game-bg.png');
  background-size: contain;
  /* padding: 1rem 2rem; */
}
.chance_num {
  margin-top: 0px;
}
.play .prize > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main {
  .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .awards {
    width: 95%;
    box-sizing: border-box;
  }
}
.main .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.main .awards {
  width: 95%;
  box-sizing: border-box;
}