.rfrom_add {
  width: 190px;
  height: 26px;
  border: solid 1px #c6c6c6;
  line-height: 26px;
  text-indent: 8px;
  text-indent: 0;
  padding-left: 8px;
  font-family: "微软雅黑";
  color: #585858;
}

.rfrom_add_300 {
  width: 300px;
  height: 26px;
  border: solid 1px #c6c6c6;
  line-height: 26px;
  text-indent: 8px;
  text-indent: 0;
  padding-left: 8px;
  font-family: "微软雅黑";
  color: #585858;
}

.rfrom_search_100 {
  width: 100px;
  height: 26px;
  border: solid 1px #c6c6c6;
  line-height: 26px;
  text-indent: 8px;
  text-indent: 0;
  padding-left: 8px;
  font-family: "微软雅黑";
  color: #585858;
}

.rfrom_search_190 {
  width: 190px;
  height: 26px;
  border: solid 1px #c6c6c6;
  line-height: 26px;
  text-indent: 8px;
  text-indent: 0;
  padding-left: 8px;
  font-family: "微软雅黑";
  color: #585858;
}

.formtable_swidth {
  width: 190px;
  margin-left: 0;
}

.formtable_formarea {
  border: solid 1px #c6c6c6;
  width: 97%;
  padding: 5px;
  height: 100px;
  line-height: 1.5;
}

