@charset "UTF-8";

.stgk-fire-subtitle {
  width: 100%;
  text-align: center;
}
/* 生态概况页面样式 */
/* Banner区域 */
.ecology-banner {
  height: 75vh;
  background: linear-gradient(135deg, rgb(5, 95, 163) 0%, rgba(12, 158, 197, 0.51) 50%, rgba(0, 108, 91, 0) 100%), url("../images/生态概况/banner.png");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
}
.ecology-banner .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ecology-banner .banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.ecology-banner .banner-subtitle {
  font-size: 1.2rem;
  opacity: 0.8;
  letter-spacing: 2px;
}

/* Tab导航区域 */
.business-tabs-section {
  background: linear-gradient(to right, rgb(41, 101, 211), rgb(15, 223, 172));
  padding: 0;
}
.business-tabs-section .business-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 0;
}
.business-tabs-section .business-tab {
  flex: 0 0 200px;
  padding: 2rem 0;
  color: white;
  text-decoration: none;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}
.business-tabs-section .business-tab:hover {
  background: rgba(255, 255, 255, 0.1);
}
.business-tabs-section .business-tab.active {
  transform: translateY(-3px);
}
.business-tabs-section .business-tab.active::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background: white;
}

/* 主内容区域 */
.business-content-section {
  padding: 5rem 0;
  background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url("../images/生态概况/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.business-content-section .business-title-area,
.stzy-page .business-title-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.business-content-section .business-main-title,
.stzy-page .business-main-title {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.5rem;
  letter-spacing: 0.125rem;
  text-align: left;
  color: rgb(15, 89, 146);
  margin: 0;
  position: relative;
  display: inline-block;
}
.business-content-section .business-main-title .title-decoration,
.stzy-page .business-main-title .title-decoration {
  position: absolute;
  bottom: 1rem;
  right: -4rem;
  display: flex;
  gap: 0.5rem;
}
.business-content-section .business-main-title .title-decoration .slash,
.stzy-page .business-main-title .title-decoration .slash {
  width: 0.2rem;
  height: 1.5rem;
  transform: rotate(35deg);
}
.business-content-section .business-main-title .title-decoration .slash:nth-child(1),
.stzy-page .business-main-title .title-decoration .slash:nth-child(1) {
  background: rgba(15, 89, 146, 0.5);
}
.business-content-section .business-main-title .title-decoration .slash:nth-child(2),
.stzy-page .business-main-title .title-decoration .slash:nth-child(2) {
  background: rgba(15, 89, 146, 0.12);
}
.business-content-section .business-main-title .title-decoration .slash:nth-child(3),
.stzy-page .business-main-title .title-decoration .slash:nth-child(3) {
  background: rgba(15, 89, 146, 0.5);
}
.business-content-section .business-subtitle,
.stzy-page .business-subtitle {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.125rem;
  color: rgba(15, 89, 146, 1);
  margin: 0;
}

.stgk1-page .stgk-rich-text-gradient {
  background: linear-gradient(to right, rgb(41, 101, 211), rgb(15, 223, 172));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

}
.stgk1-page .stgk-rich-text-gradient {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.125rem;
  text-align: left;
  text-indent: 2em;
  color: rgb(15, 89, 146);
  margin: 0;
  margin-top: 3rem;
}
.business-content-section .business-stats-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 2.5rem;
  margin-bottom: 4rem;
  align-items: stretch;
}
/* 左侧地图卡片 */
.business-content-section .ecology-map-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-content-section .map-card {
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 20px rgba(15, 89, 146, 0.08), 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  min-height: 480px;
  width: 100%;
}
.business-content-section .map-card:hover {
  box-shadow: 0 12px 40px rgba(15, 89, 146, 0.15), 0 4px 12px rgba(0, 0, 0, 0.05);
}
.business-content-section .map-card::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 32px;
  height: 32px;
  border-top: 1.5px solid rgb(15, 89, 146);
  border-left: 1.5px solid rgb(15, 89, 146);
  opacity: 0.5;
  pointer-events: none;
  z-index: 2;
}
.business-content-section .map-card::after {
  content: '';
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-bottom: 1.5px solid rgb(15, 89, 146);
  border-right: 1.5px solid rgb(15, 89, 146);
  opacity: 0.5;
  pointer-events: none;
  z-index: 2;
}
.business-content-section .map-card .corner-bracket {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  opacity: 0.4;
}
.business-content-section .map-card .corner-bracket.tr {
  top: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
  border-top: 1px solid rgba(15, 89, 146, 0.4);
  border-right: 1px solid rgba(15, 89, 146, 0.4);
}
.business-content-section .map-card .corner-bracket.bl {
  bottom: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid rgba(15, 89, 146, 0.4);
  border-left: 1px solid rgba(15, 89, 146, 0.4);
}
.business-content-section .map-img-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: zoom-in;
  min-height: 300px;
  background: linear-gradient(110deg, #e8f4fd 30%, #f5faff 50%, #e8f4fd 70%);
  background-size: 200% 100%;
  animation: img-skeleton 1.5s ease-in-out infinite;
}
@keyframes img-skeleton {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.business-content-section .map-img-container img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: transparent;
  transition: transform 0.3s ease;
}
/* 右侧叶片型数据面板 */
.business-content-section .ecology-data-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
/* 叶片型卡片 */
.business-content-section .leaf-data-card {
  background: #ffffff;
  border-radius: 24px 4px 24px 4px;
  padding: 22px 26px;
  position: relative;
  box-shadow: 0 4px 20px rgba(15, 89, 146, 0.08), 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.business-content-section .leaf-data-card:hover {
  box-shadow: 0 12px 40px rgba(15, 89, 146, 0.15), 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
  border-color: rgba(18, 206, 177, 0.3);
}
/* 叶片脉络装饰线 */
.business-content-section .leaf-data-card::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: #12CEB1;
  transition: height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 0 0 0 2px;
}
.business-content-section .leaf-data-card:hover::after {
  height: 100%;
}
.business-content-section .leaf-data-card .card-index {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgb(15, 89, 146);
  opacity: 0.8;
  margin-bottom: 8px;
}
.business-content-section .leaf-data-card .card-value-wrapper {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.business-content-section .leaf-data-card .card-number {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0b4570;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-family: 'SF Mono', 'JetBrains Mono', 'Consolas', 'PingFang SC', monospace;
  transition: color 0.3s;
}
.business-content-section .leaf-data-card:hover .card-number {
  color: #12CEB1;
}
.business-content-section .leaf-data-card .card-unit {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4a4a4a;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.business-content-section .leaf-data-card .card-label {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #4a4a4a;
  margin-top: 6px;
  opacity: 0.9;
  white-space: nowrap;
}
.business-content-section .leaf-data-card .card-label span {
  font-size: 0.85em;
}
.business-content-section .leaf-data-card .card-geo-accent {
  position: absolute;
  pointer-events: none;
  opacity: 0.04;
  font-size: 6rem;
  font-weight: 900;
  right: -10px;
  bottom: -20px;
  color: rgb(15, 89, 146);
  line-height: 1;
  letter-spacing: -0.05em;
}
.business-content-section .forest-functions-section {
  margin-top: 6rem;
  text-align: center;
}
.business-content-section .functions-title {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.5rem;
  color: rgb(15, 89, 146);
  margin-bottom: 4rem;
  position: relative;
  display: inline-block;
}
.business-content-section .functions-title .title-bg {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-weight: 700;
  background: linear-gradient(to right, rgba(41, 101, 211, 0.05), rgba(15, 223, 172, 0.05));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.5rem;
  z-index: 0;
}
.business-content-section .functions-title .title-highlight {
  background: linear-gradient(to right, rgb(41, 101, 211), rgb(15, 223, 172));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.business-content-section .functions-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.business-content-section .function-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.business-content-section .function-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(173, 216, 230, 0.3), rgba(240, 248, 255, 0.8));
  border: 2px solid;
  border-image: linear-gradient(135deg, rgba(41, 101, 211, 0.5), rgba(15, 223, 172, 0.3)) 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
.business-content-section .function-circle::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(41, 101, 211, 0.5), rgba(15, 223, 172, 0.3));
  z-index: -1;
}
.business-content-section .function-circle:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 24px rgba(41, 101, 211, 0.3);
}
.business-content-section .function-circle img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.business-content-section .function-label {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgb(15, 89, 146);
  letter-spacing: 0.5rem;
}
.business-content-section .ecology-grid-section {
  margin-top: 6rem;
}
.business-content-section .grid-row {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  height: 18.75rem;
}
.business-content-section .grid-item {
  flex: 0 0 25%;
  width: 25%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.business-content-section .grid-item.grid-text {
  overflow: hidden;
  overflow-y: auto;
}
.business-content-section .grid-item.grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.business-content-section .grid-item.grid-text {
  background: rgb(36, 126, 203);
  padding: 1.2rem;
  display: block;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.business-content-section .grid-item.grid-text::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.business-content-section .grid-item.grid-text p {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 350;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: left;
  color: white;
  margin: 0;
}
.business-content-section .grid-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
}
.business-content-section .overlay-number {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0.5rem;
}
.business-content-section .overlay-number .overlay-unit {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-left: 0.3rem;
}
.business-content-section .overlay-label {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}
.business-content-section .overlay-split {
  display: flex;
  gap: 1rem;
}
.business-content-section .overlay-half {
  flex: 1;
}
.business-content-section .overlay-half .overlay-number {
  font-size: 2.5rem;
}
.business-content-section .business-text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.business-content-section .business-desc {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 350;
  font-size: 1.75rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  text-align: left;
  color: #333333;
}
.business-content-section .business-desc .highlight-number {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.75rem;
  letter-spacing: 0;
  text-align: left;
  color: rgb(15, 89, 146);
  margin: 0 0.2rem;
}
.business-content-section .business-desc .highlight-text {
  color: rgb(15, 89, 146);
}
.business-content-section .business-icons {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.business-content-section .business-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.business-content-section .business-icon-item img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: contain;
}
.business-content-section .business-icon-item span {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.125rem;
  text-align: left;
  color: rgb(15, 89, 146);
}
.business-content-section .business-image-wrapper {
  flex: 0 0 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.business-content-section .business-image-wrapper .carousel-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 12px;
  overflow: hidden;
}
.business-content-section .business-image-wrapper .carousel-container .carousel-image {
  position: absolute;
  width: 86.67%;
  height: 90%;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s, transform 0.8s ease-in-out;
}
.business-content-section .business-image-wrapper .carousel-container .carousel-image.image-bottom {
  bottom: 0;
  right: 0;
  z-index: 0;
  transform: scale(0.95);
}
.business-content-section .business-image-wrapper .carousel-container .carousel-image.image-bottom.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.business-content-section .business-image-wrapper .carousel-container .carousel-image.image-top {
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0.95);
}
.business-content-section .business-image-wrapper .carousel-container .carousel-image.image-top.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.business-content-section .business-image-wrapper .carousel-indicators {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.business-content-section .business-image-wrapper .carousel-indicators .indicator {
  height: 0.5rem;
  background: rgba(15, 89, 146, 0.3);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 0 0 2.5rem;
}
.business-content-section .business-image-wrapper .carousel-indicators .indicator.active {
  flex: 0 0 3.75rem;
  background: linear-gradient(135deg, rgb(41, 101, 211), rgb(15, 223, 172));
}
.business-content-section .business-image-wrapper .carousel-indicators .indicator:hover {
  background: rgba(15, 89, 146, 0.5);
}
.business-content-section .business-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
}
.business-content-section .business-category {
  background: transparent;
  border: 2px solid;
  border-image: linear-gradient(135deg, rgb(41, 101, 211), rgb(15, 223, 172)) 1;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgb(15, 89, 146);
  transition: all 0.3s ease;
  cursor: pointer;
}
.business-content-section .business-category:nth-child(1), .business-content-section .business-category:nth-child(2), .business-content-section .business-category:nth-child(3), .business-content-section .business-category:nth-child(4), .business-content-section .business-category:nth-child(5) {
  flex: 0 0 calc(20% - 1.2rem);
}
.business-content-section .business-category.active {
  background: linear-gradient(135deg, rgb(41, 101, 211), rgb(15, 223, 172));
  background-image: linear-gradient(135deg, rgb(41, 101, 211), rgb(15, 223, 172));
  background-origin: border-box;
  background-clip: padding-box;
  color: #fff;
}
.business-content-section .business-category.active img {
  filter: brightness(0) invert(1);
}
.business-content-section .business-category.business-category-featured {
  background: linear-gradient(135deg, rgb(41, 101, 211), rgb(15, 223, 172));
  background-image: linear-gradient(135deg, rgb(41, 101, 211), rgb(15, 223, 172));
  background-origin: border-box;
  background-clip: padding-box;
  border: 2px solid transparent;
  color: #fff;
}
.business-content-section .business-category.business-category-featured img {
  filter: brightness(0) invert(1);
}
.business-content-section .business-category .category-icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
}
.business-content-section .business-category .category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.business-content-section .business-category .category-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.business-content-section .business-category .category-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  text-align: center;
}
.business-content-section .business-category .category-count {
  font-size: 1rem;
  text-align: center;
  opacity: 0.9;
}

