#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[data-v-2d5e5ef2] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#vote.justify_start[data-v-2d5e5ef2] {
  justify-content: flex-start;
}
#vote .dezu_tabs_group[data-v-2d5e5ef2] {
  display: none;
}
.dezu_information_form[data-v-2d5e5ef2] {
  width: 100%;
  max-width: 768px;
  height: 100vh;
}
.dezu_information_form .dezu_tab_pane[data-v-2d5e5ef2] {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
}
.dezu_tabs_group[data-v-2d5e5ef2] {
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: solid 1px #e6e6e6;
}
.append_vote[data-v-2d5e5ef2] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.append_vote button[data-v-2d5e5ef2] {
  width: 46px;
  height: 46px;
  background: #FFDE1F;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 11px !important;
}