.registerLogo {
  width: 210px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.registerPanel {
  width: 680px;
  margin: auto;
  background: #fff;
  box-shadow: 5px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.registerTitle {
  width: 680px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.mustStar {
  color: red;
}

/* 左侧菜单开始 */
.menuList {
  width: 100%;
  margin: 0px auto 0 auto;
}

.menuList ul li {
  background-color: #f1f1f1;
  border-bottom: 0;
}

.menuList ul li a {
  color: #000;
  font-size: 12px;
  display: block;
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-left: 20px;
}

.menuList ul li ul {
  display: none;
}

.menuList ul li ul li {
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}

.menuList ul li ul li a {
  padding-left: 30px;
}

.menuList ul li ul li a:hover {
  background-color: #f1f1f1;
}

.menuList ul li ul li a.selected {
  background-color: #f1f1f1;
}

.menuListUl::-webkit-scrollbar {
  display: none;
}

/* 左侧菜单结束 */
.welcome {
  font-size: larger;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: solid 1px #d6d6d6;
  margin-left: 8px;
  /* 上下与左右内边距一致，避免竖向过紧或过松 */
  padding: 16px;
}

.welcome-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.welcome-extra {
  flex-shrink: 0;
  text-align: right;
  max-width: 52%;
  padding-left: 12px;
}

.welcome-date-main {
  font-size: 14px;
  font-weight: 600;
  color: #2c6e9b;
  letter-spacing: 0.04em;
  line-height: 1.28;
}

.welcome-slogan {
  margin-top: 6px;
  font-size: 13px;
  color: #2d7a45;
  line-height: 1.52;
  max-width: 26em;
  margin-left: auto;
}

@media (max-width: 760px) {
  .welcome {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .welcome-extra {
    width: 100%;
    max-width: none;
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
    margin-top: 4px;
    border-top: 1px solid #ebebeb;
  }

  .welcome-slogan {
    margin-left: 0;
    max-width: none;
  }
}

.welcome-text {
  margin-left: 10px;
  min-width: 0;
}

.welcome-login-time {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

.welcome-nav-strip {
  margin-top: 8px;
  margin-left: 8px;
  border: solid 1px #d6d6d6;
  padding: 12px 20px 14px;
  background: #fafbfc;
}

.welcome-nav-strip-label {
  margin: 0 0 10px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
}

.welcome-nav-inline-wrap {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  padding-right: 4px;
}

.welcome-nav-row {
  margin-bottom: 8px;
  line-height: 1.65;
}

.welcome-nav-row:last-child {
  margin-bottom: 0;
}

.welcome-nav-cat {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

.welcome-nav-chip {
  display: inline-block;
  margin: 2px 0 2px 6px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: normal;
  color: #2c6e9b;
  text-decoration: none;
  border: 1px solid #bce8f1;
  background: #f5fafc;
  border-radius: 3px;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  max-width: 280px;
}

.welcome-nav-chip:hover {
  background: #e8f4fc;
  border-color: #7eb8d9;
  color: #1a5273;
}

.id-photo {
  width: 30px;
  height: 40px;
  margin-right: 10px;
}

.id-photo-preview {
  width: 300px;
  height: 400px;
}

.welcome .welcome-greet {
  font-size: larger;
}

.homeDefaultList {
  padding-right: 8px;
}

.homeDefaultList li {
  float: left;
  margin-top: 8px;
  width: 50%;
}

.homeDefaultListBox {
  margin-left: 8px;
  border: solid 1px #d6d6d6;
  height: 270px;
}

.homeDefaultListBoxTitle {
  height: 40px;
  line-height: 40px;
}

.homeDefaultListBoxTitle span {
  padding-left: 20px;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 14px;
}

.homeDefaultListBoxTitle a {
  float: right;
  font-style: normal;
  color: #7e7e7e;
  padding-right: 10px;
}

.homeDefaultListBoxTitle a i {
  line-height: 40px;
  font-size: 10px;
}

.homeDefaultSimpletable {
  width: calc(100% - 40px);
  border: 0.1px solid #bfbfbf;
  margin: 0 20px;
}

.homeDefaultSimpletable thead tr th {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 0.1px solid #bfbfbf;
  white-space: nowrap;
}

.homeDefaultSimpletable tbody tr td {
  line-height: 30px;
  border: 0.1px solid #bfbfbf;
  white-space: nowrap;
  text-align: center;
}

.homeDefaultSimpletable a:hover {
  color: #000;
}

.homeDefaultTextlist {
  padding: 0 20px;
  position: relative;
}

.homeDefaultTextlist li {
  line-height: 26px;
  height: 26px;
  width: 100%;
}

.homeDefaultTextlist li a {
  display: block;
  float: left;
}

.homeDefaultTextlist li span {
  display: block;
  width: 3px;
  height: 3px;
  float: left;
  margin-top: 15px;
  margin-right: 8px;
}

.homeDefaultTextlist li i {
  font-style: normal;
  color: #7e7e7e;
  position: absolute;
  right: 20px;
}

.homeDefaultCharts {
  height: 200px;
}

.performanceWorkLoadMonthChartBox {
  border: solid 1px #d6d6d6;
}

.performanceWorkLoadMonthChart {
  height: 450px;
}

.formtable_textarea {
  border: solid 1px #c6c6c6;
  width: 95.5%;
  padding: 5px;
  height: 100px;
  line-height: 1.5;
}

/*tab*/
.parentTab {
  background: #f1f1f1;
  height: 34px;
  border: solid 1px #d4d4d4;
}

.parentTab li {
  float: left;
  line-height: 33px;
  padding: 0 20px;
}

.parentTab li.tabcurrent {
  font-weight: bold;
  background: #fff;
  margin-top: -1px;
  margin-left: -1px;
  border-right: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
}

.parentTab li a:hover {
  color: #000;
}

.subTab1,
.subTab2 {
  padding: 25px;
  border: solid 1px #d4d4d4;
  border-top: none;
  overflow: hidden;
}

.subTab2 {
  display: none;
}

/*table tr hover*/
.recruitmentTalentCenterTbody tr:hover {
  background-color: #fffaf0;
}

.performanceProjectListTbody tr:hover {
  background-color: #f1f1f1;
}

.performanceWorkloadListTbody tr:hover {
  background-color: #f1f1f1;
}

.performanceShareListTbody tr:hover {
  background-color: #f1f1f1;
}

.performanceShareVideoListTbody tr:hover {
  background-color: #f1f1f1;
}

.performanceComprehensiveAssessmentListTbody tr:hover {
  background-color: #f1f1f1;
}

.performanceReopenListTbody tr:hover {
  background-color: #f1f1f1;
}

.performanceOutFailListTbody tr:hover {
  background-color: #f1f1f1;
}

.performanceWorkloadReviewListTbody tr:hover {
  background-color: #f1f1f1;
}

.assetCenterTbody tr:hover {
  background-color: #f1f1f1;
}

.recruitmentOnlineReListTbody tr:hover {
  background-color: #f1f1f1;
}

.personUserListTbody tr:hover {
  background-color: #f1f1f1;
}

.personDepartmentListTbody tr:hover {
  background-color: #f1f1f1;
}

.personGroupListTbody tr:hover {
  background-color: #f1f1f1;
}

.itemTabContent {
  padding: 20px;
  border: solid 1px #d4d4d4;
  border-top: none;
  overflow: hidden;
}

.verticalCenter {
  display: flex;
  align-items: center;
}

.horizontallyCenter {
  display: flex;
  justify-content: center;
}

.tablebox table thead tr th.number {
  width: 40px;
}

.modal-div {
  width: auto;
  margin: 20px;
}

.modal-div table {
  width: 100%;
  border: 0.1px solid #bfbfbf;
  border-top: none;
}

.modal-div table thead tr th {
  height: 29px;
  line-height: 29px;
  border-top: 0.1px solid #bfbfbf;
  border-bottom: 0.1px solid #bfbfbf;
  font-weight: bold;
  text-align: left;
  background: #e6e6e6;
  table-layout: fixed;
  word-break: break-all;
  padding-left: 10px;
  padding-right: 10px;
}

.modal-div table tbody tr td {
  border-left: solid 0.1px #d4d4d4;
  border-bottom: solid 0.1px #d4d4d4;
  line-height: 29px;
  text-align: left;
  vertical-align: middle;
  table-layout: fixed;
  word-break: break-all;
  padding-left: 10px;
  padding-right: 10px;
}

.my-layer-center {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important; /* 覆盖 layer 默认 margin */
}

.layui-layer-prompt {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important; /* 去掉默认 margin 防止位置偏移 */
}

.avatar {
  width: 35px;
  height: 35px;
  border-radius: 10%;
  background-color: #00000000;
  color: white;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  text-transform: uppercase;
}

/* 表单表格 td 默认 line-height:40px，会导致 Simditor 编辑区行距过大 */
.formtable td.formtable_simditor_cell {
  line-height: 1.6;
  vertical-align: top;
}

.formtable td.formtable_simditor_cell .simditor .simditor-body {
  line-height: 1.6;
}

.formtable td.formtable_simditor_cell .simditor .simditor-body p {
  margin: 0.35em 0;
}

/* Simditor 默认 h1–h6 均为 margin:40px 0 20px；字号较小的 h4/h5 会显得上空过大，此处统一收紧 */
.formtable td.formtable_simditor_cell .simditor .simditor-body h1,
.formtable td.formtable_simditor_cell .simditor .simditor-body h2,
.formtable td.formtable_simditor_cell .simditor .simditor-body h3,
.formtable td.formtable_simditor_cell .simditor .simditor-body h4,
.formtable td.formtable_simditor_cell .simditor .simditor-body h5,
.formtable td.formtable_simditor_cell .simditor .simditor-body h6 {
  margin: 0.5em 0;
}
