.m_top_banner {
  height: 75vh;
  position: relative;
}

.m_top_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  width: 80%;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(16, 124, 201, 0.5);
}

.m_top_txt h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.m_top_txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.m_job_list {
  padding: 1rem;
}

.m_job_item {
  width: 100%;
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  margin: 1rem 0;
  padding: 1.5rem;
}

.m_job_item h3 {
  font-size: 1.2rem;
  color: #666666;
  padding-bottom: 0.5rem;
}

.m_job_item p {
  line-height: 2;
  color: #333333;
}

.m_job_item h4 {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #3094c7;
  font-size: 1rem;
  line-height: 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

.m_job_email {
  text-align: center;
  margin-top: 2rem;
}

.m_job_email a {
  color: #3094c7;
}

.m_job_email h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding-top: 1rem;
}

.m_join_box {
  padding: 2rem 1rem;
}

.m_join_box_top {
  padding: 1rem 0;
}

.m_join_box_top h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}

.m_join_box_top p {
  width: 2.5rem;
  height: 0.1rem;
  background-color: #107cc9;
  margin: 0 auto;
}

.m_join_box_list {
  padding: 1rem 0;
}

.m_join_box_item {
  margin-bottom: 2rem;
}

.m_join_box_item_tt h3 {
  color: #333333;
  font-weight: 500;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}

.m_join_box_item_tt p {
  color: #333333;
  line-height: 1.6;
}

.m_join_box_item_img {
  width: 100%;
  height: 50vw;
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  margin: 1rem 0;
}

.m_job_tc {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 999;
  transform: translateX(-110%);
  transition: all 0.5s;
  width: 100vw;
  height: 100vh;
}

.m_job_tc.tc_show {
  transform: translateX(0);
}

.m_job_tc_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
}

.m_job_tc_tab {
  padding: 2rem 1rem;
  color: #333333;
  display: none;
}

.m_job_tc_tab.tab_show {
  display: block;
}

.m_job_tc_tit {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.m_job_tc_con {
  max-height: 70vh;
  overflow: auto;
  padding-right: 1rem;
}

.m_job_tc_item {
  border-top: #ebebeb 1px solid;
  padding: 1.5rem 0;
}

.m_job_tc_item h3 {
  padding-bottom: 1rem;
}

.m_job_tc_item .m_job_tc_item_con {
  line-height: 1.6;
}