@import url('components/index.css');

body{
	background-color: #85B5AC;
}

.event-test{
	width: 100px;
    height: 100px;
    background-color: #00FFBF;
    margin: 50px auto;
    color: #848484;
    line-height: 100px;
}

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

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

/* line 36, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
.iTalent-header::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

/* line 43, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@-webkit-keyframes dftToCheck {
  /* line 76, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -webkit-transform: rotateZ(45deg);
  }

  /* line 77, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -webkit-transform: rotateZ(0deg);
  }
}

@-moz-keyframes dftToCheck {
  /* line 80, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -moz-transform: rotateZ(45deg);
  }

  /* line 81, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -moz-transform: rotateZ(0deg);
  }
}

@-ms-keyframes dftToCheck {
  /* line 84, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -ms-transform: rotateZ(45deg);
  }

  /* line 85, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -ms-transform: rotateZ(0deg);
  }
}

@-o-keyframes dftToCheck {
  /* line 88, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -o-transform: rotateZ(45deg);
  }

  /* line 89, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -o-transform: rotateZ(0deg);
  }
}

@keyframes dftToCheck {
  /* line 92, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    transform: rotateZ(45deg);
  }

  /* line 93, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes checkToDft {
  /* line 76, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -webkit-transform: rotateZ(-45deg);
  }

  /* line 77, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -webkit-transform: rotateZ(0deg);
  }
}

@-moz-keyframes checkToDft {
  /* line 80, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -moz-transform: rotateZ(-45deg);
  }

  /* line 81, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -moz-transform: rotateZ(0deg);
  }
}

@-ms-keyframes checkToDft {
  /* line 84, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -ms-transform: rotateZ(-45deg);
  }

  /* line 85, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -ms-transform: rotateZ(0deg);
  }
}

@-o-keyframes checkToDft {
  /* line 88, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -o-transform: rotateZ(-45deg);
  }

  /* line 89, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -o-transform: rotateZ(0deg);
  }
}

@keyframes checkToDft {
  /* line 92, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    transform: rotateZ(-45deg);
  }

  /* line 93, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes popShow {
  /* line 76, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -webkit-transform: scale(0);
  }

  /* line 77, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes popShow {
  /* line 80, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -moz-transform: scale(0);
  }

  /* line 81, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes popShow {
  /* line 84, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -ms-transform: scale(0);
  }

  /* line 85, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -ms-transform: scale(1);
  }
}

@-o-keyframes popShow {
  /* line 88, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -o-transform: scale(0);
  }

  /* line 89, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -o-transform: scale(1);
  }
}

@keyframes popShow {
  /* line 92, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    transform: scale(0);
  }

  /* line 93, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    transform: scale(1);
  }
}

@-webkit-keyframes popHide {
  /* line 76, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -webkit-transform: scale(1);
  }

  /* line 77, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -webkit-transform: scale(0);
  }
}

@-moz-keyframes popHide {
  /* line 80, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -moz-transform: scale(1);
  }

  /* line 81, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -moz-transform: scale(0);
  }
}

@-ms-keyframes popHide {
  /* line 84, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -ms-transform: scale(1);
  }

  /* line 85, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -ms-transform: scale(0);
  }
}

@-o-keyframes popHide {
  /* line 88, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -o-transform: scale(1);
  }

  /* line 89, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -o-transform: scale(0);
  }
}

@keyframes popHide {
  /* line 92, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    transform: scale(1);
  }

  /* line 93, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    transform: scale(0);
  }
}

@-webkit-keyframes newMessageCome {
  /* line 76, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -webkit-transform: scale(2);
  }

  /* line 77, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes newMessageCome {
  /* line 80, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -moz-transform: scale(2);
  }

  /* line 81, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes newMessageCome {
  /* line 84, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -ms-transform: scale(2);
  }

  /* line 85, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -ms-transform: scale(1);
  }
}

@-o-keyframes newMessageCome {
  /* line 88, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -o-transform: scale(2);
  }

  /* line 89, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -o-transform: scale(1);
  }
}

@keyframes newMessageCome {
  /* line 92, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    transform: scale(2);
  }

  /* line 93, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    transform: scale(1);
  }
}

@-webkit-keyframes fontScale {
  /* line 128, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  from {
    -webkit-transform: scale(1);
    color: #36434d;
  }

  /* line 129, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/const.scss */
  to {
    -webkit-transform: scale(1.5);
    color: transparent;
  }
}

