.login-center{
	width:1000px;
	height:600px;
	box-shadow: 0 0 5px 2px #ddd;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-300px;
	border-radius:2px;
	overflow:hidden;
	background:#fff;
}
.login-center .banner{
	width:422px;
	height:600px;
	overflow:hidden;
}
.login-center .banner dl{
    position: absolute;
    bottom: 20px;
	width:100%;
    text-align: center;
}
.login-center .banner dl dd{
	width:10px;
	height:10px;
	border-radius:5px;
	transition:all 0.5s;
	background:rgba(255,255,255,0.5);
	margin:0 5px;
	display:inline-block;
}
.login-center .banner dl dd.on{
	width:35px;
	background:rgba(255,255,255,1);
}
.login-center .form-content{
	width:578px;
	height:600px;
}
.login-center .form-content .login-item{
	width:100%;
	height:100%;
	display:none;
}
.login-center .form-content .login-item.active{
	display:block;
}
.login-center .form-content .login-item .change-tab{
	padding:18px 18px 60px;
}
.login-center .form-content .login-item .change-tab .tips{
	font-size:14px;
	line-height:23px;
	padding:0 15px 0 10px;
	border:1px solid #dddddd;
	border-radius:2px;
	display:inline-block;
    vertical-align: top;
	color:#8a8a8a;
}
.login-center .form-content .login-item .change-tab .tab-nav{
	cursor:pointer;
}
.login-center .form-content .login-item .change-tab .tips:after{
	content:" ";
	width:5px;
	height:5px;
	background:#fff;
	position:absolute;
	right:0;
	top:50%;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	transform:translate(52%,-50%) rotate(45deg);
}
.login-center .form-content .login-item .change-tab .tips img{
	height:17px;
	width:17px;
    vertical-align: middle;
	margin-right:10px;
}
.login-center .form-content .login-item .login-item-content{
	width:100%;
	height:468px;
}
.login-wechat-title{
	padding-bottom:30px;
	width:100%;
	line-height:32px;
	font-size:22px;
	color:#101010;
}
.login-wechat-title img{
	width:32px;
	height:32px;
	margin-right:8px;
	vertical-align:middle;
}
.login-wechat-content img{
	margin:0 18px;
	width:200px; 
    height: 200px;
}
.login-wechat-content .qrcode{
	width:205px;
	height:205px;
	/* border:1px solid #e5e5e5; */
}
.login-wechat-content .helpinfo{
	height:205px;
}

.login-wechat-content .refrean-qrcode{
	position: absolute;
	top: -188px;
	left: 13px;
	z-index: 9;
	margin: 0 9px;
	width: 190px;
	height: 192px;
	z-index: 9;
	background: black;
	opacity: 0.85;
	text-align: center;
}
.login-wechat-content .refrean-qrcode img{
	width: 32px;
	height: 32px;
	margin-top: 80px;
}


@keyframes activewechat{
	0%{
		opacity:0;
		width: 232px;
		margin:0 18px;
	}
	100%{
		opacity:0;
		width: 0;
		margin:0;
	}
	
}
@keyframes showHelp{
	0%{
		opacity:0;
		width: 0;
		margin:0;
	}
	99%{
		opacity:0;
		width: 232px;
		margin:0 18px;
	}
	100%{
		opacity:1;
		width: 232px;
		margin:0 18px;
	}
}
.active .login-wechat-content .helpinfo{
	-webkit-animation: activewechat .5s ease 3s 1 normal forwards;
	-moz-animation: activewechat .5s ease 3s 1 normal forwards;
	-ms-animation: activewechat .5s ease 3s 1 normal forwards;
	-o-animation: activewechat .5s ease 3s 1 normal forwards;
	animation: activewechat .5s ease 3s 1 normal forwards;
}
.active .login-wechat-content:hover .helpinfo{
	-webkit-animation: showHelp .5s ease 0s 1 normal forwards;
	-moz-animation: showHelp .5s ease 0s 1 normal forwards;
	-ms-animation: showHelp .5s ease 0s 1 normal forwards;
	-o-animation: showHelp .5s ease 0s 1 normal forwards;
	animation: showHelp .5s ease 0s 1 normal forwards;
}
.login-wechat-tips{
	padding-top:25px;
	font-size:15px;
	color:#101010;
	line-height:21px;
}
.login-nav-tab{
	width:336px;
	margin:0 auto;
	border-bottom:2px solid #f0f2f7;
}
.login-nav-tab .login-nav-item{
	width:50%;
	font-size:16px;
	line-height:46px;
	color:#a7a7a7;
	cursor:pointer;
}
.login-nav-tab .login-nav-item.active{
	color:#101010;
}
.login-nav-tab .now-nav{
	position:absolute;
	width:50%;
	left:0;
	bottom:-2px;
	height:2px;
	background:#0076fe;
	transition:left 0.5s;
}
.login-type-content{
	width:336px;
	margin:0 auto;
}
.login-type-content .login-type-item{
	display:none;
}
.login-type-content .login-type-item.active{
	display:block;
}
.help-block{
	font-size: 13px;
    color: #757575;
    padding-left: 46px;
    padding-top: 7px;
}
#captcha2{
		margin-top: 24px;
	}