/* 小二商家 */
.shop .ios, .shop .android{
  background: #3C96EA;
}
.tab-content.shop .box:nth-child(even) {
  background: #F9FBFF;
}
.tab-content.shop .box .text-part .row1{
  color: #3C96EA;
}
.tab-content.shop .box .text-part .row2{
  background: #3C96EA;
}
/* 小二营销 */
.app {
  display: none;
}
.app .ios, .app .android{
  background: #3C96EA;
}
.tab-content.app .box:nth-child(even) {
  background: #F9FBFF;
}
.tab-content.app .box .text-part .row1{
  color: #3C96EA;
}
.tab-content.app .box .text-part .row2{
  background: #3C96EA;
}