body {
  background: #F6F6F6;
}
.recruit_show_content {
  width: 1200px;
  margin: 20px auto 40px auto;
  overflow: hidden;
  display: flex;
}
.recruit_show_content .recruit_show_left {
  width: 280px;
  height: 100%;
  margin-right: 20px;
}
.recruit_show_content .recruit_show_right {
  width: 900px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 20px;
}
.recruit_show_content .recruit_show_right .show_head {
  position: relative;
  margin-bottom: 10px;
}
.recruit_show_content .recruit_show_right .show_head .certified {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 37px;
  width: 100px;
  height: 37px;
  border-radius: 4px 4px 4px 4px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  background: #84dfa7;
  margin-right: 5px;
}
.recruit_show_content .recruit_show_right .show_head .show_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 37px;
  color: #33363C;
}
.recruit_show_content .recruit_show_right .show_head .show_price {
  position: absolute;
  top: 0;
  right: 0;
}
.recruit_show_content .recruit_show_right .show_head .show_price .wages {
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: #FC6C0E;
}
.recruit_show_content .recruit_show_right .show_head .show_price .unit {
  margin-top: 7px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FC6C0E;
}
.recruit_show_content .recruit_show_right .show_header {
  width: 100%;
  height: 52px;
  background: #F8F8FB;
  display: flex;
  position: relative;
}
.recruit_show_content .recruit_show_right .show_header .user_info {
  font-size: 0;
}
.recruit_show_content .recruit_show_right .show_header .user_info .user_portrait {
  margin: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
}
.recruit_show_content .recruit_show_right .show_header .user_info .user_name {
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit_show_content .recruit_show_right .show_header .apply_time {
  margin-left: 20px;
  margin-top: 17px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999FAA;
}
.recruit_show_content .recruit_show_right .show_header .browse_count {
  position: absolute;
  right: 60px;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.recruit_show_content .recruit_show_right .show_header .edit_button {
  display: none;
  position: absolute;
  right: 10px;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #4395ff;
  cursor: pointer;
}
.recruit_show_content .recruit_show_right .company_info,
.recruit_show_content .recruit_show_right .basic_info {
  margin-top: 10px;
}
.recruit_show_content .recruit_show_right .company_info h6,
.recruit_show_content .recruit_show_right .basic_info h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.recruit_show_content .recruit_show_right .company_info .info,
.recruit_show_content .recruit_show_right .basic_info .info {
  margin: 10px 0 10px 20px;
}
.recruit_show_content .recruit_show_right .company_info .info .info_block,
.recruit_show_content .recruit_show_right .basic_info .info .info_block {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  text-align: left;
  width: 415px;
}
.recruit_show_content .recruit_show_right .company_info .info .info_block .name,
.recruit_show_content .recruit_show_right .basic_info .info .info_block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.recruit_show_content .recruit_show_right .company_info .info .info_block .value,
.recruit_show_content .recruit_show_right .basic_info .info .info_block .value {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.recruit_show_content .recruit_show_right .company_info .info .info_block .job_req,
.recruit_show_content .recruit_show_right .basic_info .info .info_block .job_req {
  white-space: pre-wrap;
  display: block;
}
.recruit_show_content .recruit_show_right .contact_info {
  display: block;
  width: 100%;
}
.recruit_show_content .recruit_show_right .contact_info .icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
.recruit_show_content .recruit_show_right .contact_info h6 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.recruit_show_content .recruit_show_right .contact_info .button_block {
  text-align: center;
  width: calc(100% - 20px);
  position: relative;
  margin-left: 20px;
}
.recruit_show_content .recruit_show_right .contact_info .button_block .confirm_mask {
  position: absolute;
  top: 10px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_show_content .recruit_show_right .contact_info .button_block .confirm_mask .text {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
}
.recruit_show_content .recruit_show_right .contact_info .button_block .button {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 10px;
  width: 150px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
}
.recruit_show_content .recruit_show_right .contact_info .button_block .get_click {
  border: 1px solid #F40;
  background-color: #FFF;
  color: #F40;
}
.recruit_show_content .recruit_show_right .contact_info .button_block .consult {
  border: 1px solid #F40;
  background-color: #F40;
  color: #FFF;
}
.recruit_show_content .recruit_show_right .contact_info .button_block .delivery,
.recruit_show_content .recruit_show_right .contact_info .button_block .posted {
  border: 1px solid #F40;
  background-color: #FFF;
  color: #F40;
}
.recruit_show_content .recruit_show_right .contact_info .info_block {
  margin-top: 10px;
  margin-left: 20px;
}
.recruit_show_content .recruit_show_right .contact_info .info_block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.recruit_show_content .recruit_show_right .contact_info .info_block .value {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.recruit_show_content .recruit_show_right .contact_info .info_block .job_req {
  white-space: pre-wrap;
  display: block;
}
.recruit_show_content .recruit_show_right .job_req,
.recruit_show_content .recruit_show_right .fringe_benefits,
.recruit_show_content .recruit_show_right .job_duty {
  margin-top: 10px;
}
.recruit_show_content .recruit_show_right .job_req h6,
.recruit_show_content .recruit_show_right .fringe_benefits h6,
.recruit_show_content .recruit_show_right .job_duty h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.recruit_show_content .recruit_show_right .job_req .text,
.recruit_show_content .recruit_show_right .fringe_benefits .text,
.recruit_show_content .recruit_show_right .job_duty .text {
  margin: 10px 0 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #33363C;
  white-space: pre-wrap;
}
.recruit_show_content .recruit_show_right .other_recruit {
  margin-top: 20px;
}
.recruit_show_content .recruit_show_right .other_recruit h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.recruit_show_content .recruit_show_right .other_recruit .content_line {
  margin-top: 20px;
}
.recruit_show_content .recruit_show_right .other_recruit .content_line ul {
  display: flex;
}
.recruit_show_content .recruit_show_right .other_recruit .content_line ul li {
  width: 200px;
  height: 198px;
  margin-right: 20px;
}
.recruit_show_content .recruit_show_right .other_recruit .content_line ul li .cover {
  width: 200px;
  height: 150px;
}
.recruit_show_content .recruit_show_right .other_recruit .content_line ul li .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit_show_content .recruit_show_right .other_recruit .content_line ul li .summary {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 5px;
  color: #656870;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit_show_content .recruit_show_right .other_recruit .content_line ul li .summary span {
  margin-right: 5px;
}
.recruit_show_content .recruit_show_right .button {
  width: 100%;
}
.recruit_show_content .recruit_show_right .button .submit_button {
  margin: 20px auto;
  width: 150px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F40;
  background-color: #F40;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  line-height: 21px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
}

