.current-state {}

.bipai-jump {
  margin-top: 1.6rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.4rem;
  padding: 1.2rem 1.6rem;
  background-color: white;
}

.bipai-jump div {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: rgb(40, 44, 60);
}

.bipai-jump img {
  width: 1.2rem;
  height: auto;
  transform-origin: center center;
  transform: rotateZ(180deg);
}

.account-btn {
  margin-top: 1.6rem;
  cursor: pointer;
  padding: 1.2rem 1.6rem;

  text-align: center;
  color: white;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  background-color: rgb(255, 133, 23);
}

.account-btn.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}