@charset "UTF-8";
html, #app {
  height: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang TC", "LiHei Pro", "Hiragino Sans GB", "Microsoft JhengHei", "微軟正黑體", Arial ,sans-serif;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  color: #333;
  background-color: #fff; }

p, span, h1, h2, h3, h4, h5, h6, label {
  font-size: 16px;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

header {
  height: 72px;
  background-color: #22273b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header img {
    height: 100%;
    width: auto; }

.container {
  max-width: 540px;
  margin: 0 auto;
  min-height: 100%;
  text-align: center;
  padding: 15px 0 60px 0; }
  .container .wrapper {
    padding: 0 5%; }

.modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }
  .modal .modal-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal .modal-wrapper .modal-content {
      width: 90%;
      max-width: 460px;
      position: relative;
      background-color: #fff;
      max-height: 90%;
      overflow-y: auto;
      text-align: center;
      padding: 15px 15px 5px 15px;
      -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3); }
      .modal .modal-wrapper .modal-content h6 {
        margin-bottom: 20px; }
      .modal .modal-wrapper .modal-content p {
        font-size: 14px;
        margin: 0 0 20px 0;
        color: #333; }

.button {
  display: block;
  cursor: pointer;
  position: relative;
  border: none;
  outline: none !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  letter-spacing: 2px;
  font-size: 16px;
  min-width: 40%;
  margin: 0 auto 15px auto; }
  .button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.button2 {
  width: 100%;
  cursor: pointer;
  position: relative;
  border: none;
  outline: none !important;
  background-color: #fff;
  color: #333;
  border: 2px solid #333;
  border-radius: 50px;
  padding: 6px 10px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  min-width: 40%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .button2:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .button2 span {
    display: inline-block;
    background-color: #22273b;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .button2 span img {
      width: 16px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.step-area {
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px; }
  .step-area .step {
    text-align: center;
    position: relative; }
    .step-area .step.actived .circle {
      border: 2px solid #333;
      background-color: #333;
      color: #fff; }
    .step-area .step.actived p {
      color: #333; }
    .step-area .step .circle {
      display: inline-block;
      width: 38px;
      height: 38px;
      border-radius: 50px;
      color: #ccc;
      border: 2px solid #ccc;
      line-height: 36px;
      font-size: 20px;
      font-weight: bold; }
      .step-area .step .circle img {
        -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
        transform: translate(0, -2px);
        width: 18px;
        height: 18px; }
    .step-area .step p {
      white-space: nowrap;
      position: absolute;
      left: 50%;
      top: 120%;
      -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
      transform: translatex(-50%);
      color: #ccc; }
      @media (max-width: 340px) {
        .step-area .step p {
          font-size: 14px; } }
  .step-area .line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 2px;
    background-color: #ccc;
    margin: 0 5px; }
    .step-area .line.actived {
      background-color: #333; }

input::-webkit-input-placeholder {
  font-size: 20px;
  color: #ccc !important; }

.d-none, [v-cloak] {
  display: none; }

.animated {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }


  /* add */
  header {
    background-color: #e8e8e8;
    height: 55px;
  }