[v-cloak] {
  display: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
button {
  border: 0 !important;
  line-height: 0 !important;
  font-size: 0.14rem !important;
}
textarea,
input {
  background: #fff;
  border: 0.01rem solid #ddd !important;
  filter: drop-shadow(0rem 0.01rem 0.02rem rgba(184, 200, 224, 0.22));
}
textarea:focus,
input:focus {
  border: 0.01rem solid #36c2d3 !important;
  box-shadow: 0rem 0.03rem 0.06rem rgba(50, 196, 213, 0.3);
}
.no_module {
  text-align: center;
  font-size: 0.18rem;
  color: #666666;
}
.no_img {
  width: 6.6rem;
  margin: 0.8rem auto 0.4rem;
}
.no_data {
  width: 4.52rem;
  margin: 0.9rem auto;
}
.el-table__empty-block {
  display: none !important;
}
.icon-icon_delete {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #fff;
  border-radius: 0.06rem;
  font-size: 0.24rem;
  display: block;
  position: relative;
  cursor: pointer;
}
.icon-icon_delete:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-icon_delete:hover {
  background-color: #eaf9fb;
}
.icon-icon_delete:hover:before {
  color: #36c2d3;
}
.el-button--default {
  background: #36c2d3 !important;
}
.el-button--default:hover {
  background: #1ca1b1 !important;
}
.el-button--danger {
  background: #f65160 !important;
}
.el-button--danger:hover {
  background: #c52f3d !important;
}
.el-button--button {
  background: #1fd286 !important;
}
.el-button--button:hover {
  background: #12b16d !important;
}
.el-button--dis {
  background: #eee !important;
}
.el-button--dis:hover {
  background: #ccc !important;
}
.el-button {
  color: #fff !important;
}
.el-button--info {
  background: #eee !important;
}
.el-button--info:hover {
  background: #ccc !important;
}
.el-button--primary {
  background-color: #36c2d3 !important;
  box-shadow: 0rem 0.06rem 0.12rem rgba(54, 194, 211, 0.26);
}
.el-button--primary:hover {
  background: #1ca1b1 !important;
}
.el-select-dropdown__item.selected {
  color: #36c2d3 !important;
}
.el-message-box__btns .el-button {
  padding: 12px 20px !important;
  text-align: center;
  color: #666 !important;
  background-color: #fff !important;
}
.el-message-box__btns .el-button:last-child {
  color: #fff !important;
  background: #36c2d3 !important;
}
.el-message-box__btns .el-button:last-child:hover {
  background: #1ca1b1 !important;
}
.el-switch.is-checked.is-checked .el-switch__core {
  border-color: #36c2d3;
  background-color: #36c2d3;
}
.el-tabs__item {
  font-size: 0.15rem !important;
  color: #111111 !important;
}
.el-tabs__item:hover {
  color: #36c2d3 !important;
}
.el-tabs__item.is-active {
  color: #36c2d3 !important;
}
.el-tabs__active-bar {
  background-color: #36c2d3 !important;
}
.el-checkbox__inner {
  width: 0.2rem !important;
  height: 0.2rem !important;
  border-radius: 0.03rem !important;
  background: #fff;
  border: 0.01rem solid #ccc;
}
.el-checkbox__inner::after {
  top: 0.04rem !important;
  left: 0.08rem !important;
}
.el-input--medium .el-input__inner {
  height: 40px;
  line-height: 40px;
}
.el-autocomplete {
  width: 100%;
}
.el-dropdown .el-button {
  width: auto !important;
}
.el-dropdown-menu {
  padding: 0;
}
.el-dropdown-menu a {
  white-space: nowrap;
  display: block;
  min-width: 1.5rem;
  list-style: none;
  line-height: 0.4rem;
  margin: 0;
  font-size: 0.14rem;
  color: #606266;
  cursor: pointer;
  outline: 0;
  padding: 0.1rem 0.2rem;
  text-align: center;
}
.el-dropdown-menu a:hover {
  color: #fff;
  background-color: rgba(54, 194, 211, 0.5);
}
.upload-demo {
  margin-top: 0.2rem;
}
.upload-demo .el-button {
  padding: 0.25rem 0.4rem;
}
.upload-demo .el-upload__tip {
  font-size: 14px;
}
.el-upload + .el-input {
  width: 100% !important;
}
.el-date-picker .el-picker-panel__footer .el-button {
  padding: 0.2rem 0.25rem;
}
.el-date-picker .el-picker-panel__footer .el-button--text {
  color: #000 !important;
}
.el-input__prefix {
  height: auto;
}
.fh-site-select .fh-site-select__view {
  display: flex;
}
.fh-site-select .fh-site-select__view .fh-address .el-select {
  margin: 0 0.2rem 0 0 !important;
}
.el-image-viewer__canvas img {
  width: 50% !important;
  object-fit: contain;
}
.cell {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 0.14rem;
}
.top_module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.top_module .top_title {
  font-size: 0.24rem;
  color: #111;
  font-weight: bold;
}
.top_module .top_flex {
  display: flex;
  align-items: center;
}
.top_module .top_flex .top_addBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.38rem;
  height: 0.48rem;
  background-color: #36c2d3;
  color: #fff;
  margin-left: 0.2rem !important;
  border-radius: 0.06rem;
  font-size: 0.14rem !important;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.top_module .top_flex .top_addBtn .icon-icon_add {
  font-size: 0.18rem;
  margin-right: 0.1rem;
}
.top_module .top_flex .top_addBtn .icon-icon_invite {
  font-size: 0.18rem;
  margin-right: 0.1rem;
}
.top_module .top_flex .top_addBtn .icon-icon_invite::before {
  color: #fff;
}
.top_module .top_flex .top_addBtn .icon-icon_reject {
  font-size: 0.18rem;
  margin-right: 0.1rem;
}
.top_module .top_flex .top_addBtn .icon-icon_reject::before {
  color: #fff;
}
.top_module .top_flex .top_addBtn:hover {
  background-color: #1ca1b1;
}
.top_module .top_flex .top_red {
  width: 1rem;
  height: 0.48rem;
  background: #f65160;
}
.top_module .top_flex .el-button--default {
  background: #fff !important;
  border: 0.01rem solid #ddd !important;
  font-size: 0.16rem;
  color: #666 !important;
}
.top_module .top_flex .el-button--default:hover {
  border-color: #36c2d3 !important;
  color: #36c2d3 !important;
}
.top_module .top_flex .icon {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #fff;
  border-radius: 0.06rem;
  font-size: 0.24rem;
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: 0.2rem;
}
.top_module .top_flex .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #67636d;
}
.top_module .top_flex .el-button {
  margin-left: 0.2rem !important;
  padding: 0.25rem;
}
#login {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to right, #3fb5d5, #1ce1df);
}
#login .login_module {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#login .login_module .login_box {
  width: 12.99rem;
  height: 7.5rem;
  border-radius: 0.1rem;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#login .login_module .login_box .login_img {
  position: absolute;
  top: 0;
  right: 0;
}
#login .login_module .login_box .login_left {
  margin-left: 0.5rem;
}
#login .login_module .login_box .login_left h2 {
  font-size: 0.48rem;
  -webkit-line-clamp: 2;
  background-image: -webkit-linear-gradient(bottom, #2f81ed, #24dbe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#login .login_module .login_box .login_left p {
  font-size: 0.2rem;
  letter-spacing: 0.001rem;
  color: #b4b4b4;
  margin: 0.2rem 0 0.3rem;
}
#login .login_module .login_box .login_left .el-form {
  width: 4.44rem;
}
#login .login_module .login_box .login_left .el-form .el-input__inner {
  width: 4.44rem;
  height: 0.64rem;
  border-radius: 0.12rem;
  background: #f6f7fb;
  font-size: 0.22rem;
}
#login .login_module .login_box .login_left .el-form .el-checkbox__inner:hover {
  border-color: #1ca1b1 !important;
}
#login .login_module .login_box .login_left .el-form .is-checked .el-checkbox__inner {
  background-color: #1ca1b1 !important;
  border-color: #1ca1b1 !important;
}
#login .login_module .login_box .login_left .el-form .is-checked .el-checkbox__label {
  color: #1ca1b1 !important;
}
#login .login_module .login_box .login_left .el-form .el-button {
  width: 100%;
  height: 0.64rem;
  box-sizing: border-box;
  font-size: 0.24rem !important;
  color: #fff;
  background-image: linear-gradient(#24dbe2, #2f81ed);
}
#login .login_module .login_box .login_left .el-form .el-button:hover {
  background-image: linear-gradient(#24dbe2, #2f81ed) !important;
  box-shadow: 0.0153rem 0.0785rem 0.09rem rgba(138, 138, 138, 0.12);
}
#managingPeople {
  width: 18rem;
  margin: 0.3rem 0 0 0.6rem;
}
#managingPeople .tab_module {
  width: 100%;
  border-radius: 0.12rem;
  background-color: #fff;
  padding: 0.3rem 0.4rem;
}
#managingPeople .tab_module .filter_module {
  display: flex;
  flex-wrap: wrap;
}
#managingPeople .tab_module .filter_module .el-form {
  margin: 0 0.2rem 0.2rem 0;
  position: relative;
}
#managingPeople .tab_module .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;
}
#managingPeople .tab_module .filter_module .el-form .el-input {
  width: auto;
}
#managingPeople .tab_module .filter_module .el-form .el-input .el-input__inner {
  padding-left: 0.4rem;
}
#managingPeople .tab_module .filter_module > div {
  margin: 0 0.2rem 0.2rem 0;
}
#managingPeople .tab_module .el-table th {
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  color: #111 !important;
}
#managingPeople .tab_module .el-table td {
  text-align: center;
  font-size: 0.14rem;
  color: #111 !important;
}
#managingPeople .tab_module .el-table .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #36c2d3;
  border-color: #36c2d3;
}
#managingPeople .tab_module .el-table .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #36c2d3;
  border-color: #36c2d3;
}
#managingPeople .tab_module .el-table .el-checkbox__inner:hover {
  border-color: #36c2d3;
}
#managingPeople .tab_module .tab_base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.15rem;
}
#managingPeople .tab_module .tab_base .el-dropdown-link {
  color: #707070;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}
