@charset "UTF-8";
:root {
  --theme-color: #343a40 ;
}

/* rest */
.i-faver:before {
  content: "\e62b";
}

body {
  background: #fff !important;
}

.center-page {
  background: #eee !important;
}

.banner + .container {
  margin-top: 25px;
}

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

.btn {
  padding: 0.375rem 0.75rem;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/*
    footers
 */
.public-banner {
  background: #ebca57;
}
.public-banner .photo {
  flex: auto;
  width: 0;
}

.public-text {
  text-align-last: justify;
  color: #fff;
  white-space: nowrap;
  width: 33.67%;
  flex-shrink: 0;
}
.public-text h3 {
  font-size: 4rem;
  font-weight: normal;
}
.public-text span {
  display: block;
  font-size: 3rem;
}

.intro-text-component .logo img {
  max-width: 33%;
}
.intro-text-component .lead {
  text-indent: 2em;
  text-align: justify;
}

/*
    footers
 */
.footer-logo {
  width: 400px;
  margin: 0 auto;
}

.footer-logo .logo-bestseller {
  width: 100%;
  margin-left: 0.5rem;
}

.footer-logos {
  justify-content: space-between;
}

.footer-logos li {
  overflow: hidden;
}

.footer-logo .footer-logos {
  margin: 0 -0.5rem;
}

.footer-logos li {
  margin: 0 0.5rem;
}

.footer-logos img {
  vertical-align: middle;
  max-height: 15px;
}

.footer-div {
  display: none !important;
}

/* 移动适配 */
@media screen and (max-width: 1200px) {
  footer .footer-logo {
    width: auto;
    max-width: 400px;
  }
  .public-banner {
    flex-wrap: wrap;
  }
  .public-text {
    padding: 1rem;
  }
  .public-text h3 {
    font-size: 2rem;
  }
  .public-text span {
    font-size: 1rem;
  }
}
.btn-primary {
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  color: #000 !important;
}

.deliver-position .card {
  background: #eee;
  border-radius: 0.25rem;
}

.deliver-position .card-header {
  background: #eee;
  border: 0 none;
  padding-bottom: 0;
}

.deliver-position .title {
  font-weight: normal;
  color: #454545;
}

.deliver-position .card-body {
  color: #8f8f8f;
  font-size: 16px;
  line-height: 1.8;
}

.deliver-position .btn-group-toggle .btn-dark {
  color: #fff;
}

.deliver-position .btn-group-toggle .btn-primary {
  background-color: #c6c7c8 !important;
  color: #fff !important;
}

.deliver-position .btn-group-toggle .btn-primary .icons {
  /*color:#000;*/
  vertical-align: top;
}

header .navbar .nav-item a {
  border-bottom: solid 2px transparent;
}

header .navbar .nav-item.active {
  background-color: transparent;
}

header .navbar .nav-item.active a {
  color: #000;
}
header .navbar .nav-item.active a.active {
  border-color: #000;
}
header .navbar .nav-item.active > a {
  border-bottom: solid 2px #000;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}

a.nav-link {
  color: #000;
}

.btn-outline-primary, .btn-primary {
  background-color: #000 !important;
  color: #fff !important;
}

.nav-register-type .active {
  color: #000;
  border-color: #000;
}

/* 注册 tags */
/* 滑块切换 */
/*.nav-register-type{*/
/*    background:#000;*/
/*    display: inline-block;*/
/*    border-radius:500px;*/
/*    padding:3px;*/
/*    margin-bottom:1rem;*/
/*}*/
/*.nav-register-type .nav-item{*/
/*    display: inline-block;*/
/*}*/
/*.nav-register-type .nav-item a{*/
/*    color:#fff;*/
/*    padding:.5rem 2rem;*/
/*    background-color:transparent;*/
/*    transition: all .3s ease-in-out;*/
/*}*/
/*.nav-register-type .nav-item a:before{*/
/*    display: none;*/
/*}*/
/*.nav-register-type .nav-item a.active{*/
/*    color:#000;*/
/*    background:#fff;*/
/*    border-radius:500px;*/
/*}*/
.type-active-notice {
  color: red;
  text-align: right;
  font-size: 12px;
  margin: 1rem 0 0;
}

.deliver-header {
  margin: 0;
}

/* 简历模块标签 */
.mobile.resume-module-tags .active .arrow,
.mobile.resume-module-tags .active .inner {
  background-color: #ddd !important;
}

.resume-module-tags .tag.active:after,
.resume-module-tags .tag.active .arrow,
.resume-module-tags .tag.active {
  background-color: #ddd;
}

/* 表单模块标签， 背景色 */
.mobile.resume-module-tags .this .inner,
.resume-module-tags .this .inner,
body .resume-module-tags .this .inner,
.resume-module-tags .tag.past:after,
.resume-module-tags .tag.this .arrow,
.resume-module-tags .tag.this {
  background-color: #000;
}

/* 表单模块选项标签  */
.resume-module-tags a {
  color: #000;
}

.position-show-more {
  text-align: center;
  margin-bottom: 1rem;
}

.position-show-more .btn {
  padding: 0.375rem 1.75rem;
}

header .nav-link {
  font-size: 16px;
}
header .login .nav-link-user {
  max-width: 7em;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .login .login-avatar {
  padding: 0;
}
header .row {
  flex-wrap: nowrap;
  white-space: nowrap;
}
header .toggle-head-menus {
  align-items: center;
}
header .navbar .nav-item {
  padding-right: 0;
}

/*  */
.position-detail-box {
  border-top: solid 1px #ccc;
}

.deliver-position .btn-group-toggle {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.deliver-position .btn-outline-secondary {
  margin-bottom: 5px;
  margin-top: 0 !important;
}

/* 重置导航颜色 */
/* 静态页 */
.evp-content font,
.evp-content img {
  vertical-align: middle;
}

.video-player-box {
  width: 800px;
  height: 500px;
  margin: 0 auto 1rem;
}
.video-player-box video,
.video-player-box .video-js,
.video-player-box .vjs-tech {
  width: 100%;
  height: 100%;
}

.video-tags li {
  margin: 0 15px;
  text-align: center;
}
.video-tags ul {
  display: flex;
  margin: 0 auto;
  width: 800px;
  justify-content: space-between;
}
.video-tags .thumb-video {
  position: relative;
  max-width: 220px;
  min-height: 3rem;
}
.video-tags .thumb-video .icons {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.75);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.video-player-box {
  margin-top: 2rem;
}

.video-js .vjs-big-play-button {
  display: none !important;
}

/* 移动适配 */
@media screen and (max-width: 1001px) {
  .search-setting {
    padding: 1rem 0.5rem;
  }
  .search-setting .form-content {
    flex-wrap: wrap;
  }
  .search-setting .form-check {
    padding-left: 0;
  }
  .position-item {
    flex-wrap: wrap;
  }
  .position-item .ele {
    padding: 0 1rem;
    max-width: 100%;
    flex: initial;
  }
  .position-item .e-city, .position-item .e-branch {
    min-width: 50%;
  }
  .position-item .e-branch {
    width: 100%;
    padding: 0.5em;
  }
  .position-item .e-city {
    justify-content: flex-end;
  }
  .position-item .e-title {
    min-width: 100%;
  }
  .position-item .e-date {
    text-align: right;
  }
  /* position */
  .hot-category-menu {
    border-top: solid 1px #fff;
  }
  .hot-category-menu > .container {
    padding: 0;
  }
  .hot-category-menu .txt {
    font-size: 0.8em;
  }
  .hot-category-menu .icons {
    font-size: 1rem;
  }
  .hot-category-menu .nav a {
    padding: 0.225em;
  }
  .hot-category-menu .carousel-control-next, .hot-category-menu .carousel-control-prev {
    width: 1em;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    max-width: 100%;
    background-size: 80% auto;
  }
  .carousel-indicators {
    bottom: 0.25em;
  }
  .card-search-box {
    position: relative;
    margin-top: -1px;
  }
  .search-setting select.form-control:not([size]):not([multiple]), .search-setting .form-group .form-control {
    height: 2.5rem;
    font-size: 0.87rem;
    padding: 0 0.5em;
  }
  .search-setting .form-group {
    margin: 0.25rem 0;
  }
  /* 职位详情 */
  .position-detail-container .col-9 {
    max-width: 100%;
    flex: 1;
  }
  .deliver-position {
    margin-bottom: 2rem;
  }
  .public-banner {
    flex-direction: column;
  }
  .public-banner .photo,
  .public-banner .public-text {
    width: 100%;
  }
}

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