/*
// 功能：所有栏目页专用样式
// 作者：启肯科技
// Q Q：328493711
// 微信：13738373177（同手机）
// 官网：http://www.qiken.com
// 说明：QKCMS-轻量级AI智能内容管理建站系统
// 版权：© 2025 温州启肯网络有限公司 保留所有权利，盗版必究。
*/

body.qk-list0 .qk-list-category-card {
  background: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
}

body.qk-list0 .qk-list-category-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(90deg, var(--primary) 20%, rgba(255, 255, 255, 0.2) 100%);
  color: white;
}

body.qk-list0 .qk-list-category-thumbnail-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

body.qk-list0 .qk-list-category-thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72));
  position: relative;
}

body.qk-list0 .qk-list-category-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body.qk-list0 .qk-list-category-thumbnail.is-pending img {
  opacity: 0;
}

body.qk-list0 .qk-list-category-thumbnail.is-ready img {
  opacity: 1;
}

body.qk-list0 .qk-list-category-thumbnail img:hover {
  transform: scale(1.1);
}

body.qk-list0 .qk-list-category-thumbnail-text {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 700;
  color: var(--primary);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82));
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  letter-spacing: 1px;
  position: absolute;
  inset: 0;
  line-height: 1;
  text-align: center;
  transform: translateY(-1px);
}

body.qk-list0 .qk-list-category-thumbnail.is-text {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.qk-list0 .qk-list-category-thumbnail.is-text img {
  display: none;
}

body.qk-list0 .qk-list-category-thumbnail.is-text .qk-list-category-thumbnail-text {
  display: flex;
}

body.qk-list0 .qk-list-category-header-info {
  margin-left: 20px;
  flex: 1;
}

body.qk-list0 .qk-list-category-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

body.qk-list0 .qk-list-category-posts {
  padding: 8px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: var(--primary);
  border-color: var(--primary);
  border: 2px solid var(--primary);
}

body.qk-list0 .qk-list-category-card-body {
  padding: 24px;
}

body.qk-list0 .qk-list-category-keywords {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

body.qk-list0 .qk-list-keywords-label {
  font-weight: 600;
  color: #666;
  font-size: 14px;
}

body.qk-list0 .qk-list-category-description p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-lighter);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  body.qk-list0 .qk-list-category-card-header {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 15px;
  }

  body.qk-list0 .qk-list-category-card-header>div:first-child {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  body.qk-list0 .qk-list-category-thumbnail-container {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }

  body.qk-list0 .qk-list-category-thumbnail {
    width: 50px;
    height: 50px;
  }

  body.qk-list0 .qk-list-category-thumbnail-text {
    font-size: 32px;
  }

  body.qk-list0 .qk-list-category-header-info {
    margin-left: 0;
  }

  body.qk-list0 .qk-list-category-title {
    font-size: 24px;
  }

  body.qk-list0 .qk-list-category-posts {
    width: auto;
    text-align: center;
  }

  body.qk-list0 .qk-list-category-card-body {
    padding: 20px;
  }

  body.qk-list0 .qk-list-category-keywords {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  body.qk-list0 .qk-list-keywords-label {
    white-space: nowrap;
  }

  body.qk-list0 .qk-list-category-keywords .list-tags-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  body.qk-list0 .qk-list-category-keywords .list-tags-wrapper .tag3:nth-of-type(n+3),
  body.qk-list0 .qk-list-category-keywords .list-tags-wrapper a:nth-of-type(n+3) {
    display: none;
  }

  body.qk-list0 .topic-item .article-tags {
    display: none;
  }
}

body.qk-list1 {
  --primary: #ff5000;
  --text: #243447;
  --text-light: #627387;
  --text-soft: #99a6b5;
  --border: #e6ebf2;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.05);
}

body.qk-list1 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  background: #f8fafc;
  color: var(--text);
  line-height: 1.65;
}

body.qk-list1 .container2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

body.qk-list1 .banner-section {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

body.qk-list1 .banner-carousel {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f0f0f0;
  margin-top: 80px;
}

body.qk-list1 .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

body.qk-list1 .carousel-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: clamp(18px, 5vw, 32px);
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  will-change: opacity, transform;
}

body.qk-list1 .carousel-item.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

body.qk-list1 .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.35);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

body.qk-list1 .carousel-control::before {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.92);
  border-bottom: 2px solid rgba(255, 255, 255, 0.92);
}

body.qk-list1 .carousel-control.prev::before {
  transform: translateX(1px) rotate(135deg);
}

body.qk-list1 .carousel-control.next::before {
  transform: translateX(-1px) rotate(-45deg);
}

