.institution-info-page .org-profile-card,
.institution-info-page .org-intro-card,
.institution-info-page .org-products-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.institution-info-page .org-profile-card,
.institution-info-page .org-intro-card {
  margin-bottom: 24px;
}

.institution-info-page .org-info-body {
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.institution-info-page .org-logo {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: #fff5f0;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 32px;
  font-weight: 700;
  color: #ff5f16;
}

.institution-info-page .org-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.institution-info-page .org-main {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.institution-info-page .org-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.institution-info-page .org-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.2;
}

.institution-info-page .org-address {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 14px;
}

.institution-info-page .org-address-icon {
  color: #999;
}

.institution-info-page .org-link-wrap {
  flex-shrink: 0;
}

.institution-info-page .org-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff7a3d 0%, #ff5f16 100%);
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 95, 22, 0.2);
  transition: all 0.3s ease;
}

.institution-info-page .org-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 95, 22, 0.3);
}

.institution-info-page .org-section-title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.institution-info-page .org-section-title--bordered {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
}

.institution-info-page .org-section-title-mark {
  width: 4px;
  height: 18px;
  background: #ff5f16;
  border-radius: 2px;
}

.institution-info-page .org-section-count {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-left: 8px;
}

.institution-info-page .org-intro-card,
.institution-info-page .org-products-card {
  padding: 32px;
}

.institution-info-page .org-rich-text {
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}

.institution-info-page .org-rich-text p {
  margin-bottom: 1em;
}

.institution-info-page .org-rich-text img {
  max-width: 100%;
  border-radius: 8px;
  margin: 16px 0;
}

.institution-info-page .org-rich-text h1,
.institution-info-page .org-rich-text h2,
.institution-info-page .org-rich-text h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #111;
}

.institution-info-page .org-rich-text strong,
.institution-info-page .org-rich-text b {
  font-weight: 600;
  color: #111;
}

.institution-info-page .org-rich-text ul,
.institution-info-page .org-rich-text ol {
  margin-bottom: 1em;
  padding-left: 20px;
}

.institution-info-page .org-rich-text li {
  margin-bottom: 0.5em;
}

