/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#app {
  font-family: PingFangSC, PingFang SC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  background-color: rgba(58, 98, 215, 0.1);
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/styles/normalize.css ***!
  \************************************************************************************************************************************************************************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details, /* 1 */
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
    display: none;
  }
  
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/styles/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
/*fade*/
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

/*fade*/
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px);
}

.breadcrumb-move {
  transition: all 0.5s;
}

.breadcrumb-leave-active {
  position: absolute;
}

.el-upload input[type=file] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

.el-dialog {
  transform: none;
  left: 0;
  position: relative;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background: #04246a;
  border-color: #04246a;
}

.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}

.dialog-footer {
  display: flex;
  justify-content: center;
}

.el-message {
  height: 66px;
  border-radius: 0px;
}
.el-message .el-message__content {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
}

.el-message--success {
  background: #fff !important;
  border: 1px solid #04246a;
  margin-top: 70vh;
}
.el-message--success .el-message-icon--success {
  color: #04246a;
}
.el-message--success .el-message__content {
  color: #04246a;
}
.el-message--success .el-message-icon--success {
  color: #04246a;
}

.el-message--error {
  margin-top: 70vh;
  background: #fff !important;
  border: 1px solid #e20101;
}
.el-message--error .el-message-icon--error {
  color: #e20101;
}
.el-message--error .el-message__content {
  color: #e20101;
}
.el-message--error .el-message-icon--success {
  color: #e20101;
}

.el-message--error {
  background: rgba(226, 1, 1, 0.1);
  border: 1px solid #e20101;
}
.el-message--error .el-message-icon--error {
  color: #e20101;
}
.el-message--error .el-message__content {
  color: #e20101;
}
.el-message--error .el-message-icon--success {
  color: #e20101;
}

.el-message--warning {
  margin-top: 2vh;
  background: rgba(250, 191, 64, 0.1);
  border: 1px solid #fabf40;
}
.el-message--warning .el-message-icon--error {
  color: #fabf40;
}
.el-message--warning .el-message__content {
  color: #fabf40;
}
.el-message--warning .el-message-icon--success {
  color: #fabf40;
}

#app .main-container {
  min-height: 100%;
  transition: margin-left 0.28s;
  margin-left: 180px;
}
#app .sidebar-container {
  transition: width 0.28s;
  width: 180px !important;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
#app .sidebar-container a {
  display: inline-block;
  width: 100%;
}
#app .sidebar-container .svg-icon {
  margin-right: 16px;
}
#app .sidebar-container .el-menu {
  border: none;
  width: 100%;
}
#app .hideSidebar .sidebar-container, #app .hideSidebar .sidebar-container .el-menu {
  width: 36px !important;
}
#app .hideSidebar .main-container {
  margin-left: 36px;
}
#app .hideSidebar .submenu-title-noDropdown {
  padding-left: 10px !important;
  position: relative;
}
#app .hideSidebar .submenu-title-noDropdown span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
  display: inline-block;
}
#app .hideSidebar .submenu-title-noDropdown:hover span {
  display: block;
  border-radius: 3px;
  z-index: 1002;
  width: 140px;
  height: 56px;
  visibility: visible;
  position: absolute;
  right: -145px;
  text-align: left;
  text-indent: 20px;
  top: 0px;
  background-color: #1f2d3d !important;
  opacity: 1;
}
#app .hideSidebar .el-submenu > .el-submenu__title {
  padding-left: 10px !important;
}
#app .hideSidebar .el-submenu > .el-submenu__title > span {
  display: none;
}
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#app .hideSidebar .el-submenu .nest-menu .el-submenu__icon-arrow {
  display: block !important;
}
#app .hideSidebar .el-submenu .nest-menu span {
  display: inline-block !important;
}
#app .nest-menu .el-submenu > .el-submenu__title,
#app .el-submenu .el-menu-item {
  min-width: 180px !important;
  background-color: #1f2d3d !important;
}
#app .nest-menu .el-submenu > .el-submenu__title:hover,
#app .el-submenu .el-menu-item:hover {
  background-color: #001528 !important;
}
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 180px !important;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

div:focus {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-main {
  min-height: 100%;
}

.confirm-btn {
  width: 120px;
  height: 38px;
  background: #071e5d;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cancel-btn {
  width: 120px;
  height: 38px;
  border: 1px solid #071e5d;
  border-radius: 19px;
  color: #071e5d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.caret-wrapper {
  display: none !important;
}

.table_header .cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_header .cell .sort-icon {
  display: flex;
  align-items: center;
}
.table_header .cell .sort-icon .el-icon {
  margin-left: 5px;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/styles/newVersionUi.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
#app .layout__main-container {
  margin: 0vh 3vh 3vh 3vh;
}
#app .el-container .home-page-box {
  display: flex;
  justify-content: space-between;
}
#app .el-container .home-page-left {
  width: calc(100% - 338px);
  padding-right: 20px;
  min-height: 894px;
}
#app .el-container .home-page-left .number-items .number-item {
  position: relative;
}
#app .el-container .home-page-left .number-items .number-item .number-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#app .el-container .home-page-right {
  width: 338px;
  background-color: #ffffff;
  border-radius: 15px;
  min-width: 338px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 894px;
}
#app .el-container .home-page-right .el-calendar {
  border-radius: 15px;
  background: #F8F9FA;
  margin: 20px;
  padding-bottom: 24px;
}
#app .el-container .home-page-right .el-calendar .el-calendar__header span {
  text-align: left;
}
#app .el-container .home-page-right .el-calendar .el-calendar__header .el-calendar__title {
  font-weight: 500;
  font-size: 13px;
  color: #2A2B2C;
}
#app .el-container .home-page-right .el-calendar .el-calendar__header .el-button-group {
  display: flex;
  align-items: center;
}
#app .el-container .home-page-right .el-calendar .el-calendar__header .el-button-group button {
  border-radius: 15px;
  margin-bottom: 2px;
  float: right;
  margin-left: 2px;
}
#app .el-container .home-page-right .el-calendar .el-calendar__body {
  padding: 0px;
}
#app .el-container .home-page-right .el-calendar .el-calendar__body .el-calendar-table thead {
  background: #E6E9F0;
  font-weight: bold;
  font-size: 12px;
  color: #2A2B2C;
  font-style: normal;
}
#app .el-container .home-page-right .el-calendar .el-calendar__body .el-calendar-table .el-calendar-day:hover {
  color: #ffffff;
  border-radius: 100%;
  background-color: #4c659c;
}
#app .el-container .home-page-right .el-calendar .el-calendar__body .el-calendar-table .is-selected {
  color: #ffffff;
  border-radius: 100%;
  background-color: #04246a;
}
#app .el-container .home-page-right .el-calendar .el-calendar__body .el-calendar-table .el-calendar-day {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .el-container .home-page-right .el-calendar .el-calendar__body .el-calendar-table td {
  border: none;
}
#app .el-container .home-page-right .upcoming-interview {
  padding: 20px;
}
#app .el-container .home-page-right .upcoming-interview .upcoming-interview-items .interview-item {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
#app .el-container .home-page-right .upcoming-interview .upcoming-interview-items .interview-item .interview-items-nodata {
  color: #ccc;
  min-height: 300px;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#app .el-container .home-page-right .upcoming-interview .upcoming-interview-items .interview-item .interview-item-left {
  width: 92px;
  height: 52px;
  background: #F8F8FC;
  border-radius: 15px;
}
#app .el-container .home-page-right .upcoming-interview .upcoming-interview-items .interview-item .interview-item-left p {
  font-weight: 500;
  font-size: 14px;
  color: #235AF6;
  line-height: 5px;
}
#app .el-container .home-page-right .upcoming-interview .upcoming-interview-items .interview-item .interview-item-right {
  font-weight: 400;
  font-size: 12px;
  color: #2A2B2C;
  padding-left: 12px;
  width: calc(100% - 92px);
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  text-overflow: ellipsis;
  height: 52px;
  overflow: hidden;
}
#app .el-container .home-page-right .upcoming-interview .title {
  font-size: 18px;
  font-weight: bold;
  height: 34px;
  color: #04246A;
  line-height: 34px;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