body.qk-list1 .carousel-control.prev {
  left: max(16px, 5%);
}

body.qk-list1 .carousel-control.next {
  right: max(16px, 5%);
}

body.qk-list1 .carousel-indicators {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

body.qk-list1 .indicator {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

body.qk-list1 .indicator.active {
  background: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 14px;
  border-radius: 40px;
  transform: scale(1);
}

body.qk-list1 .topics-content {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.24) 100%);
  border: 1px solid rgba(230, 235, 242, 0.9);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.05);
}

body.qk-list1 .topics-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

body.qk-list1 .topics-heading {
  min-width: 0;
}

body.qk-list1 .topics-title {
  margin: 0;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

body.qk-list1 .topics-desc {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
}

body.qk-list1 .topics-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.qk-list1 .topics-summary-item {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  color: var(--text-light);
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

body.qk-list1 .card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

body.qk-list1 .card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(230, 235, 242, 0.9);
}

body.qk-list1 .card-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

body.qk-list1 .card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f1f5f9;
  position: relative;
  height: auto;
}

body.qk-list1 .card-image::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.28) 100%);
  pointer-events: none;
}

body.qk-list1 .card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

body.qk-list1 .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

body.qk-list1 .card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

body.qk-list1 .card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 24px;
}

body.qk-list1 .card-title {
  margin: 0;
  line-height: 1.35;
  min-height: auto;
}

body.qk-list1 .card-title a {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

body.qk-list1 .card-title a:hover {
  color: var(--primary);
}

body.qk-list1 .card-stat-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-size: 18px;
}

body.qk-list1 .card-stat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: none;
  padding: 0;
  min-height: auto;
  background: transparent;
  border: 0;
}

body.qk-list1 .card-stat.price {
  color: #ff5000;
  font-weight: 700;
}

body.qk-list1 .card-stat.sales {
  color: #0f9f6e;
  font-weight: 600;
}

body.qk-list1 .card-stat span:last-child {
  white-space: nowrap;
}

body.qk-list1 .card-stat.price span:last-child {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
}

body.qk-list1 .card-stat.sales span:last-child {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.01em;
}

body.qk-list1 .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: currentColor;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

body.qk-list1 .icon.price {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm2.88 13.46A3.77 3.77 0 0 1 12.7 16v1.5h-1.4V16a4.24 4.24 0 0 1-3-1.41l.99-.98a2.95 2.95 0 0 0 2.18.99c1.03 0 1.74-.43 1.74-1.17s-.56-1.04-1.88-1.36c-1.58-.39-2.84-.95-2.84-2.66A2.7 2.7 0 0 1 11.3 6.9V5.5h1.4v1.37a3.48 3.48 0 0 1 2.43 1.14l-.9.96a2.58 2.58 0 0 0-1.87-.78c-.98 0-1.48.44-1.48 1.02 0 .63.54.9 1.95 1.25 1.57.39 2.79 1 2.79 2.79a2.82 2.82 0 0 1-.74 1.91Z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

body.qk-list1 .icon.sales {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 19h16v2H2V4h2v15Zm2.5-4.5 3.5-3.5 2.5 2.5L18 8l1.5 1.5-6.5 6.5-2.5-2.5-2 2Z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

body.qk-list1 .topics-section {
  background: #fff !important;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-bottom: 30px;
}

body.qk-list1 .page-status {
  color: var(--text-light);
  font-size: 13px;
}

body.qk-list1 .pagination span.current {
  height: 32px;
}

body.qk-list1 .pagination span.disabled {
  height: 32px;
}

body.qk-list1 .pagination a {
  height: 32px !important;
}

@media (max-width: 768px) {
  body.qk-list1 .container2 {
    padding: 0 12px;
  }

  body.qk-list1 .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  body.qk-list1 .banner-carousel {
    height: 200px;
    margin-top: 80px;
  }

  body.qk-list1 .topics-head {
    align-items: flex-start;
    gap: 14px;
  }

  body.qk-list1 .topics-title {
    font-size: 22px;
  }

  body.qk-list1 .topics-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.qk-list1 .topics-content {
    padding: 18px;
  }

  body.qk-list1 .card-content {
    padding: 14px;
  }

  body.qk-list1 .card-topline {
    min-height: 22px;
  }

  body.qk-list1 .card-title a {
    font-size: 14px;
  }

  body.qk-list1 .card-stat-left {
    gap: 10px;
    font-size: 15px;
  }

  body.qk-list1 .card-stat {
    gap: 4px;
  }

  body.qk-list1 .card-stat.price span:last-child {
    font-size: 18px;
  }

  body.qk-list1 .card-stat.sales span:last-child {
    font-size: 14px;
  }

  body.qk-list1 .icon {
    width: 18px;
    height: 18px;
  }

  body.qk-list1 .topics-section {
    padding: 12px;
    margin-bottom: 20px;
  }
}

body.qk-list1 .nav-search,
body.qk-list1 .search-box,
body.qk-list1 .search-input,
body.qk-list1 [class*="search"] {
  display: none !important;
}

body.qk-list2 .main-column {
  width: 100% !important;
}

body.qk-list2 .hot-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

body.qk-list2 .topics-content {
  width: 100% !important;
  padding: 0 !important;
}

body.qk-list2 .tab-content {
  width: 100% !important;
  padding: 0 !important;
}

body.qk-list2 .category-header-section {
  margin-bottom: 0px !important;
  border-radius: 12px !important;
}

body.qk-list2 .category-title {
  font-size: 22px;
}

body.qk-list2 .category-keywords {
  margin-top: 15px;
}

body.qk-list2 .topics-section.content {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin: 20px 0;
}

body.qk-list2 .hot-tool-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 20px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  height: auto;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  margin: 10px 5px;
  cursor: pointer;
}

body.qk-list2 .hot-tool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--primary);
}

