.form-label[data-v-f5163774] {
  color: #333333;
}
.w-25[data-v-f5163774] {
  width: 25%;
}
.pa-field-height[data-v-f5163774] {
  height: 60px;
}
.pa-model-tree[data-v-f5163774] {
  width: 90%;
  top: 29px;
  left: 0px;
  z-index: 1000;
  border-radius: 4px;
  border: 1px solid #ececec;
  background-color: #fff;
  position: absolute;
  overflow: auto;
  max-height: 300px;
}
.dropdown__notData_item[data-v-f5163774] {
  width: 600px;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  color: #606266;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.fillingExplanation p > span[data-v-f5163774] {
  color: #409EFF;
  text-decoration: underline;
  cursor: pointer;
}
.newPaUpdate[data-v-f5163774] {
  padding-top: 12px;
  margin: 0 12px 12px 12px;
}

.top-title[data-v-4127e264] {
  width: 100%;
  height: 40px;
  padding: 0 15px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #00102A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
}
.top-title .content-title[data-v-4127e264] {
  padding: 12px 0 12px 12px;
}
.top-title .content-title > span[data-v-4127e264] {
  width: 3px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 14px;
  background: #2485FF;
  display: inline-block;
}
.top-title .right-txt[data-v-4127e264] {
  font-size: 12px;
  cursor: pointer;
}

