*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 14px;
	height: 100%;
	background-color: #00acb2;
	overflow: hidden;
}
main .tracetitle{
	width: 100%;
	height: 120px;
	margin-top: 20px;
}
main .tracetitle h1{
	margin: 0 auto;
	font-size: 50px;
	color: #fff;
	line-height: 120px;
	font-family: "kaiti";
	text-align: center;
}
main .tracebox{
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../images/hgz_bg.png) no-repeat;
	background-size: cover;
}
main .tracebox h3{
	height: 40px;
	padding-left: 45px;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 10px;
	color: #000;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	background: url(../images/lock.png) no-repeat 1px 3px;
	background-size: 12%;
	text-align: left;
}
main .tracebox form{
	position: absolute;
	left: 0;
	top: 41px;
	right: 0;
	bottom: 0;
	width: 310px;
	height: 200px;
	padding: 5px 0;
	border-radius: 5px;
	margin: auto;
	text-align: center;
	box-shadow: 0 0 7px #aaa;
	background-size: 100%;
}
main .tracebox form div{
	height: 50px;
}
main .tracebox form div input{
	width: 68%;
	height: 33px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding-left:5px;
	margin: 0 auto;
	line-height: 33px
}

main .tracebox form div input[type=text]{
	padding-left: 25px;
	border: 0;
	background: url(../images/muser.png) no-repeat 3px 5px;
	background-size: 9.5%;
	box-shadow: 0 0 5px #bbb;
	box-sizing: border-box;
}
main .tracebox form div input[type=password]{
	padding-left: 25px;
	border: 0;
	background: url(../images/mpw.png) no-repeat 3px 5px;
	background-size: 9.5%;
	box-shadow: 0 0 5px #bbb;
	box-sizing: border-box;
}

main .tracebox form div button{
	width: 68%;
	height: 33px;
	border: 0;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 33px;
	color: #fff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#3cbfc4), to(#00acb2));
	cursor: pointer;
}
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;
}
