@charset "UTF-8";
.cp[data-v-6daf3030] {
  cursor: pointer;
}
.disabled[data-v-6daf3030] {
  cursor: not-allowed;
}
.button[data-v-6daf3030] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-6daf3030] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-6daf3030] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-6daf3030] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-6daf3030] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-6daf3030] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-6daf3030] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-6daf3030] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-6daf3030]:hover {
  background-color: #004080;
}
.btn_warn[data-v-6daf3030] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-6daf3030] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-6daf3030]:hover {
  background-color: #ccdded;
}
[data-v-6daf3030]::-ms-clear,[data-v-6daf3030]::-ms-reveal {
  display: none;
}
.un_sel[data-v-6daf3030] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-6daf3030] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-6daf3030] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-6daf3030] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-6daf3030]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-6daf3030]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-6daf3030]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-6daf3030]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-6daf3030] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-6daf3030]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-6daf3030]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-6daf3030]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-6daf3030] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-6daf3030]:first-child {
  padding-top: 0;
}
.flex[data-v-6daf3030] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-6daf3030] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-6daf3030] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-6daf3030] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-6daf3030] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-6daf3030] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-6daf3030] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-6daf3030] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-6daf3030] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-6daf3030] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-6daf3030] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-6daf3030] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-6daf3030] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-6daf3030] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-6daf3030] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-6daf3030] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-6daf3030] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-6daf3030] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-6daf3030] {
  overflow: hidden;
}
.overflow-y-auto[data-v-6daf3030] {
  overflow-y: auto;
}
.contact_unit_wrapper[data-v-6daf3030] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
  z-index: 2;
  align-items: center;
  width: 100%;
  padding-left: 17px;
  background-color: #fff;
}
.contact_unit_wrapper.on[data-v-6daf3030], .contact_unit_wrapper[data-v-6daf3030]:hover {
  background-color: #f4f4f4;
}
.contact_unit_wrapper .img_group[data-v-6daf3030] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.contact_unit_wrapper .img_group .icon[data-v-6daf3030] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.contact_unit_wrapper .img_group .img[data-v-6daf3030] {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background-color: #f4f5f6;
  display: block;
}
.contact_unit_wrapper .info_group[data-v-6daf3030] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66px;
  padding: 11px 0;
  padding-right: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 16px;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact_unit_wrapper .info_group .name_group[data-v-6daf3030] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.contact_unit_wrapper .info_group .name_group .name[data-v-6daf3030] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
