/* created by zyh on 2019/07/02 */
/* 微信端登录页样式 */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	background-color: #f5f7fa;
}

input {
	outline: none !important;
	font-size: 16px;
}

#signupForm {
	background-color: #fff;
	border-radius: 12px;
	/*margin: 20px auto;*/
	max-width: 100%;
	padding: 25px 20px;
	position: relative;
}

#signupForm tr td {
	position: relative !important;
	padding: 5px 0;
}

.Validform_error, input.error, select.error {
	background-color: #fff !important;
	border-color: #ff4d4f !important;
}

label.error {
	position: absolute;
	right: 15px !important;
	top: 50% !important;
	transform: translateY(-50%);
	color: #ff4d4f;
	font-size: 12px;
	margin-top: -20px;
}

.banner {
	width: 100%;
	max-height: 200px;
	overflow: hidden;
}

.banner>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Login_bottom {
	background: transparent;
	/*padding: 0 15px !important;*/
}

.border-bottom {
	border-bottom: 1px solid #f0f0f0;
	transition: border-color 0.3s ease;
}

.border-bottom:focus-within {
	border-bottom-color: #6A7CFD;
}

.Login_bottom tr td input {
	border: none !important;
	padding-left: 45px;
	width: 100%;
	height: 45px;
	background-color: transparent;
	transition: all 0.3s ease;
}

.dl_login, .Login_bottom tr td input.dl_login {
	color: #fff;
	background: linear-gradient(135deg, #6A7CFD 0%, #4B68F5 100%) !important;
	border: none !important;
	height: 45px !important;
	line-height: 45px !important;
	border-radius: 23px !important;
	margin: 10px auto 0;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(106, 124, 253, 0.3);
	display: block;
}

.dl_login:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(106, 124, 253, 0.4);
}

.dl_login:active {
	transform: translateY(0);
}

.locked-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 22px;
	height: 22px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.border-bottom:focus-within .locked-icon {
	opacity: 0.8;
}

.Login_bottom td a.hqxzm {
	display: inline-block;
	width: 30%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f5f7fa;
	color: #4b4c4d;
	margin: 0 5px;
	font-size: 14px;
	border-radius: 8px;
	transition: all 0.3s ease;
	border: 1px solid #e8e8e8;
}

.Login_bottom td a.hqxzm:hover {
	background: #e8e8e8;
	border-color: #d9d9d9;
}

.phone-register {
	display: inline-block;
	float: left;
	margin-left: 0;
	font-size: 14px;
	color: #6A7CFD;
	text-decoration: none;
	transition: color 0.3s ease;
}

.phone-register:hover {
	color: #4B68F5;
	text-decoration: underline;
}

.forget-password {
	display: inline-block;
	float: right;
	margin-right: 0;
	font-size: 14px;
	color: #6A7CFD;
	text-decoration: none;
	transition: color 0.3s ease;
}

.forget-password:hover {
	color: #4B68F5;
	text-decoration: underline;
}

.messageyzm {
	display: inline-block;
	width: 30%;
	border: 1px solid #6A7CFD !important;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #6A7CFD;
	margin: 0 5px;
	font-size: 14px;
	padding-left: 0 !Important;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.messageyzm:hover:not(.on) {
	background: #6A7CFD;
	color: #fff;
}

.on {
	color: #ccc;
	border-color: #ccc !important;
	cursor: not-allowed;
	background: #f5f7fa;
}

.send-message {
	padding: 15px;
	margin: 0;
}

/* 响应式设计 */
@media screen and (min-width: 500px) {
	.banner {
		width: 100%;
		height: 200px;
		overflow: hidden;
	}

	.banner>img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#signupForm {
		padding: 40px 35px;
	}

	.Login_bottom td a.hqxzm {
		width: 120px;
	}

	.messageyzm {
		width: 120px;
	}
}

@media screen and (max-width: 330px) {
	.Login_bottom td a.hqxzm {
		width: 25%;
		font-size: 12px;
	}

	.messageyzm {
		width: 25%;
		font-size: 12px;
	}
}

/* 输入框占位符样式 */
::-webkit-input-placeholder {
	color: #606060;
	font-weight: 400;
}

:-moz-placeholder {
	color: #999999;
	opacity: 1;
	font-weight: 500;
}

::-moz-placeholder {
	color: #999999;
	opacity: 1;
	font-weight: 500;
}

:-ms-input-placeholder {
	color: #999999;
	font-weight: 500;
}

/* 验证码图片样式 */
/* 验证码输入框容器 */
.verification-container {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	position: relative;
	padding-right: 10px;
	box-sizing: border-box;
}

/* 验证码容器内的输入框 */
.verification-container input.login_wbk.inputcheckbox {
	flex: 1;
	min-width: 0;
	border: none !important;
	background-color: transparent;
	height: 45px !important;
	padding-left: 45px !important;
	transition: all 0.3s ease;
	margin: 0;
}

/* 获取验证码按钮 */
.messageyzm {
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #6A7CFD;
	margin: 0;
	font-size: 13px;
	/*padding: 0 12px !important;*/
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: auto !important;
	min-width: 100px;
	border: 1px solid #6A7CFD !important;
	vertical-align: middle;
	outline: none;
	flex-shrink: 0;
}

.messageyzm:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(106, 124, 253, 0.2);
}

.messageyzm:active {
	transform: scale(0.98);
	background-color: #f5f5f5;
}

/* 验证码图片容器 */
.user-yz-img {
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
}

/* 验证码图片 */
.imgcode {
	border-radius: 6px;
	border: 1px solid #f0f0f0;
	transition: all 0.3s ease;
	width: 80px;
	height: 40px;
	object-fit: cover;
	flex-shrink: 0;
}

/* 锁定图标位置调整 */
.verification-container .locked-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
}

/* 响应式设计 */
@media screen and (min-width: 500px) {
	.imgcode {
		width: 90px;
		height: 45px;
	}

	.messageyzm {
		min-width: 120px;
		font-size: 14px;
		padding: 0 15px !important;
		height: 45px;
		line-height: 45px;
	}
}

@media screen and (max-width: 330px) {
	.imgcode {
		width: 70px;
		height: 38px;
	}

	.messageyzm {
		min-width: 80px;
		font-size: 12px;
		padding: 0 8px !important;
		height: 38px;
		line-height: 38px;
	}

	.verification-container {
		gap: 6px;
	}
}
.imgcode:hover {
	transform: scale(1.02);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 移除验证码容器内链接的灰色背景 */
.verification-container a.hqxzm {
	background: transparent !important;
	border: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	line-height: normal !important;
}

.verification-container a.hqxzm:hover {
	background: transparent !important;
	border: none !important;
}