#managingPeople .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;
}
#managingPeople .tab_module .tab_base button {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
}
#managingPeople .tab_module .tab_base .el-pager li {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.05rem;
}
#managingPeople .tab_module .tab_base .el-pager li.active {
  background-color: rgba(91, 209, 215, 0.2);
}
#managingPeople .addPersonnel .el-dialog {
  width: 8rem !important;
  margin-top: 10vh !important;
}
#managingPeople .addPersonnel .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 0.22rem;
  color: #111;
}
#managingPeople .addPersonnel .el-dialog .el-dialog__header .el-dialog__headerbtn {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 0.14rem;
  background: #f4f9fd;
}
#managingPeople .addPersonnel .el-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close {
  color: #111;
  font-size: 0.22rem;
  font-weight: bold;
}
#managingPeople .addPersonnel .el-dialog .el-form .el-form-item {
  display: block;
}
#managingPeople .addPersonnel .el-dialog .el-form .el-form-item .el-form-item__label {
  display: block;
  text-align: left;
}
#managingPeople .addPersonnel .el-dialog .el-form .el-form-item .el-form-item__content {
  display: block;
  text-align: left;
}
#managingPeople .addPersonnel .el-dialog .el-form .el-form-item .el-form-item__content .el-select {
  width: 100%;
}
#managingPeople .addPersonnel .el-dialog .el-form .switch_module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.79rem;
  border-radius: 0.06rem;
  background: #f4fafd;
}
#managingPeople .addPersonnel .el-dialog .el-form .switch_module .el-form-item__label {
  width: 76%;
  font-size: 0.16rem;
  color: #0a1629;
}
#managingPeople .addPersonnel .el-dialog .el-form .switch_module .el-switch.is-checked .el-switch__core {
  border-color: #36c2d3;
  background-color: #36c2d3;
}
#managingPeople .addPersonnel .el-dialog .el-form .form_base {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
#addingRoles {
  width: 100%;
  background: rgba(33, 111, 163, 0.2);
  padding-top: 5vh;
  padding-bottom: 5vh;
}
#addingRoles .form_module {
  width: 5.84rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0.24rem;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}
#addingRoles .form_module .form_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
#addingRoles .form_module .form_flex h2 {
  font-size: 0.22rem;
  color: #111;
  font-weight: normal;
}
#addingRoles .form_module .form_flex .icon-icon_shut {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 0.14rem;
  background-color: #f4f9fd;
  font-size: 0.2rem;
  position: relative;
  top: -0.2rem;
  right: -0.4rem;
}
#addingRoles .form_module .el-form .el-form-item {
  display: block;
}
#addingRoles .form_module .el-form .el-form-item .el-form-item__label {
  display: block;
  text-align: left;
}
#addingRoles .form_module .el-form .el-form-item .el-form-item__content {
  display: block;
  text-align: left;
}
#addingRoles .form_module .el-form .el-form-item .el-form-item__content .el-select {
  width: 100%;
}
#addingRoles .form_module .el-form .el-form-item .el-form-item__content .el-button {
  padding: 0.25rem 0.4rem;
}
#addingRoles .form_module .el-form .switch_module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.79rem;
  border-radius: 0.06rem;
  background: #f4fafd;
}
#addingRoles .form_module .el-form .switch_module .el-form-item__label {
  width: 76%;
  font-size: 0.16rem;
  color: #0a1629;
}
#addingRoles .form_module .el-form .switch_module .el-switch.is-checked .el-switch__core {
  border-color: #36c2d3;
  background-color: #36c2d3;
}
#addingRoles .form_module .el-form .form_base {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
#addingRoles .form_module1 {
  width: 15rem;
}
#addingRoles .form_module1 .checkbox_module {
  width: 100%;
}
#addingRoles .form_module1 .checkbox_module .checkbox_title {
  font-size: 0.14rem;
  color: #666666;
  margin-bottom: 0.2rem;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul {
  display: flex;
  flex-wrap: wrap;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li {
  width: 2.87rem;
  background: #f4fafd;
  border: 0.01rem solid rgba(153, 153, 153, 0.3);
  margin: 0 0.77rem 0.4rem 0;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: #36c2d3 !important;
  background: #36c2d3 !important;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li .el-checkbox {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.2rem;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #d9dddf;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li .el-checkbox .el-checkbox__label {
  text-align: left;
  padding: 0;
  font-size: 0.14rem;
  color: #666;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li .el-checkbox .is-checked .el-checkbox__inner {
  border-color: #36c2d3 !important;
  background: #36c2d3 !important;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li .el-checkbox .el-checkbox__inner:hover {
  border-color: #36c2d3 !important;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li .checkbox_option {
  border-bottom: 0;
  flex-flow: row;
  justify-content: flex-start;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li .checkbox_option .el-checkbox__label {
  padding-left: 0.1rem;
}
#addingRoles .form_module1 .checkbox_module .checkbox_ul .checkbox_li:nth-child(4n) {
  margin-right: 0;
}
#addingRoles .form_module1 .el-form .el-row .el-row .el-button {
  padding: 0.25rem 0.4rem;
}
#addingRoles .form_module1 .el-form .form_base .el-button {
  padding: 0.25rem 0.4rem;
}
#publishModule {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 111, 163, 0.2);
  z-index: 1000;
}
#publishModule .form_module {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0.24rem;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}
#publishModule .form_module .form_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
#publishModule .form_module .form_flex h2 {
  font-size: 0.22rem;
  color: #111;
  font-weight: normal;
}
#publishModule .form_module .form_flex .icon-icon_shut {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 0.14rem;
  background-color: #f4f9fd;
  font-size: 0.2rem;
  position: relative;
  top: -0.2rem;
  right: -0.4rem;
  cursor: pointer;
}
#publishModule .form_module .form_title {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.12rem;
}
#publishModule .form_module .form_title span {
  color: red;
}
#publishModule .form_module .publish_ul .publish_li {
  height: 1.4rem;
  border-radius: 0.06rem;
  border: 0.01rem solid #ddd;
  filter: drop-shadow(0rem 0.01rem 0.02rem rgba(184, 200, 224, 0.22));
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
#publishModule .form_module .publish_ul .publish_li .publish_img {
  max-width: 1.48rem;
  margin-left: 0.16rem;
}
#publishModule .form_module .publish_ul .publish_li .publish_title {
  font-size: 0.2rem;
  text-align: left;
  color: #666;
  padding-right: 0.75rem;
}
#publishModule .form_module .publish_ul .publish_li:hover {
  border: 0.01rem solid #36c2d3;
  box-shadow: 0rem 0.03rem 0.06rem rgba(50, 196, 213, 0.3);
}
#publishModule .form_module .publish_ul .publish_active {
  border: 0.01rem solid #36c2d3;
  box-shadow: 0rem 0.03rem 0.06rem rgba(50, 196, 213, 0.3);
}
#publishModule .form_module .publish_base {
  display: flex;
  justify-content: flex-end;
}
#publishModule .form_module .publish_base .publish_btn {
  width: 1.23rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 0.06rem;
  font-weight: normal;
  font-size: 0.16rem;
  color: #fff;
}
.el-dialog {
  width: 10.8rem !important;
}
.el-dialog .el-dialog__title {
  font-size: 0.22rem;
  color: #111;
}
.el-dialog .el-dialog__headerbtn {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 0.14rem;
  background: #f4f9fd;
}
.el-dialog .el-dialog__headerbtn .el-icon-close {
  color: #111;
  font-size: 0.22rem;
  font-weight: bold;
}
.el-dialog .branch_city {
  display: flex;
  justify-content: space-between;
}
.el-dialog .branch_city .el-form-item {
  width: 3rem;
}
.el-dialog .branch_city .el-form-item .el-form-item__label {
  width: 100%;
  text-align: left;
  display: block;
}
.el-dialog .branch_city .el-form-item .el-form-item__content {
  width: 100%;
  display: block;
}
.el-dialog .branch_city .el-form-item .el-form-item__content .el-select {
  width: 100%;
}
.el-dialog .branch_ul {
  border: 0.01rem solid #ddd;
  padding: 0 0 0.2rem 0.2rem;
}
.el-dialog .branch_ul .el-checkbox-group {
  max-height: 50vh;
  overflow-y: scroll;
}
.el-dialog .branch_ul .el-checkbox-group::-webkit-scrollbar {
  width: 0.02rem;
}
.el-dialog .branch_ul .el-checkbox-group::-webkit-scrollbar-thumb {
  background-color: #000;
}
.el-dialog .branch_ul .el-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  height: 0.46rem;
  border-bottom: 0.01rem solid #ddd;
  margin-right: 0.2rem;
  box-sizing: border-box;
}
.el-dialog .branch_ul .el-checkbox .el-checkbox__label {
  font-size: 0.14rem;
  color: #111111;
}
.el-dialog .branch_ul .el-checkbox .el-checkbox__inner {
  width: 0.2rem;
  height: 0.2rem;
}
.el-dialog .branch_ul .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #36c2d3;
  border-color: #36c2d3;
}
.el-dialog .branch_ul .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner:after {
  top: 0.04rem;
  left: 0.08rem;
}
.el-dialog .branch_ul .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #36c2d3;
  border-color: #36c2d3;
}
.el-dialog .branch_ul .el-checkbox .el-checkbox__inner:hover {
  border-color: #36c2d3;
}
.el-dialog .form_base {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.2rem;
}
#publishedJob {
  width: 18rem;
  margin: 0.3rem 0 0.3rem 0.6rem;
}
#publishedJob .top_flex .el-button {
  padding: 0.25rem 0.4rem;
}
#publishedJob .form_module {
  display: flex;
  justify-content: space-between;
}
#publishedJob .form_module .form_left {
  width: 100%;
  border-radius: 0.12rem;
  padding: 0.3rem 0.65rem;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
