.list-special001 ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
}

.list-special001 ul li {
  display: flex;
  margin-right: 2%;
  width: 23%;
  margin-bottom: 0.3rem;
}

.list-special001 ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.list-special001 ul li a .img {
  width: 100%;
  height: 1.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ruifox-color-primary-1);
}

.list-special001 ul li a .img>span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.24rem;
  line-height: 1;
}

.list-special001 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-special001 ul li a .bottom {
  flex: 1;
  padding: 0.1rem 0;
  border-bottom: 1px solid #d7d7d7;
}

.list-special001 ul li a .bottom p {
  font-size: 0.16rem;
  line-height: 1.1;
}

.list-special001 ul li a .hover-line {
  height: 0.02rem;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #01847C;
  transition: .3s ease;
}

.list-special001 ul li a:hover .hover-line {
  width: 100%;
}

@media (max-width: 960px) {
  .list-special001 ul {
    margin-right: 0;
  }

  .list-special001 ul li {
    width: 100%;
    margin-right: 0;
  }
}

/*# sourceMappingURL=category-main-special001.css.map */