/* Reset styles */
html {
  scroll-behavior: smooth;
}


/* Hide world map on mobile */
@media (max-width: 767px) {
  .world-map-section {
    display: none !important;
  }
  .country-filter-section {
    display: none !important;
  }
}


html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Manrope', Arial, sans-serif;
  width: 100%;
  max-width: 100%;
}


a,
a:hover,
a:active,
a:focus {
  cursor: pointer !important;
}


button,
button:hover,
button:active,
button:focus,
.btn,
.btn:hover,
.btn:active,
.btn:focus,
.nav-link,
.nav-link:hover,
.nav-link:active,
.nav-link:focus,
.dropdown-item,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus,
.category-tag,
.category-tag:hover,
.news-category,
.news-category:hover,
.solution-btn,
.solution-btn:hover,
.view-more-btn,
.view-more-btn:hover,
.slide-bg,
.slide-bg img,
.product-image img,
.news-card-image img,
.solution-image-link,
.solution-image-link:hover,
.card a,
.card a:hover,
.navbar a,
.navbar a:hover,
.dropdown-menu a,
.dropdown-menu a:hover,
.nav-links a,
.nav-links a:hover,
.product-card a,
.product-card a:hover {
  cursor: pointer !important;
}


body {
  -webkit-overflow-scrolling: touch;
}


/* Color Variables */
:root {
  --primary-color: #0066cc;
  --secondary-color: #333333;
  --bg-blue: #0066cc;
  --text-white: #ffffff;
  --text-dark: #333333;
  --bg-light: #f8f9fa;
  --bg-dark: #212529;
  --border-color: #dee2e6;
}


.page-wrapper {
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative;
}


/* Top contact bar */
.top-contact-bar {
  min-height: 32px;
  background-color: var(--bg-blue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-white);
  position: relative;
  z-index: 1001;
  overflow: visible;
}


.top-contact-bar .dropdown-menu {
  z-index: 1002;
}


.top-contact-bar p {
  color: var(--text-white);
}


.top-contact-bar a,
.top-contact-bar a:hover,
.top-contact-bar a:focus,
.top-contact-bar a:active {
  color: var(--text-white);
  text-decoration: none !important;
}


.top-contact-bar .dropdown {
  position: relative;
  display: inline-block;
}


.top-contact-bar .dropdown-toggle {
  color: var(--text-white);
  text-decoration: none;
  font-size: 12px;
  padding: 2px 8px;
  border: none;
  background: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
}


.top-contact-bar .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}


.top-contact-bar .dropdown-toggle:hover {
  text-decoration: none;
}


.top-contact-bar .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 0;
  min-width: 120px;
  z-index: 1002;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  overflow: visible;
  max-height: 200px;
  overflow-y: auto;
}


.top-contact-bar .dropdown:hover .dropdown-menu {
  display: block;
}


.top-contact-bar .dropdown-item {
  color: #333;
  font-size: 12px;
  padding: 8px 15px;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
}


.top-contact-bar .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #333;
}


/* Text size classes */
.text-xs {
  font-size: 12px;
}


.form-select-xs {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 0;
}


/* Navbar */
#navbar {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 1000;
}


#navbar .navbar-brand img {
  height: 28px;
  width: auto;
}


#navbar .nav {
  margin-left: -60px;
}


#navbar .nav-link {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 15px;
  margin-right: 5px;
  cursor: pointer;
}


#navbar .nav-link:hover {
  color: #0066cc;
}


#navbar .nav-link.active {
  color: #0066cc;
  font-weight: 400;
  background-color: transparent;
  border-bottom: none;
  border-radius: 0;
}


#navbar .dropdown-menu {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


#navbar .dropdown-item {
  color: #333;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
}


#navbar .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #333;
}


#navbar .dropdown:hover .dropdown-menu {
  display: block;
}


#navbar .dropdown-toggle::after {
  display: none !important;
}


#navbar .dropdown-toggle i {
  font-size: 10px;
  margin-left: 5px;
}


#navbar .search-section .dropdown-toggle {
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  color: #666;
}


#navbar .search-section .dropdown-toggle i {
  font-size: 10px;
  margin-left: 5px;
  color: #666;
}


#navbar .search-section input[type="text"] {
  border-radius: 0 !important;
  border-right: none;
  font-size: 12px;
  height: 31px;
  color: #666;
  border-bottom: 1px solid #ddd !important;
  border-top: none !important;
  border-left: none !important;
}


#navbar .search-section button {
  border-radius: 0 !important;
  font-size: 12px;
  height: 31px;
  color: #666;
  border-bottom: 1px solid #ddd !important;
  border-top: none !important;
  border-right: none !important;
}


#navbar input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
}


#navbar .btn-outline-dark {
  border-color: #333;
  color: #333;
  padding: 4px 8px;
}


#navbar .btn-outline-dark:hover {
  background-color: #333;
  color: white;
}


#navbar .form-select {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 0;
}


#navbar .form-control {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 0;
}


#navbar .search-box {
  position: relative;
}


#navbar .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0;
}


/* Hero slider */
.hero-slider {
  position: relative;
  height: calc(100vh - 124px);
  min-height: 400px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
  margin-top: 0;
  padding-top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}


.hero-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}


.hero-slider .slide.active {
  opacity: 1;
  z-index: 1;
}


.hero-slider .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.hero-slider .slide-bg img,
.hero-slider .slide-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hero-slider .slide-video .slide-content {
  display: none !important;
}


.hero-slider .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}


.hero-slider .slide-content .container {
  width: 100%;
}


.hero-slider .slide-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}


.hero-slider .slide-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


.hero-slider .slide-content .btn-white {
  background-color: var(--text-white);
  color: var(--bg-blue);
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
}


.hero-slider .slide-content .btn-white:hover {
  background-color: #e6e6e6;
}


.hero-slider .slide-content.text-center {
  text-align: center;
}


.hero-slider .slide-content.text-center .row {
  justify-content: center;
}


.hero-slider .slide-content.text-start {
  text-align: left;
}


.hero-slider .slide-content.text-start .row {
  justify-content: flex-start;
}


.hero-slider .slide-content.text-end {
  text-align: right;
}


.hero-slider .slide-content.text-end .row {
  justify-content: flex-end;
}


.hero-slider .slide-content.text-center .slide-buttons {
  justify-content: center;
}


.hero-slider .slide-content.text-start .slide-buttons {
  justify-content: flex-start;
}


.hero-slider .slide-content.text-end .slide-buttons {
  justify-content: flex-end;
}


.slide-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}


.hero-slider .slide-content .btn-hero-primary {
  padding: 12px 30px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  min-width: 130px !important;
  text-align: center !important;
  border: none !important;
  background-color: #0066cc !important;
  color: #fff !important;
  line-height: 1.5 !important;
  height: auto !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}


.hero-slider .slide-content .btn-hero-primary:hover {
  background-color: #0055aa !important;
}


.hero-slider .slide-content .btn-hero-outline {
  padding: 12px 30px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  min-width: 130px !important;
  text-align: center !important;
  background: transparent !important;
  color: #fff !important;
  line-height: 1.5 !important;
  height: auto !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border: 2px solid #fff !important;
}


.hero-slider .slide-content .btn-hero-outline:hover {
  background-color: #fff !important;
  color: #333 !important;
}


.hero-slider .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  border: 2px solid rgba(255,255,255,0.8);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}


.hero-slider:hover .slider-btn {
  opacity: 1;
  visibility: visible;
}


/* Hide native video controls - comprehensive */
.video-modal-content video::-webkit-media-controls,
.video-modal-content video::-webkit-media-controls-enclosure,
.video-modal-content video::-webkit-media-controls-panel,
.video-modal-content video::-webkit-media-controls-play-button,
.video-modal-content video::-webkit-media-controls-volume-slider,
.video-modal-content video::-webkit-media-controls-mute-button,
.video-modal-content video::-webkit-media-controls-timeline,
.video-modal-content video::-webkit-media-controls-current-time-display,
.video-modal-content video::-webkit-media-controls-time-remaining-display,
.video-modal-content video::-webkit-media-controls-fullscreen-button,
.video-modal-content video::-webkit-media-controls-seek-back-button,
.video-modal-content video::-webkit-media-controls-seek-forward-button,
.video-modal-content video::-webkit-media-controls-rewind-button,
.video-modal-content video::-webkit-media-controls-toggle-closed-captions-button,
.video-modal-content video::-webkit-media-controls-overlay-play-button,
.video-modal-content video::-webkit-media-controls-start-playback-button,
.video-modal-content video::-internal-media-controls-button-panel,
.video-modal-content video::-internal-media-controls-lower-resolution-backdrop,
.video-modal-content video::-internal-media-controls-overflow-menu-list,
.video-modal-content video::-internal-media-controls-overflow-menu-item,
.video-modal-content video::cue {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}


/* For Firefox */
.video-modal-content video {
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
}


/* Ensure our custom controls are always visible */
.video-modal-content video::-webkit-media-controls-group {
  display: none !important;
}


.hero-slider .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}


.hero-slider .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.hero-slider .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s;
}


.hero-slider .play-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}


.hero-slider .play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}


.hero-slider .play-button.hidden {
  display: none;
}


.video-modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}


.video-modal.show {
  display: flex;
}


.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 1000px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}


.video-modal-content video {
  width: 100%;
  height: auto;
  display: block;
}


.video-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}


.video-modal-close:hover {
  color: #ccc;
}


/* Custom Video Controls */
.custom-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}


.video-modal-content:hover .custom-controls,
.custom-controls:hover {
  opacity: 1;
}


.play-pause-btn,
.fullscreen-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.time-display {
  color: #fff;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
}


.progress-bar {
  flex: 1;
  height: 6px;
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}


.progress {
  height: 100%;
  background: #fff;
  border-radius: 3px;
  width: 0%;
  transition: width 0.1s;
}


.hero-slider .slider-btn.prev {
  left: 20px;
}


.hero-slider .slider-btn.next {
  right: 20px;
}


.hero-slider .slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}


.hero-slider .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s;
}


.hero-slider .dot.active {
  background: #fff;
  width: 30px;
  border-radius: 5px;
}


/* Product section */
#products {
  padding: 60px 0;
}


#products h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}


/* Product category tags */
.category-tag {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 12px;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}


.category-tag::after {
  content: "\ea4a";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  font-family: 'boxicons';
  font-size: 1.15em;
  margin-top: 0.0625rem;
  transition: transform 0.3s ease;
}


.category-tag.active {
  background-color: transparent;
  color: var(--bg-blue);
}


.category-tag.active::after {
  color: var(--bg-blue);
}


.category-tag:hover {
  color: var(--bg-blue);
}


.category-tag:hover::after {
  color: var(--bg-blue);
  transform: translateY(-50%) rotate(180deg);
}


/* Product grid */
.product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}


.product-grid-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-top: 0px;
}


/* View more products button */
.view-more-btn {
  background-color: #0066cc;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 8px;
  color: white !important;
  text-decoration: none !important;
}


.view-more-btn:hover {
  background-color: #0066cc !important;
  color: white !important;
  text-decoration: none !important;
}


.product-card {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  overflow: hidden;
  transition: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}


.product-tag {
  background-color: #ff0000;
  color: white;
  padding: 3px 8px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  font-size: 12px;
  font-weight: normal;
  border-radius: 4px;
}


.product-initial-state {
  width: 100%;
  opacity: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}


.product-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}


.product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.product-initial-state h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0 15px;
  margin-top: 0;
}


.product-card .divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 0 15px 15px;
}


.product-initial-state .product-specs {
  margin-bottom: 0;
  padding: 0 15px 15px;
}


.product-initial-state .product-specs div {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
}


/* Product card parameter styles - remove bold and set color to #999 (same as hover state nav-links) */
.product-specs .param-value-1,
.product-specs .param-value-2,
.product-specs .param-value-3,
.product-specs span[class*="param-value"] {
  font-weight: normal !important;
  color: #999 !important;
}


.product-specs .param-name-1,
.product-specs .param-name-2,
.product-specs .param-name-3,
.product-specs span[class*="param-name"] {
  color: #999 !important;
}


.product-hover-state {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}


/* Hover state is controlled by JavaScript */

.product-hover-state .product-image {
  display: block;
}


.product-hover-state .product-image img {
  object-fit: cover;
}


.product-hover-state h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0 15px;
  margin-top: 0;
}


.product-card .product-hover-state .divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 0 15px 15px;
}


.product-hover-state .price-btn {
  margin-top: auto;
  text-align: center;
}


.product-hover-state .price-btn a {
  background-color: var(--bg-blue);
  color: white;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}


.product-hover-state .price-btn a:hover {
  background-color: #0055aa;
}


.product-hover-state .nav-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 10px 15px 0;
  font-size: 12px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}


.product-hover-state .nav-links a {
  color: #666;
  text-decoration: none;
}


