.chain-tab-panel[hidden] {
  display: none !important;
}

.dtsm-list-section {
  min-height: 62vh;
  background: #fff;
}

.dtsm-list-grid .news-card,
.dtsm-video-list-grid .video-card {
  min-width: 0;
}

.dtsm-page-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.dtsm-page-heading h1 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 4vw, 52px);
}

.dtsm-page-heading p {
  color: var(--muted);
}

.dtsm-empty-state {
  grid-column: 1 / -1;
  width: 100%;
  padding: clamp(36px, 6vw, 76px) 24px;
  color: var(--muted);
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.dtsm-empty-state h2,
.dtsm-empty-state h3 {
  margin-bottom: 8px;
  color: var(--ink);
}

.dtsm-empty-state p:last-child {
  margin-bottom: 0;
}

.dtsm-empty-state .button {
  margin-top: 18px;
}

.dtsm-article-cover {
  display: block;
  margin-bottom: 30px;
}

.dtsm-article-cover img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 8px;
}

.dtsm-article-siblings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 34px;
  margin-top: 44px;
  border-top: 1px solid var(--line);
}

.dtsm-article-siblings a {
  min-width: 0;
  padding: 18px 20px;
  background: var(--surface);
  border-radius: 8px;
}

.dtsm-article-siblings small,
.dtsm-article-siblings span {
  display: block;
}

.dtsm-article-siblings small {
  margin-bottom: 6px;
  color: var(--brand);
}

.dtsm-article-siblings span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-footer-channel,
.home-footer-channel-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  text-align: left;
  background: transparent;
  border: 0;
}

.home-footer-channel-disabled {
  cursor: default;
}

.home-footer-phone-placeholder,
.footer-phone-placeholder {
  visibility: hidden;
}

.home-footer-phone-placeholder {
  width: 344px;
}

.footer-phone-placeholder {
  min-height: 29px;
}

@media (max-width: 767px) {
  .home-footer-phone-placeholder {
    width: 229px;
  }
}

.social-link-disabled {
  display: grid;
  width: 45px;
  height: 45px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  place-items: center;
}

.qr-image {
  display: block;
  width: min(220px, 72vw);
  height: auto;
  margin: 18px auto 10px;
}

.qr-image[hidden],
.qr-placeholder[hidden] {
  display: none;
}

.site-header.header-solid.header-overlay-solid {
  position: absolute;
}

.site-header.header-solid.header-overlay-solid + main {
  padding-top: var(--header-height);
}

.home-live-feature picture,
.home-live-video picture {
  display: block;
}

/* //panda 全站改为自然滚动 */
@media (max-width: 767px) {
  .floating-tools {
    display: grid !important;
  }

  .news-list-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-form {
    width: 100%;
  }

  .dtsm-article-siblings {
    grid-template-columns: 1fr;
  }

  .home-footer-channel,
  .home-footer-channel-disabled {
    gap: 7px;
    font-size: 10px;
  }
}
