@charset "UTF-8";
.recruit .join {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 780px;
}

.recruit .join video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 此时比例相同，cover不会裁剪 */
}

.recruit .join .Element_Mask_layer {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  z-index: 10;
}

.recruit .tabs-content {
  height: 226px;
}

.recruit .tabs-content .tabs-items {
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  position: relative;
  cursor: pointer;
}

.recruit .tabs-content .tabs-items:first-child {
  margin-right: 120px;
}

.recruit .tabs-content .tabs-items:hover {
  color: #007AFF;
}

.recruit .tabs-content .active {
  color: #007AFF;
}

.recruit .tabs-content .active:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 180px;
  z-index: 1;
  height: 6px;
  background: #007AFF;
}

.recruit .jobOpenings {
  padding-bottom: 90px;
}

.recruit .jobOpenings .socialRecruitment .cards {
  display: flex;
  gap: 4px;
}

.recruit .jobOpenings .socialRecruitment .card {
  position: relative;
  width: 156px;
  height: 336px;
  overflow: hidden;
  transition: width 0.5s ease;
  box-shadow: 0px 2px 8px 0px rgba(5, 55, 109, 0.15);
  border-radius: 8px;
}

.recruit .jobOpenings .socialRecruitment .card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(37, 45, 64, 0.75);
  z-index: 1;
}

.recruit .jobOpenings .socialRecruitment .card:hover, .recruit .jobOpenings .socialRecruitment .card.hovered {
  width: 380px;
}

.recruit .jobOpenings .socialRecruitment .card:hover .content-bottom, .recruit .jobOpenings .socialRecruitment .card.hovered .content-bottom {
  opacity: 1;
  background: rgba(37, 45, 64, 0.5);
}

.recruit .jobOpenings .socialRecruitment .card:hover .content-top, .recruit .jobOpenings .socialRecruitment .card.hovered .content-top {
  opacity: 0;
}

.recruit .jobOpenings .socialRecruitment .card .content-top {
  position: absolute;
  left: 20px;
  bottom: 34px;
  color: white;
  z-index: 2;
  color: #fff;
}

.card:hover .recruit .jobOpenings .socialRecruitment .card .content-top {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.recruit .jobOpenings .socialRecruitment .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit .jobOpenings .socialRecruitment .card .content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 45, 64, 0.75);
  color: white;
  padding: 16px;
  opacity: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
  z-index: 10;
  box-sizing: border-box;
  padding-top: 24px;
}

.recruit .jobOpenings .campusRecruitment {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.recruit .morePositions-btn {
  width: 102px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  bottom: 24px;
  position: absolute;
  left: 24px;
  z-index: 10;
}

.recruit .morePositions-btn:hover {
  color: #007AFF;
}

.recruit .corporateCulture .floatingBox {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-left: 40px;
  padding: 22px 40px 22px 44px;
}

.recruit .corporateCulture .corporateCulture-right-item {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recruit .corporateCulture .corporateCulture-right-item:last-child {
  border-bottom: none;
}

.recruit .el-carousel__arrow {
  width: 72px;
  height: 72px;
  background: #7B7B7B;
  border-radius: 0;
  font-size: 30px !important;
}

.recruit .el-collapse-icon-position-right .el-collapse-item__header {
  height: 80px;
  padding-right: 20px;
  box-sizing: border-box;
  background: #F7F7F7;
}

.recruit .el-collapse {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}

.recruit .el-collapse .is-active .el-collapse-item__wrap {
  border-bottom: 1px solid #007AFF;
}

.recruit .el-collapse-item__content {
  padding: 5px 0 32px 0;
  background: #F7F7F7;
}
