.flex_center[data-v-0dea788f] {
  display: flex;
  align-items: center;
}
.task_details[data-v-0dea788f] {
  padding: 0 20px;
  font-size: 12px;
}
.task_details.bot_border[data-v-0dea788f] {
  border-bottom: 1px solid #ebecef;
}
.task_details .title[data-v-0dea788f] {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
  margin-top: 14px;
}
.task_details .base_infos[data-v-0dea788f] {
  border-bottom: 1px solid #ebecef;
}
.task_details .base_infos .inf_item[data-v-0dea788f] {
  letter-spacing: 1.2px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
}
.task_details .base_infos .inf_item .item_label[data-v-0dea788f] {
  width: 70px;
  color: #999999;
}
.task_details .base_infos .inf_item .item_value[data-v-0dea788f] {
  display: flex;
  align-items: center;
}
.task_details .base_infos .inf_item .item_value .pro_icon[data-v-0dea788f] {
  width: 17px;
  margin-right: 9px;
  border-radius: 2px;
}
.task_details .base_infos .inf_item .item_value .status_s[data-v-0dea788f] {
  padding: 2px 7px;
  border-radius: 2px;
}
.task_details .orther_infos[data-v-0dea788f] {
  padding: 18px 0 8px 0;
  color: #262626;
  line-height: 24px;
}
.task_details .orther_infos img[data-v-0dea788f] {
  width: 280px;
  height: 280px;
}
.del_btn[data-v-0dea788f] {
  text-align: right;
  padding-bottom: 10px;
}

.user_item[data-v-42d42a45] {
  font-size: 12px;
  color: #262626;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #ebecef;
}
.user_item .user_smal[data-v-42d42a45] {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 12px;
  cursor: pointer;
}
.user_item .user_smal .portrait[data-v-42d42a45] {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-left: 6px;
  border-radius: 50%;
}
.user_item .unassigned[data-v-42d42a45] {
  text-align: center;
  padding-top: 10px;
  overflow: auto;
}
.user_item .unassigned .details_btn[data-v-42d42a45] {
  position: relative;
  padding-left: 14px;
  color: #3873fe;
  cursor: pointer;
}
.user_item .unassigned .details_btn[data-v-42d42a45]::before {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #ebecef;
}
.user_item .unassigned .unass_item[data-v-42d42a45] {
  height: 38px;
}
.icon_cirle[data-v-42d42a45] {
  position: fixed;
  cursor: pointer;
  top: 16px;
  right: 321px;
  z-index: 9999;
}

.user_colo[data-v-e7b602d4] {
  padding: 0 5px;
  color: #262626;
  letter-spacing: 1.2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.user_list_area[data-v-e7b602d4] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 280px;
  margin-top: 15px;
  overflow: auto;
}
.user_list_area .user_item[data-v-e7b602d4] {
  display: flex;
  position: relative;
  width: 150px;
  height: 48px;
  margin: 0 3px 10px 3px;
  align-items: center;
  border: 1px solid #ebecef;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.user_list_area .user_item .portrait[data-v-e7b602d4] {
  width: 28px;
  height: 28px;
  margin: 0 10px;
  border-radius: 50%;
}
.user_list_area .user_item .sele[data-v-e7b602d4] {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -1px;
  right: -1px;
}
.selev_user[data-v-e7b602d4] {
  display: flex;
  align-items: flex-start;
  margin-top: 11px;
  padding-top: 7px;
  border-top: 1px solid #ebecef;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.selev_user .left_label[data-v-e7b602d4] {
  flex-shrink: 0;
  padding-right: 10px;
}
.selev_user .left_label .titlm[data-v-e7b602d4] {
  padding: 4px 0;
  color: #262626;
}
.selev_user .left_label .tips_num[data-v-e7b602d4] {
  color: #bdc0c6;
}
.selev_user .sel_list[data-v-e7b602d4] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 60px;
}
.selev_user .sel_list .item_data[data-v-e7b602d4] {
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  margin: 4px;
  padding: 0 9px;
  background: #bbbcbe;
  border-radius: 2px;
  cursor: pointer;
}
.selev_user .sel_list_more[data-v-e7b602d4] {
  max-height: 140px;
  overflow: auto;
}
.selev_user .sel_list_nomore[data-v-e7b602d4] {
  overflow: hidden;
  height: 60px;
}
.show_more_user[data-v-e7b602d4] {
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1890ff;
  cursor: pointer;
}
.load_identification[data-v-e7b602d4] {
  width: 100%;
  text-align: center;
}

