.no-padding {
  padding-bottom: 0;
}

.join-us-bank {
  height: 375px;
  background-repeat: no-repeat;
  background: linear-gradient(to bottom right, #D5D8ED, #FFFFFF);
}
.join-us-bank .join-us-title {
  padding-top: 50px;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 72px;
}
.join-us-tips {
  font-size: 24px;
  padding-top: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.join-us-btn {
  display: flex;
}
.join-us-btn .btn-item {
  display: flex;
  border-radius: 12px;
  background: #4E42C2;
  padding: 16px 24px;
  cursor: pointer;
  color: #fff!important;
  font-size: 20px;
  margin-right: 50px;
  margin-top: 40px;
  text-decoration: none;
}
.join-us-btn .btn-item svg {
  margin-left: 5px;
}

.work-chance {
  background-color: rgba(250, 250, 250, 1);
  padding: 100px 0;
}
.work-chance .work-chance-title,
.staff-life .work-chance-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 71px;
  margin-bottom: 50px;
}
.work-chance-sort .sort-item {
  margin-bottom: 30px;
  line-height: 30px;
  display: flex;
}
.work-chance-sort .sort-item-more {
  flex-wrap: wrap;
}
.work-chance-sort .sort-item .sort-item-title {
  font-size: 24px;
  font-weight: 700;
  margin-right: 33px;
  width: 150px;
}
.work-chance-sort .sort-item .sort-item-option {
  min-width: 60px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.03);
  padding: 0 10px;
  color: rgba(26, 25, 30, 1);
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px 10px 0;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.work-chance-sort .sort-item .check-loc-option,
.work-chance-sort .sort-item .check-dep-option {
  background-color: #4E42C2;
  color: #fff;
}
.job-item-info {
  margin-top: 50px;
  max-height: 1140px;
  overflow-y: auto;
}
.job-item-info .no-job-item {
  margin: 60px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(96, 98, 102, 1);
  display: flex;
  justify-content: center;
  line-height: 20px;
  align-items: center;
}
.no-job-item .no-job-info {
  margin: 0 20px;
}
.no-job-item .no-job-line {
  width: 91px;
  height: 1px;
  background: rgba(227, 228, 229, 1);
}
.job-item-info .job-item {
  height: 353px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.03);
  padding: 36px 36px 0;
  margin-bottom: 35px;
  position: relative;
}
.job-item-title {
  display: flex;
  justify-content: space-between;
}
.job-item-title .item-title {
  line-height: 40px;
  color: #4E42C2;
}
.job-item-title .title-name {
  font-size: 24px;
  font-weight: 700;
}
.job-item-title .title-apply {
  border: 2px solid #4E42C2;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  line-height: 36px;
  color: #4E42C2;
}
.job-item-title .title-apply svg {
  margin-left: 6px;
}
.job-item-title .item-tip {
  text-align: center;
}
.job-item-title .tip-name {
  line-height: 24px;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.5);
}
.job-item-content {
  margin-top: 36px;
}
.job-item-content .job-content {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 36px;
}
.job-item-content .mb0 {
  margin-bottom: 0;
}
.job-content .job-content-title {
  font-weight: 700;
}
.job-content .job-content-desc {
  margin-left: 5px;
}
.job-content-desc .job-email-a {
  color: #4E42C2;
  text-decoration: underline;
  cursor: pointer;
}

