body {
	background: url(/image/bg_login.png);

}

/* 中心 */
.w {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 65%;

}

#regist {
	width: 400px;
	border: solid 1px #dadada;
	background: #fff;
	border-radius: 10px;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-shadow: 0 9px 30px -6px rgba(0, 0, 0, .2), 0 18px 20px -10px rgba(0, 0, 0, .04), 0 18px 20px -10px rgba(0, 0, 0, .04), 0 10px 20px -10px rgba(0, 0, 0, .04);
	position: absolute;
	top: 50%;
	margin-top: -230px;
	left: 50%;
	transform: translateX(-50%);

}

#regist_top {
	width: 100%;
	height: 70px;
	border-bottom: solid 1px #D9D9D9;
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	box-sizing: border-box;
}

#regist_body {
	padding-top: 10px;
	padding-bottom: 10px;
}

#regist_body input,
#regist_body button {
	margin: 10px auto;
	width: 100%;
	border-radius: 10px;
}

#regist_body button {
	background: rgba(43, 161, 209, 0.9);
}

footer {
	position: absolute;
	bottom: 0px;
	box-shadow: 1px 0 2px #999;
}

#foot {
	height: 60px;
	width: 100%;
	background: #f2f2f2;
	position: absolute;
	bottom: 0px;
}

.inner {
	text-align: center;
	line-height: 60px;
	color: #333;
}

/* 头    导航栏    */
#header {
	width: 100%;
	height: 40px;
	background: hsla(0, 0%, 100%, .9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 0 5px #888;
	min-width: 1410px;
}

#header label {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	line-height: 40px;
	float: right;
}

#header label span {
	color: #FF5722;
}