.product-hover-state .nav-links a:hover {
  color: var(--bg-blue);
}


/* Product Detail Page Styles */
#product-detail {
  padding: 40px 0;
}



/* Product Image Container */
.product-image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


#product-detail .product-image-container .product-image {
  position: relative;
  width: 100% !important;
  aspect-ratio: 1260 / 794 !important; /* 设置宽高比 */
  overflow: hidden !important;
  background: #f8f8f8 !important;
  padding-top: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
  border: 1px solid #e5e5e5 !important;
}


.product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#product-detail .product-image-container .product-image img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%) !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}


#product-detail .product-image-container .product-image:hover img {
  transform: translate(-50%, -50%) scale(1.1) !important;
}


/* Navigation buttons for image carousel */
#product-detail .product-image-container .product-image .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #333;
  opacity: 0 !important;
  visibility: hidden !important;
}


#product-detail .product-image-container .product-image .nav-btn.prev {
  left: 15px;
}


#product-detail .product-image-container .product-image .nav-btn.next {
  right: 15px;
}


#product-detail .product-image-container .product-image:hover .nav-btn {
  opacity: 1 !important;
  visibility: visible !important;
    pointer-events: auto !important;
}


#product-detail .product-image-container .product-image .nav-btn:hover {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}


#product-detail .product-image-container .product-image {
  cursor: pointer;
}


/* Video placeholder styles */
.video-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}


.play-overlay:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}


.play-overlay i {
  color: white;
  font-size: 24px;
  margin-left: 4px;
}


/* Solution Detail Styles */
#solution-detail {
  padding: 40px 0;
}


#solution-detail .solution-image-container {
  position: relative;
}


#solution-detail .solution-image-container .solution-image {
  position: relative;
  width: 100% !important;
  aspect-ratio: 1260 / 794 !important;
  overflow: hidden !important;
  background: #f8f8f8 !important;
  padding-top: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
}


#solution-detail .solution-image-container .solution-image img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: translate(-50%, -50%) !important;
  transition: transform 0.3s ease !important;
}


#solution-detail .solution-image-container .solution-image:hover img {
  transform: translate(-50%, -50%) scale(1.1) !important;
}


#solution-detail .solution-image .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}


#solution-detail .solution-image .nav-btn.prev {
  left: 15px;
}


#solution-detail .solution-image .nav-btn.next {
  right: 15px;
}


#solution-detail .solution-image-container .solution-image:hover .nav-btn {
  opacity: 1;
  visibility: visible;
}


#solution-detail .solution-image-container .solution-image {
  cursor: pointer;
}


#solution-detail .solution-thumbnails {
  display: flex !important;
  gap: 8px;
  margin-top: 8px;
  padding: 0;
  width: 100%;
}


#solution-detail .solution-thumbnails .thumbnail {
  flex: 0 0 calc(20% - 6px) !important;
  max-width: calc(20% - 6px) !important;
  width: calc(20% - 6px) !important;
  height: auto !important;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}


#solution-detail .solution-thumbnails .thumbnail.active {
  border-color: var(--bg-blue);
}


#solution-detail .solution-thumbnails .thumbnail:hover {
  border-color: var(--bg-blue);
}


#solution-detail .solution-thumbnails .thumbnail img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}


#solution-detail .solution-info {
  padding-left: 30px;
}


#solution-detail .solution-info h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}


#solution-detail .solution-description-text {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
  color: #666;
  line-height: 1.6;
}


#solution-detail .solution-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


#solution-detail .solution-specs .spec-item {
  display: flex;
  flex-direction: column;
}


#solution-detail .solution-specs .spec-name {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}


#solution-detail .solution-specs .spec-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}


#solution-detail .solution-applications-section h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}


#solution-detail .solution-applications-section .application-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


#solution-detail .solution-applications-section .application-tag {
  padding: 8px 20px;
  background-color: #f0f5ff;
  color: #0066cc;
  border-radius: 20px;
  font-size: 14px;
}


#solution-detail .solution-content-section {
  scroll-margin-top: 120px;
}


#solution-detail .solution-stats-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 24px 0;
  margin-bottom: 16px;
}


#solution-detail .solution-stats-section .stat-card {
  text-align: center;
  flex: 1;
}


#solution-detail .solution-stats-section .stat-value {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}


#solution-detail .solution-stats-section .stat-label {
  display: block;
  font-size: 14px;
  color: #666;
}


#solution-detail .solution-actions-row {
  display: flex;
  gap: 12px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}


#solution-detail .solution-actions-row .btn {
  flex: 1;
  min-width: 0;
  border-radius: 4px !important;
  border-color: #0066CC !important;
  color: #0066CC !important;
  background-color: transparent !important;
  font-size: 13px !important;
  transition: all 0.3s ease !important;
}


#solution-detail .solution-actions-row .btn:hover {
  background-color: #0066CC !important;
  color: white !important;
  border-color: #0066CC !important;
}


/* Solution Detail Mobile Optimization */
@media (max-width: 767px) {
  #solution-detail {
    padding: 0 !important;
  }
  
  #solution-detail .solution-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px;
  }
  
  #solution-detail .share-buttons {
    position: static !important;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  
  #solution-detail .solution-info h1 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
  
  #solution-detail .solution-description-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  #solution-detail .solution-specs {
    margin-bottom: 20px;
  }
  
  #solution-detail .solution-specs .spec-name {
    font-size: 14px;
  }
  
  #solution-detail .solution-specs .spec-value {
    font-size: 14px;
  }
  
  #solution-detail .solution-applications-section {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
  
  #solution-detail .solution-applications-section h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  #solution-detail .application-tag {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  #solution-detail .solution-actions-row {
    flex-direction: column;
    gap: 10px !important;
    margin-bottom: 25px;
  }
  
  #solution-detail .solution-actions-row .btn {
    width: 100%;
    padding: 12px;
    font-size: 14px !important;
  }
  
  #solution-detail .share-section,
  #product-detail .share-section {
    margin-top: 10px !important;
    padding-bottom: 5px;
  }
  
  #solution-detail .share-label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
  }
  
  #solution-detail .social-links {
    gap: 12px;
  }
  
  #solution-detail .social-link {
    width: 40px;
    height: 40px;
  }
}


.product-description-text {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
  color: #666;
  line-height: 1.6;
}


.product-actions-row {
  display: flex;
  gap: 12px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}


.product-actions-row .btn {
  flex: 1;
  min-width: 0;
  border-radius: 4px !important;
  border-color: #0066CC !important;
  color: #0066CC !important;
  background-color: transparent !important;
  font-size: 13px !important;
  transition: all 0.3s ease !important;
}


.product-actions-row .btn:hover {
  background-color: #0066CC !important;
  color: white !important;
  border-color: #0066CC !important;
}


.share-section {
  margin-top: 30px !important;
}


/* Product Detail Mobile Optimization */
@media (max-width: 767px) {
  #product-detail {
    padding: 0 !important;
  }
  
  #product-detail .product-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px;
  }
  
  #product-detail .share-buttons {
    position: static !important;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  
  #product-detail .product-info h1 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
  
  #product-detail .product-description-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  #product-detail .product-specs {
    margin-bottom: 20px;
  }
  
  #product-detail .product-specs .spec-row {
    margin-bottom: 10px;
  }
  
  #product-detail .product-specs .spec-name {
    font-size: 14px;
  }
  
  #product-detail .product-specs .spec-value {
    font-size: 14px;
  }
  
  #product-detail .product-applications-section {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
  
  #product-detail .product-applications-section h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  #product-detail .application-tag {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  #product-detail .product-actions-row {
    flex-direction: column;
    gap: 10px !important;
    margin-bottom: 10px;
  }
  
  #product-detail .product-actions-row .btn {
    width: 100%;
    padding: 12px;
    font-size: 14px !important;
  }
  
  #product-detail .share-section {
    margin-top: 10px !important;
    padding-bottom: 5px;
  }
  
  #product-detail .share-label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
  }
  
  #product-detail .social-links {
    gap: 12px;
  }
  
  #product-detail .social-link {
    width: 40px;
    height: 40px;
  }
}


/* Product Detail Categories Section */
#product-detail-categories {
  position: sticky;
  top: 56px;
  z-index: 100;
  background-color: white;
  margin-top: 0;
  margin-bottom: 3rem;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
}


#solution-detail-categories {
  position: sticky;
  top: 56px;
  z-index: 100;
  background-color: white;
  margin-top: 0;
  margin-bottom: 3rem;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
}


#solution-detail-categories .contact-link-container,
#news-categories .contact-link-container {
  display: flex;
  align-items: center;
}


#solution-detail-categories .contact-link,
#news-categories .contact-link {
  color: white;
  text-decoration: none;
  font-size: 12px;
  padding: 6px 20px;
  min-width: 100px;
  white-space: nowrap;
  text-align: center;
  background-color: #0066cc;
  border: 1px solid #0066cc;
  border-radius: 4px;
  transition: all 0.3s ease;
}


#solution-detail-categories .contact-link:hover,
#news-categories .contact-link:hover {
  background-color: #0055aa;
  border-color: #0055aa;
}






/* Product Detail Categories */
.product-detail-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}


.product-detail-categories .categories {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}


.product-detail-categories .category-link {
  display: inline-block;
  margin-right: 40px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  position: relative;
}


.product-detail-categories .category-link:last-child {
  margin-right: 0;
}




#product-detail-categories .category-link:hover {
  color: #0066cc;
}


/* Product Accessories Grid - Use same styles as productlist */

/* Product Related Section Styles - Use same styles as productlist */

/* Mobile styles for product accessories */
@media (max-width: 991px) {
  #product-accessories .product-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (max-width: 767px) {
  #product-accessories .product-grid-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* Service Grid Styles */
#product-service .service-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
}


#product-service .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 25%;
}


#product-service .service-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}


#product-service .service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


#product-service .service-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}


/* Mobile styles for service grid */
@media (max-width: 991px) {
  #product-service .service-grid {
    flex-wrap: wrap;
  }
  
  #product-service .service-item {
    max-width: 50%;
    margin-bottom: 20px;
  }
}


@media (max-width: 767px) {
  #product-service .service-grid {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
  }
  
  #product-service .service-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }
  
  #product-service .service-icon {
    width: 80px;
    height: 80px;
  }
  
  #product-service .service-icon img {
    width: 80px;
    height: 80px;
  }
  
  #product-service .service-text {
    font-size: 14px;
    line-height: 1.6;
  }
}




/* Product Content Sections */
.product-content-section {
  padding: 20px 0 !important;
  scroll-margin-top: 120px; /* Adjust this value based on actual header and product-detail-categories height */
}


/* News Category Sections */
.news-category-section {
  scroll-margin-top: 120px; /* Same as product-detail-categories for consistent scrolling behavior */
}


.product-content-section .section-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0066cc;
  display: inline-block;
}


.product-content-section .spec-category-title {
  font-size: 16px;
  font-weight: 600;
  color: #0066cc;
  margin-top: 30px;
  margin-bottom: 15px;
}


.product-content-section .spec-category-title:first-of-type {
  margin-top: 0;
}


.product-content-section .product-description,
.product-content-section .product-specifications,
.product-content-section .product-applications,
.product-content-section .product-cases-content,
.product-content-section .product-service-content {
  color: #666;
  line-height: 1.8;
  font-size: 14px;
}


.product-content-section .product-specifications table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 2rem;
}


.product-content-section .product-specifications table th:first-child,
.product-content-section .product-specifications table td:first-child {
  width: 40%;
}


.product-content-section .product-specifications table th:last-child,
.product-content-section .product-specifications table td:last-child {
  width: 60%;
}


.product-content-section p {
  margin-bottom: 15px;
}


.product-content-section ul {
  margin-bottom: 15px;
  padding-left: 20px;
}


.product-content-section li {
  margin-bottom: 8px;
}


/* Mobile styles for product detail categories */
@media (max-width: 767px) {
  .product-detail-categories {
    padding: 12px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .product-detail-categories .categories {
    justify-content: flex-start;
    flex-wrap: nowrap;
    min-width: max-content;
  }
  
  .product-detail-categories .category-link {
    margin-right: 25px;
    font-size: 13px;
    white-space: nowrap;
  }
  
  .product-content-section {
    padding: 30px 0;
  }
  
  .product-content-section .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}


/* Download Modal Styles */
#downloadModal .modal-dialog {
  max-width: 500px;
}


#downloadModal .modal-content {
  border-radius: 12px;
  padding: 0;
}


#downloadModal .modal-header {
  border-bottom: 1px solid #eee;
  padding: 20px 24px;
}


#downloadModal .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}


#downloadModal .btn-close {
  width: 32px;
  height: 32px;
  opacity: 0.7;
}


#downloadModal .btn-close:hover {
  opacity: 1;
}