#publishedJob .form_module .form_left .form_box {
  margin-bottom: 0.3rem;
}
#publishedJob .form_module .form_left .form_box .form_title {
  font-size: 0.2rem;
  color: #111;
}
#publishedJob .form_module .form_left .form_box .form_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#publishedJob .form_module .form_left .form_box .form_flex .el-select {
  width: 100%;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-half {
  width: 48%;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-half .el-form-item__label {
  float: none;
  font-size: 0.14rem;
  color: #666;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-half .el-form-item__content {
  margin-left: 0 !important;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-flx {
  width: 48%;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-flx .el-form-item__label {
  float: none;
  font-size: 0.14rem;
  color: #666;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-flx .el-form-item__content {
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-whole {
  width: 100%;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-whole .el-form-item__label {
  float: none;
  font-size: 0.14rem;
  color: #666;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-whole .el-form-item__content {
  margin-left: 0 !important;
}
#publishedJob .form_module .form_left .form_box .form_flex .form-whole .el-textarea__inner {
  min-height: 1.2rem !important;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_matter {
  width: 100%;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_matter .form-bor {
  width: 100%;
  height: 0.8rem;
  padding: 0 0.4rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_matter .form-bor .el-form-item__label {
  float: none;
  white-space: nowrap;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_matter .form-bor .el-form-item__content {
  margin-left: 0 !important;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_matter .form-bor::before {
  display: none;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_matter .form-bor::after {
  display: none;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_tab {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 0.3rem;
  margin-top: 0.3rem;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_tab .el-form-item {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_tab .el-form-item .el-form-item__label {
  float: none;
  white-space: nowrap;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_tab .el-form-item .el-form-item__content {
  margin-left: 0 !important;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_tab .el-form-item::before {
  display: none;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_tab .el-form-item::after {
  display: none;
}
#publishedJob .form_module .form_left .form_box .form_flex .form_tab .el-textarea .el-textarea__inner {
  margin: 0.2rem 0;
  height: 1.3rem;
}
#publishedJob .form_module .form_left .top_base {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
#publishedJob .form_module .form_left .top_base .el-button {
  padding: 0.25rem 0.4rem;
  border-radius: 0.06rem;
  margin: 0 0.15rem !important;
}
#publishedJob .form_module .form_left .top_base .el-button--default {
  background: #fff !important;
  border: 0.01rem solid #ddd !important;
  font-size: 0.16rem;
  color: #666 !important;
}
#publishedJob .form_module .form_left .top_base .el-button--default:hover {
  border-color: #36c2d3 !important;
  color: #36c2d3 !important;
}
#publishedJob .form_module .form_right {
  width: 5.5rem;
}
#publishedJob .form_module .form_right .form_rightBox {
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0.12rem;
  box-sizing: border-box;
  overflow: hidden;
}
#publishedJob .form_module .form_right .form_rightBox .el-form-item {
  position: relative;
}
#publishedJob .form_module .form_right .form_rightBox .el-form-item .el-button--text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}
#publishedJob .form_module .form_right .form_rightBox .el-form-item__label {
  display: block;
  text-align: left;
  width: 100% !important;
}
#publishedJob .form_module .form_right .form_rightBox .el-form-item__content {
  display: block;
  margin-left: 0 !important;
}
#publishedJob .form_module .form_right .form_rightBox .el-form-item__content .el-select {
  width: 100%;
}
#publishedJob .form_module .form_right .form_rightBox .el-form-item__content .fh-site-select .fh-site-select__view {
  display: block;
}
#publishedJob .form_module .form_right .form_rightBox .el-form-item__content .fh-site-select .fh-site-select__view .fh-address .el-select {
  margin: 0 0 0.2rem !important;
}
#publishedJob .form_module .form_right .form_rightBox .form_rightul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#publishedJob .form_module .form_right .form_rightBox .form_rightul .el-tag--light {
  min-width: 1.7rem;
  height: 0.3rem;
  margin-bottom: 0.16rem;
  border-radius: 0.04rem;
  background: #e6e9f4;
  border-color: #e6e9f4;
  font-size: 0.14rem;
  color: #5a607f;
}
#publishedJob .form_module .form_right .form_rightBox .form_rightul .el-tag--light .el-icon-close {
  color: #5a607f;
}
#publishedJob .form_module .form_right .form_rightBox .form_rightul .el-tag--light .el-icon-close:hover {
  background-color: #e6e9f4;
  color: #36c2d3;
}
#publishedTask {
  width: 18rem;
  margin: 0.3rem 0 0.3rem 0.6rem;
}
#publishedTask .top_flex .el-button {
  padding: 0.25rem 0.4rem;
}
#publishedTask .form_module {
  display: flex;
  justify-content: space-between;
}
#publishedTask .form_module .form_left {
  width: 100%;
  border-radius: 0.12rem;
  padding: 0.3rem 0.65rem;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
