/* Guide Page Styles */
body.guide-page {
  background-image: url("/kky/business/css/img/register-b7bdb68747fa7e0b53e8c4a9a5a7015f.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Override header styles for guide page */
body.guide-page .header {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229, 231, 235, 0.5);
}

body.guide-page .site-title {
  color: var(--text-color);
}

body.guide-page .phone-number {
  color: var(--text-color);
}

body.guide-page .phone-icon {
  color: var(--text-color);
}

body.guide-page .phone-link {
  color: var(--text-color);
}

body.guide-page .phone-link:hover {
  color: var(--primary-color);
}

body.guide-page .work-time {
  color: var(--text-muted);
}

/* 导航在白色背景上的深色样式 */
body.guide-page .location-icon {
  color: #1f2937;
}

body.guide-page .region-display {
  color: #1f2937;
}

body.guide-page .dropdown-arrow-icon {
  color: #1f2937;
}

body.guide-page .website-select-wrapper:hover {
  background-color: rgba(59, 146, 246, 0.1);
}

body.guide-page .website-select-wrapper:hover .location-icon,
body.guide-page .website-select-wrapper:hover .region-display,
body.guide-page .website-select-wrapper:hover .dropdown-arrow-icon {
  color: #3B92F6;
}

body.guide-page .visit-website-btn {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  color: #3B92F6;
  border: 1px solid #e5e7eb;
}

body.guide-page .visit-website-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #2563eb;
  border-color: #3B92F6;
}

body.guide-page .visit-website-btn .external-link-icon {
  color: #3B92F6;
}

body.guide-page .guide-btn {
  color: #1f2937;
}

body.guide-page .guide-btn:hover {
  background-color: rgba(66, 136, 255, 0.1);
  color: #3B92F6;
}

body.guide-page .guide-btn {
  color: #1f2937;
}

body.guide-page .guide-btn.active {
  background-color: rgba(59, 146, 246, 0.1);
  color: #3B92F6;
}

body.guide-page .guide-btn .guide-icon {
  color: #1f2937;
  transition: color 0.3s ease;
}

body.guide-page .guide-btn:hover .guide-icon {
  color: #3B92F6;
}

body.guide-page .guide-btn.active .guide-icon {
  color: #3B92F6;
}

/* 表格模式展示指南 */
.guide-table-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #ffffff;
  overflow-x: auto;
  border-radius: 0;
  -webkit-overflow-scrolling: touch;
}

/* 滚动条样式优化 */
.guide-table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.guide-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.guide-table-wrapper::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.guide-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border: none;
}

.guide-table thead {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.guide-table th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
  border: none;
  border-right: none;
}

.guide-table th:last-child {
  border-right: none;
}

.guide-table tbody tr {
  border: none;
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s ease;
}

.guide-table tbody tr:last-child {
  border-bottom: none;
}

.guide-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #f3f4f6;
}

.guide-table tbody tr:hover {
  background-color: #f9fafb;
}

.guide-table td {
  padding: 0.5rem;
  color: #1f2937;
  vertical-align: middle;
  border: none;
}

.guide-table .col-index {
  text-align: center;
  width: 5%;
}

.guide-table .col-title {
  width: 25%;
  word-break: break-word;
}

.guide-table .col-type {
  width: 20%;
}

.guide-table .col-source {
  width: 20%;
  white-space: nowrap;
}

.guide-table .col-year {
  width: 15%;
  text-align: center;
}

.guide-table .col-size {
  width: 100px;
  text-align: center;
  color: #6b7280;
}

.guide-table .col-action {
  width: 15%;
  text-align: center;
}

.guide-table .category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
}

.guide-table .category-guide {
  background-color: rgba(59, 146, 246, 0.1);
  color: #3B92F6;
}

