#DZLoading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ball-scale > div {
  background-color: #ffe23b;
  border-radius: 100%;
  margin: 2px;
  display: inline-block;
  height: 80px;
  width: 80px;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
@keyframes ball-scale {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
    opacity: 0;
}
}
#register[data-v-022fc800] {
  overflow: hidden;
  overflow-y: auto;
}
.dezu_container_body[data-v-022fc800] {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  overflow: visible;
}
.dezu_container_body.justify_start[data-v-022fc800] {
  justify-content: flex-start;
}
.dezu_login_form[data-v-022fc800] {
  width: 100%;
  max-width: 375px;
  padding: 50px 39px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
}
.dezu_input_item[data-v-022fc800] {
  margin-bottom: 8px;
}
.dezu_input_item label[data-v-022fc800] {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
}
.dezu_note[data-v-022fc800] {
  margin-top: 19px;
  font-size: 12px;
  line-height: 17px;
  color: #AAAAAA;
  text-align: justify;
}
.dezu_signup_btn[data-v-022fc800] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 67px;
}
.dezu_signup_btn button[data-v-022fc800] {
  width: 287px;
  height: 50px;
  background: #FFDE1F;
  border: 0px solid #FFDE1F;
  box-sizing: border-box;
  border-radius: 4.8px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #555555;
}
