@charset "utf-8";
/*人才理念*/
.ln_con {
  width: 100%;
  padding-top: 20px;
}
.ln_con .ln_01 {
  width: 100%;
  position: relative;
}
.ln_con .ln_01 .ln01_img {
  width: 51.4%;
  position: relative;
}
.ln_con .ln_01 .ln01_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.ln_con .ln_01 .ln01_img::after {
  content: '';
  width: 97%;
  height: 97%;
  background: #389dd7;
  position: absolute;
  bottom: -12px;
  right: -12px;
  z-index: -1;
}
.ln_con .ln_01 .ln01_img::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #EEEEEE;
  position: absolute;
  right: -50%;
  bottom: -20%;
  z-index: -2;
}
.ln_con .ln_01 .ln01_text {
  width: 59%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -27%;
  z-index: 1;
}
.ln_con .ln_01 .ln01_text .ln01_t {
  width: 100%;
  padding-left: 26%;
  padding-top: 2%;
}
.ln_con .ln_01 .ln01_text .ln01_t h5 {
  width: 100%;
  font-size: 36px;
  color: #304770;
  line-height: 40px;
  position: relative;
  font-weight: 500;
}
.ln_con .ln_01 .ln01_text .ln01_t h5::after {
  content: '';
  width: 100px;
  height: 4px;
  background: #005BAC;
  position: absolute;
  left: -116px;
  top: 10px;
}
.ln_con .ln_01 .ln01_text .ln01_t h5::before {
  content: '';
  width: 100px;
  height: 4px;
  background: #C7000B;
  position: absolute;
  left: -116px;
  top: 26px;
}
.ln_con .ln_01 .ln01_text .ln01_t p {
  width: 100%;
  line-height: 30px;
  margin-top: 14px;
  font-size: 28px;
  color: #0081CC;
  text-transform: uppercase;
}
.ln_con .ln_01 .ln01_text .ln01_b {
  margin-top: 18%;
  width: 100%;
  background: #fff;
  height: 45%;
  box-shadow: 0px 0px 16px 0px rgba(0, 128, 208, 0.24);
  padding: 6%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.ln_con .ln_02 {
  width: 100%;
  margin-top: 240px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ln_con .ln_02 .ln02_img {
  width: 51.4%;
  position: relative;
}
.ln_con .ln_02 .ln02_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.ln_con .ln_02 .ln02_img::after {
  content: '';
  width: 97%;
  height: 97%;
  background: #389dd7;
  position: absolute;
  bottom: -12px;
  right: -12px;
  z-index: -1;
}
.ln_con .ln_02 .ln02_text {
  width: calc(100% - 51.4%);
}
.ln_con .ln_02 .ln02_text .ln02_t {
  width: 100%;
  position: relative;
  height: 60px;
  margin-top: -46px;
}
.ln_con .ln_02 .ln02_text .ln02_t h5 {
  width: 100%;
  font-size: 36px;
  color: #0081CC;
  line-height: 38px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ln_con .ln_02 .ln02_text .ln02_t p {
  width: 100%;
  font-size: 28px;
  line-height: 30px;
  color: #E9EBF3;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
.ln_con .ln_02 .ln02_text .ln02_b {
  margin-top: 12%;
  width: 100%;
  height: 63%;
  background: #f5f7fa;
  padding: 4% 6%;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
/*人力资源*/
.job_list {
  width: 100%;
}
.job_list .job_item {
  margin-top: 18px;
  width: 100%;
  height: 50px;
  background: url(../images/job/job_icon.png) #f3f3f3 no-repeat left top;
  background-size: auto 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job_list .job_item:hover div {
  color: #005BAC;
}
.job_list .job_item div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #505050;
}
.job_list .job_item .j_1 {
  width: 16%;
  margin-left: 8%;
}
.job_list .job_item .j_2 {
  width: 15.8%;
}
.job_list .job_item .j_3 {
  width: 16%;
}
.job_list .job_item .apply_btn {
  display: inline-block;
  width: 94px;
  height: 33px;
  background: url(../images/job/btn_gray.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  margin-right: 16px;
}
.job_list .job_item .apply_btn:hover {
  background: url(../images/job/btn_red.png) no-repeat center center;
  background-size: 100% 100%;
}
/*职位详情*/
.xq_con {
  width: 100%;
  padding: 54px 0 80px 0;
  /*职位申请*/
}
.xq_con .job_desc {
  width: 100%;
  margin-top: 50px;
}
.xq_con .job_desc .job_total {
  width: 100%;
  border-top: 3px solid #A7202E;
  padding: 22px 40px 22px 25px;
  background: #f9f9f9;
}
.xq_con .job_desc .job_total .t_head {
  width: 100%;
  font-size: 18px;
  color: #3C3C3C;
  line-height: 24px;
}
.xq_con .job_desc .job_total .total_info {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.xq_con .job_desc .job_total .total_info .total_l {
  width: 78%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.xq_con .job_desc .job_total .total_info .total_l .total_item {
  width: 48%;
  font-size: 14px;
  color: #737373;
  line-height: 32px;
}
.xq_con .job_desc .job_total .total_info .total_btn {
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  background: -webkit-linear-gradient(#1D66CB, #1252A9);
  background: -o-linear-gradient(#1D66CB, #1252A9);
  background: -moz-linear-gradient(#1D66CB, #1252A9);
  background: -mos-linear-gradient(#1D66CB, #1252A9);
  background: linear-gradient(#1D66CB, #1252A9);
}
.xq_con .job_desc .job_total .total_info .total_btn:hover {
  opacity: 0.9;
}
.xq_con .job_desc .job_details {
  width: 100%;
  padding: 22px 40px 22px 25px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.xq_con .job_desc .job_details .xq_head {
  display: inline-block;
  font-size: 16px;
  color: #373737;
  line-height: 32px;
  border-bottom: 2px solid #A7202E;
}
.xq_con .job_desc .job_details .j_xq_con {
  width: 100%;
  margin-top: 26px;
}
.xq_con .job_desc .job_details .j_xq_con p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #363636;
  line-height: 32px;
}
.xq_con .job_desc .job_details .total_btn {
  margin-top: 30px;
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  background: -webkit-linear-gradient(#1D66CB, #1252A9);
  background: -o-linear-gradient(#1D66CB, #1252A9);
  background: -moz-linear-gradient(#1D66CB, #1252A9);
  background: -mos-linear-gradient(#1D66CB, #1252A9);
  background: linear-gradient(#1D66CB, #1252A9);
}
.xq_con .job_desc .job_details .total_btn:hover {
  opacity: 0.9;
}
.xq_con .job_apply {
  width: 100%;
}
.xq_con .job_apply .apply_item {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 30px;
}
.xq_con .job_apply .apply_item .apply_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dadada;
}
.xq_con .job_apply .apply_item .apply_head img {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-right: 6px;
}
.xq_con .job_apply .apply_item .apply_head span {
  font-size: 16px;
  color: #363636;
  line-height: 32px;
}
.xq_con .job_apply .apply_item .apply_set {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 4%;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item {
  width: 49%;
  max-width: 450px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-bottom: 12px;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item.a_set_item_long {
  width: 98%;
  max-width: 900px;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item label {
  width: 100px;
  display: inline-block;
  text-align: right;
  color: #363636;
  line-height: 36px;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  padding-right: 16px;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item label::after {
  content: '：';
  color: #363636;
  line-height: 36px;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item label .red {
  color: #f1152b;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item i {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 14px;
  color: #363636;
  line-height: 36px;
  font-style: normal;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con {
  width: calc(100% - 160px);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .in_1 {
  display: inline-block;
  width: 100%;
  height: 36px;
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 0 15px;
  font-size: 14px;
  color: #363636;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_select {
  width: auto;
  height: 36px;
  min-width: 120px;
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #363636;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_pc {
  width: 100%;
  display: inline-block;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_sj {
  width: 100%;
  display: none;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 15px;
  font-size: 14px;
  color: #363636;
  line-height: 28px;
  resize: none;
  height: 240px;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con p {
  width: 100%;
  font-size: 13px;
  color: #363636;
  line-height: 24px;
  margin-top: 8px;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con p .red {
  color: #f1152b;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single li {
  cursor: pointer;
  display: inline-block;
  height: 36px;
  border: 1px solid #e4e4e4;
  background: #f9f9f9;
  margin: 0 15px 15px 0;
  font-size: 14px;
  color: #363636;
  text-align: center;
  line-height: 36px;
  padding: 0 15px;
  min-width: 76px;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single li.on {
  border: 2px solid #309de0;
  position: relative;
}
.xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single li.on::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/job/sz_b.png) no-repeat right bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.xq_con .job_apply .apply_btn_b {
  width: 100%;
  padding-top: 35px;
  border-top: 1px dashed #dadada;
  padding-left: 4%;
}
.xq_con .job_apply .apply_btn_b a {
  display: inline-block;
  margin-left: 100px;
  width: 170px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 17px;
  border-radius: 4px;
  background: -webkit-linear-gradient(#1D66CB, #1252A9);
  background: -o-linear-gradient(#1D66CB, #1252A9);
  background: -moz-linear-gradient(#1D66CB, #1252A9);
  background: -mos-linear-gradient(#1D66CB, #1252A9);
  background: linear-gradient(#1D66CB, #1252A9);
}
.xq_con .job_apply .apply_btn_b a:hover {
  opacity: 0.9;
}
/*公共弹窗*/
.overHidden {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal_temp {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.modal_temp.modal_show {
  display: flex;
}
.modal_temp .m_temp_body {
  width: 11rem;
  background: #fff;
  border-radius: 0.45rem;
  overflow: hidden;
}
.modal_temp .m_temp_body .m_temp_head {
  width: 100%;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  background: #5744fd;
  color: #fff;
  line-height: 1rem;
}
.modal_temp .m_temp_body .m_temp_con {
  width: 100%;
  padding: 1rem 0.65rem;
}
.modal_temp .m_temp_body .m_temp_con ul {
  width: 100%;
}
.modal_temp .m_temp_body .m_temp_con ul li {
  width: 100%;
  line-height: 1.8rem;
  border-bottom: 0.025rem solid #d6d6d6;
  padding: 0 2rem 0 0.35rem;
  font-size: 0.6rem;
  color: #363636;
  background: url(../images/job/wxz_i.png) no-repeat 96% center;
  background-size: 0.75rem auto;
}
.modal_temp .m_temp_body .m_temp_con ul li:last-child {
  border-bottom: none;
}
.modal_temp .m_temp_body .m_temp_con ul li.active {
  background: url(../images/job/yxz_i.png) no-repeat 96% center;
  background-size: 0.75rem auto;
}
@media screen and (max-width: 767px) {
  /*人才理念*/
  .ln_con {
    margin-top: -0.4rem;
    padding-top: 0rem;
  }
  .ln_con .ln_01 {
    position: unset;
  }
  .ln_con .ln_01 .ln01_img {
    width: 100%;
    position: unset;
    margin-top: 0.4rem;
  }
  .ln_con .ln_01 .ln01_img::after {
    content: none;
  }
  .ln_con .ln_01 .ln01_img::before {
    content: none;
  }
  .ln_con .ln_01 .ln01_text {
    width: 100%;
    height: unset;
    position: unset;
  }
  .ln_con .ln_01 .ln01_text .ln01_t {
    display: none;
  }
  .ln_con .ln_01 .ln01_text .ln01_b {
    margin-top: 0;
    height: unset;
    box-shadow: none;
    padding: 0;
    display: inline-block;
    font-size: 0.6rem;
    color: #7D7D7D;
    line-height: 1rem;
    background: transparent;
  }
  .ln_con .ln_02 {
    width: 100%;
    margin-top: 0.6rem;
    display: inline-block;
  }
  .ln_con .ln_02 .ln02_img {
    width: 100%;
    position: unset;
    margin-top: 0.5rem;
  }
  .ln_con .ln_02 .ln02_img::after {
    content: none;
  }
  .ln_con .ln_02 .ln02_text {
    width: 100%;
  }
  .ln_con .ln_02 .ln02_text .ln02_t {
    display: none;
  }
  .ln_con .ln_02 .ln02_text .ln02_b {
    margin-top: 0.4rem;
    width: 100%;
    height: unset;
    background: transparent;
    padding: 0;
    display: inline-block;
    color: #7D7D7D;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  /*人力资源*/
  .m_job_list {
    width: 100%;
    margin-top: -0.4rem;
  }
  .m_job_list .job_item {
    width: 100%;
    border-radius: 0.2rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
    margin-bottom: 0.6rem;
    padding: 0.8rem 0.6rem 0.8rem 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m_job_list .job_item .m_job_left {
    width: calc(100% - 3.5rem);
  }
  .m_job_list .job_item .m_job_left h5 {
    width: 100%;
    font-size: 0.6rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m_job_list .job_item .m_job_left div {
    margin-top: 0.3rem;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m_job_list .job_item .m_job_left div span {
    font-size: 0.55rem;
    color: #757575;
    margin-right: 0.3rem;
  }
  .m_job_list .job_item .m_job_left div span:last-child {
    margin-right: 0;
  }
  .m_job_list .job_item a.apply {
    display: inline-block;
    width: 2.2rem;
    color: #fff;
    font-size: 0.5rem;
    background: #5744fd;
    border-radius: 0.6rem;
    text-align: center;
    line-height: 1.2rem;
  }
  /*职位详情*/
  .xq_con {
    padding: 0rem 0 2rem 0;
    /*职位申请*/
  }
  .xq_con .job_desc {
    margin-top: 0.2rem;
  }
  .xq_con .job_desc .job_total {
    border-top: none;
    padding: 0.5rem;
    background: #fff;
    border-radius: 0.3rem;
  }
  .xq_con .job_desc .job_total .t_head {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .xq_con .job_desc .job_total p {
    width: 100%;
    font-size: 0.6rem;
    color: #f1152b;
    line-height: 0.8rem;
    margin: 0.3rem 0;
  }
  .xq_con .job_desc .job_total .total_info {
    margin-top: 0;
    display: inline-block;
  }
  .xq_con .job_desc .job_total .total_info .total_l {
    width: 100%;
    justify-content: left;
  }
  .xq_con .job_desc .job_total .total_info .total_l .total_item {
    width: unset;
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-right: 0.4rem;
  }
  .xq_con .job_desc .job_total .total_info .total_l .total_item:last-child {
    margin-right: 0;
  }
  .xq_con .job_desc .job_total .total_info .total_btn {
    display: inline-block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    background: -webkit-linear-gradient(#1D66CB, #1252A9);
    background: -o-linear-gradient(#1D66CB, #1252A9);
    background: -moz-linear-gradient(#1D66CB, #1252A9);
    background: -mos-linear-gradient(#1D66CB, #1252A9);
    background: linear-gradient(#1D66CB, #1252A9);
  }
  .xq_con .job_desc .job_total .total_info .total_btn:hover {
    opacity: 0.9;
  }
  .xq_con .job_desc .job_details {
    padding: 0.5rem;
    background: #fff;
    border-radius: 0.3rem;
    margin-top: 0.5rem;
  }
  .xq_con .job_desc .job_details .xq_head {
    display: inline-block;
    font-size: 0.65rem;
    padding-left: 0.3rem;
    line-height: 1rem;
    border-bottom: none;
    border-left: 0.15rem solid #A7202E;
  }
  .xq_con .job_desc .job_details .j_xq_con {
    margin-top: 0.8rem;
  }
  .xq_con .job_desc .job_details .j_xq_con p {
    font-size: 0.55rem;
    line-height: 1.1rem;
  }
  .xq_con .job_desc .job_details .total_btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 4.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
  }
  .xq_con .job_apply {
    background: #fff;
    border-radius: 0.4rem;
    padding: 0.4rem;
  }
  .xq_con .job_apply .apply_item {
    width: 100%;
    padding-top: 0rem;
    margin-bottom: 0rem;
    margin-top: 0.6rem;
  }
  .xq_con .job_apply .apply_item .apply_head {
    width: 100%;
    padding-bottom: 0.5rem;
    border-bottom: 0.025rem solid #dadada;
    padding-left: 0.2rem;
  }
  .xq_con .job_apply .apply_item .apply_head img {
    display: none;
  }
  .xq_con .job_apply .apply_item .apply_head span {
    font-size: 0.65rem;
    color: #f21a2f;
    line-height: 0.95rem;
    padding-left: 0.35rem;
    border-left: 0.18rem solid #f21a2f;
  }
  .xq_con .job_apply .apply_item .apply_set {
    margin-top: 0;
    display: inline-block;
    padding-left: 0;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item {
    width: 100%;
    max-width: unset;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    border-bottom: 0.025rem solid #d6d6d6;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item.a_set_item_long {
    width: 100%;
    max-width: unset;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item label {
    width: 3.5rem;
    display: inline-block;
    text-align: left;
    color: #363636;
    line-height: 1.6rem;
    font-weight: normal;
    font-size: 0.55rem;
    padding-right: 0;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item label::after {
    content: none;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item label .red {
    display: none;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item i {
    display: none;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con {
    width: calc(100% - 3.5rem);
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .in_1 {
    width: 100%;
    height: 1.6rem;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0.55rem;
    text-align: right;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_select {
    width: auto;
    height: 36px;
    min-width: 120px;
    border: 1px solid #e4e4e4;
    outline: none;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #363636;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_pc {
    display: none;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_sj {
    display: inline-block;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 0rem 0 0.4rem 0.4rem;
    font-size: 0.55rem;
    text-align: right;
    line-height: 0.9rem;
    height: 4rem;
    margin-top: 0.4rem;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con p {
    width: calc(100% + 3.5rem);
    margin-left: -3.5rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single {
    width: 100%;
    display: inline-block;
    text-align: right;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single li {
    cursor: pointer;
    display: inline-block;
    height: unset;
    border: none;
    background: transparent;
    margin: 0 0 0 0.6rem;
    font-size: 0.55rem;
    color: #363636;
    text-align: left;
    line-height: 1.6rem;
    padding: 0 0 0 1rem;
    min-width: unset;
    position: relative;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single li::after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/job/wxz_i.png) no-repeat center left;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.35rem;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single li.on {
    border: none;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .set_single li.on::after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/job/yxz_i.png) no-repeat center left;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.35rem;
  }
  .xq_con .job_apply .apply_item .apply_set .a_set_item .set_con .m_select {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: right;
    font-size: 0.55rem;
    color: #363636;
    background: url(../images/job/arrow_img.png) no-repeat center right;
    background-size: 0.7rem auto;
    padding-right: 1.2rem;
  }
  .xq_con .job_apply .apply_btn_b {
    width: 100%;
    padding: 1.6rem 0 1.6rem 0;
    border-top: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xq_con .job_apply .apply_btn_b a {
    display: inline-block;
    margin-left: 0px;
    width: 10rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.6rem;
    border-radius: 0.7rem;
    background: #5744fd;
  }
  .xq_con .job_apply .apply_btn_b a:hover {
    opacity: 1;
  }
}
