@import "../themes/theme.css";

:root {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #434343;
  --bg-color: #ecf0f5;
  --blue: var(--primary-color);
  --blue-rgb: var(--primary-color-rgb);
  --white: #fff;
  --border-color: #efefef;
  --red: #f84545;
  --yellow: #f8b551;
}

ul,
ol,
p,
dl,
dt,
dd,
menu,
body,
html {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

ul,
ol {
  padding: 0;
  list-style-type: none;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:focus,
button:focus,
input:focus,
select:focus {
  outline: none;
}

img,
ins {
  vertical-align: bottom;
  max-width: 100%;
}

pre {
  white-space: pre-wrap;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.t-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

::-webkit-scrollbar-track {
  background: none;
}

.shadow-mini {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.no-data-box {
  height: 200px;
  background: url("../img/no-data.png") no-repeat center;
  background-size: contain;
}

.w100 {
  width: 100%;
}

.el-message-box {
  max-width: 98%;
}

.el-dialog {
  border-radius: 0;
  max-width: 98%;
}

.el-dialog .el-dialog__header {
  padding: 20px 30px 10px;
}

.el-dialog .el-dialog__header .el-dialog__title {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

.el-dialog .el-dialog__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
}

.el-dialog .el-dialog__body {
  padding: 0 30px 20px;
  max-height: calc(85vh + -125px);
  overflow-y: auto;
  overflow-x: hidden;
}

.el-dialog .el-dialog__footer {
  padding: 10px 30px 20px;
  text-align: center;
}

.el-backtop {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  z-index: 2400 !important;
}

.el-popconfirm__main {
  margin: 16px 0;
}

.common-loading-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}

.tox-silver-sink {
  z-index: 2500 !important;
}

.divider-title .el-divider__text.is-left {
  font-size: 20px;
  color: var(--blue);
}

.el-date-picker.has-sidebar {
  width: 322px;
}

.el-date-picker.has-sidebar .el-picker-panel__sidebar {
  width: 100%;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: unset;
  border-top: 1px solid #ebeef5;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 0;
}

.el-date-picker.has-sidebar
  .el-picker-panel__sidebar
  .el-picker-panel__shortcut {
  width: auto;
}

.el-date-picker.has-sidebar .el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 0;
  margin-bottom: 36px;
}

.header-box {
  width: 100%;
  min-height: 140px;
  background: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

.header-box .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: var(--white);
  font-weight: bold;
}

.header-box .logo-box > img {
  height: 64px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .header-box .logo-box > img {
  }
}

@media screen and (max-width: 768px) {
  .header-box .logo-box > img {
  }
}

.header-box > nav {
  font-size: 22px;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 50px;
}

.header-box > nav a {
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 140px;
}

.header-box > nav a span {
  display: block;
  white-space: nowrap;
}

.header-box > nav a i {
  font-size: 14px;
}

.header-box > nav a:hover,
.header-box > nav a.active {
  background-color: rgba(var(--white-rgb), 0.1);
}

.header-box > nav a:hover::after,
.header-box > nav a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--white);
  position: absolute;
  bottom: 1px;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .header-box > nav {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    line-height: 40px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .header-box > nav {
    display: none;
  }
}

.header-box > .search-box {
  width: 250px;
  height: 44px;
  background-color: var(--white);
  border-radius: 21px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-box > .search-box .el-icon-search {
  font-size: 18px;
  color: #666;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-box > .search-box > input {
  height: 20px;
  border: none;
  margin: 0 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.header-box > .search-box > a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-box > .search-box > a > i {
  font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .header-box > .search-box {
    max-width: calc(90% + -300px);
  }
}

@media screen and (max-width: 768px) {
  .header-box > .search-box {
    display: none;
  }
}

.header-box > .user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: var(--white);
}

.header-box > .user-box .el-icon-search {
  cursor: pointer;
}

.header-box > .user-box > img {
  width: 42px;
  cursor: pointer;
}

.header-box > .user-box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-box > .user-box > a > i {
  font-size: 12px;
  margin-right: 4px;
}

.header-box > .user-box > *:not(:first-child) {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .header-box > .user-box {
    display: none;
  }
}

.header-box .mobile-btn-box {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-box .mobile-btn-box a.tc {
  display: block;
  background-color: var(--white);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  margin-right: 10px;
}

.header-box .mobile-btn-box .el-icon-menu {
  color: var(--white);
  font-size: 36px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .header-box .mobile-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-box .mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 100;
  -ms-touch-action: none;
  touch-action: none;
  padding: 10px 0;
}

.header-box .mobile-box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.header-box .mobile-box .img-box > img {
  width: 240px;
}

.header-box .mobile-box .img-box .el-icon-s-fold {
  font-size: 36px;
  cursor: pointer;
  color: var(--white);
}

.header-box .mobile-box > nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  font-size: 20px;
  border-bottom: 1px solid var(--white);
}

.header-box .mobile-box > nav a > i {
  font-size: 14px;
}

.header-box .mobile-box.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .header-box {
    min-height: 80px;
    z-index: 102;
  }
}

.footer-box {
  width: 100%;
  color: var(--white);
}

.footer-box .info-box {
  width: 100%;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(var(--blue-rgb), 0.94);
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-box .info-box .left-img-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: var(--white);
}

.footer-box .info-box .left-img-box > img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-box .info-box .left-img-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-box .info-box .left-img-box > img {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-box .info-box .left-img-box {
    margin-bottom: 20px;
  }

  .footer-box .info-box .left-img-box > img {
    height: 50px;
  }
}

.footer-box .info-box .detail-box {
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .footer-box .info-box .detail-box {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.footer-box .info-box .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-box .info-box .link-box .ewm-box > img {
  width: 90px;
  height: 90px;
}

.footer-box .info-box .link-box .ewm-box > p {
  margin-top: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.footer-box .info-box .link-box .links {
  width: 204px;
  line-height: 36px;
  background: var(--white);
  border-radius: 2px;
  color: #1d2146;
  padding: 0 16px;
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .footer-box .info-box .link-box .links {
    width: 160px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-box .info-box .link-box {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer-box .line {
  height: 1px;
  background: rgba(var(--blue-rgb), 0.8);
}

.footer-box .power-box {
  line-height: 66px;
  background: var(--blue);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-box .power-box > span {
  white-space: nowrap;
  padding: 0 10px;
}

.fixed-nav-box {
  width: 180px;
  background-color: rgba(var(--blue-rgb), 0.4);
  border-radius: 4px;
  position: fixed;
  right: 2%;
  bottom: 15%;
  padding: 15px;
  z-index: 100;
}

.fixed-nav-box .nav-box {
  width: 100%;
  background: #ff8c61;
  border-radius: 2px;
  padding: 13px 0;
  color: var(--white);
  display: block;
}

.fixed-nav-box .nav-box > img {
  width: 24px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .fixed-nav-box .nav-box > img {
    width: 20px;
  }
}

.fixed-nav-box .nav-box > p {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .fixed-nav-box .nav-box > p {
    font-size: 14px;
    line-height: 16px;
  }
}

.fixed-nav-box .nav-box + .nav-box {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .fixed-nav-box .nav-box + .nav-box {
    margin-top: 15px;
  }
}

.fixed-nav-box .nav-box.mobile-nav {
  display: none;
}

.fixed-nav-box .nav-box.mobile-nav > span {
  font-size: 30px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .fixed-nav-box .nav-box.mobile-nav > span {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .fixed-nav-box .nav-box.mobile-nav {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .fixed-nav-box .nav-box {
    padding: 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .fixed-nav-box {
    width: 95px;
    padding: 10px;
  }
}

.type-box-list {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: var(--white);
}

.type-box-list > p,
.type-box-list .type-box > p {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
}

.type-box-list > p > img,
.type-box-list .type-box > p > img {
  height: 22px;
  margin-right: 12px;
}

.type-box-list > p > span,
.type-box-list .type-box > p > span {
  text-align: center;
  position: relative;
  padding: 0 15px;
}

.type-box-list > p > span > i,
.type-box-list .type-box > p > span > i {
  font-size: 14px;
  line-height: initial;
  width: 100%;
  position: absolute;
  top: calc(100% + -16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.type-box-list > p:not(:last-child),
.type-box-list .type-box > p:not(:last-child) {
  margin-right: 50px;
}

.type-box-list > p.active,
.type-box-list .type-box > p.active {
  color: var(--yellow);
}

.type-box-list .type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.position-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 97;
}

.position-box-list .position-box {
  width: 32%;
  min-height: 160px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(1, 63, 136, 0.03);
  box-shadow: 0px 2px 6px 0px rgba(1, 63, 136, 0.03);
  border-radius: 4px;
  margin-right: 2%;
  padding: 0 1.3333%;
}

.position-box-list .position-box .position-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  line-height: 24px;
  border-bottom: 1px dashed #bbc1cd;
}

.position-box-list .position-box .position-top-box > img {
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.position-box-list .position-box .position-top-box > .t-over {
  font-size: 22px;
  color: var(--blue);
  padding: 0 9px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.position-box-list .position-box .position-top-box > a {
  color: #5f6881;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.position-box-list .position-box .position-top-box > a:hover {
  color: var(--blue);
}

.position-box-list .position-box .position-bottom-box {
  padding: 12px 0;
  line-height: 32px;
  color: #333;
  position: relative;
}

.position-box-list .position-box .position-bottom-box > a.position-list {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.position-box-list .position-box .position-bottom-box > a.position-list > p {
  width: 100%;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
}

.position-box-list .position-box .position-bottom-box > a.position-list > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #999;
}

.position-box-list .position-box .position-bottom-box > a.position-list:hover {
  color: var(--blue);
}

.position-box-list .position-box .position-bottom-box > .position-info {
  font-size: 16px;
  height: 64px;
}

.position-box-list .position-box .position-bottom-box a.position-info-link {
  font-size: 14px;
  color: #5f6881;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.position-box-list
  .position-box
  .position-bottom-box
  a.position-info-link:hover {
  color: var(--blue);
}

.position-box-list .position-box:nth-child(3n) {
  margin-right: 0;
}

.position-box-list .position-box:nth-child(n + 4) {
  margin-top: 20px;
}

.position-box-list .position-box:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .position-box-list .position-box {
    width: 100%;
    margin-right: 0;
  }

  .position-box-list .position-box:not(:first-child) {
    margin-top: 20px;
  }
}

.position-title-box {
  background-image: url(../../img/recruitment/bg-2.png);
  background-position: center center;
  background-size: cover;
  min-height: 130px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--white);
  padding: 10px;
}

.position-title-box .position-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}

.position-title-box .title-box {
  position: relative;
}

.position-title-box .title-box .info {
  font-size: 16px;
  line-height: 22px;
}

.position-title-box .title-box .status {
  border: 1px solid var(--white);
  position: absolute;
  right: -80px;
  top: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .position-title-box .title-box .status {
    position: unset;
  }
}

.position-title-box > .el-button {
  font-size: 16px;
  padding: 8px 25px;
}

.position-title-box > .el-button > span > i {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .position-title-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .position-title-box .el-button {
    margin-top: 10px;
  }
}

.common-title-box {
  font-size: 24px;
  font-weight: bold;
  color: var(--blue);
  line-height: 48px;
}

.common-title-box > div {
  position: relative;
  display: inline-block;
}

.common-title-box > div > i {
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  left: calc(100% + 10px);
}

.common-title-box.has-line > div::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--blue);
}

.common-title-box:not(:last-child) {
  margin-bottom: 20px;
}

.apply-dialog-box .el-dialog__body .el-select {
  width: 100%;
}

.position-search-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .position-search-box .el-input {
    width: 900px;
  }
}

.common-select-box .el-input__inner {
  cursor: pointer;
}

.common-select-box.disabled .el-input__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}

.common-select-dialog .common-select-step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 8px;
}

.common-select-dialog .common-select-step-box > .el-icon-arrow-right {
  margin: 0 6px;
}

.common-select-dialog .common-select-step-box > p {
  cursor: pointer;
}

.common-select-dialog .el-input {
  margin-bottom: 3px;
}

.common-select-dialog .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(60vh + -90px);
}

.common-select-dialog .type > p {
  width: 25%;
  padding: 2px 5px;
  margin-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.common-select-dialog .type > p:hover {
  color: var(--blue);
  font-weight: 600;
}

.registration-steps-box {
  border: 1px solid #d0d2db;
  border-radius: 2px;
  margin-top: 14px;
  padding: 20px;
  overflow-x: auto;
}

.registration-steps-box table {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  border-color: #d0d2db;
  border: 0;
}

.registration-steps-box table thead {
  background: var(--blue);
  text-align: center;
  color: var(--white);
}

.registration-steps-box table td {
  padding: 0 10px;
  white-space: nowrap;
}

.registration-steps-box table td.todo {
  color: var(--red);
}

.registration-steps-box .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.registration-steps-box .step-list .step {
  width: 49%;
  border: 1px solid #d0d2db;
  background: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
  padding-top: 18px;
}

@media screen and (max-width: 1100px) {
  .registration-steps-box .step-list .step {
    width: 100%;
  }
}

.registration-steps-box .step-list .step .num {
  position: absolute;
  display: block;
  top: 5px;
  left: 16px;
  width: 18px;
  height: 18px;
  border: 1px solid #d0d2db;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  background: var(--white);
}

.registration-steps-box .step-list .step .num.done {
  color: var(--blue);
}

.registration-steps-box .step-list .step div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 40px;
  font-size: 16px;
}

.registration-steps-box .step-list .step div span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 110px;
  text-align: right;
  color: var(--blue);
}

.registration-steps-box .step-list .step div p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
}

.registration-steps-box .step-list .step div p.todo {
  color: var(--red);
}

.apply-file-download-dialog .el-dialog__body {
  max-height: 60vh;
  overflow-y: auto;
}

.apply-file-download-dialog .file-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.apply-file-download-dialog .file-list-box > p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.apply-file-download-dialog .file-list-box .el-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.concat-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.concat-list-box .concat-box {
  width: calc(50% + -10px);
  padding: 5px 15px;
}

.concat-list-box .concat-box > .title {
  font-size: 18px;
  color: var(--blue);
  line-height: 48px;
}

.concat-list-box .concat-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 28px;
  font-size: 16px;
}

.concat-list-box .concat-box .info-box > label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.concat-list-box .concat-box .info-box > label > i {
  font-size: 12px;
  margin-left: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.concat-list-box .concat-box:nth-child(n + 3) {
  margin-top: 20px;
}

.concat-list-box .concat-box.show-es .info-box > label {
  width: 144px;
}

@media screen and (max-width: 750px) {
  .concat-list-box .concat-box {
    width: 100%;
  }

  .concat-list-box .concat-box:nth-child(n + 1) {
    margin-top: 20px;
  }
}

.field-list-box > *:not(:last-child) {
  margin-bottom: 30px;
}

.field-list-box .link-box > *:not(:last-child) {
  margin-bottom: 15px;
}

.field-list-box .link-box > h4 {
  margin: 0 0 20px;
}

.field-list-box .link-box .link-field-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-list-box .link-box .link-field-box > *:not(:first-child) {
  margin-left: 10px;
}

.container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.container-box .main-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.width-box {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .width-box {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

@media screen and (max-width: 768px) {
  .width-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.width-box-2 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .width-box-2 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

@media screen and (max-width: 768px) {
  .width-box-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.words-box {
  font-size: 20px;
  color: #29292c;
  line-height: 28px;
  min-height: 200px;
  word-break: break-all;
}

.words-box:not(:last-child) {
  margin-bottom: 20px;
}

.words-box td,
.words-box th {
  border: 1px solid #ddd;
}

.bg-box {
  background-image: url(../../img/recruitment/bg.png);
  background-position: center bottom;
  background-size: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.el-table {
  font-size: 15px;
  color: #29292c;
}

.el-table th {
  background-color: var(--blue);
  font-size: 20px;
  color: var(--white);
}

.el-table th > .cell {
  line-height: 32px;
}

.el-table th > .cell > i {
  font-size: 14px;
  font-weight: initial;
  margin-left: 8px;
}

.el-table__empty-text {
  font-size: 0;
  display: block;
  height: 200px;
  background: url("../img/no-data.png") no-repeat center;
  background-size: contain;
  background: url("../../img/no-data.png") no-repeat center;
}

.el-loading-mask {
  z-index: 98;
}

.el-button i.es-mini {
  margin-left: 4px;
}

.el-button.red {
  color: var(--red, red);
}

i.es-mini {
  font-size: 12px;
  margin-left: 6px;
}

.person-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px);
}

.person-box .left-nav-box {
  width: 180px;
  height: 702px;
  background: var(--white);
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.person-box .left-nav-box .avatar-box {
  height: 180px;
  padding: 20px;
  border-bottom: 1px solid #d0d2db;
}

.person-box .left-nav-box .avatar-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.person-box .left-nav-box .nav-list {
  text-align: center;
}

.person-box .left-nav-box .nav-list a.nav {
  font-size: 18px;
  color: var(--blue);
  height: 52px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.person-box .left-nav-box .nav-list a.nav > i {
  font-size: 12px;
}

.person-box .left-nav-box .nav-list a.nav.active {
  color: var(--white);
  background: var(--blue);
}

.person-box .left-nav-box .nav-list a.nav:hover {
  color: var(--white);
  background: var(--blue);
}

@media screen and (max-width: 768px) {
  .person-box .left-nav-box {
    display: none;
  }
}

.person-box .right-info-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: var(--white);
  border-radius: 1px;
  padding: 20px;
  overflow-x: hidden;
}

.person-box .right-info-box .welcome {
  font-size: 24px;
  color: #141212;
  line-height: 36px;
}

.person-box .right-info-box .welcome-tip {
  font-size: 18px;
  color: #999;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person-box .right-info-box .welcome-tip > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.person-box .right-info-box .welcome-tip > span > i {
  font-size: 14px;
}

.person-box .right-info-box .welcome-tip > a {
  color: var(--blue);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.person-box .right-info-box .welcome-tip > a > i {
  font-size: 12px;
}

.person-box .right-info-box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.person-box .right-info-box .links .link-box {
  width: 164px;
  padding: 25px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
}

.person-box .right-info-box .links .link-box > span {
  font-size: 36px;
  color: var(--blue);
  line-height: 36px;
}

.person-box .right-info-box .links .link-box > img {
  height: 36px;
}

.person-box .right-info-box .links .link-box > p {
  margin-top: 20px;
  font-size: 20px;
  color: #141212;
  line-height: 36px;
}

.person-box .right-info-box .links .link-box > i {
  font-size: 12px;
  line-height: initial;
}

.person-box .right-info-box .links .link-box:hover,
.person-box .right-info-box .links .link-box.active {
  border-bottom: 3px solid #f6b37f;
}

@media screen and (max-width: 768px) {
  .person-box .right-info-box .links .link-box {
    width: calc(50% + -20px);
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .person-box .right-info-box .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.position-detail-box {
  padding: 50px 0;
  background-image: url(../../img/recruitment/bg-3.png);
  background-position: center bottom;
  background-size: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
}

.type-box-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  color: #4f4f4f;
  line-height: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e6f0;
}

.type-box-list-2 .type-name,
.type-box-list-2 > a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.type-box-list-2 .type-name > i {
  font-size: 12px;
}

.type-box-list-2 .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.type-box-list-2 .type-list > span {
  margin: 0 15px;
  cursor: pointer;
}

.type-box-list-2 .type-list > span:hover {
  color: var(--blue);
}

.type-box-list-2 .type-list > span.active {
  color: var(--blue);
}

.type-box-list-2:not(:last-child) {
  margin-bottom: 20px;
}

.position-list-2 {
  border: 1px solid #d0d2db;
  border-radius: 4px;
  padding: 0 23px;
  line-height: 60px;
  font-size: 20px;
  color: #de1313;
  width: 100%;
}

.position-list-2 .position-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.position-list-2 .position-box > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.position-list-2 .position-box > .name {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: var(--blue);
  display: block;
}

.position-list-2 .position-box > .academy {
  width: 35%;
  color: #333333;
}

.position-list-2 .position-box > .time {
  color: #999999;
}

.position-list-2 .position-box:not(:last-child) {
  border-bottom: 1px solid #e1e6f0;
}

@media screen and (max-width: 768px) {
  .position-list-2 .position-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .position-list-2 .position-box > .name {
    width: calc(100% + -80px);
  }

  .position-list-2 .position-box > .academy {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.apply-info-box {
  border: 1px solid #d0d2db;
  border-radius: 2px;
}

.apply-info-box .appointment-info-box {
  background-color: rgba(247, 189, 135, 0.7568627451);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.apply-info-box .appointment-info-box .left-text-box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: var(--blue);
}

.apply-info-box .appointment-info-box .center-info-box {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 12px;
}

.apply-info-box .title-box {
  height: 105px;
  background: #e8f2ff;
  border-radius: 2px;
  padding: 0 50px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apply-info-box .title-box .left-box {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

.apply-info-box .title-box .left-box > p {
  font-size: 22px;
  font-weight: bold;
  color: var(--blue);
}

.apply-info-box .title-box .left-box > span + span {
  margin-left: 10px;
}

.apply-info-box .title-box > a {
  font-size: 18px;
  text-decoration: underline;
  color: var(--blue);
}

@media screen and (max-width: 768px) {
  .apply-info-box .title-box {
    padding: 0 10px;
  }
}

.apply-info-box .step-box {
  padding: 20px;
}

.apply-info-box .step-box .el-table td {
  border-bottom: none;
}

.apply-info-box .step-box .el-table__row > td:first-child .cell {
  overflow: unset;
}

.apply-info-box .step-box .status-icon {
  width: 12px;
  height: 12px;
  background: var(--color);
  border-radius: 6px;
  display: inline-block;
}

.apply-info-box .step-box .status-icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--color);
  position: absolute;
  left: 50%;
  top: 0%;
}

.apply-info-box .step-box .el-table__body tr:first-child .status-icon::after {
  top: 50%;
  height: 50%;
}

.apply-info-box .step-box .el-table__body tr:last-child .status-icon::after {
  height: 50%;
}

.apply-info-box .step-box .el-table__body tr:hover {
  background-color: #e8f2ff;
}

.apply-info-box .step-box .el-table__body tr:hover > td {
  background-color: unset;
}

.apply-info-box:not(:last-child) {
  margin-bottom: 20px;
}

.bannerBox {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../../img/recruitment/bg-4.png);
  background-position: center center;
}

.bannerBox .bannerMain {
  width: 1178px;
  margin: 0 auto;
  padding-top: 69px;
}

@media screen and (max-width: 1200px) {
  .bannerBox .bannerMain {
    width: 95%;
  }
}

.bannerBox .bannerMain .box {
  width: 372px;
  float: right;
  height: 370px;
  padding: 33px 27px 40px;
  background: var(--white);
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .bannerBox .bannerMain .box {
    max-width: 100%;
    margin: 0 auto;
    float: unset;
  }
}

.bannerBox .bannerMain .box .title {
  font-size: 18px;
  color: var(--blue);
  line-height: 27px;
  margin-bottom: 15px;
}

.bannerBox .bannerMain .box .title > i {
  font-size: 12px;
  margin-left: 8px;
}

.bannerBox .bannerMain .box .input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bannerBox .bannerMain .box .password {
  position: relative;
}

.bannerBox .bannerMain .box .password .eye {
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
}

.bannerBox .bannerMain .box .no-pass {
  margin-top: 11px;
  margin-bottom: 28px;
}

.bannerBox .bannerMain .box .no-pass a {
  color: #808aa5;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bannerBox .bannerMain .box .no-pass a > i {
  font-size: 12px;
}

.bannerBox .bannerMain .box .el-button {
  height: 36px;
  border-radius: 1px;
  font-size: 16px;
  margin-bottom: 15px;
}

.bannerBox .bannerMain .box .register {
  color: #808aa5;
  margin-bottom: 40px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bannerBox .bannerMain .box .register > i {
  font-size: 12px;
}

.bannerBox .bannerMain .box .tip {
  width: 100%;
  font-size: 14px;
  color: #808aa5;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}

.bannerBox .bannerMain .box .tip p {
  padding: 0 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bannerBox .bannerMain .box .tip i {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #a3a5aa;
}

.bannerBox .bannerMain .box .img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  cursor: pointer;
}

.register-box {
  width: 1178px;
  margin: 20px auto 0;
  border-radius: 4px;
}

.register-box .title {
  color: #3f3d3d;
  font-size: 24px;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #e3e7ed;
}

.register-box .title > i {
  display: block;
  line-height: initial;
  font-size: 14px;
}

.register-box .steps {
  padding: 35px 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.register-box .steps .step {
  width: 180px;
  height: 40px;
  text-align: center;
  position: relative;
  background: #808aa5;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  margin-right: 18px;
}

.register-box .steps .step > i {
  font-size: 12px;
  display: block;
}

.register-box .steps .step::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent var(--bg-color);
}

.register-box .steps .step::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #808aa5;
}

.register-box .steps .step.active {
  background: var(--blue);
}

.register-box .steps .step.active::before {
  border-color: transparent transparent transparent var(--blue);
}

.register-box .steps .step.active::after {
  border-color: transparent transparent transparent var(--blue);
}

@media screen and (max-width: 750px) {
  .register-box .steps .step {
    width: 43%;
    font-size: 14px;
  }
}

.register-box .steps.no-es .step {
  line-height: 40px;
}

@media screen and (max-width: 750px) {
  .register-box .steps {
    padding: 35px 5%;
  }
}

@media screen and (max-width: 1200px) {
  .register-box {
    width: 95%;
  }
}

.register-box .el-form {
  width: 462px;
  margin: 0 auto;
  padding-bottom: 66px;
  max-width: 100%;
}

.register-box .el-form .tp-yzm .el-input-group__append {
  cursor: pointer;
  width: 113px;
  padding: 0;
}

.register-box .el-form .password {
  position: relative;
}

.register-box .el-form .password .eye {
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
}

.resume-box .title {
  font-size: 20px;
  color: #141212;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}

.resume-box .title > i {
  font-size: 12px;
  margin-left: 10px;
}

.resume-box .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 24px;
  background: var(--blue);
  position: absolute;
  top: 8px;
  left: 0;
}

.resume-box .title .tip {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.resume-box .title .tip img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.resume-box .title .tip a {
  color: #808a85;
}

@media screen and (max-width: 750px) {
  .resume-box .title {
    padding-left: 12px;
  }
}

.resume-box .list {
  padding: 10px 20px;
  font-size: 16px;
}

.resume-box .list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resume-box .list p a {
  color: var(--blue);
  cursor: pointer;
}

.resume-box .list p span {
  color: #808aa5;
}

.resume-box .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resume-box .file input[type="file"] {
  display: none;
}

.resume-box .file .name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.resume-box .file .upload,
.resume-box .file .download {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  white-space: nowrap;
}

.resume-box .file .upload:hover,
.resume-box .file .download:hover {
  color: var(--blue);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.resume-box .file .upload {
  margin: 0 10px;
}

.resume-box .file .upload > i {
  font-size: 12px;
}

.resume-box .file .download > a > i {
  font-size: 12px;
}

.resume-box .el-cascader {
  width: 100%;
}

.resume-box .submit {
  background: var(--blue);
  color: var(--white);
  width: 290px;
  max-width: 50%;
  line-height: 36px;
  margin: 0 auto;
  display: block;
}

.download-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-icon-list > a {
  display: block;
  font-size: 24px;
  color: #29292c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.333333%;
  min-width: 250px;
  padding: 20px 0 20px 60px;
}

.download-icon-list > a > div {
  margin-right: 48px;
  height: 60px;
  width: 60px;
}

.download-icon-list > a > div > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.download-icon-list > a:nth-child(n + 4) {
  margin-top: 35px;
}

.download-icon-list > a:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .download-icon-list > a {
    width: 100%;
  }

  .download-icon-list > a:not(:last-child) {
    margin-top: 35px;
  }
}

.download-icon-list:not(:last-child) {
  margin-bottom: 60px;
}

.registration-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 510px) {
  .registration-box .top {
    display: block;
    position: relative;
  }
}

.registration-box .top .title {
  font-size: 20px;
  color: #141212;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}

.registration-box .top .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 24px;
  background: var(--blue);
  position: absolute;
  top: 8px;
  left: 0;
}

.registration-box .top .tip {
  width: calc(100% + -292px);
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration-box .top .tip img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.registration-box .top .tip a {
  color: #808a85;
}

@media screen and (max-width: 510px) {
  .registration-box .top .tip {
    width: 135px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 15px;
  }
}

.registration-box .top .btns p {
  width: 86px;
  display: inline-block;
  line-height: 30px;
  background: var(--blue);
  cursor: pointer;
  text-align: center;
  color: var(--white);
}

.registration-box .top .btns p:not(:last-child) {
  margin-right: 15px;
}

.registration-box .bottom {
  border: 1px solid #d0d2db;
  border-radius: 2px;
  font-size: 14px;
  margin-top: 14px;
}

@media screen and (max-width: 750px) {
  .registration-box .bottom {
    display: none;
  }
}

.registration-box .bottom .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #808aa5;
  color: var(--white);
}

.registration-box .bottom .head p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 15%;
  line-height: 32px;
}

.registration-box .bottom .head p:first-child {
  padding-left: 10px;
}

.registration-box .bottom .head p.li {
  width: 10%;
}

.registration-box .bottom .head p.action {
  width: 20%;
}

.registration-box .bottom .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.registration-box .bottom .body:not(:last-child) {
  border-bottom: 1px solid #d0d2db;
}

.registration-box .bottom .body.choose {
  background: rgba(255, 165, 132, 0.5);
}

.registration-box .bottom .body p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 15%;
  line-height: 49px;
}

.registration-box .bottom .body p:first-child {
  padding-left: 10px;
}

.registration-box .bottom .body p.li {
  width: 10%;
}

.registration-box .bottom .body p.action2 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--blue);
}

.registration-box .bottom .body p.action2 a:not(:last-child) {
  margin-right: 10px;
}

.registration-box .bottom .body p.action2 span {
  cursor: pointer;
}

.registration-box .bottom .body p.action2 span:first-child {
  margin-right: 10px;
}

.registration-box .bottom .zcbd {
  padding: 20px 0 0 20px;
}

.registration-box .bottom .zcbd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
}

.registration-box .bottom .zcbd p:nth-child(3) {
  color: red;
}

.registration-box .bottom .zcbd p span {
  min-width: 100px;
  text-align: right;
  padding-right: 20px;
  color: var(--blue);
}

.registration-box .bottom .zcbd .btns {
  padding: 30px 0;
}

.edit-apply-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.edit-apply-steps .register-box {
  margin-top: 0;
  width: 1366px;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.edit-apply-steps > iframe {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
}

/* dailx new css style */
.type-box-list-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* padding-top: 30px; */
}

.block-main-title {
  position: relative;
  font-size: 20px;
  font-weight: bolder;
  z-index: 1;
  margin-bottom: 10px;
}

.block-main-title::after {
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
  bottom: 0px;
  width: 100px;
  height: 6px;
  border-radius: 4px;
  background-image: linear-gradient(
    90deg,
    rgba(144, 184, 251, 1) 10%,
    rgba(144, 184, 251, 0) 70%
  );
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-20 {
  padding-top: 20px !important;
}

.white-box {
  background-color: var(--white);
  padding: 16px;
  border-radius: 4px;
}

.empty-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #888888;
  padding: 16px;
}

.list-container {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 64px;
  font-size: 16px;
  color: #333333;
}

.list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.list-item-name {
  cursor: pointer;
  padding-right: 10px;
  overflow: hidden;
  /* width: 100%; */
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item-name:hover {
  color: var(--blue);
  text-decoration: underline;
}
.list-item-time {
  color: #999999;
}

.empty-text {
  margin-top: 5px;
}

.empty-icon {
  font-size: 36px;
}

.page-title {
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 40px;
}

.page-time {
  color: #999999;
  margin-bottom: 10px;
  padding: 0 40px;
}
.page-content {
  white-space: pre-line;
  margin-bottom: 40px;
  padding: 0 40px;
}
