* {
  box-sizing: border-box;
}
body {
  margin: 0;
  overflow: hidden;
  background: url('background.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  margin-top: 100px;
}
#container1 {
  display: none;
}
.mainContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100vh;
}
.container {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 10%;
  border-radius: 17px;
}
.image-item {
  width: 85px;
  padding-top: 5px;
  height: 85px;
}
.card-item {
  width: 100%;
  height: 120px;
  border: 5px solid gold;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #31313196;
}
.head {
  width: 100%;
  height: 120px;
  border: 5px solid gold;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  color: #000;
  background-color: gold;
  padding-top: 10px;
}
@keyframes animationItem {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes animationtwo {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes animationthird {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.start {
  animation-name: animationItem;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  opacity: 0.2;
}
.second {
  animation-name: animationtwo;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  opacity: 0.2;
}
.third {
  animation-name: animationthird;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  opacity: 0.2;
}

.picture {
  animation-name: animationimage;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes animationimage {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.5);
  }
}
* {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica,
    Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB,
    Microsoft Yahei, sans-serif;
  line-height: 100%;
}
#prize-model > div.rotate {
  margin: 0;
  width: 28rem;
  height: 28rem;
  background-image: url('rotate.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  animation: rotation-94770edc 12s linear infinite;
}
@keyframes rotation-94770edc {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(1turn);
  }
}
#prize-model > i {
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 4.5rem;
  right: 2.7rem;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url('close.webp');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation: show-94770edc 1s ease 3s forwards;
}
@keyframes show-94770edc {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#prize-model > div.pop {
  margin: 0;
  width: 29.7rem;
  height: 28.4rem;
  background-image: url('pop.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 0;
}
#prize-model > div.pop > div.title {
  margin: 0;
  width: 18.7rem;
  height: 2.5rem;
  background-size: 100% 100%;
  position: absolute;
  top: 9.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('pop-title.png');
}
#prize-model > div.pop > div.card {
  margin: 0;
  width: 24.5rem;
  height: 8.8rem;
  background: #fff;
  border: 1px dashed #497bd7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 13.3rem;
  left: 50%;
  transform: translateX(-50%);
}
#prize-model > div.pop > div.card > div {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#canvas {
  aspect-ratio: auto 236 / 110;
  border-radius: 1.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  margin: 0 auto;
  width: 23.6rem;
  height: 11rem;
}
#prize-model > div.pop > div.card > div > img.AdChoices {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  display: none;
}

@keyframes guaguaHandeMove-2eaf1b92 {
  0% {
    transform: translate(0);
    opacity: 0.5;
  }
  25% {
    transform: translate(6rem, -6rem);
  }
  50% {
    transform: translate(12rem, 2rem);
    opacity: 1;
  }
  80% {
    transform: translate(18rem, -5rem);
    opacity: 0.8;
  }
  to {
    transform: translate(24rem, 4rem);
    opacity: 0;
  }
}
@media screen and (max-width: 375px) {
  .winner{
    top: -4%;
    position: absolute;
  }
  .container
  {
    bottom: 2%;
  }
}
@media screen and (min-width: 540px) {
  .winner{
    top: -4%;
    position: absolute;
  }
  #list
  {
    margin-top: 90%;
  }
  .container
  {
    bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  #list
  {
    margin-top: 93%;
  }
}
@media screen and (min-width: 820px) {
  #list
  {
    margin-top: 99%;
  }
}
@media screen and (min-width: 820px) {
  #list
  {
    margin-top: 105%;
  }
}
@media screen and (min-width: 540px) {
  .container
  {
    bottom: 10%;
  }
}
@media screen and (min-width: 1020px) {
  body
  {
    display: none;
  }
}
#list
{
  position: absolute;
  top: 23%;
}
#list {
  overflow: hidden;
  height: 54.9px;
  width: 350px;
  transform: rotate(-7deg);
}

#list span {
  display: flex;
  height: 55px;
  background: url('bg2.webp');
  border-radius: 40px;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bolder;
  justify-content: center;
  align-items: center;
  animation: btnInner-move 0.7s ease-in infinite;
  border: 3px solid gold;
}

.pp {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-bottom: -20px;
}
.trans {
  padding: 10px 30px 10px 30px;
  animation: boun 1.5s ease-in-out infinite;
  /* background: linear-gradient(45deg, rgba(255,235,35, 1), white, rgba(255,235,35, 0.5)); */
  /* background-color: crimson; */
  /* color: black; */
  border: 1px solid transparent;
  border-radius: 10px;
  /* font-size: 20px; */
  width: 80vw;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-71 {
  text-wrap: nowrap;
  background-color: red;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 10px 70px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  height: 50px;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

