.elementor-164 .elementor-element.elementor-element-48c4f7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-164 .elementor-element.elementor-element-3387bd5{text-align:center;}/* Start custom CSS for container, class: .elementor-element-48c4f7a */#couati.e-con {
  position: relative;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  text-align: center;
  padding: 18px 26px 40px; /* 略微缩小上下内边距 */
  transition: all 0.35s ease;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

#couati.e-con:hover {
  transform: translateY(-8px);
  border-color: rgba(128, 0, 0, 0.4);
  box-shadow: 0 10px 28px rgba(128, 0, 0, 0.15);
}

/* —— 图片区域 —— */
#couati .elementor-widget-image {
  position: relative;
  z-index: 1;
}

#couati .elementor-widget-image img {
  width: 100%;
  max-width: 300px; /* 更大 */
  height: auto;
  margin: 0 auto 12px; /* 缩小底部间距 */
  border-radius: 12px; /* 给产品图加圆角 */
  transition: transform 0.35s ease, filter 0.4s ease;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.08));
}

#couati:hover .elementor-widget-image img {
  transform: scale(1.07) translateY(-4px); /* 略微更明显 */
  filter: drop-shadow(0 16px 24px rgba(128, 0, 0, 0.18));
}

/* —— 型号小标签 —— */
#couati .elementor-widget-heading:first-of-type .elementor-heading-title {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #800000;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  background: rgba(128, 0, 0, 0.06);
  border-radius: 6px;
  padding: 4px 10px;
  margin: 6px 0 8px;  /* 更紧凑 */
  transition: all 0.3s ease;
}

#couati:hover .elementor-widget-heading:first-of-type .elementor-heading-title {
  background: #800000;
  color: #fff;
}

/* —— 产品标题 —— */
#couati .elementor-widget-heading:last-of-type .elementor-heading-title {
  font-size: 19px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}

#couati .elementor-widget-heading:last-of-type a {
  color: inherit;
  text-decoration: none;
}

#couati:hover .elementor-widget-heading:last-of-type .elementor-heading-title {
  color: #800000;
}

/* —— 底部强调线 —— */
#couati.e-con::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #800000, #b30000);
  border-radius: 3px;
  transition: width 0.4s ease;
}

#couati:hover::after {
  width: 60%;
}

/* —— 响应式 —— */
@media (max-width: 992px) {
  #couati.e-con {
    padding: 24px 16px 32px;
  }
  #couati .elementor-widget-image img {
    max-width: 260px; /* 移动端保持协调 */
  }
  #couati .elementor-widget-heading:last-of-type .elementor-heading-title {
    font-size: 17px;
  }
}/* End custom CSS */