/* 登录成功 / 退出 / 错误跳转页 */
.auth-jump-page {
	padding-bottom: 48px;
}

.auth-jump-wrap {
	max-width: 400px;
}

.auth-jump-card {
	text-align: center;
	padding: 36px 28px 32px;
}

.auth-jump-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.auth-jump-card.is-success .auth-jump-icon {
	background: linear-gradient(135deg, #34d399, #10b981);
	color: #fff;
}

.auth-jump-card.is-error .auth-jump-icon {
	background: linear-gradient(135deg, #f87171, #ef4444);
	color: #fff;
}

.auth-jump-title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.auth-jump-msg {
	margin: 0 0 22px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.6;
}

.auth-jump-progress {
	height: 4px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 12px;
}

.auth-jump-progress-inner {
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, #6366f1, #3b82f6, #0ea5e9);
	border-radius: 4px;
	transition: width 1s linear;
}

.auth-jump-hint {
	margin: 0 0 18px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.auth-jump-hint #wait {
	color: #a5b4fc;
	font-weight: 600;
}

.auth-jump-btn {
	display: block;
	text-decoration: none;
}

/* 前台退出确认弹层（wcPop） */
.rent-logout-pop {
	text-align: center;
	padding: 8px 4px 4px;
}

.rent-logout-pop .pop-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(59, 130, 246, 0.35));
	border: 1px solid rgba(99, 102, 241, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.rent-logout-pop h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	color: #1f2937;
}

.rent-logout-pop p {
	margin: 0;
	font-size: 14px;
	color: #6b7280;
	line-height: 1.5;
}

/* 覆盖 wcPop android 底部按钮区 */
.wcPop .popui__android .popui__panel-child {
	border-radius: 14px 14px 0 0;
	overflow: hidden;
}

.wcPop .popui__android .popui__panel-cnt {
	padding: 20px 20px 8px !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: #374151 !important;
}

.wcPop .popui__android .popui__panel-foot {
	border-top: 1px solid #f0f0f0;
}

.wcPop .popui__android .popui__panel-foot span {
	font-size: 16px !important;
	font-weight: 500;
	padding: 14px 0 !important;
}

.wcPop .popui__android .popui__panel-foot span:last-child {
	color: #ef4444 !important;
	font-weight: 600;
}
