* {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  40% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  60% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  90% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  40% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  60% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  90% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@-webkit-keyframes drop {
  0% {
    z-index: -1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    z-index: 1;
    -webkit-transform: translateY(150%) rotate(90deg);
            transform: translateY(150%) rotate(90deg);
  }
}

@keyframes drop {
  0% {
    z-index: -1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    z-index: 1;
    -webkit-transform: translateY(150%) rotate(90deg);
            transform: translateY(150%) rotate(90deg);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
}

body {
  position: relative;
}

body .indexWrap {
  position: relative;
  background: url(../img/BG@3x.png) bottom center/cover no-repeat;
  height: 100vh;
  overflow: hidden;
}

body .indexWrap .luckybox {
  position: relative;
  width: 100%;
  height: 100%;
}

body .indexWrap .luckybox .Img {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .indexWrap .luckybox .Img::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/lucky_draw@3x.png) center center/contain no-repeat;
  z-index: -1;
}

body .indexWrap .shake {
  -webkit-animation: shake 1.8s linear;
          animation: shake 1.8s linear;
}

body .indexWrap .shake .Img::after {
  -webkit-animation: drop 1.8s 2s ease;
          animation: drop 1.8s 2s ease;
}

body .indexWrap .button {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  -webkit-animation: bounce 1.5s linear infinite;
          animation: bounce 1.5s linear infinite;
}

body .lotteryWrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

body .lotteryWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/BG@3x.png) bottom center/cover no-repeat;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-animation: blur .5s linear;
          animation: blur .5s linear;
  z-index: -1;
}

body .lotteryWrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body .lotteryWrap .wrap .logo_refresh, body .lotteryWrap .wrap .logo_meet {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .lotteryWrap .wrap .logo_refresh img, body .lotteryWrap .wrap .logo_meet img {
  width: 70%;
  margin: 80px auto 0;
}

body .lotteryWrap .wrap .lotterys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .lotteryWrap .wrap .lotterys .button {
  width: 80px;
  margin: 0 30px;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0.5;
}

body .lotteryWrap .wrap .lotterys .button:hover {
  -webkit-transform: translateY(9%);
          transform: translateY(9%);
}

body .lotteryWrap .wrap .lotterys .rise {
  -webkit-transform: translateY(9%);
          transform: translateY(9%);
  opacity: 1;
}

body .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}

body .overlay .popup, body .overlay .popup-second {
  margin: 0 auto;
  width: 30%;
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .overlay .popup .close, body .overlay .popup-second .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: -10px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background-color: #242424;
}

body .overlay .popup .close::before, body .overlay .popup .close::after, body .overlay .popup-second .close::before, body .overlay .popup-second .close::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}

body .overlay .popup .close::before, body .overlay .popup-second .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .overlay .popup .close::after, body .overlay .popup-second .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body .overlay .popup .close:target, body .overlay .popup-second .close:target {
  visibility: visible;
  opacity: 1;
}

body .overlay .popup .content, body .overlay .popup-second .content {
  width: 100%;
  height: 95vh;
  position: relative;
}