#downloadModal .modal-body {
  padding: 24px;
}


#downloadModal .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}


#downloadModal .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 14px;
}


#downloadModal .form-control:focus {
  border-color: #0066CC;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}


#downloadModal .modal-footer {
  border-top: 1px solid #eee;
  padding: 16px 24px;
  justify-content: flex-end;
}


#downloadModal .btn-secondary {
  background: #f5f5f5;
  color: #666;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 14px;
}


#downloadModal .btn-secondary:hover {
  background: #eee;
}


#downloadModal .btn-primary {
  background: #0066CC;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 14px;
}


#downloadModal .btn-primary:hover {
  background: #0055AA;
}


/* Image Lightbox */
.image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}


@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}


.lightbox-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.lightbox-frame {
  position: relative;
  background: #1a1a1a;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}


.lightbox-content {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}


.lightbox-content img {
  display: block;
  max-width: 85vw;
  max-height: 75vh;
  object-fit: contain;
}


.lightbox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px 12px 0 0;
}


.lightbox-counter {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}


.lightbox-close {
  position: static;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 8px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}


.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}


.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}


.lightbox-prev {
  left: -60px;
}


.lightbox-next {
  right: -60px;
}


.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transform: translateY(-50%) scale(1.05);
}


/* Product Thumbnails */
.product-thumbnails {
  display: flex !important;
  gap: 8px;
  margin-top: 8px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  visibility: visible !important;
    pointer-events: auto !important;
  opacity: 1 !important;
  justify-content: flex-start;
}


.product-thumbnails .thumbnail {
  flex: 0 0 calc(20% - 6px) !important;
  max-width: calc(20% - 6px) !important;
  width: calc(20% - 6px) !important;
  height: auto !important;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: border-color 0.3s;
  overflow: hidden;
  background: #f8f8f8;
  display: block !important;
}


.product-thumbnails .thumbnail.active {
  border-color: var(--bg-blue);
}


.product-thumbnails .thumbnail:hover {
  border-color: var(--bg-blue);
}


.product-thumbnails .thumbnail img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}


/* Product Info Section */
.product-info {
  padding-left: 40px;
  position: relative;
}


/* Share buttons at top right */
.share-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 8px;
}


.share-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  color: #666;
}


.share-btn:hover {
  background: var(--bg-blue);
  border-color: var(--bg-blue);
  color: white;
}


/* Product Title */
.product-info h1 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
}


/* Product Description Text */
.product-description-text {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}


/* Product Specs */
.product-specs {
  margin-bottom: 25px;
  padding-bottom: 25px;
}


.product-specs .spec-item {
  display: flex;
  margin-bottom: 12px;
  font-size: 14px;
}


.product-specs .spec-name {
  color: #999;
  min-width: 100px;
}


.product-specs .spec-value {
  color: #666666;
  font-weight: normal;
}


/* Applications Section */
.product-applications-section {
  margin-bottom: 25px;
}


.product-applications-section h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}


.application-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}


.application-tag {
  background: var(--bg-blue);
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 13px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}


.application-tag:hover {
  transform: scale(1.02);
}


.application-tag .tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
}


.application-tag:hover .tooltip {
  opacity: 1;
  visibility: visible;
}


.application-tag .tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}


/* Product Actions */
.product-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}


.product-actions .btn {
  flex: 1;
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}


.product-actions .btn-outline-primary {
  border: 1px solid var(--bg-blue);
  color: var(--bg-blue);
  background: transparent;
}


.product-actions .btn-outline-primary:hover {
  background: var(--bg-blue);
  color: white;
}


.btn-outline-blue {
  border: 1px solid var(--bg-blue);
  color: var(--bg-blue);
  background: transparent;
}


.btn-outline-blue:hover {
  background: var(--bg-blue);
  color: white;
}


/* Contact Phone */
.contact-phone {
  padding: 15px 20px;
  background: #f8f8f8;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
}


.contact-phone a {
  color: var(--bg-blue);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}


/* Share Section */
.share-section {
  display: flex;
  align-items: center;
  gap: 15px;
}


.share-label {
  font-size: 14px;
  color: #666;
}


.social-links {
  display: flex;
  gap: 10px;
}


.social-link {
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 16px;
}


.social-link:hover {
  background: var(--bg-blue);
  border-color: var(--bg-blue);
  color: white;
}

#productlist #products,
#productsublist #products {
  padding: 0px 0 !important;
}


#productlist #products .product-category-section,
#productsublist #products .product-category-section {
  margin-bottom: 30px;
  scroll-margin-top: 120px; /* Adjust this value based on actual header and product-categories height */
}


#productlist #products .product-grid,
#productsublist #products .product-grid,
#product-accessories .product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}


#productlist #products .product-grid-item,
#productsublist #products .product-grid-item,
#product-accessories .product-grid-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  margin-top: 0px;
}


#productlist #products .product-image,
#productsublist #products .product-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


#productlist #products .product-image img,
#productsublist #products .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}


.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.product-image:hover img {
  transform: scale(1.1);
}


.product-body {
  border-radius: 0 0 4px 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}


/* 产品卡片样式 */
.product-card {
  border: 1px solid #e0e0e0;
  padding: 15px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}




.product-tag {
  background-color: #ff0000;
  color: white;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  font-size: 12px;
  font-weight: normal;
  border-radius: 4px;
}


.news-card .product-tag {
  top: 10px;
  left: 10px;
  z-index: 10;
  border-radius: 4px;
}


.product-initial-state {
  width: 100%;
  opacity: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}


.product-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.product-card h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}


.product-card .divider {
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 15px;
}


.product-specs {
  margin-bottom: 0;
}


.product-specs div {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
}


.product-hover-state {
  position: absolute;
  opacity: 0;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-color: white;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}




.product-hover-state .product-image {
  display: block;
}


.product-hover-state .product-image img {
  object-fit: cover;
}


.product-hover-state .price-btn {
  text-align: center;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.product-hover-state .price-btn a {
  background-color: #0066cc;
  border: none;
  padding: 8px 24px;
  font-size: 14px;
}


.product-hover-state .nav-links {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}


.product-hover-state .nav-links a {
  color: #999;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s ease;
}


.product-hover-state .nav-links a:hover {
  color: #0066cc;
}


/* 产品卡片悬停效果 - 仅在桌面端启用 */
@media (min-width: 769px) {
  .product-card:hover .product-initial-state {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .product-card:hover .product-hover-state {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}



.product-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 移动端样式调整 */
@media (max-width: 767px) {
  .product-grid {
    padding: 0 5px;
  }
  
  .product-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  
  #productlist #products .product-grid-item,
  #productsublist #products .product-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  /* Solution thumbnails on mobile */
  .solution-thumbnails-container {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    min-height: 80px;
    z-index: 10;
  }
  
  .solution-thumbnails {
    display: inline-block !important;
  }
  
  .solution-thumbnail {
    display: inline-block !important;
    margin-right: 10px !important;
  }
  
  .solution-thumbnail img {
    width: 80px !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Solution buttons on mobile - two rows, two columns, justify-between */
  .solution-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }
  
  .solution-buttons .solution-btn {
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }
}


/* Solution List Page specific styles */
body.solutionlist-page #solutions .solution-content {
  display: block !important;
}

body.solutionlist-page #solutions .solution-container {
  display: block !important;
}


/* Solutions section */
#solutions {
  padding: 30px 0;
  background-color: #f3f6ff;
}


#solutions h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}


/* Solution progress container */
.solution-progress-container {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}


.solution-progress-bar {
  display: flex;
  height: 2px;
  background-color: #e0e0e0;
  margin-bottom: 10px;
  position: relative;
}


.solution-progress-fill {
  flex: 1;
  height: 100%;
  background-color: #0066cc;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  position: relative;
}


.solution-progress-fill.active {
  opacity: 1;
  animation: progressFill 5s linear infinite;
}


@keyframes progressFill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


/* Solution indicator text */
.solution-indicator-text {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 14px;
  color: #666;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, color 0.3s ease, visibility 0.3s ease;
}


.solution-progress-fill.active .solution-indicator-text {
  color: #0066cc;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
  font-weight: normal;
}


/* Solution content */
.solution-content {
  display: none;
}


body.solutionlist-page #solutions .solution-content {
  display: block !important;
}


.solution-content.active {
  display: block;
}


.solution-text {
  padding: 20px;
}


.solution-content .row {
  display: flex;
  align-items: stretch;
}


.solution-content .col-md-6 {
  display: flex;
  flex-direction: column;
}


.solution-content .solution-image-link {
  flex-grow: 1;
  display: flex;
  align-items: stretch;
}


.solution-content .solution-image-link img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.solution-tag {
  display: inline-block;
  background-color: #ff9800;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 15px;
}


.solution-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.solution-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}


.solution-text p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #666;
  font-size: 14px;
}


/* Solution stats */
.solution-stats {
  display: flex;
  margin: 30px 0;
}


.stat-item {
  margin-right: 30px;
}


.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}


.stat-label {
  display: block;
  font-size: 12px;
  color: #999;
}


/* Solution buttons */
.solution-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}


.solution-btn {
  background-color: transparent;
  border: 1px solid #0066cc;
  color: #0066cc;
  padding: 8px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}


.solution-btn:first-child {
  background-color: #0066cc;
  color: white;
}


.solution-btn:hover {
  background-color: #0066cc;
  color: white;
}


/* News Categories */
.news-categories {
  margin-bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}


/* Breadcrumb styles */
.breadcrumb {
  font-size: 14px;
}


.breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}


.breadcrumb a:hover {
  color: #0066cc;
}


.breadcrumb span {
  margin: 0 8px;
  color: #666;
}


.breadcrumb span:last-child {
  color: #0066cc;
}


/* Sticky news categories */
#news-categories {
  position: sticky;
  top: 56px;
  z-index: 100;
  background-color: white;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
}


/* Sticky news categories when scrolled */







/* News Categories Section */
.news-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 7px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}


/* Newssublist specific - increase height by 2px */
.news-categories.view-mode-present {
  padding: 11px 0;
}


.news-categories-left {
  justify-content: flex-start;
}


.categories {
  display: flex;
  justify-content: center;
}


.category-link {
  display: inline-block;
  margin-right: 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}


.category-link:hover {
  color: var(--bg-blue);
}


.category-link.active {
  color: #333333;
}


/* View Mode Toggle */
.view-mode-toggle {
  display: flex;
  gap: 0.5rem;
}


.view-mode-btn {
  background: none;
  border: 1px solid #ddd;
  padding: 6px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  box-sizing: border-box;
}


.view-mode-btn:hover {
  background-color: #f5f5f5;
}


.view-mode-btn.active {
  background-color: #0066cc;
  color: white;
  border-color: #0066cc;
}


/* Grid Icon */
.grid-icon {
  display: flex;
  flex-direction: column;
  gap: 1px;
}


.grid-row {
  display: flex;
  gap: 1px;
}


.grid-row span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
}


/* List Icon */
.list-icon {
  display: flex;
  flex-direction: column;
  gap: 1px;
}


.list-icon span {
  display: block;
  width: 8px;
  height: 2px;
  background-color: currentColor;
}


/* Top Pagination */
.pagination-top {
  display: flex;
  gap: 0.5rem;
}


/* New Pagination Styles */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}


.pagination-container {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}


.pagination-btn {
  padding: 10px 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  border-left: 1px solid #ddd;
}


.pagination-btn:hover:not(.disabled) {
  background-color: #f5f5f5;
}


.pagination-btn.disabled {
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
}


.pagination-container .page-num {
  padding: 10px 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 1px solid #ddd;
  min-width: 40px;
  text-align: center;
}


.pagination-container .page-num:hover {
  background-color: #f5f5f5;
}


.pagination-container .page-num-current {
  background-color: #0066cc;
  color: #fff;
  border-left: 1px solid #0066cc;
}


.pagination-container .pagination-btn:first-child ~ .page-num,
.pagination-container .page-num + .page-num {
  border-left: 1px solid #ddd;
}


/* Simple Pagination Styles */
.pagination-simple {
  margin: 0;
}


.pagination-simple .pagination-container {
  border: none;
  box-shadow: none;
  border-radius: 0;
}


.pagination-simple .pagination-pre {
  border-radius: 2px 0 0 2px;
  border-left: none;
  border: 1px solid #ddd;
}


.pagination-simple .pagination-next {
  border-radius: 0 2px 2px 0;
  border: 1px solid #ddd;
  border-left: none;
}


.pagination-top a {
  background: none;
  border: 1px solid #ddd;
  padding: 0.3rem 0.8rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  font-family: 'Manrope', Arial, sans-serif;
  text-decoration: none;
}


.pagination-top a:hover {
  background-color: #f5f5f5;
  color: #0066cc;
}


.pagination-top a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  color: #999;
}


.pagination-top a.page-num {
  min-width: 30px;
  text-align: center;
}


