/* ==========================================================================
   广东富领北宸 - 页面微定制与企业级响应式强化样式表 (theme-custom.css)
   ========================================================================== */

/* 0. Banner 移动端增高 */
/* 首页轮播 Banner */
@media screen and (max-width: 767px) {
  .apple-banner .swiper-container .swiper-slide { height: 320px !important; }
}
@media screen and (max-width: 600px) {
  .apple-banner .swiper-container .swiper-slide { height: 280px !important; }
}
@media screen and (max-width: 520px) {
  .apple-banner .swiper-container .swiper-slide { height: 240px !important; }
}
@media screen and (max-width: 414px) {
  .apple-banner .swiper-container .swiper-slide { height: 210px !important; }
}
@media screen and (max-width: 375px) {
  .apple-banner .swiper-container .swiper-slide { height: 190px !important; }
}
/* 内页 Banner */
@media (max-width: 767px) {
  .NyBanner { height: 220px !important; }
}
@media (max-width: 375px) {
  .NyBanner { height: 190px !important; }
}
@media (max-width: 320px) {
  .NyBanner { height: 170px !important; }
}

/* 1. SOLARP 页脚背景色与全局修复 */
.solarp-footer,
#colophon.solarp-footer {
  background-color: #f6f8fa !important;
  background: #f6f8fa !important;
}

/* 2. 搜索框圆角+图标调整（全端通用） */
.hotkw_search .search_right form {
  border-radius: 24px !important;
  overflow: hidden;
}
.hotkw_search .search_right .sc_ipt input {
  border-radius: 24px 0 0 24px !important;
}
.hotkw_search .search_right .sc_btn {
  width: 64px !important;
  border-radius: 0 24px 24px 0 !important;
  overflow: hidden;
}
.hotkw_search .search_right .sc_btn button {
  border-radius: 0 24px 24px 0 !important;
}
.hotkw_search .search_right .sc_btn svg {
  width: 22px !important;
  height: 22px !important;
}

@media screen and (max-width: 991px) {
  .ly_hotkw_search .hotkw_search {
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .ly_hotkw_search {
    height: auto !important;
    padding: 10px 3% !important;
  }
  .hotkw_search {
    width: 100% !important;
  }
  .hotkw_search .search_right {
    margin: 0 !important;
    width: 100% !important;
  }
  .hotkw_search .search_right form {
    width: 100% !important;
  }
}

/* 3. 首页特定装饰 */
.indbigbt p {
  color: #f0f3f8 !important;
}
.indtjpro ul li {
  border-radius: 8px !important;
}
.indtjpro ul li .pic {
  border-radius: 8px 8px 0 0 !important;
}
.indprobox .cp_type {
  border-radius: 8px !important;
  overflow: hidden !important;
}
.indprobox .proright ul li {
  border-radius: 8px !important;
}
.indprobox .proright ul li::before,
.indprobox .proright ul li::after {
  border-radius: 8px !important;
}

/* 首页侧边分类：列表浅灰背景 + 深色文字（与 index.html 内联样式一致） */
.indprobox .cp_type .bd ul {
  background: #f5f6f8 !important;
}
.indprobox .cp_type .bd ul li p {
  border-bottom: 1px solid #f0f2f5 !important;
}
.indprobox .cp_type .bd ul li p a {
  color: #262626 !important;
}
.indprobox .cp_type .bd ul li div a {
  color: #616161 !important;
}
.indprobox .cp_type .mlphone .allpro {
  background: #ffffff !important;
  color: #4aab3d !important;
  border: 1px solid #4aab3d !important;
}
.indprobox .cp_type .mlphone .allpro:hover {
  background: #378a2c !important;
  color: #ffffff !important;
  border-color: #378a2c !important;
}

/* 4. 产品列表页 (archive-product / taxonomy-product_cat) 样式 */
.Nycase {
  background-color: #f8fafc;
  padding: 40px 0 80px;
}
.nyprobox {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px !important;
  grid-template-areas: "main sidebar" !important;
  gap: 36px !important;
  align-items: start !important;
  margin-top: 40px !important;
}
.nyproleft.proleft {
  width: 340px !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-area: sidebar !important;
}
.nyright.nyprocont,
.nyright.nyproxxcont {
  grid-area: main !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}
.nyproleft.proleft .cp_type {
  background-color: #ffffff !important;
  border-radius: 12px !important;
  padding: 26px 28px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #f1f4f6 !important;
  overflow: visible !important;
}
.nyproleft.proleft .cp_type .hd {
  background: none !important;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  text-align: left !important;
}
.nyproleft.proleft .cp_type .hd:before,
.nyproleft.proleft .cp_type .hd:after,
.nyproleft.proleft .cp_type .hd p,
.nyproleft.proleft .cp_type .hd em,
.nyproleft.proleft .cp_type .hd i {
  display: none !important;
}
.nyproleft.proleft .cp_type .hd span {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  position: relative !important;
  display: inline-block !important;
  padding-bottom: 10px !important;
  letter-spacing: 0.2px !important;
}
.nyproleft.proleft .cp_type .hd span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3.5px;
  background-color: #4aab3d;
  border-radius: 2px;
}
.nyproleft .cp_type .bd ul {
  background: transparent !important;
  min-height: auto !important;
}
.nyproleft .cp_type .bd ul li {
  border-bottom: 1px solid #f0f2f5 !important;
  padding: 0 !important;
}
.nyproleft .cp_type .bd ul li:last-child {
  border-bottom: none !important;
}
.nyproleft .cp_type .bd ul li p {
  height: auto !important;
  width: 100% !important;
  border-bottom: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 13px 4px !important;
}
.nyproleft .cp_type .bd ul li p a {
  width: auto !important;
  line-height: 1.3 !important;
  color: #262626 !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  float: none !important;
  transition: color 0.2s ease !important;
}
.nyproleft .cp_type .bd ul li p:hover a,
.nyproleft .cp_type .bd ul li.on p a,
.nyproleft .cp_type .bd ul li.active p a {
  color: #4aab3d !important;
  font-weight: 600 !important;
}
.nyproleft .cp_type .bd ul li p span {
  position: static !important;
  width: 10px !important;
  height: 10px !important;
  background: none !important;
  border-right: 2px solid #9ca3af !important;
  border-bottom: 2px solid #9ca3af !important;
  transform: rotate(-45deg) !important;
  transition: transform 0.25s ease, border-color 0.2s ease !important;
  cursor: pointer;
}
.nyproleft .cp_type .bd ul li.on p span,
.nyproleft .cp_type .bd ul li.active p span {
  transform: rotate(45deg) !important;
  border-color: #4aab3d !important;
}
.nyproleft .cp_type .bd ul li div {
  padding: 0 0 10px 14px !important;
}
.nyproleft .cp_type .bd ul li div a {
  width: 100% !important;
  height: auto !important;
  line-height: 1.4 !important;
  padding: 8px 6px !important;
  margin: 0 !important;
  font-size: 13.5px !important;
  color: #616161 !important;
  border-bottom: 1px dashed #f5f5f5 !important;
  transition: all 0.2s ease !important;
}
.nyproleft .cp_type .bd ul li div a:last-child {
  border-bottom: none !important;
}
.nyproleft .cp_type .bd ul li div a:hover {
  color: #4aab3d !important;
  padding-left: 10px !important;
}
.nyproleft .cp_type .mlphone {
  background: #f8fafc !important;
  border: 1px solid #edf2f7 !important;
  border-radius: 8px !important;
  padding: 16px !important;
  margin-top: 18px !important;
  text-align: center !important;
}
.nyproleft .cp_type .mlphone span {
  font-size: 12px !important;
  color: #9ca3af !important;
  letter-spacing: 1px !important;
  display: block !important;
  text-transform: uppercase !important;
}
.nyproleft .cp_type .mlphone p {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #4aab3d !important;
  margin: 4px 0 0 0 !important;
}

