*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 14px;
	height: 100%;
	background-color: #00acb2;
	overflow: hidden;
}
/*titlebox*/
main .tracetitle{
	width: 100%;
	height: 120px;
	margin-top: 60px;
}
main .tracetitle h1{
	margin: 0 auto;
	font-size: 65px;
	color: #fff;
	line-height: 120px;
	font-family: "kaiti";
	text-align: center;
}
/*formbox*/
main .tracebox{
	position: relative;
	width: 100%;
	height: 520px;
	margin-top: 30px;
	background: url(../images/hgz_bg.png) no-repeat center center;
	background-size: cover;
}  
main .tracebox h3{
	height: 70px;
	padding-left: 80px;
	font-size: 22px;
	line-height: 70px;
	margin-bottom: 10px;
	color: #000;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	background: url(../images/lock.png) no-repeat 6px -4px;
	background-size: 14%;
	text-align: left;
}
main .tracebox form{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 450px;
	height: 275px;
	padding: 10px 0;
	border-radius: 5px;
	margin: auto auto;
	text-align: center;
	box-shadow: 0 0 7px #aaa;
	background-size: 100%;
}
main .tracebox form div{
	height: 60px;
	margin-bottom: 5px;
}
main .tracebox form div input{
	width: 75%;
	height: 40px;
	border: 1px solid #ddd;
	/*border: 0;*/
	border-radius: 4px;
	padding-left:5px;
	margin: 0 auto;
	font-size: 16px;
}
main .tracebox form div input[type=text]{
	padding-left: 30px;
	background: url(../images/muser.png) no-repeat 2.5px 6px;
	background-size: 7%;
	box-shadow: 0 0 7px #bbb;
	box-sizing: border-box;
}
main .tracebox form div input[type=password]{
	box-shadow: 0 0 7px #bbb;
	padding-left: 30px;
	box-sizing: border-box;
	background: url(../images/mpw.png) no-repeat 2.5px 6px;
	background-size: 7%;
}

main .tracebox form div button{
	width: 75%;
	height: 40px;
	border: 0;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#3cbfc4), to(#00acb2));
	cursor: pointer;
	letter-spacing: 10px;
}
main .tracebox form div button:hover{
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#00acb2), to(#3cbfc4));
}
footer{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background: url(../images/building.png) repeat-x center bottom;
}


main .tracebox form div button{
	background-color: #1f68aa;
}
