@CHARSET "UTF-8";

body {}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:14px/1.5 '微软雅黑','Microsoft YaHei',Arial,Helvetica,sans-serif,"宋体"; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;} 

/*body*/
.container { 
	background-color: white;
}

/*header*/
.header {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
}
.header .title {
	font-size: 24px;
	float: left;
	margin-top: 40px;
	margin-left: 15px;
	color: #999999;
	font-family: '幼圆';
}
.header .line {
	float: left;
	width: 1px;
	height: 24px;
	background-color: #c0c0c0;
	margin-top: 47px;
	margin-left: 146px;
}
.help {
	color: #999999;
	float: right;
	margin-top: 43px;
}
.help a{
	color: #52952b;
}
/*center*/
.center {
	width: 1200px;
	height: 548px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
}
.nav {
	float: left;
	width: 640px;
	height: 30px;
	margin-top: 60px;
	margin-left: 280px;
	margin-bottom: 10px;
	background: url("../img3/fp_nav_bg_640_30.png") 0 0 no-repeat;
}
.nav li {
	float: left;
	width: 160px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	color: #999999;
	line-height: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
li.step-red {
	background: url("../img3/fp_nav_red_160_30.png") 0 0 no-repeat;
	color: white;
}
li.step-gray {
	color: #999999;
}
li.bg-red {
	background-color: #52952b;
}
li.step-red  span{
	width: 16px;
	height: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px 0 0;
	line-height: 16px;
	color: #52952b;
	font-size: 12px;
	line-height: 30px;
	background: url("../img3/fp_nav_white_16_16.png") 0 6px no-repeat;
}
li.step-gray span {
	width: 16px;
	height: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px 0 0;
	line-height: 16px;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	background: url("../img3/fp_nav_gray_16_16.png") 0 6px no-repeat;
}
.row {
	margin-top: 40px;
	left: 335px;
	position: relative;  width: 800px; 
	zoom:1;    clear: both;     display: inline-block;
}
input.w150 {
	width: 142px;
}
.row label {
	display: inline-block;
	*display: inline;
	*zoom: 1;float:left;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	width: 90px;
	text-align: right;
	height: 50px;
	vertical-align: middle;
	overflow: hidden;
}

.row .new_phone{height:50px;    line-height: 50px;}
.row .new_phone .phone_a{color:#999;margin-right:20px;font-size:15px;}
.row .new_phone .name_a{color:#52952b;font-size:16px;}
.sf-type-gray {
	width: 46px;
	height: 30px;
	display: inline-block;
	*display:inline;
	*zoom: 1;
	line-height: 30px;
	padding-left: 34px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
	background: url("../img3/icon_g_12_12.png") 13px 10px no-repeat #cccccc;
}
.sf-type-green {
	background-color: #52952b;
}
.m16 {
	margin-left: 16px
}
.input {
	width: 318px;
	height: 48px;
	border: 1px #cccccc solid;
	line-height: 48px;
	font-size: 14px;
	padding: 0 10px;
	vertical-align: middle;
	box-sizing: content-box;
	float:left;
	margin:0px;
}
.code {
	width: 156px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border:2px #52952b solid;
	color: #52952b;
	background:#fff;
}
.code.disabled{background:#ccc; color: #fff;border:2px #ccc solid;}
.error {
	color: #52952b;
	width: 340px;
	padding-left: 95px;
	position: absolute;
	left: 0;
	padding-top: 8px;
	overflow: hidden;
}
.buttion {
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #52952b;
	border: 0;
	width: 340px;
	height: 50px;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
.buttion:HOVER{
	background-color: #39681e;
}
.tip {
	background: url("../img3/icon_gou_30_30.png") 0 0 no-repeat;
	width: 193px;
	height: 49px;
	color: #52952b;
	font-size: 16px;
	margin: 0 auto;
	padding-left: 40px;
	margin-top: 80px;
	margin-bottom: 110px;
	text-align: center;
}

