/* PDA / 小屏：主区域按内容撑开，避免固定高度让 footer 盖住登录按钮 */
@media (max-width: 767px) {
	html,
	body.index_body {
		height: auto !important;
		min-height: 100%;
	}

	.login-page-main,
	.mainlogo {
		height: auto !important;
		min-height: 0;
		padding-bottom: 20px;
	}

	.mainlogo .login_box {
		padding-top: 12px;
		padding-bottom: 8px;
	}

	.login-footer {
		position: relative;
		height: auto !important;
		min-height: 0;
		padding: 10px 12px 16px;
		z-index: 0;
	}

	.login-footer p {
		padding-top: 0;
		margin: 0;
		font-size: 12px;
		line-height: 1.4;
	}
}

html.pda-device,
body.pda-device {
	height: auto !important;
	min-height: 100%;
}

body.pda-device .login-page-main,
body.pda-device .mainlogo {
	height: auto !important;
	min-height: 0;
	padding-bottom: 20px;
}

body.pda-device .mainlogo .login_box {
	padding-top: 12px;
	padding-bottom: 8px;
}

body.pda-device .login-footer {
	position: relative;
	height: auto !important;
	min-height: 0;
	padding: 10px 12px 16px;
	z-index: 0;
}

body.pda-device .login-footer p {
	padding-top: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
}

/* PDA 登录：记住密码（蓝底上提高可读性与点击区域） */
.remember-group {
	margin-top: 2px;
	margin-bottom: 12px;
}

.remember-group .remember-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 6px 2px;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.remember-group .remember {
	width: 16px;
	height: 16px;
	margin: 0;
	flex-shrink: 0;
	cursor: pointer;
	accent-color: #ffffff;
}
