.categories {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
}
.categories .item {
  fontfamily: MicrosoftYaHei;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  width: 2rem;
  padding-left: 0.2rem;
  height: 0.51rem;
  line-height: 0.51rem;
  letter-spacing: 0rem;
  color: #343535;
  text-align: center;
  margin: 0 0.2rem;
  background-color: #cccccc;
  border-radius: 0.5rem;
  position: relative;
}
.categories .item:before {
  content: '';
  width: 0.32rem;
  height: 0.32rem;
  background-color: #e5e5e5;
  border-radius: 0.32rem;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
}
.categories .item.cur,
.categories .item:hover {
  background-color: #000000;
  color: #e6c519;
}
.categories .item.cur:before,
.categories .item:hover:before {
  background-color: #e6c519;
}
/*# sourceMappingURL=category.css.map */