html,
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.hero-banner img {
  width: 100%;
  height: auto;
  display: block
}

/* 详情页布局 */
.detail-section {
  padding: 32px 0;
}

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

.job-title {
  text-align: center;
  color: #89211c;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.job-meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #9f9f9f;
  font-size: 14px;
}

.job-meta .meta-sep {
  color: #c7c7c7;
}

.job-location img {
  width: 14px;
  height: 14px;
  display: inline-block;
}

.job-title-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  border-radius: 2px;
  margin: 10px auto 24px;
}

.action-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #d4a447;
}

.btn-primary:hover {
  background-color: #c99a3f;
}

.btn-outline {
  color: #6f4b10;
  background-color: #fff;
  border-color: #e6c070;
}

.btn-outline:hover {
  border-color: #d4a447;
  color: #8a5b16;
}

.btn-icon {
  margin-right: 6px;
}

.detail-block+.detail-block {
  margin-top: 40px;
}

.block-title {
  color: #89211c;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}

.block-paragraph {
  color: #333;
  line-height: 1.8;
  margin: 0;
  padding-left:1.4em;
  font-size:16px;
}

.qual-list {
  color: #333;
  margin: 0;
  padding-left: 1.4em;
  line-height: 1.8;
}

.qual-list li {
  margin-top: 20px;
  font-size:16px;
}