/* 品牌Logo列表 */
.ccontainer{
  overflow:hidden;
  width:95%;
  background:#FFF;
  margin:auto;
  margin-top:12px;
  border-radius:4px;
}
.jxyh_logo{
  width:100%;
  overflow:hidden;
  padding:4px 0;
}
.jxyh_logo a{
  display:block;
  float:left;
  width:33.33%;
  box-sizing:border-box;
  text-align:center;
  padding:14px 6px;
  border-bottom:1px solid #f0f0f0;
  border-right:1px solid #f0f0f0;
  -webkit-tap-highlight-color: transparent;
}
.jxyh_logo a:nth-child(3n){
  border-right:none;
}
.jxyh_logo a img{
  width:90px;
  height:45px;
  display:block;
  margin:auto;
  object-fit:contain;
}

/* 无Logo品牌名称列表 */
.brand_bd{
  overflow:hidden;
  width:95%;
  margin:auto;
  margin-top:12px;
}
.brand_bd a{
  display:block;
  float:left;
  width:32%;
  margin:0 0.66% 8px;
  box-sizing:border-box;
  font-size:14px;
  border:1px solid #eee;
  height:42px;
  line-height:42px;
  text-align:center;
  background:#fff;
  border-radius:4px;
  color:#555;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding:0 6px;
  -webkit-tap-highlight-color: transparent;
}

/*品牌详情页面brand.dwt*/
.brand_images{ width:100%; overflow:hidden; margin:auto; position:relative}
.brand_images span{ display:block; width:90%; overflow:hidden; position:absolute; bottom:0; left:0}
.brand_images span i{ display:block; width:30%; float:left;}
.brand_images span i img{ display:block; width:100%; height:auto}

.brand_images img{ display:block; width:100%; height:auto}
