/*隐藏头部和左侧悬浮框-start*/
	.header,
	.erweima,
	#zd{
		display: none;
	}
/*隐藏头部和左侧悬浮框-end*/

/*内容-start*/
	.content{
		margin: 0 auto;
		width: 1200px;
		height: 1150px;
		overflow: hidden;
		background-color: #ebebeb;
	}
	/*注册说明-start*/
		.register form div{margin:0 auto;width:401px}
		.register form div+div{margin-top:15px}
		.register_explain{
			/*display: none;*/
			margin: 0 auto;
			padding-top: 179px;
			width: 903px;
		}
		.register_explain_title{
			height: 80px;
			border-radius: 7px 7px 0 0;
			background-color: #1b3f6b;
			text-align: center;;
			line-height: 80px;
			font-family: '微软雅黑';
			font-weight: bold;
			font-size: 24px;
			color: #fff;
		}
		.register_explain_txt{
			padding-top: 48px;
			padding-bottom: 45px;
			background-color: #fff;
			border-bottom: 1px solid #ececec;
		}
		.register_explain_txt p{
			margin: 0 auto;
			width: 800px;
			line-height: 30px;
			font-family: '微软雅黑';
			font-size: 14px;
			color: #808080;
		}
		.register_explain_txt a{
			color: #f62929;
		}
		.register_explain_select{
			padding-top: 37px;
			padding-bottom: 55px;
			background-color: #fff;
			border-radius: 0 0 7px 7px;
			overflow: hidden;
		}
		.register_explain_select_in{
			margin: 0 auto;
			width: 800px;
			overflow: hidden;
		}
		.register_explain_select_in p{
			float: left;
			height: 38px;
			line-height: 38px;
			font-family: '微软雅黑';
			font-size: 14px;
			color: #808080;
		}
		.next_step{
			display: block;
			float: right;
			width: 121px;
			height: 38px;
			background-color: #00a0e9;
			text-align: center;
			line-height: 38px;
			font-family: '微软雅黑';
			font-size: 18px;
			color: #fff;
			cursor: pointer;
		}
		.bake_page{
			float: right;
			margin-right: 10px;
			width: 121px;
			height: 38px;
			background-color: #bfbfbf;
			text-align: center;
			line-height: 38px;
			font-family: '微软雅黑';
			font-size: 18px;
			color: #fff;
		}
	/*注册说明-end*/

	/*注册-start*/
		.register{
			display: none;
			margin: 0 auto;
			margin-top: 199px;
			padding-top: 98px;
			padding-bottom: 44px;
			width: 574px;
			border-radius: 8px;
			background-color: #fff;
			position: relative;
		}
		.register_title{
			display: block;
			position: absolute;
			left: 171px;
			top: -39px;
		}
		.register_in{
			margin: 0 auto;
			width: 401px;
		}

		/*未填写或者填写错误*/
		.user_false_txt{
			display: none;
			margin-top: 10px;
			font-family: "微软雅黑";
			font-size: 12px;
			color: #f62929;
		}
		.register .user_false input{
			border: 1px solid #f62929;
		}
		.register .user_false .user_false_txt{
			display: block;
		}

		/* 手机号，密码，确认密码*/
		.user_tel input,
		.user_name input,
		.user_mima input,
		.user_qrmima input{
			padding-left: 17px;
			width: 382px;
			height: 42px;
			border-radius: 4px;
			border: 1px solid #dcdcdc;
			background-color: #f4f4f4;
		}
		.user_mima,
		.user_qrmima{
			margin-top: 25px;
		}

		/* 验证码 */
		.user_yzm{
			margin-top: 15px;
			overflow: hidden;
		}
		.user_yzm input{
			float: left;
			padding-left: 17px;
			width: 102px;
			height: 42px;
			border-radius: 4px;
			border: 1px solid #dcdcdc;
			background-color: #f4f4f4;
		}
		.bt_yzm{
			margin-left: 15px;
			float: left;
			width: 121px;
			height: 44px;
		}
		.bt_yzm p{
			width: 121px;
			height: 44px;
			border-radius: 4px;
			text-align: center;
			line-height: 44px;
			font-family: "微软雅黑";
			font-size: 14px;
			color: #fff;
		}
		.fs_yzm{
			display: block;
			background-color: #00a0e9;
			cursor: pointer;
		}
		.sec_yzm{
			display: none;
			background-color: #dcdcdc;
		}
		.bt_yzm_doed .fs_yzm{
			display: none;
		}
		.bt_yzm_doed .sec_yzm{
			display: block;
		}
		.user_yzm .user_false_txt{
			float: left;
			width: 401px;
		}

		/*接受协议*/
		.jsxy{
			margin-top: 15px;
		}
		.jsxy input{
			margin-top: -2px;
			margin-bottom: 1px;
			vertical-align: middle;
		}
		.jsxy span{
			font-family: "微软雅黑";
			font-size: 14px;
			color: #9e9e9e;
		}
		.jsxy a{
			color: #f62929;
		}

		/*注册按钮*/
		.zc_bt{
			margin-top: 15px;
			width: 401px;
			height: 58px;
			border-radius: 5px;
			text-align: center;
			line-height: 58px;
			background-color: #00a0e9;
			font-family: "微软雅黑";
			font-weight: bold;
			font-size: 24px;
			color: #fff;
			cursor: pointer;
		}
		.zc_bt_false{
			background-color: #dcdcdc;
			cursor: auto;
		}

		/*已有账户马上登录*/
		.have_dl{
			margin-top: 30px;
			text-align: center;
			font-family: "微软雅黑";
			font-size: 16px;
			color: #585858;
		}
		.have_dl a{
			color: #00a0e9;
		}

		/*外链登陆*/
		.wldl{
			margin-top: 54px;
			overflow: hidden;
		}
		.wldl a{
			display: block;
			float: left;
			width: 51px;
			height: 51px;
			background: url(./../images/wldl_bj.png) 0 0 no-repeat;
		}
		.weibo{
			margin-left: 124px;
			margin-right: 123px;
		}
		.weixin:hover{
			background: url(./../images/weixin_hover.png) 0 0 no-repeat;
		}
		.weibo:hover{
			background: url(./../images/weibo_hover.png) 0 0 no-repeat;
		}
		.qq:hover{
			background: url(./../images/qq_hover.png) 0 0 no-repeat;
		}
	/*注册-start*/

	/*注册类型-start*/
		.register_leixing{
			display: none;
			margin: 0 auto;
			margin-top: 387px;
			width: 967px;
			overflow: hidden;
		}
		.register_leixing a{
			display: block;
			width: 465px;
			height: 277px;
			border-radius: 5px;
			background-color: #00a0e9;
			text-align: center;
			line-height: 277px;
			font-family: "微软雅黑";
			font-size: 40px;
			font-weight: bold;
			color: #fff;
		}
		.register_leixing a:hover{text-decoration: none;}
		.mhzj{
			float: left;
		}
		.mhzj:hover{
			background: #00a0e9 url(./../images/mhzj.jpg) 0 0 no-repeat;
		}
		.xzyh{
			float: right;
		}
		.xzyh:hover{
			background: #00a0e9 url(./../images/xzyh.jpg) 0 0 no-repeat;
		}
	/*注册类型-end*/
/*内容-end*/