/* ==========================================================
   科仪有维｜科研仪器共享导航栏目
   File: /skin/kyywgov/css/share-directory.css
   ========================================================== */

.kyyw-share-page,
.kyyw-share-detail-page {
  --share-primary: #075fae;
  --share-primary-dark: #054a88;
  --share-primary-light: #eaf4ff;
  --share-text: #1b2b39;
  --share-muted: #687784;
  --share-border: #dfe7ee;
  --share-bg: #f4f7fa;
  --share-white: #fff;
  --share-success: #16845b;
  --share-warning: #aa6800;
  --share-danger: #b33a3a;
  color: var(--share-text);
  background: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.kyyw-share-page *,
.kyyw-share-page *::before,
.kyyw-share-page *::after,
.kyyw-share-detail-page *,
.kyyw-share-detail-page *::before,
.kyyw-share-detail-page *::after {
  box-sizing: border-box;
}

.kyyw-share-page a,
.kyyw-share-detail-page a {
  color: inherit;
  text-decoration: none;
}

.kyyw-share-page .container,
.kyyw-share-detail-page .container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

/* 面包屑 */
.kyyw-share-breadcrumb {
  border-bottom: 1px solid #edf1f4;
  background: #fff;
}

.kyyw-share-breadcrumb .container {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: #778491;
  font-size: 14px;
  white-space: nowrap;
}

.kyyw-share-breadcrumb a:hover {
  color: var(--share-primary);
}

.kyyw-share-breadcrumb strong {
  overflow: hidden;
  color: #3d4c59;
  font-weight: 500;
  text-overflow: ellipsis;
}

/* 列表页头部 */
.kyyw-share-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 14%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(118deg, #064d8f 0%, #076ab9 56%, #0a77c9 100%);
}

.kyyw-share-hero::before,
.kyyw-share-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  pointer-events: none;
}

.kyyw-share-hero::before {
  width: 470px;
  height: 470px;
  right: -150px;
  top: -250px;
}

.kyyw-share-hero::after {
  width: 320px;
  height: 320px;
  right: 75px;
  bottom: -250px;
}

.kyyw-share-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 350px;
  padding: 60px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 70px;
  align-items: center;
}

.kyyw-share-eyebrow,
.kyyw-share-section-en {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 700;
}

.kyyw-share-eyebrow {
  margin-bottom: 15px;
  color: rgba(255,255,255,.72);
}

.kyyw-share-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.2;
  letter-spacing: 1px;
}

.kyyw-share-hero__content > p {
  max-width: 730px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.9;
}

.kyyw-share-hero__actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kyyw-share-btn {
  min-width: 142px;
  height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  transition: .2s ease;
}

.kyyw-share-btn:hover {
  transform: translateY(-2px);
}

.kyyw-share-btn--primary {
  color: var(--share-primary-dark) !important;
  border-color: #fff;
  background: #fff;
}

.kyyw-share-btn--ghost {
  color: #fff !important;
  background: rgba(255,255,255,.06);
}

.kyyw-share-stats {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(255,255,255,.14);
  box-shadow: 0 22px 50px rgba(0,35,75,.18);
}

.kyyw-share-stat {
  min-height: 84px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(3,57,109,.3);
}

.kyyw-share-stat strong {
  font: 700 34px/1 Arial, sans-serif;
}

