﻿/*
 *这是单独为招聘准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */

.max_w1200 {
  max-width: 1200px;
}

.flex-grow {
  flex-grow: 1
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lockBox_lie {
  color: #fff !important;
  background: #ffa42e !important;
  width: 18px !important;
  height: 18px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  margin-left: 4px !important;
}

/* 头部 */
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 10;
  min-height: 54px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.header .header-left img {
  max-height: 40px;
}

.nav {
  position: fixed;
  left: 0px;
  top: 54px;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 4%);
}

/* banner */
.recruit_banner {
  margin-top: 105px !important;
  line-height: 0px;
  overflow: hidden;
}

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

/* 导航 */
.nav-list {
  display: flex;
  line-height: 50px;
  max-width: 1200px;
  margin: 0px auto;
}

.nav-list .nav-list-item.active {
  color: #00a4ff;
  font-weight: bold;
}

.nav-list .nav-list-item {
  cursor: pointer;
}

/* 内容 */
.content {
  /* max-width: 1200px; */
  margin: auto;
}

.content.mui-table-view:before {
  background: none !important;
}

.content,
.mui-table-view:after {
  background: none;
}

.content .recruit-job .classify {
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.content .recruit-job .classify .classify-item {
  height: 30px;
  line-height: 30px;
  width: 136px;
  border-right: 1px solid #eee;
}

.content .recruit-job .jobIcon {
  font-size: 30px;
  height: 30px;
  margin-top: 8px;
  color: #00a4ff;
  line-height: initial;
}

.content .recruit-job .jobName {
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.active {
  color: #bbb;
}

input:focus, textarea:focus {
  outline: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
}

.content .recruit-job li {
  cursor: pointer;
}

.content .recruit-job li span {
  color: #00a4ff;
  display: flex;
  justify-content: center;
}

.content .recruit-job li span i {
  font-size: 12px;
  padding-left: 2px;
}

.searchJob .searchJob-top {
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.searchJob-select {
  display: flex;
  justify-content: space-between;
}

.searchJob-select-item {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-right: 4px;
  margin-left: 10px;
}

.searchJob-select-item:first-child {
  margin-left: 0px;
}

.searchJob .jobType {
  width: 100% !important;
}

.searchJob-select-item input {
  border: none;
  height: 38px;
  cursor: pointer;
}

.searchJob-select-item.active {
  border: 1px solid #00a4ff;
}

.searchJob-select-item i {
  transition: transform .3s;
}

.searchJob-select-item .rotate {
  transform: rotate(180deg);

}

.searchJob-input {
  position: relative;
}

.searchJob-input .search-button {
  width: 70px;
  line-height: 40px;
  padding: 0px;
  border: none;
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #00a4ff;
}

.searchJob-input .search-button:active {
  color: #fff;
  border: none;
  background-color: #00a4ff;
}

.searchJob-input input {
  padding-right: 80px;
  margin-bottom: 0px
}

.searchJob .jobList .jobList-item {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  position: relative;
  display: block;
  color: #3c3c3c;
  cursor: pointer;
}

.searchJob .jobList .jobList-item-top {
  display: flex;
}

.searchJob .jobList .jobList-item-top-name {
  /* width: 100px; */
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 14px !important;
}

.jobList-item-top-name .lockBox_lie {
  transform: scale(0.8);
}

/* .searchJob .jobList .jobList-item .jobList-item-bottom {
  color: #3c3c3c;
} */

.searchJob .jobList .jobList-item .jobList-item-bottom span {
  border-right: 1px solid #bbb;
  padding-right: 6px;
}

.searchJob .jobList .jobList-item .jobList-item-bottom span:last-child {
  border: none;
}

.searchJob .jobList .jobList-item .jobList-item-bottom i {
  color: #00a4ff;
  padding-right: 2px;
}

.searchJob .jobList .jobList-item .jobList-item-more {
  position: absolute;
  right: 6px;
  bottom: 10px;

}

/* 招聘流程 */
.process-title {
  font-weight: bold;
}

.process-title .line {
  width: 40px;
  height: 2px;
  background-color: #00a4ff;
  display: block;
  margin: auto;
}

/* .process-img img {
  width: 100%;
} */

.process-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10px;
}

.process-list .process-list-item {
  width: calc((100% - 100px) / 6);
  text-align: center;
}

.process-list .process-list-item .process-list-item-img {
  padding-top: 6px;
}

.process-list .process-list-item .process-list-item-img img {
  width: 54px;
}

.process-list .process-list-item p {
  padding-top: 4px;
  color: #000;
  margin-bottom: 0px;
}

.process-list .process-list-more {
  width: 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-list .process-list-more:last-child {
  display: none;
}

/* 底部 */
.footer {
  width: 100%;
  min-height: 10px;
  background-color: #000;
  color: #fff;
}

.footer .footer-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.footer .footer-contact {
  flex-grow: 1;
}

.footer .footer-contact p {
  color: #fff;
  font-size: 12px;
}

.footer .publicNumber {
  display: flex;
}

.footer .publicNumber .publicNumber-item {
  padding: 0px 4px;
  flex: 1
}


.footer .publicNumber .publicNumber-item img {
  width: 100%;
  max-width: 160px;
}

/* 岗位弹窗 */
.popup-module {
  position: absolute;
  z-index: 1;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  border: 1px solid #eee;
  border-radius: 3px;
  max-height: 200px;
  overflow: overlay;
}

.popup-module ul li {
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  padding: 0px 10px;
  font-size: 14px;
}

.popup-module ul li:hover {
  background-color: #edf0f3;
}

/* 滚动条样式 */
.popup-module::-webkit-scrollbar {
  width: 4px;
}

.popup-module::-webkit-scrollbar-track {
  background: #fff;
  /* border-radius: 10px; */
}

/* 滚动条滑块 */
.popup-module::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #00a4ff;
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

/* 内容详情页 */
.page {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  overflow: overlay;
  background-color: #efeff4 !important;
}

.page .page-content {
  overflow: overlay;
  width: 100%;
}

.page .pageTitle {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-top: 4px !important;
  padding: 20px 15px;
  max-width: 1200px;
  margin: 10px auto;
}

.page .pageTitle .pageTitle-Introduction {
  display: flex;
  flex-wrap: wrap;
}

.page .pageTitle .pageTitle-Introduction .pageTitle-Introduction-item {
  width: 100%;
  line-height: 26px;
  font-size: 12px;
  display: flex;
}

.page .pageTitle .pageTitle-Introduction .pageTitle-Introduction-item span {
  display: flex;
  align-items: center;
}

.page .pageTitle .pageTitle-Introduction .pageTitle-Introduction-item span .lockBox_lie {
  transform: scale(0.8);
}

.page .pageIntroduce {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-bottom: 2px !important;
  padding: 20px 15px;
  max-width: 1200px;
  margin: 10px auto;
}

.page .pageIntroduce h2 {
  line-height: 30px;
}

.page .pageIntroduce h2::before {
  content: ' ';
  width: 3px;
  height: 13px;
  background: #00a4ff;
  display: inline-table;
  margin-right: 8px;
}

.page .pageIntroduce .pageIntroduce-content p {
  color: #333;
  font-size: 12px;
}

.page .page-bottom {
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 38;
  box-sizing: border-box;
  padding: 10px 15px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-between;
}

.page .page-bottom .share {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* 分页 */
.jobPage {
  height: 44px;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  align-items: center;
}

.jobPage .jobPage-left,
.jobPage .jobPage-right {
  display: flex;
}

.jobPage .page-btn {
  width: 64px;
  height: 30px;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}

.jobPage .prohibit {
  color: #ccc
}

/* .jobInfo li.active,
.cityInfo li.active {
  color: #fff;
  border: none;
  background-color: #00a4ff;
} */

.white-space {
  white-space: pre-line;
}

/* 加载圈 */
.template-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  top: 0;
  left: 0;

}

.template-mask .t-mask-icon {
  font-size: 30px;
  animation: round_animate 5s linear infinite;
}

@keyframes round_animate {
  to {
    transform: rotate(1turn);
  }
}



/* 公司介绍 */
.module {
  max-width: 1200px;
  margin: 0px auto;
}

.about {

  padding: 10px;
  padding-top: 20px;
}

.companyProfile.mui-table-view:before {
  background: none;
}

.companyProfile h3 {
  color: #00a4ff;
  text-align: center;
  margin-top: 30px;
}

.companyProfile p {
  text-indent: 2em;
  line-height: 28px;
  color: #333;
}

.companyProfile .lazyload {
  text-align: center;
}

.companyProfile .lazyload img {
  width: 360px;
  height: 30px;

}

.joinUs {
  padding: 0px 10px;
}

.joinUs-content {
  display: flex;
}

.joinUs-content .joinUs-c-l {
  flex: 1;
  padding-top: 20px;
}

.joinUs-content .joinUs-c-r {
  width: 40%;
  text-align: right;
}

.joinUs-content .joinUs-c-r img {
  width: 90%;
}

.welfareinfo {
  overflow: hidden;
}

.welfareList {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.welfareItem {
  width: 23%;
  margin: 10px 1% 10px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 10px #eee;
  padding-bottom: 10px;
}

.welfareItem_title {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px 0px;
  font-weight: bold;
}

.welfareItem_title::after {
  width: 40px;
  height: 2px;
  background: #00a4ff;
  content: " ";
  margin-top: 6px;
}

.welfareItem_text {
  display: flex;
  flex-wrap: wrap;
}

.welfareItem_text_piece {
  width: 50%;
  text-align: center;
  line-height: 34px;
}

@media screen and (max-width: 760px) {
  .joinUs-content .joinUs-c-l {
    padding-top: 10px;
  }

  .header .header-left img {
    max-height: 2.2rem;
  }

  .joinUs-content .joinUs-c-r {
    display: none;
  }

  .welfareItem {
    width: 46%;
    margin: 10px 2% 10px;
  }

  .process-list .process-list-item {
    width: calc((100% - 40px) / 3);
  }

  .process-list .process-list-more:nth-child(3n),
  .process-list .process-list-more:last-child {
    display: none;
  }
  
  .footer .publicNumber .publicNumber-item img {
    padding: 14px;
    max-width: 140px;
  }

  .process-list .process-list-item p {
    font-size: 12PX;
  }

}

@media screen and (min-width: 960px) {
  .mui-grid-view.mui-grid-9 .mui-media {
    width: 16.66666667% !important;
    padding: 20px 5px;
  }
}

/* 岗位详情页面 */

html {
  background: none;
}

.jobInfo-body:before {
  content: ' ';
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  height: 614px;
  background: linear-gradient(180deg, #00bebd 0, #88fffe 50%, #fff 100%);
  opacity: .1;
  z-index: -1;
}

.job-title {
  background: linear-gradient(90deg, #3b526a 0, #345a6d 100%);
  padding: 18px 0 20px 0;
  position: sticky;
  top: 0;
}

.job-title-text {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.name {
  display: flex;
}

.job-title-left .name h1 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  margin-right: 30px;
  margin-top: 1px;
  max-width: 360px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.job-title-left .name .salary {
  font-size: 26px;
  font-family: kanzhun-Regular, kanzhun;
  color: #f26d49;
  line-height: 41px;
  height: auto;
  font-weight: 400;
  position: relative;
}

.job-title-left .text-desc {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  height: 20px;
  margin-right: 20px;
}

.job-title-left .text-desc:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url('../image/jobIcon.png') 0 0/16px auto no-repeat
}

.job-title-left .text-date,
.job-title-left .text-renshu,
.job-title-left .text-zzpfzr {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  height: 20px;
  margin-right: 20px;
}

.job-title-type {
  display: flex;
  flex-wrap: wrap;
}

.job-title-left .text-desc.text-experiece:before {
  background-position: 0 -32px
}

.job-title-left .text-desc.text-degree:before {
  background-position: 0 -48px
}

.job-title-left .text-desc.text-city {
  transition: none
}

.job-title-left .text-desc.text-city:hover {
  color: #00e6e4
}

.job-title-left .text-desc.text-city:hover:before {
  background-position: 0 -16px
}

.job-title-right .job-title-right-tags {
  /* margin-top: 36px; */
  width: 480px;
  display: flex;
  justify-content: flex-end;
}

.job-title-right .job-tags {
  padding-top: 8px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-align: right;
}

.job-title-right .job-tags span {
  height: 28px;
  line-height: 28px;
  background: rgba(255, 255, 255, .05);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding: 0 8px;
  border: none;
  margin-left: 8px;
  margin-bottom: 8px;
  display: inline-block;
}

.job-title-right .tag-more {
  position: relative;
  margin-left: 8px;
}

.job-title-right .tag-more .tag-all {
  width: 500px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 8%);
  border-radius: 8px;
  padding: 14px 12px;
  top: 42px;
  right: 0;
  position: absolute;
  height: auto;
  display: none;
}

.job-title-right .tag-more .link-more {
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, .05);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding: 2px 8px 8px;
  border: none;
  margin: 0;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid transparent;
}

.job-title-right .tag-more .job-tags {
  text-align: left;
}

.job-title-right .tag-more .job-tags span {
  display: inline-block;
  margin: 6px 8px;
  background: rgba(0, 190, 189, .1);
  color: #00a6a7;
  border-radius: 13px;
  vertical-align: top;
  border-radius: 3px;
}

.job-title-right .tag-more .link-more:hover {
  background: rgba(0, 190, 189, .1);
  border: 1px solid #00e6e4;
  color: #00e6e4;
}

.job-title-right .tag-more:hover .tag-all {
  display: block;
}

.job-title-right .op-container {
  height: 30px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.job-title-right .op-container span {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}

.job-title-right .op-container .icon {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  top: -2px;
  width: 18px;
  height: 18px;
  background: url('../image/tags.png') 0 0/18px auto no-repeat;
}

.job-title-right .op-container .icon-resume .icon {
  background-position: 0 -18px;
  padding-left: 10px;
}

.job-title-right .op-container span:hover {
  color: #00e6e4;
}

.job-title-right .op-container .icon-resume:hover .icon {
  background-position: 0 -90px;
}

.job-title-right .op-container .icon-upload:hover .icon {
  background-position: 0 -72px;
}

.job-info-text {
  max-width: 1200px;
  margin: 20px auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  min-height: 200px;
}

.job-info-text .job-info-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 25px;
  margin-bottom: 20px;
}

.job-info-text .job-info-content,
.job-info-text .job-info-remind {
  white-space: pre-line;
  word-break: break-all;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #333;
  text-align: justify;
  letter-spacing: 0;
}

.job-info-text .job-hrbp-info,
.pageIntroduce .job-hrbp-info {
  border-top: 1px solid #eee;
  display: flex;
  padding-top: 20px;
}

.job-info-text .detail-figure img,
.pageIntroduce .detail-figure img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.job-hrbp-right {
  flex: 1;
}

.job-info-text .job-hrbp-right .name,
.pageIntroduce .job-hrbp-right .name {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.job-info-text .job-keyword-list,
.pageIntroduce .job-keyword-list {
  width: 100%;
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
}

.job-info-text .job-keyword-list li,
.pageIntroduce .job-keyword-list li {
  margin-top: 8px;
  margin-right: 8px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  float: left;
  padding: 4px 12px;
  white-space: nowrap;
  background: #f8f8f8;
  border-radius: 4px;
}

/* 二维码 */

#qrCode {
  padding: 10px;
  display: flex;
  width: 200px;
  height: 200px;
  background: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  position: absolute;
  top: 50px;
  right: 0px;
}

#qrCode .jiao {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -5px;
  right: 26px;
  background: #fff;
  z-index: 30000;
  transform: rotate(45deg);
  border: 5px solid transparent;
  box-shadow: -2px -2px 4px 0px rgb(0 0 0 / 7%);

}


/* 分享图 */
.shareGraph {
  width: 375px;
  height: auto;
  overflow: hidden;
  position: fixed;
  left: 9999px;
  top: 999px;
  z-index: -1;
}

.shareGraph .bg-shareGraph {
  width: 100%;
  height: auto;
}

.shareGraph .shareGraph-text {
  width: 86%;
  height: 215px;
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  left: 7%;
  bottom: 30px;
  padding: 40px 30px;
}

.shareGraph .shareGraph-t-title {
  font-size: 18px;
  height: 28px;
}

.shareGraph .shareGraph-t-remark {
  color: #7f8185;
  height: 22px;
}

.shareGraph .shareGraph-code {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
}

.shareGraph .shareGraph-code-left {
  display: flex;
  align-items: center;
}

.shareGraph .shareGraph-code-left-img {
  border-radius: 50%;
  width: 60px;
  overflow: hidden;
  height: 60px;
}

.shareGraph .shareGraph-code-left-name {
  line-height: 26px;
}


/* 示意图 */
.popScreenshot {
  width: 94%;
  height: 94%;
  position: fixed;
  left: 3%;
  top: 3%;
  z-index: 999999;
  background: #95031c;
  border-radius: 10px;
}

.popScreenshot .pop_img {
  max-width: 82%;
  max-height: 82%;
  margin: 9% 0px 0px 9%;
  overflow: overlay;
}

.popScreenshot .pop_img img {
  width: 100%;
}

.popScreenshot .pop_content {
  text-align: center;
  color: #fff;
}

.popScreenshot .popDet {
  cursor: pointer;
}


/* 滚动条宽度 */
body::-webkit-scrollbar,
.page-content::-webkit-scrollbar,
.popScreenshot .pop_img::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track,
.page-content::-webkit-scrollbar-track,
.popScreenshot .pop_img::-webkit-scrollbar-track {
  background: #fff;
  /* border-radius: 10px; */
}

/* 滚动条样式 */
body::-webkit-scrollbar-thumb,
.page-content::-webkit-scrollbar-thumb,
.popScreenshot .pop_img::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #00a4ff;
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}