/* 企业风手风琴产品菜单 */
.corp-product-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.corp-menu-item {
  border-bottom: 1px solid #f0f2f5;
  transition: background-color 0.2s ease;
}
.corp-menu-item:last-child {
  border-bottom: none;
}
.corp-menu-head,
.corp-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 4px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  transition: all 0.2s ease;
}
.corp-menu-name {
  font-size: 14.5px;
  color: #262626;
  font-weight: 500;
  transition: color 0.2s ease;
  line-height: 1.3;
}
.corp-arrow {
  width: 13px;
  height: 13px;
  stroke: #9ca3af;
  transition: transform 0.25s ease, stroke 0.2s ease;
  flex-shrink: 0;
}
.corp-menu-head:hover .corp-menu-name,
.corp-menu-link:hover .corp-menu-name,
.corp-menu-item.active > .corp-menu-head .corp-menu-name,
.corp-menu-item.active > .corp-menu-link .corp-menu-name {
  color: #4aab3d;
}
.corp-menu-head:hover .corp-arrow,
.corp-menu-link:hover .corp-arrow,
.corp-menu-item.active > .corp-menu-head .corp-arrow {
  stroke: #4aab3d;
}
.corp-menu-item.open > .corp-menu-head .corp-menu-name {
  color: #4aab3d;
  font-weight: 600;
}
.corp-menu-item.open > .corp-menu-head .corp-arrow {
  transform: rotate(90deg);
  stroke: #4aab3d;
}
.corp-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 14px;
  display: none;
}
.corp-sub-menu li {
  margin: 0;
}
.corp-sub-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
  font-size: 13.5px;
  color: #616161;
  text-decoration: none;
  border-bottom: 1px dashed #f5f5f5;
  transition: all 0.2s ease;
  line-height: 1.4;
}
.corp-sub-menu li:last-child a {
  border-bottom: none;
}
.corp-sub-menu a .sub-line {
  color: #cbd5e1;
  font-size: 12px;
  transition: color 0.2s ease;
}
.corp-sub-menu a:hover,
.corp-sub-menu li.active a {
  color: #4aab3d;
  padding-left: 10px;
}
.corp-sub-menu a:hover .sub-line,
.corp-sub-menu li.active a .sub-line {
  color: #4aab3d;
}

/* 新闻侧边栏容器 */
.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 侧边栏 Widget 通用 */
.news-widget {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 26px 28px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #f1f4f6 !important;
  margin: 0 !important;
}
.news-widget .widget-header {
  margin-bottom: 20px;
  position: relative;
}
.news-widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 0.2px;
}
.news-widget .widget-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3.5px;
  background-color: #4aab3d;
  border-radius: 2px;
}
.widget-news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-search-form {
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.2s ease;
}
.sidebar-search-form:focus-within {
  border-color: #4aab3d;
}
.sidebar-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  padding: 10px 14px;
  font-size: 14px;
  color: #1f2937;
  background: transparent;
}
.sidebar-search-input::placeholder {
  color: #9ca3af;
}
.sidebar-search-btn {
  width: 44px;
  height: 40px;
  background-color: #4aab3d;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.sidebar-search-btn:hover {
  background-color: #378a2c;
}
.sidebar-search-btn svg {
  width: 17px;
  height: 17px;
  stroke: #ffffff;
}
.sidebar-news-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.sidebar-news-item:hover {
  transform: translateX(3px);
}
.s-news-thumb {
  width: 82px;
  height: 54px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f1f3f5;
}
.s-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.sidebar-news-item:hover .s-news-thumb img {
  transform: scale(1.06);
}
.s-news-info {
  flex: 1;
  min-width: 0;
}
.s-news-title {
  font-size: 13.5px;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}