.kyyw-share-stat span {
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

/* 导航说明 */
.kyyw-share-notice {
  border-bottom: 1px solid #e5ebf0;
  background: #fff;
}

.kyyw-share-notice__inner {
  min-height: 70px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
}

.kyyw-share-notice__label {
  padding: 5px 10px;
  color: var(--share-primary);
  border: 1px solid #b9d5ee;
  border-radius: 2px;
  background: #f2f8fd;
  font-size: 13px;
  font-weight: 700;
}

.kyyw-share-notice p {
  margin: 0;
  color: #657381;
  font-size: 14px;
  line-height: 1.8;
}

.kyyw-share-notice__update {
  color: #76838f;
  font-size: 13px;
  white-space: nowrap;
}

/* 主区域 */
.kyyw-share-main {
  padding: 62px 0 72px;
  background: var(--share-bg);
}

.kyyw-share-section-head {
  margin-bottom: 24px;
}

.kyyw-share-section-en {
  margin-bottom: 8px;
  color: var(--share-primary);
}

.kyyw-share-section-head h2,
.kyyw-share-service h2,
.kyyw-share-disclaimer h2,
.kyyw-share-detail-card h2,
.kyyw-share-detail-aside h2 {
  margin: 0;
  color: #182938;
  font-size: 30px;
  line-height: 1.35;
}

.kyyw-share-section-head p {
  margin: 10px 0 0;
  color: var(--share-muted);
  font-size: 15px;
}

/* 筛选 */
.kyyw-share-filter {
  margin-bottom: 26px;
  padding: 22px;
  border: 1px solid var(--share-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(36,62,84,.06);
}

.kyyw-share-search {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) auto;
  height: 52px;
  border: 1px solid #cfd9e2;
  border-radius: 5px;
  background: #fff;
}

.kyyw-share-search:focus-within {
  border-color: var(--share-primary);
  box-shadow: 0 0 0 3px rgba(7,95,174,.09);
}

.kyyw-share-search__icon {
  position: relative;
}

.kyyw-share-search__icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 18px;
  top: 16px;
  border: 2px solid #748492;
  border-radius: 50%;
}

.kyyw-share-search__icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  left: 29px;
  top: 30px;
  border-radius: 2px;
  background: #748492;
  transform: rotate(45deg);
}

.kyyw-share-search input {
  width: 100%;
  min-width: 0;
  padding: 0 12px 0 0;
  color: #20303e;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
}

.kyyw-share-search input::placeholder {
  color: #99a5af;
}

.kyyw-share-search button {
  padding: 0 18px;
  color: var(--share-primary);
  border: 0;
  border-left: 1px solid #e5ebf0;
  background: transparent;
  cursor: pointer;
}

.kyyw-share-filter__row {
  margin-top: 18px;
  display: flex;
  gap: 22px;
  align-items: flex-end;
  justify-content: space-between;
}

.kyyw-share-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kyyw-share-tabs button {
  min-height: 38px;
  padding: 0 15px;
  color: #526271;
  border: 1px solid #dce4ea;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.kyyw-share-tabs button:hover {
  color: var(--share-primary);
  border-color: #9fc3e1;
}

.kyyw-share-tabs button.is-active {
  color: #fff;
  border-color: var(--share-primary);
  background: var(--share-primary);
}

.kyyw-share-selects {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}

.kyyw-share-selects label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kyyw-share-selects label > span {
  color: #6a7885;
  font-size: 13px;
  white-space: nowrap;
}

.kyyw-share-selects select {
  min-width: 126px;
  height: 38px;
  padding: 0 30px 0 11px;
  color: #344553;
  border: 1px solid #d7e0e7;
  border-radius: 4px;
  outline: 0;
  background: #fff;
}

.kyyw-share-resultbar {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #edf1f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #71808d;
  font-size: 13px;
}

.kyyw-share-resultbar strong {
  color: var(--share-primary);
  font: 700 16px/1 Arial, sans-serif;
}

.kyyw-share-resultbar button {
  color: var(--share-primary);
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* 卡片列表 */
.kyyw-share-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}

.kyyw-share-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--share-border);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(31,58,81,.045);
  transition: transform .22s, box-shadow .22s, border-color .22s;
}

.kyyw-share-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--share-primary);
}

.kyyw-share-card:hover {
  transform: translateY(-3px);
  border-color: #b8cfdf;
  box-shadow: 0 15px 34px rgba(27,68,103,.10);
}

.kyyw-share-card[hidden] {
  display: none !important;
}

