.webaner {
  width: 100%;
  height: 100vh;
  /* background: url(../images/aboutBanner.png) center center no-repeat; */
   background: url(https://eplvs.s3.us-east-1.amazonaws.com/website/11d4eff8-7705-4089-b7cc-a655cddd6512_aboutBanner.png) center center no-repeat;
  /* background-size: 100% auto; */
  background-size: cover;
  color: #fff;
}

.slogan {
  margin-bottom: 23px;
  font-size: clamp(20px, 2.6vw, 50px);
  /* font-size: 60px; */
}

.subSlogan {
  /* font-size: 32px; */
  font-size: clamp(8px, 1vw, 20px);
}

.weh {
  position: relative;
  width: 1240px;
  margin: 80px auto;
}

.ideasImg {
  width: 100%;
}

.wehtext {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 48px;
}

.ideasCaption {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
}

.wehtexth {
  width: 1px;
  height: 130px;
  background-color: #fff;
  margin: 29px 0;
}

.enviriment {
  width: 50%;
  display: block;
  align-items: center;
  justify-self: center;
}

.responsibilityTitle {
  font-weight: 600;
  font-size: 40px;
  color: #3d3d3d;
  line-height: 56px;
  margin-bottom: 30px;
}

.responsibilityDesc {
  font-weight: 400;
  width: 50%;
  display: block;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333333;
  line-height: 33px;
  letter-spacing: 1px;
}

.ideasDesc {
  font-weight: 300;
  font-size: 40px;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 15px;
}

.wemap {
  display: flex;
  width: 1200px;
  /* height: 228px; */
  flex-wrap: wrap;
  margin: 80px auto 73px;
}

.wemapl {
  width: 430px;
  height: 228px;
}

.wemaplh {
  font-weight: 600;
  font-size: 40px;
  color: #3d3d3d;
  line-height: 70px;
  margin-bottom: 25px;
}

.mapDesc {
  width: 610px;
  font-weight: 400;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 44px;
}

.applyJobLink {
  font-weight: 400;
  font-size: 20px;
  color: #03bcbe;
  line-height: 44px;
}

.wemapr {
  width: 770px;
  height: 228px;
}

.mapImg {
  width: 770px;
  height: 228px;
}

.wef {
  display: flex;
  width: 1200px;
  /* height: 212px; */
  justify-content: space-between;
  margin: 40px auto 0;
  padding-top: 60px;
  border-top: 2px solid #d8d8d8;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #3d3d3d;
}

.contactLabel {
  flex-shrink: 0;
}

.contactVals {
  flex-shrink: 0;
  padding-left: 12px;
}

.page-title {
  font-size: clamp(20px, 2.6vw, 50px);
  padding-top: 30px;
  text-align: center;
  color: #333;
}

.page-description {
  text-align: center;
  padding: 20px 25vw 50px 25vw;
  color: #333;
  font-size: clamp(8px, 1vw, 20px);
  letter-spacing: 1px;
}

.image-container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0px 17vw 150px 17vw;
}

.image-item {
  width: 100%;
  overflow: hidden;
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
}

.top-section {
  text-align: center;
  padding: 40px 0;
  width: 100%;
  height: 40vh;
  background: url(../images/joinus1.png) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中（可选） */
}

.expect-text {
  font-size: clamp(12px, 1.5vw, 30px);
  margin-bottom: 10px;
  color: #333;
  letter-spacing: 3px;
  font-weight: 600;
}

.highlight-word {
  font-size: clamp(28px, 3.5vw, 72px);
  font-weight: bold;
  margin-top: 64px;
  color: #333;
}

.join-btn {
  background-color: #333;
  color: white;
  padding: 17px 0px;
  border: none;
  cursor: pointer;
  width: 212px;
  margin-top: 64px;
}


.middle-section {
  text-align: center;
  padding: 20px;
}

.platform-title {
  font-size: clamp(23px, 2.5vw, 60px);
  font-weight: 400;
  margin-bottom: 10px;
}

.platform-subtitle {
  font-size: clamp(8px, 1vw, 20px);
  color: #333;
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 17vw;
  margin-top: 132px;
  margin-bottom: 32px;
}

.job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.job-info {
  flex: 1;
}

.job-title {
  font-size: clamp(13px, 1vw, 32px);
  font-weight: 600;
  margin-bottom: 5px;
  font-family: PingFang SC, PingFang SC;
}

.job-desc {
  font-size:clamp(8px, 1vw, 20px);
  color: #9E9E9E;
}

.job-icon {
  display: flex;
  align-items: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 80%;
  max-width: 821px;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin: 0px 30px;
  border-bottom: 1px solid #D8D8D8;
  height: 100px;
}

.job-title-info {
  display: flex;
  flex-direction: column;
}

