.table-page-noop {
  background-color: #fafafa; }
.checkboxcss {
  font-family: Microsoft YaHei; }

.wtspe-checkbox {
  font-size: 14px;
  line-height: 1.5;
  color: #626873;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -.09em; }
  .wtspe-checkbox input[type=checkbox] {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    opacity: 0; }
  .wtspe-checkbox .wtspe-checkbox-label {
    vertical-align: middle;
    margin-left: 4px;
    line-height: 16px; }
  .wtspe-checkbox .wtspe-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    background-color: #fafafa;
    -webkit-transition: all .3s;
    transition: all .3s; }

.wtspe-checkbox + label {
  cursor: pointer; }

.wtspe-checkbox .wtspe-checkbox-inner > span {
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.55142857px;
  top: 1.4285714px;
  display: block;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); }

.wtspe-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
  content: "";
  -webkit-animation: antCheckboxEffect .36s ease-in-out;
  animation: antCheckboxEffect .36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden; }

.wtspe-checkbox-checked .wtspe-checkbox-inner > span {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: block;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }

.wtspe-checkbox-disabled {
  cursor: not-allowed; }
  .wtspe-checkbox-disabled .wtspe-checkbox-inner {
    border-color: #d9d9d9 !important;
    background-color: #eaeaea; }
    .wtspe-checkbox-disabled .wtspe-checkbox-inner:after {
      border-color: #eaeaea; }
    .wtspe-checkbox-disabled .wtspe-checkbox-inner:hover {
      border-color: #d9d9d9 !important; }
  .wtspe-checkbox-disabled.wtspe-checkbox-checked .wtspe-checkbox-inner:after {
    border-color: #B6B9BF; }
@charset "UTF-8";
.wtspe-table-pages {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffffff; }

.wtspe-table-box {
  border-bottom: 1px solid #e0e0e0;
  color: #595959; }

.wtspe-table-main {
  clear: both;
  position: relative;
  background: #fafafa; }

.wtspe-table-left {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  /*background: #ffffff*/ }

.wtspe-table-right {
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  /*background: #ffffff*/ }

.wtspe-table-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 56px; }

.wtspe-table-header-wrapper {
  padding-right: 15px;
  white-space: nowrap;
  display: inline-block; }

.wtspe-table-left .wtspe-table-header-wrapper {
  padding-right: 0; }

.wtspe-table-right .wtspe-table-header-wrapper {
  padding-right: 0; }

.wtspe-table-content {
  position: relative;
  white-space: nowrap;
  overflow: hidden; }

.wtspe-table-content-wrapper {
  white-space: nowrap;
  display: inline-block; }

.wtspe-table-content-scroller {
  overflow: auto; }

.wtspe-table-content-left {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  background: #ffffff; }

.wtspe-table-content-main {
  white-space: nowrap;
  overflow: auto;
  width: 100%; }

.wtspe-table-content-right {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  background: #ffffff; }

.wtspe-table-header-td {
  padding: 0 10px; }

.wtspe-table-content-td {
  padding: 0 10px; }

.wtspe-table-drop-content-td {
  position: relative;
  line-height: normal; }

.wtspe-table-row {
  background: #ffffff; }

.wtspe-table-content-td .table-mark-postName-box {
  height: 56px; }

.wtspe-table-box-hide .wtspe-table-header {
  opacity: 0; }

.wtspe-table-header tbody > tr {
  line-height: 56px;
  font-size: 14px;
  background: #fafafa;
  color: rgba(0, 0, 0, 0.64);
  font-weight: bold; }

.wtspe-table-header td {
  cursor: pointer; }

.wtspe-table-content tbody > tr {
  line-height: 56px;
  height: 56px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
  font-weight: 400; }

.wtspe-table-drop-row {
  line-height: normal; }

.wtspe-table-drop-row-content {
  border-bottom: 1px solid #e0e0e0; }

.wtspe-table-drop-row-icon {
  position: relative;
  height: 0; }

.wtspe-table-drop-row-collapse {
  position: absolute;
  top: -16px;
  left: 50%;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  z-index: 99; }

.wtspe-table-box {
  position: relative; }
  .wtspe-table-box table {
    box-sizing: content-box;
    table-layout: fixed; }
  .wtspe-table-box th, .wtspe-table-box td {
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.wtspe-table-content tbody > tr {
  border-bottom: 1px solid #e0e0e0; }

.wtspe-table-content tbody > tr:last-child {
  border-bottom: none; }

.wtspe-table-empty {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; }

.wtspe-table-empty-wrap {
  position: absolute;
  width: 100%;
  margin-top: -80px;
  top: 50%;
  left: 0; }

.wtspe-table-empty-bg {
  display: inline-block;
  background-size: cover;
  width: 200px;
  height: 200px; }

.wtspe-table-empty-text {
  color: #595959;
  font-size: 14px; }

.wtspe-table-sort {
  display: inline-block;
  font-size: 12px;
  width: 12px;
  position: relative;
  vertical-align: middle;
  height: 22px;
  margin-left: 6px;
  margin-top: -3px; }

.wtspe-table-sort .wtspe-table-sort-top {
  position: absolute;
  left: 0;
  top: 0; }

.wtspe-table-sort .wtspe-table-sort-bottom {
  position: absolute;
  left: 0;
  bottom: 3px; }

.wtspe-table-sort-asc .wtspe-table-sort-top {
  color: #e81118; }

.wtspe-table-sort-desc .wtspe-table-sort-bottom {
  color: #e81118; }

.wtspe-table-page-hide .wtspe-table-checkbox-selectednum {
  opacity: 0; }

.wtspe-table-page-hide .wtspe-wtspePagination-center {
  opacity: 0; }

.wtspe-table-page-hide .wtspe-wtspePagination-right {
  opacity: 0; }

.wtspe-table-box-hide {
  min-height: 300px;
  border-bottom: none; }

.wtspe-table-name-opt {
  display: inline-block; }

.wtspe-table-name-opt-show {
  display: inline-block !important;
  border: 1px solid transparent;
  color: #e81118; }

.wtspe-table-name-opt-show > i {
  color: #e81118; }

.wtspe-table-row:hover .wtspe-table-name-opt {
  display: inline-block; }

.wtspe-table-content-td-position {
  padding-right: 16px;
  position: relative;
  height: 56px; }

.wtspe-table-opt-wrapper {
  position: absolute;
  top: 21px;
  height: 16px;
  border: 1px solid #cccccc;
  line-height: 14px;
  vertical-align: middle;
  border-radius: 3px;
  padding: 0 1px;
  margin-right: 4px;
  cursor: pointer; }
  .wtspe-table-opt-wrapper i.wtspeicon.wtspeicon-more.operation-more {
    font-size: 16px; }

.wtspe-table-readStatus {
  font-size: 14px;
  color: transparent; }

.wtspe-table-opt {
  font-size: 12px;
  color: #808080; }

.wtspe-table-mr12 {
  margin-right: 12px;
  line-height: normal; }

.wtspe-table-postNum {
  background: #a9a9a9;
  padding: 0 5px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 8px;
  font-size: 12px; }

.wtspe-table-nopage {
  border-bottom: none !important; }

.wtspe-table-column-multi-rows {
  line-height: 22px; }

.wtspe-table-column-multi-darktxt {
  margin-right: 6px; }

.wtspe-table-column-multi-lighttxt {
  margin-right: 6px;
  color: #8C8C8C; }

.wtspe-table-column-multi-ddi {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  background: #8C8C8C;
  margin-right: 6px;
  width: 1px;
  margin-top: -2px; }

.wtspe-table-lock {
  font-size: 14px; }

.wtspe-table-content.wtspe-table-content-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(157, 157, 157, 0.3) !important; }

.wtspe-table-content.wtspe-table-content-scroller:hover::-webkit-scrollbar-thumb {
  background-color: #9d9d9d !important; }

.wtspe-table-checkbox-selectednum {
  vertical-align: middle; }

.postion-status-container {
  display: inline-block;
  vertical-align: middle; }

.wtspe-table-drop-row {
  border-bottom: none !important;
  height: 1px !important; }

.wtspe-table-screen-score {
  overflow: hidden; }
  .wtspe-table-screen-score table {
    width: 480px;
    color: #282828; }
    .wtspe-table-screen-score table th {
      height: 40px;
      background-color: #F9F9F9;
      padding: 0 20px;
      font-weight: normal; }
    .wtspe-table-screen-score table td {
      height: 40px;
      border-bottom: 1px solid #E8E8E8;
      padding: 0 20px; }
      .wtspe-table-screen-score table td .tips {
        width: 3px;
        height: 14px;
        display: inline-block;
        background-color: #E81118;
        margin: -3px 8px 0 -10px;
        vertical-align: middle; }

.wtspe-table-drag-clone {
  position: absolute;
  font-size: 14px;
  line-height: 56px;
  color: #282828;
  padding: 0 10px;
  background-color: #ffffff;
  z-index: 999;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.wtspe-table-drag-line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  z-index: 999; }

.wtspe-table-drag-container {
  overflow-x: hidden; }

.table-mark-candidatename, .wtspe-table-content-td [class^="postName"] {
  color: #1a1a1a !important;
  font-size: 16px; }

.wtspe-table-content-td[propname='candidateName'], .wtspe-table-content-td[propname='postName'] {
  padding-left: 20px !important; }

.wtspe-table-header-td[propname='readStatus'] + .wtspe-table-header-td[propname='candidateName'],
.wtspe-table-header-td[propname='readStatus'] + .wtspe-table-header-td[propname='postName'],
.wtspe-table-content-td[propname='readStatus'] + .wtspe-table-content-td[propname='candidateName'],
.wtspe-table-content-td[propname='readStatus'] + .wtspe-table-content-td[propname='postName'] {
  padding-left: 0px !important; }

.wtspe-table-header-td[propname='readStatus'],
.wtspe-table-content-td[propname='readStatus'] {
  padding: 0 0 0 4px !important; }

.wtspe-table-sort-asc .wtspe-table-sort-top {
  color: #e81118; }

.wtspe-table-sort .wtspe-table-sort-top {
  position: absolute;
  left: 0;
  top: 4px; }

.wtspe-table-card {
  width: 100%;
  padding: 4px; }

.container-table-card {
  width: 100%;
  height: 100%;
  border: 1px solid #E5E3E3;
  border-radius: 5px; }

.container-table-card-header {
  width: 100%;
  height: 35px;
  padding: 4px 8px;
  position: relative;
  line-height: 30px; }

.container-table-card-body {
  width: 100%;
  height: 180px;
  padding: 4px 8px;
  position: relative; }

.container-card-detail-image {
  position: absolute;
  left: 52px;
  top: 24px;
  height: 82px;
  width: 72px; }

.container-table-card-body .container-card-detail {
  width: 100%;
  height: 100%;
  padding: 4px 8px 4px 140px; }

.container-card-detail-top {
  width: 100%;
  min-height: 20px;
  padding: 7px 0;
  display: flex;
  margin-top: 5px; }

.container-card-detail-middle {
  width: 100%;
  min-height: 80px; }

.content-card-detail-middle {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

.content-card-detail-middle-left, .content-card-detail-middle-right {
  display: table-cell; }

.content-card-detail-middle-left {
  width: 50%;
  /*padding-right: 20px;*/ }

.content-card-detail-middle-right {
  width: 55%;
  padding-left: 20px; }

.card-detail-middle-row {
  margin: 5px 0; }

.card-detail-middle-row span {
  border-right: 1px solid #CCCCCC;
  font-size: 12px;
  font-family: Microsoft YaHei;
  line-height: 26px;
  color: #595959;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0 8px; }

.ellipsis-word-2 {
  max-width: 50px; }

.ellipsis-word-6 {
  max-width: 91px; }

.ellipsis-word-7 {
  max-width: 103px; }

.ellipsis-word-8 {
  max-width: 123px; }

.ellipsis-word-10 {
  max-width: 147px; }

.card-detail-middle-row span:first-child {
  padding: 0px 8px 0 0; }

.card-detail-middle-row span:last-child {
  border: 0; }

.container-card-detail-bottom {
  width: 100%;
  height: 35px;
  position: relative; }

.container-card-detail-btn {
  position: absolute;
  right: 10px; }

.card-detail-btn {
  height: 24px;
  font-size: 12px;
  border: 1px solid #E8E8E8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #595959;
  margin-right: 23px;
  padding: 4px;
  cursor: pointer;
  font-family: Microsoft YaHei;
  line-height: 19px;
  color: #595959; }

.card-detail-btn:last-child {
  margin-right: 0; }

.container-table-card-checkbox {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 25px; }

.wtspe-table-empty-bg {
  position: relative; }
  .wtspe-table-empty-bg .wtspe-table-empty-bg-back, .wtspe-table-empty-bg .wtspe-table-empty-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wtspe-table-empty-bg .wtspe-table-empty-bg-back img {
    width: 100%;
    height: 100%; }
  .wtspe-table-empty-bg .wtspe-table-empty-bg-top svg {
    width: 100%;
    height: 100%; }

/*ATS-47248【叮当快药】会签/或签 */
.shengpi {
  width: 100%;
  background: rgba(250, 173, 20, 0.1);
  opacity: 1;
  border-radius: 4px;
  display: flex;
  left: 0;
  right: 0;
  margin: 5px 0 !important; }

.shengpi-ico {
  width: 14px;
  height: 14px;
  background: #faad14;
  opacity: 1;
  display: inline-block;
  border-radius: 20px;
  line-height: 14px;
  text-align: center;
  color: white;
  font-size: 12px;
  margin: 9px 8px 9px 16px; }

.shengpi-zi {
  width: calc(100% - 39px);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 30.5px;
  color: #626873;
  opacity: 1;
  display: inline-block; }
.wtspe-onelvlmenu-box {
  display: block;
  min-width: 200px;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px; }

.wtspe-onelvlmenu-children-box {
  background: #f6f6f6;
  margin-top: 10px; }

.wtspe-onelvlmenu-children-item {
  display: inline-block;
  text-align: center;
  height: 40px;
  font-size: 12px;
  color: #595959;
  line-height: 40px;
  padding: 0 16px;
  cursor: pointer; }

.wtspe-onelvlmenu-wrapper {
  overflow: hidden;
  position: relative;
  height: 30px; }

.wtspe-onelvlmenu-main {
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

.wtspe-onelvlmenu-oper {
  position: absolute;
  top: 15px;
  right: 10px;
  line-height: 30px;
  background: #ffffff;
  color: #262626; }

.wtspe-onelvlmenu-item {
  display: inline-block;
  text-align: center;
  height: 30px;
  border-radius: 15px;
  color: #282828;
  line-height: 30px;
  padding: 0 16px;
  font-size: 14px;
  cursor: pointer; }

.wtspe-onelvlmenu-item:first-of-type {
  padding-left: 0; }

.wtspe-onelvlmenu-item.wtspe-linked {
  color: #ffffff; }

.wtspe-onelvlmenu-operItem {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center; }

.wtspe-onelvlmenu-label {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 30px;
  background: #ffffff; }

.wtspe-onelvlmenu-label-text {
  width: 80px; }

.wtspe-onelvlmenu-customBtnWrapper {
  display: inline-block;
  width: 150px;
  height: 100%; }

.wtspe-onelvlmenu-customBtnBox {
  background-color: #FAFAFA;
  position: absolute;
  top: -15px;
  right: -10px;
  border-radius: 0 5px 5px 0;
  padding: 14.5px 18px;
  border-left: 1px solid #eee; }

.wtspe-onelvlmenu-customBtn {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 30px;
  color: #262626; }

.wtspe-onelvlmenu-customBtn.wtspe-theme-bg {
  color: #fff; }
.wtspe-onelvlmenu-new .wtspe-onelvlmenu-box {
  display: block;
  min-width: 200px;
  position: relative;
  background: #ffffff;
  border-radius: 0;
  padding: 15px 30px; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-children-box {
  background: #f6f6f6;
  margin-top: 10px; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-children-item {
  display: inline-block;
  text-align: center;
  height: 40px;
  font-size: 12px;
  color: #595959;
  line-height: 40px;
  padding: 0 16px;
  cursor: pointer; }
  .wtspe-onelvlmenu-new .wtspe-onelvlmenu-children-item-subtitle {
    padding-left: 10px; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-wrapper {
  overflow: hidden;
  position: relative;
  height: 30px; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-main {
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-oper {
  position: absolute;
  top: 15px;
  right: 30px;
  line-height: 30px;
  background: #ffffff;
  color: #262626; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-new-item {
  display: inline-block;
  text-align: center;
  height: 30px;
  border-radius: 15px;
  color: #000000;
  opacity: 0.85;
  line-height: 30px;
  padding: 0 18px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin: 0 15px; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-new-item:first-of-type {
  padding-left: 0;
  margin-left: 0; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-children-item-subtitle {
  font-size: 12px; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-operItem {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-label {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 30px;
  background: #ffffff; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-label-text {
  width: 80px; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-customBtnWrapper {
  display: inline-block;
  width: 150px;
  height: 100%; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-customBtnBox {
  background-color: #fafafa;
  position: absolute;
  top: -15px;
  right: -10px;
  border-radius: 0 5px 5px 0;
  padding: 14.5px 18px;
  border-left: 1px solid #eee; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-customBtn {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 30px;
  color: #262626; }

.wtspe-onelvlmenu-new .wtspe-onelvlmenu-customBtn.wtspe-theme-bg {
  color: #fff; }

.wtspe-onelvlmenu-new .wtspeicon-left-double-new,
.wtspe-onelvlmenu-new .wtspeicon-right-double-new {
  width: 25px;
  height: 25px; }
  .wtspe-onelvlmenu-new .wtspeicon-left-double-new::before,
  .wtspe-onelvlmenu-new .wtspeicon-right-double-new::before {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.121569);
    opacity: 1;
    border-radius: 2px 0px 0px 2px;
    vertical-align: middle;
    text-align: center;
    width: 25px;
    line-height: 25px;
    display: inline-block; }

.wtspe-onelvlmenu-new .wtspeicon-left-double-new::before {
  content: "<"; }

.wtspe-onelvlmenu-new .wtspeicon-right-double-new::before {
  content: ">"; }

.wtspe-onelvlmenu-new .wtspeicon-add:before {
  vertical-align: middle; }
.wtspe-oneLvlMenuTalentPool-box {
  display: block;
  min-width: 200px;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px; }

.wtspe-oneLvlMenuTalentPool-children-box {
  background: #f6f6f6;
  margin-top: 10px; }

.wtspe-oneLvlMenuTalentPool-children-item {
  display: inline-block;
  text-align: center;
  height: 40px;
  font-size: 12px;
  color: #595959;
  line-height: 40px;
  padding: 0 16px;
  cursor: pointer; }

.wtspe-oneLvlMenuTalentPooloneLvlMenuTalentPool-wrapper {
  position: relative;
  height: 30px; }

.wtspe-oneLvlMenuTalentPool-main {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.wtspe-oneLvlMenuTalentPool-oper {
  position: absolute;
  top: 15px;
  right: 10px;
  line-height: 30px;
  background: #ffffff;
  color: #262626;
  display: none; }

.wtspe-oneLvlMenuTalentPool-item {
  text-align: left;
  height: 30px;
  border-radius: 15px;
  color: #282828;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  background: #fff; }

#favouriteStar:hover {
  display: inline-block !important; }

.wtspe-oneLvlMenuTalentPool-item:first-of-type {
  padding-left: 0; }

.wtspe-oneLvlMenuTalentPool-item.wtspe-linked {
  color: #ffffff; }

.wtspe-oneLvlMenuTalentPool-operItem {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center; }

.wtspe-oneLvlMenuTalentPool-label {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 30px;
  background: #ffffff; }

.wtspe-oneLvlMenuTalentPool-label-text {
  width: 80px; }

.wtspe-oneLvlMenuTalentPool-customBtnWrapper {
  display: inline-block;
  width: 150px;
  height: 100%; }

.wtspe-oneLvlMenuTalentPool-customBtnBox {
  background-color: #FAFAFA;
  position: absolute;
  top: -15px;
  right: -10px;
  border-radius: 0 5px 5px 0;
  padding: 14.5px 18px;
  border-left: 1px solid #eee; }

.wtspe-oneLvlMenuTalentPool-customBtn {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 30px;
  color: #262626; }

.wtspe-oneLvlMenuTalentPool-customBtn.wtspe-theme-bg {
  color: #fff; }

.wtspe-oneLvlMenuTalentPool-children-item-subtitle {
  float: right;
  font-size: 14px;
  color: #8A8F99; }

.show-quanxing {
  display: inline-block !important;
  color: #F9A314;
  font-size: 14px; }
@charset "UTF-8";
.wtspe-wtspeTableTools-box {
  line-height: 32px;
  font-size: 14px; }
  .wtspe-wtspeTableTools-box .wtspeicon {
    font-size: 18px;
    /*360浏览器12号显示有问题*/ }
  .wtspe-wtspeTableTools-box .wtspeicon-down-hollow {
    font-size: 14px; }
  .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-item {
    display: inline-block;
    cursor: pointer;
    color: #282828; }
    .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-item.wtspe-item-disabled {
      color: #8C8C8C; }
  .wtspe-wtspeTableTools-box .special {
    border: solid 1px #e81118;
    border-radius: 5px;
    padding: 0 10px;
    color: #e81118; }
  .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-left {
    float: left;
    height: 32px; }
    .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-left .wtspe-wtspeTableTools-item {
      margin-right: 25px; }
      .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-left .wtspe-wtspeTableTools-item > i {
        margin-right: 5px; }
    .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-left .wtspe-wtspeTableTools-item-new {
      margin-right: 8px;
      border: 1px solid #e0e0e0;
      padding: 0 10px;
      border-radius: 4px;
      vertical-align: middle; }
    .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-left .wtspe-wtspeTableTools-leftItemDrop {
      border: 1px solid #cccccc;
      border-radius: 4px;
      padding: 0 10px;
      line-height: 32px;
      background-color: #fafafa;
      vertical-align: middle; }
      .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-left .wtspe-wtspeTableTools-leftItemDrop > i {
        margin-left: 12px; }
    .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-left .wtspe-wtspeTableTools-special {
      display: inline-block; }
  .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-right {
    float: right; }
    .wtspe-wtspeTableTools-box .wtspe-wtspeTableTools-right .wtspe-wtspeTableTools-item {
      margin-left: 12px; }
  .wtspe-wtspeTableTools-box:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden; }

.wtspe-wtspeTableTools-custom-skip {
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 10px;
  cursor: pointer;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle; }
  .wtspe-wtspeTableTools-custom-skip .wtspe-wtspeTableTools-custom-skip-item {
    display: inline-block;
    margin-right: 12px; }
  .wtspe-wtspeTableTools-custom-skip > i {
    display: inline-block;
    margin-left: 5px; }

.wtspe-tabletools-disabled {
  color: #bfbfbf !important;
  cursor: not-allowed !important; }

.wtspe-tableTools-item-specialStyle {
  display: inline-block;
  cursor: pointer;
  color: #1a1a1a;
  margin-right: 8px;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  border-radius: 4px;
  vertical-align: middle; }

.wtspe-tableTools-item-specialStyle > i {
  margin-right: 5px; }
.wtspe-wtspePagination-box {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: space-between;
  line-height: 24px;
  color: #595959;
  font-size: 14px; }
  .wtspe-wtspePagination-box .wtspeicon {
    font-size: 14px; }
  .wtspe-wtspePagination-box .wtspe-wtspePagination-center > span:not(.wtspe-wtspePagination-page) {
    cursor: pointer;
    width: 32px;
    height: 24px;
    text-align: center; }
  .wtspe-wtspePagination-box .wtspe-wtspePagination-center .wtspe-wtspePagination-page {
    padding: 0 10px; }
    .wtspe-wtspePagination-box .wtspe-wtspePagination-center .wtspe-wtspePagination-page .wtspe-wtspePagination-pageInput {
      width: 32px;
      height: 24px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fafafa;
      border-radius: 4px;
      border: 1px solid #e0e0e0;
      outline: none;
      text-align: center;
      -webkit-transition: border-color .3s;
      transition: border-color .3s; }
    .wtspe-wtspePagination-box .wtspe-wtspePagination-center .wtspe-wtspePagination-page .wtspe-wtspePagination-slash {
      margin: 0 3px; }
  .wtspe-wtspePagination-box .wtspe-wtspePagination-center .wtspe-wtspePagination-home {
    margin-right: 10px; }
  .wtspe-wtspePagination-box .wtspe-wtspePagination-center .wtspe-wtspePagination-end {
    margin-left: 10px; }
  .wtspe-wtspePagination-box .wtspe-wtspePagination-disabled {
    color: #8C8C8C;
    cursor: not-allowed !important; }
  .wtspe-wtspePagination-box .wtspe-wtspePagination-item {
    display: inline-block; }
  .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0 5px; }
    .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize .bootstrap-select.btn-group .dropdown-toggle .caret {
      margin-top: -5px;
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize .btn {
      border-radius: 4px;
      border: 1px solid #e0e0e0;
      font-size: 12px; }
    .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize .bootstrap-select.btn-group .dropdown-menu.open {
      max-height: 220px !important;
      overflow: auto !important; }
      .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize .bootstrap-select.btn-group .dropdown-menu.open li a {
        color: #6f6f6f;
        padding: 3px 15px; }
        .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize .bootstrap-select.btn-group .dropdown-menu.open li a:focus, .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize .bootstrap-select.btn-group .dropdown-menu.open li a:hover {
          outline: none; }
.wtspe-floatwindow-container {
  position: absolute;
  z-index: 101; }
  .wtspe-floatwindow-container .wtspe-floatwindow-content {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px #e0e0e0;
    border-radius: 4px;
    overflow-y: auto; }
  .wtspe-floatwindow-container .wtspe-showItems-menu-item-settings {
    position: absolute;
    left: 0;
    bottom: -28px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #282828;
    background: #ffffff;
    cursor: pointer;
    width: 100%;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px #e0e0e0;
    border-radius: 0 0 4px 4px; }
  .wtspe-floatwindow-container .wtspe-showItems-content {
    overflow-y: auto; }
    .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu {
      margin-bottom: 0;
      overflow: hidden; }
      .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item-box {
        position: relative; }
        .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item-box .wtspe-showItems-menu-item-close {
          background-image: url(8fe6b7126579dfdeabeb890c2e027208.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 18px auto;
          display: inline-block;
          width: 26px;
          height: 26px;
          position: absolute;
          top: 5px;
          right: 0;
          cursor: pointer; }
      .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item {
        list-style: none;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
        padding: 0 16px;
        white-space: nowrap;
        line-height: 36px;
        height: 36px; }
        .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item:hover {
          background: #f9f9f9; }
        .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item > span {
          display: inline-flex;
          overflow: hidden;
          text-align: left; }
        .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item .wtspe-showItems-menu-item-dot {
          width: 6px;
          height: 6px;
          border: 3px solid red;
          border-radius: 50%;
          vertical-align: text-top;
          margin-right: 8px;
          position: relative;
          top: 6px; }
        .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item .wtspe-showItems-menu-item-candidateName {
          width: 60px;
          color: #6f6f6f;
          margin-right: 16px; }
        .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item .wtspe-showItems-menu-item-postName {
          width: 170px;
          color: #6f6f6f;
          margin-right: 14px; }
        .wtspe-floatwindow-container .wtspe-showItems-content .wtspe-showItems-menu .wtspe-showItems-menu-item .wtspe-showItems-menu-item-time {
          color: #ccc; }
  .wtspe-floatwindow-container .wtspe-postItems-content {
    overflow-y: auto; }
    .wtspe-floatwindow-container .wtspe-postItems-content .wtspe-postItems-menu {
      margin-bottom: 0; }
      .wtspe-floatwindow-container .wtspe-postItems-content .wtspe-postItems-menu .wtspe-postItems-menu-item {
        list-style: none;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
        padding: 0 16px;
        white-space: nowrap;
        line-height: 36px;
        height: 36px; }
        .wtspe-floatwindow-container .wtspe-postItems-content .wtspe-postItems-menu .wtspe-postItems-menu-item:hover {
          background: #f9f9f9; }
        .wtspe-floatwindow-container .wtspe-postItems-content .wtspe-postItems-menu .wtspe-postItems-menu-item > span {
          display: inline-block;
          overflow: hidden;
          text-align: left; }
        .wtspe-floatwindow-container .wtspe-postItems-content .wtspe-postItems-menu .wtspe-postItems-menu-item .wtspe-postItems-menu-item-dot {
          width: 6px;
          height: 6px;
          border: 3px solid red;
          border-radius: 50%;
          vertical-align: text-top;
          margin-right: 8px;
          position: relative;
          top: -6px; }
        .wtspe-floatwindow-container .wtspe-postItems-content .wtspe-postItems-menu .wtspe-postItems-menu-item .wtspe-postItems-menu-item-candidateName {
          width: 150px;
          color: #6f6f6f;
          margin-right: 16px; }
        .wtspe-floatwindow-container .wtspe-postItems-content .wtspe-postItems-menu .wtspe-postItems-menu-item .wtspe-postItems-menu-item-postName {
          width: 100px;
          color: #6f6f6f;
          margin-right: 14px; }
        .wtspe-floatwindow-container .wtspe-postItems-content .wtspe-postItems-menu .wtspe-postItems-menu-item .wtspe-postItems-menu-item-time {
          color: #ccc; }
  .wtspe-floatwindow-container .wtspe-tooltip-content .wtspe-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .wtspe-floatwindow-container .wtspe-tooltip-content.wtspe-tooltip-placement-top {
    padding-bottom: 8px; }
    .wtspe-floatwindow-container .wtspe-tooltip-content.wtspe-tooltip-placement-top .wtspe-tooltip-arrow {
      bottom: 3px;
      border-width: 5px 5px 0;
      border-top-color: rgba(0, 0, 0, 0.75);
      left: 50%;
      margin-left: -5px; }
  .wtspe-floatwindow-container .wtspe-tooltip-content.wtspe-tooltip-placement-bottom {
    padding-top: 8px; }
    .wtspe-floatwindow-container .wtspe-tooltip-content.wtspe-tooltip-placement-bottom .wtspe-tooltip-arrow {
      left: 50%;
      margin-left: -5px;
      top: 3px;
      border-width: 0 5px 5px;
      border-bottom-color: rgba(0, 0, 0, 0.75); }
  .wtspe-floatwindow-container .wtspe-tooltip-content.wtspe-tooltip-placement-right {
    padding-left: 8px;
    line-height: normal; }
    .wtspe-floatwindow-container .wtspe-tooltip-content.wtspe-tooltip-placement-right .wtspe-tooltip-arrow {
      border-width: 5px 5px 5px 0;
      border-right-color: rgba(0, 0, 0, 0.75);
      top: 50%;
      left: 3px;
      margin-top: -5px; }
  .wtspe-floatwindow-container .wtspe-tooltip-content.wtspe-tooltip-placement-left {
    padding-right: 8px; }
    .wtspe-floatwindow-container .wtspe-tooltip-content.wtspe-tooltip-placement-left .wtspe-tooltip-arrow {
      right: 3px;
      top: 50%;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: rgba(0, 0, 0, 0.75); }
  .wtspe-floatwindow-container .wtspe-tooltip-content .wtspe-tooltip-inner {
    width: max-content;
    width: -moz-max-content;
    padding: 6px 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-height: 32px;
    word-break: break-word; }
  .wtspe-floatwindow-container .wtspe-labelMenu-content .wtspe-labelMenu-menu {
    padding: 10px 0;
    margin-bottom: 0;
    overflow-y: auto; }
    .wtspe-floatwindow-container .wtspe-labelMenu-content .wtspe-labelMenu-menu .wtspe-labelMenu-menu-item {
      list-style: none;
      cursor: pointer;
      padding: 10px 12px; }
      .wtspe-floatwindow-container .wtspe-labelMenu-content .wtspe-labelMenu-menu .wtspe-labelMenu-menu-item > span {
        display: inline-block; }
      .wtspe-floatwindow-container .wtspe-labelMenu-content .wtspe-labelMenu-menu .wtspe-labelMenu-menu-item .wtspe-labelMenu-menu-item-icon {
        font-size: 12px;
        color: #ccc;
        margin-right: 10px; }
      .wtspe-floatwindow-container .wtspe-labelMenu-content .wtspe-labelMenu-menu .wtspe-labelMenu-menu-item .wtspe-labelMenu-menu-item-delet {
        margin-left: 16px; }
  .wtspe-floatwindow-container .wtspe-labelMenu-content .wtspe-labelMenu-custom {
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 10px 12px; }
    .wtspe-floatwindow-container .wtspe-labelMenu-content .wtspe-labelMenu-custom > span {
      display: inline-block; }
    .wtspe-floatwindow-container .wtspe-labelMenu-content .wtspe-labelMenu-custom .wtspe-labelMenu-custom-icon {
      font-size: 12px;
      color: #ccc;
      margin-right: 10px; }
  .wtspe-floatwindow-container .wtspe-listMenu-content .wtspe-listMenu-menu {
    margin-bottom: 0;
    overflow-y: auto; }
    .wtspe-floatwindow-container .wtspe-listMenu-content .wtspe-listMenu-menu .wtspe-listMenu-menu-item {
      list-style: none;
      white-space: nowrap;
      color: #6f6f6f; }
      .wtspe-floatwindow-container .wtspe-listMenu-content .wtspe-listMenu-menu .wtspe-listMenu-menu-item .wtspe-listMenu-menu-item-content {
        display: block;
        cursor: pointer;
        padding: 0 20px;
        text-align: left;
        font-size: 12px;
        line-height: 34px; }
        .wtspe-floatwindow-container .wtspe-listMenu-content .wtspe-listMenu-menu .wtspe-listMenu-menu-item .wtspe-listMenu-menu-item-content:hover {
          background: #f9f9f9; }
          .wtspe-floatwindow-container .wtspe-listMenu-content .wtspe-listMenu-menu .wtspe-listMenu-menu-item .wtspe-listMenu-menu-item-content:hover a {
            width: 100%;
            display: inline-block;
            text-decoration: none; }
  .wtspe-floatwindow-container .wtspe-listMenu-content .wtspe-listMenu-custom {
    border-top: 1px solid #e0e0e0; }
    .wtspe-floatwindow-container .wtspe-listMenu-content .wtspe-listMenu-custom .wtspe-listMenu-custom-content {
      display: block;
      font-size: 12px;
      cursor: pointer;
      padding: 0 20px;
      color: #282828;
      line-height: 34px; }
  .wtspe-floatwindow-container .wtspe-channelCard-content {
    padding: 0 20px; }
    .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-opt {
      min-width: 260px;
      text-align: right;
      padding: 10px 0;
      border-bottom: 1px solid #e0e0e0; }
      .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-opt .wtspe-channelCard-opt-btn-left {
        margin: auto 10px;
        border: 1px solid #eee; }
        .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-opt .wtspe-channelCard-opt-btn-left .wtspeicon {
          margin-right: 8px; }
      .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-opt .wtspe-channelCard-opt-btn-right {
        margin: auto 10px;
        border: 1px solid #eee; }
    .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu {
      color: #888888;
      margin-bottom: 0;
      overflow-y: auto; }
      .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list {
        position: relative;
        padding: 20px 0 20px 30px; }
        .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list:not(:last-child) {
          border-bottom: 1px solid #e0e0e0; }
        .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-img {
          position: absolute;
          top: 20px;
          left: 0; }
        .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item {
          max-width: 450px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item:not(:last-child) {
            margin-bottom: 16px; }
          .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item:after {
            content: "";
            display: block;
            clear: both; }
          .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-sign {
            display: inline-block;
            max-width: 150px;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left; }
          .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt:not(:last-child) {
            margin-bottom: 16px; }
          .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-optHref {
            vertical-align: top;
            display: inline-block;
            cursor: pointer;
            margin: 0 20px 0 60px;
            color: #888888; }
            .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-optHref .wtspeicon {
              margin-right: 5px; }
          .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-optClear {
            cursor: pointer; }
            .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-optClear .wtspeicon {
              margin-right: 5px; }
          .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-fr {
            float: right; }
          .wtspe-floatwindow-container .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-channelName {
            font-size: 14px;
            color: #282828; }

.searcher-create-box {
  padding: 0.5em;
  width: 250px;
  border: 1px solid #efefef;
  overflow: hidden;
  background: #fff;
  color: #ccc;
  box-shadow: 0 0 5px 0; }

.searcher-create-header {
  border-bottom: 1px solid #efefef;
  text-align: center;
  margin-bottom: 10px;
  line-height: 40px;
  box-shadow: 0 0 0 0;
  color: #777;
  position: relative; }

.searcher-create-close {
  position: absolute;
  top: 4px;
  right: 0px;
  cursor: pointer; }

.searcher-create-input {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #efefef;
  border-radius: 4px; }

.searcher-create-button {
  color: #ffffff;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle; }

.wtspe-candidate-top-main {
  height: 100px;
  margin: 0;
  padding: 8px 30px 0px 30px;
  position: relative; }

.wtspe-candidate-headerInfo-main {
  position: relative;
  height: 90px; }

.wtspe-candidate-headerImg-pa {
  width: 60px;
  height: 60px;
  position: relative;
  float: left;
  margin-top: 10px; }

.wtspe-candidate-headerImg-icon {
  position: absolute;
  right: -4px;
  bottom: -4px;
  font-size: 24px; }

.wtspe-candidate-headerImg-main {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  position: absolute;
  top: 0; }

.wtspe-candidate-information-main {
  width: 65%;
  float: left;
  padding-left: 16px; }

.wtspe-candidate-main {
  margin: 0; }

.wtspe-candidate-details {
  padding: 10px 30px;
  position: relative;
  margin-bottom: 75px; }

.wtspe-candidate-itemName {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
  float: left; }

.wtspe-candidate-bottom {
  width: 100%;
  height: 76px;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  z-index: 10000;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px; }

.wtspe-candidate-notesTitle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 30px; }

.wtspe-candidate-notesWord {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 40px; }

.wtspe-candidate-notesTitle-right {
  float: right;
  margin-left: 20px; }

.wtspe-candidate-notesTitle-pointer {
  cursor: pointer; }

.changeEdit {
  padding: 2px;
  margin-left: 8px;
  color: #808080;
  border: solid 1px #e0e0e0;
  border-radius: 3px; }

.wtspe-change {
  position: absolute;
  z-index: 1;
  background: #FFFFFF;
  padding: 15px;
  border: solid 1px #e0e0e0;
  border-radius: 3px; }
  .wtspe-change .wtspe-change-text {
    width: 190px;
    display: block;
    padding: 3px;
    border: solid 1px #e0e0e0;
    border-radius: 3px; }
  .wtspe-change .wtspe-change-btn {
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 15px;
    padding: 3px 18px;
    float: right;
    background: #e81118;
    border: solid 1px #e81118;
    border-radius: 5px; }
  .wtspe-change .wtspe-change-select {
    width: 100px;
    background: none !important;
    padding: 5px;
    border: solid 1px #e0e0e0;
    border-radius: 5px; }
  .wtspe-change .wtspe-change-select option {
    padding: 5px;
    border-radius: 5px; }
@charset "UTF-8";
.svgHoverClass {
  color: #B6B9BF !important; }
  .svgHoverClass:hover {
    color: #626873 !important; }

.wtspe-popover-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.wtspe-popover-widget {
  z-index: 103;
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: auto; }

.wtspe-popover-postName-menu {
  padding: 15px 10px;
  font-size: 12px; }

.wtspe-popover-postName {
  height: 36px;
  line-height: 36px; }

.wtspe-popover-postName-li {
  border-bottom: 1px solid #e5e5e5; }

.wtspe-popover-postName-font {
  font-size: 12px;
  color: #cccccc; }

.wtspe-popover-postName-right {
  float: left;
  margin-right: 16px; }

.postName-overflow {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.assessResult-overflow {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.remarkName-overflow {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.resumeName-overflow {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.wtspe-popover-resumeName-float {
  max-width: 82px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  padding: 0 0 0 6px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: left;
  margin-top: 10px; }

.wtspe-popover-postName-float {
  max-width: 100px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  padding: 0 0 0 6px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: left;
  margin-top: 10px; }

.wtspe-popover-postName-border {
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  position: relative; }

.wtspe-popover-postName-border span {
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid #fff;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  position: absolute;
  left: -12px;
  top: -9px; }

.wtspe-popover-loading {
  max-height: 200px;
  padding: 20px 40px; }

.popover-postItems-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow-y: auto; }

.popover-postItems-menu-item {
  list-style: none;
  cursor: pointer;
  transition: all .3s;
  padding: 0 16px;
  white-space: nowrap;
  line-height: 36px;
  height: 36px; }

.popover-postItems-menu-item:hover {
  background: #f9f9f9; }

.popover-postItems-menu-item-dot {
  width: 6px;
  height: 6px;
  border: 3px solid red;
  border-radius: 50%;
  vertical-align: text-top;
  margin-right: 8px;
  position: relative;
  top: 6px; }

.popover-postItems-menu-item-candidateName {
  width: 150px;
  color: #6f6f6f;
  margin-right: 16px; }

.popover-ellipsis {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.popover-postItems-menu-item-postName {
  width: 100px;
  color: #6f6f6f;
  margin-right: 14px; }

.popover-postItems-menu-item-time {
  color: #ccc; }

.popover-postItems-menu-item > span {
  display: inline-flex;
  overflow: hidden;
  text-align: left; }

.wtspe-popover-noData {
  width: 100%;
  line-height: 60px;
  text-align: center; }

.wtspe-popover-list {
  padding: 4px 4px;
  color: #626873;
  font-size: 14px;
  min-width: 90px; }

.wtspe-popover-list-child {
  text-align: center;
  padding: 4px 12px 4px 12px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;}

.wtspe-popover-list-child:hover {
  background: #ededed; }

.wtspe-channelCard-content {
  padding: 0 20px; }
  .wtspe-channelCard-content .wtspe-channelCard-opt {
    min-width: 260px;
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0; }
    .wtspe-channelCard-content .wtspe-channelCard-opt .wtspe-channelCard-opt-btn-left {
      margin: auto 10px;
      border: 1px solid #eee; }
      .wtspe-channelCard-content .wtspe-channelCard-opt .wtspe-channelCard-opt-btn-left .wtspeicon {
        margin-right: 8px; }
    .wtspe-channelCard-content .wtspe-channelCard-opt .wtspe-channelCard-opt-btn-right {
      margin: auto 10px;
      border: 1px solid #eee; }
  .wtspe-channelCard-content .wtspe-channelCard-menu {
    color: #888888;
    margin-bottom: 0;
    overflow-y: auto; }
    .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list {
      position: relative;
      padding: 10px 0 10px 30px; }
      .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list:not(:last-child) {
        border-bottom: 1px solid #e0e0e0; }
      .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-img {
        position: absolute;
        top: 10px;
        left: 0; }
      .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item {
        font-size: 13px;
        max-width: 450px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item:not(:last-child) {
          margin-bottom: 5px; }
        .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item:after {
          content: "";
          display: block;
          clear: both; }
        .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-sign {
          display: inline-block;
          max-width: 150px;
          overflow: hidden;
          text-overflow: ellipsis;
          float: left; }
        .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt:not(:last-child) {
          margin-bottom: 16px; }
        .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-optHref {
          vertical-align: top;
          display: inline-block;
          cursor: pointer;
          margin: 0 20px 0 40px;
          color: #888888; }
          .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-optHref .wtspeicon {
            margin-right: 5px; }
        .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-optClear {
          cursor: pointer; }
          .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-opt .wtspe-channelCard-menu-item-optClear .wtspeicon {
            margin-right: 5px; }
        .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-fr {
          float: right; }
        .wtspe-channelCard-content .wtspe-channelCard-menu .wtspe-channelCard-menu-list .wtspe-channelCard-menu-item .wtspe-channelCard-menu-item-channelName {
          font-size: 13px;
          color: #282828; }

.wtspe-listMenu-content .wtspe-listMenu-menu {
  margin-bottom: 0;
  overflow-y: auto; }
  .wtspe-listMenu-content .wtspe-listMenu-menu .wtspe-listMenu-menu-item {
    list-style: none;
    white-space: nowrap;
    color: #6f6f6f; }
    .wtspe-listMenu-content .wtspe-listMenu-menu .wtspe-listMenu-menu-item .wtspe-listMenu-menu-item-content {
      display: block;
      cursor: pointer;
      padding: 0 20px;
      text-align: left;
      font-size: 12px;
      line-height: 34px; }
      .wtspe-listMenu-content .wtspe-listMenu-menu .wtspe-listMenu-menu-item .wtspe-listMenu-menu-item-content:hover {
        background: #f9f9f9; }

.wtspe-listMenu-content .wtspe-listMenu-custom {
  border-top: 1px solid #e0e0e0; }
  .wtspe-listMenu-content .wtspe-listMenu-custom .wtspe-listMenu-custom-content {
    display: block;
    font-size: 12px;
    cursor: pointer;
    padding: 0 20px;
    color: #282828;
    line-height: 34px; }

.wtspe-candidate-info li {
  float: left; }

.wtspe-candidate-info li:nth-child(1) {
  padding-left: 0 !important; }

.wtspe-candidate-info li:nth-child(odd) {
  padding: 0 7px; }

.wtspe-candidate-info li:nth-last-child(1) {
  padding-right: 0 !important; }

/* 简历来源为小程序悬赏聘时，增加分享链条的显示，详见pm #69929，Add by chenmingrui */
.resume-source-wrap-empty {
  border-radius: 8px;
  background-color: #ffffff;
  padding-bottom: 16px; }
  .resume-source-wrap-empty .resume-source-wrap-no-msg {
    text-align: center;
    margin-bottom: 10px; }

.resume-source-wrap {
  width: 376px;
  background-color: #ffffff;
  margin: 16px;
  max-height: 325px;
  overflow: auto; }
  .resume-source-wrap .hidden {
    display: none; }
  .resume-source-wrap .resume-source-wrap-title {
    width: 224px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #1E2126;
    opacity: 1;
    margin-bottom: 16px; }
  .resume-source-wrap .resume-source-item-filter span {
    color: #00000045 !important; }
  .resume-source-wrap .resume-source-item-filter li {
    color: #00000045 !important; }
  .resume-source-wrap .resume-source-item-filter div {
    color: #00000045 !important; }
  .resume-source-wrap .resume-source-item-filter .resume-source-item-content-tag {
    background: #858C9610 !important; }
  .resume-source-wrap .resume-source-item {
    position: relative;
    min-height: 100px; }
    .resume-source-wrap .resume-source-item::before {
      content: "";
      position: absolute;
      height: 55%;
      border-left: 1px solid #00000010;
      left: 16px;
      top: 40px; }
    .resume-source-wrap .resume-source-item .resume-source-item-img {
      position: absolute;
      border-radius: 50%;
      width: 32px;
      height: 32px; }
    .resume-source-wrap .resume-source-item .resume-source-item-money {
      line-height: 21px;
      font-size: 16px;
      font-weight: 600;
      color: #faad14;
      position: absolute;
      right: 0; }
    .resume-source-wrap .resume-source-item .resume-source-item-unit {
      font-size: 12px; }
    .resume-source-wrap .resume-source-item .resume-source-item-content {
      display: inline-block;
      list-style: none;
      padding: 0;
      margin: 0 0 0 44px; }
      .resume-source-wrap .resume-source-item .resume-source-item-content .resume-source-item-content-name {
        width: 229px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: #1E2126;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .resume-source-wrap .resume-source-item .resume-source-item-content .resume-source-item-content-tags {
        color: transparent !important;
        margin-top: 5px; }
        .resume-source-wrap .resume-source-item .resume-source-item-content .resume-source-item-content-tags .resume-source-item-content-tag {
          display: inline-block;
          font-size: 10px;
          line-height: 16px;
          background: #2897FC10;
          color: #2897fc;
          border-radius: 4px;
          padding: 0 4px;
          opacity: 1; }
      .resume-source-wrap .resume-source-item .resume-source-item-content .resume-source-item-content-msg {
        width: 302px;
        background: #F2F2F350;
        border-radius: 8px;
        padding: 8px 10px;
        margin: 10px 0 19px; }
        .resume-source-wrap .resume-source-item .resume-source-item-content .resume-source-item-content-msg .resume-source-item-content-msg-item {
          width: 280px;
          font-size: 12px;
          font-weight: 400;
          line-height: 20px;
          color: #626873;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

/*鼠标悬浮提示内容样式*/
.wtspe-popover-info {
  padding: 7px 13px 7px 17px;
  border-radius: 4px;
  background: #AFAFAF;
  box-shadow: 0 3px 6px #00000029;
  color: #fff;
  position: relative;
  text-align: left; }

.wtspe-popover-trigle {
  margin-left: 0;
  width: 0;
  height: 0;
  border-width: 5.5px;
  border-style: solid;
  border-color: transparent #AFAFAF transparent transparent;
  transform: rotate(90deg);
  position: absolute;
  top: -11px;
  left: 6px;
  display: inline-block; }

.wtspe-popover-trigle-right {
  margin-left: 0;
  width: 0;
  height: 0;
  border-width: 5.5px;
  border-style: solid;
  border-color: transparent #AFAFAF transparent transparent;
  transform: rotate(90deg);
  position: absolute;
  top: -11px;
  right: 6px;
  display: inline-block; }

.wtspe-popover-resume-content {
  padding: 10px 0 0 0;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .wtspe-popover-resume-content .wtspe-popover-resume-content-left {
    width: 145px;
    display: table-cell;
    color: #595959; }
  .wtspe-popover-resume-content .wtspe-popover-resume-content-right {
    font-size: 14px;
    color: #262626;
    display: table-cell;
    padding-left: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    font-weight: bold; }

.wtspe-popover-resume-content:last-child {
  padding-bottom: 10px; }

.wtspe-popover-resume-icon {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #262626; }

.table_oper_pop_menu {
  float: left;
  overflow: auto; }

.table_oper_pop_menu_parent {
  width: 118px;
  display: block; }

.table_oper_pop_menu_parent li {
  height: 40px;
  line-height: 40px !important;
  border-left: 2px solid #fafafa;
  background: #fafafa;
  text-overflow: ellipsis;
  position: relative; }

.table_oper_pop_menu_parent li span:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 10px;
  float: right; }

.table_oper_pop_menu_subContainer {
  width: calc(100% - 118px);
  display: inline-block;
  max-height: 238px; }

.table_oper_pop_menu_child {
  width: 100%;
  display: none; }

.table_oper_pop_menu_child li {
  text-overflow: ellipsis;
  width: 100%; }

.wtspe-popover-detail {
  width: 512px;
  max-height: 620px;
  border-radius: 5px;
  box-shadow: 0 0 6px #00000029;
  background: #fff;
  overflow: auto; }

.wtspe-popover-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #262626;
  font-weight: bold; }

.wtspe-popover-content {
  width: 100%;
  height: auto;
  padding: 24px 20px 25px;
  box-sizing: border-box; }

.wtspe-content-item {
  width: 100%;
  min-height: 21px;
  line-height: 21px;
  margin-bottom: 16px; }

.content-item-title {
  display: inline-block;
  font-size: 16px;
  color: #262626;
  text-align: left;
  min-width: 83px;
  margin-right: 8px;
  float: left;
  font-weight: 400; }

.content-item-word {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  max-width: 380px;
  color: #626873;
  font-weight: 400; }

.content-item-remark {
  display: inline-block;
  font-size: 12px;
  padding: 0px 9px;
  border: 1px solid #144ACF;
  color: #144ACF;
  border-radius: 4px;
  margin-right: 16px;
  margin-bottom: 5px;
  margin-top: 10px; }

.wtspe-popover-company {
  width: 100%;
  margin-bottom: 16px;
  position: relative; }

.wtspe-popover-company-title {
  height: 21px;
  line-height: 21px;
  margin-bottom: 16px;
  color: #000000D9;
  font-size: 16px;
  text-align: left; }

.company-title-left {
  display: inline-block;
  height: 14px;
  width: 3px;
  margin-right: 8px; }

.wtspe-popover-company-content {
  font-size: 14px;
  color: #000000A6;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 11px;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all; }

.wtspe-popover-hidden {
  max-height: 123px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.wtspe-popover-operate {
  display: none;
  bottom: -15px;
  position: absolute;
  right: 0;
  cursor: pointer; }

.wtspe-popover-company-content-title {
  font-size: 14px;
  color: #000000A6;
  text-align: left;
  margin-bottom: 12px;
  padding-left: 11px;
  box-sizing: border-box; }

.company-content-item {
  display: inline-block;
  height: 19px;
  line-height: 19px;
  padding: 0 6.5px;
  border-right: 0.5px solid #000000; }

.company-content-item:last-child {
  border-right: none; }

.newLabelList-Header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.selected-labels {
  opacity: 1;
  color: #1E2126;
  font-weight: 600;
  font-size: 14px; }

.add-labels-header {
  opacity: 1;
  color: #1E2126;
  font-weight: 600;
  font-size: 14px;
  padding: 0 16px;
  margin-top: 10px; }

.wt-pop-labels-search {
  padding: 8px 16px 12px 16px; }

.wt-pop-newlabels {
  display: flex;
  padding: 0px 16px;
  max-height: 160px;
  flex-wrap: wrap;
  overflow-y: auto; }

.manageLabel {
  font-size: 14px;
  color: #8A8F99; }

.guideTipContainer {
  padding: 16px;
  position: relative; }
  .guideTipContainer .guideTipText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
    opacity: 0.85; }
  .guideTipContainer .guideTipButton {
    background: #2897FC;
    opacity: 1;
    border-radius: 20px;
    width: 84px;
    height: 32px;
    text-align: center;
    float: right;
    margin-top: 16px;
    cursor: pointer; }
  .guideTipContainer .guideTipButton span {
    line-height: 32px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer; }
  .guideTipContainer .guideTipTrangle {
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    top: 40px;
    position: absolute;
    left: -19px;
    z-index: 100000;
    opacity: 1; }

.keyWordCompany {
  margin-left: 3px; }

.keyWordContainer {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  color: #2897FC;
  cursor: pointer; }

.noCompanyData .wtspe-floatwindow-content {
  padding: 16px !important;
  width: 180px;
  width: 230px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  line-height: 18px; }

.noCompanyData .wtspe-floatwindow-content .keyWordContainer {
  margin-left: 12px; }
@charset "UTF-8";
.wtspe-filter-content {
  position: relative;
  font-size: 14px; }

.wtspe-filter-content input {
  height: 26px;
  line-height: 26px;
  width: 100%;
  border: none;
  text-indent: 8px;
  background: transparent;
  color: #595959;
  font-size: 14px; }

.wtspe-filter-content-wrapper {
  overflow: hidden;
  height: 126px;
  margin: 12px 0 0; }

.wtspe-filter-footer {
  position: relative; }

.wtspe-filter-footer-wrapper {
  text-align: center;
  line-height: 60px; }

.wtspe-filter-footer-wrapper .wtspe-button {
  margin-right: 10px; }
  .wtspe-filter-footer-wrapper .wtspe-button:last-child {
    margin-right: 0; }

.wtspe-filter-collapse-am {
  transition: height 0.6s;
  -webkit-transition: height 0.6s; }

.wtspe-filter-collapse {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #262626;
  margin-left: 20px; }

.wtspe-filter-collapse-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-filter-settings {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #262626;
  margin-left: 20px; }

.wtspe-filter-settings-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-filter-fixedsearcher {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #262626; }

.wtspe-filter-fixedsearcher-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-filter-save {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #262626;
  height: 30px;
  line-height: 30px; }

.wtspe-filter-save-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-filter-button {
  background: #ffffff;
  color: #595959;
  border: 1px solid #e8e8e8; }

.wtspe-filter-button-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-filter-button-theme {
  min-width: 100px;
  width: auto;
  border-width: 1px;
  border-style: solid; }

.wtspe-filter-content-body {
  padding: 0px 20px; }

.wtspe-filter-headerWrapper {
  position: relative;
  height: 57px;
  line-height: 57px;
  padding: 0 30px; }

.wtspe-filter-headerLeft {
  height: 57px;
  line-height: 57px; }

.wtspe-filter-headerRight {
  position: absolute;
  right: 20px;
  top: 0;
  height: 46px;
  line-height: 46px; }

.wtspe-filter-labelbox {
  display: inline-block; }

.wtspe-filter-labelbox .wtspe-table-opt-wrapper {
  margin-right: 10px;
  display: inline-block; }
  .wtspe-filter-labelbox .wtspe-table-opt-wrapper:last-child {
    margin-right: 0; }

.wtspe-filter-labelbox .wtspe-table-opt-more {
  font-size: 14px; }

.wtspe-filter-item {
  width: 25%;
  padding: 0 10px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: top;
  /*line-height: 60px;*/ }

.wtspe-filter-conditions {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #262626; }

.wtspe-filter-conditions-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-filter-recent {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #262626;
  margin-right: 20px; }

.wtspe-filter-recent-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-form-item-content-tc {
  text-align: center; }

.wtspe-filter-child-content-left {
  display: inline-block;
  width: 46%;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left; }

.wtspe-filter-child-content-right {
  display: inline-block;
  width: 46%;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left; }

.wtspe-filter-child-content input {
  height: 26px;
  line-height: 26px;
  width: 100%;
  border: none;
  text-indent: 8px;
  background: transparent;
  color: #595959; }

.wtspe-filter-customer-condition {
  line-height: 30px;
  margin-top: 10px;
  padding: 0 30px;
  color: #262626; }

.wtspe-filter-customer-condition-title {
  vertical-align: middle;
  font-size: 14px; }

.wtspe-filter-customer-label {
  display: inline-block;
  height: 26px;
  border: 1px solid #d2d2d2;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0 5px;
  margin-right: 4px;
  cursor: pointer;
  font-size: 14px; }

.wtspe-filter-customer-delete {
  display: none; }

.wtspe-filter-customer-label:hover .wtspe-filter-customer-delete {
  display: inline-block; }

/* 输入模糊匹配 */
.wtspe-select-wd-content-item {
  line-height: 30px; }

.wtspe-select-wd-content-item:hover {
  background: #f6f6f6; }

.wtspe-select-content-selected {
  padding: 5px 20px 0; }

.wtspe-select-content-selected-item {
  padding: 4px;
  border-radius: 5px;
  margin: 2px 4px;
  background: #E8E8E8;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 12px; }

.wtspe-select-content-empty, .wtspe-select-content-loading {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  line-height: 75px; }

.wtspe-select-content-selected-item .wtspe-form-item-clear {
  top: 7px;
  right: 2px;
  font-size: 12px; }

.wtspeicon-loading:before {
  content: "\E7B4";
  -webkit-animation: dayee-loading .8s linear infinite;
  animation: dayee-loading .8s linear infinite;
  display: inline-block; }

@-webkit-keyframes dayee-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes dayee-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

/*失效的项目  固定在底部*/
.wtspe-select-content-fixed-bottom {
  height: 30px;
  border-top: 1px solid #E8E8E8;
  cursor: pointer;
  padding: 0 20px;
  line-height: 30px;
  color: #262626;
  font-size: 12px;
  position: relative;
  background-color: #fafafa; }

/*失效的项目  图标*/
.wtspe-select-content-fixed-bottom .wtspeicon {
  position: absolute;
  right: 8px;
  top: 8px; }

.wtspe-select-content-fixed-bottom-hover-content div {
  color: #8C8C8C; }

/* 自定义年龄 */
.wtspe-select-content-custom-age {
  height: 30px;
  line-height: 30px;
  padding: 0 20px; }

.wtspe-select-content-custom-age span {
  padding: 0 4px 0 0; }

.wtspe-select-content-custom-age input {
  width: 30px;
  height: 20px;
  border: 1px solid #E8E8E8;
  border-radius: 5px; }

.wtspe-select-content-custom-age button {
  margin-left: 2px;
  width: 40px;
  height: 20px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 5px; }

.wtspe-filter-footer-leftoperation {
  position: absolute;
  left: 30px;
  top: 0;
  height: 60px;
  line-height: 60px; }

.wtspe-filter-footer-rightoperation {
  position: absolute;
  right: 30px;
  top: 0;
  height: 60px;
  line-height: 60px; }
.wtspe-searcher-container {
  /*height: 30px;line-height: 30px;position: relative;padding-right: 30px;*/ }

.wtspe-searcher-container input {
  height: 26px;
  line-height: 26px;
  width: 100%;
  border: none;
  text-indent: 8px;
  background: transparent;
  color: #595959; }

.wtspe-searcher-icon {
  font-size: 14px;
  color: #8C8C8C; }

.wtspe-searcher-noicon {
  padding-right: 4px; }
@charset "UTF-8";
.wtspe-left-filter-content {
  position: relative;
  font-size: 14px; }

.wtspe-left-filter-content input {
  height: 26px;
  line-height: 26px;
  width: 100%;
  border: none;
  text-indent: 8px;
  background: transparent;
  color: #595959;
  font-size: 14px; }

.wtspe-left-filter-content-wrapper {
  overflow: hidden; }

.wtspe-left-filter-footer {
  position: relative; }

.wtspe-left-filter-footer-wrapper {
  margin: 10px 0;
  text-align: center; }

.wtspe-left-filter-footer-wrapper .wtspe-button {
  margin-right: 10px;
  display: inline-block;
  width: 70px; }
  .wtspe-left-filter-footer-wrapper .wtspe-button:last-child {
    margin-right: 0; }

.wtspe-left-filter-collapse-am {
  transition: height 0.6s;
  -webkit-transition: height 0.6s; }

.wtspe-left-filter-collapse {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #262626;
  margin: 10px 0; }

.wtspe-left-filter-collapse-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-left-filter-settings {
  background-color: #eaeaea;
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #262626;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  border-radius: 6px;
  margin: 33px 0; }

.wtspe-left-filter-settings-icon {
  font-size: 14px;
  margin-right: 6px; }

.wtspe-left-filter-fixedsearcher {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #262626; }

.wtspe-left-filter-fixedsearcher-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-left-filter-save {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #262626;
  height: 30px;
  line-height: 30px; }

.wtspe-left-filter-save-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-left-filter-button {
  background: #ffffff;
  color: #595959;
  border: 1px solid #e8e8e8;
  width: 100px; }

.wtspe-left-filter-button-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-left-filter-button-theme {
  width: 100px;
  border-width: 1px;
  border-style: solid; }

.wtspe-left-filter-headerWrapper {
  position: relative;
  height: 57px;
  line-height: 57px;
  padding: 0 30px; }

.wtspe-left-filter-headerLeft {
  height: 57px;
  line-height: 57px; }

.wtspe-left-filter-headerRight {
  position: absolute;
  right: 20px;
  top: 0;
  height: 46px;
  line-height: 46px; }

.wtspe-left-filter-labelbox {
  display: inline-block; }

.wtspe-left-filter-labelbox .wtspe-table-opt-wrapper {
  margin-right: 10px;
  display: inline-block; }
  .wtspe-left-filter-labelbox .wtspe-table-opt-wrapper:last-child {
    margin-right: 0; }

.wtspe-left-filter-labelbox .wtspe-table-opt-more {
  font-size: 14px; }

.wtspe-left-filter-item {
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
  vertical-align: top;
  /*line-height: 60px;*/ }

.wtspe-left-filter-conditions {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #262626; }

.wtspe-left-filter-conditions-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-left-filter-recent {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #262626;
  margin-right: 20px; }

.wtspe-left-filter-recent-icon {
  font-size: 14px;
  margin-right: 4px; }

.wtspe-form-item-content-tc {
  text-align: center; }

.wtspe-left-filter-child-content-left {
  display: inline-block;
  width: 46%;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left; }

.wtspe-left-filter-child-content-right {
  display: inline-block;
  width: 46%;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left; }

.wtspe-left-filter-child-content input {
  height: 26px;
  line-height: 26px;
  width: 100%;
  border: none;
  text-indent: 8px;
  background: transparent;
  color: #595959; }

.wtspe-left-filter-customer-condition {
  line-height: 30px;
  margin-top: 10px;
  padding: 0 30px;
  color: #262626; }

.wtspe-left-filter-customer-condition-title {
  vertical-align: middle;
  font-size: 14px; }

.wtspe-left-filter-customer-label {
  display: inline-block;
  height: 26px;
  border: 1px solid #d2d2d2;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0 5px;
  margin-right: 4px;
  cursor: pointer;
  font-size: 14px; }

.wtspe-left-filter-customer-delete {
  display: none; }

.wtspe-left-filter-customer-label:hover .wtspe-left-filter-customer-delete {
  display: inline-block; }

/* 输入模糊匹配 */
.wtspe-select-wd-content-item {
  line-height: 30px; }

.wtspe-select-wd-content-item:hover {
  background: #f6f6f6; }

.wtspe-select-content-selected {
  padding: 5px 20px 0; }

.wtspe-select-content-selected-item {
  padding: 4px;
  border-radius: 5px;
  margin: 2px 4px;
  background: #E8E8E8;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 12px; }

.wtspe-select-content-empty, .wtspe-select-content-loading {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  line-height: 75px; }

.wtspe-select-content-selected-item .wtspe-form-item-clear {
  top: 7px;
  right: 2px;
  font-size: 12px; }

.wtspeicon-loading:before {
  content: "\E7B4";
  -webkit-animation: dayee-loading .8s linear infinite;
  animation: dayee-loading .8s linear infinite;
  display: inline-block; }

@-webkit-keyframes dayee-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes dayee-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

/*失效的项目  固定在底部*/
.wtspe-select-content-fixed-bottom {
  height: 30px;
  border-top: 1px solid #E8E8E8;
  cursor: pointer;
  padding: 0 20px;
  line-height: 30px;
  color: #262626;
  font-size: 12px;
  position: relative;
  background-color: #fafafa; }

/*失效的项目  图标*/
.wtspe-select-content-fixed-bottom .wtspeicon {
  position: absolute;
  right: 8px;
  top: 8px; }

.wtspe-select-content-fixed-bottom-hover-content div {
  color: #8C8C8C; }

/* 自定义年龄 */
.wtspe-select-content-custom-age {
  height: 30px;
  line-height: 30px;
  padding: 0 20px; }

.wtspe-select-content-custom-age span {
  padding: 0 4px 0 0; }

.wtspe-select-content-custom-age input {
  width: 30px;
  height: 20px;
  border: 1px solid #E8E8E8;
  border-radius: 5px; }

.wtspe-select-content-custom-age button {
  margin-left: 2px;
  width: 40px;
  height: 20px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 5px; }

.wtspe-left-filter-footer-leftoperation {
  position: absolute;
  left: 30px;
  top: 0;
  height: 60px;
  line-height: 60px; }

.wtspe-left-filter-footer-rightoperation {
  position: absolute;
  right: 30px;
  top: 0;
  height: 60px;
  line-height: 60px; }
.wtspe-filterclick-icon {
  font-size: 12px; }

.wtspe-form-item-content {
  color: #595959; }

.wtspe-form-item-content-placeholder {
  color: #bfbfbf; }

.wtspe-filterclick-container {
  cursor: pointer; }
.wtspe-popupWindow-container {
  position: absolute;
  z-index: 9999; }
  .wtspe-popupWindow-container .wtspe-popupWindow-content {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px #e0e0e0;
    border-radius: 4px; }
  .wtspe-popupWindow-container .wtspe-formPop-title {
    height: 50px;
    border-bottom: 1px solid #eeeeee;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 600; }
    .wtspe-popupWindow-container .wtspe-formPop-title .wtspeicon {
      line-height: 50px;
      float: right;
      cursor: context-menu; }
  .wtspe-popupWindow-container .wtspe-formPop-body {
    padding: 4px 20px; }
    .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem {
      white-space: nowrap;
      margin-top: 20px; }
      .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem .wtspe-formItem-title {
        text-align: right;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 30px; }
      .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem .wtspe-formItem-titleText {
        max-width: 140px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem .wtspe-formItem-label {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem .wtspe-formItem-label input {
          border: 1px solid #eeeeee;
          height: 30px;
          line-height: 30px;
          border-radius: 5px;
          outline: none;
          padding: 0 10px;
          width: 100%;
          font-size: 12px; }
        .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem .wtspe-formItem-label textarea {
          border: 1px solid #eeeeee;
          height: 70px;
          line-height: 22px;
          border-radius: 5px;
          outline: none;
          padding: 3px 10px;
          resize: none;
          width: 100%;
          font-size: 12px; }
        .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem .wtspe-formItem-label .wtspe-readonly {
          border: 1px solid #eeeeee;
          line-height: 22px;
          border-radius: 5px;
          min-height: 30px;
          height: auto;
          max-height: 70px;
          background-color: #fcfcfc;
          outline: none;
          padding: 3px 10px;
          width: 100%;
          margin-bottom: 10px;
          overflow: auto;
          white-space: normal; }
        .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem .wtspe-formItem-label .wtspe-formItem-add {
          display: inline-block;
          width: 22px;
          height: 22px;
          border: 1px solid #f00;
          text-align: center;
          line-height: 20px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
          .wtspe-popupWindow-container .wtspe-formPop-body .wtspe-formItem .wtspe-formItem-label .wtspe-formItem-add .wtspeicon {
            font-size: 10px; }
  .wtspe-popupWindow-container .wtspe-formPop-btn {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 10px; }
    .wtspe-popupWindow-container .wtspe-formPop-btn.lefttBtn {
      text-align: left; }
    .wtspe-popupWindow-container .wtspe-formPop-btn.centerBtn {
      text-align: center; }
    .wtspe-popupWindow-container .wtspe-formPop-btn.rightBtn {
      text-align: right; }
    .wtspe-popupWindow-container .wtspe-formPop-btn .wtspe-button {
      margin: 0 10px; }

.wtspe-customPop-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4); }
@charset "UTF-8";
.wtspe-select-hide {
  position: absolute;
  display: none;
  opacity: 0; }

.wtspe-select-wrap {
  display: inline-block; }

.wtspe-select-container {
  display: block; }

.wtspe-select-header {
  cursor: pointer; }

.wtspe-select-header-content {
  padding-left: 10px; }
  .wtspe-select-header-content .wtspe-select-header-content-item {
    display: inline-block;
    margin-right: 4px; }

.wtspe-select-content {
  color: #595959;
  font-size: 14px;
  line-height: 24px; }

.wtspe-select-content-item {
  cursor: pointer;
  padding: 0 20px;
  position: relative; }

.wtspe-select-content-header {
  font-family: 微软雅黑, Regular;
  color: #6F6F6F;
  margin: 8px 0 3px;
  display: inline-block; }

.wtspe-select-content .not-select-item {
  padding: 20px;
  text-align: center; }

.wtspe-select-content-item.checked:after {
  font-family: "wtspeicon-common";
  content: "\E765";
  position: absolute;
  font-size: 12px;
  color: #e81118;
  top: 0;
  right: 5px; }

.wtspe-select-content-multiple .wtspe-select-content-item {
  padding: 0 22px 0 10px !important; }

.wtspe-select-theme-form .wtspe-select-wd-header {
  color: #262626; }

.wtspe-select-theme-form .wtspe-select-wd-header-wrapper {
  position: relative;
  padding-right: 30px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  height: 35px;
  line-height: 35px;
  color: #262626;
  border: 1px solid #e0e0e0;
  border-radius: 8px; }

.wtspe-select-theme-form .wtspe-select-wd-header-label {
  max-width: 120px;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .wtspe-select-theme-form .wtspe-select-wd-header-label:before {
    position: absolute;
    right: 0;
    top: 6px;
    height: 18px;
    content: ""; }

.wtspe-select-theme-form .wtspe-select-wd-header-content {
  flex: 1;
  padding-left: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959; }

.wtspe-select-theme-form .wtspe-select-wd-header-icon {
  width: 30px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 12px;
  line-height: 35px; }
  .wtspe-select-theme-form .wtspe-select-wd-header-icon:before {
    content: "\E721"; }

.wtspe-select-theme-form .wtspe-select-wd-header-content {
  flex: 1;
  padding-left: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959; }

.wtspe-select-theme-form .wtspe-select-header-content-wrapper {
  overflow: hidden;
  display: flex; }
  .wtspe-select-theme-form .wtspe-select-header-content-wrapper .wtspe-select-wd-header-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.wtspe-select-theme-form .wtspe-select-search-container {
  position: relative;
  display: inline-block;
  flex: 1;
  min-width: 16px; }
  .wtspe-select-theme-form .wtspe-select-search-container input.wtspe-select-searcher-input {
    float: left;
    height: 34px;
    border: none;
    background: none;
    width: 100%;
    text-indent: 8px;
    color: #262626; }

.wtspe-select-theme-form .wtspe-select-search-clear {
  position: absolute;
  right: 8px;
  display: none; }
  .wtspe-select-theme-form .wtspe-select-search-clear i {
    color: #bfbfbf;
    font-size: 12px; }

.wtspe-select-theme-form .wtspe-select-header-wrapper:hover .wtspe-select-search-clear {
  display: block; }

.wtspe-select-theme-form .wtspe-select-wd-header-placeholder {
  color: #bfbfbf; }

.wtspe-select-theme-form .wtspe-select-wd-content-item {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wtspe-select-theme-form .wtspe-select-wd-content-item:hover {
  background: #f6f6f6; }

.wtspe-select-theme-form-2 {
  color: #262626;
  margin-top: 40px;
  background: #fff;
  font-size: 14px; }
  .wtspe-select-theme-form-2 .wtspe-select-wd-header-wrapper {
    position: relative;
    padding-right: 30px;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    height: 35px;
    line-height: 35px;
    color: #262626;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 8px; }
  .wtspe-select-theme-form-2 .wtspe-select-wd-header-label {
    max-width: 120px;
    position: absolute;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -36px; }
  .wtspe-select-theme-form-2 .wtspe-select-wd-header-icon {
    width: 30px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 12px;
    line-height: 35px; }
    .wtspe-select-theme-form-2 .wtspe-select-wd-header-icon:before {
      content: "\E721"; }
  .wtspe-select-theme-form-2 .wtspe-select-wd-header-placeholder {
    color: #bfbfbf; }
  .wtspe-select-theme-form-2 .wtspe-select-wd-content-item {
    line-height: 30px;
    white-space: nowrap; }
  .wtspe-select-theme-form-2 .wtspe-select-wd-content-item:hover {
    background: #f6f6f6; }

.wtspe-select-theme-simple .wtspe-select-wd-header {
  color: #262626; }

.wtspe-select-theme-simple .wtspe-select-wd-header-wrapper {
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  height: 28px;
  line-height: 28px;
  color: #262626; }

.wtspe-select-theme-simple .wtspe-select-wd-header-label {
  font-size: 14px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262626; }

.wtspe-select-theme-simple .wtspe-select-wd-header-content {
  padding-left: 0px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #595959;
  color: #595959; }

.wtspe-select-theme-simple .wtspe-select-wd-header-icon {
  width: 20px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #282828; }
  .wtspe-select-theme-simple .wtspe-select-wd-header-icon:before {
    content: "\E72C"; }

.wtspe-select-theme-simple .wtspe-select-wd-header-placeholder {
  color: #bfbfbf; }

.wtspe-select-theme-simple .wtspe-select-wd-content-item {
  line-height: 35px;
  padding: 0 10px;
  white-space: nowrap; }

.wtspe-select-theme-simple .wtspe-select-wd-content-item:hover {
  background: #ededed; }

.wtspe-select-theme-simple-title .wtspe-select-wd-header {
  color: #262626; }

.wtspe-select-theme-simple-title .wtspe-select-wd-header-wrapper {
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  height: 26px;
  line-height: 26px;
  color: #262626; }

.wtspe-select-theme-simple-title .wtspe-select-wd-header-label {
  font-size: 12px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8C8C8C; }

.wtspe-select-theme-simple-title .wtspe-select-wd-header-content {
  padding-left: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #595959; }

.wtspe-select-theme-simple-title .wtspe-select-wd-header-icon {
  width: 20px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 12px;
  line-height: 26px; }
  .wtspe-select-theme-simple-title .wtspe-select-wd-header-icon:before {
    content: "\E72C"; }

.wtspe-select-theme-simple-title .wtspe-select-wd-header-placeholder {
  color: #bfbfbf; }

.wtspe-select-theme-simple-title .wtspe-select-wd-content-item {
  line-height: 35px;
  padding: 0 10px; }

.wtspe-select-theme-simple-title .wtspe-select-wd-content-item:hover {
  background: #f6f6f6; }

.wtspe-select-between-theme .wtspe-select-wd-header-wrapper {
  position: relative;
  padding-right: 10px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  height: 26px;
  line-height: 26px;
  color: #262626; }

.wtspe-select-between-theme .wtspe-select-wd-header-label {
  font-size: 12px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8C8C8C; }

.wtspe-select-between-theme .wtspe-select-wd-header-content {
  flex: 1;
  padding-left: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #595959; }

.wtspe-select-between-theme .wtspe-select-wd-header-icon {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0; }

.wtspe-select-between-theme .wtspe-select-wd-header-placeholder {
  color: #bfbfbf; }

.wtspe-select-between-theme .wtspe-select-wd-content-item {
  line-height: 30px;
  padding: 0 10px; }

.wtspe-select-between-theme .wtspe-select-wd-content-item:hover {
  background: #f6f6f6; }

.wtspe-select-content-item-disabled,
.wtspe-select-content-item-disabled:hover {
  color: #B6B9BF !important;
  background: none !important; }

.wtspe-select-add-text {
  display: block;
  float: left;
  max-width: calc(100% - 90px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.wtspe-fastoperation-container {
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: #f5eaeb;
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer; }

.wtspe-fastoperation-drop-item {
  min-width: 100px;
  padding: 6px 20px;
  cursor: pointer; }
  .wtspe-fastoperation-drop-item:hover {
    background: #f9f9f9; }
.wtspe-switch-outer {
  font-size: 12px;
  background-color: #bfbfbf;
  font-variant: tabular-nums;
  color: #626873;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  min-width: 40px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.wtspe-switch-outer-checked {
  background-color: #1890ff;
  transition: all 0.36s; }

.wtspe-switch-outer :after {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 1px;
  top: 1px;
  border-radius: 18px;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  transition: all 0.36s; }

.wtspe-switch-outer-checked :after {
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -1px; }

.wtspe-switch-inner {
  margin-left: 24px;
  margin-right: 6px;
  color: #fff; }

.wtspe-switch-inner-checked {
  margin-left: 6px;
  margin-right: 24px;
  color: #fff; }
.wtspe-mark-container {
  margin-top: 20px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex; }

.wtspe-mark-left {
  margin: auto 10px; }

.wtspe-mark-progress-bg {
  width: 400px;
  height: 6px;
  margin-top: 8px;
  border-radius: 5px;
  background-color: #c1c1c1; }

.wtspe-mark-progress-bar {
  background: #e81118;
  width: 0;
  height: 100%;
  border-radius: 5px; }

.wtspe-mark-progress-btn {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  left: 0px;
  margin-left: -10px;
  top: -11px;
  cursor: pointer;
  border: 1px #ddd solid;
  box-sizing: border-box; }

.wtspe-mark-progress-btn:hover {
  border-color: #e81118; }

.wtspe-mark-text {
  font-size: 13px;
  margin: auto 20px;
  padding: 1px 10px;
  border: solid 1px gray;
  border-radius: 4px; }
.wtspe-rate {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex; }
  .wtspe-rate .wtspe-rate-bg {
    width: 80px;
    height: 3px;
    margin: 5px 5px 5px 0;
    border-radius: 1.5px;
    background-color: #c1c1c1; }
    .wtspe-rate .wtspe-rate-bg .wtspe-rate-bar {
      background: #e81118;
      height: 100%;
      border-radius: 1.5px; }
  .wtspe-rate .wtspe-rate-text {
    font-size: 12px;
    line-height: 14px; }
.messageWrapper-item {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 350px;
  min-height: 130px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 8px #e0e0e0;
  z-index: 120; }

.message-info-content {
  max-height: 300px;
  overflow: auto; }

.messageWrapper-info {
  border-bottom: 1px solid #eee;
  padding: 24px 30px;
  overflow: hidden;
  position: relative; }

.messageWrapper-backImg {
  position: absolute;
  font-size: 140px;
  top: 0;
  right: 3px;
  z-index: 0;
  opacity: 0.03; }

.messageTitle {
  margin-top: 10px;
  font-size: 14px;
  color: #262626;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 20; }
  .messageTitle:first-child {
    margin-top: 0; }

.messageTime {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 1;
  margin-top: 15px; }

.messageWrapper-btn {
  background-color: #fcfcfc;
  height: 44px;
  position: relative; }

.messageWrapper-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 16px;
  border-left: 1px solid #e0e0e0;
  position: absolute;
  left: 50%;
  top: 14px; }

.messageBtnRemind, .messageBtnKnow {
  display: block;
  height: 44px;
  width: 50%;
  float: left;
  line-height: 44px;
  font-size: 14px;
  color: #595959;
  text-align: center;
  cursor: pointer; }
.wtspe-waiting-masker {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center; }

.wtspe-waiting-picture {
  display: inline-block;
  background-image: url(b7569d7988479379b79e029476715a77.svg);
  background-size: cover;
  position: relative;
  vertical-align: middle; }

.wtspe-waiting-picture .loading--box-animate {
  animation: loading--box-animation 3s infinite ease-in-out; }

.wtspe-loading-left {
  width: 8%;
  height: 42%;
  background: rgba(232, 17, 24, 0.5);
  position: absolute;
  border-radius: 2px; }

.wtspe-loading-block {
  width: 8%;
  height: 14%;
  background: white;
  position: absolute;
  border-radius: 2px; }

.wtspe-loading-block2 {
  width: 8%;
  height: 14%;
  background: white;
  position: absolute;
  border-radius: 2px; }

.wtspe-loading-block3 {
  width: 8%;
  height: 14%;
  background: white;
  position: absolute;
  border-radius: 2px; }

.wtspe-loading-calendar {
  width: 28%;
  height: 24%;
  background: white;
  position: absolute;
  border-radius: 2px; }

.wtspe-loading-left .wtspe-round {
  width: 50%;
  height: 20%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  border-radius: 50%; }

.wtspe-loading-left .wtspe-line-one {
  width: 70%;
  height: 4%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 10px; }

.wtspe-loading-left .wtspe-line-two {
  width: 50%;
  height: 4%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  border-radius: 10px; }

.wtspe-line-one {
  width: 70%;
  height: 8%;
  background: rgba(232, 17, 24, 0.3);
  position: absolute;
  border-radius: 10px; }

.wtspe-line-two {
  width: 50%;
  height: 8%;
  background: rgba(232, 17, 24, 0.2);
  position: absolute;
  border-radius: 10px; }

.wtspe-line-three {
  width: 50%;
  height: 8%;
  background: rgba(232, 17, 24, 0.2);
  position: absolute;
  border-radius: 10px; }

.wtspe-plan {
  width: 80%;
  height: 15%;
  margin-top: 26%;
  margin-left: 7%;
  border-radius: 30px; }

.wtspe-waiting-body-overflow {
  overflow: hidden !important; }

.wtspe-waiting-picture .loading-plan-animation {
  animation: loading-plan-animation 3s infinite ease-in-out; }

@keyframes loading--box-animation {
  0% {
    opacity: 0;
    transform: translate(30px, 0); }
  10% {
    opacity: 0;
    transform: translate(30px, 0); }
  25% {
    opacity: 1;
    transform: translate(0, 0); }
  75% {
    opacity: 1;
    transform: translate(0, 0); }
  90% {
    opacity: 0;
    transform: translate(-30px, 0); }
  100% {
    opacity: 0;
    transform: translate(-30px, 0); } }
@charset "UTF-8";
/**
 * Created by hsZhou on 2019/4/30.
 */
/*
                    #56824 【招聘系统】对发送简历页面进行界面调整及优化
                    主要是样式覆盖

*/
.userList {
  min-height: 32px; }

.userItem {
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 24px;
  vertical-align: baseline;
  background-color: #f2f2f3;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 2px 0 12px;
  margin: 6px 4px;
  position: relative;
  z-index: 2;
  cursor: pointer; }

.userListBox {
  line-height: 30px;
  max-height: 92px; }

.userListInput {
  position: relative;
  float: left;
  width: 200px !important;
  height: 100%;
  border: none !important;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: transparent;
  padding-left: 10px;
  line-height: 30px;
  outline: none; }

.userListBox .userItem .wtspeicon {
  font-size: 10px !important;
  margin-left: -2px;
  opacity: 0; }

.userListBox .userItem:hover .wtspeicon {
  opacity: 1; }

.searchPopWin {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 0;
  min-width: 600px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.searchPopWin:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  top: -8px;
  left: 0;
  position: absolute; }

.searchPopWin .advancedSearchBar {
  height: 50px;
  border-bottom: 1px solid #DDDDDD;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #6F6F6F;
  cursor: pointer; }

.searchPopWin .advancedSearchBar i.wtspeicon {
  font-size: 16px !important;
  margin-top: 16px;
  margin-left: 0px !important;
  margin-right: 10px !important; }

.searchPopWin .searchUserList {
  max-height: 250px;
  width: 100%;
  overflow: auto;
  font-size: 14px;
  color: #282828; }

.searchPopWin .searchUserList .searchUserItem {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding: 0 20px;
  border-bottom: 1px dashed #DDDDDD;
  cursor: pointer; }

.searchPopWin .searchUserList .searchUserItem:hover {
  background-color: #F2F2F2;
  border-bottom: 1px dashed #F2F2F2; }

.searchPopWin .searchUserList .searchUserItem .interviewer, .searchPopWin .searchUserList .searchUserItem .hr {
  display: inline-block;
  vertical-align: baseline;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  margin: 0 8px;
  font-weight: 100;
  color: #fff; }

.searchPopWin .searchUserList .searchUserItem .interviewer {
  background-color: #ea8083; }

.searchPopWin .searchUserList .searchUserItem .hr {
  background-color: #efa969; }

.searchPopWin .searchUserList .searchUserItem .wtspe-checkbox input[type='checkbox'] {
  height: 18px;
  width: 18px; }

.searchPopWin .searchUserList .noneData {
  height: 60px;
  line-height: 60px;
  color: #888888;
  font-size: 14px;
  text-align: center; }

.searchPopWin .addContact {
  line-height: 50px;
  padding: 0 20px; }

.searchPopWin .addContact .addContactBtn {
  float: left;
  cursor: pointer;
  color: #6F6F6F;
  margin-right: 20px; }

.wt-form-container .contact-area .contact-single .searchPopWin .addContact .wtspeicon {
  font-size: 18px;
  vertical-align: text-bottom;
  margin-left: 0;
  margin-right: 12px; }

/*高级查询*/
.gjSerchWin {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }
  .gjSerchWin .gjSearch {
    background-color: #fff;
    width: 880px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -440px; }
  .gjSerchWin .advancedSearchBar {
    height: 50px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px; }
  .gjSerchWin .advancedSearchBar i.wtspeicon {
    font-size: 16px;
    float: right;
    margin-top: 16px; }
  .gjSerchWin .gjSearchTable-footer i {
    font-size: 12px; }
  .gjSerchWin .wt-form-container .com-content {
    margin-left: 110px; }
  .gjSerchWin .com-content {
    position: relative; }
  .gjSerchWin .addCopyBtn {
    display: block;
    float: right;
    cursor: pointer;
    width: 106px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 16px;
    text-align: center; }
  .gjSerchWin .copyUser {
    display: none; }
  .gjSerchWin .gjSearchBox {
    padding: 0 30px; }
  .gjSerchWin .gjSearchBox .gjSearchBar {
    margin: 20px 0;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #282828; }
  .gjSerchWin .gjSearchBox .gjSearchBar .gjSearchItem {
    width: 340px;
    margin-right: 20px;
    float: left; }
  .gjSerchWin .gjSearchBox .gjSearchBar .gjSearchItem .gjSearchInput {
    width: 250px;
    height: 32px;
    position: relative;
    float: right; }
  .gjSerchWin .gjSearchBox .gjSearchBar .gjSearchItem .gjSearchInput .wtspe-select-theme-form .wtspe-select-wd-header-wrapper {
    background-color: #fff; }
  .gjSerchWin .gjSearchBox .gjSearchBar .gjSearchItem .gjSearchInput input {
    height: 32px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px; }
  .gjSerchWin .gjSearchBox .gjSearchBar .gjSearchItem .gjSearchInput i.wtspeicon {
    position: absolute;
    height: 32px;
    width: 38px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #6F6F6F; }
  .gjSerchWin .gjSearchBox .gjSearchBar .wtspe-button {
    float: right;
    width: 90px; }
  .gjSerchWin .gjSearchTable {
    border: 1px solid #E8E8E8; }
  .gjSerchWin .gjSearchTable .gjSearchTable-header {
    padding-right: 10px;
    background-color: #F6F6F6;
    border-bottom: 1px solid #E8E8E8; }
  .gjSerchWin .gjSearchTable .gjSearchTable-body {
    max-height: 200px;
    overflow: auto;
    border-bottom: 1px solid #E8E8E8; }
  .gjSerchWin .gjSearchTable .gjSearchTable-body li {
    border-bottom: 1px solid #E8E8E8; }
  .gjSerchWin .gjSearchTable .gjSearchTable-body li:hover {
    background: #F6F6F6; }
  .gjSerchWin .gjSearchTable .gjSearchTable-body li:last-child {
    border-bottom: none; }
  .gjSerchWin .gjSearchTable .gjSearchTable-header > span, .gjSerchWin .gjSearchTable .gjSearchTable-body li > span {
    display: inline-block;
    float: left;
    line-height: 40px;
    padding-left: 8px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
    font-size: 12px; }
  .gjSerchWin .gjSearchTable .gjSearchTable-header > span, .gjSerchWin .gjSearchTable .gjSearchTable-body li > span.checkUser {
    text-overflow: clip;
    font-size: 14px; }
  .gjSerchWin .gjSearchTable .checkUserAll, .gjSerchWin .gjSearchTable .checkUser {
    text-align: center;
    width: 4%; }
  .gjSerchWin .gjSearchTable .userType {
    text-align: center;
    padding-left: 0 !important;
    width: 4.3%; }
  .gjSerchWin .gjSearchTable .grouping {
    width: 14.4%; }
  .gjSerchWin .gjSearchTable .userName {
    width: 12.8%; }
  .gjSerchWin .gjSearchTable .userEmail {
    width: 24.7%; }
  .gjSerchWin .gjSearchTable .userTel {
    width: 21.1%; }
  .gjSerchWin .gjSearchTable .department {
    width: 17.1%; }
  .gjSerchWin .gjSearchTable .gjSearchTable-footer {
    padding: 15px 10px; }
  .gjSerchWin .gjSearchTable .userType > b {
    display: inline-block;
    vertical-align: baseline;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    text-align: center;
    margin: 0 8px;
    font-weight: 100;
    color: #fff; }
  .gjSerchWin .gjSearchTable .userType > b.interviewer {
    background-color: #ea8083; }
  .gjSerchWin .gjSearchTable .userType > b.hr {
    background-color: #efa969;
    font-size: 12px; }
  .gjSerchWin .gjSearchBtn {
    padding: 30px 0 20px;
    text-align: center; }
  .gjSerchWin .gjSearchBtn .wtspe-button {
    width: 86px;
    margin: 0 15px; }
  .gjSerchWin.hadJobNum .gjSearchTable .checkUserAll, .gjSerchWin.hadJobNum .gjSearchTable .checkUser {
    width: 4%; }
  .gjSerchWin.hadJobNum .gjSearchTable .userType {
    width: 4.3%; }
  .gjSerchWin.hadJobNum .gjSearchTable .grouping {
    width: 13%; }
  .gjSerchWin.hadJobNum .gjSearchTable .userName {
    width: 12%; }
  .gjSerchWin.hadJobNum .gjSearchTable .userEmail {
    width: 22%; }
  .gjSerchWin.hadJobNum .gjSearchTable .userTel {
    width: 19.5%; }
  .gjSerchWin.hadJobNum .gjSearchTable .department {
    width: 16%; }
  .gjSerchWin.hadJobNum .gjSearchTable .employId {
    width: 8.5%; }

.hideChooseUser {
  display: none !important; }

/* 高级查询样式end */
/* 新增联系人样式 */
.addUserWin {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }
  .addUserWin .addUser {
    background-color: #fff;
    padding: 15px 30px;
    width: 880px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -440px; }
  .addUserWin .addUser .addUserCon {
    max-height: 280px; }
  .addUserWin .addUser .addUserTitleRow {
    height: 36px;
    line-height: 36px;
    color: #282828;
    font-size: 0; }
  .addUserWin .addUser .addUserTitle {
    width: 206px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: top; }
    .addUserWin .addUser .addUserTitle .wtspe-select-theme-form .wtspe-select-wd-header-wrapper {
      height: 34px;
      line-height: 34px; }
    .addUserWin .addUser .addUserTitle .mustHadValue {
      font-size: 12px;
      margin-top: -2px; }
  .addUserWin .addUser .addUserTitle:last-child {
    width: 170px; }
  .addUserWin .addUser .addUserItemRow input {
    width: 176px;
    height: 34px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #DDDDDD;
    padding-left: 10px;
    color: #282828; }
  .addUserWin .addUser .addUserTitle .wtspe-select-wrap {
    width: 176px !important; }
  .addUserWin.hadJobNum .addUser .addUserTitle {
    width: 164px; }
  .addUserWin.hadJobNum .addUser .addUserTitle .wtspe-select-wrap {
    width: 138px !important; }
  .addUserWin.hadJobNum .addUser .addUserTitle:last-child {
    width: 150px; }
  .addUserWin.hadJobNum .addUser .addUserItemRow input {
    width: 138px; }
  .addUserWin .addUser .addUserItemBox {
    /*max-height:180px;*/
    padding: 1px 0; }
  .addUserWin .addUser .addUserItemRow {
    margin-bottom: 16px;
    height: 34px;
    font-size: 0px; }
  .addUserWin .addUser .addUserItemRow:last-child {
    margin-bottom: 0; }
  .addUserWin .addUser .addUserItemRow i.wtspeicon {
    position: absolute;
    right: -24px;
    top: 9px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    width: 16px;
    height: 16px;
    background-color: #CCCCCC;
    border-radius: 20px;
    margin-left: 10px;
    text-align: center;
    line-height: 16px;
    cursor: pointer; }
  .addUserWin .addUser .addRow {
    margin-top: 14px;
    line-height: 20px; }
  .addUserWin .addUser .addRow .addRowBtn {
    cursor: pointer; }
  .addUserWin .addUser .addUserBtn {
    text-align: center;
    height: 80px;
    line-height: 80px; }
  .addUserWin .addUser .addUserBtn .wtspe-button {
    width: 86px;
    margin: 15px; }
  .addUserWin .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize .bootstrap-select.btn-group .dropdown-menu.open {
    max-height: 200px !important; }
  .addUserWin .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 1000px !important; }
  .addUserWin .mustHadValue {
    position: absolute;
    top: 34px;
    left: 0;
    font-size: 12px; }

/* 新增联系人样式end */
.gjSearchTable {
  position: relative; }
  .gjSearchTable .gjSearchTable-body-empty-container {
    position: absolute;
    width: 100%;
    height: calc(100% - 54px);
    top: 0; }
    .gjSearchTable .gjSearchTable-body-empty-container .wtspe-emptymap-pic-wrapper {
      margin-top: 30px; }
.wtspe-emptymap-container {
  position: relative; }

.wtspe-emptymap-wrapper {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute; }

.wtspe-emptymap-pic-wrapper {
  text-align: center;
  margin-top: 10%;
  margin-bottom: 0px; }

.wtspe-emptymap-pic {
  width: 180px;
  height: 140px;
  display: inline-block; }

.wtspe-emptymap-pic-new {
  width: 200px;
  height: 200px;
}
  .wtspe-emptymap-pic .wtspe-table-empty-bg {
    width: 100%;
    height: 100%; }

.wtspe-emptymap-text {
  /*text-align: center;*/
  white-space: nowrap;
  /*text-align: center;*/
  color: #8C8C8C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 16px;
  line-height: normal; }

.wtspe-emptymap-show {
  display: block; }

.wtspe-emptymap-hide {
  display: none; }

.wtspe-emptymap-pic0 {
  background-image: url(common.svg);
  background-size: cover; }

.wtspe-emptymap-pic1 {
  background-image: url(Empty.png);
  background-size: cover; }

.wtspe-emptymap-pic2 {
  background-image: url(Empty.png);
  background-size: cover; }

.wtspe-emptymap-pic3 {
  background-image: url(Empty.png);
  background-size: cover; }

.wtspe-emptymap-pic4 {
  background-image: url(8wfkx2.png);
  background-size: cover; }

.wtspe-emptymap-pic5 {
  background-image: url(Empty.png);
  background-size: cover; }

.wtspe-emptymap-pic6 {
  background-image: url(Empty.png);
  background-size: cover; }

.wtspe-emptymap-pic7 {
  background-image: url(11wzwx2.png);
  background-size: cover; }

.wtspe-emptymap-pic8 {
  background-image: url(12wxmx2.png);
  background-size: cover; }

.wtspe-emptymap-pic9 {
  background-image: url(14wjgjhx2.png);
  background-size: cover; }

.wtspe-emptymap-pic10 {
  background-image: url(15whxrx2.png);
  background-size: cover; }

.wtspe-emptymap-pic11 {
  background-image: url(16wzdx2.png);
  background-size: cover; }

.wtspe-emptymap-pic12 {
  background-image: url(17wcsapx2.png);
  background-size: cover; }

.wtspe-emptymap-pic13 {
  background-image: url(18wxzx2.png);
  background-size: cover; }

.wtspe-emptymap-pic14 {
  background-image: url(19wccx2.png);
  background-size: cover; }

.wtspe-emptymap-pic15 {
  background-image: url(20wyyx2.png);
  background-size: cover; }

.wtspe-emptymap-pic16 {
  background-image: url(21wrcx2.png);
  background-size: cover; }

.wtspe-emptymap-pic16 {
  background-image: url(22wjlx2.png);
  background-size: cover; }

.wtspe-emptymap-pic17 {
  background-image: url(success1.svg);
  background-size: cover; }

.wtspe-emptymap-pic18 {
  background-image: url(warn1.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.wtspe-emptymap-pic19 {
  background-image: url(Success.png);
  background-size: cover; }

.wtspe-emptymap-pic20 {
  background-image: url(23055.png);
  background-size: cover; }

.wtspe-emptymap-pic21 {
  background-image: url(error1.svg);
  background-size: cover; }

.wtspe-emptymap-pic22 {
  background-image: url(Empty.png);
  background-size: cover; }

.wtspe-emptymap-pic23 {
  background-image: url(success1.svg);
  background-size: cover; }

.wtspe-emptymap-pic24 {
  background-image: url(warn1.svg);
  background-size: cover; }
.wtspeLinkage .partingLine {
  color: #8C8C8C; }

.wtspeLinkage:first-child .partingLine {
  display: none; }

.wtspeLinkage .wtspe-select-wrap {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-left: 0; }
  .wtspeLinkage .wtspe-select-wrap .wtspe-select-theme-simple .wtspe-select-wd-header-wrapper {
    min-width: 80px; }
.wtspe-table-edit-field .wtspe-table-opt-wrapper {
  display: none;
  margin-left: 10px; }

.wtspe-table-edit-field.mouseon .wtspe-table-opt-wrapper, .wtspe-table-edit-field:hover .wtspe-table-opt-wrapper {
  display: inline-block; }

.wtspe-editFieldWrapper {
  width: 220px;
  margin: 10px 20px; }
  .wtspe-editFieldWrapper .wtspe-editField-content {
    max-height: 270px;
    overflow: auto; }
    .wtspe-editFieldWrapper .wtspe-editField-content .wtspe-editField-item {
      margin-bottom: 10px; }
      .wtspe-editFieldWrapper .wtspe-editField-content .wtspe-editField-item .wtspe-editField-itemTitle {
        line-height: 20px;
        color: #6f6f6f;
        font-size: 12px; }
      .wtspe-editFieldWrapper .wtspe-editField-content .wtspe-editField-item .wtspe-editField-itemInput {
        display: block;
        height: 30px; }
      .wtspe-editFieldWrapper .wtspe-editField-content .wtspe-editField-item .wtspe-form-item {
        background-color: #fff; }
      .wtspe-editFieldWrapper .wtspe-editField-content .wtspe-editField-item .inputText {
        height: 30px;
        width: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        padding-left: 10px; }
  .wtspe-editFieldWrapper .wtspe-editField-btns {
    text-align: center; }
    .wtspe-editFieldWrapper .wtspe-editField-btns.oneBtn {
      text-align: right; }
    .wtspe-editFieldWrapper .wtspe-editField-btns .wtspe-button {
      width: 90px;
      margin: 10px; }
@charset "UTF-8";
/*遮罩*/
.messagebox-shade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 500;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); }

/**/
.messagebox {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1000;
  /*居中显示*/
  margin: 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 2px; }

.messagebox-content {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  box-sizing: border-box; }

.messagebox-header {
  width: 100%;
  height: 40px;
  background: #deedf7; }

.messagebox-header:hover {
  cursor: move; }

.messagebox-body {
  height: auto;
  width: 100%;
  flex: 1;
  padding: 0 4px;
  box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.messagebox-footer {
  width: 100%;
  height: 50px;
  background-color: #ffffff; }

.messagebox-header-tools {
  width: 60px;
  height: 30px;
  float: right; }

.messagebox-header-tools-close {
  width: 20px;
  height: 20px;
  color: #C7C7C7;
  float: right;
  margin-right: 5px; }

.messagebox-header-tools-close:hover {
  cursor: pointer; }

.messagebox-messagebox-header-tools-windowmaxorrestore {
  width: 20px;
  height: 20px;
  color: #C7C7C7;
  float: right; }

.messagebox-messagebox-header-tools-windowmaxorrestore i {
  font-size: 12px; }

.messagebox-messagebox-header-tools-windowmaxorrestore:hover {
  cursor: pointer; }

.messagebox-header-title {
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 30px; }

/*alert*/
.messagebox-alert {
  width: 100%;
  height: 100%;
  /*display: table-cell;*/
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box; }

.messagebox-alert-body {
  font-size: 12px;
  padding: 10px; }

.nodeui-alert-body-icon {
  width: 40px;
  float: left;
  font-size: 35px;
  color: #c1bd19c4; }

.messagebox-alert-body-text {
  overflow: hidden;
  font-family: Tahoma, Verdana, 宋体;
  color: #362b36;
  padding: 8px;
  padding-right: 40px;
  padding-left: 0px;
  text-align: center;
  white-space: nowrap;
  height: 100%; }

.messagebox-alert-footer-button {
  min-width: 58px;
  /*border-color: #aed0ea;*/
  background: #d7ebf9;
  color: #2779aa;
  padding: 2px 10px;
  border: 1px solid #A9ACB5;
  text-decoration: none;
  text-align: center; }

.messagebox-alert-footer-button:hover {
  background: #d7e4f996;
  cursor: pointer; }

/* messagebox弹框主题样式 */
.wtspe-messsagebox-button {
  min-width: 70px;
  border-radius: 20px;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.wtspe-messsagebox-button-1 {
  color: #818181 !important;
  background-color: #FFFFFF !important;
  border-color: #F0F0F0 !important; }

/* confirm */
.messagebox-confirm {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box; }

.messagebox-confirm-body {
  font-size: 12px;
  padding: 10px; }

.messagebox-confirm-body-icon {
  font-size: 45px;
  color: #6F6F6F;
  margin: 0 auto; }

.messagebox-confirm-body-text {
  overflow: hidden;
  font-family: Tahoma, Verdana, 宋体;
  color: #6f6f6f;
  padding: 8px;
  text-align: center;
  white-space: nowrap;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto; }

.messagebox-confirm-footer {
  padding-top: 8px; }

.messagebox-confirm-footer-button {
  min-width: 58px;
  /*border-color: #aed0ea;*/
  background: #d7ebf9;
  color: #2779aa;
  padding: 0px 21px;
  height: 32px;
  border: 1px solid #A9ACB5;
  text-decoration: none;
  text-align: center;
  margin-left: 20px; }

.messagebox-confirm-footer-button:first-of-type {
  margin-left: 0; }

.messagebox-confirm-footer-button:hover {
  background: #d7e4f996;
  cursor: pointer; }

/***************open********************/
.messagebox-open-iframe {
  width: 100%;
  height: 100%;
  border: 0; }

/* ui */
.messagebox-ui {
  display: inline-block;
  max-width: 200px;
  width: 120px;
  color: #fff;
  text-align: center;
  padding: 4px;
  /* 定位 */
  position: absolute;
  z-index: 510;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: #F0F0F0 0px 0px 10px;
  -moz-box-shadow: #F0F0F0 0px 0px 10px;
  box-shadow: #F0F0F0 0px 0px 10px; }

.messagebox-ui-tips {
  top: 120px !important;
  margin: 0 auto !important;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap !important;
  color: #6F6F6F; }

.messagebox-ui-tips i {
  margin-right: 4px; }

.messagebox-ui-shadein {
  opacity: 1;
  -webkit-animation: shadein 0.4s ease-in;
  -moz-animation: shadein 0.4s ease-in;
  -ms-animation: shadein 0.4s ease-in;
  transition-delay: 0s; }

.messagebox-ui-shadeout {
  opacity: 0;
  -webkit-animation: shadeout 0.4s ease-out;
  -moz-animation: shadeout 0.4s ease-out;
  -ms-animation: shadeout 0.4s ease-out;
  transition: height 1ms;
  transition-delay: 0.4s; }

@-webkit-keyframes shadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes shadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes shadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes shadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes shadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes shadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.messagebox-ui-success i {
  color: #52C41A; }

.messagebox-ui-warning i {
  color: #f8ac59; }

.messagebox-ui-error i {
  color: #ed5565; }

.messagebox-ui-loading {
  color: #3c3c3c;
  font-size: 12px;
  min-width: 80px !important;
  width: 80px !important; }

.wtspeicon-loading:before {
  content: "\E7B4";
  -webkit-animation: messagebox-ui-loading .8s linear infinite;
  -o-animation: messagebox-ui-loading .8s linear infinite;
  -ms-animation: messagebox-ui-loading .8s linear infinite;
  -moz-animation: messagebox-ui-loading .8s linear infinite;
  animation: messagebox-ui-loading .8s linear infinite;
  display: inline-block; }

@-webkit-keyframes messagebox-ui-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-ms-keyframes messagebox-ui-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes messagebox-ui-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes messagebox-ui-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes messagebox-ui-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

/* notification */
.messagebox-notification-box {
  width: 350px;
  min-height: 130px;
  position: absolute;
  top: 20px;
  right: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  z-index: 100; }

.messagebox-notification-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.messagebox-notification-body {
  height: 90px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  line-height: 30px; }

.messagebox-notification-body-label {
  font-size: 16px;
  font-weight: bold;
  font-family: 微软雅黑;
  color: #262626; }

.messagebox-notification-body-info {
  font-size: 14px;
  color: #8C8C8C;
  font-family: 微软雅黑; }

.messagebox-notification-footer {
  height: 40px;
  box-sizing: border-box;
  background: #F6F6F6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #EEEEEE; }

.messagebox-notification-footer > div {
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 微软雅黑;
  line-height: 40px; }

.messagebox-notification-footer > div > span {
  display: block;
  text-align: center;
  cursor: pointer; }

.messagebox-notification-button-line {
  position: absolute;
  top: 10px;
  left: 50%;
  height: 20px;
  width: 2px;
  background: #EEEEEE; }
@charset "UTF-8";
/* specialcomp样式 */
.wtspe-specialcomp-header {
  height: 50px;
  line-height: 50px;
  color: #1E2126;
  position: relative;
  padding: 0 32px; }
  .wtspe-specialcomp-header .wtspe-modal-header-close {
    right: 32px;
    color: #8A8F99; }

.wtspe-specialcomp-header-title {
  font-size: 18px;
  font-weight: 600;
  color: #1E2126; }

.wtspe-specialcomp-input-cont {
  padding: 16px 32px; }

.wtspe-specialcomp-input-close {
  position: absolute;
  margin-left: -52px;
  line-height: 32px; }

.input-close {
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  background-color: #c0c4cc; }

.input-close:hover {
  background-color: #2897fc; }

.wtspe-specialcomp-input-icon {
  position: absolute;
  margin-left: -22px;
  line-height: 32px !important;
  color: #B6B9BF; }
  .wtspe-specialcomp-input-icon:hover {
    color: #2897fc;
    cursor: pointer; }

.wtspe-specialcomp-input {
  height: 32px;
  border-radius: 4px;
  border: 0px;
  width: 100%;
  padding: 0 12px; }

.specialcomp-left-content {
  width: 60%;
  padding: 12px 0 12px 22px;
  border-right: 1px solid #00000010; }

.specialcomp-right-content {
  width: 40%;
  padding: 12px 32px 12px 24px; }

.wtspe-specialcomp-button {
  width: 98px;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px; }

.wtspe-specialcomp-button-cancle {
  background: #2896fc1a;
  color: #2897fc;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02); }

.wtspe-specialcomp-button-confirm {
  background: #2897fc;
  color: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
  opacity: 1; }

.wtspe-specialcomp-contentheader {
  height: 64px;
  background: #f2f2f3;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #B6B9BF; }

.specialcomp-leftcontent {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 296px; }

.specialcomp-rightcontent {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 260px;
  display: flex;
  flex-wrap: wrap; }
  .specialcomp-rightcontent .wtspe-emptymap-pic-wrapper {
    margin-top: 20%; }
    .specialcomp-rightcontent .wtspe-emptymap-pic-wrapper .wtspe-emptymap-pic {
      width: 135px;
      height: 105px; }

.btnlist-header {
  font-size: 14px;
  font-weight: 600;
  color: #000; }

.btnlist-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px; }

.btn-content-style {
  width: 30%;
  margin-bottom: 12px;
  margin-right: 3.3%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #626873;
  background-color: #fff; }

.btn-text {
  padding: 5px 5px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.btn-text:hover {
  cursor: pointer;
  color: #2897fc;
  border-color: #2897fc; }

.btn-content-selected {
  color: #2897fc;
  border-color: #2897fc; }

.selected-style {
  border-left: 20px solid #fff;
  border-bottom: 20px solid #2897fc;
  border-bottom-right-radius: 4px;
  width: 0;
  height: 0;
  margin-top: -20px;
  float: right; }
  .selected-style:hover {
    cursor: pointer; }

.selected-tick {
  float: right;
  margin-top: -14px !important;
  font-size: 12px !important;
  color: #fff !important;
  right: 0px !important;
  position: relative !important; }
  .selected-tick:hover {
    cursor: pointer; }

.specialcomp-rightcontent-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }

.rightcontent-header-title {
  font-weight: 600;
  color: #1E2126; }

.dad-containerstyle {
  color: #2897fc;
  background: rgba(40, 151, 252, 0.08); }

.dad-item {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400; }

.dad-content-style {
  padding-left: 16px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.rightcontent-header-title-con {
  display: flex;
  align-items: center; }

.dad-item:hover {
  background: rgba(40, 151, 252, 0.08); }

.selected-item-icon {
  display: none;
  color: #8A8F99; }

.selected-item-clearall {
  color: #8A8F99;
  margin-right: 2px;
  margin-top: 2px; }

.clearall-con {
  display: flex;
  align-items: center;
  cursor: pointer; }

.clearall-title {
  font-size: 12px;
  color: #626873; }

.selected-item-icon:hover {
  cursor: pointer;
  color: #2897fc; }

.rightcontent-header-icon {
  font-size: 16px;
  color: gray;
  margin-left: 8px;
  display: flex; }

.rightcontent-header-icon:hover {
  cursor: pointer; }

.rightcontent-tishi-content {
  max-width: 200px;
  padding: 6px 12px;
  color: #ffffff;
  background: #afafaf;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  z-index: 200; }

.selected-tag-style {
  margin-right: 4px;
  margin-bottom: 4px; }

.noMsgPic {
  width: 100%;
  height: 250px;
  text-align: center; }

.ztreenodata {
  width: 100%;
  height: 250px;
  text-align: center; }

.ztree.not-show-radio-cls li span.button.chk.radio_true_full,
.ztree.not-show-radio-cls li span.button.chk.radio_false_full {
  display: none;
  opacity: 0; }

.ztree.not-show-radio-cls .single-not-radio-dis-cls {
  color: #B6B9BF; }
.wtspe-date-wrap * {
  box-sizing: border-box; }

.wtspe-date-hidden {
  display: none !important; }

.wtspe-date-wrap {
  background-color: #fafafa; }

.wtspe-date-header {
  text-align: center;
  overflow: hidden;
  white-space: nowrap; }

.wtspe-date-header input {
  background: none !important;
  border: none !important;
  text-indent: 10px;
  height: 100%;
  width: 100%;
  text-align: center; }

.wtspe-date-header input.half {
  width: 45%; }

.wtspe-date-header input.half.startDate {
  float: left; }

.wtspe-date-header input.half.endDate {
  float: right; }

.wtspe-date-header span.split {
  width: 8%; }

.wtspe-date-header-style {
  width: 200px;
  line-height: 32px;
  height: 32px;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  cursor: pointer;
  color: #666666; }

.wtspe-date-header-style:hover {
  border: 1px solid lightblue;
  background: #ffffff; }

table.wtspe-date-table {
  border-spacing: 0;
  border-collapse: collapse; }

.wtspe-date-table .wtspe-date-table-head th {
  text-align: center; }

.wtspe-date-view tbody {
  color: #666666; }

.wtspe-date-table tr {
  height: 30px; }

.wtspe-date-table td, .wtspe-date-table th {
  padding: 0 4px;
  height: 30px; }

.wtspe-date-table tbody td.wtspe-date-day {
  cursor: pointer; }

.wtspe-date-table tbody td.current, .wtspe-date-control button:hover {
  color: #e81118; }

.wtspe-date-table tbody td.current span {
  border: 1px solid #e81118;
  padding: 1px 2px; }

.wtspe-date-table tbody td.wtspe-date-day.onrange {
  background: #fdf2f2; }

.wtspe-date-table tbody td.wtspe-date-day:hover, .wtspe-date-table tbody td.wtspe-date-day.selected, .wtspe-date-table tbody td.wtspe-date-day.onrange.selected {
  background: #e81118;
  color: #ffffff;
  border-radius: 5px; }

.wtspe-date-table tbody td.wtspe-date-day:hover span, .wtspe-date-table tbody td.wtspe-date-day.selected span {
  color: #ffffff !important; }

.wtspe-date-control {
  text-align: center;
  line-height: 30px;
  height: 30px; }

.wtspe-date-control span.button {
  margin: 0 5px;
  display: inline-block;
  width: 20px; }

.wtspe-date-control span.button button {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
  cursor: pointer; }

.wtspe-date-control .wtspe-date-title {
  margin: 0 10px;
  font-weight: bold; }

.wtspe-date-view-wrap {
  white-space: nowrap; }

.wtspe-date-view {
  margin: 10px;
  text-align: center;
  font-size: 12px;
  float: left; }

.wtspe-date-buttons {
  text-align: right; }

.wtspe-date-day-noclick {
  background-color: #f5f5f5;
  cursor: not-allowed !important;
  color: #b8b8b8 !important; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.wtspe-select-tree-wrapper {
  height: inherit;
  position: relative; }
  .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 30px;
    text-overflow: ellipsis; }
  .wtspe-select-tree-wrapper .icon {
    position: absolute;
    /* right: 10px;
    top: 50%;
    transform: translateY(-50%); */
    margin-left: -24px;
    line-height: 30px;
    color: #cfcecc; }
  .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list {
    position: absolute;
    width: 100%;
    height: auto;
    top: 31px;
    background-color: #fff;
    left: 0;
    box-shadow: 0 1px 2px #e0e0e0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 1;
    display: none;
    /* .tree-icon-noline-close {
      background-position: -105px -84px;
    }

    .tree-icon-noline-open {
      background-position: -126px -84px;
    } */ }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-list-icon {
      line-height: 12px;
      color: #cccccc;
      margin: 0 2px;
      padding: 0;
      font-weight: 800;
      border: 0 none;
      cursor: pointer;
      outline: none;
      background-color: transparent;
      background-repeat: no-repeat;
      background-attachment: scroll; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .wtspeicon-selecttree-no-icon {
      margin: 0 2px 0 16px !important; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-unselect {
      background-position: 0px 0px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-select {
      background-position: -21px 0px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-uncheck {
      background-position: -42px 0px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-check {
      background-position: -63px 0px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-close-root {
      background-position: -126px 1px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-open-root {
      background-position: -105px 1px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-close-center {
      background-position: -126px -20px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-open-center {
      background-position: -105px -20px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-close-bottom {
      background-position: -126px -40px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .tree-icon-open-bottom {
      background-position: -105px -40px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list ul {
      margin: 0;
      display: block; }
      .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 26.58px;
        text-align: left;
        white-space: nowrap;
        outline: 0; }
        .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list ul li a {
          padding-left: 5px;
          margin: 0;
          cursor: pointer;
          height: 26.58px;
          line-height: 26.58px;
          color: #000000a6;
          background-color: transparent;
          text-decoration: none;
          vertical-align: middle;
          display: inline-block;
          -ms-user-select: none;
          -moz-user-select: none;
          -webkit-user-select: none;
          user-select: none; }
          .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list ul li a span {
            vertical-align: middle; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .undata-tree-list {
      width: 100%;
      text-align: center;
      margin-left: -18px; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .st-open-collpose {
      display: block; }
    .wtspe-select-tree-wrapper .wtspe-tree-fuzzy-list .st-close-collpose {
      display: none;
      padding: 0 0 0 18px; }

.wtspeicon-cousum-checkbox-checked {
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;
  border-radius: 2px !important;
  transform: none !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: 12px !important; }

.wtspeicon-cousum-checkbox-default {
  width: 13px !important;
  height: 13px !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 2px !important;
  transform: none !important; }

.wtspeicon-cousum-checkbox-checked:before {
  content: "\E765"; }

.line-style {
  border-radius: 4px; }
.wtspe-datetime-wrap * {
  box-sizing: border-box; }

.wtspe-datetime-hidden {
  display: none !important; }

.wtspe-datetime-wrap {
  background-color: #fafafa; }

.wtspe-datetime-header {
  text-align: center;
  overflow: hidden;
  white-space: nowrap; }

.wtspe-datetime-header input {
  background: none !important;
  border: none !important;
  text-indent: 10px;
  height: 100%;
  width: 100%;
  text-align: center; }

.wtspe-datetime-header input.half {
  width: 45%; }

.wtspe-datetime-header input.half.startDate {
  float: left; }

.wtspe-datetime-header input.half.endDate {
  float: right; }

.wtspe-datetime-header span.split {
  width: 8%; }

.wtspe-datetime-header-style {
  width: 200px;
  line-height: 32px;
  height: 32px;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  cursor: pointer;
  color: #666666; }

.wtspe-datetime-header-style:hover {
  border: 1px solid lightblue;
  background: #ffffff; }

table.wtspe-datetime-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

.wtspe-datetime-table .wtspe-datetime-table-head th {
  text-align: center; }

.wtspe-date-calender {
  overflow: hidden; }

.wtspe-datetime-view-header {
  height: 35px;
  line-height: 34px;
  padding: 0 10px;
  border-bottom: 1px solid #E8E8E8; }

.wtspe-datetime-timeCon {
  display: none;
  height: 230px;
  width: 100%;
  border-top: 1px solid #E8E8E8;
  position: relative;
  overflow: hidden; }

.wtspe-datetime-timeCon:after {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  border-left: 1px solid #E8E8E8;
  position: absolute;
  top: 0;
  left: 50%; }

.wtspe-datetime-timeCon > ul {
  height: 100%;
  float: left;
  width: 120px;
  overflow: auto; }

.wtspe-datetime-timeCon > ul li {
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #555555;
  cursor: pointer; }

.wtspe-datetime-timeCon > ul li.active {
  font-weight: 600;
  color: #282828; }

.wtspe-datetime-view-foot {
  height: 35px;
  line-height: 34px;
  padding: 0 10px;
  border-top: 1px solid #E8E8E8;
  text-align: right; }

.wtspe-datetime-view-foot .wtspe-datetime-selectionTime, .wtspe-datetime-view-foot .wtspe-datetime-selectionDate {
  margin-right: 10px;
  cursor: pointer; }

.wtspe-datetime-view-foot .wtspe-datetime-selectionDate {
  display: none; }

.wtspe-datetime-view-foot .wtspe-button {
  height: 28px;
  line-height: 26px; }

.wtspe-datetime-view-foot .wtspe-button:hover {
  color: #fff; }

.wtspe-datetime-view tbody {
  color: #666666; }

.wtspe-datetime-table tr {
  height: 30px; }

.wtspe-datetime-table td, .wtspe-datetime-table th {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0px; }

.wtspe-datetime-table tbody td.wtspe-datetime-day span {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  line-height: 24px; }

.wtspe-datetime-table tbody td.current, .wtspe-datetime-control button:hover {
  color: #e81118; }

.wtspe-datetime-table tbody td.current span {
  background: rgba(232, 17, 24, 0.05); }

.wtspe-datetime-table tbody td.wtspe-datetime-day.onrange span {
  background: #fdf2f2; }

.wtspe-datetime-table tbody td.wtspe-datetime-day span:hover, .wtspe-datetime-table tbody td.wtspe-datetime-day.selected span, .wtspe-datetime-table tbody td.wtspe-datetime-day.onrange.selected span {
  background: #e81118;
  color: #ffffff;
  border-radius: 26px; }

.wtspe-datetime-table tbody td.wtspe-datetime-day span:hover span, .wtspe-datetime-table tbody td.wtspe-datetime-day.selected span {
  color: #ffffff !important; }

.wtspe-datetime-control {
  text-align: center;
  line-height: 30px;
  height: 30px; }

.wtspe-datetime-control span.button {
  margin: 0 3px;
  width: 20px;
  display: inline-block; }

.wtspe-datetime-control span.button button {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
  cursor: pointer; }

.wtspe-datetime-control .wtspe-datetime-title {
  margin: 0 10px;
  font-weight: bold; }

.wtspe-datetime-view-wrap {
  white-space: nowrap; }

.wtspe-datetime-view {
  text-align: center;
  font-size: 12px;
  width: 240px; }

.wtspe-datetime-buttons {
  text-align: right; }

.wtspe-date-day-noclick {
  background-color: #f5f5f5;
  cursor: not-allowed !important; }
  .wtspe-date-day-noclick .wtspe-theme-bg-hv {
    color: #b8b8b8 !important; }
.wtspe-drawer {
  position: fixed;
  width: 0%;
  height: 100%;
  -webkit-transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }
  .wtspe-drawer .wtspe-drawer-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    filter: alpha(opacity=45);
    -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
    transition: opacity 0.3s linear, height 0s ease 0.3s; }
  .wtspe-drawer .wtspe-drawer-wrapper-left {
    left: 0;
    top: 0;
    border-radius: 0 8px 8px 0; }
    .wtspe-drawer .wtspe-drawer-wrapper-left .wtspe-drawer-content {
      border-radius: 0 8px 8px 0; }
  .wtspe-drawer .wtspe-drawer-wrapper-right {
    top: 0;
    right: 0;
    border-radius: 8px 0 0 8px; }
    .wtspe-drawer .wtspe-drawer-wrapper-right .wtspe-drawer-content {
      border-radius: 8px 0 0 8px; }
  .wtspe-drawer .wtspe-drawer-wrapper-top {
    top: 0;
    left: 0;
    right: 0; }
  .wtspe-drawer .wtspe-drawer-wrapper-bottom {
    bottom: 0;
    left: 0;
    right: 0; }
  .wtspe-drawer .wtspe-drawer-wrapper {
    position: absolute;
    background-color: #fff; }
    .wtspe-drawer .wtspe-drawer-wrapper .wtspe-drawer-content {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      overflow: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 0; }
      .wtspe-drawer .wtspe-drawer-wrapper .wtspe-drawer-content .wtspe-drawer-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        height: 100%; }
        .wtspe-drawer .wtspe-drawer-wrapper .wtspe-drawer-content .wtspe-drawer-body-header {
          position: relative;
          padding: 16px 24px;
          background: #fff;
          border-bottom: 1px solid #f0f0f0;
          border-radius: 2px 2px 0 0; }
          .wtspe-drawer .wtspe-drawer-wrapper .wtspe-drawer-content .wtspe-drawer-body-header-title {
            color: #000000D9;
            margin: 0;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px; }
          .wtspe-drawer .wtspe-drawer-wrapper .wtspe-drawer-content .wtspe-drawer-body-header-close {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
            display: block;
            padding: 18px;
            font-size: 18px;
            line-height: 1;
            text-align: center;
            cursor: pointer; }
        .wtspe-drawer .wtspe-drawer-wrapper .wtspe-drawer-content .wtspe-drawer-body-content {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          margin: 24px 0;
          padding: 0 24px;
          overflow: auto;
          font-size: 14px;
          line-height: 1.5715;
          word-wrap: break-word;
          position: relative; }
        .wtspe-drawer .wtspe-drawer-wrapper .wtspe-drawer-content .wtspe-drawer-body-footer {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding: 10px;
          border-top: 1px solid #f0f0f0; }

.wtspe-drawer > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }

.wtspe-drawer.drawer-wrap-position-single-right {
  top: 0;
  right: 0; }

.wtspe-drawer.drawer-wrap-position-single-left {
  top: 0;
  left: 0; }

.wtspe-drawer.drawer-wrap-position-single-top {
  top: 0;
  left: 0;
  right: 0; }

.wtspe-drawer.drawer-wrap-position-single-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.wtspe-drawer.wtspe-drawer-open {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }

.wtspe-drawer.wtspe-drawer-open .wtspe-drawer-mask {
  height: 100%;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: drawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  animation: drawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }

.wtspe-drawer.wtspe-drawer-open .wtspe-drawer-wrapper {
  -webkit-box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03); }

@-webkit-keyframes drawerFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes drawerFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.orgmap-wrapper {
  position: relative; }
  .orgmap-wrapper .orgmap-empty-pic {
    background-image: url(talent-map-empty.png);
    background-size: cover;
    width: 420px;
    height: 380px;
    margin: 0 auto;
    position: relative; }
    .orgmap-wrapper .orgmap-empty-pic .empty-pic-desc {
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      text-align: center;
      font-size: 16px;
      color: #8C8C8C; }
  .orgmap-wrapper .map-operate-group-item {
    position: absolute;
    right: 0;
    width: 120px;
    display: flex;
    height: 90px;
    align-items: center;
    flex-flow: wrap; }
  .orgmap-wrapper .map-operate-group-item[level-index='0'] {
    top: 115px; }
  .orgmap-wrapper .map-operate-group-item[level-index='1'] {
    top: 295px; }
  .orgmap-wrapper .map-operate-group-item[level-index='2'] {
    top: 475px; }
  .orgmap-wrapper .resume-totalcount-btn {
    position: absolute;
    left: 328px;
    min-width: 90px;
    display: inline-block;
    top: 8px; }
  .orgmap-wrapper .change-dimension-btn {
    position: absolute;
    left: 420px;
    width: 90px;
    top: 8px;
    cursor: pointer; }
  .orgmap-wrapper .org-map-add-btn,
  .orgmap-wrapper .org-map-more-btn,
  .orgmap-wrapper .org-map-shou-btn,
  .orgmap-wrapper .org-map-position-add-btn,
  .orgmap-wrapper .org-map-area-add-btn {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #262626;
    font-size: 14px;
    border: 1px solid #C4C4C4;
    border-radius: 15px; }
  .orgmap-wrapper .wtspe-orgmap {
    position: absolute;
    left: 0;
    right: 150px;
    padding: 5px 10px;
    overflow-x: auto; }
    .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper {
      position: relative;
      margin-bottom: 30px; }
      .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper .wtspe-select-searcher-input {
        height: 36px;
        line-height: 36px; }
      .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper .wtspe-select-wrap {
        position: relative; }
      .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper .operate-company-wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper .operate-company-wrapper .company-add-btn,
        .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper .operate-company-wrapper .company-edit-btn {
          display: inline-block;
          padding: 0 15px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          color: #262626;
          font-size: 14px;
          border: 1px solid #C4C4C4;
          border-radius: 15px; }
        .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper .operate-company-wrapper .company-edit-btn {
          margin-left: 15px; }
      .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper .line-bottom-center {
        position: absolute;
        border-left: 1px solid #d6d6d6;
        height: 31px;
        bottom: -31px;
        left: 50%; }
      .orgmap-wrapper .wtspe-orgmap .orgmap-select-wrapper .wtspe-select-wrap {
        display: block;
        margin: 0 auto; }
    .orgmap-wrapper .wtspe-orgmap .orgMap-list {
      list-style: none;
      display: flex;
      align-items: center;
      margin: 0 65px 30px;
      box-sizing: border-box; }
      .orgmap-wrapper .wtspe-orgmap .orgMap-list li {
        padding: 30px 10px 0;
        display: inline-block;
        position: relative;
        border-top: 1px solid #d6d6d6; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list li:first-child {
          border-top: none; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list li:last-child {
          border-top: none; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list li .line-top-center {
          position: absolute;
          border-left: 1px solid #d6d6d6;
          height: 31px;
          top: 0;
          left: 50%; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list li .line-top-left-center {
          position: absolute;
          border-left: 1px solid #d6d6d6;
          height: 31px;
          top: -0.5px;
          left: 50%;
          border-top: 1px solid #d6d6d6;
          width: 50%;
          margin-left: -1px; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list li .line-top-right-center {
          position: absolute;
          border-right: 1px solid #d6d6d6;
          height: 31px;
          top: -0.5px;
          left: 0;
          border-top: 1px solid #d6d6d6;
          width: 50%; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list li .line-bottom-center {
          position: absolute;
          height: 31px;
          bottom: -30.5px;
          border-right: 1px solid #d6d6d6;
          border-bottom: 1px solid #d6d6d6;
          right: 50%; }
      .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item {
        border: 1px solid #d6d6d6;
        border-radius: 8px;
        width: 130px;
        height: 120px;
        font-size: 14px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        box-sizing: border-box; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-edit {
          color: #ffffff;
          position: absolute;
          transform: translateY(-101%);
          width: 100%;
          height: 31px;
          line-height: 31px;
          cursor: pointer;
          text-align: center;
          position: absolute;
          z-index: 2; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-top {
          text-align: center;
          font-size: 14px;
          border-bottom: 1px solid #d6d6d6;
          padding: 12px 0;
          margin: 0 15px;
          max-height: 80px;
          height: 80px;
          position: relative; }
          .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-top-title {
            color: #585858;
            line-height: 18px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-top-title-normal {
            color: #585858;
            line-height: 18px; }
          .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-top-content {
            color: #262626;
            margin-top: 15px;
            display: inline-block;
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%); }
            .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-top-content:hover {
              font-weight: bold; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-top-empty {
          text-align: center;
          font-size: 14px;
          padding: 12px 0;
          margin: 0 15px;
          max-height: 80px;
          height: 80px;
          position: relative; }
          .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-top-empty-title {
            color: #585858; }
          .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-top-empty-content-empty {
            color: #262626;
            margin-top: 8px;
            display: inline-block;
            background-image: url(talent-map-org.png);
            background-size: cover;
            width: 38.88px;
            position: absolute;
            height: 50px;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%); }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-bottom {
          text-align: center;
          margin-top: 15px; }
          .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-bottom-txt {
            color: #8c8c8c; }
          .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-bottom-count {
            padding-left: 6px; }
            .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item .item-bottom-count:hover {
              font-weight: bold; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item > * {
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item:not(.empty-item):hover {
          box-shadow: 0px 3px 6px #00000029;
          -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          transition: -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          transition: box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          transition: box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          border: none; }
        .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item:hover .item-edit {
          transform: translateY(0); }
      .orgmap-wrapper .wtspe-orgmap .orgMap-list .single-item.empty-item {
        border: 1px dashed #d6d6d6; }

@media screen and (max-width: 1390px) {
  .operate-company-wrapper {
    right: -90px !important; } }
.module-header-menu-list-container {
  display: inline-flex; }

.module-header-menu-list-item {
  /*width: 166px;*/
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #626873;
  text-align: center;
  display: inline-block;
  padding: 9px 12px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis; }

.module-header-menu-list-moreItem {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer; }

.module-header-menu-list-more-txt {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.module-header-menu-list-more {
  position: relative;
  padding-right: 24px; }
  .module-header-menu-list-more .wtspeicon-down-hollow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 20px; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.wtspe-modal-show-body {
  overflow: hidden !important; }

.wtspe-modal-masker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.wtspe-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1000; }

.wtspe-modal-position {
  box-sizing: border-box;
  font-size: 14px;
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto; }

.wtspe-modal-position {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  border-radius: 8px; }

.wtspe-modal-header {
  height: 50px;
  line-height: 50px;
  color: #1E2126;
  position: relative;
  padding: 0 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.wtspe-modal-header-title {
  font-size: 18px;
  font-weight: 600;
  color: #1E2126; }

.wtspe-modal-header-close {
  position: absolute;
  top: 16px;
  color: #00000040;
  font-size: 18px;
  right: 20px;
  cursor: pointer; }

.wtspe-modal-foot {
  height: 80px;
  line-height: 80px;
  text-align: center; }

.wtspe-modal-button {
  height: 32px;
  line-height: 32px;
  padding: 0 11px;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  min-width: 60px;
}

.wtspe-modal-iframe {
  overflow: hidden;
  background-color: transparent;
  border: none; }

.wtspe-modal-button-primary {
  color: #ffffff; }

.wtspe-modal-button-light {
  border: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 30px; }

.wtspe-button-disabled {
  cursor: not-allowed; }

.wtspe-modal-content {
  min-height: 160px;
  overflow-y: auto; }

.wtspe-custom-btn {
  width: 98px; }

.wtspe-modal-large .wtspe-modal-position {
  width: 1048px; }

.wtspe-modal-large .wtspe-modal-content {
  padding: 20px 88px 0; }

.wtspe-modal-large.wtspe-modal-pure .wtspe-modal-position {
  width: 1048px; }

.wtspe-modal-large.wtspe-modal-pure .wtspe-modal-content {
  padding: 0; }

.wtspe-modal-common .wtspe-modal-position {
  width: 720px; }

.wtspe-modal-common .wtspe-modal-content {
  padding: 20px 60px 0; }

.wtspe-modal-common.wtspe-modal-pure .wtspe-modal-position {
  width: 720px; }

.wtspe-modal-common.wtspe-modal-pure .wtspe-modal-content {
  padding: 0; }

.wtspe-modal-small .wtspe-modal-position {
  width: 480px; }
  .wtspe-modal-small .wtspe-modal-position .wtspe-modal-box {
    padding-bottom: 32px; }
    .wtspe-modal-small .wtspe-modal-position .wtspe-modal-box .wtspe-modalinfo-content-text {
      text-align: center;
      color: #626873;
      font-size: 14px;
      margin: 29px 0 8px; }
    .wtspe-modal-small .wtspe-modal-position .wtspe-modal-box .wtspe-modal-foot {
      height: 32px;
      line-height: 32px;
      text-align: center;
      margin-top: 22px; }

.wtspe-modal-small .wtspe-modal-content {
  padding: 20px 32px 0; }

.wtspe-modal-small.wtspe-modal-pure .wtspe-modal-position {
  width: 480px; }

.wtspe-modal-small.wtspe-modal-pure .wtspe-modal-content {
  padding: 0; }

.wtspe-modal-mini .wtspe-modal-position {
  width: fit-content;
  animation: action_translateY 1s;
  -moz-animation: action_translateY 1s;
  /* Firefox */
  -webkit-animation: action_translateY 1s;
  /* Safari 和 Chrome */
  -o-animation: action_translateY 1s;
  /* Opera */ }

.wtspe-modal-mini .wtspe-modal-content {
  padding: 10px 20px 10px 12px;}

@keyframes action_translateY {
  0% {
    transform: translateY(-80px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

.wtspe-modal-pure .wtspe-modal-position {
  width: 720px; }

.wtspe-modal-cus .wtspe-modal-position {
  width: 900px; }

.template-content {
  display: flex;
  width: 100%;
  min-height: 320px;
  border-bottom: 1px solid #0000000d; }

.template-left-content {
  width: 30%;
  border-right: 1px solid #0000000d; }

.template-right-content {
  width: 70%; }

.template-left-hcontent {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  padding: 12px 24px;
  color: #1E2126;
  align-items: center; }

.template-left-bcontent {
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 0 24px; }

.wenti-icon {
  color: #B6B9BF;
  margin-left: 8px;
  font-weight: 100; }

.template-right-hcontent {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  padding: 12px 24px;
  color: #1E2126;
  align-items: center; }

.wtspe-modalheader-close {
  cursor: pointer;
  position: absolute;
  right: 24px;
  color: #8A8F99; }

.template-right-realcontent {
  display: flex;
  min-height: 400px; }

.template-right-rcontent {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.85;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.clearall-con {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer; }

.clearall-title {
  font-size: 12px;
  color: #626873; }

.selected-item-clearall {
  color: #8A8F99;
  margin-right: 2px;
  margin-top: 2px; }

.right-header {
  border-bottom: 1px solid #0000000d; }

.right-leftcontent {
  width: 50%;
  border-right: 1px solid #0000000d;
  overflow-x: auto; }

.template-right-lcontent {
  padding: 12px 24px; }

.right-rightcontent {
  width: 50%; }

.tishi-content {
  text-align: left;
  padding: 8px 13px;
  width: 200px;
  color: #ffffff;
  background-color: #afafaf; }

.luyong-btn-lv {
  margin-right: -1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.luyong-btn-shu {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.luyong-btn {
  float: left;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffffff;
  padding: 5px 12px;
  border: 1px solid #dcdfe6; }

.luyong-btn:hover {
  z-index: 1001; }

.luyong-btn-is-active {
  z-index: 1001; }

.posttype-input-suffer {
  position: absolute;
  margin-left: -24px;
  line-height: 30px; }

.template-left-bcontent-echart {
  width: 260px;
  height: 350px;
  margin-top: 48px;
  /* padding: 36px 0 0; */ }

.posttype-input-inner {
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 15px;
  text-overflow: ellipsis;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%; }

.posttype-selected-nodes {
  max-height: 315px;
  overflow: auto;
  padding: 12px 24px; }

.posttype-selected-node {
  cursor: default;
  padding: 3px 12px;
  width: 267px;
  color: #000000a6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.posttype-selected-node:hover {
  background: #2897fc4d; }

.selected-node-icon:hover {
  cursor: pointer;
  color: #2897fc; }

.selected-node-icon {
  color: #8A8F99;
  display: none; }

/* ------------------  wtspemodalInfo -------------------*/
.wtspe-modalinfo-modalcontainer .wtspe-modal-content {
  min-height: auto; }
  .wtspe-modalinfo-modalcontainer .wtspe-modal-content button {
    display: inline-block; }

.wtspe-modalinfo-content {
  position: relative;
  padding-top: 30px; }

.wtspe-modalinfo-content-mini {
  display: flex;
  align-items: center; }

.wtspe-modalinfo-content-pic-warp-mini {
  /*min-width: 25px;*/
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat; }

.wtspe-modalinfo-content-close {
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  color: #B6B9BF; }

.wtspe-modalinfo-content-pic {
  text-align: center; }

.wtspe-modalinfo-content-pic-warp {
  display: inline-block;
  width: 56px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat; }

.wtspe-modalinfo-content-text {
  text-align: center;
  color: #626873;
  font-size: 14px;
  margin: 29px 0 30px; }

.wtspe-modalinfo-content-text-mini {
  text-align: center;
  color: #626873;
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px; }

.wtspe--modalinfo-pciture-success {
  background-image: url(64c933de1c3b5bb373dfd5652a4e5334.svg); }

.wtspe--modalinfo-pciture-fail {
  background-image: url(937a21a988d5a1b900c96baacd49b0c1.svg); }

.wtspe--modalinfo-pciture-warning {
  background-image: url(5eb926fb25029473aac84e73b11dff6f.svg); }

.wtspe--modalinfo-pciture-warning2 {
  background-image: url(5eb926fb25029473aac84e73b11dff6f.svg); }

.warningIconClass {
  background-image: url(5eb926fb25029473aac84e73b11dff6f.svg);
  width: 16px;
  height: 16px;
  min-width: 16px; }

.successIconClass {
  background-image: url(64c933de1c3b5bb373dfd5652a4e5334.svg);
  width: 16px;
  height: 16px;
  min-width: 16px; }

/* ------------------  Notiﬁcation 通知提醒框 -------------------*/
.wtspe-modal-notification .wtspe-modal-position {
  width: 380px; }

.wtspe-modal-notification .wtspe-modal-foot {
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
  height: 48px; }
  .wtspe-modal-notification .wtspe-modal-foot .wtspe-modal-button {
    text-align: center;
    margin-right: 8px !important; }

.wtspe-modal-notification .wtspe-modalinfo-content-close {
  right: 24px;
  top: 26px;
  font-size: 18px;
  color: #8A8F99; }

.wtspe-modalinfo-content-notification {
  border-radius: 8px;
  display: flex;
  position: relative;
  padding: 24px 24px 16px 24px; }

.wtspe-modalinfo-content-pic-warp-notification {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat; }

.wtspe-modal-header-title-notification .wtspe-modal-header-title-notification-title {
  max-width: calc(100% - 50px);
  display: inline-block;
  /*word-break: break-all;*/
  /*overflow-wrap: break-word;*/
  overflow-wrap: anywhere;
  margin-left: 32px; }

.wtspe-modalinfo-content-notification-text {
  width: 100%; }

.wtspe-modal-header-title-notification {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 24px;
  color: #1E2126;
  position: relative; }

.wtspe-modalinfo-content-text-notification {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #1E2126;
  margin-top: 8px;
  word-break: break-word;
  padding-left: 32px; }

.wtspe-modalinfo-content-close-notification {
  position: relative; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
#drawerTitleTabs {
  overflow: hidden; }

.module-header-menu-list-container {
  display: inline-flex; }

.module-header-name {
  margin-right: 4px; }

.module-header-menu-list-item {
  /*width: 166px;*/
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 36px;
  color: #626873;
  text-align: center;
  display: inline-block;
  padding: 9px 12px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis; }

.module-header-menu-list-item.wtspe-menulist-selected {
  font-weight: 600; }

.module-header-channel-list-item {
  transition: all 0.5s;
  padding: 8px 0;
  margin-right: 32px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #626873;
  cursor: pointer;
  position: relative; }
  .module-header-channel-list-item:hover {
    color: #e81118; }
    .module-header-channel-list-item:hover .wtspe-channel-item-close {
      opacity: 1; }
  .module-header-channel-list-item .wtspe-channel-item-close {
    transition: all 0.5s;
    position: absolute;
    top: 10px;
    right: -20px;
    font-weight: 400;
    color: #626873 !important;
    opacity: 0; }
    .module-header-channel-list-item .wtspe-channel-item-close:hover {
      opacity: 1; }

.module-header-menu-list-moreItem {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .module-header-menu-list-moreItem:hover {
    color: #e81118; }
    .module-header-menu-list-moreItem:hover .wtspe-channel-more-item-close {
      opacity: 1; }
  .module-header-menu-list-moreItem .wtspe-channel-more-item-close {
    transition: all 0.5s;
    position: absolute;
    right: 5px;
    font-weight: 400;
    color: #626873 !important;
    opacity: 0; }
    .module-header-menu-list-moreItem .wtspe-channel-more-item-close:hover {
      opacity: 1; }

.module-header-menu-list-item a {
  color: #626873; }

.module-header-menu-list-item a {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
  line-height: 22px; }

.wtspe-menulist-selected {
  color: #1E2126; }
  .wtspe-menulist-selected .module-header-menu-list-item-selected-border-bottom {
    display: block; }
  .wtspe-menulist-selected a {
    color: #1E2126;
    font-weight: 600; }

.module-header-menu-list-item-selected-border-bottom {
  width: 24px;
  height: 3px;
  opacity: 1;
  border-radius: 2px;
  margin-left: calc(50% - 12px);
  margin-top: 6px;
  display: none; }

.wtspe-channel-selected {
  color: #e81118;
  font-weight: bold; }
  .wtspe-channel-selected::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 50%;
    background: #e81118;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 2px; }

.module-header-menu-list-more-txt {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.module-header-menu-list-more {
  position: relative;
  padding-right: 24px; }
  .module-header-menu-list-more .wtspeicon-down-hollow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 20px; }
.wtspe-tag {
  display: inline-flex;
  align-items: center;
  max-width: 130px;
  text-overflow: ellipsis;
  background: #f2f2f3;
  font-size: 12px;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  background-color: #f2f2f3;
  position: relative; }

.wtspe-tag-group-item:hover .wtspe-tag-close {
  visibility: visible; }

.wtspe-tag-group-item .wtspe-tag-close {
  visibility: hidden;
  position: absolute;
  top: 4px;
  right: 0px; }

.wtspe-tag-group-item .wtspe-tag > span {
  max-width: 100%; }

.wtspe-tag > span {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis; }

.wtspe-tag-small {
  padding: 0 16px !important;
  height: 22px;
  line-height: 22px;
  color: #595959; }

.wtspe-select-filter-label-container .wtspe-tag-small .wtspeicon-close {
  visibility: visible;
  position: absolute;
  top: 4px;
  right: 4px; }

.wtspe-select-filter-label-container:hover .wtspe-tag-close {
  visibility: visible; }

.wtspe-tag-hit {
  border-color: #e81118; }

.wtspe-tag-close {
  flex: none;
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  right: -5px; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.wtspe-select-filter-container {
  display: flex;
  align-items: center;
  line-height: 27px;
  border-radius: 8px; }
  .wtspe-select-filter-container:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-1 {
    max-height: 28px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-2 {
    max-height: 56px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-3 {
    max-height: 84px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-4 {
    max-height: 112px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-5 {
    max-height: 140px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper {
    width: calc(100% - 16px);
    height: auto !important;
    height: unset !important;
    line-height: unset !important;
    border: 0px !important;
    padding-right: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%; }
    .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-placeholder-container {
      display: flex;
      height: 24px;
      line-height: 27px;
      align-items: center; }
      .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-placeholder-container .wtspe-select-filter-item-placeholder {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #8a8f99; }
    .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-label-single {
      max-width: calc(100% - 40px);
      height: 24px;
      line-height: 24px; }
      .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-label-single .wtspe-select-filter-label-single-item {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: keep-all; }
    .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-overflow-container {
      display: none;
      height: 23px;
      line-height: 23px;
      text-align: center;
      margin: 2px 0; }
    .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-search-container {
      max-width: 100%;
      overflow: hidden;
      display: inline-block;
      height: 24px;
      line-height: 24px; }
      .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-search-container .wtspe-select-filter-item.wtspe-searcher-container {
        position: relative;
        display: inline-block; }
        .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-search-container .wtspe-select-filter-item.wtspe-searcher-container .wtspe-searcher-input {
          float: left;
          height: 22px;
          line-height: 22px; }
        .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-search-container .wtspe-select-filter-item.wtspe-searcher-container .wtspe-searcher-input-mirror {
          position: absolute;
          visibility: hidden;
          white-space: nowrap; }
  .wtspe-select-filter-container .wtspe-select-filter-removeAll-container {
    min-width: 16px; }
    .wtspe-select-filter-container .wtspe-select-filter-removeAll-container span.wtspe-select-filter-removeAll {
      color: #B6B9BF;
      font-size: 14px;
      visibility: hidden;
      cursor: pointer; }

/* 针对联系候选人特殊处理*/
.forwardResume-body-chooseReceiver-labelContainer .wtspe-select-filter-label-container.wtspe-select-filter-label-multi {
  max-width: 90px; }

.wtspe-select-filter-label-container.wtspe-select-filter-label-multi {
  visibility: hidden;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 2px;
  height: 27px;
  line-height: 27px; }
  .wtspe-select-filter-label-container.wtspe-select-filter-label-multi .wtspe-select-filter-label {
    height: 22px;
    line-height: 22px; }

.wtspe-select-filter-label-overflow-container .wtspe-select-filter-label-container.wtspe-select-filter-label-multi {
  visibility: visible; }

.wtspe-select-header-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.15); }

.wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div {
  padding: 5px 4px; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item {
    position: relative;
    padding: 6px 0px 6px 12px;
    display: flex;
    align-items: center; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item-checked::after {
    font-family: "wtspeicon-common";
    content: "\E765";
    position: absolute;
    font-size: 12px;
    color: inherit;
    top: 8px;
    right: 8px; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item-chkbox::after {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item-hook::after {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item-name {
    display: inline-block;
    width: calc(100% - 48px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
    margin-left: 4px;
    flex: 1; }

.wtspe-select-filter-html-custom-top,
.wtspe-select-filter-html-custom-bottom {
  height: 48px; }

.wtspe-select-filter-popover-container-0 {
  height: 100%;
  overflow-y: scroll; }

.wtspe-select-filter-popover-container-1 {
  height: calc(100% - 48px);
  overflow-y: scroll; }

.wtspe-select-filter-popover-container-2 {
  height: calc(100% - 96px);
  overflow-y: scroll; }

.wtspe-select-filter-label-overflow-container {
  line-height: 27px; }

.wtspe-select-filter-theme-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0; }

.wtspe-select-filter-theme-2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 8px 4px 12px; }

#allSelecOptionBox .wtspe-select-filter-theme-2 {
  margin-top: 0px;
  border: none;
  background: transparent;
  height: 32px;
  line-height: 32px; }

#allSelecOptionBox .wtspe-select-wd-header-wrapper {
  width: 100%;
  padding-left: 52px !important; }

#allSelecOptionBox .wtspe-select-filter-item-placeholder-container .wtspe-select-filter-item-placeholder,
#allSelecOptionBox .wtspe-select-filter-label-single-item {
  font-weight: bold !important; }

#renderztree-container .wtspe-select-filter-theme-2 {
  padding: 0px 12px;
  min-height: 38px; }

.wtspe-select-filter-theme-2 .wtspe-select-header-label.wtspe-select-wd-header-label {
  margin-top: -27px;
  margin-left: -12px; }

.wtspe-popover-select-filter-empty {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #B6B9BF;
  text-align: center;
  margin-bottom: 8px; }

.wtspe-select-custom-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -27px;
  width: 100%; }

.htmlFuncTop {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #626873;
  padding: 0 12px;
  background: rgba(242, 242, 243, 0.5); }

.wtspe-select-filter-list-item-checkbox {
  display: none; }

.wtspe-select-filter-list-item-chkcss {
  width: 14px;
  height: 14px; }
  .wtspe-select-filter-list-item-chkcss .wtspe-select-filter-list-item-checkbox + label {
    width: 14px;
    height: 14px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative; }
    .wtspe-select-filter-list-item-chkcss .wtspe-select-filter-list-item-checkbox + label .opt-icon-tubiaoku_tick {
      position: absolute;
      top: -6px;
      left: 0px;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      .wtspe-select-filter-list-item-chkcss .wtspe-select-filter-list-item-checkbox + label .opt-icon-tubiaoku_tick:before {
        color: #fff !important;
        font-size: 12px; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.wtspe-select-filter-container {
  display: flex;
  align-items: center;
  line-height: 27px;
  border-radius: 8px; }
  .wtspe-select-filter-container:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .wtspe-select-filter-container:hover span.wtspe-select-filter-removeAll {
      visibility: visible !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-1 {
    max-height: 28px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-2 {
    max-height: 56px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-3 {
    max-height: 84px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-4 {
    max-height: 112px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper.wtspe-select-filter-overflow-hide-5 {
    max-height: 140px !important; }
  .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper {
    width: calc(100% - 16px);
    height: auto !important;
    height: unset !important;
    line-height: unset !important;
    border: 0px !important;
    padding-right: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%; }
    .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-placeholder-container {
      display: flex;
      height: 24px;
      line-height: 27px;
      align-items: center; }
      .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-placeholder-container .wtspe-select-filter-item-placeholder {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #8a8f99; }
    .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-label-single {
      max-width: calc(100% - 40px);
      height: 24px;
      line-height: 24px; }
      .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-label-single .wtspe-select-filter-label-single-item {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: keep-all; }
    .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-overflow-container {
      display: none;
      height: 23px;
      line-height: 23px;
      text-align: center;
      margin: 2px 0; }
    .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-search-container {
      max-width: 100%;
      overflow: hidden;
      display: inline-block;
      height: 24px;
      line-height: 24px; }
      .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-search-container .wtspe-select-filter-item.wtspe-searcher-container {
        position: relative;
        display: inline-block; }
        .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-search-container .wtspe-select-filter-item.wtspe-searcher-container .wtspe-searcher-input {
          float: left;
          height: 22px;
          line-height: 22px; }
        .wtspe-select-filter-container .wtspe-label-box-container.wtspe-select-wd-header-wrapper .wtspe-select-filter-item-search-container .wtspe-select-filter-item.wtspe-searcher-container .wtspe-searcher-input-mirror {
          position: absolute;
          visibility: hidden;
          white-space: nowrap; }
  .wtspe-select-filter-container .wtspe-select-filter-removeAll-container {
    min-width: 16px; }
    .wtspe-select-filter-container .wtspe-select-filter-removeAll-container span.wtspe-select-filter-removeAll {
      color: #B6B9BF;
      font-size: 14px;
      visibility: hidden;
      cursor: pointer; }

/* 针对联系候选人特殊处理*/
.forwardResume-body-chooseReceiver-labelContainer .wtspe-select-filter-label-container.wtspe-select-filter-label-multi {
  max-width: 90px; }

.wtspe-select-filter-label-container.wtspe-select-filter-label-multi {
  visibility: visible;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 2px;
  height: 27px;
  line-height: 27px; }
  .wtspe-select-filter-label-container.wtspe-select-filter-label-multi .wtspe-select-filter-label {
    height: 22px;
    line-height: 22px; }

.wtspe-select-filter-label-overflow-container .wtspe-select-filter-label-container.wtspe-select-filter-label-multi {
  visibility: visible; }

.wtspe-select-header-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.15); }

.wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div {
  padding: 5px 4px; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item {
    position: relative;
    padding: 6px 0px 6px 12px;
    display: flex;
    align-items: center; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item-checked::after {
    font-family: "wtspeicon-common";
    content: "\E765";
    position: absolute;
    font-size: 12px;
    color: inherit;
    top: 8px;
    right: 8px; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item-chkbox::after {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item-hook::after {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .wtspe-select-filter-popover-container .wtspe-popover-select-filter-list-container > div .wtspe-select-filter-list-item-name {
    display: inline-block;
    width: calc(100% - 48px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
    margin-left: 4px; }

.wtspe-select-filter-html-custom-top,
.wtspe-select-filter-html-custom-bottom {
  height: 48px; }

.wtspe-select-filter-popover-container-0 {
  height: 100%;
  overflow-y: scroll; }

.wtspe-select-filter-popover-container-1 {
  height: calc(100% - 48px);
  overflow-y: scroll; }

.wtspe-select-filter-popover-container-2 {
  height: calc(100% - 96px);
  overflow-y: scroll; }

.wtspe-select-filter-label-overflow-container {
  line-height: 27px; }

.wtspe-select-filter-theme-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0; }

.wtspe-select-filter-theme-2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 8px 4px 12px; }

.wtspe-select-filter-theme-2 .wtspe-select-header-label.wtspe-select-wd-header-label {
  margin-top: -27px;
  margin-left: -12px; }

.wtspe-popover-select-filter-empty {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #B6B9BF;
  text-align: center;
  margin-bottom: 8px; }

.wtspe-select-custom-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -27px;
  width: 100%; }

.htmlFuncTop {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #626873;
  padding: 0 12px;
  background: rgba(242, 242, 243, 0.5); }

.wtspe-select-filter-list-item-checkbox {
  display: none; }

.wtspe-select-filter-list-item-chkcss {
  width: 14px;
  height: 14px; }
  .wtspe-select-filter-list-item-chkcss .wtspe-select-filter-list-item-checkbox + label {
    width: 14px;
    height: 14px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative; }
    .wtspe-select-filter-list-item-chkcss .wtspe-select-filter-list-item-checkbox + label .opt-icon-tubiaoku_tick {
      position: absolute;
      top: -6px;
      left: 0px;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      .wtspe-select-filter-list-item-chkcss .wtspe-select-filter-list-item-checkbox + label .opt-icon-tubiaoku_tick:before {
        color: #fff !important;
        font-size: 12px; }
.wtspe-labelsearcher-input {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 8px;
  height: 32px;
  border-radius: 4px !important;
  width: 100% !important;
  font: small-caption !important;
  padding-left: 8px !important;
  padding-right: 8px !important; }

.searchLabelLists {
  padding: 8px 4px 5px 4px; }

.searchLabel-name {
  padding: 2px 5px;
  height: 32px;
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: space-between; }

.searchLabel-name-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.searchLabel-name:hover {
  cursor: pointer; }

.label-ischecked:after {
  font-family: "wtspeicon-common";
  content: "\E765";
  font-size: 14px; }

.searchLabel-name-new {
  padding: 2px 5px;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.new-label-line {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 8px -4px 4px -4px; }

.searchLabelLists-con {
  max-height: 250px;
  overflow-y: auto; }

.newLabelColor {
  min-width: 16px;
  height: 16px;
  border-radius: 50%; }

.color05 {
  background-color: #70bba5; }

.color02 {
  background-color: #faad14; }

.color03 {
  background-color: #f93a3a; }

.color04 {
  background-color: #2897fc; }

.color01 {
  background-color: rgba(0, 0, 0, 0.45); }

.label-color05 {
  color: #70bba5; }

.label-color02 {
  color: #faad14; }

.label-color03 {
  color: #f93a3a; }

.label-color04 {
  color: #2897fc; }

.label-color01 {
  color: #8A8F99; }

.circleListNew {
  overflow: hidden;
  position: fixed;
  height: 28px;
  background-color: #fff;
  padding: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-top: -30px;
  display: none; }

.showaddcolor {
  display: inline-flex !important; }

.circleListNew a {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  margin-right: 4px;
  text-align: center;
  float: left;
  border-radius: 50%; }

.colorclick:hover {
  width: 16px !important;
  height: 16px !important; }

.circleListNew a:last-child {
  margin-right: 0; }

.circleListNew a.color05 {
  background-color: #70bba5; }

.circleListNew a.color02 {
  background-color: #faad14; }

.circleListNew a.color03 {
  background-color: #f93a3a; }

.circleListNew a.color04 {
  background-color: #2897fc; }

.circleListNew a.color01 {
  background-color: rgba(0, 0, 0, 0.45); }

.wt-icon80-80-new:before {
  color: #fff !important; }

.newlabel-maxwidth {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 110px; }

.newlabel-width {
  margin-left: 8px; }

.wtspe-searchlabel-chooseColor {
  font-size: 5px;
  width: 1px;
  height: 5px;
  margin-left: 3px;
  color: #B6B9BF;
  cursor: pointer;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.newlabelcolor-right {
  display: flex;
  align-items: baseline; }
.wtspe-calendar-wrapper {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  user-select: none; }
  .wtspe-calendar-wrapper .wtspe-calendar-header {
    display: flex;
    height: 56px;
    line-height: 56px;
    padding: 0 12px; }
  .wtspe-calendar-wrapper .wtspe-calendar-body {
    padding: 0 4px;
    overflow: auto; }
  .wtspe-calendar-wrapper .calendar-header-center {
    flex: 1;
    text-align: center; }
  .wtspe-calendar-wrapper .calendar-header-left .calendar-subscribe-btn {
    width: 140px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #0000001f;
    border-radius: 16px;
    color: #000000a6;
    font-size: 12px;
    font-weight: 400px;
    background-color: #fff;
    cursor: pointer; }
  .wtspe-calendar-wrapper .header-center-container {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #000000d9;
    font-weight: 600; }
  .wtspe-calendar-wrapper .header-center-container-today {
    cursor: pointer;
    margin-left: 20px; }
  .wtspe-calendar-wrapper .calendar-operate-left-btn {
    cursor: pointer;
    margin-right: 10px; }
  .wtspe-calendar-wrapper .calendar-operate-right-btn {
    cursor: pointer;
    margin-left: 10px; }
  .wtspe-calendar-wrapper .calendar-operate-year,
  .wtspe-calendar-wrapper .calendar-operate-month {
    cursor: pointer; }
  .wtspe-calendar-wrapper .wtspe-calendar-body .wtspe-calendar-body-table {
    border-collapse: collapse;
    width: 100%; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table th,
  .wtspe-calendar-wrapper .wtspe-calendar-body-table td {
    text-align: left;
    box-sizing: border-box; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table tbody tr {
    border-bottom: 1px solid #0000001a; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table thead tr th:not(:last-child),
  .wtspe-calendar-wrapper .wtspe-calendar-body-table tbody tr td:not(:last-child) {
    border-right: 1px solid #0000001a; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table thead {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #f7f7f8; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table thead th {
    color: #000000d9;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    min-width: 179px; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table tbody td {
    height: 96px;
    /* width: 179px; */
    vertical-align: top;
    position: relative;
    cursor: pointer;
    transition: all 0.125s ease-in-out; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table td.active-item::before {
    content: '';
    background: #e3b88b;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 0 0 5px 5px;
    left: 0;
    top: 0; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table td .day-wrapper {
    padding: 6px 0 2px 9px; }
  .wtspe-calendar-wrapper .day-wrapper .day-num {
    font-size: 14px;
    font-weight: 600;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: #000000d9;
    background: #fff;
    border-radius: 50%;
    text-align: center; }
  .wtspe-calendar-wrapper .day-wrapper .day-cn {
    font-size: 12px;
    color: #00000073;
    margin-left: 12px; }
  .wtspe-calendar-wrapper .wtspe-calendar-body-table .calendar-gray-txt,
  .wtspe-calendar-wrapper .wtspe-calendar-body-table .calendar-gray-txt * {
    color: #00000073 !important; }
  .wtspe-calendar-wrapper .active-item .day-num {
    color: #fff; }
.wtspe-transfer-wrapper .transfer-wrapper-container {
  background-color: #fff;
  display: flex;
  justify-content: center; }

.wtspe-transfer-wrapper .transfer-list-box {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  width: 272px; }

.wtspe-transfer-wrapper .transfer-list-header {
  background: #f7f7f8;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0 18px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center; }

.wtspe-transfer-wrapper .transfer-list-body {
  height: 260px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 5px 0; }

.wtspe-transfer-wrapper .transfer-list-content {
  padding: 0 4px;
  box-sizing: border-box; }

.wtspe-transfer-wrapper .transfer-list-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0 6px 14px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.wtspe-transfer-wrapper .transfer-list-content-item:not(.transfer-checkbox-disabled):hover {
  background-color: #fdfaf6;
  color: #a77d35;
  border-radius: 4px; }

.wtspe-transfer-wrapper .transfer-operate-box {
  padding: 0 15px;
  display: flex;
  align-items: center; }

.wtspe-transfer-wrapper .transfer-operate-box .operate-box-content {
  width: 24px; }

.wtspe-transfer-wrapper .transfer-operate-box .transfer-operate-btn {
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 14px;
  padding: 0;
  border: 1px solid;
  color: #fff;
  border-color: #e81118;
  background-color: #e81118;
  cursor: pointer;
  box-sizing: border-box; }

.wtspe-transfer-wrapper .transfer-operate-box button.transfer-operate-btn[disabled] {
  color: #b3b6bd;
  border-color: #b3b6bd;
  background-color: #f7f7f8;
  cursor: not-allowed; }

.wtspe-transfer-wrapper .transfer-operate-box button.transfer-operate-btn span {
  vertical-align: middle;
  color: #fff; }

.wtspe-transfer-wrapper .transfer-operate-box button.transfer-operate-btn[disabled] span {
  color: #b3b6bd; }

.wtspe-transfer-wrapper .transfer-checkbox-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1E2126;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  display: inline-block;
  line-height: unset;
  cursor: pointer;
  position: relative; }

.wtspe-transfer-wrapper .transfer-checkbox-elem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  box-sizing: border-box;
  padding: 0; }

.wtspe-transfer-wrapper .transfer-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.wtspe-transfer-wrapper .transfer-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' '; }

.wtspe-transfer-wrapper .transfer-checkbox-item-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e81118;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: wtspeCheckboxEffect 0.36s ease-in-out;
  animation: wtspeCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: ''; }

@-webkit-keyframes wtspeCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  to {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

@keyframes wtspeCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  to {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

.wtspe-transfer-wrapper .transfer-checkbox-item-checked .transfer-checkbox-inner {
  background-color: #e81118;
  border-color: #e81118; }

.wtspe-transfer-wrapper .transfer-checkbox-item-checked .transfer-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' '; }

.wtspe-transfer-wrapper .transfer-checkbox-indeterminate .transfer-checkbox-inner {
  background-color: #fff;
  border-color: #e81118; }

.wtspe-transfer-wrapper .transfer-checkbox-indeterminate .transfer-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #e81118;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' '; }

.wtspe-transfer-wrapper .transfer-checkbox-item-text,
.wtspe-transfer-wrapper .list-header-text {
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  font-weight: 400;
  flex: 1;
  letter-spacing: 1px; }

.wtspe-transfer-wrapper .list-header-text {
  /* opacity: 0.85; */ }

.wtspe-transfer-wrapper .transfer-checkbox-item-text {
  /* opacity: 0.65; */
  opacity: 0.85;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.wtspe-transfer-wrapper .transfer-checkbox-disabled {
  opacity: 0.45;
  cursor: not-allowed; }

.wtspe-transfer-wrapper .transfer-checkbox-disabled .transfer-checkbox-item,
.wtspe-transfer-wrapper .transfer-checkbox-disabled .transfer-checkbox-elem,
.wtspe-transfer-wrapper .transfer-checkbox-disabled .transfer-checkbox-item-text {
  cursor: not-allowed;
  background: #f7f7f8; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.wtspe-ckEditor-layout-title {
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #1E2126;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px; }
  .wtspe-ckEditor-layout-title .wtspe-ckEditor-layout-preview {
    cursor: pointer;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 20px;
    color: #1E2126; }
  .wtspe-ckEditor-layout-title .wtspe-ckEditor-layout-edit {
    cursor: pointer;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 20px;
    color: #1E2126; }

.wtspe-ckEditor-layout-select-container {
  width: 616px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #1e2126;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .wtspe-ckEditor-layout-select-container .wtspe-ckEditor-layout-select-placeholder {
    color: #B6B9BF; }
  .wtspe-ckEditor-layout-select-container:hover {
    border-color: rgba(0, 0, 0, 0.15); }
  .wtspe-ckEditor-layout-select-container.active {
    color: #B6B9BF; }

.wtspe-ckEditor-container {
  font-size: 14px;
  line-height: 22px;
  height: 100%; }
  .wtspe-ckEditor-container .wtspe-ckEditor-header-container {
    width: 100%;
    height: 64px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; }
    .wtspe-ckEditor-container .wtspe-ckEditor-header-container .wtspe-ckEditor-header-title {
      position: absolute;
      top: 20px;
      left: 32px;
      height: 25px;
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      color: #1E2126; }
    .wtspe-ckEditor-container .wtspe-ckEditor-header-container i.wt-icon30-80 {
      position: absolute;
      top: 26px;
      right: 32px;
      font-size: 12px;
      cursor: pointer; }
      .wtspe-ckEditor-container .wtspe-ckEditor-header-container i.wt-icon30-80:before {
        font-size: 14px; }
  .wtspe-ckEditor-container .wtspe-ckEditor-body-container {
    width: 100%;
    height: calc(100% - 128px);
    overflow-y: scroll;
    padding: 22px 35px; }
    .wtspe-ckEditor-container .wtspe-ckEditor-body-container .table-maxWidth {
      max-width: unset; }
    .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-title {
      height: 19px;
      font-size: 14px;
      font-weight: 400;
      line-height: 19px;
      color: #1E2126;
      margin-bottom: 8px; }
    .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-title-preview {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 600;
      line-height: 19px;
      color: #1E2126;
      margin-bottom: 8px;
      display: flex;
      align-items: flex-end; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-title-preview .wtspe-ckEditor-body-item-title-preview-subject {
        flex: 1; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-title-preview .wtspe-ckEditor-edit-btn {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #626873;
        cursor: pointer; }
        .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-title-preview .wtspe-ckEditor-edit-btn .wtspeicon-edit {
          display: inline-block;
          margin-right: 10px; }
    .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-emailSubject {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-emailSubject .wtspe-ckEditor-body-item-emailSubject-input {
        display: inline-block;
        flex: 1; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-emailSubject .wtspe-ckEditor-body-item-emailSubject-select {
        width: 92px;
        height: 16px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-smsLabel-tmp {
      width: 100%;
      height: 40px;
      padding: 6px 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 0px; }
    .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-smsContent-textarea {
      width: 100%;
      height: 245px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-smsContent-textarea:focus {
        outline: none; }
    .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-sendMsg {
      height: 32px; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-sendMsg .wtspe-ckEditor-body-item-sendPerson {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 22px;
        color: #1E2126;
        float: left; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-sendMsg .wtspe-ckEditor-body-item-sendTime {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 22px;
        color: #1E2126;
        float: right; }
    .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-smsContent-preview {
      background: #F2F2F3;
      border-radius: 8px;
      padding: 16px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 22px;
      color: #1E2126;
      margin-bottom: 16px; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-smsContent-preview > div {
        overflow: scroll; }
      .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-smsContent-preview > table {
        width: 552px !important; }
        .wtspe-ckEditor-container .wtspe-ckEditor-body-container .wtspe-ckEditor-body-item-smsContent-preview > table tbody tr:first-child {
          display: none; }
  .wtspe-ckEditor-container .wtspe-ckEditor-footer-container {
    width: 100%;
    height: 64px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .wtspe-ckEditor-container .wtspe-ckEditor-footer-container .wtspe-ckEditor-footer-btn {
      width: 98px;
      height: 32px;
      line-height: 32px;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
      border-radius: 20px;
      text-align: center;
      margin: 0 12px;
      cursor: pointer; }
    .wtspe-ckEditor-container .wtspe-ckEditor-footer-container .wtspe-ckEditor-footer-confirm-btn {
      color: #fff; }
    .wtspe-ckEditor-container .wtspe-ckEditor-footer-container .wtspe-ckEditor-footer-container-cover {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }

.emailSubject-popover-container {
  padding: 10px 4px; }
  .emailSubject-popover-container .emailSubject-popover-item {
    width: 95px;
    height: 32px;
    border-radius: 4px;
    line-height: 20px;
    padding: 6px 12px; }

.wtspe-ckEditor-body-item-h2 {
  height: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1E2126;
  margin-bottom: 16px; }

.wtspe-ckEditor-body-item .wtspe-select-theme-form-2 {
  margin-top: 0;
  margin-bottom: 24px; }

.wtspe-ckEditor-body-item-tplName,
.wtspe-ckEditor-body-item .ck-editor,
.wtspe-ckEditor,
.wtspe-ckEditor-body-item-emailSubject {
  margin-bottom: 24px !important; }

.wtspe-ckEditor-body-item .wtspe-ckEditor-body-item-isSysTpl-text {
  margin-left: 8px; }

.wtspe-ckEditor-body-item .wtspe-select-header-wrapper .wtspe-select-header-content {
  font-size: 12px;
  text-align: right;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.wtspe-ckEditor-body-item-emailSubject-input .wtspe-searcher-container {
  border: 0; }

.wtspe-ckEditor-container .uploadLabel-item {
  position: relative;
  width: 98px;
  height: 36px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  float: left;
  margin-bottom: 8px !important;
  cursor: pointer; }
  .wtspe-ckEditor-container .uploadLabel-item:not(:nth-child(5n)) {
    margin-right: 12px;
    margin-bottom: 16px; }
  .wtspe-ckEditor-container .uploadLabel-item p {
    position: absolute;
    left: 5px;
    top: 0;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
    z-index: 1; }
  .wtspe-ckEditor-container .uploadLabel-item i {
    position: absolute;
    right: 7px;
    top: 13px;
    display: none; }

.wtspe-ckEditor-container .uploadLabel-item:hover {
  width: 113px; }
  .wtspe-ckEditor-container .uploadLabel-item:hover i {
    display: block; }

.wtspe-ckEditor-body-item-uploadFile-show {
  display: inline-block; }

.wtspe-ckEditor-body-item-uploadFile-doc {
  display: none; }

.wtspe-ckEditor-chooseFile {
  width: 98px;
  height: 36px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  margin-bottom: 8px !important;
  float: left;
  cursor: pointer; }

.tpl-choose {
  width: 100%;
  height: 100%;
  position: relative; }

.tplContainer {
  display: flex;
  width: 100%;
  height: calc(100% - 44px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  font-size: 14px; }

.leftTplType {
  width: 182px;
  height: 100%;
  overflow-y: scroll;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px; }

.rightTpl {
  height: 100%;
  overflow-y: scroll;
  flex: 1;
  padding: 6px; }

.leftTplType-item, .rightTpl-item {
  width: 100%;
  min-height: 32px;
  border-radius: 4px;
  padding: 6px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #626873;
  cursor: pointer; }

.leftTplType-item > i, .rightTpl-item > i {
  color: #B6B9BF; }

.addTplContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  padding: 14px;
  display: flex;
  align-items: center; }

.addTpl {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #626873;
  cursor: pointer; }

.addTpl > span {
  color: #8A8F99; }

.wtspe-ckEditor-body-item-preview-email {
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 16px;
  border-radius: 8px;
  background: #F2F2F3;
  margin-bottom: 16px;
  border-radius: 8px;
  padding-bottom: 6px; }
  .wtspe-ckEditor-body-item-preview-email > div {
    overflow: scroll; }
  .wtspe-ckEditor-body-item-preview-email > table {
    width: 552px !important; }
    .wtspe-ckEditor-body-item-preview-email > table tbody tr:first-child {
      display: none; }

.wtspe-ckEditor-body-cover-container {
  position: relative; }
  .wtspe-ckEditor-body-cover-container .wtspe-ckEditor-body-cover {
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    left: 24px;
    top: 24px;
    z-index: 1; }

.wtspe-ckEditor-container .ck.ck-button.ck-button_with-text {
  padding: 0 !important;
  cursor: pointer; }

.wtspe-ckEditor-container .buttonlistview .ck-button {
  background: none !important;
  background: #F2F2F3;
  border: 0px; }

.wtspe-ckEditor-container .buttonsdropdownview .ck.ck-button:not(.ck-disabled):hover, .wtspe-ckEditor-container a.ck.ck-button:not(.ck-disabled):hover {
  background: none !important; }

.wtspe-ckEditor-container .ck.ck-reset.ck-list {
  width: 100%;
  display: unset; }

.wtspe-ckEditor-container .buttonsdropdownview .ck.ck-list__item {
  display: inline-block;
  min-width: 90px !important;
  float: left !important;
  margin: 4px !important; }

.wtspe-ckEditor-container .ck-dropdown__panel {
  padding: 0 5px; }

.wtspe-ckEditor-container .ck-dropdown__panel .ck.ck-button__label {
  padding: 0px 16px; }

.wtspe-ckEditor-container .buttonsdropdownview .ck.ck-button__label {
  height: 28px;
  background: #F2F2F3;
  border-radius: 4px;
  padding: 3px 16px; }

.wtspe-ckEditor-container .buttonsdropdownview .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background: none !important; }

.wtspe-ckEditor-container .buttonsdropdownview .ck-dropdown {
  background: #f2f2f3;
  padding-right: 10px; }
  .wtspe-ckEditor-container .buttonsdropdownview .ck-dropdown .ck-dropdown__button .ck-dropdown__arrow {
    margin-left: -10px; }

.wtspe-ckEditor-container ul {
  list-style: circle !important;
  padding: 4px !important;
  margin: 4px !important; }
  .wtspe-ckEditor-container ul li {
    list-style: circle !important;
    padding: 4px !important;
    margin: 4px !important; }

.wtspe-ckEditor-container ol {
  list-style: decimal !important;
  padding: 4px !important;
  margin: 4px !important; }
  .wtspe-ckEditor-container ol li {
    list-style: decimal !important;
    padding: 4px !important;
    margin: 4px !important; }

.buttonsdropdownview .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw, .buttonsdropdownview .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
  overflow: auto;
  max-height: 260px; }

.letterTplCkEditor-previewPopover-mask,
.letterTplCkEditor-popover-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.wtspe-radio {
  color: #1e2126;
  font-weight: 400;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 14px;
  margin-right: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.wtspe-radio-input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle; }

.wtspe-radio-label {
  font-size: 14px;
  padding-left: 10px; }

.wtspe-radio-inner {
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  z-index: 1; }

.wtspe-radio-inner.is-disabled + span.wtspe-radio-label {
  color: #c0c4cc;
  cursor: not-allowed; }

.wtspe-radio-original {
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer; }

.wtspe-radio-inner.is-disabled {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  cursor: not-allowed; }

.wtspe-radio-inner.is-disabled.is-checked {
  background-color: #f5f7fa;
  border-color: #e4e7ed; }

.wtspe-radio-inner:after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in; }

.wtspe-radio-inner.is-checked:after {
  transform: translate(-50%, -50%) scale(1); }

.wtspe-radio-inner.is-disabled:after {
  cursor: not-allowed;
  background-color: #f5f7fa; }

.wtspe-radio-inner.is-disabled.is-checked:after {
  background-color: #c0c4cc; }

.wtspe-radio-secondary {
  font-size: 11px;
  color: #8A8F99;
  margin-top: 6px;
  margin-left: 14px; }

.wtspe-radio-select {
  padding: 16px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-right: 0px !important; }
.iframe-virtual-scroller {
  height: 16px;
  position: absolute;
  width: 100%;
  overflow: hidden; }

.iframe-virtual-scroller-box {
  width: 100%;
  height: 16px;
  position: relative;
  background-color: transparent; }

.iframe-virtual-scroller-slider {
  height: 16px;
  border-radius: 6px;
  position: absolute;
  top: 1px;
  background-color: #cccccc; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.wtspe-tag-group-item {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 2px 4px 2px 0; }

.wtspe-tag-group-overflow {
  display: inline-block; }

.wtspe-tag-group-item.wtspe-tag-group-item-error > span {
  color: #f93a3a !important;
  background: rgba(249, 58, 58, 0.1) !important; }

.wtspe-tag-group-container.start-overflow {
  line-height: 28px; }
.step-scroll-loopBox {
  padding: 4px 0 16px;
  background-color: #f2f2f3; }
  .step-scroll-loopBox .step-loopBox {
    width: 100%;
    height: 40px;
    display: flex;
    overflow: hidden; }
    .step-scroll-loopBox .step-loopBox .step-loop {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 12px;
      background-color: #ffffff;
      position: relative;
      height: 40px;
      line-height: 40px;
      text-align: center;
      cursor: pointer; }
      .step-scroll-loopBox .step-loopBox .step-loop .wtspeicon-common {
        font-size: 4px; }
      .step-scroll-loopBox .step-loopBox .step-loop .setInterview-icon-loopRight {
        margin-left: -27px; }
      .step-scroll-loopBox .step-loopBox .step-loop .setInterview-icon-loopLeft {
        margin-right: -27px; }
      .step-scroll-loopBox .step-loopBox .step-loop .setInterview-icon {
        font-size: 40px;
        color: #ffffff; }
      .step-scroll-loopBox .step-loopBox .step-loop:first-child {
        margin-left: 0;
        border-radius: 8px 0 0 8px; }
        .step-scroll-loopBox .step-loopBox .step-loop:first-child .setInterview-icon-loopRight {
          visibility: hidden; }
      .step-scroll-loopBox .step-loopBox .step-loop:last-child {
        margin-right: 0;
        border-radius: 0 8px 8px 0; }
        .step-scroll-loopBox .step-loopBox .step-loop:last-child .setInterview-icon-loopLeft {
          visibility: hidden; }
      .step-scroll-loopBox .step-loopBox .step-loop .step-loop-num {
        display: inline-block;
        width: 16px;
        height: 16px;
        line-height: 14px;
        text-align: center;
        border-radius: 16px;
        border: 1px solid transparent;
        font-size: 11px;
        margin-right: 8px; }
      .step-scroll-loopBox .step-loopBox .step-loop .step-loop-text {
        font-size: 14px; }
      .step-scroll-loopBox .step-loopBox .step-loop.wtspe-theme-bg .step-loop-num {
        border-color: #fff !important;
        color: #fff !important; }
      .step-scroll-loopBox .step-loopBox .step-loop.wtspe-theme-bg .step-loop-text {
        color: #fff !important; }
.wtsep-floatTitle-content {
  position: relative;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px; }
  .wtsep-floatTitle-content .wtspe-floatTitle-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid transparent; }
@charset "UTF-8";
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/************************************************************ 旧标准逐渐淘汰 ************************************************************  */
/* --------------- 文字 颜色------------ */
/* --------------- 边框 ------------ */
/* --------------- 分割线------------ */
/* --------------- 描边 ------------ */
/* --------------- 倒角 ------------*/
.interviewerTagBar {
  position: relative;
  overflow-y: hidden;
  cursor: text;
  z-index: 2; }

.interviewerBox {
  line-height: 30px;
  max-height: 92px; }

.interviewer-hint-text {
  font-size: 14px;
  line-height: 34px;
  color: #B6B9BF;
  padding-left: 8px; }

.interviewerInput {
  height: 34px;
  padding-left: 5px;
  position: relative;
  float: left;
  width: 160px !important;
  border: none !important;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: transparent; }
  .interviewerInput::placeholder {
    color: #8A8F99; }
  .interviewerInput:hover::placeholder {
    color: #626873; }

.interviewer-clear {
  display: none;
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #B6B9BF;
  line-height: 33px; }
  .interviewer-clear .opt-font_family {
    font-size: 12px;
    color: #B6B9BF; }

.interviewerTagBar:hover .interviewer-clear {
  display: block; }

.InContactsWrap.V10 {
  min-width: 680px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .InContactsWrap.V10 .InContactsWrap-top-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .InContactsWrap.V10 .InContactsWrap-top-row .top-row-item {
      display: none;
      padding-top: 6px;
      min-height: 30px;
      padding-left: 32px; }
      .InContactsWrap.V10 .InContactsWrap-top-row .top-row-item .wtspeicon, .InContactsWrap.V10 .InContactsWrap-top-row .top-row-item .choose-user-box, .InContactsWrap.V10 .InContactsWrap-top-row .top-row-item .choose-time-box {
        line-height: 22px;
        float: left; }
      .InContactsWrap.V10 .InContactsWrap-top-row .top-row-item.choose-user-row {
        padding-top: 0; }
        .InContactsWrap.V10 .InContactsWrap-top-row .top-row-item.choose-user-row .choose-user-box {
          margin-left: 8px;
          width: calc(100% - 50px);
          max-height: 60px;
          overflow: auto;
          padding: 4px 0;
          margin-top: -4px; }
          .InContactsWrap.V10 .InContactsWrap-top-row .top-row-item.choose-user-row .choose-user-box .userItem {
            margin: 0 2px 4px;
            height: 22px;
            line-height: 22px; }
      .InContactsWrap.V10 .InContactsWrap-top-row .top-row-item.choose-time-row .choose-time-box {
        margin-left: 8px; }

.InContactsWrap.V10 .InContactsWrap-left {
  position: relative;
  float: left;
  height: 412px; }

.InContactsWrap.V10 .InContactsWrap-left .afterBlock {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0.45;
  z-index: 10; }

.InContactsWrap.V10 .InContactsWrap-left .navBar {
  height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 56px;
  padding: 0 16px 0 32px;
  font-size: 14px;
  color: #6F6F6F; }
  .InContactsWrap.V10 .InContactsWrap-left .navBar .InContactsWrap-top {
    padding: 0 12px;
    background-color: #F2F2F3;
    position: relative;
    width: 176px;
    height: 32px;
    line-height: 32px;
    float: right;
    margin-top: 12px;
    border-radius: 4px; }
    .InContactsWrap.V10 .InContactsWrap-left .navBar .InContactsWrap-top .wtspeicon-close {
      position: absolute;
      top: 10px;
      right: 30px;
      display: none;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      cursor: pointer;
      font-size: 12px;
      background-color: #c0c4cc; }
    .InContactsWrap.V10 .InContactsWrap-left .navBar .InContactsWrap-top .wtspeicon-search {
      position: absolute;
      top: 10px;
      right: 12px;
      color: #B6B9BF; }
  .InContactsWrap.V10 .InContactsWrap-left .navBar .pop-search-input {
    height: 32px;
    display: block;
    border: none;
    background-color: transparent;
    width: 100%; }

.InContactsWrap.V10 .InContactsWrap-left .navBar .navItem {
  float: left;
  margin-top: 10px;
  margin-right: 64px;
  font-size: 14px;
  line-height: 42px;
  height: 46px;
  overflow: hidden;
  border-bottom: none;
  color: #000000D9;
  font-weight: Bold;
  cursor: pointer;
  position: relative; }
  .InContactsWrap.V10 .InContactsWrap-left .navBar .navItem:last-child {
    margin-right: 0; }

.InContactsWrap.V10 .InContactsWrap-left .navBar .navItem:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 6px;
  bottom: -3px;
  left: 50%;
  margin-left: -12px;
  border-radius: 6px; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList {
  height: 307px;
  width: 100%;
  overflow: auto;
  font-size: 14px;
  color: #282828;
  padding-left: 12px;
  padding-right: 12px; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList .noneData {
  text-align: center;
  margin-top: 60px; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList .groupTitle {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  color: #000000D9;
  line-height: 20px;
  margin-top: 15px;
  padding-left: 20px; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList .groupTitle .wtspe-checkbox {
  margin-right: 6px; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList .searchUserItem {
  white-space: nowrap;
  padding: 16px 20px;
  position: relative;
  cursor: pointer;
  border-radius: 4px; }
  .InContactsWrap.V10 .InContactsWrap-left .searchUserList .searchUserItem.disable-item:hover .contactsInfo-btn {
    display: none; }
  .InContactsWrap.V10 .InContactsWrap-left .searchUserList .searchUserItem.disable-item .wtspe-checkbox .wtspe-checkbox-inner {
    background-color: #a1a1a1; }
  .InContactsWrap.V10 .InContactsWrap-left .searchUserList .searchUserItem.disable-item .disable-item-maxk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: not-allowed; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList .searchUserItem .wtspe-checkbox {
  margin-left: -22px;
  margin-right: 8px; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList .searchUserItem:last-child {
  margin-bottom: 0; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList .searchUserItem .contactsInfo {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px; }

.InContactsWrap.V10 .InContactsWrap-left .contactsInfo-head {
  height: 16px;
  line-height: 16px; }

.InContactsWrap.V10 .InContactsWrap-left .contactsInfo-body {
  margin-top: 4px;
  height: 14px;
  line-height: 14px; }

.InContactsWrap.V10 .InContactsName {
  color: #626873;
  font-size: 14px; }

.InContactsWrap.V10 .InContactsWrap-left .contactsInfo {
  color: #8A8F99;
  font-size: 12px; }

.InContactsWrap.V10 .InContactsWrap-left .contactsInfo .contactsInfo-btn {
  display: none;
  float: right;
  margin-left: 10px;
  padding: 0 8px;
  line-height: 22px;
  font-size: 12px;
  min-width: 54px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  vertical-align: top;
  background-image: none; }

.InContactsWrap.V10 .InContactsWrap-left .searchUserList .searchUserItem:hover .contactsInfo-btn {
  display: block; }

.InContactsWrap.V10 .InContactsWrap-left .contactsInfo .contactsInfo-btn:hover {
  color: #fff !important; }
.InContactsWrap.V10 .InContactsWrap-left .contactsInfo .contactsInfo-btn.wtspe-theme-bg-a1:hover {
  color: #fff !important;}

.InContactsWrap.V10 .InContactsWrap-left .contactsInfo .hr {
  font-size: 11px;
  color: #FAAD14;
  border: 1px solid rgba(250, 173, 20, 0.25);
  display: inline-block;
  background-color: #fff;
  width: 24px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
  border-radius: 4px;
  margin-left: 4px; }

.InContacts-list-foot {
  height: 48px;
  line-height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .InContacts-list-foot .chooseAll {
    float: left;
    margin-left: 32px;
    cursor: pointer; }
  .InContacts-list-foot .addContactBtn {
    float: right;
    margin-right: 32px; }

.userItem {
  color: #626873; }
  .userItem .mainInterviewer {
    display: none;
    font-size: 10px;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: text-bottom;
    margin-left: 3px; }
  .userItem[maininterviewer="false"] .mainInterviewer {
    display: none; }
  .userItem[maininterviewer="true"] .mainInterviewer {
    display: inline-block; }

.InContactsWrap.V10 .InContactsWrap-right {
  float: left;
  height: 412px;
  padding-right: 0; }
  .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-box {
    background-color: #ffffff;
    height: 296px;
    overflow: auto;
    padding-top: 15px;
    margin-top: -15px;
    padding-right: 32px; }
  .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    background-color: #fff;
    margin-top: 5px;
    font-size: 14px;
    margin-left: 15px;
    padding-right: 32px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .showToday {
      position: absolute;
      display: block;
      left: 0;
      top: 8px;
      line-height: 22px;
      padding: 0 6px;
      font-size: 12px;
      color: #626873;
      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .showToday.disabled {
        cursor: not-allowed;
        background-color: rgba(0, 0, 0, 0.03);
        color: #B6B9BF; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .IntCalendar-toolsBar-center {
      display: inline-block; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .IntCalendar-toolsBar-center .IntCalendar-month {
        font-size: 16px;
        color: #1E2126;
        margin: 0 16px;
        font-weight: 600; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .IntCalendar-toolsBar-center .IntCalendar-btn1 {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 3px;
        display: inline-block;
        vertical-align: baseline;
        line-height: 18px;
        text-align: center;
        cursor: pointer; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .IntCalendar-toolsBar-center .IntCalendar-btn1.invalidBtn {
          cursor: no-drop;
          color: #ddd; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .changeView {
      position: absolute;
      display: block;
      right: 32px;
      top: 10px;
      cursor: pointer;
      color: #8A8F99;
      line-height: 20px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .changeView .day {
        border-radius: 4px 0 0 4px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-right-color: transparent;
        padding: 0 6px;
        height: 22px;
        display: inline-block;
        font-size: 12px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .changeView .day.wtspe-theme-bg {
          color: #fff; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .changeView .week {
        border-radius: 0 4px 4px 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-left-color: transparent;
        padding: 0 6px;
        height: 22px;
        display: inline-block;
        font-size: 12px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .changeView .week.wtspe-theme-bg {
          color: #fff; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-toolsBar .IntCalendar-date {
      line-height: 40px;
      font-size: 14px;
      font-weight: 600; }
  .InContactsWrap.V10 .InContactsWrap-right .interviewer-clear-content {
    position: relative; }
    .InContactsWrap.V10 .InContactsWrap-right .interviewer-clear-content .IntCalendar-border-bottom {
      position: absolute;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      bottom: 0;
      width: 50%;
      left: 67px;
      height: 15px;
      background: #fff;
      z-index: 90; }
  .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-searchInput {
    width: 300px;
    height: 30px;
    float: left;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin-left: 30px;
    margin-top: 14px;
    border-radius: 5px;
    padding: 0 8px;
    color: #9d9d9d; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-searchInput input {
      border: none;
      height: 28px;
      width: 260px;
      background-color: #fff; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-searchInput .wtspeicon {
      float: right;
      font-size: 16px;
      height: 28px;
      line-height: 28px; }
  .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools {
    float: right;
    height: 40px;
    margin-right: 50px;
    line-height: 40px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools .IntCalendar-btn1 {
      width: 26px;
      height: 26px;
      background-color: #fff;
      display: inline-block;
      vertical-align: baseline;
      line-height: 24px;
      text-align: center;
      cursor: pointer;
      font-size: 10px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools .IntCalendar-btn1.invalidBtn {
        cursor: no-drop;
        color: #ddd; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools .IntCalendar-showMode {
      display: inline-block;
      height: 26px;
      width: 62px;
      border: 1px solid #dddddd;
      border-radius: 3px;
      font-size: 0;
      line-height: 26px;
      vertical-align: baseline;
      margin-left: 10px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools .IntCalendar-dateBtn, .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools .IntCalendar-weekBtn {
      width: 30px;
      display: inline-block;
      text-align: center;
      line-height: 24px;
      font-size: 12px;
      border-radius: 3px;
      cursor: pointer; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools .IntCalendar-dateBtn.active, .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools .IntCalendar-weekBtn.active {
        background-color: #fff; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-rightTools .IntCalendar-weekBtn {
      border-left: 1px solid #dddddd; }
  .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit {
    position: relative; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList {
      position: absolute;
      min-width: 352px;
      margin-left: 0;
      height: 30px;
      margin-top: 0; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList .userItem {
        background: #F2F2F3;
        height: 22px;
        line-height: 22px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList .userItem .wtspeicon-close {
          display: none; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList-wrap {
      width: calc(100% - 60px);
      overflow: hidden;
      position: relative;
      height: 32px;
      float: left; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList-box {
      margin-left: 63px;
      height: 22px;
      margin-top: 10px;
      width: calc(100% - 95px); }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList-box .move-interviewerList-btn {
        width: 22px;
        height: 22px;
        line-height: 22px;
        color: #8A8F99;
        float: left;
        top: 0;
        display: none;
        background: #F2F2F3;
        border-radius: 4px;
        margin-top: 4px;
        text-align: center;
        cursor: pointer; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList-box .move-interviewerList-btn.notMove {
          cursor: not-allowed; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList-box .left-btn {
        left: 0;
        margin-right: 5px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .interviewerList-box .right-btn {
        right: 0;
        margin-left: 5px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-interviewerBox {
      height: 26px;
      line-height: 26px;
      font-size: 14px;
      color: #626873;
      display: flex; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-interviewerBox .IntCalendar-interviewerList {
        flex: 1;
        margin-left: 16px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-interviewerBox .IntCalendar-interviewerList .IntCalendar-interviewerItem {
          float: left;
          height: 26px;
          min-width: 50px;
          text-align: center;
          padding: 0 10px;
          max-width: 90px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          background-color: #F7F7F8;
          color: #757575;
          margin-right: 8px;
          cursor: pointer;
          font-size: 12px; }
          .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-interviewerBox .IntCalendar-interviewerList .IntCalendar-interviewerItem.active {
            background-color: #f3888b;
            color: #fff; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendarHeader-wrapper {
      margin-top: 15px;
      margin-left: 67px;
      height: 30px;
      border-left: 1px solid rgba(0, 0, 0, 0.05);
      background-color: #fff;
      position: relative;
      z-index: 20; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendarHeader-box {
      position: relative;
      font-size: 0;
      height: 30px;
      white-space: nowrap;
      color: #1E2126; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendarHeader-box .IntCalendarHeader {
        text-align: center;
        height: 30px;
        display: inline-block;
        width: 14.28%;
        font-size: 12px;
        vertical-align: top;
        line-height: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendarHeader-box .IntCalendarHeader .IntCalendarHeader-day {
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding: 0 5px; }
          .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendarHeader-box .IntCalendarHeader .IntCalendarHeader-day .days {
            color: #8A8F99; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-timePoint {
      position: relative;
      left: 0;
      margin-top: -24px;
      padding-left: 24px;
      float: left; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-timePoint .IntCalendar-dayHeader {
        margin-bottom: 32px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-timePoint .IntCalendar-timeHour {
        height: 48px;
        line-height: 48px;
        color: #8A8F99;
        font-size: 12px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-timePoint .IntCalendar-timeHour:last-child {
          height: 38px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-time {
      margin-left: 67px;
      font-size: 0;
      white-space: nowrap;
      overflow: hidden;
      border-left: 1px solid rgba(0, 0, 0, 0.05);
      height: 1152px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-time .IntCalendar-timeBox {
        overflow-x: auto;
        overflow-y: hidden; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-time .IntCalendar-timeWrapper {
        position: relative; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-time .IntCalendar-item {
        display: inline-block;
        width: 14.28%;
        font-size: 12px;
        vertical-align: top; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-time .IntCalendar-item.today {
          position: relative; }
          .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-time .IntCalendar-item.today .IntCalendar-dayHeader:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            right: 0;
            top: 0;
            position: absolute;
            border: 6px solid #00C0D2;
            border-bottom-color: transparent !important;
            border-left-color: transparent !important; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-dayHeader {
      height: 50px;
      line-height: 48px;
      text-align: center; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-dayHeader .wtspe-checkbox {
        margin-right: 5px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell {
      border-bottom-color: rgba(0, 0, 0, 0.05);
      height: 24px;
      position: relative;
      box-sizing: border-box; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell .thingColorDiv {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        border-radius: 4px;
        line-height: 26px;
        padding-left: 5px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell .colorDiv {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #e8e7e7;
        border-radius: 4px;
        padding-left: 5px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell[overdue='true'] .thingColorDiv {
        background: #e8e7e7; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.halfhour {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.selected {
        background-color: #6fbba5; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.selected.active, .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.selected.temp-selected {
          background-color: blue; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.selected.overdue {
          background-color: rgba(0, 0, 0, 0.05) !important; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.arranged {
        position: relative; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.arranged .overdue {
          z-index: 2;
          position: absolute;
          width: 100%; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.arranged .hourFull {
          background-color: #fafafa !important;
          border-color: #c0c0c0 !important;
          color: #9d9d9d;
          z-index: 1; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.arranged .colorDiv {
          z-index: 3;
          background-color: #e8e7e7;
          position: absolute;
          width: 100%;
          cursor: pointer;
          border-radius: 4px;
          line-height: 26px;
          padding-left: 5px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell.disable {
        background-color: #e8e7e7 !important; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-cell .choose-time {
        position: absolute;
        left: 0;
        top: 0;
        height: 24px;
        line-height: 24px;
        border-radius: 4px;
        font-size: 12px;
        color: #fff;
        padding-left: 8px;
        z-index: 10; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .select-box-dashed {
      position: fixed;
      display: none;
      width: 0px;
      height: 0px;
      padding: 0px;
      margin: 0px;
      filter: alpha(opacity=50);
      font-size: 0px;
      z-index: 99999; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .select-mask {
      position: absolute;
      display: none;
      width: 0px;
      height: 0px;
      padding: 0px;
      margin: 0px;
      filter: alpha(opacity=50);
      font-size: 0px;
      z-index: 99999; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-spaceHeader {
      height: 50px;
      position: relative;
      padding-left: 70px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-spaceBody {
      position: relative;
      padding-left: 70px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-day {
      position: relative;
      padding-bottom: 40px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-day .IntCalendar-dayHeader {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-right: none; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-week {
      height: 264px;
      overflow: auto;
      padding-top: 15px;
      padding-right: 32px;
      margin-top: -15px;
      position: initial; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-week .IntCalendar-dayHeader {
        background-color: #ffffff;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-unit-foot {
      height: 34px;
      line-height: 22px;
      text-align: center; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-unit-foot .viewRoster {
        display: inline-block; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .IntCalendar-unit-foot .viewRoster .wtspeiconLater {
          margin-right: 8px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .hourFull {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      border-left: 3px solid;
      z-index: 10;
      background-color: #fff; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .hourFull .hourFull-text, .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .hourFull .hourFull-span {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -12px;
        height: 24px;
        line-height: 24px;
        text-align: center; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .hourFull .hourFull-span {
        text-align: left;
        padding-left: 5px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .hourFull .hourFull-span span {
          display: inline-block;
          padding: 0 10px;
          margin: 0 5px;
          color: #fff;
          border-radius: 5px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .hourFull .hourFull-span .wtspeicon {
          font-size: 16px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendarHeader-wrapper {
      overflow: hidden; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-week {
      padding-right: 32px;
      height: 296px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-item {
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-item:last-child {
        border-right: none; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell {
      border-bottom-color: transparent; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell .thingItem, .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell .overdue {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell .thingColorDiv, .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell .colorDiv {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        border-radius: 4px;
        line-height: 26px;
        padding-left: 12px;
        font-size: 12px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell .colorDiv {
        background-color: #e8e7e7; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell.overdue .thingColorDiv {
        background-color: #e8e7e7; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell.disable {
        background-color: #e8e7e7 !important; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendar-cell .choose-time {
        position: absolute;
        left: 0;
        top: 0;
        height: 24px;
        line-height: 24px;
        border-radius: 4px;
        font-size: 12px;
        color: #fff;
        padding-left: 8px;
        z-index: 10; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendarHeader-box {
      display: block;
      position: relative; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendarHeader-box .IntCalendarHeader {
        min-width: auto;
        border-right: 1px solid rgba(0, 0, 0, 0.05); }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendarHeader-box .IntCalendarHeader:last-child {
          border-right: none; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .IntCalendarHeader-box .IntCalendarHeader .IntCalendarHeader-day {
          padding: 0 8px; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-unit .viewDay .interviewerList-box {
      display: none; }
  .InContactsWrap.V10 .InContactsWrap-right .interview-blank {
    text-align: center;
    margin-top: 150px; }
    .InContactsWrap.V10 .InContactsWrap-right .interview-blank .interview-blank-img {
      display: inline-block;
      background-size: cover;
      height: 180px;
      width: 196px;
      margin-bottom: 30px; }
    .InContactsWrap.V10 .InContactsWrap-right .interview-blank p {
      font-size: 14px;
      color: #8A8F99; }
  .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 20px;
    padding: 5px 0;
    color: #888; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom .btn {
      /*display: none;*/
      font-size: 12px;
      border-radius: 5px;
      width: 100px;
      height: 30px;
      line-height: 30px;
      margin: 0 12px;
      border: 1px solid #dddddd;
      padding: 0; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom .btn.confirmBtn {
        color: #fff;
        background-color: #00C0D2;
        border-color: #00C0D2; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom .btn.confirmBtn:hover, .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom .btn.confirmBtn:focus {
          color: #fff; }
    .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom .tagging {
      position: absolute;
      top: 0;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      left: 50%;
      margin-left: 380px; }
      .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom .tagging span {
        margin-left: 30px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom .tagging span:before {
          content: "";
          background-color: #c7c7c7;
          display: inline-block;
          vertical-align: baseline;
          width: 5px;
          height: 8px;
          margin-right: 8px; }
        .InContactsWrap.V10 .InContactsWrap-right .IntCalendar-bottom .tagging span.tagging1:before {
          background-color: #00C0D2; }

.wtpse-setTime-box .setTime-tit {
  height: 60px;
  background-color: #ffffff; }
  .wtpse-setTime-box .setTime-tit h1 {
    float: left;
    font-size: 14px;
    margin: 20px 0 0 20px;
    border-left: 3px solid #00C0D2;
    padding-left: 10px;
    font-weight: bold; }
    .wtpse-setTime-box .setTime-tit h1 span {
      font-size: 12px;
      color: #444444;
      font-weight: normal; }
  .wtpse-setTime-box .setTime-tit p {
    float: right;
    color: #FF0000;
    margin: 20px 20px 0 0;
    display: none; }

.IntCalendar-popoverWin {
  width: 320px;
  padding: 12px 16px;
  position: relative; }
  .IntCalendar-popoverWin .IntCalendar-popoverWin-header {
    line-height: 20px;
    font-size: 14px;
    color: #1E2126;
    margin: 0; }
  .IntCalendar-popoverWin .fr {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 0 8px 0 8px;
    font-size: 11px; }
    .IntCalendar-popoverWin .fr.rebBg {
      background-color: rgba(249, 58, 58, 0.1); }
    .IntCalendar-popoverWin .fr.reColor {
      color: #F93A3A !important; }
  .IntCalendar-popoverWin .IntCalendar-popoverWin-body {
    max-height: 150px;
    overflow: auto; }
  .IntCalendar-popoverWin .popoverItemBox {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    padding-top: 10px; }
    .IntCalendar-popoverWin .popoverItemBox .popoverItem {
      margin-top: 8px;
      line-height: 20px;
      font-size: 14px;
      color: #626873; }
    .IntCalendar-popoverWin .popoverItemBox:last-child {
      border-bottom: none;
      padding-bottom: 10px; }

.userItem {
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 26px;
  vertical-align: baseline;
  background-color: #f2f2f3;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 16px;
  margin: 4px 2px;
  position: relative;
  color: #626873 !important;
  z-index: 2;
  cursor: context-menu; }

.userItem.time-conflict {
  background-color: rgba(249, 58, 58, 0.1) !important;
  color: #f93a3a !important; }
  .userItem.time-conflict:hover {
    background-color: rgba(249, 58, 58, 0.1) !important;
    color: #f93a3a !important; }

.userItem .wtspeicon-close {
  display: none;
  position: absolute;
  height: 22px;
  line-height: 28px;
  right: 3px;
  top: 0; }

.userItem:hover .wtspeicon-close {
  margin-left: 5px;
  display: inline; }

.userItemMore {
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 26px;
  vertical-align: baseline;
  background-color: #E8E8E8;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 4px;
  margin: 4px 2px;
  position: relative;
  z-index: 2;
  cursor: context-menu; }

.InCalendar_Scorll {
  position: absolute !important;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
  margin-left: 67px; }

.Do_Scorll {
  position: absolute;
  top: 2px;
  left: 0;
  height: 6px;
  border-radius: 10px;
  background: #d6d6d6; }

.Do_Scorll:hover {
  top: 0;
  height: 10px;
  background: #c1c1c1; }

.wtspe-interviewerContacts-header-border {
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border: 1px solid transparent;
  z-index: 1; }
  .wtspe-interviewerContacts-header-border.onfocus {
    border-color: rgba(0, 0, 0, 0.15); }

/*加载动画*/
.searchUserList .add-load-row {
  text-align: center;
  color: #8A8F99;
  line-height: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px; }

.searchUserList .add-load-row .wtspeicon {
  margin-right: 4px; }

.interviewer .wtspe-modal-wrap .wtspe-modal-foot {
  margin-top: 0; }

.interview-null-hint-border .wtspe-interviewerContacts-header-border {
  border-color: #F93A3A !important; }

.candidatePlaceBox .wtspe-select-theme-form .wtspe-select-header-content-wrapper,
.choosePlaceBox .wtspe-select-theme-form .wtspe-select-header-content-wrapper {
  display: block; }

.InContacts-AddUserWin {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 502; }

.InContacts-AddUserWin .addUser {
  background-color: #fff;
  padding: 15px 30px;
  width: 1030px;
  position: absolute;
  left: 50%;
  top: 66px;
  margin-left: -528px; }

.InContacts-AddUserWin .addUser .addUserCon {
  max-height: 280px; }

.InContacts-AddUserWin .addUser .addUserTitleRow {
  height: 36px;
  line-height: 36px;
  color: #282828;
  font-size: 0; }

.InContacts-AddUserWin .addUser .addUserTitle {
  width: 256px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top; }

.InContacts-AddUserWin .addUser .addUserTitle .wtspe-select-theme-form .wtspe-select-wd-header-wrapper {
  height: 34px;
  line-height: 34px; }

.InContacts-AddUserWin .addUser .addUserTitle .mustHadValue {
  font-size: 12px;
  margin-top: -2px; }

.InContacts-AddUserWin .addUser .addUserTitle:last-child {
  width: 170px; }

.InContacts-AddUserWin .addUser .addUserItemRow input {
  width: 230px;
  height: 34px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #DDDDDD;
  padding-left: 10px;
  color: #282828; }

.InContacts-AddUserWin .addUser .addUserTitle .wtspe-select-wrap {
  width: 176px !important; }

.InContacts-AddUserWin.hadJobNum .addUser .addUserTitle {
  width: 200px; }

.InContacts-AddUserWin.hadJobNum .addUser .addUserTitle .wtspe-select-wrap {
  width: 168px !important; }

.InContacts-AddUserWin.hadJobNum .addUser .addUserTitle:last-child {
  width: 150px; }

.InContacts-AddUserWin.hadJobNum .addUser .addUserItemRow input {
  max-width: 100%;
  width: 174px; }

.InContacts-AddUserWin .addUser .addUserItemBox {
  /*max-height:180px;*/
  padding: 1px 0; }

.InContacts-AddUserWin .addUser .addUserItemRow {
  margin-bottom: 16px;
  height: 34px;
  font-size: 0px; }

.InContacts-AddUserWin .addUser .addUserItemRow:last-child {
  margin-bottom: 0; }

.InContacts-AddUserWin .addUser .addUserItemRow i.wtspeicon {
  position: absolute;
  right: -32px;
  top: 9px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: baseline;
  width: 16px;
  height: 16px;
  background-color: #CCCCCC;
  border-radius: 20px;
  margin-left: 10px;
  text-align: center;
  line-height: 16px;
  cursor: pointer; }

.InContacts-AddUserWin .addUser .addRow {
  margin-top: 30px;
  line-height: 20px; }

.InContacts-AddUserWin .addUser .addRow .addRowBtn {
  cursor: pointer; }

.InContacts-AddUserWin .addUser .addUserBtn {
  text-align: center;
  height: 80px;
  line-height: 80px; }

.InContacts-AddUserWin .addUser .addUserBtn .wtspe-button {
  width: 86px;
  margin: 15px; }

.InContacts-AddUserWin .wtspe-wtspePagination-box .wtspe-wtspePagination-pageSize .bootstrap-select.btn-group .dropdown-menu.open {
  max-height: 200px !important; }

.InContacts-AddUserWin .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 1000px !important; }

.InContacts-AddUserWin .mustHadValue {
  position: absolute;
  top: 34px;
  left: 0;
  font-size: 12px; }

.wtspe-sortpagelist .orderItem{
  border-radius: 4px;
  padding: 0 4px;
}
.wtspe-sortpagelist .orderItem-name{
  width: calc(100% - 60px);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  float: left;
}
.wtspe-sortpagelist .orderItem:hover .sort{
  opacity: 1;
}
.wtspe-sortpagelist .sort {
  color: rgba(0,0,0,0.45);
  opacity: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.wtspe-sortpagelist .sort.wtspe-theme-word {
  opacity: 1;
}
.wtspe-sortpagelist .sort:hover{
  background: rgba(0,0,0,0.06);
}