.content_details .detail_a[data-v-71ef99ef] {
  display: flex;
  align-items: center;
  height: 45px;
}
.content_details .detail_a .deta_item[data-v-71ef99ef] {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 52px;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ebecef;
  border-bottom: 1px solid #ebecef;
}
.content_details .detail_a .deta_item .num_bg[data-v-71ef99ef] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ebecef;
  z-index: 4;
}
.content_details .detail_a .deta_item .ab_de[data-v-71ef99ef] {
  position: absolute;
  z-index: 11;
}
.content_details .detail_project[data-v-71ef99ef] {
  display: flex;
  align-items: center;
}
.content_details .detail_project .pro_bg[data-v-71ef99ef] {
  position: relative;
  flex-shrink: 0;
  width: 52px;
  border-right: 1px solid #ebecef;
  border-bottom: 1px solid #ebecef;
}
.content_details .detail_project .pro_bg .task_item[data-v-71ef99ef] {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 10px;
  align-items: center;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1.2px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 8;
}
.icon_cirle[data-v-71ef99ef] {
  position: fixed;
  cursor: pointer;
  top: 16px;
  right: 321px;
  z-index: 9999;
}

.overlay_class_name .ant-tooltip-content[data-v-ea69e5aa] .ant-tooltip-inner {
  background: #fff !important;
}
.select_option[data-v-ea69e5aa] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select_option .operation_box[data-v-ea69e5aa] {
  width: 30px;
  height: 50px;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 99;
}
.select_option .suffix_icon[data-v-ea69e5aa] {
  margin-left: 3px;
}
.self[data-v-ea69e5aa] {
  margin: 20px;
  border: 1px solid #00f;
  height: 30px;
}
.flex_center[data-v-ea69e5aa] {
  display: flex;
  align-items: center;
}
.load[data-v-ea69e5aa] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100%;
  display: flex;
}
.load .left_user_area[data-v-ea69e5aa] {
  position: absolute;
  flex-shrink: 0;
  width: 196px;
  height: calc(100% - 97px);
  background: #ffffff;
  border-right: 1px solid #ebecef;
  z-index: 50;
}
.load .left_user_area .grouping_area[data-v-ea69e5aa] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  font-size: 14px;
  color: #262626;
  letter-spacing: 1.6px;
  border-bottom: 1px solid #ebecef;
  padding-left: 5px;
}
.load .left_user_area .grouping_area .select_style[data-v-ea69e5aa] {
  min-width: 100px;
  margin-left: 10px;
}
.load .left_user_area .overflow_user[data-v-ea69e5aa] {
  height: calc(100% - 120px);
  overflow: auto;
}
.load .left_user_area .overflow_user[data-v-ea69e5aa]::-webkit-scrollbar {
  width: 0;
}
.load .left_user_area .add_new_user[data-v-ea69e5aa] {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 23px;
  font-size: 12px;
  color: #262626;
  letter-spacing: 1.2px;
  border-top: 1px solid #ebecef;
  cursor: pointer;
}
.load .right_scheduling[data-v-ea69e5aa] {
  flex-grow: 2;
  padding-left: 195px;
}
.load .right_scheduling .date_time[data-v-ea69e5aa] {
  display: flex;
  height: 59px;
  align-items: center;
}
.load .right_scheduling .date_time .time_item[data-v-ea69e5aa] {
  display: flex;
  height: 100%;
  width: 52px;
  flex-shrink: 0;
  padding-bottom: 9px;
  align-items: flex-end;
  justify-content: center;
  color: #262626;
  letter-spacing: 1.2px;
  font-size: 12px;
  background: #ffffff;
  border-bottom: 1px solid #ebecef;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.load .right_scheduling .date_time .time_item .year_class[data-v-ea69e5aa] {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  color: #3873fe;
  letter-spacing: 1.2px;
  white-space: nowrap;
  z-index: 11;
  line-height: 28px;
  padding-left: 30px;
}
.load .right_scheduling .date_time .time_item .today_class[data-v-ea69e5aa] {
  width: 53px;
  height: 18px;
  background: #3873fe;
  border-radius: 9px;
  text-align: center;
  color: #fff;
}
.load .right_scheduling .scroll_y_area[data-v-ea69e5aa] {
  height: calc(100% - 110px);
  overflow-y: auto;
}
.select_add[data-v-ea69e5aa] {
  display: flex;
  width: 130px;
  padding-bottom: 5px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #3873fe;
  letter-spacing: 1.2px;
  cursor: pointer;
}
.btn_danger[data-v-ea69e5aa] {
  color: #ff4d4f;
}
.btn_color[data-v-ea69e5aa] {
  color: #333333;
}