#app .el-container .home-page-right .upcoming-interview .left-border {
  margin-left: 0px;
  margin-right: 6px;
  width: 6px;
  height: 24px;
  background-color: #E20101;
}
#app .el-container .home-page-right .calendar-trip {
  width: 300px;
  height: 68px;
  background: #F8F9FA;
  border-radius: 14px;
  padding: 18px 16px 18px 16px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 12px;
  color: #04246A;
  line-height: 17px;
  text-align: left;
  display: flex;
  align-items: center;
}
#app .el-container .logo {
  display: flex;
  justify-content: center;
  padding-top: 70px;
  height: 93px !important;
}
#app .el-container .logo .logo-img {
  width: 93px !important;
  height: 58px !important;
  display: flex;
  margin-right: 10px;
}
#app .el-container .logo .menu-icon {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#app .el-main {
  /*放在overflow：auto；同级*/
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE10+ */
}
#app .el-main::-webkit-scrollbar {
  display: none;
  /* ChromeSafari */
}
#app .el-main .detail-content .el-form-create {
  border-radius: 25px !important;
}
#app .el-main .detail-content .item-module-first {
  border-radius: 0px 0px 25px 25px;
  padding: 20px 0px 80px 0px;
}
#app .el-main .detail-content .model-head {
  border-radius: 25px 25px 0px 0px;
}
#app .el-main .detail-content .item-module {
  border-radius: 0px 0px 25px 25px;
}
#app .el-main .detail-content .item-module .delete-dom {
  background-color: #0064B5;
}
#app .layout {
  background-color: #04246a;
}
#app .layout .dialog-footer {
  padding-bottom: 20px;
}
#app .layout .el-dialog__footer {
  padding-bottom: 0px;
}
#app .layout .layout__side {
  min-width: 232px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE10+ */
}
#app .layout .layout__side::-webkit-scrollbar {
  display: none;
  width: 4px;
  /* ChromeSafari */
}
#app .layout .layout-right-box {
  min-width: 800px;
}
#app .layout .menu-min-width {
  min-width: 86px;
}
#app .layout .left-border-color {
  background-color: rgb(223, 52, 52) !important;
}
#app .layout .combtnColor + .combtnColor {
  margin-left: 20px;
}
#app .layout .combtnColor,
#app .layout .refreshColor {
  background: #0064B5;
  width: auto;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px 17px 0px 17px;
  min-width: 128px;
  border-radius: 19px;
  height: 38px;
  cursor: pointer;
}
#app .layout .combtnColor .el-image,
#app .layout .refreshColor .el-image {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 8px;
}
#app .layout .refreshColor {
  border: 1px solid #004087;
  cursor: pointer;
  font-weight: 600;
  color: #004087 !important;
  height: 36px !important;
  background-color: white !important;
}
#app .layout .refreshColor .el-image {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 8px;
}
#app .layout .search-module-btn + .search-module-btn,
#app .layout .search-module-btn + .search-module-btn-true {
  margin-left: 10px;
}
#app .layout .search-module-btn-true {
  width: auto;
  height: 38px;
  border-radius: 19px;
  padding: 0px 24px 0px 24px;
  border: 1px solid #004087;
  background-color: #004087;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
#app .layout .search-module-btn {
  width: auto;
  height: 38px;
  border-radius: 19px;
  padding: 0px 24px 0px 24px;
  border: 1px solid #BECCDC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #004087;
  color: #fff;
  cursor: no-drop;
  background-color: #BECCDC;
}
#app .layout .search-module-btn-disable {
  width: auto;
  height: 38px;
  border-radius: 19px;
  padding: 0px 24px 0px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  line-height: 38px;
  color: #ffffff;
  padding: 0 24px;
  background-color: #c8c9cc;
  cursor: not-allowed;
}
#app .layout .search-module-btn-approve {
  width: auto;
  height: 38px;
  border-radius: 19px;
  padding: 0px 24px 0px 24px;
  background-color: #004088;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
#app .layout .search-module-btn + .search-module-btn-approve,
#app .layout .search-module-btn-true + .search-module-btn,
#app .layout .search-module-btn-true + .search-module-btn-true {
  margin-left: 10px;
}
#app .layout .dialog-btn-confirm + .dialog-btn-cancel,
#app .layout .dialog-btn-confirm + .dialog-btn-confirm {
  margin-left: 30px;
}
#app .layout .el-dialog {
  border-radius: 25px;
  padding: 0px;
}
#app .layout .el-dialog .export_icon .active,
#app .layout .el-dialog .download-type .active {
  border: 2px solid #071e5d !important;
}
#app .layout .el-dialog .export_icon_left,
#app .layout .el-dialog .export_icon_right {
  border-radius: 8px;
  border-color: #0064B5;
  width: 140px;
  height: 108px;
  background: #ffffff;
  border: 1px solid #e6e9f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#app .layout .el-dialog .export_icon_left span,
