@charset "utf-8";
:root {
  --body-background-color: #3851b7;
}

#wrap {
  min-height: 100vh;
  height: 100%;
  background: var(--body-background-color);
}
.main {
  width: 100%;
  height: 10.66666667rem;
}
/*滚动信息*/
.main .info {
  margin: auto;
  padding: 0.16rem 0.26666667rem;
  width: 5.70666667rem;
  height: 0.48rem;
  background-color: #3459f0;
  border-radius: 0.13333333rem;
  box-shadow: 0.16rem 0.26666667rem 0.26666667rem rgba(45, 76, 206, 0.7) inset;
}
.main .info img {
  float: left;
  margin-right: 0.26666667rem;
  width: 0.48rem;
  height: 0.48rem;
}
.main .info ul {
  overflow: hidden;
  float: left;
  width: 4.8rem;
  height: 0.48rem;
}
.main .info ul li {
  overflow: hidden;
  position: relative;
  top: 0;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.29333333rem;
  color: #e2e4ec;
}
/*游戏区域*/
.main .box {
  position: relative;
  margin: 0.6rem auto 0;
  padding-left: 0.22666667rem;
  width: 9.77333333rem;
  height: 4.02666667rem;
}
.main .box .roll {
  float: left;
  padding-top: 0.18666667rem;
  width: 3.24rem;
  height: 3.84rem;
  background-image: url('/tiger/image/shadow1.png');
}
.main .box .roll:nth-child(1){
  background-image: url('/tiger/image/road1.png');
}
.main .box .roll:nth-child(2){
  background-image: url('/tiger/image/road2.png');
}
.main .box .roll:nth-child(3){
  background-image: url('/tiger/image/road3.png');
}
.main .box .roll div {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 2.88rem;
  height: 3.64rem;
  border-radius: 0.13333333rem;
}
.main .box .roll ul {
  position: absolute;
  left: 0;
  top: -1.6rem;
  width: 100%;
  height: 6.6rem;
}
.main .box .roll ul li {
  margin: auto;
  width: 2.8rem;
  height: 2.18666667rem;
  background-position: center;
}
.main .box .roll ul li.prize1 {
  background-image: url('/tiger/image/prize/prize-1.png');
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize2 {
  background-image: url('/tiger/image/prize/prize-2.png');
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize3 {
  background-image: url('/tiger/image/prize/prize-3.png');
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize4 {
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize5 {
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize6 {
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize7 {
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize8 {
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize9 {
  background-size: 1.62rem 1.62rem;
}
.main .box .roll ul li.prize10 {
  background-size: 1.62rem 1.62rem;
}
.shadow {
  position: absolute;
  left: 0.21333333rem;
  top: 0.02666667rem;
  z-index: 1;
  width: 9.77333333rem;
  height: 100%;
  background-image: url('/tiger/image/shadow.png');
}
/*信息显示*/
.txt {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.txt p {
  padding: 0.4rem;
  background-image: url('/tiger/image/text_bg.png');
  text-align: center;
  line-height: 1.44rem;
  font-size: 0.32rem;
  color: #4890f9;
}
/*按钮区域*/
.box-btn {
  position: relative;
  padding: 0.8rem 0.37333333rem;
  width: 9.25333333rem;
}
.box-btn .go {
  position: absolute;
  left: 46%;
  top: 80%;
  margin: -1.34rem 0 0 -1.5rem;
  width: 3.88rem;
  height: 2.01333333rem;
  background-image: url('/tiger/image/go.png');
}
.box-btn #hand {
  position: absolute;
  right: 20%;
  top: 50%;
  margin-top: -0.76rem;
  width: 1.56rem;
  height: 1.53333333rem;
  background-image: url('/tiger/image/hand.png');
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.shak {
  -o-animation: shak 0.5s infinite alternate;
  -ms-animation: shak 0.5s infinite alternate;
  -moz-animation: shak 0.5s infinite alternate;
  -webkit-animation: shak 0.5s infinite alternate;
  animation: shak 0.5s infinite alternate;
}
@keyframes shak {
  100% {
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  background-image: url('/tiger/image/bg.png');
}
/*主體*/
.main {
  position: relative;
  width: 100%;
  height: auto;

  .machine {
    width: 100%;
    aspect-ratio: 600/520;
    background-image: url('/tiger/image/machine.png');
  }
  .box {
    transform: scale(0.82) translate(-0.1rem, 1.6rem);
  }
  .box-btn {
    transform: translateY(1.2rem);
  }
}

.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 */
.play .prize > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chance_num {
  margin-top: 0.4rem;
}
