.primary-btn[data-v-0fe91572] {
  width: 100%;
  height: 1.47rem;
  border: none;
  border-radius: 1.08rem;
  background: linear-gradient(157deg, #55f329 0%, #3ead06 100%);
  color: #fff;
  font-size: 0.5rem;
  font-weight: 500;
  font-family: "HONOR Sans CN", sans-serif;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.primary-btn[data-v-0fe91572]:active:not(:disabled) {
  opacity: 0.92;
  transform: scale(0.985);
}
.primary-btn.primary-btn--glass[data-v-0fe91572] {
  background: linear-gradient(126.81deg, rgba(255, 255, 255, 0.1) 21.1%, rgba(230, 230, 230, 0.1) 71.4%);
  backdrop-filter: blur(0.0133rem);
  box-shadow: none;
  border-radius: 1.004rem;
  height: auto;
  padding: 0.4003rem 0;
}
.primary-btn.primary-btn--glass[data-v-0fe91572]::before {
  content: none;
}
.primary-btn.primary-btn--glass .primary-btn__text[data-v-0fe91572] {
  font-size: 0.4815rem;
  line-height: 1.2;
  color: #fbfbfb;
}
.primary-btn--disabled[data-v-0fe91572] {
  opacity: 0.5;
  cursor: not-allowed;
}
.primary-btn__text[data-v-0fe91572] {
  position: relative;
  z-index: 1;
}
.primary-btn__spinner[data-v-0fe91572] {
  position: relative;
  z-index: 1;
  width: 0.48rem;
  height: 0.48rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  margin-right: 0.24rem;
  animation: btn-spin-0fe91572 0.6s linear infinite;
}
@keyframes btn-spin-0fe91572 {
to {
    transform: rotate(360deg);
}
}