body {
  background-color: #fff;
}

.main {
  padding-bottom: 29px;
}

.footer {
  background-color: #f4f5f9;
}

.job-detail-header {
  padding: 38px 0 32px;
  border-bottom: 1px solid rgba(238, 240, 245, 0.6);
}

.job-name {
  font-size: 30px;
  color: #414a5f;
  max-width: 470px;
}

.job-salary {
  margin-top: 10px;
  font-size: 26px;
  color: #f64444;
}

.job-sub-info {
  margin-top: 10px;
  font-size: 12px;
  color: #6f727b;
}

.job-sub-info span + span::before {
  display: inline-block;
  content: "|";
  margin: 0 8px 0 6px;
  font-size: 12px;
  color: #e3e7ed;
}

.job-benefits {
  margin-top: 8px;
  font-size: 0;
}

.benefit-item {
  display: inline-block;
  padding: 0 4px;
  font-size: 12px;
  color: #248eff;
  background-color: rgba(36, 142, 255, 0.15);
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 2px;
  white-space: nowrap;
}

.benefit-item + .benefit-item {
  margin-left: 10px;
}

.job-more-info {
  margin-top: 10px;
  font-size: 12px;
  color: #9fa3a9;
}

.job-more-info span {
  display: inline-block;
  white-space: nowrap;
}

.job-more-info span + span {
  margin-left: 30px;
}

.job-header-btns {
  font-size: 0;
}

.job-header-btns .job-header-btn {
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.job-header-btns .job-header-btn + .job-header-btn {
  margin-left: 10px;
}

.job-header-btns .job-header-btn.check-contact-btn {
  padding: 0 23px;
  color: #248eff;
  background: rgba(36, 142, 255, 0.18);
}

.job-header-btns .job-header-btn.apply-job-btn {
  padding: 0 37px;
  color: #fff;
  background-color: #248eff;
}

.header-sub-btns {
  margin-top: 71px;
}

.header-sub-btns.clearfix {
  margin-top: 0;
  margin-right: 15%;
}
.header-sub-btns.clearfix a {
  margin-top: 6px;
}

.job-header-sub-btn {
  /* float: right; */
  padding-left: 24px;
  font-size: 14px;
  color: #414a5f;
  position: relative;
  display: block;
}

.job-header-sub-btn + .job-header-sub-btn {
  margin-right: 30px;
}

.job-header-sub-btn.qrcode-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_pc_job_detail_qrcode@3x.png");
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 100;
}

.job-header-sub-btn.qrcode-btn:hover .share-qrcode-box {
  display: block;
}

.job-header-sub-btn .share-qrcode-box {
  position: absolute;
  width: 140px;
  height: 140px;
  padding: 10px;
  background-color: #fff;
  /* -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.14); */
  /* box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.14); */
  bottom: -148px;
  right: -22px;
  z-index: 100;
  display: none;
}

.job-header-sub-btn .share-qrcode-box::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(239, 239, 239, 0.5);
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 100;
}

.job-header-sub-btn.collect-btn {
  width: 80px;
}

.job-header-sub-btn.collect-btn:hover {
  color: #248eff;
}

.job-header-sub-btn.collect-btn.collected {
  color: #9fa3a9;
}


.job-header-sub-btn.collect-btn.collected::before {
  background-image: url("../images/zhaopin_pc_job_detail_collected@3x.png");
}

.job-header-sub-btn.collect-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_pc_job_detail_collect@3x.png");
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 100;
}

.job-header-sub-btn.poster-share-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_pc_job_detail_poster_icon.png");
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 100;
}

.job-detail-main {
  padding-top: 32px;
  position: relative;
}

.job-detail-main .container {
  margin: 0 auto;
  position: relative;
}

.job-detail-main .job-detail-wrapper::after {
  content: "";
  width: 1px;
  height: 99%;
  background-color: #e3e7ed;
  position: absolute;
  top: 11px;
  left: 872px;
  opacity: .6;
}

.job-detail-main .job-detail-left {
  float: left;
  width: 872px;
  padding: 0 92px 0 20px;
  position: relative;
}

/* .job-detail-main .job-detail-left::after {
  content: "";
  width: 1px;
  height: 120%;
  max-height: 519px;
  background-color: #e3e7ed;
  position: absolute;
  right: 0;
  top: 11px;
  opacity: .6;
} */

.job-detail-main .job-detail-right {
  float: right;
  width: 328px;
  padding-left: 29px;
}