#publishedTask .form_module .form_left .form_box {
  margin-bottom: 0.3rem;
}
#publishedTask .form_module .form_left .form_box .form_title {
  font-size: 0.2rem;
  color: #111;
}
#publishedTask .form_module .form_left .form_box .form_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#publishedTask .form_module .form_left .form_box .form_flex .el-select {
  width: 100%;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-half {
  width: 48%;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-half .el-form-item__label {
  float: none;
  font-size: 0.14rem;
  color: #666;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-half .el-form-item__content {
  margin-left: 0 !important;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-flx {
  width: 48%;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-flx .el-form-item__label {
  float: none;
  font-size: 0.14rem;
  color: #666;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-flx .el-form-item__content {
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-whole {
  width: 100%;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-whole .el-form-item__label {
  float: none;
  font-size: 0.14rem;
  color: #666;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-whole .el-form-item__content {
  margin-left: 0 !important;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-whole .el-form-item__content .el-date-editor {
  width: 48%;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-whole .el-form-item__content::after,
#publishedTask .form_module .form_left .form_box .form_flex .form-whole .el-form-item__content::before {
  display: none;
}
#publishedTask .form_module .form_left .form_box .form_flex .form-whole .el-textarea__inner {
  min-height: 1.2rem !important;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_matter {
  width: 100%;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_matter .form-bor {
  width: 100%;
  height: 0.8rem;
  padding: 0 0.4rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_matter .form-bor .el-form-item__label {
  float: none;
  white-space: nowrap;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_matter .form-bor .el-form-item__content {
  margin-left: 0 !important;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_matter .form-bor::before {
  display: none;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_matter .form-bor::after {
  display: none;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 0.3rem;
  margin-top: 0.3rem;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .el-form-item {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .el-form-item .el-form-item__label {
  float: none;
  white-space: nowrap;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .el-form-item .el-form-item__content {
  margin-left: 0 !important;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .el-form-item::before {
  display: none;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .el-form-item::after {
  display: none;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .el-textarea .el-textarea__inner {
  margin: 0.2rem 0;
  height: 1.3rem;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .form_tabLi {
  display: flex;
  align-items: center;
  margin-bottom: 0.22rem;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .form_tabLi .delete_btn {
  width: 0.8rem;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #36c2d3;
  font-size: 0.14rem;
  color: #fff;
  margin-left: 0.2rem;
  flex-shrink: 0;
  border-radius: 4px;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .form_tabLi .delete_btn:hover {
  background-color: #1ca1b1;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .form_tabLi:first-child .delete_btn {
  display: none;
}
#publishedTask .form_module .form_left .form_box .form_flex .form_tab .form_add {
  width: 100%;
  height: 0.5rem;
  border-radius: 4px;
  border: 1px dashed #36c2d3 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 14px !important;
  color: #36c2d3;
  margin-bottom: 0.2rem !important;
}
#publishedTask .form_module .form_left .top_base {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
#publishedTask .form_module .form_left .top_base .el-button {
  padding: 0.25rem 0.4rem;
  border-radius: 0.06rem;
  margin: 0 0.15rem !important;
}
#publishedTask .form_module .form_left .top_base .el-button--default {
  background: #fff !important;
  border: 0.01rem solid #ddd !important;
  font-size: 0.16rem;
  color: #666 !important;
}
#publishedTask .form_module .form_left .top_base .el-button--default:hover {
  border-color: #36c2d3 !important;
  color: #36c2d3 !important;
}
#publishedTask .form_module .form_right {
  width: 5.5rem;
}
#publishedTask .form_module .form_right .form_rightBox {
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0.12rem;
  box-sizing: border-box;
  overflow: hidden;
}
#publishedTask .form_module .form_right .form_rightBox .el-form-item {
  position: relative;
}
#publishedTask .form_module .form_right .form_rightBox .el-form-item .el-button--text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}
#publishedTask .form_module .form_right .form_rightBox .el-form-item__label {
  display: block;
  text-align: left;
  width: 100% !important;
}
#publishedTask .form_module .form_right .form_rightBox .el-form-item__content {
  display: block;
  margin-left: 0 !important;
}
#publishedTask .form_module .form_right .form_rightBox .el-form-item__content .el-select {
  width: 100%;
}
#publishedTask .form_module .form_right .form_rightBox .el-form-item__content .fh-site-select .fh-site-select__view {
  display: block;
}
#publishedTask .form_module .form_right .form_rightBox .el-form-item__content .fh-site-select .fh-site-select__view .fh-address .el-select {
  margin: 0 0 0.2rem !important;
}
#publishedTask .form_module .form_right .form_rightBox .form_rightul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#publishedTask .form_module .form_right .form_rightBox .form_rightul .el-tag--light {
  min-width: 1.7rem;
  height: 0.3rem;
  margin-bottom: 0.16rem;
  border-radius: 0.04rem;
  background: #e6e9f4;
  border-color: #e6e9f4;
  font-size: 0.14rem;
  color: #5a607f;
}
#publishedTask .form_module .form_right .form_rightBox .form_rightul .el-tag--light .el-icon-close {
  color: #5a607f;
}
#publishedTask .form_module .form_right .form_rightBox .form_rightul .el-tag--light .el-icon-close:hover {
  background-color: #e6e9f4;
  color: #36c2d3;
}
.taskManagement .filter_module {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.2rem 0;
}
.taskManagement .filter_module .filter_set {
  margin-right: 0.2rem;
  cursor: pointer;
}
.taskManagement .filter_module .filter_set input {
  padding: 0 0.15rem;
  width: 1.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 0.01rem solid #ddd;
  font-size: 0.13rem;
  color: #999;
}
.taskManagement .filter_module .el-select {
  margin: 0 0.2rem 0.2rem 0;
}
.taskManagement .filter_module .el-date-editor {
  margin: 0 0.2rem 0.2rem 0;
}
.taskManagement .tab_module .el-table th {
  border-bottom: 0;
}
.taskManagement .tab_module .el-table th:nth-child(2) .cell {
  text-align: left;
}
.taskManagement .tab_module .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0rem 0.2rem;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row td {
  border: 0.01rem solid #ddd;
  border-right: 0;
  border-left: 0;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row td:first-child {
  border-left: 0.01rem solid #ddd;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row td:last-child {
  border-right: 0.01rem solid #ddd;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row td:nth-child(2) .cell .tab_flex {
  justify-content: flex-start;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row .tab_flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
  text-align: left;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row .tab_flex .tab_name {
  font-size: 0.18rem;
  color: #111111;
  font-weight: bold;
  cursor: pointer;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row .tab_flex .tab_state {
  font-size: 0.14rem;
  color: #36c2d3;
  padding-left: 0.05rem;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row .tab_flex .tab_date {
  font-size: 0.14rem;
  color: #999999;
  padding-left: 0.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row .tab_flex .tab_text {
  font-size: 0.14rem;
  color: #91929e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row .tab_flex .tab_num {
  font-size: 0.16rem;
  color: #0a1629;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row .tab_flex div {
  margin: 0 0.3rem;
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row:hover {
  border: 0.01rem solid #36c2d3;
  box-shadow: 0rem 0.03rem 0.06rem rgba(29, 177, 168, 0.2);
}
.taskManagement .tab_module .el-table .el-table__body .el-table__row:hover td {
  background-color: #fff;
}
.taskManagement #stick-dialog .el-radio-group {
  display: flex;
  flex-wrap: wrap;
}
.taskManagement #stick-dialog .el-radio-group .el-radio {
  width: 33%;
  margin: 0 0 0.2rem 0;
}
#workMangementDetails {
  width: 11rem !important;
  position: relative;
  margin: 0.3rem 0 0 0.6rem !important;
}
#workMangementDetails .apply_module {
  position: absolute;
  top: 0.68rem;
  right: -6rem;
  width: 5.5rem;
  padding: 0.2rem;
  background-color: #fff;
  box-shadow: 0rem 0.01rem 0.03rem rgba(0, 0, 0, 0.16);
  border-radius: 0.08rem;
  box-sizing: border-box;
}
#workMangementDetails .apply_module .b_title {
  font-size: 0.24rem;
  color: #111111;
}
#workMangementDetails .apply_module .apply_ul {
  margin-top: 0.2rem;
}
#workMangementDetails .apply_module .apply_ul .apply_li {
  margin-bottom: 0.1rem;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link {
  display: flex;
  align-items: center;
  padding: 0.17rem 0.2rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.06rem;
  box-sizing: border-box;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link .apply_img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link .apply_info .apply_flex {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link .apply_info .apply_flex .apply_name {
  font-size: 0.18rem;
  color: #111;
  font-weight: bold;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link .apply_info .apply_flex .icon-icon_collect1 {
  font-size: 0.12rem;
  margin: 0 0.03rem 0 0.05rem;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link .apply_info .apply_flex .apply_score {
  font-size: 0.12rem;
  color: #1c2238;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link .apply_info .apply_flex .apply_label {
  display: block;
  width: auto;
  border-radius: 0.04rem;
  padding: 0.05rem 0.1rem;
  background-color: #f4f4f4;
  font-size: 0.12rem;
  color: #696969;
  margin-right: 0.06rem;
  white-space: nowrap;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link .apply_info .apply_flex .apply_label:first-child {
  background-color: #fff6dd;
  color: #ba9e72;
}
#workMangementDetails .apply_module .apply_ul .apply_li .apply_link .apply_info .apply_flex .apply_label:last-child {
  margin-right: 0;
}
.allResumes .tab_module .el-table th {
  border-bottom: 0;
}
.allResumes .tab_module .apply_link {
  display: flex;
  align-items: center;
}
.allResumes .tab_module .apply_link .apply_img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.allResumes .tab_module .apply_link .apply_info .apply_flex {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}
.allResumes .tab_module .apply_link .apply_info .apply_flex .apply_name {
  font-size: 0.18rem;
  color: #111;
  font-weight: bold;
}
.allResumes .tab_module .apply_link .apply_info .apply_flex .icon-icon_collect1 {
  font-size: 0.12rem;
  margin: 0 0.03rem 0 0.05rem;
}
.allResumes .tab_module .apply_link .apply_info .apply_flex .apply_score {
  font-size: 0.12rem;
  color: #1c2238;
}
.allResumes .tab_module .apply_link .apply_info .apply_flex .apply_label {
  width: auto;
  height: 0.24rem;
  line-height: 0.24rem;
  border-radius: 0.04rem;
  padding: 0 0.1rem;
  background-color: #f4f4f4;
  font-size: 0.12rem;
  color: #696969;
  margin-right: 0.06rem;
  white-space: nowrap;
}
.allResumes .tab_module .apply_link .apply_info .apply_flex .apply_label:last-child {
  margin-right: 0;
}
#talentPool {
  width: 17rem;
  margin: 0.1rem auto 0.3rem;
}
#talentPool .top_title {
  font-size: 0.24rem;
  color: #111;
  font-weight: bold;
  margin: 0.2rem 0;
}
#talentPool .el-form {
  width: 100%;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.6rem 1.1rem 0;
  box-shadow: 0rem 0.01rem 0.03rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
#talentPool .el-form .form_post {
  display: flex;
  width: 10.8rem;
  margin: 0 auto;
}
#talentPool .el-form .form_post li {
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.17rem;
  border-radius: 0.06rem 0.06rem 0rem 0rem;
  font-size: 0.14rem;
  color: #333;
  cursor: pointer;
}
#talentPool .el-form .form_post .form_post_active {
  color: #fff;
  background-color: #36c2d3;
}
#talentPool .el-form .form_search {
  width: 11.5rem;
  margin: 0 auto;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
#talentPool .el-form .form_search .form_city {
  width: 1.22rem;
  height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.1rem;
  left: 0;
  z-index: 1;
  font-size: 0.18rem;
  color: #111;
  border-right: 0.01rem solid #eee;
  cursor: pointer;
}
#talentPool .el-form .form_search .form_city .icon-icon_down {
  font-size: 0.3rem;
  margin-left: 0.06rem;
}
#talentPool .el-form .form_search .form_input {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #333;
  padding: 0 1.2rem 0 1.54rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
}
#talentPool .el-form .form_search .el-button--primary {
  position: absolute;
  top: 0.05rem;
  right: 0.05rem;
  width: 1rem;
  height: 0.4rem;
  border-radius: 0.5rem !important;
  background: #36c2d3;
  box-shadow: none;
}
#talentPool .el-form .form_filter {
  min-height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.01rem solid #ddd;
}
#talentPool .el-form .form_filter .form_title {
  width: 1.2rem;
  font-size: 0.14rem;
  color: #333333;
  flex-shrink: 0;
}
#talentPool .el-form .form_filter .form_select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#talentPool .el-form .form_filter .form_select li {
  font-size: 0.14rem;
  color: #999;
  margin-right: 0.2rem;
  cursor: pointer;
}
#talentPool .el-form .form_filter .form_select .form_select_active {
  color: #36c2d3;
}
#talentPool .el-form .form_filter .form_select1 li {
  min-width: 0.56rem;
  height: 0.24rem;
  line-height: 0.24rem;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
  background: #f8f8f9;
  text-align: center;
}
#talentPool .el-form .form_base {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
}
#talentPool .el-form .form_base .el-form-item {
  width: 1.5rem;
}
#talentPool .el-form .form_base .el-form-item .line {
  text-align: center;
}
#talentPool .el-form .form_base .el-form-item .el-form-item__label {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0;
  color: #333;
  font-size: 0.14rem;
  line-height: 0.4rem;
}
#talentPool .el-form .form_base .el-form-item .el-form-item__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#talentPool .el-form .form_base .el-form-item .el-form-item__content .el-select {
  border-color: #ddd;
}
#talentPool .el-form .form_base .el-form-item .el-form-item__content .el-input {
  font-size: 0.14rem;
}
#talentPool .el-form .form_base .el-form-item .el-form-item__content .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
}
#talentPool .el-form .form_base .el-form-item:nth-child(-n + 2) {
  width: 3.5rem;
}
#talentPool .el-form .form_base .el-button--default {
  background-color: #fff !important;
  color: #333 !important;
  border: 0;
  margin-top: 0.05rem;
}
#talentPool .deliver_module {
  width: 100%;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 0.08rem;
  box-shadow: 0rem 0.01rem 0.03rem rgba(0, 0, 0, 0.16);
}
#talentPool .deliver_module .el-table td,
#talentPool .deliver_module .el-table th {
  text-align: center;
}
#talentPool .deliver_module .has-gutter th {
  font-weight: bold;
  font-size: 0.16rem;
  color: #111;
  border: 0;
}
#talentPool .deliver_module .el-table__body {
  border-collapse: separate;
  border-spacing: 0rem 0.2rem;
}
#talentPool .deliver_module .el-table__body .el-table__row td {
  border: 0.01rem solid #ddd;
  border-right: 0;
  border-left: 0;
}
#talentPool .deliver_module .el-table__body .el-table__row td:first-child {
  border-left: 0.01rem solid #ddd;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
