html,body {
	width: 100%;
	height: 100%;
}
section {
	width: 100%;
	height: 100%;
	position: relative;
	background: #FAFAFA url(../img/resource/bg.jpg)no-repeat center top;
}
section .sub-wrap {
	box-sizing: border-box;
	padding: 36px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 512px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 7.2px 0.8px rgba(222, 227, 229, 0.43);

}
section .sub-wrap h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	color: #00a6ed;
}
section .sub-wrap > div {
	padding: 0 4px;
	margin-bottom: 30px;
	height: 50px;
	border: 1px solid #9d9d9d;
	border-radius: 5px;	
}
section .sub-wrap > div.error {
	border: 1px solid #f06f6f;
}
section .sub-wrap > div.current {
	border: 1px solid #00A6ED;
}
section .sub-wrap input {
	width: 100%;
	height: inherit;
	text-indent: 16px;
	font-size: 14px;
}
section .sub-wrap button {
	margin-left: 0;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #fff;
	background: #00A6ED;
	cursor: pointer;
	border-radius: 5px;
}
section .sub-wrap button span {
	padding-right: 8px;
}
section .sub-wrap p {
	height: 32px;
	font-size: 12px;
	text-indent: 12px;
	color: #f06f6f;
}
section .sub-wrap p.loginTo {
	padding-top: 20px;
	color: #9d9d9d;
	font-size: 14px;
}
section .sub-wrap p.loginTo a {
	font-size: 14px;
	color: #00a6ed;
}

/**********************************************************/
section .back-info {
	box-sizing: border-box;
	position: absolute;
	z-index: 99;
	top: -1450px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px 0;
	width: 500px;
	height: 280px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 7.2px 0.8px rgba(222, 227, 229, 0.43);

} 
section .back-info > div {
	height: 100px;
	padding: 30px 0 10px 0;
	text-align: center;
}
section .back-info > div img {
	width: 90px;
	padding: 0 20px;
}
section .back-info > div p {
	color: #333333;
	font-size: 18px;
}
section .back-info > div h2 {
	margin-top: 20px;
	font-size: 32px;
	font-weight: 600;
	color: #f4a01a;
}
section .back-info .back {
	width: 100%;
	text-align: center;
}
section .back-info .back a {
	display: inline-block;
	width: 150px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #00a6ed;
	border-radius: 8px;
}


section .copyright {
	width: 100%;
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	color: #8C8C8C;
}