.guide-table .category-faq {
  background-color: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.guide-table .category-manual {
  background-color: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
}

.guide-table .category-form {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.guide-table .download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #3B92F6;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 0;
}

.guide-table .download-btn:hover {
  background-color: #3B92F6;
  color: #ffffff;
  border-color: #3B92F6;
}

.guide-table .download-btn .download-icon {
  width: 16px;
  height: 16px;
  color: #3B92F6;
  transition: color 0.2s ease;
}

.guide-table .download-btn:hover .download-icon {
  color: #ffffff;
}

body.guide-page .nav-link {
  color: var(--text-color);
}

body.guide-page .nav-link:hover {
  color: var(--primary-color);
  background-color: rgba(66, 136, 255, 0.1);
}

body.guide-page .nav-link.active {
  color: var(--primary-color);
  background-color: rgba(66, 136, 255, 0.15);
}

/* 下拉框和按钮在白色背景上的深色样式 */
body.guide-page .official-website-select {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #1f2937;
}

body.guide-page .official-website-select:hover {
  background-color: #f9fafb;
  border-color: #3B92F6;
  box-shadow: 0 2px 8px rgba(59, 146, 246, 0.15);
}

body.guide-page .official-website-select:focus {
  background-color: #ffffff;
  border-color: #3B92F6;
  box-shadow: 0 0 0 3px rgba(59, 146, 246, 0.1), 0 2px 8px rgba(59, 146, 246, 0.15);
}

body.guide-page .select-arrow-icon {
  color: #6b7280;
}

body.guide-page .official-website-select:hover ~ .select-arrow-icon,
body.guide-page .official-website-select:focus ~ .select-arrow-icon {
  color: #3B92F6;
}

body.guide-page .visit-website-btn {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  color: #3B92F6;
}

body.guide-page .visit-website-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #2563eb;
}

body.guide-page .guide-btn {
  color: #1f2937;
}

body.guide-page .guide-btn:hover {
  background-color: rgba(66, 136, 255, 0.1);
  color: #3B92F6;
}

body.guide-page .guide-btn.active {
  background-color: rgba(66, 136, 255, 0.15);
  color: #3B92F6;
  border: 1px solid rgba(66, 136, 255, 0.3);
}

body.guide-page .guide-btn.active:hover {
  background-color: rgba(66, 136, 255, 0.2);
  border-color: rgba(66, 136, 255, 0.4);
}


.guide-main {
  padding-top: 5rem;
  min-height: calc(100vh - 5rem);
}

/* Product Solutions Section */
.guide-main .product-solutions {
  padding: 1.5rem 2rem;
  margin-top: 0;
}

.guide-main .solutions-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 0;
}

/* 内容包装器：筛选区域 */
.content-wrapper {
  margin-bottom: 10px;
}



/* 筛选区域 */
.filter-section {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

/* 表格包装器 */
.guide-main .guide-table-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 16px;
  padding: 30px;
}image.png

.guide-main .empty-state {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* 申报指南标题样式 */
.guide-main .solutions-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.guide-main .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
  margin: 0;
}

/* 手机端标题优化 */
@media (max-width: 768px) {
  .guide-main .solutions-header {
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.75rem;
  }

  .guide-main .section-title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .guide-main .solutions-header {
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }

  .guide-main .section-title {
    font-size: 1.25rem;
    text-align: center;
  }
} 

.filter-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.filter-row:last-child {
  margin-bottom: 0;
}

.filter-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.filter-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  min-width: 100px;
  padding-top: 0.5rem;
  flex-shrink: 0;
}


.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex: 1;
}

