/* product_category */
.seo-intro > h1 {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.seo-intro > h2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 22px;
}

.pagination a {
  width: 40px;
  height: 40px;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 0 2px;
}

.pagination a:hover {
  background-color: #eb3e32;
}


.pagination .artice {
  width: 40px;
  height: 40px;
  background-color: #0ae;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 0 2px;
}
.quantity-box-detail ul li a {
  padding-left: 10px;
}

.quantity-box-detail h6 {
  padding: 10px;
  background: #0ae;
  color: #fff;
}

.header-form .search-box {
  padding: 15px 20px 15px 20px;
}

.header-form button {
  padding: 0px 7px;
}

.quantity-box-detaila {
  display: block;
  padding: 10px;
  color: #000;
  font-weight: 500;
  padding-left: 0px;
}

.quantity-box-detaila span {
  float: right;
}

.header-btm .nav-item {
  padding: 10px;
}
.header-btm .nav-item .nav-link {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.header-top {
  background: #fff;
  border-bottom: 2px solid #8cdeff;
}
.header-form button {
  background-color: #0ae;
}
.header-form .search-box {
  border: 1px solid #0ae;
}
.header-mdl {
  border-bottom: 1px solid rgba(0, 127, 238, 0.5);
}
.header-btm {
  border-bottom: 0px;
}
header {
  box-shadow: 0 0 10px #0ae;
}
@media (max-width: 991px) {
  .header-form {
    display: block;
  }
  .header-btm .navbar .navbar-collapse > ul > li > a:hover,
  .header-btm .navbar .navbar-collapse > ul > li.active > a,
  .header-btm .navbar .navbar-collapse > ul > li.show > a {
    background-color: #0ae;
  }
  .headermenu {
    display: block !important;
    padding: 10px;
    background: #0ae;
    margin-top: 10px;
    color: #fff;
  }
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(0.8); /*开始为原始大小*/
  }
  25% {
    transform: scale(0.9); /*放大1.1倍*/
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(0.9);
  }
}
.hotitem {
  -webkit-animation-name: scaleDraw; /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
  -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
  -webkit-animation-duration: 3s; /*动画所花费的时间*/
}
.header-btm .nav-item {
  padding: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-btm {
  background-color: #0ae;
}
.header-btm .navbar .navbar-collapse > ul > li > a {
  color: #fff;
}
.header_list > li a {
  color: #0099ff;
}
.all-menu > li > a {
  padding: 6px 11px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
  .header-btm .nav-item {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header-mdl {
  padding: 0px;
}
.header-logo img {
  max-width: 250px;
}
.product-box {
  padding: 12px;
  box-shadow: 2px 2px 10px #ccc;
}
@media (min-width: 992px) .navbar-expand-lg .navbar-nav .dropdown-menu {
  min-width: 14rem;
}

/* ===== 产品列表卡片高度统一: 图片按1:1完整显示, 标题固定两行 (2026-07) ===== */
.product-img.common-cart-img a.cart-name {
  display: block;
}
.product-img.common-cart-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.product-info.common-cart-info > a.cart-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  min-height: 3em;
}

/* ===== Our Expos 展会卡片: 宽度对齐 g 站, 展会宽图不强制 1:1 (去除卡片上下留白) (2026-08) =====
   注意: .list_grid_container 在展会页(page.dwt: .blog_detail-inner-section)和产品列表页
   (product_category.dwt: .shop-inner-section)都有用. 这里只限定展会页, 别误伤产品列表 */
.blog_detail-inner-section .list_grid_container {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.blog_detail-inner-section .list_grid_container .product-img.common-cart-img img {
  aspect-ratio: auto;
}

/* ===== 产品列表卡片放大美化 (2026-08): 放开宽度(仍每行4列) + 圆角 + 悬停上浮 ===== */
.shop-inner-section .list_grid_container {
  max-width: none;
}
.shop-inner-section .product-box.box-7 {
  border-radius: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.shop-inner-section .product-box.box-7:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  transform: translateY(-5px);
}
.shop-inner-section .product-img.common-cart-img img {
  border-radius: 8px;
}
