*{
	margin: 0; padding: 0;
	outline: none;
}
body{
	background-color: black;
}
.hz{
	text-align: center;
	width: 30%;
	position: absolute;left: 35%;top: 80px;
}
.z1{
	color: aliceblue;
	font-size: 50px;
}
.z2{
	color: #F0F8FF;
	font-size: 20px;
}
.zh{
	width: 80%;height: 40px;
	border: #ccc 1px solid;
	box-sizing: border-box;
	background-color: black;
	color: #FFFFFF;
}
.zh2{
	width: 80%;height: 40px;
	border: #05b4ff 1px solid;
	box-sizing: border-box;
	background-color: black;
	color: #FFFFFF;
}
.mm{
	width: 80%;height: 40px;
	background-color: black;
	border: #ccc 1px solid;
	box-sizing: border-box;
	color: #FFFFFF;
}
.mm2{
	width: 80%;height: 40px;
	background-color: black;
	border:  #05b4ff 1px solid;
	box-sizing: border-box;
	color: #FFFFFF;
	}
input[type="submit"]{
	width: 80%;height: 40px;
	background-color: deepskyblue;
	color: #fff;
	border: none;
}
input{
	margin-top:20px;
	border-radius: 5px;
	font-size: 20px;
	padding:5px
}
.x1{
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #FFFFFF;
	width: 400px;
	margin: 50px auto;
}
.x1>legend{
	padding: 0 10px;
	
}
.x1 a {
	width:50px;
	height:50px;
	border-radius: 5px;
	margin:25px auto;
	display: inline-block;
	background-color: #FFFFFF;
}
.x1 a img {
	padding-top:15px;
	width:80%;
}
.lj a{
	display:inline-block;
	margin-bottom:10px;
	color: #00BFFF;
}
footer {
	height:100px;
	width: 100%;
	position: absolute;top:900px;
	color: #FFFFFF;
}
footer p {
	line-height: 25px;
	text-align:center;
	font-size:10px;
}
.tb{
	margin: 0 auto;
	width:300px;
}
.tb img{
	padding: 20px;
}