.allTalents {
  width: 100%;
  height: auto;
}
.allTalents li {
  width: 160px;
  height: 210px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #F4F4F5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  float: left;
  text-align: center;
  font: 14px/14px "Microsoft Yahei";
  color: #4A4A4A;
  position: relative;
  overflow: hidden;
}
.allTalents li.active {
  border: 1px solid #6C95EE;
}
.allTalents li .orderId {
  height: 20px;
  width: 100%;
  padding-left: 10px;
  font: 14px/20px "Microsoft Yahei";
  color: #aaa;
  text-align: left;
}
.allTalents li .img_pic {
  width: 96px;
  width: 100%;
  height: 104px;
}
.allTalents li .img_pic img {
  width: 96px;
  height: 104px;
}
.allTalents li p {
  margin-top: 8px;
  overflow: hidden;
}
.allTalents li p:first-of-type {
  margin-top: 20px;
  height: 20px;
}
.allTalents li p.talent_department,
.allTalents li p.talent_posi {
  font: 12px/12px "Microsoft Yahei";
}
.allTalents li .talent_option {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 41px;
  background: #5682E2;
  border-radius: 2px;
  display: none;
  border-top: 1px solid #FFF;
}
.allTalents li .talent_option a {
  cursor: pointer;
  width: 50%;
  height: 40px;
  font: 12px/40px "Microsoft Yahei";
  color: #FFF;
  float: left;
}
.allTalents li .talent_option .deleteTalent {
  position: relative;
}
.allTalents li .talent_option .deleteTalent:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  border: 1px solid #6C95EE;
  right: 0;
  top: 5px;
}
.talentInDetail {
  width: 100%;
  min-width: 930px;
  min-height: 610px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px #eee;
}
.talentInDetail input,
.talentInDetail select {
  text-indent: 0px;
}
.talentInDetail .talentTitle {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid rgba(224, 224, 224, 0.4);
  text-align: center;
}
.talentInDetail .talentTitle a,
.talentInDetail .talentTitle h3 {
  float: left;
  opacity: 1;
}
.talentInDetail .talentTitle .backToTalentList {
  width: 10%;
  font: 14px/48px "Microsoft Yahei";
  color: #4A4A4A;
  letter-spacing: 1px;
}
.talentInDetail .talentTitle .backToTalentList span {
  font-family: "simsun";
  font-weight: bold;
  margin-right: 8px;
}
.talentInDetail .talentTitle .title {
  width: 80%;
  font: bold 14px/48px 'PingFangSC-Semibold';
  color: #4A4A4A;
  letter-spacing: 1px;
}
.talentInDetail .talentTitle .modifyTalent {
  width: 10%;
  font: bold 14px/48px 'PingFangSC-Semibold';
  color: #c5c3c3;
  letter-spacing: 1px;
}
.talentInDetail .talentTitle .modifyTalent .glyphicon-pencil {
  margin-right: 4px;
}
.talentInDetail .talentTitle .modifyTalent:hover {
  color: #5682E2;
}
.talentInDetail .talentTitle .modifyOption {
  width: 10%;
  float: left;
}
.talentInDetail .talentTitle .modifyOption a {
  float: left;
  font: 14px/48px 'PingFangSC-Semibold';
  color: #5682E2;
  width: 50%;
  height: 48px;
  text-align: center;
  position: relative;
}
.talentInDetail .talentTitle .modifyOption .saveTalent:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #f2f2f2;
  right: 0;
  top: 16px;
  clear: both;
}
.talentInDetail .talentInfo {
  height: auto;
  min-height: 560px;
  font: 14px/14px 'Microsoft Yahei';
  color: #4A4A4A;
}
.talentInDetail .talentInfo .leftInfo {
  height: 560px;
  width: 180px;
  border-right: 2px solid rgba(224, 224, 224, 0.4);
  text-align: center;
  padding-top: 20px;
}
.talentInDetail .talentInfo .leftInfo .pic img {
  width: 96px;
  height: 104px;
}
.talentInDetail .talentInfo .leftInfo input,
.talentInDetail .talentInfo .leftInfo select {
  text-align: center;
  margin-top: 5px;
  border: none;
  background: #fff;
  width: 155px;
}
.talentInDetail .talentInfo .leftInfo input.editable,
.talentInDetail .talentInfo .leftInfo select.editable {
  height: 40px!important;
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  border-radius: 2px;
}
.talentInDetail .talentInfo .leftInfo .l_education {
  text-align-last: center;
}
.talentInDetail .talentInfo .rightInfo {
  overflow: hidden;
  height: 100%;
  padding: 10px;
}
.talentInDetail .talentInfo .rightInfo .talenInfoTab li {
  float: left;
  width: 100px;
  height: 44px;
  margin-right: 60px;
  font: 14px/44px 'Microsoft Yahei';
  color: #9B9B9B;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.talentInDetail .talentInfo .rightInfo .talenInfoTab li .glyphicon {
  margin-right: 4px;
}
.talentInDetail .talentInfo .rightInfo .talenInfoTab li:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #ececec;
  clear: both;
}
.talentInDetail .talentInfo .rightInfo .talenInfoTab li.active {
  font: bold 14px/44px 'Microsoft Yahei';
  color: #5682E2;
}
.talentInDetail .talentInfo .rightInfo .talenInfoTab li.active:after {
  background: #5682E2;
}
.talentInDetail .talentInfo .rightInfo .infoInDetail .title {
  font: 12px/52px 'Microsoft Yahei';
  color: #4A4A4A;
  position: relative;
  text-indent: 10px;
}
.talentInDetail .talentInfo .rightInfo .infoInDetail .title:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 3px;
  border-radius: 99px;
  background: #FFBD30;
  left: 0;
  top: 20px;
}
.talentInDetail .talentInfo .rightInfo .infoInDetail label {
  width: 60px!important;
  font: 14px/40px 'Microsoft Yahei';
  vertical-align: middle;
}
.talentInDetail .talentInfo .rightInfo .infoInDetail input,
.talentInDetail .talentInfo .rightInfo .infoInDetail select {
  height: 40px!important;
  vertical-align: middle;
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  border-radius: 2px;
}
.talentInDetail .talentInfo .rightInfo .infoInDetail .k-datepicker input {
  margin-left: 0;
}
.talentInDetail .talentInfo .rightInfo .coreTechnique {
  margin-top: 20px;
}
.talentInDetail .talentInfo .rightInfo .relationship {
  margin-top: 20px;
  width: 100%;
  min-height: 320px;
}
.talentInDetail .talentInfo .rightInfo .relationship .userSort {
  width: 40px;
  float: left;
  margin-right: 20px;
  position: relative;
  margin-top: 30px;
}
.talentInDetail .talentInfo .rightInfo .relationship .userSort .sortLine {
  position: relative;
}
.talentInDetail .talentInfo .rightInfo .relationship .userSort .sortLine:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  border-right: 2px dashed #EBF1FA;
  top: 0;
  left: 19px;
}
.talentInDetail .talentInfo .rightInfo .relationship .userSort li {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #EBF1FA;
  border-radius: 93px;
  font: bold 12px/40px "PingFangSC-Semibold";
  color: #5682E2;
  text-align: center;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser {
  overflow: hidden;
  position: relative;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul {
  height: auto;
  min-height: 100px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul li {
  float: left;
  margin: 0 10px 10px 0;
  height: 100px;
  width: 29%;
  background: #FFFFFF;
  border: 1px solid #F4F4F5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  position: relative;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul li.directLeader:after {
  content: "直属上级";
  width: 70px;
  height: 22px;
  position: absolute;
  background: url(../../Content/images/directLeader.png);
  bottom: 4px;
  right: -4px;
  clear: both;
  font: 12px/20px "PingFangSC-Regular";
  color: #FFFFFF;
  text-align: center;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul li.meTalent:after {
  content: "";
  width: 29px;
  height: 22px;
  position: absolute;
  background: url(../../Content/images/meTalent.png);
  bottom: 4px;
  right: -4px;
  clear: both;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul li .pic {
  width: 74px;
  height: 78px;
  margin-top: 10px;
  margin-left: 7.2%;
  margin-right: 4.545%;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul li .pic img {
  width: 74px;
  height: 78px;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul li .intro {
  overflow: hidden;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul li .intro p {
  text-align: left;
  font: 12px/14px "Microsoft Yahei";
  color: #4A4A4A;
  margin-top: 5px;
}
.talentInDetail .talentInfo .rightInfo .relationship .allUser ul li .intro p:first-of-type {
  margin-top: 32px;
  font: 14px/14px "Microsoft Yahei";
}
.talentInDetail .talentInfo .rightInfo .historyInfo {
  margin-top: 20px;
}
.talentInfo input {
  text-align: center!important;
}
.pageSelect {
  min-width: 1030px;
  position: fixed;
  height: 42px;
  bottom: 41px;
  width: 80%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 601;
}
.pageSelect button {
  height: 40px;
  background: #537DDA;
  border-radius: 2px;
  color: #fff;
  font: 13px/32px PingFangSC-Regular;
  text-align: center;
  margin-left: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 0 70px;
  border: none;
  margin-top: 1px;
  float: right;
}
.pageSelect button.disable {
  background: #aaa;
}
