.extended-container {
  background-image: url(/image/data/website/home/block1bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.job_seeker_page {
  width: 100%;
  padding: 50px 15px;
  padding-bottom: 80px;
}

.job_seeker_page .job_seeker_inner {
  width: 100%;
}

.job_seeker_page .job_seeker_inner .main_titlebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.job_seeker_page .job_seeker_inner .main_titlebox .main_title {
  padding-left: 37px;
  position: relative;
  font-size: 36px;
  color: #000000;
  margin-bottom: 15px;
}

.job_seeker_page .job_seeker_inner .main_titlebox .main_title::before {
  content: "";
  display: block;
  width: 16px;
  height: 75%;
  background-color: #7AB855;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.job_seeker_page .job_seeker_inner .main_titlebox .main_date {
  font-size: 20px;
  color: #797979;
}

.job_seeker_page .job_seeker_inner .main_cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 90px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #cacaca;
  padding: 15px 40px 70px 40px;
  border-top: 18px solid #1F98D1;
  overflow: hidden;
}

.job_seeker_page .job_seeker_inner .main_cont .infobox {
  display: flex;
  flex-wrap: wrap;
}

.job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 25px;
}

.job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item .icon {
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item .icon img {
  width: 100%;
}

.job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item.place .text {
  font-size: 24px;
  color: #6A6A6A;
}

.job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item.money .text {
  font-size: 24px;
  color: #6A6A6A;
}

.job_seeker_page .job_seeker_inner .main_cont .main_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.job_seeker_page .job_seeker_inner .main_cont .main_tags .tag_item {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #6A6A6A;
  border-radius: 10px 10px 10px 10px;
  margin: 0 8px;
  margin-bottom: 25px;
}

.job_seeker_page .job_seeker_inner .main_cont .main_ctr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 38px;
}

.job_seeker_page .job_seeker_inner .main_cont .main_ctr .appaly_top {
  display: block;
  background: #1f98d1;
  border-radius: 5px 5px 5px 5px;
  padding: 9px 33px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  user-select: none;
  cursor: pointer;
}

.job_seeker_page .job_seeker_inner .main_cont .main_ctr .appaly_top:hover {
  background-color: #18739e;
}

.job_seeker_page .job_seeker_inner .main_cont .main_ctr .login_btn {
  font-size: 24px;
  font-weight: 500;
  color: #f07322;
}

.job_seeker_page .job_seeker_inner .main_cont .desc_box {
  margin-bottom: 10px;
}

.job_seeker_page .job_seeker_inner .main_cont .desc_box .item {
  padding: 33px 0 47px;
  border-top: 1px solid #cacaca;
}

.job_seeker_page .job_seeker_inner .main_cont .desc_box .item ._title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 15px;
}

.job_seeker_page .job_seeker_inner .main_cont .desc_box .item ._text {
  font-size: 24px;
  font-weight: 500;
  color: #484848;
  line-height: 1.5;
}

/* .job_seeker_page .job_seeker_inner .main_cont .desc_box .item ._text ul li span {
  line-height: 1.5 !important;
} */

.job_seeker_page .job_seeker_inner .main_cont .appaly_bottom {
  display: block;
  width: 50%;
  max-width: 600px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  background: #ee7322;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  user-select: none;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

.job_seeker_page .job_seeker_inner .main_cont .appaly_bottom:hover {
  background-color: #ee7322c2;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .main_titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .main_titlebox .main_title::before {
  background-color: #ee7322;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob {
  padding-bottom: 75px;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper {
  height: auto;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide {
  padding: 15px 16px 24px;
  width: calc(50% - 5px);
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #cacaca;
  border-top: #40637a 17px solid;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .similar_title {
  font-size: 36px;
  color: #000000;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .infobox {
  margin-top: 20px;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .infobox .inf_item {
  display: flex;
  align-items: center;
  min-width: 20px;
  margin-bottom: 10px;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .infobox .inf_item .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .infobox .inf_item .icon img {
  width: 100%;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .infobox .inf_item .text {
  font-size: 24px;
  color: #6a6a6a;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .date {
  margin-top: 17px;
  font-size: 16px;
  color: #797979;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-pagination {
  bottom: 0;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  background: #d9d9d9;
}

.job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee7322;
}

@media screen and (max-width: 768px) {
  .job_seeker_page {
    padding: 30px 15px;
  }

  .job_seeker_page .job_seeker_inner .main_cont {
    padding: 15px 25px;
    margin-bottom: 30px;
  }

  .job_seeker_page .job_seeker_inner .main_titlebox {
    margin-bottom: 15px;
  }

  .job_seeker_page .job_seeker_inner .main_titlebox .main_title {
    font-size: 24px;
    padding-left: 20px;
  }

  .job_seeker_page .job_seeker_inner .main_titlebox .main_title::before {
    width: 10px;
  }

  .job_seeker_page .job_seeker_inner .main_titlebox .main_date {
    font-size: 16px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item .icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item.money .text,
  .job_seeker_page .job_seeker_inner .main_cont .infobox .inf_item.place .text {
    font-size: 16px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .main_tags .tag_item {
    padding: 6px;
    border-radius: 6px;
    margin: 0 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: unset;
  }

  .job_seeker_page .job_seeker_inner .main_cont .main_ctr {
    margin-bottom: 16px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .main_ctr .appaly_top {
    font-size: 18px;
    padding: 6px 24px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .main_tags {
    margin: 0 -5px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .main_ctr .login_btn {
    font-size: 18px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .desc_box .item {
    padding: 20px 0 25px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .desc_box .item ._title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .desc_box .item ._text {
    font-size: 16px;
  }

  .job_seeker_page .job_seeker_inner .main_cont .appaly_bottom {
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    min-width: 180px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .similar_title {
    font-size: 20px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .infobox {
    margin-top: 12px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide {
    padding: 12px 15px 18px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .infobox .inf_item {
    margin-bottom: 6px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .infobox .inf_item .text {
    font-size: 18px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-wrapper .swiper-slide .date {
    margin-top: 10px;
    font-size: 14px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob {
    padding-bottom: 40px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .similar_cont .swiper-container.mySwiperjob .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }

  .job_seeker_page .job_seeker_inner .similar_jobs_block .main_titlebox {
    margin-bottom: 15px;
  }
}



/* 临时隐藏 */
/* .job_seeker_page .job_seeker_inner .main_cont .appaly_bottom,
.job_seeker_page .job_seeker_inner .main_cont .main_ctr {
  display: none !important;
} */