.join_life .join_life_swiper .swiper-slide {
  width: 67.263%;
  margin: 0 auto;
}

.job_details_submit .job_uoload_success, .share_box .code, .join_growth .join_growth_info ul li .more, .join_growth .join_growth_info ul li .icon, .join_us_placard .join_us_btn a .text, .join_us_placard .join_us_btn a .icon {
  display: flex;
  justify-content: center;
  align-items: center;.join_us_placard .tit
}

.job_list ul li .job_title, .join_search .join_search_content .search_box, .scroll_top_box ul, .join_us_placard .join_us_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.el-tooltip__popper.is-dark, .job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .upload_box .el-upload__tip, .job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .upload_box .el-upload .el-upload-dragger .el-upload__text, .job_details_submit .job_details_submit_content .el-form .el-button span, .job_details_submit .job_details_submit_content .job_title_box p, .job_details_submit .job_details_submit_content .job_title_box i, .join_search .join_search_content .search_box button, .join_search .join_search_content .search_box input, .join_news .join_news_content .join_news_select_content .bottom_text, .join_news .join_news_content .join_news_select_content > ul > li ul li a .job_title .name i, .join_us_placard .join_us_btn a .text span {
  font-family: "HarmonyOS_Sans_SC_Light";
}

html,
body {
  position: relative;
  scroll-behavior: smooth;
}