@charset "UTF-8";
.cp[data-v-7f57093e] {
  cursor: pointer;
}
.disabled[data-v-7f57093e] {
  cursor: not-allowed;
}
.button[data-v-7f57093e] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-7f57093e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-7f57093e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-7f57093e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-7f57093e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-7f57093e]:hover {
  background-color: #004080;
}
.btn_warn[data-v-7f57093e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-7f57093e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-7f57093e]:hover {
  background-color: #ccdded;
}
[data-v-7f57093e]::-ms-clear,[data-v-7f57093e]::-ms-reveal {
  display: none;
}
.un_sel[data-v-7f57093e] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-7f57093e] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-7f57093e] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-7f57093e] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-7f57093e]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-7f57093e]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-7f57093e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-7f57093e]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-7f57093e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-7f57093e]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-7f57093e]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-7f57093e]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-7f57093e] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-7f57093e]:first-child {
  padding-top: 0;
}
.flex[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-7f57093e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-7f57093e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-7f57093e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-7f57093e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-7f57093e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-7f57093e] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-7f57093e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-7f57093e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-7f57093e] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-7f57093e] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-7f57093e] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-7f57093e] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-7f57093e] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-7f57093e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-7f57093e] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-7f57093e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-7f57093e] {
  overflow: hidden;
}
.overflow-y-auto[data-v-7f57093e] {
  overflow-y: auto;
}
.work_team_unit_wrapper[data-v-7f57093e] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  align-items: center;
  width: 100%;
  padding-left: 17px;
  background-color: #fff;
}
.work_team_unit_wrapper.on[data-v-7f57093e], .work_team_unit_wrapper[data-v-7f57093e]:hover {
  background-color: #f4f4f4;
}
.work_team_unit_wrapper .sticky[data-v-7f57093e] {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
}
.work_team_unit_wrapper .img_group[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 1px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 4px;
}
.work_team_unit_wrapper .img_group .img[data-v-7f57093e] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.work_team_unit_wrapper .img_group .icon[data-v-7f57093e] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.work_team_unit_wrapper .info_group[data-v-7f57093e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  align-items: center;
  height: 66px;
  padding: 11px 0;
  padding-right: 17px;
  margin-left: 16px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.work_team_unit_wrapper .info_group.hasDesc[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.work_team_unit_wrapper .info_group.hasDesc .name_group .name[data-v-7f57093e] {
  padding-top: 3px;
}
.work_team_unit_wrapper .info_group .name_group[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.work_team_unit_wrapper .info_group .name_group .name[data-v-7f57093e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.work_team_unit_wrapper .info_group .name_group .name > span[data-v-7f57093e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.work_team_unit_wrapper .info_group .name_group .time[data-v-7f57093e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  color: rgb(153, 153, 153);
}
.work_team_unit_wrapper .info_group .desc_group[data-v-7f57093e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.work_team_unit_wrapper .info_group .desc_group .desc[data-v-7f57093e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 129px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(153, 153, 153);
  padding-right: 20px;
}
.work_team_unit_wrapper .info_group .desc_group .fun[data-v-7f57093e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAKCAYAAACe5Y9JAAAAG0lEQVQYV2M0MjI6ysDAwMAIZ4B4YBE4gyw1AHtrCC2R6xSvAAAAAElFTkSuQmCC);
  background-size: 100%;
  width: 2px;
  height: 10px;
}
@charset "UTF-8";
.cp[data-v-0a3c500e] {
  cursor: pointer;
}
.disabled[data-v-0a3c500e] {
  cursor: not-allowed;
}
.button[data-v-0a3c500e] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-0a3c500e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-0a3c500e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-0a3c500e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-0a3c500e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-0a3c500e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-0a3c500e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-0a3c500e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-0a3c500e]:hover {
  background-color: #004080;
}
.btn_warn[data-v-0a3c500e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-0a3c500e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-0a3c500e]:hover {
  background-color: #ccdded;
}
[data-v-0a3c500e]::-ms-clear,[data-v-0a3c500e]::-ms-reveal {
  display: none;
}
.un_sel[data-v-0a3c500e] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-0a3c500e] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-0a3c500e] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-0a3c500e] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-0a3c500e]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-0a3c500e]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-0a3c500e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-0a3c500e]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-0a3c500e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-0a3c500e]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-0a3c500e]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-0a3c500e]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-0a3c500e] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-0a3c500e]:first-child {
  padding-top: 0;
}
.flex[data-v-0a3c500e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-0a3c500e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-0a3c500e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-0a3c500e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-0a3c500e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-0a3c500e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-0a3c500e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-0a3c500e] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-0a3c500e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-0a3c500e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-0a3c500e] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-0a3c500e] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-0a3c500e] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-0a3c500e] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-0a3c500e] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-0a3c500e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-0a3c500e] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-0a3c500e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-0a3c500e] {
  overflow: hidden;
}
.overflow-y-auto[data-v-0a3c500e] {
  overflow-y: auto;
}
.group_aside_contact[data-v-0a3c500e] {
  width: 100%;
  height: 100%;
}
.group_aside_contact .wrapper[data-v-0a3c500e] {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  position: relative;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.group_aside_contact .wrapper[data-v-0a3c500e]::-webkit-scrollbar {
  width: 0 !important;
}
.group_aside_contact .wrapper .sidebar_search_group[data-v-0a3c500e] {
  position: sticky;
  top: 0;
  z-index: 3;
}
.group_aside_contact .wrapper .apply_group[data-v-0a3c500e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  padding: 11px 0;
  padding-left: 17px;
  background-color: #fff;
  position: relative;
}
.group_aside_contact .wrapper .apply_group[data-v-0a3c500e]:hover, .group_aside_contact .wrapper .apply_group.on[data-v-0a3c500e] {
  background-color: #f4f4f4;
}
.group_aside_contact .wrapper .apply_group .new[data-v-0a3c500e] {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 14px;
  border-radius: 50%;
  background-color: #ff3b30;
}
.group_aside_contact .wrapper .apply_group .icon[data-v-0a3c500e] {
  width: 44px;
  height: 44px;
  border-radius: 4px;
}
.group_aside_contact .wrapper .apply_group .text[data-v-0a3c500e] {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
.group_aside_contact .wrapper .group.on .title_group .icon[data-v-0a3c500e] {
  background-size: 10px 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAIBAMAAAAy1HOFAAAAJFBMVEUAAAAzMzMzMzMzMzMzMzM0NDQyMjIzMzMyMjI3NzcqKiozMzOA7lJpAAAAC3RSTlMA8uLMr49wUDMcDBleoRYAAAAySURBVAjXY/DevXv3FoaJQFKSgQ1IJjAwWO/ezMDA0L17B5Bk3R0AJLmUFjAAQTkDAwDBkQ6dunZWUQAAAABJRU5ErkJggg==);
}
.group_aside_contact .wrapper .group .title_group[data-v-0a3c500e] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: 54px;
  padding-left: 17px;
}
.group_aside_contact .wrapper .group .title_group .icon[data-v-0a3c500e] {
  background-size: 8px 10px, 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKBAMAAAB76QKzAAAAJFBMVEUAAAAzMzMzMzMyMjIzMzMyMjIzMzMwMDAyMjIuLi4qKiozMzPErSTZAAAAC3RSTlMA8uLLr49vTzIcDPiThaIAAAAlSURBVAjXY/BkAIKNCUBi9+YGILF76wIgsVsdTIC5IAmIErBiAKzsENc3YgO1AAAAAElFTkSuQmCC);
  cursor: pointer;
}
.group_aside_contact .wrapper .group .title_group .title[data-v-0a3c500e] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  padding-left: 10px;
}
.group_aside_contact .wrapper .group .firstname_group .title[data-v-0a3c500e] {
  padding-left: 17px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(170, 170, 170);
  text-transform: uppercase;
}
.group_aside_contact .wrapper .group .bottom_group[data-v-0a3c500e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
}
.group_aside_contact .wrapper .group .bottom_group .line[data-v-0a3c500e] {
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
}

/*# sourceMappingURL=19.css.map?t=1769050992548*/