body {
	margin: 0px;
	font-family: Arial, sans-serif;
	background: url("img/bg.png") center top no-repeat;
	background-size:1920px 1080px;
}

.page-width {
	
	margin: auto;
}

.header-module {

	background: rgba(255, 255, 255, .8);
}

.header-module .page-width {
	display: flex;
	height: 60px;
	justify-content: space-between;
	align-items: center;

}

.header-module .logo {
	font-size: 22px;
	font-weight: 400;
	color: #080808;
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.header-module .logo img {
	margin-right: 23px;
}

.header-module .QQ {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	display: flex;
	align-items: center;
	margin-right: 50px;
	cursor: pointer;
}

.header-module .QQ img {
	margin-right: 11px;
}

.middle .title {
	font-size: 50px;
	font-weight: bold;
	color: #4AA8EE;
	padding-left: 192px;
	padding-top: 120px;
	margin: 0px;
}

.middle .title1 {
	margin: 0px;
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	padding-left: 192px;
	padding-top: 30px;
}

.middle .btn {
	padding-left: 192px;
	padding-top: 50px;
	display: flex;
}

.middle .btn div {
	margin-right: 89px;
	width: 238px;
	line-height: 68px;
	text-align: center;
	background: #4AA8EE;
	box-shadow: 0px 3px 9px 0px rgba(17, 132, 218, 0.4900);
	border-radius: 34px;
	font-size: 28px;
	font-weight: 400;
	color: #FFFFFF;
}

.middle .btn div:last-child {
	background: #1C5987;
	box-shadow: 0px 3px 9px 0px rgba(15, 77, 124, 0.4900);
}

.middle .info {

	width: 628px;
	height: 64px;
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	padding-left: 192px;
	padding-top: 50px;
}

.register_name {
	height: 23px;
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #000000;
	padding-left: 192px;
	padding-top: 70px;
}

.inputs{
	font-size: 18px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #666666;padding-left: 192px;
	margin: 22px 0px;
}

.inputs input{
	width: 231px;
	height: 42px;
	border: 2px solid rgba(0, 0, 0, .4);
	border-radius: 8px;
	margin-right: 40px;
	background: none;
	outline: none;
	padding-left: 10px;
}
.submit{
	width: 592px;
	line-height: 42px;
	background: #4AA8EE;
	box-shadow: 0px 3px 9px 0px rgba(17,132,218,0.4900);
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;margin-left: 265px;
	text-align: center;
	cursor: pointer;
}
.footer{
	line-height: 60px;
	background: #14191D;
	color: #FFFFFF;
	margin-top: 40px;
	text-align: center;
}
.footer a{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
}