.clearfloat::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.newmaintain {
  margin: 0;
  width: 100%;
  position: relative;
}
.newmaintain .fieldColor {
  color: #808997;
}
.newmaintain .fieldValue {
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 确保文本不会换行 */
  width: calc(100% - 80px);
  overflow: hidden;
}
.newmaintain .grey {
  color: #41444A;
}
.newmaintain .left {
  position: fixed;
  right: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newmaintain .left .archivalInfo {
  background: #fff;
  padding: 16px 24px;
  margin-bottom: 12px;
  border-radius: 2px;
}
.newmaintain .left .archivalInfo h4 {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: bold;
}
.newmaintain .left .archivalInfo .el-progress__text {
  color: #3D71FF;
  font-size: 12px !important;
  font-weight: 500;
}
.newmaintain .left .archivalInfo p {
  color: #808997;
  margin-top: 16px;
}
.newmaintain .left .menuCard {
  width: 200px;
  padding: 0 0 0 24px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(238, 239, 241, 0.8);
          box-shadow: 0px 4px 8px 0px rgba(238, 239, 241, 0.8);
  background: #fff;
  border-radius: 2px;
}
.newmaintain .left .menuCard .el-menu {
  border-right: 0;
}
.newmaintain .left .menuCard .el-menu .el-submenu .el-submenu__title {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 !important;
  font-weight: bold;
  margin-top: 8px;
  background-color: #fff !important;
  color: #41444A !important;
}
.newmaintain .left .menuCard .el-menu .el-submenu .el-submenu__title > i {
  color: #41444A !important;
  margin-right: -5px;
  font-weight: bold;
  font-size: 10px;
  margin-top: -5px;
}
.newmaintain .left .menuCard .el-menu .el-submenu .el-submenu__title > i.iconfont {
  font-size: 14px;
  float: left;
  margin-top: 1px;
  margin-right: 3px;
  display: none;
}
.newmaintain .left .menuCard .el-menu .el-submenu .el-menu > li {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 0px 0 24px !important;
  width: 179px;
  color: #333;
  background-color: #fff !important;
  position: relative;
}
.newmaintain .left .menuCard .el-menu .el-submenu .el-menu > li > span {
  position: absolute;
  left: -24px;
  top: 0px;
  width: 3px;
  height: 28px;
  background: #2485FF;
  z-index: 999;
}
.newmaintain .left .menuCard .leftBar {
  width: 3px;
  background: #F4F5F7;
  position: absolute;
  left: 24px;
  top: 24px;
  overflow-y: scroll;
}
.newmaintain .right {
  float: left;
  width: calc(100% - 240px);
}
.newmaintain .right .headCard {
  padding: 12px 0;
  background: #f3f3f4;
  position: fixed;
  z-index: 22;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 487px);
}
.newmaintain .right .head {
  padding: 12px 24px;
  background: linear-gradient(225deg, #FFFFFF 0%, #EAEEF5 100%) !important;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #FFFFFF;
}
.newmaintain .right .head > .headImg {
  float: left;
  margin-right: 20px;
  position: relative;
}
.newmaintain .right .head > .headImg .employee {
  position: absolute;
  bottom: 0;
  left: 10px;
  background: #409EFF;
  border-radius: 2px;
  color: #fff;
  padding: 2px;
}
.newmaintain .right .head > .headImg > img {
  width: 70px;
  height: 70px;
}
.newmaintain .right .head > .headInfo {
  float: left;
  width: calc(100% - 146px);
  color: #00102A;
}
.newmaintain .right .head > .headInfo .personName {
  font-weight: bold;
  font-size: 18px;
}
.newmaintain .right .head > .headInfo .personSex {
  color: #FF00EC;
  width: 14px;
  margin-left: 5px;
}
.newmaintain .right .head > .headInfo .splitLine {
  width: 2px;
  height: 10px;
  background: #D9D9D9;
  display: inline-block;
  margin: 0 5px;
}
.newmaintain .right .head > .headInfo .copyIcon {
  margin-left: 5px;
  color: #808997;
  font-size: 10px;
}
.newmaintain .right .head > .headInfo .c-green {
  color: #42CA58;
}
.newmaintain .right .head > .headInfo > .el-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  line-height: 30px;
}
.newmaintain .right > .bot {
  margin-top: 125px;
}
.newmaintain .right > .bot > div {
  color: #00102A;
  background: #fff;
  margin-bottom: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(238, 239, 241, 0.8);
          box-shadow: 0px 4px 8px 0px rgba(238, 239, 241, 0.8);
  border-radius: 2px;
}
.newmaintain .right > .bot > div.authItem {
  margin-bottom: 0;
  padding-bottom: 0;
}
.newmaintain .right > .bot > div > h4 {
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.newmaintain .right > .bot > div > h4 > span {
  width: 3px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 15px;
  background: #2485FF;
  display: inline-block;
}
.newmaintain .right > .bot > div .block {
  margin: 12px 0;
}
.newmaintain .right > .bot > div .block .el-date-editor .el-input__inner {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.newmaintain .right > .bot > div .block .el-date-editor .el-input__prefix,
.newmaintain .right > .bot > div .block .el-date-editor .el-input__suffix {
  top: -5px;
}
.newmaintain .right > .bot > div .block .el-button {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin-left: 16px;
  background: #2485FF;
  color: #fff;
  border: 0px;
}
.newmaintain .right > .bot > div .table {
  padding: 0 0;
  background: #fff;
}
.newmaintain .right > .bot > div .table .performanceTable {
  height: 400px;
  margin-top: 20px;
  margin: 0 24px;
}
.newmaintain .right > .bot > div .table .performanceTable #performanceTableId {
  height: 100%;
}
.newmaintain .right > .bot > div .table .performanceTable #performanceChart {
  height: 100%;
}
.newmaintain .right > .bot > div .table .performanceTable .el-table__header-wrapper .el-table__header .has-gutter tr > th {
  padding: 4px 0;
  font-weight: 400;
  color: #00102A;
}
.newmaintain .right > .bot > div .table .performanceTable .el-table__body-wrapper .el-table__body .el-table__row td {
  padding: 4px 0;
  font-size: 12px;
}
.newmaintain .right > .bot > div .list {
  background-color: #fff;
}
.newmaintain .right > .bot > div .list .content-box-hover:hover {
  background: #F8F8F8;
  border-radius: 12px;
}
.newmaintain .right > .bot > div .list .subTitle {
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: bold;
}
.newmaintain .right > .bot > div .list .subTitle > span {
  float: right;
}
.newmaintain .right > .bot > div .list .subTitle .edit {
  padding-right: 36px;
  color: #2485FF;
  font-size: 12px;
  cursor: pointer;
}
.newmaintain .right > .bot > div .list .subTitle .edit > i {
  margin-right: 3px;
}
.newmaintain .right > .bot > div .list .subTitle .edit.edit {
  padding-right: 12px;
}
.newmaintain .right > .bot > div .list .statusTag {
  background: #FFF6E3;
  border-radius: 2px;
  color: #FFA000;
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px;
  cursor: pointer;
}
.newmaintain .right > .bot > div .list .content-box {
  margin: 0 12px 0 12px;
}
.newmaintain .right > .bot > div .list .content-box .cardDiv {
  line-height: 12px;
}
.newmaintain .right > .bot > div .list .content-box .editIcon {
  color: #2485FF;
  cursor: pointer;
  font-size: 12px;
  line-height: 36px;
}
.newmaintain .right > .bot > div .list .content-box .el-row > .el-col {
  padding-bottom: 20px;
}
.newmaintain .right > .bot > div .list .content-box .el-table {
  margin-bottom: 40px;
}
.newmaintain .right > .bot > div .list .content-box .el-table .el-table__header-wrapper .el-table__header .has-gutter tr th {
  padding: 0;
  height: 40px;
  line-height: 40px;
  background: #F5F7FA;
}
.newmaintain .right > .bot > div .list .content-box .el-table .el-table__header-wrapper .el-table__header .has-gutter tr th > div {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #00102A;
}
.newmaintain .right > .bot > div .list .content-box .el-table .el-table__body-wrapper .el-table__body .el-table__row > td {
  padding: 0;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.newmaintain .right > .bot .authDiv {
  padding-top: 0;
  background: #fff;
  padding: 0 24px 24px;
}
.newmaintain .right > .bot .authDiv .el-tabs {
  padding-top: 0;
}
.newmaintain .right > .bot .authDiv .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar {
  background: #2485FF;
}
.newmaintain .right > .bot .authDiv .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item {
  font-size: 12px;
  font-weight: 400;
  color: #00102A;
}
.newmaintain .right > .bot .authDiv .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item.is-active {
  color: #2485FF;
}
.newmaintain .right > .bot .authDiv .el-tabs .el-tabs__content .el-tab-pane > div {
  margin-bottom: 20px;
}
.newmaintain .right > .bot .authDiv .el-tabs .el-tabs__content .el-tab-pane > div > p {
  border-bottom: 1px solid #E4E7ED;
  padding-bottom: 18px;
}
.newmaintain .right > .bot .authDiv .el-tabs .el-tabs__content .el-tab-pane > div > p > .leftSpan {
  font-size: 14px;
  font-weight: bold;
  margin-right: 18px;
}
.newmaintain .right > .bot .authDiv .el-tabs .el-tabs__content .el-tab-pane > div > div > div > p {
  height: 30px;
  line-height: 30px;
}
.newmaintain .right > .bot .authDiv .el-tabs .el-tabs__content .el-tab-pane > div > div > div > div {
  padding-left: 20px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-12 {
  margin-top: 12px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-5 {
  margin-right: 5px;
}
.mulLine {
  padding-bottom: 9px !important;
}
.flex-spw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.boldDisplay {
  font-weight: bold;
  font-size: 14px;
}
.newPaUpdateBox {
  background: #F8F8F8;
  border-radius: 8px;
}
.myPerformanceContent {
  position: relative;
}
.myPerformanceContent .myPerformance {
  width: 120px;
  position: absolute;
  left: 81px;
  top: 8px;
}
.myPerformanceContent .myPerformance .el-icon-date {
  color: #409EFF;
}
.myPerformanceContent .myPerformance .el-input {
  width: 120px;
}
.myPerformanceContent .myPerformance .el-input input {
  height: 30px;
  line-height: 30px;
  color: #409EFF;
  border-color: #409EFF;
}
.myPerformanceContent .myPerformance .el-input .el-input__suffix {
  line-height: 20px;
}
.myPerformanceContent .myPerformance .el-input .el-input__suffix .el-select__caret {
  color: #409EFF;
  line-height: 1;
}
.myPerformanceContent .myPerformance .el-input__inner::-webkit-input-placeholder {
  color: #409EFF;
}
.myPerformanceContent .myPerformance .el-input__inner::-moz-placeholder {
  color: #409EFF;
}
.myPerformanceContent .myPerformance .el-input__inner:-ms-input-placeholder {
  color: #409EFF;
}
.myPerformanceContent .myPerformance .el-input__inner::-ms-input-placeholder {
  color: #409EFF;
}
.myPerformanceContent .myPerformance .el-input__inner::placeholder {
  color: #409EFF;
}
.labelTag {
  border-radius: 3px;
  color: #3D71FF;
  display: inline-block;
  background: #EDF4FF;
  font-size: 12px;
  padding: 2px;
  border-radius: 2px;
  margin-left: 5px;
}
.splitLine {
  height: 8px;
  display: inline-block;
  border: 1px solid #D9D9D9;
  margin: 0 5px;
}
.work-item:first-child {
  background: pink;
}
.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-item:hover {
  background: #F8F8F8;
  border-radius: 12px;
}
.list-item .itemRight {
  width: calc(100% - 73px);
  padding: 13px 5px 13px 5px;
}
.list-item .itemRight_del {
  width: calc(100% - 123px);
}
.list-item:last-child .itemRight {
  padding-bottom: 12px;
}
.list-item .circleLeft {
  padding-top: 15px;
  margin-right: 8px;
}
.list-item .circleLeft .circle {
  width: 5px;
  height: 5px;
  border: 1px solid #C2C6CC;
  border-radius: 50%;
}
.list-item .circleLeft .line {
  width: 0;
  height: calc(100%);
  margin: 4px 0 0 2.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #C2C6CC;
}
.list-item .circleLeft .salaryLine {
  height: 40px;
}
.list-item .circleLeft .contractLine {
  height: 64px;
}
.list-item:last-child .line {
  display: none;
}
.subHint {
  display: inline-block;
  margin-left: 10px;
  color: #2485FF;
  font-weight: 400;
  font-size: 12px;
}
.newmaintain_deleteIcon > .newmaintain_deleteIcon_line {
  margin: 0 5px;
  color: #2485FF;
}

