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