.header{
	position: relative;
	padding: 20px 4%;
}
.header h1{
	float: left;
	margin-right: 123px;
}
.header h1 a{
	display: block;
}
.header p{
	line-height: 64px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 5px;
}
.header p img{
	margin-left: 46px
}
.header a.goback{
	position: absolute;
	right: 4%;
	top: 40%;
	color: #231816;
}


.section{
	padding: 130px 27px;
	background-color: #eaeaea;
}
.form{
	position: relative;
	max-width: 1336px;
	box-sizing: border-box;
	margin: 0 auto;
}
.form .form1{
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 410px;
	box-sizing: border-box;
	padding: 25px 30px;
}
.form .form1 h2{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 32px;
}
.form .form1 ul{
	display: block;
	margin-bottom: 15px;
}
.form ul li{
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #dddcdc;
}
.form ul li:last-child{
	margin-bottom: 0;
}
.form ul li label{
	position: absolute;
	width: 56px;
	left: 0;
	top: 0;
	height: 100%;
	border-right: 1px solid #dddcdc;
	background: url(../images/icon.jpg) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.form ul li.psw label{
	background-position: left bottom;
}
.form ul li input{
	display: block;
	height: 50px;
	transition: all 0.5s cubic-bezier(0.72, 0.02, 0.29, 0.98);
	width: 100%;
	border: none;
	padding-left: 70px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 14px;
}

.find_psw{
	text-align: right;
	margin-bottom: 33px;
}
.find_psw a{
	color: #c90916;
	font-size: 14px;
}


.form.register form h2{
	margin-bottom: 14px;
}
.form.register ul li label{
	width: 117px;
	text-indent: 0;
	background: none;
	line-height: 50px;
	/*border-right: 0;*/
	letter-spacing: 6px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
}
.form.register ul li label.indent0{
	text-indent: 0;
}
.form.register ul li input{
	padding-left: 130px;
}
.form.register ul li input#tel_yangzheng{
	padding-right: 124px;
}
.form.register ul li:last-child{
	margin-bottom: 10px;
}
.go_login{
	display: block;
	margin-left: auto;
	width: 70px;
	text-align: right;
	color: #c90916;
    font-size: 14px;
    margin-bottom: 20px;
}

.form ul li .fs_tel_yangzheng{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 12px;
	width: 110px;
	height: 40px;
	border: none;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dbdada;
	color: #217edb;
}
.form ul li p.prompt{
	font-size: 12px;
	position: absolute;
	bottom: -24px;
	left: 0;
	display: none;
}
.form .form1 #submit{
	padding: 15px 0;
	border: 1px solid #c90916;
	background-color: #c90916;
	display: block;
	width: 100%;
	cursor: pointer;
	color: #fff;
	transition: all 0.5s cubic-bezier(0.72, 0.02, 0.29, 0.98);
	font-size: 18px;
}
.form .form1 #submit:hover{
	color: #c90916;
	background-color: #fff;
}
.login_b{
	margin-top: 82px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
.login_b img{
	margin-right: 10px;
}



.sanfang{
	text-align: right;
	margin-top: 10px;
}







@media screen and (max-width: 750px) {
.header{
	overflow: hidden;
}
.header h1{
	margin-right: 10px;
	width: 55%;
}
.header h1 a img{
	width: 100%;
}
.section{
	padding: 0;
	width: 100%;
	    margin-top: 5%;
}
.form form, .form form.form1, .form div.form1{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	transform: translateY(0);
}
.form > img{
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
}
.header p{
	display: none;
}
.form{
	width: 100%;
}
}