@charset "UTF-8";
.about-head {
  background-image: url("../Images/rcfzpbg.webp");
}
.about-head.rcln2 {
  background-image: url("../Images/rcfzpbg2.webp");
}

.talent-page {
  padding: 7vw 0 0;
}
.talent-page .talent-slogan {
  display: flex;
  justify-content: center;
  margin-bottom: 7.7vw;
}
.talent-page .talent-slogan .slogan-text {
  font-size: 2.3vw;
  font-weight: 600;
  color: #333;
  display: inline-block;
  padding: 0 3vw;
  position: relative;
}
.talent-page .talent-slogan .slogan-text .zj {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 24px;
  height: 35px;
  background-color: #333333;
}
.talent-page .talent-slogan .slogan-text .zj::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 14px;
  height: 25px;
  background-color: #fff;
}
.talent-page .talent-slogan .slogan-text .zj2 {
  transform: rotate(180deg);
  left: auto;
  right: 0px;
  top: auto;
  bottom: -10px;
}
.talent-page .section-title {
  font-size: 50px;
  font-weight: 600;
  color: #333;
  padding: 0 9.375vw;
  margin-bottom: 4vw;
  position: relative;
}
.talent-page .section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 250px - 9.375vw);
  height: 1px;
  background: #333;
}
.talent-page .core-content {
  display: flex;
  align-items: center;
  gap: 10.8vw;
  padding-left: 9.375vw;
  padding-bottom: 6vw;
  position: relative;
  overflow: hidden;
}
.talent-page .core-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80vw;
  height: 80vw;
  transform: translate(-70%, 62%);
  border-radius: 50%;
  border: 13vw solid #edf3fe;
  z-index: -2;
}
.talent-page .core-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  background: linear-gradient(0deg, #fff 0%, transparent 100%);
  z-index: -1;
}
.talent-page .core-content .core-left {
  flex: 1;
}
.talent-page .core-content .core-left .core-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.talent-page .core-content .core-left .core-item {
  color: #010101;
  transition: color 0.5s ease;
}
.talent-page .core-content .core-left .core-item .core-badge {
  width: 157px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background-color: #173fb8;
  border-radius: 25px 25px 0px 25px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.talent-page .core-content .core-left .core-item .core-desc {
  font-size: 20px;
  line-height: 36px;
  padding-left: 28px;
}
.talent-page .core-content .core-left .core-item:hover {
  color: #173fb8;
}
.talent-page .core-content .core-left .core-item:hover .core-badge {
  transform: translateX(10px);
  box-shadow: 0 4px 12px rgba(30, 78, 216, 0.3);
}
.talent-page .core-content .core-right {
  flex-shrink: 0;
  width: 44.06vw;
  height: 31.4vw;
}
.talent-page .core-content .core-right .core-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.talent-page .core-content .core-right .core-image-wrapper:hover .core-img img {
  transform: scale(1.1);
}
.talent-page .core-content .core-right .core-image-wrapper .red-corner {
  position: absolute;
  bottom: -3.4vw;
  left: -3.4vw;
  width: 19.69vw;
  height: 16.56vw;
  background: #e91502;
  border-radius: 20px;
  z-index: -1;
}
.talent-page .core-content .core-right .core-image-wrapper .core-img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.talent-page .core-content .core-right .core-image-wrapper .core-img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.talent-page .believe-section {
  display: flex;
  align-items: center;
  gap: 10.8vw;
  padding: 4vw 9.375vw 9vw 0;
  overflow: hidden;
  position: relative;
}
.talent-page .believe-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80vw;
  height: 80vw;
  transform: translate(30%, 70%);
  border-radius: 50%;
  border: 13vw solid #fef2f1;
  z-index: -2;
}
.talent-page .believe-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: linear-gradient(0deg, #fff 0%, transparent 100%);
  z-index: -1;
}
.talent-page .believe-section .believe-left {
  flex-shrink: 0;
  width: 42vw;
  height: 31.56vw;
  position: relative;
}
.talent-page .believe-section .believe-left .top-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.talent-page .believe-section .believe-left .swpage {
  position: absolute;
  top: auto;
  right: -1.8vw;
  bottom: -1.5vw;
}
.talent-page .believe-section .believe-left .swpage .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.3;
  margin-top: 20px;
}
.talent-page .believe-section .believe-left .swpage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.talent-page .believe-section .believe-left .red-corner {
  position: absolute;
  bottom: -3.4vw;
  right: -3.4vw;
  width: 19.69vw;
  height: 16.56vw;
  background: #e91502;
  border-radius: 20px;
  z-index: -1;
}
.talent-page .believe-section .believe-left .believe-image-wrapper {
  width: 100%;
  height: 100%;
}
.talent-page .believe-section .believe-left .believe-image-wrapper .believe-img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.talent-page .believe-section .believe-left .believe-image-wrapper .believe-img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.talent-page .believe-section .believe-left .believe-image-wrapper .believe-img:hover img {
  transform: scale(1.1);
}
.talent-page .believe-section .believe-right {
  flex: 1;
}
.talent-page .believe-section .believe-right .section-title {
  font-size: 40px;
  font-weight: 400;
  padding: 0;
  color: #333;
  line-height: 1.5;
  margin-bottom: 50px;
}
.talent-page .believe-section .believe-right .section-title::after {
  display: none;
}
.talent-page .believe-section .believe-right .believe-list .believe-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  line-height: 2;
  color: #333;
}

