.job-txt {
  width: 100%;
}

.job-list {
  width: 100%;
}

.job-title {
  width: 100%;
  margin-top: 15px;
}

.job-title p {
  color: #333;
  font-size: 16px;
}

.job-title p span {
  position: relative;
  font-size: 12px;
  font-family: "hb";
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}

.job-title p span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #333;
}

.jlist-top {
  width: 100%;
  margin-top: 10px;
}

.jlist-top ul {
  width: 100%;
}

.jlist-top ul li {
  width: 33.3%;
  float: left;
  position: relative;
  overflow: hidden;
}

.jlist-top ul li:last-child {
  width: 66.7%;
}

.jlist-top ul li:nth-child(1) .jlist-div,
.jlist-top ul li:nth-child(2) .jlist-div,
.jlist-top ul li:nth-child(4) .jlist-div {
  border-right: 0;
}

.jlist-top ul li:nth-child(4) .jlist-div,
.jlist-top ul li:nth-child(5) .jlist-div {
  border-top: 0;
}

.jlist-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f6f7fc;
  border: 1px solid #dcdcdc;
  padding: 0px 5px;
  height: 31px;
}

.jlist-div span {
  font-weight: bold;
  font-size: 12px;
}

.jlist-div .jl-select {
  width: calc(100% - 29px);
  line-height: 30px;
  border: 0;
  color: #999999;
  font-size: 12px;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/z_01.png) no-repeat scroll right center transparent;
}

.jlist-top ul li:nth-child(3) .jlist-div .jl-select {
  width: calc(100% - 53px);
  padding-right: 12px;
}

.jinput {
  width: calc(100% - 40px);
  float: left;
  border: 0;
  background: transparent;
  line-height: 30px;
}

.j-a {
  width: 40px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 30px;
}

.j-a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: #dcdcdc;
  margin: auto;
  z-index: 1;
}

.j-a img {
  width: 20px;
  display: block;
  margin-top: 5px;
  float: right;
}

.jjob-list {
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
  margin-bottom: 20px;
}

.jjob-list .ul {
  width: 100%;
}