/* Agent Page Styles */
.agent-page {
  background: #FBFBFB;
}


.agent-page .content_title .content_title_chinese {
  display: flex;
  align-items: center;
  justify-content: center;
}


.agent-page .content_title .content_title_chinese .dot-gradient {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 60px;
  height: 2rem;
}


.agent-page .content_title .content_title_chinese .dot-gradient::before,
.agent-page .content_title .content_title_chinese .dot-gradient::after {
  content: '';
  display: flex;
  gap: 6px;
}


.agent-page .content_title .content_title_chinese .dot-gradient::before {
  content: '●●●●●';
  font-size: 10px;
  letter-spacing: 4px;
}


.agent-page .content_title .content_title_chinese .dot-gradient::after {
  content: '●●●●●';
  font-size: 10px;
  letter-spacing: 4px;
}


.agent-page .content_title .content_title_chinese .dot-gradient-left::before,
.agent-page .content_title .content_title_chinese .dot-gradient-left::after {
  background: linear-gradient(90deg, 
    rgba(200, 200, 200, 0.3) 0%, 
    rgba(150, 150, 150, 0.5) 25%, 
    rgba(100, 100, 120, 0.7) 50%, 
    rgba(60, 60, 80, 0.9) 75%, 
    rgba(46, 64, 92, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.agent-page .content_title .content_title_chinese .dot-gradient-right::before,
.agent-page .content_title .content_title_chinese .dot-gradient-right::after {
  background: linear-gradient(90deg, 
    rgba(46, 64, 92, 1) 0%, 
    rgba(60, 60, 80, 0.9) 25%, 
    rgba(100, 100, 120, 0.7) 50%, 
    rgba(150, 150, 150, 0.5) 75%, 
    rgba(200, 200, 200, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.agent-page .content_title .content_title_chinese div {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}


.agent-page .content_title .content_title_chinese div .number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #2E405C;
  padding: 0 0.5rem 0 0;
}


.agent-page .content_title .content_title_chinese div .text {
  font-size: 2rem;
  font-weight: 600;
  color: #151515;
  height: auto;
  line-height: 1.2;
  padding: 0;
}


.agent-page .join_investment_header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  position: relative;
}


.agent-page .header_container {
  position: relative;
  z-index: 10;
}


.agent-page .header_title .chinese {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5rem;
}


.agent-page .herder_content {
  font-size: 1.25rem;
  color: white;
  margin: 2rem 0;
}


.agent-page .herder_apply_for a {
  display: inline-block;
  background-color: #FF6B00;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}


.agent-page .herder_apply_for a:hover {
  background-color: #FF8C00;
  transform: translateY(-2px);
}


.agent-page .safe_distance {
  padding: 4rem 0;
}


.agent-page .content_title {
  text-align: center;
  margin-bottom: 3rem;
}


.agent-page .content_title_chinese {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}


.agent-page .content_title_chinese img {
  width: 40px;
  height: 40px;
}


.agent-page .content_title_english {
  font-size: 1.25rem;
  color: #666;
  margin-top: 1rem;
}


.agent-page .join_investment_one_body {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 4rem;
  border-radius: 8px;
  margin-top: 2rem;
}


.agent-page .join_investment_one_body .text {
  font-size: 1.25rem;
  color: white;
  margin-bottom: 1.5rem;
}


.agent-page .join_investment_one_body .button a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}


.agent-page .join_investment_one_body .button a:hover {
  background-color: white;
  color: #FF6B00;
}


.agent-page .join_investment_two_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}


.agent-page .join_investment_two_body .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.agent-page .join_investment_two_body .item_text {
  padding: 2rem;
}


.agent-page .join_investment_two_body .item_text .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}


.agent-page .join_investment_two_body .item_text .text {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}


.agent-page .join_investment_two_body .item_img {
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}


.agent-page .join_investment_four_body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}


.agent-page .join_investment_four_body .item {
  position: relative;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}


.agent-page .join_investment_four_body .item_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: white;
  padding: 2rem;
}


.agent-page .join_investment_four_body .item_content_info .brand {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}


.agent-page .join_investment_four_body .item_content_info .product {
  font-size: 1rem;
  margin-bottom: 1rem;
}


.agent-page .join_investment_four_body .cooperation {
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
}


.agent-page .join_investment_five_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}


.agent-page .join_investment_five_body .left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}


.agent-page .join_investment_five_body .left .bottom_title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}


.agent-page .join_investment_five_body .left .bottom_content {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}


.agent-page .join_investment_five_body .right img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.agent-page .join_investment_six_body {
  position: relative;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
}


.agent-page .join_investment_six_body .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}


.agent-page .join_investment_six_body .top_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 3rem;
}


.agent-page .join_investment_six_body .top_item span:first-child {
  font-size: 1.25rem;
}


.agent-page .join_investment_six_body .top_item span:last-child {
  font-size: 2rem;
  font-weight: bold;
}


.agent-page .join_investment_six_body .bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 800px;
  padding: 0 2rem;
}


.agent-page .join_investment_six_body .bottom span {
  font-size: 1.25rem;
}


.agent-page .form_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.agent-page .form_model {
  background-color: white;
  border-radius: 8px;
  padding: 2rem;
  width: 90%;
  max-width: 500px;
  position: relative;
}


.agent-page .form_model h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}


.agent-page .form_model_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 24px;
  color: #999;
  line-height: 24px;
  text-align: center;
}


.agent-page .form_model_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}


.agent-page .form_model_body .form_item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}


.agent-page .form_model_body .form_item input,
.agent-page .form_model_body .form_item select,
.agent-page .form_model_body .form_item textarea {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}


.agent-page .form_model_body .form_item_full {
  grid-column: 1 / -1;
}


.agent-page .form_model_body .form_item textarea {
  width: 100%;
  resize: vertical;
}


.agent-page .form_btn {
  display: inline-block;
  background-color: #FF6B00;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}


.agent-page .form_btn:hover {
  background-color: #FF8C00;
  transform: translateY(-2px);
}


/* Form validation styles */
.agent-page .form_item {
  position: relative;
}


.agent-page .form_item .error-message {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #dc3545;
  font-size: 12px;
  display: none;
  white-space: nowrap;
}


.agent-page .form_item.error .error-message {
  display: block;
}


.agent-page .form_item.error input,
.agent-page .form_item.error textarea {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}


.agent-page .form_item.success input,
.agent-page .form_item.success textarea {
  border-color: #28a745;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
}


/* For textarea (full width), adjust error position */
.agent-page .form_item_full .error-message {
  white-space: normal;
  max-width: 100%;
}


@media (max-width: 992px) {
  .agent-page .join_investment_two_body,
  .agent-page .join_investment_five_body {
    grid-template-columns: 1fr;
  }
  .agent-page .join_investment_four_body {
    grid-template-columns: repeat(2, 1fr);
  }
  .agent-page .content_title .content_title_chinese .number {
    font-size: 2rem;
  }
  .agent-page .content_title .content_title_chinese .text {
    font-size: 1.5rem;
  }
}


@media (max-width: 768px) {
  .agent-page .safe_distance {
    padding: 2rem 0;
  }
  .agent-page .join_investment_header {
    padding: 2rem 0;
  }
  .agent-page .header_title .chinese {
    font-size: 1.5rem;
  }
  .agent-page .herder_content {
    font-size: 1rem;
  }
  .agent-page .content_title .content_title_chinese {
    flex-direction: column;
    gap: 0.5rem;
  }
  .agent-page .content_title .content_title_chinese .number {
    font-size: 1.75rem;
  }
  .agent-page .content_title .content_title_chinese .text {
    font-size: 1.25rem;
  }
  .agent-page .content_title_chinese img {
    width: 30px;
    height: 30px;
  }
  .agent-page .content_title_english {
    font-size: 1rem;
  }
  .agent-page .join_investment_two_body,
  .agent-page .join_investment_four_body,
  .agent-page .join_investment_five_body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .agent-page .join_investment_two_body .item_text {
    padding: 1.5rem;
  }
  .agent-page .join_investment_two_body .item_text .title {
    font-size: 1.25rem;
  }
  .agent-page .join_investment_two_body .item_text .text {
    font-size: 0.875rem;
  }
  .agent-page .join_investment_two_body .item_img {
    height: 200px;
  }
  .agent-page .join_investment_four_body .item {
    height: 250px;
  }
  .agent-page .join_investment_four_body .item_content {
    padding: 1.5rem;
  }
  .agent-page .join_investment_four_body .item_content_info .brand {
    font-size: 1.25rem;
  }
  .agent-page .join_investment_four_body .item_content_info .product {
    font-size: 0.875rem;
  }
  .agent-page .join_investment_four_body .cooperation {
    font-size: 1rem;
  }
  .agent-page .join_investment_five_body .left .bottom_title {
    font-size: 1.25rem;
  }
  .agent-page .join_investment_five_body .left .bottom_content {
    font-size: 0.875rem;
  }
  .agent-page .join_investment_six_body {
    height: auto;
    padding: 2rem 1rem;
  }
  .agent-page .join_investment_six_body .top {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .agent-page .join_investment_six_body .top_item span:last-child {
    font-size: 1.5rem;
  }
  .agent-page .join_investment_six_body .bottom span {
    font-size: 1rem;
  }
  .agent-page .form_model_body {
    grid-template-columns: 1fr;
  }
}


.pagination-top a.page-num-current {
  background-color: #0066cc;
  color: white;
  border-color: #0066cc;
}


/* Responsive */
@media (max-width: 768px) {
  .news-categories {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .categories {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .category-link {
    margin: 0 0.5rem 0 0;
  }
  
  .view-mode-toggle {
    display: none;
  }
  
  .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .pagination-top {
    display: none;
  }
}


/* News Grid View */
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


/* News List View */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.news-list-item {
  display: flex;
  border: 1px solid #e0e0e0;
  padding: 20px;
  transition: all 0.3s ease;
}


.news-list-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.news-list-image {
  flex: 0 0 180px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}


.news-list-image a {
  display: block;
  width: 100%;
  padding-top: 61.76%; /* 180/291.4 ≈ 0.6176，保持287:180的比例 */
  position: relative;
  overflow: hidden;
}


.news-list-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.news-list-item:hover .news-list-image img {
  transform: scale(1.1);
}


/* Product List View */
.product-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.product-list-item {
  display: flex;
  border: 1px solid #e0e0e0;
  padding: 15px;
  transition: all 0.3s ease;
  align-items: flex-start;
  max-height: 280px;
  overflow: hidden;
}


.product-list-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.product-list-image {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}


.product-list-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}


.product-list-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}


.product-list-image .product-image-hover {
  opacity: 0;
}


.product-list-item:hover .product-list-image .product-image-default {
  opacity: 0;
  transform: scale(1.1);
}


.product-list-item:hover .product-list-image .product-image-hover {
  opacity: 1;
  transform: scale(1.1);
}


.product-list-content {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.product-list-content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}


.product-list-content h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}


.product-list-content h3 a:hover {
  color: #0066cc;
}


.product-list-content .product-specs {
  font-size: 13px;
  color: #666;
}


.product-list-content .product-specs div {
  margin-bottom: 2px;
}


.product-list-content .divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 8px 0;
}


.product-list-content .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}


.product-list-content .product-specs {
  flex: 0 0 250px;
  font-size: 13px;
  color: #666;
  margin-bottom: 0px;
}


.product-list-content .product-specs div {
  margin-bottom: 2px;
}


.product-list-content .product-description {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}


.product-list-content .product-description p {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #333;
  line-height: 1.3;
}


.product-list-content .product-list-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}


.product-list-content .product-tag {
  font-size: 12px;
  color: #666;
  padding: 2px 6px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}


.product-list-content .product-list-actions {
  flex-shrink: 0;
}


.product-list-content .product-list-actions .btn {
  font-size: 13px;
  padding: 0.4rem 0.8rem;
  color: #fff;
  background-color: #0066cc;
  border: 1px solid #0066cc;
  border-radius: 4px;
  transition: all 0.3s ease;
}


.product-list-content .product-list-actions .btn:hover {
  background-color: #0052a3;
  border-color: #0052a3;
}


.product-list-content .product-nav {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  padding-top: 0px;
}


.product-list-content .product-nav-item {
  color: #666;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
  padding: 3px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}


.product-list-content .product-nav-item:hover {
  color: #0066cc;
  border-color: #0066cc;
}


@media (max-width: 768px) {
  .product-list-item {
    flex-direction: column;
  }
  
  .product-list-image {
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-bottom: 15px;
  }
  
  .product-list-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .product-list-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .product-list-content {
    padding-left: 0;
  }
  
  .product-list-content .content-wrapper {
    flex-direction: column;
  }
  
  .product-list-content .content-wrapper p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .product-list-content .product-list-actions {
    align-self: flex-start;
  }
  
  .product-list-content .product-nav {
    flex-wrap: wrap;
  }
}


.news-list-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.news-list-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}


.news-list-content h3 a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.3s ease;
}


.news-list-content h3 a:hover {
  color: #0055aa;
  text-decoration: none;
}


.news-list-content .content-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}


.news-list-content p {
  flex: 1;
  line-height: 1.4;
  color: #999;
  margin-right: 20px;
  font-size: 12px;
}


.news-list-content .btn-container {
  flex-shrink: 0;
  margin-top: 10px;
}


.news-list-content .news-tags {
  margin-bottom: 15px;
}


.news-list-content .news-tags span {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}


.news-list-content .btn-detail {
  background-color: #0066cc;
  color: white;
  padding: 6px 18px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}


/* Responsive adjustments for news views */
@media (max-width: 1200px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .news-list-item {
    flex-direction: column;
  }
  
  .news-list-image {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}


@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}


/* World Map Container */
.world-map-container {
  height: 700px;
  width: 100%;
}


/* Filter Bar */
.filter-bar {
  padding: 10px 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


.country-filter label {
  font-weight: 500;
}


.country-filter select {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
}


/* Custom Select Styles */
.custom-select-wrapper {
  position: relative;
}


.custom-select {
  position: relative;
}


.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease;
}


.custom-select-trigger:hover {
  border-color: #999;
}


.custom-select-trigger.active {
  border-color: #0066cc;
}


.custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}


.custom-select-trigger.active .custom-arrow {
  transform: rotate(180deg);
}


.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-radius: 0 0 2px 2px;
  background: #ffffff;
  display: none;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  max-height: 300px;
  overflow-y: auto;
}


.custom-select-trigger.active + .custom-options {
  display: block;
}


.custom-option {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  transition: all 0.2s ease;
}


.custom-option:hover {
  background-color: #f0f0f0;
}


.custom-option.selected {
  background-color: #e6f0ff;
  color: #0066cc;
}


/* News Category Section */
.news-category-section {
  margin-bottom: 50px;
}


.category-header {
  margin-bottom: 20px;
}


.news-category-section .category-header h2,
.category-header h2 {
  font-size: 22px !important;
  font-weight: 600;
  color: #333;
  margin: 0;
}


.news-category-section .row {
  display: flex;
  flex-wrap: wrap;
}


.news-category-section .col-md-3 {
  display: flex;
}


.news-card {
  flex: 1;
}


.more-link {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}


.more-link:hover {
  color: #0066cc;
}


/* News Card */
.news-card {
  border: 1px solid #e0e0e0;
  padding: 0;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.news-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.news-image {
  display: block;
  position: relative;
  padding: 10px;
  padding-top: 61.76%; /* 168/272 = 0.6176 */
  overflow: hidden;
  box-sizing: border-box;
  background-color: white;
}


.news-image-inner {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}


.news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.news-card:hover .news-image img {
  transform: scale(1.1);
  transform-origin: center center;
  cursor: pointer !important;
}


.news-content {
  padding: 15px;
  position: relative;
  z-index: 1;
  background-color: white;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}


.news-content h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}


.news-content h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}


.news-content h3 a:hover {
  color: #0066cc;
}


.news-tags {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  padding-bottom: 5px;
}


.news-tags span {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
  padding: 2px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #f9f9f9;
}


.news-date {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  flex-grow: 1;
  word-break: break-all;
  position: relative;
  background-color: white;
  padding-right: 5px;
  margin-bottom: 10px;
}


.news-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
}


.news-card:hover .news-date {
  opacity: 0;
  visibility: hidden;
}


.news-card:hover .news-hover {
  opacity: 1;
  visibility: visible;
}


.btn-detail {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #0066cc;
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}


.btn-detail:hover {
  background-color: #0066cc;
  color: white;
}


/* Solution container with border */
.solution-container {
  border: 1px solid #e0e0e0;
  border-radius: 4px 4px 0 0;
  padding: 20px;
  margin-bottom: 0;
  background-color: #ffffff;
}


.solution-container + .solution-container {
  margin-top: 30px;
}


/* Solution thumbnails */
.solution-thumbnails-container {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 0;
  overflow-x: auto;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  margin-bottom: 20px;
  display: block !important;
  visibility: visible !important;
    pointer-events: auto !important;
  opacity: 1 !important;
  min-height: 80px;
  z-index: 10;
}


.solution-thumbnails {
  display: inline-block;
  margin: 0;
  padding: 0;
}


.solution-thumbnail {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: inline-block;
  margin-right: 10px;
}


.solution-thumbnail:last-child {
  margin-right: 0;
}


.solution-thumbnail.active {
  border: 2px solid #0066cc;
}


.solution-thumbnail:hover {
  opacity: 0.8;
}


.solution-thumbnail img {
  border-radius: 0;
  width: 80px;
  height: auto;
}


.solution-image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}


.solution-image-link:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}


/* Why choose us section */
#why-choose-us {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
  background-image: url('../images/jbg.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


#why-choose-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}


#why-choose-us .container {
  position: relative;
  z-index: 2;
}


#why-choose-us h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}


.why-choose-card {
  text-align: center;
  padding: 30px;
}


.why-choose-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}


.why-choose-card p {
  color: rgba(255,255,255,0.8);
}


.why-choose-card img {
  width: 100%;
  max-width: 200px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 20px;
  display: block;
}


/* News section */
#news {
  padding: 60px 0;
}


#news h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}


/* News categories */
.news-categories {
  margin-bottom: 40px;
}


.news-categories ul {
  margin: 0;
  padding: 0;
}


.news-categories li {
  margin: 0 12px;
}


/* Index page specific news categories style */
.index-news-categories {
  border-top: none;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Privacy Banner */
.privacy-banner {
  z-index: 9999;
  border-top: 2px solid #0066cc;
  animation: slideUp 0.5s ease-out;
}


.privacy-banner p {
  font-size: 14px;
  line-height: 1.5;
}


.privacy-banner .btn {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
}


.privacy-banner .btn-primary {
  background-color: #0066cc;
  border-color: #0066cc;
}


.privacy-banner .btn-primary:hover {
  background-color: #0052a3;
  border-color: #0052a3;
}


/* Privacy Modal */
#privacyModal .privacy-content h5 {
  color: #333;
  font-weight: 600;
}


#privacyModal .privacy-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}


#privacyModal .privacy-content ul {
  padding-left: 20px;
  color: #666;
  font-size: 14px;
}


#privacyModal .modal-footer .btn-primary {
  background-color: #0066cc;
  border-color: #0066cc;
}


#privacyModal .modal-footer .btn-primary:hover {
  background-color: #0052a3;
  border-color: #0052a3;
}


@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/* Hide privacy banner when accepted */
.privacy-banner.hidden {
  display: none;
}


.news-category {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}


.news-category::after {
  content: "\ea4a";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  font-family: 'boxicons';
  font-size: 1.15em;
  margin-top: 0.0625rem;
  transition: transform 0.3s ease;
}


.news-categories li:last-child .news-category::after {
  display: none;
}


.news-category:hover {
  color: var(--bg-blue);
}




.news-category:hover::after {
  color: var(--bg-blue);
  transform: translateY(-50%) rotate(180deg);
}


/* News cards */
.news-card {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  overflow: hidden;
  transition: none;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.news-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: none;
}


.news-card-image {
  position: relative;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 61.75%; /* 226/366 = 0.6175 */
  height: 0;
}


.news-card-image-link {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  cursor: pointer !important;
}


.news-card-image-link img {
  cursor: pointer !important;
}


.news-card-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}


.news-card-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.news-card:hover .news-card-image-inner img {
  transform: scale(1.05);
}


.news-card-content {
  padding: 20px;
}


.news-card-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.news-card-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.news-card-btn {
  display: inline-block;
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #0066cc;
  padding: 6px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}


.news-card-btn:hover {
  background-color: #0066cc;
  color: #fff;
}


/* Footer */
footer {
  background-color: #0066cc;
  color: #fff;
  padding: 40px 0;
}


.footer-logo {
  margin-bottom: 20px;
}


.footer-logo img {
  height: 24px;
  width: auto;
}


.footer-contact {
  margin-bottom: 20px;
}


.footer-contact p {
  margin-bottom: 10px;
  font-size: 14px;
}


.footer-links h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
}


.footer-links h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}


.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.footer-links ul li {
  margin-bottom: 8px;
}


.footer-links ul li a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}


.footer-links ul li a:hover {
  color: #fff;
}


.footer-social {
  margin: 15px 0;
}


.footer-social a {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  text-decoration: none;
}


.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.footer-bottom p {
  margin: 0;
  font-size: 14px;
}


.footer-legal {
  display: flex;
  gap: 20px;
}


.footer-legal a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}


.footer-legal a:hover {
  color: #fff;
}


/* Floating buttons */
.floating-buttons {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  pointer-events: auto !important;
}


/* Breadcrumb Styles */
.breadcrumb-section .breadcrumb {
  font-size: 14px;
}


.breadcrumb-section .breadcrumb a {
  color: #666;
  text-decoration: none;
}


.breadcrumb-section .breadcrumb a:hover {
  color: var(--bg-blue);
}


.breadcrumb-section .breadcrumb span {
  margin: 0 8px;
  color: #666;
}


.breadcrumb-section .breadcrumb span.active {
  color: var(--bg-blue);
}


/* Show product grid view by default - no !important to allow JS to override */
.product-grid {
  display: flex;
}


/* Ensure product grid on productsublist page is visible by default - no !important */
#productsublist #productGridView {
  display: flex;
}


/* Hide product list view by default */
.product-list {
  display: none;
}


/* Hide news list view by default */
.news-list {
  display: none;
}


/* Bootstrap Pagination Customization */
.pagination .page-link {
  color: var(--bg-blue);
  border-color: var(--border-color);
}


.pagination .page-link:hover {
  color: #0052a3;
  background-color: var(--bg-light);
  border-color: var(--border-color);
}


.pagination .page-item.active .page-link {
  background-color: var(--bg-blue);
  border-color: var(--bg-blue);
  color: var(--text-white);
}


.pagination .page-item.active .page-link:hover {
  background-color: #0052a3;
  border-color: #0052a3;
}


.pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: var(--text-white);
  border-color: var(--border-color);
}


/* Floating buttons */
.floating-buttons a {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
  transition: all 0.3s ease !important;
  border: none !important;
  text-decoration: none !important;
  pointer-events: auto !important;
}


.floating-buttons a:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
}


.floating-buttons .btn-phone {
  background-color: #1890ff !important;
  color: white !important;
}


.floating-buttons .btn-whatsapp {
  background-color: #52c41a !important;
  color: white !important;
}


.floating-buttons .btn-back-to-top,
.floating-buttons .btn-back-to-top-button {
  background-color: #1890ff !important;
  color: white !important;
  opacity: 1 !important;
  visibility: visible !important;
    pointer-events: auto !important;
  transform: translateY(0) !important;
  transition: all 0.3s ease !important;
  z-index: 9999 !important;
  border: none !important;
  cursor: pointer !important;
}


/* Skeleton placeholder styles */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}


.product-skeleton-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}


.skeleton-image {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}


.skeleton-title {
  height: 18px;
  margin-bottom: 10px;
  border-radius: 4px;
}


.skeleton-divider {
  height: 1px;
  margin: 10px 0;
  border-radius: 4px;
}


.skeleton-spec {
  height: 14px;
  margin-bottom: 8px;
  border-radius: 4px;
}


/* Offset for anchor links to account for header and news-categories height */
#company-news, #industry-news, #project-cases {
  scroll-margin-top: 120px; /* Adjust this value based on actual header and news-categories height */
}


.skeleton-spec:last-child {
  margin-bottom: 0;
}


@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


/* Responsive adjustments */
@media (max-width: 991px) {
  .product-grid-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}


