.index-page .custom-navbar {
  padding-top: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-page .navbar-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}

.index-page .navbar-title {
  font-size: 18px;
  text-align: left;
  flex: 1;
}

.index-page .navbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
}

.index-page .search-btn, .index-page .service-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  flex-shrink: 0;
}

.index-page .icon {
  font-size: 16px;
  line-height: 1;
}

.index-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 44px;
  padding-bottom: 66px;
  overflow-y: auto;
}

.index-page .banner-section {
  padding: 10px;
}

.index-page .swiper-container {
  position: relative;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.index-page .swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.index-page .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 160px;
  position: relative;
}

.index-page .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.index-page .swiper-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.index-page .swiper-dot.active {
  background: #ffffff;
}

.index-page .banner-swiper {
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.index-page .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-page .banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.index-page .banner-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.index-page .stats-section {
  padding: 0 10px;
  margin-bottom: 10px;
}

.index-page .stats-card {
  background: linear-gradient(135deg, #1a367a 0%, #2c50a3 100%);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: space-around;
}

.index-page .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-page .stat-value {
  font-size: 24px;
  font-weight: 700;
}

.index-page .stat-unit {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.index-page .stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.index-page .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 10px;
}

.index-page .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a367a;
}

.index-page .section-more {
  font-size: 13px;
  color: #8ca0d7;
}

.index-page .quick-entry-section {
  background: #ffffff;
  padding: 12px 0;
  margin-bottom: 10px;
}

.index-page .quick-entry-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.index-page .quick-entry-item {
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.index-page .entry-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
}

.index-page .entry-name {
  font-size: 11px;
  color: #333333;
}

.index-page .news-section {
  background: #ffffff;
  padding: 12px 0;
  margin-bottom: 10px;
}

.index-page .news-list {
  padding: 0 10px;
}

.index-page .news-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.index-page .news-item:last-child {
  border-bottom: none;
}

.index-page .news-image {
  width: 100px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.index-page .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-page .news-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-page .news-summary {
  font-size: 12px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-page .news-meta {
  display: flex;
  gap: 8px;
}

.index-page .news-type {
  font-size: 11px;
  color: #165dff;
  background: #e8f0fe;
  padding: 2px 6px;
  border-radius: 4px;
}

.index-page .news-time {
  font-size: 11px;
  color: #999999;
}

.index-page .industry-section {
  background: #ffffff;
  padding: 12px 0;
  margin-bottom: 10px;
}

.index-page .industry-list {
  padding: 0 10px;
}

.index-page .industry-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.index-page .industry-item:last-child {
  border-bottom: none;
}

.index-page .industry-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5ff;
  border-radius: 8px;
  font-size: 18px;
}

.index-page .industry-info {
  flex: 1;
}

.index-page .industry-name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
}

.index-page .industry-desc {
  font-size: 12px;
  color: #999999;
}

.index-page .industry-value {
  font-size: 13px;
  font-weight: 600;
  color: #165dff;
}

.index-page .project-section {
  background: #ffffff;
  padding: 12px 0;
}

.index-page .project-list {
  padding: 0 10px;
}

.index-page .project-item {
  margin-bottom: 10px;
  background: #fafafa;
  border-radius: 8px;
  overflow: hidden;
}

.index-page .project-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.index-page .project-info {
  padding: 10px;
}

.index-page .project-name {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 6px;
}

.index-page .project-tags {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
}

.index-page .tag {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
}

.index-page .tag.category {
  background: #e8f0fe;
  color: #165dff;
}

.index-page .tag.location {
  background: #fff7e6;
  color: #ff9800;
}

.index-page .tag.status {
  background: #f6ffed;
  color: #7cb305;
}

.index-page .tag.status.under-construction {
  background: #fff7e6;
  color: #ff9800;
}

.index-page .tag.status.recruiting {
  background: #e8f0fe;
  color: #165dff;
}

.index-page .project-scale {
  font-size: 12px;
  color: #999999;
}

.index-page .bottom-space {
  height: 10px;
}

.index-page .float-service {
  position: fixed;
  right: 16px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(22, 93, 255, 0.4);
}

.index-page .float-icon {
  font-size: 20px;
}

.index-page .float-text {
  font-size: 11px;
  color: #ffffff;
  margin-top: 4px;
}

.platform-page .filter-section {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #f0f0f0;
  z-index: 99;
}

.platform-page .picker-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: #f5f7fa;
  border-radius: 20px;
  font-size: 14px;
  color: #333333;
}

.platform-page .arrow {
  font-size: 10px;
  color: #999999;
}

.platform-page,
.mine-page {
  padding-top: 44px;
  padding-bottom: 0;
}

.industry-page {
  padding-top: 44px;
  padding-bottom: 0;
}

.platform-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 57px;
  padding-bottom: 66px;
  overflow-y: auto;
}

.platform-page .section {
  padding: 12px 10px;
}

.platform-page .section-header {
  margin-bottom: 10px;
}

.platform-page .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a367a;
  padding-left: 8px;
  border-left: 3px solid #165dff;
}

.platform-page .platform-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.platform-page .platform-item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.platform-page .platform-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.platform-page .platform-info {
  padding: 10px;
}

.platform-page .platform-name {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 6px;
}

.platform-page .platform-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 6px;
}

.platform-page .meta-item {
  font-size: 12px;
  color: #666666;
}

.platform-page .platform-area {
  font-size: 12px;
  color: #999999;
}

.platform-page .resource-list {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.platform-page .resource-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  border-bottom: 1px solid #f5f5f5;
}

.platform-page .resource-item:last-child {
  border-bottom: none;
}

