.hero-banner {
  width: 100%
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block
}


.deposit-section {
  padding: 32px 0
}

.deposit-container {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.deposit-left {
  grid-column: 1;
  grid-row: 2
}

.deposit-right {
  grid-column: 3;
  grid-row: 2
}

.deposit-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 600
}

.deposit-left-head {
  margin-bottom: 8px
}

.deposit-title-text {
  color: #940f17;
  font-size: 24px;
  font-weight: 600
}

.deposit-icon {
  width: 28px;
  height: auto
}

.deposit-title-line {
  display: block;
  width: 1.5em;
  height: 2px;
  background-color: #7e2a23;
  border-radius: 2px;
  margin-top: 6px;
}

.deposit-feature-title {
  color: #89211c;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
  margin-top: 45px;
}

.deposit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.deposit-head .deposit-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9f9f9f;
  font-size: 14px;
  text-decoration: none;
}

.deposit-head .deposit-more img {
  width: 16px;
  height: 16px;
}


/* 职位列表 */
.job-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.job-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.job-main {
  max-width: 70%;
}

.job-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.job-title.is-hot,
.job-item:hover .job-title {
  color: #89211c;
}

.job-meta {
  margin-top: 6px;
  color: #9f9f9f;
  font-size: 14px;
}

.job-deadline {
  color: #999;
  text-align: right;
  line-height: 1.2;
  min-width: 80px;
}

.job-date {
  font-size: 14px;
  color:#999;
}

.job-end {
  font-size: 14px;
  color:#999;
}

/* 社招公告列表 */
.notice-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.notice-title {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.notice-item:hover .notice-title {
  color: #89211c;
}

.notice-date {
  color: #9f9f9f;
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 20px;
}

/* 应聘流程 */
.flow-section {
  padding: 32px 0;
}

.flow-container {
  width: 80%;
  margin: 0 auto;
}

.flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.flow-head-left {
  display: inline-flex;
  flex-direction: column;
}

.flow-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.flow-card {
  flex: 1 1 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 88px 24px 24px;
  border: 1px solid #89211c;
  border-radius: 12px;
  background-color: #fff;
}

.flow-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flow-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.flow-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 40px;
}

.flow-title {
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

.flow-desc {
  margin-top: 6px;
  color: #9f9f9f;
  font-size: 14px;
}

.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-arrow img {
  width: 18px;
  height: auto;
}

/* 独立图标尺寸 */
.flow-icon.flow-icon-apply {
  width: 48px;
  height: 48px;
}

.flow-icon.flow-icon-exam {
  width: 44px;
  height: 44px;
}

.flow-icon.flow-icon-join {
  width: 56px;
  height: 56px;
}

/* FAQ 样式 */
.faq-section .deposit-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9f9f9f;
  font-size: 14px;
  text-decoration: none;
  float: right;
}

.faq-section .deposit-more img {
  width: 16px;
  height: 16px;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.faq-item {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.faq-title {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.faq-item:hover .faq-title {
  color: #89211c;
}