html {
	width:100%;
	height:100%;
	font-size: 14px;
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #E6EDF4;
	font-family: "MicrosoftYaHei";
	position:relative;
}

.login {
	width: 881.3px;/* 62.95rem; */
	height: 426.3px;/* 30.45rem; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -213.08px;/* -15.22rem; */
	margin-left: -454.58px;/* -32.47rem; */
}

.login-info {
	width: 100%;
	background: #FFF;
}

.login-info>div {
	padding: 15.8px 15.4px;/* 1.2rem 1.1rem; */
}

.login-info>div hr {
	color: #D8D8D8;
	border: 1.4px/* 0.1rem */ #D8D8D8 solid;
}

.login-info .title {
	font-size: 24px;/* 2rem; */
	color: #666666;
}

table, tr, td {
	padding: 0;
	margin: 0;
	border-spacing: 0px;
}

.login-top-icon {
	width: 420px;/* 30rem; */
}

.login-left-img {
	width: 490px;/* 35rem; */
}

.input_group, .input_code_group {
	width: 80%;
	height: 35px;/* 2.5rem; */
	border: 1px #F0F0F0 solid;
	margin: 17.5px 25.2px;/* 1.25rem 1.8rem; */
	padding: 2.8px 4.2px;/* 0.2rem 0.3rem; */
	position: relative;
}

.login-form-button {
	width: 83%;
	height: 42px;/* 3rem; */
	border: 1px #F0F0F0 solid;
	margin: 17.5px 25.2px 10px 25.2px;/* 1.25rem 1.8rem; */
	position: relative;
}

.input_group input {
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 16.8px;/* 1.2rem; */
	line-height:36px;
}

.input_group input:focus{
	border: 0px;
	outline:none;
}

.input_code_group input {
	width: 63%;
	height: 90%;
	border: 0px;
	position: absolute;
	top: 1px;
	font-size: 16.8px;/* 1.2rem; */
	line-height:36px;
}

.input_code_group input:focus{
	border: 0px;
	outline:none;
}

.input_code_group img {
	width: 33%;
	height: 95%;
	border: 0px;
	position: absolute;
	top:1px;
	right: 0px;
}

.login-form-button button {
	width: 100%;
	height: 100%;
	background: #0C4E93;
	border-radius: 4.62px;/* 0.33rem; */
	font-size: 16.8px;/* 1.2rem; */
	color: #FFF;
}

.copyright {
	margin-top: 15.4px;/* 1.1rem; */
	text-align: center;
	font-size: 17px;/* 1.25rem; */
	color: #666666;
}

.copyright a{text-decoration: none;color:rgb(0, 0, 238);}

.login-no-manager{text-align:center;}
.login-no-manager>a{text-decoration: none;color:#666666;}
.login-no-manager>a:hover{color:rgb(0, 0, 238);}

.download{
	position:absolute;right:15px;bottom:5px;
}

.download>a{
	text-decoration: none;
}