/* äº§å“é¡µé¢ä¸“ç”¨æ ·å¼ */
.main-content * {
  line-height: 1;
}

.about-hero * {
  line-height: 1.6;
}

.product-card {
  padding: 0;
}

/* äº§å“ HeroåŒºåŸŸï¼ˆæ›´çŸ®ä¸€äº›ï¼Œçº¦400pxï¼‰ */
.product-hero {
  position: relative;
  height: 400px;
  background: linear-gradient(315deg, #0b346c 0%, #257dba 100%);
}

/* ç§»é™¤æš—è‰²é®ç½©ï¼Œä¿æŒä¸Žåº•éƒ¨æ¸å˜ä¸€è‡´ */
.product-hero::before {
  content: none;
}

.product-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  text-align: left;
  padding: 0 0 100px;
  /* ä¸Žaboutä¿æŒä¸€è‡´çš„åº•éƒ¨é—´è· */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.product-hero-copy {
  display: inline-block;
}

/* æ ‡é¢˜ä¸Žabouté¡µä¸€è‡´ï¼ˆåŽ»æŽ‰é˜´å½±ï¼‰ */
.product-hero-title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .02em;
  /* ç§»é™¤é˜´å½±ï¼ŒæŒ‰éœ€æ±‚ä¸éœ€è¦é˜´å½± */
  /* text-shadow: 0 2px 8px rgba(0,0,0,.35); */
  margin: 0;
  line-height: 1.15;
}

/* è‹±æ–‡å¹¿å‘Šè¯­ä¸Žabouté¡µä¸€è‡´ï¼šä¸¤ç«¯å¯¹é½å¹¶æ’‘æ»¡ */
.product-hero-en {
  margin-top: 2px;
  font-size: 16px;
  opacity: .9;
  line-height: 1.1;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  display: block;
  width: 100%;
}

.product-hero-en::after {
  content: '';
  display: inline-block;
  width: 100%;
}



/* å“åº”å¼è®¾è®¡ï¼ˆå¯¹é½abouté¡µæ–‡æ¡ˆçš„å­—å·ä¸Žå¯¹é½ç­–ç•¥ï¼‰ */
@media (max-width: 768px) {
  .product-hero {
    height: 300px;
  }

  .product-hero-inner {
    padding: 0 20px 20px;
    /* æ¢å¤åº•éƒ¨ç•™ç™½ï¼Œè®©èœå•å¯¼èˆªç»å¯¹å®šä½åˆ°å·¦ä¸‹è§’ */
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }

  .product-hero-copy {
    display: inline-block;
    text-align: left;
    margin-bottom: 80px;
  }

  .product-hero-title {
    font-size: 24px;
    /* ä¸Žaboutä¸€è‡´ */
    line-height: 1.2;
  }

  .product-hero-en {
    font-size: 12px;
    /* ä¸Žaboutä¸€è‡´ */
    margin-top: 2px;
    text-align: justify;
    /* ä¸¤ç«¯å¯¹é½ */
    text-align-last: justify;
    /* æœ€åŽä¸€è¡Œä¹Ÿä¸¤ç«¯å¯¹é½ */
  }

  /* ç§»åŠ¨ç«¯èœå•å¯¼èˆªå®šä½ */


  /* ç§»åŠ¨ç«¯éšè—å¡ç‰‡å¯¼èˆª */
  .product-nav-section {
    display: none;
  }
}

@media (max-width: 480px) {
  .product-hero {
    height: 250px;
  }

  .product-hero-title {
    font-size: 20px;
    /* ä¸Žaboutä¸€è‡´ */
  }

  .product-hero-en {
    font-size: 10px;
    /* ä¸Žaboutä¸€è‡´ */
  }
}



/* äº§å“åˆ†ç±»å¯¼èˆªï¼ˆBanner ä¸‹æ–¹ï¼‰ */
.product-nav-section {
  background: #f3f3f3;
  /* ä¸»ä½“ç°è‰² */
  padding: 35px 0 0;
  /* é¡¶éƒ¨ç•™ç™½ï¼Œåº•éƒ¨ä¸Žå¡ç‰‡åˆå¹¶è§†è§‰ */
}

.product-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  /* ç§»é™¤åº•éƒ¨é—´è· */
}

