@font-face {
	font-family: 'iconfont';  /* Project id 548699 */
	src: url('http://at.alicdn.com/t/font_548699_k1i9nmvgmzt.woff2?t=1635340258568') format('woff2'),
	url('http://at.alicdn.com/t/font_548699_k1i9nmvgmzt.woff?t=1635340258568') format('woff'),
	url('http://at.alicdn.com/t/font_548699_k1i9nmvgmzt.ttf?t=1635340258568') format('truetype');
}
*,body{margin: 0;padding: 0;text-decoration: none;}
html, body {width: 100%;height: 100%;}
body{position: relative;}
.flex-sb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.login-page {
	width: 100%;
	height: 100%;
	position: fixed;
	justify-content: center;
	display: flex;
	align-items: center;
}
.info{width: 60%;margin-right: 5%;padding-bottom: 50px;}
.info.logo{margin-bottom:50px;}
.info.logo img{width: auto;}
.info h2{color: #fff;font-size: 32px;margin-bottom:20px;}
.info p{color: #fff;font-size: 18px;line-height: 36px;position: relative;padding-left: 20px;}
.info p:after{content: '';width: 8px;height: 8px;border-radius: 50%;background-color:rgba(255,255,255,0.5);left: 0;position: absolute;top:50%;margin-top: -4px;}
.form {
	position: relative;
	z-index: 1;
	background: #fff;
	width: 360px;
	padding: 50px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
	.form h4 {
		font-size: 24px;
		font-weight: 500;
		margin-bottom: 46px;
		color: #00448f;
		letter-spacing: 3px;
	}
	.form input {
		font-family: "Roboto", sans-serif;
		outline: 0;
		background: #fff;
		width: 100%;
		border: 0;
		margin: 0 0 26px;
		padding: 15px;
		box-sizing: border-box;
		font-size: 16px;
		border-radius: 5px;
		background-color: #e0edfc
	}
	.form button {
		font-family: "Microsoft YaHei", "Roboto", sans-serif;
		text-transform: uppercase;
		outline: 0;
		background-color: #0265a3;
		border-radius: 5px;
		width: 100%;
		border: 0;
		padding: 15px;
		color: #FFFFFF;
		font-size: 18px;
		-webkit-transition: all 0.3 ease;
		transition: all 0.3 ease;
		cursor: pointer;
	}
		.form button:hover, .form button:active, .form button:focus {
			background: #0375bc;
		}
.form .message {
	margin: 18px 0 0;
	color: #b3b3b3;
	font-size: 16px;
	font-family: "Microsoft YaHei", "Roboto", sans-serif,Arial;text-transform: uppercase;
}
.shake_effect {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
 @-webkit-keyframes shake {
 from, to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
 @keyframes shake {
 from, to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
.footer{position: absolute;width: 100%;bottom: 0;left:0;height: 50px;}
.footer p{text-align: center;font-size: 14px;font-family: "Microsoft YaHei", "Roboto", sans-serif,Arial;text-transform: uppercase;color:rgba(255,255,255,0.5)}


.loginHeader {
	width: 100%;
	height: 47px;
	line-height: 47px;
	z-index: 99;
	display: flex;
}

.loginHeaderLeft {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 22px;
	box-sizing: border-box;
}
	.loginHeaderLeft a {
		display: flex;
		align-items: center;
	}

	.loginHeaderLeft img {
		width: 106px;
		height: 35px;
	}
	.loginHeaderLeft span {
		color: #fff;
		padding-top: 18px;
	}

.loginHeaderRight {
	color: #fff;padding-right:8px;
}