.sidebar-news-item:hover .s-news-title {
  color: #4aab3d;
}

/* 企业风数字分页 */
.news-pagination,
.wp-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.news-pagination .page-nav,
.wp-pagination .prev,
.wp-pagination .next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  color: #6b7280;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.news-pagination .page-nav:hover,
.wp-pagination .prev:hover,
.wp-pagination .next:hover {
  border-color: #4aab3d;
  color: #4aab3d;
  background: #f8fdf7;
}
.news-pagination .page-num,
.wp-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}
.news-pagination .page-num.active,
.wp-pagination .page-numbers.current {
  background: #4aab3d !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border: 1px solid #4aab3d !important;
}
.news-pagination .page-num:not(.active):hover,
.wp-pagination .page-numbers:not(.current):hover {
  color: #4aab3d;
  border-color: #4aab3d;
  background: #f8fdf7;
}

/* 5. 产品详情页 (single-product.php) */
.NyProDetail .NyProDetail_Main {
  background: #ffffff !important;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  border: 1px solid #f1f4f6 !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
  padding: 32px 36px !important;
  overflow: visible !important;
  margin-top: 0 !important;
}

/* === 产品图片放大镜效果 === */
/* 主图区域：鼠标提示可放大 */
.jqzoom img { cursor: zoom-in; }
/* 放大镜浮层（右侧大图） */
.zoomdiv {
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  text-align: left !important;
}
/* 放大镜镜头方框 */
.jqZoomPup {
  background: rgba(74, 171, 61, 0.15) !important;
  border: 1.5px solid #4aab3d !important;
  border-radius: 2px;
  pointer-events: none;
}
/* 缩略图区域容器高度自适应 */
#spec-n5 {
  height: auto !important;
  overflow: visible !important;
}
/* 缩略图正方形 */
#spec-list ul li {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}
#spec-list ul li p {
  border-radius: 6px;
  transition: border-color 0.2s ease;
}
/* 按钮图标：Font Awesome */
.NyProDetail_Btm a.Btn01 i em,
.NyProDetail_Btm a.Btn02 i em {
  background-image: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.NyProDetail_Btm a.Btn01 i em .btn-fa,
.NyProDetail_Btm a.Btn02 i em .btn-fa {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .NyProDetail_Btm a.Btn01 i em .btn-fa,
  .NyProDetail_Btm a.Btn02 i em .btn-fa { font-size: 22px; }
}
@media (max-width: 1024px) {
  .NyProDetail_Btm a.Btn01 i em .btn-fa,
  .NyProDetail_Btm a.Btn02 i em .btn-fa { font-size: 20px; }
}
.newdetailbd .Nycase,
.Nycase {
  padding-top: 40px !important;
}

/* 详情页面包屑 */
.ly_hotkw_search {
  background-color: transparent !important;
  border-bottom: none !important;
}
/* 产品详情页：背景 + 间距与新闻详情页一致 */
.Nycase:has(.NyProDetail) {
  background-color: #f8fafc !important;
  padding-top: 35px !important;
  padding-bottom: 80px !important;
}
.ly_hotkw_search .hotkw_search.w1400 {
  padding: 0 20px;
  box-sizing: border-box;
}
.hotkw_search .hotkw_left {
  font-size: 14px;
  line-height: 1;
  color: #666;
}
.hotkw_search .hotkw_left .crumb-home {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-right: 4px;
  display: inline-block;
  color: inherit;
}
.hotkw_search .hotkw_left .crumb-link {
  color: #666;
  transition: color .2s;
  padding: 0 !important;
}
.hotkw_search .hotkw_left .crumb-link:hover {
  color: #378a2c;
}
.hotkw_search .hotkw_left .crumb-sep {
  margin: 0 8px;
  color: #bbb;
}
.hotkw_search .hotkw_left .crumb-current {
  color: #378a2c;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ly_hotkw_search {
    height: auto !important;
    padding: 10px 3% !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #ebebeb !important;
  }
  .ly_hotkw_search .hotkw_search.w1400 {
    padding: 0 !important;
  }
  .ly_hotkw_search .hotkw_search {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    min-height: auto !important;
  }
  .hotkw_search .hotkw_left {
    display: none !important;
  }
  .hotkw_search .search_right {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .hotkw_search .search_right form {
    width: 100% !important;
  }
}

/* 产品详情卡片 */
.pro-card {
  background: #ffffff;
  border-radius: 12px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #f1f4f6 !important;
  overflow: hidden !important;
}
.form-card,
.NyProOrder_Main.form-card {
  background: #ffffff;
  margin-top: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #edf0f3 !important;
  overflow: hidden !important;
}
.pro-card .pc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  border-bottom: 1px solid #f2f4f7;
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
}
.pro-card .pc-header .pc-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2a37;
  letter-spacing: -0.01em;
}
.pro-card .pc-header .pc-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #4aab3d;
  border-radius: 2px;
}
.pro-card .pc-header .pc-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
}
.pro-card .pc-header .pc-tabs a {
  font-size: 15px;
  color: #6b7280;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.pro-card .pc-header .pc-tabs a.pc-active,
.pro-card .pc-header .pc-tabs a:hover {
  color: #4aab3d;
  border-bottom-color: #4aab3d;
}
.pro-card .pc-body {
  padding: 36px 40px 44px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.85;
}
.pc-section {
  margin-bottom: 40px;
}
.pc-section:last-child {
  margin-bottom: 0;
}
.pc-section .pc-sec-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #1f2a37;
  margin: 0 0 18px;
  letter-spacing: -0.005em;
}
.pc-section .pc-sec-title .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #4aab3d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
}
.pc-section .pc-sec-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e9ecef 0%, rgba(233,236,239,0) 80%);
  margin-left: 6px;
}
.pc-section p {
  text-align: justify;
  margin: 0;
  color: #4b5563;
}
.pc-section p + p {
  margin-top: 10px;
}
.pc-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin-top: 8px;
}
.pc-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  background: #f8fafb;
  border: 1px solid #eef1f4;
  border-radius: 0;
  transition: all .25s ease;
}
.pc-feature:hover {
  background: #fff;
  border-color: #d8eaeb;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -10px rgba(0,0,0,0.15);
}
.pc-feature .pc-f-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4aab3d 0%, #6bc75a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.pc-feature .pc-f-body {
  flex: 1;
  min-width: 0;
}
.pc-feature .pc-f-title {
  font-size: 15px;
  font-weight: 700;
  color: #1f2a37;
  margin-bottom: 4px;
}
.pc-feature .pc-f-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #6b7280;
  margin: 0;
}
.pc-apps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.pc-app {
  padding: 18px 16px;
  text-align: center;
  background: #f8fafb;
  border: 1px solid #eef1f4;
  border-radius: 0;
  transition: all .25s ease;
}
.pc-app:hover {
  background: #fff;
  border-color: #d8eaeb;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -10px rgba(0,0,0,0.15);
}
.pc-app .pc-a-emoji {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.pc-app .pc-a-title {
  font-size: 14px;
  font-weight: 700;
  color: #1f2a37;
  margin-bottom: 4px;
}
.pc-app .pc-a-desc {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.5;
}
.pc-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #eef1f4;
  font-size: 14px;
}
.pc-table thead th {
  background: #f5f7f9;
  color: #1f2a37;
  font-weight: 700;
  text-align: left;
  padding: 13px 20px;
  border-bottom: 1px solid #eef1f4;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.pc-table tbody td {
  padding: 12px 20px;
  color: #4b5563;
  border-bottom: 1px solid #f2f4f7;
}
.pc-table tbody tr:last-child td {
  border-bottom: none;
}
.pc-table tbody tr:hover td {
  background: #fafbfc;
}
.pc-table tbody td:first-child {
  color: #6b7280;
  font-weight: 500;
  width: 32%;
  background: #fafbfc;
}
.pc-storage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.pc-storage {
  display: flex;
  gap: 12px;
  padding: 16px 18px;
  background: #fffdf6;
  border: 1px solid #f4ecd3;
  border-left: 3px solid #ffb020;
  border-radius: 0;
}
.pc-storage .pc-s-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffb020;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.pc-storage .pc-s-body {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}
.pc-storage .pc-s-body strong {
  color: #1f2a37;
  font-weight: 700;
}