.jjob-list .ul .li {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.jjob-li {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f7f8f8;
}

.jjob-list .ul .li:nth-child(odd) .jjob-li {
  background: #fff;
}

.jjob-li ul {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.jjob-li ul li {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 0px 5px;
}

.jjob-list .ul .li.cur .jjob-li ul li p {
  color: #fff;
}

.jjob-li ul li p {
  color: #333;
  line-height: 30px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.jd-icon {
  width: 10px;
  float: right;
  margin-top: 13px;
}

.jjob-list .ul .li.cur .jd-icon .j-i {
  display: none;
}

.jjob-list .ul .li.cur .jd-icon .j-i1 {
  display: block;
}

.jd-icon .j-i {
  width: 100%;
  display: block;
}

.jd-icon .j-i1 {
  width: 100%;
  display: none;
}

.jjob-list .ul .li.cur .jjob-li {
  background: #0081cc;
}

.jjob-li ul li:last-child p {
  width: calc(100% - 10px);
  float: left;
}

.jjli-div {
  padding: 10px;
  width: 100%;
  display: none;
}

.jjli-div .jjli-p {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  margin-top: 10px;
}

.jjli-div p {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.jj-table {
  padding: 60px;
  margin: 0 !important;
  flex-grow: 1;
}

.jj-table p {
  color: #333;
  font-weight: bold;
}

.jj-table ul {
  width: 100%;
  margin-top: 5px;
}

.jj-table ul li {
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.jj-table ul li:nth-child(2) .jul-input {
  width: calc(100% - 48px);
}

.jj-udiv {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #dcdcdc; */
  padding: 0px 5px;
}

.jj-udiv select {
  width: calc(100% - 65px) !important;
  height: 30px;
  line-height: 30px;
}

.jj-udiv span {
  font-size: 12px;
}

.jul-input {
  width: calc(100% - 36px);
  border: 0;
  background: transparent;
  line-height: 30px;
}

.jj-btn {
  display: block;
  line-height: 64px !important;
  color: #fff;
  background: #f08519;
  float: left;
  text-align: center;
  border-radius: 100px;
  padding: 0 30px;
  position: relative;
}

.jj-btn p {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
}

.jj-btn #files {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  opacity: 0;
}

.jj-btn1 {
  width: 100px;
  display: block;
  line-height: 64px !important;
  color: #fff;
  background: #f3991c;
  float: left;
  border-radius: 100px;
  padding: 0 30px;
  text-align: center;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .jlist-top ul li {
    width: 20%;
    float: left;
  }

  .jlist-top {
    margin-top: 20px;
  }

  .jlist-top ul li:nth-child(3) .jlist-div {
    border-right: 0;
  }

  .jlist-top ul li:nth-child(4) .jlist-div,
  .jlist-top ul li:nth-child(5) .jlist-div {
    border-top: 1px solid #dcdcdc;
  }

  .jlist-top ul li:last-child {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .job-title p span {
    font-size: 16px;
    padding-left: 8px;
  }

  .job-title p {
    font-size: 25px;
  }

  .job-title p span:before {
    height: 15px;
  }

  .jlist-div span {
    font-weight: bold;
    font-size: 16px;
  }

  .jlist-div .jl-select {
    width: calc(100% - 37px);
    line-height: 40px;
  }

  .jlist-top ul li:nth-child(3) .jlist-div .jl-select {
    width: calc(100% - 69px);
  }

  .jinput {
    line-height: 40px;
  }

  .j-a img {
    margin-top: 10px;
  }

  .j-a:before {
    top: 9px;
    height: 20px;
  }

  .jjob-li ul li p {
    line-height: 40px;
    font-size: 14px;
  }

  .jjob-li ul li {
    padding: 0px 10px;
  }

  .jjli-div .jjli-p {
    font-size: 16px;
  }

  .jjli-div p {
    font-size: 14px;
    line-height: 25px;
  }

  .jj-btn,
  .jj-btn1 {
    margin-top: 11px;
  }

  .jlist-div {
    height: 42px;
  }
}

@media (min-width: 1440px) {
  .job-title {
    margin-top: 50px;
  }

  .job-title p {
    font-size: 30px;
  }

  .jlist-top {
    margin-top: 50px;
  }

  .jlist-div span {
    font-size: 20px;
  }

  .jlist-div .jl-select {
    width: calc(100% - 45px);
    line-height: 60px;
  }

  .jlist-top ul li:nth-child(3) .jlist-div .jl-select {
    width: calc(100% - 85px);
  }

  .jlist-div {
    padding: 0px 10px;
  }

  .jinput {
    line-height: 60px;
  }

  .j-a {
    margin-top: 9px;
  }

  .jjob-li ul li p {
    line-height: 50px;
    font-size: 16px;
  }

  .jjli-div {
    padding: 20px;
  }

  .jjli-div .jjli-p {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .jjli-div p {
    font-size: 16px;
  }

  .jj-udiv span {
    font-size: 16px;
  }

  .jul-input {
    width: calc(100% - 48px);

    line-height: 40px;
  }

  .jj-table ul li:nth-child(2) .jul-input {
    width: calc(100% - 64px);
  }

  .jj-btn,
  .jj-btn1 {
    font-size: 16px;
    line-height: 40px;
    margin-top: 27px;
  }

  .jj-btn p {
    font-size: 16px;
  }

  .jj-table {
    margin-top: 30px;
  }

  .jj-table ul {
    margin-top: 20px;
  }

  .jlist-div {
    height: 62px;
  }

  .jj-udiv select {
    width: calc(100% - 85px) !important;
    height: 40px;
    line-height: 40px;
  }
}

.jobs_new_page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs_new_page {
  margin-bottom: 70px !important;
}

.joinUs_list {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.joinUs_list>div {
  background-color: #01598c;
  padding: 50px 70px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-grow: 1;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
  /* 添加100ms延迟触发 */
}

.joinUs_list>div>div {
  max-width: 800px;
}

.joinUs_list>div h1 {
  font-size: 26px;
  margin-bottom: 30px;
}

.joinUs_list>div p {
  line-height: 48px;
  font-size: 18px;
}

.joinUs_list>img {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.joinUs_list.active>div,
.joinUs_list.active>img {
  opacity: 1;
  transform: translateX(0);
}

.joinUs_gradient {
  background-color: #f7f7ff;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 100px 70px 70px;
  overflow: hidden;

  .joinUs_gradient_text {
    background-color: #ffffff60;
    backdrop-filter: blur(8px);
    /* 添加毛玻璃效果 */
    -webkit-backdrop-filter: blur(8px);
    /* 兼容webkit内核浏览器 */
    /* border: 2px solid #ffffff80; */
    border-radius: 20px;
    padding: 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;

    .text {
      font-size: 18px;
      margin-top: 40px;

      &>p {
        margin-top: 20px;

        &:nth-child(1) {
          margin-top: 0;
        }
      }
    }
  }

  .joinUs_gradient_text,
  .joinUs_gradient_list>div,
  .joinUs_gradient_list>div>p {
    opacity: 0;
    transform: translateY(100px);
    --time: 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) var(--time);
  }

  .joinUs_gradient_list>div {
    &:nth-child(1) {
      --time: 0.2s;

      &>p {
        --time: 0.4s;
      }
    }

    &:nth-child(2) {
      --time: 0.4s;

      &>p {
        --time: 0.6s;
      }
    }

    &:nth-child(3) {
      --time: 0.6s;

      &>p {
        --time: 0.8s;
      }
    }

    &:nth-child(4) {
      --time: 0.8s;

      &>p {
        --time: 1s;
      }
    }
  }

  &.active {

    .joinUs_gradient_text,
    .joinUs_gradient_list>div,
    .joinUs_gradient_list>div>p {
      opacity: 1;
      transform: translateX(0);
    }


  }
}

.joinUs_gradient_list {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 40px;
  margin-left: 40px;
}

.joinUs_gradient_list>div {
  width: 240px;
  background-color: #ffffff40;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* border: 2px solid #ffffff80; */
  margin: 0 2%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.joinUs_gradient_list>div:nth-child(1) {
  height: 240px;
}

.joinUs_gradient_list>div:nth-child(2) {
  height: 280px;
}

.joinUs_gradient_list>div:nth-child(3) {
  height: 320px;
}

.joinUs_gradient_list>div:nth-child(4) {
  height: 360px;
}

.joinUs_gradient>img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.joinUs_gradient_list>div>p {
  position: absolute;
  font-size: 16px;
  text-align: center;
  bottom: calc(100% + 30px);
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.086) 0px 10px 40px;
  padding: 10px 0;
}

.joinUs_gradient_list>div>h1 {
  font-size: 32px;
  color: #999;
}

.joinUs_gradient_list_box {
  color: #fff;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  backdrop-filter: blur(8px);
  /* 添加毛玻璃效果 */
  -webkit-backdrop-filter: blur(8px);
  background-color: #ffffff60;
  /* border: 2px solid #ffffff80; */
  border-radius: 20px;
}

.joinUs_gradient_list_box>div {
  display: flex;
  flex-direction: column;
  /* 上下排序 */
  height: 100%;
  /* background-color: #f08519; */
  overflow: hidden;
  height: 100%;
  /* 向下位移自身高度 */
  /* transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); */
}

.joinUs_gradient_list_box.active>div {
  transform: translateY(0%);
  /* 向下位移自身高度 */
}

.joinUs_gradient_list_box>div>p:nth-of-type(1) {
  padding: 20px;
  text-align: justify;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.joinUs_gradient_list_box>div>p:nth-of-type(2) {
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #f3991c;
  color: #fff;
}

/* Tab样式 */
.tab-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.tab-btn {
  cursor: pointer;
  transition: all 0.3s;
  height: 54px;
  line-height: 50px;
  border: 2px solid rgba(0, 0, 0, 0);
  font-size: 18px;
  color: #333;
  background-image: -o-linear-gradient(315deg,
      #e6eef9 0,
      #efeff5 46%,
      #f1f1f5 100%);
  background-image: linear-gradient(135deg, #e6eef9, #efeff5 46%, #f1f1f5);
  -webkit-box-shadow: 0 4px 8px 0 rgba(153, 153, 186, 0.24);
  box-shadow: 0 4px 8px 0 rgba(153, 153, 186, 0.24);
  border-radius: 10px;
  margin: 0 20px 20px 0;
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}

.tab-btn.active {
  color: #2f7aab;
  border-color: #2f7aab;
  -webkit-box-shadow: 0 3px 30px 0 rgba(232, 234, 243, 0.6);
  box-shadow: 0 3px 30px 0 rgba(232, 234, 243, 0.6);
}

.tab-content {
  background-color: #fff;
  border-radius: 10px;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.title {
  background-color: #f1f1f1;
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
  font-size: 20px;
}

.tab-content-main {
  padding: 30px;
}

.tab-bottom {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 10px;
}

.joinUs_from {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 10px 40px #00000016;
  margin: -100px auto 0;
  position: relative;
  align-items: center;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);

  &.active {
    opacity: 1;
    transform: translateY(0);
  }
}

.joinUs_from>img {
  height: 600px;
  margin-top: -50px;
}

.jul-input {
  line-height: 64px !important;
}

.jj-table ul li {
  background-color: #f1f1f1;
  margin-bottom: 20px;
  border-radius: 10px;
}

.jj-udiv select {
  height: 64px !important;
  font-size: 16px;
}

/* 动画区 */
.title_1 {
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.title_1.active {
  opacity: 1;
  transform: translateY(0);
}

.joinUs_top {
  position: relative;
}

.joinUs_top>img {
  width: 100%;
  pointer-events: none;
}

.joinUs_top_box {
  /* 使用CSS变量统一控制动画参数 */
  --animation-duration: 0.4s;
  --animation-timing: cubic-bezier(0.25, 0.1, 0.25, 1);
  --animation-delayed: 0s;
  --animation-offset: 100px;

  padding-top: 30px;

  /* 共享的动画样式 */
  .joinUs_top_box_content,
  .joinUs_topBox_lh::after,
  .joinUs_topBox_lh::before,
  .joinUs_topBox_lh>div>p,
  .joinUs_topBox_lh>div>ul>li {
    transition: all var(--animation-duration) var(--animation-timing) var(--animation-delayed);
    opacity: 0;
    transform: translateY(var(--animation-offset));
  }

  .joinUs_topBox_lh {

    &::after,
    &::before {
      --animation-delayed: 1s;
    }

    &>div {

      &>ul>li {
        &:nth-child(1) {
          --animation-delayed: 0.8s;
        }

        &:nth-child(2) {
          --animation-delayed: 0.6s;
        }

        &:nth-child(3) {
          --animation-delayed: 0.4s;
        }

        &:nth-child(4) {
          --animation-delayed: 0.2s;
        }
      }
    }
  }

  /* active状态下的样式 */
  &.active {

    .joinUs_top_box_content,
    .joinUs_topBox_lh::after,
    .joinUs_topBox_lh::before,
    .joinUs_topBox_lh>div>p,
    .joinUs_topBox_lh>div>ul>li {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.joinUs_top_box_content {
  /* position: absolute;
  bottom: 20px;
  left: 50%; */
  /* transform: translateX(-50%); */
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  width: 120px;
  font-weight: bold;
}

.joinUs_top_box_content>p:nth-child(1) {
  background-color: #2f7aab;
}

.joinUs_top_box_content>p:nth-child(2) {
  background-color: #f08519;
}

.joinUs_topBox_lh {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0 80px;
  position: relative;

  &::after,
  &::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #e1e1e1;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }

  &::after {
    width: 70%;
    top: -70px;
  }

  &::before {
    width: 50%;
    bottom: -30px;
  }
}

.joinUs_topBox_lh>div {
  height: 100%;
  width: 50%;
  padding: 0 100px;
  margin-top: -40px;
  position: relative;
}

.joinUs_topBox_lh>div>p {
  position: absolute;
  top: -60px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.joinUs_topBox_lh>div>ul {
  display: flex;
  /* 设置flex项目之间的间距为20px */
  column-gap: 26px;
  align-items: flex-start;
}

.joinUs_topBox_lh>div>ul>li {
  flex-grow: 1;
  text-align: center;
  font-size: 18px;
}

.joinUs_topBox_lh>div>ul>li {
  color: #fff;
  padding: 20px 0;
  position: relative;
  border-radius: 10px;
}

.joinUs_topBox_lh>div>ul>li::after {
  content: '';
  width: 20px;
  height: 20px;

  position: absolute;
  top: -10px;
}

.joinUs_topBox_lh>div>ul>li:nth-of-type(1)::after {
  display: none;
}

/* .joinUs_topBox_lh>div>ul>li:nth-child(2) {
  margin-top: 90px;
}

.joinUs_topBox_lh>div>ul>li:nth-child(3) {
  margin-top: 180px;
}

.joinUs_topBox_lh>div>ul>li:nth-child(4) {
  margin-top: 270px;
}

.joinUs_topBox_lh>.left {
  left: 0;
} */



.joinUs_topBox_lh>.left ul>li:nth-child(2n) {
  background-color: #50a9d9;
}

.joinUs_topBox_lh>.left ul>li:nth-child(2n - 1) {
  background-color: #3b8bc0;
}

.joinUs_topBox_lh>.left ul>li::after {
  border-top: 2px solid #3b8bc0;
  border-left: 2px solid #3b8bc0;
  border-radius: 15px 0 0 0;
  left: -10px;
}

.joinUs_topBox_lh>.left p {
  color: #0081cc;
  left: 70px;
}

.joinUs_topBox_lh>.right {
  text-align: right;
}

.joinUs_topBox_lh>.right ul {
  flex-direction: row-reverse;
}

.joinUs_topBox_lh>.right ul>li:nth-child(2n) {
  background-color: #f7b85b;
}

.joinUs_topBox_lh>.right ul>li:nth-child(2n - 1) {
  background-color: #f3991c;
}

.joinUs_topBox_lh>.right ul>li::after {
  border-top: 2px solid #f3991c;
  border-right: 2px solid #f3991c;
  border-radius: 0 15px 0 0;
  right: -10px;
}

.joinUs_topBox_lh>.right p {
  color: #f08519;
  right: 70px;
}

.joinUs_topBox_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.joinUs_topBox_title>div {
  width: 700px;
  margin-top: 100px;
}

/* 定义上下漂浮动画 */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}


.joinUs_gradient_us {
  &>div {
    opacity: 0;
    transform: translateY(100px);
    --time: 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) var(--time);
  }

  &>div:nth-child(2) {
    --time: 0.2s;
  }

  &.active {
    &>div {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.joinUs_new_banner {
  position: absolute;
  width: 100%;
  height: 548px;
  background-color: #000;
  top: 0;
  left: 0;

  img,
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
  }

  .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #0081cc10, #0081cc20, #0081cc60);
    top: 0;
    left: 0;
  }
}

.joinUs_new2_top_herder .head_top {
  background-color: #ffffff60;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.joinUs_new_aisle {
  width: 100%;
  margin: 70px auto 0;
  height: 545px;
  text-align: right;
  position: relative;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateY(100px);

  &>img {
    width: 1200px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  &>div {
    opacity: 0;
    transform: translateY(100px);
    --time: 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
    width: 720px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    border-radius: 20px;
    transform: translateY(-50%) translateX(-100px);
    text-align: left;
    padding: 64px 88px 88px 64px;

    .about_new_text_p {
      margin-top: 0;
    }

    &>div {
      margin-top: 20px;

      &>h1 {
        font-size: 20px;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
      }

      &>p {
        line-height: 25px;
        font-size: 14px;
      }
    }
  }

  &.active {
    opacity: 1;
    transform: translateY(0);

    &>div {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
    }
  }
}

.joinUs_new_league {
  display: flex;
  justify-content: right;
  position: relative;

  /* 图片无限滚动样式 */
  .infinite-scroll-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 1200px;
    height: 90vh;
    overflow: hidden;
    padding: 0 32px;
  }

  .scroll-column {
    width: calc(33.333% - 20px);
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .scroll-content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* 包含复制的图片，高度为原始内容的2倍 */
  }

  .scroll-column img {
    width: 100%;
    height: 340px;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    /* 确保每张图片占相同高度 */
  }

  .left {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: 720px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    border-radius: 20px;
    transform: translateY(-50%) translateX(-100px);
    text-align: left;
    padding: 64px 88px 88px 64px;

    .about_new_text_p {
      margin-top: 0;
    }

    &>div {
      margin-top: 20px;

      &>h1 {
        font-size: 20px;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
      }

      &>p {
        line-height: 25px;
        font-size: 14px;
      }
    }
  }

  &.active {
    .left {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
    }
  }
}

@media (max-width: 1366px) {
  .joinUs_new_aisle {
    margin: 32px auto 0;
  }

  .job-list {
    margin-top: 20px;
  }

  .jobs_new_page {
    margin-bottom: 32px !important;
  }

  .joinUs_gradient {
    padding: 120px 32px 32px;
  }

  .joinUs_gradient_list {
    margin-top: 0;
    margin-left: 10px;
  }

  .joinUs_gradient {
    .joinUs_gradient_text {
      padding: 20px;
    }
  }

  .joinUs_gradient_list>div {
    width: 200px;
  }

  .about_new_text_p {
    padding-top: 32px !important;
  }

  .tab-nav {
    margin-top: 20px;
    margin-bottom: 0px;
  }

}

@media (max-width: 1340px) {}

@media (max-width: 1240px) {

  .joinUs_new_aisle {
    &>img {
      width: 1000px;
    }
  }

  .joinUs_new_league {
    .infinite-scroll-container {
      width: 1000px;
    }
  }

  .joinUs_from {
    max-width: 1000px;
  }


}

@media (max-width: 1000px) {
  .joinUs_new_banner {
    height: 448px;
  }

  .joinUs_new_aisle {
    height: 548px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;

    &>img {
      width: auto;
      height: 46%;
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 0px;
    }

    &>div {
      width: 100%;
      padding: 20px;
      top: auto;
      bottom: 0;
      transform: translate(0, 0) !important;
      border-radius: 0;
    }

    .about_new_text_p {
      padding-top: 0px !important;
    }
  }

  .joinUs_new_league {
    .infinite-scroll-container {
      width: 100%;
      padding: 0;
      gap: 0;
    }

    .left {
      width: 100%;
      padding: 20px 0;
      top: auto;
      bottom: 0;
      transform: translate(0, 0) !important;
      border-radius: 0;

      .about_new_text_p {
        padding-top: 0 !important;
      }
    }

    .scroll-column {
      width: 33.3333%;

      img {
        border-radius: 0 !important;
        height: 220px !important;
      }
    }

    .scroll-content {
      gap: 0 !important;
    }
  }

  .joinUs_gradient {
    display: block;
    padding: 32px 20px;
  }

  .joinUs_gradient_list {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 0;
  }

  .joinUs_gradient_list>div {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .joinUs_gradient {
    & .joinUs_gradient_list>div {
      margin-top: 90px;
    }
  }

  /* .about_new_main {
    padding: 0;
  } */

  .tab-nav {
    overflow: auto;
    padding: 0 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .tab-btn {
    margin: 0;
    flex-shrink: 0;
  }

  .joinUs_text {
    padding: 32px 20px 0 !important;
  }

  .joinUs_gradient_us {
    &>div:nth-child(2) {
      padding: 32px 20px;
    }
  }

  .joinUs_bottom {
    padding-bottom: 90px;
    padding: 0;
  }

  .joinUs_from {
    display: block;
  }

  .joinUs_from>img {
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .jj-table {
    padding: 20px;
  }

  .jobs_main {
    padding: 0 20px;

    .about_new_text_p {
      padding-top: 0 !important;
    }
  }
}