@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: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cz_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7_6y_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_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/v37/-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%;
  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);
  background: url("../images/kv_bg03.svg") repeat-y center top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
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 leftSpeed {
  0% {
    transform: translate(140%, 0%);
    opacity: 0;
  }
  1% {
    transform: translate(140%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes rightSpeed {
  0% {
    transform: translate(-80%, 0%);
    opacity: 0;
  }
  1% {
    transform: translate(-80%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes float01 {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  50% {
    transform: translate(0%, -20%) rotate(70deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes float02 {
  0% {
    transform: translate(0%, -14%) rotate(0deg);
  }
  50% {
    transform: translate(0%, 0%) rotate(-100deg);
  }
  100% {
    transform: translate(0%, -14%) rotate(0deg);
  }
}
@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);
  }
}
.leftAni {
  animation: leftSpeed 1s linear forwards 0s 1;
}
.rightAni {
  animation: rightSpeed 1s linear forwards 0s 1;
}
.kv {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
}
.kv .slogan {
  position: relative;
  z-index: 100;
  width: 57.4%;
  margin: 0 auto;
  padding: 2.8% 0 0 0;
}
.kv .slogan > div:nth-child(1) {
  position: relative;
  z-index: 10;
  width: 50%;
  margin: 0% auto 3.6% auto;
  opacity: 0;
}
.kv .slogan > div:nth-child(2) {
  position: relative;
  z-index: 20;
  width: 95.2%;
  margin: 0 auto -10.8% auto;
  opacity: 0;
}
.kv .slogan > div:nth-child(3) {
  position: relative;
  z-index: 30;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
.kv .slogan > div:nth-child(4) {
  position: absolute;
  z-index: 40;
  width: 26%;
  left: -7.2%;
  top: 20%;
}
.kv .bottom {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0 auto;
}
.kv .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
}
.kv .bg img {
  width: 100%;
  height: 100%;
}
.kv .circle01 {
  position: absolute;
  z-index: 10;
  width: 80vw;
  left: 10vw;
  top: -11.4vw;
}
.kv .circle02 {
  position: absolute;
  z-index: 11;
  left: -6%;
  top: -6%;
  width: 20%;
  opacity: 0.1;
}
.kv .circle03 {
  position: absolute;
  z-index: 11;
  left: -12%;
  bottom: 0%;
  width: 28%;
  opacity: 0.1;
}
.kv .circle04 {
  position: absolute;
  z-index: 11;
  right: -24%;
  top: 8%;
  width: 36%;
  opacity: 0.1;
}
.kv .circle05 {
  position: absolute;
  z-index: 20;
  left: 1%;
  top: 42%;
  width: 5.2%;
}
.kv .circle06 {
  position: absolute;
  z-index: 20;
  right: 1%;
  top: 10%;
  width: 8.8%;
}
.kv .lightning01 {
  position: absolute;
  z-index: 110;
  left: 12.8%;
  top: 45.2%;
  width: 8%;
}
.kv .lightning02 {
  position: absolute;
  z-index: 110;
  right: 12.8%;
  top: 28%;
  width: 8.6%;
}
.kv .coin01 {
  position: absolute;
  z-index: 30;
  left: -2%;
  top: 0%;
  width: 10%;
  animation: float01 7s linear 0s infinite;
}
.kv .coin02 {
  position: absolute;
  z-index: 30;
  left: -3.2%;
  bottom: 30%;
  width: 7.8%;
  animation: float02 8s linear 0s infinite;
}
.kv .coin03 {
  position: absolute;
  z-index: 30;
  left: 4.6%;
  bottom: 16%;
  width: 2.8%;
  animation: float01 10s linear 0s infinite;
}
.kv .coin04 {
  position: absolute;
  z-index: 30;
  left: 32%;
  top: 7.6%;
  width: 6%;
  animation: float02 11s linear 0s infinite;
}
.kv .coin05 {
  position: absolute;
  z-index: 30;
  right: 18%;
  top: 3%;
  width: 8%;
  animation: float01 8.8s linear 0s infinite;
}
.kv .coin06 {
  position: absolute;
  z-index: 30;
  right: -1%;
  top: 16%;
  width: 5.2%;
  animation: float02 9s linear 0s infinite;
}
.kv .coin07 {
  position: absolute;
  z-index: 30;
  right: -1%;
  bottom: 26%;
  width: 6%;
  animation: float01 7.4s linear 0s infinite;
}
/***************************************/
.block02 {
  position: relative;
  z-index: 100;
  text-align: center;
}
.block02 .phone01 {
  position: absolute;
  z-index: 90;
  right: -3.4%;
  top: -20%;
  width: 26%;
}
.block02 dl {
  position: relative;
  width: 70%;
  z-index: 100;
  margin: 0 auto;
  font-size: 1.8em;
  text-align: left;
}
.block02 dl > dt {
  display: inline-block;
  color: #ffffff;
  font-size: 1em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  background: #74ce00;
  border-radius: 0.2em;
  padding: 0.28em 0.6em 0.48em 0.6em;
  letter-spacing: 0.2em;
  vertical-align: text-top;
  margin: 0 0.4em 0.68em 0;
}
.block02 dl > dd {
  display: inline-block;
  width: calc(100% - 7.2em);
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6em;
  margin: 0 0 0.68em 0;
  vertical-align: text-top;
}
.block02 dl ol {
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  list-style: decimal;
  padding: 0 0 0 1.4em;
  margin: 0 0 0 0;
  line-height: 1.4em;
}
.block02 dl ol > li {
  padding: 0 0 0.5em 0;
}
.block02 dl .small {
  font-size: 0.68em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0 0.18em;
}
.block02 dl .bold {
  font-weight: 700;
}
.block02 dl .pic {
  position: relative;
  width: 90%;
  margin: 0.6em auto 1.2em auto;
}
.block02 dl .pic::after {
  clear: both;
  display: block;
  content: "";
}
.block02 dl .pic > div:nth-child(1) {
  position: relative;
  z-index: 100;
  float: left;
  width: 44%;
  vertical-align: top;
  margin: 0 auto 0 0;
}
.block02 dl .pic > div:nth-child(2) {
  position: relative;
  z-index: 100;
  float: right;
  width: 44%;
  vertical-align: top;
  margin: 0 0 0 auto;
}
.block02 dl .pic > div:nth-child(3) {
  position: absolute;
  z-index: 110;
  right: -4%;
  top: 50%;
  width: 8.8%;
}
.block02 .btnBox {
  text-align: center;
  padding: 2em 0 5em 0;
}
.block02 .btnBox .a01 {
  display: inline-block;
  width: 30%;
  cursor: pointer;
  animation: btn 2s linear 0s infinite;
}
.block02 .btnBox .a02 {
  display: none;
}
.block02 .btnBox .sp {
  display: inline-block;
  width: 30%;
  cursor: pointer;
  animation: btn 2s linear 0s infinite;
  margin: 0 0 0 0;
}
.block02 .circle01 {
  position: absolute;
  z-index: 10;
  right: -8%;
  top: 10%;
  width: 28%;
  opacity: 0.06;
}
.block02 .circle02 {
  position: absolute;
  z-index: 10;
  left: -8%;
  bottom: 0%;
  width: 28%;
  opacity: 0.06;
}
.block02 .circle03 {
  position: absolute;
  z-index: 10;
  right: 10%;
  bottom: -28%;
  width: 20%;
  opacity: 0.06;
}
.block02 .coin01 {
  position: absolute;
  z-index: 10;
  left: 2%;
  bottom: 32%;
  width: 4.8%;
  animation: float01 6.8s linear 0s infinite;
}
.block02 .coin02 {
  position: absolute;
  z-index: 10;
  left: -3%;
  bottom: 20%;
  width: 6.8%;
  animation: float02 9s linear 0s infinite;
}
.block02 .coin03 {
  position: absolute;
  z-index: 10;
  right: -2%;
  bottom: 0%;
  width: 6.8%;
  animation: float01 7.8s linear 0s infinite;
}
.block02 .coin04 {
  position: absolute;
  z-index: 10;
  right: 6%;
  bottom: -10%;
  width: 4%;
  animation: float02 9s linear 0s infinite;
}
/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  position: relative;
  z-index: 500;
  padding: 2vw 0 5vw 0;
  text-align: center;
}
.note::after {
  clear: both;
  display: block;
  content: "";
}
.note .title01 {
  font-size: 1.4em;
  font-weight: bold;
  color: #825dc7;
  text-align: center;
  margin: 1em auto;
}
.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;
}
.noteBox {
  display: none;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 2em auto 0 auto;
  width: 94%;
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 1.5vw;
  box-sizing: border-box;
  padding: 1.5em 1em 1.5em 1.5em;
}
.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;
}
.noteAlpha {
  list-style: upper-alpha;
  padding: 0 0 0 2em;
}
.noteCircle {
  list-style: circle;
  padding: 0 0 0 2em;
}
.note .table {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.note .table th {
  background: #7b34c6;
  color: #ffffff;
  padding: 0.5em 0.4em;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}
.note .table td {
  background: #ffffff;
  padding: 0.5em 0.4em;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
}
/***************************************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) {
  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%;
    font-size: 20px;
  }
  #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;
    z-index: 100;
    width: 100%;
    overflow: hidden;
  }
  .kv .slogan {
    position: relative;
    z-index: 100;
    width: 86%;
    margin: 0 auto;
    padding: 8% 0 0 0;
  }
  .kv .slogan > div:nth-child(4) {
    position: absolute;
    z-index: 40;
    width: 24%;
    left: -2%;
    top: 24%;
  }
  .kv .bottom {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
  }
  .kv .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 82vw;
    left: 0;
    top: 0;
  }
  .kv .circle01 {
    position: absolute;
    z-index: 10;
    width: 120vw;
    left: -10vw;
    top: -11.4vw;
  }
  .kv .circle02 {
    position: absolute;
    z-index: 11;
    left: -6%;
    top: 4%;
    width: 22%;
    opacity: 0.1;
  }
  .kv .circle03 {
    position: absolute;
    z-index: 11;
    left: -6%;
    bottom: 0%;
    width: 30%;
    opacity: 0.1;
  }
  .kv .circle04 {
    position: absolute;
    z-index: 11;
    right: -18%;
    top: 8%;
    width: 36%;
    opacity: 0.1;
  }
  .kv .circle05 {
    position: absolute;
    z-index: 20;
    left: 1%;
    top: 42%;
    width: 6%;
  }
  .kv .circle06 {
    position: absolute;
    z-index: 20;
    right: 1%;
    top: 10%;
    width: 11.2%;
  }
  .kv .lightning01 {
    position: absolute;
    z-index: 110;
    left: 2%;
    top: 60%;
    width: 8%;
  }
  .kv .lightning02 {
    position: absolute;
    z-index: 110;
    right: 1%;
    top: 40%;
    width: 8.6%;
  }
  .kv .coin01 {
    position: absolute;
    z-index: 30;
    left: -4%;
    top: 8%;
    width: 12.8%;
    animation: float01 7s linear 0s infinite;
  }
  .kv .coin02 {
    position: absolute;
    z-index: 30;
    left: -3.2%;
    bottom: 12%;
    width: 8.6%;
    animation: float02 8s linear 0s infinite;
  }
  .kv .coin03 {
    position: absolute;
    z-index: 30;
    left: 4%;
    bottom: 0%;
    width: 3.2%;
    animation: float01 10s linear 0s infinite;
  }
  .kv .coin04 {
    position: absolute;
    z-index: 30;
    left: 24%;
    top: 16%;
    width: 6.8%;
    animation: float02 11s linear 0s infinite;
  }
  .kv .coin05 {
    position: absolute;
    z-index: 30;
    right: 14%;
    top: 9.2%;
    width: 10%;
    animation: float01 8.8s linear 0s infinite;
  }
  .kv .coin06 {
    position: absolute;
    z-index: 30;
    right: 4%;
    top: 20%;
    width: 6%;
    animation: float02 9s linear 0s infinite;
  }
  .kv .coin07 {
    position: absolute;
    z-index: 30;
    right: -1%;
    bottom: 8%;
    width: 8%;
    animation: float01 7.4s linear 0s infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 100;
    text-align: center;
    padding: 50% 0 0 0;
  }
  .block02 .phone01 {
    position: absolute;
    z-index: 90;
    right: -11.2%;
    top: -7.2vw;
    width: 60%;
  }
  .block02 .phone02 {
    position: absolute;
    z-index: 90;
    left: -9.2%;
    top: 0;
    width: 60%;
  }
  .block02 dl {
    position: relative;
    width: 90%;
    z-index: 100;
    font-size: 1.68em;
    text-align: left;
    margin: 0 auto;
  }
  .block02 .btnBox {
    text-align: center;
    padding: 2em 0 4em 0;
  }
  .block02 .btnBox .a01 {
    display: inline-block;
    width: 46%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  .block02 .btnBox .sp {
    display: block;
    width: 46%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
    margin: 0% auto 0 auto;
  }
  .block02 .circle01 {
    position: absolute;
    z-index: 10;
    right: -8%;
    top: 10%;
    width: 28%;
    opacity: 0.06;
  }
  .block02 .circle02 {
    position: absolute;
    z-index: 10;
    left: -8%;
    bottom: 0%;
    width: 28%;
    opacity: 0.06;
  }
  .block02 .circle03 {
    position: absolute;
    z-index: 10;
    right: 10%;
    bottom: -28%;
    width: 20%;
    opacity: 0.06;
  }
  .block02 .coin01 {
    position: absolute;
    z-index: 10;
    left: 2%;
    bottom: 8%;
    width: 4.8%;
    animation: float01 6.8s linear 0s infinite;
  }
  .block02 .coin02 {
    position: absolute;
    z-index: 10;
    left: -3%;
    bottom: 4%;
    width: 6.8%;
    animation: float02 9s linear 0s infinite;
  }
  .block02 .coin03 {
    position: absolute;
    z-index: 10;
    right: -2%;
    bottom: 0%;
    width: 6.8%;
    animation: float01 7.8s linear 0s infinite;
  }
  .block02 .coin04 {
    position: absolute;
    z-index: 10;
    right: 6%;
    bottom: -6%;
    width: 4%;
    animation: float02 9s linear 0s infinite;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 5vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: bold;
    padding: 0.5em 0;
    margin: 0 0 0.8em 0;
    text-align: center;
    color: #6e4ab1;
  }
  .note .title01 b {
    display: block;
  }
  .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) {
  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%;
    font-size: 20px;
  }
  #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;
    z-index: 100;
    width: 100%;
    overflow: hidden;
  }
  .kv .slogan {
    position: relative;
    z-index: 100;
    width: 94%;
    margin: 0 auto;
    padding: 8% 0 4% 0;
  }
  .kv .slogan > div:nth-child(1) {
    position: relative;
    z-index: 10;
    width: 62%;
    margin: 0% auto 12% auto;
    opacity: 0;
  }
  .kv .slogan > div:nth-child(4) {
    position: absolute;
    z-index: 40;
    width: 26%;
    left: 10%;
    top: 28%;
  }
  .kv .bottom {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
  }
  .kv .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 106vw;
    left: 0;
    top: 0;
  }
  .kv .circle01 {
    position: absolute;
    z-index: 10;
    width: 130vw;
    left: -15vw;
    top: -4vw;
  }
  .kv .circle02 {
    position: absolute;
    z-index: 11;
    left: -6%;
    top: 4%;
    width: 30%;
    opacity: 0.1;
  }
  .kv .circle03 {
    position: absolute;
    z-index: 11;
    left: -16%;
    bottom: 0%;
    width: 38%;
    opacity: 0.08;
  }
  .kv .circle04 {
    position: absolute;
    z-index: 11;
    right: -18%;
    top: 20%;
    width: 40%;
    opacity: 0.1;
  }
  .kv .circle05 {
    position: absolute;
    z-index: 20;
    left: 1%;
    top: 24%;
    width: 6%;
  }
  .kv .circle06 {
    position: absolute;
    z-index: 20;
    right: 1%;
    top: 14%;
    width: 11.2%;
  }
  .kv .lightning01 {
    position: absolute;
    z-index: 110;
    left: 1%;
    top: 39%;
    width: 8%;
  }
  .kv .lightning02 {
    position: absolute;
    z-index: 110;
    right: 4%;
    top: 32%;
    width: 9.6%;
  }
  .kv .coin01 {
    position: absolute;
    z-index: 30;
    left: -4%;
    top: 8%;
    width: 12.8%;
    animation: float01 7s linear 0s infinite;
  }
  .kv .coin02 {
    position: absolute;
    z-index: 30;
    left: -3.2%;
    bottom: 12%;
    width: 8.6%;
    animation: float02 8s linear 0s infinite;
  }
  .kv .coin03 {
    position: absolute;
    z-index: 30;
    left: 4%;
    bottom: 0%;
    width: 3.2%;
    animation: float01 10s linear 0s infinite;
  }
  .kv .coin04 {
    position: absolute;
    z-index: 30;
    left: 16%;
    top: 22%;
    width: 6.8%;
    animation: float02 11s linear 0s infinite;
  }
  .kv .coin05 {
    position: absolute;
    z-index: 30;
    right: 14%;
    top: 9.2%;
    width: 10%;
    animation: float01 8.8s linear 0s infinite;
  }
  .kv .coin06 {
    position: absolute;
    z-index: 30;
    right: 4%;
    top: 20%;
    width: 6%;
    animation: float02 9s linear 0s infinite;
  }
  .kv .coin07 {
    position: absolute;
    z-index: 30;
    right: -1%;
    bottom: 4%;
    width: 13%;
    animation: float01 7.4s linear 0s infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 100;
    text-align: center;
    padding: 58% 0 0 0;
  }
  .block02 .phone01 {
    position: absolute;
    z-index: 90;
    right: -17.2%;
    top: -9.2vw;
    width: 66%;
  }
  .block02 .phone02 {
    position: absolute;
    z-index: 90;
    left: -15.2%;
    top: -2vw;
    width: 66%;
  }
  .block02 dl {
    position: relative;
    width: 90%;
    z-index: 100;
    font-size: 1.68em;
    text-align: left;
    margin: 0 auto;
  }
  .block02 dl > dt {
    display: inline-block;
    color: #ffffff;
    font-size: 1.16em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    background: #74ce00;
    border-radius: 0.2em;
    padding: 0.28em 0.6em 0.48em 0.6em;
    letter-spacing: 0.2em;
    vertical-align: text-top;
    margin: 0 0.4em 0.4em 0;
  }
  .block02 dl > dd {
    display: block;
    width: 100%;
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.66em;
    margin: 0 0 1.8em 0;
    vertical-align: text-top;
    text-align: left;
  }
  .block02 dl ol {
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 1em;
    list-style: decimal;
    padding: 0 0 0 1.4em;
    margin: 0 0 0 0;
    line-height: 1.66em;
    text-align: left;
  }
  .block02 dl ol > li {
    padding: 0 0 0.8em 0;
  }
  .block02 dl .pic {
    position: relative;
    width: 100%;
    margin: 0.6em auto 1.6em auto;
  }
  .block02 dl .pic::after {
    clear: both;
    display: block;
    content: "";
  }
  .block02 dl .pic > div:nth-child(1) {
    position: relative;
    z-index: 100;
    float: left;
    width: 49%;
    vertical-align: top;
    margin: 0 auto 0 0;
  }
  .block02 dl .pic > div:nth-child(2) {
    position: relative;
    z-index: 100;
    float: right;
    width: 49%;
    vertical-align: top;
    margin: 0 0 0 auto;
  }
  .block02 dl .pic > div:nth-child(3) {
    position: absolute;
    z-index: 110;
    right: -4%;
    top: 50%;
    width: 8.8%;
  }
  .block02 .btnBox {
    position: relative;
    z-index: 100;
    text-align: center;
    padding: 2em 0 4em 0;
  }
  .block02 .btnBox .a01 {
    display: inline-block;
    width: 70%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  .block02 .btnBox .sp {
    display: block;
    width: 46%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
    margin: 0% auto 0 auto;
  }
  .block02 .circle01 {
    position: absolute;
    z-index: 10;
    right: -20%;
    top: 10%;
    width: 50%;
    opacity: 0.14;
  }
  .block02 .circle02 {
    position: absolute;
    z-index: 10;
    left: -12%;
    bottom: 0%;
    width: 40%;
    opacity: 0.14;
  }
  .block02 .circle03 {
    position: absolute;
    z-index: 10;
    right: -18%;
    bottom: 54%;
    width: 40%;
    opacity: 0.1;
  }
  .block02 .coin01 {
    position: absolute;
    z-index: 10;
    right: 4%;
    left: auto;
    bottom: auto;
    top: 20%;
    width: 10%;
    animation: float02 6.8s linear 0s infinite;
  }
  .block02 .coin02 {
    position: absolute;
    z-index: 10;
    left: -3%;
    bottom: -2%;
    width: 10%;
    animation: float02 9s linear 0s infinite;
  }
  .block02 .coin03 {
    position: absolute;
    z-index: 10;
    right: -2%;
    bottom: 10%;
    width: 8%;
    animation: float01 7.8s linear 0s infinite;
  }
  .block02 .coin04 {
    position: absolute;
    z-index: 10;
    right: 2%;
    bottom: 6%;
    width: 6%;
    animation: float02 9s linear 0s infinite;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 16vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.6em;
    font-weight: bold;
    color: #825dc7;
    text-align: center;
    margin: 2em auto 0.6em auto;
  }
  .note .title01 span {
    display: inline-block;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 2.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.38em;
    line-height: 1.8em;
    padding: 1.6em 0.5em 1.5em 0em;
    margin: 2em auto 0 auto;
    width: 96%;
    font-weight: normal;
    color: #000000;
    text-align: left;
    border-radius: 1.5vw;
  }
  .noteBox li {
    padding: 0 0 1em 0;
  }
  .noteBox a {
    text-decoration: underline;
    color: #522ac3;
  }
}