#app .layout .el-dialog .export_icon_right span {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: #04246a;
  line-height: 20px;
  margin-top: 10px;
}
#app .layout .el-dialog .export_icon_left .el-image,
#app .layout .el-dialog .export_icon_right .el-image {
  height: 50px;
  width: 50px;
}
#app .layout .el-dialog .el-dialog__body {
  padding: 20px 20px 20px 20px;
}
#app .layout .el-dialog .el-dialog__body .select-textarea-box .el-select__wrapper {
  width: 100% !important;
  margin-top: 10px !important;
}
#app .layout .el-dialog .el-dialog__body .input-textarea-box .el-input__wrapper {
  height: inherit;
}
#app .layout .el-dialog .el-dialog__body .input-textarea-box textarea {
  height: 90px !important;
  background-color: #fff;
  min-height: 90px !important;
}
#app .layout .el-dialog .el-dialog__body .tipTitle {
  font-size: 18px;
  font-weight: 400;
  color: #05276b;
  padding: 20px;
}
#app .layout .el-dialog .el-dialog__body .reason-tip-text {
  color: #05276b;
  font-size: 16px;
  font-weight: bold;
}
#app .layout .el-dialog .el-dialog__body .m-4 p {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #04246a;
  line-height: 26px;
  margin: 0px 0px 6px 0px;
}
#app .layout .el-dialog .el-dialog__body .setting .el-table:not(.el-table--border) .el-table__cell {
  border: none;
}
#app .layout .el-dialog .el-dialog__body .setting .btns {
  margin-top: 20px;
}
#app .layout .el-dialog .el-dialog__header {
  background-color: #0064B5;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 8px;
  border-radius: 25px 25px 0px 0px;
  height: 70px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 20px;
}
#app .layout .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: white;
  font-size: 26px;
  font-weight: bold;
  margin: 20px 40px 20px 0px;
}
#app .layout .el-dialog .el-dialog__header .el-dialog__title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #ffffff;
  line-height: 34px;
  text-align: left;
  font-style: normal;
}
#app .layout .el-dialog .sortColumn {
  cursor: pointer;
}
#app .layout .el-dialog .sortColumn .el-table__cell:last-child {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAplJREFUWEftls9rE1EQx7+TNO/l0JtISWVTilopiFWs4KmKgjcPigFpsifxb/Bn1UpF8U9QPCWpiPRqDyIeehCsQlUoShV1t7Qo/gHZbZPR3WSTNZvdTZpVEbLHnffe9zMz780M4R9/1Jb+9kx/IilGN/TiYlvrO1gUCpAcUIdZ4gWAAQbmTC2fAcAdaAQuDQYYPKvIvsRzADvrpzAeGHr+fFQQ/gCtxB2KCCFaAwSJRwzhBfCKbwBIWLoMGATIKNPxO0CTOAMlIroG5rs2AOMNAa9AOBcVhAsgI2RavgVoT83bElUqpytMa7E4LTkApp4/IBX1vhuCuTJj6sWprbyMBkBqckgm4l/c4sZqcT6xIzfWBLAfADVBLBhafqIOkJocwnr/GnDPSl/7z1Ckc9cJdLyMyvSmVnxm7fQBsEwklOxNotiRMvOVTb2wYP0UafU2ARcZvGRqxjjwuBxEEFqIAgBanivT6jKAUdvI5i5Df/Tp7wIo6gcQRmzRSnnEWJ1d6QH0ItCLwP8dAaGoe4nwrlaiX5tafjzIIxl1HQAyQijJRSLs+9WOL5la/o4FIJXsCQbNAHhq6oWrzoTkByDT6klmngLhiakVbjhOhJbi6sKjfRhObcPnh9+cjULJvSSiQ9WS2xjTWgGIdPYMITbrzBUG8SC+FtbthhLWrfzsQsndIqLLdXsNQirqe3cp5hiNucWtmcLUSwedJrVlgBYt2Y4EwBMg2l27MxcIsNJkT1QALxul8jF8b0SyGwA7gp7hBDAJEFU9LoMo7ifeVQpcqfFAeNPm9bzDSxh6UwIg/MWjikDdmeZ0tMp5syvd3gHPeULJzRHRKTA0I8aHnefmF8OoAWwdq3qa8scKPs4bYcn7IwBhom77T108oDDc4nWrAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 94%;
}
#app .layout .el-dialog .dialog-btn-confirm {
  width: auto;
  height: 38px;
  border-radius: 12px;
  padding: 0px 24px 0px 24px;
  display: flex;
  border: 1px solid #0064B5;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fcfcfc;
  cursor: pointer;
  background-color: #0064B5;
  min-width: 120px;
}
#app .layout .el-dialog .dialog-btn-confirm .el-loading-mask {
  background-color: transparent;
  border-radius: 25px;
}
#app .layout .el-dialog .dialog-btn-confirm .el-loading-mask .circular {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
#app .layout .el-dialog .dialog-btn-cancel {
  width: auto;
  height: 38px;
  border-radius: 12px;
  padding: 0px 24px 0px 24px;
  border: 1px solid #004087;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #004087;
  cursor: pointer;
  min-width: 120px;
}
#app .layout .el-dialog .hideBtn {
  pointer-events: none;
  background-color: #E6E9F0 !important;
  border: 1px solid #E6E9F0 !important;
}
#app .layout .el-overlay + .el-overlay {
  background-color: transparent;
}
#app .layout .el-overlay .REQUIRED .el-dialog__header::after {
  content: "*";
  color: #e54d42;
  padding: 12px 0 0 6px;
  font-size: 18px;
}
#app .layout .el-overlay .reason-dialog .required {
  margin: 0 auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#app .layout .el-overlay .reason-dialog .el-dialog__close {
  color: #ffffff;
  font-size: 25px;
  margin-right: 20px;
  margin: 20px 40px 20px 0px;
}
#app .layout .el-overlay .reason-dialog .el-select__wrapper {
  min-height: 38px;
  height: 38px;
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
#app .layout .el-overlay .reason-dialog .dialog-btn-confirm {
  cursor: pointer;
}
#app .layout .el-overlay .reason-dialog .el-dialog__header span {
  color: #FFFFFF !important;
}
#app .layout .el-overlay .rtl .el-drawer__body .btns .dialog-btn-cancel {
  width: auto;
  height: 38px;
  border-radius: 12px;
  padding: 0px 24px 0px 24px;
  border: 1px solid #BECCDC;
  background-color: #BECCDC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: white;
  cursor: pointer;
  min-width: 120px;
}
#app .layout .el-overlay .el-drawer {
  border-radius: 25px 0px 25px 25px;
  min-width: 500px !important;
  width: 500px !important;
  top: 10%;
  min-height: 90vh;
  height: 90vh;
  right: 3vh;
}
#app .layout .el-overlay .el-drawer .el-drawer__body {
  padding-bottom: 70px;
  padding: 0;
}
#app .layout .el-overlay .el-drawer .el-drawer__body .el-range-input {
  font-size: 12px;
}
#app .layout .el-overlay .el-drawer .el-drawer__body .el-form-item__label {
  text-align: left;
}
#app .layout .el-overlay .el-drawer .el-drawer__body .el-form--default {
  padding: 20px 20px 70px 20px;
}
#app .layout .el-overlay .el-drawer .btns {
  display: flex;
  line-height: 38px;
  margin-top: 30px;
  position: fixed;
  bottom: 0px;
  background-color: white;
  width: 500px;
  height: 70px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px -3px 16px -6px #ccc;
  border-radius: 0px 0px 25px 25px;
}
#app .layout .el-overlay .el-drawer .el-drawer__header {
  margin-bottom: 0;
}
#app .layout .el-overlay .el-drawer .el-drawer__header .header {
  padding: 0px 14px 14px 0px;
}
#app .layout .el-overlay .el-drawer .el-drawer__header .header .close {
  cursor: pointer;
}
#app .layout .el-overlay .dialog-btn-confirm {
  width: auto;
  height: 38px;
  border-radius: 12px;
  padding: 0px 24px 0px 24px;
  display: flex;
  justify-content: center;
  border: 1px solid #0064B5;
  align-items: center;
  font-weight: 500;
  color: #fcfcfc;
  cursor: pointer;
  background-color: #0064B5;
  min-width: 120px;
}
#app .layout .el-overlay .dialog-btn-cancel {
  width: auto;
  height: 38px;
  border-radius: 12px;
  padding: 0px 24px 0px 24px;
  border: 1px solid #004087;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #004087;
  cursor: pointer;
  min-width: 120px;
}
#app .layout .internal-container .tab-1,
#app .layout .create-postion .tab-1 {
  background-color: transparent;
}
#app .layout .internal-container .el-dialog-box .add-tag-dialog .taginput,
#app .layout .create-postion .el-dialog-box .add-tag-dialog .taginput {
  width: 500px;
}
#app .layout .internal-container .el-dialog-box .select-tags-dialog .el-select,
#app .layout .create-postion .el-dialog-box .select-tags-dialog .el-select {
  margin-right: 0px;
}
#app .layout .internal-container .el-dialog-box .select-tags-dialog .el-select .el-select__wrapper,
#app .layout .create-postion .el-dialog-box .select-tags-dialog .el-select .el-select__wrapper {
  height: auto !important;
}
#app .layout .internal-container .el-dialog-box .select-tags-dialog .tags-select,
#app .layout .create-postion .el-dialog-box .select-tags-dialog .tags-select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#app .layout .internal-container .el-dialog-box .select-tags-dialog .tags-select .el-date-editor,
#app .layout .create-postion .el-dialog-box .select-tags-dialog .tags-select .el-date-editor {
  width: 500px;
  height: 44px;
}
#app .layout .internal-container .el-dialog-box .select-tags-dialog .new-tag-btn,
#app .layout .create-postion .el-dialog-box .select-tags-dialog .new-tag-btn {
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #04246a;
  cursor: pointer;
  margin-left: 20px;
}
#app .layout .internal-container .el-dialog-box .select-tags-dialog .new-tag-btn .el-image,
#app .layout .create-postion .el-dialog-box .select-tags-dialog .new-tag-btn .el-image {
  height: 14px;
  width: 14px;
  margin-right: 3px;
}
#app .layout .layout__main {
  margin: 3vh 3vh 3vh 0vh;
  border-radius: 30px;
}
#app .layout .el-header .el-breadcrumb__item span {
  font-size: 28px;
  font-family: AR !important;
  font-weight: 400;
}
#app .layout .el-menu {
  border-right: solid 1px #04246a !important;
}
#app .layout .el-menu .logo + .el-menu-item:nth-child(2) {
  margin-top: 55px;
}
#app .layout .el-menu .el-menu-item-group {
  text-indent: 20px;
}
#app .layout .el-menu .el-menu-item-group .el-menu-item-group__title {
  display: none;
}
#app .layout .el-menu .margin-r {
  margin-right: 10px !important;
}
#app .layout .el-menu .hideMenuText {
  display: flex;
  justify-content: center;
  margin-bottom: 24px !important;
}
#app .layout .el-menu .el-menu-item {
  height: 40px !important;
  color: white;
  opacity: 1;
  margin: 0px 20px 0px 20px;
}
#app .layout .el-menu .el-menu-item .el-image {
  min-width: 20px;
  min-height: 20px;
  margin-right: 0px;
}
#app .layout .el-menu .el-menu-item .el-image img {
  min-width: 20px;
  min-height: 20px;
}
#app .layout .el-menu .el-sub-menu .el-sub-menu__title {
  margin: 0px 0px 0px 20px;
  height: 40px;
}
#app .layout .el-menu .el-sub-menu .el-sub-menu__title span {
  color: white;
  opacity: 1;
}
#app .layout .el-menu .el-sub-menu .el-image {
  min-width: 20px;
  min-height: 20px;
  margin-right: 0px;
}
#app .layout .el-menu .el-sub-menu .el-image img {
  min-width: 20px;
  min-height: 20px;
  filter: invert(0%) !important;
}
#app .layout .el-menu .el-menu-item.is-active,
#app .layout .el-menu .el-menu-item.is-active:hover {
  opacity: 1;
  height: 40px;
  background: #A6B4CE !important;
  border-radius: 12px;
  font-weight: 500;
  color: #04246A;
}
#app .layout .layout__header {
  background-color: #f0f1f5 !important;
}
#app .layout__main-container .el-input__wrapper,
#app .layout__main-container .el-select__wrapper,
#app .layout__main-container .el-date-editor {
  border-radius: 8px;
  height: 38px;
  min-height: 38px;
}
#app .layout__main-container .el-pagination .el-select {
  width: 142px;
}
#app .layout__main-container .el-pagination .el-pagination__sizes {
  height: 28px;
}
#app .layout__main-container .el-pagination .el-pagination__total,
#app .layout__main-container .el-pagination .el-pagination__goto {
  font-weight: 600;
  font-size: 12px;
  color: #2A2B2C;
}
#app .layout__main-container .el-pagination .el-input__wrapper,
#app .layout__main-container .el-pagination .el-select__wrapper,
#app .layout__main-container .el-pagination .el-input {
  border-radius: 14px;
  height: 28px !important;
  min-height: 28px !important;
}
#app .layout__main-container .btns + .recruited {
  border-radius: 25px;
}
#app .layout__main-container .btns .save,
#app .layout__main-container .btns .submit,
#app .layout__main-container .btns .saveApprove,
#app .layout__main-container .btns .ok,
#app .layout__main-container .btns .cancle {
  border-radius: 12px;
  font-weight: 500;
}
#app .layout__main-container .head-btn_right .btn-item {
  border-radius: 12px;
  font-weight: 500;
}
#app .layout__main-container .content-right .Remark-content:nth-child(2) {
  margin-top: 24px;
}
#app .layout__main-container .content-right .procedure-item .state {
  height: auto;
}
#app .layout__main-container .content-right .procedure-item .name {
  width: auto;
  text-align: left;
  height: auto;
  max-height: 100px;
}
#app .layout__main-container .create-postion .recruited {
  border-radius: 25px;
  display: inline-block;
  width: 100%;
}
#app .layout__main-container .create-postion .recruited:nth-child(4) {
  margin-bottom: 30px;
}
#app .layout__main-container .init-content-box .content-left {
  min-width: 600px;
  width: calc(100vw - 350px);
}
#app .layout__main-container .content-left .tab-1,
#app .layout__main-container .content-left .tab-2,
#app .layout__main-container .content-left .tab-3 {
  min-height: 1170px;
}
#app .layout__main-container .content-left .model-1 {
  border-radius: 0px 0px 25px 25px;
  padding: 20px;
  background-color: #fff;
}
#app .layout__main-container .content-left .model-1 .model-head + .model-labels {
  padding-top: 24px;
}
#app .layout__main-container .content-left .model-1 .more-file {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: rgba(0, 100, 181, 0.24);
  border-radius: 8px;
  color: #0064B5;
  cursor: pointer;
  font-style: normal;
}
#app .layout__main-container .content-left .model-1 .file-item {
  padding-bottom: 40px;
  position: relative;
}
#app .layout__main-container .content-left .model-1 .file-item .file-items-box {
  border-style: dashed;
  border-radius: 15px;
  border-color: #CED0DB;
  padding: 0px 10px 10px 10px;
  margin-top: 10px;
  min-height: 160px;
  border-width: 1.2px;
}
#app .layout__main-container .content-left .model-1 .file-item .file-btns {
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
#app .layout__main-container .content-left .model-1 .file-item .model-head {
  width: 86%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