.platform-page .resource-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5ff;
  border-radius: 8px;
  font-size: 18px;
}

.platform-page .resource-info {
  flex: 1;
}

.platform-page .resource-name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 4px;
}

.platform-page .resource-area {
  font-size: 12px;
  color: #999999;
}

.platform-page .resource-price {
  padding: 6px 10px;
  background: #f6ffed;
  border-radius: 4px;
}

.platform-page .price {
  font-size: 13px;
  font-weight: 600;
  color: #7cb305;
}

.platform-page .bottom-space {
  height: 80px;
}

.vr-page .mode-tabs {
  display: flex;
  background: #ffffff;
  padding: 8px 10px;
  gap: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.vr-page .tab-item {
  flex: 1;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background: #f5f7fa;
  border-radius: 4px;
  transition: all 0.3s;
}

.vr-page .tab-item.active {
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
}

.vr-page .content-area {
  height: calc(100vh - 50px);
  padding-top: 44px;
  position: relative;
  overflow: hidden;
}

.vr-page .vr-content {
  height: calc(100vh - 134px);
  overflow-y: auto;
}

.vr-page .map-content {
  height: calc(100vh - 104px);
  position: relative;
}

.vr-page .baidu-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vr-page .map-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.vr-page .loading-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.vr-page .loading-text {
  font-size: 14px;
  color: #666666;
}

.vr-page .map-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}

.vr-page .locate-btn {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.vr-page .map-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  display: none;
}

.vr-page .popup-content {
  background: #ffffff;
  border-radius: 10px;
  width: 280px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.vr-page .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.vr-page .popup-name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.vr-page .popup-close {
  font-size: 18px;
  color: #999999;
  cursor: pointer;
}

.vr-page .popup-body {
  padding: 12px 15px;
}

.vr-page .popup-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.vr-page .popup-label {
  font-size: 13px;
  color: #999999;
}

.vr-page .popup-value {
  font-size: 13px;
  color: #333333;
}

.vr-page .popup-desc {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  margin-top: 8px;
}

.vr-page .popup-footer {
  padding: 10px 15px;
  border-top: 1px solid #f0f0f0;
}

.vr-page .popup-detail-btn {
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
}

.vr-page .bottom-panel {
  position: fixed;
  bottom: 100px;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 110;
  max-height: calc(100vh - 260px);
  overflow: hidden;
  transition: all 0.3s ease;
}

.vr-page .bottom-panel.collapsed {
  max-height: 44px;
  overflow: hidden;
}

.vr-page .bottom-panel.collapsed .panel-search,
.vr-page .bottom-panel.collapsed .panel-tabs,
.vr-page .bottom-panel.collapsed .panel-list {
  display: none;
}

.vr-page .panel-header {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.vr-page .panel-title {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.vr-page .panel-count {
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
}

.vr-page .panel-toggle {
  margin-left: auto;
  font-size: 12px;
  color: #999999;
}

.vr-page .panel-search {
  padding: 10px 15px;
}

.vr-page .search-input {
  width: 100%;
  padding: 10px 15px;
  background: #f5f7fa;
  border: none;
  border-radius: 20px;
  font-size: 14px;
}

.vr-page .panel-tabs {
  display: flex;
  padding: 0 15px;
  gap: 10px;
  margin-bottom: 10px;
}

.vr-page .panel-tabs .tab-item {
  padding: 6px 15px;
  font-size: 13px;
  background: #f5f7fa;
  border-radius: 15px;
  color: #666666;
  flex: none;
}

.vr-page .panel-tabs .tab-item.active {
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
}

.vr-page .panel-list {
  max-height: calc(100vh - 360px);
  overflow-y: auto;
  padding-bottom: 20px;
}

.vr-page .list-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #f5f5f5;
}

.vr-page .item-icon {
  width: 40px;
  height: 40px;
  background: #f0f5ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 12px;
}

.vr-page .item-info {
  flex: 1;
}

.vr-page .item-name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: block;
}

.vr-page .item-phone {
  font-size: 12px;
  color: #999999;
}

.vr-page .item-arrow {
  font-size: 14px;
  color: #cccccc;
}

.vr-page .vr-content {
  height: 100%;
  overflow-y: auto;
}

.vr-page .hero-section {
  position: relative;
  height: 200px;
}

.vr-page .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vr-page .hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.vr-page .hero-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}

.vr-player-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}

.vr-player-container {
  flex: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.vr-player-canvas {
  width: 100%;
  height: 100%;
}

.vr-player-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
}

.vr-player-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.vr-player-close {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

.vr-player-close:hover {
  background: rgba(255,255,255,0.3);
}

.vr-player-hint {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  text-align: center;
}

.vr-page .hero-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.vr-page .section {
  padding: 12px 10px;
}

.vr-page .section-header {
  margin-bottom: 10px;
}

.vr-page .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a367a;
  padding-left: 8px;
  border-left: 3px solid #165dff;
}

.vr-page .vr-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vr-page .vr-item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.vr-page .vr-image-wrapper {
  position: relative;
  height: 160px;
}

.vr-page .vr-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vr-page .vr-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 93, 255, 0.9);
  border-radius: 50%;
}

.vr-page .play-icon {
  font-size: 20px;
}

.vr-page .vr-type {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  background: rgba(22, 93, 255, 0.9);
  border-radius: 4px;
  font-size: 11px;
  color: #ffffff;
}

.vr-page .vr-info {
  padding: 10px;
}

.vr-page .vr-name {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 4px;
}

.vr-page .vr-views {
  font-size: 12px;
  color: #999999;
}

.vr-page .features-section {
  background: #ffffff;
  margin: 0 10px;
  padding: 12px;
  border-radius: 8px;
}

