@charset "UTF-8";
/* line 40, ../sass/const.scss */
.iTalent-header::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

/* line 46, ../sass/const.scss */
.iTalent-header::-webkit-scrollbar-thumb {
  background-color: rgba(150, 150, 150, 0.5);
  border-radius: 5px;
}

/* line 51, ../sass/const.scss */
.iTalent-header::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

/* line 58, ../sass/const.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@-webkit-keyframes $AniName {
  from {
    -webkit-transform: rotateZ(45deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
  }
}
@-moz-keyframes $AniName {
  from {
    -moz-transform: rotateZ(45deg);
  }
  to {
    -moz-transform: rotateZ(0deg);
  }
}
@-ms-keyframes $AniName {
  from {
    -ms-transform: rotateZ(45deg);
  }
  to {
    -ms-transform: rotateZ(0deg);
  }
}
@-o-keyframes $AniName {
  from {
    -o-transform: rotateZ(45deg);
  }
  to {
    -o-transform: rotateZ(0deg);
  }
}
@keyframes $AniName {
  from {
    transform: rotateZ(45deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes $AniName {
  from {
    -webkit-transform: rotateZ(-45deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
  }
}
@-moz-keyframes $AniName {
  from {
    -moz-transform: rotateZ(-45deg);
  }
  to {
    -moz-transform: rotateZ(0deg);
  }
}
@-ms-keyframes $AniName {
  from {
    -ms-transform: rotateZ(-45deg);
  }
  to {
    -ms-transform: rotateZ(0deg);
  }
}
@-o-keyframes $AniName {
  from {
    -o-transform: rotateZ(-45deg);
  }
  to {
    -o-transform: rotateZ(0deg);
  }
}
@keyframes $AniName {
  from {
    transform: rotateZ(-45deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes popShow {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-ms-keyframes popShow {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes popShow {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-o-keyframes popShow {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes popShow {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes popHide {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0);
  }
}
@-ms-keyframes popHide {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0);
  }
}
@-moz-keyframes popHide {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0);
  }
}
@-o-keyframes popHide {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0);
  }
}
@keyframes popHide {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0);
  }
}
@-webkit-keyframes $AniName {
  from {
    -webkit-transform: scale(2);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes $AniName {
  from {
    -moz-transform: scale(2);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes $AniName {
  from {
    -ms-transform: scale(2);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-o-keyframes $AniName {
  from {
    -o-transform: scale(2);
  }
  to {
    -o-transform: scale(1);
  }
}
@keyframes $AniName {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes fontScale {
  from {
    -webkit-transform: scale(1);
    color: #36434D;
  }
  to {
    -webkit-transform: scale(1.5);
    color: transparent;
  }
}
@-moz-keyframes fontScale {
  from {
    -moz-transform: scale(1);
    color: #36434D;
  }
  to {
    -moz-transform: scale(1.5);
    color: transparent;
  }
}
@-ms-keyframes fontScale {
  from {
    -ms-transform: scale(1);
    color: #36434D;
  }
  to {
    -ms-transform: scale(1.5);
    color: transparent;
  }
}
@-o-keyframes fontScale {
  from {
    -o-transform: scale(1);
    color: #36434D;
  }
  to {
    -o-transform: scale(1.5);
    color: transparent;
  }
}
@keyframes fontScale {
  from {
    transform: scale(1);
    color: #36434D;
  }
  to {
    transform: scale(1.5);
    color: transparent;
  }
}
/* line 1, ../sass/reset.scss */
body,
div,
span,
ul,
li,
a {
  margin: 0;
  padding: 0;
}

/* line 11, ../sass/reset.scss */
a {
  text-decoration: none;
}

/* line 15, ../sass/reset.scss */
ul,
li {
  list-style: none;
}

/* line 20, ../sass/reset.scss */
.header-icon-at-me {
  background: #9dd0eb !important;
}

/* line 24, ../sass/reset.scss */
.header-icon-at-department {
  background: #f1cd70 !important;
}

/* line 28, ../sass/reset.scss */
.header-icon-at-notice {
  background: #faa985 !important;
}

/* line 32, ../sass/reset.scss */
.header-icon-at-project {
  background: #8bc2df !important;
}

/* line 36, ../sass/reset.scss */
.header-icon-at-team {
  background: #8bc1eb !important;
}

/* line 40, ../sass/reset.scss */
.header-icon-reply {
  background: #9ec76f !important;
}