.filter-option {
  height: 34px;
  padding: 0 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  background-color: #ffffff;
  color: var(--text-color);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.filter-option:hover {
  border-color: #4288ff;
  color: #4288ff;
  background-color: rgba(66, 136, 255, 0.05);
}

.filter-option.active {
  background-color: #4288ff;
  color: #ffffff;
  border-color: #4288ff;
}

.filter-option.active:hover {
  background-color: #5a9cff;
  border-color: #5a9cff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Empty State */
.empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 4rem 2rem;
}

.empty-state-content {
  text-align: center;
  max-width: 400px;
}

.empty-icon {
  width: 3rem;
  height: 3rem;
  color: #9ca3af;
  margin: 0 auto 0.5rem;
  opacity: 0.5;
}

.empty-title {
  font-size: 16px;
  color: var(--text-color);
}

.empty-description {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.reset-filter-btn {
  padding: 0 1.5rem;
  background-color: transparent;
  color: #4288ff;
  border: 1px solid #4288ff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.reset-filter-btn:hover {
  background-color: rgba(66, 136, 255, 0.05);
  border-color: #5a9cff;
  color: #5a9cff;
  transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .guide-main .guide-table-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .guide-table-wrapper {
    position: relative;
  }

  .guide-table .col-title {
    min-width: 250px;
    max-width: 400px;
  }
  
  .guide-table th,
  .guide-table td {
    padding: 0.75rem;
    font-size: 13px;
  }

  /* 固定操作列 */
  .guide-table th.col-action,
  .guide-table td.col-action {
    position: sticky;
    right: 0;
    background-color: #ffffff;
    z-index: 10;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
  }

  .guide-table thead th.col-action {
    z-index: 11;
    background-color: #ffffff;
  }

  .guide-table tbody tr td.col-action {
    background-color: #ffffff;
  }

  .guide-table tbody tr:hover td.col-action {
    background-color: #f9fafb;
  }
}

@media (max-width: 768px) {
  /* 隐藏移动端菜单内容 */
  .mobile-menu .mobile-menu-content {
    display: none !important;
  }

  .guide-main {
    padding-top: 3rem;
  }

  .guide-main .product-solutions {
    padding: 1.25rem 1rem;
  }

  .guide-main .solutions-container {
    padding: 0;
  }

  .content-wrapper {
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }

  .filter-section {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 8px;
  }

  .filter-row {
    margin-bottom: 1.25rem;
  }

  .filter-row:last-child {
    margin-bottom: 0;
  }

  .filter-item {
    flex-direction: column;
    gap: 0.875rem;
    padding: 0.5rem 0;
  }

  .filter-label {
    min-width: auto;
    padding-top: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.25rem;
  }

  .filter-options {
    width: 100%;
    gap: 0.625rem;
    padding: 0;
  }

  .filter-option {
    font-size: 13px;
    padding: 0.625rem 1rem;
    height: 38px;
    border-radius: 6px;
  }

  .guide-main .guide-table-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .guide-main .empty-state {
    padding: 0 1rem;
  }

  .guide-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  .guide-table {
    min-width: 800px;
    font-size: 12px;
  }

  .guide-table th,
  .guide-table td {
    padding: 0.75rem 0.625rem;
  }

  .guide-table .col-title {
    min-width: 200px;
    max-width: 300px;
  }

  /* 固定操作列 */
  .guide-table th.col-action,
  .guide-table td.col-action {
    position: sticky;
    right: 0;
    background-color: #ffffff;
    z-index: 10;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
    min-width: 100px;
  }

  .guide-table thead th.col-action {
    z-index: 11;
    background-color: #ffffff;
  }

  .guide-table tbody tr td.col-action {
    background-color: #ffffff;
  }

  .guide-table tbody tr:hover td.col-action {
    background-color: #f9fafb;
  }

  .guide-table .download-btn {
    padding: 0.375rem 0.75rem;
    font-size: 12px;
  }

  .guide-table .download-btn .download-icon {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 480px) {
  .guide-main {
    padding-top: 2.5rem;
  }

  .guide-main .product-solutions {
    padding: 1rem 0.75rem;
  }

  .guide-main .solutions-container {
    padding: 0;
  }

  .content-wrapper {
    padding: 0 0.25rem;
    margin-bottom: 1.25rem;
  }

  .filter-section {
    padding: 0.875rem;
    margin-bottom: 1.25rem;
  }

  .filter-row {
    margin-bottom: 1rem;
  }

  .filter-item {
    gap: 0.75rem;
    padding: 0.375rem 0;
  }

  .filter-label {
    font-size: 12px;
    margin-bottom: 0.25rem;
  }

  .filter-options {
    gap: 0.5rem;
  }

  .filter-option {
    font-size: 12px;
    padding: 0.5625rem 0.875rem;
    height: 36px;
  }

  .guide-main .guide-table-wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .guide-main .empty-state {
    padding: 0 0.75rem;
  }

  .guide-table th,
  .guide-table td {
    padding: 0.625rem 0.5rem;
  }
}

