@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%, -16%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes float02 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 16%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes float03 {
  0% {
    transform: translate(0%, 0%) scaleX(-1);
  }
  50% {
    transform: translate(0%, 16%) scaleX(-1);
  }
  100% {
    transform: translate(0%, 0%) scaleX(-1);
  }
}
@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;
  }
}
.slideLeft {
  opacity: 1;
  animation: slideLeft 1s linear forwards 0s 1;
}
.slideRight {
  opacity: 1;
  animation: slideRight 1s linear forwards 0s 1;
}
.kv {
  position: relative;
  background: #b0dfea;
  text-align: center;
}
.kvMan {
  position: relative;
  z-index: 700;
  width: 26.8%;
  margin: 1.6% auto -2.6% 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;
  padding: 0 0 0 0;
  opacity: 0;
}
.kvSlogan {
  position: relative;
  z-index: 710;
  width: 50%;
  margin: 0 auto;
  opacity: 0;
}
.kvCoin {
  position: absolute;
  z-index: 701;
  width: 19.6%;
  right: 16%;
  top: 36%;
  animation: float 3s linear 0s infinite;
}
.kvSaving {
  position: absolute;
  z-index: 701;
  width: 19.6%;
  left: 15.2%;
  top: 26%;
  animation: float02 3s linear 0s infinite;
}
.kvTxt01 {
  position: absolute;
  z-index: 600;
  width: 18%;
  left: 21.2%;
  top: 10%;
}
.kvTxt02 {
  position: absolute;
  z-index: 600;
  width: 15.2%;
  right: 19.2%;
  top: 22%;
}
.kvBG01 {
  position: absolute;
  z-index: 500;
  width: 30%;
  left: -2%;
  top: 7%;
}
.kvBG02 {
  position: absolute;
  z-index: 500;
  width: 14%;
  left: 4%;
  bottom: 4%;
}
.kvBG03 {
  position: absolute;
  z-index: 500;
  width: 14%;
  left: 44%;
  top: 8%;
}
.kvBG04 {
  position: absolute;
  z-index: 500;
  width: 26%;
  right: -4%;
  top: 4%;
}
.kvBG05 {
  position: absolute;
  z-index: 500;
  width: 20%;
  right: 6%;
  bottom: 4%;
}
/***************************************/
.block02 {
  position: relative;
  padding: 12% 0 0 0;
  background: #b0dfea;
}
.block02 .txt {
  position: relative;
  z-index: 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;
  padding: 2em 2em 2.6em 2em;
  border-radius: 30px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.8em;
  line-height: 1.6em;
  background: #ffffff;
  text-align: left;
}
.block02 .txt > p {
  display: block;
  width: 100%;
  margin: 0 auto 1em auto;
}
.block02 .txt .tag {
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  border-radius: 10px;
  padding: 0.1em 0.3em;
  vertical-align: text-top;
  margin: 0 1em 0.5em 0;
  background: #7b34c6;
}
.block02 .txt .rightBox {
  display: inline-block;
  vertical-align: text-top;
  width: calc(100% - 6em);
}
.block02 .txt .sp01 {
  display: block;
  font-size: 0.7em;
  color: #468e00;
}
.block02 .txt > img {
  position: relative;
  z-index: 200;
}
.block02 .txt > div {
  position: absolute;
  z-index: 100;
  width: 8%;
  left: 14%;
  bottom: -10%;
}
.block02 .APP {
  position: relative;
  z-index: 150;
  width: 26%;
  margin: -4% auto 0 auto;
}
.block02 .bghand01 {
  position: absolute;
  z-index: 80;
  width: 25.6%;
  left: 10%;
  bottom: 0%;
}
.block02 .bghand02 {
  position: absolute;
  z-index: 80;
  width: 23.76%;
  right: 11%;
  bottom: 0%;
}
.block02 .bgCoin01 {
  position: absolute;
  z-index: 70;
  width: 4.4%;
  right: 1%;
  bottom: 70%;
  animation: float 2s linear 0s infinite;
}
.block02 .bgCoin02 {
  position: absolute;
  z-index: 70;
  width: 8.2%;
  right: -4%;
  bottom: 50%;
  transform: scaleX(-1);
  animation: float03 2s linear 0s infinite;
}
.block02 .pattern {
  position: absolute;
  z-index: 50;
  width: 37.8%;
  left: -22%;
  bottom: 10%;
}
.block02 .line {
  position: absolute;
  z-index: 500;
  width: 80%;
  height: 4px;
  background: #000000;
  border-radius: 2px;
  left: 10%;
  bottom: 0;
}
/***************************************/
.block03 {
  position: relative;
  padding: 14% 0 6% 0;
  background: #b0dfea;
  text-align: center;
}
.block03 .title {
  width: 20%;
  margin: 0 auto 0 auto;
}
.block03 .txt01 {
  position: relative;
  z-index: 300;
  display: inline-block;
  text-align: center;
  width: 28%;
  font-size: 1.8em;
  margin: 2.4em 0.5em 0em 0.5em;
  vertical-align: top;
}
.block03 .txt01 > div:nth-child(1) {
  display: inline-block;
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  background: #7b34c6;
  border-radius: 999px;
  padding: 0.2em 0.6em 0.3em 0.6em;
  margin: 0 0 0.8em 0;
}
.block03 .txt01 > div:nth-child(2) {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-bottom: 2px dashed #4c4c4c;
  line-height: 1.6em;
  margin: 0 0 1em 0;
  padding: 0 0 0.2em 0;
  color: #7b34c6;
}
.block03 .txt01 > div:nth-child(3) {
  line-height: 1.6em;
}
.block03 .txt01 > div:nth-child(4) {
  line-height: 1.6em;
  font-size: 0.74em;
}
.block03 .pic {
  position: relative;
  width: 24%;
  margin: 5% auto 0 auto;
}
.block03 .pic > div:nth-child(1) {
  position: absolute;
  z-index: 200;
  width: 28%;
  left: 10%;
  top: -10%;
  animation: float02 2s linear 0s infinite;
}
.block03 .pic > div:nth-child(2) {
  position: absolute;
  z-index: 200;
  width: 30%;
  right: 10%;
  top: -16%;
  animation: float02 2s linear 0.5s infinite;
}
.block03 .bgCoin01 {
  position: absolute;
  z-index: 100;
  width: 8%;
  left: -3%;
  bottom: 50%;
  animation: float 2s linear 0s infinite;
}
.block03 .bgCoin02 {
  position: absolute;
  z-index: 100;
  width: 3.2%;
  left: 3%;
  bottom: 40%;
  animation: float02 2s linear 0s infinite;
}
.block03 .pattern01 {
  position: absolute;
  z-index: 50;
  width: 37.8%;
  left: -22%;
  bottom: 10%;
}
.block03 .pattern02 {
  position: absolute;
  z-index: 50;
  width: 37.8%;
  right: -22%;
  bottom: 30%;
}
.btnBox {
  width: 100%;
  text-align: center;
  margin: 4% auto;
}
.btnBox > a {
  display: inline-block;
  width: 26%;
  cursor: pointer;
}
/***************************************/
.block04 {
  position: relative;
  text-align: center;
  background: #b0dfea;
  padding: 8% 0 14% 0;
}
.block04 .cirBox {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
}
.block04 .tag {
  width: 12%;
  position: absolute;
  z-index: 100;
  right: 26%;
  top: -14%;
}
.block04 .title {
  width: 40%;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 100;
}
.block04 .txt {
  font-size: 2em;
  line-height: 1.6em;
  text-align: center;
  margin: 0.5em auto 1em auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.block04 .pic {
  width: 30%;
  margin: 0 auto 2.8% auto;
}
.block04 .btn {
  width: 14%;
  margin: 0 auto;
}
.block04 .bg {
  position: absolute;
  z-index: 50;
  margin: 0 auto;
  left: 18%;
  top: 2%;
  width: 64%;
}
/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  padding: 2vw 0 5vw 0;
  text-align: center;
  background: #b0dfea;
}
.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: #b0dfea;
    text-align: center;
  }
  .kvMan {
    position: relative;
    z-index: 700;
    width: 60%;
    margin: 18% auto -4% 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;
    padding: 0 0 0 0;
    opacity: 0;
    animation: slideLeft 2s forwards 0s 1;
  }
  .kvSlogan {
    position: relative;
    z-index: 710;
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    animation: slideRight 2s forwards 0s 1;
  }
  .kvCoin {
    position: absolute;
    z-index: 701;
    width: 30%;
    right: 2%;
    top: 34%;
    animation: float 3s linear 0s infinite;
  }
  .kvSaving {
    position: absolute;
    z-index: 701;
    width: 30%;
    left: 2%;
    top: 32%;
    animation: float02 3s linear 0s infinite;
  }
  .kvTxt01 {
    position: absolute;
    z-index: 600;
    width: 40%;
    left: 6%;
    top: 12%;
  }
  .kvTxt02 {
    position: absolute;
    z-index: 600;
    width: 30%;
    right: 1%;
    top: 14%;
  }
  .kvBG01 {
    position: absolute;
    z-index: 500;
    width: 44%;
    left: -4%;
    top: 18%;
  }
  .kvBG02 {
    position: absolute;
    z-index: 500;
    width: 26%;
    left: 0%;
    bottom: 0%;
  }
  .kvBG03 {
    position: absolute;
    z-index: 500;
    width: 20%;
    left: 46%;
    top: 10%;
  }
  .kvBG04 {
    position: absolute;
    z-index: 500;
    width: 40%;
    right: 0%;
    top: 12%;
  }
  .kvBG05 {
    position: absolute;
    z-index: 500;
    width: 36%;
    right: 0%;
    bottom: -8%;
  }
  /***************************************/
  .block02 {
    position: relative;
    padding: 20% 0 0 0;
    background: #b0dfea;
  }
  .block02 .txt {
    position: relative;
    z-index: 20;
    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: 1.4em 1em 2.4em 1em;
    border-radius: 30px;
    width: 94%;
    margin: 0 auto;
    font-size: 1.8em;
    line-height: 1.6em;
    background: #ffffff;
    text-align: left;
  }
  .block02 .txt > p {
    display: block;
    width: 100%;
    margin: 0 auto 1em auto;
  }
  .block02 .txt .tag {
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    border-radius: 10px;
    padding: 0.1em 0.3em;
    vertical-align: text-top;
    margin: 0 1em 0.5em 0;
    background: #7b34c6;
  }
  .block02 .txt .rightBox {
    display: inline-block;
    vertical-align: text-top;
    width: calc(100% - 6em);
  }
  .block02 .txt .sp01 {
    display: block;
    font-size: 0.7em;
    color: #468e00;
  }
  .block02 .txt > div {
    position: absolute;
    z-index: 100;
    width: 14%;
    left: 6%;
    bottom: -8%;
  }
  .block02 .APP {
    position: relative;
    z-index: 150;
    width: 40%;
    margin: -4.8% auto 0 auto;
  }
  .block02 .bghand01 {
    position: absolute;
    z-index: 80;
    width: 28.6%;
    left: 1%;
    bottom: 0%;
  }
  .block02 .bghand02 {
    position: absolute;
    z-index: 80;
    width: 26%;
    right: 2%;
    bottom: 0%;
  }
  .block02 .bgCoin01 {
    position: absolute;
    z-index: 70;
    width: 4.4%;
    right: 1%;
    bottom: 50%;
    animation: float 2s linear 0s infinite;
  }
  .block02 .bgCoin02 {
    position: absolute;
    z-index: 70;
    width: 8.2%;
    right: -4%;
    bottom: 30%;
    transform: scaleX(-1);
    animation: float03 2s linear 0s infinite;
  }
  .block02 .pattern {
    position: absolute;
    z-index: 50;
    width: 37.8%;
    left: -22%;
    bottom: 30%;
  }
  .block02 .line {
    position: absolute;
    z-index: 500;
    width: 98%;
    height: 4px;
    background: #000000;
    border-radius: 2px;
    left: 1%;
    bottom: 0;
  }
  /***************************************/
  .block03 {
    position: relative;
    padding: 14% 0 12% 0;
    background: #b0dfea;
    text-align: center;
  }
  .block03 .title {
    width: 34%;
    margin: 0 auto 0 auto;
  }
  .block03 .txt01 {
    position: relative;
    z-index: 300;
    display: inline-block;
    text-align: center;
    width: 84%;
    font-size: 2.2em;
    margin: 2em auto 0 auto;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.4);
    padding: 1em 0.6em;
    border-radius: 10px;
  }
  .block03 .txt01 > div:nth-child(1) {
    display: inline-block;
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    background: #7b34c6;
    border-radius: 999px;
    padding: 0.2em 0.6em 0.3em 0.6em;
    margin: 0 0 0.8em 0;
  }
  .block03 .txt01 > div:nth-child(2) {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #4c4c4c;
    line-height: 1.6em;
    margin: 0 0 1em 0;
    padding: 0 0 0.2em 0;
    color: #7b34c6;
  }
  .block03 .txt01 > div:nth-child(3) {
    line-height: 1.6em;
  }
  .block03 .txt01 > div:nth-child(4) {
    line-height: 1.6em;
    font-size: 0.74em;
  }
  .block03 .pic {
    position: relative;
    z-index: 400;
    width: 50%;
    margin: 8% auto 0 auto;
  }
  .block03 .pic > div:nth-child(1) {
    position: absolute;
    z-index: 200;
    width: 28%;
    left: 10%;
    top: -10%;
    animation: float02 2s linear 0s infinite;
  }
  .block03 .pic > div:nth-child(2) {
    position: absolute;
    z-index: 200;
    width: 30%;
    right: 10%;
    top: -16%;
    animation: float02 2s linear 0.5s infinite;
  }
  .btnBox {
    width: 100%;
    text-align: center;
    margin: 6% auto;
  }
  .btnBox > a {
    display: inline-block;
    width: 60%;
    cursor: pointer;
  }
  /***************************************/
  .block04 {
    position: relative;
    text-align: center;
    background: #b0dfea;
    padding: 14% 0 14% 0;
  }
  .block04 .cirBox {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
  }
  .block04 .tag {
    width: 26%;
    position: absolute;
    z-index: 100;
    right: 10%;
    top: -18%;
  }
  .block04 .title {
    width: 70%;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 100;
  }
  .block04 .txt {
    font-size: 2.4em;
    line-height: 1.6em;
    text-align: center;
    margin: 0.5em auto 1em auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .block04 .pic {
    width: 60%;
    margin: 0 auto 8% auto;
  }
  .block04 .btn {
    width: 36%;
    margin: 0 auto;
  }
  .block04 .bg {
    position: absolute;
    z-index: 50;
    margin: 0 auto;
    left: -10%;
    top: 2%;
    width: 120%;
  }
  /***************************************/
  .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);
    /*
	&::after{//手機底部邊界
		.pos(a);
		content:"";
		z-index:999;
		width:100%;
		height:1px;
		background: rgba(0,0,0,1.00);
		left:0%;
		top:162.2vw;
	}*/
  }
  .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: #b0dfea;
    text-align: center;
  }
  .kvMan {
    position: relative;
    z-index: 700;
    width: 60%;
    margin: 24% auto -4% 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;
    padding: 0 0 0 0;
    opacity: 0;
    animation: slideLeft 2s forwards 0s 1;
  }
  .kvSlogan {
    position: relative;
    z-index: 710;
    width: 96%;
    margin: 0 auto;
    opacity: 0;
    animation: slideRight 2s forwards 0s 1;
  }
  .kvCoin {
    position: absolute;
    z-index: 701;
    width: 30%;
    right: 2%;
    top: 34%;
    animation: float 3s linear 0s infinite;
  }
  .kvSaving {
    position: absolute;
    z-index: 701;
    width: 32%;
    left: 2%;
    top: 32%;
    animation: float02 3s linear 0s infinite;
  }
  .kvTxt01 {
    position: absolute;
    z-index: 600;
    width: 44%;
    left: 2%;
    top: 14%;
  }
  .kvTxt02 {
    position: absolute;
    z-index: 600;
    width: 32%;
    right: 1%;
    top: 18%;
  }
  .kvBG01 {
    position: absolute;
    z-index: 500;
    width: 48%;
    left: -4%;
    top: 18%;
  }
  .kvBG02 {
    position: absolute;
    z-index: 500;
    width: 36%;
    left: 0%;
    bottom: -6%;
  }
  .kvBG03 {
    position: absolute;
    z-index: 500;
    width: 24%;
    left: 46%;
    top: 14%;
  }
  .kvBG04 {
    position: absolute;
    z-index: 500;
    width: 46%;
    right: 0%;
    top: 12%;
  }
  .kvBG05 {
    position: absolute;
    z-index: 500;
    width: 40%;
    right: 0%;
    bottom: -20%;
  }
  /***************************************/
  .block02 {
    position: relative;
    padding: 20% 0 0 0;
    background: #b0dfea;
  }
  .block02 .txt {
    position: relative;
    z-index: 20;
    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: 1.4em 0.8em 2.4em 0.8em;
    border-radius: 30px;
    width: 94%;
    margin: 0 auto;
    font-size: 1.9em;
    line-height: 1.6em;
    background: #ffffff;
    text-align: left;
  }
  .block02 .txt > p {
    display: block;
    width: 100%;
    margin: 0 auto 1.5em auto;
  }
  .block02 .txt .tag {
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    border-radius: 10px;
    padding: 0.1em 0.3em;
    vertical-align: text-top;
    margin: 0 0.5em 0.5em 0;
    background: #7b34c6;
    font-size: 0.8em;
  }
  .block02 .txt .rightBox {
    display: inline-block;
    vertical-align: text-top;
    width: calc(100% - 4.4em);
  }
  .block02 .txt .sp01 {
    display: block;
    font-size: 0.7em;
    line-height: 1.6em;
    color: #468e00;
  }
  .block02 .txt > div {
    position: absolute;
    z-index: 100;
    width: 14%;
    left: 8%;
    bottom: -5%;
  }
  .block02 .APP {
    position: relative;
    z-index: 150;
    width: 50%;
    margin: -8% auto 0 auto;
  }
  .block02 .bghand01 {
    position: absolute;
    z-index: 80;
    width: 28.6%;
    left: 1%;
    bottom: 0%;
  }
  .block02 .bghand02 {
    position: absolute;
    z-index: 80;
    width: 26%;
    right: 2%;
    bottom: 0%;
  }
  .block02 .bgCoin01 {
    position: absolute;
    z-index: 70;
    width: 10%;
    right: auto;
    left: 0%;
    bottom: auto;
    top: 32%;
    animation: float 2s linear 0s infinite;
  }
  .block02 .bgCoin02 {
    position: absolute;
    z-index: 70;
    width: 14%;
    right: -2%;
    bottom: 26%;
    transform: scaleX(-1);
    animation: float03 2s linear 0s infinite;
  }
  .block02 .pattern {
    position: absolute;
    z-index: 50;
    width: 37.8%;
    left: -22%;
    bottom: 30%;
  }
  .block02 .line {
    position: absolute;
    z-index: 500;
    width: 98%;
    height: 4px;
    background: #000000;
    border-radius: 2px;
    left: 1%;
    bottom: 0;
  }
  /***************************************/
  .block03 {
    position: relative;
    padding: 14% 0 12% 0;
    background: #b0dfea;
    text-align: center;
  }
  .block03 .title {
    width: 38%;
    margin: 0 auto 0 auto;
  }
  .block03 .txt01 {
    position: relative;
    z-index: 300;
    display: inline-block;
    text-align: center;
    width: 84%;
    font-size: 2.2em;
    margin: 2em auto 0 auto;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.4);
    padding: 1em 0.6em;
    border-radius: 10px;
  }
  .block03 .txt01 > div:nth-child(1) {
    display: inline-block;
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    background: #7b34c6;
    border-radius: 999px;
    padding: 0.2em 0.6em 0.3em 0.6em;
    margin: 0 0 0.8em 0;
  }
  .block03 .txt01 > div:nth-child(2) {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #4c4c4c;
    line-height: 1.6em;
    margin: 0 0 1em 0;
    padding: 0 0 0.2em 0;
    color: #7b34c6;
  }
  .block03 .txt01 > div:nth-child(3) {
    line-height: 1.6em;
  }
  .block03 .txt01 > div:nth-child(4) {
    line-height: 1.6em;
    font-size: 0.74em;
  }
  .block03 .bgCoin01 {
    position: absolute;
    z-index: 100;
    width: 10%;
    left: 0%;
    bottom: auto;
    top: 28%;
    animation: float 2s linear 0s infinite;
  }
  .block03 .bgCoin02 {
    position: absolute;
    z-index: 100;
    width: 14%;
    left: auto;
    right: 0;
    bottom: auto;
    top: 46%;
    animation: float02 2s linear 0s infinite;
  }
  .block03 .pic {
    position: relative;
    z-index: 400;
    width: 50%;
    margin: 8% auto 0 auto;
  }
  .block03 .pic > div:nth-child(1) {
    position: absolute;
    z-index: 200;
    width: 28%;
    left: 10%;
    top: -10%;
    animation: float02 2s linear 0s infinite;
  }
  .block03 .pic > div:nth-child(2) {
    position: absolute;
    z-index: 200;
    width: 30%;
    right: 10%;
    top: -16%;
    animation: float02 2s linear 0.5s infinite;
  }
  .btnBox {
    width: 100%;
    text-align: center;
    margin: 12% auto 12% auto;
  }
  .btnBox > a {
    display: inline-block;
    width: 80%;
    cursor: pointer;
  }
  /***************************************/
  .block04 {
    position: relative;
    text-align: center;
    background: #b0dfea;
    padding: 14% 0 22% 0;
  }
  .block04 .cirBox {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
  }
  .block04 .tag {
    width: 30%;
    position: absolute;
    z-index: 100;
    right: 6%;
    top: -18%;
  }
  .block04 .title {
    width: 80%;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 100;
  }
  .block04 .txt {
    font-size: 2.4em;
    line-height: 1.6em;
    text-align: center;
    margin: 0.5em auto 1em auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .block04 .pic {
    width: 70%;
    margin: 0 auto 10% auto;
  }
  .block04 .btn {
    width: 46%;
    margin: 0 auto;
  }
  .block04 .bg {
    position: absolute;
    z-index: 50;
    margin: 0 auto;
    left: -25%;
    top: 0%;
    width: 150%;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 16vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.8em;
    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.6em;
    line-height: 1.6em;
    padding: 1.5em 1.5em 1.5em 0.5em;
    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;
  }
}
