@charset "UTF-8";
/*@charset "text/css;utf-8";*/
/*
   风格说明：
   搜索框压 banner,
   简洁职位列表
 */
/* config */
:root {
  --theme-color: #0166b0;
}

/*  flex 属性重写 */
body, html {
  -webkit-font-smoothing: antialiased;
  height: auto !important;
  min-height: 100% !important;
}

body, p, ul, li, ol, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, iframe {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  list-style: none outside none;
}

img {
  border: 0 none;
  vertical-align: top;
  max-width: 100%;
}

input, select {
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

input, select {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder {
  -webkit-tap-highlight-color: transparent;
}

input:-moz-placeholder {
  -webkit-tap-highlight-color: transparent;
}

.link, .btn,
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

pre {
  white-space: normal;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:visited {
  -webkit-tap-highlight-color: transparent;
}

a:hover,
a:active {
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #eee !important;
}

.icons {
  font-size: 1.2em;
}

.required {
  color: red;
  margin: 0 0.25em;
}

.i-hot {
  color: red;
}

.i-female {
  color: deepskyblue;
}

.i-male {
  color: pink;
}

.i-logo-51job, .i-logo-51job:hover {
  color: #ff521d;
}

.i-logo-liepin, .i-logo-liepin:hover {
  color: #c74a1e;
}

.i-logo-zhilian, .i-logo-zhilian:hover {
  color: #006ffb;
}

.text-ipt {
  font-size: 1.5em;
  color: orangered;
}

label.btn {
  margin-bottom: 0;
}

.item-status.status-first .txt {
  background-color: #00a494;
}

.item-status.status-second .txt {
  background-color: #92c943;
}

.icons, .txt {
  vertical-align: middle;
}

[onclick] {
  cursor: pointer;
}

/* 重置渠道弹层的 z-index */
#captcha {
  z-index: 1100 !important;
}

/**/
header {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fff), color-stop(1, rgb(230, 230, 230)));
  position: relative;
  z-index: 2;
  /*overflow: hidden;*/
}

.banner {
  /*overflow: hidden;*/
}

.banner img {
  width: 100%;
}

header .row {
  align-items: center;
  flex-wrap: nowrap;
}

header .nav {
  margin-top: 15px;
  margin-bottom: 15px;
}

header .content {
  display: flex;
  justify-content: space-between;
  height: 70px;
}

footer {
  background: #f6f6f6;
  padding: 25px;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
footer,
footer a {
  color: #898989;
}

body > .wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
body > .wrap > .wrap {
  flex: 1 1 auto;
  min-height: initial;
}

.wrap {
  font-size: 16px;
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: initial;
  box-sizing: border-box;
}

.wrap-body {
  flex: auto;
}

.wrap-body .container > .row,
.wrap-body .container {
  flex: 1;
}

.wrap-body .content {
  padding-top: 25px;
}

.sidebar {
  background: #1a2029;
  padding-top: 25px;
}

#app > header,
#app > .banner,
.wrap > header,
.wrap > .banner {
  flex-shrink: 0;
}
#app > .container,
.wrap > .container {
  margin-top: 25px;
  flex: 1 1 auto;
}

.banner + .container {
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.banner + .container-deliver-wrap {
  z-index: initial;
}

.banner-with-search {
  z-index: 2;
}
.banner-with-search + .container {
  z-index: 1;
}

.banner-no-img .banner-img {
  display: none;
}

.banner-no-img + .container {
  margin-top: 0;
}

.banner-slider {
  position: relative;
}
.banner-slider .card-search-box {
  z-index: 9;
}

/*
    复选框
 */
.form-check-normal .form-check-label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.form-check-input {
  margin: 0;
  position: static;
  margin-right: 5px;
}

/*
    登录弹层
 */
.alert-wrap {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.alert-body {
  padding: 25px;
}

.alert-logo {
  background: #f5f5f5;
  background: var(--alert-logo-bg, var(--theme-color, #f5f5f5));
  overflow: hidden;
}

.alert-logo .logo {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  text-align: center;
}

.alert-logo .logo img {
  max-height: 60px;
}

.login-links {
  margin: 25px 0 0;
}

.login-links .link {
  margin: 0 1em;
  color: #777;
  letter-spacing: 1px;
}

.login-links .txt {
  white-space: nowrap;
}

.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=50);
  z-index: 9999;
  display: none;
}

.loading-wrap .loaders {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-wrap .loaders img {
  width: 190px;
  height: 150px;
}

a {
  color: #0166b6;
}

.btn {
  padding: 0.375rem 2.25rem;
}

.btn-outline-primary,
.text-primary {
  color: #0166b6 !important;
}

.btn-primary {
  background-color: #0166b6 !important;
}

.btn-outline-primary,
.btn-primary {
  border-color: #0166b0 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #0166b6;
}

.text-muted * {
  /*color:inherit;*/
}

header .navbar {
  padding: 0;
}
header .navbar div.btn {
  border-radius: 0;
  border: 0 none;
}

header .btn-show {
  display: none;
}

header .navbar:first-child {
  font-size: 18px;
}
header .navbar .nav-item {
  padding: 0.5rem;
}

header .navbar .nav-item.active > a {
  font-weight: bold;
}

header .navbar .nav-item.active > a {
  color: var(--theme-color, #0166b0);
  border-bottom: solid 2px var(--theme-color, #0166b0);
}

header .login-navbar .i-user {
  line-height: 1;
}

header .login-navbar .nav-item {
  padding: 0;
  font-size: 0.83rem;
}
header .login-navbar .nav-item .nav-link {
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.head-menus {
  flex: auto;
}

.register-content .form-content .icons,
.login-content .form-content .icons {
  font-size: 1.75em;
  margin-right: 0.5rem;
}

.register-content .form-control,
.login-content .form-control {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 登录注册 */
header .toggle-head-menus {
  display: flex;
  flex-shrink: 0;
}
header .login {
  overflow: hidden;
}

header .content {
  flex: auto;
}

header .login-avatar {
  display: flex;
  align-items: center;
}

.login-avatar {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  box-sizing: border-box;
}

.login-avatar img {
  width: 100%;
}

.navbar .login-avatar {
  margin: 0.5rem auto;
  border: solid 2px #fff;
}

.login-qr {
  text-align: center;
  min-width: 200px;
}

.alert-footer {
  border-radius: 0 0 0.3rem 0.3rem;
}

.alert-logo {
  border-radius: 0.3rem 0.3rem 0 0;
}

.form-control {
  flex: auto;
  width: auto;
  overflow: hidden;
}

.d-flex.form-content > input.form-control {
  width: 0;
}

.login-type-staff-wx {
  text-align: center;
}
.login-type-staff-wx .login-qr-box {
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
}
.login-type-staff-wx .login-notice {
  font-size: 0.83rem;
  text-align: center;
  margin: 1rem 0;
}

/*  */
.nav-register-type {
  margin-bottom: 1rem;
}

.nav-register-type .nav-item {
  flex: 1;
}

.nav-register-type .nav-link {
  /*display: flex;*/
  /*align-items: center;*/
  color: #aaa;
  transition: color 0.3s ease;
  border-bottom: solid 2px #eee;
  width: 100%;
  text-align: center;
}

/*.nav-register-type .nav-link:before{*/
/*    content:'';*/
/*    display: block;*/
/*    width:20px;*/
/*    height:20px;*/
/*    border-radius:500px;*/
/*    box-shadow: 0 0 0 3px rgba(255,255,255,1) inset;*/
/*    background:#aaa;*/
/*    border:solid 1px #aaa;*/
/*    margin-right:.5rem;*/
/*    transition: all .3s ease;*/
/*}*/
.nav-register-type .active {
  color: #0166b0;
  border-color: #0166b0;
}

/*.nav-register-type .active:before{*/
/*    background:#0166b0;*/
/*    border:solid 1px #0166b0;*/
/*}*/
.ant-form-explain, .ant-form-extra {
  margin-top: 0 !important;
}

.verify-img img {
  max-height: 35px;
}

.center-page .wrap > .container {
  margin-bottom: 1.5rem;
}

.tx-wx-fill {
  position: relative;
}

.tx-wx-fill:hover .popver-qr-box {
  text-align: center;
  padding: 1rem;
  font-size: 12px;
  background: #fff;
  display: block;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.popver-qr-box .qr {
  max-width: 180px;
  margin: 0 auto 0.5rem;
}

/* mixed plugins : amazeui.min.css */
.am-modal:before {
  width: 1px;
  overflow: hidden;
}

.am-modal.am-modal-active {
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 0;
}

div.am-modal-dialog {
  white-space: normal;
  left: -1px;
  font-size: 1rem;
  max-width: 95%;
}

.ant-calendar-picker,
.ant-select {
  vertical-align: bottom;
}

.type-active-notice {
  color: red;
  text-align: right;
  font-size: 12px;
  margin: 1rem 0 0;
  padding: 0 10px;
}

.banner-no-img {
  margin-top: 10px;
}

.qr-unactive {
  position: relative;
  display: inline-block;
}
.qr-unactive:before, .qr-unactive:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  background: rgba(255, 255, 255, 0.6);
}
.qr-unactive:after {
  content: "二维码已过期...";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.375em 1.25em;
  border-radius: 50px;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
}
.qr-unactive:before {
  border: solid 2px #bbb;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.qr-unactive img {
  opacity: 0.3;
}

div.banner.banner-slider {
  text-align: center;
  background: none;
}

#privacyAlert .modal-dialog {
  max-width: 80%;
  height: 90vh;
  margin: 5vh auto;
}
#privacyAlert .modal-dialog .alert-content {
  height: 100%;
  overflow: hidden;
}
#privacyAlert .alert-logo {
  flex: 0 0 auto;
}
#privacyAlert .alert-body {
  flex: 1 0 auto;
  overflow: hidden;
  height: 0;
}
#privacyAlert .alert-body .privacy-content {
  height: 100%;
  overflow: auto;
}
#privacyAlert iframe {
  width: 100%;
  height: 100%;
}

.btn:focus {
  box-shadow: none !important;
}

.form-enter-notice {
  border: solid 1px #eaeaea;
  background: #fafafa;
  font-size: 12px;
  padding: 0.375em 1em;
  line-height: 1.4;
  margin: 0 10px;
}
.form-enter-notice ul, .form-enter-notice li {
  list-style: outside disc;
}
.form-enter-notice ul {
  margin-left: 2em;
}

.nav-switch-language {
  overflow: hidden;
  color: #fff;
}
.nav-switch-language ul.navbar-nav {
  margin: 0 0.75em 0 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-direction: row !important;
  flex: initial;
  padding: 0;
  border-radius: 500px;
  line-height: 1;
  font-size: 12px;
}
.nav-switch-language ul.navbar-nav li {
  padding: 0;
}
.nav-switch-language ul.navbar-nav li + li {
  border-left: solid 1px #fff;
}

.toggle-head-menus .nav-switch-language ul.navbar-nav {
  background: none;
}
.toggle-head-menus .nav-switch-language ul.navbar-nav li, .toggle-head-menus .nav-switch-language ul.navbar-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  font-size: 12px;
}
.toggle-head-menus .nav-switch-language ul.navbar-nav .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-right: 5px;
}

