/*样式初始化*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

img {
	border: 0;
	vertical-align: middle;
}

ul li {
	list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font: 12px 宋体, Times New Roman;
}

body {
	background: #eee;
}


/*预定义样式*/

.w {
	width: 1000px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.center {
	margin: 0 auto;
}

.border {
	border: 1px solid red;
}

table {
	width: 360px;
	height: 240px;
	border: none;
	margin: 0 auto;
}

tr,
th,
td {
	height: 20px;
}

th {
	width: 60px;
}

input:focus {
	border: 2px solid orange;
}


/*用户注册*/

.regist {
	width: 1226px;	
	margin: 20px auto;
	background: #fff;
	color: #000;
	border-radius: 6px;
	padding-bottom:45px;
}

.regist_center {
	width: 800px;
	margin: 10px auto;
}
.regist .regist_top {
	margin: 10px 0;
}
.headImg{
	width:100%;
	display: flex;
	justify-content:center;
	align-content: center;
	box-sizing: border-box;
	padding: 22px 0;
	
}
.headImg img{
	width:120px;
	height: 50px;
}
.regist_top h2{
	text-align: center;
	font-size: 30px;
	line-height: 150px;
	font-family: "微软雅黑";
}

.regist_main{
	width:100%;
	
}
.username{
	width:100%;	
	
}
.username p{
	line-height: 57px;
	font-size:16px;
	color:#000;
	font-family: "微软雅黑";
}
.username span{
	/*display: block;*/
	line-height: 45px;
	font-size:16px;
	color:#999;
	font-family: "微软雅黑";
}
.china{
	width:100%;
	height:66px;
	display: flex;
	border: 1px solid #ddd;	
	
}
.china input{
	flex:1;
	border: none;
	outline:none;
	text-indent: 20px;
}
.section{
	width:100%;
	height:66px;
	border: 1px solid #ddd;	
	display: flex;
	
	
}
.phoneNum{
	width:140px;
	height:100%;
	line-height: 66px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.phoneNum span{
	padding-right:30px;
}
.section input{
	flex:1;
	border: none;
	outline:none;
	text-indent: 20px;
}
.regist_submit{
	width:100%;
	margin-top:48px;
}
.submit{
	width:100%;
	height:68px;
	background: #d82b2b;
	border: none;
	outline:none;
	font-size:16px;
	color:#fff;
	margin-bottom:30px;
}
.submit.submit02{
	background: #fff;
	font-size:16px;
	color:#777;
	border: 1px solid #ddd;
}
.regist_submit p{
	line-height:43px;
	font-size:12px ;
	color: #999;
}
.regist_submit p span{
	
	color: #000;
}
.username h2{
	font-size:16px ;
	color: #000;
}

.username h2 span{
	color: #d82b2b;
	line-height: 0;
}
.sections{
	border:none;
}
.sections input{
	flex:1;
	border: 1px solid #ddd;
}
.sendNum{
	width:120px;
	height:100%;
	border: 1px solid #ddd;
	margin-left:16px;
	text-align: center;
	line-height:66px;
	font-size:16px;
	color:#999;	
}
.xinxi{
	display: block;
	line-height: 60px;
	font-size: 14px!important;
	color: #d82b2b!important;
}













footer {
	width: 100%;
	height: 80px;
	padding: 30px 0;
	color: #777;
}

footer .copyright {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	word-spacing: 15px;
	text-align: center;
}

footer .copyright:first-of-type {
	margin-top: 10px;
}