.tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 .4rem;
}

.tabs-box .data-tabs {
  height: .7067rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  min-width: 100%;
  background: #f5f5f5;
  position: relative;
  z-index: 9;
}

.tabs-box .data-tabs .tab-item {
  font-size: 0.4rem;
  color: #333;
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs-box .data-tabs .tab-item.active {
  background: #fff;
  color: #E30404;
}
