#workMangement {
  width: 18rem;
  margin: 0.3rem 0 0 0.6rem;
}
#workMangement .top_module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
#workMangement .top_module .top_title {
  font-size: 0.24rem;
  color: #111;
  font-weight: bold;
}
#workMangement .top_module .top_flex {
  display: flex;
  align-items: center;
}
#workMangement .tabs {
  padding: 0.1rem 0.3rem;
  background: #fff;
}
#workMangement .tabs .el-tabs__item {
  color: #111;
  font-size: 0.15rem;
  height: 0.56rem;
}
#workMangement .tabs .el-tabs__item.is-active {
  color: #36c2d3;
  font-size: 0.16rem;
}
#workMangement .tabs .el-tabs__active-bar {
  background: #36c2d3;
}
#workMangement .filter_module {
  display: flex;
  flex-wrap: wrap;
}
#workMangement .filter_module .el-form {
  position: relative;
}
#workMangement .filter_module .el-form .tab_btn {
  position: absolute;
  top: 50%;
  left: 0.02rem;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  z-index: 1;
}
#workMangement .filter_module .el-form .el-input {
  width: auto;
}
#workMangement .filter_module .el-form .el-input .el-input__inner {
  padding-left: 0.4rem;
}
#workMangement .filter_module > div {
  margin: 0 0.2rem 0.2rem 0;
}
#workMangement .tab_module {
  width: 100%;
  border-radius: 0.12rem;
  background-color: #fff;
}
#workMangement .tab_module table {
  width: 100% !important;
}
#workMangement .tab_module .el-table__body {
  border-collapse: separate;
  border-spacing: 0rem 0.2rem;
}
#workMangement .tab_module .tab_box .hint {
  font-size: 0.14rem;
  color: #36c2d3;
}
#workMangement .tab_module .tab_box th {
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  color: #111 !important;
}
#workMangement .tab_module .tab_box th:nth-child(2) .cell {
  text-align: left;
}
#workMangement .tab_module .tab_box td {
  text-align: center;
  font-size: 0.14rem;
  color: #111 !important;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
#workMangement .tab_module .tab_box td:nth-child(2) .cell {
  text-align: left;
}
#workMangement .tab_module .tab_box td:nth-child(2) .cell .title {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.18rem;
  color: #111;
}
#workMangement .tab_module .tab_box td:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
#workMangement .tab_module .tab_box td:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
#workMangement .tab_module .tab_box .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #36c2d3;
  border-color: #36c2d3;
}
#workMangement .tab_module .tab_box .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #36c2d3;
  border-color: #36c2d3;
}
#workMangement .tab_module .tab_box .el-checkbox__inner:hover {
  border-color: #36c2d3;
}
#workMangement .tab_module .tab_box .start .text {
  font-size: 0.14rem;
  color: #999;
  position: relative;
  padding: 0 0.07rem;
}
#workMangement .tab_module .tab_box .start .text::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.01rem;
  height: 0.1rem;
  background: #999;
}
#workMangement .tab_module .tab_box .start .text:last-child::before {
  display: none;
}
#workMangement .tab_module .tab_box .condition {
  display: flex;
  justify-content: space-between;
  padding: 0 0.15rem;
}
#workMangement .tab_module .tab_box .condition .info {
  cursor: pointer;
  font-size: 0.14rem;
  color: #91929e;
}
#workMangement .tab_module .tab_box .condition .info .num {
  font-size: 0.16rem;
  color: #0a1629;
}
#workMangement .tab_module .tab_box .condition .lis {
  display: flex;
}
#workMangement .tab_module .tab_box .condition .lis .img_li {
  margin: 0 0 0 -0.04rem;
}
#workMangement .tab_module .tab_box .condition .lis .img_li img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
}
#workMangement .tab_module .tab_box .condition .lis .number {
  width: 0.24rem;
  height: 0.24rem;
  color: #fff;
  background: #36c2d3;
  border-radius: 50%;
  margin-left: -0.04rem;
  font-size: 0.12rem;
}
#workMangement .tab_module .tab_box .el-button {
  border-radius: 0.04rem;
}
#workMangement .tab_module .tab_box .copyBtn {
  background: #1fd286 !important;
}
#workMangement .tab_module .tab_box .copyBtn:hover {
  background: #0bba70 !important;
}
#workMangement .tab_module .tab_base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.15rem;
}
#workMangement .tab_module .tab_base .el-dropdown-link {
  color: #707070;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}
