#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;
}
}
#inquiry[data-v-8df10c40] {
  overflow: hidden;
  overflow-y: auto;
}
.dezu_container_body[data-v-8df10c40] {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  overflow: visible;
}
.dezu_container_body.justify_start[data-v-8df10c40] {
  justify-content: flex-start;
}
.dezu_inquiry_form[data-v-8df10c40] {
  width: 100%;
  max-width: 768px;
  height: max-content;
  min-height: calc(100vh - 50px);
  background-color: #fff;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.dezu_inquiry_form .dezu_search[data-v-8df10c40] {
  width: 100%;
  padding: 26px 16px 17px 16px;
}
.dezu_inquiry_form .dezu_search > div[data-v-8df10c40]:first-of-type {
  width: 100%;
  max-width: 768px;
  height: 40px;
}
.dezu_inquiry_form .dezu_factory_list[data-v-8df10c40] {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
}
.dezu_inquiry_form .dezu_factory_list .factory_item[data-v-8df10c40] {
  margin-bottom: 22px;
  padding: 0 16px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #555555;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.dezu_inquiry_form .dezu_factory_list .factory_item .item_name[data-v-8df10c40] {
  font-weight: bold;
}
.dezu_inquiry_form .dezu_factory_list .factory_item .item_contact[data-v-8df10c40] {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.dezu_inquiry_form .dezu_factory_list .factory_item .item_contact .contact_name[data-v-8df10c40] {
  margin-right: 8px;
}
.dezu_inquiry_form .dezu_factory_list .factory_item .item_contact .contact_phone[data-v-8df10c40] {
  flex: 1 1 auto;
}
.dezu_inquiry_form .dezu_factory_list .factory_item .item_contact .contact_phone a[data-v-8df10c40], .dezu_inquiry_form .dezu_factory_list .factory_item .item_contact .contact_phone a[data-v-8df10c40]:active, .dezu_inquiry_form .dezu_factory_list .factory_item .item_contact .contact_phone a[data-v-8df10c40]:hover {
  text-decoration: none;
}
.dezu_inquiry_form .dezu_factory_list .factory_item .item_note[data-v-8df10c40] {
  font-size: 12px;
  line-height: 17px;
}
