@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; }

/* 职位相关 */
/*
    position card
*/
.card-position-list .card-body {
  padding-top: 0; }

.position-item {
  border-bottom: dashed 1px #eaeaea;
  padding: 1.5rem 15px; }

.position-item:hover {
  background: #f5f5f5;
  border-radius: 5px;
  cursor: pointer; }

.position-name .title {
  display: inline-block;
  font-size: inherit;
  font-weight: normal; }
  .position-name .title .txt {
    transition: all .3s ease-in-out; }
  .position-name .title:hover {
    cursor: pointer; }
    .position-name .title:hover .txt {
      opacity: .4; }

.position-name .i-hot {
  position: absolute;
  margin-left: 5px; }

.position-name .i-title {
  color: #5cbfff;
  font-size: 1.3em;
  vertical-align: middle;
  display: inline-block;
  transform: scale(1.2); }

/* 投递页 */
.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; }

/*
    elements
*/
.checkbox-default input + .txt {
  margin-left: 5px; }

/*
    card - theme normal
*/
.card-normal {
  margin-bottom: 25px;
  border-radius: 10px;
  border: 0 none; }

.card-normal .card-header {
  border: 0 none;
  display: flex;
  align-items: center;
  background: transparent;
  padding-top: 25px; }

.card-normal .card-header .txt {
  border-left: solid 3px #0166b6;
  display: block;
  line-height: 1;
  padding-left: .5em; }

.card-normal .card-header:after {
  content: '';
  border-top: dashed 1px #ccc;
  display: block;
  flex: auto;
  margin-left: 10px; }

.card-normal .card-footer {
  border-top: none; }

/* 关键词搜索 */
.keywrods-search-box form {
  display: flex;
  justify-content: flex-end; }

.keywrods-search-box .input-group {
  width: auto; }

.card-search-box .card-body {
  padding-top: 0;
  padding-bottom: 0.625rem; }

.card-search-box .card-footer {
  flex-wrap: wrap; }

.keywrods-search-box {
  flex-shrink: 0; }

.keywrods-search-box input.form-control {
  border-radius: 5px 0 0 5px;
  border-right: 0 none; }

.keywrods-search-box .btn {
  border-radius: 0 5px 5px 0; }

.key-category {
  display: flex;
  align-items: center;
  font-size: .75rem;
  padding: 10px 0;
  position: relative; }

.key-category:not(:last-of-type) {
  border-bottom: dashed 1px #eaeaea; }

.key-category .title {
  flex-shrink: 0; }

.key-category .words {
  align-items: center;
  padding-right: 4em;
  position: relative; }

.key-category .keys {
  flex: auto;
  position: relative;
  overflow: hidden;
  height: 2.2em;
  transition: all .3s ease-in-out; }

.more-category .word,
.key-category .word {
  position: relative;
  margin: 2px 2px;
  line-height: 1.4; }

.key-category .keys .open {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  border-bottom: solid 1px;
  display: none; }

.more-category .word input,
.key-category .word input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.more-category .word .txt,
.key-category .word .txt {
  padding: 5px 5px;
  font-size: 1em;
  font-weight: normal;
  min-width: 40px; }

.more-category .word {
  font-size: .8rem; }

.more-category .word input:checked + .txt,
.key-category .word input:checked + .txt {
  background: #0166b6;
  color: #fff; }

.more-category {
  border: dashed 1px #ccc;
  background: #f5f5f5;
  z-index: 99;
  padding: 10px;
  border-radius: 10px;
  display: none;
  width: 100%;
  margin-top: -1px; }

.show-all .open {
  display: none; }

.show-all .keys {
  height: auto; }

/*.show-all .words{*/
/*    padding-right:0;*/
/*}*/
.banner {
  /*min-height:340px;*/
  max-width: 100%;
  overflow: hidden; }

.banner img {
  /*display: none;*/ }

/*
    职位详情
*/
.position-detail-container {
  /*margin-top:-310px!important;*/ }

.position-header .photo {
  text-align: center; }

.position-header .photo img {
  width: 100%; }

.action-share {
  position: relative;
  z-index: 1; }

.action-share .action {
  cursor: pointer; }

.share-qr-float {
  right: 0;
  background: #fff;
  border: #eaeaea;
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.share-qr-float .share-link {
  padding-left: 10px;
  padding-right: 10px; }

.share-qr-float .btn {
  border-radius: 0; }

.position-header .name {
  font-size: 1.2rem;
  font-weight: normal; }

.position-details .position-extend {
  border-left: solid 2px #0166b0;
  padding-left: .5rem; }

.position-extend .ele {
  line-height: 1.4; }
.position-extend .city {
  width: 100%;
  margin-bottom: 3px;
  color: #e95504;
  font-size: 16px; }
.position-extend .e-city {
  overflow: hidden; }
  .position-extend .e-city .txt {
    max-width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block; }

.position-description {
  border-top: dashed 1px #eaeaea;
  border-bottom: dashed 1px #eaeaea;
  padding: 15px; }

.position-description ul,
.position-description ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px; }

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

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

header {
  font-size: 16px; }

/* 简历相关 */
/*
    上传简历
*/
.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; } }
/* layout */
.wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

