header .w{
	padding-bottom: 0 !important;
}
.foot{
	border-top: 2px solid #0f72dd;
}
.login_body{
	padding: 45px 210px 55px;
	box-sizing: border-box;
	border: 1px solid #676767;
	border-radius: 30px;
	margin-top: 50px;		margin-bottom: 50px;
}
h1{
	font-size: 35px;
	font-weight: normal;
	color: #868688;
}
h1 span{
	font-size: 30px;
}
table{
	margin: 0 auto;
	margin-top: 50px;
}
em{
	font-size: 25px;
}
header em{
	font-size: 12px;
}
table tr{
	height: 80px;
}
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(2) 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 button{
	float: right;
}
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 button:last-child{
	float: right;
}
table tr td img{
	width: 160px;
	height: 50px;
	display: block;
	float: right;
}
table tr td:nth-child(3){
	text-align: right;
}
.login_body div{
	box-sizing: border-box;
}
.login_body div button{
	float: right;
	font-size: 30px;
	color: #fff;
	background-color: #a1a1a6;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	padding: 10px 30px;
}
.login_body div button:nth-child(2){
	margin-right: 100px;
}
.login_body div a{
	font-size: 25px;
	color: #868688;
	line-height: 50px;
	margin-left: 20px;
}
.login_body div input{height: 25px;width: 25px;display: block;position: absolute;opacity: 0;}
.login_body div i{
	font-size: 25px;
}
.login_body div i:first-child{
	display: block;
}
.login_body div i:last-child{
	display: none;
}
.login_body div label{
	float: left;
	margin-top: 12px;
	font-size: 25px;
	color: #868688;
}
.login_body div label.agree{
	/*margin-top: 0;*/
	margin-left: 5px;
}
.login_body div input:checked+label i:first-child{
	display: none;
}
.login_body div input:checked+label i:last-child{
	display: block;
}