.join {
  padding-top: 96px;
  background-color: #f9f9f9;
}

.page_head {
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  height: 450px;
  justify-content: center;
  /* background: url(../images/banner.png) no-repeat;
  background-position: 50%;
  background-size: cover; */
  background-color: #052d96;
}

.page_head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.max__center {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px;
  width: 100%;
}

.page_head .page_head_box {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.page_head .page_title {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  line-height: 84px;
}

.page_content {
  padding-top: 100px;
  padding-bottom: 0;
}

.content-title {
  color: #052d96;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  margin-bottom: 48px;
}

.join_filter_box {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 48px;
}

.filter-title {
  color: #000000e6;
  font-size: 32px;
  line-height: 48px;
margin-bottom: 30px;
}

.position_search {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.position_search .t-input__wrap {
  flex: 1;
}

.t-input__wrap {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 4px;
  transition: all 0.3s;
  width: 100%;
}

.t-input__wrap:hover {
  border-color: #052d96;
}

.t-input__wrap:focus-within {
  border-color: #052d96;
  box-shadow: 0 0 0 2px rgba(5, 45, 150, 0.1);
}

.t-input {
  align-items: center;
  border: none;
  display: flex;
  flex: 1;
  font-size: 16px;
  height: 40px;
  line-height: 24px;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 0 12px;
  transition: all 0.3s;
  width: 100%;
}

.t-input--prefix {
  padding-left: 0;
}

.t-input__prefix {
  align-items: center;
  display: flex;
  margin-right: 8px;
  padding-left: 12px;
}

.t-input__prefix-icon {
  align-items: center;
  display: flex;
}

.t-input__inner {
  background-color: transparent;
  border: none;
  color: #000000e6;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  padding: 0;
  width: 100%;
}

.t-input__inner::placeholder {
  color: #0000004d;
}

.t-input__inner p{
margin: 0;
}

.icon_search_gray {
  width: 16px;
  height: 16px;
  background: url(../images/icon_search_gray.png) no-repeat center center;
  background-size: contain;
}

.position_search .search_btn {
  background-color: #052d96;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  padding: 0 32px;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.position_search .search_btn:hover {
  background-color: #0069d9;
}

.select-box {
  display: flex;
  gap: 16px;
}

.select-box .select {
  flex: 1;
}

.t-select__wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
width: 100%;
}

.t-select__wrap:hover ul {
  display: block;
}

.t-select__wrap ul {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  padding: 6px;
  display: none;
  border-radius: 6px;
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, .05), 0 8px 10px 1px rgba(0, 0, 0, .06), 0 5px 5px -3px rgba(0, 0, 0, .1);
}

.t-select__wrap ul li {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  list-style: none;
  cursor: pointer;
}

.t-select__wrap ul li:hover {
  background-color: #f5f5f5;
}

.t-select-input {
  cursor: pointer;
}

.t-input--suffix {
  padding-right: 0;
}

.t-input__suffix {
  align-items: center;
  display: flex;
  margin-left: 8px;
  padding-right: 12px;
}

.t-input__suffix-icon {
  align-items: center;
  display: flex;
}

.t-input__input-pre {
  display: none;
}

.t-fake-arrow {
  width: 24px;
  height: 24px;
  color: #000000e6;
  font-size: 16px;
  line-height: 24px;
  transition: transform 0.3s;
}

.t-collapse-panel__icon:hover {
  background-color: #f5f5f5;
}

.t-is-active .t-fake-arrow {
  transform: rotate(180deg);
}

.t-select-input:focus-within .t-fake-arrow {
  transform: rotate(180deg);
}

