.more001 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  overflow: hidden;
  height: 0.35rem;
  /* padding: 0 0.25rem; */
  padding-top: 0.04rem;
  padding-bottom: 0.04rem;
  padding-left: 0.2rem;
  padding-right: 0.16rem;
  border-radius: 100px;
  border: 1px solid #ddd;
  position: relative;
  width: fit-content;
}

.more001:hover span {
  color: #7A6851 !important;
}

.more001 span {
  font-size: 0.16rem;
  color: #333;
  line-height: 1;
  font-weight: normal;
}

.more001 img {
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.1rem;
}

/*# sourceMappingURL=more001.css.map */