.job-detail-section + .job-detail-section {
  margin-top: 37px;
  margin-bottom: 20px;
}

.job-detail-section .title {
  font-size: 16px;
  font-weight: bold;
  color: #414a5f;
  letter-spacing: 1px;
}

.job-detail-section .content {
  margin-top: 17px;
}

.job-detail-section.job-desc-section .content div {
  font-size: 14px;
  color: #414a5f;
}

.job-detail-section.address-section .content div {
  font-size: 14px;
  color: #414a5f;
}

.job-detail-section.address-section .show-map-btn {
  float: right;
  padding-right: 20px;
  font-size: 14px;
  color: #248eff;
  white-space: nowrap;
  position: relative;
}

.job-detail-section.address-section .show-map-btn.hide-map::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.job-detail-section.address-section .show-map-btn::after {
  content: "";
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_pc_more_down_icon@3x.png");
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 100;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.company-info-section .company-name.vip{
  display: inline-block;
  max-width: 292px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #414a5f;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-info-section .company-name.not-vip{
  display: inline-block;
  max-width: 292px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #414a5f;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-info-section .company-name.vip::before {
  content: "";
  width: 16px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_pc_job_detail_vip@3x.png");
  position: absolute;
  left: 0;
  bottom: 3px;
}

.company-info-section .company-sub-info {
  margin-top: 16px;
  padding-left: 22px;
  font-size: 14px;
  color: #6f727b;
  position: relative;
}

.company-info-section .company-sub-info::before {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_pc_job_detai_company_info@3x.png");
  position: absolute;
  left: 0;
  top: 4px;
}

.company-info-section .company-scale {
  margin-top: 10px;
  padding-left: 22px;
  font-size: 14px;
  color: #6f727b;
  position: relative;
}

.company-info-section .company-scale::before {
  content: "";
  width: 13px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/zhaopin_pc_job_detai_company_scale@3x.png");
  position: absolute;
  left: 0;
  top: 2px;
}

.similar-job-section {
  margin-top: 87px;
}

.similar-job-section .title {
  font-size: 16px;
  font-weight: bold;
  color: #414a5f;
  letter-spacing: 1px;
}

.similar-job-section .content {
  margin-top: 15px;
}

.similar-job-section li {
  padding: 10px 0 8px;
  border-top: 1px solid #e3e7ed;
}

.similar-job-item .job-item-title {
  font-size: 14px;
  color: #414a5f;
}

.similar-job-item .job-item-salary {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #f64444;
}

.similar-job-item .job-item-keywords {
  margin-top: 6px;
  font-size: 0;
}

.similar-job-item .keyword-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 0 4px;
  font-size: 12px;
  color: #9fa3a9;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(227, 231, 237, 0.7);
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .similar-job-item .keyword-item + .keyword-item {
  margin-left: 10px;
} */

.job-qrcode-section {
  margin-top: 87px;
}

.job-qrcode-section .title {
  font-size: 16px;
  font-weight: bold;
  color: #414a5f;
}

.job-qrcode-section .content {
  margin-top: 16px;
}

.job-qrcode-section .qrcode {
  width: 100px;
  height: 100px;
}

.job-qrcode-section .qrcode img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.qipao{
  background-repeat: no-repeat;
  /*background-position: center;*/
  background-size: contain;
  background-image: url("../images/qipao@3x.png");
  color: white;
  font-size: 13px;
  height: 29px;
  padding-left: 9px;
  padding-right: 8px;
  padding-top: 3px;
  /*position: absolute;*/
  /*top: 101px;*/
  /*right: 243px;*/
  position: relative;
  left: 210px;
  bottom: 3px;
}
.tips{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgb(153,153,155);
  margin-top: 10px;
  border-top: 1px solid rgba(238, 240, 245, 0.6);
  padding-top: 14px;
}
.tips img{
  width: 16px;
  padding-bottom: 3.1px;
}

.job-action {
  margin-right: 10%;
}

.tips-virtual {
  display: none;
  max-width: 256px; 
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(153,153,155);
  margin-top: 10px;
  border-top: 1px solid rgba(238, 240, 245, 0.6);
  padding-top: 14px;
}

.tips-virtual img {
  width: 16px; 
  padding-bottom: 3.1px;
}


/* 海报生成模板 */
.poster-create-wrap{
  width: 1080px;
  height: 1920px;
  /* position: relative; */
  position: fixed;
  top: -3000px;
  left: -3000px;
}


.poster-create-wrap .poster-create__bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.poster-create-wrap .poster-create__platname{
  position: absolute;
  color: #ffffff;
  width: 480px;
  height: 56px;
  top: 126px;
  left: 93px;
  font-size: 40px;
}

.poster-create-wrap .poster-create__content{
  position: absolute;
  background: #ffffff;
  width: 981px;
  height: 620px;
  top: 1222px;
  left: 50px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 56px 42px 72px 42px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.poster-create-wrap .poster-create__bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.poster-create-wrap .poster-create__platname{
  position: absolute;
  color: #ffffff;
  width: 480px;
  height: 56px;
  top: 126px;
  left: 93px;
  font-size: 40px;
}

.poster-create-wrap .poster-create__content{
  position: absolute;
  background: #ffffff;
  width: 981px;
  height: 630px;
  top: 1222px;
  left: 50px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 56px 42px 72px 42px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.poster-create-wrap .poster-create__content .poster-create-content__top{
  display: flex;
  width: 100%;
  align-items: center;
}

.poster-create__content .poster-create-content__top .content-left{
  width: 113px;
  height: 113px;
  border-radius: 50%;
  margin-right: 36px;
}

.poster-create__content .poster-create-content__top .content-left .content-left__logo{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-create__content .poster-create-content__top .content-right{
  min-width: 0;
  flex: 1;
}

.poster-create__content .poster-create-content__top .content-right .content-right__name{
  color: #000000;
  width: 100%;
  font-size: 46px;
  margin-bottom: 8px;
}

.poster-create__content .poster-create-content__top .content-right .content-right__name.font-size-40{
  font-size: 40px;
}

.poster-create__content .poster-create-content__top .content-right .content-right__desc{
  color: #666666;
  width: 100%;
  font-size: 34px;
}

.poster-create-wrap .poster-create-content__center{
  width: calc(100% - 200px);
  /* display: flex;
  flex-wrap: wrap; */
  margin-top: 56px;
}

.poster-create-wrap .poster-create-content__center .poster-job-item__name{
  color: #000000;
  font-size: 44px;
  margin-bottom: 16px;
}

.poster-create-wrap .poster-create-content__center .poster-job-item__salary{
  color: #D60000;
  font-size: 44px;
  margin-bottom: 16px;
}

.poster-create-wrap .poster-create-content__center .poster-job-item__desc{
  color: #666666;
  font-size: 38px;
  margin-bottom: 16px;
}

.poster-create__content .poster-create-content__bottom{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -100px;
}

.poster-create__content .poster-create-content__bottom.mt-120{
  margin-top: -118px;
}

.poster-create__content .poster-create-content__bottom .poster-tips{
  width: 484px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid #000000;
  color: #000000;
  font-size: 29px;
}

.poster-create__content .poster-create-content__bottom .poster-qrcode{
  width: 180px;
  height: 180px;
}

.poster-create__content .poster-create-content__bottom .poster-qrcode .poster-qrcode__img{
  width: 100%;
  height: 100%;
}

/* 海报生成模板 end */

/* 海报抽屉 */
.poster-drawer{
  /* width: 100vw;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed; */
}

.poster-drawer .el-drawer__header{
  color: #333!important;
  font-size: 20px;
  font-weight: 600;
}

.poster-drawer .el-drawer__header .el-dialog__close{
  color: #333!important;
  font-size: 24px;
  font-weight: 600;
}

.poster-template-wrap{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
}

.poster-template-item{
  margin: 0px 15px 30px 15px;
  /* box-sizing: border-box; */
  width: 150px;
  height: 267px;
  position: relative;
  border: 4px solid transparent;
}

.poster-template-item.actived{
  border: 4px solid #248eff;
}

.poster-template-item .poster-tempalte-white-wrap{
  position: absolute;
  bottom: 6px;
  left: 8px;
  width: calc(100% - 16px);
  height: 100px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}


.poster-drawer .poster-template-btn{
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}


/* 生成海报后预览 */
.dialog-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.generate-poster-img{
  width: 150px;
  height: 267px;
  /* margin-right: 20px; */
}

.generate-poster-img.scale-2{
  width: 300px;
  height: 534px;
  margin-bottom: 30px;
}

.poster-dialog .el-dialog__footer{
  text-align: center;
}

.custom-poster-dialog{
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.custom-poster-dialog .custom-poster-content{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9001;
}

.ellipsis-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}