#app .layout__main-container .content-left .model-1 .file-item .model-head .p-line {
  margin-left: 0px;
  margin-right: 6px;
  width: 6px;
  height: 24px;
  background-color: #e20101;
  border-radius: 3px;
}
#app .layout__main-container .content-left .model-1 .file-item .model-head .model-title {
  width: 100%;
  height: 34px;
  font-size: 24px;
  font-family: AR;
  font-weight: bold;
  color: #04246a;
  line-height: 34px;
}
#app .layout__main-container .content-left .model-1 .file-item .no-file {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  padding-top: 10px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .layout__main-container .content-left .model-1 .file-item .download-file-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  background: #F4F9FC;
  margin-top: 10px;
  border-radius: 8px;
}
#app .layout__main-container .content-left .model-1 .file-item .download-file-item .file-name {
  padding: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #04246a;
}
#app .layout__main-container .content-left .model-1 .file-item .download-file-item .el-image {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  cursor: pointer;
}
#app .layout__main-container .content-left .model-1 .file-item .upload-file-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#app .layout__main-container .content-left .model-1 .file-item .upload-file-item .upload-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #04246a;
}
#app .layout__main-container .content-left .model-1 .file-item .upload-file-item .upload-btn .el-image {
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
#app .layout__main-container .content-left .model-1 .file-item .invite-review {
  background: rgba(0, 100, 181, 0.1);
  border-radius: 12px;
  border: 1px solid #0064B5;
  font-size: 14px;
  color: #0064B5;
  padding: 6px 15px;
  margin-right: 20px;
}
#app .layout__main-container .content-left,
#app .layout__main-container .content-right {
  border-radius: 25px;
  margin-bottom: 16px;
  min-height: 1231px;
}
#app .layout__main-container .content-left .model-2,
#app .layout__main-container .content-right .model-2 {
  border-radius: 25px;
  padding-bottom: 24px;
}
#app .layout__main-container .create-requirement .recruited {
  border-radius: 25px;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
