#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;
}
}
#feeboard-remittance[data-v-576286bb] {
  overflow: hidden;
  overflow-y: auto;
}
#feeboard-remittance hr[data-v-576286bb] {
  width: 100%;
  height: 1px;
  border-width: 0;
  background-color: #AAAAAA;
  margin-top: 15px;
}
#feeboard-remittance img[data-v-576286bb] {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.dezu_container_body[data-v-576286bb] {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  position: relative;
  overflow: visible;
}
.dezu_container_body.justify_start[data-v-576286bb] {
  justify-content: flex-start;
}
.title[data-v-576286bb] {
  width: 100%;
  max-width: 768px;
  padding: 15px 16px 0 16px;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #555555;
}
.remittance_info[data-v-576286bb] {
  width: 100%;
  max-width: 768px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 16px;
}
.remittance_info .note[data-v-576286bb] {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #AAAAAA;
}
.remittance_info .info_item[data-v-576286bb] {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Noto Sans TC;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
}
.remittance_info .info_item .item_title[data-v-576286bb] {
  width: 108px;
  text-align: left;
  font-weight: bold;
}
.remittance_info .info_item .item_content[data-v-576286bb] {
  width: 100%;
  flex: 1 1 auto;
  text-align: left;
  font-weight: normal;
  position: relative;
}
.remittance_info .info_item .item_content .copyicon[data-v-576286bb] {
  position: relative;
  top: 2px;
  left: 6px;
  color: #AAAAAA;
}
.remittance_wrapper[data-v-576286bb] {
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.remittance_wrapper img[data-v-576286bb]:not(:last-of-type) {
  margin-bottom: 5px;
}
