@charset "utf-8";
/**
  * @name:招聘中心 页面样式
  * @update:2022-1-10
  **/


/* ======================================= 
            社会招聘页样式 开始
   =======================================*/
/* 职位列表模块 开始 */


/* 职位选项导航 */
.m-postbox .opt-nav {
  overflow: hidden;
}

.m-postbox .opt-nav .nav-item {
  float: left;
  width: 185px;
  height: 40px;
  line-height: 38px;
  margin-bottom: 25px;
  border: 1px solid #B3B3B3;
  text-align: center;
  cursor: pointer;
}

.m-postbox .opt-nav .nav-item:not(:nth-child(6n)) {
  margin-right: 18px;
}

.m-postbox .opt-nav .nav-item .icon {
  display: inline-block;
  margin-right: 8px;
  background: url(../images/post_sprite.png) no-repeat;
  vertical-align: middle;
  margin-top: -3px;
}

.m-postbox .opt-nav .nav-item .icon-1 {
  width: 21px;
  height: 21px;
  background-position: 0 0;
}

.m-postbox .opt-nav .nav-item .icon-2 {
  width: 24px;
  height: 22px;
  background-position: -36px 0;
}

.m-postbox .opt-nav .nav-item .icon-3 {
  width: 14px;
  height: 22px;
  background-position: -76px 0;
}

.m-postbox .opt-nav .nav-item .icon-4 {
  width: 16px;
  height: 18px;
  background-position: -105px 0;
}

.m-postbox .opt-nav .nav-item .icon-5 {
  width: 18px;
  height: 18px;
  background-position: -136px 0;
}

.m-postbox .opt-nav .nav-item .icon-6 {
  width: 20px;
  height: 21px;
  background-position: -169px 0;
}

.m-postbox .opt-nav .nav-item.active .icon-1,
.m-postbox .opt-nav .nav-item:hover .icon-1 {
  background-position: 0 -29px;
}

.m-postbox .opt-nav .nav-item.active .icon-2,
.m-postbox .opt-nav .nav-item:hover .icon-2 {
  background-position: -36px -29px;
}

.m-postbox .opt-nav .nav-item.active .icon-3,
.m-postbox .opt-nav .nav-item:hover .icon-3 {
  background-position: -76px -29px;
}

.m-postbox .opt-nav .nav-item.active .icon-4,
.m-postbox .opt-nav .nav-item:hover .icon-4 {
  background-position: -105px -29px;
}

.m-postbox .opt-nav .nav-item.active .icon-5,
.m-postbox .opt-nav .nav-item:hover .icon-5 {
  background-position: -136px -29px;
}

.m-postbox .opt-nav .nav-item.active .icon-6,
.m-postbox .opt-nav .nav-item:hover .icon-6 {
  background-position: -169px -29px;
}

.m-postbox .opt-nav .nav-item span {
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.m-postbox .opt-nav .nav-item.active,
.m-postbox .opt-nav .nav-item:hover {
  border-color: #ff6600;
  background-color: #ff6600;
}

.m-postbox .opt-nav .nav-item.active span,
.m-postbox .opt-nav .nav-item:hover span {
  color: #fff;
}

/* 职位内容标题 */
.m-postbox .post-title {
  background-color: #FFDFCA;
}

.m-postbox .post-title .item {
  user-select: none;
}

.m-postbox .post-title,
.m-postbox .postList .item {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.m-postbox .post-title .item,
.m-postbox .postList .item>p {
  flex: 1;
  font-size: 16px;
  color: #676767;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 职位内容列表 */
.m-postbox .postListBox .postList:not(:first-child) {
  display: none;
}

.m-postbox .postList {
  min-height: 160px;
  overflow: hidden;
}

.m-postbox .postList .item {
  background-color: #F2F2F2;
}

.m-postbox .postList .item>p.link a {
  color: #676767;
}

.m-postbox .postList .item>p.link a:hover {
  color: #ff6600;
}

/* 无职位时 */
.m-postbox .postList .noPost {
  width: 423px;
  height: 376px;
  margin: 90px auto 0;
}

/* 职位列表模块 结束 */

/* ======================================= 
            社会招聘页样式 结束
   =======================================*/

/* ======================================= 
            职位详情页样式 开始
   =======================================*/
/* 职位详情模块 开始 */
.m-postDtl {
  display: flex;
}

.m-postDtl .dtl-left {
  width: 720px;
}

.m-postDtl .post-title {
  font-size: 24px;
  color: #000;
}

.m-postDtl .post-tag {
  font-size: 18px;
  color: #B3B3B3;
}

.m-postDtl .post-tag em {
  color: #ff6600;
}


.m-postDtl .jobClaim-name {
  font-size: 16px;
  color: #666;
  font-weight: 600;
}

.m-postDtl .post-jobClaim .list {
  padding-left: 15px;
  list-style: none;
}

.m-postDtl .post-jobClaim .list .item {
  /*height: 28px;*/
  line-height: 28px;
  font-size: 16px;
  color: #666;
}

/* 投递简历按钮 */
.m-postDtl .send-link {
  position: relative;
  display: block;
  width: 240px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #ff6600;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.btnHover::before,
.btnHover::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  transition: all 0.2s linear;
}

.btnHover::before {
  left: 0;
}

.btnHover::after {
  left: 100%;
}

.btnHover:hover::before {
  width: 50%;
}

.btnHover:hover::after {
  width: 50%;
  left: 50%;
}



.m-postDtl .dtl-right .back {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #ff6600;
}

.m-postDtl .dtl-right .back i {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url(../images/back_icon.png) no-repeat;
  vertical-align: middle;
}

/* 职位详情模块 结束 */
/* ======================================= 
            职位详情页样式 结束
   =======================================*/

/* ======================================= 
            简历投递页样式 开始
   =======================================*/
.m-deliver {
  padding-left: 360px;
}


.m-deliver .form-item {
  height: 40px;
  display: flex;
  align-items: center;
}

.m-deliver .form-item .label {
  font-size: 18px;
  color: #000;
}


.m-deliver .form-item input::placeholder {
  color: #b2b2b2;
}

.m-deliver .form-input select,
.m-deliver .form-input input {
  width: 350px;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #B3B3B3;
  font-size: 16px;
  color: #666;
}

.m-deliver .form-input {
  position: relative;
}

.m-deliver .tips {
  display: none;
  position: absolute;
  left: 360px;
  top: 0;
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: left;
}

.m-deliver .tips i {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.m-deliver .tips i.success {
  background: url(../images/icon_true.png) no-repeat;
}

.m-deliver .tips i.error {
  background: url(../images/icon_error.png) no-repeat;
}

.m-deliver .tips span {
  font-size: 14px;
}

.m-deliver .tips span.success {
  color: #14c145;
}

.m-deliver .tips span.error {
  color: red;
}

.m-deliver .form-upload-input {
  position: relative;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #E6E6E6;
  font-size: 16px;
  text-align: center;
  color: #666;
  cursor: pointer;
}

.m-deliver .form-upload-input:hover {
  background-color: #ff6600;
  color: #fff;
}

.m-deliver .form-upload-input input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


.m-deliver .form-upload-input .fileName {
  position: absolute;
  left: 160px;
  top: 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-deliver .form-list .uploadTips {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #b2b2b2;
}

.m-deliver .submitBtn {
  position: relative;
  width: 260px;
  height: 40px;
  background-color: #ff6600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

/* ======================================= 
            简历投递页样式 结束
   =======================================*/