div.form-control-modify-select {
  position: relative;
  overflow: visible;
  z-index: 3;
  /* 模拟已选 */
  /* 模拟多选 */
}
div.form-control-modify-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
div.form-control-modify-select input, div.form-control-modify-select select {
  color: #495057;
  border: 0 none;
}
div.form-control-modify-select .modify-show {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #495057;
  font-size: 1rem;
  text-align: left;
  width: 100%;
  text-decoration: none;
}
div.form-control-modify-select .modify-show .txt {
  flex: 1 1 auto;
  margin-right: 0.5em;
}
div.form-control-modify-select .modify-show .icons {
  font-size: 0.75em;
  font-weight: bold;
  color: #333;
}
div.form-control-modify-select .modify-select {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 0;
  border: 1px solid #ced4da;
  z-index: 2;
  max-height: 140px;
  overflow: auto;
  /* 遮罩 */
}
div.form-control-modify-select .modify-select label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0.375rem 0.75rem;
}
div.form-control-modify-select .modify-select label:hover {
  background: #fafafa;
}
div.form-control-modify-select .modify-select label input:checked + .txt {
  opacity: 0.5;
}
div.form-control-modify-select .modify-select + .mask {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
div.form-control-modify-select .modify-select.show + .mask {
  display: block;
}

/* 订阅 模块 */
.subscribe-actions {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  order: 3;
}
.subscribe-actions input,
.subscribe-actions .btn {
  font-size: 14px;
}
.subscribe-actions .btn-group-sm,
.subscribe-actions .btn-group-sm button {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-shrink: 0;
}
.subscribe-actions .btn-group-sm button {
  align-items: center;
}
.subscribe-actions .input-group {
  margin: 0 0.5em;
  flex: 1 1 auto;
  width: 1%;
}

/* 移动适配*/
@media screen and (max-width: 1000px) {
  .card-position-list .card-header {
    flex-wrap: wrap;
  }
  .subscribe-actions {
    margin-top: 1em;
    width: 100%;
  }
  .subscribe-actions div.form-control-modify-select input {
    flex: 1 1 auto;
    width: 1%;
  }
}
/* 简化版 header */
/*
  simple header
  简化版 head
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
header a {
  color: var(--menu-font-color, inherit);
}
header a:hover {
  color: var(--menu-hover-color, inherit);
}
header .simple-header .navbar .navbar-nav {
  text-align: right;
}
header .simple-header .logo {
  order: 1;
  flex: 0 0 auto;
  width: auto;
}
header .simple-header .nav-switch-language a {
  color: var(--theme-color, inherit);
}
header .actions-bar-inner,
header .actions-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex: 1 0 auto;
}
header .actions-bar {
  order: 2;
}
header .actions-bar .head-menus {
  flex: 1 0 auto;
}
header .actions-bar .login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
header .actions-bar .btn {
  background: none !important;
  border: 0 none;
  color: var(--nav-btn-color, var(--theme-color, #0166b6)) !important;
}
header .actions-bar .btn:active {
  color: var(--nav-btn-color, var(--theme-color, #0166b6)) !important;
}

/* 移动适配*/
@media screen and (max-width: 1000px) {
  /*
    simple header
    简化版 head
   */
  header {
    z-index: 10;
  }
  header .simple-header {
    padding: 0 15px;
  }
  header .simple-header .navbar {
    position: static;
    transform: none;
    background: none;
    justify-content: flex-end;
    width: 100%;
  }
  header .simple-header .navbar .navbar-nav {
    text-align: right;
  }
  header .simple-header .logo {
    order: 1;
  }
  header .simple-header .login {
    flex-wrap: wrap;
  }
  header .simple-header .login .nav-link {
    font-size: 12px;
  }
  header .simple-header .actions-bar .login-navbar {
    /* 分隔线 */
    /* 分隔线 结束 */
  }
  header .simple-header .actions-bar .login-navbar .i-user {
    font-size: 1em;
  }
  header .simple-header .actions-bar .login-navbar .nav-item {
    min-width: 5em;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  header .simple-header .actions-bar .login-navbar .nav-item .nav-link {
    padding: 0 0.5em;
  }
  header .simple-header .actions-bar .login-navbar .nav-item:not(:first-child) {
    position: relative;
  }
  header .simple-header .actions-bar .login-navbar .nav-item:not(:first-child):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background: #555;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    left: 0;
  }
  header .simple-header .actions-bar .login-navbar .nav-item:not(:first-child) .nav-link {
    flex: 1 1 auto;
  }
  header .simple-header .actions-bar .login-navbar .nav-item:not(:first-child):not(:last-child) {
    text-align: center;
  }
  header .simple-header .actions-bar .btn-show .i-delete,
  header .simple-header .actions-bar .btn-show .i-category, header .simple-header .actions-bar .btn-show .i-move {
    color: var(--nav-open-btn-color, var(--nav-btn-color, var(--theme-color, #333)));
  }
  header .simple-header .head-menus .navbar .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  header .actions-bar {
    padding-right: 1rem;
    order: 2;
    /* 语言切换 */
    /* 展示移动端效果 */
    /*  */
  }
  header .actions-bar .login .nav-switch-language {
    margin-bottom: -0.5rem;
    margin-top: 0.75rem;
  }
  header .actions-bar .login .nav-switch-language li {
    margin: 0.375em 0 !important;
  }
  header .actions-bar .login .nav-switch-language li a {
    padding: 0;
    text-align: center !important;
  }
  header .actions-bar .login .nav-switch-language .navbar-nav {
    width: auto;
    margin: 0;
  }
  header .actions-bar .navbar a {
    white-space: normal;
  }
  header .actions-bar .navbar .dropdown-menu {
    position: static;
    text-align: right;
  }
  header .actions-bar .navbar .nav-item {
    padding: 0.25rem 0;
  }
  header .actions-bar .login {
    order: 1;
    border-bottom: solid 1px #ccc;
    width: 100%;
    flex-shrink: 0;
  }
  header .actions-bar .login .login-avatar {
    border: solid 1px rgba(227, 227, 227, 0.8901960784);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0.75rem 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  header .actions-bar .login .nav-item {
    flex: 1 1 auto;
    overflow: hidden;
  }
  header .actions-bar .login li:first-child {
    white-space: normal;
    word-break: break-all;
  }
  header .actions-bar .login li:first-child a {
    text-align: left;
  }
  header .actions-bar .login li:last-child {
    flex: 1 0 auto;
    margin-left: 1em;
  }
  header .actions-bar .login a.nav-link {
    color: #555;
    padding: 0.5rem 0;
    max-width: initial;
    white-space: nowrap;
  }
  header .actions-bar .login .navbar-nav {
    flex-direction: row !important;
    width: 100%;
    flex: 1 0 auto;
  }
  header .actions-bar .login nav.login-navbar {
    min-width: initial;
    max-width: initial;
    padding: 0.5rem 0 0;
  }
  header .actions-bar .login nav.login-navbar .nav-link {
    display: block;
  }
  header .actions-bar .login nav.login-navbar .txt {
    overflow: hidden;
    width: 0;
  }
  header .actions-bar .content {
    order: 2;
    flex: 1 1 auto;
    overflow: auto;
    width: 100%;
  }
  header .actions-bar .content .navbar,
  header .actions-bar .content .navbar .navbar-nav {
    width: 100%;
  }
  header .actions-bar .actions-bar-inner {
    transform: translate(-110%);
    transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 70vw;
    flex-direction: column;
    z-index: 99;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    padding: 1rem;
    align-items: flex-end;
    /* 关闭弹层的按钮 */
  }
  header .actions-bar .actions-bar-inner .btn-close {
    background: none !important;
    border: 0 none;
    color: var(--theme-color, #0166b6);
    margin: -0.75rem -0.5rem 0 0;
  }
  header .actions-bar .actions-module {
    justify-content: flex-end;
  }
  header .actions-bar.show-actions .actions-bar-inner {
    transform: translate(0);
  }
  header .search-btn {
    font-size: 0.9rem;
    order: 0;
    margin-right: 1em;
  }
  header .search-btn .icons {
    margin-left: 0.125em;
    font-size: 0.93em;
  }
  header .search-btn + .btn {
    margin-right: -1.5rem;
  }
  header .search-btn + .btn .icons {
    font-size: 1.5rem;
  }
}
/* cookies 确认弹层 */
#pixel-consent-container {
  display: none;
  z-index: 9999;
}

.cc-window {
  transition: opacity 1s ease;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  z-index: 9999;
  bottom: 0;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.third-party-consent-text {
  flex: 1 0;
}

.column-container {
  padding: 0 15px;
}

.column-container {
  padding: 0 15px;
}

.third-party-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.third-party-button-container a {
  color: #fff;
  padding: 10px 40px;
  margin: 10px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .cc-window {
    flex-direction: row;
  }
}
/* 员工提示 */
.deliver-notice .txt {
  color: #ff1800;
  font-size: 12px;
}

.chat-robot-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  width: 120px;
  height: 160px;
}
.chat-robot-btn iframe {
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 0;
  bottom: 0;
}
.chat-robot-btn.active {
  width: 100vw;
  height: 100vh;
}
.chat-robot-btn.active iframe {
  position: static;
}

@media screen and (min-width: 801px) {
  .img-mobile.hide {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .img-pc.hide {
    display: none;
  }
}
.radio-text .desc.lb-list {
  text-indent: inherit;
  margin-left: 2em;
}
.radio-text .desc.lb-list > ol > li, .radio-text .desc.lb-list > ul > li {
  margin: 1.5rem 0;
}

.lb-list li {
  margin: 0.5em 0;
}
.lb-list li h5 {
  display: inline-block;
}
.lb-list .txt {
  margin: 0.375em 0;
  text-indent: 2em;
}
.lb-list .order-cjk, .lb-list .order-cjk > li {
  list-style: cjk-ideographic outside;
}
.lb-list .order-roman, .lb-list .order-roman > li {
  list-style: lower-roman outside;
}
.lb-list .order-big-roman, .lb-list .order-big-roman > li {
  list-style: upper-roman outside;
}
.lb-list .order-number, .lb-list .order-number > li {
  list-style: decimal outside;
}
.lb-list .order-alpha, .lb-list .order-alpha > li {
  list-style: upper-alpha outside;
}
.lb-list .order-disc, .lb-list .order-disc > li {
  list-style: disc outside;
}
.lb-list .order-circle, .lb-list .order-circle > li {
  list-style: circle outside;
}
.lb-list .inside, .lb-list .inside > li {
  list-style-position: inside;
}
.lb-list .outside {
  margin-left: 2em;
}

.radio-box {
  margin-bottom: 0.75em;
  font-size: 13px;
  overflow: hidden;
  line-height: 2;
}
.radio-box .marquee-item {
  height: 2em;
}
.radio-box a {
  color: #757575;
  text-decoration: none;
}
.radio-box a:hover .txt {
  text-decoration: underline;
}

.i-radio {
  color: #f0893e;
}

/* 公示内页 */
.radio-text {
  font-size: 0.93rem;
  color: #363636;
  line-height: 1.8;
}
.radio-text .title {
  color: #CF1F21;
  border-bottom: solid 2px #CF1F21;
  text-align: center;
  padding: 0.75em 0;
  font-size: 1.5rem;
}
.radio-text .desc {
  margin: 1.75em 0;
  text-indent: 2em;
  color: #000;
}
.radio-text .data {
  margin: 0 25px;
}
.radio-text .data table {
  width: 100%;
  border-collapse: collapse;
}
.radio-text .data tr {
  border-bottom: solid 1px #eee;
}
.radio-text .data th, .radio-text .data td {
  padding: 8px 0;
}
.radio-text .data .notice {
  font-size: 0.93em;
  margin: 0.75em 0;
}

/* 公示附件下载 */
.radio-download {
  margin: 1rem 0 2rem;
}
.radio-download .item {
  border-top: solid 1px #eee;
  font-size: 14px;
  margin: 0 1.5em;
}
.radio-download .item a {
  display: inline-block;
  line-height: 3;
}
.radio-download .item a:hover {
  text-decoration: none;
}
.radio-download .item a .i-annex {
  color: #aaa;
}

.position-detail-container .card-normal {
  padding: 0;
  box-shadow: none;
  margin: initial;
  min-width: initial;
  width: auto;
}

.events-popover-qr {
  text-align: center;
}
.events-popover-qr .qr {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.events-popover-qr .txt {
  display: block;
}

.position-item {
  display: flex;
}
.position-item div.e-event-box {
  flex: 0 1 auto;
}
.position-item .position-item-container {
  margin-left: 1em;
  flex: 1 1 auto;
}

.events-date {
  display: flex;
  background: #efefef;
  align-items: stretch;
  justify-content: space-between;
  font-size: 0.73rem;
  flex-direction: column;
  border-radius: 0 0 3px 3px;
  margin: 15px 0 10px;
}
.events-date-line {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 1rem 0 0;
  color: #555;
}
.events-date dt {
  background: #888;
  background: var(--theme-color, #3998dd);
  color: #fff;
  padding: 0.375em 0.75em;
  text-align: center;
  position: relative;
  border-radius: 3px 3px 0 0;
}
.events-date dt:after, .events-date dt:before {
  content: "";
  display: block;
  height: 1.3em;
  position: absolute;
  top: -0.65em;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  background: #888;
  background: var(--theme-color, #3998dd);
  border-radius: 3px;
  width: 0.65em;
}
.events-date dt:before {
  left: 20%;
}
.events-date dt:after {
  right: 20%;
}
.events-date dt .day {
  font-size: 2em;
}
.events-date dd {
  padding: 0.625em 1.25em;
  color: #444;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.events-date dd span {
  display: block;
}
.events-date dd .events-list {
  flex: 1 1 auto;
}
.events-date dd .weekend {
  margin-right: 0.375em;
  flex-shrink: 0;
}

.position-with-events .card-body {
  box-shadow: 0 0 15px 0 rgba(85, 85, 85, 0.1);
  padding: 0;
}
.position-with-events .tab-container {
  display: flex;
}
.position-with-events .position-info-box {
  padding: 1.25rem;
  flex: 1 1 auto;
}
.position-with-events .position-info-box .position-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.position-with-events .position-info-box .position-header .e-event-box {
  flex-shrink: 0;
  min-width: 6em;
}
.position-with-events .position-info-box .position-header .logo {
  max-width: 180px;
  width: 33%;
  flex-shrink: 0;
}
.position-with-events .position-info-box .position-header .event-share-box {
  flex: 1 1 auto;
  margin: 0 1em;
}
.position-with-events .position-info-box .share-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -0.375em;
  flex: 1 1 auto;
}
.position-with-events .position-info-box .share-link .icons {
  background: var(--theme-color, #3998dd);
  color: #fff;
  width: 2em;
  height: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  margin: 0.375em;
}
.position-with-events .position-info-box .position-details {
  padding: 1em 0;
  border-bottom: solid 1px #eee;
}
.position-with-events .position-info-box .position-details.event-name {
  border-bottom: 0 none;
}
.position-with-events .position-info-box .position-details:last-child {
  border: 0 none;
  padding-bottom: 0;
}
.position-with-events .position-info-box .position-details .event-title {
  font-size: 1rem;
  margin: 0 0 0.75em;
  color: var(--theme-color, #3998dd);
}
.position-with-events .position-info-box .position-details .position-detail-extend {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.position-with-events .position-info-box .position-details .position-info-item {
  font-size: 0.83rem;
  padding: 0.375em 1em 0.375em 2em;
  color: #666;
  flex: 1 0 50%;
  box-sizing: border-box;
}
.position-with-events .position-info-box .position-details .position-info-item dt {
  position: relative;
}
.position-with-events .position-info-box .position-details .position-info-item dt .icons {
  position: absolute;
  left: -1.5em;
  color: inherit;
}
.position-with-events .events-join-box {
  width: 40%;
  background: #f5f5f5;
  padding: 1.25rem;
  border-radius: 0 0.5rem 0.5rem 0;
  flex-shrink: 0;
}
.position-with-events .events-join-box .event-name {
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: bold;
}
.position-with-events .events-join-box .form-title {
  color: var(--theme-color, #3998dd);
  margin: 0.75rem 0;
  font-size: 0.83rem;
  font-weight: normal;
}
.position-with-events .events-join-box .form-group {
  padding: 0;
}
.position-with-events .events-join-box .form-group label {
  font-size: 0.93rem;
  margin-bottom: 0.375em;
  color: #444;
}
.position-with-events .events-join-box .form-control {
  width: 100%;
}
.position-with-events .events-join-box .form-btns {
  margin: 1em 0;
}
.position-with-events .events-join-box iframe {
  border: 0 none;
  width: 100%;
}
.position-with-events .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.position-with-events .nav-tabs li, .position-with-events .nav-tabs a {
  color: #444;
  text-decoration: none;
}
.position-with-events .nav-tabs a {
  display: block;
  padding: 0 1rem;
}
.position-with-events .nav-tabs a.active {
  color: var(--theme-color, #3998dd);
}

@media screen and (min-width: 1000px) {
  .position-with-events .nav-tabs {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .row {
    margin: 0;
  }
  .banner + div.position-detail-container {
    margin: 0 auto;
    padding: 0;
  }
  .position-item div.e-event-box {
    width: 25%;
    flex-shrink: 0;
    min-width: 5em;
  }
  .position-with-events {
    font-size: 0.93rem;
  }
  .position-with-events .events-join-box {
    display: none;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .position-with-events .tab-pane {
    display: none;
  }
  .position-with-events .tab-pane.active {
    display: block;
  }
  .position-with-events .position-info-box .position-header {
    justify-content: space-between;
  }
  .position-with-events .position-info-box .position-header .logo {
    width: 25%;
  }
  .position-with-events .position-info-box .position-header .event-share-box {
    margin: 0 1em;
  }
  .position-with-events .position-info-box .position-header .event-share-box .event-share-link {
    font-size: 0.8em;
  }
  .position-with-events .position-info-box .position-header .event-share-box .share-link {
    flex-wrap: wrap;
  }
}
.lang-switch-alerts .alert-logo {
  padding: 1.5rem 0;
}
.lang-switch-alerts .form-check-label {
  margin: 0 1rem;
  position: relative;
}
.lang-switch-alerts .form-check-label input {
  opacity: 0;
  position: absolute;
}
.lang-switch-alerts .form-check-label input + .txt {
  display: flex;
  align-items: center;
}
.lang-switch-alerts .form-check-label input + .txt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.87em;
  height: 0.87em;
  border: solid 1px;
  border-radius: 500px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 0 2px #fff inset;
  margin-right: 0.5em;
}
.lang-switch-alerts .form-check-label input:checked + .txt {
  color: var(--theme-color, #0166b6);
}
.lang-switch-alerts .form-check-label input:checked + .txt:before {
  border-color: var(--theme-color, #0166b6);
  background: var(--theme-color, #0166b6);
}
.lang-switch-alerts .language-switch-checks {
  margin-bottom: 2rem;
}
.lang-switch-alerts .lang-check-notice .form-check-label {
  color: var(--theme-color, #0166b6);
}
.lang-switch-alerts .lang-check-notice .form-check-label input {
  pointer-events: none;
}

.carousel {
  z-index: 1;
}

/*
   风格说明：
   搜索框压 banner,
   简洁职位列表
 */
/* reset */
.btn .icons {
  font-size: 1em;
}

.btn-group-toggle .btn {
  flex: 1;
}

/*
    搜索职位框
*/
.banner {
  position: relative;
  max-width: 100%;
  overflow: visible !important;
}

.banner img {
  width: auto;
  max-width: 100%;
}

.card-search-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.search-setting {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.search-setting .d-flex {
  align-items: stretch !important;
}
.search-setting .btn-dark {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  padding: 0 1.25em;
  margin-left: 10px;
}
.search-setting .btn-dark .icons {
  margin-left: 0.5em;
}
.search-setting .form-content,
.search-setting .form-group {
  margin: 0;
  width: auto;
  flex: 1;
  display: flex;
}
.search-setting .form-group {
  min-width: 10em;
  flex-shrink: 0;
}
.search-setting .form-group .dropdown-menu {
  top: 100% !important;
  transform: none !important;
  max-height: 320px !important;
}
.search-setting .form-content,
.search-setting .form-group {
  display: flex;
}
.search-setting .form-content,
.search-setting .form-control {
  flex: 1 1 auto;
  border: 0 none;
}
.search-setting select.form-control {
  width: 0;
}
.search-setting .form-keywords {
  flex: 0.5 0 auto;
  width: 50%;
}
.search-setting .form-selection {
  position: relative;
}
.search-setting .form-selection,
.search-setting .form-selection .form-content {
  width: 100%;
}
.search-setting .form-selection .bootstrap-select {
  width: 100%;
}
.search-setting .form-selection .dropdown-item.active, .search-setting .form-selection .dropdown-item:active {
  background-color: #212529;
}
.search-setting .form-selection button.btn-light {
  background: #fff;
  border: 0 none;
  height: 100%;
  padding: 0 0.75em;
  outline: none !important;
  color: #495057;
  font-size: 0.87rem;
}
.search-setting .form-selection button.btn-light .filter-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search-setting .form-selection button.btn-light .filter-option-inner, .search-setting .form-selection button.btn-light .filter-option-inner-inner {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.search-setting select.form-control:not([size]):not([multiple]),
.search-setting .form-group .form-control {
  height: 3rem;
}

.card-search-box .form-check {
  display: flex;
  white-space: nowrap;
  color: #a1a1a1;
}

.card-search-box .form-check-normal input:checked + .txt,
.card-search-box .form-check-normal input:checked + .txt:before {
  color: #fff;
}

/*
    position-list
 */
.module-name {
  text-align: center;
}

.module-name .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  color: #474747;
}

.module-name .txt:after {
  display: block;
  content: "";
  border-bottom: 3px #2d2d2d solid;
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
}

.position-list-header .ele {
  font-size: 16px;
}

.position-list-header .position-item {
  background: #ededed;
}

.position-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  border-bottom: solid 1px #e3e3e3;
}

.position-item .ele {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  margin: 0.5rem 0;
  text-overflow: ellipsis;
}

.position-item .e-type {
  width: 5.5em;
}

.position-item .e-icons {
  width: 50px;
}

.position-item .e-city,
.position-item .e-branch {
  width: 120px;
}

.position-item .e-branch {
  justify-content: center;
  margin-right: 0.5rem;
}

.position-list-body .e-branch {
  background: #f7f7f7;
}

.position-item .e-branch img {
  max-width: 100px;
}

.position-item .e-salary,
.position-item .e-date {
  width: 150px;
}

.position-item .e-date {
  justify-content: center;
}

.position-item .e-title {
  width: 10%;
  flex: auto;
}
.position-item .e-title .i-hot {
  line-height: 0.1;
}

.position-item .e-title a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.position-item .e-type {
  justify-content: center;
}

.position-item .e-function {
  width: 6em;
  flex: 0.2 0 2%;
  display: block;
}

.position-item .e-weekly {
  flex: 0.3 0 2%;
}

.position-item .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.position-detail-box {
  border: 0 none;
}

.position-description ul,
.position-description ol,
.position-description li {
  list-style: initial;
  list-style-position: outside;
  margin-left: 0.5em;
}

.position-description ol,
.position-description ol li {
  list-style-type: decimal;
}

.position-description ul,
.position-description ul li {
  list-style-type: disc;
}

.position-extend {
  display: flex;
  justify-content: space-between;
}

/* 热招职位 */
.card-search-hotjob {
  background: transparent;
}

.hot-category-menu {
  background: #414141;
}

.hot-category-menu .nav {
  border-right: solid 1px #fff;
}

.hot-category-menu .nav a {
  color: #fff;
  display: block;
  padding: 1em;
  text-decoration: none;
}

.hot-category-menu .nav-item {
  flex: 1;
  text-align: center;
  line-height: 1;
  border-left: solid 1px #fff;
}

.hot-category-menu .carousel-control-next,
.hot-category-menu .carousel-control-prev {
  width: 50px;
}

.hot-category-menu .icons {
  font-size: 3rem;
}

.hot-category-menu .txt {
  display: block;
  margin-top: 0.375rem;
}

.page-item.disabled .page-link {
  /*border-color:#eaeaea;*/
  color: #ccc !important;
}

.page-item.active .page-link {
  background: #eaeaea;
  border-color: #eaeaea;
}

.banner-no-img {
  background-image: none !important;
  background-color: #414141 !important;
}
.banner-no-img .banner-img {
  display: none;
}
.banner-no-img .card-search-box {
  position: static;
}
.banner-no-img .hot-category-menu {
  border-top: solid 1px #fff;
  margin-top: 2rem;
}

.position-item .e-city {
  width: 13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.deliver-position .title {
  flex-shrink: 0;
}

.deliver-position .content {
  margin-left: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-setting .form-group.form-checks {
  flex-wrap: wrap;
}
.search-setting .form-group .form-check {
  padding-left: 0;
}

/*
    上传简历
*/
.upload-resume-box form {
  border: dashed 1px #eaeaea;
  background: #f5f5f5;
  padding: 15px 25px;
  border-radius: 10px;
}

.upload-resume-box .form-check-label input {
  margin-top: 0.15em;
}

.resume-module {
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.resume-module-name {
  padding: 15px 15px 5px;
  font-size: 0.93rem;
}

.resume-module-name .name {
  font-size: 17px;
}

.resume-module-name .en {
  font-size: 0.9em;
  color: #888;
}

.resume-show-textarea {
  margin: 0 1rem;
  text-align: justify;
}

/* 简历预览 */
.resume-show {
  padding: 15px;
  line-height: 1.6;
  font-size: 0.93rem;
}

.resume-module:not(.resume-show-edit):hover {
  background: #f5f5f5;
}

.resume-module:hover .resume-actions,
.resume-show-edit .resume-actions,
.resume-show:hover .resume-actions {
  display: block;
}

.resume-actions {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2;
  display: none;
  margin: 10px 15px;
}

.resume-actions .icons {
  font-size: 0.83rem;
  margin-left: 10px;
  cursor: pointer;
}

.resume-actions .icons:before {
  margin-right: 3px;
}

/* 简历编辑 */
.resume-edit {
  display: none;
  padding: 25px;
  background: #f5f5f5;
  margin: 25px 0;
  border-radius: 10px;
  border: dashed 1px #eaeaea;
}

/* 基础信息 */
.resume-basic {
  border-bottom: solid 3px #dee2e6;
}

.avatar {
  width: 102px;
  height: 102px;
  padding: 5px;
  border-radius: 500px;
  position: relative;
}

.avatar .upload-notice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: none;
}

.upload-notice i {
  font-style: normal;
}

.upload-notice-show {
  display: flex;
  cursor: pointer;
}

.avatar:hover .upload-notice {
  display: flex;
  cursor: pointer;
}

.avatar .sex {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 500px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}

.avatar-edit .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  border-style: dashed !important;
  font-size: 0.7rem;
}

.avatar-edit .btn input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.basic-info {
  width: 500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}

.basic-info .info {
  margin: 2px 10px;
}

.form-normal {
  /*background:#f5f5f5;*/
  /*border:dashed 1px #eaeaea;*/
  /*padding:15px 25px;*/
  /*border-radius:10px;*/
  /*margin:25px 0;*/
}

.form-group-sex .form-check-label input {
  opacity: 0;
}

.form-group-sex .form-check-label .txt {
  background: #dfdfdf;
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
  border-radius: 10px;
  color: #888;
}

.form-group-sex .form-check-label b {
  font-weight: normal;
  margin-left: 5px;
}

.form-group-sex .form-check-label input:checked + .txt {
  background: #fff;
  color: #333;
}

.form-group-sex .form-check-label input:checked + .i-male:before {
  color: pink;
}

.form-group-sex .form-check-label input:checked + .i-female:before {
  color: deepskyblue;
}

.glyphicon-arrow-left:before {
  content: "<";
}

.glyphicon-arrow-right:before {
  content: ">";
}

.form-normal {
  display: flex;
  flex-wrap: wrap;
}

.form-group {
  width: 50%;
  padding: 0 10px;
}

.form-group.input-group .form-content {
  flex: auto;
}

/*
    经验记录
 */
.express-item {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.express-item:after,
.express-item:before {
  content: "";
  display: block;
  position: absolute;
}

.express-item:before {
  padding: 5px;
  background: deepskyblue;
  border-radius: 500px;
  left: 6px;
  top: 6px;
  z-index: 2;
}

.express-item:after {
  border-left: dashed 1px deepskyblue;
  left: 10px;
  top: 8px;
  bottom: 0;
}

.express-item .info label {
  flex-shrink: 0;
  font-weight: normal;
}

.flow-text {
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
}

.express-item .time {
  margin-right: 0.5rem;
  font-weight: normal;
}

.express-actions {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.express-actions .icons {
  font-size: 13px;
  cursor: pointer;
  margin-left: 10px;
}

.express-actions .icons:before {
  margin-right: 3px;
}

.express-item:hover .express-actions {
  display: block;
}

/*
    上传附件
*/
.upload-files-box {
  background: #f5f5f5;
  border: dashed 1px #eaeaea;
  border-radius: 10px;
  margin: 15px;
  padding: 25px;
}

.upload-files-box .form-check-label input {
  margin-top: 0.15em;
}

.uploaded-files {
  margin: 0 25px;
}

.uploaded-file-item {
  display: flex;
  justify-content: space-between;
  border-bottom: dashed 1px #eaeaea;
  padding: 8px 0;
  font-size: 14px;
}

.uploaded-file-item .file {
  flex: auto;
}

.uploaded-file-item .i-delete {
  font-size: 12px;
}

.uploaded-file-item .i-delete:before {
  margin-right: 5px;
}

/*
    简历模块标签
*/
.resume-module-tags .tag {
  text-align: center;
  flex: 1;
  padding: 10px 20px 10px 0;
  background: #f6f6f6;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
}
.resume-module-tags .tag .inner {
  position: relative;
  z-index: 3;
}
.resume-module-tags .tag a > * {
  vertical-align: bottom;
}
.resume-module-tags .tag:not(:last-of-type) .arrow {
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%) rotate(45deg);
  height: 60px;
  width: 60px;
  z-index: 2;
}
.resume-module-tags .tag:not(:last-of-type):after {
  position: absolute;
  height: 100%;
  width: 30px;
  content: "";
  background: #f6f6f6;
  top: 0;
  right: 0;
}
.resume-module-tags .tag.active:after,
.resume-module-tags .tag.active .arrow,
.resume-module-tags .tag.active {
  background: #d8e9ff;
}
.resume-module-tags .tag.past:after,
.resume-module-tags .tag.this .arrow,
.resume-module-tags .tag.this {
  background: #0068f1;
}
.resume-module-tags .tag.this a {
  color: #fff;
}
.resume-module-tags .tag.error a {
  color: red;
}

/*
    移动版 简历标签
 */
.mobile.resume-module-tags {
  position: relative;
  z-index: 1;
}
.mobile.resume-module-tags .tag {
  position: relative;
  display: flex;
  padding: 0;
  background: none;
  align-items: center;
  flex: auto;
  /*width:100%;*/
}
.mobile.resume-module-tags .tag:last-of-type:not(.this) {
  max-width: 2em;
}
.mobile.resume-module-tags .tag:not(:last-of-type) .arrow {
  background: #f6f6f6;
  content: "";
  position: static;
  top: 50%;
  margin-top: -1.5px;
  flex: auto;
  width: auto;
  height: 3px;
  border: 0 none;
  transform: none;
}
.mobile.resume-module-tags .inner {
  position: relative;
  z-index: 2;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2em;
  height: 2em;
  background: #f6f6f6;
  border-radius: 500px;
  flex-shrink: 0;
  font-size: 0.85rem;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.mobile.resume-module-tags .inner {
  display: flex;
  align-items: center;
}
.mobile.resume-module-tags .txt {
  display: none;
}
.mobile.resume-module-tags .tag:after {
  display: none;
}
.mobile.resume-module-tags .active,
.mobile.resume-module-tags .past,
.mobile.resume-module-tags .this {
  width: auto;
  background: none !important;
}
.mobile.resume-module-tags .tag.this {
  flex-shrink: 0;
  max-width: initial !important;
  background: none;
}
.mobile.resume-module-tags .this .txt {
  display: block;
}
.mobile.resume-module-tags .this .order:after {
  /*content:'.'*/
}
.mobile.resume-module-tags .this .inner {
  background: #0068f1;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  flex: auto;
}
.mobile.resume-module-tags .active .arrow,
.mobile.resume-module-tags .active .inner {
  background: #d8e9ff !important;
}

/* 移动版样式结束 */
/* 2021版简历标签 */
.banner:not(.banner-no-img) + .container .resume-module-tags-box {
  margin-top: 30px;
}

.resume-module-tags-box {
  margin-top: -15px;
  padding: 1.25rem 0 1rem;
}

.v2021.resume-module-tags:after {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  background: #ccc;
  height: 1px;
}
.v2021.resume-module-tags {
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: space-around;
  max-width: 75%;
  margin: 2rem auto 1rem;
}
.v2021.resume-module-tags .tag {
  position: relative;
  display: flex;
  padding: 0;
  background: none;
  align-items: center;
  flex: 0 1 auto;
  /*width:100%;*/
  overflow: visible;
}
.v2021.resume-module-tags .arrow {
  display: none;
}
.v2021.resume-module-tags .inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25em;
  height: 1.25em;
  border-radius: 500px;
  flex-shrink: 0;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: solid 1px #ccc;
}
.v2021.resume-module-tags .order {
  display: none;
}
.v2021.resume-module-tags .txt {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  white-space: nowrap;
  color: #666;
  margin-bottom: 0.375em;
}
.v2021.resume-module-tags .tag:after {
  display: none;
}
.v2021.resume-module-tags .active,
.v2021.resume-module-tags .past,
.v2021.resume-module-tags .this {
  width: auto;
  background: none !important;
}
.v2021.resume-module-tags .tag.this {
  flex-shrink: 0;
  max-width: initial !important;
  background: none;
}
.v2021.resume-module-tags .this .txt {
  display: flex;
}
.v2021.resume-module-tags .this .order:after {
  /*content:'.'*/
}
.v2021.resume-module-tags .this .inner {
  background: var(--theme-color, #0068f1);
  color: #fff;
}
.v2021.resume-module-tags .active .arrow,
.v2021.resume-module-tags .active .inner {
  background: var(--theme-light-color, var(--theme-color, #d8e9ff)) !important;
}

@media screen and (max-width: 1000px) {
  .v2021.resume-module-tags {
    max-width: 100%;
  }
  .v2021.resume-module-tags .inner {
    overflow: visible;
  }
  .v2021.resume-module-tags .this .inner {
    padding: 0;
  }
}
/* 2021版简历标签 结束 */
/* v2021针对版 简历标签 */
/* v2021针对版 简历标签 结束 */
.resume-module-tags .tag.error a {
  color: red !important;
}

/*
    deliver new
 */
.col-lg-3 .deliver-box {
  margin-left: -15px;
  border-radius: 0;
}
.col-lg-3 .deliver-box + .deliver-box {
  margin-top: 15px;
}
.col-lg-3 .deliver-box:last-child {
  border-radius: 0 0 10px 10px;
}

.row.deliver-box {
  margin-left: 0;
  margin-right: 0;
}
.row.deliver-box > .col-lg-9 {
  padding-left: 15px;
  padding-right: 15px;
}

.deliver-box {
  background: #fff;
  border-radius: 10px;
  margin: 10px 0;
  padding: 15px;
  /* 投递记录 */
  /* 申请数据  */
}
.deliver-box.row {
  margin-bottom: 5px;
  border-radius: 10px 10px 0 0;
}
.deliver-box.deliver-resume {
  border-radius: 0 0 10px 10px;
}
.deliver-box.deliver-position .overview-header {
  display: flex;
  align-items: center;
}
.deliver-box.deliver-position .overview-header .icons {
  margin-right: 5px;
  font-size: 1em;
}
.deliver-box.deliver-delivered-dashboard .deliver-status {
  border: 0 none;
  padding: 0;
  margin: 0 0 1em;
  display: flex;
  align-items: center;
}
.deliver-box.deliver-delivered-dashboard .deliver-status .icons {
  margin-right: 5px;
  font-size: 1em;
}
.deliver-box.deliver-delivered-dashboard .deliver-status .text-ipt {
  font-size: 1em;
}
.deliver-box.deliver-delivered-dashboard .delivered-notice {
  margin-top: 1em;
  color: #777;
}
.deliver-box.deliver-delivered-dashboard .delivered-positions {
  line-height: 2;
  margin: 1em 1em 1em 1.5rem;
}
.deliver-box.deliver-delivered-dashboard .delivered-positions a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.deliver-box .data-deliver {
  display: inline-block;
  float: right;
  text-align: center;
  font-size: 0.83rem;
}
.deliver-box .data-deliver .lead {
  font-size: 2rem;
  font-weight: bold;
}

.deliver-box .title {
  font-weight: normal;
  color: #666;
}

.deliver-header {
  padding: 1rem 0;
}

.deliver-header h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
}

.deliver-header .details {
  display: flex;
  flex-wrap: wrap;
}

.deliver-header .col-md-3 {
  justify-content: flex-start;
  position: relative;
  align-items: stretch;
}

.deliver-header .logo {
  overflow: hidden;
}

.deliver-header .col-md-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  max-width: 175px;
  max-height: 60px;
}

.deliver-header .details + .details {
  margin-top: 0.5rem;
}

.details .ele {
  line-height: 1.4;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.details .ele .txg {
  max-width: 16em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.details .ele:not(:last-of-type) {
  margin-right: 25px;
}

.details .ele .icons {
  margin-right: 5px;
}

.deliver-form {
  /*border:0 none;*/
}

.deliver-form .card-header {
  border: 0 none;
  background: transparent;
}

.import-source {
  white-space: nowrap;
  display: flex;
  padding: 0.5rem;
}

.import-source a {
  font-size: 1.4rem;
  text-decoration: none;
  margin: 0.5rem;
  width: 30%;
  text-align: center;
}
.import-source a .txt,
.import-source a .icons {
  display: block;
}
.import-source a .icons {
  border: dashed 1px #eaeaea;
  border-radius: 0.5rem;
  padding: 1rem;
}
.import-source a .txt {
  font-size: 12px;
  margin-top: 0.235em;
  color: #333;
}

.import-source a:hover,
.import-source a:focus {
  text-decoration: none;
}

.deliver-form .form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 8px 0;
}

.deliver-form .form-group > label {
  width: 12em;
  text-align: left;
  justify-content: flex-start;
  flex-shrink: 0;
}

.deliver-form .form-content {
  flex: auto;
}

.deliver-form .form-control {
  width: 60%;
}

.deliver-form .form-check-label {
  margin-right: 15px;
  font-weight: normal;
}

.deliver-form .link {
  text-decoration: underline;
  margin-left: 1em;
}

.deliver-form .form-normal + .form-normal {
  border-top: solid 1px #ccc;
  margin-top: 1em;
  padding-top: 1em;
}

.deliver-position .card + .card {
  margin-top: 1em;
}

.import-source-btn {
  text-decoration: underline;
}

.share-box .logo {
  margin-right: 15px;
}
.share-box .logo-img {
  margin-right: 5px;
}
.share-box .logo-img .icons {
  background: url("../../images/default/sourceLogo/QQ.png") 50% 50%/contain no-repeat;
}
.share-box .logo-img .icons:before {
  opacity: 0;
  display: inline-block;
  min-width: 1em;
  content: "\e655";
}
.share-box .logo-img .i-logo-facebook {
  background-image: url("../../images/default/sourceLogo/linkedin.png");
}
.share-box .logo-img .i-logo-linkedin {
  background-image: url("../../images/default/sourceLogo/linkedin.png");
}
.share-box .logo-img .i-logo-sina {
  background-image: url("../../images/default/sourceLogo/sina.png");
}
.share-box .logo-img .i-logo-douban {
  background-image: url("../../images/default/sourceLogo/douban.png");
}
.share-box .logo-img .i-logo-qzone {
  background-image: url("../../images/default/sourceLogo/qZone.png");
}
.share-box .logo-img .i-logo-wx-fill {
  background-image: url("../../images/default/sourceLogo/weixin.png");
}

/* 投递页 职位概况 */
.deliver-position.deliver-box {
  margin-left: -15px;
}

.deliver-position-dashboard {
  padding: 15px;
}

.position-overview {
  margin-bottom: 1rem;
}
.position-overview .position-extend {
  display: block;
}
.position-overview .position-extend .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.position-overview .overview-details {
  margin: 0 0 0 1.5rem;
}

.deliver-status {
  border: solid 1px #ccc;
  padding: 0.375em 1em;
  margin: 0.75em 0;
}

.deliver-header-extends {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deliver-header-extends .deliver-uploads-resume {
  margin: 0 auto;
}

/*
    简历导入
 */
.import-alert .alert-body {
  background: #f3f3f3;
  border-radius: 0 0 5px 5px;
}

.source-logo {
  text-align: center;
  padding: 35px 0;
}

.import-alert .icons {
  margin-left: 1em;
}

.import-alert .form-control {
  background-color: transparent;
}

/*
    privacy checkbox normal
 */
.form-check-normal .form-check-label {
  position: relative;
  cursor: pointer;
}

.form-check-normal input {
  position: absolute !important;
  opacity: 0;
}

.form-check-normal .txt {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.form-check-normal .txt:before {
  font-family: icons;
  content: "\e748";
  font-size: 1.25em;
  margin-right: 5px;
  margin-left: 0.5em;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #aaa;
  line-height: 1;
}

.form-check-normal input:checked + .txt:before {
  color: #0068f1;
  content: "\e615";
}

.alert-success {
  background: transparent;
  border: 0 none;
  color: #fff;
  text-align: center;
}

.alert-success .i-success {
  display: block;
  font-size: 5rem;
}

html .modal.show {
  display: block;
  /*align-items: center;*/
  /*justify-content: center;*/
}

.modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

/*
    个人中心
 */
.user-dashboard {
  border-radius: 0.5rem;
  background: #fff;
}

.user-dashboard .icons {
  margin-right: 0.25rem;
}

.login-action {
  float: right;
  color: #aaa;
}

.login-action {
  padding: 10px 15px 0;
}

.login-action a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.login-action a:hover {
  color: #333 !important;
}

.login-action li {
  margin-left: 1rem;
}

.dashboard-actions {
  background: #fcfbfc;
}

.dashboard-actions .action {
  flex: 1;
  text-align: center;
}

.dashboard-actions a {
  color: #777;
  display: block;
  text-decoration: none;
  padding: 10px;
  position: relative;
}

.dashboard-actions .txt {
  white-space: nowrap;
}

.dashboard-actions a.active {
  color: #0166b6;
}

.dashboard-actions a.active:after {
  content: "";
  position: absolute;
  top: 100%;
  border: solid 10px transparent;
  border-top-color: #fcfbfc;
  left: 50%;
  margin-left: -10px;
}

.user-infomation {
  padding: 1rem 1rem;
  clear: both;
}

.user-infomation .details {
  margin: 0 1rem;
  flex: auto;
  color: #6c757d;
}
.user-infomation .details .name {
  font-weight: bold;
  color: #6c757d;
}
.user-infomation .details .actions {
  margin-top: 0.375em;
}
.user-infomation .details .actions .btn {
  border-radius: 500px;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.375em 1.25em;
  display: inline-flex;
}
.user-infomation .recommend-code-module {
  font-size: 0.9em;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
  position: relative;
}
.user-infomation .recommend-code-module input {
  font-weight: bold;
  width: 3em;
  border: 0 none;
  padding: 0;
  height: auto;
  outline: none;
  font-size: 1em;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
}
.user-infomation .recommend-code-module .recommend-code-btn {
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 3px;
}
.user-infomation .recommend-code-module .recommend-code-btn span {
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
}

.user-infomation .datas {
  justify-content: space-around;
  white-space: nowrap;
  flex: 1;
}

.user-infomation .datas dl {
  margin-left: 1rem;
}

.user-infomation .datas dt {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}

.user-infomation a {
  color: #0166b6;
  text-decoration: none;
}

/*
    history list
 */
.history-item {
  display: flex;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
}

.history-item .form-check-label {
  display: none;
}

.history-item .item-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #b2c2d9;
  border-radius: 500px;
  margin: 1rem;
  flex-shrink: 0;
  overflow: hidden;
  flex-shrink: 0;
}

.history-item .item-logo img {
  width: 100%;
}

.history-item .item-details {
  flex: auto;
  margin-right: 0.5rem;
  overflow: hidden;
  width: 1%;
}
.history-item .item-details .refer-information {
  font-size: 0.87em;
  color: #aaa;
  margin: 0.375em 0 0.75em;
}

.history-item .item-status {
  display: flex;
  right: 0;
  top: 0;
  position: absolute;
  align-items: stretch;
  border-radius: 0 0.5rem 0 2rem;
  padding-left: 2rem;
  background: #fff;
  z-index: 1;
}

.item-remove {
  color: #aaa;
}

.text-info .lead {
  font-size: 1.1em;
  font-weight: bold;
}

.item-status .remove,
.item-status .time,
.item-status .txt {
  color: #fff;
  display: block;
  z-index: 2;
  min-width: 6rem;
  text-align: right;
  border-radius: 0 0.5rem 0 2rem;
  background: #ff9721;
  order: 1;
  font-size: 12px;
  padding: 0 1rem 0 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
  white-space: nowrap;
}

.item-status .time {
  background: #f5f5f5;
  margin: 0;
  margin-right: -3rem;
  padding-right: 3.5rem;
}

.item-status .remove {
  margin-right: -1rem;
  background-color: #f5f5f5;
  color: #aaa;
  letter-spacing: 1px;
  cursor: pointer;
}

.item-status .remove .icons {
  font-size: 1em;
}

.item-status .order {
  font-size: 12px;
  display: flex;
  align-items: center;
  border: solid 1px orangered;
  text-align: center;
  padding: 0 0.375rem;
  margin: 0.25rem;
  color: orangered;
}

.item-status .o-2 {
  border-color: dodgerblue;
  color: dodgerblue;
}

.item-status .o-3 {
  border-color: forestgreen;
  color: forestgreen;
}

.item-details .extends,
.item-status .time {
  font-size: 0.8em;
  color: #aaa;
}

.item-status .time {
  /*margin-top:1rem;*/
}

.item-remove {
  padding-right: 1rem;
}

.history-item h4 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  text-align: left;
}

.item-details .extends {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-details .extends li {
  flex: 1 1 auto;
  white-space: nowrap;
  min-width: 50%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 0;
}

.item-details .extends li:nth-of-type(2n) {
  text-align: right;
}

.item-details .extends .icons {
  margin-right: 0.25rem;
}

/*
    我的收藏
 */
.item-logo-check {
  margin: 1rem;
}

.item-logo-check .item-logo {
  margin: 0;
}

.item-logo-check input:checked + .txt:before {
  color: #17a2b8;
}

/* 收藏 - 全选 */
.faver-actions {
  line-height: 1;
}

.faver-actions .item-logo-check {
  margin: 0;
}

.faver-actions .remove {
  line-height: 1;
  color: #888;
  cursor: pointer;
}

/*
    简历查看
 */
.resume-only-view {
  padding: 1rem 2rem;
}

.tab-pane .resume-only-view:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}

.resume-only-view .resume-module:hover,
.resume-only-view .resume-module {
  background: transparent;
}

.resume-only-view .resume-module {
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

.resume-only-view .basic-info .info {
  margin: 0 1rem 0 0;
}

.resume-only-view .basic-info h4 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.resume-only-view .resume-module-name {
  padding: 0 0 0.25rem;
  margin: 0 0 0 !important;
}

.resume-only-view .resume-show {
  padding: 0 0 0.5rem;
}

.resume-only-view .resume-show-textarea {
  margin: 0;
}

.resume-only-view .avatar-box {
  order: 2;
}

.resume-only-view .avatar {
  border-radius: 0;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resume-only-view .avatar img {
  width: 100%;
  height: 100%;
}

.resume-only-view .basic-info {
  text-align: left;
  width: auto;
  flex: auto;
}

.resume-only-view .basic-info ul {
  display: flex;
}

.resume-only-view .express-item {
  padding: 0;
  margin: 0 0 1rem;
}

.resume-only-view .express-item:before,
.resume-only-view .express-item:after {
  display: none;
}

.deliver-resume-container:after {
  content: "";
  display: table;
  clear: both;
}

.deliver-view-box {
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.deliver-view-box .form-btns-box {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin: 0 -25px;
  clear: both;
}
.deliver-view-box .form-btns-box .form-btns {
  background: #fff;
  padding: 2rem 0;
  border-top: solid 1px #eee;
}
.deliver-view-box .form-btns-box .form-btns.freeze {
  position: fixed;
  bottom: 0;
}

/* 城市选择器 */
#selectSchool .modal-content {
  background: #f1f1f1;
}

#selectSchool .modal-dialog {
  display: flex;
}

.select-result,
#selectSchool .modal-content form {
  flex: auto;
}

#selectSchool .modal-content form {
  overflow: auto;
}

#selectSchool h4 {
  background: #fff;
  padding: 1rem;
  text-align: center;
}

.select-school-wrap {
  padding: 1rem;
}

.select-school-wrap li {
  cursor: pointer;
}

.select-school-wrap .chosen {
  color: #ff7e1e !important;
  text-decoration: underline;
}

.select-cities .tag {
  margin: 5px;
}

.school-box-schools .school-item,
.school-box-provinces .province-item {
  margin: 0.15rem 0.5rem;
  white-space: nowrap;
}

.school-box-provinces,
.school-box-schools-wrap {
  background: #fff;
  border: solid 1px #b7b7b7;
  border-radius: 0.5rem;
  padding: 0.5rem;
  max-height: 40vh;
  overflow: hidden;
  margin: 1rem 0;
}

.school-box-schools {
  display: flex;
  flex-wrap: wrap;
}

.school-box-schools .school-item {
  display: block;
  min-width: 33%;
  margin: 0;
  padding: 0.15rem 0.5rem;
}

.school-box-schools {
  flex: auto;
  overflow: auto;
}

.school-box-schools .chosen {
  border: 0 none;
}

.add-school-wrapper {
  margin: 1rem -0.5rem -0.5rem;
  padding: 1rem;
  border-top: solid 1px #ccc;
}

.search-school-wrapper {
  position: relative;
  display: flex;
}

.search-school-wrapper {
  padding: 0;
  margin: 0;
}

.search-school-wrapper input {
  border-radius: 0;
}

.search-school-div {
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  max-height: 25vh;
  left: 0;
  right: 0;
  overflow: auto;
  margin-top: -1px;
  display: none;
  box-sizing: border-box;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.02);
}

.search-school-div li {
  padding: 0.5rem 1rem;
}

.search-school-div .active {
  background: #17a2b8;
  color: #fff;
}

.search-school-list {
  width: 100%;
}

/*
    推荐简历
 */
.refer-form h4 label {
  text-decoration: underline;
}

/*
    重置 表单插件
 */
/*
    重置 表单插件
 */
.tab-pane .card,
.tab-pane .card-body {
  box-shadow: none;
  width: auto;
  min-width: auto;
}

.tab-pane .card-body {
  padding: 2rem 1.25rem;
}

.tab-pane .section.card {
  margin: 0;
  padding: 0;
  width: auto;
  border: 0 none;
  min-width: 0;
}

.deliver-form .ddf_wrapper .section-object,
.deliver-form .ddf_wrapper .card,
.deliver-form .ddf_wrapper .col-lg-12,
.deliver-form .ddf_wrapper .card-body {
  margin: 0;
  padding: 0;
  border: 0 none;
  box-shadow: none;
  width: auto;
}

.deliver-form .ddf_wrapper .section-object {
  padding-bottom: 1.5rem;
}

.deliver-form .ddf_wrapper .titleLine,
.deliver-form .ddf_wrapper .section-title-wrapper {
  display: block;
}

div.submite_resume {
  text-align: center;
}

div.submite_resume .btn {
  margin: 0 0.5rem;
}

.deliver-position .card {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.form-normal form {
  width: 100%;
}

div.section-title-wrapper,
i.text-color {
  color: #777;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 1.4;
  height: auto;
}

.section-title {
  font-weight: normal !important;
}

.alert-content {
  /*display: block!important;*/
}

.submite_resume_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.submite_resume_btn > *:not(:last-child) {
  margin-right: 0.5rem;
}

.bind-wx-qr {
  max-width: 120px;
  font-size: 0.75rem;
}

.bind-wx-qr img {
  max-width: 100%;
}

.bind-wx-qr .txt {
  margin-top: 0.25rem;
}

#alertTip .modal-content {
  margin: 0 1rem;
  width: auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

#alertTip .modal-body {
  text-align: center;
}

/* 志愿 */
@media screen and (max-height: 970px) {
  body {
    overflow: auto;
  }
}
.volunteer-box.card-normal {
  border: 0 none;
  border-bottom: solid 1px #dddfe0;
  margin-bottom: 1rem;
}

.volunteer-box .card-header {
  background: #e8e9ea;
  padding: 1rem 1rem;
}
.volunteer-box .card-header:after {
  display: none;
}
.volunteer-box .card-header .notice {
  margin-left: 1rem;
}

.volunteer-item {
  border-bottom: dashed 1px #dddfe0;
  padding: 0.75rem 0;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.volunteer-item:hover {
  background: #fafafa;
  padding: 0.75rem 0.5rem;
}

.volunteer-item:last-of-type {
  border-bottom: 0 none;
}

.volunteer-item .order {
  margin-right: 1rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.volunteer-item .position {
  flex: auto;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.volunteer-item .actions {
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  order: 2;
}

.volunteer-item .move {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin-right: 1rem;
}

.volunteer-item .move .icons {
  cursor: pointer;
}

.volunteer-item:last-child .i-down,
.volunteer-item:first-child .i-up {
  display: none;
}

.volunteer-item.move-down .position {
  transform: translateY(250%);
}

.volunteer-item.move-up .position {
  transform: translateY(-250%);
}

.running .volunteer-item .actions,
.running .volunteer-item .position {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}

/* 职位详情页的志愿 */
.position-details .volunteer-box {
  border-radius: 0;
}
.position-details .volunteer-box .card-body {
  padding: 0 10px;
}

/* 志愿弹层 */
.volunteer-alert .card {
  margin: 0;
}

.volunteer-alert .card-header {
  display: flex;
  align-items: center;
}

.volunteer-alert .btn-group-toggle {
  display: flex;
}

.volunteer-alert .modal-dialog {
  max-width: 900px;
}

.volunteer-alert .modal-content {
  width: auto;
}

.volunteer-alert .btn {
  margin: 0 0.375rem;
}

/* 志愿投递历史 */
.order-history-box {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.order-positions {
  padding: 1rem;
}
.order-positions .history-item {
  align-items: center;
  border-radius: 0;
  margin: 0;
  padding: 1rem 0;
}
.order-positions .history-item .item-details {
  margin-right: 0;
}
.order-positions .history-item h4 {
  margin-top: 0;
  margin-right: 7em;
  text-align: justify;
  min-height: 2em;
}
.order-positions .item-actions {
  position: absolute;
  top: -2px;
  right: 0;
}
.order-positions .item-actions .status {
  border-radius: 0 0 0 500px;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.225rem;
  white-space: nowrap;
}

.order-positions .order {
  margin-right: 1rem;
}

.running {
  user-select: none;
  pointer-events: none;
}

.running .history-item {
  transition: all 0.3s ease-in-out;
}

.order-positions .history-item:not(:last-child) {
  border-bottom: dashed 1px #ccc;
}

.order-positions .history-item:first-child .i-up,
.order-positions .history-item:last-child .i-down {
  display: none;
}

.order-status {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-bottom: solid 1px #efefef;
}

.order-status .order {
  padding: 0.375em 1em;
  color: #ff9721;
}

.order-status .time {
  border-radius: 0 0.5rem 0 2rem;
  background: #f3f3f3;
  color: #aaa;
  padding: 0.115rem 1rem 0.115rem 2rem;
}

.order-positions .item-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 1rem;
  order: 2;
  float: right;
}

.order-positions .status {
  border-radius: 500px;
  padding: 0 1rem;
  text-align: center;
  min-width: 4em;
  background: #ff9721;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  display: block;
}

.order-positions .actions .icons {
  color: #aaa;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.order-positions .position {
  display: flex;
  flex: auto;
  width: 1%;
}

.order-positions .move-down {
  transform: translateY(100%);
}

.order-positions .move-up {
  transform: translateY(-100%);
}

/* 投递页 志愿 */
.volunteer-show-box .position {
  display: flex;
  justify-content: space-between;
}

.volunteer-show-box .position .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.5rem;
}

.volunteer-show-box .volunteer-orders {
  border-top: dashed 1px #dddfe0;
}

/* 投递页头部 志愿 */
.deliver-header .volunteer-item h5 {
  margin-bottom: 0 !important;
}

.deliver-header .volunteer-item .details {
  max-height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.deliver-header .volunteer-item.show-extend .details {
  max-height: initial;
  margin-top: 0.5rem;
}

.deliver-header .volunteer-item .actions {
  margin-left: 1rem;
}

.deliver-header .volunteer-item .move {
  display: block;
}

.deliver-header .volunteer-item .move .icons {
  margin-left: 0.5rem;
}

.deliver-header .order {
  transition: all 0.3s ease-in-out;
  max-width: 6em;
  overflow: hidden;
}

.deliver-header .running .order {
  display: block !important;
}

.deliver-header .running .details {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .col-lg-3 div.deliver-box {
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .col-lg-9 div.deliver-box {
    border-radius: 0;
    margin-bottom: 15px;
  }
  .user-infomation {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 630px;
    margin: 0 auto;
  }
  .user-infomation .details {
    flex-shrink: 0;
    text-align: right;
  }
  .user-infomation .datas {
    justify-content: flex-start;
  }
  .banner:not(.banner-no-img) + .container .resume-module-tags-box {
    margin-top: -15px;
  }
  .position-details .volunteer-box {
    border-radius: 0;
  }
  .position-details .volunteer-box .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .position-details .volunteer-box .card-header .notice {
    margin: 0.375rem 0 0;
  }
}
/* 移动适配*/
@media screen and (max-width: 720px) {
  div.deliver-header h5 {
    white-space: normal;
  }
  .deliver-header-extends {
    padding: 0 0 15px;
  }
  .deliver-position-dashboard {
    padding: 0;
  }
  .history-item .item-logo {
    display: none;
  }
  .item-details .extends {
    flex-direction: column;
  }
  .item-details .extends li {
    width: 100%;
  }
  .item-details .extends li.ele {
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .user-infomation {
    max-width: 500px;
  }
  .user-infomation .details {
    text-align: center;
    margin: 1rem 0;
  }
}
.default-wrap {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: row;
  flex-direction: column;
}
.default-wrap header {
  position: static;
  overflow: hidden;
  flex-shrink: 0;
}
.default-wrap header .row {
  min-height: 50px;
}
.default-wrap footer {
  margin: 0;
  text-align: center;
  border: 0 none;
  background: #f5f5f5;
  color: #a5a5a5;
  font-size: 14px;
  padding: 25px 15px;
  line-height: 2;
}
.default-wrap footer .links .txt {
  margin: 0 2em;
}
.default-wrap footer a {
  color: #a5a5a5;
}

.login-edge {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.login-edge.edge {
  flex: 1 0 auto;
  background: url("../../customer/normal/images/bgCreateAccount.jpg") 50% 50%/cover no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.login-edge.edge .container {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.login-edge,
.login-edge .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.login-edge .wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
}
.login-edge .login-theme {
  font-size: 1rem;
  flex-shrink: 0;
  margin-right: 25px;
}
.login-edge .login-theme dd {
  font-size: 1.5em;
  line-height: 1.6;
}
.login-edge .login-theme dt {
  font-size: 3em;
  line-height: 1.2;
}
.login-edge .login-theme .btn {
  background-color: #71bae3 !important;
  border: 0 none;
  margin-top: 1em;
}
.login-edge .login-theme .theme-box {
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
}
.login-edge .ow-form {
  min-height: 500px;
  min-width: 420px;
  margin: 2rem 0;
  position: relative;
  z-index: 1;
  width: 40%;
}
.login-edge .ow-form .form-normal {
  display: block;
}
.login-edge .ow-form .form-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
.login-edge .ow-form .form-header h1 {
  font-size: 1.875rem;
  flex: auto;
  text-align: center;
  margin: 2rem 0 0;
}
.login-edge .ow-form .form-header .i-toggle-qr {
  font-size: 2rem;
  color: var(--theme-color, #06c);
}
.login-edge .ow-form .input-group-prepend,
.login-edge .ow-form .input-group-append {
  flex-shrink: 0;
}
.login-edge .ow-form .form-verimg .input-group-append {
  width: 20%;
  max-width: 80px;
}
.login-edge .ow-form .form-verimg .input-group-append,
.login-edge .ow-form .form-verimg .input-group-append .input-group-text {
  padding: 0;
  margin: 0;
}
.login-edge .ow-form .form-verimg .input-group-append span {
  display: block;
  overflow: hidden;
  width: 100%;
}
.login-edge .ow-form .form-verimg .input-group-append img {
  max-height: 42px;
  height: 100%;
}
.login-edge .ow-form .form-verimg .link-chage-vercode {
  margin-left: 1em;
  flex-shrink: 0;
}
.login-edge .ow-form .input-group {
  margin: 0.375rem 0;
}
.login-edge .ow-form .form-privacy {
  width: auto;
  padding: 0;
  margin: 1rem 0 0;
}
.login-edge .ow-form .form-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 1em 0;
}
.login-edge .ow-form .form-btns .btn {
  width: 100%;
}
.login-edge .ow-form .form-btns .link {
  font-size: 12px;
  margin-top: 0.5em;
}
.login-edge .ow-form .card-footer {
  border: 0 none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.login-edge .ow-form .card-footer .txt {
  margin: 0 0.5em;
}
.login-edge .ow-form .card-footer .tag {
  border: solid 1px var(--theme-color, #06c);
  color: var(--theme-color, #06c);
  font-size: 12px;
  padding: 1px 5px;
  border-radius: 2px;
  cursor: pointer;
}
.login-edge .ow-form .card-footer .tag:hover {
  color: var(--theme-color, #06c);
}
.login-edge .ow-form .form-control-select {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
}
.login-edge .ow-form .form-control-select select {
  border: 0 none;
  background: #fff;
  width: 100%;
  margin: 0 0.75rem;
}
.login-edge .fileinput-modify .kv-preview-thumb {
  float: none;
  margin: 0 auto;
}
.login-edge .fileinput-modify .kv-preview-thumb:after {
  content: "";
  clear: both;
  display: table;
}
.login-edge .fileinput-modify .close.fileinput-remove {
  line-height: 1;
  margin: 0 5px;
}
.login-edge .fileinput-modify .close.fileinput-remove span {
  display: block;
}
.login-edge .fileinput-modify .file-input .input-group .input-group-btn.input-group-append .btn {
  font-size: 13px;
  padding: 0.375rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  line-height: 1;
}
.login-edge .fileinput-modify .file-input .input-group .input-group-btn.input-group-append .btn i {
  margin-right: 0.375em;
}
.login-edge .fileinput-modify .file-preview {
  border: dashed 2px #ddd;
}
.login-edge .fileinput-modify .krajee-default.file-preview-frame {
  box-shadow: none;
  border: 0 none;
}
.login-edge .fileinput-modify .krajee-default.file-preview-frame .kv-file-content {
  margin: 0 auto;
}
.login-edge .fileinput-modify .krajee-default .file-drag-handle,
.login-edge .fileinput-modify .krajee-default .file-upload-indicator {
  margin: 0 0 10px;
}
.login-edge .fileinput-modify .krajee-default .file-footer-caption {
  margin-bottom: 10px;
}
.login-edge .file-drop-zone {
  min-height: 10px;
  border: 0 none;
}
.login-edge .file-drop-zone-title {
  padding: 15px 10px;
}
.login-edge .form-uploads-img {
  border-radius: 10px;
  border: dashed 2px #a0a0a0;
  background: #fafafa;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.login-edge .form-uploads-img .form-uploads-title {
  padding: 35px 0;
}
.login-edge .form-uploads-img input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.login-edge .form-uploads-img .form-uploads-view {
  width: 100%;
}
.login-edge .form-uploads-img .form-uploads-view .img-box {
  margin: 15px auto;
  max-height: 200px;
  overflow: hidden;
  display: flex;
}
.login-edge .form-uploads-img .form-uploads-view .img-box .img {
  flex: 1 1 auto;
  overflow: hidden;
  text-align: center;
}
.login-edge .form-uploads-img .form-uploads-view .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.login-edge .form-uploads-img .form-uploads-extends {
  font-size: 14px;
  text-align: center;
  padding: 0 0 10px;
}
.login-edge .form-uploads-img .form-uploads-extends .file-name {
  color: #333;
}
.login-edge .form-uploads-img .form-uploads-extends .file-size {
  color: #aaa;
}

@media screen and (max-width: 1000px) {
  .login-edge.edge .container {
    flex-direction: column;
  }
  .login-edge .ow-form {
    order: 1;
    min-width: 0;
    width: 100%;
  }
  .login-edge .login-theme {
    order: 2;
    margin: 0 0 25px;
    width: 100%;
  }
}
@media screen and (min-width: 240px) {
  .login-edge .login-theme {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 480px) {
  .login-edge .login-theme {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .login-edge .login-theme {
    font-size: 1rem;
  }
}
/* 英文版 Fixed */
/* 英文版 fixed */
html.en .wrap {
  font-size: 14px;
}

.en .login-links .txt {
  letter-spacing: 0;
  font-size: 0.87em;
}

/* 移动适配*/
@media screen and (max-width: 1000px) {
  html .modal.show {
    justify-content: center;
  }
  .btn-group-toggle .btn {
    padding: 0.375rem 1.25rem;
  }
  header .btn {
    padding: 0.375rem 0.75rem;
  }
  header .btn-show {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: column !important;
    overflow: auto;
    flex: auto;
  }
  header .row {
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    flex-wrap: nowrap;
  }
  header .row > div {
    max-width: 100%;
    flex: initial;
    flex-shrink: 0;
    width: auto;
  }
  header .logo {
    flex: 0 1 auto !important;
    text-align: center;
    order: 2;
  }
  header .login {
    order: 3;
  }
  header .logo img {
    max-height: 2.5rem;
  }
  header .navbar .btn {
    display: block;
    padding: 0 0.5rem;
    background: #000 !important;
    width: 100%;
    text-align: left;
  }
  .navbar .btn .icons {
    font-size: 1.25rem;
  }
  .toggle-head-menus {
    margin: 0 0.5rem;
  }
  .toggle-head-menus .i-delete {
    display: block;
    margin: 0.7rem 1rem;
  }
  .toggle-head-menus .navbar a {
    color: #fff;
  }
  .toggle-head-menus .navbar li.nav-item.active {
    background-color: #fff;
  }
  /* 菜单隐藏 */
  .login-navbar,
  .head-menus .navbar {
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0166b0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 99;
    flex-wrap: nowrap;
  }
  /* 菜单显示 */
  .show-menu .navbar {
    transform: translateX(0);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  }
  .show-menu nav.login-navbar {
    transform: translateX(-100%);
  }
  /* 登录注册隐藏 */
  nav.login-navbar {
    left: 100%;
    min-width: 30vw;
    max-width: 50vw;
    transform: translateX(0);
  }
  .login-navbar .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .login-navbar .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    color: #fff;
  }
  /* 显示登录注册 */
  /*
      个人中心
  */
  .user-infomation {
    flex-wrap: wrap;
  }
  .user-infomation .datas {
    margin: 1rem 0;
  }
  .dashboard-actions .action {
    min-width: 5em;
  }
  div.resume-only-view {
    padding: 1rem !important;
  }
  div.resume-only-view .resume-show {
    /*flex-wrap: wrap;*/
  }
  div.resume-only-view .avatar-box {
    margin-right: 1rem;
  }
  div.resume-only-view .basic-info {
    margin-top: 1rem;
  }
  div.resume-only-view .basic-info ul {
    flex-wrap: wrap;
  }
  /*
      fixed 职位列表搜索
   */
  .keywrods-search-box {
    max-width: 100%;
  }
  .keywrods-search-box form {
    flex-wrap: nowrap;
  }
  .keywrods-search-box .btn {
    padding: 0.375rem 0.75rem;
  }
  /*
      移动版 简历标签
   */
  body .resume-module-tags {
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
  }
  body .resume-module-tags .tag {
    position: relative;
    display: flex;
    padding: 0;
    background: none;
    align-items: center;
    flex: auto;
    /*width:100%;*/
    flex-shrink: 0;
    margin: 0.15em 0;
  }
  body .resume-module-tags .tag:last-of-type {
    max-width: 2em;
  }
  body .resume-module-tags .tag:not(:last-of-type) .arrow {
    background: #f6f6f6;
    content: "";
    position: static;
    top: 50%;
    margin-top: -1.5px;
    flex: auto;
    width: auto;
    height: 3px;
    border: 0 none;
    transform: none;
    min-width: 1em;
  }
  body .resume-module-tags .inner {
    position: relative;
    z-index: 2;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2em;
    height: 2em;
    background: #f6f6f6;
    border-radius: 500px;
    flex-shrink: 0;
    font-size: 0.85rem;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }
  body .resume-module-tags .inner {
    display: flex;
    align-items: center;
  }
  body .resume-module-tags .txt {
    display: none;
  }
  body .resume-module-tags .tag:after {
    display: none;
  }
  body .resume-module-tags .active,
  body .resume-module-tags .past,
  body .resume-module-tags .this {
    width: auto;
    background: none !important;
  }
  body .resume-module-tags .tag.this {
    flex-shrink: 0;
    max-width: initial !important;
    background: none;
  }
  body .resume-module-tags .this .txt {
    display: block;
  }
  body .resume-module-tags .this .order:after {
    /*content:'.'*/
  }
  body .resume-module-tags .this .inner {
    background: #0068f1;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    flex: auto;
  }
  body .resume-module-tags .active .arrow,
  body .resume-module-tags .active .inner {
    background: #d8e9ff !important;
  }
  /* 移动表单 */
  html .section-object .field-group {
    width: 100% !important;
    line-height: 1.4;
    margin-top: 1rem;
  }
  html .section-object .field-group:after {
    content: "";
    display: table;
    clear: both;
  }
  a[data-toggle=popover] {
    white-space: nowrap;
  }
  form.ant-form,
  div.field-group .field-label,
  div.field-group .fieldDisabledValue {
    float: none;
  }
  form.ant-form,
  div.field-group .fieldDisabledValue {
    min-height: 1em;
    width: auto !important;
    display: block;
  }
  .deliver-position {
    order: 1;
  }
  .deliver-resume {
    order: 2;
  }
  .deliver-position .btn-group-sm {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
  }
  .deliver-position .btn {
    margin: 0 1rem !important;
  }
  div.deliver-header .col-md-3 img {
    position: static;
    transform: translate(0, 0);
  }
  .submite_resume_btn .btn {
    margin-top: 0.5rem;
    padding: 0.375rem 0.75rem;
    flex: 1;
  }
  .submite_resume_btn a {
    width: 100%;
  }
  /* 职位详情 */
  .action-share .action {
    white-space: nowrap;
  }
  .share-qr-float .d-flex {
    flex-wrap: wrap;
  }
  .share-qr-float .d-flex .btn {
    flex: 1;
  }
  .position-detail-container .btn-group-toggle {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .tab-pane .card, .tab-pane .card-body {
    padding: 0;
  }
  /* fixed import-alert */
  .import-alert {
    max-width: 95vw;
  }
  .verify-img {
    flex-shrink: 0;
    min-width: 60px;
    max-width: 90px;
    margin-left: 0.5rem;
  }
  .verify-img img {
    max-width: 100%;
  }
  .import-alert .form-control {
    overflow: hidden;
  }
  .login-content .form-content .icons {
    margin-right: 0;
    font-size: 1.3em;
  }
  .form-control + .input-group-addon {
    margin-left: 0.25rem;
  }
  .form-control + .input-group-addon .btn {
    padding: 0.25rem 0.25rem;
  }
  div.alert-body {
    padding: 25px 10px;
  }
  input.form-control {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .section-object div.field-group.field-group-disabled {
    border-bottom: 0 none;
  }
  /* fixed mobile form uploads files */
  .field_list .ant-tag {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 2em;
    vertical-align: middle;
  }
  .field_list .ant-tag .anticon-close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 2em;
    margin-top: -0.5em;
    text-align: center;
    cursor: pointer;
  }
  li.field_item {
    display: inline-block;
    padding: 0;
    max-width: 100%;
    margin: 5px 0;
  }
  .position-details .btns {
    flex-direction: column;
  }
  .position-details .btn-group-toggle {
    flex-direction: column;
    flex-wrap: wrap;
    white-space: nowrap;
    display: flex;
  }
  .position-details .btn-group-toggle .btn {
    flex: 1;
    margin: 0.375rem 0 !important;
  }
  .position-details span.btn {
    flex-shrink: 0;
  }
  .position-list-header {
    display: none;
  }
  .position-list .position-item {
    padding: 0.375rem 0;
  }
  .position-list .position-item .ele {
    margin: 0;
  }
  .position-list .position-item .e-date {
    text-align: left;
    justify-content: flex-start;
  }
  div.card-search-box {
    background: #fafafa;
  }
  .search-setting {
    padding: 0;
  }
  .search-setting .d-flex {
    flex-wrap: wrap;
  }
  .search-setting .d-flex .btn,
  .search-setting .d-flex .form-group {
    flex: 1 0 auto;
    width: 1%;
  }
  .search-setting .d-flex .form-keywords {
    width: 100%;
  }
  .search-setting .d-flex .btn {
    font-size: 0.93em;
    margin: 0.25rem 0.75rem;
    padding: 0.175em 1.25em;
  }
  .search-setting .form-selection button.btn {
    margin: 0;
    width: 100%;
    height: 2.5rem;
  }
  .position-show-more {
    flex-direction: column;
  }
  .position-show-more .btn {
    width: 100%;
  }
  .position-show-more .pagination {
    flex: 1 0 auto;
    width: 100%;
    margin-top: 1rem;
    justify-content: center !important;
  }
}
@media screen and (max-width: 640px) {
  .search-setting .d-flex {
    flex-direction: column;
  }
  .search-setting .d-flex .btn,
  .search-setting .d-flex .form-group {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .search-setting .d-flex .btn {
    padding: 0.175rem 1.25rem;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    height: 2.5rem;
  }
}

/*# sourceMappingURL=styleLargeSearchConfig.css.map */