/* 询价留言卡片 */
.form-card .fc-header {
  padding: 22px 32px;
  border-bottom: 1px solid #e8ebef;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-card .fc-header .fc-title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #1f2a37;
  letter-spacing: 0.3px;
}
.form-card .fc-header .fc-subtitle {
  font-size: 13px;
  color: #8b95a1;
  margin-top: 4px;
}
.form-card .fc-header .fc-sub {
  font-size: 13px;
  color: #8b95a1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-card .fc-header .fc-sub .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4aab3d;
}
.form-card .fc-body {
  padding: 32px 40px 36px;
}
.form-card .fc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}
.form-card .fc-full {
  grid-column: 1 / -1;
}
.fc-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.fc-field .fc-label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fc-field .fc-label .req {
  color: #e5484d;
  font-weight: 700;
}
.fc-input,
.fc-select,
.fc-textarea {
  width: 100%;
  padding: 0 16px;
  height: 44px;
  border: 1px solid #d9dde3;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  color: #1f2a37;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}
.fc-input::placeholder,
.fc-textarea::placeholder {
  color: #aab2bd;
}
.fc-input:hover,
.fc-select:hover,
.fc-textarea:hover {
  border-color: #b9c2cc;
}
.fc-input:focus,
.fc-select:focus,
.fc-textarea:focus {
  border-color: #4aab3d;
  box-shadow: 0 0 0 3px rgba(74, 171, 61, 0.10);
  background: #fff;
}
.fc-textarea {
  height: auto;
  min-height: 140px;
  padding: 12px 16px;
  line-height: 1.7;
  resize: vertical;
}
.fc-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' fill-rule='nonzero' d='M6 8a.997.997 0 0 1-.707-.293l-5-5A1 1 0 1 1 2.414 1.293L6 4.879l3.586-3.586A1 1 0 1 1 11.707 2.414l-5 5A.997.997 0 0 1 6 8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.fc-error {
  font-size: 12.5px;
  color: #e5484d;
  line-height: 1.4;
  min-height: 0;
  display: none;
}
.fc-field.has-error .fc-input,
.fc-field.has-error .fc-select,
.fc-field.has-error .fc-textarea {
  border-color: #e5484d;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(229, 72, 77, 0.08);
}
.fc-field.has-error .fc-error {
  display: block;
}
.fc-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #f2f4f7;
}
.fc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 32px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s ease;
  font-family: inherit;
  letter-spacing: 0.02em;
}
.fc-btn-primary {
  background: #4aab3d;
  color: #fff;
}
.fc-btn-primary:hover {
  background: #3d9232;
}
.fc-btn-primary:active {
  background: #35802b;
}
.fc-btn-secondary {
  background: #f3f5f7;
  color: #4b5563;
  border: 1px solid #e3e7ec;
}
.fc-btn-secondary:hover {
  background: #eaedf1;
  color: #1f2a37;
}
.fc-hint {
  font-size: 12.5px;
  color: #8b95a1;
  margin-left: 8px;
}

