@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: 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;
  background: url("../images/BG_PC02.jpg") repeat-y center top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.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/BG_PC01.jpg") no-repeat 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 2vw 0 2vw;
  display: inline-block;
  cursor: pointer;
}
header a:nth-child(2) {
  float: right;
}
/**************************/
@keyframes leftSpeed {
  0% {
    transform: translate(140%, 0%) scale(0.1);
    opacity: 0;
  }
  1% {
    transform: translate(140%, 0%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@keyframes rightSpeed {
  0% {
    transform: translate(-80%, 0%) scale(0.1);
    opacity: 0;
  }
  1% {
    transform: translate(-80%, 0%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
}
@keyframes float01 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -30%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes float02 {
  0% {
    transform: translate(0%, -24%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -24%);
  }
}
@keyframes phone01 {
  0% {
    transform: translate(0%, 0%);
  }
  20% {
    transform: translate(-10%, -8%);
  }
  40% {
    transform: translate(4%, -20%);
  }
  60% {
    transform: translate(-8%, 6%);
  }
  80% {
    transform: translate(10%, -16%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes phone02 {
  0% {
    transform: translate(0%, 0%);
  }
  20% {
    transform: translate(10%, -16%);
  }
  40% {
    transform: translate(-8%, 6%);
  }
  60% {
    transform: translate(4%, -20%);
  }
  80% {
    transform: translate(-10%, -8%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes floatBtn {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.floatBtn {
  position: fixed;
  z-index: 990;
  width: 10%;
  right: 1vw;
  bottom: 1vw;
  animation: floatBtn 2s linear 0s infinite;
}
.leftAni {
  animation: leftSpeed 1s linear forwards 3s 1;
}
.rightAni {
  animation: rightSpeed 1s linear forwards 3s 1;
}
.kv {
  background: url("../images/kv_BGFade.jpg") left bottom repeat-x #8daeed;
  position: relative;
  z-index: 100;
  padding: 0 0 10.4% 0;
}
.kvBGRdia {
  position: absolute;
  z-index: 20;
  width: 170%;
  left: -35%;
  top: -100vh;
}
.kvBGCircle {
  position: absolute;
  z-index: 22;
  width: 56%;
  left: 22%;
  top: 0%;
}
.kvSlogan {
  position: relative;
  z-index: 60;
  width: 44%;
  margin: 5% auto 0 auto;
}
.kvSlogan > div:nth-child(1) {
  width: 86%;
  margin: 0 auto;
}
.kvSlogan > div:nth-child(2) {
  width: 100%;
  margin: 12% auto 0 auto;
}
.kvPhone01 {
  position: absolute;
  z-index: 26;
  width: 22.8%;
  left: 2%;
  top: 28%;
  animation: phone01 20s linear 0s infinite;
}
.kvPhone02 {
  position: absolute;
  z-index: 28;
  width: 22.8%;
  right: 2%;
  top: 29.4%;
  animation: phone02 20s linear 0s infinite;
}
.kvCoinL {
  position: absolute;
  left: -3.2%;
  top: 0%;
  z-index: 24;
  width: 28%;
  opacity: 0;
}
.kvCoinR {
  position: absolute;
  right: -3.2%;
  top: -3.2%;
  z-index: 25;
  width: 44%;
  opacity: 0;
}
.kvCoinL01 {
  position: absolute;
  z-index: 50;
  left: 16%;
  top: 15.2%;
  width: 4.8%;
  animation: float01 3s linear 0s infinite;
}
.kvCoinL02 {
  position: absolute;
  z-index: 50;
  left: 18%;
  top: 26%;
  width: 3.6%;
  animation: float02 5s linear 0s infinite;
}
.kvCoinL03 {
  position: absolute;
  z-index: 50;
  left: 14.4%;
  bottom: 24%;
  width: 3.2%;
  animation: float01 4s linear 0s infinite;
}
.kvCoinL04 {
  position: absolute;
  z-index: 50;
  left: 8.8%;
  bottom: 14.8%;
  width: 5.2%;
  animation: float02 5s linear 0s infinite;
}
.kvCoinR01 {
  position: absolute;
  z-index: 50;
  right: 6.8%;
  top: 24.8%;
  width: 4.4%;
  animation: float02 3s linear 0s infinite;
}
.kvCoinR02 {
  position: absolute;
  z-index: 50;
  right: 12%;
  top: 29.8%;
  width: 2.4%;
  animation: float01 5s linear 0s infinite;
}
.kvCoinR03 {
  position: absolute;
  z-index: 50;
  right: 8%;
  bottom: 25.2%;
  width: 4%;
  animation: float02 4s linear 0s infinite;
}
/***************************************/
.block01 {
  position: relative;
  z-index: 120;
  text-align: center;
  padding: 6.8vw 0;
  background: #e3fffe;
}
.block01 .topArrow {
  position: absolute;
  z-index: 20;
  width: 6%;
  left: 47%;
  top: 0;
}
.block01 .txtBox {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin: 0 14% 1% 0;
}
.block01 .txtBox > div:nth-child(1) {
  font-size: 3.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.14em;
  margin: 0 auto 0.6em auto;
}
.block01 .txtBox > div:nth-child(2) {
  font-size: 1.6em;
  letter-spacing: 0.2em;
  color: #7c7c7c;
  margin: 0 auto 0.6em auto;
}
.block01 .txtBox > div:nth-child(3) {
  width: 100%;
  text-align: center;
}
.block01 .txtBox > div:nth-child(3) > img {
  height: 4.8em;
  width: auto;
  margin: 0 auto;
}
.block01 .picBox {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 24%;
  vertical-align: bottom;
}
.block01 .picBox > div:nth-child(1) {
  position: relative;
  z-index: 100;
}
.block01 .picBox > div:nth-child(1) > img {
  position: relative;
  z-index: 100;
}
.block01 .picBox > div:nth-child(1) .white {
  position: absolute;
  z-index: 50;
  background: #ffffff;
  width: 136%;
  height: 80%;
  left: -18%;
  bottom: 0%;
  border-radius: 999px;
}
/***************************************/
.block02 {
  position: relative;
  z-index: 120;
  text-align: center;
  padding: 6.8vw 0;
  background: #c3f4f3;
}
.block02 .topArrow {
  position: absolute;
  z-index: 20;
  width: 6%;
  left: 47%;
  top: 0;
}
.block02 .title {
  font-size: 3.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.14em;
  margin: 0 auto 0.66em auto;
}
.block02 .picBox {
  position: relative;
  text-align: center;
}
.block02 .pic {
  position: relative;
  display: inline-block;
  width: 28%;
  vertical-align: bottom;
}
.block02 .pic .icon {
  position: relative;
  z-index: 100;
  margin: 0 0 -2.8em 0;
}
.block02 .pic .icon > img {
  height: 9.4em;
  width: auto;
  margin: 0 auto;
}
.block02 .pic .txt {
  position: relative;
  z-index: 50;
  background: #ffffff;
  border-radius: 20px;
  padding: 4.4em 1.4em 2.4em 1.4em;
  font-size: 1em;
  text-align: center;
}
.block02 .pic .txt > div:nth-child(1) {
  position: relative;
  font-size: 2.2em;
  line-height: 1.4em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6524b2;
  margin: 0 0 0.6em 0;
}
.block02 .pic .txt > div:nth-child(1) .row {
  display: inline-block;
  width: 1em;
}
.block02 .pic .txt > div:nth-child(1) span {
  display: inline-block;
}
.block02 .pic .txt > div:nth-child(2) {
  position: relative;
  font-size: 1.52em;
  line-height: 1.6em;
}
.block02 .pic .txt > div:nth-child(2) span {
  display: inline-block;
}
.block02 .pic .txt > div:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0.8em;
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: #b5b5b5;
}
.block02 .pic:nth-child(2) {
  margin: 0 2%;
}
.block02 .ps {
  width: 100%;
  font-size: 1.2em;
  color: #474747;
  text-align: left;
  margin: 1.6em auto 0 6%;
}
/***************************************/
.block03 {
  position: relative;
  z-index: 130;
  text-align: center;
  padding: 6.8vw 0;
  background: linear-gradient(to bottom, #e3fffe 0%, #e3fffe 90%, #a7dbd9 100%);
}
.block03 .topArrow {
  position: absolute;
  z-index: 20;
  width: 6%;
  left: 47%;
  top: 0;
}
.block03 .title {
  font-size: 3.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.14em;
  margin: 0 auto 0.66em auto;
}
.block03 .coinBGL01 {
  position: absolute;
  z-index: 80;
  left: 0%;
  bottom: 2%;
  width: 16%;
}
.block03 .coinBGL02 {
  position: absolute;
  z-index: 90;
  left: -4%;
  bottom: -4%;
  width: 22%;
}
.block03 .coinBGR01 {
  position: absolute;
  z-index: 80;
  right: -9%;
  bottom: 4%;
  width: 16%;
}
.block03 .coinBGR02 {
  position: absolute;
  z-index: 90;
  right: -4%;
  bottom: -4.6%;
  width: 22%;
}
.block03 .coinL01 {
  position: absolute;
  z-index: 94;
  left: 0.4%;
  top: -20%;
  width: 2.8%;
}
.block03 .coinL02 {
  position: absolute;
  z-index: 94;
  left: 2.6%;
  top: -4%;
  width: 3.4%;
  transform: scaleX(-1);
}
.block03 .coinL03 {
  position: absolute;
  z-index: 94;
  left: -1%;
  top: 26%;
  width: 3%;
  transform: scaleX(-1);
}
.block03 .coinR01 {
  position: absolute;
  z-index: 94;
  right: 7.4%;
  top: -31.4%;
  width: 3.4%;
  transform: scaleX(-1);
}
.block03 .coinR02 {
  position: absolute;
  z-index: 94;
  right: -1%;
  top: 10%;
  width: 3.2%;
}
.calc {
  position: relative;
  z-index: 100;
}
.calcBox {
  position: relative;
  z-index: 100;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 1.6vw 0 0 0;
}
.calcInput input[type="text"] {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 1.8em;
  height: 2.32em;
  cursor: pointer;
  opacity: 1;
  left: 0px;
  top: 0px;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  outline: none;
  margin-top: 1vw;
  padding: 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #5ebcb8;
}
.calcInput button {
  background: #5ebcb8;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8em;
  border: 0;
  border-radius: 1vw;
  outline: none;
  margin-top: 1.3vw;
  padding: 0.5em 1.5em;
  cursor: pointer;
}
.calcText {
  color: #006059;
  font-size: 1.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.calc01 {
  text-align: center;
  display: inline-block;
  width: 45%;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.calc02 {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  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: center;
  padding: 0 3vw 0 2vw;
}
.calc03 {
  text-align: right;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  border-left: 1px solid #5ebcb8;
}
.calcResulr {
  background: #c3f4f3;
  width: 96.6%;
  margin: 0 auto;
  padding: 0.6em 0.5em 0.3em 0.5em;
  border-radius: 1em;
  margin-top: 2em;
}
.calcResulr input[type="text"] {
  font-size: 2.4em;
  width: 100%;
  font-family: "Microsoft Yahei";
  font-weight: bold;
  text-align: right;
  background: #c3f4f3;
  color: #12897a;
  border: 0;
  outline: none;
  padding: 0;
  line-height: 1em;
}
.calc04 {
  text-align: center;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  border-right: 1px solid #5ebcb8;
  color: #00544c;
  font-size: 1.2em;
  line-height: 3em;
}
.calc05 {
  display: inline-block;
  width: 78%;
  text-align: right;
}
.calcWarn {
  width: 96.6%;
  margin: 0 auto;
  color: #474747;
  font-size: 1em;
  text-align: right;
  padding: 1em 0 0 0;
}
/***************************************/
.block04 {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 6vw 0;
  background: #f3ebff;
}
.block04 .txtBox {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 14% 1% 0;
}
.block04 .txtBox > div:nth-child(1) {
  font-size: 3.2em;
  line-height: 1.26em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  letter-spacing: 0em;
  margin: 0 auto 0.6em auto;
}
.block04 .txtBox > div:nth-child(2) {
  width: 100%;
  text-align: center;
}
.block04 .txtBox > div:nth-child(2) > img {
  height: 4.8em;
  width: auto;
  margin: 0 auto;
  padding: 0 0 0 0.8em;
}
.block04 .txtBox > div:nth-child(3) {
  font-size: 1em;
  color: #5e5e5e;
  margin: 1em auto 0 auto;
}
.block04 .txtBox > div:nth-child(4) {
  width: 60%;
  margin: 10% auto 0 auto;
}
.block04 .picBox {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 24%;
  vertical-align: middle;
}
.block04 .picBox > div:nth-child(1) {
  position: relative;
  z-index: 100;
}
.block04 .picBox > div:nth-child(1) > img {
  position: relative;
  z-index: 100;
}
.block04 .picBox > div:nth-child(1) .white {
  position: absolute;
  z-index: 50;
  background: #ffffff;
  width: 130%;
  height: 80%;
  left: -15%;
  bottom: 0%;
  border-radius: 999px;
}
.block04 .picBox > div:nth-child(2) {
  position: relative;
  z-index: 100;
  font-size: 1.52em;
  color: #000000;
  line-height: 1.4em;
  margin: 0.6em auto 0 auto;
}
/***************************************/
.block05 {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 6.8vw 0;
  background: #e5d7ff;
}
.block05 .topArrow {
  position: absolute;
  z-index: 20;
  width: 6%;
  left: 47%;
  top: 0;
}
.block05 .title {
  font-size: 3.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.08em;
  margin: 0 auto 1em auto;
}
.block05 .title .row {
  display: inline-block;
  width: 0.8em;
}
.block05 .table {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.block05 .table > img {
  position: relative;
  z-index: 100;
}
.block05 .table .tag01 {
  position: absolute;
  z-index: 110;
  width: 6%;
  right: 35.2%;
  top: 29.2%;
  animation: floatBtn 3s linear 0.6s infinite;
}
.block05 .table .tag02 {
  position: absolute;
  z-index: 110;
  width: 6%;
  right: -1%;
  top: 29.2%;
  animation: floatBtn 3s linear 0.6s infinite;
}
.block05 .ps {
  width: 88%;
  margin: 1em auto 0 auto;
  font-size: 1em;
  line-height: 1.6em;
  text-align: left;
}
/***************************************/
.block06 {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 6.8vw 0;
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 10%, #ffffff 100%);
}
.block06 .box {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.block06 .box > div:nth-child(1) {
  font-size: 3em;
  line-height: 1.3em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  margin: 0 auto 0.4em auto;
  vertical-align: baseline;
}
.block06 .box > div:nth-child(2) {
  font-size: 1.52em;
  line-height: 1.6em;
  text-align: center;
  width: 96%;
  margin: 0 auto;
}
.block06 .box > div:nth-child(2) ol {
  position: relative;
  list-style: none;
  padding: 0 0 0 3.6em;
  margin: 0 auto;
  text-align: left;
  width: 48%;
}
.block06 .box > div:nth-child(2) li {
  position: relative;
  padding: 0 0 0.2em 0;
  text-align: left;
  line-height: 1.4em;
}
.block06 .box > div:nth-child(2) li::before {
  position: absolute;
  top: 0.1em;
  left: -1.4em;
  display: inline-block;
  height: 1em;
  width: 1em;
  content: url("../images/block06_check.svg");
}
.block06 .box > div:nth-child(2) .empty {
  height: 1.6em;
  display: block;
}
.block06 .box > div:nth-child(3) {
  width: 40%;
  margin: 0 auto;
}
.block06 .num {
  font-size: 1.5em;
  line-height: 0.7em;
  font-weight: 900;
  color: #7b34c6;
  margin: 0 auto;
  letter-spacing: 0em;
  vertical-align: baseline;
}
.block06 .slash {
  font-size: 0.666em;
  margin: 0 0.2em;
  vertical-align: baseline;
}
.block06 .row {
  display: block;
}
.block06 .line {
  border-right: 2px dashed #cccccc;
}
/***************************************/
.block07 {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 6vw 0;
  background: #efefef;
}
.block07 .title {
  font-size: 3.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.08em;
  margin: 0 auto 1.66em auto;
}
.block07 .title .row {
  display: inline-block;
  width: 0.8em;
}
.block07 .feaBox {
  display: inline-block;
  width: 22%;
  height: 28.8vw;
  background: #ffffff;
  border-radius: 1em;
  margin: 0 1em 0 0;
  vertical-align: bottom;
  padding: 0em 1.6em 1.6em 1.6em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.block07 .feaBox:nth-last-child(1) {
  margin: 0 0% 0 0;
}
.block07 .feaBox > div:nth-child(1) {
  width: 74%;
  margin: -18% auto 0 auto;
}
.block07 .feaBox > div:nth-child(2) {
  font-size: 2.6em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.14em;
  margin: 0.32em auto 0.92em auto;
}
.block07 .feaBox > div:nth-child(3) {
  color: #7b34c6;
  font-size: 2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  margin: 0 auto 0.4em auto;
}
.block07 .feaBox > div:nth-child(3) .row {
  display: block;
}
.block07 .feaBox > div:nth-child(4) {
  font-size: 1.52em;
  line-height: 1.4em;
  text-align: justify;
}
/***************************************/
.block08 {
  position: relative;
  z-index: 200;
  text-align: center;
  padding: 6vw 0 0vw 0;
  background: #d9dbff;
}
.block08 .leftBox {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 4% 0 0;
}
.block08 .leftBox > div:nth-child(1) {
  display: inline-block;
  font-size: 1.6em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  background: #87c116;
  padding: 0.38em 1em 0.4em 1em;
  border-radius: 999px;
  color: #ffffff;
  margin: 0 0 1em 0;
  letter-spacing: 0.14em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.block08 .leftBox > div:nth-child(2) {
  font-size: 3.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 0.8em auto;
}
.block08 .leftBox > div:nth-child(3) {
  font-size: 1.52em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #7c7c7c;
  margin: 0 auto 0.8em auto;
  letter-spacing: 0.14em;
}
.block08 .leftBox > div:nth-child(4) {
  width: 50%;
  margin: 0 auto;
}
.block08 .rightBox {
  display: inline-block;
  text-align: center;
  width: 38%;
  vertical-align: top;
  margin: 2% 0 -2.4% 0;
}
.block08 .rightBox > div:nth-child(1) {
  width: 46.8%;
  margin: 0 auto;
}
.block08 .rightBox > div:nth-child(2) {
  width: 100%;
  margin: 10% auto 0 auto;
}
/***************************************/
.note {
  position: relative;
  z-index: 220;
  width: 100%;
  margin: 0 auto;
  padding: 4vw 4%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  background: #ffffff;
}
.noteTitle {
  text-align: left;
  color: #000000;
  font-size: 2.4em;
  line-height: 1.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 0.2em auto;
}
.noteTitle span {
  color: #7b34c6;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
  font-style: normal;
}
.noteBox {
  font-size: 1.2em;
}
.noteBoxTitle {
  color: #6d6d6d;
  font-weight: bold;
  font-size: 1.4em;
  vertical-align: baseline;
  border-bottom: 1px solid #dbdbdb;
  padding: 1em 0 0.8em 0;
  text-align: left;
  cursor: pointer;
}
.noteBoxTitle > div:nth-child(1) {
  display: inline-block;
  width: calc(100% - 2em);
}
.noteBoxTitle > div:nth-child(2) {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 0.55em;
  line-height: 1em;
}
.noteBox li {
  padding: 0 0 0.8em 0;
}
.noteBox li a {
  color: #0f9900;
  text-decoration: underline;
}
.noteBox li a:hover {
  color: #0f9900;
}
.noteBox li a:checked {
  color: #0f9900;
}
.noteNone {
  list-style: none;
  padding: 1em 0 1em 0.2em;
  margin: 0;
  line-height: 1.6em;
}
.noteDot {
  list-style: disc;
  padding: 1em 0 1em 1em;
  margin: 0;
  line-height: 1.6em;
}
.noteNum {
  list-style: decimal;
  padding: 1em 0 1em 1em;
  margin: 0;
  line-height: 1.6em;
}
.qa_down {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0 ;
  top: 0%;
  display: none;
  background: #ffffff;
}
.myNote {
  display: none;
}
.myQ {
  color: #7b34c6;
  padding: 0 0 0.3em 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.myA {
  padding: 0 0 0em 2em;
}
.table {
  margin: 0 0 1em 0;
}
.table table {
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
  text-align: center;
  width: 100%;
}
.table table th {
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  padding: 0.2em 0;
  background: #7b34c6;
  color: #ffffff;
}
.table table td {
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  padding: 0.2em 0;
}
.tableRight {
  text-align: right;
}
.qaBtn {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  vertical-align: text-bottom;
  padding: 0.3em 0.8em 0.3em 0.8em;
  background: #7b34c6;
  border-radius: 300px;
  margin: 1em 0.4em 0 0;
  text-decoration: none;
}
.qaBtn img {
  display: inline-block;
  width: 0.5em;
  vertical-align: text-bottom;
  margin: 0 0 0 0.2em;
  padding: 0 0 0.2em 0.2em;
}
/*********級距表***********/
.rateGrade {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  top: 0;
  z-index: 994;
  font-size: 1.52em;
}
.gradeBox {
  position: relative;
  margin: 4em auto 3em auto;
  width: 90%;
  text-align: center;
}
.gradeClose {
  position: absolute;
  right: 0%;
  top: -3em;
  background: #000000;
  border-radius: 300px;
  border: 2px solid #ffffff;
  width: 2.6em;
  height: 2.6em;
  padding: 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.gradeClose02 {
  display: inline-block;
  font-size: 1.2em;
  color: #ffffff;
  text-align: center;
  padding: 0.7em 1.2em;
  border-radius: 300px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  margin: 1.5em auto 0 auto;
}
.gradeTitle {
  font-size: 1.4em;
  color: #c497ff;
  text-align: center;
  line-height: 1.3em;
  margin: 0 0 0em 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.gradeTitle > span {
  display: inline-block;
}
.gradeTitle2 {
  color: #93da49;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 0.6em 0;
  text-align: left;
}
.gradePS {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0 0 0.4em 0;
  text-align: left;
}
.gradeTxt {
  font-size: 1em;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0 0 1em 0;
  text-align: justify;
  text-align: left;
}
.gradeTxt2 {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 1em 0;
  text-align: left;
}
.gradeTable {
  width: 100%;
  border-left: 1px solid #9a77db;
  border-top: 1px solid #9a77db;
  margin: 0 0 1em 0;
}
.gradeTable th {
  border-right: 1px solid #9a77db;
  border-bottom: 1px solid #9a77db;
  color: #ffffff;
  padding: 0.5em 0.4em;
  line-height: 1.2em;
  background: #7b34c6;
  text-align: center;
  vertical-align: middle;
}
.gradeTable td {
  border-right: 1px solid #9a77db;
  border-bottom: 1px solid #9a77db;
  color: #000000;
  background: #ffffff;
  padding: 0.5em 0.4em;
  line-height: 1.2em;
  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;
    background: url("../images/BG_TB02.jpg") repeat-y center top;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 50);
    background: url("../images/BG_TB01.jpg") no-repeat center top;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .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 3vw 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  .floatBtn {
    position: fixed;
    z-index: 990;
    width: 100%;
    right: 0vw;
    bottom: 0vw;
    animation: none;
    background: url("../images/float_BGFade.jpg") top center repeat-x #6e00ff;
    background-size: auto 100%;
    text-decoration: none;
  }
  .floatBtn a {
    text-decoration: none;
    cursor: pointer;
  }
  .floatBtn .bar {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 2.8em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.28em;
    padding: 0.6em 0;
    animation: floatBtn 2s linear 0s infinite;
    cursor: pointer;
    vertical-align: middle;
  }
  .floatBtn .bar img {
    display: inline-block;
    height: 0.72em;
    width: auto;
    margin: 0 0 0.2em 0.32em;
    vertical-align: middle;
  }
  .kv {
    background: url("../images/kv_BGFade.jpg") left bottom repeat-x #8daeed;
    position: relative;
    z-index: 100;
    padding: 0 0 10.4% 0;
  }
  .kvBGRdia {
    position: absolute;
    z-index: 20;
    width: 180%;
    left: -40%;
    top: -28%;
  }
  .kvBGCircle {
    position: absolute;
    z-index: 22;
    width: 90%;
    left: 5%;
    top: 0%;
  }
  .kvSlogan {
    position: relative;
    z-index: 60;
    width: 80%;
    margin: 8% auto 0 auto;
    padding: 0 0 40% 0;
  }
  .kvSlogan > div:nth-child(1) {
    width: 80%;
    margin: 0 auto;
  }
  .kvSlogan > div:nth-child(2) {
    width: 100%;
    margin: 8% auto 0 auto;
  }
  .kvPhone01 {
    position: absolute;
    z-index: 26;
    width: 40%;
    left: 4.8%;
    top: auto;
    bottom: 8%;
    animation: phone01 20s linear 0s infinite;
  }
  .kvPhone02 {
    position: absolute;
    z-index: 28;
    width: 40%;
    right: 4.8%;
    top: auto;
    bottom: 8%;
    animation: phone02 20s linear 0s infinite;
  }
  .kvCoinL {
    position: absolute;
    left: -4%;
    top: 6%;
    z-index: 24;
    width: 33.6%;
    animation: leftSpeed 1s linear forwards 0s 1;
  }
  .kvCoinR {
    position: absolute;
    right: -4%;
    top: 2%;
    z-index: 25;
    width: 46%;
    animation: rightSpeed 1s linear forwards 0s 1;
  }
  .kvCoinL01 {
    position: absolute;
    z-index: 50;
    left: 6%;
    top: 22%;
    width: 6.6%;
    animation: float01 3s linear 0s infinite;
  }
  .kvCoinL02 {
    position: absolute;
    z-index: 50;
    left: -1%;
    top: 40%;
    width: 8.2%;
    animation: float02 5s linear 0s infinite;
  }
  .kvCoinL03 {
    position: absolute;
    z-index: 50;
    left: 24%;
    bottom: 30%;
    width: 5.2%;
    animation: float01 4s linear 0s infinite;
  }
  .kvCoinL04 {
    position: absolute;
    z-index: 50;
    left: 16%;
    bottom: 14.8%;
    width: 7.8%;
    animation: float02 5s linear 0s infinite;
  }
  .kvCoinR01 {
    position: absolute;
    z-index: 50;
    right: 3.2%;
    top: 24.8%;
    width: 6%;
    animation: float02 3s linear 0s infinite;
  }
  .kvCoinR02 {
    position: absolute;
    z-index: 50;
    right: -2%;
    top: 36%;
    width: 7%;
    animation: float01 5s linear 0s infinite;
  }
  .kvCoinR03 {
    position: absolute;
    z-index: 50;
    right: 16%;
    bottom: 30%;
    width: 6.6%;
    animation: float02 4s linear 0s infinite;
  }
  /***************************************/
  .block01 {
    position: relative;
    z-index: 120;
    text-align: center;
    padding: 14vw 0;
    background: #e3fffe;
  }
  .block01 .topArrow {
    position: absolute;
    z-index: 20;
    width: 12%;
    left: 44%;
    top: 0;
  }
  .block01 .txtBox {
    display: block;
    text-align: center;
    vertical-align: bottom;
    margin: 0 auto 6% auto;
  }
  .block01 .txtBox > div:nth-child(1) {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.06em;
    margin: 0 auto 0.6em auto;
  }
  .block01 .txtBox > div:nth-child(2) {
    font-size: 2em;
    letter-spacing: 0.2em;
    color: #7c7c7c;
    margin: 0 auto 0.6em auto;
  }
  .block01 .txtBox > div:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .block01 .txtBox > div:nth-child(3) > img {
    height: 6.6em;
    width: auto;
    margin: 0 auto;
  }
  .block01 .picBox {
    position: relative;
    display: block;
    text-align: center;
    width: 56%;
    vertical-align: bottom;
    margin: 0 auto;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 120;
    text-align: center;
    padding: 14vw 0;
    background: #c3f4f3;
  }
  .block02 .topArrow {
    position: absolute;
    z-index: 20;
    width: 12%;
    left: 44%;
    top: 0;
  }
  .block02 .title {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.06em;
    margin: 0 auto 1.8em auto;
  }
  .block02 .pic {
    position: relative;
    display: block;
    width: 80%;
    vertical-align: top;
    margin: 6% auto;
  }
  .block02 .pic .icon {
    position: relative;
    z-index: 100;
    margin: 0 0 -2em 0;
  }
  .block02 .pic .icon > img {
    height: 11.2em;
    width: auto;
    margin: 0 auto;
  }
  .block02 .pic .txt {
    position: relative;
    z-index: 50;
    background: #ffffff;
    border-radius: 20px;
    padding: 4.4em 1.4em 3.2em 1.4em;
    font-size: 1.26em;
    text-align: center;
  }
  .block02 .pic .txt > div:nth-child(1) {
    position: relative;
    font-size: 2.2em;
    line-height: 1.4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #6524b2;
    margin: 0 0 0.6em 0;
  }
  .block02 .pic .txt > div:nth-child(1) .row {
    display: inline-block;
    width: 1em;
  }
  .block02 .pic .txt > div:nth-child(1) span {
    display: inline-block;
  }
  .block02 .pic .txt > div:nth-child(2) {
    position: relative;
    font-size: 1.52em;
    line-height: 1.6em;
  }
  .block02 .pic .txt > div:nth-child(2) span {
    display: inline-block;
  }
  .block02 .pic .txt > div:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #b5b5b5;
  }
  .block02 .pic:nth-child(2) {
    margin: 6% auto;
  }
  .block02 .ps {
    width: 100%;
    font-size: 1.48em;
    color: #474747;
    text-align: center;
    margin: 1.6em auto 0 auto;
  }
  /***************************************/
  .block03 {
    position: relative;
    z-index: 130;
    text-align: center;
    padding: 14vw 0 20vw 0;
    background: linear-gradient(to bottom, #e3fffe 0%, #e3fffe 90%, #a7dbd9 100%);
  }
  .block03 .topArrow {
    position: absolute;
    z-index: 20;
    width: 12%;
    left: 44%;
    top: 0;
  }
  .block03 .title {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.06em;
    margin: 0 auto 0.66em auto;
  }
  .block03 .coinBGL01 {
    position: absolute;
    z-index: 80;
    left: 0%;
    bottom: 2%;
    width: 22.4%;
  }
  .block03 .coinBGL02 {
    position: absolute;
    z-index: 90;
    left: -4%;
    bottom: -3%;
    width: 30.8%;
  }
  .block03 .coinBGR01 {
    position: absolute;
    z-index: 80;
    right: -9%;
    bottom: 2%;
    width: 22.4%;
  }
  .block03 .coinBGR02 {
    position: absolute;
    z-index: 90;
    right: -4%;
    bottom: -3.2%;
    width: 30.8%;
  }
  .block03 .coinL01 {
    position: absolute;
    z-index: 94;
    left: 0.4%;
    top: -20%;
    width: 5.6%;
  }
  .block03 .coinL02 {
    position: absolute;
    z-index: 94;
    left: 2.6%;
    top: -4%;
    width: 6.8%;
    transform: scaleX(-1);
  }
  .block03 .coinL03 {
    position: absolute;
    z-index: 94;
    left: -1%;
    top: 26%;
    width: 6%;
    transform: scaleX(-1);
  }
  .block03 .coinR01 {
    position: absolute;
    z-index: 94;
    right: 2%;
    top: -34%;
    width: 6.8%;
    transform: scaleX(-1);
  }
  .block03 .coinR02 {
    position: absolute;
    z-index: 94;
    right: -1%;
    top: 10%;
    width: 6.4%;
  }
  .calc {
    position: relative;
    z-index: 100;
  }
  .calcBox {
    position: relative;
    z-index: 100;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 1.6vw 0 0 0;
  }
  .calcInput input[type="text"] {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 2em;
    height: 2.6em;
    cursor: pointer;
    opacity: 1;
    left: 0px;
    top: 0px;
    background: #ffffff;
    border: 0;
    border-radius: 999px;
    outline: none;
    margin-top: 1vw;
    padding: 0 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 1px solid #5ebcb8;
  }
  .calcInput button {
    background: #5ebcb8;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.4em;
    border: 0;
    border-radius: 1vw;
    outline: none;
    margin-top: 1.3vw;
    padding: 0.5em 1.5em;
    cursor: pointer;
  }
  .calcText {
    color: #006059;
    font-size: 1.2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .calc01 {
    text-align: center;
    display: inline-block;
    width: 68.6%;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .calc02 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    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: center;
    padding: 0 0vw 0 4vw;
  }
  .calc03 {
    text-align: center;
    display: block;
    width: 100%;
    vertical-align: top;
    border-left: 0px solid #5ebcb8;
    margin: 4% auto 4% auto;
  }
  .calcResulr {
    background: #c3f4f3;
    width: 96.6%;
    margin: 0 auto;
    padding: 0.8em 0.5em 0.4em 0.5em;
    border-radius: 1em;
    margin-top: 2em;
  }
  .calcResulr input[type="text"] {
    font-size: 3.74em;
    width: 100%;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    text-align: right;
    background: #c3f4f3;
    color: #12897a;
    border: 0;
    outline: none;
    padding: 0;
    line-height: 1em;
  }
  .calc04 {
    text-align: center;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border-right: 1px solid #5ebcb8;
    color: #00544c;
    font-size: 1.2em;
    line-height: 3em;
  }
  .calc05 {
    display: inline-block;
    width: 78%;
    text-align: right;
  }
  .calcWarn {
    width: 96.6%;
    margin: 0 auto;
    color: #474747;
    font-size: 1.2em;
    text-align: right;
    padding: 1.4em 0 0 0;
  }
  /***************************************/
  .block04 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 20vw 0;
    background: #f3ebff;
  }
  .block04 .txtBox {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 10% auto;
  }
  .block04 .txtBox > div:nth-child(1) {
    font-size: 4em;
    line-height: 1.26em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0em;
    margin: 0 auto 0.6em auto;
  }
  .block04 .txtBox > div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .block04 .txtBox > div:nth-child(2) > img {
    height: 6.6em;
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 0.8em;
  }
  .block04 .txtBox > div:nth-child(3) {
    font-size: 1.4em;
    color: #5e5e5e;
    margin: 1em auto 0 auto;
  }
  .block04 .txtBox > div:nth-child(4) {
    width: 40%;
    margin: 6% auto 0 auto;
  }
  .block04 .picBox {
    position: relative;
    display: block;
    text-align: center;
    width: 56%;
    vertical-align: none;
    margin: 0 auto;
  }
  .block04 .picBox > div:nth-child(2) {
    position: relative;
    width: 120%;
    z-index: 100;
    font-size: 2em;
    color: #000000;
    line-height: 1.4em;
    margin: 0.6em auto 0 -10%;
  }
  /***************************************/
  .block05 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 14vw 0;
    background: #e5d7ff;
  }
  .block05 .topArrow {
    position: absolute;
    z-index: 20;
    width: 12%;
    left: 44%;
    top: 0;
  }
  .block05 .title {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.08em;
    margin: 0 auto 1.2em auto;
  }
  .block05 .title .row {
    display: block;
    width: 0em;
    height: 0.2em;
  }
  .block05 .table {
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
  .block05 .table .tag01 {
    position: absolute;
    z-index: 110;
    width: 10%;
    right: 33.4%;
    top: 18%;
    animation: floatBtn 3s linear 0.6s infinite;
  }
  .block05 .table .tag02 {
    position: absolute;
    z-index: 110;
    width: 10%;
    right: -1%;
    top: 18%;
    animation: floatBtn 3s linear 0.6s infinite;
  }
  .block05 .ps {
    width: 88%;
    margin: 1em auto 0 auto;
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: left;
  }
  /***************************************/
  .block06 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 14vw 0 8.8vw 0;
    background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 10%, #ffffff 100%);
  }
  .block06 .box {
    display: block;
    width: 90%;
    vertical-align: top;
    margin: 0 auto 10% auto;
  }
  .block06 .box > div:nth-child(1) {
    font-size: 4em;
    line-height: 1.3em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    margin: 0 auto 0.4em auto;
    vertical-align: baseline;
  }
  .block06 .box > div:nth-child(2) {
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
    width: 96%;
    margin: 0 auto;
  }
  .block06 .box > div:nth-child(2) ol {
    position: relative;
    list-style: none;
    padding: 0 0 0 3.6em;
    margin: 0 auto;
    text-align: left;
    width: 70%;
  }
  .block06 .box > div:nth-child(2) .empty {
    height: 1.6em;
    display: block;
  }
  .block06 .box > div:nth-child(3) {
    width: 60%;
    margin: 0 auto;
  }
  .block06 .num {
    font-size: 1.5em;
    line-height: 0.7em;
    font-weight: 900;
    color: #7b34c6;
    margin: 0 auto;
    letter-spacing: 0em;
    vertical-align: baseline;
  }
  .block06 .slash {
    font-size: 0.666em;
    margin: 0 0.2em;
    vertical-align: baseline;
  }
  .block06 .row {
    display: block;
  }
  .block06 .line {
    border-right: 0px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    padding: 0 0 14% 0;
  }
  /***************************************/
  .block07 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 14vw 0 8vw 0;
    background: #efefef;
  }
  .block07 .title {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.08em;
    margin: 0 auto 1.66em auto;
  }
  .block07 .title .row {
    display: inline-block;
    width: 0.8em;
  }
  .block07 .feaBox {
    display: inline-block;
    width: 90%;
    height: auto;
    background: #ffffff;
    border-radius: 1em;
    margin: 10% auto 12% auto;
    vertical-align: bottom;
    padding: 0em 2.2em 2.8em 2.2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .block07 .feaBox:nth-last-child(1) {
    margin: 10% auto 12% auto;
  }
  .block07 .feaBox > div:nth-child(1) {
    width: 40%;
    margin: -18% auto 0 auto;
  }
  .block07 .feaBox > div:nth-child(2) {
    font-size: 3.26em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.14em;
    margin: 0.32em auto 0.92em auto;
  }
  .block07 .feaBox > div:nth-child(3) {
    color: #7b34c6;
    font-size: 2.52em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    margin: 0 auto 0.4em auto;
  }
  .block07 .feaBox > div:nth-child(3) .row {
    display: inline-block;
    width: 1em;
  }
  .block07 .feaBox > div:nth-child(4) {
    font-size: 2em;
    line-height: 1.4em;
    text-align: justify;
  }
  /***************************************/
  .block08 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 14vw 0 0vw 0;
    background: #d9dbff;
  }
  .block08 .leftBox {
    display: block;
    text-align: center;
    vertical-align: top;
    margin: 0 auto 12% auto;
  }
  .block08 .leftBox > div:nth-child(1) {
    display: inline-block;
    font-size: 2.2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    background: #87c116;
    padding: 0.38em 1em 0.2em 1em;
    border-radius: 999px;
    color: #ffffff;
    margin: 0 0 1em 0;
    letter-spacing: 0.14em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .block08 .leftBox > div:nth-child(2) {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 0.8em auto;
  }
  .block08 .leftBox > div:nth-child(3) {
    font-size: 2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #7c7c7c;
    margin: 0 auto 0.8em auto;
    letter-spacing: 0.14em;
  }
  .block08 .leftBox > div:nth-child(4) {
    width: 44%;
    margin: 0 auto;
  }
  .block08 .rightBox {
    display: block;
    text-align: center;
    width: 100%;
    vertical-align: top;
    margin: 0 auto 0 auto;
  }
  .block08 .rightBox > div:nth-child(1) {
    width: 50%;
    margin: 0 auto;
  }
  .block08 .rightBox > div:nth-child(2) {
    width: 80%;
    margin: 10% auto -4% auto;
  }
  /***************************************/
  .note {
    position: relative;
    z-index: 220;
    width: 100%;
    margin: 0 auto;
    padding: 8vw 5.2% 14vw 5.2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: #ffffff;
  }
  .noteTitle {
    text-align: left;
    color: #000000;
    font-size: 3em;
    line-height: 1.2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 auto 0.2em auto;
  }
  .noteTitle span {
    color: #7b34c6;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .noteBox {
    font-size: 1.52em;
  }
  .noteBoxTitle {
    color: #6d6d6d;
    font-weight: bold;
    font-size: 1.4em;
    vertical-align: baseline;
    border-bottom: 1px solid #dbdbdb;
    padding: 1em 0 0.8em 0;
    text-align: left;
    cursor: pointer;
  }
  .noteBoxTitle > div:nth-child(1) {
    display: inline-block;
    width: calc(100% - 2em);
  }
  .noteBoxTitle > div:nth-child(2) {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 0.55em;
    line-height: 1em;
  }
  .noteBox li {
    padding: 0 0 0.8em 0;
  }
  .noteBox li a {
    color: #0f9900;
    text-decoration: none;
  }
  .noteBox li a:hover {
    color: #0f9900;
  }
  .noteBox li a:checked {
    color: #0f9900;
  }
  .qa_down {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0 ;
    top: 0%;
    display: none;
    background: #ffffff;
  }
  .myNote {
    display: none;
  }
  .myQ {
    color: #7b34c6;
    padding: 0 0 0.3em 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .myA {
    padding: 0 0 0em 2em;
  }
}
/***************************************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;
    background: url("../images/BG_MO02.jpg") repeat-y center top;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 40);
    background: url("../images/BG_MO01.jpg") no-repeat center top;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    /*
	&::after{//手機底部邊界
		.pos(f);
		content:"";
		z-index:999;
		width:100%;
		height:1px;
		background:rgba(241,0,4,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: 14vw;
    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: 8vw;
    width: auto;
    margin: 2.8vw 3vw 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  .floatBtn {
    position: fixed;
    z-index: 990;
    width: 100%;
    right: 0vw;
    bottom: 0vw;
    animation: none;
    background: url("../images/float_BGFade.jpg") top center repeat-x #6e00ff;
    background-size: auto 100%;
    text-decoration: none;
  }
  .floatBtn a {
    text-decoration: none;
    cursor: pointer;
  }
  .floatBtn .bar {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 3.6em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.28em;
    padding: 0.6em 0;
    animation: floatBtn 2s linear 0s infinite;
    cursor: pointer;
    vertical-align: middle;
  }
  .floatBtn .bar img {
    display: inline-block;
    height: 0.72em;
    width: auto;
    margin: 0 0 0.2em 0.32em;
    vertical-align: middle;
  }
  .kv {
    background: url("../images/kv_BGFade.jpg") left bottom repeat-x #8daeed;
    position: relative;
    z-index: 100;
    padding: 0 0 10.4% 0;
  }
  .kvBGRdia {
    position: absolute;
    z-index: 20;
    width: 180%;
    left: -40%;
    top: -10%;
  }
  .kvBGCircle {
    position: absolute;
    z-index: 22;
    width: 110%;
    left: -5%;
    top: 0%;
  }
  .kvSlogan {
    position: relative;
    z-index: 60;
    width: 90%;
    margin: 10% auto 0 auto;
    padding: 0 0 80% 0;
  }
  .kvSlogan > div:nth-child(1) {
    width: 96%;
    margin: 0 auto;
  }
  .kvSlogan > div:nth-child(2) {
    width: 100%;
    margin: 8.8% auto 0 auto;
  }
  .kvPhone01 {
    position: absolute;
    z-index: 26;
    width: 60%;
    left: 20%;
    top: auto;
    bottom: 12%;
    animation: phone01 20s linear 0s infinite;
  }
  .kvPhone02 {
    display: none;
    position: absolute;
    z-index: 28;
    width: 56%;
    right: 4.8%;
    top: auto;
    bottom: 12%;
    animation: phone02 20s linear 0s infinite;
  }
  .kvCoinL {
    position: absolute;
    left: -6%;
    top: 6%;
    z-index: 24;
    width: 46%;
    animation: leftSpeed 1s linear forwards 0s 1;
  }
  .kvCoinR {
    position: absolute;
    right: -6%;
    top: 2%;
    z-index: 25;
    width: 66%;
    animation: rightSpeed 1s linear forwards 0s 1;
  }
  .kvCoinL01 {
    position: absolute;
    z-index: 50;
    left: 6%;
    top: 28%;
    width: 10%;
    animation: float01 3s linear 0s infinite;
    display: none;
  }
  .kvCoinL02 {
    position: absolute;
    z-index: 50;
    left: -1%;
    top: 56%;
    width: 11%;
    animation: float02 5s linear 0s infinite;
  }
  .kvCoinL03 {
    display: none;
    position: absolute;
    z-index: 50;
    left: 36%;
    bottom: 40%;
    width: 8%;
    animation: float01 4s linear 0s infinite;
  }
  .kvCoinL04 {
    position: absolute;
    z-index: 50;
    left: 16%;
    bottom: 8%;
    width: 12%;
    animation: float02 5s linear 0s infinite;
  }
  .kvCoinR01 {
    position: absolute;
    z-index: 50;
    right: 3.2%;
    top: 28%;
    width: 11%;
    animation: float02 3s linear 0s infinite;
    display: none;
  }
  .kvCoinR02 {
    position: absolute;
    z-index: 50;
    right: -1%;
    top: 58%;
    width: 10%;
    animation: float01 5s linear 0s infinite;
  }
  .kvCoinR03 {
    display: none;
    position: absolute;
    z-index: 50;
    right: 12%;
    bottom: 30%;
    width: 10.6%;
    animation: float02 4s linear 0s infinite;
  }
  /***************************************/
  .block01 {
    position: relative;
    z-index: 120;
    text-align: center;
    padding: 20vw 0;
    background: #e3fffe;
  }
  .block01 .topArrow {
    position: absolute;
    z-index: 20;
    width: 18%;
    left: 41%;
    top: 0;
  }
  .block01 .txtBox {
    display: block;
    text-align: center;
    vertical-align: bottom;
    margin: 0 auto 6% auto;
  }
  .block01 .txtBox > div:nth-child(1) {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.06em;
    margin: 0 auto 0.6em auto;
  }
  .block01 .txtBox > div:nth-child(2) {
    font-size: 2em;
    letter-spacing: 0.2em;
    color: #7c7c7c;
    margin: 0 auto 0.6em auto;
  }
  .block01 .txtBox > div:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .block01 .txtBox > div:nth-child(3) > img {
    height: 6.6em;
    width: auto;
    margin: 0 auto;
  }
  .block01 .picBox {
    position: relative;
    display: block;
    text-align: center;
    width: 70%;
    vertical-align: bottom;
    margin: 0 auto;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 120;
    text-align: center;
    padding: 20vw 0;
    background: #c3f4f3;
  }
  .block02 .topArrow {
    position: absolute;
    z-index: 20;
    width: 18%;
    left: 41%;
    top: 0;
  }
  .block02 .title {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.06em;
    margin: 0 auto 0.8em auto;
  }
  .block02 .title .row {
    display: block;
    height: 0.32em;
  }
  .block02 .pic {
    position: relative;
    display: block;
    width: 94%;
    vertical-align: top;
    margin: 6% auto;
  }
  .block02 .pic .icon {
    position: relative;
    z-index: 100;
    margin: 0 0 -2.8em 0;
  }
  .block02 .pic .icon > img {
    height: 11.2em;
    width: auto;
    margin: 0 auto;
  }
  .block02 .pic .txt {
    position: relative;
    z-index: 50;
    background: #ffffff;
    border-radius: 20px;
    padding: 4.4em 1.4em 2.4em 1.4em;
    font-size: 1.4em;
    text-align: center;
  }
  .block02 .pic .txt > div:nth-child(1) {
    position: relative;
    font-size: 2.2em;
    line-height: 1.4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #6524b2;
    margin: 0 0 0.6em 0;
  }
  .block02 .pic .txt > div:nth-child(1) .row {
    display: inline-block;
    width: 1em;
  }
  .block02 .pic .txt > div:nth-child(1) span {
    display: inline-block;
  }
  .block02 .pic .txt > div:nth-child(2) {
    position: relative;
    font-size: 1.52em;
    line-height: 1.6em;
  }
  .block02 .pic .txt > div:nth-child(2) span {
    display: inline-block;
  }
  .block02 .pic .txt > div:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #b5b5b5;
  }
  .block02 .pic:nth-child(2) {
    margin: 6% auto;
  }
  .block02 .ps {
    width: 80%;
    font-size: 1.6em;
    line-height: 1.4em;
    color: #474747;
    text-align: left;
    margin: 1.6em auto 0 auto;
  }
  /***************************************/
  .block03 {
    position: relative;
    z-index: 130;
    text-align: center;
    padding: 20vw 0 26vw 0;
    background: linear-gradient(to bottom, #e3fffe 0%, #e3fffe 80%, #a7dbd9 100%);
  }
  .block03 .topArrow {
    position: absolute;
    z-index: 20;
    width: 18%;
    left: 41%;
    top: 0;
  }
  .block03 .title {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.06em;
    margin: 0 auto 0.66em auto;
  }
  .block03 .coinBGL01 {
    position: absolute;
    z-index: 80;
    left: 0%;
    bottom: 2%;
    width: 22.4%;
    display: none;
  }
  .block03 .coinBGL02 {
    position: absolute;
    z-index: 90;
    left: -8%;
    bottom: -3%;
    width: 44%;
  }
  .block03 .coinBGR01 {
    position: absolute;
    z-index: 80;
    right: -9%;
    bottom: 2%;
    width: 22.4%;
    display: none;
  }
  .block03 .coinBGR02 {
    position: absolute;
    z-index: 90;
    right: -8%;
    bottom: -3.2%;
    width: 44%;
  }
  .block03 .coinL01 {
    position: absolute;
    z-index: 94;
    left: 0.4%;
    top: -20%;
    width: 5.6%;
  }
  .block03 .coinL02 {
    position: absolute;
    z-index: 94;
    left: 2.6%;
    top: -4%;
    width: 6.8%;
    transform: scaleX(-1);
  }
  .block03 .coinL03 {
    position: absolute;
    z-index: 94;
    left: -1%;
    top: 26%;
    width: 6%;
    transform: scaleX(-1);
  }
  .block03 .coinR01 {
    position: absolute;
    z-index: 94;
    right: 2%;
    top: -34%;
    width: 6.8%;
    transform: scaleX(-1);
  }
  .block03 .coinR02 {
    position: absolute;
    z-index: 94;
    right: -1%;
    top: 10%;
    width: 6.4%;
  }
  .calc {
    position: relative;
    z-index: 100;
  }
  .calcBox {
    position: relative;
    z-index: 100;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 1.6vw 0 0 0;
  }
  .calcInput input[type="text"] {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 2em;
    height: 2.6em;
    cursor: pointer;
    opacity: 1;
    left: 0px;
    top: 0px;
    background: #ffffff;
    border: 0;
    border-radius: 999px;
    outline: none;
    margin-top: 1vw;
    padding: 0 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 1px solid #5ebcb8;
  }
  .calcInput button {
    background: #5ebcb8;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.4em;
    border: 0;
    border-radius: 0.4em;
    outline: none;
    margin-top: 1.3vw;
    padding: 0.5em 1.5em;
    cursor: pointer;
  }
  .calcText {
    color: #006059;
    font-size: 1.6em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .calc01 {
    text-align: center;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .calc02 {
    display: inline-block;
    width: 38.6%;
    vertical-align: top;
    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: center;
    padding: 0 0vw 0 4vw;
  }
  .calc03 {
    text-align: center;
    display: block;
    width: 100%;
    vertical-align: top;
    border-left: 0px solid #5ebcb8;
    margin: 4% auto 4% auto;
  }
  .calcResulr {
    background: #c3f4f3;
    width: 96.6%;
    margin: 0 auto;
    padding: 0.8em 0.5em 0.4em 0.5em;
    border-radius: 1em;
    margin-top: 2em;
  }
  .calcResulr input[type="text"] {
    font-size: 3em;
    width: 100%;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    text-align: right;
    background: #c3f4f3;
    color: #12897a;
    border: 0;
    outline: none;
    padding: 0;
    line-height: 1em;
  }
  .calc04 {
    text-align: center;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border-right: 1px solid #5ebcb8;
    color: #00544c;
    font-size: 1.2em;
    line-height: 3em;
    margin: 0.6em 0 0.6em 0;
  }
  .calc05 {
    display: inline-block;
    width: 78%;
    text-align: right;
  }
  .calcWarn {
    width: 96.6%;
    margin: 0 auto;
    color: #474747;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: left;
    padding: 1.4em 0 0 0;
  }
  /***************************************/
  .block04 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 20vw 0;
    background: #f3ebff;
  }
  .block04 .txtBox {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 6% auto;
  }
  .block04 .txtBox > div:nth-child(1) {
    font-size: 4em;
    line-height: 1.26em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0em;
    margin: 0 auto 0.6em auto;
  }
  .block04 .txtBox > div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .block04 .txtBox > div:nth-child(2) > img {
    height: 6.6em;
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 0.8em;
  }
  .block04 .txtBox > div:nth-child(3) {
    font-size: 1.4em;
    color: #5e5e5e;
    margin: 1em auto 0 auto;
  }
  .block04 .txtBox > div:nth-child(4) {
    width: 50%;
    margin: 6% auto 0 auto;
  }
  .block04 .picBox {
    position: relative;
    display: block;
    text-align: center;
    width: 70%;
    vertical-align: none;
    margin: 0 auto;
  }
  .block04 .picBox > div:nth-child(2) {
    position: relative;
    width: 120%;
    z-index: 100;
    font-size: 2em;
    color: #000000;
    line-height: 1.4em;
    margin: 0.6em auto 0 -10%;
  }
  /***************************************/
  .block05 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 20vw 0 24vw 0;
    background: #e5d7ff;
  }
  .block05 .topArrow {
    position: absolute;
    z-index: 20;
    width: 18%;
    left: 41%;
    top: 0;
  }
  .block05 .title {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.06em;
    margin: 0 auto 1.2em auto;
  }
  .block05 .title .row {
    display: block;
    width: 0em;
    height: 0.2em;
  }
  .block05 .table {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .block05 .table .tag01 {
    position: absolute;
    z-index: 110;
    width: 10%;
    right: 33.4%;
    top: 18%;
    animation: floatBtn 3s linear 0.6s infinite;
  }
  .block05 .table .tag02 {
    position: absolute;
    z-index: 110;
    width: 10%;
    right: -1%;
    top: 18%;
    animation: floatBtn 3s linear 0.6s infinite;
  }
  .block05 .ps {
    width: 80%;
    margin: 1em auto 0 auto;
    text-align: left;
  }
  .block05 .ps table {
    width: 100%;
    font-size: 1.52em;
    line-height: 1.4em;
  }
  .block05 .ps table td {
    padding: 0 0 0.6em 0;
  }
  /***************************************/
  .block06 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 20vw 0 10vw 0;
    background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 10%, #ffffff 100%);
  }
  .block06 .box {
    display: block;
    width: 90%;
    vertical-align: top;
    margin: 0 auto 10% auto;
  }
  .block06 .box > div:nth-child(1) {
    font-size: 4em;
    line-height: 1.3em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    margin: 0 auto 0.4em auto;
    vertical-align: baseline;
  }
  .block06 .box > div:nth-child(2) {
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
    width: 96%;
    margin: 0 auto;
  }
  .block06 .box > div:nth-child(2) ol {
    position: relative;
    list-style: none;
    padding: 0 0 0 2.8em;
    margin: 0 auto;
    text-align: left;
    width: 100%;
  }
  .block06 .box > div:nth-child(2) .empty {
    height: 1.6em;
    display: block;
  }
  .block06 .box > div:nth-child(3) {
    width: 70%;
    margin: 0 auto;
  }
  .block06 .num {
    font-size: 1.5em;
    line-height: 0.7em;
    font-weight: 900;
    color: #7b34c6;
    margin: 0 auto;
    letter-spacing: 0em;
    vertical-align: baseline;
  }
  .block06 .slash {
    font-size: 0.666em;
    margin: 0 0.2em;
    vertical-align: baseline;
  }
  .block06 .row {
    display: block;
  }
  .block06 .line {
    border-right: 0px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    padding: 0 0 14% 0;
  }
  /***************************************/
  .block07 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 20vw 0 10vw 0;
    background: #efefef;
  }
  .block07 .title {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.08em;
    margin: 0 auto 1em auto;
  }
  .block07 .title .row {
    display: block;
    width: 0em;
    height: 0.2em;
  }
  .block07 .feaBox {
    display: inline-block;
    width: 94%;
    height: auto;
    background: #ffffff;
    border-radius: 1em;
    margin: 10% auto 8% auto;
    vertical-align: bottom;
    padding: 0em 2.2em 2.8em 2.2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .block07 .feaBox:nth-last-child(1) {
    margin: 10% auto 12% auto;
  }
  .block07 .feaBox > div:nth-child(1) {
    width: 40%;
    margin: -18% auto 0 auto;
  }
  .block07 .feaBox > div:nth-child(2) {
    font-size: 3.26em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.14em;
    margin: 0.32em auto 0.92em auto;
  }
  .block07 .feaBox > div:nth-child(3) {
    color: #7b34c6;
    font-size: 2.52em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    margin: 0 auto 0.4em auto;
  }
  .block07 .feaBox > div:nth-child(3) .row {
    display: inline-block;
    width: 0.8em;
  }
  .block07 .feaBox > div:nth-child(4) {
    font-size: 2em;
    line-height: 1.4em;
    text-align: justify;
  }
  /***************************************/
  .block08 {
    position: relative;
    z-index: 200;
    text-align: center;
    padding: 20vw 0 0vw 0;
    background: #d9dbff;
  }
  .block08 .leftBox {
    display: block;
    text-align: center;
    vertical-align: top;
    margin: 0 auto 12% auto;
  }
  .block08 .leftBox > div:nth-child(1) {
    display: inline-block;
    font-size: 2.2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    background: #87c116;
    padding: 0.38em 1em 0.48em 1em;
    border-radius: 999px;
    color: #ffffff;
    margin: 0 0 1em 0;
    letter-spacing: 0.14em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .block08 .leftBox > div:nth-child(2) {
    font-size: 4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto 0.8em auto;
  }
  .block08 .leftBox > div:nth-child(3) {
    font-size: 2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #7c7c7c;
    margin: 0 auto 0.8em auto;
    letter-spacing: 0.14em;
  }
  .block08 .leftBox > div:nth-child(4) {
    width: 44%;
    margin: 0 auto;
  }
  .block08 .rightBox {
    display: block;
    text-align: center;
    width: 100%;
    vertical-align: top;
    margin: 0 auto 0 auto;
  }
  .block08 .rightBox > div:nth-child(1) {
    width: 50%;
    margin: 0 auto;
  }
  .block08 .rightBox > div:nth-child(2) {
    width: 90%;
    margin: 8% auto -6% auto;
  }
  /***************************************/
  .note {
    position: relative;
    z-index: 220;
    width: 100%;
    margin: 0 auto;
    padding: 8vw 5.2% 14vw 5.2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: #ffffff;
  }
  .noteTitle {
    text-align: left;
    color: #000000;
    font-size: 3em;
    line-height: 1.2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 auto 0.2em auto;
  }
  .noteTitle span {
    color: #7b34c6;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .noteBox {
    font-size: 1.52em;
  }
  .noteBoxTitle {
    color: #6d6d6d;
    font-weight: normal;
    font-size: 1.4em;
    vertical-align: baseline;
    border-bottom: 1px solid #dbdbdb;
    padding: 1em 0 0.8em 0;
    text-align: left;
    cursor: pointer;
  }
  .noteBoxTitle > div:nth-child(1) {
    display: inline-block;
    width: calc(100% - 2em);
  }
  .noteBoxTitle > div:nth-child(2) {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 0.55em;
    line-height: 1em;
  }
  .noteBox li {
    padding: 0 0 0.8em 0;
  }
  .noteBox li a {
    color: #0f9900;
    text-decoration: none;
  }
  .noteBox li a:hover {
    color: #0f9900;
  }
  .noteBox li a:checked {
    color: #0f9900;
  }
  .qa_down {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0 ;
    top: 0%;
    display: none;
    background: #ffffff;
  }
  .myNote {
    display: none;
  }
  .myQ {
    color: #7b34c6;
    padding: 0 0 0.3em 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .myA {
    padding: 0 0 0em 2em;
  }
  /*********級距表***********/
  .rateGrade {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    top: 0;
    z-index: 994;
    font-size: 2em;
  }
  .gradeBox {
    position: relative;
    margin: 4em auto 3em auto;
    width: 90%;
    text-align: center;
  }
  .gradeClose {
    position: absolute;
    right: 0%;
    top: -3em;
    background: #000000;
    border-radius: 300px;
    border: 2px solid #ffffff;
    width: 2.6em;
    height: 2.6em;
    padding: 0.5em;
    box-sizing: border-box;
    cursor: pointer;
  }
  .gradeClose02 {
    display: inline-block;
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    padding: 0.7em 1.2em;
    border-radius: 300px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    margin: 1.5em auto 0 auto;
  }
  .gradeTitle {
    font-size: 1.4em;
    color: #c497ff;
    text-align: center;
    line-height: 1.3em;
    margin: 0 0 0.6em 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .gradeTitle > span {
    display: inline-block;
  }
  .gradeTitle2 {
    color: #93da49;
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0.6em 0;
    text-align: left;
  }
  .gradePS {
    font-size: 0.8em;
    line-height: 1.4em;
    color: #ffffff;
    margin: 0 0 0.4em 0;
    text-align: left;
  }
  .gradeTxt {
    font-size: 1em;
    line-height: 1.4em;
    color: #ffffff;
    margin: 0 0 1em 0;
    text-align: justify;
    text-align: left;
  }
  .gradeTxt2 {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 1em 0;
    text-align: left;
  }
  .gradeTable {
    width: 100%;
    border-left: 1px solid #9a77db;
    border-top: 1px solid #9a77db;
    margin: 0 0 1em 0;
  }
  .gradeTable th {
    border-right: 1px solid #9a77db;
    border-bottom: 1px solid #9a77db;
    color: #ffffff;
    padding: 0.5em 0.4em;
    line-height: 1.2em;
    background: #7b34c6;
    text-align: center;
    vertical-align: middle;
  }
  .gradeTable td {
    border-right: 1px solid #9a77db;
    border-bottom: 1px solid #9a77db;
    color: #000000;
    background: #ffffff;
    padding: 0.5em 0.4em;
    line-height: 1.2em;
    text-align: center;
    vertical-align: middle;
  }
}
