.typeList {
  /* margin-top: .32rem; */
  background-color: #FFFFFF;
  font-size: .25rem;
  font-weight: 700;
  color: #7A7A7A;
  padding: .31rem 0 .24rem;
}

.typeList_title {
  white-space: nowrap;
  /*文本不会换行，文本会在在同一行上继续*/
  overflow-y: auto;
}

.typeList_title span:last-child {
  border-right: 0;
}

/*自定义滚动条的伪对象选择器, CSS 可以隐藏滚动条*/

.typeList_title::-webkit-scrollbar {
  display: none;
}

.typeList_title span {
  padding: 0 .26rem;
  border-right: .01rem solid #7A7A7A;
  display: inline-block;
}

.typeList_title span a{
  color: #7A7A7A;
}

.content {
  text-align: center;
  background-color: #FFFFFF;
}
.content img {
  width: 7.29rem;
}