* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Microsoft JhengHei;
  background-color: transparent;
}
@keyframes handmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes polemove {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes light {
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
    transform: scale(0.95);
  }
  100% {
    opacity: .3;
  }
}
.polemove {
  animation-name: polemove;
  animation-duration: 0.8s;
}
.bg_wrap {
  width: 550px;
  height: 510px;
  left: 34px;
}
.bg_wrap .bglight {
  width: 100%;
}
.bg_wrap .hand {
  top: 254px;
  right: -68px;
  animation: handmove 1.5s infinite;
}
.bg_wrap .pole_wrap {
  cursor: pointer;
  right: -74px;
  top: 333px;
  background-color: transparent;
  border: none;
}
.bg_wrap .pole_wrap .pole {
  transform-origin: left center;
  transform: rotate(0deg);
}
.bg_wrap .pole_wrap:focus {
  outline: none;
}
.bg_wrap .slot_wrap .bgslot {
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.bg_wrap .slot_wrap .bigholder-wrap {
  -ms-flex: 1;
  flex: 1;
  bottom: 29px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.bg_wrap .slot_wrap .bigholder-wrap .bigholder .holder {
  display: inline-block;
  height: 110px;
  width: auto;
  text-align: center;
  overflow: hidden;
}
.bg_wrap .slot_wrap .bigholder-wrap .bigholder .holder .digitHolder {
  line-height: 110px;
  margin: 0 20px;
  transition: margin-top 1s ease;
}
.bg_wrap .slot_wrap .initpic {
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.bg_wrap .slot_wrap .gobtn {
  display: none;
}
.bg_wrap .closebtn {
  position: absolute;
  color: #fff;
  right: -50px;
  top: -12px;
  font-size: 55px;
  cursor: pointer;
  width: 60px;
  height: 75px;
  text-align: center;
}
@media (max-width: 620px) {
  .bg_wrap {
    width: 360px;
    height: 335px;
    left: 0;
    margin: auto;
  }
  .bg_wrap .hand {
    display: none;
  }
  .bg_wrap .pole_wrap {
    display: none;
  }
  .bg_wrap .slot_wrap .bgslot {
    bottom: -10px;
    width: 306px;
  }
  .bg_wrap .slot_wrap .bgslot img {
    width: 100%;
  }
  .bg_wrap .slot_wrap .bigholder-wrap {
    bottom: 11px;
  }
  .bg_wrap .slot_wrap .bigholder-wrap .bigholder .holder {
    height: 74px;
  }
  .bg_wrap .slot_wrap .bigholder-wrap .bigholder .holder .digitHolder {
    margin: 0 14px;
    line-height: 74px;
  }
  .bg_wrap .slot_wrap .bigholder-wrap .bigholder .holder .digitHolder img {
    width: 49px;
  }
  .bg_wrap .slot_wrap .initpic {
    bottom: 5px;
    width: 234px;
  }
  .bg_wrap .slot_wrap .initpic img {
    width: 100%;
  }
  .bg_wrap .slot_wrap .gobtn {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: 150px;
    bottom: -52px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .bg_wrap .slot_wrap .gobtn img {
    width: 100%;
  }
  .bg_wrap .slot_wrap .gobtn:focus {
    outline: none;
  }
  .bg_wrap .closebtn {
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    font-size: 30px;
    cursor: pointer;
    width: 35px;
    height: 40px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .bg_wrap {
    width: 310px;
    height: 290px;
  }
  .bg_wrap .slot_wrap .bgslot {
    width: 272px;
  }
  .bg_wrap .slot_wrap .bigholder-wrap .bigholder .holder {
    height: 67px;
  }
  .bg_wrap .slot_wrap .bigholder-wrap .bigholder .holder .digitHolder {
    margin: 0 13px;
    line-height: 67px;
  }
  .bg_wrap .slot_wrap .bigholder-wrap .bigholder .holder .digitHolder img {
    width: 43px;
  }
  .bg_wrap .slot_wrap .initpic {
    bottom: 2px;
    width: 210px;
  }
  .bg_wrap .slot_wrap .gobtn {
    width: 140px;
    bottom: -50px;
  }
}
.bg_winner {
  width: 520px;
  margin: auto;
}
.bg_winner .bgresult {
  width: 100%;
}
.bg_winner .prize_pic {
  left: 15px;
  right: 0;
  top: 166px;
}
.bg_winner .prize_pic img {
  height: 120px;
}
.bg_winner .prize_coupon {
  left: 202px;
  right: 0;
  top: 302px;
}
.bg_winner .prize_coupon input {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}
.bg_winner .prize_coupon input:focus {
  outline: none;
}
.bg_winner .copy {
  left: 142px;
  top: 358px;
  width: 110px;
  text-align: center;
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  text-shadow: #3700FF 0px 0px 10px;
  cursor: pointer;
  letter-spacing: 1px;
}
.bg_winner .prize-reset {
  left: 270px;
  top: 358px;
  width: 110px;
  text-align: center;
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  text-shadow: #3700FF 0px 0px 10px;
  cursor: pointer;
  letter-spacing: 1px;
}
.bg_winner .noprize-reset {
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  text-align: center;
  top: 467px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-shadow: #3700FF 0px 0px 10px;
  cursor: pointer;
  letter-spacing: 1px;
}
.bg_winner .copy:focus,
.bg_winner .prize-reset:focus,
.bg_winner .noprize-reset:focus {
  outline: none;
}
@media (max-width: 620px) {
  .bg_winner {
    width: 360px;
  }
  .bg_winner .prize_pic {
    top: 114px;
  }
  .bg_winner .prize_pic img {
    height: 84px;
  }
  .bg_winner .prize_coupon {
    left: 177px;
    top: 208px;
    width: 80px;
  }
  .bg_winner .prize_coupon input {
    width: 100%;
    font-size: 14px;
  }
  .bg_winner .copy {
    left: 95px;
    top: 246px;
    width: 82px;
    font-size: 17px;
  }
  .bg_winner .prize-reset {
    left: 185px;
    top: 246px;
    width: 82px;
    font-size: 17px;
  }
  .bg_winner .noprize-reset {
    top: 321px;
    font-size: 24px;
    width: 160px;
  }
}
@media (max-width: 320px) {
  .bg_winner {
    width: 310px;
  }
  .bg_winner .prize_pic {
    top: 96px;
  }
  .bg_winner .prize_pic img {
    height: 76px;
  }
  .bg_winner .prize_coupon {
    left: 148px;
    top: 176px;
    width: 75px;
  }
  .bg_winner .prize_coupon input {
    font-size: 13px;
  }
  .bg_winner .copy {
    left: 81px;
    top: 212px;
    width: 72px;
    font-size: 15px;
  }
  .bg_winner .prize-reset {
    left: 157px;
    top: 212px;
    width: 72px;
    font-size: 15px;
  }
  .bg_winner .noprize-reset {
    top: 276px;
    font-size: 20px;
    width: 145px;
  }
}

/*# sourceMappingURL=slot_app.css.map */