/* 上一篇/下一篇 产品卡片 */
.product-nav-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  margin-top: 0;
}
.pro-nav-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 28px;
  border: 1px solid #edf0f3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pro-nav-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(74, 171, 61, 0.08);
}
.pro-nav-title {
  font-size: 16px;
  font-weight: 400;
  color: #111827;
  margin: 0;
  line-height: 1.4;
  transition: color 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.pro-nav-card:hover .pro-nav-title {
  color: #4aab3d;
}
.pro-nav-footer {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6b7280;
  flex-shrink: 0;
}
.pro-nav-label {
  font-weight: 500;
  color: #6b7280;
  transition: color 0.2s ease;
}
.pro-nav-card:hover .pro-nav-label {
  color: #4aab3d;
}
.pro-nav-card.pro-nav-prev .pro-nav-footer {
  order: -1;
}
.pro-nav-card.pro-nav-prev .pro-nav-title {
  text-align: right;
}
.pro-nav-back-wrap {
  text-align: center;
  margin-top: 20px;
}
.pro-nav-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  padding: 9px 22px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
}
.pro-nav-back-btn svg {
  width: 15px;
  height: 15px;
  color: #6b7280;
  transition: color 0.2s ease;
}
.pro-nav-back-btn:hover {
  color: #4aab3d;
  border-color: #4aab3d;
  background: #eef7ed;
  box-shadow: 0 4px 12px rgba(74, 171, 61, 0.15);
}
.pro-nav-back-btn:hover svg {
  color: #4aab3d;
}