.product-nav-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  /* è§†è§‰ä¸ºæ•´å—å¡ç‰‡ï¼Œæ— é—´éš™ */
  background: #fff;
  border-radius: 0;
  /* ç§»é™¤åœ†è§’ */
  overflow: visible;
  /* å…è®¸ä¸‹æ‹‰èœå•æº¢å‡º */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
  position: relative;
  /* ä¸ºä¸‹æ‹‰èœå•å®šä½ */
}

.product-nav-item {
  position: relative;

}
.product-nav-item-a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 30px;
  color: #333;
  text-decoration: none;
  position: relative;
}
.product-nav-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background-color: #ededed;
}

.product-nav-item:last-child::after {
  display: none;
}

/* ä¸‹æ‹‰èœå• */
.product-nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /* è®¾å®šä¸€ä¸ªå®½åº¦ */
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  border-top: 1px solid #eee;
  grid-template-columns: repeat(2, 1fr);
  /* ä¸¤åˆ—å¸ƒå±€ */
  gap: 5px;
}

.product-nav-item:hover .product-nav-dropdown {
  display: grid;
  /* æ”¹ä¸ºgrid */
}

.dropdown-item {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
  border-radius: 4px;
  margin-left: 10px;
  /* å¢žåŠ å·¦è¾¹è· */
  font-size: 16px;
}

.dropdown-item:hover {
  background-color: transparent;
  font-weight: 700;
  /* ç§»é™¤èƒŒæ™¯è‰² */
  color: #1c539d;
  /* æ–‡å­—å˜è“ */
  transform: translateX(4px);
  /* è½»å¾®ä½ç§» */
}

.product-nav-item .icon {
  /* ä¸Žç¤ºæ„æŽ¥è¿‘çš„é«˜åº¦ */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product-nav-item .icon img {
  display: block;
  height: 80px;
  transition: all .3s;
}


.product-nav-item .label {
  font-size: var(--font_18);
  transition: all .3s;
  color: #222;
}

/* ç«–å‘åˆ†éš”çº¿ */
.product-nav-item+.product-nav-item::before {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, .08);
}

/* hover é«˜äº® */
.product-nav-item:hover img {
  transform: scale(1.1);
}
.product-nav-item.on img {
  transform: scale(1.1);
}
.product-nav-item:hover .label {
  font-weight: 700;
}
.product-nav-item.on .label {
  font-weight: 700;
}

/* é€‰ä¸­æ€ï¼šåº•éƒ¨ä¸‹åˆ’çº¿é“ºæ»¡æ•´é¡¹å®½åº¦ */
.product-nav-item.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #1c539d;
}

/* ç§»åŠ¨ç«¯ï¼šéšè—æ¨ªå‘ç½‘æ ¼ï¼Œæ˜¾ç¤ºä¸‹æ‹‰ */
@media (max-width: 768px) {
  .product-nav-grid {
    display: none;
  }
}

@media (min-width: 769px) {
  .product-mobile-dropdown {
    display: none;
  }
}

/* ä¸ºæ”¾åœ¨äº§å“åŒºå—ä¸­çš„é€šç”¨ä¸‹æ‹‰åœ¨ç°èƒŒæ™¯ä¸Šç•™å‡ºå‘¼å¸æ„Ÿ */
.product-nav-inner .mobile-dropdown-nav {
  margin-top: 16px;
}



/*------------------------------------------------------------------
  [äº§å“æœç´¢ä¸Žåˆ—è¡¨]
-------------------------------------------------------------------*/
.product-list-section {
  background-color: #f3f3f3;
  /* ç»Ÿä¸€èƒŒæ™¯è‰² */
  padding: 35px 0 100px;
  /* è°ƒæ•´ä¸Šä¸‹é—´è· */
}

.product-list-inner {
  max-width: 1400px;
  /* ç»Ÿä¸€ç‰ˆå¿ƒ */
  margin: 0 auto;
  padding: 0 20px;
}

/* æœç´¢æ  */
.product-search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 35px;
  /* ç»Ÿä¸€é—´è· */
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  padding: 0 20px;
}

.search-icon {
  color: #999;
  margin-right: 10px;
}

