body {
  background-color: #fff;
}

.footer.simplify {
  background-color: #f4f6f9;
}

.recruit-detail-section.joined-company-section .detail-title span::after, .recruit-detail-section.job-section .detail-title span::after {
  width: 1078px;
}

.recruit-detail-section.joined-company-section .detail-content {
  padding: 0 0 0;
  position: relative;
}

.recruit-detail-section.joined-company-section .company-swiper {
  width: 1200px;
  /*height: 359px;*/
  padding: 29px 0 63px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.recruit-detail-section.joined-company-section .company-swiper .swiper-slide {
  padding: 0 87px;
}

.recruit-detail-section.job-section .detail-content {
  text-align: center;
}

.recruit-detail-section .detail-title {
  padding-right: 16px;
  line-height: 30px;
  position: relative;
}

.recruit-detail-section .detail-title span {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.recruit-detail-section .detail-title span::after {
  display: inline-block;
  content: "";
  /* width: 1101px; */
  width: 88%;
  height: 1px;
  background-color: #d1d1d1;
  -webkit-transform: translate(20px, -8px);
  transform: translate(20px, -8px);
}

.recruit-detail-section .detail-title i {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  color: #248eff;
  position: absolute;
  right: 0;
  top: -2px;
}

.recruit-detail-section .detail-content {
  padding: 29px 0 0;
}

.recruit-detail-section .detail-content p {
  font-size: 15px;
  color: #333;
}

.recruit-detail-section .detail-content p + p {
  margin-top: 24px;
}

.company-swiper-arrow {
  width: 64px;
  height: 64px;
  background-image: url(../images/zhaopin_pc_recruitment_swiper_arrow.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  border-radius: 50%;
  opacity: .5;
  cursor: pointer;
  z-index: 9999;
}

.company-swiper-arrow:hover {
  background-color: #f0f0f0;
  opacity: 1;
}

.company-swiper-arrow.company-swiper-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  z-index: 50;
}

.company-swiper-arrow.company-swiper-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50;
}

.company-swiper-item {
  float: left;
  width: 101px;
}

.company-swiper-item + .company-swiper-item {
  margin-left: 84px;
}

.company-swiper-item:nth-of-type(6n+1) {
  margin-left: 0;
}

.company-swiper-item:nth-of-type(n+7) {
  margin-top: 33px;
}

.company-swiper-item:hover .company-avatar {
  -webkit-transform: scale(1.2) rotate(360deg);
  transform: scale(1.2) rotate(360deg);
  border-color: #248eff;
}

.company-swiper-item .company-avatar {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border: 2px solid transparent;
}

.company-swiper-item .company-avatar img {
  width: 100%;
}

.company-swiper-item .company-name {
  margin-top: 20px;
  height: 42px;
  font-size: 15px;
  color: #333;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.job-item {
  width: 564px;
  height: 181px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
  list-style: none;
}

.job-item:nth-of-type(n) {
  float: left;
}

.job-item:nth-of-type(2n) {
  float: right;
}

.job-item:nth-of-type(n+3) {
  margin-top: 35px;
}

.job-item:hover {
  border-color: #d1d1d1;
  /* -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.12); */
  /* box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.12); */
  -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.14);
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.14);
}

.job-item>a:hover {
  text-decoration: none;
}

.job-item .job-item-top {
  padding-bottom: 20px;
  border-bottom: 1px dashed #e9e9e9;
}

.job-item .job-item-top > div + div {
  margin-top: 8px;
}

.job-item .job-item-top .job-name {
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.job-item .job-item-top .job-salary {
  float: right;
  font-size: 15px;
  font-weight: 600;
  color: #f64444;
}

.job-item .job-item-top .job-desc {
  float: left;
}

.job-item .job-item-top .job-desc span {
  font-size: 13px;
  color: #999;
}

.job-item .job-item-top .job-desc span + span {
  margin-left: 10px;
}

.job-item .job-item-top .job-post-date {
  float: right;
  font-size: 13px;
  color: #999;
}

.job-item .job-item-bottom {
  padding-top: 20px;
  text-align: left;
}

.job-item .job-item-bottom > div {
  display: inline-block;
}

.job-item .job-item-bottom .company-avatar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.job-item .job-item-bottom .company-avatar img {
  width: 100%;
}

.job-item .job-item-bottom .company-name {
  margin-top: 17px;
  font-size: 15px;
  color: #333;
  vertical-align: top;
}

.job-item .apply-job-btn {
  float: right;
  width: 92px;
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  background-color: #248eff;
  border: none;
  outline: none;
  border-radius: 4px;
  -webkit-appearance: none;
}

.job-item .apply-job-btn:focus {
  background-color: #248eff;
}

.job-fair-search {
    width: 92px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    background-color: #248eff;
    border: none;
    outline: none;
    border-radius: 4px;
    -webkit-appearance: none;
}

.job-fair-search-input{
    height: 36.5px;
    border: 2px solid #248eff;
    font-size: 14px;
    min-width: 280px;
    padding: 0px 6px;
    border-radius: 6px;
}

.job-fair-search-input::placeholder {
    font-size: 14px;
}

.load-more-job-item {
  display: inline-block;
  width: 410px;
  margin-top: 40px;
  line-height: 50px;
  font-size: 15px;
  text-decoration: none;
  color: #248eff !important;
  letter-spacing: 6px;
  border: 1px solid #248eff;
  border-radius: 3px;
  user-select: none;
}

.load-more-job-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #248eff;
}

.recruitment-right-toolbar {
  bottom: 100px;
  z-index: 1000;
}

.detail-content .jobfair-title{
  float: left; 
  margin-top: 24px; 
  color: #333;
  font-size: 15px;
  /* font-weight: bold; */
}

.detail-content .jobfair-content{
  font-size: 15px; 
  float: left;
  margin: 24px 0 24px 0;
  color: #333;
  line-height: 20px;
  width: 90%;
  /* text-align: center; */
}