#app .layout__main-container .create-requirement .recruited .textarea .el-textarea__inner {
  background-color: white;
}
#app .layout__main-container .create-requirement .recruited .el-input-group__append {
  border-radius: 0px 8px 8px 0px;
}
#app .layout__main-container .create-requirement .recruited .el-input-group__append,
#app .layout__main-container .create-requirement .recruited .el-button {
  height: 38px !important;
  min-height: 38px !important;
}
#app .layout__main-container .create-requirement .recruited:nth-child(4) {
  margin-bottom: 30px;
}
#app .layout__main-container .create-requirement .recruited:nth-child(3) .el-input__wrapper {
  border-radius: 8px 0px 0px 8px !important;
  height: 38px;
  min-height: 38px;
}
#app .layout__main-container .create-requirement .recruited:nth-child(3) .el-select__wrapper {
  border-radius: 0px 8px 8px 0px !important;
  height: 38px;
  min-height: 38px;
}
#app .layout__main-container .app-container .demo-form-inline,
#app .layout__main-container .InternalApplication .demo-form-inline {
  margin: 0px;
}
#app .layout__main-container .app-container .head-img,
#app .layout__main-container .InternalApplication .head-img {
  border-radius: 15px;
}
#app .layout__main-container .app-container .number-items .number-item,
#app .layout__main-container .InternalApplication .number-items .number-item {
  border-radius: 15px;
}
#app .layout__main-container .app-container .number-items + .tabs,
#app .layout__main-container .InternalApplication .number-items + .tabs {
  border-radius: 25px;
}
#app .layout__main-container .app-container .number-items + .tabs .table-head-btn .refresh,
#app .layout__main-container .InternalApplication .number-items + .tabs .table-head-btn .refresh {
  border-radius: 25px;
}
#app .layout__main-container .app-container .number-items + .tabs .table-head-btn .add,
#app .layout__main-container .InternalApplication .number-items + .tabs .table-head-btn .add {
  border-radius: 25px;
}
#app .layout__main-container .app-container .tabs + .tabs,
#app .layout__main-container .InternalApplication .tabs + .tabs {
  border-radius: 25px;
}
#app .layout__main-container .app-container .tabs + .tabs .table-head-btn .refresh,
#app .layout__main-container .InternalApplication .tabs + .tabs .table-head-btn .refresh {
  border-radius: 25px;
}
#app .layout__main-container .app-container .tabs + .tabs .table-head-btn .add,
#app .layout__main-container .InternalApplication .tabs + .tabs .table-head-btn .add {
  border-radius: 25px;
}
#app .layout__main-container .app-container .requirement .controls .create,
#app .layout__main-container .app-container .requirement .controls .delete,
#app .layout__main-container .app-container .referralReward .controls .create,
#app .layout__main-container .app-container .referralReward .controls .delete,
#app .layout__main-container .InternalApplication .requirement .controls .create,
#app .layout__main-container .InternalApplication .requirement .controls .delete,
#app .layout__main-container .InternalApplication .referralReward .controls .create,
#app .layout__main-container .InternalApplication .referralReward .controls .delete {
  border-radius: 12px;
  font-weight: bold;
}
#app .layout__main-container .app-container .choose,
#app .layout__main-container .InternalApplication .choose {
  margin: 18px 0 8px 0;
}
#app .layout__main-container .app-container .choose div,
#app .layout__main-container .InternalApplication .choose div {
  height: 56px;
  border-radius: 15px;
}
#app .layout__main-container .app-container .referralReward + .tabs,
#app .layout__main-container .InternalApplication .referralReward + .tabs {
  border-radius: 15px 15px 0px 0px;
}
#app .layout__main-container .app-container .tabs + .queryAll,
#app .layout__main-container .InternalApplication .tabs + .queryAll {
  border-radius: 0px 0px 15px 15px;
}
#app .layout__main-container .app-container .queryAll,
#app .layout__main-container .InternalApplication .queryAll {
  border-radius: 15px;
  margin-bottom: 16px;
  padding: 5px 10px;
  margin: 18px 0 16px 0 !important;
  text-align: left;
}
#app .layout__main-container .app-container .queryAll .filter .el-image,
#app .layout__main-container .InternalApplication .queryAll .filter .el-image {
  margin-left: 14px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#app .layout__main-container .app-container .queryAll .el-form,