/* 产品详情页响应式 */
@media (max-width: 1280px) {
  .pro-card .pc-body,
  .form-card .fc-body { padding: 28px 32px 36px; }
  .pro-card .pc-header,
  .form-card .fc-header { padding: 18px 28px; }
}
@media (max-width: 1080px) {
  .nyprobox {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
  }
  .nyright.nyprocont,
  .nyright.nyproxxcont {
    grid-column: auto !important;
    width: 100% !important;
    order: 1 !important;
  }
  .nyproleft.proleft {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    order: 2 !important;
  }
  .pc-features { grid-template-columns: 1fr; }
  .pc-apps { grid-template-columns: repeat(2, 1fr); }
  .pc-storage-list { grid-template-columns: 1fr; }
  .form-card .fc-grid { grid-template-columns: 1fr; gap: 16px; }
  .pro-card .pc-body,
  .form-card .fc-body { padding: 24px; }
  .pro-card .pc-header,
  .form-card .fc-header { padding: 16px 24px; }
  .pc-table thead th,
  .pc-table tbody td { padding: 10px 14px; font-size: 13.5px; }
}
@media (max-width: 767px) {
  .product-nav-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pro-nav-card {
    padding: 18px 20px;
    min-height: auto;
  }
  .pro-nav-title {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .pro-nav-footer {
    font-size: 13px;
  }
  .pro-card .pc-header,
  .form-card .fc-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 18px;
  }
  .pro-card .pc-header .pc-tabs {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .pro-card .pc-body,
  .form-card .fc-body { padding: 20px 16px 24px; }
  .pc-apps { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pc-app { padding: 14px 10px; }
  .pc-feature { padding: 14px; gap: 10px; }
  .pc-feature .pc-f-icon { width: 32px; height: 32px; font-size: 14px; }
  .pc-table { font-size: 13px; }
  .pc-table thead th, .pc-table tbody td { padding: 9px 10px; }
  .pc-section { margin-bottom: 30px; }
  .pc-section .pc-sec-title { font-size: 15.5px; }
  .fc-actions { flex-wrap: wrap; }
  .fc-btn { width: 100%; padding: 0; }
  .fc-hint { margin-left: 0; width: 100%; }
}
@media (max-width: 1440px) {
  .newdetailbd .Nycase,
  .Nycase { padding-top: 35px !important; }
}
@media (max-width: 1024px) {
  .newdetailbd .Nycase,
  .Nycase { padding-top: 25px !important; }
}
@media (max-width: 800px) {
  .newdetailbd .Nycase,
  .Nycase { padding-top: 20px !important; }
  /* 移动端禁用放大镜 */
  .zoomdiv { display: none !important; }
  .jqZoomPup { display: none !important; }
}
@media (max-width: 767px) {
  .newdetailbd .Nycase,
  .Nycase { padding-top: 15px !important; }
  .NyProDetail .NyProDetail_Main {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    padding: 20px 16px !important;
  }
}

/* 6. 新闻列表页 (category.php / home.php) */
.news-page-section {
  background-color: #f8fafc;
  padding: 50px 0 80px;
  min-height: 800px;
}
.news-page-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: start;
}
.news-articles-list {
  display: flex;
  flex-direction: column;
}
.news-item-card {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 22px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f2f5;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-item-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.news-item-image {
  flex-shrink: 0;
  width: 38%;
  overflow: hidden;
}
.news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-item-card:hover .news-item-image img {
  transform: scale(1.06);
}
.news-item-content {
  flex: 1;
  min-width: 0;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-item-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  margin-bottom: 14px;
}
.meta-cate {
  background: #eef7ed;
  color: #4aab3d;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 11px;
  border-radius: 999px;
  border: 1px solid rgba(74, 171, 61, 0.2);
}
.meta-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9ca3af;
  font-size: 13px;
}
.meta-date svg {
  width: 14px;
  height: 14px;
  stroke: #9ca3af;
}
.news-item-title {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}
.news-item-title a {
  color: #111827;
  transition: color 0.25s ease;
}
.news-item-card:hover .news-item-title a {
  color: #4aab3d;
}
.news-item-desc {
  font-size: 14.5px;
  color: #4b5563;
  line-height: 1.85;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-readmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  align-self: flex-end;
  flex-shrink: 0;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-readmore-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.news-item-card:hover .news-readmore-btn {
  background: linear-gradient(135deg, #4aab3d 0%, #378a2c 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(74, 171, 61, 0.35);
  transform: translateX(4px);
}

/* 新闻列表页移动端自适应 */
@media screen and (max-width: 991px) {
  .news-page-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .news-articles-list { order: 1; }
  .news-sidebar { order: 2; }
}
@media screen and (max-width: 767px) {
  .news-page-section {
    padding: 30px 0 50px;
  }
  .news-item-card {
    flex-direction: column;
    margin-bottom: 18px;
  }
  .news-item-image {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .news-item-content {
    padding: 18px 20px 22px;
  }
  .news-item-title {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .news-item-desc {
    font-size: 13.5px;
    line-height: 1.7;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
  }
  .news-item-meta {
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .news-readmore-btn {
    padding: 6px 18px;
    font-size: 12px;
  }
  .news-widget {
    padding: 20px 18px !important;
  }
  .news-widget .widget-title {
    font-size: 17px;
  }
}

/* 新闻分类列表企业风 */
.corp-category-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.corp-cate-item {
  border-bottom: 1px solid #f0f2f5;
}
.corp-cate-item:last-child {
  border-bottom: none;
}
.corp-cate-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 4px;
  color: #262626;
  font-size: 14.5px;
  font-weight: 500;
}
.corp-cate-count {
  font-size: 12px;
  color: #9ca3af;
  background-color: #f3f4f6;
  padding: 2px 8px;
  border-radius: 999px;
}
.corp-cate-item:hover a .corp-cate-name,
.corp-cate-item.active a .corp-cate-name {
  color: #4aab3d;
  font-weight: 600;
}
.corp-cate-item.active .corp-cate-count {
  background-color: #eef7ed;
  color: #4aab3d;
  font-weight: 600;
}

/* 标签云组件 */
.widget-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-cloud-item,
.tag-cloud-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 13px !important;
  color: #475569;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.2;
}
.tag-cloud-item:hover,
.tag-cloud-link:hover {
  border-color: #4aab3d;
  color: #4aab3d;
  background-color: #eef7ed;
  transform: translateY(-1px);
}

/* 7. 新闻详情页 (single.php) */
.detail-page-section {
  background-color: #f8fafc;
  padding: 35px 0 80px;
  min-height: 800px;
}
.detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: #6b7280;
  margin-bottom: 22px;
  padding: 0 2px;
}
.detail-breadcrumb svg {
  width: 15px;
  height: 15px;
  stroke: #6b7280;
  flex-shrink: 0;
}
.detail-breadcrumb a {
  color: #6b7280;
}
.detail-breadcrumb a:hover {
  color: #4aab3d;
}
.detail-breadcrumb span {
  color: #111827;
  font-weight: 500;
}
.detail-page-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .detail-page-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .detail-page-section { padding: 25px 0 50px; }
  .article-detail-card { padding: 24px 20px !important; }
  .article-title { font-size: 20px; }
  .article-meta-bar { gap: 14px; font-size: 12.5px; }
  .article-body { font-size: 14.5px; line-height: 1.85; }
}
.article-detail-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 45px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f4f6;
  margin: 0 0 24px 0;
}
.article-title {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 16px;
}
.article-meta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 13.5px;
  color: #6b7280;
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f1f3f5;
  flex-wrap: wrap;
}
.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.meta-item svg {
  width: 15px;
  height: 15px;
  color: #6b7280;
}
.article-body {
  font-size: 15px;
  color: #374151;
  line-height: 1.9;
  text-align: justify;
}
.article-body p {
  margin: 0 0 18px;
  text-indent: 2em;
}
.article-body .article-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 24px 0 12px;
  text-indent: 0;
}
.article-img-wrap {
  margin: 26px 0;
  text-align: center;
}
.article-img-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.article-tags-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px dashed #e5e7eb;
  font-size: 14px;
}
.tags-label {
  color: #374151;
  font-weight: 600;
}
.tag-link {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #f3f4f6;
  color: #4b5563;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
}
.tag-link:hover {
  background: #eef7ed;
  color: #4aab3d;
}
.article-share-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.share-buttons-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.share-buttons-list .share-btn {
  flex: 1 1 calc((100% - 50px) / 6);
  min-width: 0;
  width: auto !important;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 32px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff !important;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.share-btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}
