/* =============================================
   招聘专场首页 - H5移动端样式
   人体工程学设计：触控友好(44px最小目标)、
   舒适阅读、流畅滚动、清晰层级
   ============================================= */

/* ---- 基础容器 ---- */
.zp-page-h5 {
  background-color: #f5f5f5;
}

/* ---- Banner 轮播图 ---- */
.zp-banner-h5 {
  width: 100%;
  overflow: hidden;
}
.zp-banner-swipe-h5 {
  width: 100%;
}
.zp-banner-swipe-h5 a {
  display: block;
}
.zp-banner-swipe-h5 img {
  display: block;
  width: 100%;
  height: auto;
}
.zp-banner-swipe-h5 .van-swipe__indicators {
  bottom: 2.67vw;
}
.zp-banner-swipe-h5 .van-swipe__indicator {
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
}

/* ---- 页面导航 (横向滚动) ---- */
.zp-nav-h5 {
  background-color: #2b3a6b;
  height: 12vw;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 4vw;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.zp-nav-h5::-webkit-scrollbar {
  display: none;
}
.zp-nav-h5-a {
  color: #fff;
  font-size: 3.73vw;
  font-weight: 600;
  white-space: nowrap;
  padding: 2.67vw 3.2vw;
  text-decoration: none;
  flex-shrink: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.zp-nav-h5-a.active {
  color: #8afaff;
}
.zp-nav-h5-a.active::after {
  content: '';
  position: absolute;
  bottom: 0.8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 0.53vw;
  background: #8afaff;
  border-radius: 2px;
}

/* ---- 内容主体 ---- */
.zp-body-h5 {
  padding: 2.67vw 4vw 5.33vw;
}

/* ---- 通用板块标题栏 ---- */
.zp-section-h5 {
  margin-bottom: 5.33vw;
}
.zp-section-header-h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2vw;
  border-bottom: 1px solid #e4e7ed;
  padding-bottom: 2.13vw;
}
.zp-section-title-h5 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8vw;
  overflow: hidden;
}
.zp-section-title-bg-h5 {
  display: block;
  height: 8.8vw;
  width: 28vw;
}
.zp-section-title-text-h5 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
.zp-more-a-h5 {
  font-size: 3.2vw;
  color: #999;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}
.zp-more-a-h5::after {
  content: '≫';
  margin-left: 0.53vw;
  font-size: 3.73vw;
}

/* ---- 就业引导地图 + 最新资讯 (上下排列) ---- */
.zp-map-h5 {
  margin-bottom: 4.27vw;
}
/* 就业引导地图 - 分区域网格布局 */
.zp-region-h5 {
  margin-bottom: 2.67vw;
}
.zp-region-name-h5 {
  font-size: 3.47vw;
  font-weight: 700;
  color: #2b3a6b;
  padding: 1.33vw 0;
  border-bottom: 1px solid #e4e7ed;
  margin-bottom: 2.13vw;
}
.zp-region-list-h5 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.13vw;
}
.zp-province-h5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17.07vw;
  min-height: 44px;
  padding: 1.6vw 2.67vw;
  font-size: 3.47vw;
  color: #333;
  text-decoration: none;
  background: #f5f8ff;
  border: 1px solid #d6e4f0;
  border-radius: 1.07vw;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
}
.zp-province-h5::before {
  content: '';
  display: inline-block;
  width: 1.33vw;
  height: 1.33vw;
  border-radius: 50%;
  background-color: #c0392b;
  margin-right: 1.33vw;
  flex-shrink: 0;
}
.zp-province-h5:active {
  background: #deedff;
  border-color: #0077d3;
  color: #0077d3;
}
.zp-news-list-h5 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zp-news-item-h5 {
  padding: 2.67vw 0;
  border-bottom: 1px dashed #e4e7ed;
}
.zp-news-item-h5:last-child {
  border-bottom: none;
}
.zp-news-a-h5 {
  font-size: 3.73vw;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
  display: block;
  position: relative;
  padding-left: 2.67vw;
  min-height: 44px;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.zp-news-a-h5::before {
  content: '■';
  position: absolute;
  left: 0;
  color: #2b3a6b;
  font-size: 1.6vw;
}

/* ---- 热招岗位卡片 ---- */
.zp-job-list-h5 {
  display: flex;
  flex-direction: column;
  gap: 2.67vw;
}
.zp-job-card-h5 {
  background: #fff;
  border-radius: 2.13vw;
  padding: 4vw;
  border: 1px solid #ebeef5;
  text-decoration: none;
  display: block;
  -webkit-tap-highlight-color: transparent;
}
.zp-job-card-h5:active {
  background: #f9fbff;
}
.zp-job-title-row-h5 {
  display: flex;
  align-items: baseline;
  gap: 2.13vw;
  margin-bottom: 1.6vw;
  flex-wrap: wrap;
}
.zp-job-name-h5 {
  font-size: 4.27vw;
  font-weight: 700;
  color: #333;
}
.zp-job-salary-h5 {
  font-size: 3.73vw;
  color: #e66826;
  font-weight: 600;
}
.zp-job-tags-h5 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.33vw;
  margin-bottom: 2.13vw;
}
.zp-job-tag-h5 {
  font-size: 3.2vw;
  color: #666;
  border: 1px solid #e4e7ed;
  border-radius: 0.53vw;
  padding: 0.53vw 1.6vw;
}
.zp-job-meta-h5 {
  font-size: 3.2vw;
  color: #999;
  margin-bottom: 2.67vw;
}
.zp-job-divider-h5 {
  border: none;
  border-top: 1px dashed #e4e7ed;
  margin: 2.67vw 0;
}
.zp-company-row-h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zp-company-name-h5 {
  font-size: 3.73vw;
  color: #333;
  font-weight: 600;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zp-job-deadline-h5 {
  font-size: 3.2vw;
  color: #999;
  white-space: nowrap;
  margin-left: 2vw;
}
.zp-apply-btn-h5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6vw 4.27vw;
  background: #3259ce;
  color: #fff;
  font-size: 3.2vw;
  border-radius: 1.07vw;
  text-decoration: none;
  min-height: 44px;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.zp-apply-btn-h5:active {
  background: #274bb3;
}
.zp-company-tags-h5 {
  display: flex;
  gap: 1.33vw;
  font-size: 2.93vw;
  color: #888;
  margin-top: 1.33vw;
}
.zp-company-tag-h5 {
  border: 1px solid #e4e7ed;
  border-radius: 0.53vw;
  padding: 0.27vw 1.33vw;
}

/* ---- 图片卡片网格 (2列) ---- */
.zp-grid-2-h5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.67vw;
}
.zp-img-card-h5 {
  display: block;
  border-radius: 1.33vw;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.zp-img-card-h5:active {
  opacity: 0.9;
}
.zp-img-card-h5 img {
  display: block;
  width: 100%;
  height: 26.67vw;
  object-fit: cover;
}

/* ---- 直播带岗 (横向滚动) ---- */
.zp-live-scroll-h5 {
  display: flex;
  gap: 2.67vw;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2.67vw;
  scrollbar-width: none;
}
.zp-live-scroll-h5::-webkit-scrollbar {
  display: none;
}
.zp-live-card-h5 {
  display: block;
  flex-shrink: 0;
  width: 42.67vw;
  border-radius: 1.33vw;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebeef5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.zp-live-card-h5:active {
  opacity: 0.9;
}
.zp-live-thumb-h5 {
  position: relative;
  width: 100%;
  height: 24vw;
  overflow: hidden;
}
.zp-live-thumb-h5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zp-live-replay-h5 {
  position: absolute;
  bottom: 1.33vw;
  right: 1.33vw;
  background: rgba(0, 119, 211, 0.85);
  color: #fff;
  font-size: 2.93vw;
  padding: 0.53vw 1.6vw;
  border-radius: 0.53vw;
}
.zp-live-info-h5 {
  padding: 2.13vw 2.67vw;
}
.zp-live-title-h5 {
  font-size: 3.2vw;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.33vw;
}
.zp-live-meta-h5 {
  display: flex;
  justify-content: space-between;
  font-size: 2.93vw;
  color: #999;
}

/* ---- 协作机构 Logo (横向滚动) ---- */
.zp-partners-h5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.13vw;
}
.zp-partner-item-h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.33vw;
  border: 1px solid #ebeef5;
  border-radius: 1.07vw;
  background: #fff;
  overflow: hidden;
}
.zp-partner-item-h5 img {
  max-width: 85%;
  max-height: 70%;
  object-fit: contain;
}
