body { background: #f5f7f9; }
  .wrap { max-width: 1000px; margin: 0 auto; background: #fff; box-shadow: 0 0 18px rgba(0,0,0,.06); }
  .banner img { display: block; width: 100%; height: auto; object-fit: cover; }
  .caselist .loop a { color: inherit; text-decoration: none; }
  .caselist .product-card { border: 1px solid #ececec; border-radius: .75rem; overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease; height: 100%; }
  .caselist .product-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.08); }
  .caselist .product-card img { display: block; width: 100%; height: 150px; object-fit: cover; }
  .caselist .product-card h3 { font-size: .92rem; line-height: 1.4; min-height: 1rem; text-align: center; }
  .g-bd .m-btit,
  .g-bd .m-btit a,
  .g-bd .m-btit a:hover,
  .g-bd .m-btit span,
  .g-bd .m-btit span a {
    color: #078a60 !important;
    text-decoration: none !important;
  }
   .g-bd .m-btit {
    font-size: .95rem;
  }
  .pagebar .pagination .page-link { color: #078a60; border-radius: .5rem; margin: .15rem; }
  .pagebar .pagination .page-link.active, .pagebar .pagination .page-item.active .page-link { background: #078a60; border-color: #078a60; color: #fff; }