.DZTable {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  white-space: pre-line;
  position: absolute;
  top: 0;
}
.DZTable .table_tag {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.DZTable .table_tag .tag {
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  padding: 0 5px;
  overflow: hidden;
  margin: 5px 0;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.DZTable .table_tag .tag:not(:last-of-type) {
  margin-right: 5px;
}
.table_toolbar {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.table_search {
  width: 100%;
  max-width: 150px;
  margin-right: 15px;
  margin-bottom: 16px;
}
.table_search input {
  padding: 0 11px;
}
.mutiple_selector {
  width: 100%;
  margin-bottom: 15px;
}
.mutiple_selector button, .mutiple_selector button:active, .mutiple_selector button:focus {
  background: #FFDE1F;
  border-radius: 4px;
  border-width: 0;
  padding: 7px 12px 8px 12px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #555555;
}
.mutiple_selector button.is-disabled, .mutiple_selector button:active.is-disabled, .mutiple_selector button:focus.is-disabled {
  pointer-events: none;
  background: #FFDE1F;
  color: rgba(255, 255, 255, 0.5);
}
.table_filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.filter_selector {
  width: 135px;
  margin-bottom: 16px;
}
.filter_selector:nth-of-type(odd) {
  margin-right: 15px;
}
.table_date_picker {
  width: 100% !important;
  max-width: 287px;
  margin-bottom: 16px;
}
.el-date-range-picker {
  margin: 0 5px !important;
  width: 95% !important;
  max-width: 646px;
  overflow: auto !important;
}
.table_content {
  background-color: #fff;
  max-width: 768px;
  min-height: calc(100vh - 190px);
  margin: 17px 23px 67px 23px;
  padding: 1px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.table_content > div {
  width: 100%;
}
.table_data {
  flex: 1 1 auto;
  min-height: calc(100vh - 416px);
}
.table_data .el-table__body-wrapper {
  min-height: calc(100vh - 300px) !important;
}
.table_data .el-table th > .cell {
  display: inline-flex;
}
.table_data .el-table__expanded-cell {
  padding: 0 !important;
  border-bottom: 0px solid #E5E5E5 !important;
}
.table_data .el-table__expanded-cell .el-table__body-wrapper {
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}
.table_data .el-table__expanded-cell .sub_ellipsis_cell {
  padding: 0 !important;
  background-color: #f5f5f5;
  border: 0 !important;
  border-bottom: 0.5px solid #E5E5E5 !important;
}
.table_data .el-table__expanded-cell .sub_ellipsis_cell .cell {
  max-width: 172px;
  min-height: 36px;
  padding-right: 0 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
  overflow: hidden;
}
.table_data .el-table__expanded-cell .sub_ellipsis_cell.f_start .cell {
  justify-content: flex-start;
  padding-left: 16px !important;
}
.table_data .el-table__expanded-cell .sub_ellipsis_cell.f_center .cell {
  justify-content: center;
}
.table_data .el-table__expanded-cell .sub_ellipsis_cell.f_end .cell {
  justify-content: flex-end;
  padding-right: 16px !important;
}
.table_data .el-table__expanded-cell .sub_ellipsis_cell .table_avatar {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 5px 12px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.table_data .el-table__expanded-cell .sub_ellipsis_cell .table_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table_data .el-table__expanded-cell .sub_action_cell {
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0 !important;
  background-color: #f5f5f5;
  border-bottom: 0.5px solid #E5E5E5 !important;
}
.table_data .el-table__expanded-cell .sub_action_cell .cell {
  min-height: 36px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.table_data .el-table__expanded-cell .sub_action_cell.f_start .cell {
  justify-content: flex-start;
}
.table_data .el-table__expanded-cell .sub_action_cell.f_center .cell {
  justify-content: center;
}
.table_data .el-table__expanded-cell .sub_action_cell.f_end .cell {
  justify-content: flex-end;
}
.table_data .el-table__expanded-cell .sub_action_cell .el-dropdown {
  margin-top: 5px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  color: #AAAAAA;
  font-size: 10px;
}
.table_data .el-table__expanded-cell .sub_action_label {
  min-height: 36px;
  white-space: nowrap !important;
  color: rgba(170, 170, 170, 0) !important;
}
.el-table-column--selection.is-leaf {
  border-bottom: 2px solid #E5E5E5 !important;
}
.el-checkbox.is-disabled {
  display: none;
}
.ellipsis_cell {
  padding: 0 !important;
  border-bottom-color: #E5E5E5 !important;
}
.ellipsis_cell.el-table__expand-column {
  opacity: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 0;
  max-width: 0;
  color: #fff;
}
.ellipsis_cell.is-leaf {
  border-bottom: 2px solid #E5E5E5 !important;
}
.ellipsis_cell .cell {
  max-width: 172px;
  min-height: 48px;
  padding-right: 0 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ellipsis_cell .cell > div {
  height: max-content;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis_cell.f_start .cell {
  justify-content: flex-start;
}
.ellipsis_cell.f_center .cell {
  justify-content: center;
}
.ellipsis_cell.f_end .cell {
  justify-content: flex-end;
}
.ellipsis_cell .cell_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
}
.ellipsis_cell .cell_text span {
  overflow: hidden;
  width: 172px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis_cell .table_avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  margin: 5px 12px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.ellipsis_cell .table_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.action_cell {
  padding: auto 0 !important;
  border-bottom-color: #E5E5E5 !important;
}
.action_cell.is-leaf {
  border-bottom: 2px solid #E5E5E5 !important;
}
.action_cell .cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.action_cell.f_start .cell {
  justify-content: flex-start;
}
.action_cell.f_center .cell {
  justify-content: center;
}
.action_cell.f_end .cell {
  justify-content: flex-end;
}
.action_cell .el-dropdown {
  margin-top: 5px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  color: #AAAAAA;
  font-size: 10px;
}
.action_label {
  min-height: 24px;
  white-space: nowrap !important;
  color: rgba(170, 170, 170, 0) !important;
}
.table_pagination {
  justify-self: flex-end;
  width: 100%;
  padding: 23px 6px 3px 6px;
  display: flex;
  justify-content: center;
}
.table_pagination li {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #AAAAAA;
}
.table_pagination li.active {
  color: #555555 !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16.67px;
  width: 16.67px;
  left: 1.67px;
  bottom: 1.67px;
  background-color: white;
  transition: 0.4s;
}
input.active + .slider {
  background-color: #FFDE1F;
}
input.active + .slider {
  box-shadow: 0 0 1px #FFDE1F;
}
input.active + .slider:before {
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.dezu_dialog {
  width: 85% !important;
  max-width: 450px;
  margin-top: 5vh !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid #E5E5E5 !important;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 4px !important;
}
.dezu_dialog .note {
  margin-top: 15px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f57070;
}
.dialog_item {
  margin-bottom: 16px !important;
}
.dialog_item .is-disabled {
  cursor: not-allowed;
}
.dialog_item .is-disabled input {
  color: #555555 !important;
}
.dialog_item .item_label {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  display: block;
  margin-bottom: 8px;
}
.dialog_item .item_date, .dialog_item .item_year {
  width: 100% !important;
}
.dialog_item .item_selector {
  width: 100%;
}
.dialog_item .item_multiple_selector {
  width: 100%;
}
.dialog_item .item_multiple_selector .el-tag {
  background: #F5F5F5;
  border: 0.5px solid #E5E5E5;
  border-radius: 4px;
  font-weight: 300;
  color: #AAAAAA;
}
.dialog_item .item_multiple_selector .el-tag__close {
  background-color: #AAAAAA !important;
  color: #FFF !important;
}
.dialog_item .item_month_picker {
  width: 100% !important;
}
.dialog_item .el-date-range-picker {
  margin: 0 5px !important;
  width: 95% !important;
  max-width: 646px;
  overflow: auto !important;
}
.dialog_item .item_price_text {
  width: 100% !important;
}
.dialog_item .item_price_text .el-input__inner {
  text-align: left !important;
}
.dialog_item .redio_item {
  line-height: 29px;
}
.dialog_item .redio_item .el-radio__label {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #555555 !important;
}
.dialog_item .redio_item .redio_note {
  padding: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: -4px;
  left: 24px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
}
.dialog_item .item_textarea .el-input__count {
  background-color: rgba(255, 255, 255, 0);
  bottom: 4px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 17px;
  text-align: right;
  color: #AAAAAA;
}
.dialog_item .item_textarea .el-textarea__inner {
  -webkit-appearance: none;
}
.dialog_item .item_subform {
  padding: 12px 14px 12px 14px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
}
.dialog_item .item_subform .sub_item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.dialog_item .item_subform .sub_item .subitem_title {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dialog_item .item_subform .sub_item .subitem_col {
  margin: 0;
  padding: 13px 0 12px 0;
}
.dialog_item .item_subform .sub_item .subitem_col .col_label {
  width: 100px;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.dialog_item .item_subform .sub_item .subitem_col .col_selector {
  width: calc(100% - 100px);
}
.dialog_item .item_subform .sub_item:not(:first-of-type) {
  border-top: 0.5px solid #E5E5E5;
}
.dialog_item .item_table {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 14px;
}
.dialog_item .item_table > * {
  font-size: 13px !important;
  font-weight: 400 !important;
}
.dialog_item .item_table > .el-table th > .cell {
  font-size: 13px !important;
  line-height: 48px;
  font-weight: 400 !important;
  text-align: right !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el-date-picker {
  margin: 0 5px !important;
  width: 95% !important;
  max-width: 322px;
  overflow: auto !important;
}
.input_multiple_selector {
  width: calc(100% - 28px);
  margin: 0 3px 0 25px;
}
.input_multiple_selector .el-tag {
  background: #F5F5F5;
  border: 0.5px solid #E5E5E5;
  border-radius: 4px;
  font-weight: 300;
  color: #AAAAAA;
}
.input_multiple_selector .el-tag__close {
  background-color: #AAAAAA !important;
  color: #FFF !important;
}
.input_datetime_picker {
  height: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 3px 0 25px;
}
.input_datetime_picker .el-date-editor {
  width: 48%;
}
.input_datetime_picker span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #AAAAAA;
}
.input_datetime_picker .el-input__inner {
  border-width: 0;
  padding: 0;
  text-align: center;
}
.input_datetime_picker .el-input__prefix {
  opacity: 0;
}
.ql-editor {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 21px !important;
}
.ql-editor ol, .ql-editor ul {
  padding-left: 0 !important;
}
.quillWrapper {
  background-color: #fff;
}
.quillWrapper .ql-snow.ql-toolbar button svg {
  width: 16px !important;
  height: 16px !important;
}
.ql-toolbar.ql-snow {
  border-radius: 4px 4px 0 0;
  -webkit-appearance: none;
}
div#quill-container {
  border-radius: 0 0 4px 4px;
  -webkit-appearance: none;
}
.ql-editor.ql-blank::before {
  font-size: 14px;
  font-style: normal !important;
  font-weight: 500;
  color: #c2c6ce !important;
}
.is-error .quillWrapper {
  border: 1px solid #f54040;
  border-radius: 4px;
}
.dezu_upload {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.dezu_upload .el-upload__tip {
  margin-right: 8px;
}
.dezu_upload .el-upload-list {
  order: 30;
  width: 100%;
}
.dezu_upload .el-upload {
  order: -1;
}
.dezu_upload .el-upload {
  width: 100% !important;
}
.dezu_upload .el-upload-dragger {
  width: 100% !important;
}
.dezu_dialog .el-dialog__header {
  height: 48px;
  padding: 10px 20px 12px 20px;
  box-sizing: border-box;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #555555;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
}
.avatar-uploader {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.avatar-uploader .el-upload__tip {
  margin-right: 8px;
}
.avatar-uploader .el-upload-list {
  order: 30;
  width: 100%;
}
.avatar-uploader .el-upload {
  order: 20;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 8px;
}
.avatar-uploader .el-upload:hover {
  border-color: #E5E5E5;
}
.avatar-uploader-icon {
  font-size: 14px;
  color: #FFDE1F;
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.avatar {
  width: 55px;
  height: 55px;
  display: block;
}
.el-upload__tip {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.dezu_upload_img {
  width: 55px;
  height: 55px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}
.dezu_upload_img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.dezu_upload_img .remove_mask {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent rgba(17, 17, 17, 0.5490196078) transparent transparent;
  color: #fff;
  font-size: 9px;
}
.dezu_upload_img .remove_mask > * {
  position: absolute;
  top: 2px;
  right: -18.5px;
}
.file_item {
  width: 100%;
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.file_item .file_name {
  width: 100%;
  flex: 1 1 auto;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  transition: color 0.3s;
  white-space: nowrap;
}
.file_item .file_name span {
  color: #606266;
  font-size: 12px;
}
.file_item .file_name .name_icon {
  width: 14px !important;
  height: 14px !important;
  margin-right: 7px;
  color: #909399;
}
.file_item:focus, .file_item:hover {
  background-color: rgba(188, 214, 240, 0.2);
  cursor: pointer;
}
.dezu_dialog .el-dialog__headerbtn {
  top: 14px;
  right: 14px;
  font-size: 14px;
}
.dialog-confirm-btn {
  background: #FFDE1F;
  border-radius: 4px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #555555 !important;
  padding: 7px 12px !important;
}
.status_view .el-input,
.status_view .el-radio,
.status_view .el-select,
.status_view .el-textarea,
.status_view .el-input__suffix,
.status_view .el-input__suffix-inner,
.status_view .quillWrapper,
.status_view .remove_mask {
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.status_view .el-upload, .status_view .remove_mask, .status_view .ql-toolbar.ql-snow {
  display: none;
}
.status_view div#quill-container {
  border-radius: 4px;
}
.status_view .ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 1px solid #ccc !important;
}
.status_view.dezu_dialog {
  background-color: #F5F5F5 !important;
}
