#DZList {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.read_link {
  cursor: pointer;
}
.dezu_list_item {
  width: 100%;
  border-bottom: 0.2px solid rgba(173, 173, 173, 0.4862745098);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}
.dezu_list_item:last-of-type {
  margin-bottom: 45px;
}
.dezu_list_item > div {
  min-height: 88px;
  border-width: 0px;
  border-radius: 0px;
}
.dezu_list_item .item_body {
  width: calc(100% - 58px);
  flex: 1 1 auto;
  padding: 18px 23px 17px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  position: relative;
}
.dezu_list_item .item_body .item_status {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dezu_list_item .item_body .item_status span.active {
  width: 12px;
  height: 12px;
  background-color: #FFDE1F;
  border-radius: 50%;
}
.dezu_list_item .item_body .item_content {
  width: calc(100% - 102px);
  flex: 1 1 auto;
  height: 100%;
}
.dezu_list_item .item_body .item_content .content_title {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #555555;
  margin-bottom: 4px;
  width: min(268px, 100%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dezu_list_item .item_body .item_content .content_date {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
}
.dezu_list_item .item_link {
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #AAAAAA;
}
.dezu_list_item .item_link a, .dezu_list_item .item_link a:active, .dezu_list_item .item_link a:hover {
  color: #AAAAAA;
}
.price_tag .item_body {
  width: calc(100% - 102px);
  padding: 18px 23px 17px 16px;
}
.price_tag .payment_date {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
}
.price_tag .price_detail {
  width: 102px;
  height: 88px;
  box-sizing: border-box;
  padding: 13px 16px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.price_tag .price_detail .payment_price {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-align: right;
  color: #555555;
  margin-bottom: 4px;
}
.price_tag .price_detail .payment_status {
  width: 48px;
  height: 21px;
  background: #FFDE1F;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: #555555;
}
.price_tag .price_detail .payment_status.paid {
  background: #AAAAAA;
  color: #FFFFFF;
}
.vote_list:last-of-type {
  margin-bottom: 100px;
}
.vote_list .item_body {
  width: calc(100% - 88px);
  padding: 18px 23px 17px 16px;
}
.vote_list .content_title.finish {
  color: #AAAAAA !important;
}
.vote_list .vote_date {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
}
.vote_list .vote_detail {
  max-width: 102px;
  height: 88px;
  box-sizing: border-box;
  padding: 24px 15px 18px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.vote_list .vote_detail .vote_status {
  max-width: 48px;
  padding: 3px 5px 5px 5px;
  height: 21px;
  background: #FFDE1F;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: #555555;
}
.vote_list .vote_detail .vote_status.voted {
  background: #555555;
  color: #FFFFFF;
}
.vote_list .vote_detail .vote_status.finish {
  background: #AAAAAA;
  color: #FFFFFF;
}
.list_toolbar {
  width: 100%;
  padding: 16px;
  border-bottom: 0.2px solid rgba(173, 173, 173, 0.4862745098);
}
.list_toolbar:empty {
  display: none;
}
.list_toolbar .list_search {
  width: 100%;
}
