.back_main{
	float: right;
	margin-right: 30px;
	color: #FFF;
}
form{
	margin-bottom: 56px;
}

/*注册部分*/
.reg{
	width: 100%;
}
.reg_body{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.per_body{
	background: #f6f6f6;
}
.reg_body h1{
	font-size: 28px;
	line-height: 136px;
	text-align: center;
}
.reg_line{
	width: 100%;
	overflow: hidden;
}
.perline{
	margin-bottom: 14px;
}
.reg_left{
	width: 355px;
	line-height: 36px;
	height: 36px;
	float: left;
	overflow: hidden;
}
.reg_line input{
	float: left;
	outline: none;
	border: none;
	border: 1px solid #b0b0b0;
	height: 36px;
	line-height: 36px;
	width: 340px;
	box-sizing: border-box;
	border-radius: 5px;
	text-indent: 10px;
}
.reg_left span{
	float: right;
}
.reg_left span.star{
	color: #ff0000;
	margin-right: 6px;
}
.reg_left span.rl_text{
	margin-right: 20px;
}
.reg_line p{
	float: left;
	color: #b0b0b0;
	font-size: 12px;
	line-height: 24px;
}
.reg_line p.unchangeinfo{
	font-size: 14px;
	line-height: 36px;
	color: #000;
}
.reg_line p.cantmodify{
	font-size: 14px;
	line-height: 36px;
	margin-left: 30px;
	color: red;
}
.reg_line p.modify{
	font-size: 14px;
	line-height: 36px;
	color: blue;
	margin-left: 30px;
	cursor: pointer;
}
.unmodify{
	overflow: hidden;
	float: left;
	width: 500px;
}
.modifyinput{
	float: left;
	display: none;
}
.get_test{
	margin-bottom: 14px;
}
.reg_line input#get_test{
	width: 160px;
	height: 36px;
	color: #666666;
	background: #f8f8f8;
	cursor: pointer;
}
#reg_test{
	width: 210px;
}
.reg_line img{
	display: block;
	float: left;
	margin-left: 6px;
	width: 124px;
	height: 52px;
}
.reg_line p.test_change{
	color:#1c58b0 ;
	cursor: pointer;
	margin-left: 24px;
}
#agree{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.reg_line p.agree{
	line-height: 16px;
}
.reg_line p.agree_blue{
	color: #1c58b0;
}
#reg_btn{
	width: 120px;
	height: 36px;
	color: #fff;
	border: 1px solid #bc8823;
	border-radius:0;
	cursor: pointer;
	background: #b97d42;
	background: -webkit-linear-gradient(#e6cea3, #b97d42); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e6cea3, #b97d42); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e6cea3, #b97d42); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e6cea3, #b97d42); /* 标准的语法 */
}

/*fixed悬浮部分*/
.reg_code{
	position: fixed;
	-right: 20px;
	top: 200px;
	width: 120px;
	height: 145px;
}
.reg_code img{
	width: 120px;
	height: 145px;
}
