body{
	font-size:12px;
}
#enter{
	width:1024px;
	height:700px;
	background:url(../../images/white/login/bg_login.png) no-repeat top center;
	margin-left: auto;
	margin-right: auto;
}
#con_enter{
	float:left;
	margin-top:200px; 
	margin-left:540px; 
	width:390px;
	height:212px;
	background:url(../../images/white/login/inputArea.png) no-repeat;
}
#con_input{
	float:left;
	width:240px;
	padding-top:46px;
	padding-left:38px;
}
#con_input input{
	outline:none;
	width:174px;
	height:28px;
	line-height:28px;
	background-color:transparent;
	font-size:14px;
	border:0px;
}
#con_info{
	height:30px;
	text-align:center;
	line-height:30px;
	color:red;
	overflow:hidden;
}
#con_name{
	padding-left:26px;
	padding-top:4px;
	width:220px;
	height:50px;
	background:url(../../images/white/login/name.png) no-repeat;
}
#con_password{
	padding-left:26px;
	padding-top:4px;
	width:220px;
	height:50px;
	background:url(../../images/white/login/code.png) no-repeat;
}
/*#con_verification{
	width:220px;
	height:44px;
}*/
#con_verification input{
	width:124px;
	padding-left:10px;
	height:28px;
	line-height:28px;
	background-color:white;
	font-size:14px;
	border:1px solid #dadada;
	border-radius:2px;
	float:left;
}
#con_verification img{
	float:right;
}
#btn_enter{
	float:left;
	margin:90px 0px 0px 10px;
	width:72px;
	height:67px;
	overflow:hidden;
	text-indent:-999px;
	background:url(../../images/white/login/btn_login.png) no-repeat;
	border:0px;
}
#foot_enter{
	float:inherit;
	height:26px;
	line-height:26px;
	margin:0px auto;
	color:#black;
	text-align:center;
}
#foot_enter span{
	margin-left:15px;
	margin-right:15px;
	display:inline;
}
#main_enter{
	width:1024px;
	height:524px;
}

#con_download a{
	margin:0 20px 0 10px;
	height:15px;
	color:white;
	float:right;
	}
#con_code{
	height:150px;
	width:150px;
}

.qrbox{
	position: fixed;
	left:0; right:0; top:0; bottom:0;
	padding:10px;
	width: 400px;
    height: 400px;
    margin: auto;
    background:#fdfdfd;
    border:1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #ccc;box-shadow: 0 0 10px #ccc;
    color: #333;
	font-family: "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", sans-serif;
}
.qrbox .title{
	height:30px;
	line-height:30px;
	color: #0082EF;
	font-size:20px;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	justify-content:center;
}
.qrbox .title i{
	font-size: 26px;
    margin-right: 8px;
}
.qrbox .qr{
	text-align:center;
	position: relative;
}
.qrbox .qr img{
	width: 330px;
    height: 330px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.qrbox .qr .mask{
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
	opacity: 0.9;
    filter: alpha(opacity=90);
    display: none;
}
.qrbox .qr .fresh{
	position: absolute;
	text-align:center;
	left: 0;
    right: 0;
	height:40px;
	top: 110px;
}
.qrbox .qr .fresh i{
	color:#0082EF;
	font-size: 34px;
}
.qrbox .qr .label{
    font-size: 14px;
    padding: 15px 0px;
}
.qrbox .qr .fresh a{
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 2px;
	vertical-align: middle;
	box-sizing: content-box;
    min-width: 24px;
    height: 24px;
    padding: 0 12px;
    background: #F5F5F5;
    line-height: 24px;
    outline: 0;
    text-align: center;
    font-size: 12px;
    color: #333;
	
}
.qrbox .info{
	height:40px;
	line-height:40px;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	justify-content:center;
}
.qrbox .info i{
	font-size: 32px;
	color: #5cb85c;
    margin-right: 8px;
}
