#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;
}
}
#vote-option[data-v-5ba46eda] {
  overflow: hidden;
  overflow-y: auto;
}
.dezu_container_body[data-v-5ba46eda] {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  position: relative;
  overflow: visible;
}
.dezu_vote_form[data-v-5ba46eda] {
  width: 100%;
  max-width: 768px;
  min-height: min(100vh, 1024px);
  padding: 23px 17px 50px 17px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.page_title[data-v-5ba46eda] {
  width: 100%;
  margin-bottom: 11px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #555555;
}
.user_item[data-v-5ba46eda] {
  width: 100%;
  height: 48px;
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.user_item .item_avatar[data-v-5ba46eda] {
  margin: 6px 9px 6px 10px;
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.user_item .item_avatar img[data-v-5ba46eda] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_item .item_name[data-v-5ba46eda] {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 15px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
