.ic-index {
  width: 100%;
}
.ic-index p {
  overflow-x: scroll;
  display: flex;
  padding-top: 0.36rem;
  margin: 0 0.3rem 0;
  -webkit-overflow-scrolling: touch;
}

.ic-index p::-webkit-scrollbar {
  width: 1.48rem;
  height: 0.1rem;
}

.ic-index p::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0.05rem;
  border: 0.02rem solid #f1f1f1;
}

.ic-index p::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius: 0.05rem;
}

.ic-index p::-webkit-scrollbar-thumb:hover {
  background: rgb(162, 162, 163);
}

.ic-index p::-moz-scrollbar {
  width: 1.48rem;
  height: 0.1rem;
}

.ic-index p::-moz-scrollbar-track {
  background: #fff;
  border-radius: 0.05rem;
  border: 0.02rem solid #f1f1f1;
}

.ic-index p::-moz-scrollbar-thumb {
  background: #ececec;
  border-radius: 0.05rem;
}

.ic-index p::-moz-scrollbar-thumb:hover {
  background: rgb(162, 162, 163);
}

.ic-index p::-ms-scrollbar {
  width: 1.48rem;
  height: 0.1rem;
}

.ic-index p::-ms-scrollbar-track {
  background: #fff;
  border-radius: 0.05rem;
  border: 0.02rem solid #f1f1f1;
}

.ic-index p::-ms-scrollbar-thumb {
  background: #ececec;
  border-radius: 0.05rem;
}

.ic-index p::-ms-scrollbar-thumb:hover {
  background: rgb(162, 162, 163);
}

.ic-index p a {
  width: 0.82rem;
  height: 0.82rem;
  flex-shrink: 0;
  background: #f5f5f5;
  display: inline-block;
  line-height: 0.82rem;
  text-align: center;
  color: #666666;
  font-size: 0.26rem;
  margin: 0 0.1rem 0.3rem 0;
  border-radius: 0.04rem;
}
.ic-index p a:last-child {
  margin-right: 0;
}
.ic-index p a.select {
  color: #ff8b0d;
}
.ic-index p a:hover {
  color: #ff8b0d;
}

.icIndex {
  margin-top: 0.32rem;
  background: #fff;
}
.icIndex h1 {
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 0.7rem;
  padding-left: 0.44rem;
}
.icIndex .title {
  height: 0.7rem;
  background: #fff6ec;
  display: flex;
  align-items: center;
}
.icIndex .title span {
  margin-left: 0.16rem;
  color: #999999;
}
.icIndex-list {
  padding: 0.54rem 0rem 0px 0.42rem;
  box-sizing: border-box;
  background: #ffffff;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
}
.icIndex-list li {
  width: 1.6rem;
  margin: 0 1.02rem 0.54rem 0;
}
.icIndex-list li:nth-child(3n) {
  margin-right: 0;
}
.icIndex-list li a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  color: #333;
  font-size: 0.28rem;
}
.icIndex-list li a:hover {
  color: #ff8b0d;
}
