header .w{
	padding-bottom: 0 !important;
}
.foot{
	border-top: 2px solid #0f72dd;
}
.login_body{
	padding: 35px 210px 40px;
	box-sizing: border-box;
	border: 1px solid #676767;
	border-radius: 30px;
	margin-top: 40px;		margin-bottom: 40px;
}
h1{
	font-size: 35px;
	font-weight: normal;
	color: #868688;
}
h1 span{
	font-size: 30px;
}
table{
	margin: 0 auto;
	margin-top: 30px;
}
em{
	font-size: 30px;
}
header em{
	font-size: 12px;
}em:after{	content: "我";	display: inline;	opacity: 0;}
table tr td span{
	font-size: 25px;
	color: #868688;
}
table tr td a{
	font-size: 25px;
	margin-left: 20px;
	color: #868688;
}
table tr:nth-child(1) td span,table tr:nth-child(5) td span{
	letter-spacing: 12px;
}
table tr td span:after{
	content: ":";
	letter-spacing: normal;
	float: right;
	margin-right: 10px;
}
table tr td input{
	width: 100%;
	line-height: 50px;
	height: 50px;
	font-size: 25px;
	border: 2px solid #676767;
	border-radius: 5px;
	padding: 0 20px;
	box-sizing: border-box;
	outline: none;
}
table tr:nth-child(5) td input{
	width: 50%;
	display: inherit;
}
table tr:nth-child(5) td:nth-child(2){
	width: 400px;
}
table tr td button{
	color: #fff;
	background-color: #a1a1a6;
	width: calc(50% - 50px);
	border-radius: 15px;
	font-size: 30px;
	padding: 10px 0;
	outline: none;
	cursor: pointer;
}
table tr td img{
	width: 160px;
	height: 50px;
	display: block;
	float: right;
}
table tr td:nth-child(3){
	text-align: right;
}
