#fCard[data-v-b6c226fa] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0 20px 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#fCard[data-v-b6c226fa]:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 0.5px solid #555555;
}
#fCard[data-v-b6c226fa]:first-of-type {
  margin-bottom: 20px;
  border-bottom: 0.5px solid #555555;
}
#fCard .info[data-v-b6c226fa] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  max-width: 180px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
#fCard .info label[data-v-b6c226fa] {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.5px;
}
#fCard .status[data-v-b6c226fa] {
  min-width: 120px;
  max-width: 120px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
#fCard .status span[data-v-b6c226fa] {
  cursor: pointer;
}
#fCard .status .reserve_btn[data-v-b6c226fa] {
  width: 120px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: #555555;
  border-radius: 30px;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 8px;
}
#fCard .status .order_btn[data-v-b6c226fa] {
  width: 120px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: #FFDE1F;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 8px;
}
#fCard .status .is_sold[data-v-b6c226fa] {
  width: 120px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 8px;
}
#fCard .tool[data-v-b6c226fa] {
  min-width: 20px;
  max-width: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
#fCard .close_icon[data-v-b6c226fa] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 4;
}
#home {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
}
#home .wrapper {
  width: 100%;
  height: 100% !important;
  padding: 0;
  margin: 0;
}
#home .wrapper .swiper-wrapper {
  height: 100% !important;
}
#home .wrapper .swiper-slide {
  width: 100%;
  height: 100% !important;
  overflow: auto;
  padding: 24px 50px 40px 50px !important;
}
@media (max-width: 1023.98px) {
#home .wrapper .swiper-slide {
    padding: 24px 30px 40px 30px !important;
}
}
#home .top_bar {
  width: 100%;
  height: 50px;
  padding: 0 10px 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #FFFFFF;
}
@media (max-width: 1023.98px) {
#home .top_bar {
    height: 70px;
}
}
#home .top_bar .logo {
  width: 111px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .top_bar .logo a {
  width: 111px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .top_bar .logo img {
  width: 111px;
  height: 32px;
  object-fit: cover;
  transform: scale(0.8);
  position: relative;
  left: -10%;
}
#home .top_bar .tool_section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#home .top_bar .tool_section .menu_bar {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#home .top_bar .line_name {
  font-size: 14px;
  color: #555555;
  margin-left: 8px;
  width: 50px;
  max-width: 50px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
}
#home .container {
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100 - 50px);
}
@media (max-width: 1023.98px) {
#home {
    overflow-x: hidden;
    overflow-y: auto;
}
#home .top_bar {
    width: 100%;
    height: 70px;
    padding: 20px 10px 20px 30px;
}
#home .container {
    min-height: calc(var(--vh, 1vh) * 100 - 70px);
}
}
.open.inner_drawer {
  left: 0;
  transition: left 0.5s ease-out;
}
.close.inner_drawer {
  left: 100%;
  transition: left 0.5s ease-out;
}
.close_header {
  width: 100%;
  padding: 37px 37px 0 37px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.drawer_container {
  width: 100%;
  height: calc(100% - 239px);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.drawer_container h2 {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 81px;
  text-align: center;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 20px;
}
.custom_house_list {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.tabs {
  width: 100%;
  padding: 0 50px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
.tabs {
    padding: 0 30px;
}
}
.dezu_tab {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: visible;
  margin: 0;
  font-weight: 400 !important;
  font-size: 14px !important;
  height: fit-content;
  line-height: 28px;
  background-color: #FFFFFF !important;
  color: #AAAAAA !important;
}
.dezu_tab .el-menu-item {
  font-size: inherit;
  font-weight: inherit;
  height: 30px;
  line-height: 28px;
  padding: 0;
  background-color: #FFFFFF !important;
  margin-right: 30px;
}
.dezu_tab .el-menu-item.is-active {
  color: #555555 !important;
  border-bottom: 2px solid #FFDE1F !important;
}
.delete_confirm {
  width: 302px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 10px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.delete_confirm * {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.delete_confirm .el-message-box__content {
  width: 100%;
  height: 100%;
  position: relative;
}
.delete_confirm .el-message-box__content .el-message-box__message, .delete_confirm .el-message-box__content .el-message-box__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.delete_confirm .el-message-box__content .el-message-box__message > p {
  width: 100%;
  height: calc(100% - 55px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.delete_confirm .el-message-box__content .el-message-box__message > p > .image_gif {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
}
.delete_confirm .el-message-box__content .el-message-box__message > p > .image_gif img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.delete_confirm .el-message-box__content .el-message-box__message > p .tick {
  position: relative;
  top: -10px;
  width: 40px;
  height: 40px;
  transform: rotate(45deg) scale(0.65);
}
.delete_confirm .el-message-box__content .el-message-box__message > p .tick .line {
  background: #555;
  position: absolute;
}
.delete_confirm .el-message-box__content .el-message-box__message > p .tick .line.a {
  width: 6px;
  left: calc(10.5px + 52% - 9px);
  top: -36px;
  bottom: 6px;
  animation: checkAnimA ease 0.6s;
  border-radius: 150px;
  transform-origin: bottom left;
  transform: rotate(-5deg);
}
.delete_confirm .el-message-box__content .el-message-box__message > p .tick .line.b {
  height: 6px;
  animation: checkAnimB ease 0.3s;
  width: 33.25px;
  left: calc(52% - 26.8px);
  bottom: 6px;
  border-radius: 150px;
}
.delete_confirm .el-message-box__content .el-message-box__message > p .tick, .delete_confirm .el-message-box__content .el-message-box__message > p .tick * {
  transition: 1s;
}
.delete_confirm .el-message-box__content .el-message-box__message > p span {
  position: absolute;
  bottom: 31px;
}
@keyframes checkAnimA {
0%, 25% {
    top: 100%;
}
100% {
    top: -36px;
}
}
@keyframes checkAnimB {
0% {
    width: 0px;
}
100% {
    width: 33.25px;
}
}
.dezu_info_container {
  width: 100%;
  min-height: 106px;
  height: 106px;
  position: relative;
  overflow: visible;
  align-self: flex-end !important;
  margin-top: 30px;
}
.dezu_info_container .info_mask {
  width: 100%;
  height: 100%;
  padding: 27px 34px;
  background-color: #FFFFFF;
  color: #555;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.dezu_info_container .info_mask .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16.5px;
}
.dezu_info_container .info_mask .icons span {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.dezu_info_container .info_mask .icons span a {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.dezu_info_container .info_mask .icons span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.dezu_info_container .info_mask .icons span:not(:last-of-type) {
  margin-right: 28.04px;
}
.dezu_info_container .info_mask .title {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #555555;
}
.dezu_info_container .info_mask .subtitle {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #555555;
}
.dezu_info_container .info_mask hr {
  width: 24px;
  height: 0;
  border-bottom: 0 solid #555555;
  margin-top: 24px;
}
