/* 商品统计 右侧品牌信息 */

/* 品牌内容区 */
.product-brand .product-brand-con {
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px dashed var(--info-NoLight);
  /* border-radius: 8px; */
}

/* 品牌图片  */
.product-brand .img-box {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  text-align: center;
  border: 1px solid #e9e9e9;
}

.product-brand .img-box img {
  margin-top: 12px;
  height: 45px;
  max-width: 160px;
}

/* 品牌数据 */
.product-brand .item {
  margin-top: 5px;
  width: 100%;
}

.c9a9a9a,
.color9a {
  color: var(--info-color);
}

/* 左侧标题 */
.product-brand .layout-left {
  width: 80px !important;
}

/* 溢出隐藏 */
.product-brand .product-brand-con .inline-block {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 55%;
  display: inline-block;
}

/* 品牌标题 */
.product-brand .product-brand-con .item span :hover {
  color: var(--main-color);
}