@media (max-width: 768px) {
  .top-contact-bar {
    height: auto;
    overflow: visible;
    z-index: 1001;
  }
  
  .top-contact-bar .col-md-6:nth-child(1) {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  
  .top-contact-bar .col-md-6:nth-child(1) p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: 0;
  }
  
  .top-contact-bar .col-md-6:nth-child(2) {
    flex: 0 0 auto;
    position: relative;
  }
  
  .top-contact-bar .col-md-6:nth-child(2) span,
  .top-contact-bar .col-md-6:nth-child(2) > a:not(.dropdown-toggle) {
    display: none;
  }
  
  .top-contact-bar .row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  
  .top-contact-bar .col-md-6 {
    width: auto;
    position: relative;
  }
  
  .top-contact-bar .dropdown {
    position: relative;
    z-index: 1002;
  }
  
  .top-contact-bar .dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    display: none;
    min-width: 120px;
    background-color: white !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .top-contact-bar .dropdown-item {
    color: #333 !important;
    font-size: 12px;
    padding: 8px 15px;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .top-contact-bar .dropdown-item:hover {
    background-color: #f5f5f5 !important;
    color: #333 !important;
  }
  
  .top-contact-bar .dropdown:hover .dropdown-menu,
  .top-contact-bar .dropdown.active .dropdown-menu {
    display: block;
  }
  
  .top-contact-bar .dropdown-item {
    color: #333;
    font-size: 12px;
    padding: 8px 15px;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .top-contact-bar .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #333;
  }
  
  /* Ensure navbar doesn't overlap dropdown */
  #navbar {
    z-index: 1000;
  }
  
  .hero-slider {
    height: calc(100vh - 70px);
    min-height: 350px;
  }
  
  .hero-slider .slide-content h1 {
    font-size: 2rem;
  }
  
  .hero-slider .slide-content p {
    font-size: 1rem;
  }
  
  .hero-slider .slider-btn {
    display: none !important;
  }
  
  #products h2,
  #solutions h2,
  #why-choose-us h2,
  #news h2 {
    font-size: 2rem;
  }
  
  /* News categories on mobile - horizontal scroll */
  #newslist #news-categories .news-categories {
    padding: 10px 0 !important;
  }
  
  #newslist #news-categories .news-categories .categories {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 -15px !important;
    padding: 0 15px !important;
    justify-content: flex-start !important;
  }
  
  #newslist #news-categories .news-categories .categories .category-link {
    white-space: nowrap !important;
    flex: 0 0 auto !important;
    margin-right: 15px !important;
  }
  
  /* Mobile product grid - 2 columns */
  .product-grid .product-grid-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px !important;
    margin-bottom: 20px !important;
  }

  /* Product detail and solution detail pages mobile product grid - 2 columns */
  #product-accessories .product-grid-item,
  #product-related .product-grid-item,
  #solution-accessories .product-grid-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px !important;
    margin-bottom: 20px !important;
  }

  /* Productlist page mobile product grid - 2 columns */
  #productlist .product-grid > .row > .col-md-3,
  #productsublist .product-grid > .row > .col-md-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px !important;
    margin-bottom: 20px !important;
  }
  
  /* 移动端禁用悬停效果 */
  .product-card:hover .product-hover-content {
    display: none !important;
    opacity: 0 !important;
  }
  
  .product-hover-content {
    display: none !important;
    opacity: 0 !important;
  }
  
  .product-actions {
    display: none !important;
  }
  
  /* Ensure product card height adapts to content on mobile */
  .product-card {
    height: auto !important;
    min-height: unset !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  .product-body {
    height: auto !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  /* Adjust product image aspect ratio on mobile */
  .product-image {
    padding-top: 100% !important;
    height: 0 !important;
  }
  
  /* Ensure product title doesn't truncate */
  .product-body h3.h6 {
    font-size: 0.875rem !important;
    margin-bottom: 0.75rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  /* Remove fixed height for product hover content on mobile */
  .product-hover-content {
    height: auto !important;
  }
  

  
  /* Hide thumbnail card container on mobile */
  #solutions .px-3 > .card.border.p-3.mt-0.rounded {
    display: none !important;
  }
  
  /* Add top margin to products section title on mobile */
  #products h2.h1 {
    margin-top: 1.5rem !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0 !important;
  }
  
  /* Reduce spacing below products title container on mobile */
  #products .text-center.mb-1 {
    margin-bottom: 0.5rem !important;
  }
  
  /* Change mb-5 to mb-3 for product categories row on mobile */
  #products .row.justify-content-center.mb-5 {
    margin-bottom: 1rem !important;
  }
  
  /* Add mb-4 to view more button container on mobile */
  #products .text-center.mt-3 {
    margin-bottom: 1.5rem !important;
  }
  
  /* Change my-5 to my-0 for '为什么选择安曼' title on mobile */
  .jarallax h2.h1.my-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  /* Add padding to jarallax section on mobile */
  .jarallax.bg-dark.py-0 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}


/* Carousel styles */
.carousel-container {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.carousel-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}


.carousel-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}


.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
  cursor: pointer;
}


.carousel-control-prev {
  left: 10px;
}


.carousel-control-next {
  right: 10px;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size: 16px;
  color: #007bff;
}


.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
}


.carousel-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #dee2e6;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0;
  margin: 0;
}


.carousel-indicator.active,
.carousel-indicator.bg-primary {
  background-color: #007bff;
}


/* Solutions carousel container height */
.solutions-carousel .carousel-container {
  min-height: 650px !important;
  height: 650px !important;
  overflow: hidden !important;
  position: relative !important;
}


/* Ensure solution cards are properly displayed */
.solutions-carousel .carousel-item {
  display: block !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}


/* Ensure carousel wrapper has proper display */
.solutions-carousel .carousel-wrapper {
  display: flex !important;
  transition: transform 0.3s ease-in-out !important;
  height: 100% !important;
}


/* Screenshot card hover effects */
.screenshot-card {
  overflow: hidden;
}


.screenshot-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 190px;
}


.screenshot-card:hover .screenshot-content h3 {
  display: none;
}


.screenshot-btn {
  display: none;
  transform: none !important;
  transition: none !important;
}


.screenshot-card:hover .screenshot-btn {
  display: inline-block;
}


/* Disable button hover effects */
.screenshot-btn:hover {
  transform: none !important;
  position: static !important;
}


/* Remove hover translateY for solutions cards */
.solutions-carousel .card:hover {
  transform: none;
}


/* Responsive adjustments for search section */
@media (max-width: 992px) {
  header#navbar .search-section {
    display: none !important;
  }
  
  header#navbar .col-md-7 {
    flex: 1 !important;
    max-width: 83.333333% !important;
  }
  
  header#navbar .col-md-2 {
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }
}


/* Additional responsive adjustments */
@media (max-width: 1200px) {
  header#navbar .search-section {
    display: none !important;
  }
  
  header#navbar .col-md-7 {
    flex: 1 !important;
    max-width: 83.333333% !important;
  }
  
  header#navbar .col-md-2 {
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }
  
  /* Ensure menu items don't overlap */
  header#navbar .nav-item {
    white-space: nowrap;
  }
  
  header#navbar .nav-link {
    padding: 0.5rem 0.75rem !important;
  }
}


/* More aggressive responsive adjustments */
@media (max-width: 1100px) {
  header#navbar .search-section {
    display: none !important;
  }
  
  header#navbar .col-md-7 {
    flex: 1 !important;
    max-width: 80% !important;
  }
  
  header#navbar .col-md-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  
  header#navbar .nav-link {
    padding: 0.5rem 0.5rem !important;
    font-size: 14px !important;
  }
}


/* Even more aggressive for very small screens */
@media (max-width: 992px) {
  header#navbar .search-section {
    display: none !important;
  }
  
  header#navbar .col-md-7 {
    flex: 1 !important;
    max-width: 75% !important;
  }
  
  header#navbar .col-md-2 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  
  header#navbar .nav-link {
    padding: 0.5rem 0.4rem !important;
    font-size: 13px !important;
  }
}


/* Ultra aggressive for very small screens */
@media (max-width: 800px) {
  header#navbar .search-section {
    display: none !important;
  }
  
  header#navbar .col-md-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  
  header#navbar .col-md-7 {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  
  header#navbar .navbar-brand img {
    height: 25px !important;
    width: auto !important;
  }
  
  header#navbar .nav-link {
    padding: 0.3rem 0.3rem !important;
    font-size: 12px !important;
  }
  
  /* Ensure no wrapping */
  header#navbar .row {
    flex-wrap: nowrap !important;
  }
  
  header#navbar .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}


/* Mobile menu styles */
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}


/* Mobile menu styles */
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1002;
  color: #333;
}


/* Mobile menu overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1002;
  transition: opacity 0.3s ease;
}


.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}


/* Mobile menu container */
#mobileMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background-color: white;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1003;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
}


#mobileMenu.active {
  right: 0;
}


/* Mobile menu header */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}


.mobile-menu-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}


.mobile-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}


/* Mobile menu navigation */
.mobile-menu-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}


.mobile-menu-nav li {
  margin-bottom: 10px;
}


.mobile-menu-nav a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}


.mobile-menu-nav a:hover {
  background-color: #f5f5f5;
}


/* Mobile menu dropdown */
.mobile-menu-dropdown {
  position: relative;
}


.mobile-menu-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}


.mobile-menu-dropdown-toggle i {
  font-size: 12px;
}


.mobile-menu-dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 15px;
}


.mobile-menu-dropdown-menu.active {
  display: block;
}


/* 桌面端隐藏移动端了解详情按钮 */
.mobile-view-btn {
  display: none;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  /* 移动端隐藏产品参数 - 加强选择器优先级 */
  .product-card .product-specs,
  .product-initial-state .product-specs,
  .product-specs {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* 移动端显示了解详情按钮 */
  .mobile-view-btn {
    display: block !important;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
  }
  
  .mobile-view-btn a {
    background-color: #0066cc;
    color: white;
    padding: 8px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
  }
  
  /* 移动端禁用悬停状态 - 使用最高优先级选择器 */
  .product-card .product-hover-state,
  .product-hover-state {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }
  
  /* 保持初始状态可见 - 即使有JS修改内联样式 */
  .product-card .product-initial-state,
  .product-initial-state {
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    z-index: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  
  /* 禁用悬停图片放大效果 */
  .product-card:hover .product-image img,
  .product-image:hover img,
  .product-image img {
    transform: none !important;
    transition: none !important;
  }
  
  /* 禁用产品卡片悬停效果 */
  .product-card:hover,
  .product-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    transform: none !important;
  }
  
  /* 强制保持初始状态，防止JS覆盖 */
  .product-card:hover .product-initial-state {
    opacity: 1 !important;
    display: flex !important;
  }
  
  .product-card:hover .product-hover-state {
    display: none !important;
    opacity: 0 !important;
  }
  

  /* 触摸设备上禁用hover效果 */
  @media (hover: none), (pointer: coarse) {
    .product-card:active,
    .product-card:hover {
      transform: none !important;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .product-card:active .product-initial-state,
    .product-card:hover .product-initial-state {
      opacity: 1 !important;
      display: flex !important;
    }

    .product-card:active .product-hover-state,
    .product-card:hover .product-hover-state {
      display: none !important;
      opacity: 0 !important;
      visibility: hidden !important;
    }

    .product-card .product-hover-state {
      display: none !important;
      opacity: 0 !important;
      visibility: hidden !important;
    }
  }

  /* 移动端超强禁用产品卡片hover效果 */
  html body .product-card:hover .product-initial-state,
  body #products .product-card:hover .product-initial-state,
  body #productlist .product-card:hover .product-initial-state,
  body #productsublist .product-card:hover .product-initial-state,
  .product-card:hover .product-initial-state {
    opacity: 1 !important;
    display: flex !important;
    visibility: visible !important;
  }
  
  html body .product-card:hover .product-hover-state,
  body #products .product-card:hover .product-hover-state,
  body #productlist .product-card:hover .product-hover-state,
  body #productsublist .product-card:hover .product-hover-state,
  .product-card:hover .product-hover-state {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }
  
  html body .product-card .product-hover-state,
  body #products .product-card .product-hover-state,
  body #productlist .product-card .product-hover-state,
  body #productsublist .product-card .product-hover-state,
  .product-card .product-hover-state {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }
  
  /* 禁用所有可能的transition和animation效果 */
  .product-card * {
    transition: none !important;
    animation: none !important;
  }
  
  .product-card {
    transition: none !important;
    animation: none !important;
  }
  
  .product-initial-state {
    transition: none !important;
    animation: none !important;
  }
  
  .product-hover-state {
    transition: none !important;
    animation: none !important;
  }
  
  /* 禁用任何悬停动作 */

  /* 移动端彻底禁用产品卡片hover效果 */
  /* 禁止product-hover-state完全隐藏 */
  html body .product-card .product-hover-state,
  body #products .product-card .product-hover-state,
  body #productlist .product-card .product-hover-state,
  body #productsublist .product-card .product-hover-state,
  .product-card .product-hover-state {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }

  /* 保持product-initial-state始终可见 */
  html body .product-card .product-initial-state,
  body #products .product-card .product-initial-state,
  body #productlist .product-card .product-initial-state,
  body #productsublist .product-card .product-initial-state,
  .product-card .product-initial-state {
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    z-index: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* 悬停时也保持product-initial-state可见 */
  html body .product-card:hover .product-initial-state,
  body #products .product-card:hover .product-initial-state,
  body #productlist .product-card:hover .product-initial-state,
  body #productsublist .product-card:hover .product-initial-state,
  .product-card:hover .product-initial-state {
    opacity: 1 !important;
    display: flex !important;
    visibility: visible !important;
  }

  /* 悬停时product-hover-state保持隐藏 */
  html body .product-card:hover .product-hover-state,
  body #products .product-card:hover .product-hover-state,
  body #productlist .product-card:hover .product-hover-state,
  body #productsublist .product-card:hover .product-hover-state,
  .product-card:hover .product-hover-state {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .product-card {
    pointer-events: auto !important;
    overflow: visible !important;
    height: auto !important;
  }
  
  /* 首页产品卡片移动端2列显示 - 覆盖内联样式 */
  .product-grid .product-grid-item,
  .product-grid-container .product-grid-item,
  #products .product-grid-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px !important;
    margin-bottom: 20px !important;
    height: auto !important;
  }
  
  /* 强制覆盖内联样式 */
  .product-grid-item[style] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  /* 确保移动端了解详情按钮能正常显示 */
  .product-initial-state .mobile-view-btn {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    padding: 0 15px 15px !important;
    margin-top: 0 !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  .product-initial-state .mobile-view-btn a {
    display: inline-block !important;
    background-color: #0066cc !important;
    color: white !important;
    padding: 8px 24px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-size: 14px !important;
  }
  
  /* 确保产品初始状态能完整显示所有内容 */
  .product-card .product-initial-state {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: unset !important;
    position: relative !important;
  }
  
  #solution-detail-categories {
    margin-top: 2rem !important;
  }
  
  #product-detail-categories {
    margin-top: 1.5rem !important;
  }
  
  #news-categories {
    margin-top: 1rem !important;
  }
  
  .mobile-menu-toggle {
    display: block !important;
  }
  
  .main-nav {
    display: none !important;
  }
  
  /* 确保悬浮图标在菜单下方 */
  .floating-buttons {
    z-index: 998 !important;
  }
  
  /* 隐藏搜索部分 */
  .search-section {
    display: none !important;
  }
  
  /* 调整Logo和菜单的宽度比例 */
  .col-md-7 {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  
  .col-md-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  
  /* Footer menu adjustments for mobile */
  footer .col-md-2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 30px;
  }
  
  /* Footer bottom adjustments for mobile */
  footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  footer .footer-legal {
    width: 100%;
    justify-content: space-between;
  }
}


/* Additional adjustments for small screens */
@media (max-width: 1024px) {
  .search-section {
    display: none;
  }
  
  .col-md-7 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  
  .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* News Detail Page Styles */
#news-detail {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}


.news-detail-card {
  padding: 2.5rem;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


.sidebar-card {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


.sidebar-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}


.sidebar-card h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}


.sidebar-card .more-link {
  font-size: 12px;
  color: #999;
  text-decoration: none;
}


.sidebar-card .more-link:hover {
  color: var(--bg-blue);
}


.sidebar-card:last-child {
  margin-bottom: 0;
}


.news-detail-content h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
}


.news-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}


.meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}


.meta-item i {
  font-size: 14px;
}


.meta-item span {
  font-size: 14px;
}


.news-body {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}


.news-body p {
  margin-bottom: 1rem;
}


.news-body img {
  max-width: 100%;
  height: auto;
}


.news-sidebar {
  padding-left: 1.5rem;
}


.sidebar-section {
  margin-bottom: 2rem;
}


.sidebar-section h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}


.recommend-products {
  list-style: none;
  padding: 0;
  margin: 0;
}


.recommend-products li {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px dashed #eee;
}


.recommend-products li:last-child {
  border-bottom: none;
}


.recommend-products li a:first-child {
  display: flex;
  align-items: center;
  flex: 1;
  text-decoration: none;
  color: #333;
}


.recommend-products li a:first-child:hover {
  color: var(--bg-blue);
}


.recommend-products img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #eee;
}


.recommend-products .product-title {
  font-size: 14px;
}


.recommend-products .view-detail {
  font-size: 12px;
  color: var(--bg-blue);
  text-decoration: none;
  white-space: nowrap;
}


.recommend-products .view-detail:hover {
  text-decoration: underline;
}


.related-news {
  list-style: none;
  padding: 0;
  margin: 0;
}


.related-news li {
  padding: 0.75rem 0;
  border-bottom: 1px dashed #eee;
}


.related-news li:last-child {
  border-bottom: none;
}


.related-news li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}


.related-news li a:hover {
  color: var(--bg-blue);
}


.related-news img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
}


.related-news span {
  font-size: 13px;
  line-height: 1.4;
}


.hot-news {
  list-style: none;
  padding: 0;
  margin: 0;
}


.hot-news li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #eee;
}


.hot-news li:last-child {
  border-bottom: none;
}


.hot-news li::before {
  content: '·';
  color: var(--bg-blue);
  margin-right: 8px;
}


.hot-news li a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
}


.hot-news li a:hover {
  color: var(--bg-blue);
}


/* News Footer Styles */
.news-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}


.news-tags {
  margin-bottom: 1.5rem;
}


.tags-label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-right: 0.5rem;
}


.tag {
  display: inline-block;
  padding: 4px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 13px;
  color: #666;
  margin-right: 0.75rem;
}


.news-share {
  margin-bottom: 1.5rem;
}


.share-label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-right: 0.5rem;
}


.share-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #0066cc;
  font-size: 16px;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 1px solid #0066cc;
  background-color: transparent;
  transition: all 0.3s ease;
}


.share-btn:hover {
  color: white;
  background-color: #0066cc;
  transform: scale(1.1);
}


.news-nav {
  display: flex;
  gap: 1rem;
}


.news-nav .nav-link {
  flex: 0 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid #0066cc;
  color: #0066cc;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}


.news-nav .nav-link span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}


.news-nav .nav-link:hover {
  background-color: #0066cc;
  color: #fff;
}


.news-nav .nav-link i {
  font-size: 14px;
}


.news-nav .prev {
  justify-content: flex-start;
  gap: 0.5rem;
}


.news-nav .next {
  justify-content: flex-end;
  gap: 0.5rem;
}


@media (max-width: 768px) {
  #news-categories {
    display: none !important;
  }
  
  .news-meta .meta-item:not(:first-child) {
    display: none;
  }
  
  .news-sidebar {
    padding-left: 0;
    margin-top: 2rem;
  }
  
  .news-detail-content h1 {
    font-size: 20px;
  }
  
  .news-nav {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .news-nav .nav-link {
    flex: 1;
    max-width: 100%;
    justify-content: space-between !important;
  }
  
  .news-nav .prev,
  .news-nav .next {
    justify-content: space-between !important;
  }
}


/* 产品卡片悬停效果 */
.product-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* About Page Styles */

/* Category Navigation */
.category-nav-section {
  border-color: #e2e5f1;
}


.category-tabs {
  display: flex;
  gap: 1rem;
}


.category-tabs .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}


.category-tabs .nav-link:hover {
  color: var(--bg-blue);
}


.category-tabs .nav-link.active {
  color: #007bff;
  font-weight: 500;
}


.back-link {
  color: #333333;
  text-decoration: none;
  font-size: 0.75rem;
}


.back-link:hover {
  color: var(--bg-blue);
}


/* Section Styles */
.section-title {
  font-size: 1.5rem;
  font-weight: 600;
}


.section-divider {
  width: 100%;
  height: 1px;
  background-color: #e2e5f1;
  margin-bottom: 1.5rem;
}


.content-section {
  margin-bottom: 4rem;
}


.overview-image {
  height: 100%;
}


.overview-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


@media (max-width: 768px) {
  .overview-image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  
  .overview-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}


.overview-image img {
  transition: transform 0.3s ease;
}


.overview-image:hover img {
  transform: scale(1.1);
}


.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 31.25%;
  background-color: #000;
  border-radius: 0.375rem;
  overflow: hidden;
}


.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}


.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 31.25%;
  background-color: #000;
  border-radius: 0.375rem;
  overflow: hidden;
}


.video-thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.play-button-overlay:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}


.play-button-overlay i {
  font-size: 32px;
  color: #fff;
  margin-left: 5px;
}


.video-element {
  z-index: 3;
}


.video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s;
}


.video-container .play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}


.news-card-img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}


.news-card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.news-card:hover .news-card-img-wrapper img {
  transform: scale(1.1);
  cursor: pointer !important;
}


.overview-content {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
}


.overview-content p {
  margin-bottom: 0.8rem;
}


/* Brand Advantages */
.icon-white {
  font-size: 2rem;
  color: white;
}


.shadow-primary {
  box-shadow: 0 0.5rem 1rem rgba(0, 102, 204, 0.3);
}


.display-5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}


/* Development History - Swiper */
.history-swiper-container {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}


.history-swiper {
  padding: 0 40px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}


.history-swiper .swiper-button-next,
.history-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.history-swiper .swiper-button-prev {
  left: -5px;
}


.history-swiper .swiper-button-next {
  right: -5px;
}


.history-swiper .swiper-button-next::after,
.history-swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #0066cc;
  font-weight: bold;
}


.step-number {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(0, 102, 204, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.step-inner {
  width: 1rem;
  height: 1rem;
  background: var(--bg-blue);
  border-radius: 50%;
}


.slide-text {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5;
}


.swiper-button-next,
.swiper-button-prev {
  color: var(--bg-blue);
  width: 30px;
  height: 30px;
}


.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}


/* Honor Qualifications */
.honors-section {
  display: block;
}


.honor-card {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  max-width: 100%;
  transition: none !important;
  transform: none !important;
}


.honor-card .card-img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 62.5%;
  overflow: hidden;
}


.honor-card .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  transform-origin: center center;
}


.honor-card:hover .card-img-top {
  transform: scale(1.1);
}


.honor-card:hover {
  transform: none !important;
}


.honor-card .card-text {
  font-size: 0.875rem;
  color: #333;
}


/* Why Choose Anman */
.why-choose-section {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
}


.icon-primary {
  font-size: 1.5rem;
  color: var(--bg-blue);
}


.why-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.why-card h5 {
  font-size: 0.95rem;
}


.why-icon {
  max-width: 64px;
  max-height: 64px;
}


/* Responsive Styles */
@media (max-width: 768px) {
  .category-tabs {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .category-tabs .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
  
  .history-swiper {
    padding: 0 30px;
    max-width: 100%;
  }
  
  .honors-section,
  .why-choose-section {
    max-width: 100%;
    padding: 0 0.5rem;
  }
  
  .why-card {
    padding: 1.5rem !important;
  }
  
  .why-icon {
    max-width: 48px;
    max-height: 48px;
  }
  
  .display-5 {
    font-size: 1.75rem;
  }
  
  .section-title {
    font-size: 1.25rem;
  }
}

/* Search Page Specific Styles */
.search-result-image-link {
  display: block;
  overflow: hidden;
  border-radius: 0.375rem;
}


.search-result-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}


.search-result-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.search-result-image-link:hover .search-result-image-wrapper img {
  transform: scale(1.1);
}


.search-result-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}


.search-result-title a:hover {
  color: var(--bg-blue);
}


.search-result-summary {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.search-results-list {
  margin-bottom: 2rem;
}


.pagination-section {
  margin-top: 2rem;
  margin-bottom: 3rem;
}


/* Agent Page Specific Styles */
body.agent-page {
  background: #FBFBFB;
}


.agent-page .join_investment_header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  position: relative;
}


.agent-page .join_investment_header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}


.agent-page .header_container {
  position: relative;
  z-index: 10;
}


.agent-page .header_title .chinese {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5rem;
}


.agent-page .herder_content {
  font-size: 1.25rem;
  color: white;
  margin: 2rem 0;
}


