/**招贤纳士**/
.job-table-header {
  background: url('../image/job-table-header.jpg') no-repeat;
  background-size: cover;
}
/* .job-container {
  padding: 5% 22%;
} */

.job-search-box {
  width: 100%;
  height: 50px;
  position: relative;
}

.job-search-box input:focus {
  outline: none;
  border-color: #33cb98;
}

.job-search-box .job-search-input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 80px 5px 10px;
  font-family: "宋体";
  font-size: 16px;
  border: 1px solid #33cb98;
  border-radius: 5px;
}

.job-search-box .job-search-btn {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 60;
}

.input-search-clear {
  display: none;
  width: 20px;
  color: #e5e5e5;
  margin-right: 8px;
}

.input-search-clear:hover {
  color: #555;
  cursor: pointer;
}

.job-search-box .job-search-btn .job-search-icon {
  font-size: 24px;
  color: rgba(51, 203, 153, 0.6);
}

.job-search-box .job-search-btn .job-search-icon:hover {
  cursor: pointer;
  color: var(--main-color);
}

.job-table {
  width: 100%;
  margin: 4% 0;
}

.job-table .job-thead-title{
  color: #fff;
  padding: 20px 10px;
  white-space: nowrap;
}

.job-table .job-tbody-tr {
  border-bottom: 1px solid #e5e5e5;
}

.job-table .job-tbody-tr:hover {
  border-color: #33cb98;
}

.job-table .job-tbody-value {
  padding: 20px 10px;
}

.job-table .job-tbody-value .job-apply-btn:hover {
  cursor: pointer;
  color: rgba(51, 203, 153, 0.8);
}

.job-table .job-tbody-job:hover, .job-table .job-tbody-value .job-apply-btn {
  cursor: pointer;
  color: rgba(51, 203, 152);
}

.job-contact-container {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 13px;
  color: #797b7a;
  background-color: rgba(51, 203, 152, .1);
}

.job-hr-divider {
  height: 70px;
  margin: 0 10px;
  border-right: 1px solid #e5e5e5;
}

.job-contact-addrs {
  width: 100%;
  display: flex;
  padding: 0 10%;
}

.job-contact-hr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-contact-hr-container {
  display: flex;
  align-items: center;
}

.job-contact-addrs-container {
  display: flex;
  flex: 1;
}

.job-contact-hr-wx {
  height: 100px;
  text-align: center;
}

.job-contact-hr-tel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.job-contact-addrs-item {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #e5e5e5;
}

.job-contact-addrs-item:last-child {
  border-right: 1px solid #e5e5e5;
}

.job-contact-company {
  color: #000;
  font-weight: bold;
}

.job-contact-service-tel {
  font-size: 20px;
  color: #000;
  margin-top: 8px;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  .job-contact-addrs, .job-contact-hr {
    width: 100%;
  }

  .job-contact-container > div {
    padding-right: 0;
  }

  .job-contact-addrs {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .job-contact-addrs-container {
    flex-direction: column;
  }

  .job-contact-addrs-item {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    border-left: none;
  }

  .job-contact-hr {
    justify-content: center;
  }

  .job-contact-hr-wx {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .job-contact-addrs {
    flex-direction: column;
  }

  .job-contact-addrs-container {
    flex-direction: column;
  }

  .job-contact-hr {
    width: 100%;
  }

  .job-contact-addrs-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    border-left: none;
  }

  .job-contact-hr-wx {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .job-contact-hr-tel {
    width: 100%;
    flex-direction: column;
  }

  .job-contact-hr-tel > div {
    width: 100%;
    margin-top: 15px;;
  }
}

.job-content-container {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

.job-content-title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  font-family: fantasy;
  padding: 4% 20px;
}

.job-content-tbody-label, .job-content-tbody-vlaue {
  padding: 10px;
}

.job-content-table {
  width: 100%;
  padding-top: 10px;
  color: #797b7a;
  margin-bottom: 20px;
  background: #f5f9f8;
}

.job-content-table-item {
  display: flex;
  justify-content: space-between;
}

.job-content-table-item > div {
  width: 33%;
  padding: 0 10px 10px;
  display: flex;
}

.job-content-table-item > div > span {
  min-width: 90px;
}

.job-content-table-item > div > div {
  color: #000;
  font-weight: bold;
}

.job-content-item {
  padding: 20px;
}

.job-content-item-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.job-content-apply-btn {
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  background: #33cb98;
}

.job-content-apply-btn:hover, .job-content-apply-btn:active {
  cursor: pointer;
  background: rgba(51, 203, 152, .5);
}

.job-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .job-content-table-item {
    flex-direction: column;
  }

  .job-content-table-item > div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .job-content-container {
    width: 100%;
    border-bottom: 1px solid #f5f9f8;
  }

  .job-content-table-item {
    flex-direction: column;
  }

  .job-content-table-item > div {
    width: 100%;
  }
}