@charset "utf-8";
@font-face {
  font-family: Flama;
  src: url(../font/FlamaSemicondensed-Ultralight.woff);
}
/****************************/
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  height: 100%;
  background: #ffffff;
  font-size: 20px;
}
.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  left: 0px;
  top: 0px;
  text-align: center;
}
.loading > div {
  position: fixed;
  display: inline-block;
  width: 13%;
  left: 43.5%;
  top: 26vh;
}
#stage {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  font-size: calc(100vw / 100);
}
a {
  cursor: pointer;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}
img {
  border: 0;
  width: 100%;
  height: auto;
  display: block;
}
.borderWidth {
  position: relative;
  width: 100%;
  padding: 0px 0%;
  margin: 0px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.borderWidth::after {
  clear: both;
  display: block;
  content: "";
}
section,
div,
span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.textPurple {
  color: #785dc3;
}
.textGreen {
  color: #349100;
}
.textRed {
  color: #FF0004;
}
.mo {
  display: none;
}
.en {
  margin: 0 0.15em;
}
/**************************/
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: 40;
}
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 slogan {
  0% {
    transform: translate3d(0%, -150%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0%, 0);
    opacity: 1;
  }
}
@keyframes man {
  0% {
    transform: translate3d(0%, 150%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0%, 0);
    opacity: 1;
  }
}
@keyframes fireA {
  0% {
    transform: scale(1, 1) rotate(0deg);
  }
  50% {
    transform: scale(1.5, 1.5) rotate(180deg);
  }
  100% {
    transform: scale(1, 1) rotate(360deg);
  }
}
@keyframes fireB {
  0% {
    transform: scale(1, 1) rotate(0deg);
  }
  50% {
    transform: scale(1, 1) rotate(-180deg);
  }
  100% {
    transform: scale(1, 1) rotate(-360deg);
  }
}
@keyframes fireC {
  0% {
    transform: scale(0.3, 0.3);
    opacity: 0.1;
  }
  5% {
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1.15, 1.15);
    opacity: 0;
  }
}
@keyframes latern {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  50% {
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    transform: translate3d(0%, 0%, 0);
  }
}
.kv {
  position: relative;
  background: #825dc7;
}
.kvSlogan {
  position: relative;
  width: 70%;
  margin: 4vw auto 0 auto;
  z-index: 30;
  animation: slogan 1s linear 1;
}
.kvSlogan > img {
  position: relative;
  z-index: 30;
}
.kvLight-A1 {
  position: absolute;
  width: 52%;
  left: -30%;
  bottom: -9%;
  z-index: 25;
}
.kvLight-A2 {
  position: absolute;
  width: 52%;
  right: -29.2%;
  bottom: -9%;
  z-index: 25;
}
.kvLatern {
  position: absolute;
  width: 9.6%;
  left: 47%;
  top: -17%;
  z-index: 26;
  animation: latern 8s linear infinite;
}
.kvFire-1 {
  position: absolute;
  width: 18%;
  right: -12%;
  top: -21%;
  z-index: 29;
  animation: fireC 5s linear infinite;
}
.kvFire-2 {
  position: absolute;
  width: 16%;
  left: 18%;
  top: 4%;
  z-index: 29;
  animation: fireC 5s linear 3s infinite;
}
.kvFire-3 {
  position: absolute;
  width: 20%;
  left: -9%;
  top: -7%;
  z-index: 29;
  animation: fireC 5s linear 2s infinite;
}
.kvFire-4 {
  position: absolute;
  width: 14%;
  left: 41.4%;
  top: -35%;
  z-index: 24;
}
.kvFire-5 {
  position: absolute;
  width: 10%;
  left: -13%;
  bottom: 6%;
  z-index: 24;
  animation: fireA 16s linear infinite;
}
.kvFire-6 {
  position: absolute;
  width: 12%;
  right: -15%;
  bottom: 6%;
  z-index: 24;
  animation: fireB 35s linear infinite;
}
.kvMan {
  position: relative;
  width: 66%;
  margin: 4vw auto 0 auto;
  padding: 0 0 1.5vw 0;
  z-index: 10;
  animation: man 1s linear 1;
}
.kvBottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
}
.kvBottom > img {
  width: 128%;
  margin: 0 0 -5vw -14vw;
}
/**************************************/
.block02 {
  position: relative;
  background: url("../images/bottom.png") no-repeat center bottom #5b399a;
  padding: 7vw 0 0 0;
}
.frameA {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
  width: 70%;
  background: #ffffff;
  border-radius: 1vw;
  margin: 1.4% auto 0 auto;
  padding: 3vw;
}
.frameA .drilA1 {
  position: absolute;
  width: 2%;
  left: 0.6vw;
  top: 0.6vw;
  z-index: 20;
  transform: rotate(-30deg);
}
.frameA .drilA2 {
  position: absolute;
  width: 2%;
  right: 1%;
  top: 4%;
  z-index: 20;
  transform: rotate(30deg);
}
.frameA .drilA3 {
  position: absolute;
  width: 2%;
  left: 0.6vw;
  bottom: 0.6vw;
  z-index: 20;
  transform: rotate(30deg);
}
.frameA .drilA4 {
  position: absolute;
  width: 2%;
  right: 0.6vw;
  bottom: 0.6vw;
  z-index: 20;
  transform: rotate(-30deg);
}
.frameA .lock1 {
  position: absolute;
  width: 1.6%;
  left: 0.6vw;
  bottom: -3.2vw;
  z-index: 200;
}
.frameA .lock2 {
  position: absolute;
  width: 1.6%;
  right: 0.6vw;
  bottom: -3.2vw;
  z-index: 200;
}
.frameA .titleA {
  width: 70%;
  margin: -9% auto 0 auto;
}
.frameA .btn {
  width: 40%;
  margin: 4vw auto 1vw auto;
}
.frameA .text01 {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}
.frameA .text02 {
  display: inline-block;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  border-radius: 300px;
  border: 2px solid #825dc7;
  padding: 0.4em 1em;
  color: #825dc7;
  vertical-align: top;
  margin: 0 5% 0 0;
}
.frameA .text03 {
  display: inline-block;
  width: 78%;
  font-size: 1.4em;
  line-height: 1.6em;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
.frameA .tableA {
  width: 100%;
  margin: 1em 0 0 0;
}
.frameA .tableA th {
  text-align: center;
  padding: 0.5em 0;
  background: #82cb35;
  color: #ffffff;
  border-right: 3px solid #ffffff;
}
.frameA .tableA td {
  text-align: center;
  padding: 0.5em 0;
  background: #f1f1f1;
  border-right: 3px solid #ffffff;
}
.frameA .tableA .radiusA {
  border-radius: 0.8vw 0 0 0;
}
.frameA .tableA .radiusB {
  border-radius: 0 0.8vw 0 0;
}
/**************************************/
.block03 {
  position: relative;
  background: #7a49b7;
  padding: 2vw 0 8vw 0;
}
.block03 .titleB {
  position: relative;
}
.block03 .titleB > div:nth-child(1) {
  position: relative;
  width: 30%;
  z-index: 50;
}
.block03 .titleB > div:nth-child(2) {
  position: absolute;
  width: 98%;
  height: 3px;
  background: #000000;
  left: 2%;
  top: 50%;
  z-index: 20;
}
.frameB {
  width: 70%;
  margin: 0 auto;
}
.calcBox {
  text-align: center;
  padding: 1.6vw 0 0 0;
}
.calcInput input[type="text"] {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 1.6em;
  height: 1.8em;
  cursor: pointer;
  opacity: 1;
  left: 0px;
  top: 0px;
  background: #ffffff;
  border: 0;
  border-radius: 900px;
  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;
}
.calcInput button {
  background: #73bd25;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6em;
  border: 0;
  border-radius: 1vw;
  outline: none;
  margin-top: 1.3vw;
  padding: 0.5em 1.5em;
  cursor: pointer;
}
.calcText {
  color: #ffffff;
  font-size: 1.2em;
}
.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: 26%;
  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: center;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  border-left: 2px solid #8c68d1;
}
.calcResulr {
  background: #5b399a;
  width: 100%;
  margin: 0 auto;
  padding: 1vw;
  border-radius: 1vw;
  margin-top: 2vw;
}
.calcResulr input[type="text"] {
  font-size: 2.4em;
  width: 100%;
  font-family: "Microsoft Yahei";
  font-weight: bold;
  text-align: right;
  background: #5b399a;
  color: #93da49;
  border: 0;
  outline: none;
  padding: 0;
  line-height: 1em;
}
.calc04 {
  text-align: center;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  border-right: 2px solid #6e4ab3;
  color: #ffffff;
  font-size: 1em;
  line-height: 3em;
}
.calc05 {
  display: inline-block;
  width: 78%;
  text-align: right;
}
.calcWarn {
  color: #cfb5fe;
  font-size: 1em;
  text-align: right;
  padding: 0.5em 0 0 0;
}
/**********************************/
.note {
  width: 100%;
  text-align: center;
  padding: 6vw 0;
  background: #7a49b7;
}
.note a {
  color: #5fe700;
  text-decoration: underline;
}
.note a:hove {
  color: #5fe700;
  text-decoration: underline;
}
.noteBtn {
  position: relative;
  display: inline-block;
  background: #906ad7;
  font-size: 1.4em;
  font-weight: bold;
  color: #ffffff;
  border: 1em 2em;
  border-radius: 900px;
  padding: 0.5em 1em;
  cursor: pointer;
}
.noteBtn span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  margin: 0 0 0 0.5em;
}
.noteOpen {
  width: 100%;
}
.noteClose {
  position: absolute;
  width: 100%;
}
.noteBox {
  display: none;
  width: 70%;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.6em;
  color: #ffffff;
  text-align: left;
}
.noteTitle {
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 2vw 0 0 0;
  color: #ffed00;
}
.note ol {
  list-style: decimal;
  padding: 0;
  margin: 0 0 0 1.2em;
}
.block04 {
  width: 100%;
  background: url("../images/bottomBG01.png") repeat-x center bottom #7a49b7;
}
.qa {
  width: 90%;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  padding: 6vw 0 6vw 0;
  text-align: center;
}
.qa .title {
  margin: 0 auto;
  width: 30%;
  padding: 0 0 3em 0;
}
.qa .Q {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.qa .A {
  padding: 0;
}
.qa .A .way {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
  border: 1px solid #ffffff;
  padding: 0.5em;
  display: inline-block;
  margin: 4em 0 1.5em 0;
}
.qa .A .box {
  font-size: 1.2em;
}
.qa .A .box .boxPic {
  display: inline-block;
  width: 22%;
  text-align: center;
  margin: 0 2%;
  vertical-align: top;
}
.qa .A .box .boxPic a {
  text-decoration: underline;
  color: #FFFFFF;
}
.qa .A .box .boxPic a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.qa .A .box .boxPic > div:nth-child(1) {
  background: #000000;
  font-weight: bold;
  padding: 0.4em 0.6em;
  display: inline-block;
  margin: 0 0 0.5em 0;
  color: #ffffff;
  border-radius: 300px;
}
.qa .A .box .boxPic > div:nth-child(2) {
  color: #FFFFFF;
  margin: 0 auto 0.5em auto;
  line-height: 1.4em;
}
.qa .A .box .boxPic > div:nth-child(3) {
  margin: 0 auto;
}
.qa .A .box .boxPic > div:nth-child(4) {
  color: #FFFFFF;
  margin: 0.5em auto 0 auto;
  font-size: 0.8em;
  line-height: 1.4em;
}
.qa .A .box .boxPic2 {
  width: 32%;
  margin: 0 auto;
}
.qa .A .box .boxPic2 > div:nth-child(1) {
  color: #FFFFFF;
  padding: 0 0 1em 0;
  line-height: 1.4em;
}
.block05 {
  position: relative;
  background: #7141ac;
  padding: 8vw 0 8vw 0;
}
.block05 .cdPic {
  width: 54%;
  margin: 0 auto 0 auto;
}
/***************************************pad01  start*********************************************/
@media screen and (min-width: 651px) and (max-width: 850px) {
  .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;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  #stage {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    font-size: calc(100vw / 100);
  }
  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;
  }
  .kv {
    position: relative;
    background: #825dc7;
  }
  .kvSlogan {
    position: relative;
    width: 90%;
    margin: 14vw auto 0 auto;
    z-index: 30;
  }
  .kvSlogan > img {
    position: relative;
    z-index: 30;
  }
  .kvLight-A1 {
    position: absolute;
    width: 40%;
    left: -10%;
    bottom: -15%;
    z-index: 25;
  }
  .kvLight-A2 {
    position: absolute;
    width: 40%;
    right: -10%;
    bottom: -15%;
    z-index: 25;
  }
  .kvLatern {
    position: absolute;
    width: 14%;
    left: auto;
    right: -8%;
    top: -25%;
    z-index: 26;
    animation: latern 8s linear infinite;
  }
  .kvFire-1 {
    position: absolute;
    width: 28%;
    right: -8%;
    top: 3%;
    z-index: 35;
    animation: fireC 5s linear infinite;
  }
  .kvFire-2 {
    position: absolute;
    width: 22%;
    left: 25%;
    top: -20%;
    z-index: 29;
    animation: fireC 5s linear 3s infinite;
  }
  .kvFire-3 {
    position: absolute;
    width: 26%;
    left: -6%;
    top: 0%;
    z-index: 35;
    animation: fireC 5s linear 2s infinite;
  }
  .kvFire-4 {
    position: absolute;
    width: 18%;
    left: auto;
    right: -2%;
    top: -38%;
    z-index: 24;
  }
  .kvFire-5 {
    position: absolute;
    width: 14%;
    left: -14%;
    bottom: 0%;
    z-index: 24;
    animation: fireA 16s linear infinite;
  }
  .kvFire-6 {
    position: absolute;
    width: 20%;
    right: -15%;
    bottom: -6%;
    z-index: 24;
    animation: fireB 35s linear infinite;
  }
  .kvMan {
    position: relative;
    width: 100%;
    margin: 20vw auto 0 auto;
    padding: 0 0 1.5vw 0;
    z-index: 10;
  }
  .kvBottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    overflow: hidden;
  }
  .kvBottom > img {
    width: 100%;
    margin: 0 0 0vw 0vw;
  }
  /**************************************/
  .block02 {
    position: relative;
    background: url("../images/bottom.png") no-repeat center bottom #5b399a;
    padding: 14vw 0 0 0;
  }
  .frameA {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    width: 90%;
    background: #ffffff;
    border-radius: 1vw;
    margin: 1.4% auto 0 auto;
    padding: 5vw 3vw;
  }
  .frameA .titleA {
    width: 90%;
    margin: -11% auto 0 auto;
  }
  .frameA .btn {
    width: 55%;
    margin: 6vw auto 2vw auto;
  }
  .frameA .text01 {
    font-size: 2.2em;
    text-align: center;
    font-weight: bold;
  }
  .frameA .text02 {
    display: inline-block;
    font-size: 3.4em;
    text-align: center;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    border-radius: 300px;
    border: 2px solid #825dc7;
    padding: 0.4em 1em;
    color: #825dc7;
    vertical-align: top;
    margin: 0 0% 0.5em 0;
  }
  .frameA .text03 {
    display: block;
    width: 100%;
    font-size: 3em;
    line-height: 1.6em;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
  }
  /**************************************/
  .block03 {
    position: relative;
    background: #7a49b7;
    padding: 4vw 0 8vw 0;
  }
  .block03 .titleB {
    position: relative;
  }
  .block03 .titleB > div:nth-child(1) {
    position: relative;
    width: 45%;
    z-index: 50;
  }
  .block03 .titleB > div:nth-child(2) {
    position: absolute;
    width: 96%;
    height: 3px;
    background: #000000;
    left: 4%;
    top: 50%;
    z-index: 20;
  }
  .frameB {
    width: 90%;
    margin: 0 auto;
  }
  .calcBox {
    text-align: center;
    padding: 1.6vw 0 0 0;
  }
  .calcInput input[type="text"] {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 3.3em;
    height: 1.8em;
    cursor: pointer;
    opacity: 1;
    left: 0px;
    top: 0px;
    background: #ffffff;
    border: 0;
    border-radius: 900px;
    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;
  }
  .calcInput button {
    background: #73bd25;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.26em;
    border: 0;
    border-radius: 1vw;
    outline: none;
    margin-top: 1.3vw;
    padding: 0.5em 1.5em;
    cursor: pointer;
  }
  .calcText {
    color: #ffffff;
    font-size: 2.4em;
  }
  .calc01 {
    text-align: center;
    display: inline-block;
    width: 70%;
    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: 26%;
    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 3vw;
  }
  .calc03 {
    text-align: center;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    border-left: 0px solid #8c68d1;
    margin: 2em 0 0 0;
  }
  .calcResulr {
    background: #5b399a;
    width: 100%;
    margin: 0 auto;
    padding: 1vw;
    border-radius: 1vw;
    margin-top: 4vw;
  }
  .calcResulr input[type="text"] {
    font-size: 4.6em;
    width: 100%;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    text-align: right;
    background: #5b399a;
    color: #93da49;
    border: 0;
    outline: none;
    padding: 0;
    line-height: 1em;
  }
  .calc04 {
    text-align: center;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border-right: 2px solid #6e4ab3;
    color: #ffffff;
    font-size: 2em;
    line-height: 4em;
  }
  .calc05 {
    display: inline-block;
    width: 78%;
    text-align: right;
  }
  .calcWarn {
    color: #cfb5fe;
    font-size: 2em;
    text-align: right;
    padding: 0.5em 0 0 0;
  }
  /**********************************/
  .note {
    width: 100%;
    text-align: center;
    background: #7a49b7;
    padding: 9vw 0;
  }
  .note a {
    color: #5fe700;
    text-decoration: underline;
  }
  .note a:hove {
    color: #5fe700;
    text-decoration: underline;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    background: #906ad7;
    font-size: 2.8em;
    font-weight: bold;
    color: #ffffff;
    border: 1em 2em;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
  .noteBox {
    display: none;
    width: 90%;
    margin: 0 auto;
    font-size: 2.2em;
    line-height: 1.6em;
    color: #ffffff;
    text-align: left;
  }
  .block04 {
    width: 100%;
    background: url("../images/bottomBG01.png") repeat-x center bottom #7a49b7;
  }
  .qa {
    width: 94%;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    padding: 10vw 0 10vw 0;
    text-align: center;
  }
  .qa .title {
    margin: 0 auto;
    width: 40%;
    padding: 0 0 3em 0;
  }
  .qa .Q {
    color: #ffffff;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
  }
  .qa .A .way {
    color: #ffffff;
    font-size: 2.2em;
    font-weight: bold;
    border: 1px solid #ffffff;
    padding: 0.5em;
    display: inline-block;
    margin: 4em 0 1.5em 0;
  }
  .qa .A .box {
    font-size: 1.8em;
  }
  .qa .A .box .boxPic {
    display: inline-block;
    width: 31%;
    text-align: center;
    margin: 0 0.5%;
    vertical-align: top;
  }
  .qa .A .box .boxPic2 {
    width: 40%;
    margin: 0 auto;
  }
  .qa .A .box .boxPic2 > div:nth-child(1) {
    color: #FFFFFF;
    padding: 0 0 1em 0;
    line-height: 1.4em;
  }
  .block05 {
    position: relative;
    background: #7141ac;
    padding: 8vw 0 8vw 0;
  }
  .block05 .cdPic {
    width: 80%;
    margin: 0 auto 0 auto;
  }
}
/***************************************pad02  start*********************************************/
@media screen and (min-width: 441px) and (max-width: 650px) {
  .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;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  #stage {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    font-size: calc(100vw / 100);
  }
  header {
    background: #FFFFFF;
    height: 9vw;
    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: 5vw;
    width: auto;
    margin: 2vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .kv {
    position: relative;
    background: #825dc7;
  }
  .kvSlogan {
    position: relative;
    width: 90%;
    margin: 14vw auto 0 auto;
    z-index: 30;
  }
  .kvSlogan > img {
    position: relative;
    z-index: 30;
  }
  .kvLight-A1 {
    position: absolute;
    width: 40%;
    left: -10%;
    bottom: -15%;
    z-index: 25;
  }
  .kvLight-A2 {
    position: absolute;
    width: 40%;
    right: -10%;
    bottom: -15%;
    z-index: 25;
  }
  .kvLatern {
    position: absolute;
    width: 14%;
    left: auto;
    right: -8%;
    top: -25%;
    z-index: 26;
    animation: latern 8s linear infinite;
  }
  .kvFire-1 {
    position: absolute;
    width: 28%;
    right: -8%;
    top: 3%;
    z-index: 35;
    animation: fireC 5s linear infinite;
  }
  .kvFire-2 {
    position: absolute;
    width: 22%;
    left: 25%;
    top: -20%;
    z-index: 29;
    animation: fireC 5s linear 3s infinite;
  }
  .kvFire-3 {
    position: absolute;
    width: 26%;
    left: -6%;
    top: 0%;
    z-index: 35;
    animation: fireC 5s linear 2s infinite;
  }
  .kvFire-4 {
    position: absolute;
    width: 18%;
    left: auto;
    right: -2%;
    top: -38%;
    z-index: 24;
  }
  .kvFire-5 {
    position: absolute;
    width: 14%;
    left: -14%;
    bottom: 0%;
    z-index: 24;
    animation: fireA 16s linear infinite;
  }
  .kvFire-6 {
    position: absolute;
    width: 20%;
    right: -15%;
    bottom: -6%;
    z-index: 24;
    animation: fireB 35s linear infinite;
  }
  .kvMan {
    position: relative;
    width: 100%;
    margin: 20vw auto 0 auto;
    padding: 0 0 1.5vw 0;
    z-index: 10;
  }
  .kvBottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    overflow: hidden;
  }
  .kvBottom > img {
    width: 100%;
    margin: 0 0 0vw 0vw;
  }
  /**************************************/
  .block02 {
    position: relative;
    background: url("../images/bottom.png") no-repeat center bottom #5b399a;
    padding: 14vw 0 0 0;
  }
  .frameA {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    width: 90%;
    background: #ffffff;
    border-radius: 1vw;
    margin: 1.4% auto 0 auto;
    padding: 5vw 3vw;
  }
  .frameA .titleA {
    width: 90%;
    margin: -11% auto 0 auto;
  }
  .frameA .btn {
    width: 55%;
    margin: 6vw auto 2vw auto;
  }
  .frameA .text01 {
    font-size: 2.2em;
    text-align: center;
    font-weight: bold;
  }
  .frameA .text02 {
    display: inline-block;
    font-size: 3.4em;
    text-align: center;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    border-radius: 300px;
    border: 2px solid #825dc7;
    padding: 0.4em 1em;
    color: #825dc7;
    vertical-align: top;
    margin: 0 0% 0.5em 0;
  }
  .frameA .text03 {
    display: block;
    width: 100%;
    font-size: 3em;
    line-height: 1.6em;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
  }
  /**************************************/
  .block03 {
    position: relative;
    background: #7a49b7;
    padding: 4vw 0 8vw 0;
  }
  .block03 .titleB {
    position: relative;
  }
  .block03 .titleB > div:nth-child(1) {
    position: relative;
    width: 55%;
    z-index: 50;
  }
  .block03 .titleB > div:nth-child(2) {
    position: absolute;
    width: 96%;
    height: 3px;
    background: #000000;
    left: 4%;
    top: 50%;
    z-index: 20;
  }
  .frameB {
    width: 90%;
    margin: 0 auto;
  }
  .calcBox {
    text-align: center;
    padding: 1.6vw 0 0 0;
  }
  .calcInput input[type="text"] {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 3.8em;
    height: 1.8em;
    cursor: pointer;
    opacity: 1;
    left: 0px;
    top: 0px;
    background: #ffffff;
    border: 0;
    border-radius: 900px;
    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;
  }
  .calcInput button {
    background: #73bd25;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.8em;
    border: 0;
    border-radius: 1vw;
    outline: none;
    margin-top: 1.3vw;
    padding: 0.5em 1.5em;
    cursor: pointer;
  }
  .calcText {
    color: #ffffff;
    font-size: 2.8em;
  }
  .calc01 {
    text-align: center;
    display: inline-block;
    width: 70%;
    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: 26%;
    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 3vw;
  }
  .calc03 {
    text-align: center;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    border-left: 0px solid #8c68d1;
    margin: 2em 0 0 0;
  }
  .calcResulr {
    background: #5b399a;
    width: 100%;
    margin: 0 auto;
    padding: 1vw;
    border-radius: 1vw;
    margin-top: 4vw;
  }
  .calcResulr input[type="text"] {
    font-size: 6.6em;
    width: 100%;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    text-align: right;
    background: #5b399a;
    color: #93da49;
    border: 0;
    outline: none;
    padding: 0;
    line-height: 1em;
  }
  .calc04 {
    text-align: center;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border-right: 2px solid #6e4ab3;
    color: #ffffff;
    font-size: 2.4em;
    line-height: 4em;
  }
  .calc05 {
    display: inline-block;
    width: 78%;
    text-align: right;
  }
  .calcWarn {
    color: #cfb5fe;
    font-size: 2em;
    text-align: right;
    padding: 0.5em 0 0 0;
  }
  /**********************************/
  .note {
    width: 100%;
    text-align: center;
    background: #7a49b7;
    padding: 9vw 0;
  }
  .note a {
    color: #5fe700;
    text-decoration: underline;
  }
  .note a:hove {
    color: #5fe700;
    text-decoration: underline;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    background: #906ad7;
    font-size: 3.6em;
    font-weight: bold;
    color: #ffffff;
    border: 1em 2em;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
  .noteBox {
    display: none;
    width: 90%;
    margin: 0 auto;
    font-size: 2.8em;
    line-height: 1.6em;
    color: #ffffff;
    text-align: left;
  }
  .block04 {
    width: 100%;
    background: url("../images/bottomBG01.png") repeat-x center bottom #7a49b7;
  }
  .qa {
    width: 94%;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    padding: 10vw 0 10vw 0;
    text-align: center;
  }
  .qa .title {
    margin: 0 auto;
    width: 50%;
    padding: 0 0 3em 0;
  }
  .qa .Q {
    color: #ffffff;
    font-size: 2.6em;
    font-weight: bold;
    text-align: center;
  }
  .qa .A .way {
    color: #ffffff;
    font-size: 2.6em;
    font-weight: bold;
    border: 1px solid #ffffff;
    padding: 0.5em;
    display: inline-block;
    margin: 4em 0 1.5em 0;
  }
  .qa .A .box {
    font-size: 2.4em;
  }
  .qa .A .box .boxPic {
    display: inline-block;
    width: 45%;
    text-align: center;
    margin: 0 0.5% 3em 0.5%;
    vertical-align: top;
  }
  .qa .A .box .boxPic2 {
    width: 60%;
    margin: 0 auto;
  }
  .qa .A .box .boxPic2 > div:nth-child(1) {
    color: #FFFFFF;
    padding: 0 0 1em 0;
    line-height: 1.4em;
  }
  .block05 {
    position: relative;
    background: #7141ac;
    padding: 8vw 0 8vw 0;
  }
  .block05 .cdPic {
    width: 80%;
    margin: 0 auto 0 auto;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 440px) {
  .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;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  #stage {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    font-size: calc(100vw / 100);
  }
  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;
  }
  .kv {
    position: relative;
    background: #825dc7;
  }
  .kvSlogan {
    position: relative;
    width: 98%;
    margin: 20vw auto 0 auto;
    z-index: 30;
  }
  .kvSlogan > img {
    position: relative;
    z-index: 30;
  }
  .kvLight-A1 {
    position: absolute;
    width: 52%;
    left: -12%;
    bottom: -20%;
    z-index: 25;
  }
  .kvLight-A2 {
    position: absolute;
    width: 52%;
    right: -12%;
    bottom: -20%;
    z-index: 25;
  }
  .kvLatern {
    position: absolute;
    width: 16%;
    left: auto;
    right: -3%;
    top: -34%;
    z-index: 26;
    animation: latern 8s linear infinite;
  }
  .kvFire-1 {
    position: absolute;
    width: 28%;
    right: -6%;
    top: 6%;
    z-index: 35;
    animation: fireC 5s linear infinite;
  }
  .kvFire-2 {
    position: absolute;
    width: 30%;
    left: 25%;
    top: -30%;
    z-index: 29;
    animation: fireC 5s linear 3s infinite;
  }
  .kvFire-3 {
    position: absolute;
    width: 24%;
    left: -2%;
    top: 6%;
    z-index: 35;
    animation: fireC 5s linear 2s infinite;
  }
  .kvFire-4 {
    position: absolute;
    width: 20%;
    left: auto;
    right: 0%;
    top: -50%;
    z-index: 24;
  }
  .kvFire-5 {
    position: absolute;
    width: 14%;
    left: -5%;
    bottom: 0%;
    z-index: 24;
    animation: fireA 16s linear infinite;
  }
  .kvFire-6 {
    position: absolute;
    width: 20%;
    right: -10%;
    bottom: -6%;
    z-index: 24;
    animation: fireB 35s linear infinite;
  }
  .kvMan {
    position: relative;
    width: 100%;
    margin: 32vw auto 0 auto;
    padding: 0 0 0vw 0;
    z-index: 10;
  }
  .kvBottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    overflow: hidden;
  }
  .kvBottom > img {
    width: 100%;
    margin: 0 0 0vw 0vw;
  }
  /**************************************/
  .block02 {
    position: relative;
    background: url("../images/bottom.png") no-repeat center bottom #5b399a;
    padding: 36vw 0 0 0;
  }
  .frameA {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    width: 90%;
    background: #ffffff;
    border-radius: 1vw;
    margin: 1.4% auto 0 auto;
    padding: 6vw 4vw;
  }
  .frameA .titleA {
    width: 100%;
    margin: -13% auto 0 auto;
  }
  .frameA .btn {
    width: 70%;
    margin: 6vw auto 3vw auto;
  }
  .frameA .text01 {
    font-size: 4em;
    text-align: center;
    font-weight: bold;
  }
  .frameA .text02 {
    display: inline-block;
    font-size: 5em;
    text-align: center;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    border-radius: 300px;
    border: 2px solid #825dc7;
    padding: 0.4em 1em;
    color: #825dc7;
    vertical-align: top;
    margin: 0 0% 0.5em 0;
  }
  .frameA .text03 {
    display: block;
    width: 100%;
    font-size: 4.4em;
    line-height: 1.6em;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
  }
  /**************************************/
  .block03 {
    position: relative;
    background: #7a49b7;
    padding: 4vw 0 8vw 0;
  }
  .block03 .titleB {
    position: relative;
  }
  .block03 .titleB > div:nth-child(1) {
    position: relative;
    width: 70%;
    z-index: 50;
  }
  .block03 .titleB > div:nth-child(2) {
    position: absolute;
    width: 96%;
    height: 1px;
    background: #000000;
    left: 4%;
    top: 60%;
    z-index: 20;
  }
  .frameB {
    width: 90%;
    margin: 0 auto;
  }
  .calcBox {
    text-align: center;
    padding: 6vw 0 0 0;
  }
  .calcInput input[type="text"] {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 5em;
    height: 1.8em;
    cursor: pointer;
    opacity: 1;
    left: 0px;
    top: 0px;
    background: #ffffff;
    border: 0;
    border-radius: 900px;
    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;
  }
  .calcInput button {
    background: #73bd25;
    color: #ffffff;
    font-weight: bold;
    font-size: 5.4em;
    border: 0;
    border-radius: 1vw;
    outline: none;
    margin-top: 1.3vw;
    padding: 0.5em 1.5em;
    cursor: pointer;
  }
  .calcText {
    color: #ffffff;
    font-size: 3.6em;
  }
  .calc01 {
    text-align: center;
    display: block;
    width: 100%;
    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;
    margin: 0 0 4vw 0;
  }
  .calc02 {
    display: inline-block;
    width: 36%;
    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 6vw 0 0vw;
  }
  .calc03 {
    text-align: center;
    display: inline-block;
    width: 56%;
    vertical-align: top;
    border-left: 1px solid #8c68d1;
    margin: 0em 0 0 0;
  }
  .calcResulr {
    background: #5b399a;
    width: 100%;
    margin: 0 auto;
    padding: 1vw;
    border-radius: 1vw;
    margin-top: 6vw;
  }
  .calcResulr input[type="text"] {
    font-size: 8em;
    width: 100%;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    text-align: right;
    background: #5b399a;
    color: #93da49;
    border: 0;
    outline: none;
    padding: 0;
    line-height: 1em;
  }
  .calc04 {
    text-align: center;
    display: inline-block;
    width: 26%;
    vertical-align: top;
    border-right: 2px solid #6e4ab3;
    color: #ffffff;
    font-size: 3.2em;
    line-height: 4em;
  }
  .calc05 {
    display: inline-block;
    width: 70%;
    text-align: right;
  }
  .calcWarn {
    color: #cfb5fe;
    font-size: 2.8em;
    text-align: right;
    padding: 0.5em 0 0 0;
  }
  /**********************************/
  .note {
    width: 100%;
    text-align: center;
    background: #7a49b7;
    padding: 14vw 0;
  }
  .note a {
    color: #5fe700;
    text-decoration: underline;
  }
  .note a:hove {
    color: #5fe700;
    text-decoration: underline;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    background: #906ad7;
    font-size: 5em;
    font-weight: bold;
    color: #ffffff;
    border: 1em 2em;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
  .noteBox {
    display: none;
    width: 90%;
    margin: 0 auto;
    font-size: 3.6em;
    line-height: 1.6em;
    color: #ffffff;
    text-align: left;
  }
  .block04 {
    width: 100%;
    background: url("../images/bottomBG01.png") repeat-x center bottom #7a49b7;
  }
  .qa {
    width: 90%;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    padding: 14vw 0 20vw 0;
    text-align: center;
  }
  .qa .title {
    margin: 0 auto;
    width: 70%;
    padding: 0 0 5em 0;
  }
  .qa .Q {
    color: #ffffff;
    font-size: 3.4em;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
  }
  .qa .Q > span {
    display: inline-block;
  }
  .qa .A .way {
    color: #ffffff;
    font-size: 3.4em;
    font-weight: bold;
    border: 1px solid #ffffff;
    padding: 0.5em;
    display: inline-block;
    margin: 4em 0 1.5em 0;
  }
  .qa .A .box {
    font-size: 3em;
  }
  .qa .A .box .boxPic {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto 3em auto;
    vertical-align: top;
  }
  .qa .A .box .boxPic > div:nth-child(3) {
    margin: 0 auto;
    width: 88%;
  }
  .qa .A .box .boxPic > div:nth-child(4) {
    margin: 0 auto;
    width: 88%;
    padding: 0.8em 0 0 0;
    font-size: 1em;
    line-height: 1.8em;
  }
  .qa .A .box .boxPic2 {
    width: 80%;
    margin: 0 auto;
  }
  .qa .A .box .boxPic2 > div:nth-child(1) {
    color: #FFFFFF;
    padding: 0 0 1em 0;
    line-height: 1.6em;
  }
  .block05 {
    position: relative;
    background: #7141ac;
    padding: 16vw 0 16vw 0;
  }
  .block05 .cdPic {
    width: 90%;
    margin: 0 auto 0 auto;
  }
}