.kyyw-share-card__top {
  min-height: 52px;
  padding: 16px 18px 8px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.kyyw-share-tag,
.kyyw-share-status {
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.4;
}

.kyyw-share-tag {
  color: var(--share-primary);
  background: var(--share-primary-light);
}

.kyyw-share-status {
  color: var(--share-success);
  background: #eaf7f1;
}

.kyyw-share-status.is-login,
.kyyw-share-detail-status.is-login {
  color: #7f650b;
  background: #fff7dc;
}

.kyyw-share-status.is-internal,
.kyyw-share-detail-status.is-internal {
  color: #7b6210;
  background: #fff4d2;
}

.kyyw-share-status.is-adjusting,
.kyyw-share-detail-status.is-adjusting {
  color: var(--share-warning);
  background: #fff0de;
}

.kyyw-share-status.is-offline,
.kyyw-share-detail-status.is-offline {
  color: var(--share-danger);
  background: #fff0f0;
}

.kyyw-share-card__body {
  padding: 7px 18px 18px;
}

.kyyw-share-card h3 {
  min-height: 56px;
  margin: 0;
  font-size: 19px;
  line-height: 1.52;
}

.kyyw-share-card h3 a {
  color: #182b3a;
}

.kyyw-share-card h3 a:hover {
  color: var(--share-primary);
}

.kyyw-share-card__organizer {
  min-height: 52px;
  margin-top: 13px;
  padding: 10px 12px;
  border-left: 3px solid #b8d4eb;
  background: #f7fafc;
}

.kyyw-share-card__organizer span {
  display: block;
  margin-bottom: 3px;
  color: #86929c;
  font-size: 11px;
}

.kyyw-share-card__organizer strong {
  display: block;
  overflow: hidden;
  color: #40515f;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kyyw-share-card__intro {
  height: 66px;
  margin: 14px 0;
  overflow: hidden;
  color: #687784;
  font-size: 13px;
  line-height: 1.72;
}

.kyyw-share-card__meta {
  margin: 0;
  border-top: 1px solid #edf1f4;
}

.kyyw-share-card__meta > div {
  min-height: 40px;
  padding: 9px 0;
  border-bottom: 1px solid #edf1f4;
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 10px;
}

.kyyw-share-card__meta dt,
.kyyw-share-card__meta dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.kyyw-share-card__meta dt {
  color: #8a96a0;
}

.kyyw-share-card__meta dd {
  color: #445563;
  word-break: break-word;
}

.kyyw-share-city:empty {
  display: none;
}

.kyyw-share-city:not(:empty)::before {
  content: " · ";
}

.kyyw-share-card__footer {
  min-height: 58px;
  padding: 11px 18px;
  border-top: 1px solid #e9eef2;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  background: #fbfcfd;
}

.kyyw-share-verified {
  color: #88949e;
  font-size: 12px;
}

.kyyw-share-verified.is-empty {
  visibility: hidden;
}

.kyyw-share-card__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 12px;
}

.kyyw-share-detail-link,
.kyyw-share-official-link {
  color: var(--share-primary) !important;
  font-size: 13px;
  font-weight: 700;
}

.kyyw-share-detail-link {
  color: #687784 !important;
}

.kyyw-share-empty {
  padding: 66px 20px;
  border: 1px dashed #c8d5df;
  border-radius: 8px;
  text-align: center;
  background: #fff;
}

.kyyw-share-empty__icon {
  color: #93a8b8;
  font-size: 42px;
}

.kyyw-share-empty h3 {
  margin: 16px 0 8px;
  font-size: 20px;
}

.kyyw-share-empty p {
  margin: 0;
  color: #7a8792;
  font-size: 14px;
}

.kyyw-share-empty button {
  margin-top: 20px;
  height: 38px;
  padding: 0 17px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: var(--share-primary);
  cursor: pointer;
}

.kyyw-share-pagination {
  margin-top: 34px;
  text-align: center;
}

.kyyw-share-pagination a,
.kyyw-share-pagination b {
  min-width: 36px;
  height: 36px;
  margin: 3px;
  padding: 0 11px;
  border: 1px solid #d8e1e8;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 13px;
}

.kyyw-share-pagination b,
.kyyw-share-pagination a:hover {
  color: #fff;
  border-color: var(--share-primary);
  background: var(--share-primary);
}

.kyyw-share-page-tip {
  margin-top: 18px;
  padding: 12px 15px;
  color: #7b8791;
  border-left: 3px solid #aac9e2;
  background: #edf4f9;
  font-size: 12px;
  line-height: 1.75;
}

/* 转化区域 */
.kyyw-share-service {
  padding: 64px 0;
  color: #fff;
  background: #073f73;
}

.kyyw-share-service__inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 50px;
  align-items: center;
}

.kyyw-share-service .kyyw-share-section-en {
  color: #86c5f2;
}

.kyyw-share-service h2 {
  color: #fff;
}

