/* 方洋电子采购平台首页 v7 — 仅作用于 body.portal-home */
.portal-home {
  --ink: #101828;
  --ink2: #475467;
  --ink3: #98A2B3;
  --line: #E4E7EC;
  --line2: #EFF1F4;
  --bg: #F3F5F9;
  --card: #FFFFFF;
  --card2: #F8FAFC;
  --brand: #152F63;
  --brand2: #20509E;
  --brand-l: #EDF3FC;
  --brand-l2: #DCE7F8;
  --hot: #BE2A20;
  --hot-bg: #FDECEA;
  --warm: #B26A05;
  --warm-bg: #FEF4E2;
  --ok: #0E7A55;
  --ok-bg: #E8F5EF;
  --mut-bg: #F0F2F5;
  --r-lg: 12px;
  --r-md: 8px;
  --r-sm: 6px;
  --sh: 0 1px 2px rgba(16, 24, 40, .04), 0 2px 6px rgba(16, 24, 40, .05);
  --f-num: "Bahnschrift", "DIN Alternate", "SF Mono", ui-monospace, monospace;
  --f-sans: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  font: 14px/1.6 var(--f-sans);
  background: #E8EBF0;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
/* 链接/列表重置仅作用于 v7 头尾与首页主区，避免覆盖子页 common.css 正文样式 */
.portal-home .ph-guestbar a,
.portal-home .s-login-top.ph-topbar a,
.portal-home .ph-head a,
.portal-home .ph-nav a,
.portal-home .ph-foot a,
.portal-home .ph-main a { text-decoration: none; color: inherit; }
.portal-home .ph-guestbar ul,
.portal-home .ph-head ul,
.portal-home .ph-nav ul,
.portal-home .ph-foot ul,
.portal-home .ph-main ul { list-style: none; margin: 0; padding: 0; }
.portal-home *, .portal-home *::before, .portal-home *::after { box-sizing: border-box; }
/* 表格保持 content-box，否则 border-collapse 下 1px 边框会被吃掉、看起来几乎没有 */
.portal-home table,
.portal-home thead,
.portal-home tbody,
.portal-home tfoot,
.portal-home tr,
.portal-home th,
.portal-home td,
.portal-home caption {
  box-sizing: content-box;
}
/* 详情页浅灰边框在灰底上不明显，统一加深 */
.portal-home .form-tables,
.portal-home .form-tables > tbody > tr > td,
.portal-home .form-tables > tbody > tr > th,
.portal-home .tables td,
.portal-home .tables th,
.portal-home .tablesa,
.portal-home .tablesa td,
.portal-home .tablesa th,
.portal-home .jy-detail-con .tabBox,
.portal-home .in-info-show,
.portal-home .in-news-show {
  border-color: #b7bec8;
}
.portal-home .tablesa {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #b7bec8;
}
.portal-home .tablesa th,
.portal-home .tablesa td {
  border: 1px solid #b7bec8;
  padding: 12px 16px;
}

.portal-home .ph-wrap { max-width: 1232px; margin: 0 auto; padding: 0 24px; }

/* 顶栏登录态（兼容 common.js .s-login-top） */
.portal-home .s-login-top.ph-topbar {
  display: none;
  background: #0F2450;
  color: #A9BBD6;
  font-size: 12px;
  line-height: 32px;
  width: 100%;
}
.portal-home .s-login-top.ph-topbar .ph-wrap {
  display: flex;
  align-items: center;
  height: 32px;
  gap: 14px;
  position: relative;
}
.portal-home .s-login-top.ph-topbar .welcome {
  font-size: 12px !important;
  color: #C7D6EC !important;
  line-height: 32px;
}
.portal-home .s-login-top.ph-topbar .r {
  position: static;
  margin-left: auto;
  display: flex;
  gap: 12px;
  align-items: center;
  right: auto;
}
.portal-home .s-login-top.ph-topbar .r a { color: #A9BBD6; }
.portal-home .s-login-top.ph-topbar .r a:hover { color: #fff; }
.portal-home .s-login-top.ph-topbar .project,
.portal-home .s-login-top.ph-topbar .password { padding-right: 0; }
.portal-home .s-login-top.ph-topbar .r .sp { opacity: .3; }

/* 访客顶栏 */
.portal-home .ph-guestbar {
  background: #0F2450;
  color: #A9BBD6;
  font-size: 12px;
}
.portal-home .ph-guestbar .ph-wrap {
  display: flex;
  align-items: center;
  height: 32px;
  gap: 14px;
}
.portal-home .ph-guestbar .r { margin-left: auto; display: flex; gap: 12px; align-items: center; }
.portal-home .ph-guestbar .r a:hover { color: #fff; }
.portal-home .ph-guestbar .r .sp { opacity: .3; }
.portal-home.is-logged-in .ph-guestbar { display: none; }

/* 品牌头 */
.portal-home .ph-head {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.portal-home .ph-head .ph-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 24px;
}
.portal-home .ph-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.portal-home .ph-brand .bm {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: #EEF3FA;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(21, 47, 99, .18);
}
.portal-home .ph-brand .bm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}
.portal-home .ph-brand .bt { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.portal-home .ph-brand .bn {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  color: var(--brand);
  line-height: 1.2;
}
.portal-home .ph-brand .be {
  font-size: 9.5px;
  letter-spacing: 1.7px;
  color: var(--ink3);
  text-transform: uppercase;
  margin-top: 3px;
  white-space: nowrap;
}
.portal-home .ph-search {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  height: 42px;
  width: 380px;
  max-width: 38%;
  flex: 1 1 auto;
  flex-shrink: 1;
  min-width: 220px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  transition: .16s;
}
.portal-home .ph-search:focus-within {
  border-color: var(--brand2);
  box-shadow: 0 0 0 3px var(--brand-l);
}
.portal-home .ph-search select {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23475467' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 9px center;
  font: 12.5px var(--f-sans);
  color: var(--ink2);
  padding: 0 26px 0 14px;
  cursor: pointer;
  flex-shrink: 0;
  border-right: 1px solid var(--line);
}
.portal-home .ph-search input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font: 13.5px var(--f-sans);
  padding: 0 12px;
  color: var(--ink);
}
.portal-home .ph-search input::placeholder { color: var(--ink3); }
.portal-home .ph-search button {
  flex-shrink: 0;
  white-space: nowrap;
  border: none;
  background: var(--brand);
  color: #fff;
  font: 13.5px var(--f-sans);
  font-weight: 600;
  padding: 0 18px;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: .16s;
}
.portal-home .ph-search button:hover { background: var(--brand2); }
.portal-home .ph-tel {
  text-align: left;
  flex: 0 0 auto;
  padding-left: 16px;
  border-left: 1px solid var(--line);
  max-width: none;
}
.portal-home .ph-tel-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.portal-home .ph-tel-item {
  white-space: nowrap;
  line-height: 1.35;
}
.portal-home .ph-tel-item.is-phone {
  font-family: var(--f-num);
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: .3px;
  order: 1;
}
.portal-home .ph-tel-item.is-time {
  font-size: 12px;
  font-weight: 400;
  color: var(--ink3);
  order: 2;
}

/* 导航 */
.portal-home .ph-nav { background: var(--brand); }
/* 子页导航与面包屑间距（首页 .ph-main 自带 padding，不受影响） */
.portal-home > .s-location { margin-top: 16px; }
.portal-home .ph-nav .ph-wrap {
  display: flex;
  height: 46px;
  align-items: stretch;
}
.portal-home .ph-nav a {
  display: flex;
  align-items: center;
  padding: 0 17px;
  font-size: 14.5px;
  color: #D3DDEE;
  position: relative;
  white-space: nowrap;
  transition: .16s;
}
.portal-home .ph-nav a:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.portal-home .ph-nav a.on {
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, .09);
}
.portal-home .ph-nav a.on::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 0;
  height: 3px;
  background: #5B8DEF;
}

/* 主区 */
.portal-home .ph-main { padding: 16px 0 24px; }
.portal-home .ph-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
.portal-home .ph-c8 { grid-column: span 8; }
.portal-home .ph-c4 { grid-column: span 4; }
.portal-home .ph-c12 { grid-column: span 12; }

.portal-home .ph-duo {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  gap: 14px;
  align-items: stretch;
}
.portal-home .ph-dcol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  height: 100%;
}
/* 每列底部卡片拉高，避免右侧成交结果下方大块留白 */
.portal-home .ph-dcol > .ph-card:last-child {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.portal-home .ph-dcol > .ph-card:last-child .ph-cbd {
  flex: 1 1 auto;
}

/* 卡片 */
.portal-home .ph-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh);
  min-width: 0;
  overflow: hidden;
}
.portal-home .ph-chd {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.portal-home .ph-chd h2 {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 8px;
  letter-spacing: .3px;
  padding-left: 11px;
  position: relative;
  margin: 0;
}
.portal-home .ph-chd h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5px;
  height: 15px;
  border-radius: 2px;
  background: var(--brand2);
}
.portal-home .ph-chd h2 i {
  font-style: normal;
  font-size: 9.5px;
  letter-spacing: 1.6px;
  color: var(--ink3);
  text-transform: uppercase;
  font-weight: 400;
}
.portal-home .ph-card.hero .ph-chd {
  background: linear-gradient(180deg, #F7FAFF, #fff);
  border-bottom-color: var(--brand-l2);
}
.portal-home .ph-card.hero .ph-chd h2::before { height: 18px; width: 4px; }
/* 采购公告列表限高，避免左列过长导致右侧成交结果下方大块空白 */
.portal-home .ph-card.hero .ph-cbd {
  max-height: 380px;
  overflow-y: auto;
}
.portal-home .ph-card.tail .ph-chd {
  background: linear-gradient(180deg, #F7FBFA, #fff);
}
.portal-home .ph-card.tail .ph-chd h2::before { background: var(--ok); }
.portal-home .ph-tabs { display: flex; gap: 2px; margin-left: 6px; }
.portal-home .ph-tab {
  font-size: 13px;
  color: var(--ink2);
  padding: 3px 11px;
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: .16s;
  user-select: none;
}
.portal-home .ph-tab:hover { color: var(--brand2); background: var(--brand-l); }
.portal-home .ph-tab.on {
  background: var(--brand-l);
  color: var(--brand2);
  font-weight: 600;
}
.portal-home .ph-more {
  margin-left: auto;
  font-size: 12.5px;
  color: var(--ink3);
  white-space: nowrap;
}
.portal-home .ph-more:hover { color: var(--brand2); }
.portal-home .ph-cbd { padding: 8px 18px 14px; }
.portal-home .ph-pane { display: none; }
.portal-home .ph-pane.on { display: block; }

/* 通用行 */
.portal-home .ph-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-bottom: 1px solid var(--line2);
  font-size: 13.5px;
  border-radius: var(--r-sm);
  transition: .14s;
}
.portal-home .ph-row:last-child { border-bottom: none; }
.portal-home .ph-row:hover { background: var(--brand-l); }
.portal-home .ph-row:hover .ph-t { color: var(--brand2); }
.portal-home .ph-t {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-home .ph-dt {
  font-family: var(--f-num);
  font-size: 12px;
  color: var(--ink3);
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.portal-home .ph-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand2);
  opacity: .5;
  flex-shrink: 0;
}

/* 采购公告行 */
.portal-home .ph-pr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px 46px;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-bottom: 1px solid var(--line2);
  border-radius: var(--r-sm);
  font-size: 13.5px;
  transition: .14s;
  position: relative;
}
.portal-home .ph-pr:last-child { border-bottom: none; }
.portal-home .ph-pr:hover { background: var(--brand-l); }
.portal-home .ph-pr:hover .ph-pr-t { color: var(--brand2); }
.portal-home .ph-pr-t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-home .ph-pr-dt {
  font-family: var(--f-num);
  font-size: 12px;
  color: var(--ink3);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.portal-home .ph-chip {
  font-size: 11.5px;
  font-weight: 700;
  padding: 2px 0;
  text-align: center;
  border-radius: var(--r-sm);
  font-variant-numeric: tabular-nums;
  position: relative;
  z-index: 1;
}
.portal-home .ph-chip.hot { background: var(--hot-bg); color: var(--hot); }
.portal-home .ph-chip.warm { background: var(--warm-bg); color: var(--warm); }
.portal-home .ph-chip.calm { background: var(--mut-bg); color: var(--ink2); font-weight: 600; }
.portal-home .ph-chip.off { background: var(--mut-bg); color: var(--ink3); font-weight: 500; }
.portal-home .ph-chip[data-dl] { cursor: help; }
/* 提示改向下方弹出，避免第一条被卡片标题/滚动区顶部裁切 */
.portal-home .ph-chip[data-dl]::after {
  content: attr(data-dl);
  position: absolute;
  left: 50%;
  top: calc(100% + 9px);
  bottom: auto;
  transform: translateX(-50%);
  background: #101828;
  color: #fff;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .2px;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .24);
  opacity: 0;
  visibility: hidden;
  transition: .14s;
  z-index: 50;
  pointer-events: none;
}
.portal-home .ph-chip[data-dl]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  bottom: auto;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: transparent;
  border-bottom-color: #101828;
  opacity: 0;
  visibility: hidden;
  transition: .14s;
  z-index: 50;
  pointer-events: none;
}
.portal-home .ph-pr:hover { z-index: 5; }
.portal-home .ph-chip[data-dl]:hover { z-index: 51; }
.portal-home .ph-chip[data-dl]:hover::after,
.portal-home .ph-chip[data-dl]:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Banner — 不用旧 #iContainer，避免 common.css 把图锁成 370×280 */
.portal-home .ph-banner {
  position: relative;
  height: 220px;
  min-height: 212px;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(115deg, #152F63 0%, #1E4585 52%, #2C5FA8 100%);
}
.portal-home .ph-banner-slides {
  width: 100%;
  height: 100%;
  position: relative;
}
.portal-home .ph-banner-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease;
  background-color: transparent;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
.portal-home .ph-banner-slide.on {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
/* 隐藏探测用 img，避免裂图图标；真正展示靠 background-image */
.portal-home .ph-banner-slide .ph-banner-img {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}
.portal-home .ph-banner-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 34px 40px;
  background: linear-gradient(transparent, rgba(15, 36, 80, .85));
  color: #fff;
  z-index: 3;
}
.portal-home .ph-banner-cap em {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.portal-home .ph-banner-dots {
  position: absolute;
  left: 34px;
  bottom: 16px;
  display: flex;
  gap: 7px;
  z-index: 5;
}
.portal-home .ph-banner-dots i {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .35);
  display: block;
  cursor: pointer;
  transition: .2s;
}
.portal-home .ph-banner-dots i.on {
  background: #fff;
  width: 32px;
}
.portal-home .ph-banner-empty {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 34px;
  color: #fff;
  position: relative;
}
.portal-home .ph-banner-empty .kick {
  font-size: 10.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8FB3EE;
  display: block;
  margin-bottom: 9px;
}
.portal-home .ph-banner-empty h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
}
.portal-home .ph-banner-empty p {
  font-size: 13px;
  color: #B9CDF0;
  margin: 0;
  line-height: 1.7;
}