/* line 2, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/reset.scss */
body, div, span, ul, li, a {
  margin: 0;
  padding: 0;
}

/* line 6, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/reset.scss */
a {
  text-decoration: none;
}

/* line 9, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/reset.scss */
ul, li {
  list-style: none;
}

@font-face {
  font-family: 'header';
  src: url("../../../images/components/iTalent-header/fonts/v1//header.eot?dpaouq");
  src: url("../../../images/components/iTalent-header/fonts/v1//header.eot?dpaouq#iefix") format("embedded-opentype"), url("../../../images/components/iTalent-header/fonts/v1//header.ttf?dpaouq") format("truetype"), url("../../../images/components/iTalent-header/fonts/v1//header.woff?dpaouq") format("woff"), url("../../../images/components/iTalent-header/fonts/v1//header.svg?dpaouq#header") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 17, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.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 32, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-at-department:before {
  content: "\e900";
}

/* line 35, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-at-me:before {
  content: "\e901";
}

/* line 38, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-at-notice:before {
  content: "\e902";
}

/* line 41, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-at-project:before {
  content: "\e903";
}

/* line 44, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-at-team:before {
  content: "\e904";
}

/* line 47, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-chanpin:before {
  content: "\e905";
}

/* line 50, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-daiban:before {
  content: "\e906";
}

/* line 53, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-ex-reward:before {
  content: "\e907";
}

/* line 56, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-fans:before {
  content: "\e908";
}

/* line 59, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-huanfu:before {
  content: "\e909";
}

/* line 62, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-in-reward:before {
  content: "\e90a";
}

/* line 65, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-recruit:before {
  content: "\e90b";
}

/* line 68, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-reply:before {
  content: "\e90c";
}

/* line 71, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-shezhi:before {
  content: "\e90d";
}

/* line 74, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-sousuo:before {
  content: "\e90e";
}

/* line 77, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-team-notice:before {
  content: "\e90f";
}

/* line 80, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-work-notice:before {
  content: "\e910";
}

/* line 83, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-font.scss */
.header-icon-xiaoxi:before {
  content: "\e911";
}

/* line 2, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.iTalent-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 980px;
  z-index: 1200;
  height: 40px;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -webkit-filter 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: -webkit-filter 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -webkit-filter 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-filter 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-bottom: 1px solid #e4ebf0;
  font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", SimSun, STHeitiSC, sans-serif;
}

/* line 18, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.header-left {
  float: left;
  width: 300px;
  height: 100%;
}

/* line 23, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.header-right {
  float: right;
}
/* line 28, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.header-right .btns-group {
  display: block;
  float: right;
}

/* line 33, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.search-icon-box {
  width: 100%;
  height: 100%;
}

/* line 37, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.opr-btns {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 2px !important;
  position: relative;
  background-color: white;
  -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 45, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 47, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 51, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.opr-btns:hover .tips {
  display: block;
}

/* line 56, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 66, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.new-message {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  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 81, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 84, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 89, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.opr-btns-select:hover .tips {
  display: none;
}

/* line 95, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 138, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.list-wrapper .title {
  height: 34px;
  background-color: #005999;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
}
/* line 146, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.list-wrapper .view-all {
  height: 36px;
}
/* line 148, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.list-wrapper .view-all a {
  display: block;
  float: right;
  line-height: 36px;
  font-size: 12px;
  margin-right: 15px;
  color: #005999;
}

/* line 158, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 162, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.list-wrapper.list-open {
  box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.2);
  -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.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -moz-animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -ms-animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -o-animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  display: block\9;
  /**IE8\9\10**/
}
/* line 168, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 174, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/header.scss */
.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 2, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/search.scss */
.search-icon-box .list-wrapper-open {
  width: 340px;
  height: 70px;
  max-height: 70px;
}
/* line 7, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .color-title {
  font-size: 12px;
  color: #36434d;
  margin: 15px;
}
/* line 7, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, #ff0000, #ffa500, #ffff00, #008000, #0000ff, #4b0082, #ee82ee);
}
/* line 33, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .selector-btn {
  margin-top: 15px;
}
/* line 49, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .check-default {
  float: left;
  margin-top: 10px;
}
/* line 53, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .check-box {
  float: left;
  position: relative;
  margin-left: 15px;
}
/* line 57, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .check-box span {
  display: block;
  position: absolute;
  left: 0px;
  height: 0px;
  width: 18px;
  height: 18px;
  background-image: url(../../../images/components/iTalent-header/icons.png);
}
/* line 66, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .check-box .un-check {
  background-position: -180px -108px;
}
/* line 70, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .check-box .in-check {
  background-position: -216px -108px;
}
/* line 75, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .check-go .un-check {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 78, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 84, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 88, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .check-back .in-check {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 93, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .text {
  text-indent: 40px;
  display: block;
  font-size: 12px;
  color: #66757f;
  line-height: 20px;
}
/* line 100, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 115, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 120, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/skin.scss */
.skin-icon-box .list-wrapper-open {
  width: 340px;
  max-height: 140px;
}

