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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 14px/1.15 "Roboto", arial, "Microsoft JhengHei", sans-serif !important;
  color: #383838;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

*:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.page-reg {
  position: relative;
  background-color: #ffffff;
}
.page-reg-inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4rem;
  margin-bottom: 9rem;
}
.page-reg-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #FF7800;
  height: 65px;
}
.page-reg-top .top-logo {
  width: 171px;
}
.page-reg-title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #5A5A5C;
  margin-bottom: 3rem;
}
.page-reg-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin-bottom: 5rem;
}
.page-reg-step .step-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-reg-step .step-item:first-child .step-item-inbox::before {
  background-color: transparent !important;
}
.page-reg-step .step-item-inbox {
  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;
}
.page-reg-step .step-item-inbox::before {
  position: relative;
  top: 15px;
  left: -110px;
  content: "";
  width: 230px;
  height: 1px;
  background-color: #CCCCCC;
}
.page-reg-step .step-item-inbox .inbox-number {
  width: 30px;
  height: 30px;
  background-color: #CCCCCC;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  border-radius: 26px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1rem;
  z-index: 1;
}
.page-reg-step .step-item-inbox .inbox-title {
  color: #909090;
  font-weight: 500;
  font-size: 13px;
}
.page-reg-step .step-item.is-now .step-item-inbox::before {
  background-color: #FF7800;
}
.page-reg-step .step-item.is-now .step-item-inbox .inbox-number {
  background-color: #FF7800;
  color: #ffffff;
}
.page-reg-step .step-item.is-now .step-item-inbox .inbox-title {
  color: #FF7800;
}
.page-reg-content {
  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;
}
.page-reg-content .content-step1 {
  margin-bottom: 3rem;
}
.page-reg-content .content-step1-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-reg-content .content-step1-content.is-switch-phone .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-reg-content .content-step1-content.is-switch-phone .content-input {
  width: 339px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-reg-content .content-step1-has-account {
  text-align: center;
  margin: 1rem auto 3rem;
}
.page-reg-content .content-step1-has-account .account-image {
  margin: 0 auto 5rem;
  width: 115px;
}
.page-reg-content .content-step1-has-account .account-title {
  color: #5A5A5C;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.page-reg-content .content-step1-has-account .account-text {
  color: #5A5A5C;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.page-reg-content .content-step1-has-account .account-or {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #AAAAAA;
  margin-bottom: 1.5rem;
  width: 510px;
  text-align: center;
}
.page-reg-content .content-step1-has-account .account-or::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: calc(50% - 25px);
  height: 1px;
  background-color: #AAAAAA;
}
.page-reg-content .content-step1-has-account .account-or::after {
  position: absolute;
  content: "";
  top: 8px;
  right: 0;
  width: calc(50% - 25px);
  height: 1px;
  background-color: #AAAAAA;
}
.page-reg-content .content-step2 {
  margin-bottom: 4rem;
}
.page-reg-content .content-step2-input {
  position: relative;
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.page-reg-content .content-step2-input .input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
}
.page-reg-content .content-step2-input .input-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  background-color: #F3F3F3;
  margin-right: 1rem;
}
.page-reg-content .content-step2-input .input-list-item--focus {
  border-color: #000000;
}
.page-reg-content .content-step2-input .input-list-item--focus::before {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  margin: 18px auto;
  background: #000000;
  -webkit-animation: blink 1s steps(1) infinite;
          animation: blink 1s steps(1) infinite;
}
.page-reg-content .content-step2-input .input-hidden {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 60px);
  height: 48px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0;
  background: transparent;
  pointer-events: none;
}
.page-reg-content .content-step2-input .input-hidden.is-show {
  pointer-events: visible;
}
.page-reg-content .content-step2 .content-description {
  color: #5A5A5C;
  font-size: 14px;
  display: none;
}
.page-reg-content .content-step2 .content-description.is-show {
  display: block;
}
.page-reg-content .content-step3 {
  margin-bottom: 3rem;
}
.page-reg-content .content-step3-item {
  margin-bottom: 1rem;
}
.page-reg-content .content-step3-item .content-input.is-error {
  margin-bottom: 2.5rem;
}
.page-reg-content .content-error {
  margin: 1rem auto;
  color: #FF7800;
  font-size: 13px;
  text-align: center;
  display: none;
}
.page-reg-content .content-error.is-show {
  display: block;
}
.page-reg-content .content-area {
  height: 55px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 171px;
  border: 1px solid #CCCCCC;
  border-right: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-reg-content .content-area-image {
  width: 25px;
  margin-right: 0.5rem;
}
.page-reg-content .content-area-text {
  font-size: 14px;
  font-weight: 400;
}
.page-reg-content .content-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 510px;
  height: 55px;
  padding: 17px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
.page-reg-content .content-input.is-error {
  border-color: #FF7800;
}
.page-reg-content .content-input.is-error .content-input-error {
  display: block;
}
.page-reg-content .content-input input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 400;
}
.page-reg-content .content-input input:focus {
  outline: none;
}
.page-reg-content .content-input label {
  position: absolute;
  left: 20px;
  top: 18px;
  pointer-events: none;
  opacity: 0;
  background-color: #ffffff;
  color: #AAAAAA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-reg-content .content-input label.is-show {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -8px;
  opacity: 1;
}
.page-reg-content .content-input-error {
  position: absolute;
  bottom: -20px;
  left: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #FF7800;
  display: none;
}
.page-reg-content .content-input-clear {
  display: none;
  color: #AAAAAA;
  cursor: pointer;
}
.page-reg-content .content-input-clear.is-show {
  display: block;
}
.page-reg-content .content-input-eye {
  display: none;
  color: #AAAAAA;
  cursor: pointer;
  margin-left: 0.5rem;
}
.page-reg-content .content-input-eye.is-show {
  display: block;
}
.page-reg-content .content-button {
  width: 510px;
  height: 55px;
  border-radius: 10px;
  background-color: #FF7800;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  margin: 0 auto 1.5rem auto;
  display: block;
}
.page-reg-content .content-button:hover {
  opacity: 0.5;
}
.page-reg-content .content-button--disabled {
  background-color: #CCCCCC;
  pointer-events: none;
}
.page-reg-content .content-description {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #AAAAAA;
  margin-bottom: 1rem;
}
.page-reg-content .content-description-link {
  text-decoration: underline;
  color: #AAAAAA;
}
.page-reg-content .content-description2 {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #8D8D8D;
}
.page-reg-content .content-description2-link {
  text-decoration: none;
  color: #FF7800;
}
.page-reg-footer {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #AAAAAA;
  margin-bottom: 1rem;
}
.page-reg-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.page-reg-language .language-item {
  position: relative;
  margin-right: 1rem;
  color: #AAAAAA;
}
.page-reg-language .language-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #AAAAAA;
  margin-right: 1rem;
  margin-left: 0.5rem;
}
.page-reg-language .language-item:last-child {
  margin-right: 0;
}
.page-reg-language .language-item:last-child::after {
  width: 0;
  height: 0;
  margin-right: 0;
  margin-left: 0;
}
.page-reg-language .language-item--link {
  cursor: pointer;
}
.page-reg-language .language-item--link:hover {
  opacity: 0.5;
}
.page-reg-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem auto;
}
.page-reg-mode .mode-item:first-child {
  margin-right: 1rem;
}
.page-reg-mode .mode-item--link {
  cursor: pointer;
}
.page-reg-mode .mode-item--link:hover {
  opacity: 0.7;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}