.product-search-bar input[type="text"] {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.search-button {
  width: 170px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 0;
  /* è°ƒæ•´æŒ‰é’®å†…è¾¹è· */
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  align-self: stretch;
  /* è®©æŒ‰é’®é«˜åº¦æ’‘æ»¡ */
}

.search-button span {
  margin-right: 35px;
  font-size: 20px;
}

.search-button:hover {
  background-color: #555;
}

/* äº§å“ç½‘æ ¼ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.product-card {
  background-color: #fff;
  border: 1px solid #fff;
  /* æ·»åŠ é»˜è®¤ç™½è‰²è¾¹æ¡†é˜²æ­¢æŠ–åŠ¨ */
  transition: border-color 0.3s, box-shadow 0.3s;
  text-decoration: none;
  /* ç§»é™¤aæ ‡ç­¾ä¸‹åˆ’çº¿ */
  color: inherit;
  /* ç»§æ‰¿æ–‡æœ¬é¢œè‰² */
  display: block;
  /* è®©aæ ‡ç­¾è¡¨çŽ°ä¸ºå—çº§å…ƒç´  */
  min-height: auto;
  /* å°è¯•å–æ¶ˆæœ€å°é«˜åº¦ */
}

.product-card:hover {
  border-color: #1c539d;
  /* è“è‰²è¾¹æ¡† */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* æ·»åŠ é˜´å½± */
}

.product-card-content {
  display: flex;
  flex-direction: row;
  /* æ˜¾å¼è®¾ç½®ä¸ºå·¦å³ç»“æž„ */
  padding: 60px 50px;
  align-items: center;
}

.product-info {
  flex: 1;
  padding-right: 10%;
}

.product-name {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  color: #1c539d;
  /* è“è‰²æ ‡é¢˜ */
  margin-bottom: 10px;
  /* å‡å°ä¸Žå‰¯æ ‡é¢˜çš„é—´è· */
}

.product-model {
  font-size: 20px;
  color: #222;
  /* æ›´æ–°å‰¯æ ‡é¢˜é¢œè‰² */
  margin-bottom: 30px;
  /* å‡å°é—´è· */
  padding-bottom: 30px;
  /* å‡å°é—´è· */
  border-bottom: 1px dashed #ccc;
  /* æ·»åŠ è™šçº¿ */
  position: relative;
}

.product-desc {
  padding-right: 30px;
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.product-card .product-desc {
  -webkit-line-clamp: 2;
}

.product-link {
  font-size: 16px;
  color: #222;
  text-decoration: none;
  /* font-weight: bold; */
  transition: color 0.3s;
}

.product-link i {
  margin-left: 10px;
  transition: transform 0.3s;
}

.product-card:hover .product-link {
  color: #1c539d;
}

.product-card:hover .product-link i {
  transform: translateX(4px);
}

.product-image {
  width: 32%;
  /* æ­£æ–¹å½¢å›¾ç‰‡ */
  /* margin-left: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #f0f0f0; */
  /* ç°è‰²å ä½ç¬¦èƒŒæ™¯ */
}

.product-image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* åˆ†é¡µ */
.pagination {
  display: flex;
  justify-content: flex-start;
  /* é å·¦å¯¹é½ */
  align-items: center;
}

.page-link {
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
  /* é»˜è®¤ç™½è‰²åº• */
}

.page-link.active,
.page-link:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.page-link.prev,
.page-link.next {
  font-weight: normal;
  /* å–æ¶ˆç²—ä½“ */
}

/* æ–°å¢žï¼šä¸€æŽ’ä¸€ä¸ªäº§å“åˆ—è¡¨çš„æ ·å¼ */
.product-list-single {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-list-single .product-card-content {
  display: flex;
  align-items: center;
  gap: 50px;
  /* å¢žåŠ å›¾ç‰‡ä¸Žå†…å®¹çš„é—´è· */
}

.product-list-single .product-image {
  width: 240px;
  /* å›ºå®šå›¾ç‰‡å®½åº¦ */
  /* height: 180px; */
  /* å›ºå®šå›¾ç‰‡é«˜åº¦ */
  flex-shrink: 0;
}

.product-list-single .product-info {
  flex-grow: 1;
}

.product-list-single .product-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* å¢žåŠ æŒ‰é’®é—´è· */
  width: 120px;
  /* å›ºå®šå®½åº¦ */
  flex-shrink: 0;
  margin: 0 7%;
}

.product-list-single .action-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  color: #333;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 16px;
}

.product-list-single .action-btn:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
}