#workMangement .tab_module .tab_base .el-dropdown-link .tab_dow {
  margin-left: 0.1rem;
  height: 0.31rem;
  line-height: 0.31rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  display: block;
}
#workMangement .tab_module .tab_base button {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
}
#workMangement .tab_module .tab_base .el-pager li {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.05rem;
}
#workMangement .tab_module .tab_base .el-pager li.active {
  background-color: rgba(91, 209, 215, 0.2);
}
#workMangement #stick-dialog .el-radio-group {
  display: flex;
  flex-wrap: wrap;
}
#workMangement #stick-dialog .el-radio-group .el-radio {
  width: 33%;
  margin: 0 0 0.2rem 0;
}
#workManagementThenewresume {
  width: 18rem;
  margin: 0.3rem 0 0 0.6rem;
}
#workManagementThenewresume .tabs {
  padding: 0.1rem 0.3rem;
  background: #fff;
}
#workManagementThenewresume .tabs .el-tabs__item {
  color: #111;
  font-size: 0.15rem;
  height: 0.56rem;
}
#workManagementThenewresume .tabs .el-tabs__item.is-active {
  color: #36c2d3;
  font-size: 0.16rem;
}
#workManagementThenewresume .tabs .el-tabs__active-bar {
  background: #36c2d3;
}
#workManagementThenewresume .filter_module {
  display: flex;
}
#workManagementThenewresume .filter_module .el-form {
  position: relative;
}
#workManagementThenewresume .filter_module .el-form .tab_btn {
  position: absolute;
  top: 50%;
  left: 0.02rem;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  z-index: 1;
}
#workManagementThenewresume .filter_module .el-form .el-input {
  width: auto;
}
#workManagementThenewresume .filter_module .el-form .el-input .el-input__inner {
  padding-left: 0.4rem;
}
#workManagementThenewresume .tab_module {
  width: 100%;
  border-radius: 0.12rem;
  background-color: #fff;
  padding: 0.3rem 0rem;
}
#workManagementThenewresume .tab_module .tab_box .hint {
  font-size: 0.14rem;
  color: #36c2d3;
}
#workManagementThenewresume .tab_module .tab_box th {
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  color: #111 !important;
}
#workManagementThenewresume .tab_module .tab_box td {
  text-align: center;
  font-size: 0.14rem;
  color: #111 !important;
  position: relative;
}
#workManagementThenewresume .tab_module .tab_box td:first-child::before {
  content: '';
  display: none;
}
#workManagementThenewresume .tab_module .tab_box td:last-child::before {
  content: '';
  display: none;
}
#workManagementThenewresume .tab_module .tab_box td::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.01rem;
  height: 80%;
  background: #e4e6e8;
}
#workManagementThenewresume .tab_module .tab_box .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #36c2d3;
  border-color: #36c2d3;
}
#workManagementThenewresume .tab_module .tab_box .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #36c2d3;
  border-color: #36c2d3;
}
#workManagementThenewresume .tab_module .tab_box .el-checkbox__inner:hover {
  border-color: #36c2d3;
}
#workManagementThenewresume .tab_module .tab_box .start .text {
  font-size: 0.14rem;
  color: #999;
  position: relative;
  padding: 0 0.07rem;
}
#workManagementThenewresume .tab_module .tab_box .start .text::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.01rem;
  height: 0.1rem;
  background: #999;
}
#workManagementThenewresume .tab_module .tab_box .start .text:last-child::before {
  display: none;
}
#workManagementThenewresume .tab_module .tab_box .condition {
  display: flex;
  justify-content: space-between;
  padding: 0 0.15rem;
}
#workManagementThenewresume .tab_module .tab_box .condition .info {
  font-size: 0.14rem;
  color: #91929e;
}
#workManagementThenewresume .tab_module .tab_box .condition .info .num {
  font-size: 0.16rem;
  color: #0a1629;
}
#workManagementThenewresume .tab_module .tab_box .condition .lis {
  display: flex;
}
#workManagementThenewresume .tab_module .tab_box .condition .lis .img_li {
  margin: 0 0 0 -0.04rem;
}
#workManagementThenewresume .tab_module .tab_box .condition .lis .img_li img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
}
#workManagementThenewresume .tab_module .tab_box .condition .lis .number {
  width: 0.24rem;
  height: 0.24rem;
  color: #fff;
  background: #36c2d3;
  border-radius: 50%;
  margin-left: -0.04rem;
  font-size: 0.12rem;
}
#workManagementThenewresume .tab_module .tab_box .el-button {
  width: auto;
  border-radius: 0.04rem;
}
#workManagementThenewresume .tab_module .tab_box .copyBtn {
  background: #1fd286 !important;
}
#workManagementThenewresume .tab_module .tab_box .copyBtn:hover {
  background: #0bba70 !important;
}
#workManagementThenewresume .tab_module .tab_box .user_info {
  display: flex;
}
#workManagementThenewresume .tab_module .tab_box .user_info .hp {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}
#workManagementThenewresume .tab_module .tab_box .user_info .cont .h {
  display: flex;
  align-items: center;
}
#workManagementThenewresume .tab_module .tab_box .user_info .cont .h .title {
  font-size: 0.18rem;
  color: #111;
}
#workManagementThenewresume .tab_module .tab_box .user_info .cont .h i {
  padding: 0 0.05rem;
}
#workManagementThenewresume .tab_module .tab_box .user_info .cont .h .text {
  font-size: 0.12rem;
  color: #1c2238;
}
#workManagementThenewresume .tab_module .tab_box .user_info .cont .lis {
  display: flex;
  margin-right: 0.1rem;
}
#workManagementThenewresume .tab_module .tab_box .user_info .cont .lis span {
  background: #f4f4f4;
  font-size: 0.12rem;
  color: #696969;
  margin-right: 0.07rem;
  padding: 0 0.05rem;
}
#workManagementThenewresume .tab_module .tab_box .el-table__row {
  margin-bottom: 0.2rem;
}
#workManagementThenewresume .tab_module .tab_box .el-table__row td {
  border-bottom: 0.01rem solid #ddd;
}
#workManagementThenewresume .tab_module .tab_base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.15rem;
}
#workManagementThenewresume .tab_module .tab_base .el-dropdown-link {
  color: #707070;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}
