body,
html {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: rgb(75, 71, 71);
  font-family: BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
    Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
img {
  width: 100vw;
  max-width: 900px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(945deg);
  }
}
.cone {
  opacity: 1;
  transition: opacity 0.33s ease;
  font-family: VanillaExtractRegular, ComicBold, sans-serif;
  font-weight: bold;
}
.win {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: opacity-flash;
  animation-name: opacity-flash;
}
@keyframes opacity-flash {
  0% {
    opacity: 1;
  }
  16.667% {
    opacity: 0.33;
  }
  33.333% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.33;
  }
  66.667% {
    opacity: 0.8;
  }
  83.333% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.my-image {
  width: 3.4rem;
  margin-top: 0rem;
}
.getBtn {
  width: 5.14rem;
  height: 1.3rem;
  max-width: 900px;
  /* height: 0.95rem;
            background: #009D7F;
            color: #FFF600; */
  /* font-size: 24px;
            font-weight: bold; */
  /* background-image: url("../images/button.png"); */
  background-size: 100% 100%;
  line-height: 0.95rem;
  border-radius: 0.1rem;
}
.tips {
  font-size: 0.48rem;
  color: #debeff;
  display: block;
  margin-top: 0.2rem;
  font-weight: bold;
}
.content {
  position: relative;
  background: url('../images/9F_mini_base.jpg') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
/* .gameBanner {
  position: relative;
  width: 5.8rem;
  height: 3.49rem;
  display: flex;
  align-items: center;
  overflow: hidden;
} */
.gameBanner {
  /*position: relative;
   background-size: 100%; */
  width: 100%;
  margin-top: -2.5rem;
  /* margin-left: 0.5rem; */
  z-index: 1;
}

.gameBanner img{
    width: 50%;
}

.slide {
  width: 1.9rem;
  height: 3rem;
}
.spin-wheel {
  position: absolute;

  background: url(../images/MINI_WEB_turnplate_2.png) no-repeat;
  background-size: 100% 100%;
  width: 6.38rem;
  height: 6.38rem;
}
.spin-cover {
  position: absolute;
  background: url(../images/MINI_WEB_turnplate_1.png) no-repeat;
  background-size: 4.98rem 4.98rem;
  width: 4.98rem;
  height: 4.98rem;
  left: calc(50% - 2.49rem);
  top: calc(50% - 2.49rem);
  /* left: 0.68rem;
  top: 0.68rem; */
  transform: rotate(30deg);
}
.light {
  position: absolute;
  /* background: url(../images/MINI_WEB_turnplate_lihgt_1.png) no-repeat; */
  background-size: 5.99rem 5.99rem;
  width: 5.9rem;
  height: 5.9rem;
  left: 0.16rem;
  top: 0.16rem;
}
.light2 {
  position: absolute;
  /* background: url(../images/MINI_WEB_turnplate_lihgt_2.png) no-repeat; */
  background-size: 5.99rem 5.99rem;
  width: 5.9rem;
  height: 5.9rem;
  left: 0.16rem;
  top: 0.16rem;
}
.spin-btn {
  position: absolute;
  background: url(../images/MINI_WEB_rodar.png) no-repeat;
  background-size: 1.54rem 1.86rem;
  width: 1.54rem;
  height: 1.86rem;
  left: 2.4rem;
  top: 1.98rem;
}
#spin-panel {
  position: relative;
  width: 6.38rem;
  height: 6.38rem;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  margin-top: -0.7rem;
}
.spin-list {
  position: absolute;
  width: 6.38rem;
  height: 6.38rem;

  --ds: -1.5rem;
}
.text {
  color: #711667;
  font-size: 0.27rem;
  font-weight: bold;
  width: 1.38rem;
  height: 1.08rem;
  position: absolute;
  left: 2.5rem;
  top: 1rem;
}
.item {
  position: absolute;
  background: url(../images/MINI_WEB_card.png) no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 0.81rem;
  line-height: 0.68rem;
  text-align: center;

  color: transparent;
  left: 37%;
  top: 44%;
  font-size: 0.21rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--ds)) rotate(-90deg);
  margin-left: 0.21rem;
  color: #fae35b;
}
.item:nth-child(2) {
  transform: rotate(-30deg) translate(var(--ds)) rotate(-90deg);
  margin-top: -0rem;
  margin-left: 0.08rem;
  color: #fae35b;
}
.item:nth-child(3) {
  transform: rotate(30deg) translate(var(--ds)) rotate(-90deg);
  margin-top: -0.11rem;
  margin-left: 0.09rem;
  color: #fae35b;
}
.item:nth-child(4) {
  display: none;
  transform: rotate(90deg) translate(var(--ds)) rotate(-90deg);
}
.item:nth-child(5) {
  transform: rotate(150deg) translate(var(--ds)) rotate(-90deg);
  margin-top: -0.07rem;
  margin-left: 0.25rem;
  color: #fae35b;
}
.item:nth-child(6) {
  transform: rotate(210deg) translate(var(--ds)) rotate(-90deg);
  margin-top: -0rem;
  margin-left: 0.39rem;
  color: #fae35b;
}
.clickCover {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popBox {
  background: url('../images/MINI_WEB_base.png') no-repeat;
  background-size: 7.02rem 7.19rem;
  width: 7.02rem;
  height: 7.19rem;
  display: flex;
  margin-top: 0rem;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.popTitle {
  width: 5.57rem;
  height: 0.47rem;
  font-size: 0.43rem;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #e3d8ff;
  line-height: 0.47rem;
  text-shadow: 0.04rem 0px 0.16rem #060001;
  margin-top: 0.7rem;
}
.popTips {
  width: 5.57rem;
  height: 0.47rem;
  font-size: 0.4rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.47rem;
  text-shadow: 0.04rem 0px 0.16rem #060001;
}
.ticket {
  background: url('../images/MINI_WEB_card_BIG.png') no-repeat;
  background-size: 3.12rem 1.82rem;
  width: 3.12rem;
  height: 1.82rem;
  color: #fceb7e;
  font-size: 0.55rem;
  font-weight: bold;
  line-height: 1.82rem;
  margin-top: 0.2rem;
}
.claimBtn {
  width: 4.14rem;
  height: 1.05rem;
  background-image: url('../images/button1.png');
  background-size: 100% 100%;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
}
.alertBox {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.bottom-max {
  margin-top: -1.2rem;
  width: 100%;
  height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom {
  height: 2.1rem;
  width: 4rem;
  background-image: url('../images/bottom.png');
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img {
  width: 100%;
  height: 100%;
  margin-top: 1.4rem;
  object-fit: cover;
}
