.header{
	padding: 10px 50px;
	height: 76px;
	border-bottom: 1px solid #e2e2e2;
	z-index: 999;
}

/* 第三稿title */
.dtitle{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #444;
}
.dtitle p{
	font-weight: 400;
}
.t_line{
	display: block;
	width: 60px;
	height: 2px;
	background-color: #44B549;
	margin: 20px auto 40px;
}

/*第二稿title*/
/*.title{
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 30px;
	width: 1170px;
	margin: 0 auto 20px;
}
.title span{
	font-size: 26px;
}
.title .title_line{
	margin-right: 10px;
	width: 3px;
	height: 35px;
	background-color: #44B549;
}*/



.qrcode{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	position: absolute;
	top: -30px;
	left: 145px;
	opacity: 0;
	filter: alpha(opacity=0);
}