@keyframes fadeInDown_no {
  0% {
    opacity: 0;
    transform: translate(0, -5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.join_us_placard {
  height: 93.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.join_us_placard .tit {
  position: initial;
  white-space: nowrap;
  transform: initial;
  text-align: center;
  animation: fadeInDown_no 0.5s 0.5s both;
}
.join_us_placard .tit.cn span {
  font-size: 9rem;
}
.join_us_placard .join_us_btn {
  margin-top: 11.2rem;
  height: 7.4rem;
  line-height: 7.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  box-sizing: border-box;
  animation: fadeInDown_no 0.5s 0.5s both;
  background-color: rgba(255, 255, 255, 0.1);
}
.join_us_placard .join_us_btn a {
  height: 100%;
  color: #fff;
}
.join_us_placard .join_us_btn a .icon {
  height: 100%;
  padding: 0 2.7rem;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.join_us_placard .join_us_btn a .icon img {
  width: 4.4rem;
  height: 4.3rem;
}
.join_us_placard .join_us_btn a .text {
  flex: 1;
  overflow: hidden;
  padding: 0 2rem;
}
.join_us_placard .join_us_btn a .text span {
  font-size: 2rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .join_us_placard {
    height: 80rem;
  }
}
@media only screen and (max-width: 1024px) {
  .join_us_placard {
    height: 65rem;
  }
  .join_us_placard .join_us_btn {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .join_us_placard {
    height: 28rem;
  }
  .join_us_placard .tit {
    white-space: initial;
  }
  .join_us_placard .tit::after {
    content: none;
  }
  .join_us_placard .tit.cn span {
     font-size: 4rem;    
   }
  .join_us_placard .join_us_btn {
    margin-top: 2rem;
    height: 6rem;
    line-height: 6rem;
  }
  .join_us_placard .join_us_btn a .icon {
    padding: 0 1rem;
  }
  .join_us_placard .join_us_btn a .text {
    padding: 0 1rem;
  }
}

.scroll_top_box {
  height: 8.8rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.6rem 0.7rem 0rem rgba(0, 0, 0, 0.02);
  position: sticky;
  top: 0;
  transition: all 0.6s;
  z-index: 99;
}
.scroll_top_box ul {
  height: 100%;
}
.scroll_top_box ul li {
  font-size: 1.6rem;
  color: #282E39;
  cursor: pointer;
  position: relative;
}
.scroll_top_box ul li:hover, .scroll_top_box ul li.active {
  color: #0056B8;
}
.scroll_top_box ul li:hover::after, .scroll_top_box ul li.active::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0056B8;
  border-radius: 0.2rem;
}
.scroll_top_box.show {
  top: 10rem;
}
@media only screen and (max-width: 1024px) {
  .scroll_top_box ul {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .scroll_top_box ul {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
}

.join_title {
  text-align: center;
}
.join_title span {
  display: block;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #5995F3, #2754B6);
  background: linear-gradient(-88deg, #0056B8 0%, #4497F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.join_title i {
  font-size: 1.8rem;
  color: #D3D6DB;
  letter-spacing: 0.8rem;
}
.join_title .en {
  display: inline-block;
  position: relative;
}
.join_title .en span {
  position: relative;
  transition: all 0.6s;
  padding-bottom: 2.5rem;
  border-bottom: 0.2rem solid #E6E8EA;
}
.join_title .en span::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 0.2rem;
  background-color: #0056B8;
  transition: all 0.9s;
}
.join_title .en span::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11rem;
  height: 0.6rem;
  background-color: #0056B8;
}
.join_title .en span:hover::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .join_title span {
    font-size: 4rem;
  }
}

.join_world {
  background: #F8F9FC;
  padding-bottom: 11.4rem;
}
.join_world .join_title {
  box-sizing: border-box;
  padding: 7.6rem 0 10.8rem;
}
.join_world .join_world_content ul {
  display: flex;
  justify-content: space-between;
}
.join_world .join_world_content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 18.5rem;
}
.join_world .join_world_content ul li .counter {
  margin: 4.3rem auto 1.5rem;
  font-size: 8rem;
  color: #333333;
  font-weight: 700;
  height: 6.1rem;
  line-height: 6.1rem;
  position: relative;
}
.join_world .join_world_content ul li .counter::after {
  content: "+";
  position: absolute;
  margin-left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #333333;
}
.join_world .join_world_content ul li span {
  color: #919191;
  font-size: 2rem;
}
.join_world .join_world_content ul li:nth-of-type(2) {
  min-width: 8rem;
  padding: 0 24.8rem;
  border-left: 1px solid #E2E3E5;
  border-right: 1px solid #E2E3E5;
}
@media only screen and (max-width: 1024px) {
  .join_world .join_world_content {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
  .join_world .join_world_content ul li {
    flex: 1;
  }
  .join_world .join_world_content ul li:nth-of-type(2) {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .join_world {
    padding-bottom: 5rem;
  }
  .join_world .join_title {
    padding: 5rem 0;
  }
  .join_world .join_world_content {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  .join_world .join_world_content ul {
    flex-direction: column;
  }
  .join_world .join_world_content ul li {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .join_world .join_world_content ul li .icon {
    width: 8rem;
  }
  .join_world .join_world_content ul li .icon img {
    width: 100%;
  }
  .join_world .join_world_content ul li span {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
  .join_world .join_world_content ul li .counter {
    margin: 0 0 0 2rem;
    font-size: 7rem;
  }
  .join_world .join_world_content ul li:nth-of-type(2) {
    border: none;
    margin: 4rem 0;
  }
}

.join_life {
  padding-bottom: 10.2rem;
}
.join_life .join_title {
  padding: 6rem 0 4.5rem;
}
.join_life .join_life_swiper {
  position: relative;
}
.join_life .join_life_swiper .swiper-slide {
  height: 58.8rem;
}
.join_life .join_life_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.join_life .join_life_swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.85544);
}
.join_life .join_life_swiper .swiper_info {
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.join_life .join_life_swiper .swiper_info .info_box {
  margin-left: -3.6rem;
  width: 24.5rem;
  height: 10.7rem;
  background: #FAFAFA;
  border-radius: 2rem;
  padding: 2.5rem 3.5rem;
  box-sizing: border-box;
}
.join_life .join_life_swiper .swiper_info .info_box.en {
  width: 28rem;
}
.join_life .join_life_swiper .swiper_info .info_box .swiper-pagination {
  position: initial;
  text-align: initial;
  font-size: 1.8rem;
  color: #D3D6DB;
  margin-bottom: 2rem;
}
.join_life .join_life_swiper .swiper_info .info_box .swiper-pagination .swiper-pagination-current {
  color: #0459BB;
}
.join_life .join_life_swiper .swiper_info .info_box ul {
  height: 2.1rem;
  position: relative;
}
.join_life .join_life_swiper .swiper_info .info_box ul li {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  color: #333333;
  white-space: nowrap;
  z-index: 99;
}
.join_life .join_life_swiper .swiper_info .info_box ul li:not(.active) {
  opacity: 0;
  z-index: 9;
}
.join_life .join_life_swiper .swiper_info .swiper_button {
  display: flex;
  justify-content: space-between;
  margin-right: 5.5rem;
}
.join_life .join_life_swiper .swiper_info .swiper_button .swiper-button-next,
.join_life .join_life_swiper .swiper_info .swiper_button .swiper-button-prev {
  position: initial;
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.join_life .join_life_swiper .swiper_info .swiper_button .swiper-button-next::after,
.join_life .join_life_swiper .swiper_info .swiper_button .swiper-button-prev::after {
  content: none;
}
.join_life .join_life_swiper .swiper_info .swiper_button .swiper-button-next {
  background-image: url("../image/swiper_left.png");
}
.join_life .join_life_swiper .swiper_info .swiper_button .swiper-button-prev {
  margin-left: 1.8rem;
  background-image: url("../image/swiper_right.png");
}
@media only screen and (max-width: 1024px) {
  .join_life .join_life_swiper .swiper_info {
    width: 67.263%;
  }
}
@media only screen and (max-width: 768px) {
  .join_life {
    padding: 0 3.3rem 20rem;
  }
  .join_life .join_life_swiper {
    overflow: initial;
  }
  .join_life .join_life_swiper .swiper-slide {
    height: initial;
    width: 100%;
  }
  .join_life .join_life_swiper .swiper_info {
    width: 100%;
    bottom: -15rem;
  }
  .join_life .join_life_swiper .swiper_info .info_box {
    margin-left: 0;
  }
  .join_life .join_life_swiper .swiper_info .swiper-button-next {
    border: 1px solid #E6E8EA;
    border-radius: 1rem;
  }
}

.join_growth {
  background-color: #F8F9FC;
  padding-bottom: 8.7rem;
}
.join_growth .join_title {
  padding: 6.7rem 0 6.3rem;
}
.join_growth .join_growth_info ul {
  display: flex;
  justify-content: space-between;
}
.join_growth .join_growth_info ul li {
  width: 23.9%;
  height: 35.9rem;
  background: #FFFFFF;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 6.4rem 0 5.7rem;
  box-sizing: border-box;
  position: relative;
}
.join_growth .join_growth_info ul li:nth-of-type(3) .icon img {
  margin-top: -2.2rem;
}
.join_growth .join_growth_info ul li .icon {
  height: 8.2rem;
}
.join_growth .join_growth_info ul li .key {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.join_growth .join_growth_info ul li .key span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333333;
  line-height: 2.8rem;
}
.join_growth .join_growth_info ul li .more {
  height: 2.8rem;
  padding: 0 1rem 0 0.8rem;
  background: #FFFFFF;
  border: 0.1rem solid #333333;
  border-radius: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}
.join_growth .join_growth_info ul li .more i {
  color: #262626;
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}
.join_growth .join_growth_info ul li .more::after {
  content: "";
  margin-left: 0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../image/join_growth_info_more.svg") no-repeat center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1550px) {
  .join_growth .join_growth_info ul li .more::after {
    margin-left: 0.4rem;
  }
}
.join_growth .join_growth_info ul li .growth_info_more {
  position: absolute;
  left: 0;
  top: calc(100% + 1.8rem);
  width: 206.6%;
  box-shadow: 0.4rem 0.5rem 1.5rem 0.1rem rgba(8, 8, 9, 0.04);
  border-radius: 2rem;
  background: #FFFFFF;
  padding: 3.7rem 4rem;
  box-sizing: border-box;
  z-index: 98;
  display: none;
}
.join_growth .join_growth_info ul li .growth_info_more.active {
  display: block;
}
.join_growth .join_growth_info ul li .growth_info_more .info_title {
  display: flex;
  justify-content: space-between;
}
.join_growth .join_growth_info ul li .growth_info_more .info_title span {
  font-size: 3rem;
  color: #333333;
  flex: 1;
}
.join_growth .join_growth_info ul li .growth_info_more .info_title .off {
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
}
.join_growth .join_growth_info ul li .growth_info_more .info_title .off img {
  width: 100%;
  height: 100%;
}
.join_growth .join_growth_info ul li .growth_info_more .content_img {
  margin: 3rem 0;
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
}
.join_growth .join_growth_info ul li .growth_info_more .content_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.join_growth .join_growth_info ul li .growth_info_more .content {
  font-size: 1.6rem;
  color: #333333;
  line-height: 2.7rem;
}
.join_growth .join_growth_info ul li:nth-last-child(-n+2) .growth_info_more {
  right: 0;
  left: initial;
}
@media only screen and (max-width: 1024px) {
  .join_growth .join_growth_info {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .join_growth .join_growth_info {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  .join_growth .join_growth_info ul {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .join_growth .join_growth_info ul li {
    box-sizing: border-box;
    width: 48.9%;
    height: initial;
  }
  .join_growth .join_growth_info ul li .key {
    margin: 3rem 0;
  }
  .join_growth .join_growth_info ul li .more {
    height: 4rem;
    padding: 0 2rem;
  }
  .join_growth .join_growth_info ul li .more i {
    font-size: 1.7rem;
  }
  .join_growth .join_growth_info ul li .more::after {
    content: "";
    width: 2rem;
    height: 2rem;
  }
  .join_growth .join_growth_info ul li .growth_info_more .content_img {
    height: initial;
  }
  .join_growth .join_growth_info ul li:nth-of-type(2) .growth_info_more.active {
    left: initial;
    right: 0;
  }
  .join_growth .join_growth_info ul li:nth-of-type(3) .growth_info_more.active {
    right: initial;
    left: 0;
  }
}

.share_box {
  position: absolute;
  right: -20%;
  top: -40%;
  background-color: #fff;
  padding: 1.6rem;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 1rem 0rem rgba(3, 4, 13, 0.1);
  width: 22rem;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(2rem);
  transition: all 0.6s;
}
.share_box.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 99;
}
.share_box span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.share_box .code {
  width: 18rem;
  height: 18rem;
  margin-bottom: 0.8rem;
  margin: 0 auto;
  position: relative;
}
.share_box .code canvas,
.share_box .code img {
  width: 16rem;
  height: 16rem;
}
.share_box .code .success {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in;
  font-size: 1.4rem;
  width: 9.2rem;
  height: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
  border-radius: 0.8rem;
  color: #fff;
  background: rgba(2, 29, 52, 0.8);
}
.share_box .code .success.active {
  opacity: 1;
}
.share_box .link_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.share_box .link_box input {
  color: #141933;
  min-height: 3.8rem;
  font-size: 1.4rem;
  box-sizing: border-box;
  padding-left: 0.8rem;
  background-color: transparent;
  vertical-align: top;
  border-radius: 0.8rem;
  flex: 1;
  overflow: hidden;
  cursor: not-allowed;
  border: 1px solid #DADCE5;
  color: #B9BBCC;
  user-select: none;
  background-color: #F7F8FA;
}
.share_box .link_box .copy {
  font-size: 1.4rem;
  color: #0052BF;
  margin-left: 0.8rem;
  cursor: pointer;
}

.join_news {
  padding: 9.3rem 0 11.1rem;
}
.join_news .join_title {
  padding-bottom: 7rem;
}
.join_news .join_news_content {
  display: flex;
  justify-content: space-between;
}
.join_news .join_news_content .join_news_select_tit {
  width: 63rem;
  width: 49%;
  display: flex;
  justify-content: space-between;
}
.join_news .join_news_content .join_news_select_tit ul {
  width: 31.4%;
}
.join_news .join_news_content .join_news_select_tit ul li {
  height: 18.3rem;
  border-radius: 1rem;
  background-color: #F8F9FC;
  padding: 2.8rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  position: relative;
}
.join_news .join_news_content .join_news_select_tit ul li .tit {
  width: 100%;
}
.join_news .join_news_content .join_news_select_tit ul li span {
  width: 100%;
  color: #333333;
  font-size: 2rem;
}
.join_news .join_news_content .join_news_select_tit ul li span + span {
  display: inline-block;
  margin-top: 0.5rem;
}
.join_news .join_news_content .join_news_select_tit ul li .icon img.active {
  display: none;
}
.join_news .join_news_content .join_news_select_tit ul li:not(:last-of-type) {
  margin-bottom: 1.3rem;
}
.join_news .join_news_content .join_news_select_tit ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1rem;
  background-image: linear-gradient(-36deg, #0056B8, #0056B8);
  opacity: 0;
  transition: opacity 0.6s;
}
.join_news .join_news_content .join_news_select_tit ul li:hover, .join_news .join_news_content .join_news_select_tit ul li.active {
  background-color: transparent;
}
.join_news .join_news_content .join_news_select_tit ul li:hover::before, .join_news .join_news_content .join_news_select_tit ul li.active::before {
  opacity: 1;
  background-image: linear-gradient(-36deg, #0056B8, #4497F5);
}
.join_news .join_news_content .join_news_select_tit ul li:hover span, .join_news .join_news_content .join_news_select_tit ul li.active span {
  color: #FFFFFF;
}
.join_news .join_news_content .join_news_select_tit ul li:hover .icon img, .join_news .join_news_content .join_news_select_tit ul li.active .icon img {
  display: none;
}
.join_news .join_news_content .join_news_select_tit ul li:hover .icon img.active, .join_news .join_news_content .join_news_select_tit ul li.active .icon img.active {
  display: block;
}
.join_news .join_news_content .join_news_select_tit ul:nth-of-type(1) li:nth-of-type(1) {
  height: 38rem;
}
.join_news .join_news_content .join_news_select_tit ul:nth-of-type(2) li:nth-of-type(2) {
  height: 38rem;
}
.join_news .join_news_content .join_news_select_tit ul:nth-of-type(3) li:nth-of-type(3) {
  height: 38rem;
}
.join_news .join_news_content .join_news_select_content {
  width: 49.5%;
  background: url("../image/join_news_select_content_bg.png") no-repeat center;
  padding: 6.2rem 7rem 0 7.3rem;
  box-sizing: border-box;
  position: relative;
}
.join_news .join_news_content .join_news_select_content > ul {
  position: relative;
}
.join_news .join_news_content .join_news_select_content > ul > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.join_news .join_news_content .join_news_select_content > ul > li > span {
  font-size: 4rem;
  color: #333333;
  font-weight: 700;
}
.join_news .join_news_content .join_news_select_content > ul > li > i {
  display: block;
  font-size: 2.6rem;
  color: #333333;
  margin: 1.8rem 0 4rem;
}
.join_news .join_news_content .join_news_select_content > ul > li .content {
  font-size: 1.6rem;
  color: #686767;
  line-height: 3.3rem;
  margin-bottom: 13rem;
}
.join_news .join_news_content .join_news_select_content > ul > li ul {
  margin-bottom: 5.6rem;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li {
  height: 8.5rem;
  padding: 1.4rem 2rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li + li {
  margin-top: 1.2rem;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li a .job_title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li a .job_title .name span {
  font-size: 1.6rem;
  color: #252525;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  height: 1.6rem;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li a .job_title .name span em {
  padding: 0.3rem;
  border: 0.1rem solid #326FFD;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  color: #326FFD;
  white-space: nowrap;
  transform: scale(0.8);
  font-weight: 700;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li a .job_title .name i {
  font-size: 1.2rem;
  color: #747474;
  font-weight: 700;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li a .job_title .share {
  font-size: 1.2rem;
  color: #3D3D3D;
  font-weight: 700;
  padding-right: 1.5rem;
  background: url("../image/share.svg") no-repeat center right;
  background-size: 0.9rem 0.9rem;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li a .city {
  font-size: 1.2rem;
  transform: scale(0.8);
  transform-origin: left;
  color: #747474;
  padding-left: 1.9rem;
  background: url("../image/city.svg") no-repeat center left;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li .share_box {
  transform: scale(0.8) translateX(2rem);
  right: -38%;
  top: -90%;
}
.join_news .join_news_content .join_news_select_content > ul > li ul li .share_box.active {
  transform: scale(0.8) translateX(0);
}
.join_news .join_news_content .join_news_select_content > ul > li > a {
  font-size: 1.8rem;
  color: #0052BF;
  line-height: 3rem;
  padding-right: 2.5rem;
  background: url("../image/more_icon.png") no-repeat center right;
}
.join_news .join_news_content .join_news_select_content > ul > li.active {
  z-index: 9;
}
.join_news .join_news_content .join_news_select_content > ul > li:not(.active) {
  opacity: 0;
}
.join_news .join_news_content .join_news_select_content.en > ul > li > i {
  font-size: 2rem;
  color: #8B8A8A;
}
.join_news .join_news_content .join_news_select_content.en > ul > li ul li a .job_title .name span em {
  padding: 0 0 0 1rem;
  border: none;
  border-radius: initial;
  transform: scale(1);
  width: 1.3rem;
  height: 1.4rem;
  background: url("../image/hot.svg") no-repeat center;
  background-size: contain;
}
.join_news .join_news_content .join_news_select_content .bottom_text {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  color: #FFFFFF;
  letter-spacing: 1.3rem;
}
.join_news .join_news_content .join_news_select_content .bottom_text.en {
  letter-spacing: 1px;
}

.join_search {
  background: url("../image/join_search_bg.jpg") no-repeat center/100% 100%;
  height: 74.4rem;
}
.join_search.en .join_search_content {
  padding-top: 5rem;
}
.join_search.en .join_search_content p + p {
  margin-top: 3rem;
}
.join_search .join_search_content {
  padding-top: 8rem;
}
.join_search .join_search_content span {
  font-size: 4rem;
  color: #323434;
  display: block;
  margin-bottom: 3.6rem;
  font-weight: 700;
}
.join_search .join_search_content p {
  font-size: 1.6rem;
  color: #323434;
  line-height: 2.4rem;
}
.join_search .join_search_content .search_box {
  margin-top: 5rem;
  height: 5.5rem;
  background: #FFFFFF;
  border: 0.1rem solid #FFFFFF;
  border-radius: 1.4rem;
  box-sizing: border-box;
  width: 63.5rem;
}
.join_search .join_search_content .search_box input {
  margin-left: 3.1rem;
  padding-left: 3.4rem;
  height: 100%;
  flex: 1;
  background: url("../image/join_search.svg") no-repeat center left;
  background-size: 1.8rem;
  font-size: 1.6rem;
}
.join_search .join_search_content .search_box input::placeholder {
  color: #BBBBBB;
}
.join_search .join_search_content .search_box button {
  height: 100%;
  width: 16.1rem;
  background: linear-gradient(-36deg, #0056B8, #4497F5);
  border-radius: 1.5rem;
  font-size: 1.8rem;
  color: #FFFEFE;
}
@media only screen and (max-width: 1024px) {
  .join_search {
    height: 60rem;
    background-size: cover;
  }
  .join_search .join_search_content {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .join_search .join_search_content {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  .join_search .join_search_content .search_box {
    width: 100%;
  }
}

.placard_head {
  height: 9rem;
  width: 100%;
  background-color: #0056B8;
}
.placard_head .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #FFFEFE;
}
.placard_head .content span {
  font-size: 4rem;
  font-weight: 700;
}
.placard_head .content span::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #fff;
  border-radius: 3px;
}
.placard_head .content ul {
  display: flex;
}
.placard_head .content ul li a {
  font-size: 1.6rem;
  color: #FFFEFE;
}
.placard_head .content ul li.active a {
  color: #5D8DFD;
}
.placard_head .content ul li + li {
  margin-left: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .placard_head .content {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .placard_head {
    height: 8rem;
  }
  .placard_head .content {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  .placard_head .content span {
    font-size: 3rem;
  }
}

.placard .placard_head,
.social_placard .placard_head {
  position: absolute;
  left: 0;
  top: 0;
}
.placard .social_placard_search,
.social_placard .social_placard_search {
  position: absolute;
  top: 39rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  animation: fadeInDown 0.5s 0.5s both;
}
.placard .social_placard_search .el-input,
.social_placard .social_placard_search .el-input {
  width: 50rem;
  height: 5.4rem;
  line-height: 5.4rem;
  margin-right: 2.2rem;
}
.placard .social_placard_search .el-input .el-input__inner,
.social_placard .social_placard_search .el-input .el-input__inner {
  height: inherit;
  line-height: inherit;
  font-size: 1.6rem;
  color: #252525;
  border-radius: 1.4rem;
  padding-left: 5rem;
  font-family: "HarmonyOS";
}
.placard .social_placard_search .el-input .el-input__inner::placeholder,
.social_placard .social_placard_search .el-input .el-input__inner::placeholder {
  color: #BBBBBB;
}
.placard .social_placard_search .el-input .el-input__prefix,
.social_placard .social_placard_search .el-input .el-input__prefix {
  left: 1.5rem;
}
.placard .social_placard_search .el-input .el-input__prefix .el-input__icon,
.social_placard .social_placard_search .el-input .el-input__prefix .el-input__icon {
  font-size: 1.9rem;
}
.placard .social_placard_search .el-button,
.social_placard .social_placard_search .el-button {
  width: 16.1rem;
  height: 5.4rem;
  background: #326FFD;
  border-radius: 1.5rem;
  color: #FFFEFE;
  font-size: 1.8rem;
  border: none;
}
.placard .social_placard_search .el-button span,
.social_placard .social_placard_search .el-button span {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .placard,
.social_placard {
    height: 55rem;
  }
}
@media only screen and (max-width: 768px) {
  .placard,
.social_placard {
    height: 40rem;
  }
  .placard .social_placard_search,
.social_placard .social_placard_search {
    top: initial;
    bottom: 5rem;
  }
  .placard .social_placard_search .el-input,
.social_placard .social_placard_search .el-input {
    width: 30rem;
    flex: 1;
  }
  .placard .social_placard_search .el-button,
.social_placard .social_placard_search .el-button {
    width: initial;
    padding: 1.2rem 2rem;
  }
}

.job_list ul {
  margin-top: 3.2rem;
}
.job_list ul li {
  padding: 3rem 3rem 3.5rem;
  background: #FAFAFA;
  border-radius: 1rem;
  box-sizing: border-box;
  transition: all 0.6s;
  margin-bottom: 2.5rem;
  position: relative;
}
.job_list ul li .job_title {
  margin-bottom: 2.4rem;
}
.job_list ul li .job_title .name span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #252525;
  margin-bottom: 1rem;
}
.job_list ul li .job_title .name span .key {
  margin-left: 1.7rem;
  width: 3.6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  border: 0.1rem solid #326FFD;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  color: #326FFD;
}
.job_list ul li .job_title .name i {
  font-size: 1.6rem;
  color: #747474;
}
.job_list ul li .job_title .share {
  font-size: 1.8rem;
  color: #3D3D3D;
  line-height: 3.3rem;
  padding-right: 2.3rem;
  background: url("../image/share.svg") no-repeat center right;
  background-size: 1.7rem 1.7rem;
}
.job_list ul li .job_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.job_list ul li .job_info .city {
  font-size: 1.2rem;
  color: #747474;
  padding-left: 1.9rem;
  background: url("../image/city.svg") no-repeat center left;
  background-size: contain;
}
.job_list ul li .job_info .pay {
  font-size: 1.8rem;
  color: #292929;
}
.job_list ul li .job_info .pay span {
  font-weight: 700;
}
.job_list ul li:hover {
  box-shadow: 0.1rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.06);
}
.job_list ul li:hover .job_info .pay {
  color: #0056B8;
}
.job_list.campus_list ul li {
  background-color: #F4FAFF;
}
@media only screen and (max-width: 1024px) {
  .job_list ul li .job_title .share {
    display: none;
  }
  .job_list ul li .share_box {
    display: none;
  }
}
.position_datas {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 5.5rem;
}
.position_datas h4 {
  color: #252525;
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 2.4rem;
}
.position_datas .position_screening {
  width: 27.5rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.position_datas .position_screening .openeds_box {
  flex: 1;
  box-shadow: 0.2rem 0.3rem 1rem 0.1rem rgba(0, 24, 69, 0.07);
  border-radius: 1rem;
  padding: 2.5rem;
  margin-top: 3.2rem;
  margin-bottom: 2.5rem;
}
.position_datas .position_screening .openeds_box .el-menu-vertical {
  border: none;
  position: sticky;
  top: 3rem;
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  transform: rotate(0);
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.3rem;
  background: url("../image/position_screening_icon_off.png") no-repeat center;
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  margin: 0;
  transform: translateY(-50%);
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu > .el-submenu__title .el-submenu__icon-arrow::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../image/position_screening_icon_open.png") no-repeat center;
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu .el-submenu__title {
  padding: 0 !important;
  font-size: 1.8rem;
  border-bottom: 1px solid #BCBBBB;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu .el-submenu__title:hover {
  background-color: #fff;
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu .el-checkbox-group {
  display: flex;
  flex-direction: column;
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu .el-checkbox-group .el-checkbox {
  margin: 0 0 1.8rem;
}
.position_datas .position_screening .openeds_box .el-menu-vertical .el-submenu .el-checkbox-group .el-checkbox .el-checkbox__label {
  font-size: 1.6rem;
  color: #747474;
}
.position_datas .position_screening.campus_screening .openeds_box {
  box-shadow: none;
  background: #F4FAFF;
}
.position_datas .position_screening.campus_screening .openeds_box .el-menu {
  background: inherit;
}
.position_datas .position_screening.campus_screening .openeds_box .el-menu .el-submenu .el-submenu__title span + span {
  line-height: 2.4rem;
}
.position_datas .position_screening.campus_screening .openeds_box .el-menu .el-submenu .el-submenu__title .el-popover__reference-wrapper i {
  line-height: 2.4rem;
  color: #326FFD;
}
.position_datas .position_screening.campus_screening .openeds_box .el-menu .el-submenu .el-submenu__title:hover {
  background: transparent;
}
.position_datas .position_list {
  flex: 1;
  margin-left: 3rem;
}
@media only screen and (max-width: 1024px) {
  .position_datas {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .position_datas {
    padding: 0 3.3rem;
    box-sizing: border-box;
    flex-direction: column;
  }
  .position_datas .position_screening {
    width: 100%;
  }
  .position_datas .position_screening .openeds_box .el-menu .el-submenu .el-checkbox-group {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .position_datas .position_screening .openeds_box .el-menu .el-submenu .el-checkbox-group .el-checkbox {
    margin: 0;
  }
  .position_datas .position_list {
    margin-left: 0;
  }
}

.Pagination {
  margin-bottom: 7.5rem;
}

.job_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.5rem;
}
.job_pagination .el-pagination {
  padding: 0;
}
.job_pagination .el-pager li {
  min-width: initial;
  padding: 0;
  font-size: 1.6rem;
  color: #303030;
}
.job_pagination .el-pager li + li {
  margin-left: 2.4rem;
}
.job_pagination .el-pager li.active {
  color: #0056B8;
  font-weight: 700;
}
.job_pagination .btn-next {
  padding: 0 0 0 2.4rem;
}
.job_pagination .btn-next i {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../image/Pagination_right_icon.png");
  background-size: 100%;
}
.job_pagination .btn-next i::before {
  content: none;
}
.job_pagination .last {
  margin-left: 2.4rem;
  font-size: 1.6rem;
  color: #303030;
  cursor: pointer;
}
.job_pagination .last span {
  font-size: 1.7rem;
  color: #0A0A0A;
  margin: 0 1rem 0 1.4rem;
}
.job_pagination .last img {
  vertical-align: initial;
}
@media only screen and (max-width: 768px) {
  .job_pagination {
    margin-bottom: 5rem;
  }
}

.job_content {
  margin: 7rem auto;
}
.job_content .job_name {
  margin-bottom: 9rem;
}
.job_content .job_name .name {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}
.job_content .job_name .name span {
  font-size: 4rem;
  color: #252525;
  font-weight: 700;
}
.job_content .job_name .name em {
  margin-left: 2.5rem;
  display: inline-block;
  width: 6.1rem;
  height: 3.1rem;
  text-align: center;
  line-height: 3.1rem;
  border: 0.1rem solid #326FFD;
  border-radius: 0.5rem;
  font-size: 2rem;
  color: #326FFD;
}
.job_content .job_name .name em.hot {
  background: url("../image/hot.png") no-repeat center;
  border: none;
  width: 3.2rem;
  height: 3.4rem;
  background-size: contain;
}
.job_content .job_name i {
  font-size: 1.6rem;
  color: #747474;
}
.job_content .job_infos {
  margin-bottom: 8rem;
}
.job_content .job_infos span {
  font-size: 2rem;
  font-weight: 700;
  color: #252525;
}
.job_content .job_infos .content {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  color: #252525;
  line-height: 3.2rem;
}
.job_content .job_btns {
  display: flex;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 7.2rem;
}
.job_content .job_btns > a, .job_content .job_btns > span {
  width: 16.1rem;
  height: 5.4rem;
  line-height: 5.4rem;
  text-align: center;
  border-radius: 1.5rem;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
}
.job_content .job_btns > a + span, .job_content .job_btns > span + span {
  margin-left: 1.6rem;
}
.job_content .job_btns > a.apply, .job_content .job_btns > span.apply {
  background: #326FFD;
  color: #fff;
}
.job_content .job_btns > a.share, .job_content .job_btns > span.share {
  color: #252525;
  background: #F5F5F5;
}
.job_content .job_btns > a.share .share_box, .job_content .job_btns > span.share .share_box {
  right: -130%;
}
.job_content .job_btns > a.share .share_box span, .job_content .job_btns > span.share .share_box span {
  line-height: initial;
}
.job_content .job_btns > a.share::after, .job_content .job_btns > span.share::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.8rem;
  background: url("../image/share.svg") no-repeat center;
  background-size: contain;
}
.job_content .more_tit {
  font-size: 3rem;
  margin-top: 5.5rem;
  color: #252525;
}
.job_content .more_tit span {
  font-weight: 700;
}
.job_content .more_job {
  margin: 6.8rem auto 5.9rem;
  text-align: center;
}
.job_content .more_job a {
  font-size: 1.8rem;
  color: #105DC3;
  padding-right: 2.7rem;
  background: url("../image/more_icon.png") no-repeat center right;
}
@media only screen and (max-width: 1024px) {
  .job_content {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .job_content {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  .job_content .job_name {
    margin-bottom: 5rem;
  }
  .job_content .job_btns .share .share_box {
    margin-top: 2rem;
    right: initial;
    left: 0;
    top: initial;
  }
}

@media only screen and (max-width: 1024px) {
  .curmbs_head .content {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .curmbs_head {
    height: initial;
    padding: 1rem 0;
  }
  .curmbs_head .content {
    padding: 0 3.3rem;
    box-sizing: border-box;
  }
  .curmbs_head .content ul {
    flex-wrap: wrap;
  }
}

.job_details_submit {
  background: #FAFAFA;
  padding: 7.7rem 0 8rem;
}
.job_details_submit .job_details_submit_content {
  background-color: #fff;
  border-radius: 2rem;
}
.job_details_submit .job_details_submit_content .job_title_box {
  padding: 4.5rem 6rem;
  border-bottom: 2px solid #F4F4F6;
}
.job_details_submit .job_details_submit_content .job_title_box i {
  font-size: 1.8rem;
  color: #747474;
}
.job_details_submit .job_details_submit_content .job_title_box .tit {
  display: flex;
  align-items: center;
  margin: 1rem 0 1.5rem;
}
.job_details_submit .job_details_submit_content .job_title_box .tit span {
  font-size: 4rem;
  font-weight: 700;
  color: #252525;
}
.job_details_submit .job_details_submit_content .job_title_box .tit em {
  margin-left: 2.5rem;
  width: 6.1rem;
  height: 3.1rem;
  line-height: 3.1rem;
  text-align: center;
  border: 0.1rem solid #326FFD;
  border-radius: 0.5rem;
  font-size: 2rem;
  color: #326FFD;
}
.job_details_submit .job_details_submit_content .job_title_box .tit em.hot {
  background: url("../image/hot.png") no-repeat center;
  border: none;
  width: 3.2rem;
  height: 3.4rem;
  background-size: contain;
}
.job_details_submit .job_details_submit_content .job_title_box p {
  font-size: 1.6rem;
  color: #747474;
}
.job_details_submit .job_details_submit_content .el-form {
  padding-bottom: 7.8rem;
}
.job_details_submit .job_details_submit_content .el-form .el-button {
  width: 16.1rem;
  height: 5.4rem;
  background: #326FFD;
  border-radius: 1.5rem;
  border: none;
}
.job_details_submit .job_details_submit_content .el-form .el-button span {
  font-size: 1.8rem;
  color: #FFFEFE;
}
.job_details_submit .job_details_submit_content .job_details_content {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
  padding: 0 6rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left {
  width: 84rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .content_tit {
  height: 4rem;
  line-height: 4rem;
  border-bottom: 2px solid #F4F4F6;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .content_tit span {
  font-size: 2.2rem;
  color: #3A3A3A;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item + .content_tit {
  margin-top: 6rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 1.8rem;
  color: #3A3A3A;
  line-height: 2rem;
  margin: 3rem 0 1rem;
  padding: 0;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__label:before {
  margin: 0 0 0 5px;
  font-size: 2.4rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required.is-error .el-form-item__content .el-input__inner,
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required.is-error .el-form-item__content .el-input__inner:focus {
  border-color: #f56c6c;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-input__inner {
  height: 5rem;
  line-height: 5rem;
  color: #3A3A3A;
  font-size: 1.6rem;
  border: 2px solid #F4F4F6;
  border-width: 2px;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-input.is-active .el-input__inner,
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-input__inner:focus {
  border-color: #326FFD;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .upload_box {
  border-radius: 1rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .upload_box .el-upload .el-upload-dragger {
  width: 40.4rem;
  height: 5.9rem;
  line-height: 5.9rem;
  border: none;
  background: #F4F6FB;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .upload_box .el-upload .el-upload-dragger .el-upload__text {
  height: 100%;
  font-size: 2rem;
  color: #3A3A3A;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .upload_box .el-upload__tip {
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .gender_select {
  width: 100%;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .gender_select .el-input .el-input__suffix {
  padding-right: 2rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .gender_select .el-input .el-input__suffix .el-icon-arrow-up::before {
  content: "";
  width: 1.7rem;
  height: 1.1rem;
  display: inline-block;
  background: url("../image/xiala.png") no-repeat center;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-date-editor.el-input, .job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-date-editor.el-input__inner {
  width: 100%;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-date-editor .el-input__inner {
  padding-left: 1.5rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-date-editor .el-input__prefix {
  right: 2rem;
  left: initial;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-date-editor .el-input__prefix .el-input__icon::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 100%;
  background: url("../image/date_picker_icon.svg") no-repeat center;
  background-size: 2.5rem 2.5rem;
}
.job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .el-date-editor .el-input__suffix {
  display: none;
}
.job_details_submit .job_details_submit_content .job_details_content .content_right ul {
  position: sticky;
  top: 15rem;
  border-left: 2px solid #F4F4F6;
}
.job_details_submit .job_details_submit_content .job_details_content .content_right ul li {
  font-size: 2.2rem;
  color: #979BB1;
  line-height: 4rem;
  height: 4rem;
  padding-left: 1rem;
  cursor: pointer;
}
.job_details_submit .job_details_submit_content .job_details_content .content_right ul li i {
  opacity: 0;
  color: #F95F5F;
}
.job_details_submit .job_details_submit_content .job_details_content .content_right ul li.active {
  color: #3A3A3A;
  position: relative;
}
.job_details_submit .job_details_submit_content .job_details_content .content_right ul li.active::before {
  content: "";
  position: absolute;
  left: -0.25rem;
  width: 0.5rem;
  height: 3.7rem;
  background: #326FFD;
}
.job_details_submit .job_details_submit_content .job_details_content .content_right ul li.error i {
  opacity: 1;
}
.job_details_submit .job_uoload_success {
  background-color: #fff;
  border-radius: 2rem;
  height: 50rem;
}
.job_details_submit .job_uoload_success .success_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.job_details_submit .job_uoload_success .success_box img {
  width: 7.6rem;
  height: 7.1rem;
}
.job_details_submit .job_uoload_success .success_box span {
  margin: 2.8rem auto 2rem;
  font-size: 1.6rem;
  color: #191919;
  font-weight: 700;
}
.job_details_submit .job_uoload_success .success_box p {
  font-size: 1.4rem;
  color: #636364;
}
@media only screen and (max-width: 1024px) {
  .job_details_submit {
    padding: 0 6.6rem;
    box-sizing: border-box;
  }
  .job_details_submit .job_details_submit_content .job_details_content {
    padding: 0 4rem;
  }
  .job_details_submit .job_details_submit_content .job_details_content .content_left {
    width: initial;
    flex: 1;
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .job_details_submit {
    padding: 2rem 3.3rem;
  }
  .job_details_submit .job_details_submit_content {
    padding-top: 2rem;
  }
  .job_details_submit .job_details_submit_content .job_title_box {
    padding: 3rem;
  }
  .job_details_submit .job_details_submit_content .el-form {
    padding-bottom: 2rem;
  }
  .job_details_submit .job_details_submit_content .job_details_content {
    padding: 0 2rem;
  }
  .job_details_submit .job_details_submit_content .job_details_content .content_right {
    display: none;
  }
  .job_details_submit .job_details_submit_content .job_details_content .content_left {
    margin: 0;
  }
  .job_details_submit .job_details_submit_content .job_details_content .content_left .user .el-row .el-col {
    padding: 0 10px !important;
  }
  .job_details_submit .job_details_submit_content .job_details_content .content_left .user .el-row:last-of-type .el-col-12 {
    width: 100%;
  }
  .job_details_submit .job_details_submit_content .job_details_content .content_left .el-form-item.is-required .el-form-item__content .upload_box .el-upload__tip {
    line-height: 2rem;
  }
}

.el-tooltip__popper.is-dark {
  height: 4rem;
  box-sizing: border-box;
  line-height: 4rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
  background: #474C66;
  font-size: 1.4rem;
}
.el-tooltip__popper.is-dark .popper__arrow::after {
  border-bottom-color: #474C66;
}