.institution-info-page .org-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.institution-info-page .org-product-card {
  display: block;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.institution-info-page .org-product-card:hover {
  background: #fff;
  border-color: rgba(255, 95, 22, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.institution-info-page .org-product-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.institution-info-page .org-product-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.institution-info-page .org-product-name i {
  color: #ff5f16;
}

.institution-info-page .org-product-tag {
  color: #ff5f16;
  font-size: 12px;
  font-weight: 600;
  background: #fff5f0;
  padding: 4px 10px;
  border-radius: 6px;
}

.institution-info-page .product-share-float {
  position: fixed;
  top: 50%;
  left: calc(50% - 660px);
  z-index: 18;
  transform: translateY(-50%);
}

.institution-info-page .product-share-float-btn {
  display: flex;
  width: 56px;
  min-height: 118px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
  color: var(--bbx-primary);
  cursor: pointer;
}

.institution-info-page .product-share-float-btn .layui-icon {
  font-size: 22px;
  line-height: 1;
}

.institution-info-page .product-share-float-btn span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.institution-info-page .pc-share-popover {
  position: absolute;
  top: 50%;
  left: 72px;
  z-index: 999;
  display: none;
  width: 300px;
  padding: 24px;
  transform: translateY(-50%);
  border: 1px solid #f3f4f6;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.institution-info-page .product-share-float:hover .pc-share-popover,
.institution-info-page .product-share-float.is-open .pc-share-popover {
  display: block;
  animation: pc-institution-fade-in 0.2s ease-out;
}

.institution-info-page .pc-share-popover-title {
  position: relative;
  margin-bottom: 16px;
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.institution-info-page .pc-share-popover-title::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #ff5f16;
  content: "";
  transform: translateX(-50%);
}

.institution-info-page .pc-share-popover-qrcode {
  width: 180px;
  height: 180px;
  margin: 24px auto 16px;
  text-align: center;
}

.institution-info-page .pc-share-popover-qrcode img {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.institution-info-page .pc-share-popover-tip {
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}

.institution-info-page .pc-share-popover-tip .layui-icon {
  color: #ff5f16;
  font-size: 16px;
}

.institution-info-page .pc-share-copy-text {
  width: 100%;
  height: 42px;
  margin-top: 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff8c42, #ff5f16);
  font-size: 15px;
  font-weight: 600;
  line-height: 42px;
  transition: opacity 0.2s;
}

.institution-info-page .pc-share-copy-text:hover {
  opacity: 0.9;
}

@keyframes pc-institution-fade-in {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(8px);
  }

  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

@media (width <= 1520px) {
  .institution-info-page .product-share-float {
    left: 16px;
  }
}

@media (width <= 1200px) {
  .institution-info-page .product-share-float {
    display: none;
  }
}

.institution-info-page .org-product-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.institution-info-page .org-product-metric-label {
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
}

.institution-info-page .org-product-metric-value {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.institution-info-page .org-product-metric-value--amount {
  font-size: 18px;
  font-weight: 800;
  color: #ff5f16;
}

.institution-info-page .org-product-metric-value--rate {
  font-size: 15px;
  font-weight: 600;
}

.institution-mobile-page {
  padding-top: 12px;
}

.institution-mobile-page .org-mobile-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  margin-bottom: 16px;
}

.institution-mobile-page .org-mobile-card--bordered {
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.institution-mobile-page .org-mobile-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}

.institution-mobile-page .org-mobile-logo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #fff5f0;
  color: #ff5f16;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
}

.institution-mobile-page .org-mobile-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.institution-mobile-page .org-mobile-main {
  flex: 1;
  min-width: 0;
}

.institution-mobile-page .org-mobile-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

.institution-mobile-page .org-mobile-badge {
  font-size: 12px;
  font-weight: 500;
  background: #f0f7ff;
  color: #06f;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 102, 255, 0.1);
  display: inline-block;
  margin-bottom: 8px;
}

.institution-mobile-page .org-mobile-address {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #999;
  font-size: 12px;
  line-height: 1.4;
}

.institution-mobile-page .org-mobile-address i {
  margin-top: 1px;
  font-size: 12px;
}

.institution-mobile-page .org-mobile-address span {
  flex: 1;
}

.institution-mobile-page .org-mobile-link-wrap {
  margin-bottom: 16px;
}

.institution-mobile-page .org-mobile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #f0f0f0;
  color: #666;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.institution-mobile-page .org-mobile-section-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.institution-mobile-page .org-mobile-section-mark {
  width: 3px;
  height: 14px;
  background: #ff5f16;
  border-radius: 2px;
}

.institution-mobile-page .org-mobile-section-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.institution-mobile-page .org-section-count {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.institution-mobile-page .org-mobile-intro {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.institution-mobile-page .org-mobile-products {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.institution-mobile-page .org-mobile-product-card {
  display: block;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px;
  text-decoration: none;
  background: #fafafa;
}

.institution-mobile-page .org-mobile-product-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.institution-mobile-page .org-mobile-product-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.institution-mobile-page .org-mobile-product-name i {
  color: #ff5f16;
  font-size: 14px;
}

.institution-mobile-page .org-mobile-product-tag {
  color: #ff5f16;
  font-size: 11px;
  background: #fff5f0;
  padding: 2px 8px;
  border-radius: 4px;
}

.institution-mobile-page .org-mobile-product-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.institution-mobile-page .org-mobile-product-metric {
  min-width: 0;
}

.institution-mobile-page .org-mobile-product-metric-label {
  font-size: 11px;
  color: #999;
  margin-bottom: 2px;
}

.institution-mobile-page .org-mobile-product-metric-value {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.institution-mobile-page .org-mobile-product-metric-value--amount {
  font-size: 15px;
  font-weight: 700;
  color: #ff5f16;
}

.institution-mobile-page .org-mobile-product-metric-value--rate {
  font-weight: 600;
}