.kyyw-share-service p {
  max-width: 700px;
  margin: 13px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.9;
}

.kyyw-share-service__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.kyyw-share-service-btn {
  min-height: 43px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 14px;
}

.kyyw-share-service-btn--primary {
  color: #07558f !important;
  border-color: #fff;
  background: #fff;
  font-weight: 700;
}

.kyyw-share-disclaimer {
  padding: 36px 0 52px;
  background: #f7f9fb;
}

.kyyw-share-disclaimer h2 {
  font-size: 18px;
}

.kyyw-share-disclaimer p {
  margin: 10px 0 0;
  color: #77848f;
  font-size: 13px;
  line-height: 1.9;
}

/* 内容页 */
.kyyw-share-detail-hero {
  color: #fff;
  background: linear-gradient(120deg, #064d8f 0%, #0871c2 100%);
}

.kyyw-share-detail-hero__inner {
  min-height: 280px;
  padding: 52px 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 50px;
  align-items: center;
}

.kyyw-share-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kyyw-share-detail-tags > span {
  min-height: 26px;
  padding: 3px 9px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.14);
  font-size: 12px;
}

.kyyw-share-detail-tags .kyyw-share-detail-status {
  color: #dff8ed;
  background: rgba(10,70,43,.32);
}

.kyyw-share-detail-hero h1 {
  max-width: 850px;
  margin: 18px 0 0;
  font-size: clamp(30px,4vw,44px);
  line-height: 1.35;
}

.kyyw-share-detail-hero__main > p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.77);
  font-size: 15px;
  line-height: 1.9;
}

.kyyw-share-detail-hero__action a {
  min-width: 170px;
  height: 48px;
  padding: 0 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--share-primary-dark) !important;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
}

.kyyw-share-detail-main {
  padding: 50px 0 70px;
  background: var(--share-bg);
}

.kyyw-share-detail-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 310px;
  gap: 24px;
  align-items: start;
}

.kyyw-share-detail-card,
.kyyw-share-detail-aside > section {
  border: 1px solid var(--share-border);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(39,62,80,.05);
}

.kyyw-share-detail-card {
  padding: 30px;
}

.kyyw-share-detail-card header {
  padding-bottom: 22px;
  border-bottom: 1px solid #e8edf1;
}

.kyyw-share-detail-card h2 {
  font-size: 25px;
}

.kyyw-share-detail-info {
  margin: 0;
}

.kyyw-share-detail-info > div {
  min-height: 56px;
  padding: 14px 0;
  border-bottom: 1px solid #edf1f4;
  display: grid;
  grid-template-columns: 150px minmax(0,1fr);
  gap: 20px;
}

.kyyw-share-detail-info dt,
.kyyw-share-detail-info dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.kyyw-share-detail-info dt {
  color: #7a8792;
}

.kyyw-share-detail-info dd {
  color: #2e4050;
  word-break: break-word;
}

.kyyw-share-detail-info__url a {
  color: var(--share-primary) !important;
}

.kyyw-share-detail-intro,
.kyyw-share-detail-guide {
  margin-top: 30px;
}

.kyyw-share-detail-intro h2,
.kyyw-share-detail-guide h2 {
  padding-left: 12px;
  border-left: 4px solid var(--share-primary);
  font-size: 20px;
}

.kyyw-share-detail-intro__content,
.kyyw-share-detail-guide p {
  margin-top: 16px;
  color: #536472;
  font-size: 15px;
  line-height: 2;
  white-space: pre-line;
}

.kyyw-share-detail-guide {
  padding: 20px;
  border: 1px solid #d9e8f3;
  background: #f3f8fc;
}

.kyyw-share-detail-guide p {
  margin-bottom: 0;
}

.kyyw-share-detail-buttons {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #edf1f4;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kyyw-share-detail-button {
  min-width: 140px;
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid var(--share-primary);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--share-primary) !important;
  font-size: 14px;
}

.kyyw-share-detail-button--primary {
  color: #fff !important;
  background: var(--share-primary);
}

.kyyw-share-detail-aside {
  display: grid;
  gap: 16px;
}

.kyyw-share-detail-aside > section {
  padding: 22px;
}

.kyyw-share-detail-aside h2 {
  font-size: 18px;
}

