@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;
}
/**************************/
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: 20;
}
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;
}
.kv {
  width: 100%;
  background: #ece1ff;
  position: relative;
  min-height: 92vh;
}
.kv_bg {
  width: 100%;
  background-position: center bottom;
  background-image: url("../images/kv_bg.jpg");
  background-color: #ece1ff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.slogan {
  width: 64%;
  margin: 4vw 0 0 0vw;
  text-align: center;
}
.slogan > span {
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
  padding: 0 3%;
  border-right: 1px solid #a989e4;
  margin: 1vw 0 0 0;
}
.slogan span:nth-child(4) {
  border-right: 0px solid #eae0ff;
}
@keyframes btn {
  0% {
    transform: rotate(-4deg);
  }
  5% {
    transform: rotate(4deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  15% {
    transform: rotate(4deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(4deg);
  }
  26% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.slogan > a {
  display: inline-block;
  font-size: 2.2em;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  vertical-align: middle;
  padding: 0.3em 0.8em;
  background: #825dc7;
  border-radius: 300px;
  margin: 1.5em 0 0 0;
  font-family: "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  animation: btn 2s linear infinite;
}
.slogan > a > img {
  display: inline-block;
  width: 0.5em;
  vertical-align: middle;
  margin: 0 0 0 0.2em;
  padding: 0 0 0.2em 0;
}
.car {
  position: relative;
  width: 84%;
  margin: 0 0 0 auto;
  padding: 3.4vw 0 0 0;
}
.stop {
  position: absolute;
  right: -95%;
  bottom: 2%;
  width: 16%;
}
.fire01 {
  position: absolute;
  width: 6%;
  right: -1%;
  top: 25%;
  z-index: 20;
}
.fire02 {
  position: absolute;
  width: 4%;
  right: 13.4%;
  top: 15%;
  z-index: 20;
}
.fire03 {
  position: absolute;
  width: 6%;
  right: 55%;
  top: 1.2%;
  z-index: 20;
}
/**********************************/
.myLeft {
  position: relative;
  display: inline-block;
  width: calc(50% - 2px);
  text-align: right;
  z-index: 20;
  vertical-align: top;
  padding: 0;
}
.myRight {
  position: relative;
  float: right;
  width: 50%;
  text-align: left;
  z-index: 20;
}
.B_Box {
  padding: 4vw 0;
}
.txtBox {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 0 0 6vw;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}
.txtBox2 {
  text-align: center;
}
.txtA {
  font-size: 1.32em;
  margin: 0 auto;
  line-height: 1.2em;
}
.txtA span {
  font-size: 1.54em;
  padding: 0 0.4em;
}
.txtB {
  font-size: 2.64em;
  line-height: 1.28em;
  font-weight: bold;
  margin: 0 auto;
  vertical-align: bottom;
  padding: 0.5em 0 0 0;
}
.txtB span {
  display: inline-block;
  margin: 0.2em 0 0 1em;
}
.txtC {
  font-size: 2.2em;
  font-weight: bold;
  margin: 0 auto;
  vertical-align: bottom;
  line-height: 1.2em;
}
.txtD {
  font-size: 0.792em;
  color: #555555;
  margin: 0 auto;
  padding: 0.2em 0 0 0;
  line-height: 1.2em;
}
.txtE {
  height: 4.4em;
  margin: 0 auto;
  vertical-align: bottom;
  padding: 0.5em 0 0 0;
}
.txtE img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.txtF {
  display: inline-block;
  height: 1.2em;
  margin: 0 auto;
  padding: 0 0 0.1em 0;
  vertical-align: bottom;
}
.txtF img {
  height: 100%;
  width: auto;
}
.txtG {
  display: inline-block;
  height: 1.52em;
  margin: 0.4em auto 0 auto;
  padding: 0em 0 0em 0;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.txtG img {
  height: 100%;
  width: auto;
}
.btnA {
  position: relative;
  display: inline-block;
  font-size: 1.32em;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  padding: 0.4em 0.8em 0.3em 0.8em;
  background: #825dc7;
  border-radius: 300px;
  margin: 1em 0.4em 0 0;
  text-decoration: none;
  font-family: "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
}
.btnA img {
  width: 0.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.2em;
  padding: 0 0 0.2em 0;
}
.btnB {
  cursor: auto;
  position: relative;
  display: inline-block;
  font-size: 1.32em;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  padding: 0.4em 0.8em 0.3em 0.8em;
  background: #bababa;
  border-radius: 300px;
  margin: 1em 0em 0 0;
  font-family: "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
}
.btnB img {
  width: 0.5em;
  vertical-align: middle;
  margin: 0 0 0 0.2em;
  padding: 0 0 0.2em 0;
}
/**********************************/
.B02 {
  background: #ffffff;
  padding: 0vw 0 4vw 0;
}
.B02_pic {
  width: 60%;
  margin: 0 10% 0 auto;
  vertical-align: middle;
}
.B02_hei {
  padding: 8.4vw 0 0 0;
}
/**********************************/
.B03 {
  background: #f5f5f5;
  padding: 2vw 0 4vw 0;
}
.B03_pic {
  width: 70%;
  margin: 0 10% 0 auto;
}
.B03_hei {
  padding: 3vw 0 0 0;
}
.B03_ps {
  width: 24%;
  position: absolute;
  right: -11%;
  bottom: 9%;
  z-index: 50;
}
/**********************************/
.B04 {
  background: #ffffff;
  padding: 4vw 0;
}
.B04_pic {
  width: 60%;
  margin: 0 10% 0 auto;
}
.B04_hei {
  padding: 5vw 0 0 0;
}
/**********************************/
.B05 {
  background-position: center bottom;
  background-image: url("../images/B_bg.png");
  background-color: #eef1ff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  padding: 4vw 0;
}
.B05_pic {
  width: 55%;
  margin: 0 auto;
}
.B05_hei {
  padding: 2vw 0 0 0;
}
/**********************************/
.B07 {
  background-color: #eef1ff;
  text-align: center;
  padding: 4vw 0;
}
.B07_pic {
  width: 46%;
  margin: 0 16% 0 auto;
}
.B07_hei {
  padding: 3vw 0 0 0;
}
/**********************************/
.note {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 4vw 0;
}
.noteTile {
  color: #825dc7;
  font-weight: bold;
  font-size: 2.2em;
  text-align: center;
  vertical-align: baseline;
  padding: 0 0 0.8em 0;
}
.noteTile img {
  display: inline-block;
  height: 1.2em;
  width: auto;
  vertical-align: baseline;
  padding: 0 0 0 0.2em;
}
.noteBox {
  font-size: 2.2em;
}
.noteBoxTile {
  color: #825dc7;
  font-weight: bold;
  font-size: 0.7em;
  vertical-align: baseline;
  border-bottom: 1px solid #a9a9a9;
  padding: 0.7em 0 0.5em 0;
  text-align: left;
  cursor: pointer;
}
.noteBoxTile > div:nth-child(1) {
  display: inline-block;
  width: 94%;
}
.noteBoxTile > div:nth-child(2) {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 0.55em;
  line-height: 1em;
}
.qa_down {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0 ;
  top: 0%;
  display: none;
  background: #ffffff;
}
.noteBox li {
  padding: 0 0 0.8em 0;
}
.noteNone {
  font-size: 0.5em;
  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 {
  font-size: 0.5em;
  list-style: decimal;
  padding: 1em 0 1em 1em;
  margin: 0;
  line-height: 1.6em;
}
.myNote {
  display: none;
}
.myQ {
  color: #825dc7;
  padding: 0 0 0.3em 0;
}
.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,
.table table td {
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  padding: 0.2em 0;
}
.table table th {
  background: #825dc7;
  color: #ffffff;
}
.tableRight {
  text-align: right;
}
.qaBtn {
  position: relative;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  padding: 0.3em 0.8em 0.3em 0.8em;
  background: #825dc7;
  border-radius: 300px;
  margin: 1em 0.4em 0 0;
  text-decoration: none;
  font-family: "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
}
.qaBtn img {
  display: inline-block;
  width: 0.5em;
  vertical-align: middle;
  margin: 0 0 0 0.2em;
  padding: 0 0 0.2em 0;
}
/*********級距表***********/
.rateGrade {
  display: none;
  background: rgba(52, 52, 73, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 0;
  top: 0;
  z-index: 961;
  font-size: 26px;
}
.gradeBox {
  position: relative;
  margin: 4em auto 3em auto;
  width: 90%;
}
.gradeClose {
  position: absolute;
  right: 0%;
  top: -3em;
  background: #000000;
  border-radius: 300px;
  border: 2px solid #ffffff;
  width: 2em;
  height: 2em;
  padding: 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.gradeClose02 {
  display: inline-block;
  font-size: 0.8em;
  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 0 0 0;
}
.gradeTitle {
  font-size: 1.1em;
  color: #ffffff;
  text-align: center;
  line-height: 1.3em;
  margin: 0 0 0.4em 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.gradeTitle > span {
  display: inline-block;
}
.gradePS {
  font-size: 0.7em;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 0 0.4em 0;
}
.gradeTxt {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 0 1em 0;
  text-align: justify;
}
.gradeTable {
  width: 100%;
  border-left: 1px solid #9a77db;
  border-top: 1px solid #9a77db;
  margin: 0 0 0.5em 0;
}
.gradeTable th {
  border-right: 1px solid #9a77db;
  border-bottom: 1px solid #9a77db;
  color: #ffffff;
  padding: 0.5em 0.4em;
  font-size: 0.9em;
  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;
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
}
.moLine {
  display: inline-block;
}
/*****************************************************/
@media screen and (max-width: 850px) {
  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 {
    width: 100%;
    background: #ece1ff;
    position: relative;
  }
  .kv_bg {
    width: 100%;
    background-position: center bottom;
    background-image: url("../images/kv_bg_mo.jpg");
    background-color: #ece1ff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
  }
  .slogan {
    position: relative;
    width: 70%;
    margin: 7vw auto -20vw auto;
    text-align: center;
    z-index: 30;
  }
  .slogan > span {
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
    padding: 0 3%;
    border-right: 1px solid #a989e4;
    margin: 3vw 0 0 0;
  }
  .slogan span:nth-child(4) {
    border-right: 0px solid #eae0ff;
  }
  .slogan > a {
    display: inline-block;
    font-size: 6.2em;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    padding: 0.3em 0.8em;
    background: #825dc7;
    border-radius: 300px;
    margin: 1.1em 0 1.4em 0;
    font-family: "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    animation: btn 2s linear infinite;
  }
  .slogan > a > img {
    width: 0.5em;
    vertical-align: middle;
    margin: 0 0 0 0.2em;
    padding: 0 0 0.2em 0;
  }
  .car {
    position: relative;
    width: 60%;
    margin: 0 auto 0 2vw;
    padding: 0 0 0 0;
  }
  .stop {
    position: absolute;
    right: -50%;
    bottom: 2%;
    width: 16%;
  }
  .fire01 {
    position: absolute;
    width: 10%;
    right: 0%;
    top: 37%;
    z-index: 20;
  }
  .fire02 {
    position: absolute;
    width: 10%;
    right: 3%;
    top: 5%;
    z-index: 20;
  }
  .fire03 {
    position: absolute;
    width: 15%;
    right: auto;
    left: -4%;
    top: 0;
    z-index: 20;
  }
  /**********************************/
  .myLeft {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
    z-index: 30;
    vertical-align: top;
    padding: 0;
  }
  .myRight {
    position: relative;
    float: none;
    width: 100%;
    text-align: left;
    z-index: 40;
  }
  .B_Box {
    padding: 4vw 0;
  }
  .txtBox {
    position: relative;
    text-align: center;
    display: block;
    padding: 0 0 0 0;
    border-left: none;
    vertical-align: middle;
    font-size: 2.2em;
    width: 100%;
    margin: 0 auto;
  }
  .txtBox2 {
    text-align: center;
    font-size: 2.2em;
  }
  .txtA {
    font-size: 2em;
    font-weight: normal;
    margin: 0 auto;
    line-height: 1.2em;
  }
  .txtA span {
    font-size: 0.7em;
    padding: 0 0.4em;
  }
  .txtB {
    font-size: 4em;
    font-weight: bold;
    margin: 0 auto;
    vertical-align: bottom;
    padding: 0.5em 0 0.3em 0;
  }
  .txtB span {
    display: inline-block;
    margin: 0 0 0 0em;
  }
  .txtC {
    font-size: 3.33em;
    font-weight: bold;
    margin: 0 auto;
    vertical-align: bottom;
    line-height: 1.2em;
  }
  .txtD {
    font-size: 1.3em;
    color: #555555;
    margin: 0.5em auto 1em auto;
    padding: 0.2em 0 0 0;
    line-height: 1.2em;
  }
  .txtE {
    height: 7.2em;
    margin: 0 auto 0 auto;
    vertical-align: bottom;
    padding: 0.5em 0 0 0;
  }
  .txtF {
    display: inline-block;
    height: 1.2em;
    margin: 0 auto;
    padding: 0.2em 0.2em 0.1em 0.2em;
    vertical-align: bottom;
  }
  .btnA {
    position: relative;
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    padding: 0.4em 0.8em 0.3em 0.8em;
    background: #825dc7;
    border-radius: 300px;
    margin: 1em 0.2em 0 0;
    font-family: "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  }
  .btnB {
    cursor: auto;
    position: relative;
    display: inline-block;
    font-size: 0.6em;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    padding: 0.4em 0.8em 0.3em 0.8em;
    background: #bababa;
    border-radius: 300px;
    margin: 1em 0em 0 0;
    font-family: "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  }
  /**********************************/
  .B02 {
    background: #ffffff;
    padding: 0 0 10vw 0;
  }
  .B02_pic {
    width: 60%;
    margin: 4vw auto 0 auto;
    vertical-align: middle;
  }
  .B02_hei {
    padding: 0;
  }
  /**********************************/
  .B03 {
    background: #f5f5f5;
    padding: 10vw 0;
  }
  .B03_pic {
    width: 70%;
    margin: 4vw auto 0 auto;
  }
  .B03_hei {
    padding: 0;
  }
  .B03_ps {
    width: 24%;
    position: absolute;
    right: 2%;
    bottom: 9%;
    z-index: 50;
  }
  /**********************************/
  .B04 {
    background: #ffffff;
    padding: 10vw 0;
  }
  .B04_pic {
    width: 60%;
    margin: 10vw auto 0 auto;
  }
  .B04_hei {
    padding: 0;
  }
  /**********************************/
  .B05 {
    padding: 10vw 0;
    background-position: center bottom;
    background-image: url("../images/B_bg.png");
    background-color: #eef1ff;
    background-size: 280% auto;
    background-repeat: no-repeat;
    text-align: center;
  }
  .B05_pic {
    width: 90%;
    margin: 6vw auto 0 auto;
  }
  .B05_hei {
    padding: 0;
  }
  /**********************************/
  .B07 {
    padding: 10vw 0;
    background-color: #eef1ff;
    text-align: center;
  }
  .B07_pic {
    width: 50%;
    margin: 12vw auto 0 auto;
  }
  .B07_hei {
    padding: 3vw 0 0 0;
  }
  /*
/**********************************/
  .note {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .noteTile {
    color: #825dc7;
    font-weight: bold;
    font-size: 6.2em;
    text-align: center;
    vertical-align: baseline;
    padding: 0 0 0.8em 0;
  }
  .noteBox {
    font-size: 6.2em;
  }
  .noteBoxTile {
    color: #825dc7;
    font-weight: bold;
    font-size: 0.7em;
    vertical-align: baseline;
    border-bottom: 1px solid #a9a9a9;
    padding: 0.7em 0 0.5em 0;
    text-align: left;
    cursor: pointer;
  }
  .noteBoxTile > div:nth-child(1) {
    display: inline-block;
    width: 88%;
  }
  .noteBoxTile > div:nth-child(2) {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 0.55em;
    line-height: 1em;
  }
  .qa_down {
    position: absolute;
    width: 100%;
    left: 0 ;
    top: 0%;
    display: none;
    background: #ffffff;
  }
  .noteNone {
    font-size: 0.6em;
    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 {
    font-size: 0.6em;
    list-style: decimal;
    padding: 1em 0 1em 1em;
    margin: 0;
    line-height: 1.6em;
  }
  .myNote {
    display: none;
  }
  .myQ {
    color: #825dc7;
    padding: 0 0 0.3em 0;
  }
  .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,
  .table table td {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    padding: 0.2em 0;
  }
  .table table th {
    background: #825dc7;
    color: #ffffff;
  }
  .tableRight {
    text-align: right;
  }
}
/*****************************************************/
@media screen and (max-width: 440px) {
  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;
  }
  .slogan {
    position: relative;
    width: 80%;
    margin: 7vw auto -20vw auto;
    text-align: center;
    z-index: 30;
  }
  .slogan > span {
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
    padding: 0 3%;
    border-right: 1px solid #a989e4;
    margin: 5vw 0 0 0;
  }
  .slogan span:nth-child(4) {
    border-right: 0px solid #eae0ff;
  }
  .slogan > a {
    display: inline-block;
    font-size: 8em;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    padding: 0.3em 0.8em;
    background: #825dc7;
    border-radius: 300px;
    margin: 1.1em 0 1.4em 0;
    font-family: "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    animation: btn 2s linear infinite;
  }
  .slogan > a > img {
    width: 0.5em;
    vertical-align: middle;
    margin: 0 0 0 0.2em;
    padding: 0 0 0.2em 0;
  }
  .car {
    position: relative;
    width: 80%;
    margin: 0 auto 0 -4vw;
    padding: 0 0 0 0;
  }
  .stop {
    position: absolute;
    right: -27%;
    bottom: 2%;
    width: 16%;
  }
  /*********級距表***********/
  .rateGrade {
    display: none;
    background: rgba(52, 52, 73, 0.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: scroll;
    left: 0;
    top: 0;
    z-index: 961;
    font-size: 22px;
  }
  .gradeBox {
    position: relative;
    margin: 4em auto 3em auto;
    width: 90%;
  }
  .gradeClose {
    position: absolute;
    right: 0%;
    top: -3em;
    background: #000000;
    border-radius: 300px;
    border: 2px solid #ffffff;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    box-sizing: border-box;
    cursor: pointer;
  }
  .gradeClose02 {
    display: inline-block;
    font-size: 0.8em;
    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 0 0 0;
  }
  .gradeTitle {
    font-size: 1.1em;
    color: #ffffff;
    text-align: center;
    line-height: 1.3em;
    margin: 0 0 0.8em 0;
  }
  .gradePS {
    font-size: 0.8em;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0 0 0.4em 0;
  }
  .gradeTxt {
    font-size: 0.8em;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0 0 1em 0;
    text-align: justify;
  }
  .gradeTable {
    width: 100%;
    border-left: 1px solid #9a77db;
    border-top: 1px solid #9a77db;
    margin: 0 0 0.5em 0;
  }
  .gradeTable th {
    border-right: 1px solid #9a77db;
    border-bottom: 1px solid #9a77db;
    color: #ffffff;
    padding: 0.5em 0.4em;
    font-size: 0.8em;
    line-height: 1.3em;
    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;
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: center;
    vertical-align: middle;
  }
  .moLine {
    display: block;
  }
  /**********************************/
  .noteTile {
    color: #825dc7;
    font-weight: bold;
    font-size: 6.5em;
    text-align: center;
    vertical-align: baseline;
    padding: 0 0 0.8em 0;
  }
  .noteBox {
    font-size: 7.4em;
  }
}