.vr-page .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vr-page .feature-item {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
}

.vr-page .feature-icon {
  font-size: 24px;
  margin-bottom: 6px;
}

.vr-page .feature-name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}

.vr-page .feature-desc {
  font-size: 12px;
  color: #999999;
}

.vr-page .map-container {
  flex: 1;
  position: relative;
  margin: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.vr-page .map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vr-page .map-point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.vr-page .point-marker {
  font-size: 20px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
}

.vr-page .point-name {
  font-size: 11px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: 4px;
  white-space: nowrap;
}

.vr-page .map-tips {
  padding: 10px;
  text-align: center;
  font-size: 13px;
  color: #999999;
  background: #ffffff;
}

.vr-page .detail-panel {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  animation: slideUp 0.3s ease;
}

.vr-page .detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.vr-page .detail-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.vr-page .detail-body {
  padding: 12px;
}

.vr-page .detail-section {
  margin-bottom: 12px;
}

.vr-page .detail-section:last-child {
  margin-bottom: 0;
}

.vr-page .section-label {
  font-size: 13px;
  font-weight: 600;
  color: #1a367a;
  display: block;
  margin-bottom: 6px;
}

.vr-page .section-content {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}

.vr-page .detail-footer {
  padding: 10px 12px 20px;
}

.vr-page .consult-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
}

.vr-page .bottom-space {
  height: 80px;
}

.industry-page .intro-section {
  padding: 10px;
}

.industry-page .intro-card {
  background: linear-gradient(135deg, #1a367a 0%, #2c50a3 100%);
  border-radius: 10px;
  padding: 16px;
  color: #ffffff;
}

.industry-page .intro-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.industry-page .intro-desc {
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.9;
}

.industry-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 44px;
  padding-bottom: 66px;
  overflow-y: auto;
}

.industry-page .section {
  padding: 12px 10px;
}

.industry-page .section-header {
  margin-bottom: 10px;
}

.industry-page .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a367a;
  padding-left: 8px;
  border-left: 3px solid #165dff;
}

.industry-page .industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industry-page .industry-card {
  width: calc(50% - 4px);
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}

.industry-page .industry-card.active {
  background: #f0f5ff;
  border: 1px solid #165dff;
}

.industry-page .industry-icon {
  font-size: 24px;
  margin-bottom: 6px;
}

.industry-page .industry-name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}

.industry-page .industry-value {
  font-size: 12px;
  color: #165dff;
}

.industry-page .detail-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.industry-page .detail-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 100%);
}

.industry-page .detail-icon {
  font-size: 28px;
}

.industry-page .detail-title {
  flex: 1;
}

.industry-page .detail-title .name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 4px;
}

.industry-page .detail-title .value {
  font-size: 13px;
  color: #165dff;
}

.industry-page .detail-content {
  padding: 12px;
}

.industry-page .desc {
  font-size: 13px;
  color: #666666;
  line-height: 1.8;
  display: block;
  margin-bottom: 12px;
}