body .overlay .popup .content .knowmore, body .overlay .popup-second .content .knowmore {
  width: 30%;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

body .overlay .popup .content .knowmore:hover, body .overlay .popup-second .content .knowmore:hover {
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
  opacity: 0.8;
}

body .overlay .popup .content--1, body .overlay .popup-second .content--1 {
  background: url(../img/draw_01@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--2, body .overlay .popup-second .content--2 {
  background: url(../img/draw_02@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--3, body .overlay .popup-second .content--3 {
  background: url(../img/draw_03@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--4, body .overlay .popup-second .content--4 {
  background: url(../img/draw_04@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--5, body .overlay .popup-second .content--5 {
  background: url(../img/draw_05@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--6, body .overlay .popup-second .content--6 {
  background: url(../img/pc_kaohsiung@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--7, body .overlay .popup-second .content--7 {
  background: url(../img/pc_taichung@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--8, body .overlay .popup-second .content--8 {
  background: url(../img/pc_tainan@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--9, body .overlay .popup-second .content--9 {
  background: url(../img/pc_taipei@3x.png) center center/contain no-repeat;
}

body .overlay .popup .content--10, body .overlay .popup-second .content--10 {
  background: url(../img/pc_taoyuan@3x.png) center center/contain no-repeat;
}

body .overlay .popup-second {
  width: 45%;
}

body .overlay .popup-second .content .tryagain {
  width: 20%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

body .visible {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  body {
    position: relative;
  }
  body .indexWrap .luckybox .Img {
    width: 160px;
  }
  body .indexWrap .luckybox .Img::after {
    background: url(../img/lucky_draw@3x.png) center center/contain no-repeat;
  }
  body .indexWrap .button {
    bottom: 0;
    width: 150px;
    height: 80px;
  }
  body .lotteryWrap::before {
    background: url(../img/BG@3x.png) bottom center/cover no-repeat;
    z-index: -1;
  }
  body .lotteryWrap .wrap {
    display: block;
  }
  body .lotteryWrap .wrap .logo_refresh, body .lotteryWrap .wrap .logo_meet {
    width: 30%;
    margin: 0 auto;
  }
  body .lotteryWrap .wrap .logo_meet {
    display: none;
  }
  body .lotteryWrap .wrap .lotterys {
    margin: 0 auto;
  }
  body .lotteryWrap .wrap .lotterys .button {
    margin: 0 20px;
  }
  body .overlay .popup, body .overlay .popup-second {
    width: 60%;
  }
  body .overlay .popup .content, body .overlay .popup-second .content {
    height: 85vh;
  }
  body .overlay .popup .content .knowmore, body .overlay .popup-second .content .knowmore {
    bottom: 10px;
  }
  body .overlay .popup-second {
    width: 95%;
  }
  body .overlay .popup-second .content .tryagain {
    bottom: -10px;
  }
  body .visible {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 576px) {
  body .lotteryWrap .wrap .logo_refresh, body .lotteryWrap .wrap .logo_meet {
    width: 30%;
  }
  body .lotteryWrap .wrap .lotterys {
    width: 80%;
  }
  body .overlay .popup, body .overlay .popup-second {
    width: 80%;
  }
  body .overlay .popup .content, body .overlay .popup-second .content {
    height: 88vh;
  }
  body .overlay .popup .content .knowmore, body .overlay .popup-second .content .knowmore {
    bottom: 10px;
  }
  body .overlay .popup-second {
    width: 95%;
  }
  body .overlay .popup-second .content {
    height: 70vh;
  }
  body .overlay .popup-second .content .tryagain {
    width: 25%;
    bottom: -10px;
  }
  body .visible {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 480px) {
  body .indexWrap .luckybox .Img {
    width: 120px;
  }
  body .indexWrap .luckybox .Img::after {
    background: url(../img/lucky_draw@3x.png) center center/contain no-repeat;
  }
  body .indexWrap .button {
    bottom: 10px;
    width: 150px;
    height: 80px;
  }
  body .lotteryWrap::before {
    background: url(../img/BG@3x.png) bottom center/cover no-repeat;
  }
  body .lotteryWrap .wrap {
    display: block;
  }
  body .lotteryWrap .wrap .logo_refresh, body .lotteryWrap .wrap .logo_meet {
    width: 70%;
    margin: 0 auto;
  }
  body .lotteryWrap .wrap .logo_meet {
    display: none;
  }
  body .lotteryWrap .wrap .lotterys {
    width: 80%;
    margin: 0 auto;
  }
  body .lotteryWrap .wrap .lotterys .button {
    margin: 0 10px;
  }
  body .overlay {
    height: 100vh;
  }
  body .overlay .popup, body .overlay .popup-second {
    width: 95%;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
  }
  body .overlay .popup .content, body .overlay .popup-second .content {
    height: 90vh;
  }
  body .overlay .popup .content .knowmore, body .overlay .popup-second .content .knowmore {
    bottom: 10px;
  }
  body .overlay .popup .content--1, body .overlay .popup-second .content--1 {
    background: url(../img/draw_01@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--2, body .overlay .popup-second .content--2 {
    background: url(../img/draw_02@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--3, body .overlay .popup-second .content--3 {
    background: url(../img/draw_03@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--4, body .overlay .popup-second .content--4 {
    background: url(../img/draw_04@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--5, body .overlay .popup-second .content--5 {
    background: url(../img/draw_05@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--6, body .overlay .popup-second .content--6 {
    background: url(../img/mobile_kaohsiung@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--7, body .overlay .popup-second .content--7 {
    background: url(../img/mobile_taichung@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--8, body .overlay .popup-second .content--8 {
    background: url(../img/mobile_tainan@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--9, body .overlay .popup-second .content--9 {
    background: url(../img/mobile_taipei@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup .content--10, body .overlay .popup-second .content--10 {
    background: url(../img/mobile_taoyuan@3x.png) center center/contain no-repeat;
  }
  body .overlay .popup-second .content .tryagain {
    width: 40%;
    bottom: -10px;
  }
  body .visible {
    visibility: visible;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */