.elementor-804 .elementor-element.elementor-element-e01dfa2{--display:flex;}.elementor-804 .elementor-element.elementor-element-83390ce{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-804 .elementor-element.elementor-element-e01dfa2{--content-width:1440px;}.elementor-804 .elementor-element.elementor-element-83390ce{--width:1440%;}}/* Start custom CSS for html, class: .elementor-element-e2e15da */.yy-product-layout {
  display: flex;
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Microsoft YaHei", sans-serif;
}

/* 侧边栏整体 */
.yy-sidebar {
  width: 260px;
  flex-shrink: 0;
  font-family: "Arial", sans-serif;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
    box-sizing: border-box;
}

/* 侧边栏标题 */
.yy-sidebar-title {
  background-color: #0052cc;
  color: #fff;
  font-size: 16px;
  padding: 14px 20px;
  font-weight: normal;
}

/* 一级分类列表 */
.yy-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.yy-cat-item {
  border-bottom: 1px solid #e0e0e0;
}
.yy-cat-item:last-child {
  border-bottom: none;
}

.yy-cat-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  background: #f8f9fa;
  font-size: 14px;
}

.yy-cat-link {
  display: block;
  padding: 12px 20px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
}
.yy-cat-link:hover {
  background-color: #f5f5f5;
}

.yy-cat-item.active .yy-cat-link {
  color: #333333;
  font-weight: normal;
}

/* 展开收起箭头 */
.yy-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #0052cc;
  transition: 0.2s;
}
.yy-arrow.up {
  transform: rotate(180deg);
}

/* 子分类 */
.yy-subcat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fafbfc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.yy-subcat-list.open {
  max-height: 200px;
}

.yy-subcat-item a {
  display: block;
  padding: 10px 20px 10px 35px;
  font-size: 13px;
  color: #0f0f0f;
  text-decoration: none !important;
  font-weight: normal;
}
.yy-subcat-item.active a {
  color: #0052cc;
  font-weight: normal;
}

/* 产品内容区域 */
.yy-product-content {
  flex: 1;
}
.yy-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.yy-product-item {
  border: 1px solid #eee;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.yy-product-item:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

/* 产品图片 */
.yy-product-img {
  width: 250px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
}
.yy-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 产品信息 */
.yy-product-info {
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.yy-product-name {
  font-size: 17.6px;
  color: #0f0f0f;
  margin: 0 0 8px;
  font-weight: normal;
}
.yy-product-desc {
  font-size: 12px;
  color: #999;
  margin: 0 0 12px;
  line-height: 1.4;
  min-height: 40px;
}

/* 产品按钮 */
.yy-product-btn {
  display: inline-block;
  padding: 9px 15px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #0052cc;
  color: #0052cc;
  border-radius: 3px;
  text-decoration: none !important;
  margin-top: auto;
}
.yy-product-btn:hover {
  background: #0052cc;
  color: #fff;
}

/* 响应式适配 */
@media (max-width: 992px) {
  .yy-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .yy-product-layout {
    flex-direction: column;
  }
  .yy-sidebar {
    width: 100%;
  }
  .yy-product-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */