@media only screen and (max-width: 540px) {


.login-zhuti{
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	
	z-index: 10;
	position: relative;
}

.login-logo{
	width: 148px;
	height: 37px;
	position: fixed;
	top:124px;
	left:50%;
	z-index: 3;
	margin-left: -74px;
}
.login-logo img {
	width: 148px;
	height: 37px;
	object-fit: cover;
}
.login-home{

    font-size: 14px;	top:190px; 	position:fixed;	z-index: 10000;	color: #fff;	width: 70px;	height: 30px;	left: 50%;	margin-left: -20px;


}
.login-home a {
	width: 70px;
	height: 30px;
	display: block;
	color: #fff;
	position: relative;
}
.login-ding-hei{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top:0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to bottom,rgba(0,0,0,0.8),rgba(0,0,0,0));
	
}
.login-kuang{
	width: 100%;
	height: auto;
	position: absolute;
	margin-left: 0;

	top:400px;
	right: auto;
	background: none;
	
	box-sizing: border-box;
	padding: 30px;
}





.longin-title{
	font-size: 16px; 
	padding-bottom: 5px; 
	color: #fff;
	
}
.login-ueser-top{
	padding: 5px 0; 
	font-size: 14px; 
	color: #333; 
	padding-top: 25px;
	color: #fff;
	padding-bottom: 0;
}
.login-user{
	margin-bottom: 5px;
	padding: 5px;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #fff;
	
}

.login-user input{
	line-height: 20px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	padding-left: 5px;
	width: 100%;
	box-sizing: border-box;
	
	
}
.login-mima-top{
	padding: 5px 0; 
	font-size: 14px; 
	color: #fff;
	padding-top: 10px;
	padding-bottom: 0;
}
.login-denglu{
	width: 100%;
	position: relative;
	height: 40px;
	box-sizing: border-box;
	display: block;
	margin-top: 35px;
}
.login-kong{
	flex: 1;
}
.login-xiugaimima{
width: 56px;
	height: 40px;
	display: flex;
	align-content: center;	
	position: absolute;
	top:50px;
	left: 50%;
	margin-left: -28px;
}

.login-xiugaimima a {
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}
.login-lijidenglu{

    width: 139px;	height: 40px;	background: #B60005;	color: #fff;	line-height: 40px;	text-align: center;	cursor: pointer;	position: absolute;	left: 50%;	margin-left: -70px;

	
}
.login-lijidenglu a {
	color: #fff;
}
.login-lijidenglu:hover {
	color: #B60005; 
	background: #fff;
	border: 1px solid #B60005;
	color: #B60005; 
}
.login-lijidenglu:hover a{
	color: #B60005; 
}
.login-lijidenglu a:hover {
	color: #B60005; 
	background: #fff;
	border: 0px solid #B60005;
}



.logo-liuyan{
	width: 139px;
	height: 40px;
	position: absolute;
	background: #B60005;
	bottom: 0;
	left: 0;
	display: none;
}

	
}