.product_single_tle {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

.product_single_tle .product-model {
  margin: 0;
  padding: 0;
  border: 0;
}

.product_single_tle .product-model {
  margin-left: 20px;
  align-self: flex-end;
  padding-bottom: 5px;
}

.product_single_tle .product-name {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .product-name {
    font-size: 30px;
  }

  .product-model {
    font-size: 18px;
  }


}

@media (max-width: 1400px) {
  .product-name {
    font-size: 26px;
  }

  .product-model {
    font-size: 16px;
  }

  .product-model {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 1200px) {
  .product-card-content {
    padding: 35px 25px;
  }

  .product-name {
    font-size: 22px;
  }

  .product-model {

    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .product-link {
    font-size: 14px;
  }

  .product-list-single .product-card-content {
    gap: 0;
  }

  .product-list-single .product-image {
    margin-left: 0;
  }

  .product-list-single .product-actions {
    margin: 0 5%;
  }

  .product_single_tle {
    display: block;
  }

  .product_single_tle .product-model {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* å“åº”å¼è°ƒæ•´ */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .product-list-section {
    padding-top: 20px;
    /* ç¼©å°ä¸Žbannerçš„è·ç¦» */
  }

  .product-search-bar {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .search-input-wrapper {
    padding: 8px 15px;
  }

  .search-button {
    padding: 15px;
    font-size: 14px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .product-card-content {
    flex-direction: column;
    padding: 10px;
    /* å‡å°å†…è¾¹è· */
  }

  .product-image {
    width: 100%;
    height: auto;
    padding-top: 100%;
    /* ä¿æŒ1:1æ¯”ä¾‹ */
    position: relative;
    margin-left: 0;
    margin-top: 0;
  }

  .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-info {
    padding-top: 0;
    /* ç§»é™¤é¡¶éƒ¨å†…è¾¹è· */
    margin-bottom: 10px;
    /* å¢žåŠ ä¸Žå›¾ç‰‡é—´è· */
  }

  .product-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .product-model {
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-desc,
  .product-link {
    display: none;
    /* éšè—æè¿°å’Œé“¾æŽ¥ */
  }

  /* æ–°å¢žï¼šå•åˆ—äº§å“åˆ—è¡¨çš„å“åº”å¼æ ·å¼ */
  .product-list-single .product-card-content {
    flex-direction: row;
    gap: 20px;
    /* å¢žåŠ å›¾ç‰‡ä¸Žå†…å®¹é—´è· */
    padding: 15px;
    align-items: flex-start;
    /* é¡¶éƒ¨å¯¹é½ */
  }

  .product-list-single .product-image {
    width: 160px;
    /* ç§»åŠ¨ç«¯å›¾ç‰‡ä½ç½®å¤§ä¸€äº› */
    height: 160px;
    /* ä¿æŒæ­£æ–¹å½¢ */
    flex-shrink: 0;
    padding-top: 0;
    /* è¦†ç›–ç½‘æ ¼è§†å›¾çš„æ ·å¼ */
    position: static;
    /* è¦†ç›–ç½‘æ ¼è§†å›¾çš„æ ·å¼ */
  }

  .product-list-single .product-image img {
    position: static;
    /* è¦†ç›–ç½‘æ ¼è§†å›¾çš„æ ·å¼ */
    object-fit: cover;
  }

  .product-list-single .product-info {
    margin-top: 0;
  }

  .product-list-single .product-name {
    font-size: 18px;
    /* åž‹å·æ ‡é¢˜å¤§ä¸€äº› */
    margin-bottom: 2px;
    /* åž‹å·ç¦»æ ‡é¢˜å†è¿‘ä¸€ç‚¹ */
  }

  .product-list-single .product-model {
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    /* ä¿ç•™ç”µè„‘ç«¯çš„çº¿æ¡ */
    padding-bottom: 10px;
    /* ç¦»æè¿°è¿œä¸€äº› */
    margin-bottom: 10px;
    /* ç¦»æè¿°è¿œä¸€äº› */
  }

  .product-list-single .product-desc {
    display: -webkit-box;
    /* ç¡®ä¿æè¿°å¯è§ */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
  }

  .product-list-single .product-link {
    display: block;
    /* ç¡®ä¿é“¾æŽ¥å¯è§ */
    margin-top: 10px;
  }

  .product-list-single .product-actions {
    display: none;
    /* ç§»åŠ¨ç«¯éšè—æŽ‰product-actions */
  }
}

@media (max-width:768px) {
  .search-button {
    height: 50px;
  }

  .search-button span {
    font-size: 14px;
  }

  .product-list-single .product-desc {
    display: none;
  }

  .product_single_tle .product-model {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }

  .product_single_tle {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product_single_tle {
    border: 0;
  }

  .product-list-single .product-card-content {
    align-items: center;
  }
}