.box {
  background-image: url(../images/join/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:80px;

}

.box h3 {
  font-weight: bold;
  font-size: 40px;
  color: #111111;
  margin-bottom: 51px;
}

.job_head {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  background: #074ABF;
  border-radius: 20px 20px 0 0;
  height: 80px;
  color: #fff;
}

.job_head div {
  font-size: 16px;
  text-align: center;
  flex: 1;
}

.job_item {
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
}

.job_item.job_show .item_con {
  height: auto;
  overflow: visible;
  padding: 40px 0;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.job_item.job_show .item_tal {
  position: relative;
}

.job_item.job_show .item_tal::after {
  display: inline-block;
  width: calc(100% - 80px);
  height: 1px;
  background: #f2f2f2;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 1;
}

.job_item .item_tal {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 70px;
  cursor: pointer;
  background-color: #F5F5F5;
  position: relative;
}

.item_tal div {
  flex: 1;
  font-size: 14px;
  color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.item_tal .icon-img {
  position: absolute;
  right: 40px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/add.png);
}

.job_show .icon-img {
  background-image: url(../images/del.png);
}

.job_item .item_tal div img {
  display: inline-block;
  width: 22px;
  height: auto;
  margin-right: 5px;
}

.job_item .item_tal div.title_1 {
  font-size: 16px;
  font-weight: bold;
}

.job_item .item_con {
  background: #F5F5F5;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.job_item .item_con .con_box {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.job_item .item_con .con_box .con_m {
  width: calc(50%);
  margin-bottom: 28px;
  padding: 0 20px 0 18px;
}

.job_item .item_con .con_box .con_m h5 {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.job_list .job_item .item_con .con_box .con_m .nr {
  width: 100%;
  margin-top: 16px;
}

.job_list .job_item .item_con .con_box .con_m .nr p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  line-height: 34px;
}

.job_list .job_item .item_con .con_box .td {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 28px;
  padding: 0 18px;
}

.job_list .job_item .item_con .con_box .td a {
  text-decoration: none;
  color: #074ABF;
}

.contact-word {
  margin-top: 49px;
}

.contact-word div {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.contact-word div:nth-of-type(2) {
  margin-bottom: 0;
}

.contact-word .label {
    font-weight: bold;
  font-size: 12px;
  color: #111111;
}

.contact-word .value {
  font-weight: bold;
  font-size: 12px;
  color: #074ABF;
}

.apply-btn-box {
  margin-top: 28px;
  text-align: left;
}

.apply-btn {
  display: inline-block;
  color: #fff;
  width: 134px;
  height: 40px;
  background: #074ABF;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background: #0a5a96;
}

@media screen and (max-width: 768px) {
  .box {
    padding-top: 0.8rem;
   
  }

  /* .box h3 {
    font-size: 0.5rem;
    color: #1b4489;
    margin-bottom: 0.54rem;
  } */

  .job_head {
    padding: 0 0.3rem;
    padding-right: 0.3rem;
    border-radius: 0.1rem 0.1rem 0 0;
    height: 1rem;
  }

  .job_head div {
    font-size: 0.3rem;
    text-align: center;
    flex: 1;
  }
  .job_head .title_6 {
    display: none;
  }

  .job_item {
    margin-bottom: 0.16rem;
  }

  .job_item.job_show .item_con {
    padding: 0.42rem 0;
  }

  .job_item.job_show .item_tal::after {
    width: calc(100% - 0.2rem);
    left: 0.42rem;
  }

  .job_item .item_tal {
    padding: 0 0.3rem;
    padding-right: 0.3rem;
    height: 0.9rem;
    position: relative;
  }

  .item_tal div {
    flex: 1;
    font-size: 0.28rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .item_tal .title_6 {
    display: none;
  }

  .job_item .item_tal div.title_1 {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .job_item .item_tal div img {
    /* width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.05rem; */
    display: none;
  }

  .job_item .item_con .con_box {
    width: 100%;
    flex-direction: column;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }

  .job_item .item_con .con_box .con_m {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0;
  }

  .job_item .item_con .con_box .con_m h5 {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .job_list .job_item .item_con .con_box .con_m .nr {
    margin-top: 0.16rem;
  }

  .job_list .job_item .item_con .con_box .con_m .nr p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .job_list .job_item .item_con .con_box .td {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
    padding: 0 0.18rem;
  }

  .item_tal .icon-img {
    right: 0.15rem;
    width: 0.36rem;
    height: 0.36rem;
    background-image: url(../images/join/add.png) !important;
  }
  .job_show .item_tal .icon-img {
    background-image: url(../images/join/del.png) !important;
  }

  .contact-word {
    padding: 0;
    margin-top: 0.2rem;
  }

  .contact-word div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.15rem;
  }

  .contact-word div:nth-of-type(2) {
    margin-bottom: 0;
  }

  .contact-word .label {
    font-size: 0.3rem;
   
  }
.contact-word div{
  flex-direction: column;
  align-items: flex-start;
}
  .contact-word .value {
    font-size: 0.3rem;
  margin-top: 0.12rem;
  margin-bottom: 0.26rem;
   
  }

  .apply-btn-box {
    padding: 0;
    width: 100%;
    margin-top: 0.4rem;
    text-align: center;
  }

  .apply-btn {
    display: block;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.34rem;
    border-radius: 0.03rem;
    padding: 0;
    text-align: center;
  }
}

.apply-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.apply-modal.show {
  display: block;
}

.apply-modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.apply-modal-content {
  position: relative;
  margin: 8% auto 100px;
  width: 80%;
  max-width: 1189px;
  background: #fff;
  border-radius: 10px;
  max-height: calc(100vh - 200px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.apply-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 56px 23px;
  border-bottom: 1px solid #E5E5E5;
  flex-shrink: 0;
}

 .apply-modal-title {
  display: flex;
  align-items: center;
  font-size: 20px;

  color: #000;
}

.apply-modal-title img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.apply-modal-close {
  width: 35px;
  height: 35px;
  border: none;
  background: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-modal-close:hover {
  color: #333;
}

.apply-modal-body {
  padding: 36px 56px;
  flex: 1;
  overflow-y: auto;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.form-item {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}

.form-item.full-width {
  width: 100%;
  padding-right: 0;
}

.form-label {
  width: 112px;
  display: block;
  font-size: 16px;
flex-shrink: 0;
text-align: right;
 
}

.form-label .required {
  color: #ff0000;
  margin-right: 4px;
}

.form-input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  outline: none;
}
.form-input::placeholder {
  color: #999;
}
.form-input:focus {
  border-color: #074ABF;
}
.form-textarea {
  width: 100%;
  height: 209px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  outline: none;
  resize: vertical;
  line-height: 1.6;
  font-family: inherit;
}
.form-textarea::placeholder {
  color: #999;
}
.form-textarea:focus {
  border-color: #074ABF;
}
input[type="date"].form-input {
  color: #000;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}
input[type="date"].form-input::-webkit-datetime-edit {
  color: #000;
}
input[type="date"].form-input::-webkit-datetime-edit-text {
  color: #000;
}
input[type="date"].form-input::-webkit-datetime-edit-year-field,
input[type="date"].form-input::-webkit-datetime-edit-month-field,
input[type="date"].form-input::-webkit-datetime-edit-day-field {
  color: #000;
}
input[type="date"].form-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
input[type="date"].form-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.form-input-unit {
  display: flex;
  align-items: center;
}

.form-input-unit .form-input {
  flex: 1;
  border-radius: 4px 0 0 4px;
}

.input-unit {
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  color: #666;
}

.form-radio-group,
.form-checkbox-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-radio,
.form-checkbox {
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.form-radio input,
.form-checkbox input {
  margin-right: 8px;
}

.form-radio span,
.form-checkbox span {
  font-size: 14px;
  color: #333;
}

.form-section {
  margin: 39px 0 20px;
}

.section-title {
  display: flex;
  align-items: center;
  font-size: 20px;

  padding-bottom: 18px;
  border-bottom: 1px solid #E5E5E5;
}

.section-title img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.form-select {
  width: 100%;
  position: relative;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.form-select:hover {
  border-color: #074ABF;
}
.form-select.active {
  border-color: #074ABF;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 8px rgba(7, 74, 191, 0.1);
  z-index: 9999;
}

.form-select .select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 12px;
  font-size: 16px;
  color: #000;
  background: #fff;
}

.form-select .select-placeholder {
  color: #999;
}

.form-select .select-value {
  color: #000;
}

.form-select .select-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  transition: all 0.3s ease;
  margin-left: 8px;
}

.form-select.active .select-arrow {
  border-top: none;
  border-bottom: 5px solid #074ABF;
}

.form-select .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 100;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.form-select.active .select-options {
  max-height: 250px;
  overflow-y: auto;
}

.form-select .select-option {
  padding: 12px 15px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.form-select .select-option:hover {
  background-color: #f0f5ff;
  color: #074ABF;
  padding-left: 20px;
}

.form-select .select-option.selected {
  background-color: #e8f0fe;
  color: #074ABF;
  font-weight: 500;
}

.form-select .select-option:first-child {
  border-top: none;
}

.form-tip {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
  position: absolute;
  left: 112px;
  bottom: -49px;
}

.form-submit {
  /* text-align: center; */
  margin-top: 68px;
  margin-left: 113px;
}

.submit-btn {
  display: inline-block;
  width: 134px;
  height: 40px;
  background: #074ABF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 40px;
  padding: 0;
}

.submit-btn:hover {
  background: #053a91;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(7, 74, 191, 0.3);
}

@media screen and (max-width: 768px) {
  .apply-modal-content {
    width: 95%;
    margin-top: 1.38rem;
    margin-bottom: 1rem;
    max-height: 80vh;
  }

  .apply-modal-header {
    padding: 0.35rem 0.3rem 0.2rem;
  }

  .apply-modal-title {
    font-size: 0.3rem
  }

  .apply-modal-close {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.5rem;
  }

  .apply-modal-body {
    padding: 0.3rem;
    flex: 1;
    overflow-y: auto;
  }

  .form-row {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }

  .form-item {
    width: 100%;
    padding-right: 0;
    margin-bottom:0.28rem;
  }

  .form-label {
       font-size: 0.28rem;
    margin-bottom:0;
  }
.form-label{
  width: 2.2rem;
}
  .form-input {
    height: 0.86rem;
    font-size: 0.28rem;
    color: #000;
    padding: 0 0.2rem;
  }
  .form-textarea{
    padding:0.2rem ;
  }
  .form-select .select-header{
    padding: 0 0.2rem;
  }
  .full-width{
    align-items: flex-start;
  }
  .form-textarea {
    height: 3.2rem;
    font-size: 0.28rem;
    color: #000;
  }

  .form-input-unit .input-unit {
    height:0.86rem;
    line-height: 0.86rem;
    font-size: 0.28rem;
  }

  .form-radio,
  .form-checkbox {
    margin-right: 0.1rem;
  }

  .form-radio span,
  .form-checkbox span {
    font-size: 0.28rem;
  }

  .section-title {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
  }

  .form-select {
    height:0.86rem;
  }
  .form-select .select-header {
    font-size: 0.28rem;
  }
  .form-select .select-option {
      font-size: 0.28rem;
    padding:0.12rem ;
  }

  .form-tip {
    font-size:0.22rem;
    left: 2.2rem;
    bottom: -1.6rem;
  }
.form-submit{
  margin-top: 1.6rem;
  margin-left: unset;
}
  .submit-btn {
    width: 100%;
    height: 0.86rem;
    font-size: 0.34rem;
    line-height: 0.86rem;
    padding: 0;
  }
  .section-title img{
    width: 0.5rem;
    height: auto;
    margin-right: 0.12rem;
  }
  .apply-modal-close {
    top: 0.2rem;
    right: 0.2rem;
  }
}