#app .layout__main-container .InternalApplication .queryAll .el-form {
  max-width: 90vw;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item:first-child,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item:first-child {
  width: 190px !important;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item:first-child .el-input,
#app .layout__main-container .app-container .queryAll .el-form .el-form-item:first-child .el-select,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item:first-child .el-input,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item:first-child .el-select {
  width: 190px !important;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item:first-child .el-input .el-input__wrapper,
#app .layout__main-container .app-container .queryAll .el-form .el-form-item:first-child .el-input .el-select__wrapper,
#app .layout__main-container .app-container .queryAll .el-form .el-form-item:first-child .el-select .el-input__wrapper,
#app .layout__main-container .app-container .queryAll .el-form .el-form-item:first-child .el-select .el-select__wrapper,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item:first-child .el-input .el-input__wrapper,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item:first-child .el-input .el-select__wrapper,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item:first-child .el-select .el-input__wrapper,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item:first-child .el-select .el-select__wrapper {
  width: 190px !important;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item {
  margin: 5px;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .el-input__inner,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .el-input__inner {
  -webkit-touch-callout: text;
  /* iOS Safari */
  -webkit-user-select: text;
  /* Chrome/Safari/Opera */
  /* Konqueror HTML */
  -moz-user-select: text;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: text;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .el-select,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .el-select {
  width: 180;
  min-width: 180px;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .searchinput-time,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .searchinput-time {
  width: 240px !important;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .searchinput,
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .status,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .searchinput,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .status {
  width: 150px;
  min-width: 150px;
  margin-left: 0px;
  margin-right: 0px;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .searchinput .el-select__selection .el-select__selected-item:nth-child(1) .el-tag--default,
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .status .el-select__selection .el-select__selected-item:nth-child(1) .el-tag--default,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .searchinput .el-select__selection .el-select__selected-item:nth-child(1) .el-tag--default,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .status .el-select__selection .el-select__selected-item:nth-child(1) .el-tag--default {
  max-width: 50px !important;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .searchinput:first-child,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .searchinput:first-child {
  width: 190px !important;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .el-form-item__content .el-input,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .el-form-item__content .el-input {
  height: 38px !important;
}
#app .layout__main-container .app-container .queryAll .el-form .el-form-item .el-input__wrapper,
#app .layout__main-container .InternalApplication .queryAll .el-form .el-form-item .el-input__wrapper {
  border-radius: 24px;
  background-color: white;
  height: 38px;
  min-height: 38px;
  width: 170px;
  min-width: 106px;
}
#app .layout__main-container .app-container .UnderMyApproval,
#app .layout__main-container .InternalApplication .UnderMyApproval {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 13px 13px 0px 20px;
}
#app .layout__main-container .app-container .UnderMyApproval .el-switch.is-checked .el-switch__core,
#app .layout__main-container .InternalApplication .UnderMyApproval .el-switch.is-checked .el-switch__core {
  border-color: #0065b5;
  background-color: #0065b5;
}
#app .layout__main-container .app-container .UnderMyApproval .el-switch__core,
#app .layout__main-container .InternalApplication .UnderMyApproval .el-switch__core {
  min-width: 34px;
}
#app .layout__main-container .app-container .UnderMyApproval + .dataTable,
#app .layout__main-container .InternalApplication .UnderMyApproval + .dataTable {
  padding-top: 12px;
  border-radius: 0px 0px 25px 25px;
}

body .standard-cv-box .working-experience-history,
body .standard-cv-box .project-employment {
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
  /* 在 600 像素或更小的屏幕上，将背景色设置为橄榄色 */
}
body .standard-cv-box .working-experience-history .project-items,
body .standard-cv-box .project-employment .project-items {
  margin-bottom: 20px !important;
}
body .standard-cv-box .working-experience-history .history-items,
body .standard-cv-box .working-experience-history .project-items,
body .standard-cv-box .project-employment .history-items,
body .standard-cv-box .project-employment .project-items {
  margin-bottom: 0px;
}
body .standard-cv-box .working-experience-history .history-items .history-border-left,
body .standard-cv-box .working-experience-history .project-items .history-border-left,
body .standard-cv-box .project-employment .history-items .history-border-left,
body .standard-cv-box .project-employment .project-items .history-border-left {
  width: 1px;
  height: 30px;
  background: #d8d8d8;
  margin-left: 4px;
}
body .standard-cv-box .working-experience-history .history-items .history,
body .standard-cv-box .working-experience-history .project-items .history,
body .standard-cv-box .project-employment .history-items .history,
body .standard-cv-box .project-employment .project-items .history {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .standard-cv-box .working-experience-history .history-items .history .first-txt-item,
body .standard-cv-box .working-experience-history .project-items .history .first-txt-item,
body .standard-cv-box .project-employment .history-items .history .first-txt-item,
body .standard-cv-box .project-employment .project-items .history .first-txt-item {
  max-width: 40%;
}
body .standard-cv-box .working-experience-history .history-items .history .porject-name,
body .standard-cv-box .working-experience-history .project-items .history .porject-name,
body .standard-cv-box .project-employment .history-items .history .porject-name,
body .standard-cv-box .project-employment .project-items .history .porject-name {
  max-width: 30%;
}
body .standard-cv-box .working-experience-history .history-items .history .porject-time,
body .standard-cv-box .working-experience-history .project-items .history .porject-time,
body .standard-cv-box .project-employment .history-items .history .porject-time,
body .standard-cv-box .project-employment .project-items .history .porject-time {
  max-width: 20%;
  min-width: 220px;
}
body .standard-cv-box .working-experience-history .history-items .history .show-more-txt:hover,
body .standard-cv-box .working-experience-history .project-items .history .show-more-txt:hover,
body .standard-cv-box .project-employment .history-items .history .show-more-txt:hover,
body .standard-cv-box .project-employment .project-items .history .show-more-txt:hover {
  color: #436bc3;
}
body .standard-cv-box .working-experience-history .history-items .history .others-content-title,
body .standard-cv-box .working-experience-history .project-items .history .others-content-title,
body .standard-cv-box .project-employment .history-items .history .others-content-title,
body .standard-cv-box .project-employment .project-items .history .others-content-title {
  text-indent: 18px;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
}
body .standard-cv-box .working-experience-history .history-items .history .show-more-txt,
body .standard-cv-box .working-experience-history .project-items .history .show-more-txt,
body .standard-cv-box .project-employment .history-items .history .show-more-txt,
body .standard-cv-box .project-employment .project-items .history .show-more-txt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #04246A;
  text-align: left;
  font-style: normal;
  position: absolute;
  right: 0;
  cursor: pointer;
  max-width: 8%;
}
body .standard-cv-box .working-experience-history .history-items .history .history-icon,
body .standard-cv-box .working-experience-history .project-items .history .history-icon,
body .standard-cv-box .project-employment .history-items .history .history-icon,
body .standard-cv-box .project-employment .project-items .history .history-icon {
  width: 10px !important;
  height: 10px !important;
  background: #0b8e60;
  border-radius: 100%;
  min-width: 10px !important;
  min-height: 10px !important;
}
body .standard-cv-box .working-experience-history .history-items .history .history-item,
body .standard-cv-box .working-experience-history .project-items .history .history-item,
body .standard-cv-box .project-employment .history-items .history .history-item,
body .standard-cv-box .project-employment .project-items .history .history-item {
  min-height: 22px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #04246a;
  line-height: 22px;
  margin-right: 6px;
  text-align: left;
}
body .standard-cv-box .working-experience-history .history-items .no-data,
body .standard-cv-box .working-experience-history .project-items .no-data,
body .standard-cv-box .project-employment .history-items .no-data,
body .standard-cv-box .project-employment .project-items .no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 108px;
}
body .standard-cv-box .working-experience-history .history-items .no-data .no-data-img,
body .standard-cv-box .working-experience-history .project-items .no-data .no-data-img,
body .standard-cv-box .project-employment .history-items .no-data .no-data-img,
body .standard-cv-box .project-employment .project-items .no-data .no-data-img {
  height: 160px;
  width: 160px;
  margin-bottom: 10px;
}
body .standard-cv-box .working-experience-history .history-items .no-data span,
body .standard-cv-box .working-experience-history .project-items .no-data span,
body .standard-cv-box .project-employment .history-items .no-data span,
body .standard-cv-box .project-employment .project-items .no-data span {
  width: 312px;
  height: 34px;
  font-size: 24px;
  font-family: AR;
  font-weight: bold;
  color: #04246a;
  line-height: 34px;
}
@media screen and (min-width: 1400px) {
  body .standard-cv-box .working-experience-history .border-left::before,
  body .standard-cv-box .project-employment .border-left::before {
    position: absolute;
    top: 0%;
    transform: translatey(-0.8%) !important;
    left: -14px;
    content: "";
    width: 1px;
    height: 102% !important;
    background-color: #d4d4d4;
  }
}
body .standard-cv-box .working-experience-history .border-left::before,
body .standard-cv-box .project-employment .border-left::before {
  position: absolute;
  top: 0%;
  transform: translatey(-1.4%);
  left: -14px;
  content: "";
  width: 1px;
  height: 104%;
  background-color: #d4d4d4;
}
body .standard-cv-box .working-experience-history .item-description,
body .standard-cv-box .project-employment .item-description {
  text-align: left;
  padding: 20px;
  width: 98%;
  min-height: 96px;
  background: #F8F9FA;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 18px;
  position: relative;
}
body .standard-cv-box .working-experience-history .item-description .item-description-titles,
body .standard-cv-box .project-employment .item-description .item-description-titles {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100% !important;
}
body .standard-cv-box .working-experience-history .item-description .item-description-value,
body .standard-cv-box .project-employment .item-description .item-description-value {
  max-width: 70%;
  text-align: right;
  word-wrap: break-word;
}
body .standard-cv-box .working-experience-history .item-description .item-description-title,
body .standard-cv-box .working-experience-history .item-description .item-description-titles,
body .standard-cv-box .project-employment .item-description .item-description-title,
body .standard-cv-box .project-employment .item-description .item-description-titles {
  max-width: 80%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #04246A;
  text-align: left;
  font-style: normal;
  padding-bottom: 10px;
}
body .standard-cv-box .working-experience-history .item-description .item-description-content,
body .standard-cv-box .project-employment .item-description .item-description-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #8d9cbd;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
body .standard-cv-box .working-experience-history .item-description .item-description-content .el-textarea__inner,
body .standard-cv-box .project-employment .item-description .item-description-content .el-textarea__inner {
  border: 0;
  outline: none;
  cursor: auto;
  resize: none;
  background-color: transparent;
  box-shadow: none;
}
body .btnStatusHide {
  pointer-events: none;
  opacity: 0.5;
}
body .el-message {
  border-radius: 25px;
}
body .deleteMessage {
  border-radius: 25px;
  border: none;
  padding: 0px 0px 20px 0px;
}
body .deleteMessage .el-message-box__message {
  color: #05276b;
  font-size: 14px;
  font-weight: 500;
}
body .deleteMessage .el-message-box__header {
  height: 70px;
  display: flex;
  font-weight: 400;
  background-color: #0064B5;
  font-family: PingFangSC, PingFang SC;
  justify-content: left;
  align-items: center;
  padding: 0px 0px 0px 20px;
}
body .deleteMessage .el-message-box__header .el-message-box__title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 34px;
  text-align: left;
  font-style: normal;
}
body .deleteMessage .el-message-box__header .el-message-box__close {
  color: white;
  font-size: 26px;
  font-weight: bold;
  margin: 20px 40px 20px 0px;
}
body .deleteMessage .el-message-box__message p {
  font-size: 18px;
  font-weight: 400;
  color: #05276b;
}
body .deleteMessage .el-message-box__btns {
  padding: 5px 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
body .deleteMessage .el-message-box__btns .el-button {
  font-size: 16px;
  font-weight: bold;
  font-family: PingFangSC, PingFang SC;
}
body .deleteMessage .el-message-box__btns .el-button + .el-button {
  margin-left: 20px;
}
body .deleteMessage .el-message-box__btns .el-button:last-child {
  width: auto;
  height: 38px;
  border-radius: 12px;
  padding: 0px 24px 0px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fcfcfc;
  cursor: pointer;
  background-color: #0064B5;
  border: 1px solid #004087;
  min-width: 120px;
}
body .deleteMessage .el-message-box__btns .el-button:first-child {
  width: auto;
  height: 38px;
  border-radius: 12px;
  padding: 0px 24px 0px 24px;
  border: 1px solid #004087;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  min-width: 120px;
}
body .deleteMessage .el-message-box__content {
  padding: 20px;
}
body .upload-file-dialog {
  padding-bottom: 20px;
}
body .upload-file-dialog #word-preview {
  padding-bottom: 20px;
  min-height: 80vh;
}
body .upload-file-dialog #word-preview .docx-wrapper {
  height: 80vh;
  overflow: scroll;
  padding: 20px 20px 0px 20px;
}
body .upload-file-dialog #word-preview .docx-wrapper .docx {
  width: 100% !important;
  overflow: scroll;
  min-height: auto !important;
  margin: 0px;
  /*放在overflow：auto；同级*/
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE10+ */
}
body .upload-file-dialog #word-preview .docx-wrapper .docx::-webkit-scrollbar {
  display: none;
  /* ChromeSafari */
}
body .upload-file-dialog .el-dialog__body {
  padding: 20px 20px 0px 20px !important;
}
body .upload-file-dialog .el-dialog__body .select-textarea-box .el-select__wrapper {
  width: 100% !important;
  margin-top: 10px !important;
}
body .upload-file-dialog .el-dialog__body .input-textarea-box .el-input__wrapper {
  height: inherit;
}
body .upload-file-dialog .el-dialog__body .input-textarea-box textarea {
  height: 90px !important;
  min-height: 90px !important;
  background-color: #fff;
}
body .upload-file-dialog .el-dialog__body .tipTitle {
  font-size: 18px;
  font-weight: 400;
  color: #05276b;
  padding: 20px;
}
body .upload-file-dialog .el-dialog__body .renderingRrrotTip {
  width: 94%;
  font-size: 28px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  color: #999999;
  position: absolute;
  top: 30vh;
}
body .upload-file-dialog .el-dialog__body .upload-ico {
  width: 37px;
  height: 42px;
}
body .upload-file-dialog .el-dialog__body .upload-tip {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #04246a;
  margin-top: 15px;
}
body .upload-file-dialog .process-box {
  position: relative;
  padding: 10px;
  background: #f3f5f7;
  margin-top: 10px;
  border-radius: 15px;
}
body .upload-file-dialog .process-box .file-info-item .deleteDomIcon {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 99;
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAXVJREFUWEfN2L1uwjAQAOC7UsFLkPfp2KViaGBk5GE6dqzoUHXpM5G3QAWj2CTNjx3fnR3XTAjZvo+z43OMq3X5BIjvAAAK1OFcHX/q76k+y6J8RsA3HU+pPa6K7QkQivsPvwoeynP18ZUCtCx2G4TrERAfTXyo+iCjTIIaYRqQSRl8t8oEKDumTgS8YB3f3SD+9PliaVAqlA9TO1rQ3CgKZgSaC0XFWEGxURyMExQLxcVMgkJREowXJEVJMSQQFxWCIYOoqFAMC+RDmcE6hVJYgnobI6XCO4riRfdFWLRjCIs0G+TMVPffCDHsKevGNJlSn72s6GmCiwJ8lZ6pRBn6y1ImIOs6+q8py2pRT+0zyR97yqZHaePbWkiLmhOI09aG84IkASR9GtwkKGRgaV8nSDrgePPk1TcrKAamgXHHGoG4A/ieGt8pYVhi8n0NmiMzw+xRYuT3Kp3dZUPvfkh47KQsbNr0De+HAk56UVD6wiqzK70bShZY+0dU3zEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
body .upload-file-dialog .process-box .file-size {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #999999;
  text-align: left;
  padding: 2px;
}
body .upload-file-dialog .process-box .file-name {
  width: 100%;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #111111;
  text-align: left;
  padding: 2px;
}
body .show-hide {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAANRJREFUSEvt1bsNwjAQBuDfF1bIBi6ZgpKaJTDKNChiCWpKpkiZDVghMcgoCPOI705ClpCc1id/vt+PGGT+TGYPBfx54n8QqW3qxXU8hdYHU63R7y+aGHQdBgzjGcByQroB1UqDysFXrJvAAKtQGfiG3bsCEHUrRnnwG/bYt9TYzMamQcmEkpoIT4JknSOgZfcpQj2M8317mDu5bKRkd1sPOrIn0TY1wW9SWFgEC36stNxD5tmRRVru4fN9ZV+ccg81vzpRreyUiqaSFRVQlpOiKnukNykGqB2UDexaAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  cursor: pointer;
  transform: rotate(180deg);
}
body .show-hide-h {
  transform: rotate(0deg);
}
body .show-hide2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAANRJREFUSEvt1bsNwjAQBuDfF1bIBi6ZgpKaJTDKNChiCWpKpkiZDVghMcgoCPOI705ClpCc1id/vt+PGGT+TGYPBfx54n8QqW3qxXU8hdYHU63R7y+aGHQdBgzjGcByQroB1UqDysFXrJvAAKtQGfiG3bsCEHUrRnnwG/bYt9TYzMamQcmEkpoIT4JknSOgZfcpQj2M8317mDu5bKRkd1sPOrIn0TY1wW9SWFgEC36stNxD5tmRRVru4fN9ZV+ccg81vzpRreyUiqaSFRVQlpOiKnukNykGqB2UDexaAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-left: 4px;
  cursor: pointer;
  transform: rotate(180deg);
  filter: invert(10%);
}
body .show-hide-h2 {
  transform: rotate(0deg);
  filter: invert(10%);
}
body .dataTable {
  border-radius: 25px;
  padding-top: 30px;
}
body .dataTable .el-table__body-wrapper .el-table-column--selection > .cell,
body .dataTable .el-table__header-wrapper .el-table-column--selection > .cell {
  justify-content: center;
}
body .dataTable .table_header th:last-child:hover {
  cursor: pointer !important;
}
body .dataTable .table_header th {
  border-color: #EBEEF0;
  background: #EBEEF0;
}
body .dataTable .table_header .el-table__cell .cell {
  max-height: 35px;
  height: 26px !important;
}
body .dataTable .table_header .el-table__cell .cell div:first-child {
  box-sizing: border-box;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  overflow-wrap: break-word;
}
body .dataTable .btn .detail {
  cursor: pointer;
}
body .dataTable .el-table__body-wrapper .el-table__row:nth-child(odd) {
  background-color: #F8F9FA;
}
body .dataTable .el-scrollbar__bar.is-horizontal {
  height: 12px;
}
body .dataTable .el-scrollbar__bar.is-vertical {
  width: 12px;
}

