.more001 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 0.3rem;
  padding: 0 0.15rem;
  position: relative;
  width: fit-content;
  transition: all 0.3s;
}

.more001 span {
  font-size: 0.16rem;
  color: #333;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
  transition: all 0.3s;
}

.more001 .circle {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background-color: var(--ruifox-color-primary-1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.05rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.more001 i {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 1px dashed #fff;
  line-height: 0.14rem;
  text-align: center;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s;
}

@media (max-width: 960px) {
  .more001 {
    padding: 0 5px;
  }
}

/*# sourceMappingURL=more001.css.map */