.more001 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.48rem;
  border: 0.01rem solid #A1ACBF;
}

.more001 span {
  font-size: 0.16rem;
  color: #333;
  line-height: 1;
  font-weight: normal;
}

.more001 i {
  font-size: 0.16rem;
  display: inline-block;
  margin-left: 0.08rem;
  color: #a98e57;
}

@media (max-width: 960px) {
  .more001 {
    height: auto !important;
    width: fit-content !important;
    border: none !important;
    border-radius: 12px;
  }

  .more001 i {
    font-size: 0.13rem !important;
  }
}

/*# sourceMappingURL=more001.css.map */