.primary-button {
  display: flex;
  width: 7.17rem;
  height: 0.88rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.44rem;
  background: var(--button-blue);
  color: #ffffff;
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 0.88rem;
  text-align: center;
}

.primary-button.disabled,
.primary-button:disabled {
  background: rgba(38, 120, 255, 0.6);
}

.toast {
  position: fixed;
  right: 0.6rem;
  bottom: 1.9rem;
  left: 0.6rem;
  z-index: 200;
  padding: 0.22rem 0.28rem;
  border-radius: 0.16rem;
  background: rgba(0, 0, 0, 0.78);
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.36rem;
  text-align: center;
}

.loading-mask,
.modal-mask {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.78);
}

.loading-mask[hidden],
.toast[hidden] {
  display: none;
}

.loading-box {
  padding: 0.26rem 0.34rem;
  border-radius: 0.16rem;
  background: rgba(0, 0, 0, 0.78);
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.36rem;
}

.radio {
  position: relative;
  width: 0.30rem;
  height: 0.30rem;
  margin-right: 0.10rem;
  border: 0.04rem solid #a6a6a6;
  border-radius: 50%;
  flex: 0 0 0.30rem;
}

.radio.checked {
  border: 0;
}

.radio-icon {
  width: 0.30rem;
  height: 0.30rem;
}

.field,
.select-field,
.textarea-field {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.36rem;
}

.field::placeholder,
.textarea-field::placeholder {
  color: var(--placeholder);
}

.modal-dialog {
  position: relative;
  width: 5.6rem;
  height: 2.64rem;
  padding-top: 0.58rem;
  border-radius: 0.3rem;
  background: var(--surface);
}

.modal-message {
  display: block;
  color: #555555;
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 0.44rem;
  text-align: center;
}

.modal-actions {
  position: absolute;
  right: 0.18rem;
  bottom: 0.19rem;
  left: 0.18rem;
  display: flex;
  gap: 0.17rem;
}

.modal-button {
  display: flex;
  width: 2.54rem;
  height: 0.9rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  font-size: 0.32rem;
  font-weight: 400;
  text-align: center;
}

.modal-cancel {
  border: 0.03rem solid #dce4ff;
  background: #eff3ff;
  color: #868686;
}

.modal-confirm {
  background: #2678ff;
  color: #ffffff;
}
