* {
	margin: 0;
	padding: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.login-page {
	width: 100vw;
	height: 100vh;
	background: rgba(246, 248, 255, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login {
	width: 1024px;
	height: 561px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 9vh;
}

.backimg {
	width: 512px;
	height: 561px;
	position: relative;
}

.backimg img {
	width: 512px;
	height: 561px;
	position: absolute;
	z-index: 1;
}

.backimg span {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	z-index: 2;
	top: 49px;
	left: 41px;
}

.from_content {
	width: 512px;
	height: 561px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
}

.from_input {
	width: 397px;
	height: 51px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.from_input img {
	width: 20px;
	height: 20px;
	margin-left: 20px;
}

.from_input input {
	width: 80%;
	height: 51px;
	padding-left: 23px;
	border: none!important;
	outline: none;
}

.logo {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 30px;
	margin-bottom: 60px;
}

.logo img {
	width: 142px;
	height: 54px;
}

.logo span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-left: 20px;
}

.logoWidth {
	width: 397px;
}

.automatic {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 7px;
}

.automatic img {
	width: 18px;
	height: 18px;
	display: none;
}

.automatic span {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	margin-left: 12px;
}

.hasChosen {
	width: 18px;
	height: 18px;
	background: #FFFFFF;
	border: 1px solid rgba(112, 112, 112, .6);
	border-radius: 2px;
}

.submit {
	width: 397px;
	height: 51px;
	background: #3C95F3;
	border-radius: 5px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	border: none!important;
	outline: none;
	margin-top: 20px;
}

.error_tips_1 {
	margin-top: 15px;
}

.error_tips {
	font-size: 14px;
}

.toolPass {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
	justify-content: flex-end;
}

.toolPass .toolPass1 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C95F3;
}

.toolPass .toolPass2 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.loginTip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-top: 60px;
}

.loginTip span {
	color: rgba(60, 149, 243, 1)!important;
}

.tip {
	width: 376px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 6.5vh;
}

.note {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 1.5vh;
}