/* styles.css */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f8f9fa;
}

.logo {
  display: inline-block;
  width: 25%;
  position: relative;
  /* margin: 0 auto; */
}

.logo::after {
  content: '';
  display: block;
  width: 200%;
  /* 2倍logo宽度 */
  height: 2px;
  background: #49AD7B;
  position: absolute;
  /* left: -50%; */
  /* 居中定位 */
  bottom: -15px;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 20px;
  background-color: #f0f0f0;
}


.hero h1 {
  font-size: 30px;

}

.hero-image {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 20px 0 0;
}

.hero-image-second {
  width: 60%;
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.hero button {
  padding: 10px 20px;
  background-image: linear-gradient(to right, #EE81EB, #9736D3);
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 20px;
  /* margin-left: 40px; */
  margin-right: auto;
  display: block;
  width: 200px;
  -webkit-background-image: linear-gradient(to right, #EE81EB, #9736D3);
}

.about {
  padding: 20px 20px;
  background: linear-gradient(to bottom right, #403B7C, #5A54A6);
  color: #FFFFFF;
}

.join-us {
  background: #FFFFFF;
  padding: 20px 20px;
}

.join-us h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
  color: #02050A;
}

.join-us h2 .journey-text {
  font-size: 32px;
  background-image: linear-gradient(to right, #EE81EB, #9736D3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.join-us p.cooperation {
  font-size: 16px;
  color: #4F4F4F;
  text-align: center;
  margin: 15px 0;
}

.join-us-image {
  width: 100%;
  display: block;
  margin: 20px 0;
}

.about-image {
  width: 15%;
  max-width: 300px;
  display: block;
  margin: 20px auto;
}

.about h3 {
  font-size: 40px;
  text-align: center;
  margin: 20px 0;
  color: #FFFFFF;
}

.about p {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  color: #FFFFFF;

}

.about h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.job-openings {
  background: #FFFFFF;
  padding: 20px 20px;
}

.job-openings h2 {
  font-size: 32px;
  color: #02050A;
  text-align: center;
  margin-bottom: 15px;
}

.job-openings .open-text {
  background-image: linear-gradient(to right, #EE81EB, #9736D3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.job-openings .join-team {
  font-size: 16px;
  color: #4F4F4F;
  text-align: center;
  margin: 15px 0;
}

/* 职位按钮样式 */
.positions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 20px;
}

.position-btn {
  flex: 0 1 calc(50% - 8px);
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 25px;
  font-size: 16px;
  color: #565656;
  cursor: pointer;
  transition: all 0.3s;
}

.position-btn:hover,
.position-btn:focus {
  border-color: #000000;
  outline: none;
}

.position-btn.active {
  border-color: #000000;
  background: #f8f9fa;
}

.last-btn {
  flex: 0 1 100%;
  max-width: 200px;
  margin: 0 auto;
}

/* 描述框样式 */
.description-box {
  width: 95%;
  margin: 20px auto;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-height: 100px;
  font-size: 13px;
  color: #565656;
  /* display: none; */
}

/* 添加CSS样式 */
.description-box p {
  white-space: pre-line;
  margin: 0;
}

/* 查看更多按钮 */
.view-more-btn {
  display: block;
  margin: 30px auto 0;
  padding: 12px 40px;
  background-image: linear-gradient(to right, #EE81EB, #9736D3);
  color: #FFFFFF;
  border: none;
  border-radius: 25px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.view-more-btn:hover {
  opacity: 0.9;
}

.contact {
  background: #FFFFFF;
  padding: 20px 20px;
}

.contact h2 {
  font-size: 32px;
  color: #02050A;
  text-align: center;
  margin-bottom: 15px;
}

.contact .contact-text {
  background-image: linear-gradient(to right, #EE81EB, #9736D3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact-section {
  margin-top: 20px;
  margin-bottom: 30px;

  .contact-item {
    text-align: center;

    .contact-text2 {
      font-size: 16px;
      color: #4F4F4F;

      margin: 15px 0;
    }
  }
}

.company-info .info-line {
  font-size: 16px;
  /* 统一字体大小 */
  color: #0F001A;
  /* 字体颜色 */
  text-align: center;
  /* 文本居中 */
  margin: 0;
  /* 默认边距清零 */
}

/* 第一行设置下边距 */
.company-info .info-line:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
  /* 第一行与第二行间距 */
}

/* 第二行取消下边距 */
.company-info .info-line:nth-child(2) {
  margin-bottom: 0;
  /* 第二行与第三行无间距 */
}

/* 第三行设置下边距 */
.company-info .info-line:nth-child(3) {
  margin-bottom: 20px;
  /* 第三行与第四行间距 */
}

/* 第四行取消下边距 */
.company-info .info-line:nth-child(4) {
  margin-bottom: 0;
  /* 第四行与第五行无间距 */
}

.divider {
  width: 70%;
}

.additional-images {
  text-align: center;
  margin-top: 20px;
  /* 父容器居中 */
}

/* 移动应用图片样式 */
.app-image {
  width: 30%;
  /* 宽度30% */
  display: block;
  /* 转为块元素 */
  margin: 0 auto 25px;
  /* 上下边距0 + 底部25px间距 */
}

/* 地图图片样式 */
.map-image {
  width: 100%;
  /* 宽度100% */
  display: block;
  /* 转为块元素 */
  margin: 0 auto 40px;
  /* 上下边距0 + 底部40px间距 */
  margin-top: 35px;
  /* 顶部间距25px（与上方图片间距） */
}

/* footer {
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
} */
/* 基础样式 */
.site-footer {
  background: linear-gradient(135deg, #36317D, #5852A5);
  padding: 10px 20px;
  color: #FFFFFF;
}

/* 网格布局 */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 通用区块样式 */
.footer-column {
  padding: 0px;
  min-height: 200px;
}

/* 标题样式 */
.footer-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  border-left: 4px solid #FFF;
  padding-left: 10px;
}

/* 链接列表 */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* =========== PC适配样式 =========== */
@media (min-width: 992px) {

  /* 全局布局调整 */
  body {
    padding: 0 40px;
  }

  /* Header区域 */
  header {
    padding: 30px 60px;
  }

  .logo {
    width: 200px;
  }

  .logo::after {
    width: 180%;
    left: -40%;
  }

  /* 主视觉区域 */
  .hero {
    position: relative;
    /* 添加定位上下文 */
    padding-right: 45%;
    /* 为图片预留空间 */
  }

  .hero-image {
    position: absolute;
    right: 5%;
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    width: 40%;
    /* 缩小图片宽度 */
    max-width: 600px;
    z-index: 1;
    /* 确保在按钮下方 */
  }

  .hero-image-second {
    display: none;
    position: absolute;
    right: -5%;
    /* 从右侧定位 */
    bottom: 20%;
    /* 调整垂直位置 */
    width: 30%;
    z-index: 2;
  }

  #getStartedBtn {
    position: relative;
    /* 确保在堆叠上下文最前 */
    z-index: 3;
    margin: 30px 0 60px;
    /* 增加底部间距 */
    width: auto;
    /* 取消固定宽度 */
  }

  /* 关于我们 */
  .about {
    padding: 80px 60px;
  }

  .about p {
    max-width: 800px;
    margin: 30px auto;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  /* 职位列表 */
  .positions-grid {
    max-width: 1000px;
    grid-template-columns: repeat(3, 1fr);
  }

  .position-btn {
    font-size: 1.1rem;
    padding: 15px 25px;
    flex: 0 1 calc(33% - 10px);
    /* 新增三列布局 */
    max-width: none;
    /* 新增取消最大宽度限制 */
  }

  .last-btn {
    flex: 0 1 calc(33% - 10px) !important;
    /* 覆盖移动端样式 */
    max-width: none;
    /* 取消200px限制 */
    margin: 0;
    /* 清除自动居中 */
    width: auto;
    /* 恢复默认宽度 */
    /* 保持与普通按钮相同的样式 */
    font-size: 1.1rem;
    padding: 15px 25px;
    border: 1px solid #CCCCCC;
    /* 确保边框一致 */
    background: #FFFFFF;
    /* 确保背景一致 */
  }

  /* 职位描述 */
  .description-box {
    max-width: 900px;
    padding: 40px;
    font-size: 1rem;
  }



.company-info {
    grid-template-columns: repeat(4, 1fr);
    /* gap: 30px; */
    /* max-width: 1200px; */
    text-align: center;
    /* 文本居中 */
  }

  /* 页脚 */
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    padding: 80px 0;
  }

  .footer-title {
    font-size: 1.3rem;
  }



}