/*遇见问题*/
.yjwt{
	text-decoration: none;
	color: #666;
	float: right;
	margin-top: 8%;
	font-size: 20px;
	font-family: 楷体;
	font-weight: normal;
}

.back-btn {
	display: inline-block;
	margin-top: 30px;
}

.imgfh{
	width: 60px;
	height: 60px;
	margin-left: 10px;
}
.imgfh:hover{
	    transform: scale(1.1);
}

.mmdl{
	margin-top: 20px;
	margin-left: 25px;
	font-family:楷体;
	font-size: 25px;
}

.ts{
margin-top: 10px;
	font-family:楷体;
	margin-left: 20px;
}

.login-content {
	padding: 0 30px;
	margin-top: 20px;
}

.input-container {
	margin-top: 20px;
}

.input-group {
	margin-bottom: 20px;
	position: relative;
}

.zhm-input{
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 2px solid #e0e0e0;
	outline: none;
	font-size:30px;
	padding: 10px 15px;
	background: transparent;
	transition: all 0.3s ease;
	color: #333;
}

.mm-input{
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 2px solid #e0e0e0;
	outline: none;
	font-size: 30px;
	padding: 20px 15px;
	background: transparent;
	transition: all 0.3s ease;
	color: #333;
}

/* 输入框聚焦效果 */
.zhm-input:focus, .mm-input:focus {
	border-bottom-color: darkturquoise;
	background-color: rgba(0, 206, 209, 0.05);
}

/* 占位符样式 */
.zhm-input::placeholder, .mm-input::placeholder {
	color: #999;
	font-size: 20px;
	font-family: 楷体;
}

.login-btn{
	margin: 0 auto; /*居中显示*/
	height: 40px;
	width:100%;
	font-family:楷体;
	font-size: 20px;
	background-color: darkturquoise;;
	color: white;
	margin: 0 auto; /*居中显示*/
	margin-top: 10px;
	border: none; /*取消边框*/
}

.login-btn:hover {
	background-color: #00b7bd;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 206, 209, 0.4);
}

.login-btn:active {
	transform: translateY(0);
}

.error-message {
	color: #ff4757;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	min-height: 40px;
}