#app > .container,
.wrap > .container {
  flex: 1 0 auto; }

/* bootstrap 垂直轮播的 CSS 补丁 */
/* bootstrap 垂直轮播的 CSS 补丁 */
.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto; }

.carousel.vertical .carousel-inner > .carousel-item {
  width: auto;
  padding-right: 50px;
  -webkit-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .carousel-item {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out; }

  .carousel.vertical .carousel-inner > .carousel-item.carousel-item-next,
  .carousel.vertical .carousel-inner > .carousel-item.active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: 0; }

  .carousel.vertical .carousel-inner > .carousel-item.carousel-item-prev,
  .carousel.vertical .carousel-inner > .carousel-item.active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0; }

  .carousel.vertical .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left,
  .carousel.vertical .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
  .carousel.vertical .carousel-inner > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0; } }
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block; }

.carousel.vertical .carousel-inner > .active {
  top: 0; }

.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel.vertical .carousel-inner > .next {
  top: 100%; }

.carousel.vertical .carousel-inner > .prev {
  top: -100%; }

.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0; }

.carousel.vertical .carousel-inner > .active.left {
  top: -100%; }

.carousel.vertical .carousel-inner > .active.right {
  top: 100%; }

.carousel.vertical .carousel-control {
  left: auto;
  width: 50px; }

.carousel.vertical .carousel-control.up {
  top: 0;
  right: 0;
  bottom: 50%; }

.carousel.vertical .carousel-control.down {
  top: 50%;
  right: 0;
  bottom: 0; }

.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px; }

.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px; }

.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel.vertical .carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel.vertical .carousel-control .icon-next:before {
  content: '\203a'; }

