.margin-auto {
  margin: 0 auto;
}
body {
  overflow: hidden;
}
section {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.section-z-2 {
  z-index: 2;
  position: relative;
  background-color: #fff;
}
.btn-border-white {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.btn-border-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-active {
  border: 4px solid;
  border-image: linear-gradient(90deg, #28BC78 0%, #4C7BD9 100%) 4;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-bg-black {
  background: #000102;
}
.section-bg-grey {
  background: #F6F7F8;
}
.section-full {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.joinus-video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.joinus-video-wrapper.video-hidden {
  opacity: 0;
  visibility: hidden;
}
.joinus-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-scroll-conent {
  box-sizing: border-box;
  background: transparent;
  position: relative;
  z-index: 1;
}
.section-scroll-conent .en-w-content {
  margin: 0 auto;
}
.section-scroll {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: visible;
  padding-bottom: 160px;
}
.section-joinus {
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
}
.person-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-content {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.trust-content-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 520px;
  /* 当设置为sticky时，由JavaScript控制top和transform */
  align-self: flex-start;
  box-sizing: border-box;
  /* 确保sticky时能正确居中 */
  margin-top: 0;
  position: static;
  padding-top: 60px;
  z-index: 0;
}
.right-position {
  position: relative;
  left: 580px;
}
.trust-content-right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  width: 600px;
  gap: 30px;
  padding-bottom: 160px;
  position: relative;
}
.trust-content-right .right-padding {
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trust-content-right .list-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.trust-content-right .list-group .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.trust-content-right .list-group .list-item-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #eee;
  flex-shrink: 0;
}
.trust-content-right .list-group .list-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-content-right .list-group .list-item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.work-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 120px;
  margin: 0 auto;
}
.work-content img {
  width: 560px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
.work-content .en-title-5 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.work-content .work-content-list {
  gap: 10px;
}
.team-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}
.team-content img {
  object-fit: cover;
  flex-shrink: 0;
}
.team-content .team-content-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 70px;
}
.team-content .team-content-list .team-content-list-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 270px;
}
.section-grey {
  background: rgba(0, 0, 0, 0.04);
  height: 60px;
  display: flex;
  align-items: center;
}
.team-culture {
  padding-top: 80px;
}
.team-culture .w-800 {
  width: 800px;
}
.team-culture .en-title-4.w-800 {
  width: 800px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.team-culture .en-title-5.font-color-8 {
  font-weight: normal;
}
.team-culture .team-culture-description {
  margin-top: 60px;
}
.team-culture-swiper {
  width: 100%;
  margin-top: 60px;
  overflow: visible;
}
.team-culture-swiper .swiper-wrapper.team-culture-list {
  padding-left: calc((100% - 1200px) / 2);
  gap: 30px;
}
.team-culture-swiper .swiper-wrapper.team-culture-list .swiper-slide.team-culture-list-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 400px !important;
  height: 480px;
  border-radius: 16px;
  background-color: #fff;
  padding: 40px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.border-bottom {
  border-bottom: 1px solid #000102;
}
.join-us-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.join-us-content .btn-active {
  width: 800px;
  margin-top: 30px;
}
/* phone */
@media (max-width: 759.98px) {
  body {
    overflow: hidden;
  }
  .pb-160 {
    padding-bottom: 60px;
  }
  .pt-160 {
    padding-top: 60px;
  }
  .section-scroll-conent {
    background-color: transparent;
    background-image: none !important;
  }
  .trust-content {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
  }
  .trust-content .trust-content-left {
    position: relative;
    width: 100%;
    padding-top: 0;
    gap: 30px;
    margin: 0 auto;
    text-align: center;
  }
  .trust-content .trust-content-left .gap-12 {
    justify-content: center;
  }
  .trust-content .trust-content-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    padding-bottom: 50px;
  }
  .trust-content .trust-content-right .right-padding {
    padding: 30px;
  }
  .trust-content .trust-content-right .right-padding:last-child {
    padding: 20px !important;
  }
  .trust-content .trust-content-right .bg-white-content:nth-child(1) {
    flex: 1;
    height: auto;
    box-sizing: border-box;
  }
  .trust-content .trust-content-right .bg-black-content {
    position: relative;
    flex: 1;
    height: 330px;
  }
  .trust-content .trust-content-right .bg-black-content .en-title-4 {
    margin-bottom: 20px;
  }
  .trust-content .trust-content-right .bg-black-content img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    position: absolute;
    bottom: 30px;
    right: 26px;
  }
  .trust-content .trust-content-right .list-group {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
  .trust-content .trust-content-right .list-group .list-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .trust-content .trust-content-right .list-group .list-item .list-item-icon {
    width: 48px;
    height: 48px;
  }
  .trust-content .trust-content-right .list-group .list-item .list-item-content {
    gap: 10px;
  }
  .work-content {
    gap: 30px;
    flex-direction: column;
    width: 320px;
  }
  .work-content img {
    width: 320px;
    height: auto;
  }
  .work-content .en-title-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .team-content {
    gap: 10px;
  }
  .team-content img {
    margin-bottom: 60px;
  }
  .team-content .flex-col {
    margin-top: 10px;
  }
  .team-content .team-content-list {
    margin-top: 30px;
    gap: 30px;
  }
  .team-content .team-content-list .team-content-list-item {
    width: 100%;
    align-items: flex-start;
    gap: 10px;
  }
  .team-culture {
    padding-top: 60px;
  }
  .team-culture .en-title-4.w-800 {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 320px;
  }
  .team-culture .team-culture-description {
    margin-top: 40px;
  }
  .team-culture .w-800 {
    width: 320px;
  }
  .team-culture-swiper {
    margin-top: 0;
    display: flex;
  }
  .team-culture-swiper .swiper-wrapper.team-culture-list {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .team-culture-swiper .swiper-wrapper.team-culture-list .swiper-slide.team-culture-list-item {
    width: 320px !important;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    gap: 20px;
  }
  .join-us-content {
    gap: 20px;
  }
  .join-us-content .gap-12 {
    margin-top: 10px;
  }
  .join-us-content .btn-active {
    margin-top: 40px;
    width: 320px;
    text-align: center;
    padding: 16px 20px;
    box-sizing: border-box;
  }
  .hiring-process-section .en-title-3 {
    margin-bottom: 20px;
  }
  .hiring-process-section .hiring-process-content {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list .hiring-process-content-item {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 10px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list .hiring-process-content-item:nth-child(1) .en-title-4 {
    margin-top: 12px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list .hiring-process-content-item:nth-child(2) .en-title-4 {
    margin-top: 0px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list .hiring-process-content-item:nth-child(3) .en-title-4 {
    margin-top: 0px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list .hiring-process-content-item:nth-child(4) .en-title-4 {
    margin-top: 22px;
  }
  .hiring-process-section .hiring-process-content .img-bg {
    width: 40px;
    height: 342px;
    background-image: url('../assets/ansen/joinus-hiringprocess-mobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
}
/* pad */
@media (min-width: 760px) and (max-width: 1023.98px) {
  .pb-160 {
    padding-bottom: 80px;
  }
  .pt-160 {
    padding-top: 80px;
  }
  .w-800 {
    width: 600px!important;
  }
  .section-scroll-conent {
    background-color: transparent;
    background-image: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .trust-content {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .trust-content .trust-content-left {
    position: relative;
    padding-top: 0;
    gap: 30px;
    margin: 0 auto;
    text-align: center;
  }
  .trust-content .trust-content-left .gap-12 {
    justify-content: center;
  }
  .trust-content .trust-content-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    padding-bottom: 80px;
  }
  .trust-content .trust-content-right .right-padding {
    padding: 30px;
  }
  .trust-content .trust-content-right .bg-white-content:nth-child(1) {
    flex: 1;
    height: 350px;
    box-sizing: border-box;
  }
  .trust-content .trust-content-right .bg-black-content {
    position: relative;
    flex: 1;
    height: 350px;
  }
  .trust-content .trust-content-right .bg-black-content .en-title-4 {
    margin-bottom: 20px;
  }
  .trust-content .trust-content-right .bg-black-content img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    position: absolute;
    bottom: 30px;
    right: 35px;
  }
  .trust-content .trust-content-right .bg-white-content:nth-child(2) {
    width: 100%;
  }
  .trust-content .trust-content-right .list-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  .trust-content .trust-content-right .list-group .list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: calc(50% - 15px);
  }
  .trust-content .trust-content-right .list-group .list-item .list-item-icon {
    width: 60px;
    height: 60px;
  }
  .trust-content .trust-content-right .list-group .list-item .list-item-content {
    gap: 10px;
  }
  .work-content {
    gap: 40px;
    flex-direction: column;
    width: 560px;
  }
  .work-content img {
    width: 560px;
    height: auto;
  }
  .work-content .en-title-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .team-content {
    gap: 20px;
  }
  .team-content .team-content-list {
    margin-top: 20px;
    gap: 40px;
    justify-content: space-between;
  }
  .team-content .team-content-list .team-content-list-item {
    width: calc(50% - 20px);
    align-items: flex-start;
    gap: 20px;
  }
  .team-culture .en-title-4.w-800 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .team-culture .team-culture-description {
    margin-top: 40px;
    width: 600px!important;
  }
  .team-culture-swiper {
    margin-top: 0;
  }
  .team-culture-swiper .swiper-wrapper.team-culture-list {
    padding-left: 40px;
  }
  .team-culture-swiper .swiper-wrapper.team-culture-list .swiper-slide.team-culture-list-item {
    width: 400px !important;
    height: 330px;
    box-sizing: border-box;
  }
  .join-us-content {
    gap: 20px;
  }
  .join-us-content .gap-12 {
    margin-top: 10px;
  }
  .join-us-content .btn-active {
    margin-top: 80px;
    width: 600px;
  }
  .hiring-process-section .en-title-3 {
    margin-bottom: 42px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list .hiring-process-content-item {
    width: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hiring-process-section .hiring-process-content .img-bg {
    width: 640px;
    height: 73.85px;
    background-image: url('../assets/ansen/joinus-hiringprocess.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 60px auto 16px;
  }
}
/* Book */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-scroll-conent {
    background-color: transparent;
    background-image: none !important;
  }
  .pb-160 {
    padding-bottom: 120px;
  }
  .pt-160 {
    padding-top: 120px;
  }
  .trust-content {
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .trust-content .trust-content-left {
    position: relative;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
  }
  .trust-content .trust-content-left .gap-12 {
    justify-content: center;
    margin-top: -8px;
  }
  .trust-content .trust-content-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
  }
  .trust-content .trust-content-right .bg-white-content:nth-child(1) {
    flex: 1;
    height: 292px;
  }
  .trust-content .trust-content-right .bg-black-content {
    flex: 1;
    height: 292px;
  }
  .trust-content .trust-content-right .bg-white-content:nth-child(2) {
    width: 100%;
  }
  .trust-content .trust-content-right .list-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
  }
  .trust-content .trust-content-right .list-group .list-item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 78px);
  }
  .work-content {
    gap: 64px;
  }
  .work-content img {
    width: 420px;
    height: 300px;
  }
  .work-content .en-title-5 {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .team-content {
    gap: 20px;
  }
  .team-content-list {
    margin-top: 60px;
    gap: 54px;
    justify-content: space-between;
  }
  .team-content-list .team-content-list-item {
    width: 270px;
    gap: 32px;
  }
  .team-culture .en-title-4.w-800 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .team-culture-swiper {
    margin-top: 0;
  }
  .team-culture-swiper .swiper-wrapper.team-culture-list {
    padding-left: 60px;
  }
  .team-culture-swiper .swiper-wrapper.team-culture-list .swiper-slide.team-culture-list-item {
    width: 400px !important;
    height: 396px;
    box-sizing: border-box;
  }
  .join-us-content {
    gap: 20px;
  }
  .join-us-content .btn-active {
    margin-top: 40px;
  }
  .trust-content .trust-content-right .bg-black-content {
    width: 100%;
    position: relative;
  }
  .trust-content .trust-content-right .bg-black-content img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    bottom: 64px;
    right: 40px;
  }
  .trust-content .trust-content-right .bg-black-content .right-padding-content {
    width: 360px;
  }
  .trust-content .trust-content-right .bg-black-content .right-padding-content .font-light-color-6 {
    width: 232px;
  }
  .trust-content .trust-content-right .bg-black-content .en-f-16 {
    margin-top: 20px;
  }
  .trust-content .trust-content-right .list-group {
    gap: 60px 44px;
  }
  .trust-content .trust-content-right .list-group .list-item {
    width: calc(50% - 22px);
  }
  .hiring-process-section .en-title-3 {
    margin-bottom: 20px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list {
    display: flex;
    flex-direction: row;
    gap: 27px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list .hiring-process-content-item {
    width: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .hiring-process-section .hiring-process-content .img-bg {
    width: 840px;
    height: 96.92px;
    background-image: url('../assets/ansen/joinus-hiringprocess.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 60px auto 40px;
  }
}
/* PC */
@media (min-width: 1280px) {
  body {
    overflow: visible;
  }
  .pb-160 {
    padding-bottom: 160px;
  }
  .pt-160 {
    padding-top: 160px;
  }
  .trust-content {
    padding-top: 40px;
  }
  .trust-content-right .bg-black-content {
    width: 100%;
    position: relative;
  }
  .trust-content-right .bg-black-content img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .trust-content-right .bg-black-content .right-padding-content {
    width: 360px;
  }
  .trust-content-right .bg-black-content .en-f-16 {
    margin-top: 20px;
  }
  .hiring-process-section .en-title-3 {
    margin-bottom: 30px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list {
    display: flex;
    flex-direction: row;
    gap: 27px;
  }
  .hiring-process-section .hiring-process-content .hiring-process-content-list .hiring-process-content-item {
    width: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .hiring-process-section .hiring-process-content .img-bg {
    width: 1040px;
    height: 120px;
    background-image: url('../assets/ansen/joinus-hiringprocess.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 94px auto 20px;
  }
  .team-content .team-content-list {
    justify-content: space-between;
  }
  .team-content .team-content-list .team-content-list-item {
    width: 370px;
  }
}
