.scroll-x-main {
  /*background-color: #f8f8f8;*/
  overflow-x: hidden;
  /*padding: 0 0.2rem;*/
  position: relative;
  border-bottom: 1px solid #ccc;
}


::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  /*-webkit-border-radius: 5px;*/
  /*-moz-border-radius: 5px;*/
  /*border-radius: 5px;*/

}
.flex {
  display: flex;
}
.scroll-x-main.flex {
  padding-right: 0;
}
.scroll-x-main .scroll-x-list-main {
  overflow-x: scroll;
  height: 28px;
}
.flex-1 {
  display: flex;
  flex: 1;
  -webkit-flex: 1;
}
.scroll-x-main .scroll-item.active {
  font-weight: 600;
  color: #C00201;
  border-bottom: 3px solid #C00201;
  color:inherit£»
}
.scroll-x-main .scroll-item {
  margin-right: 3rem;
  white-space: nowrap;
  color: #838383;
  line-height: 0.86rem;
  margin-top: 3px;
}
.scroll-x-main .right {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-left: 1px solid #edeced;
  margin-bottom: 0.12rem;
}
.flex-center {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.scroll-x-main .right .more-icon {
  border-color: #c7c7c7;
  border-width: 2px;
}
.more-icon {
  border-right: 0.02rem solid #666;
  border-top: 0.02rem solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 0.5rem;
  width: 0.5rem;
}