#talentPool .deliver_module .el-table__body .el-table__row td:last-child {
  border-right: 0.01rem solid #ddd;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user {
  width: 2.15rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user .apply_img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user .apply_info .apply_flex {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user .apply_info .apply_flex .apply_name {
  font-size: 0.18rem;
  color: #111;
  font-weight: bold;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user .apply_info .apply_flex .icon-icon_collect1 {
  font-size: 0.12rem;
  margin: 0 0.03rem 0 0.05rem;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user .apply_info .apply_flex .apply_score {
  font-size: 0.12rem;
  color: #1c2238;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user .apply_info .apply_flex .apply_label {
  width: auto;
  height: 0.24rem;
  line-height: 0.24rem;
  border-radius: 0.04rem;
  padding: 0 0.1rem;
  background-color: #f4f4f4;
  font-size: 0.12rem;
  color: #696969;
  margin-right: 0.06rem;
  white-space: nowrap;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user .apply_info .apply_flex .apply_label:first-child {
  color: #ba9e72;
  background-color: #fff6dd;
}
#talentPool .deliver_module .el-table__body .el-table__row .apply_user .apply_info .apply_flex .apply_label:last-child {
  margin-right: 0;
}
#talentPool .deliver_module .el-table__body .el-table__row .el-button {
  padding: 0.12rem 0.2rem !important;
}
#talentPool .deliver_module .el-table__body .el-table__row:hover {
  border: 0.01rem solid #36c2d3;
  filter: drop-shadow(0rem 0.03rem 0.06rem rgba(27, 162, 139, 0.16));
}
#talentPool .deliver_module .el-table__body .el-table__row:hover td {
  background-color: #fff;
}
#talentPool .el-dialog {
  width: 7rem !important;
}
#talentPool .el-dialog .el-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#talentPool .tab_base {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#talentDetails {
  width: 11rem;
  margin: 0.3rem auto;
}
#talentDetails .details_module {
  border-radius: 0.12rem;
  background: #fff;
  box-shadow: 0rem 0.01rem 0.03rem rgba(0, 0, 0, 0.16);
  padding: 0.3rem 0.6rem;
}
#talentDetails .details_module .details_bor {
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #eee;
}
#talentDetails .details_module .details_flex {
  display: flex;
  justify-content: space-between;
}
#talentDetails .details_module .details_flex .details_img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.22rem;
}
#talentDetails .details_module .details_flex .details_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#talentDetails .details_module .details_flex .details_info .details_flex1 {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  font-size: 0.32rem;
  color: #111;
}
#talentDetails .details_module .details_flex .details_info .details_flex1 .icon {
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.2rem;
  margin: 0 0.2rem 0 0.05rem;
}
#talentDetails .details_module .details_flex .details_info .details_flex1 span {
  font-weight: normal;
  font-size: 0.18rem;
  color: #ff4a55;
}
#talentDetails .details_module .details_flex .details_li {
  display: flex;
  font-size: 0.16rem;
  color: #999;
  margin-left: 0.3rem;
}
#talentDetails .details_module .details_flex .details_li .icon {
  font-size: 0.2rem;
  margin-right: 0.05rem;
  color: #3e3e3e;
}
#talentDetails .details_module .details_note {
  width: 4.7rem;
  margin: 0.3rem 0 0 1.02rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 1.8;
}
#talentDetails .details_module .details_mar {
  margin: 0.3rem 0 0 1.02rem;
}
#talentDetails .details_module .details_mar span {
  min-width: 0.53rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
  background: #f4f4f4;
  font-size: 0.12rem;
  color: #696969;
  margin-right: 0.15rem;
}
#talentDetails .details_module .details_mar span:first-child {
  background-color: #fff6dd;
  color: #ba9e72;
}
#talentDetails .details_module .details_flex2 {
  display: flex;
  justify-content: space-between;
  margin: 0.3rem 0;
}
#talentDetails .details_module .details_flex2 .details_title {
  width: 0.9rem;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 0.14rem;
  color: #111;
}
#talentDetails .details_module .details_flex2 .details_centent {
  width: 100%;
  font-size: 0.14rem;
  color: #333;
}
#talentDetails .details_module .details_flex2 .details_centent .details_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem dashed #ddd;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
#talentDetails .details_module .details_flex2 .details_centent .details_list .details_box {
  width: 4.7rem;
}
#talentDetails .details_module .details_flex2 .details_centent .details_list .details_box .details_box_title {
  margin-bottom: 0.2rem;
}
#talentDetails .details_module .details_flex2 .details_centent .details_list .details_box .details_box_txt span {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.8;
  display: block;
}
#talentDetails .details_module .details_flex2 .details_centent .details_list .details_date {
  font-size: 0.14rem;
  color: #999;
}
#talentDetails .details_module .details_flex2 .details_centent .details-p {
  white-space: pre-wrap;
  margin-bottom: 0.15rem;
  font-size: 0.14rem;
  color: #333;
}
.personnelmanagement .filter_module {
  display: flex;
  flex-wrap: wrap;
  margin: 0.2rem 0;
}
.personnelmanagement .filter_module .filter_set {
  width: 1.8rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.personnelmanagement .filter_module .filter_set input {
  padding: 0 0.15rem;
  width: 1.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 0.01rem solid #ddd;
  font-size: 0.13rem;
  color: #999;
}
.personnelmanagement .filter_module .el-select {
  margin: 0 0.2rem 0.2rem 0;
}
.personnelmanagement .filter_module .el-date-editor {
  margin: 0 0.2rem 0.2rem 0;
}
.personnelmanagement .el-table .has-gutter th {
  border: 0;
}
.personnelmanagement .el-table .el-table__body {
  border-collapse: separate;
  border-spacing: 0rem 0.2rem;
}
.personnelmanagement .el-table .el-table__body .el-table__row td {
  border: 0.01rem solid #ddd;
  border-left: 0;
  border-right: 0;
}
.personnelmanagement .el-table .el-table__body .el-table__row td:first-child {
  border-left: 0.01rem solid #ddd;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.personnelmanagement .el-table .el-table__body .el-table__row td:last-child {
  border-right: 0.01rem solid #ddd;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.personnelmanagement .el-table .el-table__body .el-table__row .apply_link {
  display: flex;
  align-items: center;
}
.personnelmanagement .el-table .el-table__body .el-table__row .apply_link .apply_img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.personnelmanagement .el-table .el-table__body .el-table__row .apply_link .apply_info .apply_flex {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}
.personnelmanagement .el-table .el-table__body .el-table__row .apply_link .apply_info .apply_flex .apply_name {
  font-size: 0.18rem;
  color: #111;
  font-weight: bold;
}
.personnelmanagement .el-table .el-table__body .el-table__row .apply_link .apply_info .apply_flex .icon-icon_collect1 {
  font-size: 0.12rem;
  margin: 0 0.03rem 0 0.05rem;
}
.personnelmanagement .el-table .el-table__body .el-table__row .apply_link .apply_info .apply_flex .apply_score {
  font-size: 0.12rem;
  color: #1c2238;
}
.personnelmanagement .el-table .el-table__body .el-table__row .apply_link .apply_info .apply_label {
  font-size: 0.12rem;
  color: #696969;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.personnelmanagement .el-table .el-table__body .el-table__row:hover {
  border-color: #36c2d3;
  box-shadow: 0rem 0.03rem 0.06rem rgba(54, 194, 211, 0.24);
}
.personnelmanagement .el-table .el-table__body .el-table__row:hover td {
  background-color: #fff;
}
#employeeDetails {
  width: 9.6rem;
  margin: 0.3rem 0 0 0.6rem;
}
#employeeDetails .details_module {
  padding: 0.3rem 0.6rem;
  border-radius: 0.08rem;
  background-color: #fff;
}
#employeeDetails .details_module .details_top {
  display: flex;
  align-items: center;
}
#employeeDetails .details_module .details_top .details_img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.15rem;
}
#employeeDetails .details_module .details_top .details_user .details_flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.2rem;
}
#employeeDetails .details_module .details_top .details_user .details_flex .details_name {
  font-weight: bold;
  font-size: 0.32rem;
  color: #111;
}
#employeeDetails .details_module .details_top .details_user .details_flex .icon {
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.2rem;
}
#employeeDetails .details_module .details_top .details_user .details_state {
  font-size: 0.18rem;
  color: #666;
}
#employeeDetails .details_module .details_box {
  margin-top: 0.2rem;
  padding: 0.1rem 0 0.3rem;
  border-top: 0.01rem solid #ddd;
}
#employeeDetails .details_module .details_box ul {
  display: flex;
  flex-wrap: wrap;
}
#employeeDetails .details_module .details_box ul li {
  width: 33%;
  display: flex;
  font-size: 0.14rem;
  color: #999;
  white-space: nowrap;
  line-height: 3;
}
#employeeDetails .details_module .details_box ul li span {
  color: #111;
}
#attendanceRecord {
  width: 17rem;
  margin: 0.3rem 0 0 0.6rem;
}
#attendanceRecord .details_module {
  display: flex;
  justify-content: space-between;
}
#attendanceRecord .details_module .details_left {
  width: 11rem;
  border-radius: 0.08rem;
  background: #fff;
  box-shadow: 0rem 0.01rem 0.03rem rgba(0, 0, 0, 0.16);
  padding: 0.3rem 0.6rem;
  box-sizing: border-box;
}
#attendanceRecord .details_module .details_left .details_top {
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #ddd;
  padding-bottom: 0.2rem;
}
#attendanceRecord .details_module .details_left .details_top .details_img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.15rem;
}
#attendanceRecord .details_module .details_left .details_top .details_user .details_flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.2rem;
}
#attendanceRecord .details_module .details_left .details_top .details_user .details_flex .details_name {
  font-weight: bold;
  font-size: 0.32rem;
  color: #111;
}
#attendanceRecord .details_module .details_left .details_top .details_user .details_state {
  font-size: 0.18rem;
  color: #666;
}
#attendanceRecord .details_module .details_left .details_ul .details_li {
  border: 0.01rem solid #ddd;
  border-radius: 0.08rem;
  margin-top: 0.3rem;
  padding: 0 0.3rem 0.3rem;
}
#attendanceRecord .details_module .details_left .details_ul .details_li .details_title {
  border-bottom: 0.01rem solid #ddd;
  font-size: 0.12rem;
  color: #0a1629;
  padding: 0.2rem 0;
  margin-bottom: 0.2rem;
}
#attendanceRecord .details_module .details_left .details_ul .details_li .details_title span {
  color: #999;
  margin-top: 0.08rem;
  display: block;
}
#attendanceRecord .details_module .details_left .details_ul .details_li .details_txt {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
}
#attendanceRecord .details_module .details_left .details_ul .details_li .details_img {
  display: flex;
  flex-wrap: wrap;
}
#attendanceRecord .details_module .details_left .details_ul .details_li .details_img div {
  width: 0.99rem;
  height: 0.99rem;
  border-radius: 0.06rem;
  margin-right: 0.1rem;
  overflow: hidden;
}
#attendanceRecord .details_module .details_left .details_ul .details_li .details_form .details_form_li {
  height: 0.5rem;
  display: flex;
  justify-content: space-between;
  border: 0.01rem solid #ddd;
  border-radius: 0.06rem;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #111;
}
#attendanceRecord .details_module .details_left .details_ul .details_li .details_form .details_form_li p {
  padding: 0 0.15rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