.kyyw-share-detail-aside p {
  margin: 10px 0 16px;
  color: #697884;
  font-size: 13px;
  line-height: 1.8;
}

.kyyw-share-detail-aside a {
  width: 100%;
  min-height: 39px;
  border: 1px solid var(--share-primary);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--share-primary) !important;
  font-size: 13px;
}

.kyyw-share-detail-aside__notice {
  background: #f8fafb !important;
}

.kyyw-share-detail-aside__notice p {
  margin-bottom: 0;
}

/* 平板 */
@media (max-width: 1080px) {
  .kyyw-share-hero__inner {
    grid-template-columns: minmax(0,1fr) 300px;
    gap: 38px;
  }

  .kyyw-share-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .kyyw-share-filter__row {
    flex-direction: column;
    align-items: stretch;
  }

  .kyyw-share-service__inner,
  .kyyw-share-detail-layout {
    grid-template-columns: 1fr;
  }

  .kyyw-share-service__actions {
    justify-content: flex-start;
  }

  .kyyw-share-detail-aside {
    grid-template-columns: repeat(3,1fr);
  }
}

/* 手机 */
@media (max-width: 760px) {
  .kyyw-share-page .container,
  .kyyw-share-detail-page .container {
    width: min(100% - 24px,1200px);
  }

  .kyyw-share-breadcrumb .container {
    min-height: 44px;
    font-size: 12px;
  }

  .kyyw-share-hero__inner {
    min-height: 0;
    padding: 42px 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .kyyw-share-hero h1 {
    font-size: 31px;
  }

  .kyyw-share-hero__content > p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.8;
  }

  .kyyw-share-stats {
    grid-template-columns: repeat(3,1fr);
  }

  .kyyw-share-stat {
    min-height: 78px;
    padding: 12px 7px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .kyyw-share-stat strong {
    font-size: 25px;
  }

  .kyyw-share-stat span {
    margin-top: 7px;
    font-size: 11px;
  }

  .kyyw-share-notice__inner {
    min-height: 0;
    padding: 15px 0;
    grid-template-columns: auto 1fr;
    gap: 8px 10px;
    align-items: start;
  }

  .kyyw-share-notice p {
    font-size: 12px;
    line-height: 1.7;
  }

  .kyyw-share-notice__update {
    display: none;
  }

  .kyyw-share-main {
    padding: 42px 0 50px;
  }

  .kyyw-share-section-head h2,
  .kyyw-share-service h2 {
    font-size: 25px;
  }

  .kyyw-share-filter {
    padding: 14px;
  }

  .kyyw-share-search {
    grid-template-columns: 42px minmax(0,1fr);
    height: 48px;
  }

  .kyyw-share-search button {
    display: none;
  }

  .kyyw-share-tabs {
    flex-wrap: nowrap;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .kyyw-share-tabs::-webkit-scrollbar {
    display: none;
  }

  .kyyw-share-tabs button {
    flex: 0 0 auto;
  }

  .kyyw-share-selects {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .kyyw-share-selects label {
    display: block;
  }

  .kyyw-share-selects label > span {
    display: block;
    margin-bottom: 6px;
  }

  .kyyw-share-selects select {
    width: 100%;
    min-width: 0;
  }

  .kyyw-share-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kyyw-share-card h3,
  .kyyw-share-card__organizer,
  .kyyw-share-card__intro {
    min-height: 0;
    height: auto;
  }

  .kyyw-share-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .kyyw-share-service {
    padding: 45px 0;
  }

  .kyyw-share-service__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kyyw-share-page-tip {
    display: none;
  }

  .kyyw-share-detail-hero__inner {
    min-height: 0;
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kyyw-share-detail-hero h1 {
    font-size: 30px;
  }

  .kyyw-share-detail-hero__action a {
    width: 100%;
  }

  .kyyw-share-detail-main {
    padding: 30px 0 50px;
  }

  .kyyw-share-detail-card {
    padding: 20px 16px;
  }

  .kyyw-share-detail-info > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .kyyw-share-detail-aside {
    grid-template-columns: 1fr;
  }

  .kyyw-share-detail-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }
}


/* ===== 共享导航统计卡片美化（2026-07-23 修复版） ===== */
.kyyw-share-stats {
  overflow: hidden;
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.08) 100%);
  backdrop-filter: blur(4px);
  box-shadow: 0 22px 50px rgba(0,35,75,.22);
}

.kyyw-share-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.05), transparent);
  pointer-events: none;
}