.is-dark {
  background-color: #ffffff !important;
  border: 1px solid #e4e4e4 !important;
  color: #000000 !important;
}

.el-popper.is-dark .el-popper__arrow::before {
  border: 1px solid #e4e4e4;
  background: #ffffff;
  right: 0;
}

/* 自定义tip样式 */
.tooltip-item {
  width: 240px !important;
  height: 130px;
  font-size: 16px;
  font-weight: bold;
  background-color: white !important;
  color: #999999 !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 15px;
  box-shadow: 1px 1px 5px 1px #ededed;
  /* 定制滚动条宽度 */
}
.tooltip-item span:nth-child(1) {
  overflow-y: auto;
  display: inline-block;
  height: 110px;
  justify-items: center;
  align-items: flex-start;
  padding: 8PX;
  width: 100%;
  /* 定义容器宽度 */
  word-wrap: break-word;
  /* 允许在单词内换行 */
  overflow-wrap: break-word;
  /* 同上，现代浏览器推荐使用 */
  white-space: normal;
  /* 允许换行 */
  scrollbar-width: thin;
  /* 可以是 'auto', 'thin', 'none' */
  scrollbar-color: darkgrey white;
  /* 滑块颜色 轨道颜色 */
}
.tooltip-item span:nth-child(1)::-webkit-scrollbar {
  width: 10px !important;
}

