.more001 {
  display: flex;
  align-items: center;
  font-weight: normal;
  border-radius: 100px;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 0.3rem;
  width: fit-content;
  padding: 0 0.15rem;
  transition: all 0.3s;
}

.more001 span {
  font-size: 0.16rem;
  color: #333;
  line-height: 1;
  transition: all 0.3s;
  flex-shrink: 0;
}

/*# sourceMappingURL=more001.css.map */