// 火狐和Chrome 滚动条兼容性
.innerScroll {
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -12px;
}

.outterScorll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.active {
  color: rgb(24, 144, 255);
  font-weight: 600;
  padding: 8px;
  background: white;
  text-align: center;
  min-width: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 5px;
}

.no-active {
  background: rbg(240, 242, 245);
  font-weight: 600;
  padding: 8px;
  text-align: center;
  min-width: 100px;
  cursor: pointer;
}

.tabTitleList {
  display: flex;
  overflow-x: auto;
}
