body:before {
  content: '';
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://img.leikeji.com/resource/img/7329525d04b64f338a233432df821614.png);
  background-size: cover;
  z-index: -1;
}
.main-container {
  width: 1300px;
}
.ai-product-header {
  padding: 30px 20px 25px;
  margin-bottom: 30px;
  position: relative;
}
.ai-product-header-content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ai-product-header-content .breadcrumb-container {
  margin-bottom: 16px;
  width: 100%;
}
.ai-product-header-content .breadcrumb-container .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
  justify-content: center;
}
.ai-product-header-content .breadcrumb-container .breadcrumb .breadcrumb-item {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.ai-product-header-content .breadcrumb-container .breadcrumb .breadcrumb-item:hover {
  color: #1890ff;
}
.ai-product-header-content .breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}
.ai-product-header-content .breadcrumb-container .breadcrumb .breadcrumb-separator {
  color: #999;
  user-select: none;
}
.header-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-title {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 8px 0;
  letter-spacing: -1px;
  line-height: 1.2;
}
.header-title img {
  height: 64px;
}
.header-title h1 {
  font-size: inherit;
  font-weight: inherit;
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background-clip: inherit;
  margin: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.header-title.header-title-large {
  font-size: 48px;
  margin: 0 0 12px 0;
}
.header-subtitle {
  font-size: 14px;
  color: #999;
  margin: 0;
  font-weight: 400;
}
.submit-btn {
  position: absolute;
  top: 30px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}
.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.submit-btn:hover::before {
  left: 100%;
}
.submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.view-more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.view-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.view-more-btn:hover::before {
  left: 100%;
}
.view-more-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.submit-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.submit-btn:hover .submit-icon {
  transform: rotate(90deg);
}
.ai-product-container {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  gap: 20px;
  min-height: calc(100vh - 200px);
}
.ai-product-container.ai-product-tag-container {
  display: block;
  max-width: 1200px;
}
.ai-product-container.ai-product-tag-container .ai-product-main {
  width: 100%;
}
.ai-product-sidebar {
  width: 160px;
  flex-shrink: 0;
  height: fit-content;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  transition: top 0.3s ease;
}
.ai-product-sidebar.sticky-with-title {
  position: sticky;
  top: 100px;
}
.sidebar-sticky-header {
  display: none;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.sidebar-sticky-header .sidebar-sticky-title img {
  width: 100%;
  height: auto;
  display: block;
}
.sidebar-sticky-header.visible {
  display: block;
}
.sidebar-section {
  margin-bottom: 20px;
}
.sidebar-section:last-child {
  margin-bottom: 0;
}
.sidebar-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.category-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  object-fit: contain;
}
.category-name {
  font-size: 14px;
  color: #333;
}
.ai-product-main {
  flex: 1;
  min-width: 0;
}
.product-category-section {
  margin-bottom: 40px;
  scroll-margin-top: 80px;
}
.product-category-section:last-child {
  margin-bottom: 0;
}
.category-header {
  margin-bottom: 16px;
}
.category-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.category-desc {
  display: none;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.product-grid.product-grid-hardware {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.product-card {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.product-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.product-card.product-card-hardware {
  padding: 0;
  overflow: visible;
}
.product-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 10px;
  flex: 1;
}
.product-card-link:hover .product-name {
  color: #1890ff;
}
.product-card-hardware .product-card-link {
  flex-direction: column;
  gap: 0;
}
.product-image {
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
  border-radius: 6px 6px 0 0;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-content {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.product-card-hardware .product-content {
  padding: 12px;
  padding-top: 0;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
.product-logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.product-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.product-card-hardware .product-logo {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  margin-top: -16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.product-card-hardware .product-logo img {
  border-radius: 50%;
}
.product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-card-hardware .product-info {
  width: 100%;
}
.product-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.product-desc {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.product-card-hardware .product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.product-actions {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}
.btn-detail,
.btn-website {
  flex: 1;
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.btn-detail {
  background-color: #1890ff;
  color: #fff;
}
.btn-detail:hover {
  background-color: #40a9ff;
  color: #fff;
}
.btn-website {
  background-color: #fff;
  color: #1890ff;
  border-color: #1890ff;
}
.btn-website:hover {
  background-color: #e6f7ff;
  color: #1890ff;
}
.product-link {
  display: inline-block;
  padding: 6px 16px;
  background-color: #1890ff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  transition: background-color 0.3s ease;
  margin-top: auto;
}
.product-link:hover {
  background-color: #40a9ff;
  color: #fff;
}
.empty-state {
  grid-column: -1;
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 14px;
}
.featured-products-section {
  margin-bottom: 24px;
}
.featured-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.featured-product-grid.featured-product-grid-hardware {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.featured-product-card {
  background: linear-gradient(135deg, #f5f7ff 0%, #ffffff 100%);
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15);
  border: 1px solid rgba(102, 126, 234, 0.1);
  position: relative;
}
.featured-product-card:hover {
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.25);
  transform: translateY(-3px);
  border-color: rgba(102, 126, 234, 0.3);
}
.featured-product-card.featured-product-card-hardware {
  padding: 0;
  overflow: visible;
}
.featured-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 0 8px 0 12px;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
  letter-spacing: 0.5px;
}
.featured-product-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 14px;
  flex: 1;
}
.featured-product-card-link:hover .featured-product-name {
  color: #667eea;
}
.featured-product-card-hardware .featured-product-card-link {
  flex-direction: column;
  gap: 0;
}
.featured-product-image {
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #f5f7ff 0%, #ffffff 100%);
  border-radius: 8px 8px 0 0;
}
.featured-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-product-content {
  display: flex;
  gap: 14px;
  flex: 1;
  min-width: 0;
}
.featured-product-card-hardware .featured-product-content {
  padding: 16px;
  padding-top: 0;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
.featured-product-logo {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-product-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.featured-product-card-hardware .featured-product-logo {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
  margin-top: -20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.featured-product-card-hardware .featured-product-logo img {
  border-radius: 50%;
}
.featured-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.featured-product-card-hardware .featured-product-info {
  width: 100%;
}
.featured-product-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.featured-product-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
}
.featured-product-recommendation {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(102, 126, 234, 0.15);
  font-size: 12px;
  color: #667eea;
  line-height: 1.6;
  font-style: italic;
  position: relative;
  padding-left: 16px;
}
.featured-product-recommendation::before {
  content: '"';
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(102, 126, 234, 0.3);
  font-family: Georgia, serif;
  line-height: 1;
}
@media (max-width: 1300px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .product-grid.product-grid-hardware {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
  .featured-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
  .featured-product-grid.featured-product-grid-hardware {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 992px) {
  .ai-product-container {
    flex-direction: column;
  }
  .ai-product-sidebar {
    width: 100%;
    position: static;
    max-height: none;
    display: flex;
    gap: 20px;
  }
  .sidebar-section {
    flex: 1;
    margin-bottom: 0;
  }
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .product-grid.product-grid-hardware {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .featured-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .featured-product-grid.featured-product-grid-hardware {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (max-width: 992px) {
  .ai-product-header {
    padding: 25px 20px 20px;
  }
  .header-title {
    font-size: 32px;
  }
  .header-title.header-title-large {
    font-size: 40px;
  }
  .header-subtitle {
    font-size: 13px;
  }
  .submit-btn {
    top: 25px;
    padding: 9px 18px;
    font-size: 13px;
  }
  .view-more-btn {
    padding: 10px 28px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .ai-product-header {
    padding: 20px 15px 18px;
    margin-bottom: 20px;
  }
  .header-title {
    font-size: 26px;
  }
  .header-title.header-title-large {
    font-size: 32px;
  }
  .header-title img {
    height: 48px;
  }
  .header-subtitle {
    font-size: 12px;
  }
  .submit-btn {
    top: 20px;
    right: 15px;
    padding: 8px 16px;
    font-size: 13px;
    gap: 6px;
    border-radius: 18px;
  }
  .view-more-btn {
    padding: 10px 24px;
    font-size: 14px;
    margin-top: 16px;
  }
  .ai-product-container {
    padding: 15px;
  }
  .ai-product-sidebar {
    flex-direction: column;
  }
  .sidebar-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .sidebar-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 4px;
    gap: 4px;
  }
  .category-icon {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .category-name {
    font-size: 12px;
    line-height: 1.2;
  }
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .product-grid.product-grid-hardware {
    grid-template-columns: 1fr;
  }
  .featured-product-grid {
    grid-template-columns: 1fr;
  }
  .featured-product-grid.featured-product-grid-hardware {
    grid-template-columns: 1fr;
  }
  .featured-product-card {
    padding: 16px;
  }
  .featured-product-card.featured-product-card-hardware {
    padding: 0;
  }
  .featured-badge {
    top: 0;
    right: 0;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 0 8px 0 12px;
  }
  .featured-product-logo {
    width: 48px;
    height: 48px;
  }
  .featured-product-name {
    font-size: 15px;
  }
  .featured-product-desc {
    font-size: 12px;
  }
  .featured-product-card-hardware .featured-product-content {
    padding: 12px;
    padding-top: 0;
  }
  .featured-product-card-hardware .featured-product-logo {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-bottom: 8px;
    padding: 5px;
  }
  .featured-product-recommendation {
    font-size: 11px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 14px;
  }
  .featured-product-recommendation::before {
    font-size: 18px;
    top: 8px;
  }
  .category-title {
    font-size: 18px;
  }
  .product-card-hardware .product-content {
    padding: 10px;
    padding-top: 0;
  }
  .product-card-hardware .product-logo {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-bottom: 6px;
    padding: 4px;
  }
}
