/*============在这里不只是工作================*/

/* 外层主容器 */
.soil-section {
    padding: 4rem 0;
    background: linear-gradient(to bottom, #ffffff, #eff6ff);
    overflow: hidden;
}

/* 内容容器 */
.soil-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

/* 描述文本 */
.soil-text {
    opacity: 1;
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.75;
    max-width: 48rem;
    margin: 0 auto;
}

/* 手机端适配 */
@media (max-width: 767px) {
    .soil-section {
        padding: 3rem 0;
    }

    .soil-text {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/*============遁去的一================*/
.away-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.away-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.away-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.028);
}

.away-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(15 23 42 / 0.65), rgb(15 23 42 / 0.55), rgb(15 23 42 / 0.7));
}

/* 光晕 */
.away-light-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 5;
}

.away-light-1 {
    position: absolute;
    top: 33%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(92, 173, 214, 0.08) 0%, transparent 70%);
}

.away-light-2 {
    position: absolute;
    bottom: 33%;
    right: 25%;
    transform: translate(50%, 50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(92, 214, 214, 0.06) 0%, transparent 70%);
}

/* 内容 */
.away-content {
    position: relative;
    z-index: 10;
    max-width: 64rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.5rem;
    padding-block: 5rem;
    text-align: center;
}

.away-title-group {
    margin-bottom: 2rem;
}

.away-main-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
    background-image: linear-gradient(135deg, #fff 0%, #60a5fa 50%, #22d3ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.away-en-sub {
    font-size: 1.125rem;
    color: rgb(147 197 253 / 0.8);
    letter-spacing: 0.3em;
    font-weight: 300;
}

.away-text-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.away-text-1 {
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
    letter-spacing: 0.05em;
}

.away-highlight-blue {
    color: #60a5fa;
    font-weight: 700;
    margin-inline: 0.5rem;
}

.away-highlight-cyan {
    color: #22d3ee;
    font-weight: 700;
    margin-inline: 0.5rem;
}

.away-highlight-sky {
    color: #38bdf8;
    font-weight: 700;
    margin-inline: 0.5rem;
}

.away-quote-box {
    padding-block: 1rem;
    position: relative;
}

.away-quote {
    font-size: 1.25rem;
    color: white;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.away-source {
    font-size: 0.875rem;
    color: rgb(147 197 253 / 0.6);
    margin-top: 0.5rem;
    letter-spacing: 0.05em;
}

.away-desc {
    font-size: 1rem;
    color: rgb(255 255 255 / 0.85);
    max-width: 42rem;
    font-weight: 500;
    line-height: 1.6;
}

.away-road {
    padding-top: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.away-road * {
    color: white;
}

.away-arrow {
    color: white;
}

.away-dot {
    color: white;
}

.away-bottom-title {
    padding-top: 1.5rem;
}

.away-bottom-title p {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    background: linear-gradient(to right, #60a5fa, #22d3ee);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* 移动端 */
@media (max-width: 768px) {
    .away-main-title {
        font-size: 2rem;
    }

    .away-en-sub {
        font-size: 1rem;
    }

    .away-text-1,
    .away-quote,
    .away-road,
    .away-bottom-title p {
        font-size: 1.125rem;
    }

    .away-desc {
        font-size: 0.9375rem;
    }

    .away-light-1 {
        width: 400px;
        height: 400px;
    }

    .away-light-2 {
        width: 300px;
        height: 300px;
    }
}

/*==================为什么选择果岭=====================*/
/* 主容器 */
.choice-section {
    padding: 1.5rem 0;
    background: linear-gradient(to bottom, #ffffff, #eff6ff);
}

.choice-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* 标题区域 */
.choice-header {
    text-align: center;
    margin-bottom: 4rem;
}

.choice-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #dbeafe;
    color: #2563eb;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.choice-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.choice-divider {
    width: 6rem;
    height: 0.25rem;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    margin: 0 auto;
}

/* 顶部Banner */
.choice-banner {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-bottom: 5rem;
}

.choice-banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.choice-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30, 58, 138, 0.8), transparent, transparent);
}

.choice-banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
}

.choice-banner-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
}

.choice-banner-desc {
    font-size: 1.125rem;
    color: #dbeafe;
}

