.login-beijing{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top:0;
	left: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	
}
.login-beijing img {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
.login-logo{
	width: 212px;
	height: 53px;
	position: fixed;
	top:24px;
	left:148px;
	z-index: 3;
}
.login-logo img {
	width: 212px;
	height: 53px;
	object-fit: cover;
}
.login-home{
	font-size: 14px;right: 150px; 
	top:25px; position:fixed;
	z-index: 10;
	color: #fff;
}
.login-home a {
	width: 70px;
	height: 30px;
	display: block;
	color: #fff;
	position: relative;
}
.login-home a:before{
	width: 17px;
	height: 17px;
	background:url(../login/home.svg) no-repeat;
	background-size: 17px 17px;
	position: absolute;
	content: "";
	left:-22px
}
.login-ding-hei{
	width: 100vw;
	height: 500px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
	
}

.login-kuang{
	width: 410px;
	height: 330px;
	position: absolute;
	right:0 ;
	top:50%;
	margin-top: -165px;
	background: #fff;
	box-shadow: 0 0 6px 6px 6px #666;
	box-sizing: border-box;
	padding: 30px;
}
.longin-title{
	font-size: 22px; 
	padding-bottom: 5px; 
	
}
.login-ueser-top{
	padding: 5px 0; 
	font-size: 18px; 
	color: #333; 
	padding-top: 25px;
}
.login-user{
	margin-bottom: 5px;
	padding: 5px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #000;
}

.login-user input{
	line-height: 30px;
	height: 30px;
	color: #666;
	font-size: 16px;
	padding-left: 5px;
	width: 100%;
	box-sizing: border-box;
	
}
.login-mima-top{
	padding: 5px 0; 
	font-size: 18px; 
	color: #333;
}
.login-denglu{
	width: 100%;
	display: flex;
	height: 40px;
	box-sizing: border-box;
	
	margin-top: 25px;
}
.login-kong{
	flex: 1;
}
.login-xiugaimima{
width: 90px;
	height: 40px;
	display: flex;
	align-content: center;	
}

.login-xiugaimima a {
	font-size: 16px;
	color: #686767;
	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;
	
}
.login-lijidenglu a {
	color: #fff;
    display:block;
    height:100%;
}
.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;
}