@charset "UTF-8";
@media (max-width: 1200px) {
  #socials {
    left: 0;
  }
}
html {
  background: #040a28;
  background-size: 1920px;
  min-height: 100vh;
  color: #fff;
  font: 400 60px/1.5 "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

#header {
  background: rgba(6, 30, 156, 0.8);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  max-width: 100vw;
  background: #040a28;
}

#main {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  background: url("../../../img/Event/20180823_GuessKingPromotion/bg-top%EF%B9%96v=3.jpg") top no-repeat, url("../../../img/Event/20180823_GuessKingPromotion/bg-center.jpg") center repeat;
  background-size: 1920px auto, 73px auto;
  background-position: top;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}

/*=====================*/
/* TOP SOCIAL-LINK BAR */
/*===================*/
/* MAIN PAGE CONTENT */
.dl-btn-container {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1000px;
  padding-top: 18.5em;
  padding-bottom: 1px;
}

.dl-btn, .play-btn, .station-btn {
  display: block;
  position: absolute;
  bottom: 0;
  width: 7.85em;
  padding-top: 3.55em;
  border-radius: 1.35em;
  transition: filter 0.3s 0.2s;
}
.dl-btn:hover, .dl-btn:focus, .dl-btn:active, .play-btn:hover, .play-btn:focus, .play-btn:active, .station-btn:hover, .station-btn:focus, .station-btn:active {
  background-position: bottom;
}

.dl-btn {
  transform-origin: 85% 0%;
  position: absolute;
  left: 2.5%;
  background: url("../../../img/Event/20180823_GuessKingPromotion/btn-download%EF%B9%96v=20230223.png") top no-repeat;
  background-size: cover;
}

.play-btn {
  transform-origin: 15% 0%;
  position: absolute;
  right: 2.25%;
  background: url("../../../img/Event/20180823_GuessKingPromotion/btn-play%EF%B9%96v=20230223.png") top no-repeat;
  background-size: cover;
}

.content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.content img {
  display: block;
  width: 1000px;
  max-width: 100%;
}

.winner-btn {
  display: block;
  margin: 0 auto;
  background: url("https://www.xin-stars.com/img/Event/20180823_GuessKingPromotion/winner-btn.png") top no-repeat;
  background-size: cover;
  width: 435px;
  height: 174px;
}
.winner-btn:hover, .winner-btn:focus, .winner-btn:active {
  background-position: bottom;
}

.s2 {
  margin: -0.5em auto 0.25em;
}

.rules {
  position: relative;
  z-index: 2;
}
.rules::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  background: #040a28;
  width: 200vw;
}

.content-padding {
  max-width: 976px;
  margin: 0 auto;
  height: 1250px;
  position: relative;
}
.content-padding a {
  font-size: 0.5em;
  position: absolute;
  bottom: 3.65em;
  right: 0.5em;
  width: 11em;
  height: 2em;
  cursor: pointer;
}

.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/*=====================*/
/* 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: 6vw;
    background-size: 192vw;
  }

  #main {
    background-size: 192vw auto, 7.3vw auto;
    background-position: top;
  }

  .content-padding {
    height: 125vw;
  }

  #carousel {
    top: 59vw;
    width: 40vw;
    height: 35vw;
  }
}
@media (max-width: 666px) {
  #main {
    background-image: url("../../../img/Event/20180823_GuessKingPromotion/bg-topm%EF%B9%96v=02.jpg"), url("../../../img/Event/20180823_GuessKingPromotion/bg-center.jpg");
    background-size: 100vw auto, 7.3vw auto;
  }

  .dl-btn-container {
    padding-top: 21.35em;
  }
}
/*=======================*/
/* QR-CODE POP-UP WINDOW */
#QRcodeImg {
  position: relative;
  top: 167px;
  left: 290px;
  width: 100px;
}

#qrcodeArea {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
  max-width: 600px;
  min-width: 460px;
  background: url("https://www.xin-stars.com/img/Event/20180823_GuessKingPromotion/qrcodeAreaBG.png") center center no-repeat;
  background: #fcffd7;
  border-radius: 25px;
  box-shadow: 0 0 0.2em 0.05em rgba(55, 0, 88, 0.5);
  display: none;
  z-index: 9;
  -webkit-animation: popup 0.5s;
          animation: popup 0.5s;
}

.qrcodeImg {
  margin: 0.5em 0 0.25em;
}
.qrcodeImg img {
  width: 200px;
  height: 200px;
  border: 0;
  display: block;
  margin: 0 auto;
}

.qrcodeText {
  display: block;
  font-size: 20px;
  color: #281400;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0.25em 0 0.5em;
  border-bottom: 2px dotted #98a411;
}

.qrcodeDownloadBtn {
  margin: 0.05em 0 0.35em;
}
.qrcodeDownloadBtn a {
  width: 408px;
  height: 108px;
  margin: 0 auto;
  display: block;
  border: 0;
  background: url("https://www.xin-stars.com/img/Event/20180823_GuessKingPromotion/qrdl-btn.png") top no-repeat;
  background-size: cover;
  cursor: pointer;
}
.qrcodeDownloadBtn a:hover {
  background-position: bottom;
}

.closeBtn {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: url("https://www.xin-stars.com/img/Event/20180823_GuessKingPromotion/closeBtn.png") top left no-repeat;
  background: #e00;
  border-radius: 50%;
  cursor: pointer;
}
.closeBtn:hover {
  background: #f00;
  box-shadow: 0 0 0.1em rgba(55, 0, 88, 0.5);
}
.closeBtn::before, .closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 12.5%;
  background: #fff;
  top: 50%;
  left: 50%;
}
.closeBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeBtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 2;
  zoom: 1;
  opacity: 1;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

@-webkit-keyframes popup {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes popup {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*彈跳教學*/
#teach {
  position: fixed;
  z-index: 2000;
  padding: 4%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
}

#teach > img {
  width: 100%;
}

#closeTeach {
  border: 3px solid #fff;
  border-radius: 90px;
  height: 30px;
  width: 30px;
  background-color: black;
  position: absolute;
  right: 2%;
  top: 2%;
}

#closeTeach > div {
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  font-family: monospace;
  font-weight: bold;
}

.teachGroup {
  display: none;
}/*# sourceMappingURL=main.css.map */