.task_list_header_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 5px;
  width: 142px;
}

.task_list_header_line_item {
  height: 70px;
  width: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.task_list_body_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  border-radius: 5px;
  width: 142px;
}

.task_list_body_item_del {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
}

/* table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  position: relative;
} */

th:first-child,
td:first-child {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 9;
  /* border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc; */
}

.iconfont {
  font-size: 20px !important;
}

.zlgzz_main_box {
  background: rgba(242, 242, 242, 1);
  height: calc(100vh - 160px);
  position: relative;
  padding: 0px;
}

.zlgzz_bottom_btn_box {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.zlgzz_left_box {
  background: #ffffff;
  height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 0px 20px 20px 0px;
}
.zlgzz_left_input {
  border: 1px solid #ffffff !important;
  border-bottom: 1px solid #000000 !important;
  background-color: #f2f2f2 !important;
  height: 25px !important;
  border-radius: 4px !important;
}

.zlgzz_left_input_textarea {
  border: 1px solid #ffffff !important;

  background-color: #f2f2f2 !important;
  height: 40px !important;
  border-radius: 4px !important;
}
.zlgzz_left_label {
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  align-items: center;
  align-content: center;
}

.zlgzz_right_box {
  background: #ffffff;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