.hire_wrapper {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.hire_wrapper_top {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 32px;
  position: relative;
}

.join .hire_wrapper_top:after {
  background-color: #e5e5e5;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 40px;
  position: absolute;
  width: calc(100% - 80px);
}

.hire_toatl {
  color: #0009;
  font-size: 18px;
  line-height: 28px;
}

.hire_toatl_num {
  color: #052d96;
  font-weight: 500;
}

.t-collapse {
  /* border-radius: 8px; */
  padding: 0 40px;
}

.t-collapse-panel {
  border-bottom: 1px solid #e5e5e5;
}

.t-collapse-panel:last-child {
  border-bottom: none;
}

.t-collapse-panel__wrapper {
  /* border-bottom: 1px solid #e5e5e5; */
  padding: 32px 0;
}

.t-collapse-panel__header {
  padding: 0;

  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
  transition: background-color 0.3s;
}

/* .t-collapse-panel__header:hover {
  background-color: #fafafa;
} */

.t-collapse-panel__header.t-is-active {
  background-color: #fafafa;
}

.need_wrap {
  /* flex: 1; */
  overflow: visible;
  /* min-width: 0; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-items: flex-start; */
}

.need_title {
  color: #052d96;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 24px;
}

.need_info {
  align-items: center;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 48px;
}

.need_info_item {
  align-items: center;
  display: flex;
}

.need_info_item_right,
.need_info_item_left {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}



.icon_books {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.icon_books::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/icon_books.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon_usergroup_add {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.icon_usergroup_add::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/icon_usergroup_add.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon_location {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.icon_location::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/icon_location.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.need_wrap .city {
  font-size: 18px;
  line-height: 28px;
}

.t-collapse-panel__header--blank {
  flex: 1;
}

.t-collapse-panel__icon {
  flex-shrink: 0;
  transition: transform 0.3s;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.t-collapse-panel__header.t-is-active .t-collapse-panel__icon {
  transform: rotate(180deg);
}

.t-collapse-panel__body {
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  opacity: 0;
}

.t-is-active .t-collapse-panel__body {
  max-height: 2000px;
  opacity: 1;
}

.t-collapse-panel__content {
  padding: 12px 16px 12px 0;
}

.rich_content {
  /* color: #000000e6;
  font-size: 14px;
  line-height: 24px; */
  padding-top: 12px;
}

.rich_content p {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.rich_content p:last-child {
  margin-bottom: 0;
}

.about_contact {
  display: flex;
  margin-top: 150px;
  height: 447px;
}

.about_contact_l {
  flex: 1;
  background: url(../images/contact1.png) no-repeat center center;
  background-size: cover;
}

.about_contact_r {
  flex: 1;
  background-color: #00a5de;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_contact_r_inner {
  padding: 0 40px;
  /* text-align: center; */
}

.ac_title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 0;
}

.ac_desc {
  color: #ffffffe6;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0;
}

.ac_email {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  gap: 16px;
  margin-top: 30px;
  /* justify-content: center; */
}

.ac_email .t-input__wrap {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  max-width: 382px;
}

.ac_email .t-input__inner {
  color: #fff;
}

.ac_email .t-input__inner::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.icon_email {
  width: 26px;
  height: 30px;
  background: url(../images/icon_email.png) no-repeat center -5px;
  background-size: contain;
}

.ac_email .copy_btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 16px 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  padding: 0 24px;
  transition: all 0.3s;
}

.ac_email .copy_btn:hover {
  background-color: #fff;
  color: #052d96;
}

.join .icon_copy {
  width: 16px;
  height: 16px;
  background: url(../images/icon_copy.png) no-repeat center center;
  background-size: contain;
}

.ac_email .copy_btn:hover .icon_copy {
  background-image: url(../images/icon_copy_hover.png);
}

@media (max-width: 992px) {
  .page_head {
    height: 280px;
  }

  .page_head .page_title {
    font-size: 42px;
    line-height: 63px;
  }

  .page_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
  }

  .join_filter_box {
    padding: 24px;
    margin-bottom: 32px;
  }

  .position_search {
    flex-direction: column;
  }

  .position_search .search_btn {
    width: 100%;
  }

  .select-box {
    flex-direction: column;
  }

  .hire_wrapper_top {
    padding: 24px;
  }

  .t-collapse-panel__header {
    padding: 20px 24px;
  }

  .need_info {
    gap: 20px;
  }

  .t-collapse-panel__content {
    padding: 0 24px 20px;
  }

  .about_contact {
    flex-direction: column;
    height: auto;
    margin-top: 60px;
  }

  .about_contact_l {
    height: 200px;
  }

  .about_contact_r {
    padding: 40px 20px;
  }

  .ac_email {
    flex-direction: column;
  }

  .ac_email .t-input__wrap {
    max-width: 100%;
  }

  .ac_email .copy_btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page_head {
    height: 220px;
  }

  .page_head .page_title {
    font-size: 32px;
    line-height: 48px;
  }

  .content-title {
    font-size: 28px;
    line-height: 42px;
  }

  .join_filter_box {
    padding: 16px;
  }

  .need_title {
    font-size: 18px;
    line-height: 27px;
  }

  .need_info {
    gap: 16px;
  }

  .need_info_item_left,
  .need_info_item_right {
    font-size: 13px;
    line-height: 20px;
  }

  .rich_content {
    font-size: 13px;
    line-height: 22px;
  }

  .ac_title {
    font-size: 24px;
    line-height: 36px;
  }

  .ac_desc {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  .max__center {
    padding: 0 15px;
  }

  .page_head {
    height: 180px;
  }

  .page_head .page_title {
    font-size: 28px;
    line-height: 42px;
  }

  .page_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .join_filter_box {
    padding: 12px;
    margin-bottom: 24px;
  }

  .filter-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .t-input__inner {
    font-size: 14px;
    line-height: 22px;
  }

  .position_search .search_btn {
    font-size: 14px;
    height: 44px;
    padding: 0 24px;
  }

  .hire_wrapper_top {
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .hire_toatl {
    font-size: 14px;
    line-height: 22px;
  }

  .t-collapse-panel__header {
    padding: 16px;
  }

  .need_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .need_info {
    gap: 12px;
  }

  .t-collapse-panel__content {
    padding: 0 16px 16px;
  }

  .about_contact {
    margin-top: 40px;
  }

  .about_contact_l {
    height: 150px;
  }

  .about_contact_r {
    padding: 30px 15px;
  }

  .ac_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .ac_desc {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .ac_email .copy_btn {
    font-size: 14px;
    height: 44px;
  }
}