/* PC 搜索条模块微调：无需伪静态 */
.site-searchbar .wrap .txt {
  width: 4.2rem;
  max-width: 38%;
}
.site-searchbar .wrap .txt span {
  font-size: 12px !important;
  line-height: 22px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px !important;
  margin-top: 10px !important;
}
.site-searchbar .wrap form input[type="submit"] {
  width: 20px;
  height: 34px;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  outline: none;
  cursor: pointer;
  background: url(/static/images/but.png) no-repeat center center;
  background-size: 16px 16px;
  text-indent: -999px;
  overflow: hidden;
}
.site-searchbar .wrap .tel b {
  white-space: nowrap;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .site-searchbar .wrap .txt span {
    font-size: 11px !important;
  }
  .site-searchbar .wrap .tel b {
    font-size: 18px;
  }
}

/* 页脚 / 联系我们：电话同一行 */
footer .wrap .lxfs .foot-phone-line {
  display: inline !important;
  white-space: nowrap;
  color: inherit;
}
.page-contact .lxfs .contact-phone-line {
  display: inline;
  white-space: nowrap;
}

/* 首页横幅：缩小图文、拉开间距 */
.site-hengfu .wrap {
  align-items: center;
  gap: 0.5rem;
}
.site-hengfu .wrap .pic {
  width: 2rem !important;
  flex-shrink: 0;
  margin-right: 0.28rem;
}
.site-hengfu .wrap .text {
  flex: 1;
  min-width: 0;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.site-hengfu .wrap .text .t1 {
  font-size: 0.15rem;
  line-height: 0.34rem;
}
.site-hengfu .wrap .text .t2 {
  font-size: 0.16rem;
  line-height: 0.4rem;
  white-space: nowrap;
}
.site-hengfu .wrap .text .t3 {
  font-size: 0.1rem;
  line-height: 0.28rem;
}
.site-hengfu .wrap .lxfs {
  flex-shrink: 0;
  max-width: 2.8rem;
}
.site-hengfu .wrap .lxfs .tel {
  font-size: 0.12rem;
}
.site-hengfu .wrap .lxfs .tel b {
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.site-hengfu .wrap .lxfs a {
  font-size: 0.14rem;
  line-height: 0.38rem;
  padding: 0 0.1rem;
}

/* 导航高亮：li.active / a.on 与原站 hover 一致；移动端同步 */
.nav-ul > li.active > .nav_a,
.nav-ul > li > .nav_a.on {
  color: #fff;
  background-color: #019df4;
}
.sjnav li.active a {
  color: #019df4;
  font-weight: bold;
}

/* 详情页上下篇：独立于 .t2，避免继承 rem 根字号（100px）导致重叠 */
.product-show .post-pager {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 20px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  clear: both;
}
.product-show .post-pager-prev,
.product-show .post-pager-next {
  flex: 1 1 240px;
  min-width: 0;
}
.product-show .post-pager-next {
  text-align: right;
}
.product-show .post-pager a {
  color: #0078d9;
  font-size: inherit;
  line-height: inherit;
  word-break: break-all;
}
.product-show .post-pager a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .product-show .post-pager-prev,
  .product-show .post-pager-next {
    flex-basis: 100%;
    text-align: left;
  }
}