.job-title-info h2 {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

.job-title-info span {
  color: #9E9E9E;
  font-size: 14px;
  line-height: 32px;
}

.action-buttons {
  display: flex;
  gap: 10px;
}

.upload-btn {
  background-color: #fff;
  border: 1px solid #03BCBE;
  color: #03BCBE;
  padding: 8px;
  height: 50px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.send-btn {
  background-color: #03BCBE;
  border: none;
  color: white;
  padding:12px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.job-details {
  margin-bottom: 20px;
}

.job-responsibilities {
  display: flex;
  padding: 20px 30px 0px 30px;
}

.job-responsibilities h3 {
  min-width: 250px;
}

.list-inside {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
}

.text-bold {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

.resume-submission {
  display: flex;
  background-color: #03BCBE;
  color: white;
  padding: 20px 0px 20px 30px;
}

.resume-submission h3 {
  min-width: 250px;
}

.icon-number {
  width: 30px;
  height: 30px;
  background-color: #3498db;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.icon-plus {
  width: 30px;
  height: 30px;
  background-color: #03BCBE;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.view-more-btn {
  display: block;
  margin: 20px auto;
  background-color: #03BCBE;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 20px;
  cursor: pointer;
}

.view-more-btn:hover {
  background-color: #56c5bd;
}

@media (max-width: 1500px) {
  /* .image-item {
        width: calc(25% - 20px);
    } */

  .image-container {
    gap: 13px;
    padding: 0px 17vw 120px 17vw;
  }

  .page-description {
    /* font-size: 16px; */
    padding: 16px 25vw 39px 25vw;
  }

  /* .slogan {
    font-size: 39px;
  } */

  .responsibilityTitle {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 21px;
  }

  .responsibilityDesc {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
  }

  .weh {
    width: 882px;
    margin: 57px auto;
  }

  /* .wehtext {
      padding-left: 34px;
      margin-top: -272px;
      position: absolute;
    } */
  .ideasCaption {
    font-size: 27px;
    line-height: 27px;
  }

  .wehtexth {
    height: 92px;
    margin: 21px 0;
  }

  .ideasDesc {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 11px;
  }

  .wemap {
    width: 854px;
    /* height: 162px; */
  }

  .wemapl {
    width: 306px;
    height: 162px;
  }

  .wemaplh {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 18px;
  }

  .mapDesc {
    width: 434px;
    font-size: 14px;
    line-height: 31px;
  }

  .applyJobLink {
    font-size: 14px;
    line-height: 31px;
  }

  .wemapr {
    width: 548px;
    height: 162px;
  }

  .mapImg {
    width: 548px;
    height: 162px;
  }

  .wef {
    padding-top: 43px;
    font-size: 14px;
    line-height: 28px;
  }

  .subSlogan {
    /* font-size:16px ; */
    letter-spacing: 1px;
  }

  /* .page-title {
      font-size: 39px;
  } */
  .job-list {
    padding: 20px 17vw;
  }
}

@media screen and (max-width: 750px) {
.job-title-info h2 {
  font-size: 14px;
}
.job-title-info span{
    font-size: 12px;
     line-height: 15px;
}
  .upload-btn {
  padding: 4px 8px;
  font-size: 11px;
}

.send-btn {
  padding: 4px 8px;
  font-size: 11px;
}
  .platform-title {
    font-size: 23px;
  }

  .page-description {
    font-size: 8px;
    padding: 8px 5vw 20px 5vw;
  }

  .image-container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 5vw 50px 5vw;
  }

  .icon-plus {
    width: 25px;
    height: 25px;
    font-size: 0.5rem;
  }

  .join-btn {
    padding: 10px 0px;
    width: 83px;
    margin-top: 37px;
    font-size: 8px;
  }

  .job-list {
    gap: 10px;
    padding: 10px 20px;
    margin-top: 0.32rem;
    margin-bottom: 12px;
  }

  /* .page-title {
      font-size: 0.58rem;
  } */

  .responsibilityTitle {
    margin-bottom: 0.32rem;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.68rem;
    letter-spacing: 1px;
  }

  .responsibilityDesc {
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #333333;
  }

  .webaner {
    background-size: cover;
  }

  .slogan {
    margin: -2.4rem auto 0.4rem;
    /* font-size: 0.72rem; */
  }

  .subSlogan {
    display: block;
    /* font-size: 0.32rem; */
    text-align: center;
    padding: 0 5vw;
  }

  .weh {
    width: 100%;
    margin: 0 auto;
  }

  .ideasImg {
    width: 100%;
    height: 5.16rem;
    object-fit: cover;
  }

  .wehtext {
    padding-left: 0.7rem;
  }

  .ideasCaption {
    font-size: 0.4rem;
  }

  .ideasDesc {
    margin-bottom: 0.16rem;
    font-size: 0.44rem;
    line-height: 0.7rem;
    color: rgba(255, 255, 255, 0.9);
  }

  .wehtexth {
    height: 1.3rem;
    margin: 0.3rem 0;
  }

  .wemap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0 0;
  }

  .wemapl,
  .wemapr {
    width: 100%;
    height: auto;
    font-size: 0;
  }

  .wemapl {
    padding: 0 0.4rem;
  }

  .wemapr {
    order: 2;
  }

  .wemaplh {
    margin-bottom: 0.48rem;
    font-size: 0.48rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.64rem;
  }

  .mapDesc {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.64rem;
  }

  .applyJobLink {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.64rem;
  }

  .wef {
    flex-wrap: wrap;
    margin-top: 0.4rem;
    padding: 0 0.4rem;
    border-top: 0;
    font-size: 0.28rem;
    line-height: 0.56rem;
  }

  .wefs {
    width: 48%;
    margin-bottom: 0.4rem;
  }

  .mapImg {
    width: 100%;
    height: 4.12rem;
    object-fit: cover;
  }

  .contactVals {
    font-size: 0.24rem;
  }

  .job-responsibilities {
    display: flex;
    flex-direction: column;
    padding: 20px 30px 0px 30px;
  }

  .job-responsibilities h3 {
    font-size: 20px;
  }

  .job-responsibilities ul {
    font-size: 13px;
    line-height: 20px;
  }

   .resume-submission {
    display: flex;
    flex-direction: column;
    padding: 20px 30px 0px 30px;
  }

  .resume-submission h3 {
    font-size: 20px;
  }

  .resume-submission p {
    font-size: 13px;
    line-height: 20px;
  }
}