/* 快捷入口 */
.portal-home .ph-entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  height: 100%;
}
.portal-home .ph-en {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 9px 13px;
  transition: .16s;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  height: 48px;
  flex: 1;
}
.portal-home .ph-en:hover {
  border-color: var(--brand2);
  box-shadow: 0 4px 14px rgba(21, 47, 99, .1);
  transform: translateY(-1px);
}
.portal-home .ph-en .ic {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  flex-shrink: 0;
  background: var(--brand-l);
  color: var(--brand2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.portal-home .ph-en:hover .ic { background: var(--brand); color: #fff; }
.portal-home .ph-en b {
  font-size: 13.5px;
  font-weight: 600;
  margin-right: auto;
  white-space: nowrap;
}
.portal-home .ph-en span {
  font-size: 11.5px;
  color: var(--ink3);
  line-height: 1.4;
  white-space: nowrap;
}
.portal-home .ph-en.alt .ic { background: #FDF0E6; color: #C2620F; }
.portal-home .ph-en.alt:hover .ic { background: #C2620F; color: #fff; }

.portal-home .ph-empty {
  padding: 26px 12px;
  text-align: center;
  color: var(--ink3);
  font-size: 13px;
}
.portal-home .ph-empty .ico {
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--card2);
  border: 1px dashed var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 开标计划 */
.portal-home .ph-sch-sum {
  display: flex;
  gap: 18px;
  font-size: 12.5px;
  color: var(--ink2);
}
.portal-home .ph-sch-sum b {
  font-family: var(--f-num);
  font-size: 15px;
  color: var(--brand);
  margin-right: 3px;
}
.portal-home .ph-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin: 4px 0 12px;
}
.portal-home .ph-wd {
  background: var(--card2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 10px 6px;
  text-align: center;
  transition: .16s;
  cursor: pointer;
}
.portal-home .ph-wd:hover { border-color: var(--brand2); background: var(--brand-l); }
.portal-home .ph-wd .wn { font-size: 11.5px; color: var(--ink3); display: block; }
.portal-home .ph-wd .dn {
  display: block;
  font-family: var(--f-num);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
.portal-home .ph-wd .ct { display: block; font-size: 11px; color: var(--ink3); margin-top: 1px; }
.portal-home .ph-wd.has .ct { color: var(--brand2); font-weight: 600; }
.portal-home .ph-wd.today { background: var(--brand); border-color: var(--brand); }
.portal-home .ph-wd.today .wn,
.portal-home .ph-wd.today .ct { color: #B9CDF0; }
.portal-home .ph-wd.today .dn { color: #fff; }
.portal-home .ph-wd.on {
  border-color: var(--brand2);
  box-shadow: 0 0 0 2px var(--brand-l);
}
.portal-home .ph-sh {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 120px 80px;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-bottom: 1px solid var(--line2);
  border-radius: var(--r-sm);
  transition: .14s;
  position: relative;
}
.portal-home .ph-sh:last-child { border-bottom: none; }
.portal-home .ph-sh:hover { background: var(--brand-l); }
.portal-home .ph-sh:hover .ph-t { color: var(--brand2); }
.portal-home .ph-sh::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2.5px;
  border-radius: 2px;
  background: transparent;
}
.portal-home .ph-sh.today::before { background: #E0722A; }
.portal-home .ph-sh-time {
  font-family: var(--f-num);
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  line-height: 1.35;
}
.portal-home .ph-sh-time i {
  display: block;
  font-style: normal;
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink3);
}
.portal-home .ph-sh-hall {
  font-size: 12px;
  color: var(--ink3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-home .ph-st {
  font-size: 11.5px;
  font-weight: 600;
  padding: 2px 0;
  text-align: center;
  border-radius: var(--r-sm);
}
.portal-home .ph-st.wait { background: var(--ok-bg); color: var(--ok); }
.portal-home .ph-st.done { background: var(--mut-bg); color: var(--ink3); font-weight: 500; }
.portal-home .ph-sh.done { opacity: .62; }
.portal-home .ph-sch-list { min-height: 80px; }

/* 页脚 */
.portal-home .ph-foot {
  background: #0F2450;
  color: #93A8C6;
  font-size: 12px;
  padding: 20px 0 18px;
  margin-top: 0;
}
.portal-home .ph-foot .fl {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: #C7D6EC;
}
.portal-home .ph-foot .fl b { font-size: 12.5px; }
.portal-home .ph-foot .fl a { color: #C7D6EC; }
.portal-home .ph-foot .fl a:hover { color: #fff; }
.portal-home .ph-foot .fl .sp { opacity: .3; }
.portal-home .ph-foot .fl select {
  font: 12px var(--f-sans);
  background: #1B3A6B;
  color: #D6E1F2;
  border: 1px solid #2C4E82;
  border-radius: var(--r-sm);
  padding: 4px 8px;
  max-width: 260px;
}
.portal-home .ph-foot .ft { line-height: 1.9; color: #7E93B3; }
.portal-home .ph-foot .ft a { color: #93A8C6; }

@media (max-width: 1080px) {
  .portal-home .ph-c8,
  .portal-home .ph-c4 { grid-column: span 12; }
  .portal-home .ph-duo { grid-template-columns: 1fr; }
  .portal-home .ph-head .ph-wrap { flex-wrap: wrap; row-gap: 12px; }
  .portal-home .ph-search {
    order: 3;
    width: 100%;
    flex-basis: auto;
    margin-left: 0;
    max-width: none;
  }
  .portal-home .ph-tel { margin-left: auto; }
  .portal-home .ph-entry { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .portal-home .ph-brand .be { display: none; }
  .portal-home .ph-pr { grid-template-columns: minmax(0, 1fr) 62px; }
  .portal-home .ph-pr-dt { display: none; }
  .portal-home .ph-sh {
    grid-template-columns: 96px minmax(0, 1fr);
    row-gap: 4px;
  }
  .portal-home .ph-sh-hall,
  .portal-home .ph-st { grid-column: 1; }
  .portal-home .ph-entry { grid-template-columns: 1fr; }
  .portal-home .ph-nav .ph-wrap { overflow-x: auto; }
}
