* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.left, .right {
  position: fixed;
  z-index: 0;
  width: 25vw;
  height: 25vw;
}

.left {
  top: 20%;
  left: -10%;
}

.right {
  bottom: 5%;
  right: -10%;
}

main {
  padding-top: 56px;
  position: relative;
  z-index: 2;
}

nav {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  width: 100%;
  height: 56px;
  z-index: 2;
}

nav .navbar {
  height: 100%;
}

nav .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav .navbar ul li, nav .navbar ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #9D9D9D;
  text-decoration: none;
}

nav .navbar ul li i, nav .navbar ul a i {
  font-size: 1.5rem;
  padding-bottom: 2px;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 999;
  background-color: #F9781A;
  font-size: 2.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

#topbar .logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#topbar .logo_area .back {
  margin-right: 10px;
  color: #fff;
}

#topbar .logo_area .logo {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topbar .refresh {
  cursor: pointer;
  color: #fff;
}

main {
  padding-bottom: 70px;
}

main #register_form {
  padding: 18px 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main #register_form * {
  font-family: Microsoft JhengHei;
}

main #register_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

main #register_form form div {
  width: 100%;
}

main #register_form form div .eye {
  font-size: 2rem;
  color: #757575;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

main #register_form form span {
  width: 100%;
  margin-bottom: 20px;
}

main #register_form form span label {
  font-size: 1.167rem;
}

main #register_form .open-title {
  font-size: 20px;
  color: #f9781a;
  text-align: center;
}

main #register_form .step-text {
  font-size: 20px;
  color: #f9781a;
  margin-top: 0;
  margin-bottom: 15px;
}

main #register_form .step {
  background-color: white;
  border-radius: 0;
  width: 186px;
  height: auto;
  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: 62px;
}

main #register_form .step .step-img {
  width: 30px;
  height: 30px;
  background-color: #d1d1d1;
  border-radius: 100%;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 0px;
}

main #register_form .step .step-1 {
  background-color: #f9781a;
}

main #register_form .step .step-next {
  width: 18px;
  margin-bottom: 0px;
}

main #register_form .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #register_form .button-container button {
  width: 160px;
  height: 36px;
  letter-spacing: 1px;
  border-radius: 4px;
  outline: none;
  font-size: 21px;
  margin-bottom: 12px;
  border: none;
  background-color: #f9781a;
  color: white;
}

.input-number-title {
  font-size: 20px;
  margin-bottom: 18px;
  text-align: center;
}

.input-number-detail {
  width: 100%;
  height: 41px;
  margin-bottom: 98.5px;
  font-size: 28px;
  color: #f9781a;
}
/*# sourceMappingURL=Jimmy_open1.css.map */