body.qk-list2 .tool-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

body.qk-list2 .tool-thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

body.qk-list2 .tool-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 0 12px;
  color: #334155;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.qk-list2 .tool-desc {
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
  margin: 4px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 41.6px;
}

body.qk-list2 .tool-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #edf2f7;
  padding-top: 12px;
  font-size: 0.9rem;
  flex-shrink: 0;
}

body.qk-list2 .tool-card-stats {
  color: var(--text-lighter);
  font-weight: 500;
}

body.qk-list2 .tool-card-sep {
  margin: 0 5px;
}

body.qk-list2 .tool-card-action {
  background: var(--primary-opacity-10);
  padding: 6px 14px;
  border-radius: 40px;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1.5;
  display: inline-block;
}

body.qk-list2 .tool-card-action:hover {
  background: var(--primary) !important;
  color: #ffffff !important;
}

body.qk-list2 .tool-thumb-img {
  width: 50px !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  object-fit: cover;
  border-radius: 50%;
}

body.qk-list2 .qk-list2-pagination {
  background: #fff !important;
  border: 1px solid var(--border);
  margin-bottom: 20px;
  border-radius: var(--radius-lg);
}

@media (max-width: 768px) {
  body.qk-list2 .hot-tools-grid {
    justify-items: stretch;
    gap: 12px;
  }

  body.qk-list2 .hot-tools-grid>div {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.qk-list2 .main-column {
    padding: 0px 10px;
  }

  body.qk-list2 .topics-section.content {
    padding: 20px;
    margin: 12px 0;
  }

  body.qk-list2 .hot-tool-card {
    margin: 0;
    margin-bottom: 20px;
  }

  body.qk-list2 .qk-list2-pagination {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  body.qk-list2 .tags-wrapper .tag3 {
    display: inline-block;
    background: var(--primary-opacity-10);
    color: var(--primary);
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  body.qk-list2 .tags-wrapper .tag3:hover {
    background: var(--primary);
    color: white;
  }
}

body.qk-catgroup .main-content1 {
  padding: 20px 0 0px;
}

body.qk-catgroup .container {
  width: 100%;
  max-width: 1198px;
  margin: 0 auto;
}

body.qk-catgroup .content-layout {
  display: block !important;
}

body.qk-catgroup .main-column {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
}

body.qk-catgroup .list-category-card {
  background: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
}

body.qk-catgroup .list-category-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(90deg, var(--primary) 20%, rgba(255, 255, 255, 0.2) 100%);
  color: white;
}

body.qk-catgroup .list-category-header-info {
  margin-left: 20px;
  flex: 1;
}

body.qk-catgroup .list-category-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

body.qk-catgroup .list-category-posts {
  padding: 8px 40px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: var(--primary);
  border: 2px solid var(--primary);
}

body.qk-catgroup .list-category-card-body {
  padding: 24px;
  background: #fff;
}

body.qk-catgroup .list-category-keywords {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

body.qk-catgroup .list-keywords-label {
  font-weight: 600;
  color: #666;
  font-size: 14px;
}

body.qk-catgroup .list-tags-wrapper {
  display: inline-block;
}

body.qk-catgroup .list-tags-wrapper .tag3 {
  display: inline-block;
  background: var(--primary-opacity-10);
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

body.qk-catgroup .list-tags-wrapper .tag3:hover {
  background: var(--primary);
  color: white;
}

body.qk-catgroup .list-category-description p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-lighter);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.qk-catgroup .topics-section {
  margin-bottom: 20px;
}

body.qk-catgroup .cat-section-card {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

body.qk-catgroup .cat-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}

body.qk-catgroup .cat-section-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

body.qk-catgroup .cat-section-title a {
  color: #1f2937;
  text-decoration: none;
}

body.qk-catgroup .cat-section-title a:hover {
  color: var(--primary);
}

body.qk-catgroup .cat-section-count {
  color: #64748b;
  font-size: 13px;
  white-space: nowrap;
}

body.qk-catgroup .post-grid .articles-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
}

body.qk-catgroup .topic-item11 {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #edf2f7;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  transition: all .22s ease;
  padding: 20px;
  padding-bottom: 15px;
}

body.qk-catgroup .article11 {
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
  background: #f8fafc;
}

body.qk-catgroup .article-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

body.qk-catgroup .topic-item11:hover .article-thumbnail {
  transform: scale(1.2);
}

body.qk-catgroup .topic-content {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  flex: none !important;
}

body.qk-catgroup .post-grid .topic-item11 .topic-content {
  display: block !important;
  width: 100% !important;
}

body.qk-catgroup .topic-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #64748b;
  border-top: 2px solid #eef2f7;
  font-size: 13px;
}

body.qk-catgroup .post-grid .topic-item11 .topic-meta {
  display: flex !important;
  width: 100%;
  padding-top: 10px;
}

body.qk-catgroup .topic-meta span {
  white-space: nowrap;
}

body.qk-catgroup .topic-title1 {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  margin-bottom: var(--spacing-sm);
  display: block;
  transition: color 0.2s ease;
  line-height: 28px;
  text-shadow: 0 1px 1px rgba(102, 126, 234, 0.2);
  text-align: center;
  padding: 10px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  body.qk-catgroup .list-category-card-header {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  body.qk-catgroup .list-category-card-header > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.qk-catgroup .list-category-posts {
    margin-left: auto;
  }

  body.qk-catgroup .list-category-keywords {
    justify-content: space-between;
  }

  body.qk-catgroup .list-keywords-label {
    margin-right: auto;
  }

  body.qk-catgroup .list-tags-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }

  body.qk-catgroup .list-tags-wrapper .tag3 {
    margin-right: 0;
    margin-bottom: 0;
  }

  body.qk-catgroup .list-tags-wrapper .tag3:nth-of-type(n+4),
  body.qk-catgroup .list-tags-wrapper a:nth-of-type(n+4) {
    display: none;
  }

  body.qk-catgroup .cat-section-head {
    flex-direction: row;
    align-items: center;
  }

  body.qk-catgroup .cat-section-title {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.qk-catgroup .cat-section-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.qk-catgroup .topics-filter {
    margin-left: auto;
    text-align: right;
    flex: 0 0 auto;
  }

  body.qk-catgroup .post-grid .articles-list {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  body.qk-catgroup .list-category-title {
    font-size: 24px;
  }

  body.qk-catgroup .topic-item11 {
    padding: 14px;
    padding-bottom: 12px;
  }

  body.qk-catgroup .article11 {
    height: 100px;
  }

  body.qk-catgroup .topic-title1 {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 6px 0;
  }
}

body.qk-catgroup1 {
  --bg: #ffffff;
  --bg-soft: #f5f7fb;
  --surface: #ffffff;
  --text-primary: #243447;
  --text-secondary: #5f6f82;
  --text-muted: #97a3b4;
  --border: #e5ebf2;
  --border-light: #eef3f8;
  --button-text: #36536b;
  --button-bg: #f6f9fc;
  --button-hover-bg: #eef4f8;
  --button-hover-text: #274257;
  --shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  --shadow-hover: 0 10px 24px rgba(15, 23, 42, 0.06);
  --radius: 20px;
  --radius-sm: 12px;
  background: #f7f9fc;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--text-primary);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.qk-catgroup1 .nav-search,
body.qk-catgroup1 .search-box,
body.qk-catgroup1 .search-input,
body.qk-catgroup1 .search-container,
body.qk-catgroup1 .search-wrapper,
body.qk-catgroup1 #search,
body.qk-catgroup1 [class*="search"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.qk-catgroup1 .catgroup-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

body.qk-catgroup1 .catgroup-hero {
  position: relative;
  padding: 100px 0;
  background: var(--primary-opacity-10);
  margin-bottom: 30px;
  overflow: hidden;
}

body.qk-catgroup1 .hero-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  margin-bottom: -1px;
  z-index: 1;
}

body.qk-catgroup1 .parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

body.qk-catgroup1 .parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

body.qk-catgroup1 .parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

body.qk-catgroup1 .parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

body.qk-catgroup1 .parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

body.qk-catgroup1 .catgroup-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

body.qk-catgroup1 .catgroup-hero-title {
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.16;
  margin: 42px 0 16px;
  color: var(--text-primary);
}

body.qk-catgroup1 .catgroup-brand {
  display: inline-block;
  color: var(--primary);
  font-weight: 700;
}

body.qk-catgroup1 .catgroup-hero-desc {
  max-width: 680px;
  margin: 0 auto 28px;
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.85;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.qk-catgroup1 .catgroup-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

body.qk-catgroup1 .catgroup-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  padding: 7px 3px;
  transition: all 0.24s ease;
  cursor: pointer;
  color: rgba(71, 85, 105, 0.92);
  background: transparent;
  border: none;
}

body.qk-catgroup1 .catgroup-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.75;
}

body.qk-catgroup1 .catgroup-tag:hover {
  transform: translateY(-1px);
  background: transparent;
  color: var(--primary);
}

body.qk-catgroup1 .catgroup-section {
  padding: 0 0 26px;
}

body.qk-catgroup1 .catgroup-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 35px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

body.qk-catgroup1 .catgroup-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}

body.qk-catgroup1 .catgroup-head h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

body.qk-catgroup1 .catgroup-head h2 a {
  color: inherit;
  text-decoration: none;
}

body.qk-catgroup1 .catgroup-head h2 a:hover {
  color: var(--primary);
}

body.qk-catgroup1 .catgroup-head-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.qk-catgroup1 .catgroup-count {
  color: var(--text-muted);
  font-size: 13px;
  background: var(--bg-soft);
  padding: 6px 12px;
  border-radius: 30px;
  font-weight: 500;
}

body.qk-catgroup1 .catgroup-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 18px;
  transition: all 0.2s ease;
  border: 1px solid var(--border);
  color: var(--button-text);
  background: var(--button-bg);
}

body.qk-catgroup1 .catgroup-more:hover {
  transform: translateY(-2px);
  background: var(--button-hover-bg);
  color: var(--button-hover-text);
  border-color: #d8e2ec;
}

body.qk-catgroup1 .catgroup-grid {
  width: 100%;
  margin: 0;
}

body.qk-catgroup1 .catgroup-grid .renderer-table {
  width: calc(100% + 15px) !important;
  margin: 0 -7.5px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}

body.qk-catgroup1 .catgroup-grid .renderer-cell {
  padding: 0 7.5px 15px !important;
  box-sizing: border-box !important;
}

body.qk-catgroup1 .catgroup-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 140px;
}