.share-btn svg,
.share-btn .fa-solid,
.share-btn .fa-regular,
.share-btn .fa-brands {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 1;
}
.share-btn.btn-wechat { background-color: #07c160; }
.share-btn.btn-weibo { background-color: #e6162d; }
.share-btn.btn-facebook { background-color: #3b5998; }
.share-btn.btn-whatsapp { background-color: #25d366; }
.share-btn.btn-email { background-color: #111827; }
.share-btn.btn-copy { background-color: #111827; }
@media screen and (max-width: 767px) {
  .share-buttons-list .share-btn {
    flex: 1 1 calc((100% - 20px) / 3);
  }
}

/* 上下一篇新闻卡片 */
.article-nav-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}
.article-nav-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  border: 1px solid #edf0f3;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100px;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.article-nav-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .article-nav-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .article-nav-card {
    padding: 18px 20px;
  }
}
.nav-card-title {
  font-size: 16px;
  color: #111827;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
  transition: color 0.2s ease;
}
.article-nav-card:hover .nav-card-title {
  color: #4aab3d;
}
.nav-card-title.text-muted {
  color: #9ca3af;
}
.nav-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #6b7280;
  margin-top: 12px;
  min-width: 0;
}
.nav-card-label {
  font-weight: 400;
  color: #6b7280;
  transition: color 0.2s ease;
}
.article-nav-card:hover .nav-card-label {
  color: #4aab3d;
}
.nav-card-date {
  color: #6b7280;
  font-size: 14px;
}

/* 8. 关于我们 (page-about.php) */
.NyAboutus .NyAboutus_Profile { background-color: #fff !important; }
.NyAboutus .NyAboutus_Honor { background-color: #fff !important; }
.NyAboutus .NyAboutus_Culture {
  background: #313131 center center no-repeat !important;
  background-size: cover !important;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 8px;
  line-height: 1.3;
}
.section-title h2 em {
  font-style: normal;
  color: #4aab3d;
  font-weight: 900;
}
.section-title p {
  font-size: 13px;
  color: #999;
  margin: 0;
}
.section-title .title-line {
  display: block;
  width: 40px;
  height: 3px;
  background: #4aab3d;
  margin: 12px auto 0;
}

/* 8.5 产品详情卡片 (single-product.php, 参考 13.html 新闻详情卡片 1:1 风格) */
.article-detail-card.pro-detail-card {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 40px 45px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #f1f4f6 !important;
  margin: 0 !important;
}
.pro-detail-card .card-module-header {
  margin-bottom: 24px;
  position: relative;
}
.pro-detail-card .card-module-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 0.2px;
}
.pro-detail-card .card-module-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3.5px;
  background-color: #4aab3d;
  border-radius: 2px;
}
.pro-detail-card .article-body {
  font-size: 15px;
  color: #374151;
  line-height: 1.9;
  text-align: justify;
}
.pro-detail-card .article-body p {
  margin: 0 0 18px;
  text-indent: 2em;
}
.pro-detail-card .article-body .article-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
  text-indent: 0;
}
.pro-detail-card .article-img-wrap {
  margin: 26px 0;
  text-align: center;
}
.pro-detail-card .article-img-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.pro-detail-card .article-tags-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px dashed #e5e7eb;
  font-size: 14px;
}
.pro-detail-card .tags-label {
  color: #374151;
  font-weight: 600;
}
.pro-detail-card .tag-link {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #f3f4f6;
  color: #4b5563;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pro-detail-card .tag-link:hover {
  background: #eef7ed;
  color: #4aab3d;
}
.pro-detail-card .article-share-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.pro-detail-card .share-title {
  font-size: 14px;
  color: #374151;
  font-weight: 600;
}
.pro-detail-card .share-buttons-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.pro-detail-card .share-buttons-list .share-btn {
  flex: 1 1 calc((100% - 50px) / 6);
  min-width: 0;
  width: auto !important;
}
.pro-detail-card .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 108px !important;
  height: 32px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.pro-detail-card .share-btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}
