.full-screen.win-lottery {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
  padding-top: 14.58vmin;
}
.full-screen.win-lottery .win-lottery-top {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 8.1vmin;
  margin-bottom: -5.4vmin;
}
.full-screen.win-lottery .title {
  width: 57.24vmin;
  height: 13.5vmin;
  position: absolute;
  top: 9.45vmin;
}
.full-screen.win-lottery .check-winners {
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  font-size: 3.24vmin;
  font-family: PingFangSC-Medium;
  z-index: 400;
}
.full-screen.win-lottery .check-winners .inner {
  display: inline-flex;
  align-items: center;
}
.full-screen.win-lottery .check-winners .inner .right-arrow-icon {
  width: 4.32vmin;
  height: 4.32vmin;
}
.full-screen.win-lottery .prize-card-box {
  display: flex;
  align-items: center;
  height: 57.24vmin;
}
@media only screen and (min-width: 376px) and (max-width: 414px) and (max-height: 736px) {
  .full-screen.win-lottery .prize-card-box {
    zoom: 0.75;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) and (max-height: 667px) {
  .full-screen.win-lottery .prize-card-box {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 320px) and (max-height: 568px) {
  .full-screen.win-lottery .prize-card-box {
    zoom: 0.65;
  }
}
.full-screen.win-lottery .join {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 4vmin;
}
.full-screen.win-lottery .join .prompt {
  margin-bottom: 2.7vmin;
  height: 4.32vmin;
  color: #fff;
  font-size: 3.24vmin;
}
.full-screen.win-lottery .join .join-btn {
  box-sizing: border-box;
  width: 59.4vmin;
  height: 8.64vmin;
  font-size: 3.78vmin;
  border: none;
  background: #ffeb66;
  box-shadow: 0 1.62vmin 2.16vmin 0 rgba(233, 27, 22, 0.3);
  color: #ff3c38;
  font-weight: 500;
}
