/* 登录跳转提示页 / 注册页 */

.wy-jump-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.wy-mac-msg-jump {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  text-align: center;
  max-width: 360px;
  width: 100%;
}
.wy-msg-jump-tit { font-size: 19px; font-weight: 800; margin-bottom: 14px; }
.wy-msg-jump-greeting { font-size: 13px; color: var(--text-second); margin-bottom: 6px; }
.wy-msg-jump-text { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.wy-msg-jump-action a { color: var(--accent); font-weight: 700; }
.wy-msg-jump-action a:hover { text-decoration: underline; }
.wy-msg-jump-wait { color: var(--accent); font-style: normal; }

.wy-jump-card {
  position: static;
  width: 100%;
  max-width: 380px;
  box-shadow: var(--shadow);
}
