/*登陆页面*/
* {
	padding:0;
	margin: 0;
	font-size:14px;
	font-family: "Microsoft YaHei";
}
.clearfix:after {
	content: "";
	height:0%;
	clear:both;
	display: block;
}
html,body {
	height:100%;
}
.greyBg {
	position:relative;
	height:100%;
	background: url(../../images/ytgc/login-bg.jpg) no-repeat center center;
	background-size:cover;
}

.greyBg img.blueBg {
	position: absolute;
}
.greyBg .logo {
	position:absolute;
	top:29px;
	margin:0 auto;
	width:958px;
	height: 157px;
	background: url(../../images/ytgc/login-logo.png) no-repeat center center;
}
/*用户登录板块*/
.login {
	position: absolute;
	width:706px;
	height: 456px;
	background: url(../../images/ytgc/login-box.png) no-repeat center center;
}
.login .loginPanel {
	height:386px;
	width:570px;
	background-color:#fff;
	margin:35px auto;
	border-radius:10px;
	overflow: hidden;
	display: block;
}
.login .loginPanel .loginInfo {
	position: relative;
	width:380px;
	height:280px;
	margin:53px auto;
}
.login .loginPanel .loginInfo >div  {
	text-align: center;
	color: #515156;
	font-weight:600;
	
}
.login .loginPanel .loginInfo >div img{
	margin: 0 auto 35px;
}
.login .loginPanel .loginInfo >div label {
	margin-right:20px;
	font-size:16px;
	display: inline-block;
	width:60px;
	text-align: right;
}
.login .loginPanel .loginInfo >div label.label {
	float:left;
	margin-top: 12px;
}
.login .loginPanel .loginInfo >div input[type='text'] {
	border:1px solid #c9c9c9;
	height:48px;
	width:292px;
	color:#9d9ea0;
	text-indent: 20px;
	font-weight:500;
	margin-bottom: 25px;
}
.login .loginPanel .loginInfo >div input[type='password'] {
	border:1px solid #c9c9c9;
	height:48px;
	width:292px;
	color:#9d9ea0;
	text-indent: 20px;
	font-weight:500;
	margin-bottom: 25px;
}
/*验证码*/
.login .loginPanel .loginInfo >div input[type='text'].loginvcode {
	width: 191px;
	float: left;
	margin-left: 2px;
}
.login .loginPanelBack {
	height:386px;
	width:570px;
	background-color:#fff;
	margin:35px auto;
	border-radius:10px;
	overflow: hidden;
	display: none;
}
.login .loginPanelBack p{
	color: rgb(202,62,35);
	font-size:22px;
	text-align:center;
	padding-top:20px;
}
.login .loginPanelBack >div {
	text-align: center;
}
.login .loginPanelBack .qcode {
	width:260px;
	height:260px;
	background:url(../../images/ytgc/qcode.png) no-repeat;
	margin:10px auto;
}
.login .loginPanelBack .back {
	width:120px;
	height:44px;
	line-height:44px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background: url(../../images/ytgc/login-btn.png) no-repeat center center;
	display: block;
	text-align: center;
	margin: 0 auto;
}
img.lstabvdimgck {
	
	margin-left:4px;
	cursor: pointer;
	color:blue;
	float:right;
	margin-top:0;
}
/*登陆按钮*/
a.btn {
	position: absolute;
	bottom:50px;
	left:240px;
	width:120px;
	height:44px;
	line-height:44px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background: url(../../images/ytgc/login-btn.png) no-repeat center center;
	
}
a.btn.download {
	left:400px;
}