body.qk-catgroup1 .catgroup-grid .renderer-cell .catgroup-item+.catgroup-item {
  margin-top: 15px;
}

body.qk-catgroup1 .catgroup-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

body.qk-catgroup1 .catgroup-thumb {
  width: 112px;
  height: 78px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--bg-soft);
  margin-bottom: 0;
  flex: none;
}

body.qk-catgroup1 .catgroup-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

body.qk-catgroup1 .catgroup-item:hover .catgroup-thumb img {
  transform: scale(1.05);
}

body.qk-catgroup1 .catgroup-item-body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.qk-catgroup1 .catgroup-item-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.01em;
}

body.qk-catgroup1 .catgroup-item:hover .catgroup-item-title {
  color: var(--button-hover-text);
}

body.qk-catgroup1 .catgroup-item-desc {
  margin: 0;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

body.qk-catgroup1 .catgroup-item-meta {
  margin-top: auto;
  color: var(--text-muted);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 4px;
}

body.qk-catgroup1 .catgroup-item-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

@media (max-width:768px) {
  body.qk-catgroup1 .catgroup-container {
    padding: 0 14px;
  }

body.qk-catgroup .main-content1 {
  padding:0px;
}

  body.qk-catgroup1 .catgroup-hero {
    padding: 64px 0 56px;
  }

  body.qk-catgroup1 .catgroup-hero-title {
    font-size: 2.05rem;
  }

  body.qk-catgroup1 .catgroup-card {
    padding: 18px;
  }

  body.qk-catgroup1 .catgroup-head h2 {
    font-size: 21px;
  }

  body.qk-catgroup1 .catgroup-item {
    flex-direction: column;
    align-items: stretch;
  }

  body.qk-catgroup1 .catgroup-thumb {
    width: 100%;
    height: 160px;
  }
}

body.qk-catgroup1 ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body.qk-catgroup1 ::-webkit-scrollbar-track {
  background: var(--bg-soft);
}

body.qk-catgroup1 ::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 3px;
}