.kyyw-share-stats__hd {
  position: relative;
  z-index: 1;
}

.kyyw-share-stats__eyebrow {
  margin-bottom: 8px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.kyyw-share-stats__hd h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
}

.kyyw-share-stats__hd p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.8;
}

.kyyw-share-stats__list {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.kyyw-share-stat {
  min-height: 88px;
  padding: 18px 18px 18px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.kyyw-share-stat__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b5d9d;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(232,243,255,.92));
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(6,48,92,.15);
}

.kyyw-share-stat__text {
  min-width: 0;
}

.kyyw-share-stat strong {
  display: block;
  color: #fff;
  font: 700 38px/1 Arial, sans-serif;
  letter-spacing: .5px;
}

.kyyw-share-stat span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

@media (max-width: 760px) {
  .kyyw-share-stats {
    padding: 16px;
    border-radius: 12px;
  }

  .kyyw-share-stats__hd h3 {
    font-size: 20px;
  }

  .kyyw-share-stats__hd p {
    font-size: 12px;
  }

  .kyyw-share-stats__list {
    margin-top: 14px;
    gap: 10px;
  }

  .kyyw-share-stat {
    min-height: 72px;
    padding: 12px;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 10px;
    border-radius: 12px;
  }

  .kyyw-share-stat__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 18px;
  }

  .kyyw-share-stat strong {
    font-size: 26px;
  }

  .kyyw-share-stat span {
    margin-top: 4px;
    font-size: 12px;
  }
}


/* ===== 共享导航首屏高度与统计布局二次优化（2026-07-23） ===== */

/* 整体首屏降低高度 */
.kyyw-share-hero__inner {
  min-height: 300px;
  padding: 44px 0;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 40px;
  align-items: center;
}

.kyyw-share-hero h1 {
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.24;
}

.kyyw-share-hero__content > p {
  max-width: 760px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
}

.kyyw-share-hero__actions {
  margin-top: 24px;
}

/* 右侧统计卡片变得更紧凑 */
.kyyw-share-stats {
  padding: 22px;
  border-radius: 14px;
}

.kyyw-share-stats__hd h3 {
  font-size: 22px;
}

.kyyw-share-stats__hd p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.7;
}

/* 平、省、核 三个统计项一行显示 */
.kyyw-share-stats__list {
  margin-top: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.kyyw-share-stat {
  min-height: 0;
  padding: 14px 12px;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: center;
  text-align: center;
  border-radius: 12px;
}

.kyyw-share-stat__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 19px;
}

.kyyw-share-stat strong {
  font-size: 32px;
}

.kyyw-share-stat span {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
}

/* 中等屏幕适当收缩 */
@media (max-width: 1180px) {
  .kyyw-share-hero__inner {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 28px;
  }

  .kyyw-share-stats__list {
    gap: 10px;
  }

  .kyyw-share-stat {
    padding: 12px 8px;
  }

  .kyyw-share-stat strong {
    font-size: 28px;
  }
}

/* 平板仍保持一行，如空间不足允许整体下移但不回到纵排 */
@media (max-width: 980px) {
  .kyyw-share-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kyyw-share-stats {
    max-width: 100%;
  }

  .kyyw-share-stats__list {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

/* 手机端改回更适合阅读的三行/或紧凑布局 */
@media (max-width: 760px) {
  .kyyw-share-hero__inner {
    padding: 34px 0;
  }

  .kyyw-share-hero h1 {
    font-size: 28px;
  }

  .kyyw-share-hero__content > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .kyyw-share-stats {
    padding: 14px;
    border-radius: 12px;
  }

  .kyyw-share-stats__hd h3 {
    font-size: 19px;
  }

  .kyyw-share-stats__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kyyw-share-stat {
    grid-template-columns: 44px minmax(0,1fr);
    gap: 10px;
    justify-items: start;
    text-align: left;
    padding: 12px;
  }

  .kyyw-share-stat strong {
    font-size: 26px;
  }

  .kyyw-share-stat span {
    margin-top: 4px;
    font-size: 12px;
  }
}