/* line 44, ../sass/reset.scss */
.header-icon-work-notice {
  background: #86cfbe !important;
}

/* line 48, ../sass/reset.scss */
.header-icon-team-notice {
  background: #8abfe3 !important;
}

/* line 52, ../sass/reset.scss */
.header-icon-recruit {
  background: #87cdbf !important;
}

/* line 56, ../sass/reset.scss */
.header-icon-fans {
  background: #aab0e8 !important;
}

/* line 60, ../sass/reset.scss */
.header-icon-in-reward {
  background: #f06164 !important;
}

/* line 64, ../sass/reset.scss */
.header-icon-ex-reward {
  background: #fdbf2c !important;
}

/* line 68, ../sass/reset.scss */
.header-icon-blessing {
  background: #f79c6f !important;
}

@font-face {
  font-family: "header";
  src: url("../../../../images/components/italent-header/fonts/v7/header.ttf?kbv50e") format("truetype"), url("../../../../images/components/italent-header/fonts/v7/header.woff?kbv50e") format("woff"), url("../../../../images/components/italent-header/fonts/v7/header.svg?kbv50e#header") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13, ../sass/icon-style.scss */
[class^="header-icon-"], [class*=" header-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'header' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../sass/icon-style.scss */
.header-icon-lang_en_US:before {
  content: "\e900";
}

/* line 31, ../sass/icon-style.scss */
.header-icon-lang_zh_TW:before {
  content: "\e901";
}

/* line 34, ../sass/icon-style.scss */
.header-icon-lang_zh_CN:before {
  content: "\e902";
}

/* line 37, ../sass/icon-style.scss */
.header-icon-appstore:before {
  content: "\e903";
}

/* line 40, ../sass/icon-style.scss */
.header-icon-xiaoxi:before {
  content: "\e904";
}

/* line 43, ../sass/icon-style.scss */
.header-icon-work-notice:before {
  content: "\e905";
}

/* line 46, ../sass/icon-style.scss */
.header-icon-titaim:before {
  content: "\e906";
}

/* line 49, ../sass/icon-style.scss */
.header-icon-team-notice:before {
  content: "\e907";
}

/* line 52, ../sass/icon-style.scss */
.header-icon-sousuo:before {
  content: "\e908";
}

/* line 55, ../sass/icon-style.scss */
.header-icon-shezhi:before {
  content: "\e909";
}

/* line 58, ../sass/icon-style.scss */
.header-icon-reply:before {
  content: "\e90a";
}

/* line 61, ../sass/icon-style.scss */
.header-icon-recruit:before {
  content: "\e90b";
}

/* line 64, ../sass/icon-style.scss */
.header-icon-in-reward:before {
  content: "\e90c";
}

/* line 67, ../sass/icon-style.scss */
.header-icon-IM-xiangmu:before {
  content: "\e90d";
}

/* line 70, ../sass/icon-style.scss */
.header-icon-IM-tianjia:before {
  content: "\e90e";
}

/* line 73, ../sass/icon-style.scss */
.header-icon-IM-renwu:before {
  content: "\e90f";
}

/* line 76, ../sass/icon-style.scss */
.header-icon-IM-qunzu:before {
  content: "\e910";
}

/* line 79, ../sass/icon-style.scss */
.header-icon-IM-bianji:before {
  content: "\e911";
}

/* line 82, ../sass/icon-style.scss */
.header-icon-huanfu:before {
  content: "\e912";
}

/* line 85, ../sass/icon-style.scss */
.header-icon-fans:before {
  content: "\e913";
}

/* line 88, ../sass/icon-style.scss */
.header-icon-ex-reward:before {
  content: "\e914";
}

/* line 91, ../sass/icon-style.scss */
.header-icon-daiban:before {
  content: "\e915";
}

/* line 94, ../sass/icon-style.scss */
.header-icon-chanpin:before {
  content: "\e916";
}

/* line 97, ../sass/icon-style.scss */
.header-icon-at-team:before {
  content: "\e917";
}

/* line 100, ../sass/icon-style.scss */
.header-icon-at-project:before {
  content: "\e918";
}

/* line 103, ../sass/icon-style.scss */
.header-icon-at-notice:before {
  content: "\e919";
}

/* line 106, ../sass/icon-style.scss */
.header-icon-at-me:before {
  content: "\e91a";
}

/* line 109, ../sass/icon-style.scss */
.header-icon-at-department:before {
  content: "\e91b";
}

/* line 112, ../sass/icon-style.scss */
.header-icon-upgrade:before {
  content: "\e91c";
}

/* line 115, ../sass/icon-style.scss */
.header-icon-blessing:before {
  content: "\e91d";
}

/* line 3, ../sass/header.scss */
.iTalent-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 980px;
  z-index: 1200;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #F0F2F5;
  font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
  /***************webIM 开始********************/
}
/* line 14, ../sass/header.scss */
.iTalent-header .header-out-wrapper {
  height: inherit;
}
/* line 18, ../sass/header.scss */
.iTalent-header .header-left {
  float: left;
  width: 450px;
  height: 100%;
}
/* line 24, ../sass/header.scss */
.iTalent-header .header-right {
  float: right;
  height: 100%;
}
/* line 30, ../sass/header.scss */
.iTalent-header .header-right .btns-group {
  display: block;
  float: right;
}
/* line 35, ../sass/header.scss */
.iTalent-header .header-right .header-webim-region {
  float: right;
  height: inherit;
}
/* line 41, ../sass/header.scss */
.iTalent-header .search-icon-box {
  width: 100%;
  height: 100%;
}
/* line 46, ../sass/header.scss */
.iTalent-header .opr-btns {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 2px !important;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 55, ../sass/header.scss */
.iTalent-header .opr-btns .btn-tips {
  display: none;
  position: absolute;
  white-space: nowrap;
  padding: 0 10px;
  height: 30px;
  background: #3e4e59;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  border-radius: 2px;
  z-index: 1200;
  left: 50%;
  transform: translateX(-50%);
}
/* line 70, ../sass/header.scss */
.iTalent-header .opr-btns .btn-tips .entry-trangle-top {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3e4e59;
}
/* line 83, ../sass/header.scss */
.iTalent-header .opr-btns:hover {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 86, ../sass/header.scss */
.iTalent-header .opr-btns:hover .common-link {
  color: #004170;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 91, ../sass/header.scss */
.iTalent-header .opr-btns:hover .btn-tips {
  display: block;
}
/* line 96, ../sass/header.scss */
.iTalent-header .opr-btns:hover .opr-btns-select .btn-tips {
  display: none;
}
/* line 103, ../sass/header.scss */
.iTalent-header .common-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #66757F;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-align: center;
  line-height: 40px !important;
}
/* line 114, ../sass/header.scss */
.iTalent-header .new-message {
  position: absolute;
  display: block;
  min-width: 8px;
  max-width: 22px;
  padding: 0 5px;
  border-radius: 18px;
  background: #fe5042;
  top: 2px;
  right: 0px;
  line-height: 14px;
  color: #fff;
  font: 12px/18px arial;
  -webkit-animation: newMessageCome 1s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -moz-animation: newMessageCome 1s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -ms-animation: newMessageCome 1s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -o-animation: newMessageCome 1s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  animation: newMessageCome 1s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
}
/* line 131, ../sass/header.scss */
.iTalent-header .opr-btns-select {
  background-color: #F5F8FA;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 135, ../sass/header.scss */
.iTalent-header .opr-btns-select .common-link {
  color: #004170;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 141, ../sass/header.scss */
.iTalent-header .opr-btns-select:hover .tips {
  display: none;
}
/* line 147, ../sass/header.scss */
.iTalent-header .list-wrapper {
  width: 340px;
  height: auto;
  max-height: 612px;
  background-color: #fff;
  position: absolute;
  z-index: 1200;
  top: 43px;
  right: 10px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  overflow: hidden\9;
  border: 1px solid #E4EBF0;
  display: none\9;
  /**IE8\9\10**/
}
/* line 183, ../sass/header.scss */
.iTalent-header .list-wrapper .title {
  height: 34px;
  background-color: #005999;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
}
/* line 192, ../sass/header.scss */
.iTalent-header .list-wrapper .view-all {
  height: 36px;
}
/* line 195, ../sass/header.scss */
.iTalent-header .list-wrapper .view-all a {
  display: block;
  float: right;
  line-height: 36px;
  font-size: 12px;
  margin-right: 15px;
  color: #005999;
}
/* line 206, ../sass/header.scss */
.iTalent-header .content-visible {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 211, ../sass/header.scss */
.iTalent-header .list-wrapper.list-open {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.3s linear 0.4s;
  -moz-transition: box-shadow 0.3s linear 0.4s;
  -ms-transition: box-shadow 0.3s linear 0.4s;
  -o-transition: box-shadow 0.3s linear 0.4s;
  transition: box-shadow 0.3s linear 0.4s;
  -webkit-animation: popShow 0.15s linear forwards;
  -moz-animation: popShow 0.15s linear forwards;
  -ms-animation: popShow 0.15s linear forwards;
  -o-animation: popShow 0.15s linear forwards;
  animation: popShow 0.15s linear forwards;
  border: 0 !important;
  display: block\9;
  /**IE8\9\10**/
}
/* line 216, ../sass/header.scss */
.iTalent-header .list-wrapper.list-open .content-visible {
  filter: alpha(opacity=1000);
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 225, ../sass/header.scss */
.iTalent-header .list-wrapper.list-close {
  display: none\9;
  /**IE8\9\10**/
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation: popHide 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -moz-animation: popHide 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -ms-animation: popHide 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -o-animation: popHide 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation: popHide 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
/* line 234, ../sass/header.scss */
.iTalent-header .header-webim {
  height: inherit;
  border-left: 1px solid #e4ebf0;
  color: #4ab1b1;
  text-align: center;
  width: 50px;
  cursor: pointer;
  line-height: 40px;
}
/* line 243, ../sass/header.scss */
.iTalent-header .header-webim .ico-webim {
  width: 100%;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
}
/* line 249, ../sass/header.scss */
.iTalent-header .header-webim .ico-webim:hover {
  background-color: #f5f8fa;
}
/* line 254, ../sass/header.scss */
.iTalent-header .header-webim .disabled {
  color: #acb7bf;
  cursor: default;
}
/* line 258, ../sass/header.scss */
.iTalent-header .header-webim .disabled:hover {
  background-color: transparent;
}
/* line 263, ../sass/header.scss */
.iTalent-header .header-webim .active {
  background-color: #53c6c6;
  color: #fff;
}
/* line 267, ../sass/header.scss */
.iTalent-header .header-webim .active:hover {
  background-color: #4ab1b1;
}
/* line 272, ../sass/header.scss */
.iTalent-header .header-webim .hide {
  display: none;
}
/* line 277, ../sass/header.scss */
.iTalent-header .new-icon {
  position: absolute;
  left: 24px;
  top: 1px;
  width: 30px;
  height: 13px;
  background-image: url(../../../images/components/italent-header/new2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 288, ../sass/header.scss */
.iTalent-header .list-wrapper-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1199;
  top: 44px;
  left: 0;
  display: none;
}
/* line 297, ../sass/header.scss */
.iTalent-header .mask-open {
  display: block;
}
/* line 300, ../sass/header.scss */
.iTalent-header .mask-close {
  display: none;
}
/* line 305, ../sass/header.scss */
.iTalent-header .UserCommunity-region .btn-tips {
  top: 40px;
}
/* line 308, ../sass/header.scss */
.iTalent-header .UserCommunity-region .userCommunity-icon-box .header-icon-userCommunity {
  position: relative;
  width: 40px;
  height: 40px;
  background: no-repeat center/18px url("../../../../images/components/italent-header/user-community.svg");
}
/* line 313, ../sass/header.scss */
.iTalent-header .UserCommunity-region .userCommunity-icon-box .header-icon-userCommunity:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  background: no-repeat center/18px url("../../../../images/components/italent-header/user-community-hover.svg");
}
/* line 324, ../sass/header.scss */
.iTalent-header .UserCommunity-region .userCommunity-icon-box .header-icon-userCommunity:hover:before {
  opacity: 1;
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  20% {
    -webkit-transform: scaleY(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* line 38, ../sass/loading.scss */
.iTalent-header .spinner {
  margin: 15px auto;
  width: 52px;
  height: 30px;
  font-size: 10px;
  display: none\9;
}

/* line 45, ../sass/loading.scss */
.iTalent-header .spinner .rect1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 49, ../sass/loading.scss */
.iTalent-header .spinner .rect2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 53, ../sass/loading.scss */
.iTalent-header .spinner .rect3 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 57, ../sass/loading.scss */
.iTalent-header .spinner .rect4 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 62, ../sass/loading.scss */
.iTalent-header .spinner div {
  background-color: #1d6ebb;
  height: 100%;
  width: 5px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation: stretchdelay 1.0s infinite ease-in-out;
  animation: stretchdelay 1.0s infinite ease-in-out;
}

/* line 73, ../sass/loading.scss */
.iTalent-header .text-loading {
  font-family: verdana, "Microsoft YaHei", "SimHei", "SimSun";
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  color: #509fe5;
  display: none;
  display: block\9;
}

/* line 2, ../sass/icon-view-style/search.scss */
.search-icon-box .list-wrapper-open {
  width: 340px;
  height: 70px;
  max-height: 70px;
}
/* line 7, ../sass/icon-view-style/search.scss */
.search-icon-box .form-input {
  height: 27px;
  width: 310px;
  margin: 20px 15px;
  border-bottom: 1px solid #E4EBF0;
  position: relative;
}
/* line 13, ../sass/icon-view-style/search.scss */
.search-icon-box .form-input:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 26px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  -webkit-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s;
  -moz-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s;
  -ms-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s;
  -o-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.15s;
}
/* line 24, ../sass/icon-view-style/search.scss */
.search-icon-box .form-input input {
  display: block;
  width: 100%;
  height: 20px;
  margin: auto;
  line-height: 20px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #36434D;
  font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
}
/* line 38, ../sass/icon-view-style/search.scss */
.search-icon-box .form-input-active:after {
  width: 100%;
  left: 0;
  -webkit-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
  -moz-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
  -ms-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
  -o-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

/* line 2, ../sass/icon-view-style/skin.scss */
.skin-icon-box .color-title {
  font-size: 12px;
  color: #36434D;
  margin: 15px;
}
/* line 7, ../sass/icon-view-style/skin.scss */
.skin-icon-box .color-range {
  display: block;
  width: 310px;
  margin: 20px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 3px !important;
  border: none;
  outline: none;
}
/* line 21, ../sass/icon-view-style/skin.scss */
.skin-icon-box input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 20px;
  background: #ddd;
  border: none;
  border-radius: 3px;
  background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
  background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
  background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
  background: linear-gradient(to rightright, red, orange, yellow, green, blue, indigo, violet);
}
/* line 33, ../sass/icon-view-style/skin.scss */
.skin-icon-box input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  height: 20px;
  width: 8px;
  background: #fff;
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
/* line 46, ../sass/icon-view-style/skin.scss */
.skin-icon-box .selector-btn {
  margin-top: 15px;
}
/* line 49, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-default {
  float: left;
  margin-top: 10px;
}
/* line 53, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-box {
  float: left;
  position: relative;
  margin-left: 15px;
}
/* line 57, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-box span {
  display: block;
  position: absolute;
  left: 0px;
  height: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url(../../../../images/components/iTalent-header/icons.png);
}
/* line 67, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-box .un-check {
  background-position: -180px -108px;
}
/* line 71, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-box .in-check {
  background-position: -216px -108px;
}
/* line 76, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-go .un-check {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 79, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-go .in-check {
  filter: alpha(opacity=1000);
  opacity: 1;
  -webkit-animation: dftToCheck 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -moz-animation: dftToCheck 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -ms-animation: dftToCheck 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -o-animation: dftToCheck 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  animation: dftToCheck 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
}
/* line 85, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-back .un-check {
  filter: alpha(opacity=1000);
  opacity: 1;
  -webkit-animation: checkToDft 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -moz-animation: checkToDft 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -ms-animation: checkToDft 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -o-animation: checkToDft 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  animation: checkToDft 0.2s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
}
/* line 89, ../sass/icon-view-style/skin.scss */
.skin-icon-box .check-back .in-check {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 94, ../sass/icon-view-style/skin.scss */
.skin-icon-box .text {
  text-indent: 40px;
  display: block;
  font-size: 12px;
  color: #66757F;
  line-height: 20px;
  cursor: pointer;
}
/* line 102, ../sass/icon-view-style/skin.scss */
.skin-icon-box .comfirm-btn-style {
  display: block;
  width: 70px;
  height: 34px;
  border-radius: 2px;
  background-color: #1587d8;
  float: right;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  margin: 0 15px 15px 0;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 117, ../sass/icon-view-style/skin.scss */
.skin-icon-box .comfirm-btn-style:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 122, ../sass/icon-view-style/skin.scss */
.skin-icon-box .list-wrapper-open {
  width: 340px;
  max-height: 140px;
}

/* line 2, ../sass/icon-view-style/message.scss */
.message-icon-box .message-list {
  max-height: 410px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 7, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a {
  display: block;
  height: 30px;
  width: 310px;
  padding: 10px 15px;
  border-bottom: 1px solid #E4EBF0;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 16, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a span {
  display: block;
  float: left;
  line-height: 30px;
}
/* line 21, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a .icon-box {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #fff;
  background: #96bf65;
  overflow: hidden;
}
/* line 30, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a .message-item-img {
  display: inherit;
  width: 100%;
  height: 100%;
}
/* line 35, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a .content {
  font-size: 14px;
  margin-left: 5px;
  color: #36434D;
  font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 42, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a .num {
  font-size: 20px;
  color: #005999;
  margin-left: 10px;
}
/* line 47, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a .date {
  font-size: 12px;
  color: #ACB7BF;
  float: right;
}
/* line 52, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a:hover {
  background-color: #F5F8FA;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 55, ../sass/icon-view-style/message.scss */
.message-icon-box .message-item-a:hover .content {
  color: #005999;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 62, ../sass/icon-view-style/message.scss */
.message-icon-box .list-wrapper-open {
  width: 340px;
  max-height: 512px;
}

/* line 2, ../sass/icon-view-style/todos.scss */
.todos-icon-box .message-list {
  max-height: 495px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 10, ../sass/icon-view-style/todos.scss */
.todos-icon-box .message-item-a {
  padding: 10px 15px;
  display: block;
  width: 310px;
  max-height: 70px;
  overflow: hidden;
  border-bottom: 1px solid #E4EBF0;
}
/* line 19, ../sass/icon-view-style/todos.scss */
.todos-icon-box .user-pic {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
}
/* line 30, ../sass/icon-view-style/todos.scss */
.todos-icon-box .user-pic img {
  width: 50px;
  height: 50px;
}
/* line 36, ../sass/icon-view-style/todos.scss */
.todos-icon-box .item-detail {
  width: 250px;
  margin-left: 10px;
  float: left;
}
/* line 42, ../sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head {
  margin-top: 5px;
  position: relative;
  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;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  flex-wrap: wrap;
}
/* line 59, ../sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head span {
  display: block;
  float: left;
  line-height: 20px;
  font-size: 12px;
}
/* line 66, ../sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head .user-name {
  color: #3e4e59;
  font-weight: bold;
  max-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}
/* line 76, ../sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head .user-opr {
  color: #3e4e59;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 84, ../sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head .date {
  color: #ACB7BF;
  flex-grow: 1;
  text-align: right;
}
/* line 91, ../sass/icon-view-style/todos.scss */
.todos-icon-box .detail-content {
  font-size: 12px;
  line-height: 20px;
  color: #005999;
  margin-top: 4px;
  max-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 103, ../sass/icon-view-style/todos.scss */
.todos-icon-box .message-item:hover {
  background-color: #F5F8FA;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 107, ../sass/icon-view-style/todos.scss */
.todos-icon-box .message-item:hover .user-name,
.todos-icon-box .message-item:hover .user-opr {
  color: #005999;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 115, ../sass/icon-view-style/todos.scss */
.todos-icon-box .list-wrapper-open {
  width: 340px;
  max-height: 450px;
}
/* line 121, ../sass/icon-view-style/todos.scss */
.todos-icon-box .list-wrapper .view-ignore-all {
  position: relative;
}
/* line 124, ../sass/icon-view-style/todos.scss */
.todos-icon-box .list-wrapper .view-ignore-all .btn-tips-child {
  display: none;
  height: 30px;
  background: #3e4e59;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  border-radius: 2px;
  position: absolute;
  z-index: 1200;
  top: -26px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 10px;
}
/* line 139, ../sass/icon-view-style/todos.scss */
.todos-icon-box .list-wrapper .view-ignore-all .btn-tips-child .entry-trangle-top {
  top: 29px;
  right: 92px;
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3e4e59;
}
/* line 150, ../sass/icon-view-style/todos.scss */
.todos-icon-box .list-wrapper .view-ignore-all .btn-tips-child-english {
  height: 40px;
  background: #3e4e59;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  border-radius: 2px;
  position: absolute;
  z-index: 1200;
  top: -54px;
  transform: translateX(-65%);
  white-space: initial;
  padding: 8px 10px;
  width: 308px;
  line-height: 20px;
}
/* line 165, ../sass/icon-view-style/todos.scss */
.todos-icon-box .list-wrapper .view-ignore-all .btn-tips-child-english .entry-trangle-top {
  top: 56px;
  right: 86px;
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3e4e59;
}
/* line 177, ../sass/icon-view-style/todos.scss */
.todos-icon-box .list-wrapper .view-ignore-all:hover .btn-tips-child, .todos-icon-box .list-wrapper .view-ignore-all:hover .btn-tips-child-english {
  display: block;
}

/***************个人信息 开始********************/
/* line 2, ../sass/icon-view-style/user-info.scss */
.user-info-region {
  position: relative;
  float: right;
  margin-right: 20px;
  margin-left: 15px;
  margin: 7px 20px 0 15px;
}
/* line 8, ../sass/icon-view-style/user-info.scss */
.user-info-region .user-info {
  float: right;
  position: relative;
  cursor: pointer;
}
/* line 12, ../sass/icon-view-style/user-info.scss */
.user-info-region .user-info .user-photo {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50% !important;
  overflow: hidden;
}
/* line 19, ../sass/icon-view-style/user-info.scss */
.user-info-region .user-info .user-photo img {
  display: block;
  width: 30px;
  height: 30px;
}
/* line 25, ../sass/icon-view-style/user-info.scss */
.user-info-region .user-info .name-pic {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
/* line 36, ../sass/icon-view-style/user-info.scss */
.user-info-region .user-info .user-name {
  display: block;
  float: right;
  height: 30px;
  font-size: 14px;
  color: #005999;
  line-height: 30px;
  margin-left: 10px;
  padding-right: 20px;
  position: relative;
  width: auto;
  width: 45px\9;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 52, ../sass/icon-view-style/user-info.scss */
.user-info-region .user-info .user-name:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  right: 5px;
  border-top: 6px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top-color: #005999;
}
/* line 68, ../sass/icon-view-style/user-info.scss */
.user-info-region .dp-down-list {
  position: relative;
  right: -10px;
  top: 35px;
}
/* line 81, ../sass/icon-view-style/user-info.scss */
.user-info-region .list-ul-box {
  border-radius: 2px !important;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 86, ../sass/icon-view-style/user-info.scss */
.user-info-region .list-ul-box a {
  color: #36434D;
  display: block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
  padding: 0 15px;
  overflow: hidden;
}
/* line 97, ../sass/icon-view-style/user-info.scss */
.user-info-region .list-ul-box a:hover {
  background: #F5F8FA;
}
/* line 103, ../sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-front {
  border: 0 !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  z-index: 999 !important;
  background-color: #fff;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: none \9;
}
/* line 130, ../sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-front .dp-list-link {
  width: auto;
  min-width: 140px;
  height: 32px;
}
/* line 136, ../sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-front .dp-list-icon-new {
  display: inline-block;
  width: 30px;
  height: 13px;
  background-image: url(../../../images/new2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
}
/* line 150, ../sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-shadow {
  z-index: 998 !important;
  background-color: transparent !important;
  display: none;
}
/* line 154, ../sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-shadow .dp-list-link {
  color: transparent;
  background-color: transparent !important;
}
/* line 158, ../sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-shadow .li-scale a {
  color: #36434D;
  -webkit-transform-origin: 20% center;
  -moz-transform-origin: 20% center;
  -ms-transform-origin: 20% center;
  transform-origin: 20% center;
  -webkit-animation: fontScale 0.3s linear forwards;
  -moz-animation: fontScale 0.3s linear forwards;
  -ms-animation: fontScale 0.3s linear forwards;
  -o-animation: fontScale 0.3s linear forwards;
  animation: fontScale 0.3s linear forwards;
}
/* line 171, ../sass/icon-view-style/user-info.scss */
.user-info-region .dp-down-active .dp-list-front {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 1;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  display: block\9;
}

/* line 2, ../sass/icon-view-style/company.scss */
.iTalent-header .company-icon {
  line-height: 40px;
  font-size: 0;
  margin-left: 24px;
  min-width: 200px;
}
/* line 8, ../sass/icon-view-style/company.scss */
.iTalent-header .company-icon img {
  max-height: 20px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 17, ../sass/icon-view-style/company.scss */
.iTalent-header .company-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 40px;
  color: #565e66;
  font-size: 14px;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

/* line 2, ../sass/icon-view-style/setting.scss */
.settings-box .list-wrapper {
  width: 170px;
  border-radius: 5px;
}
/* line 6, ../sass/icon-view-style/setting.scss */
.settings-box .message-item {
  font-size: 12px;
  line-height: 26px;
}
/* line 9, ../sass/icon-view-style/setting.scss */
.settings-box .message-item .message-item-a {
  display: block;
  color: #0a1319;
  padding-left: 17px;
}
/* line 14, ../sass/icon-view-style/setting.scss */
.settings-box .message-item:hover {
  background: #f5f8fa;
}
/* line 17, ../sass/icon-view-style/setting.scss */
.settings-box .message-item .content {
  padding-left: 7px;
}
/* line 20, ../sass/icon-view-style/setting.scss */
.settings-box .message-item .settings-icon {
  font-size: 14px;
}

/* line 1, ../sass/icon-view-style/lang.scss */
.lang-region {
  float: right;
  height: inherit;
}
/* line 5, ../sass/icon-view-style/lang.scss */
.lang-region-box {
  border-left: 1px solid #e4ebf0;
  color: #4ab1b1;
  text-align: center;
  width: 50px;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  display: block;
  position: relative;
}
/* line 15, ../sass/icon-view-style/lang.scss */
.lang-region-box-select {
  background-color: #f5f8fa;
}
/* line 21, ../sass/icon-view-style/lang.scss */
.lang-region-box:hover .i18n_item {
  color: #005999;
}
/* line 25, ../sass/icon-view-style/lang.scss */
.lang-region-box .i18n_item {
  color: #66757F;
  font-size: 18px;
}
/* line 31, ../sass/icon-view-style/lang.scss */
.lang-region-box > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  color: #66757F;
  right: 15px;
}
/* line 46, ../sass/icon-view-style/lang.scss */
.lang-region-box .btn-tips {
  display: none;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  height: 30px;
  background: #3e4e59;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  border-radius: 2px;
  position: absolute;
  z-index: 1200;
  top: 40px;
}
/* line 62, ../sass/icon-view-style/lang.scss */
.lang-region-box .btn-tips .entry-trangle-top {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3e4e59;
}
/* line 75, ../sass/icon-view-style/lang.scss */
.lang-region-box:hover {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 78, ../sass/icon-view-style/lang.scss */
.lang-region-box:hover .common-link {
  color: #004170;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 83, ../sass/icon-view-style/lang.scss */
.lang-region-box:hover .btn-tips {
  display: block;
}
/* line 88, ../sass/icon-view-style/lang.scss */
.lang-region-box:hover .opr-btns-select .btn-tips {
  display: none;
}
/* line 95, ../sass/icon-view-style/lang.scss */
.lang-region .dp-down-list {
  position: absolute;
  right: 0px;
  top: 40px;
}
/* line 101, ../sass/icon-view-style/lang.scss */
.lang-region .list-ul-box {
  border-radius: 2px !important;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 107, ../sass/icon-view-style/lang.scss */
.lang-region .list-ul-box a {
  color: #36434D;
  display: block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
  padding: 0 15px;
  overflow: hidden;
}
/* line 119, ../sass/icon-view-style/lang.scss */
.lang-region .list-ul-box a:hover {
  background: #F5F8FA;
}
/* line 125, ../sass/icon-view-style/lang.scss */
.lang-region .dp-list-front {
  border: 0 !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  z-index: 999 !important;
  background-color: #fff;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: none \9;
}
/* line 148, ../sass/icon-view-style/lang.scss */
.lang-region .dp-list-front li a {
  width: 140px;
  height: 32px;
}
/* line 154, ../sass/icon-view-style/lang.scss */
.lang-region .dp-list-shadow {
  z-index: 998 !important;
  background-color: transparent !important;
  display: none;
}
/* line 159, ../sass/icon-view-style/lang.scss */
.lang-region .dp-list-shadow li a {
  color: transparent;
  background-color: transparent !important;
}
/* line 164, ../sass/icon-view-style/lang.scss */
.lang-region .dp-list-shadow .li-scale a {
  color: #36434D;
  -webkit-transform-origin: 20% center;
  -moz-transform-origin: 20% center;
  -ms-transform-origin: 20% center;
  transform-origin: 20% center;
  -webkit-animation: fontScale 0.3s linear forwards;
  -moz-animation: fontScale 0.3s linear forwards;
  -ms-animation: fontScale 0.3s linear forwards;
  -o-animation: fontScale 0.3s linear forwards;
  animation: fontScale 0.3s linear forwards;
}
/* line 175, ../sass/icon-view-style/lang.scss */
.lang-region .dp-down-active .dp-list-front {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 1;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  display: block\9;
}

/* line 197, ../sass/icon-view-style/lang.scss */
.lang_region_en_US .btn-tips {
  left: 10% !important;
}
/* line 200, ../sass/icon-view-style/lang.scss */
.lang_region_en_US .entry-trangle-top {
  left: 72% !important;
}