header {
  padding: .775rem 0; }
  header .row {
    margin: 0;
    flex-wrap: nowrap; }
  header .logo {
    width: 200px;
    margin-right: 15px; }
  header .login-bar,
  header .menus-bar {
    width: 100%;
    align-items: center; }
  header .content {
    flex-direction: column; }
  header .navbar .nav-item {
    font-weight: bold; }
    header .navbar .nav-item a {
      color: #444; }
    header .navbar .nav-item.active a {
      border: 0 none;
      color: #0166b0; }

.login-bar {
  border-bottom: solid 1px #eee; }
  .login-bar .new-positions-swiper {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 12px; }
    .login-bar .new-positions-swiper .news-carousel {
      flex: 1 0 auto;
      height: 2em;
      line-height: 2; }
      .login-bar .new-positions-swiper .news-carousel a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 5px;
        max-width: 33%;
        display: inline-block; }
    .login-bar .new-positions-swiper .carousel-item {
      padding: 0 !important;
      white-space: nowrap;
      left: 0;
      right: 0; }

.menus-bar .menu {
  flex: 1 0 auto; }
.menus-bar .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .menus-bar .search-box .btn {
    margin-left: 1rem;
    font-size: 0.8rem;
    padding: .375em 1.25em; }
  .menus-bar .search-box .form-control {
    border-left: 0 none;
    border-right: 0 none;
    background: #e7e7e7;
    font-size: 0.8rem; }
  .menus-bar .search-box .input-group-text {
    background: #e7e7e7;
    font-size: 0.8rem; }
  .menus-bar .search-box .input-group-prepend .input-group-text {
    border-right: 0 none; }
  .menus-bar .search-box .input-group-append .input-group-text {
    cursor: pointer;
    padding: 0 1em;
    position: relative;
    border-left: 0 none; }
    .menus-bar .search-box .input-group-append .input-group-text:after {
      position: absolute;
      left: 0;
      top: 25%;
      content: '';
      width: 1px;
      border-left: solid 1px #ced4da;
      height: 50%; }

footer {
  color: #444;
  overflow: hidden; }
  footer .logo {
    max-width: 180px;
    margin-right: 1rem; }
  footer .i-back-to-top {
    font-size: 2em;
    margin-left: .5rem; }

/* 移动适配*/
@media screen and (max-width: 1000px) {
  header {
    padding: 0; }
    header .logo {
      text-align: center;
      width: 100%;
      padding-top: 1.5rem;
      border-bottom: solid 1px #eee;
      margin: 20px 0 0;
      padding-bottom: 10px; }
      header .logo img {
        max-height: 1.25rem; }
    header .row {
      position: relative;
      flex-direction: column; }
    header .btn-show {
      display: block;
      position: absolute;
      top: 2rem;
      left: 10px;
      padding: 3px 10px;
      margin: 5px 0; }
    header .container {
      padding: 0; }
    header .content {
      width: 100%; }

  .login-bar .new-positions-swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2rem;
    padding: .375em .5em;
    background: #eee; }
    .login-bar .new-positions-swiper .news-carousel {
      width: 0; }
  .login-bar .navbar {
    width: 100%;
    flex: 1 0 100%; }
  .login-bar .login-navbar ul {
    display: none; }
  .login-bar .btn-show {
    left: initial;
    right: 10px; }

  .menus-bar {
    flex-direction: column;
    align-items: stretch !important; }
    .menus-bar .search-box {
      margin: 10px 15px; }
      .menus-bar .search-box * {
        font-size: 12px; }
      .menus-bar .search-box .btn {
        padding: .375em 1.25em; }
      .menus-bar .search-box .input-group-prepend .input-group-text,
      .menus-bar .search-box .input-group-append .input-group-text {
        padding: .375em .75em; }
      .menus-bar .search-box .input-group-prepend + .form-control {
        padding-left: 0; }

  .menus-bar .menu .navbar,
  .login-bar .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    align-items: flex-start;
    padding: 15px; }
  .menus-bar .menu.show .navbar,
  .login-bar.show .navbar {
    transform: translateX(0);
    z-index: 99;
    background: #0166b0;
    color: #fff; }
    .menus-bar .menu.show .navbar .navbar-nav,
    .login-bar.show .navbar .navbar-nav {
      display: inline-block; }
    .menus-bar .menu.show .navbar a,
    .login-bar.show .navbar a {
      color: #fff; }
    .menus-bar .menu.show .navbar .active a,
    .login-bar.show .navbar .active a {
      border-bottom: solid 2px #fff; }
  .menus-bar .menu.show .btn-show,
  .login-bar.show .btn-show {
    z-index: 100;
    left: initial;
    right: 0;
    top: 0;
    background: none !important;
    border: 0 none !important;
    transition: none; }
    .menus-bar .menu.show .btn-show .icons,
    .login-bar.show .btn-show .icons {
      margin: 30px 10px; }
    .menus-bar .menu.show .btn-show .i-user:before,
    .menus-bar .menu.show .btn-show .i-category:before,
    .login-bar.show .btn-show .i-user:before,
    .login-bar.show .btn-show .i-category:before {
      content: '\e609';
      font-size: 2rem; }

  footer {
    padding: 1rem 0.375rem; }
    footer .col-12 {
      flex-direction: column; }
    footer .footer-text {
      align-items: center;
      margin-top: 1rem;
      text-align: left; }
    footer .backtop {
      font-size: 12px;
      justify-content: flex-end;
      margin-top: 1rem; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }
@media (min-width: 1700px) {
  .container {
    max-width: 1600px; } }
/* 搜索区域 */
.guide-search {
  background: url("../../../images/default/searchBg.jpg") 50% 50%/cover no-repeat;
  text-align: center;
  padding: 25px;
  color: #fff;
  margin: 0 0 1rem; }
  .guide-search .top {
    padding: 1.5rem 0;
    line-height: 1.4; }
    .guide-search .top .intro {
      margin: 1.5rem 0; }
    .guide-search .top .btn-box {
      margin: 0 0 1rem; }
    .guide-search .top .btn {
      color: #fff;
      margin: 0 .375rem; }
    .guide-search .top .btn-map {
      background-color: #00a494; }
    .guide-search .top .btn-all {
      background-color: #ff992c; }
  .guide-search .inner {
    width: 66.66%;
    margin: 0 auto;
    text-align: left; }
  .guide-search .search-module {
    align-items: flex-end;
    margin: 0 -10px; }
    .guide-search .search-module .form-btns {
      flex: 1 0 0%; }
      .guide-search .search-module .form-btns .btn {
        background-color: #4bb7fc;
        padding: 1em 2.25em; }
    .guide-search .search-module .form-control {
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      border: 0 none;
      padding: 1em 1.25em; }
      .guide-search .search-module .form-control::-webkit-input-placeholder {
        color: #fff; }
      .guide-search .search-module .form-control::-moz-input-placeholder {
        color: #fff; }
  .guide-search .quick-search {
    border-top: solid 1px #fff;
    margin: 1rem 0;
    padding: 1rem 0; }
    .guide-search .quick-search h4 {
      font-size: 16px;
      margin-bottom: .375em; }
    .guide-search .quick-search .quick-words {
      font-size: 13px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -10px; }
      .guide-search .quick-search .quick-words .tag {
        margin: 0 10px;
        color: #fff; }

/* 职位 */
.position {
  /* 职位类型入口 */
  /* 首页优先展示的职位 */
  /* 职能类别 搜索 */
  /* 职位分类列表 */
  /* 职位角色入口 */ }
  .position-type {
    margin: 2rem -.5em 2rem; }
    .position-type .type-item {
      margin: 0 .5em;
      background: #fff;
      font-size: .87rem;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
      .position-type .type-item .content {
        padding: .75rem 1rem; }
        .position-type .type-item .content dt {
          font-size: 1.2em;
          margin-bottom: .375em; }
        .position-type .type-item .content dd {
          font-size: 1em; }
  .position-index {
    margin: 10px -10px; }
    .position-index .index-item {
      font-size: 12px;
      flex: 1 0 0%;
      background: #0044ac;
      text-decoration: none;
      color: #fff;
      margin: 10px;
      padding: 10px 15px;
      border-radius: 5px; }
      .position-index .index-item .job-title {
        font-size: 1.33em;
        margin-bottom: .375em; }
  .position-functions-type {
    text-align: center; }
    .position-functions-type .module-name {
      font-size: 24px;
      margin: 1em 0; }
    .position-functions-type .functions-words {
      align-items: center;
      justify-content: center;
      margin: 0 auto .75rem;
      width: 55%;
      flex-wrap: wrap; }
      .position-functions-type .functions-words .word {
        background: #e7e7e7;
        border-radius: 50px;
        border: solid 1px #d2d2d2;
        font-size: 13px;
        padding: 0 1.25em;
        margin: .375em .75em;
        line-height: 2;
        cursor: pointer; }
    .position-functions-type .link {
      color: #666;
      font-size: 14px;
      font-weight: bold; }
  .position-orders {
    margin: 0 -1rem;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden; }
    .position-orders .order-item {
      flex: 1 0 0;
      margin: 1rem;
      overflow: hidden;
      width: 33.33%;
      background: #fff;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column; }
      .position-orders .order-item .content {
        display: flex;
        flex-direction: column; }
    .position-orders dt {
      padding: 1.25rem;
      font-size: 24px;
      color: #5e5e5e;
      border-bottom: solid 1px #ececec; }
    .position-orders .btns-box {
      padding: 1.5rem 0;
      text-align: center; }
    .position-orders .content {
      flex: 1 0 auto; }
    .position-orders .position-item {
      border-bottom: solid 1px #ececec;
      flex: 1 0 auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 1.6; }
      .position-orders .position-item .description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 3em;
        line-height: 1.5;
        color: #666; }
    .position-orders .extends {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .position-orders .extends .job-type {
        color: #81b53f; }
        .position-orders .extends .job-type.type-part-item {
          color: #d98f3a; }
    .position-orders .job-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      font-size: 20px;
      margin-bottom: .375em; }
      .position-orders .job-title .i-tag-hot {
        color: red;
        font-style: normal; }
      .position-orders .job-title .t {
        font-style: normal; }
      .position-orders .job-title .file,
      .position-orders .job-title .price {
        white-space: nowrap;
        font-size: 12px;
        font-weight: normal;
        color: #666;
        display: flex;
        align-items: center; }
    .position-orders .order-workplace .description {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 4.5em;
      line-height: 1.5; }
  .position-entry-type {
    justify-content: space-between;
    margin: 0 -1rem; }
    .position-entry-type .entey-item {
      background: #004eb8;
      flex: 1 0 auto;
      margin: 1rem;
      color: #fff;
      text-align: center;
      padding: 2rem 0;
      position: relative;
      overflow: hidden; }
      .position-entry-type .entey-item p {
        margin: .75rem 0 .375rem; }
      .position-entry-type .entey-item a {
        background: #fff;
        border-radius: 10px;
        color: #333;
        font-weight: bold;
        margin: 1rem 0 0; }
      .position-entry-type .entey-item .icons {
        opacity: .1;
        font-size: 9rem;
        position: absolute;
        right: -15px;
        bottom: -35px;
        transform: rotate(-45deg); }
      .position-entry-type .entey-item.candidate {
        background: #ff7c00; }

/* advbanner */
.adv-banner {
  margin: 1rem 0;
  position: relative; }
  .adv-banner .logo {
    position: absolute;
    right: 0;
    top: 0;
    margin: 1.5rem; }
  .adv-banner .text {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 1.5rem;
    color: #fff; }
    .adv-banner .text b {
      font-size: 2rem; }
    .adv-banner .text p {
      font-size: 1.25rem; }
    .adv-banner .text .link {
      background: #0bb3e8;
      display: inline-block;
      font-size: .83rem;
      color: #fff;
      padding: 0 1.75em;
      line-height: 2.4;
      border: solid 1px #fff;
      margin-top: 1rem;
      text-decoration: none; }

/* 落地页 */
.company-info {
  background: url("../../../images/default/searchBg.jpg") 50% 0/cover no-repeat;
  border-radius: 8px;
  padding: 2.5rem;
  color: #fff; }
  .company-info .basic h4 {
    margin-bottom: .75em;
    font-size: 2rem; }
  .company-info .basic .logo-img {
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
    margin-right: 1rem;
    max-width: 200px; }
  .company-info .basic a {
    color: #fff;
    text-decoration: underline; }
  .company-info .basic .tag {
    border: solid 1px #fff;
    border-radius: .3em;
    padding: .25em .375em;
    line-height: 1; }
  .company-info .basic .item {
    margin: 1em 0 0;
    font-size: 13px; }
    .company-info .basic .item:first-child {
      margin-top: 0; }
    .company-info .basic .item.member {
      font-size: 16px; }
      .company-info .basic .item.member .tag {
        color: #ff7c00;
        border-color: #ff7c00; }
      .company-info .basic .item.member .icons {
        color: #ff7c00;
        background: #fff;
        border-radius: 5px;
        line-height: 1;
        overflow: hidden;
        margin: 0 3px;
        width: 1em; }
    .company-info .basic .item.details .txt {
      line-height: 1; }
      .company-info .basic .item.details .txt + .txt {
        border-left: solid 1px #fff;
        padding-left: .5em;
        margin-left: .5em; }
    .company-info .basic .item.tags {
      font-size: 12px;
      margin: 0 -.5em; }
      .company-info .basic .item.tags .tag {
        margin: .375em .375em;
        display: inline-block; }
  .company-info .totals {
    text-align: center;
    font-size: 14px;
    line-height: 1; }
    .company-info .totals .job-total {
      margin-left: 1rem; }
      .company-info .totals .job-total .count {
        font-size: 4em;
        font-weight: normal;
        line-height: 1.2;
        color: #addbff; }
    .company-info .totals .hot .count {
      color: #ff7c00; }

.module-area {
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: stretch; }
  .module-area .module {
    padding: 20px 10px 0; }
    .module-area .module:nth-child(2n+1) {
      flex: 0 0 70%; }
    .module-area .module:nth-child(2n) {
      flex: 0 0 30%; }
    .module-area .module .inner {
      background: #fff;
      width: 100%;
      padding: 2rem;
      border-radius: 8px;
      border: solid 1px #ddd; }
    .module-area .module .name {
      line-height: 1;
      border-left: solid 10px #014ea0;
      padding-left: 1rem;
      color: #014ea0;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row; }
    .module-area .module.intro {
      display: flex;
      align-items: stretch; }
      .module-area .module.intro .inner {
        display: flex;
        flex-direction: column; }
      .module-area .module.intro .description {
        display: flex;
        flex-direction: column;
        height: 10em;
        overflow: hidden;
        transition: all .3s ease-in-out;
        flex: 1 0 auto; }
      .module-area .module.intro .desc-text {
        font-size: 14px;
        color: #555;
        line-height: 2; }
      .module-area .module.intro .actions {
        text-align: right;
        font-size: 13px;
        text-decoration: underline; }
    .module-area .module.contact {
      display: flex;
      align-items: stretch; }
      .module-area .module.contact .form-group {
        padding: 0; }
      .module-area .module.contact .form-group,
      .module-area .module.contact .form-control {
        width: 100%; }
    .module-area .module.address .name {
      border-left-color: #4caa9f;
      color: #4caa9f; }
    .module-area .module.address .location {
      font-size: 12px; }
    .module-area .module.address .map-img {
      text-align: center; }
    .module-area .module.positions .position-item {
      background: #fff;
      margin-bottom: 1rem;
      border: solid 1px #ddd;
      align-items: center;
      border-radius: 10px; }
      .module-area .module.positions .position-item .company {
        width: 200px; }
      .module-area .module.positions .position-item .detail {
        margin: 0 10px;
        flex: 1 0 auto; }
        .module-area .module.positions .position-item .detail .job-title {
          margin-bottom: .5em;
          font-size: 20px;
          color: #0166b6; }
      .module-area .module.positions .position-item .extends {
        color: #555; }
        .module-area .module.positions .position-item .extends li {
          width: 50%;
          font-size: 12px; }
          .module-area .module.positions .position-item .extends li .icons {
            margin-right: 0.5rem; }
    .module-area .module.positions .pagination {
      justify-content: flex-end;
      margin: .5rem 0 1rem; }

.page-item.active .page-link {
  color: #fff !important; }

/* 移动适配*/
@media screen and (max-width: 1000px) {
  .wrap,
  html, body {
    font-size: 14px; }

  .form-control,
  .btn {
    padding: .375em 1.25em;
    font-size: 1rem; }

  /* 搜索区域 */
  .guide-search {
    padding: 15px; }
    .guide-search .inner {
      width: 100%; }
    .guide-search .search-module {
      flex-direction: column; }
      .guide-search .search-module .form-group {
        width: 100%; }
        .guide-search .search-module .form-group .btn, .guide-search .search-module .form-group .form-control {
          padding: .375em 1.25em; }
      .guide-search .search-module .btn {
        width: 100%; }

  .positions-area {
    margin: 0; }
  .position-type {
    flex-direction: column;
    margin: 1em 0 .375em; }
    .position-type .type-item {
      margin: .75rem 0; }
  .position-index {
    flex-direction: column;
    margin: 0; }
    .position-index .index-item {
      margin: 0 0 10px; }
  .position-functions-type .functions-words {
    width: 100%; }
    .position-functions-type .functions-words .word {
      margin: .225em; }
  .position-orders {
    display: block !important;
    margin: 0 -5px;
    padding: 5px; }
    .position-orders .order-item {
      width: 100%;
      margin: 0 0 1rem; }
  .position-entry-type {
    flex-direction: column;
    margin: 0; }
    .position-entry-type .entey-item {
      margin: 0 0 1rem; }

  .adv-banner {
    overflow: hidden; }
    .adv-banner .text {
      position: relative;
      z-index: 2;
      padding: 5rem 0 1rem;
      font-size: .87em; }
      .adv-banner .text b {
        font-size: 1.5em; }
      .adv-banner .text p {
        font-size: 1em; }
    .adv-banner .logo {
      max-width: 30%;
      z-index: 3; }
    .adv-banner .img {
      position: absolute;
      bottom: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      z-index: 1; }
      .adv-banner .img img {
        min-height: 100%; }

  .company-info {
    flex-direction: column;
    padding: 1rem 1.5rem; }
    .company-info .infos {
      flex-direction: column; }
    .company-info .basic h4 {
      font-size: 1.5rem; }
    .company-info .basic .tag {
      white-space: nowrap;
      display: inline-block; }
    .company-info .basic .logo-img {
      margin: 0 0 1rem; }
    .company-info .totals {
      margin: 1rem -1rem 0; }
      .company-info .totals .job-total {
        margin: 0 1rem;
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row; }
        .company-info .totals .job-total .type {
          order: 1;
          margin-right: 1rem; }
        .company-info .totals .job-total .count {
          order: 2;
          font-size: 2em; }

  .module-area {
    overflow: hidden;
    margin: 0; }
    .module-area .module {
      flex: 1 0 100% !important;
      padding: 0;
      margin: 10px 0 0; }
      .module-area .module .inner {
        width: 100%; }
      .module-area .module.positions .position-item {
        flex-direction: column;
        text-align: left;
        align-items: stretch; }
        .module-area .module.positions .position-item .company {
          width: 100%; }
        .module-area .module.positions .position-item .actions,
        .module-area .module.positions .position-item .detail {
          margin: 10px 0 0; }
      .module-area .module.address {
        margin: 0 0 10px; } }

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