@charset "utf-8";
@font-face {
  font-family: Flama;
  src: url(../font/FlamaSemicondensed-Ultralight.woff);
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_Co.ttf) format('truetype');
}
/****************************/
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  height: 100%;
  background: #ffffff;
  font-size: 20px;
}
.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  left: 0px;
  top: 0px;
  text-align: center;
}
.loading > div {
  position: fixed;
  display: inline-block;
  width: 13%;
  left: 43.5%;
  top: 26vh;
}
#stage {
  position: relative;
  overflow: hidden;
  font-size: calc(100vw / 100);
}
a {
  cursor: pointer;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}
img {
  border: 0;
  width: 100%;
  height: auto;
  display: block;
}
.borderWidth {
  position: relative;
  width: 100%;
  padding: 0px 0%;
  margin: 0px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.borderWidth::after {
  clear: both;
  display: block;
  content: "";
}
section,
div,
span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.textPurple {
  color: #785dc3;
}
.textGreen {
  color: #349100;
}
.textRed {
  color: #FF0004;
}
.mo {
  display: none;
}
/**************************/
header {
  position: relative;
  background: #FFFFFF;
  height: 3vw;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: left;
  z-index: 800;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 7px;
}
header img {
  height: 100%;
  width: auto;
  display: block;
}
header a {
  height: 2vw;
  width: auto;
  margin: 0.5vw 0 0 2vw;
  display: inline-block;
  cursor: pointer;
}
/**************************/
@keyframes btn {
  0% {
    transform: rotate(-4deg);
  }
  5% {
    transform: rotate(4deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  15% {
    transform: rotate(4deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(4deg);
  }
  26% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -10%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes float02 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 10%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(-100%, 0%);
    opacity: 0;
  }
  10% {
    transform: translate(-100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translate(100%, 0%);
    opacity: 0;
  }
  10% {
    transform: translate(100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.parti {
  position: absolute;
  z-index: 888;
  width: 2px;
  background: #e80003;
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
}
.kv {
  position: relative;
  background: url("../images/kv_bgPC.png") center top no-repeat #a089e5;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.kvSlogan {
  position: relative;
  z-index: 600;
  width: 51%;
  margin: 2% 26.8% 0% auto;
  padding: 0 0 1% 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.kvSlogan > div:nth-child(1) {
  position: absolute;
  z-index: 700;
  width: 12.8%;
  left: 0.6%;
  top: 30%;
  animation: float02 5s linear 0s infinite;
}
.kvSlogan > div:nth-child(2) {
  position: absolute;
  z-index: 700;
  width: 13.2%;
  right: -7.2%;
  top: 16%;
  animation: float 5s linear 0s infinite;
}
.kvSlogan > div:nth-child(3) {
  position: absolute;
  z-index: 600;
  width: 26%;
  right: -6.8%;
  bottom: 13%;
}
.kvSlogan > div:nth-child(4) {
  position: relative;
  z-index: 500;
}
.kvBottom {
  position: absolute;
  z-index: 500;
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 11%;
  background: #cbb6fc;
  box-shadow: 0px -1em 1em 0px rgba(0, 0, 0, 0.2);
}
.kvMan01 {
  position: absolute;
  z-index: 460;
  width: 16%;
  left: 2%;
  bottom: 8.8%;
  opacity: 0;
  animation: slideLeft 1s linear forwards 2s 1;
}
.kvMan02 {
  position: absolute;
  z-index: 450;
  width: 20%;
  left: 10%;
  bottom: 7%;
  opacity: 0;
  animation: slideLeft 1s linear forwards 1s 1;
}
.kvMan03 {
  position: absolute;
  z-index: 440;
  width: 14%;
  right: 4%;
  bottom: 6%;
  opacity: 0;
  animation: slideRight 1s linear forwards 1s 1;
}
.kvManCoin01 {
  position: absolute;
  z-index: 400;
  width: 16%;
  left: -1%;
  bottom: 10%;
}
.kvManCoin02 {
  position: absolute;
  z-index: 410;
  width: 8%;
  left: 11%;
  bottom: 6%;
}
.kvManCoin03 {
  position: absolute;
  z-index: 420;
  width: 18%;
  right: 11.2%;
  bottom: 5.2%;
}
.kvManCoin04 {
  position: absolute;
  z-index: 430;
  width: 16%;
  right: -2.8%;
  bottom: 8%;
}
.kvCoin01 {
  position: absolute;
  z-index: 300;
  width: 9.68%;
  left: -1%;
  top: 4%;
  animation: float 6s linear 0.5s infinite;
}
.kvCoin02 {
  position: absolute;
  z-index: 300;
  width: 6.56%;
  left: 12.4%;
  top: 18%;
  animation: float02 4s linear 0s infinite;
}
.kvCoin03 {
  position: absolute;
  z-index: 300;
  width: 17.2%;
  right: 2%;
  top: 6%;
  animation: float02 6s linear 0s infinite;
}
/***************************************/
.block02 {
  position: relative;
  background: #cbb6fc;
  padding: 8vw 0 10vw 0;
}
.tag {
  position: relative;
  z-index: 600;
  display: inline-block;
  width: 26%;
  margin: 0 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tagBox {
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tagBtnP {
  position: absolute;
  z-index: 810;
  width: 100%;
  left: 0;
  top: 0;
  background: #7b34c6;
  border-radius: 1.6em 1.6em 0 0;
  padding: 5.6% 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
}
.tagBtnP > img {
  height: auto;
  width: 62.4%;
  margin: 0 auto;
}
.tagBtnG {
  position: absolute;
  z-index: 800;
  width: 100%;
  left: 0;
  top: 0;
  background: #e0e0e0;
  border-radius: 1.6em 1.6em 0 0;
  padding: 5.6% 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
}
.tagBtnG > img {
  height: auto;
  width: 62.4%;
  margin: 0 auto;
}
.hide {
  display: none;
}
.conBox {
  position: relative;
  z-index: 400;
  background: #ffffff;
  border-radius: 2em;
  width: 96%;
  margin: 6.2% auto 0 auto;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 8em 0 12em 0;
}
.line {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 0px;
  height: 10px;
  margin: 0 3%;
}
.line02 {
  position: absolute;
  z-index: 800;
  left: calc(50% - 1px);
  top: 8em;
  width: 2px;
  height: calc(100% - 20em);
  background: #e2e2e2;
}
.giftBox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: center;
}
.giftBox .appTitle {
  width: 70%;
  margin: 0 auto 4em auto;
}
.gift {
  position: relative;
  width: 100%;
  margin: 0 0 18% 0;
}
.gift > div:nth-child(1) {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  margin: 0 3% 0 0;
}
.gift > div:nth-child(2) {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 19%);
  font-size: 2em;
  line-height: 1.4em;
  text-align: left;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.gift > div:nth-child(2) .inBlock {
  display: inline-block;
}
.gift > div:nth-child(2) .sp01 {
  color: #7b34c6;
  font-size: 0.8em;
  display: block;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
}
.gift > div:nth-child(2) .pic {
  position: relative;
  width: 76%;
  margin: 1em 0 0 0;
}
.gift > div:nth-child(2) .pic > img {
  position: relative;
  z-index: 100;
}
.gift > div:nth-child(2) .pic .early {
  position: absolute;
  z-index: 200;
  width: 34%;
  left: -24%;
  top: 20%;
}
.gift > div:nth-child(2) .sp02 {
  position: absolute;
  z-index: 600;
  width: 100%;
  height: 50px;
  left: 20%;
  bottom: -3.4em;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  font-size: 0.5em;
  line-height: 1.4em;
  color: #8c8c8c;
  width: 60%;
}
.btnBox {
  position: relative;
  text-align: center;
}
.btnBox > a > img {
  display: inline-block;
  height: auto;
  width: 74%;
  text-align: center;
}
.btnBox .appBtnO {
  display: block;
  width: 90%;
  margin: 0 auto;
  background: #ff9100;
  padding: 6% 0;
  text-align: center;
  border-radius: 1em;
  box-shadow: 0px 0.8em 0em 0px rgba(0, 0, 0, 0.1);
  animation: btn 2s linear 0s infinite;
}
.btnBox .appBtnG {
  display: block;
  width: 90%;
  margin: 0 auto;
  background: #4fbf00;
  padding: 6% 0;
  text-align: center;
  border-radius: 1em;
  box-shadow: 0px 0.8em 0em 0px rgba(0, 0, 0, 0.1);
  animation: btn 2s linear 1s infinite;
}
/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  padding: 2vw 0 5vw 0;
  text-align: center;
  background: #cbb6fc;
}
.note::after {
  clear: both;
  display: block;
  content: "";
}
.note .title01 {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #7b34c6;
  text-align: center;
  margin: 1em auto 1em auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.note .title01 .wrap {
  display: inline-block;
}
.note .title01 .stxt {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
  font: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  padding: 0.6em 0 2em 0;
}
.noteBtn {
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  color: #7b34c6;
  border-radius: 900px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 2px solid #7b34c6;
  clear: both;
  background: #ffffff;
}
.noteBtn span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  margin: 0 0 0 0.5em;
}
.noteBox {
  display: none;
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 2em auto 0 auto;
  width: 96%;
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 1.5vw;
  box-sizing: border-box;
  padding: 1.5em 2em 1.5em 2em;
}
.noteBox li {
  padding: 1em 1em 0.5em 0;
}
.noteBox a {
  text-decoration: underline;
  color: #522ac3;
}
.noteNone {
  list-style: none;
  padding: 0 0 0 2em;
}
.noteNum {
  list-style: decimal;
  padding: 0 0 0 2em;
}
.noteDot {
  list-style: disc;
  padding: 0 0 0 2em;
}
.noteCircle {
  list-style: circle;
  padding: 0 0 0 2em;
}
.note .table01 {
  width: 100%;
  border-top: 1px solid #7b34c6;
  border-left: 1px solid #7b34c6;
}
.note .table01 th {
  border-right: 1px solid #b47bff;
  border-bottom: 1px solid #7b34c6;
  background: #7b34c6;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.34em;
  white-space: nowrap;
  vertical-align: middle;
}
.note .table01 td {
  border-right: 1px solid #7b34c6;
  border-bottom: 1px solid #7b34c6;
  text-align: left;
  padding: 0.5em 0.34em;
}
/***************************************computer start*********************************************/
/***************************************19 inch start*********************************************/
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 88);
  }
}
/***************************************15 inch start*********************************************/
@media screen and (min-width: 851px) and (max-width: 1024px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 88);
  }
}
/***************************************pad01  start*********************************************/
@media screen and (min-width: 451px) and (max-width: 850px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 50);
  }
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 997;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .loading > div {
    position: fixed;
    display: inline-block;
    width: 30%;
    left: calc((100% - 30%) / 2);
    top: 25vh;
  }
  header {
    background: #FFFFFF;
    height: 8vw;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
  }
  header a {
    height: 4.5vw;
    width: auto;
    margin: 1.5vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  /***************************************/
  .kv {
    position: relative;
    background: url("../images/kv_bgMO.png") center top no-repeat #a089e5;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .kvSlogan {
    position: relative;
    z-index: 600;
    width: 76%;
    margin: 2% 0 0% 8.6%;
    padding: 0 0 1% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .kvSlogan > div:nth-child(1) {
    position: absolute;
    z-index: 700;
    width: 12.8%;
    left: 0.6%;
    top: 30%;
    animation: float02 5s linear 0s infinite;
  }
  .kvSlogan > div:nth-child(2) {
    position: absolute;
    z-index: 700;
    width: 13.2%;
    right: -7.2%;
    top: 16%;
    animation: float 5s linear 0s infinite;
  }
  .kvSlogan > div:nth-child(3) {
    position: absolute;
    z-index: 600;
    width: 26%;
    right: -6.8%;
    bottom: 13%;
  }
  .kvSlogan > div:nth-child(4) {
    position: relative;
    z-index: 500;
  }
  .kvBottom {
    position: absolute;
    z-index: 500;
    left: 0;
    bottom: -8%;
    width: 100%;
    height: 8%;
    background: #cbb6fc;
    box-shadow: 0px -1em 1em 0px rgba(0, 0, 0, 0.2);
  }
  .kvMan01 {
    position: absolute;
    z-index: 460;
    width: 24%;
    left: 12%;
    bottom: 0%;
    opacity: 0;
    animation: slideLeft 1s linear forwards 2s 1;
  }
  .kvMan02 {
    position: relative;
    z-index: 450;
    width: 30%;
    left: 32%;
    bottom: 10%;
    opacity: 0;
    animation: slideLeft 1s linear forwards 1s 1;
  }
  .kvMan03 {
    position: absolute;
    z-index: 440;
    width: 22.8%;
    right: 8%;
    bottom: -4%;
    opacity: 0;
    animation: slideRight 1s linear forwards 1s 1;
  }
  .kvManCoin01 {
    position: absolute;
    z-index: 400;
    width: 25.6%;
    left: -1%;
    bottom: -2%;
  }
  .kvManCoin02 {
    position: absolute;
    z-index: 410;
    width: 12.8%;
    left: 28%;
    bottom: -4%;
  }
  .kvManCoin03 {
    position: absolute;
    z-index: 420;
    width: 28.8%;
    right: 20%;
    bottom: -4%;
  }
  .kvManCoin04 {
    position: absolute;
    z-index: 430;
    width: 25.6%;
    right: -2.8%;
    bottom: -2%;
  }
  .kvCoin01 {
    position: absolute;
    z-index: 300;
    width: 14%;
    left: -1%;
    top: 54%;
    animation: float 6s linear 0.5s infinite;
  }
  .kvCoin02 {
    position: absolute;
    z-index: 300;
    width: 10%;
    left: 9.8%;
    top: 70%;
    animation: float02 4s linear 0s infinite;
  }
  .kvCoin03 {
    position: absolute;
    z-index: 300;
    width: 22%;
    right: 24%;
    top: 58%;
    animation: float02 6s linear 0s infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    background: #cbb6fc;
    padding: 20vw 0 10vw 0;
  }
  .tag {
    position: relative;
    z-index: 600;
    display: inline-block;
    width: 28%;
    margin: 0 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .tagBox {
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .tagBtnP {
    position: absolute;
    z-index: 810;
    width: 100%;
    left: 0;
    top: 0;
    background: #7b34c6;
    border-radius: 1.6em 1.6em 0 0;
    padding: 8% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    cursor: pointer;
  }
  .tagBtnP > img {
    height: auto;
    width: 62.4%;
    margin: 0 auto;
  }
  .tagBtnG {
    position: absolute;
    z-index: 800;
    width: 100%;
    left: 0;
    top: 0;
    background: #e0e0e0;
    border-radius: 1.6em 1.6em 0 0;
    padding: 8% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    cursor: pointer;
  }
  .tagBtnG > img {
    height: auto;
    width: 62.4%;
    margin: 0 auto;
  }
  .hide {
    display: none;
  }
  .conBox {
    position: relative;
    z-index: 400;
    background: rgba(255, 255, 255, 0);
    border-radius: 2em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0 0 0 0;
  }
  .line {
    position: relative;
    display: none;
    vertical-align: top;
    width: 0px;
    height: 10px;
    margin: 0 3%;
  }
  .line02 {
    display: none;
    position: absolute;
    z-index: 800;
    left: calc(50% - 1px);
    top: 8em;
    width: 2px;
    height: calc(100% - 20em);
    background: #e2e2e2;
  }
  .giftBox {
    position: relative;
    display: block;
    vertical-align: top;
    width: 96%;
    margin: 8.4% auto 0% auto;
    text-align: center;
    border-radius: 2em;
    background: #ffffff;
    padding: 16vw 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .giftBox .appTitle {
    width: 60%;
    margin: 0 auto 4em auto;
  }
  .gift {
    position: relative;
    width: 90%;
    margin: 0 auto 14% auto;
  }
  .gift > div:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin: 0 3% 0 0;
  }
  .gift > div:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 19%);
    font-size: 1.8em;
    line-height: 1.4em;
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .gift > div:nth-child(2) .inBlock {
    display: inline-block;
  }
  .gift > div:nth-child(2) .sp01 {
    font-size: 0.8em;
    display: block;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  }
  .gift > div:nth-child(2) .pic {
    width: 76%;
    margin: 1em 0 0 0;
  }
  .gift > div:nth-child(2) .sp02 {
    position: absolute;
    z-index: 600;
    width: 100%;
    height: 50px;
    left: 20%;
    bottom: -3.4em;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    font-size: 0.5em;
    line-height: 1.4em;
    color: #8c8c8c;
    width: 60%;
  }
  .btnBox {
    position: relative;
    text-align: center;
  }
  .btnBox > a > img {
    display: inline-block;
    height: auto;
    width: 74%;
    text-align: center;
  }
  .btnBox .appBtnO {
    display: block;
    width: 70%;
    margin: 0 auto;
    background: #ff9100;
    padding: 6% 0;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0px 0.8em 0em 0px rgba(0, 0, 0, 0.1);
    animation: btn 2s linear 0s infinite;
  }
  .btnBox .appBtnG {
    display: block;
    width: 70%;
    margin: 0 auto;
    background: #4fbf00;
    padding: 6% 0;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0px 0.8em 0em 0px rgba(0, 0, 0, 0.1);
    animation: btn 2s linear 1s infinite;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 5vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 0.5em 0;
    margin: 0 0 0.8em 0;
    text-align: center;
    color: #6e4ab1;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    color: #825dc7;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 2px solid #825dc7;
    clear: both;
    background: #ffffff;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 40);
  }
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 998;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .loading > div {
    position: fixed;
    display: inline-block;
    width: 46%;
    left: calc((100% - 46%) / 2);
    top: 25vh;
  }
  header {
    background: #FFFFFF;
    height: 12vw;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
  }
  header a {
    height: 7vw;
    width: auto;
    margin: 2.5vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  /***************************************/
  .kv {
    position: relative;
    background: url("../images/kv_bgMO.png") center top no-repeat #a089e5;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .kvSlogan {
    position: relative;
    z-index: 600;
    width: 90%;
    margin: 4% 0 0% 1%;
    padding: 0 0 1% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .kvSlogan > div:nth-child(1) {
    position: absolute;
    z-index: 700;
    width: 12.8%;
    left: 0.6%;
    top: 30%;
    animation: float02 5s linear 0s infinite;
  }
  .kvSlogan > div:nth-child(2) {
    position: absolute;
    z-index: 700;
    width: 13.2%;
    right: -7.2%;
    top: 16%;
    animation: float 5s linear 0s infinite;
  }
  .kvSlogan > div:nth-child(3) {
    position: absolute;
    z-index: 600;
    width: 26%;
    right: -6.8%;
    bottom: 10%;
  }
  .kvSlogan > div:nth-child(4) {
    position: relative;
    z-index: 500;
  }
  .kvBottom {
    position: absolute;
    z-index: 500;
    left: 0;
    bottom: -8%;
    width: 100%;
    height: 8%;
    background: #cbb6fc;
    box-shadow: 0px -1em 1em 0px rgba(0, 0, 0, 0.2);
  }
  .kvMan01 {
    position: absolute;
    z-index: 460;
    width: 24%;
    left: 12%;
    bottom: 0%;
    opacity: 0;
    animation: slideLeft 1s linear forwards 2s 1;
  }
  .kvMan02 {
    position: relative;
    z-index: 450;
    width: 30%;
    left: 32%;
    bottom: 10%;
    opacity: 0;
    animation: slideLeft 1s linear forwards 1s 1;
  }
  .kvMan03 {
    position: absolute;
    z-index: 440;
    width: 22.8%;
    right: 8%;
    bottom: -4%;
    opacity: 0;
    animation: slideRight 1s linear forwards 1s 1;
  }
  .kvManCoin01 {
    position: absolute;
    z-index: 400;
    width: 25.6%;
    left: -1%;
    bottom: -2%;
  }
  .kvManCoin02 {
    position: absolute;
    z-index: 410;
    width: 12.8%;
    left: 28%;
    bottom: -4%;
  }
  .kvManCoin03 {
    position: absolute;
    z-index: 420;
    width: 28.8%;
    right: 20%;
    bottom: -4%;
  }
  .kvManCoin04 {
    position: absolute;
    z-index: 430;
    width: 25.6%;
    right: -2.8%;
    bottom: -2%;
  }
  .kvCoin01 {
    position: absolute;
    z-index: 700;
    width: 14%;
    left: -1%;
    top: 57.2%;
    animation: float 6s linear 0.5s infinite;
  }
  .kvCoin02 {
    position: absolute;
    z-index: 300;
    width: 10%;
    left: 9.8%;
    top: 70%;
    animation: float02 4s linear 0s infinite;
  }
  .kvCoin03 {
    position: absolute;
    z-index: 300;
    width: 22%;
    right: 24%;
    top: 64%;
    animation: float02 6s linear 0s infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    background: #cbb6fc;
    padding: 20vw 0 10vw 0;
  }
  .tag {
    position: relative;
    z-index: 600;
    display: inline-block;
    width: 31.6%;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .tagBox {
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .tagBtnP {
    position: absolute;
    z-index: 810;
    width: 100%;
    left: 0;
    top: 0;
    background: #7b34c6;
    border-radius: 8px 8px 0 0;
    padding: 12% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    cursor: pointer;
  }
  .tagBtnP > img {
    height: auto;
    width: 88%;
    margin: 0 auto;
  }
  .tagBtnG {
    position: absolute;
    z-index: 800;
    width: 100%;
    left: 0;
    top: 0;
    background: #e0e0e0;
    border-radius: 8px 8px 0 0;
    padding: 12% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    cursor: pointer;
  }
  .tagBtnG > img {
    height: auto;
    width: 88%;
    margin: 0 auto;
  }
  .hide {
    display: none;
  }
  .conBox {
    position: relative;
    z-index: 400;
    background: rgba(255, 255, 255, 0);
    border-radius: 0em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0 0 0 0;
  }
  .conBox .giftBox:nth-child(1) {
    border-radius: 0 0 1em 1em;
  }
  .line {
    position: relative;
    display: none;
    vertical-align: top;
    width: 0px;
    height: 10px;
    margin: 0 3%;
  }
  .line02 {
    display: none;
    position: absolute;
    z-index: 800;
    left: calc(50% - 1px);
    top: 8em;
    width: 2px;
    height: calc(100% - 20em);
    background: #e2e2e2;
  }
  .giftBox {
    position: relative;
    display: block;
    vertical-align: top;
    width: 96%;
    margin: 13% auto 0% auto;
    text-align: center;
    border-radius: 1em;
    background: #ffffff;
    padding: 16vw 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .giftBox .appTitle {
    width: 80%;
    margin: 0 auto 4em auto;
  }
  .gift {
    position: relative;
    width: 90%;
    margin: 0 auto 18% auto;
  }
  .gift > div:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin: 0 3% 0 0;
  }
  .gift > div:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 19%);
    font-size: 2em;
    line-height: 1.4em;
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .gift > div:nth-child(2) .inBlock {
    display: inline-block;
  }
  .gift > div:nth-child(2) .inBlock .sp {
    display: inline-block;
  }
  .gift > div:nth-child(2) .sp01 {
    font-size: 0.8em;
    display: block;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  }
  .gift > div:nth-child(2) .pic {
    width: 82%;
    margin: 1em 0 0 0;
  }
  .gift > div:nth-child(2) .sp02 {
    position: absolute;
    z-index: 600;
    width: 100%;
    height: 50px;
    left: 20%;
    bottom: -5.2em;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    font-size: 0.5em;
    line-height: 1.4em;
    color: #8c8c8c;
    width: 66%;
  }
  .btnBox {
    position: relative;
    text-align: center;
  }
  .btnBox > a > img {
    display: inline-block;
    height: auto;
    width: 74%;
    text-align: center;
  }
  .btnBox .appBtnO {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #ff9100;
    padding: 6% 0;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0px 0.8em 0em 0px rgba(0, 0, 0, 0.1);
    animation: btn 2s linear 0s infinite;
  }
  .btnBox .appBtnG {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #4fbf00;
    padding: 6% 0;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0px 0.8em 0em 0px rgba(0, 0, 0, 0.1);
    animation: btn 2s linear 1s infinite;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 16vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.6em;
    line-height: 1.4em;
    color: #825dc7;
    text-align: center;
    margin: 2em auto 0.6em auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    color: #825dc7;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 1px solid #825dc7;
    clear: both;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
  .noteBox {
    display: none;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 1.6em 0.5em 1.5em 0em;
    margin: 2em auto 0 auto;
    width: 96%;
    font-weight: normal;
    background: #ffffff;
    color: #000000;
    text-align: left;
    border-radius: 1.5vw;
  }
  .noteBox li {
    padding: 0 0 1em 0;
  }
  .noteBox a {
    text-decoration: underline;
    color: #522ac3;
  }
}