#attendanceRecord .details_module .details_left .details_ul .details_li .details_form .details_form_li p:last-child {
  width: 5.41rem;
  border-radius: 0.06rem;
  border-left: 0.01rem solid #ddd;
}
#attendanceRecord .details_module .details_right {
  width: 5.5rem;
  border-radius: 0.06rem;
  box-sizing: border-box;
  overflow: hidden;
}
#attendanceRecord .details_module .details_right .el-calendar {
  border-radius: 0.06rem;
  box-shadow: 0rem 0.01rem 0.03rem rgba(38, 44, 71, 0.16);
}
#attendanceRecord .details_module .details_right .el-calendar .el-calendar__header .el-button {
  border-radius: 0 !important;
  color: #666 !important;
}
#attendanceRecord .details_module .details_right .el-calendar td {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  padding: 0;
  border: 0;
}
#attendanceRecord .details_module .details_right .el-calendar td div {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0.02rem solid #fff;
  box-sizing: border-box;
}
#attendanceRecord .details_module .details_right .el-calendar .is-selected div {
  background-color: #fff;
  border: 0.02rem solid #36c2d3;
  color: #36c2d3;
  border-radius: 0.05rem;
  overflow: hidden;
}
#attendanceRecord .details_module .details_right .el-calendar .is-today div {
  background-color: #36c2d3;
  color: #fff;
  border-radius: 0.05rem;
  border: 0.02rem solid #36c2d3;
}
#attendanceRecord .details_module .details_right .el-calendar .el-calendar-table__row td:first-child,
#attendanceRecord .details_module .details_right .el-calendar .el-calendar-table__row td:last-child {
  color: #ccc;
}
.personnelEdit {
  width: 10.94rem !important;
}
.personnelEdit .form_box0 .form_flex .el-form-item:last-child {
  width: 100% !important;
}
.personnelEdit .form_sel .el-form-item:nth-child(-n + 3) {
  width: 3rem !important;
}
.personnelEdit .up_module {
  padding: 0.3rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.08rem;
  margin-bottom: 0.3rem;
}
.personnelEdit .up_module .up_top {
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #ddd;
  font-size: 0.12rem;
  color: #0a1629;
}
.personnelEdit .up_module .up_top span {
  color: #999;
  margin-top: 0.09rem;
  display: block;
}
.personnelEdit .up_module .up_base {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.personnelEdit .up_module .up_base div {
  width: 0.99rem;
  height: 0.99rem;
  overflow: hidden;
  border-radius: 0.05rem;
  margin: 0 0.1rem 0.1rem 0;
  cursor: pointer;
}
.balanceWithdrawalList .el-form {
  display: flex;
}
.balanceWithdrawalList .el-form .el-form-item {
  margin-right: 0.2rem;
  width: 1.8rem;
}
.balanceWithdrawalList .el-form .el-form-item .el-date-editor.el-input {
  width: 100%;
}
.balanceWithdrawalList .el-form .el-form-item:last-child {
  width: 3.5rem;
  position: relative;
}
.balanceWithdrawalList .el-form .el-form-item:last-child .icon-icon_search {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  left: 0.02rem;
  z-index: 1;
  transform: translate(0, -50%);
  background-color: #fff;
}
.balanceWithdrawalList .el-form .el-form-item:last-child .el-input__inner {
  width: 100%;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.userComplaintList .tab_module .el-form {
  display: flex;
  margin-top: 0.1rem;
}
.userComplaintList .tab_module .el-form .el-form-item {
  margin-right: 0.2rem;
  width: 1.8rem;
}
.userComplaintList .tab_module .el-form .el-form-item .el-date-editor.el-input {
  width: 100%;
}
.userComplaintList .tab_module .el-form .el-form-item:last-child {
  width: 3.5rem;
  position: relative;
}
.userComplaintList .tab_module .el-form .el-form-item:last-child .icon-icon_search {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  left: 0.02rem;
  z-index: 1;
  transform: translate(0, -50%);
  background-color: #fff;
}
.userComplaintList .tab_module .el-form .el-form-item:last-child .el-input__inner {
  width: 100%;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.userComplaintList .el-table th {
  border-bottom: 0 !important;
}
.userComplaintList .el-table__body {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.userComplaintList .el-table__body-wrapper .el-table__row td {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
.userComplaintList .el-table__body-wrapper .el-table__row td:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.userComplaintList .el-table__body-wrapper .el-table__row td:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.userComplaintList .el-table__body-wrapper .el-table__row:hover {
  border-color: #36c2d3;
  filter: drop-shadow(0rem 0.04rem 0.06rem rgba(54, 194, 211, 0.4));
}
.userComplaintList .el-table__body-wrapper .el-table__row:hover td {
  background-color: #fff;
}
.workAuditList .tab_module .el-form {
  display: flex;
  margin-top: 0.1rem;
}
.workAuditList .tab_module .el-form .el-form-item {
  margin-right: 0.2rem;
  width: 1.8rem;
}
.workAuditList .tab_module .el-form .el-form-item .el-date-editor.el-input {
  width: 100%;
}
.workAuditList .tab_module .el-form .el-form-item:last-child {
  width: 3.5rem;
  position: relative;
}
.workAuditList .tab_module .el-form .el-form-item:last-child .icon-icon_search {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  left: 0.02rem;
  z-index: 1;
  transform: translate(0, -50%);
  background-color: #fff;
}
.workAuditList .tab_module .el-form .el-form-item:last-child .el-input__inner {
  width: 100%;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.workAuditList .el-table th {
  border-bottom: 0 !important;
}
.workAuditList .el-table__body {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.workAuditList .el-table__body .el-table__row td {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
.workAuditList .el-table__body .el-table__row td:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.workAuditList .el-table__body .el-table__row td:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.workAuditList .el-table__body .el-table__row td:nth-child(2) {
  width: 2.5rem;
}
.workAuditList .el-table__body .el-table__row td:nth-child(2) .cell {
  display: block;
}
.workAuditList .el-table__body .el-table__row td:nth-child(2) .cell div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.05rem 0;
}
.workAuditList .el-table__body .el-table__row td:nth-child(2) .cell div h3 {
  font-size: 0.18rem;
  color: #111;
}
.workAuditList .el-table__body .el-table__row td:nth-child(2) .cell div p {
  font-size: 0.14rem;
  color: #36c2d3;
  margin-left: 0.05rem;
}
.workAuditList .el-table__body .el-table__row td:nth-child(2) .cell div span {
  font-size: 0.14rem;
  color: #999;
  padding-left: 0.05rem;
}
.workAuditList .el-table__body .el-table__row:hover {
  border-color: #36c2d3;
  filter: drop-shadow(0rem 0.04rem 0.06rem rgba(54, 194, 211, 0.4));
}
.workAuditList .el-table__body .el-table__row:hover td {
  background-color: #fff;
}
#workAuditDetails {
  width: 11rem;
  margin: 30px auto;
}
#workAuditDetails .top_module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
#workAuditDetails .top_module .top_title {
  font-size: 0.24rem;
  color: #111;
  font-weight: bold;
}
#workAuditDetails .top_module .top_flex {
  display: flex;
  align-items: center;
}
#workAuditDetails .details .box {
  background: #fff;
  padding: 0.6rem 0.6rem 0.3rem;
  margin-bottom: 0.3rem;
  border-radius: 0.08rem;
}
#workAuditDetails .details .box .task_ul .li {
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
#workAuditDetails .details .box .task_ul .li .name {
  font-size: 0.14rem;
  color: #0a1629;
}
#workAuditDetails .details .box .task_ul .li .switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
}
#workAuditDetails .details .box .task_ul .li .content {
  padding: 0.3rem 0;
  border-top: 0.01rem solid #dddddd;
}
#workAuditDetails .details .box .task_ul .li .content .text {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666666;
}
#workAuditDetails .details .box .task_ul .li .input_box {
  border-top: 0.01rem solid #dddddd;
  padding: 0.3rem 0;
}
#workAuditDetails .details .box .task_ul .li .input_box .input_li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
#workAuditDetails .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;
}
#workAuditDetails .details .box .task_ul .li .input_box .input_li .el-input {
  flex: auto;
  margin-left: 0.15rem;
  height: 0.5rem;
}
#workAuditDetails .details .box .task_ul .li .input_box .input_li .el-input .el-input__inner {
  height: 100%;
}
#workAuditDetails .details .box .task_ul .li .input_box .input_li .el-input.is-disabled .el-input__inner {
  color: #111;
  background: #fff;
}
#workAuditDetails .details .box .task_ul .li .input_box .input_li:last-child {
  margin-bottom: 0;
}
#workAuditDetails .details .h3 {
  display: flex;
  justify-content: space-between;
}
#workAuditDetails .details .h3 .title {
  font-size: 0.32rem;
  color: #111;
}
#workAuditDetails .details .h3 .price {
  display: flex;
  align-items: center;
}
#workAuditDetails .details .h3 .price .num {
  font-size: 0.32rem;
  color: #36c2d3;
  padding-right: 0.1rem;
}
#workAuditDetails .details .h3 .price .name {
  font-size: 0.18rem;
  color: #36c2d3;
}
#workAuditDetails .details .sub {
  font-size: 0.18rem;
  color: #666666;
  padding: 0.2rem 0;
}
#workAuditDetails .details .lis {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.01rem solid #ddd;
  padding-bottom: 0.3rem;
}
#workAuditDetails .details .lis .text {
  padding: 0.05rem;
  color: #497e9d;
  font-size: 0.12rem;
  background: #f6fcff;
  margin-right: 0.2rem;
}
#workAuditDetails .details .details_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
#workAuditDetails .details .details_box .label {
  padding-bottom: 0.1rem;
}
#workAuditDetails .details .details_box .label .text {
  font-size: 0.12rem;
  color: #333333;
  padding-right: 0.15rem;
  position: relative;
  padding-left: 0.15rem;
}
#workAuditDetails .details .details_box .label .text:first-child {
  padding-left: 0;
}
#workAuditDetails .details .details_box .label .text::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.01rem;
  height: 0.1rem;
  transform: translateY(-50%);
  background: #ddd;
}
#workAuditDetails .details .details_box .label .text:last-child::before {
  display: none;
}
#workAuditDetails .details .details_box .address {
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.34rem;
}
#workAuditDetails .details .details_box .e_ul {
  display: flex;
}
#workAuditDetails .details .details_box .e_ul .e_li {
  padding: 0 0.2rem;
  text-align: center;
  position: relative;
}
#workAuditDetails .details .details_box .e_ul .e_li .num {
  font-size: 0.2rem;
  color: #36c2d3;
  font-weight: 700;
  padding-bottom: 0.05rem;
}
#workAuditDetails .details .details_box .e_ul .e_li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.01rem;
  height: 0.27rem;
  transform: translateY(-50%);
  background: #ddd;
}
#workAuditDetails .details .details_box .e_ul .e_li:last-child::before {
  display: none;
}
#workAuditDetails .details .b_title {
  font-size: 0.24rem;
  color: #111111;
  padding-bottom: 0.3rem;
}
#workAuditDetails .details .b_ul {
  padding-bottom: 0.3rem;
}
#workAuditDetails .details .b_ul .li p {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.32rem;
}
.workEnquiryDetails {
  margin: 30px 0 0 60px;
  position: relative;
  margin: 0 !important;
}
.workEnquiryDetails .staff_module {
  width: 5.5rem;
  position: absolute;
  top: 0.68rem;
  right: -6rem;
}
.workEnquiryDetails .staff_module .staff_centent {
  padding: 0.2rem;
  border-radius: 0.08rem;
  background-color: #fff;
}
.workEnquiryDetails .staff_module .staff_centent .staff_title {
  font-size: 0.24rem;
  color: #111111;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.06rem;
  border: 0.01rem solid #ddd;
  padding: 0.15rem;
  margin-top: 0.2rem;
  overflow: hidden;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_img {
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border: 0.01rem solid #707070;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_info .staff_flex {
  display: flex;
  align-items: center;
  margin: 0.05rem 0;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_info .staff_flex h3 {
  font-size: 0.18rem;
  color: #111;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_info .staff_flex p {
  font-size: 0.12rem;
  color: #1c2238;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_info .staff_flex span {
  display: block;
  width: 0.66rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  padding: 0 0.05rem;
  background: #f4f4f4;
  font-size: 0.12rem;
  color: #696969;
  border-radius: 0.04rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.1rem;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_info .staff_flex span:first-child {
  background: #fff6dd;
  color: #ba9e72;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_info .staff_flex span:last-child {
  margin-right: 0;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_box .staff_btn {
  width: 0.82rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  border-radius: 0.06rem;
  font-size: 0.12rem;
  color: #fff;
  margin-bottom: 0.05rem;
  background-color: #36c2d3;
  display: block;
}
.workEnquiryDetails .staff_module .staff_centent .staff_li .staff_box .staff_btn:last-child {
  margin-bottom: 0;
  background-color: #ffa200;
}
.workEnquiryDetails .staff_module .staff_centent .staff_lix {
  justify-content: flex-start;
}
.workEnquiryDetails .staff_module .staff_centent .staff_lix .staff_img {
  margin-right: 0.12rem;
}
.workEnquiryDetails .staff_module .staff_centent .staff_lix .staff_info {
  width: 100%;
}
.workEnquiryDetails .staff_module .staff_centent .staff_lix .staff_info .staff_flexs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.workEnquiryDetails .staff_module .staff_centent .staff_lix .staff_info .staff_flexs a {
  width: 0.82rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  border-radius: 0.06rem;
  background: #36c2d3;
  font-size: 0.12rem;
  color: #fff;
}
.workEnquiryDetails .staff_module .staff_centent .staff_lix .staff_info span {
  width: auto !important;
}
#contract_module {
  width: 6.4rem;
  margin: 0 auto;
}
#contract_module .el-dialog {
  width: 100% !important;
}
#contract_module .el-dialog .el-dialog__header {
  display: none;
}
#contract_module .el-dialog h3 {
  text-align: center;
  font-size: 0.24rem;
  color: #000;
}
#contract_module .el-dialog .el-image {
  width: 3.99rem;
  margin: 0.35rem auto 0.5rem;
  display: block;
}
#contract_module .el-dialog button {
  width: 1.28rem;
  height: 0.48rem;
  border-radius: 0.06rem;
  background: #36c2d3;
  font-size: 0.16rem;
  color: #fff;
  margin: 0 auto;
  display: block;
}
.sortModule .el-dialog {
  width: 5.93rem !important;
  padding: 0 0.6rem;
  box-sizing: border-box;
  border-radius: 0.08rem;
}
.sortModule .el-dialog .el-dialog__header {
  display: none;
}
.sortModule .el-dialog .el-dialog__body h3 {
  font-size: 0.24rem;
  color: #000;
  text-align: center;
  margin-bottom: 0.3rem;
}
.sortModule .el-dialog .el-dialog__body .el-button--primary {
  margin: 0 auto;
  display: block;
}
.customerWorkList .el-tabs {
  position: relative;
}
.customerWorkList .el-tabs .el-tabs__content {
  position: absolute;
  right: 0;
  bottom: 0.15rem;
}
.customerWorkList .el-tabs .el-tabs__content .el-form .el-form-item {
  margin-bottom: 0;
}
.customerWorkList .el-tabs .el-tabs__content .el-form .el-form-item .el-form-item__content {
  border-radius: 0.06rem;
  overflow: hidden;
  line-height: 0 !important;
  position: relative;
}
.customerWorkList .el-tabs .el-tabs__content .el-form .el-form-item .el-form-item__content .icon-icon_search {
  width: 0.38rem;
  height: 0.38rem;
  background-color: #fff;
  border-radius: 0.06rem;
  position: absolute;
  top: 50%;
  left: 0.02rem;
  transform: translate(0, -50%);
  z-index: 1;
}
.customerWorkList .el-tabs .el-tabs__content .el-form .el-form-item .el-form-item__content .el-input {
  width: 3.5rem;
  height: 0.4rem;
  border-radius: 0.04rem;
  background: #fff;
  border-radius: 0.06rem;
  box-sizing: border-box;
  overflow: hidden;
}
.customerWorkList .el-tabs .el-tabs__content .el-form .el-form-item .el-form-item__content .el-input input {
  padding-left: 0.44rem;
  box-sizing: border-box;
  border-radius: 0.06rem;
}
.customerWorkList .el-table th {
  border-bottom: 0 !important;
}
.customerWorkList .el-table__body-wrapper {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.customerWorkList .el-table__body-wrapper .el-table__row td {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
.customerWorkList .el-table__body-wrapper .el-table__row td:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.customerWorkList .el-table__body-wrapper .el-table__row td:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.customerWorkList .el-table__body-wrapper .el-table__row td:nth-child(2) .cell {
  display: block;
}
.customerWorkList .el-table__body-wrapper .el-table__row td:nth-child(2) .cell div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.05rem 0;
}
.customerWorkList .el-table__body-wrapper .el-table__row td:nth-child(2) .cell div h3 {
  font-size: 0.18rem;
  color: #111;
}
.customerWorkList .el-table__body-wrapper .el-table__row td:nth-child(2) .cell div p {
  font-size: 0.14rem;
  color: #36c2d3;
  margin-left: 0.05rem;
}
.customerWorkList .el-table__body-wrapper .el-table__row td:nth-child(2) .cell div span {
  font-size: 0.14rem;
  color: #999;
  padding-left: 0.05rem;
}
.customerWorkList .el-table__body-wrapper .el-table__row:hover {
  border-color: #36c2d3;
  filter: drop-shadow(0rem 0.04rem 0.06rem rgba(54, 194, 211, 0.4));
}
.customerWorkList .el-table__body-wrapper .el-table__row:hover td {
  background-color: #fff;
}
#resumeModule .el-dialog {
  width: 15.2rem !important;
  border-radius: 0.08rem;
}
#resumeModule .el-dialog .el-dialog__header {
  display: none;
}
#resumeModule .el-dialog .el-dialog__body .resumeModule_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
#resumeModule .el-dialog .el-dialog__body .resumeModule_top h3 {
  font-size: 0.24rem;
  color: #000;
}
#resumeModule .el-dialog .el-dialog__body .resumeModule_top .el-form {
  display: flex;
}
#resumeModule .el-dialog .el-dialog__body .resumeModule_top .el-form .el-form-item {
  margin: 0 0 0 0.2rem;
}
#resumeModule .el-dialog .el-dialog__body .resumeModule_top .el-form .el-form-item:last-child .el-form-item__content {
  position: relative;
}
#resumeModule .el-dialog .el-dialog__body .resumeModule_top .el-form .el-form-item:last-child .el-form-item__content button {
  width: 0.38rem;
  height: 0.38rem;
  background-color: #fff;
  border-radius: 0.06rem;
  position: absolute;
  top: 50%;
  left: 0.01rem;
  transform: translate(0, -50%);
  z-index: 1;
}
#resumeModule .el-dialog .el-dialog__body .resumeModule_top .el-form .el-form-item:last-child .el-form-item__content .el-input__inner {
  width: 3.5rem;
  padding-left: 0.44rem;
  box-sizing: border-box;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td:nth-child(3) .cell {
  display: flex;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td:nth-child(3) .cell .user_img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td:nth-child(3) .cell .user_flex {
  display: flex;
  align-items: center;
  margin: 0.05rem 0;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td:nth-child(3) .cell .user_flex h3 {
  font-size: 0.18rem;
  color: #111;
  margin-right: 0.12rem;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td:nth-child(3) .cell .user_flex p {
  font-size: 0.12rem;
  color: #1c2238;
}
#resumeModule .el-dialog .el-dialog__body .el-table__body-wrapper .el-table__row td:nth-child(3) .cell .user_flex span {
  min-width: 0.66rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  padding: 0 0.05rem;
  border-radius: 0.04rem;
  background: #f4f4f4;
  font-size: 0.12rem;
  color: #696969;
  margin-right: 0.06rem;
  display: block;
}
#resumeModule .el-dialog .tab_base {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#resumeModule .el-dialog .affirmBtn {
  width: 1.28rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 0.06rem;
  background: #36c2d3;
  font-size: 0.16rem;
  color: #fff;
  margin: 0.3rem auto 0;
  display: block;
}
@media screen and (max-width: 1440px) {
  .header .fh-side .layui-side .layui-side-scroll .layui-nav .layui-nav-item a .icon-lf {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .header .fh-side .layui-side .layui-side-scroll .layui-nav .layui-nav-item .layui-nav-child a {
    line-height: 0.5rem;
  }
  #managingPeople .tab_module .tab_search {
    height: 0.5rem;
  }
  #managingPeople .tab_module .tab_search .tab_input {
    height: 0.5rem;
  }
  .taskManagement .filter_module .filter_set input {
    width: 3rem;
    height: 0.5rem;
  }
  #talentPool .el-form .form_post li {
    height: 0.4rem;
    line-height: 0.4rem;
  }
  #talentPool .el-form .form_search .el-button--primary {
    top: 50%;
    transform: translate(0, -50%);
  }
}