.industry-page .detail-stats {
  display: flex;
  justify-content: space-around;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.industry-page .detail-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.industry-page .detail-stats .stat-label {
  font-size: 12px;
  color: #999999;
  margin-bottom: 4px;
}

.industry-page .detail-stats .stat-value {
  font-size: 16px;
  font-weight: 600;
  color: #165dff;
}

.industry-page .policy-list {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.industry-page .policy-item {
  display: flex;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.industry-page .policy-item:last-child {
  border-bottom: none;
}

.industry-page .policy-info {
  flex: 1;
}

.industry-page .policy-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 6px;
}

.industry-page .policy-meta {
  display: flex;
  gap: 10px;
}

.industry-page .policy-category {
  font-size: 11px;
  color: #165dff;
  background: #e8f0fe;
  padding: 2px 6px;
  border-radius: 4px;
}

.industry-page .policy-date {
  font-size: 11px;
  color: #999999;
}

.industry-page .policy-arrow {
  font-size: 18px;
  color: #cccccc;
}

.industry-page .bottom-space {
  height: 80px;
}

.service-page .service-section {
  padding: 10px;
}

.service-page .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-page .service-item {
  width: calc(50% - 4px);
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.service-page .service-icon {
  font-size: 24px;
  margin-bottom: 6px;
}

.service-page .service-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}

.service-page .service-desc {
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.service-page .knowledge-toggle {
  margin: 0 10px;
  padding: 12px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-page .toggle-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-page .toggle-icon {
  font-size: 16px;
}

.service-page .toggle-text {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.service-page .toggle-arrow {
  font-size: 12px;
  color: #999999;
}

.service-page .knowledge-section {
  margin: 0 10px 10px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.service-page .knowledge-item {
  border-bottom: 1px solid #f5f5f5;
}

.service-page .knowledge-item:last-child {
  border-bottom: none;
}

.service-page .category-header {
  padding: 10px 12px;
  background: linear-gradient(135deg, #f0f5ff 0%, #e6f0ff 100%);
}

.service-page .category-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a367a;
}

.service-page .question-list {
  padding: 6px 0;
}

.service-page .question-item {
  padding: 8px 12px;
}

.service-page .question-item:active {
  background: #f5f7fa;
}

.service-page .question-text {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}

.service-page .chat-section {
  margin: 0 10px 10px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 250px;
}

.service-page .chat-header {
  padding: 10px;
  background: linear-gradient(135deg, #1a367a 0%, #2c50a3 100%);
  text-align: center;
}

.service-page .chat-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}

.service-page .chat-subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.service-page .chat-messages {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
}

.service-page .message-item {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.service-page .message-item.user {
  flex-direction: row-reverse;
}

.service-page .message-avatar {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5ff;
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
}

.service-page .message-item.user .message-avatar {
  background: #165dff;
}

.service-page .message-content {
  max-width: 70%;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.service-page .message-item.robot .message-content {
  background: #f5f7fa;
  color: #333333;
  border-radius: 10px 10px 10px 2px;
}

.service-page .message-item.user .message-content {
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
  border-radius: 10px 10px 2px 10px;
}

.service-page .message-time {
  font-size: 10px;
  color: #999999;
  margin-top: 4px;
}

.service-page .chat-input {
  display: flex;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #f0f0f0;
}

.service-page .input-field {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  background: #f5f7fa;
  border-radius: 20px;
  font-size: 14px;
  border: none;
}

.service-page .send-btn {
  height: 40px;
  padding: 0 16px;
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 14px;
}

.service-page .manual-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  background: #f5f7fa;
}

.service-page .manual-icon {
  font-size: 14px;
}

.service-page .manual-text {
  font-size: 13px;
  color: #165dff;
}

.service-page .form-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-page .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.service-page .modal-content {
  position: relative;
  width: 90%;
  max-height: 80vh;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.service-page .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.service-page .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.service-page .close-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.service-page .modal-body {
  padding: 12px;
  max-height: 60vh;
  overflow-y: auto;
}

.service-page .form-item {
  margin-bottom: 12px;
}

.service-page .form-item:last-child {
  margin-bottom: 0;
}

.service-page .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 8px;
}

.service-page .type-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-page .type-option {
  padding: 8px 12px;
  background: #f5f7fa;
  border-radius: 4px;
  font-size: 13px;
  color: #666666;
}

.service-page .type-option.active {
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
}

.service-page .form-textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  background: #f5f7fa;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
}

.service-page .form-input {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  background: #f5f7fa;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
}

.service-page .modal-footer {
  padding: 10px 12px 20px;
  border-top: 1px solid #f0f0f0;
}

.service-page .submit-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
}

.mine-page .header-section {
  background: linear-gradient(135deg, #1a367a 0%, #2c50a3 100%);
  padding: 20px 10px 15px;
}

.mine-page .user-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
}

.mine-page .user-avatar {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 24px;
}

.mine-page .user-info {
  flex: 1;
}

.mine-page .user-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}

.mine-page .user-phone {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.mine-page .login-btn {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 13px;
  color: #ffffff;
}

.mine-page .stats-card {
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 8px;
}

.mine-page .stats-card .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mine-page .stats-card .stat-value {
  font-size: 20px;
  font-weight: 700;
  color: #165dff;
}

.mine-page .stats-card .stat-label {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}

.mine-page .message-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.mine-page .message-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mine-page .message-icon {
  font-size: 16px;
}

.mine-page .message-text {
  font-size: 15px;
  color: #ffffff;
}

.mine-page .message-right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mine-page .message-badge {
  padding: 2px 8px;
  background: #ff4d4f;
  border-radius: 10px;
  font-size: 11px;
  color: #ffffff;
}

.mine-page .message-arrow {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.mine-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 44px;
  padding-bottom: 80px;
  overflow-y: auto;
}

.mine-page .menu-section {
  margin: 10px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.mine-page .menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 12px;
  border-bottom: 1px solid #f5f5f5;
}

.mine-page .menu-item:last-child {
  border-bottom: none;
}

.mine-page .menu-icon {
  font-size: 18px;
}

.mine-page .menu-title {
  flex: 1;
  font-size: 15px;
  color: #333333;
}

.mine-page .menu-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mine-page .menu-badge {
  padding: 2px 8px;
  background: #ff4d4f;
  border-radius: 10px;
  font-size: 11px;
  color: #ffffff;
}

.mine-page .menu-arrow {
  font-size: 16px;
  color: #cccccc;
}

.mine-page .news-section {
  margin: 0 10px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.mine-page .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.mine-page .section-title {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.mine-page .section-more {
  font-size: 13px;
  color: #165dff;
}

.mine-page .news-list {
  padding: 6px;
}

.mine-page .news-item {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mine-page .news-content {
  flex: 1;
}

.mine-page .news-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 4px;
}

.mine-page .news-summary {
  font-size: 12px;
  color: #999999;
}

.mine-page .news-date {
  font-size: 11px;
  color: #cccccc;
}

.mine-page .footer-section {
  padding: 20px;
  text-align: center;
}

.mine-page .footer-text {
  font-size: 12px;
  color: #999999;
}

.mine-page .bottom-space {
  height: 80px;
}

.mine-page .form-modal, .mine-page .modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
}

.mine-page .modal-content {
  position: relative;
  width: 100%;
  max-height: 80vh;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.mine-page .modal-content.large {
  max-height: 90vh;
}

.mine-page .modal-content.medium {
  max-height: 70vh;
}

.mine-page .modal-body {
  padding: 12px;
  max-height: 60vh;
  overflow-y: auto;
}

.mine-page .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  background: #ffffff;
}

.mine-page .form-item {
  margin-bottom: 12px;
}

.mine-page .form-item.required .form-label {
  color: #165dff;
}

.mine-page .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 8px;
}

.mine-page .form-input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  background: #f5f7fa;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
}

.mine-page .form-textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  background: #f5f7fa;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
}

.mine-page .select-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mine-page .select-option {
  padding: 10px 14px;
  background: #f5f7fa;
  border-radius: 6px;
  font-size: 14px;
  color: #666666;
}

.mine-page .select-option.active {
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
}

.mine-page .modal-footer {
  padding: 10px 12px 20px;
  border-top: 1px solid #f0f0f0;
  position: sticky;
  bottom: 0;
  background: #ffffff;
}

.mine-page .submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #165dff 0%, #4096ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
}

.mine-page .record-list {
  padding: 6px 0;
}

.mine-page .record-item {
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.mine-page .record-item:last-child {
  border-bottom: none;
}

.mine-page .record-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.mine-page .record-title {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.mine-page .record-status {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.mine-page .record-status.pending {
  background: #fff7e6;
  color: #fa8c16;
}

.mine-page .record-status.processing {
  background: #e6f7ff;
  color: #1890ff;
}

.mine-page .record-status.completed {
  background: #f6ffed;
  color: #52c41a;
}

.mine-page .record-content {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  display: block;
  margin-bottom: 6px;
}

.mine-page .record-date {
  font-size: 12px;
  color: #999999;
}

.mine-page .record-reply {
  margin-top: 8px;
  padding: 8px;
  background: #f5f7fa;
  border-radius: 6px;
}

.mine-page .reply-label {
  font-size: 12px;
  font-weight: 600;
  color: #165dff;
  display: block;
  margin-bottom: 4px;
}

.mine-page .reply-content {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}

.mine-page .record-action {
  margin-top: 8px;
}

.mine-page .action-btn {
  padding: 8px 16px;
  background: #f0f5ff;
  color: #165dff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
}

.mine-page .message-list {
  padding: 6px 0;
}

.mine-page .message-item {
  padding: 10px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #f5f5f5;
}

.mine-page .message-item:last-child {
  border-bottom: none;
}

.mine-page .message-item.unread {
  background: #f0f5ff;
}

.mine-page .message-icon-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fa;
  border-radius: 6px;
  flex-shrink: 0;
}

.mine-page .message-icon-small {
  font-size: 16px;
}

.mine-page .message-info {
  flex: 1;
}

.mine-page .message-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.mine-page .message-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.mine-page .message-dot {
  width: 8px;
  height: 8px;
  background: #ff4d4f;
  border-radius: 50%;
}

.mine-page .message-content {
  font-size: 13px;
  color: #666666;
  display: block;
  margin-bottom: 4px;
}

.mine-page .message-time {
  font-size: 12px;
  color: #999999;
}

.mine-page .favorite-list {
  padding: 6px 0;
}

.mine-page .favorite-item {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #f5f5f5;
}

.mine-page .favorite-item:last-child {
  border-bottom: none;
}

.mine-page .favorite-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5ff;
  border-radius: 6px;
  font-size: 20px;
}

.mine-page .favorite-info {
  flex: 1;
}

.mine-page .favorite-name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 4px;
}

.mine-page .favorite-meta {
  display: flex;
  gap: 8px;
}

.mine-page .favorite-type {
  font-size: 12px;
  color: #165dff;
  padding: 2px 6px;
  background: #f0f5ff;
  border-radius: 4px;
}

.mine-page .favorite-views {
  font-size: 12px;
  color: #999999;
}

.mine-page .favorite-action {
  font-size: 18px;
}

.mine-page .setting-list {
  padding: 6px 0;
}

.mine-page .setting-item {
  padding: 14px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f5f5f5;
}

.mine-page .setting-item:last-child {
  border-bottom: none;
}

.mine-page .setting-icon {
  font-size: 18px;
}

.mine-page .setting-info {
  flex: 1;
}

.mine-page .setting-title {
  font-size: 15px;
  color: #333333;
  display: block;
  margin-bottom: 4px;
}

.mine-page .setting-desc {
  font-size: 12px;
  color: #999999;
}

.mine-page .setting-arrow {
  font-size: 16px;
  color: #cccccc;
}

.mine-page .help-list {
  padding: 6px 0;
}

.mine-page .help-item {
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.mine-page .help-item:last-child {
  border-bottom: none;
}

.mine-page .help-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 6px;
}

.mine-page .help-answer {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}

.picker-option {
  padding: 12px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #f5f5f5;
}

.picker-option:last-child {
  border-bottom: none;
}

.picker-option.active {
  color: #165dff;
  background: #f0f5ff;
}

.news-list-page, .news-detail-page, .industry-layout-page, .project-list-page, .project-detail-page {
  padding-top: 44px;
  padding-bottom: 66px;
}

.news-list-page .content-scroll, .industry-layout-page .content-scroll, .project-list-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 44px;
  padding-bottom: 66px;
  overflow-y: auto;
}

.news-detail-page .content-scroll, .project-detail-page .content-scroll, .policy-detail-page .content-scroll, .platform-detail-page .content-scroll, .resource-detail-page .content-scroll, .login-page .content-scroll, .register-page .content-scroll, .account-settings-page .content-scroll, .message-settings-page .content-scroll, .privacy-settings-page .content-scroll, .about-us-page .content-scroll {
  height: calc(100vh - 44px);
  padding-top: 44px;
  overflow-y: auto;
}

.news-filter, .project-filter {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.filter-item {
  padding: 6px 12px;
  font-size: 13px;
  color: #666666;
  background: #f5f5f5;
  border-radius: 16px;
}

.filter-item.active {
  color: #ffffff;
  background: #165dff;
}

.news-card-list, .project-card-list {
  padding: 10px;
}

.news-card, .project-card {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-card-image, .project-card-image {
  width: 100px;
  height: 75px;
  border-radius: 6px;
  flex-shrink: 0;
  object-fit: cover;
}

.news-card-content, .project-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-card-title, .project-card-name {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card-summary {
  font-size: 13px;
  color: #999999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card-meta {
  display: flex;
  gap: 8px;
}

.news-card-type, .news-card-time {
  font-size: 12px;
  color: #999999;
}

.news-card-type {
  color: #165dff;
}

.project-card-tags {
  display: flex;
  gap: 6px;
  margin: 6px 0;
}

.project-card-scale {
  font-size: 12px;
  color: #999999;
}

.news-detail-page .detail-header {
  padding: 15px 10px;
}

.news-detail-page .detail-title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 12px;
}

.news-detail-page .detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-detail-page .detail-type, .news-detail-page .detail-author, .news-detail-page .detail-time, .news-detail-page .detail-views {
  font-size: 12px;
  color: #999999;
}

.news-detail-page .detail-type {
  color: #165dff;
}

.news-detail-page .detail-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-detail-page .detail-content {
  padding: 15px 10px;
}

.news-detail-page .detail-content p {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 12px;
  text-indent: 2em;
}

.news-detail-page .detail-footer {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
}

.news-detail-page .share-btn, .news-detail-page .collect-btn {
  padding: 8px 20px;
  font-size: 14px;
  color: #666666;
  background: #f5f5f5;
  border: none;
  border-radius: 20px;
}

.industry-layout-page .layout-intro {
  padding: 15px 10px;
  background: linear-gradient(135deg, #1a367a 0%, #2c50a3 100%);
}

.industry-layout-page .layout-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.industry-layout-page .layout-intro .layout-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.industry-layout-page .layout-grid {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.industry-layout-page .layout-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.industry-layout-page .layout-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.industry-layout-page .layout-card .layout-name {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}

.industry-layout-page .layout-card .layout-value {
  font-size: 14px;
  color: #165dff;
  font-weight: 600;
  margin-bottom: 6px;
}

.industry-layout-page .layout-card .layout-desc {
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.industry-layout-page .layout-stats {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

.industry-layout-page .layout-stat-item {
  text-align: center;
}

.industry-layout-page .stat-val {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: block;
}

.industry-layout-page .stat-label {
  font-size: 11px;
  color: #999999;
}

.industry-layout-page .layout-map-section {
  margin: 10px;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.industry-layout-page .layout-map-section .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}

.industry-layout-page .layout-map {
  position: relative;
}

.industry-layout-page .map-image {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.industry-layout-page .map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.industry-layout-page .legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666666;
}

.industry-layout-page .legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.project-detail-page .detail-image-container {
  position: relative;
}

.project-detail-page .detail-main-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.project-detail-page .detail-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 16px;
}

.project-detail-page .detail-badge.recruiting {
  background: #ff6b6b;
}

.project-detail-page .detail-badge.under-construction {
  background: #ff9f43;
}

.project-detail-page .detail-title-section {
  padding: 15px 10px;
  background: #ffffff;
}

.project-detail-page .detail-title-section .detail-title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.project-detail-page .detail-title-section .detail-tags {
  display: flex;
  gap: 8px;
}

.project-detail-page .detail-info {
  padding: 15px 10px;
  background: #ffffff;
  margin-top: 10px;
}

.project-detail-page .detail-desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
}

.project-detail-page .detail-section {
  margin: 10px;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.project-detail-page .detail-section .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}

.project-detail-page .detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.project-detail-page .detail-grid-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}

.project-detail-page .grid-label {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-bottom: 4px;
}

.project-detail-page .grid-value {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.project-detail-page .advantage-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-detail-page .advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.project-detail-page .advantage-number {
  width: 24px;
  height: 24px;
  background: #165dff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.project-detail-page .advantage-text {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}

.project-detail-page .contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.project-detail-page .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-detail-page .contact-icon {
  font-size: 18px;
}

.project-detail-page .contact-label {
  font-size: 13px;
  color: #999999;
  width: 60px;
}

.project-detail-page .contact-value {
  font-size: 14px;
  color: #333333;
}

.project-detail-page .detail-action-bar {
  position: fixed;
  bottom: 66px;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.project-detail-page .action-btn {
  flex: 1;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
}

.project-detail-page .action-btn.primary {
  color: #ffffff;
  background: #165dff;
}

.project-detail-page .action-btn.secondary {
  color: #165dff;
  background: #f0f5ff;
}

.platform-detail-page, .resource-detail-page {
  padding-top: 44px;
  padding-bottom: 66px;
}



.platform-detail-page .detail-image-container, .resource-detail-page .detail-image-container {
  position: relative;
}

.platform-detail-page .detail-main-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.platform-detail-page .detail-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 16px;
}

.platform-detail-page .detail-badge.national {
  background: #165dff;
}

.platform-detail-page .detail-badge.provincial {
  background: #ff9f43;
}

.platform-detail-page .detail-title-section, .resource-detail-page .detail-title-section {
  padding: 15px 10px;
  background: #ffffff;
}

.platform-detail-page .detail-title-section .detail-title, .resource-detail-page .detail-title-section .detail-title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.platform-detail-page .detail-title-section .detail-tags, .resource-detail-page .detail-title-section .detail-tags {
  display: flex;
  gap: 8px;
}

.platform-detail-page .detail-info, .resource-detail-page .detail-info {
  padding: 15px 10px;
  background: #ffffff;
  margin-top: 10px;
}

.platform-detail-page .detail-desc, .resource-detail-page .detail-desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
}

.platform-detail-page .detail-section, .resource-detail-page .detail-section {
  margin: 10px;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.platform-detail-page .detail-section .section-title, .resource-detail-page .detail-section .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}

.platform-detail-page .detail-grid, .resource-detail-page .detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.platform-detail-page .detail-grid-item, .resource-detail-page .detail-grid-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}

.platform-detail-page .grid-label, .resource-detail-page .grid-label {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-bottom: 4px;
}

.platform-detail-page .grid-value, .resource-detail-page .grid-value {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.platform-detail-page .advantage-list, .resource-detail-page .advantage-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.platform-detail-page .advantage-item, .resource-detail-page .advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.platform-detail-page .advantage-number, .resource-detail-page .advantage-number {
  width: 24px;
  height: 24px;
  background: #165dff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.platform-detail-page .advantage-text, .resource-detail-page .advantage-text {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}

.platform-detail-page .contact-info, .resource-detail-page .contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.platform-detail-page .contact-item, .resource-detail-page .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.platform-detail-page .contact-icon, .resource-detail-page .contact-icon {
  font-size: 18px;
}

.platform-detail-page .contact-label, .resource-detail-page .contact-label {
  font-size: 13px;
  color: #999999;
  width: 60px;
}

.platform-detail-page .contact-value, .resource-detail-page .contact-value {
  font-size: 14px;
  color: #333333;
}

.platform-detail-page .detail-action-bar, .resource-detail-page .detail-action-bar {
  position: fixed;
  bottom: 66px;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.platform-detail-page .action-btn, .resource-detail-page .action-btn {
  flex: 1;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
}

.platform-detail-page .action-btn.primary, .resource-detail-page .action-btn.primary {
  color: #ffffff;
  background: #165dff;
}

.platform-detail-page .action-btn.secondary, .resource-detail-page .action-btn.secondary {
  color: #165dff;
  background: #f0f5ff;
}

.resource-detail-page .resource-icon-large {
  font-size: 120px;
  text-align: center;
  padding: 40px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}

.resource-detail-page .detail-price-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #ff6b6b;
  border-radius: 16px;
}

.message-list-page, .investment-list-page, .favorite-list-page {
  padding-top: 44px;
  padding-bottom: 66px;
}

.message-list-page .content-scroll, 
.investment-list-page .content-scroll, 
.favorite-list-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 44px;
  padding-bottom: 66px;
  overflow-y: auto;
}

.message-list-page .message-list-container {
  padding: 10px;
}

.message-list-page .message-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.message-list-page .message-item.unread {
  background: #f0f5ff;
}

.message-list-page .message-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.message-list-page .message-icon-small {
  font-size: 20px;
}

.message-list-page .message-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.message-list-page .message-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.message-list-page .message-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.message-list-page .message-dot {
  width: 8px;
  height: 8px;
  background: #ff4d4f;
  border-radius: 50%;
}

.message-list-page .message-content {
  font-size: 13px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-list-page .message-time {
  font-size: 12px;
  color: #999999;
}

.investment-list-page .record-list-container {
  padding: 10px;
}

.investment-list-page .record-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.investment-list-page .record-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.investment-list-page .record-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.investment-list-page .record-status {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 12px;
}

.investment-list-page .record-status.pending {
  background: #fff7e6;
  color: #fa8c16;
}

.investment-list-page .record-status.approved {
  background: #f6ffed;
  color: #52c41a;
}

.investment-list-page .record-status.rejected {
  background: #fff2f0;
  color: #ff4d4f;
}

.investment-list-page .record-content {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
  display: block;
  margin-bottom: 6px;
}

.investment-list-page .record-date {
  font-size: 12px;
  color: #999999;
  display: block;
}

.investment-list-page .record-reply {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e8e8e8;
}

.investment-list-page .reply-label {
  font-size: 12px;
  color: #999999;
}

.investment-list-page .reply-content {
  font-size: 13px;
  color: #165dff;
}

.investment-list-page .record-action {
  margin-top: 10px;
}

.investment-list-page .action-btn.small {
  padding: 8px 20px;
  font-size: 13px;
  border-radius: 8px;
  background: #165dff;
  color: #ffffff;
  border: none;
}

.favorite-list-page .favorite-list-container {
  padding: 10px;
}

.favorite-list-page .favorite-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.favorite-list-page .favorite-icon {
  font-size: 40px;
}

.favorite-list-page .favorite-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.favorite-list-page .favorite-name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.favorite-list-page .favorite-meta {
  display: flex;
  gap: 10px;
}

.favorite-list-page .favorite-type {
  font-size: 12px;
  color: #165dff;
  background: #f0f5ff;
  padding: 2px 8px;
  border-radius: 4px;
}

.favorite-list-page .favorite-views {
  font-size: 12px;
  color: #999999;
}

.favorite-list-page .favorite-action {
  font-size: 20px;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.empty-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.empty-text {
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}

.empty-hint {
  font-size: 13px;
  color: #999999;
}

.help-page, .settings-page {
  padding-top: 44px;
  padding-bottom: 66px;
}

.help-page .content-scroll, .settings-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 44px;
  padding-bottom: 66px;
  overflow-y: auto;
}

.help-page .help-list-container {
  padding: 10px;
}

.help-page .help-item {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.help-page .help-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.help-page .help-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  flex: 1;
}

.help-page .help-arrow {
  font-size: 12px;
  color: #999999;
  transition: transform 0.3s;
}

.help-page .help-answer {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  padding: 0 12px 12px;
}

.settings-page .setting-list-container {
  padding: 10px;
}

.settings-page .setting-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.settings-page .setting-icon {
  font-size: 24px;
}

.settings-page .setting-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.settings-page .setting-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.settings-page .setting-desc {
  font-size: 12px;
  color: #999999;
}

.settings-page .setting-arrow {
  font-size: 16px;
  color: #cccccc;
}

.login-page, .register-page {
  padding-top: 44px;
  padding-bottom: 66px;
}



.login-page .login-container, .register-page .login-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-page .login-icon, .register-page .login-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.login-page .login-title, .register-page .login-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.login-page .form-item, .register-page .form-item {
  width: 100%;
  margin-bottom: 15px;
}

.login-page .form-label, .register-page .form-label {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  display: block;
}

.login-page .form-input, .register-page .form-input {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-sizing: border-box;
}

.login-page .form-row, .register-page .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.login-page .form-checkbox, .register-page .form-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666666;
}

.login-page .form-link, .register-page .form-link {
  font-size: 13px;
  color: #165dff;
}

.login-page .submit-btn, .register-page .submit-btn {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #165dff;
  border: none;
  border-radius: 8px;
  margin-bottom: 20px;
}

.login-page .form-footer, .register-page .form-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}

.login-page .code-btn, .register-page .code-btn {
  padding: 10px 20px;
  font-size: 13px;
  color: #ffffff;
  background: #165dff;
  border: none;
  border-radius: 8px;
  white-space: nowrap;
}

.account-settings-page, .message-settings-page, .privacy-settings-page, .about-us-page {
  padding-top: 44px;
  padding-bottom: 66px;
}



.account-settings-page .settings-card, 
.message-settings-page .settings-card, 
.privacy-settings-page .settings-card {
  margin: 10px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.account-settings-page .settings-item, 
.message-settings-page .settings-item, 
.privacy-settings-page .settings-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.account-settings-page .settings-item:last-child, 
.message-settings-page .settings-item:last-child, 
.privacy-settings-page .settings-item:last-child {
  border-bottom: none;
}

.account-settings-page .settings-icon {
  font-size: 24px;
}

.account-settings-page .settings-info, 
.message-settings-page .settings-info, 
.privacy-settings-page .settings-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.account-settings-page .settings-title, 
.message-settings-page .settings-title, 
.privacy-settings-page .settings-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.account-settings-page .settings-desc, 
.message-settings-page .settings-desc, 
.privacy-settings-page .settings-desc {
  font-size: 12px;
  color: #999999;
}

.account-settings-page .settings-arrow, 
.message-settings-page .settings-arrow, 
.privacy-settings-page .settings-arrow {
  font-size: 16px;
  color: #cccccc;
}

.toggle-switch {
  width: 50px;
  height: 28px;
  border-radius: 14px;
  background: #e8e8e8;
  position: relative;
  transition: background 0.3s;
}

.toggle-switch.active {
  background: #165dff;
}

.toggle-switch::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  top: 2px;
  left: 2px;
  transition: left 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch.active::after {
  left: 24px;
}

.about-us-page .about-card {
  margin: 10px;
  background: linear-gradient(135deg, #1a367a 0%, #2c50a3 100%);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #ffffff;
}

.about-us-page .about-logo {
  font-size: 60px;
  margin-bottom: 10px;
}

.about-us-page .about-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-us-page .about-desc {
  font-size: 13px;
  opacity: 0.9;
  line-height: 1.6;
}

.about-us-page .about-info {
  margin: 10px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.about-us-page .about-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.about-us-page .about-item:last-child {
  border-bottom: none;
}

.about-us-page .about-label {
  font-size: 14px;
  color: #666666;
}

.about-us-page .about-value {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}

.about-us-page .about-desc-card {
  margin: 10px;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.about-us-page .desc-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.about-us-page .desc-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}

.search-page {
  padding-top: 44px;
  padding-bottom: 0;
}

.search-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 44px;
  padding-bottom: 66px;
  overflow-y: auto;
}

.search-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px;
  padding: 10px 15px;
  background: #f5f7fa;
  border-radius: 25px;
}

.search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
}

.search-btn {
  font-size: 18px;
  cursor: pointer;
}

.clear-btn {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.hot-search, .search-history {
  margin: 10px;
}

.hot-tags, .history-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.hot-tag, .history-item {
  padding: 6px 12px;
  background: #f5f7fa;
  border-radius: 15px;
  font-size: 13px;
  color: #666666;
  cursor: pointer;
}

.history-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clear-history {
  font-size: 13px;
  color: #165dff;
  cursor: pointer;
}

.search-results {
  margin: 10px;
}

.result-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.result-item {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}

.result-image {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.result-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.result-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

.result-summary {
  font-size: 12px;
  color: #999999;
}

.result-type {
  align-self: flex-end;
  font-size: 12px;
  color: #165dff;
}

.investment-intent-page {
  padding-top: 44px;
  padding-bottom: 0;
}

.investment-intent-page .content-scroll {
  height: calc(100vh - 110px);
  padding-top: 44px;
  padding-bottom: 66px;
  overflow-y: auto;
}

.investment-intent-page .form-container {
  margin: 10px;
}

.investment-intent-page .form-item {
  margin-bottom: 15px;
}

.investment-intent-page .form-label {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  display: block;
}

.investment-intent-page .required {
  color: #ff4d4f;
}

.investment-intent-page .form-input, .investment-intent-page .form-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}

.investment-intent-page .form-textarea {
  height: 100px;
  resize: none;
}

.investment-intent-page .form-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.investment-intent-page .select-arrow {
  font-size: 12px;
  color: #999999;
}

.investment-intent-page .radio-group {
  display: flex;
  gap: 20px;
}

.investment-intent-page .radio-item {
  padding: 8px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.investment-intent-page .radio-item.active {
  background: #165dff;
  color: #ffffff;
  border-color: #165dff;
}

.investment-intent-page .submit-btn-container {
  margin-top: 20px;
}

.investment-intent-page .submit-btn {
  width: 100%;
  padding: 14px;
  background: #165dff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}