body{
	margin: 0 !important;
}
.login_wrap{
	background: url("../images/Login2/login-bg.jpg") no-repeat;
	background-size: cover;
}
.Login_bodys{
	margin-left: auto;
	margin-right: auto;
	width: 1172px;
	min-width: 1200px;
	

}
.Login_bodys tr{
	width: 100%;
}
.log_long{
	position: relative;
}

.log_long .log_longs{
	position: absolute;
	right: 0;
	top: -206px;
	background: #fff;
	width: 361px;
	height: 468px;
	border: 8px #9c99ff solid;
}
.log_long .ims{
	position: absolute;
	bottom: -39px;
	left: -91px;
}
/*.log_long .log_longs p{
	font-size: 24px;
	font-weight: bold;
	color: #c6c6c6;
	
}*/
figure{
	text-align: center;
}
.login-figure p{
	margin-top: 20px;
	text-align: center;
	color: #0050a9;
	font-size: 18px;
}

.log_long .log_longs label{
	color: #666;
	font-size: 14px;
	
}
.tables{
	margin: 0 auto;
	text-align: center;
}
.log_long .log_longs input[type="text"]{
	background: url(../images/Login2/kgjpc_icon1.png) 0 0 no-repeat;
	background-position: 10px center;
}
.log_long .log_longs input[type="password"]{
	background: url(../images/Login2/kgjpc_icon2.png) 0 0 no-repeat;
	background-position: 10px center;
}
.log_long .log_longs ::-moz-placeholder{
	color: #666;
}
.log_long .log_longs ::-webkit-input-placeholder{
	color: #666;
}
.log_long .log_longs ::-ms-input-placeholder{
	color: #666;
}
.log_long .log_longs input[type="text"],.log_long .log_longs input[type="password"]{
	border: 0;
	border-bottom: 1px #e0e0e0 solid;
	width: 282px;
	height: 51px;
	color: #666;
	padding-left: 40px;
	margin-bottom: 25px;
}
.log_long .log_longs [type="button"]{
	color: #fff;
	background: #4297f2;
	width: 322px;
	border: 0;
	border-radius: 36px;
	height: 51px;
	line-height: 51px;
	margin-top: 44px;
	cursor: pointer;
	font-size: 23px;
	font-family: "微软雅黑";
	transition: background 2s;
	-moz-transition: background 2s;
	-webkit-transition: background 2s;
	-o-transition: background 2s;
	margin-left: 5px;
}
.log_long .log_longs [type="button"]:hover{
	background: -moz-linear-gradient( bottom,#3188c5,#569ff1);
	background: linear-gradient( bottom,#3188c5,#569ff1);
	background: -webkit-linear-gradient( bottom,#3188c5,#569ff1);
	transition: background 2s;
	-moz-transition: background 2s;
	-webkit-transition: background 2s;
	-o-transition: background 2s;
}
.Login_bodys span{
	color: red;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 3em;
}
.log-longs-p{
	margin-top: 49px;
	padding-bottom: 25px;
	font-size: 19px;
	text-align: center;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: transparent !important;
}
#Login_i{
	content: url(../images/Login2/error_03.png);
}
.vlogin_back{
	background: url(../images/Login2/login-bg-2.png) no-repeat -20px  113px;
	height: 654px;
}
	.loader {
		margin-top: 20px;
		display: none;
		text-align: center;
	}
	
	.login__submit {
		display: block;
	}
	
	.repwd {
		font-size: 12px;
		letter-spacing: 1em;
		text-align: left;
	}
	
	.repwd input {
		vertical-align: middle;
		border-radius: 10px !important;
		width: 20px !important;
		height: 20px !important;
		padding: 0 !important;
	}
	.login-bottom-border{
		margin-top: 40px;
		width: 100%;
		height: 1px;
		background: #dcdcdc;
	}
.advertising{
	display: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 300px;
	text-align: center;
	margin: 0 auto;
	top: 125px;
}
.advertising img{
	width: 38%;
}

.advertising i{
	display: block;
	position: absolute;
	top: -23px;
	right: 30%;
	width: 100px;
	height: 100px;
	background: url(../images/Login2/new-close.png) no-repeat;
	background-size: 100%;
	transform: rotate(-360deg);
	transition: 1s;
}
.advertising i:hover{
	transform: rotate(360deg);
	transition: 1s;
}
.pupup{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.35);
}