.job-item-more {
  position: absolute;;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.job-item-more .more-opacity {
  height: 36px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.job-item-more .more-info {
  line-height: 56px;
  font-size: 16px;
  font-weight: 500;
  color: #4E42C2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}

.staff-life {
  padding: 100px 0;
  background: #fff;
}
.staff-life-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff-life-img img {
  width: calc((100% - 120px)/3);
  margin-bottom: 60px;
}
.staff-life-img img:nth-child(3n - 1) {
  margin: 0 60px 60px;
}
.staff-life .staff-life-more {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 58px;
  color: #4E42C2;
  cursor: pointer;
}
.staff-life .staff-life-more svg {
  margin-left: 10px;
}

::-webkit-scrollbar {
  display: none;
}

.modal-lg, .modal-xl {
  max-width: 1200px;
}

@media (max-width: 1200px) {
  .modal-lg, .modal-xl {
    max-width: 900px;
  }
}

@media (max-width: 575.98px) {
  .join-us-bank {
    background-image: none;
    background: #fff;
    height: auto;
  }
  .join-us-bank .join-us-start {
    background: #EDEBFF;
  }
  .join-us-bank .join-us-content {
    padding: 0;
    text-align: center;
  }
  .join-us-bank .join-us-title {
    padding-top: 30px;
    font-size: 32px;
    line-height: 48px;
  }
  .join-us-tips {
    line-height: 21px;
    font-size: 14px;
    padding: 20px 0 30px 0;
  }
  .join-us-tips p {
    margin-bottom: 0;
  }
  .join-us-btn {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    background: #fff;
    border-radius: 0;
    display: flex;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 0 4.8%;
  }
  .join-us-btn .btn-item {
    border-radius: 0;
    margin: 0;
    line-height: 60px;
    font-size: 18px;
    padding: 0 25px 0 0;
    align-items: center;
    color: rgba(0, 0, 0, 1)!important;
    background: #fff;
  }
  .join-us-btn .btn-item svg {
    display: none;
  }
  .join-us-btn .check-btn-item {
    color: #4E42C2!important;
  }
  .work-chance {
    padding: 12px 0 24px;
    margin-top: 8px;
  }
  .work-chance .work-chance-title,
  .staff-life .work-chance-title {
    font-size: 24px;
    text-align: left;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .work-chance-sort .sort-item {
    margin-bottom: 24px;
    line-height: 30px;
    display: block;
  }
  .work-chance-sort .sort-item .sort-item-title {
    font-size: 18px;
  }
  .work-chance-sort .sort-item .sort-item-option {
    margin: 0 10px 0 0;
  }
  .work-chance-sort .sort-item-more {
    overflow-x: auto;
    white-space: nowrap;
  }
  .job-item-info {
    margin-top: 0;
    max-height: none;
  }
  .job-item-info .job-item {
    padding: 16px 16px 0;
    height: 220px;
    margin-bottom: 24px;
  }
  .job-item-title {
    display: block;
  }
  .job-item-title .title-name {
    font-size: 18px;
  }
  .job-item-title .item-title {
    line-height: 26px;
  }
  .job-item-title .tip-name {
    font-size: 12px;
    line-height: 24px;
    margin-top: 0;
  }
  .job-item-title .title-apply {
    border: 1px solid #4E42C2;
    border-radius: 8px;
    line-height: 22px;
    font-size: 12px;
  }
  .job-item-title .title-apply svg {
    width: 16px!important;
    height: 16px!important;
  }
  .job-item-title .item-tip {
    overflow: hidden;
  }
  .job-item-title .title-apply-small {
    float: right;
  }
  .job-item-title .tip-name-small {
    float: left;
  }
  .job-item-more .more-opacity {
    height: 24px;
  }
  .job-item-more .more-info {
    line-height: 34px;
    font-size: 12px;
  }
  .job-item-content {
    margin-top: 16px;
  }
  .job-item-content .job-content {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .job-content .job-content-desc {
    font-weight: 400;
  }
  .staff-life {
    padding: 24px 0;
  }
  .staff-life-img img {
    width: calc((100% - 24px)/2);
    margin-bottom: 24px;
  }
  .staff-life-img img:nth-child(3n - 1) {
    margin: 0 0 24px 0;
  }
  .staff-life .staff-life-more {
    font-size: 12px;
    line-height: 18px;
  }
  .staff-life .staff-life-more svg {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    margin-left: 6px;
  }
}