.agent-page .herder_apply_for a {
  display: inline-block;
  background-color: #FF6B00;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}


.agent-page .herder_apply_for a:hover {
  background-color: #FF8C00;
  transform: translateY(-2px);
}


.agent-page .herder_apply_for {
  display: flex;
  justify-content: center;
}


.agent-page .join_investment_two_body .item_img.sales1 {
  background-image: url('../images/agent/sales1.png');
}


.agent-page .join_investment_two_body .item_img.sales2 {
  background-image: url('../images/agent/sales2.png');
}


.agent-page .join_investment_two_body .item_img.sales3 {
  background-image: url('../images/agent/sales3.jpg');
}


.agent-page .join_investment_four_body .item.tech1 {
  background-image: url('../images/agent/tech1.png');
}


.agent-page .join_investment_four_body .item.tech2 {
  background-image: url('../images/agent/tech2.png');
}


.agent-page .join_investment_four_body .item.tech3 {
  background-image: url('../images/agent/tech3.png');
}


.agent-page .safe_distance {
  padding: 4rem 0;
}


.agent-page .content_title {
  text-align: center;
  margin-bottom: 3rem;
}


.agent-page .content_title_chinese {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}


.agent-page .decor-dots {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 1rem;
}


.agent-page .decor-dots.left .dot {
  opacity: 0.2;
}


.agent-page .decor-dots.left .dot:nth-child(1) { opacity: 0.2; }
.agent-page .decor-dots.left .dot:nth-child(2) { opacity: 0.35; }
.agent-page .decor-dots.left .dot:nth-child(3) { opacity: 0.5; }
.agent-page .decor-dots.left .dot:nth-child(4) { opacity: 0.7; }
.agent-page .decor-dots.left .dot:nth-child(5) { opacity: 1; }
.agent-page .decor-dots.left .dot:nth-child(6) { opacity: 0.2; }
.agent-page .decor-dots.left .dot:nth-child(7) { opacity: 0.35; }
.agent-page .decor-dots.left .dot:nth-child(8) { opacity: 0.5; }
.agent-page .decor-dots.left .dot:nth-child(9) { opacity: 0.7; }
.agent-page .decor-dots.left .dot:nth-child(10) { opacity: 1; }

.agent-page .decor-dots.right .dot {
  opacity: 0.2;
}


.agent-page .decor-dots.right .dot:nth-child(1) { opacity: 1; }
.agent-page .decor-dots.right .dot:nth-child(2) { opacity: 0.7; }
.agent-page .decor-dots.right .dot:nth-child(3) { opacity: 0.5; }
.agent-page .decor-dots.right .dot:nth-child(4) { opacity: 0.35; }
.agent-page .decor-dots.right .dot:nth-child(5) { opacity: 0.2; }
.agent-page .decor-dots.right .dot:nth-child(6) { opacity: 1; }
.agent-page .decor-dots.right .dot:nth-child(7) { opacity: 0.7; }
.agent-page .decor-dots.right .dot:nth-child(8) { opacity: 0.5; }
.agent-page .decor-dots.right .dot:nth-child(9) { opacity: 0.35; }
.agent-page .decor-dots.right .dot:nth-child(10) { opacity: 0.2; }

.agent-page .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2E405C;
}


.agent-page .decor-dots.left {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
}


.agent-page .decor-dots.right {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
}


.agent-page .content_title_chinese img {
  width: 40px;
  height: 40px;
}


.agent-page .content_title_chinese div {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}


.agent-page .content_title_chinese .number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #2E405C;
  padding: 0 0.5rem 0 0;
}


.agent-page .content_title_chinese .text {
  font-size: 2rem;
  font-weight: 600;
  color: #151515;
  height: auto;
  line-height: 1.2;
  padding: 0;
}


.agent-page .content_title_english {
  font-size: 1.25rem;
  color: #666;
  margin-top: 1rem;
}


.agent-page .join_investment_one_body {
  background-image: url('../images/agent/section1.png');
  background-size: cover;
  background-position: center;
  padding: 4rem;
  border-radius: 8px;
  margin-top: 2rem;
  text-align: center;
}


.agent-page .join_investment_one_body .text {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 1.5rem;
}


.agent-page .join_investment_one_body .text.small {
  font-size: 1.25rem;
}


.agent-page .join_investment_one_body .button a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}


.agent-page .join_investment_one_body .button a:hover {
  background-color: white;
  color: #FF6B00;
}


.agent-page .join_investment_two_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}


.agent-page .join_investment_two_body .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.agent-page .join_investment_two_body .item_text {
  padding: 2rem;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.agent-page .join_investment_two_body .item_text .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}


.agent-page .join_investment_two_body .item_text .text {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}


.agent-page .join_investment_two_body .item_img {
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}


.agent-page .join_investment_four_body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}


.agent-page .join_investment_four_body .item {
  position: relative;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}


.agent-page .join_investment_four_body .item_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: white;
  padding: 2rem;
}


.agent-page .join_investment_four_body .item_content_info .brand {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}


.agent-page .join_investment_four_body .item_content_info .product {
  font-size: 1rem;
  margin-bottom: 1rem;
}


.agent-page .join_investment_four_body .cooperation {
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
}


.agent-page .join_investment_five_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}


.agent-page .join_investment_five_body .left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}


.agent-page .join_investment_five_body .left .bottom_title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}


.agent-page .join_investment_five_body .left .bottom_content {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}


.agent-page .join_investment_five_body .right img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.agent-page .join_investment_six_body {
  position: relative;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
}


.agent-page .join_investment_six_body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}


.agent-page .join_investment_six_body .bottom {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  color: white;
  text-align: center;
  padding: 4rem;
  max-width: 1000px;
}


.agent-page .join_investment_six_body .bottom h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}


.agent-page .join_investment_six_body .bottom p {
  font-size: 1rem;
  line-height: 1.5;
  color: white;
}


.agent-page .join_investment_six_body .bottom .note {
  grid-column: 1 / -1;
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}


.agent-page .contact_us {
  background-color: #FF6B00;
  color: white;
  text-align: center;
  padding: 4rem 0;
}


.agent-page .contact_us_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}


.agent-page .contact_us_text {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}


.agent-page .contact_us a {
  display: inline-block;
  background-color: white;
  color: #FF6B00;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}


.agent-page .contact_us a:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}


.agent-page .form_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.agent-page .form_model {
  background-color: white;
  border-radius: 8px;
  padding: 2.5rem;
  width: 90%;
  max-width: 550px;
  position: relative;
}


.agent-page .form_model h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
}


.agent-page .form_model_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #999;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}


.agent-page .form_model_close:hover {
  color: #333;
}


.agent-page .form_model_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}


.agent-page .form_model_body .form_item input,
.agent-page .form_model_body .form_item textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}


.agent-page .form_model_body .form_item.textarea-item {
  grid-column: 1 / -1;
}


.agent-page .form_model_body .form_item textarea {
  width: 100%;
  resize: vertical;
}


.agent-page .form_btn {
  background-color: #FF6B00;
  color: white;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.agent-page .form_btn:hover {
  background-color: #FF8C00;
}


/* Responsive styles */
@media (max-width: 992px) {
  .agent-page .join_investment_two_body,
  .agent-page .join_investment_five_body {
    grid-template-columns: 1fr;
  }
  .agent-page .join_investment_four_body {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 768px) {
  .agent-page .safe_distance {
    padding: 2rem 0;
  }
  
  .agent-page .join_investment_header {
    padding: 2rem 0;
  }
  
  .agent-page .header_title .chinese {
    font-size: 1.5rem;
  }
  
  .agent-page .herder_content {
    font-size: 1rem;
  }
  
  .agent-page .content_title_chinese {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .agent-page .content_title_chinese .number {
    font-size: 1.75rem;
  }
  
  .agent-page .content_title_chinese .text {
    font-size: 1.25rem;
  }
  
  .agent-page .content_title_chinese img {
    width: 30px;
    height: 30px;
  }
  
  .agent-page .content_title_english {
    font-size: 1rem;
  }
  
  .agent-page .join_investment_one_body {
    padding: 2rem;
  }
  
  .agent-page .join_investment_one_body .text {
    font-size: 1.25rem;
  }
  
  .agent-page .join_investment_one_body .text.small {
    font-size: 1rem;
  }
  
  .agent-page .join_investment_two_body,
  .agent-page .join_investment_four_body,
  .agent-page .join_investment_five_body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .agent-page .join_investment_two_body .item_text {
    padding: 1.5rem;
  }
  
  .agent-page .join_investment_two_body .item_text .title {
    font-size: 1.25rem;
  }
  
  .agent-page .join_investment_two_body .item_text .text {
    font-size: 0.875rem;
  }
  
  .agent-page .join_investment_two_body .item_img {
    height: 200px;
  }
  
  .agent-page .join_investment_four_body .item {
    height: 250px;
  }
  
  .agent-page .join_investment_four_body .item_content {
    padding: 1.5rem;
  }
  
  .agent-page .join_investment_four_body .item_content_info .brand {
    font-size: 1.25rem;
  }
  
  .agent-page .join_investment_five_body .left .bottom_title {
    font-size: 1.25rem;
  }
  
  .agent-page .join_investment_five_body .left .bottom_content {
    font-size: 0.875rem;
  }
  
  .agent-page .join_investment_six_body {
    height: auto;
    padding: 2rem 1rem;
  }
  
  .agent-page .join_investment_six_body .bottom {
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
  }
  
  .agent-page .join_investment_six_body .bottom h3 {
    font-size: 1.25rem;
  }
  
  .agent-page .join_investment_six_body .bottom p {
    font-size: 0.875rem;
  }
  
  .agent-page .contact_us {
    padding: 2rem 0;
  }
  
  .agent-page .contact_us_title {
    font-size: 1.5rem;
  }
  
  .agent-page .contact_us_text {
    font-size: 1rem;
  }
  
  .agent-page .form_model_body {
    grid-template-columns: 1fr;
  }
}


/* Index Page Specific Styles */
.index-page .product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}


.index-page .product-grid-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}


/* Responsive adjustments for index page */
@media (max-width: 991px) {
  .index-page .product-grid-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}


@media (max-width: 768px) {
  .index-page .product-grid-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px !important;
    margin-bottom: 20px !important;
  }
}


/* Solution description - limit to 5 lines */
.index-page .solution-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  max-height: calc(1.6em * 5);
}


/* Force pointer cursor on all clickable elements on index page */
.index-page a,
.index-page button,
.index-page .btn,
.index-page .nav-link,
.index-page .dropdown-item,
.index-page .slide-bg,
.index-page .slide-bg img,
.index-page .product-image,
.index-page .product-image img,
.index-page .solution-btn,
.index-page .category-tag,
.index-page .news-category,
.index-page .news-card-image a,
.index-page .solution-image-link,
.index-page .navbar a,
.index-page .navbar li,
.index-page .dropdown-menu li {
  cursor: pointer !important;
}


/* News category tabs */
.index-page .news-category {
  position: relative;
}


.index-page .news-category.active {
  color: #0066cc;
  font-weight: bold;
}


/* News content */
.index-page .news-content {
  display: none;
}


.index-page .news-content.active {
  display: block;
}


/* FAQ Accordion Styles */
#faq .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
}


#faq .accordion-button {
  background-color: #f8f9fa;
  font-weight: 500;
  color: #333;
  padding: 0.75rem 1rem;
  font-size: 14px;
  border: none;
}


#faq .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #333;
}


#faq .accordion-button:focus {
  box-shadow: none;
  border-color: #dee2e6;
}


#faq .accordion-body {
  background-color: #fff;
  padding: 1rem;
  font-size: 14px;
  line-height: 1.6;
}


#faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230066cc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


#faq .faq-question-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #0066cc;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
}

.about-news-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-size: 16px;
}


.about-news-desc {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
}


.about-news-small-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-size: 15px;
}


/* Mobile styles - hide product specs and hover effects */
@media (max-width: 768px) {
  /* Hide product specs on mobile */
  .product-specs {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* 移动端彻底禁用产品卡片hover效果 */
  /* 禁止product-hover-state完全隐藏 */
  html body .product-card .product-hover-state,
  body #products .product-card .product-hover-state,
  body #productlist .product-card .product-hover-state,
  body #productsublist .product-card .product-hover-state,
  .product-hover-state {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }
  
  /* 保持product-initial-state始终可见 */
  html body .product-card .product-initial-state,
  body #products .product-card .product-initial-state,
  body #productlist .product-card .product-initial-state,
  body #productsublist .product-card .product-initial-state,
  .product-initial-state {
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    z-index: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
  }
  
  /* 悬停时也保持product-initial-state可见 */
  html body .product-card:hover .product-initial-state,
  body #products .product-card:hover .product-initial-state,
  body #productlist .product-card:hover .product-initial-state,
  body #productsublist .product-card:hover .product-initial-state,
  .product-card:hover .product-initial-state {
    opacity: 1 !important;
    display: flex !important;
    visibility: visible !important;
  }
  
  /* 悬停时product-hover-state保持隐藏 */
  html body .product-card:hover .product-hover-state,
  body #products .product-card:hover .product-hover-state,
  body #productlist .product-card:hover .product-hover-state,
  body #productsublist .product-card:hover .product-hover-state,
  .product-card:hover .product-hover-state {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  
  /* Disable hover image zoom */
  .product-card:hover .product-image img {
    transform: none !important;
  }
  
  /* Mobile view details button */
  .product-card .mobile-view-btn {
    display: block !important;
    text-align: center !important;
    padding: 0 15px 15px !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  
  .product-card .mobile-view-btn a {
    background-color: #0066cc !important;
    color: white !important;
    padding: 8px 24px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    display: inline-block !important;
  }
  
  /* Product card adjustments */
  .product-card {
    overflow: visible !important;
    height: auto !important;
  }
}




/* Hidden data class for dynamic content containers */
.hidden-data {
  display: none;
}


/* 确保产品卡片和新闻卡片只有链接元素显示手型指针 */
.product-card,
.news-card,
.product-card *,
.news-card * {
  cursor: default !important;
}


.product-card a,
.news-card a,
.product-card button,
.news-card button,
.product-card a:hover,
.news-card a:hover,
.product-card button:hover,
.news-card button:hover {
  cursor: pointer !important;
}

