#warpper{
	height: 1276px;
	width: 100%;
	position: relative;
	min-width:1200px;
}
#bg{
	width: 100%;
	height: 1276px;
	position: absolute;
}
#content{
	width: 1170px;
	height: 603px;
	position: absolute;
	left: 50%;
	top: 250px;
	margin-left: -582px;
	border-radius: 3px;
	background: url(../img/user-content_bg.png);
}
#footer{
	width: 1170px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 1020px;
	margin-left: -582px;
	text-align: center;
	border-radius: 3px;
}
.c_t{
	width: 1170px;
	height: 65px;
	margin-top: 2px;
}
.c_l{
	width: 731px;
	height: 360px;
	float: left;
}
.c_r{
	width: 439px;
	height: 360px;
	float: right;
	/*background: url(../img/zc_bg.png) no-repeat;*/
}
.c_t_bt{
	width: 1170px;
	height: 63px;
}
.c_t_bt span{
	display: block;
	width: 80px;
	margin-left: 30px;
	padding-top: 35px;
	font-size: 20px;
    background:-webkit-gradient(linear, 0 0, 100% 0, from(#5bb8d4), color-stop(0.5, #0c3482), to(#0c3482));
    background:-webkit-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-moz-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-o-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
  	-webkit-background-clip:text;
  	color:#0c3482;
}
.c_t_line{
	margin-left:35px;
	margin-right:35px;
	height: 2px;
	background: -moz-linear-gradient(left, #5bb8d4 0%, #0c3482 50%,#0c3482 100%); 
	background: -webkit-linear-gradient(left, #5bb8d4 0%,, #0c3482 50%,#0c3482 100%); 
	background: linear-gradient(to right, #5bb8d4 0%, #0c3482 50%,#0c3482 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb8d4', endColorstr='#0c3482',GradientType=1 );
}
.form_u{
	width: 500px;
	height: 50px;
	margin-left: 115px;
	margin-top: 60px;
}
.form_p{
	width: 500px;
	height: 50px;
	margin-left: 115px;
	margin-top: 45px;
}
.form_re{
	width: 500px;
	height: 19px;
	margin-left: 115px;
	text-align: right;
}
.form_re {
	text-decoration: underline;
}
.form_sub{
	width: 500px;
	height: 52px;
	margin-left: 115px;
	margin-top: 20px;
	text-align: center;
}
.form_sub a{
	display: inline-block;
	width: 200px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	font-weight: bold;
	color: white;
    background: -moz-linear-gradient(left, #5bb8d4 0%, #0c3482 50%,#0c3482 100%); 
	background: -webkit-linear-gradient(left, #5bb8d4 0%,, #0c3482 50%,#0c3482 100%); 
	background: linear-gradient(to right, #5bb8d4 0%, #0c3482 50%,#0c3482 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb8d4', endColorstr='#0c3482',GradientType=1 );
    opacity: 1;
	border-radius: 3px;
}
.lab{
	display: inline-block;
	width: 80px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}
.labtx{
	width: 370px;
	height: 100%;
	margin-left: 25px;
	font-size: 18px;
	margin-top: -10px;
	padding-left: 20px;
	background-color: white;
}
.c_r_bt{
	width: 439px;
	height: 57px;
	margin-top: 72px;
}
.c_r_bt p{
	margin-left: 45px;
}
.zc_btn{
	margin-top: 113px;
	width: 439px;
	height: 52px;
	text-align: center;
}
.zc_btn a{
	display: inline-block;
	width: 200px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	font-weight: bold;
	color: white;
    background:-webkit-gradient(linear, 0 0, 100% 0, from(#5bb8d4), color-stop(0.5, #3c7ac6), to(#0c3482));
    background:-webkit-linear-gradient(left, #5bb8d4, #3c7ac6, #0c3482);
    background:-moz-linear-gradient(left, #5bb8d4, #3c7ac6, #0c3482);
    background:-o-linear-gradient(left, #5bb8d4, #3c7ac6, #0c3482);
    background:linear-gradient(left, #5bb8d4, #3c7ac6, #0c3482);
	border-radius: 3px;
}