@charset "UTF-8";
html {
  background: #550097;
  min-height: 100vh;
  color: #fff;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
}

#main {
  margin: 0 auto;
  height: 2800px;
  max-width: 1920px;
  background: url("../_img/bg-new%EF%B9%96v=20211119.jpg") top no-repeat;
  background-size: cover;
}

#footer {
  top: 2135px;
  padding: 30px 0 32px 0;
  background: #6e35db;
}

/*=====================*/
/* TOP SOCIAL-LINK BAR */
#header {
  position: fixed;
  background: #6e35db;
}

/*===================*/
/* MAIN PAGE CONTENT */
.dl-btn-container {
  display: block;
  position: relative;
  top: 985px;
  max-width: 960px;
  padding: 0 1%;
  margin: 0 auto;
}

.dl-btn {
  left: 1.5%;
  background: url("../_img/dl-btn.png") center no-repeat;
}

.play-btn {
  right: 1.5%;
  background: url("../_img/play-btn.png") center no-repeat;
}

.dl-btn, .play-btn {
  display: block;
  position: absolute;
  background-size: cover;
  overflow: hidden;
  width: 466px;
  height: 143px;
  -webkit-animation: flash .5s infinite step-end;
          animation: flash .5s infinite step-end;
}

.dl-btn:hover, .dl-btn:focus, .play-btn:hover, .play-btn:focus {
  cursor: pointer;
  background-position: bottom;
  -webkit-animation: none;
          animation: none;
}

.rules {
  position: relative;
  top: 2130px;
  margin: 0 auto;
  line-height: 160%;
  width: 870px;
  font-size: 31px;
}

.rules ol {
  padding-left: 1.5em;
  list-style: decimal;
  margin: 1em 0;
}

.rules ul {
  list-style: none;
  padding-left: 1em;
}

#float {
  float: right;
  max-width: 21.5%;
}

.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/*=======================*/
/* QR-CODE POP-UP WINDOW */
#QRcodeImg {
  position: relative;
  top: 167px;
  left: 290px;
  width: 100px;
}

#qrcodeArea {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 578px;
  height: 410px;
  margin: -205px 0 0 -289px;
  background: url("../_img/qrcodeAreaBG.png") center center no-repeat;
  display: none;
  z-index: 9;
}

.qrcodeImg {
  position: relative;
  margin: 48px 0 0 245px;
}

.qrcodeImg ul li {
  display: block;
  float: left;
  padding: 0px 20px;
  text-align: center;
  font-family: Arial;
}

.qrcodeImg img {
  width: 100px;
  height: 100px;
  border: 0;
  float: left;
  display: block;
}

.qrcodeDownloadBtn a {
  position: relative;
  width: 408px;
  height: 108px;
  display: block;
  border: 0;
  background: url("../_img/qrdownload_btn.png") top left no-repeat;
  cursor: pointer;
  margin: 260px 0 0 90px;
}

.qrcodeDownloadBtn a:hover {
  background: url("../_img/qrdownload_hover.png") top left no-repeat;
}

.closeBtn {
  position: absolute;
  top: 13px;
  left: 529px;
  display: block;
  z-index: 9;
  width: 30px;
  height: 30px;
  background: url("../_img/closeBtn.png") top left no-repeat;
  cursor: pointer;
}

#mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  display: none;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/*彈跳教學*/
/*=====================*/
/* KEYFRAMES AND MEDIA */
@-webkit-keyframes flash {
  0% {
    background-position: top;
  }
  50% {
    background-position: center;
  }
}
@keyframes flash {
  0% {
    background-position: top;
  }
  50% {
    background-position: center;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
  #main {
    height: 280vw;
  }
  #header {
    height: 10.8vw;
  }
  .social-links a {
    width: 8.6vw;
    height: 8.6vw;
    margin-right: 0.5vw;
  }
  .dl-btn-container {
    top: 98.5vw;
  }
  .dl-btn, .play-btn {
    width: 46.6vw;
    height: 14.3vw;
  }
  .rules {
    top: 213vw;
    width: 87vw;
    font-size: 3.1vw;
  }
  #footer {
    top: 213vw;
    padding: 3vw 0 3.2vw;
  }
}
/*# sourceMappingURL=main.css.map */