@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 .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, #e6e6e6));
  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: .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: .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: .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: .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: .5rem auto;
  border: solid 2px #fff; }

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

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

.alert-logo {
  border-radius: .3rem .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: .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 .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 .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: .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: .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 .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: .5em; }
    div.form-control-modify-select .modify-show .icons {
      font-size: .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: .375rem .75rem; }
      div.form-control-modify-select .modify-select label:hover {
        background: #fafafa; }
      div.form-control-modify-select .modify-select label input:checked + .txt {
        opacity: .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 .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 .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: -.5rem;
        margin-top: .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: .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 #e3e3e3e3;
          position: absolute;
          top: 0;
          left: 0;
          margin: .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: .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: .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 .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: -.75rem -.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: .9rem;
      order: 0;
      margin-right: 1em; }
      header .search-btn .icons {
        margin-left: .125em;
        font-size: .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: .5em 0; }
  .lb-list li h5 {
    display: inline-block; }
.lb-list .txt {
  margin: .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: .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: .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: .93em;
      margin: .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: .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: .375em .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: .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: .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 -.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: .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 .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: .83rem;
      padding: .375em 1em .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 .5rem .5rem 0;
  flex-shrink: 0; }
  .position-with-events .events-join-box .event-name {
    margin-bottom: .5em;
    font-size: 1rem;
    font-weight: bold; }
  .position-with-events .events-join-box .form-title {
    color: var(--theme-color, #3998dd);
    margin: .75rem 0;
    font-size: .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: .93rem;
      margin-bottom: .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: .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: .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: .87em;
        height: .87em;
        border: solid 1px;
        border-radius: 500px;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 0 0 0 2px #fff inset;
        margin-right: .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; }

:root {
  --theme-dark-color: #007a93;
  --theme-color: #00adef;
  --error-color: #71180c; }

/* 修复表单插件的 bug */
div.ant-form-explain {
  position: static; }

.fl {
  float: left; }

.fr {
  float: right; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #f2f2f2; }

.popover,
.wrap,
html, body {
  font-size: 16px;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  /*letter-spacing: -1px;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143; }

.banner + .container {
  background: #fff;
  padding: 2rem;
  z-index: 2; }

/* 职位列表 过滤菜单 */
.data-filter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.filter-selection {
  margin-right: 15px;
  border: solid 1px #c8c8c8;
  padding: 5px 15px;
  position: relative;
  flex: 1 1 auto;
  min-width: 25%; }
  .filter-selection:last-child {
    margin-right: 0; }
  .filter-selection .filter-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    overflow: hidden; }
    .filter-selection .filter-content .txt-box {
      flex: 1 1 auto;
      width: 0;
      overflow: hidden;
      text-overflow: ellipsis; }
    .filter-selection .filter-content .icons {
      margin-left: .25em; }

.data-filter-box {
  margin: 0 -8px; }
  .data-filter-box .position-title {
    padding: 0; }

.filter-item {
  width: auto;
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
  margin: 0 8px; }

.filter-list-box {
  position: absolute;
  background: #fff;
  left: -1px;
  top: 100%;
  right: -1px;
  border: solid 1px #c8c8c8;
  display: none;
  z-index: 9; }

.filter-selection-active .filter-list-box {
  display: block; }

.filter-list .filter-tag {
  line-height: 2;
  cursor: pointer;
  transition: all .3s ease-in-out; }

.filter-list .filter-tag.active,
.filter-list .filter-tag:hover {
  background: #00adef;
  color: #fff; }

.filter-list .filter-tag:hover .txt {
  border-color: #00adef; }

.filter-list .filter-tag .txt {
  border-bottom: dashed 1px #c8c8c8;
  display: block;
  margin: 0 15px; }

.filter-btn-box {
  text-align: center;
  clear: both;
  padding: 15px 0; }

/*职位列表选择框*/
.position-filter-list {
  display: block;
  max-height: 270px;
  overflow: auto; }

.position-filter-list .filter-tag {
  line-height: 2;
  cursor: pointer;
  transition: all .3s ease-in-out; }

.position-filter-list .filter-tag.active.hover,
.position-filter-list .filter-tag.active {
  background: #00adef;
  color: #fff; }

.position-filter-list .filter-tag.hover {
  background: #eee; }

.position-filter-list .filter-tag .txt {
  border-bottom: dashed 1px #c8c8c8;
  display: block;
  margin: 0 15px;
  line-height: 1.4;
  padding: 10px 0; }

.position-filter-btn-box {
  text-align: center;
  clear: both;
  padding: 15px 0; }

/* position list */
.position-datas {
  margin-top: 15px;
  /* 如果翻页在列表盒子内 */ }
  .position-datas .position-title {
    width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
    .position-datas .position-title .icons {
      flex-shrink: 0; }
      .position-datas .position-title .icons.i-arrow-right {
        margin: 5px;
        font-size: 12px; }
      .position-datas .position-title .icons.i-hot {
        vertical-align: bottom;
        margin-top: -5px; }
    .position-datas .position-title .txt {
      overflow: hidden;
      text-overflow: ellipsis; }
  .position-datas .pager {
    margin: 0; }

.position-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-bottom: dashed 1px #c8c8c8;
  position: relative;
  min-height: 60px; }
  .position-item .icons, .position-item .txt {
    vertical-align: initial; }
  .position-item .position-city,
  .position-item .position-company {
    justify-content: flex-start;
    padding-left: 20px; }
  .position-item .position-city {
    padding-left: 28px; }

.position-info {
  /*flex:1;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: .875rem;
  white-space: nowrap;
  overflow: hidden;
  line-height: 3;
  padding: 0 8px;
  width: 0; }
  .position-info .txt {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden; }

.position-title {
  /*flex: 3;*/
  padding-left: 20px;
  justify-content: flex-start;
  flex: 1 1 auto; }
  .position-title:hover {
    text-decoration: none; }

.position-company {
  /*flex: 2;*/
  width: 35%; }

.position-city {
  width: 25%; }

.position-date {
  width: 20%; }

.position-status {
  display: inline-block;
  width: 35%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* pagers */
.pager {
  text-align: right;
  padding: 10px 5px; }
  .pager .i-arrow-right {
    font-size: .75rem; }
  .pager .page {
    display: inline-block;
    padding: 0 5px;
    margin: 0 2px;
    font-size: .85rem;
    position: relative;
    color: #888; }
  .pager .current {
    color: var(--dark-theme-color, #007a93);
    font-weight: bold; }
  .pager .next {
    padding-right: 16px; }

/* 职位详情 */
.detail-header {
  position: relative;
  margin: -2rem -2rem 0; }
  .detail-header img {
    max-width: 100%;
    width: 100%; }

.detail-descriptions {
  color: #444;
  overflow: hidden;
  line-height: 35px; }
  .detail-descriptions p {
    line-height: inherit; }

.detail-title {
  padding: 1.625rem;
  text-align: left;
  background: black;
  color: #fff;
  box-shadow: 0 0 10px 0 white; }
  .detail-title .item {
    display: block; }
  .detail-title .name {
    font-size: 1.5em; }
  .detail-title .city {
    font-size: .83em; }

.detail-links {
  float: right;
  margin-left: 15px;
  width: 15%;
  min-width: 150px;
  max-width: 280px; }

.detail-links-item {
  border: solid 1px #aaa;
  color: #aaa;
  display: block;
  padding: 5px 25px;
  margin: 0 0 15px;
  text-decoration: none; }
  .detail-links-item:hover, .detail-links-item:focus {
    color: #aaa; }
  .detail-links-item .txt {
    vertical-align: middle;
    display: inline-block; }

.detail-infos {
  margin: 3rem  2rem 0; }

.desc-item {
  margin-bottom: 25px; }

.desc-item .module {
  margin-bottom: 10px; }

.desc-item .module:last-child,
.desc-item:last-child {
  margin-bottom: 0; }

.desc-item .name {
  color: #007a93;
  margin: 0 0 8px;
  font-size: 1.125rem; }

.desc-item .sub-name {
  font-weight: normal; }

.detail-descriptions .paragraph {
  font-size: 0.875rem; }

/* 管培生 */
/*  hot */
.form-module {
  margin: 25px;
  color: #444; }

.form-module-name {
  padding: 0 0 5px;
  font-size: 1.125rem; }

.form-module-name .link {
  position: relative;
  float: right;
  padding-left: 15px;
  color: #00adef; }

.form-module-name .link .txt {
  font-size: 14px;
  /*font-weight: 800;*/ }

.form-enter-notice .txt .red {
  color: #00adef; }

.form-module-name .icons:after {
  background: none; }

.form-module-name .i-arrow-right:after {
  width: 12px;
  margin-left: -5px;
  margin-right: 10px; }

.form-module-name .txt {
  font-size: 22px; }
  .form-module-name .txt i {
    font-size: .67em;
    font-style: normal; }

.form-module-name .cn {
  margin-right: 5px; }

/* 提交简历 & 登录 & 注册 */
.login-register-password.form-module-resume .form-module-name .cn {
  color: #00adef;
  font-weight: bold; }
.login-register-password.form-module-resume .form-normal {
  border-width: 1px 0 0; }
.login-register-password.form-module-resume .form-item {
  width: 66.67%;
  margin-left: auto;
  margin-right: auto; }
.login-register-password.form-module-resume .form-content input.input-enter,
.login-register-password.form-module-resume .form-content textarea {
  border: 0 none;
  border-bottom: solid 1px #c8c8c8; }

.form-btns {
  position: relative; }
  .form-btns .link {
    color: #00adef;
    font-size: .83rem;
    vertical-align: bottom; }

.form-btns .btn {
  margin: 0 10px; }

.form-btns .forgot {
  color: #71180c;
  margin-left: 4px;
  position: absolute;
  bottom: 0;
  font-size: .875rem;
  /*letter-spacing: -.3px;*/
  font-weight: bold; }

.form-item {
  display: flex;
  align-items: flex-start;
  margin: 25px 0; }

.form-name {
  text-align: right;
  width: 160px;
  font-weight: normal;
  margin-right: 20px; }

.form-name .txt {
  display: block;
  line-height: 1.2;
  font-size: .875rem; }

.form-name .cn {
  letter-spacing: 0; }

.form-name i {
  font-style: normal; }

.form-content {
  flex: 1;
  position: relative; }

.form-content input[type=password],
.form-content input[type=text] {
  vertical-align: bottom;
  border-bottom: solid 1px #c8c8c8;
  width: 100%; }

.form-content-select {
  flex: none;
  width: 150px;
  position: relative; }

.form-btns .btn {
  line-height: 1.5;
  padding: 4px 35px; }

.form-vcode {
  margin-left: 10px; }

.form-item-upload .form-btn {
  position: relative;
  /*margin-left:25px;*/ }

.form-item-upload .form-btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

.form-item-radios .modify-check {
  display: inline-block;
  margin-right: 10px; }

.form-item-radios .modify-check .txt {
  color: #686868;
  margin: 0 0 0 5px; }

.form-item .notice.abs {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: .375rem;
  display: inline-block;
  width: 100%;
  color: #888;
  font-size: .75rem;
  /*letter-spacing: -.4px;*/ }

.form-enter-notice {
  padding: 15px;
  border: 1px solid #c8c8c8;
  margin: 0; }

.form-enter-notice .txt {
  margin: 0;
  font-size: 14px; }

/*
    alert privacy
*/
.modify-check {
  display: block;
  line-height: 1; }

.modify-check .txt {
  font-size: 1rem;
  line-height: 1;
  color: #444; }

/*
  法律声明
 */
.alert-privacy {
  font-size: .875rem;
  color: #444; }
  .alert-privacy .detail {
    text-indent: 2em;
    text-align: justify;
    margin: 5px 0; }
  .alert-privacy .list {
    margin: 15px 0; }
  .alert-privacy .title {
    margin: 4px 0;
    padding: 0;
    /*font-size: 1.125rem;*/ }
  .alert-privacy .list-has-arrow li {
    position: relative;
    padding-left: 16px;
    margin: 5px 0; }
  .alert-privacy .list-has-arrow li:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 16px;
    left: 0;
    top: initial;
    padding-right: 5px; }

/*
    resume  & deliver
 */
.form-module-resume .form-module-name {
  font-size: 22px;
  border-bottom: none; }

.form-module-resume .form-content input[type=text], .form-module-resume .form-content textarea {
  vertical-align: bottom;
  border: solid 1px #c8c8c8;
  /*margin-bottom:4px;*/
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 1rem; }

.form-module-resume .form-content textarea {
  height: 130px; }

.form-normal .form-item .form-item-error-tip {
  color: #71180c;
  margin: 0;
  width: auto; }

.form-item-btn {
  display: inline-block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 180px;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  background: #000; }
  .form-item-btn.btn-light {
    background-color: #e6e6e6;
    color: #000; }

.form-item-btn-box {
  margin-top: 45px;
  text-align: center; }

.form-module-resume .form-module-name .cn {
  font-size: 26px; }

.form-module-resume .form-module-name .en {
  font-size: 22px; }

.form-module-resume .form-module-name i {
  font-style: normal;
  font-size: 0.875rem; }

.form-module-resume .form-normal {
  width: auto;
  padding: 25px 50px 50px;
  text-align: center;
  border: 1px solid #c8c8c8;
  display: block; }

.form-module-resume .form-item {
  text-align: left;
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }

.form-module-resume h6.form-name {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  color: #007a93;
  border: solid 1px #007a93;
  border-radius: 5px;
  font-size: 1.75rem;
  padding: 5px 15px; }

.resume-success .form-enter-notice {
  padding: 20px;
  background: #fdfdfd; }

.resume-success-btn {
  margin-top: 75px; }

.form-elements-inline {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 50px 50px;
  border: 1px solid #c8c8c8; }

.form-elements-inline .form-item {
  min-width: 50%; }

.form-elements-inline .form-item-only {
  width: 100%; }

.form-item-selection .form-content {
  position: relative; }

.form-item-selection select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.form-item-date .form-content-data {
  position: relative;
  box-sizing: border-box;
  width: 100px;
  vertical-align: bottom;
  border: solid 1px #c8c8c8;
  height: 40px; }

.tran-form-skill .form-content-data {
  width: 200px; }

.form-item-date .form-content-data-none-border-left {
  border-left: none !important; }

.form-item-date .form-content-data input {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 2; }

.form-module-resume .modify-check {
  margin-top: 10px; }

.form-item-date .modify-check {
  margin-left: 10px; }

.form-selection {
  position: relative; }

.form-item-select-box {
  position: absolute;
  display: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  left: -1px;
  top: 36px;
  border: 1px solid #c8c8c8;
  background: #fff;
  z-index: 10; }

.form-item-select-list {
  height: 28px;
  line-height: 28px;
  text-align: center; }

.form-item-select-list:hover {
  height: 28px;
  color: #fff;
  text-align: center;
  background: #000; }

/* 教育&工作 经历表格 */
.table-info-box {
  margin-bottom: 20px; }

.table-info {
  width: 100%;
  border: 1px solid #c8c8c8;
  text-align: center;
  background: transparent; }

.table-info td, .table-info th {
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
  padding: 5px 0; }

.fill-info-tip {
  margin-bottom: 5px; }

.edu-info-btn {
  width: 250px;
  margin-right: 20px; }

.edu-info-btn:hover {
  color: #fff; }

.fill-statement {
  color: #00adef;
  font-size: 14px;
  font-weight: 800; }

.select-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.form-item-select-year {
  /*padding-bottom: 50px;*/ }

.form-item-select-year .form-item-select-list {
  width: 50%;
  float: left; }

.page-click-box {
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  line-height: 30px;
  background: #000;
  text-align: center; }

.page-click {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer; }

.date-year .filter-list {
  padding-bottom: 50px; }

/*下拉框样式*/
/**
 * selectFilter  --v1.0
 *
 **/
.filter-disabled {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.filter-box {
  position: relative; }

.filter-box select {
  display: none; }

.form-selection,
.form-content-select,
.filter-text {
  height: 100%;
  position: relative;
  cursor: pointer; }
.form-selection .filter-text,
.form-content-select .filter-text,
.filter-text .filter-text {
  background: #fff;
  border: 1px solid #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%; }
.form-selection .icons,
.form-content-select .icons,
.filter-text .icons {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: 1px solid #c8c8c8;
  pointer-events: none; }

.form-item-date .filter-text {
  border: none; }

.filter-text .filter-title {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none !important;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 15px;
  cursor: pointer; }

.filter-list {
  display: none;
  width: 100%;
  max-height: 132px;
  background-color: #fff;
  font-size: 16px;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 99;
  border: 1px solid #e6e6e6;
  overflow: auto; }

.filter-list li {
  height: 26px; }

.date-year .filter-list li {
  display: inline-block;
  width: 50%;
  float: left; }

.filter-list li.filter-null a {
  color: #d2d2d2; }

.filter-list li a {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  line-height: 26px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;*/ }
  .filter-list li a a:hover {
    color: #fff; }

.filter-list li:hover {
  background-color: #000000; }
  .filter-list li:hover a:hover,
  .filter-list li:hover a {
    color: #fff !important; }

/*下拉列表选中样式*/
/*.filter-list li.filter-selected {
	background-color: #000000;
}

.filter-list li.filter-selected a{
	display: block;
	color: #fff;
}*/
.filter-list li.filter-disabled {
  background-color: #fff; }

.filter-list li.filter-disabled a {
  display: block;
  color: #d2d2d2; }

.filter-list li.filter-disabled:hover a {
  cursor: not-allowed !important;
  background-color: #fff; }

.icon {
  position: absolute; }

.filter-list::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

.filter-list::-webkit-scrollbar-track {
  background: #fff; }

.filter-list::-webkit-scrollbar-thumb {
  background: #CBCBCB; }

/*简历提交成功*/
.resume-submit-success-con {
  font-size: 14px;
  line-height: 1.4; }
  .resume-submit-success-con .en {
    font-size: .93em; }

.icons-submit-success-box {
  text-align: center;
  margin: 40px 0; }
  .icons-submit-success-box .icons {
    font-size: 5.5em;
    line-height: 1;
    border: solid 5px #c1c1c1;
    border-radius: 500px;
    color: #c1c1c1;
    padding: .5em;
    display: inline-block; }

.form-module-resume .form-item-upload {
  margin-bottom: 40px; }

/* form fixed */
/* 投递页 */
.position-extend {
  font-size: .83rem;
  color: #999;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  flex-wrap: wrap; }

.position-extend .extend {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.position-extend .ele:not(:last-of-type) .txt {
  border-right: solid 1px #ccc;
  padding-right: 10px;
  margin-right: 10px; }

.position-extend .i-details {
  color: orange; }

.position-name .i-title,
.position-extend .i-details {
  font-size: 22px;
  margin-right: 5px; }

.position-extend .i-details {
  display: none; }

/*
    上传简历
*/
.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: .15em; }

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

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

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

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

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

/* 简历预览 */
.resume-show {
  padding: 15px;
  line-height: 1.6;
  font-size: .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: .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: .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 .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: .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: .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: .85rem;
    box-sizing: border-box;
    transition: all .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 .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: .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: .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: .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: .5rem; }

.import-source a {
  font-size: 1.4rem;
  text-decoration: none;
  margin: .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: .5rem;
    padding: 1rem; }
  .import-source a .txt {
    font-size: 12px;
    margin-top: .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: .375em 1em;
  margin: .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: .5em;
  margin-top: 2px;
  transition: all .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: .5rem;
  background: #fff; }

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

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

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

.login-action a {
  color: #aaa;
  text-decoration: none;
  transition: all .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: .375em; }
    .user-infomation .details .actions .btn {
      border-radius: 500px;
      font-size: .7em;
      line-height: 1;
      padding: .375em 1.25em;
      display: inline-flex; }
.user-infomation .recommend-code-module {
  font-size: .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: .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: .5rem 0;
  padding: .5rem 1rem;
  background: #fff;
  border-radius: .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: .5rem;
  overflow: hidden;
  width: 1%; }
  .history-item .item-details .refer-information {
    font-size: .87em;
    color: #aaa;
    margin: .375em 0 .75em; }

.history-item .item-status {
  display: flex;
  right: 0;
  top: 0;
  position: absolute;
  align-items: stretch;
  border-radius: 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 .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 .375rem;
  margin: .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: .8em;
  color: #aaa; }

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

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

.history-item h4 {
  margin: 1.25rem 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: .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 .5rem .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 .25rem;
  margin: 0 0 0 !important; }

.resume-only-view .resume-show {
  padding: 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: .15rem .5rem;
  white-space: nowrap; }

.school-box-provinces,
.school-box-schools-wrap {
  background: #fff;
  border: solid 1px #b7b7b7;
  border-radius: .5rem;
  padding: .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: .15rem .5rem; }

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

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

.add-school-wrapper {
  margin: 1rem -.5rem -.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: .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 .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: .5rem; }

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

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

.bind-wx-qr .txt {
  margin-top: .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: .75rem 0;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease-in-out; }

.volunteer-item:hover {
  background: #fafafa;
  padding: .75rem .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 .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: .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 .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: .225rem;
      white-space: nowrap; }

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

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

.running .history-item {
  transition: all .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: .375em 1em;
  color: #ff9721; }

.order-status .time {
  border-radius: 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 .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: .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 .3s ease-in-out;
  overflow: hidden; }

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

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

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

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

.deliver-header .order {
  transition: all .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: .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; } }
/* daimler风格导航 */
/* daimler 风格导航 */
:root {
  --theme-dark-color: #007a93;
  --theme-color: #00adef;
  --error-color: #71180c; }

.wrap {
  padding-top: 124px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  box-shadow: 0 0 10px 0 black;
  width: 100vw;
  /* logo */
  /* 导航 */
  /* 登录 */
  /* 搜索 */
  /* 导航 展开搜索 */ }
  header .row {
    justify-content: space-between; }
  header .actions-bar {
    justify-content: flex-end; }
  header a {
    color: #fff; }
  header .container-box {
    background: #000;
    position: relative; }
    header .container-box .container {
      position: static;
      padding: 0 10px 0 0; }
    header .container-box .row {
      margin: 0; }
  header .container {
    position: relative;
    background: transparent;
    padding: 0; }
  header .logo {
    margin-bottom: .75em; }
    header .logo img {
      display: block;
      margin: .375em auto; }
  header .head-menus {
    justify-content: center;
    padding: .25em 2em;
    border-left: solid 2px #444;
    position: static; }
    header .head-menus .navbar.navbar-main {
      margin: 0 2em;
      position: static;
      /* 一级导航 */
      /* 一二级导航共用 */ }
      header .head-menus .navbar.navbar-main,
      header .head-menus .navbar.navbar-main > .navbar-nav {
        width: 100%; }
      header .head-menus .navbar.navbar-main > .navbar-nav {
        justify-content: space-between;
        align-items: center; }
        header .head-menus .navbar.navbar-main > .navbar-nav > .nav-item {
          /* 导航分隔线 */
          /* 激活的 item */ }
          header .head-menus .navbar.navbar-main > .navbar-nav > .nav-item {
            padding: 0;
            flex: 1 0 auto; }
          header .head-menus .navbar.navbar-main > .navbar-nav > .nav-item:not(:first-child) a:before {
            content: '';
            width: 2px;
            height: 1.25em;
            position: absolute;
            background: #444;
            left: -1px;
            top: 50%;
            transform: translateY(-50%) skewX(-25deg); }
          header .head-menus .navbar.navbar-main > .navbar-nav > .nav-item > a {
            position: relative;
            padding: 0;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            flex-direction: column; }
          header .head-menus .navbar.navbar-main > .navbar-nav > .nav-item .txt {
            vertical-align: top; }
          header .head-menus .navbar.navbar-main > .navbar-nav > .nav-item.active > a {
            border: 0 none; }
      header .head-menus .navbar.navbar-main .en {
        font-size: .75em;
        margin-top: .375em;
        opacity: .75;
        display: block; }
  header .login {
    justify-content: flex-end;
    margin-bottom: -2em; }
    header .login .nav-item {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row; }
    header .login a {
      display: block;
      opacity: .8; }
  header .search-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row; }
    header .search-btn .i-search {
      color: rgba(255, 255, 255, 0.6);
      font-size: 1.25em; }
  header .navbar-search:after {
    content: '';
    display: table;
    clear: both; }
  header .navbar-search .search-box {
    float: right;
    margin: 1rem 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row; }
    header .navbar-search .search-box .search-enter {
      border: solid 1px #fff;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-direction: row; }
    header .navbar-search .search-box input {
      background: transparent;
      color: #fff;
      border: 0 none;
      width: 260px;
      padding: 0 .75em; }
      header .navbar-search .search-box input::-webkit-input-placeholder {
        color: #fff; }
    header .navbar-search .search-box .i-search {
      border: solid 1px #fff;
      margin-left: -1px;
      padding: .375em 1.25em;
      color: #fff; }

/* 二级菜单 */
.nav-sub {
  background: #1b2327;
  background: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(0.5, #1b2327), color-stop(1, rgba(0, 0, 0, 0.8)));
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  width: 100vw;
  transform: translateX(-50%); }
  .nav-sub .navbar {
    justify-content: center !important; }
    .nav-sub .navbar a {
      line-height: 1;
      color: rgba(255, 255, 255, 0.6); }
      .nav-sub .navbar a:hover {
        color: #fff; }
    .nav-sub .navbar ul.navbar-nav {
      justify-content: center; }
      .nav-sub .navbar ul.navbar-nav .nav-item {
        flex: 1 0 auto;
        text-align: center; }
        .nav-sub .navbar ul.navbar-nav .nav-item a:before {
          display: none;
          transform: none; }

/* 轮播图 样式定制 */
.carousel {
  /* 轮播进度条 */
  /* 轮播前进后退 */ }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50px; }
  .carousel-indicators .active {
    background-color: var(--theme-color, #fff); }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    font-family: 'icons';
    font-size: 3em;
    width: auto;
    height: auto;
    background: none; }
    .carousel-control-next-icon:before, .carousel-control-prev-icon:before {
      content: ""; }
  .carousel-control-next-icon:before {
    content: ""; }

/* banner修改 */
.banner {
  /* banner 搜索框 */
  /* 轮播 banner 修改 */ }
  .banner {
    position: relative; }
  .banner .search-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .banner .search-box {
    margin: 0 auto 5rem;
    width: 50%;
    min-width: 180px;
    max-width: 600px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row; }
    .banner .search-box .search-enter {
      flex: 1 0 auto; }
    .banner .search-box input {
      width: 100%;
      height: 100%;
      padding: .375em 1.25em; }
    .banner .search-box .icons {
      background: #000;
      color: #fff;
      padding: .375em .75em;
      font-size: 1.5em; }
  .banner-slider + .container {
    margin-top: 25px; }
  .banner-footer {
    margin-top: 1rem; }
    .banner-footer + .container {
      margin-top: 0; }

/* 底部  */
footer {
  padding: 0;
  background: #f0f0f0;
  margin-top: 0;
  /* 底部友情链接 */
  /* 底部版权 */ }
  footer .footer-top {
    background: #000;
    color: #fff; }
  footer .footer-link {
    padding: .375rem 0;
    margin: 0 -1.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    height: 80px;
    color: #757575; }
    footer .footer-link li {
      padding: .375rem 1.75rem;
      line-height: 1; }
      footer .footer-link li .icons {
        font-size: 2em;
        margin-right: .375rem; }
      footer .footer-link li + li {
        position: relative; }
        footer .footer-link li + li:after {
          content: '';
          display: block;
          top: 25%;
          left: 0;
          height: 50%;
          width: 1px;
          background: #757575;
          position: absolute; }
  footer .copy-right {
    color: #a0a0a0;
    padding: 1.25rem 0;
    font-size: 12px; }
    footer .copy-right,
    footer .copy-right .contact {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row; }
      footer .copy-right li,
      footer .copy-right .contact li {
        margin-left: 1.56rem; }
      footer .copy-right a,
      footer .copy-right .contact a {
        color: #a0a0a0; }

/* 返回顶部 */
.go-top-box {
  text-align: right;
  position: relative;
  z-index: 9; }
.go-top {
  padding: .5em 1.25em;
  border-radius: 5px 5px 0 0;
  background: #000;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 2rem;
  bottom: 0;
  vertical-align: top;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.85); }
  .go-top .icons {
    color: #fff; }

/* 底部浮层 */
.footer-popover-qr {
  text-align: center; }
  .footer-popover-qr img {
    max-width: 200px; }
  .footer-popover-qr .txt {
    display: block;
    color: #333; }

.privacy-content .alert-logo {
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 2rem 0; }
  .privacy-content .alert-logo .i-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-size: 2rem;
    line-height: 1; }
  .privacy-content .alert-logo .txt {
    display: block;
    font-size: 1rem; }
    .privacy-content .alert-logo .txt.cn {
      font-size: 1.5em; }
.privacy-content .alert-body {
  min-height: auto; }
.privacy-content .alert-privacy {
  overflow: auto;
  height: 100%; }
.privacy-content .alert-footer {
  flex-shrink: 0;
  border-top: solid 1px #c8c8c8;
  margin: 1rem;
  padding: 1rem 0; }

/* 语言切换 */
header .container-box .container {
  position: relative; }

.nav-switch-language {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1em 0; }

/* 保持联系 */
.keep-container {
  background: #fff;
  padding: 1rem;
  border-radius: 10px; }
  .keep-container .card {
    box-shadow: none;
    min-width: 0;
    padding: 0;
    margin: 0;
    width: auto;
    border: 0 none; }
    .keep-container .card.section .section-title-wrapper {
      margin: 0 1rem; }

.card {
  /* 注册信息 */
  /* 应聘信息 */ }
  .card-type-keep {
    border: 0 none; }
    .card-type-keep .form-notice {
      font-size: 12px;
      margin-left: 1rem; }
      .card-type-keep .form-notice h4 {
        font-size: 1em;
        color: #888;
        margin-bottom: .5em; }
        .card-type-keep .form-notice h4 .icons {
          color: red; }
      .card-type-keep .form-notice .content {
        background: #f3f3f3;
        color: #888;
        padding: .75em 1.25em;
        border-radius: 8px; }
    .card-type-keep .form-group {
      color: #888; }
    .card-type-keep .card-body {
      overflow: hidden; }
  .card-footer, .card-header {
    background: none;
    color: #666; }
  .card-header .txt {
    font-weight: bold; }
  .card-footer {
    border: 0 none; }
    .card-footer .form-btns {
      margin-top: 0;
      margin-bottom: 1.25rem; }
  .card-keep-register .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
  .card-keep-register form {
    flex: 1 0 auto;
    width: 50%; }
    .card-keep-register form .form-group {
      width: auto;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: row; }
      .card-keep-register form .form-group .form-content {
        width: 50%; }
      .card-keep-register form .form-group .input-group {
        flex-wrap: nowrap;
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-direction: row; }
        .card-keep-register form .form-group .input-group input {
          flex: 1 1 auto;
          width: auto; }
      .card-keep-register form .form-group input {
        width: 100%; }
  .card-keep-deliver .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: .75rem 0; }
    .card-keep-deliver .form-group .form-content {
      flex: 1 0 auto; }
    .card-keep-deliver .form-group label {
      width: 10em;
      text-align: right; }
  .card-keep-deliver .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .card-keep-deliver .card-footer .form-check {
      padding-left: .25rem; }

.keep-intro-module .card-header {
  font-size: 24px;
  font-weight: bold;
  border: 0 none; }
.keep-intro-module .keep-intro {
  flex: 1 1 auto; }
.keep-intro-module .img {
  padding: 0 0 0 5rem;
  width: 40%;
  flex-shrink: 0; }
  .keep-intro-module .img img {
    max-width: 100%;
    max-height: 100%; }
.keep-intro-module .card-body p {
  text-align: justify;
  font-size: 15px;
  color: #555;
  line-height: 1.6; }
  .keep-intro-module .card-body p + p {
    margin: 2rem 0 0; }

/* 保持联系  移动适配*/
@media screen and (max-width: 1000px) {
  .keep-container {
    margin: 1rem;
    width: auto; }

  .card {
    /*  通用 */
    /* 注册信息 */
    /* 应聘信息 */ }
    .card-type-keep .card-body {
      flex-direction: column; }
      .card-type-keep .card-body .img {
        order: 1;
        width: 100%;
        padding: 0;
        margin-bottom: 1em; }
      .card-type-keep .card-body .keep-intro {
        order: 2; }
    .card-type-keep .form-notice {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      margin: 1rem 0 0; }
      .card-type-keep .form-notice h4 {
        margin-right: 1em; }
    .card-keep-register .card-body {
      flex-direction: column; }
    .card-keep-register .card-body form {
      width: 100%; }
      .card-keep-register .card-body form .form-group {
        flex-direction: column; }
        .card-keep-register .card-body form .form-group .form-content {
          width: 100%; }
    .card-keep-deliver .form-group {
      flex-wrap: wrap; }
    .card-keep-deliver .form-group label {
      width: 100%;
      justify-content: flex-start; } }
/* 英文版 Fixed */
/* 英文版 fixed */
html.en .wrap {
  font-size: 14px; }

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

/* 个人中心 */
:root {
  --theme-dark-color: #007a93;
  --theme-color: #00adef;
  --error-color: #71180c; }

/* applications */
.center-applications {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  margin: 25px; }

.sider-menu {
  width: 260px;
  margin: 0 2em 0 1em; }

.sider-menu a {
  display: block;
  text-align: center;
  border: solid 1px #c8c8c8;
  margin: 0 25px 15px;
  color: #3d3b43;
  padding: 8px 0;
  transition: all .3s ease-in-out;
  text-decoration: none; }

.sider-menu a.active,
.sider-menu a:hover {
  color: #00adef;
  text-decoration: none;
  border-color: #00adef; }

.sider-menu a.active {
  color: #fff;
  background: #00adef; }

.sider-menu .txt {
  display: block;
  font-size: .875rem;
  line-height: 1.2; }

/* 个人中心 - main*/
.applications-status {
  flex: 1; }
  .applications-status .form-module-name .cn {
    color: #00adef; }

.applications-status .form-module-name {
  padding-bottom: 10px; }

.applications-status .form-module-name .txt {
  display: block;
  font-size: 18px; }

.applied-position {
  margin: 0; }
  .applied-position .position-info {
    flex-shrink: 0;
    width: auto;
    text-align: center; }
  .applied-position .position-title {
    padding-left: 0;
    flex: 1 1 auto; }
  .applied-position .position-status {
    width: 8em; }
  .applied-position .position-date {
    width: 8em;
    justify-content: flex-start; }

.applied-position .position-item {
  border-bottom: solid 1px #c8c8c8; }

.applied-position .position-info {
  font-size: 1.125rem;
  line-height: 2.75rem; }

/* 列表头 */
.position-item-header {
  color: #007a93; }

.applications-status .form-btns {
  margin: 35px 0 0; }
  .applications-status .form-btns .form-item-btn {
    margin: 0 1em; }

.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: .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: .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 .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 .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: .375rem .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: .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: .6rem; } }
@media screen and (min-width: 480px) {
  .login-edge .login-theme {
    font-size: .75rem; } }
@media screen and (min-width: 1200px) {
  .login-edge .login-theme {
    font-size: 1rem; } }
/* 移动适配*/
@media screen and (max-width: 1000px) {
  .wrap {
    padding-top: 87px; }

  /* 底部 */
  footer {
    width: 100vw; }
    footer .footer-link {
      margin: 0;
      height: auto; }
      footer .footer-link li {
        flex: 1 0 auto; }
    footer .copy-right {
      flex-wrap: wrap; }
      footer .copy-right .contact,
      footer .copy-right .txt {
        width: 100%; }
      footer .copy-right .txt {
        margin-top: 1em;
        order: 2; }
      footer .copy-right .contact {
        flex-wrap: wrap;
        order: 1; }
        footer .copy-right .contact li {
          margin: .375em 0; }
          footer .copy-right .contact li:first-child {
            width: 100%; }

  /* 底部弹层 */
  .footer-popover-qr img {
    max-width: 33.3vw; }

  /* 头部 */
  header .btn-show {
    display: flex !important;
    margin: 0;
    padding: 0; }
  header div.actions-bar {
    z-index: 9;
    /* 移动 - 菜单 */
    /* 移动 - 登录 */ }
    header div.actions-bar .actions-bar-inner {
      background: #000;
      padding: 0; }
      header div.actions-bar .actions-bar-inner .btn-close {
        margin: .5em .5em 0 0; }
    header div.actions-bar .head-menus {
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      border: 0 none;
      padding: 0; }
      header div.actions-bar .head-menus .navbar.navbar-main {
        margin: 0;
        /* 移动 - 导航通用 */
        /* 移动 - 导航 - 主导航 */ }
        header div.actions-bar .head-menus .navbar.navbar-main .navbar-nav {
          flex-direction: column; }
          header div.actions-bar .head-menus .navbar.navbar-main .navbar-nav li {
            width: 100%;
            max-width: initial;
            padding: 0; }
          header div.actions-bar .head-menus .navbar.navbar-main .navbar-nav a {
            color: #fff;
            text-align: left;
            padding: .875em 2.25em .875em 1em; }
          header div.actions-bar .head-menus .navbar.navbar-main .navbar-nav a .en {
            opacity: .8; }
        header div.actions-bar .head-menus .navbar.navbar-main > .navbar-nav > li {
          border-bottom: solid 1px rgba(255, 255, 255, 0.4); }
        header div.actions-bar .head-menus .navbar.navbar-main > .navbar-nav > li > a {
          position: relative;
          align-items: flex-start; }
          header div.actions-bar .head-menus .navbar.navbar-main > .navbar-nav > li > a:after {
            font-family: 'icons';
            content: '\e692';
            position: absolute;
            right: 1em;
            top: 50%;
            transform: translateY(-50%);
            border: solid 1px #fff;
            border-radius: 500px;
            box-sizing: content-box;
            width: 1.25em;
            height: 1.25em;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            text-indent: 3px; }
          header div.actions-bar .head-menus .navbar.navbar-main > .navbar-nav > li > a:before {
            display: none; }
        header div.actions-bar .head-menus .navbar.navbar-main > .navbar-nav > li.active > a {
          font-weight: normal; }
          header div.actions-bar .head-menus .navbar.navbar-main > .navbar-nav > li.active > a:before {
            content: '';
            border: solid 5px transparent;
            position: absolute;
            top: 100%;
            left: 2em;
            border-top-color: #000;
            transform: none;
            background: none; }
          header div.actions-bar .head-menus .navbar.navbar-main > .navbar-nav > li.active > a:after {
            content: '\e690';
            text-indent: 0; }
    header div.actions-bar .login {
      /* 语言切换 */
      margin: 0;
      padding: 0 1em; }
      header div.actions-bar .login .nav-switch-language {
        background: #444;
        margin: 1.25em 0 -.5em;
        border-radius: 500px; }
        header div.actions-bar .login .nav-switch-language li {
          flex: 1 1 auto; }
      header div.actions-bar .login nav.login-navbar {
        padding: 0 0 .7rem;
        margin-top: 1rem; }
        header div.actions-bar .login nav.login-navbar li.nav-item {
          flex-shrink: 1; }
          header div.actions-bar .login nav.login-navbar li.nav-item:last-child {
            flex: 1 0 auto !important; }
      header div.actions-bar .login .navbar-nav {
        justify-content: space-between; }
      header div.actions-bar .login li.nav-item {
        padding: 0; }
      header div.actions-bar .login a.nav-link {
        color: #fff; }
  header .simple-header .logo {
    margin: .375em 0;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  header .nav-sub {
    position: static;
    transform: none;
    width: 100%; }
    header .nav-sub nav.navbar {
      background: rgba(68, 68, 68, 0.5); }
    header .nav-sub li {
      border-top: solid 1px rgba(255, 255, 255, 0.4); }

  /* 轮播  */
  .carousel {
    /* 轮播前进后退 */ }
    .carousel-control-next-icon, .carousel-control-prev-icon {
      font-size: 1.25em; }

  /* 移动 - 职位列表 */
  .data-filter-box {
    margin: -2rem -2rem 0;
    background: #f2f2f2; }
    .data-filter-box > div {
      flex: 1 1 auto;
      width: auto; }
    .data-filter-box .icons {
      font-size: .8em; }
    .data-filter-box .filter-selection {
      border: 0 none;
      padding: .75em 0;
      position: static; }
      .data-filter-box .filter-selection:last-child {
        margin: 0; }
    .data-filter-box .filter-content {
      padding: 0 .75em;
      border-left: solid 1px #aaa;
      margin-left: -1px; }
    .data-filter-box .filter-list-box {
      width: 100vw;
      top: 3em;
      margin-top: -1px; }

  .position-datas {
    margin: 0 -2rem; }
  .position-item {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .75em .75em .75em 0; }
    .position-item .position-info {
      width: auto;
      padding-left: 20px;
      line-height: 1.6; }
    .position-item .position-title {
      width: 100%;
      margin-left: -1.8em; }
      .position-item .position-title .icons.i-hot {
        margin-top: -1px; }

  .pager {
    margin: .5rem -2rem 0; }

  .banner .search-banner {
    position: static;
    background: #000;
    margin-bottom: 1rem; }
  .banner .search-box {
    width: 100%;
    margin: 0 auto;
    padding: .75rem .75rem;
    font-size: .75em;
    background: black; }
    .banner .search-box input {
      font-size: 1em;
      padding: .375em .75em; }

  .go-top {
    padding: .125em .67em; }

  /*
      个人中心
  */
  .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 .resume-show .details {
        flex-direction: column; }
        div.resume-only-view .resume-show .details .d-inline {
          margin-left: 0 !important; }
      div.resume-only-view .resume-show .express-item {
        flex-direction: column; }
    div.resume-only-view .resume-basic .resume-show-textarea {
      text-align: left !important; }

  div.resume-only-view .avatar-box {
    margin-right: 1rem;
    order: 1; }

  div.resume-only-view .basic-info {
    margin-top: 1rem;
    order: 2; }

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

  /*
      移动版 简历标签
   */
  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: .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: .85rem;
    box-sizing: border-box;
    transition: all .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 0 0 !important; }

  div.deliver-header .col-md-3 img {
    position: static;
    transform: translate(0, 0); }

  .submite_resume_btn .btn {
    margin-top: .5rem;
    padding: .375rem .75rem;
    flex: 1; }

  .submite_resume_btn a {
    width: 100%; }

  /* fixed import-alert */
  .import-alert {
    max-width: 95vw; }

  .verify-img {
    flex-shrink: 0;
    min-width: 60px;
    max-width: 90px;
    margin-left: .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: .25rem; }

  .form-control + .input-group-addon .btn {
    padding: 0.25rem 0.25rem; }

  div.alert-body {
    padding: 25px 10px; }

  input.form-control {
    padding-left: .25em;
    padding-right: .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: -.5em;
    text-align: center;
    cursor: pointer; }

  li.field_item {
    display: inline-block;
    padding: 0;
    max-width: 100%;
    margin: 5px 0; }

  /* fixed form  */
  .section-object {
    padding-top: 20px; } }

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