.zpxx-page {
  padding: 60px 9.375vw 90px;
  position: relative;
  overflow: hidden;
}
.zpxx-page::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20vw;
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  background-image: linear-gradient(30deg, #b8d4f4 0%, #f9fcfd 100%);
  opacity: 0.3;
  z-index: -1;
}
.zpxx-page .zpxx-header {
  display: flex;
  align-items: center;
  background: #e62426;
  border-radius: 10px;
  font-size: 20px;
  line-height: 36px;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.zpxx-page .zpxx-header .header-col.col-position {
  flex: 0 0 30%;
}
.zpxx-page .zpxx-header .header-col.col-location {
  flex: 0 0 20%;
}
.zpxx-page .zpxx-header .header-col.col-date {
  flex: 0 0 30%;
}
.zpxx-page .zpxx-header .header-col.col-action {
  flex: 0 0 20%;
}
.zpxx-page .zpxx-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 22px;
}
.zpxx-page .zpxx-item {
  background: #fff;
  color: #010101;
}
.zpxx-page .zpxx-item:not(.active) .item-detail {
  max-height: 0;
  opacity: 0;
  padding: 0 6vw;
}
.zpxx-page .zpxx-item:not(.active) .arrow {
  transform: rotate(0deg);
}
.zpxx-page .zpxx-item.active .item-detail {
  max-height: 80vh;
  opacity: 1;
  padding: 3vw 6vw;
}
.zpxx-page .zpxx-item.active .arrow {
  transform: rotate(90deg);
}
.zpxx-page .zpxx-item.active .item-summary .toggle-btn::before {
  transform: translate(-50%, -50%) scaleY(1);
}
.zpxx-page .zpxx-item .item-summary {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  padding: 23px 20px;
  box-shadow: 0px 5px 20px 0px rgba(148, 148, 148, 0.2);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.zpxx-page .zpxx-item .item-summary:hover {
  box-shadow: 0 8px 20px rgba(148, 148, 148, 0.3);
}
.zpxx-page .zpxx-item .item-summary .summary-col.col-position {
  flex: 0 0 30%;
}
.zpxx-page .zpxx-item .item-summary .summary-col.col-location {
  flex: 0 0 20%;
}
.zpxx-page .zpxx-item .item-summary .summary-col.col-date {
  flex: 0 0 30%;
}
.zpxx-page .zpxx-item .item-summary .summary-col.col-action {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.zpxx-page .zpxx-item .item-summary .toggle-btn {
  position: relative;
}
.zpxx-page .zpxx-item .item-summary .toggle-btn::before {
  content: "收起";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(0);
  background-color: #fff;
  transition: transform 0.5s ease;
}
.zpxx-page .zpxx-item .item-summary .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
.zpxx-page .zpxx-item .item-detail {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 6vw;
  background-color: #ffffff;
  box-shadow: 0px 10px 29px 0px rgba(148, 148, 148, 0.19);
  border-radius: 20px;
  transition: all 0.5s linear;
  overflow: hidden;
}
.zpxx-page .zpxx-item .item-detail .detail-content {
  flex: 1;
  font-size: 16px;
  line-height: 36px;
  color: #010101;
}
.zpxx-page .zpxx-item .item-detail .detail-content h4 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}
.zpxx-page .zpxx-item .item-detail .detail-content h4:first-child {
  margin-top: 0;
}
.zpxx-page .zpxx-item .item-detail .detail-content ol {
  padding-left: 20px;
}
.zpxx-page .zpxx-item .item-detail .detail-content ol li {
  list-style: decimal;
}
.zpxx-page .zpxx-item .item-detail .detail-qrcode {
  flex-shrink: 0;
  width: 220px;
}
.zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper {
  text-align: center;
}
.zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-icon .avator {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
}
.zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-img {
  width: 220px;
  height: 220px;
  margin-bottom: 15px;
  display: block;
}
.zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-tips {
  color: #333;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .talent-page {
    padding: 6vw 0 0;
  }
  .talent-page .talent-slogan {
    margin-bottom: 6.5vw;
  }
  .talent-page .talent-slogan .slogan-text {
    font-size: 2.5vw;
    padding: 0 2.5vw;
  }
  .talent-page .talent-slogan .slogan-text .zj {
    width: 20px;
    height: 30px;
    top: -8px;
  }
  .talent-page .talent-slogan .slogan-text .zj.zj2 {
    top: auto;
    bottom: -10px;
  }
  .talent-page .talent-slogan .slogan-text .zj::after {
    width: 12px;
    height: 22px;
  }
  .talent-page .section-title {
    font-size: 44px;
    padding: 0 6vw;
    margin-bottom: 3.5vw;
  }
  .talent-page .section-title::after {
    right: -6vw;
    width: calc(100% - 220px);
  }
  .talent-page .core-content {
    gap: 9vw;
    padding-left: 6vw;
    padding-bottom: 5vw;
  }
  .talent-page .core-content::before {
    border-width: 11vw;
  }
  .talent-page .core-content::after {
    height: 13vw;
  }
  .talent-page .core-content .core-left .core-list {
    gap: 24px;
  }
  .talent-page .core-content .core-left .core-item .core-badge {
    width: 140px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }
  .talent-page .core-content .core-left .core-item .core-desc {
    font-size: 18px;
    line-height: 32px;
    padding-left: 24px;
  }
  .talent-page .core-content .core-right {
    width: 46vw;
    height: 33vw;
  }
  .talent-page .core-content .core-right .core-image-wrapper .red-corner {
    bottom: -3vw;
    left: -3vw;
    width: 18vw;
    height: 15vw;
  }
  .talent-page .believe-section {
    gap: 9vw;
    padding: 3.5vw 6vw 8vw 0;
  }
  .talent-page .believe-section::before {
    border-width: 11vw;
  }
  .talent-page .believe-section::after {
    height: 9vw;
  }
  .talent-page .believe-section .believe-left {
    width: 44vw;
    height: 33vw;
  }
  .talent-page .believe-section .believe-left .swpage {
    right: -2vw;
    bottom: -2vw;
  }
  .talent-page .believe-section .believe-left .swpage .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin-top: 16px;
  }
  .talent-page .believe-section .believe-left .red-corner {
    bottom: -3vw;
    right: -3vw;
    width: 18vw;
    height: 15vw;
  }
  .talent-page .believe-section .believe-right .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .talent-page .believe-section .believe-right .believe-list .believe-item {
    font-size: 18px;
    line-height: 1.8;
  }
  .zpxx-page {
    padding: 50px 6vw 80px;
  }
  .zpxx-page::after {
    width: 36vw;
    height: 36vw;
    left: -22vw;
  }
  .zpxx-page .zpxx-header {
    font-size: 18px;
    line-height: 32px;
    padding: 18px;
  }
  .zpxx-page .zpxx-list {
    gap: 16px;
    margin-top: 20px;
  }
  .zpxx-page .zpxx-item.active .item-detail {
    padding: 2.5vw 5vw;
  }
  .zpxx-page .zpxx-item .item-summary {
    font-size: 18px;
    line-height: 32px;
    padding: 20px 18px;
  }
  .zpxx-page .zpxx-item .item-detail {
    gap: 5vw;
  }
  .zpxx-page .zpxx-item .item-detail .detail-content {
    font-size: 15px;
    line-height: 32px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-content h4 {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode {
    width: 190px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-icon {
    padding-top: 16px;
    margin-bottom: 24px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-icon .avator {
    width: 36px;
    height: 36px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-img {
    width: 190px;
    height: 190px;
    margin-bottom: 12px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-tips {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .talent-page {
    padding: 8vw 0 0;
    width: 100%;
    overflow-x: hidden;
  }
  .talent-page .talent-slogan {
    margin-bottom: 8vw;
    padding: 0 20px;
  }
  .talent-page .talent-slogan .slogan-text {
    width: calc(100vw - 40px);
    font-size: 4.5vw;
    padding: 0 20px;
    text-align: center;
  }
  .talent-page .talent-slogan .slogan-text .zj {
    width: 16px;
    height: 24px;
    top: -6px;
  }
  .talent-page .talent-slogan .slogan-text .zj::after {
    width: 10px;
    height: 18px;
  }
  .talent-page .talent-slogan .slogan-text .zj2 {
    bottom: -6px;
    top: auto;
  }
  .talent-page .section-title {
    font-size: 5vw;
    padding: 0 4vw;
    margin-bottom: 4vw;
  }
  .talent-page .section-title::after {
    display: none;
  }
  .talent-page .core-content {
    flex-direction: column-reverse;
    gap: 30px;
    padding-left: 5vw;
  }
  .talent-page .core-content::before {
    width: 120vw;
    height: 120vw;
    transform: translate(-60%, 80%);
    border-width: 20vw;
  }
  .talent-page .core-content::after {
    height: 80px;
  }
  .talent-page .core-content .core-left {
    width: 100%;
    padding-right: 4vw;
    margin-top: 4vw;
  }
  .talent-page .core-content .core-left .core-list {
    gap: 20px;
  }
  .talent-page .core-content .core-left .core-item .core-badge {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px 20px 0 20px;
  }
  .talent-page .core-content .core-left .core-item .core-desc {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
  }
  .talent-page .core-content .core-right {
    width: 100%;
    height: 70vw;
    max-height: 400px;
  }
  .talent-page .core-content .core-right .core-image-wrapper .red-corner {
    bottom: -20px;
    left: -20px;
    width: 40%;
    height: 35%;
  }
  .talent-page .believe-section {
    flex-direction: column;
    gap: 30px;
    padding-left: 0;
    padding-right: 5vw;
  }
  .talent-page .believe-section::before {
    width: 120vw;
    height: 120vw;
    transform: translate(60%, 80%);
    border-width: 20vw;
  }
  .talent-page .believe-section::after {
    height: 60px;
  }
  .talent-page .believe-section .believe-left {
    width: 100%;
    height: 70vw;
    max-height: 400px;
  }
  .talent-page .believe-section .believe-left .swpage {
    right: 0;
    bottom: -14px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding: 0 40px;
  }
  .talent-page .believe-section .believe-left .swpage .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-top: 12px;
  }
  .talent-page .believe-section .believe-left .red-corner {
    bottom: -20px;
    right: -20px;
    width: 40%;
    height: 35%;
  }
  .talent-page .believe-section .believe-right {
    width: 100%;
    padding-left: 4vw;
  }
  .talent-page .believe-section .believe-right .section-title {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 4vw;
  }
  .talent-page .believe-section .believe-right .believe-list .believe-item {
    font-size: 14px;
    line-height: 24px;
  }
  .zpxx-page {
    padding: 4vw;
  }
  .zpxx-page::after {
    width: 60vw;
    height: 60vw;
    left: -30vw;
  }
  .zpxx-page .zpxx-header {
    display: none;
  }
  .zpxx-page .zpxx-list {
    gap: 2vw;
    margin-top: 0;
  }
  .zpxx-page .zpxx-item:not(.active) .item-detail {
    padding: 0 20px;
  }
  .zpxx-page .zpxx-item.active .item-detail {
    max-height: 300vh;
    padding: 30px 20px;
  }
  .zpxx-page .zpxx-item .item-summary {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.5;
    padding: 3vw;
    padding-right: 12vw;
    gap: 1vw;
    position: relative;
  }
  .zpxx-page .zpxx-item .item-summary .summary-col {
    flex: none !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .zpxx-page .zpxx-item .item-summary .summary-col::before {
    font-weight: 700;
    margin-right: 2px;
    flex-shrink: 0;
  }
  .zpxx-page .zpxx-item .item-summary .summary-col.col-position::before {
    content: "职位：";
    font-size: 3.5vw;
  }
  .zpxx-page .zpxx-item .item-summary .summary-col.col-location::before {
    content: "地点：";
    font-size: 3.5vw;
  }
  .zpxx-page .zpxx-item .item-summary .summary-col.col-date::before {
    content: "发布时间：";
    font-size: 3.5vw;
  }
  .zpxx-page .zpxx-item .item-summary .summary-col.col-action {
    justify-content: center;
    gap: 0;
    position: absolute;
    width: auto;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
    font-size: 12px;
  }
  .zpxx-page .zpxx-item .item-summary .summary-col.col-action i {
    font-size: 14px;
  }
  .zpxx-page .zpxx-item .item-detail {
    flex-direction: column;
    gap: 24px;
    border-radius: 10px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-content {
    font-size: 14px;
    line-height: 28px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 16px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-content h4:first-child {
    margin-top: 0;
  }
  .zpxx-page .zpxx-item .item-detail .detail-content ol {
    padding-left: 16px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-icon {
    padding-top: 0;
    margin-bottom: 20px;
    justify-content: center;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-icon .avator {
    width: 36px;
    height: 36px;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .zpxx-page .zpxx-item .item-detail .detail-qrcode .qr-wrapper .qr-tips {
    font-size: 14px;
  }
}/*# sourceMappingURL=talent.css.map */