/* line 2, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/message.scss */
.message-icon-box .message-list {
  max-height: 410px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 7, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/message.scss */
.message-icon-box .message-item-a span {
  display: block;
  float: left;
  line-height: 30px;
}
/* line 21, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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;
}
/* line 29, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 36, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/message.scss */
.message-icon-box .message-item-a .num {
  font-size: 20px;
  color: #005999;
  margin-left: 10px;
}
/* line 41, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/message.scss */
.message-icon-box .message-item-a .date {
  font-size: 12px;
  color: #acb7bf;
  float: right;
}
/* line 46, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 49, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 56, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/message.scss */
.message-icon-box .list-wrapper-open {
  width: 340px;
  max-height: 512px;
}

/* line 2, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .message-list {
  max-height: 495px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 10, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 18, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 28, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .user-pic img {
  width: 50px;
  height: 50px;
}
/* line 33, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .item-detail {
  width: 250px;
  margin-left: 10px;
  float: left;
}
/* line 38, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head {
  margin-top: 5px;
}
/* line 40, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head span {
  display: block;
  float: left;
  line-height: 20px;
  font-size: 12px;
}
/* line 46, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head .user-name {
  color: #36434d;
  font-weight: bold;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 54, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head .user-opr {
  color: #36434d;
  margin-left: 10px;
}
/* line 58, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .detail-head .date {
  color: #acb7bf;
  float: right;
}
/* line 63, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .detail-content {
  font-size: 12px;
  line-height: 20px;
  color: #66757f;
  margin-top: 5px;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 76, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 79, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 85, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/todos.scss */
.todos-icon-box .list-wrapper-open {
  width: 340px;
  max-height: 450px;
}

/***************个人信息 开始********************/
/* line 2, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .user-info {
  float: right;
  position: relative;
  cursor: pointer;
}
/* line 12, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .user-info .user-photo img {
  display: block;
  width: 30px;
  height: 30px;
}
/* line 25, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .user-info .user-name {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  color: #005999;
  float: right;
  line-height: 30px;
  margin-left: 10px;
  padding-right: 20px;
  position: relative;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 50, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 66, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .dp-down-list {
  position: relative;
  right: -10px;
  top: 35px;
}
/* line 72, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .list-ul-box {
  border-radius: 2px !important;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 77, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 88, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .list-ul-box a:hover {
  background: #f5f8fa;
}
/* line 94, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-front {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #f5f8fa;
  z-index: 999 !important;
  background-color: #fff;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: none \9;
}
/* line 112, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-front li a {
  width: 140px;
  height: 32px;
}
/* line 118, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-shadow {
  z-index: 998 !important;
  background-color: transparent !important;
  display: none;
}
/* line 122, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .dp-list-shadow li a {
  color: transparent;
  background-color: transparent !important;
}
/* line 126, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/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 140, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/user-info.scss */
.user-info-region .dp-down-active .dp-list-front {
  -webkit-animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -moz-animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -ms-animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  -o-animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  animation: popShow 0.3s cubic-bezier(0.66, 1.65, 0.23, 0.87) forwards;
  display: block \9;
}

/* line 2, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/company.scss */
.iTalent-header .company-icon {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  min-width: 180px;
}
/* line 7, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/company.scss */
.iTalent-header .company-icon img {
  display: block;
  width: 78px;
  height: 30px;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 17, /Users/guomeishan/workspace/iTalent/iTalent-header/src/styles/sass/icon-view-style/company.scss */
.iTalent-header .company-name {
  display: block;
  float: left;
  margin-left: 15px;
  line-height: 36px;
  color: #66757f;
  font-size: 14px;
}