.pro-detail-card .share-btn svg,
.pro-detail-card .share-btn .fa-solid,
.pro-detail-card .share-btn .fa-regular,
.pro-detail-card .share-btn .fa-brands {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 1;
}
.pro-detail-card .share-btn.btn-wechat { background-color: #07c160; }
.pro-detail-card .share-btn.btn-weibo { background-color: #e6162d; }
.pro-detail-card .share-btn.btn-facebook { background-color: #3b5998; }
.pro-detail-card .share-btn.btn-whatsapp { background-color: #25d366; }
.pro-detail-card .share-btn.btn-email { background-color: #111827; }
.pro-detail-card .share-btn.btn-copy { background-color: #111827; }
.pro-detail-card .fc-header .fc-subtitle {
  font-size: 13px;
  color: #8b95a1;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .article-detail-card.pro-detail-card {
    padding: 24px 20px !important;
  }
  .pro-detail-card .article-body {
    font-size: 14px;
  }
  .pro-detail-card .share-buttons-list .share-btn {
    flex: 1 1 calc((100% - 20px) / 3);
  }
}

/* 9. 生产设备 (page-equipment.php) */
.Nycase:has(.case_grid) {
  padding: 50px 0 70px !important;
  background: transparent !important;
}
.Nycase:has(.case_grid) .case_main {
  margin-top: 10px;
  padding: 0 !important;
  background: transparent !important;
  border-top: none !important;
  min-height: auto !important;
}
.case_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case_grid a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4/3;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}
.case_grid a:hover {
  transform: translateY(-6px);
}
.case_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}
.case_grid a:hover img {
  transform: scale(1.08);
}
.case_grid .case_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, .85) 0%, transparent 55%);
  opacity: 0;
  transition: opacity .4s ease;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.case_grid a:hover .case_overlay {
  opacity: 1;
}
.case_grid .case_overlay span {
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  transform: translateY(10px);
  transition: transform .4s ease;
}
.case_grid a:hover .case_overlay span {
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .Nycase:has(.case_grid) {
    padding: 36px 0 50px !important;
  }
  .case_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 600px) {
  .case_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .case_grid a {
    aspect-ratio: 16/10;
  }
}

/* 10. 联系我们 (page-contact.php) */
.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  width: 100%;
  box-sizing: border-box;
}
.contact-card {
  flex: 1;
  min-width: 220px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 4px 16px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.03);
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.03), 0 8px 24px rgba(0,0,0,0.06), 0 16px 48px rgba(0,0,0,0.04);
}
.contact-card svg,
.contact-card .contact-fa {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  font-size: 40px;
  color: #4aab3d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card-ewm {
  width: 100px;
  height: 100px;
  margin-bottom: 14px;
  border: 1px solid #eee;
  padding: 5px;
}
.contact-card-ewm img {
  width: 100%;
  height: 100%;
}
.contact-card-label {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
.contact-card p {
  font-size: 14px;
  color: #777;
  margin: 0;
  line-height: 1.5;
}
.contact-map-card {
  width: 100%;
  height: 500px;
  position: relative;
  border: 1px solid #eef0f3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
#amap-container {
  width: 100%;
  height: 100%;
}
.contact-form-section {
  padding: 50px 0 50px;
  background: #ffffff;
}
.Nycase:has(.contact-form-section) {
  background-color: #ffffff !important;
  padding-bottom: 0 !important;
}
.Nycase:has(.contact-form-section) .NyContactUs_Infor {
  background: #ffffff !important;
}
.NyContactUs .NyContactUs_Map {
  padding: 50px 0 !important;
  background: #f7f8fa !important;
}
@media (max-width: 767px) {
  .contact-form-section {
    padding: 30px 0 30px;
  }
  .NyContactUs .NyContactUs_Map {
    padding: 30px 0 !important;
  }
}
.contact-form-card {
  background: #ffffff;
  border: 1px solid #f1f4f6;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  overflow: hidden;
}
.contact-form-header {
  padding: 24px 30px;
  border-bottom: 1px solid #f0f2f5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-form-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.contact-form-body {
  padding: 30px;
}
.contact-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-form-group label {
  font-size: 13px;
  color: #555;
  margin-bottom: 7px;
  font-weight: 500;
}
.contact-form-group label .req {
  color: #e04b4b;
  margin-left: 2px;
}
.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #e0e3e6;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
  border-radius: 6px;
  box-sizing: border-box;
}
.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
  border-color: #4aab3d;
  box-shadow: 0 0 0 3px rgba(74, 171, 61, .1);
}
.contact-form-group textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}
.contact-form-error {
  font-size: 12px;
  color: #e04b4b;
  margin-top: 5px;
  display: none;
}
.contact-form-error.show {
  display: block;
}
.contact-form-submit-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 4px;
}
.contact-form-btn {
  padding: 12px 40px;
  background: #4aab3d;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background .25s;
}
.contact-form-btn:hover {
  background: #378a2c;
}
/* 联系表单移动端单列布局 */
@media screen and (max-width: 767px) {
  .contact-form-card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .contact-form-body {
    padding: 0 16px !important;
  }
  .contact-form-row {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .contact-form-group {
    margin-bottom: 0;
  }
  .contact-form-group input,
  .contact-form-group select,
  .contact-form-group textarea {
    padding: 13px 14px;
    font-size: 14px;
    border-radius: 8px;
  }
  .contact-form-group textarea {
    min-height: 100px;
  }
  .contact-form-submit-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 8px;
  }
  .contact-form-hint {
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
  }
  .contact-form-btn {
    width: 100%;
    padding: 13px 0;
    font-size: 15px;
    border-radius: 8px;
  }
}

/* 关于我们 - 企业文化图标 (Font Awesome) */
.NyAbCulture_Main ul li i.culture-fa {
  background: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #4aab3d;
  border: 2px solid #4aab3d;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.NyAbCulture_Main ul li:hover i.culture-fa {
  color: #fff;
  border-color: #fff;
}

/* 关于我们 - 荣誉资质 */
.NyAboutusHonor_List .swiper-slide {
  text-align: center;
}
.NyAboutusHonor_List .NyAboutusHonor_Name,
.NyAboutusHonor_List span.NyAboutusHonor_Name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}
.NyAboutusHonor_List .swiper-slide:hover .NyAboutusHonor_Name,
.NyAboutusHonor_List .swiper-slide:hover span.NyAboutusHonor_Name {
  color: #4aab3d;
  border-bottom-color: #4aab3d;
}
/* 轮播切换按钮 (Font Awesome) */
.NyAboutusHonor_List .swiper-button-prev3,
.NyAboutusHonor_List .swiper-button-next3 {
  background: none !important;
  background-image: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px;
  color: #4aab3d;
  border: 2px solid #4aab3d;
  border-radius: 50%;
  z-index: 10;
}
.NyAboutusHonor_List .swiper-button-prev3:hover,
.NyAboutusHonor_List .swiper-button-next3:hover {
  background: #4aab3d !important;
  background-image: none !important;
  color: #fff;
}

/* === 页脚社交媒体 - 自定义图标 + 二维码hover弹窗 === */
.solarp-footer .solarp-social-list {
  position: relative;
}
.solarp-footer .solarp-social-item-wrap {
  position: relative;
  display: inline-block;
}
.solarp-footer .solarp-social-item {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.25s ease;
}
.solarp-footer .solarp-social-item:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-2px);
}
.solarp-footer .solarp-social-item .social-custom-icon {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.solarp-footer .solarp-social-item:hover .social-custom-icon {
  transform: scale(1.1);
}
.solarp-footer .solarp-social-item i {
  font-size: 18px;
  line-height: 1;
}
/* 二维码弹窗 */
.solarp-footer .social-qrcode-popup {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 100;
  text-align: center;
  width: 140px;
}
.solarp-footer .social-qrcode-popup::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}
.solarp-footer .solarp-social-item-wrap:hover .social-qrcode-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.solarp-footer .social-qrcode-popup img {
  width: 116px;
  height: 116px;
  display: block;
  object-fit: contain;
  margin: 0 auto 8px;
}
.solarp-footer .social-qrcode-popup p {
  margin: 0;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