/* 模块列表 */
.choice-list {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.choice-item {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.choice-item-reverse {
    flex-direction: row-reverse;
}

.choice-item-img {
    position: relative;
    flex: 1;
}

.choice-img-main {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.choice-img-float {
    position: absolute;
    border-radius: 1rem;
    overflow: hidden;
    border: 6px solid white;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.choice-img-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 浮动图片定位 */
.choice-img-float-1 {
    width: 176px;
    height: 128px;
    bottom: -24px;
    right: -24px;
}

.choice-img-float-2 {
    width: 128px;
    height: 96px;
    top: -16px;
    right: -40px;
}

.choice-img-float-3 {
    width: 192px;
    height: 144px;
    bottom: -32px;
    left: 24px;
}

.choice-img-float-4 {
    width: 144px;
    height: 108px;
    bottom: -24px;
    left: -24px;
}

.choice-img-float-5 {
    width: 192px;
    height: 144px;
    bottom: -32px;
    right: 24px;
}

.choice-img-float-6 {
    width: 160px;
    height: 120px;
    top: -16px;
    left: -40px;
}

.choice-img-float-7 {
    width: 168px;
    height: 120px;
    bottom: -24px;
    right: -24px;
}

.choice-img-float-8 {
    width: 128px;
    height: 96px;
    top: -16px;
    right: -40px;
}

.choice-img-float-9 {
    width: 192px;
    height: 140px;
    bottom: -32px;
    left: 24px;
}

.choice-img-float-10 {
    width: 192px;
    height: 144px;
    bottom: -24px;
    left: -24px;
}

.choice-img-float-11 {
    width: 136px;
    height: 100px;
    bottom: -32px;
    right: 24px;
}

.choice-img-float-12 {
    width: 160px;
    height: 120px;
    top: -16px;
    left: -40px;
}

.choice-img-float-13 {
    width: 144px;
    height: 108px;
    bottom: -24px;
    right: -24px;
}

.choice-img-float-14 {
    width: 192px;
    height: 140px;
    top: -16px;
    right: -40px;
}

.choice-img-float-15 {
    width: 176px;
    height: 128px;
    bottom: -32px;
    left: 24px;
}

.choice-item-content {
    flex: 1;
}

/* 卡片通用 */
.choice-card {
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #dbeafe;
}

.choice-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.choice-card-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.choice-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.choice-card-desc {
    color: #4b5563;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* 卡片主题色 */
.choice-card-orange {
    background: white;
    border-color: #fef3c7;
}

.choice-icon-orange {
    background: linear-gradient(to bottom right, #fbbf24, #f97316);
}

.choice-dot-orange {
    background: #f97316;
}

.choice-card-cyan {
    background: linear-gradient(to bottom right, #ecfeff, white);
    border-color: #cffafe;
}

.choice-icon-cyan {
    background: linear-gradient(to bottom right, #06b6d4, #3b82f6);
}

.choice-card-blue {
    background: white;
    border-color: #dbeafe;
}

.choice-icon-blue {
    background: linear-gradient(to bottom right, #3b82f6, #4f46e5);
}

.choice-card-yellow {
    background: linear-gradient(to bottom right, #fffbeb, white);
    border-color: #fef3c7;
}

.choice-icon-yellow {
    background: linear-gradient(to bottom right, #fbbf24, #eab308);
}

.choice-check-yellow {
    background: #fef3c7;
    color: #eab308;
}

.choice-card-green {
    background: white;
    border-color: #d1fae5;
}

.choice-icon-green {
    background: linear-gradient(to bottom right, #10b981, #14b8a6);
}

.choice-grid-green {
    background: #ecfdf5;
}

/* 列表样式 */
.choice-card-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.choice-list-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.choice-list-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.choice-list-check {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
}

/* 网格样式 */
.choice-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.choice-grid-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.6);
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
}

/* 标签样式 */
.choice-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.choice-tag-item {
    padding: 0.5rem 1rem;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* 手机端适配 */
@media (max-width: 767px) {
    .choice-section {
        padding: 3rem 0;
    }

    .choice-title {
        font-size: 1.5rem;
    }

    .choice-banner-img {
        height: 300px;
    }

    .choice-banner-content {
        padding: 1.5rem;
    }

    .choice-banner-title {
        font-size: 1.25rem;
    }

    .choice-banner-desc {
        font-size: 1rem;
    }

    .choice-item,
    .choice-item-reverse {
        flex-direction: column;
        gap: 2rem;
    }

    .choice-img-main {
        height: 300px;
    }

    .choice-img-float {
        display: none;
    }

    .choice-card-title {
        font-size: 1.25rem;
    }

    .choice-card-desc {
        font-size: 1rem;
    }

    .choice-card {
        padding: 1.5rem;
    }

    .choice-card-grid {
        grid-template-columns: 1fr;
    }
}

/*======================职位=========================*/

/* 主容器 */
.position-section {
    padding: 4rem 0;
}

.position-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* 标题 */
.position-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.position-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #e0f7ff;
    color: #3b82f6;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.position-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    position: relative;
    padding-bottom: 0.5rem;
}

.position-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    border-radius: 2px;
}

/* 列表 */
.position-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.position-item {
    background: #fff;
}

.position-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.position-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* 头部 */
.position-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
}

.position-card-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.position-job-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.position-salary {
    padding: 0.25rem 0.75rem;
    background: linear-gradient(to right, #3b82f6, #2563eb);
    color: #fff;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.position-job-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.position-card-right {
    color: #9ca3af;
}

.position-chevron {
    transition: transform 0.3s ease;
}

.position-item.active .position-chevron {
    transform: rotate(180deg);
}

/* 内容体 */
.position-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 1.5rem;
}

.position-item.active .position-card-body {
    max-height: 900px;
    padding: 0 1.5rem 1.5rem;
}

/* 描述 */
.position-job-desc,
.position-job-req {
    margin-bottom: 1.25rem;
}

.position-desc-title,
.position-req-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.position-desc-text {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
}

/* 列表点 */
.position-req-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.position-req-item {
    font-size: 0.875rem;
    color: #4b5563;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.position-req-item::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    border-radius: 50%;
    margin-top: 0.375rem;
    flex-shrink: 0;
}

/* 信息标签 */
.position-job-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.25rem;
}

.position-info-item {
    flex-shrink: 0;
}

/* 按钮 */
.position-submit-btn {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(to right, #3b82f6, #2563eb);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.position-submit-btn:hover {
    background: linear-gradient(to right, #2563eb, #1d4ed8);
}

/* 移动端 */
@media (max-width: 767px) {
    .position-card-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .position-job-name {
        flex-wrap: wrap;
    }

    .position-card-header {
        padding: 1.25rem 1rem;
    }

    .position-card-body {
        padding: 0 1rem;
    }

    .position-item.active .position-card-body {
        padding: 0 1rem 1.25rem;
    }
}
/*=================招聘流程================*/
.process-section {
  padding: 1.5rem 0;
  background: linear-gradient(to bottom, #f0f7ff, #ffffff);
}
.process-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* 标题区域 */
.process-header {
  text-align: center;
  margin-bottom: 4rem;
}
.process-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #e0f0ff;
  color: #3b82f6;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.process-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}
.process-divider {
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, #3b82f6, #06b6d4);
  margin: 0 auto;
  border-radius: 2px;
}

/* 流程列表 - 电脑端横向排列 */
.process-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.process-item {
  display: flex;
  align-items: center;
  flex: 1;
}
.process-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.process-card:hover {
  border-color: #3b82f6;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.process-number {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(to right, #3b82f6, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}
.process-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}
.process-desc {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

/* 箭头 */
.process-arrow {
  color: #bfdbfe;
  margin-left: 1rem;
}

/* 手机端适配 */
@media (max-width: 767px) {
  .process-section {
    padding: 3rem 0;
  }
  .process-title {
    font-size: 1.75rem;
  }
  .process-list {
    flex-direction: column;
    gap: 2rem;
  }
  .process-item {
    flex-direction: column;
    gap: 1rem;
  }
  .process-arrow {
    transform: rotate(90deg);
    margin-left: 0;
  }
  .process-card {
    width: 100%;
    max-width: 350px;
  }
}
/*=================邮箱================*/
/* 主容器 */
.mailbox-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 1rem;
  text-align: center;
}

/* 前景蒙版层 */
.mailbox-front-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

/* 背景层 */
.mailbox-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.mailbox-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mailbox-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(30, 64, 175, 0.95), rgba(37, 99, 235, 0.9), rgba(17, 94, 89, 0.95));
  z-index: -1;
}

/* 装饰图片 */
.mailbox-decoration {
  position: absolute;
  border-radius: 1rem;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.mailbox-decoration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mailbox-decoration-1 {
  top: 2rem;
  left: 2rem;
  width: 8rem;
  height: 6rem;
}
.mailbox-decoration-2 {
  bottom: 2rem;
  right: 2rem;
  width: 9rem;
  height: 7rem;
}
.mailbox-decoration-3 {
  top: 50%;
  right: 6rem;
  transform: translateY(-50%);
  width: 7rem;
  height: 5rem;
}

/* 内容区域 */
.mailbox-content {
  position: relative;
  z-index: 1;
}
.mailbox-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
.mailbox-desc {
  font-size: 1.25rem;
  color: #dbeafe;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.mailbox-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: #ffffff;
  color: #1e40af;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.mailbox-btn:hover {
  background: #eff6ff;
  transform: translateY(-2px);
}

/* 移动端适配 */
@media (max-width: 1023px) {
  .mailbox-decoration {
    display: none;
  }
  .mailbox-title {
    font-size: 2rem;
  }
  .mailbox-desc {
    font-size: 1.125rem;
  }
  .mailbox-btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}