#workManagementThenewresume .tab_module .tab_base .el-dropdown-link .tab_dow {
  margin-left: 0.1rem;
  height: 0.31rem;
  line-height: 0.31rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  display: block;
}
#workManagementThenewresume .tab_module .tab_base button {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
}
#workManagementThenewresume .tab_module .tab_base .el-pager li {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.05rem;
}
#workManagementThenewresume .tab_module .tab_base .el-pager li.active {
  background-color: rgba(91, 209, 215, 0.2);
}
#workMangementDetails {
  width: 11rem;
  margin: auto !important;
}
#workMangementDetails .top_module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
#workMangementDetails .top_module .top_title {
  font-size: 0.24rem;
  color: #111;
  font-weight: bold;
}
#workMangementDetails .top_module .top_flex {
  display: flex;
  align-items: center;
}
#workMangementDetails .details .box {
  background: #fff;
  padding: 0.6rem;
  margin-bottom: 0.3rem;
  border-radius: 0.08rem;
}
#workMangementDetails .details .box .task_ul .li {
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
#workMangementDetails .details .box .task_ul .li .name {
  font-size: 0.14rem;
  color: #0a1629;
}
#workMangementDetails .details .box .task_ul .li .switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
}
#workMangementDetails .details .box .task_ul .li .content {
  padding: 0.3rem 0;
  border-top: 0.01rem solid #dddddd;
}
#workMangementDetails .details .box .task_ul .li .content .text {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666666;
}
#workMangementDetails .details .box .task_ul .li .input_box {
  border-top: 0.01rem solid #dddddd;
  padding: 0.3rem 0;
}
#workMangementDetails .details .box .task_ul .li .input_box .input_li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
#workMangementDetails .details .box .task_ul .li .input_box .input_li .name {
  width: 2rem;
  height: 0.5rem;
  font-size: 0.14rem;
  color: #111111;
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  line-height: 0.5rem;
  padding: 0 0.3rem;
}
#workMangementDetails .details .box .task_ul .li .input_box .input_li .el-input {
  flex: auto;
  margin-left: 0.15rem;
  height: 0.5rem;
}
#workMangementDetails .details .box .task_ul .li .input_box .input_li .el-input .el-input__inner {
  height: 100%;
}
#workMangementDetails .details .box .task_ul .li .input_box .input_li .el-input.is-disabled .el-input__inner {
  color: #111;
  background: #fff;
}
#workMangementDetails .details .box .task_ul .li .input_box .input_li:last-child {
  margin-bottom: 0;
}
#workMangementDetails .details .h3 {
  display: flex;
  justify-content: space-between;
}
#workMangementDetails .details .h3 .title {
  font-size: 0.32rem;
  color: #111;
}
#workMangementDetails .details .h3 .price {
  display: flex;
  align-items: center;
}
#workMangementDetails .details .h3 .price .num {
  font-size: 0.32rem;
  color: #36c2d3;
  padding-right: 0.1rem;
}
#workMangementDetails .details .h3 .price .name {
  font-size: 0.18rem;
  color: #36c2d3;
}
#workMangementDetails .details .sub {
  font-size: 0.18rem;
  color: #666666;
  padding: 0.2rem 0;
}
#workMangementDetails .details .lis {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.01rem solid #ddd;
  padding-bottom: 0.6rem;
}
#workMangementDetails .details .lis .text {
  padding: 0.05rem;
  color: #497e9d;
  font-size: 0.12rem;
  background: #f6fcff;
  margin-right: 0.2rem;
}
#workMangementDetails .details .label {
  padding: 0.3rem 0 0.1rem 0;
}
#workMangementDetails .details .label .text {
  font-size: 0.12rem;
  color: #333333;
  padding-right: 0.15rem;
  position: relative;
  padding-left: 0.15rem;
}
#workMangementDetails .details .label .text:first-child {
  padding-left: 0;
}
#workMangementDetails .details .label .text::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.01rem;
  height: 0.1rem;
  transform: translateY(-50%);
  background: #ddd;
}
#workMangementDetails .details .label .text:last-child::before {
  display: none;
}
#workMangementDetails .details .address {
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.34rem;
}
#workMangementDetails .details .edit_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#workMangementDetails .details .edit_box .e_btn {
  width: 1.8rem;
  height: 0.54rem;
  background: #36c2d3;
  font-size: 0.16rem;
  color: #fff;
}
#workMangementDetails .details .edit_box .e_ul {
  display: flex;
  padding: 0.3rem 0;
}
#workMangementDetails .details .edit_box .e_ul .e_li {
  padding: 0 0.2rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#workMangementDetails .details .edit_box .e_ul .e_li .num {
  font-size: 0.2rem;
  color: #36c2d3;
  font-weight: 700;
  padding-bottom: 0.05rem;
}
#workMangementDetails .details .edit_box .e_ul .e_li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.01rem;
  height: 0.27rem;
  transform: translateY(-50%);
  background: #ddd;
}
#workMangementDetails .details .edit_box .e_ul .e_li:last-child::before {
  display: none;
}
#workMangementDetails .details .b_title {
  font-size: 0.24rem;
  color: #111111;
  padding-bottom: 0.3rem;
}
#workMangementDetails .details .b_ul {
  padding-bottom: 0.3rem;
}
#workMangementDetails .details .b_ul .li p {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.32rem;
}
#managingPeople .omit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