.icons {
  margin-top: 15px;
  display: flex;
}
.icons .el-image {
  width: 24px;
  margin-right: 10px;
  height: 24px;
}

.requirement-dialog-box .el-dialog__header {
  width: 100% !important;
}
.requirement-dialog-box .btn-footer-box {
  justify-content: flex-end;
}
.requirement-dialog-box .btn-footer-box .dialog-btn-Save {
  margin-right: 20px;
  display: flex;
  padding: 8px 12px 8px 12px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 12px;
  background-color: #0065b5;
  border: none;
}
.requirement-dialog-box header {
  justify-content: flex-start !important;
  padding-left: 30px;
}
.requirement-dialog-box header .el-dialog__title {
  font-size: 21px !important;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
}
.requirement-dialog-box .el-dialog__header {
  height: 60px !important;
}
.requirement-dialog-box .el-dialog__header .el-dialog__close {
  margin: 14px 40px 20px 0px !important;
}
.requirement-dialog-box .el-dialog__footer .dialog-footer {
  padding: 0px 0px 14px 0px !important;
}
.requirement-dialog-box .el-dialog__body {
  padding-bottom: 0px !important;
}
.requirement-dialog-box .el-textarea__inner {
  background-color: white;
  font-size: 14px;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/styles/override.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/

/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/font/font.css ***!
  \************************************************************************************************************************************************************************/
@font-face {
    /* 自定义字体名称 */
    font-family: "AB";
    /* 引入字体路径 */
    src: url(/fonts/Antonio-Bold.b1c6e3f4.ttf);
    /* 字体粗细 */
    font-weight: bold;
    /* 字体风格 */
    font-style: normal;
}

@font-face {
    font-family: "AL";
    src: url(/fonts/Antonio-Light.48cd0863.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AR";
    src: url(/fonts/Antonio-Regular.d0003feb.ttf);
    font-weight: normal;
    font-style: normal;
}
