
.fl{
	float:left;
}
.fr{
	float:right;
}
a{
	text-decoration:none;
}
button{
	outline:none;
	cursor: pointer;
}
/*头部*/
.content{
	width: 100%;
	height: 105px;
	box-shadow: 0px 6px 10px 1px #f4f4f4;
}
.content .logoDiv{
	width: 1200px;
	margin: 0 auto;
}
.content .logoDiv img{
	width: 215px;
	height: 66px;
	margin-top: 20px;
}
.content .logoDiv p{
	width: 160px;
	margin-top: 70px;
	font-size: 14px;
	color: #666666;
}
.content .logoDiv p a{
	color: #40900a;
	cursor: pointer;
}

.register{
	width: 500px;
	margin: 40px auto;
}
.register h2{
	color: #333;
	font-size: 24px;
	text-align: center;
	margin: 60px 0 50px;
}
.register form{
	width: 490px;
}
.register form > div{
	height: 40px;
	margin-bottom: 20px;
}
.register form .inputDiv{
	width: 100%;
	border: 1px solid #e6e6e6;
	height: 38px;
}
.register form .spanN{
	display: inline-block;
	float: left;
	text-indent: 15px;
	padding-right: 12px;
	line-height: 20px;
	margin-top: 9px;
	color: #333;
	border-right: 1px solid #e6e6e6;
	font-size: 14px;
}
.register input{
	width: 385px;
	height: 20px;
	border: none;
	outline: none;
	margin-top: 9px;
	margin-left: 15px;
	float: left;
}
.register input.sel_input{
	background: url(../images/inputIcont.png) 370px center no-repeat;
	cursor: pointer;
}
.sel_input::-webkit-input-placeholder{
	color: #333;
}
.register .input1{
	width: 180px;
}
.register .input2{
	width: 160px;
}
.register .codeImg{
	width: 100px;
	height: 40px;
	margin: 0 10px 0 30px;
}
.register .oneMore{
	color: #1676f6;
	font-size: 12px;
	line-height: 40px;
	cursor: pointer;
}
.register .sendCode{
	border: none;
	width: 175px;
	height: 40px;
	background: #ff7800;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.register .inputDiv1{
	width: 280px!important;
}
.register .login_tip{
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	position: relative;
	font-size: 12px;
	width: 100%;
}
.register .login_tip i{
	margin: 2px 10px 0 0;
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/uncheck.png) no-repeat;
	cursor: pointer;
}
.register .login_tip i.checked{
	background: url(../images/checked.png) no-repeat;
}
.login_tip .colorLan{
	color: #1676f6;
	cursor: pointer;
}
.register .login_button{
	width: 492px;
	height: 45px;
	border: none;
	background: #64b63c;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
	display: block;
	cursor: pointer;
}
.posR{
	position: relative;
}
.register .city{
	width: 406px;
	border: 1px solid #e6e6e6;
	padding: 10px 0 5px;
	position: absolute;
	left: 84px;
	top: 39px;
	background: #ffffff;
	z-index: 19;
	display: none;
}
.block{
	display: block!important;
}
.register .city ul{
	width: 100%;
}
.register .city ul li{
	width: 25%;
	margin: 0 0 5px;
	height: 20px;
	text-align: center;
}
.register .city ul li a{
	padding: 0 3px;
	height: 20px;
	line-height: 20px;
	width: auto;
	font-size: 12px;
	cursor: pointer;
	border-radius: 3px;
}
.register .city ul li.active a{
	background: #ffaa00;
	color: #ffffff;
}

#zhezhao{
	position:fixed;
	z-index:1005;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=20);
	opacity:0.3;
}
.create_div{
	width:100%;
	overflow:hidden;
	top:150px;
	position:fixed;
	z-index:1006;
	font-size: 12px;
	box-shadow: 0 0 16px 0 rgba(142, 142, 142, 0.26);
}
.create_box{
	width:950px;
	margin:0 auto;
	background:#fff;
	border:1px solid #c4c4c4;
	overflow:hidden;
	height:600px;
}
.create_box .close{
	font-size: 22px;
	cursor: pointer;
	color: #999;
}
.create_box .headline{
	line-height: 32px;
	height: 32px;
	padding: 0 10px;
	background: #f3f3f3;
}
.create_box .headline .spanL{
	color: #333;
	font-weight: bold;
}
.create_box .a_btn{
	width: 200px;
	height:54px;
	line-height:54px;
	margin: 0 auto;
}
.create_box .a_btn a{
	width: 200px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	display: block;
}
.create_box .a_btn1{
	background: #e3e4e5;
	color: #666;
}
.create_box .a_btn2{
	background: #ff7800;
	color: #fff;
}
.agreeCont{
	padding: 0 25px;
	margin: 40px 0 30px;
	height: 420px;
	overflow-y: auto;
}
.agreeCont p{
	line-height: 25px;
	margin-bottom: 25px;
	font-size: 14px;
}
.marginT{
	margin-top: 35px;
}