.shop-zx, .app-zx {
  display: none;
}
/* 兴生活商家 */
.shop-zx .ios, .shop-zx .android{
  background: #B60005;
}
.tab-content.shop-zx .box:nth-child(even) {
  background: #FFFAFA;
}
.tab-content.shop-zx .box .text-part .row1{
  color: #B60005;
}
.tab-content.shop-zx .box .text-part .row2{
  background: #B60005;
}
/* 兴生活营销 */
.app-zx .ios, .app-zx .android{
  background: #B60005;
}
.tab-content.app-zx .box:nth-child(even) {
  background: #FFFAFA;
}
.tab-content.app-zx .box .text-part .row1{
  color: #B60005;
}
.tab-content.app-zx .box .text-part .row2{
  background: #B60005;
}