﻿@charset "utf-8";
/* CSS Document */
*{outline:none;}
html,body{
	height:100%;
	margin:0px;
	padding:0px;
	/* overflow:hidden; */
	font-size:14px;
	font-family:"Microsoft YaHei";
	}
	img{
		
		margin:0px;
		padding:0px;}
	input{outline:none;}
	a{text-decoration: none;}
.wrapper{ position:absolute; top:15%; width:100%;text-align:center;}	
.wrapper img{background-repeat: no-repeat; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’icon_home.png’);  /* IE6 */
_ background-image: none; /* IE6 */}	
.login{
	width:100%;
	height:500px;
	position:absolute;
	top:40%;
	margin-top:-230px;
	/*min-height:780px;*/
	}
.login_top{
	background:url(../../img/images/login/logo.png) no-repeat;
	background-size: 100%;
	width:1194px;
	height:82px;
	margin:0 auto;
	margin-bottom:4%;
	}
.login_con{
	position:relative;
	background:url(../../img/images/login_con.png) no-repeat;
	width:1100px;
	height:420px;
	margin:2% auto 0 ;
	font-size:16px;
	}
/*******************************top结束******************************/	
.registered{
	position:relative;
	background:#fff;
	width:700px;
	height:520px;
    margin:20px auto;
	border-radius:4px;
	box-shadow:0px 5px 10px #000f64;
	}
.registered .qy {
	position:absolute;
	left:298px;
	top:-52px;
}
.registered .inner{
	width:600px;
	height:300px;
    position:absolute;
	left:50px;
	top:60px;

}
.registered .inner .zc1{
	margin-top:10px;
}
.inner lable{
	width:300px;
	height:30px;
	font-size:20px;
	color:#555;
	line-height:30px;
	text-align:right;
	margin-right:14px;
	display:inline-block;
}
.inner input{
	width:260px;
	height:30px;
	border:1px solid #dcdfe6;
	border-radius:4px;
	padding:0 8px;
	display:inline-block;
}
.inner .log{
	width:140px;
	height:40px;
	margin-left:230px;
	margin-top:26px;
	background:#42a2f3;
	border-radius:4px;
	font-size:22px;
	color:#fff;
	line-height:40px;
	text-align:center;
}
/*******************************底部开始******************************/	
.login_bottom{text-align: center;
		width: 100%;
		font-size: 20px;
		color: #fff;
		position: absolute;
		bottom:0.2%;}
.login_bottom span{display:inline-block;padding:0 20px;line-height:35px;}