/* 生态概况内容区域 */
.ecology-content-section {
  padding: 100px 0;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.ecology-content-section .section-title-ecology {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}
.ecology-content-section .section-title-ecology .title-text {
  color: rgb(34, 139, 34);
}
.ecology-content-section .section-title-ecology .title-subtitle {
  color: rgba(34, 139, 34, 0.4);
}
.ecology-content-section .ecology-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
}
.ecology-content-section .ecology-image {
  flex: 1;
  max-width: 250px;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ecology-content-section .ecology-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.ecology-content-section .ecology-image:hover img {
  transform: scale(1.1);
}
.ecology-content-section .ecology-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease;
}
.ecology-content-section .ecology-image:hover .ecology-overlay {
  transform: translate(-50%, -50%) scale(1.2);
}
.ecology-content-section .ecology-icon {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
.ecology-content-section .ecology-number {
  font-size: 2rem;
  font-weight: 700;
}
.ecology-content-section .ecology-unit {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 0.2rem;
}
.ecology-content-section .ecology-label {
  font-size: 1.2rem;
  font-weight: 500;
}
.ecology-content-section .ecology-image-down {
  margin-top: 3rem;
}
.ecology-content-section .ecology-image-up {
  margin-bottom: 3rem;
}

/* 标本室模块 */
.stgk-specimen-section {
  padding: 3rem 0 2rem;
}
.stgk-specimen-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.stgk-specimen-text {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.stgk-specimen-title-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.stgk-specimen-title {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgb(15, 89, 146);
  margin: 0;
  white-space: nowrap;
}
.stgk-specimen-count {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 2.9rem;
  color: rgb(15, 89, 146);
  line-height: 1;
  white-space: nowrap;
}
.stgk-specimen-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
}
.stgk-specimen-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  min-width: 0;
}
.stgk-specimen-count span {
  font-size: 1.55rem;
  font-weight: 500;
  margin-left: 0.2rem;
}
.stgk-specimen-label {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgb(15, 89, 146);
  white-space: nowrap;
}
.stgk-specimen-desc {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: #444;
  margin: 0;
}
.stgk-specimen-image {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(15, 89, 146, 0.1);
}
.stgk-specimen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 280px;
}

/*# sourceMappingURL=stgk.css.map */
