/*隐藏头部和左侧悬浮框-start*/
	.header,
	.erweima,
	#zd{
		display: none;
	}
/*隐藏头部和左侧悬浮框-end*/

/*内容-start*/
	.content{
		min-width: 1200px;
		height: 1253px;
		background: url(./../images/LogIn_bj.jpg) center 0 no-repeat;
		overflow: hidden;
	}
	/*账号登陆-start*/
		.LogIn_zh{
			margin: 0 auto;
			margin-top: 200px;
			width: 574px;
			background-color: #fff;
			border-radius: 9px;
			position: relative;
		}
		.LogIn_title{
			display: block;
			position: absolute;
			left: 171px;
			top: -39px;
		}

		/*二维码切换*/
		.tab_ewm{
			position: absolute;
			top: 13px;
			right: 12px;
			cursor: pointer;
		}

		/*内容主体-start*/
			.LogIn_zh_main{
				padding-top: 78px;
				padding-bottom: 35px;
			}
			.LogIn_zh_main_title{
				margin: 0 auto;
				padding-bottom: 15px;
				width: 480px;
				border-bottom: 1px solid #eeeeee;

				font-family: '微软雅黑';
				font-size: 24px;
				color: #141414;
			}


			/*未填写或者填写错误*/
			.user_false_txt{
				display: none;
				margin-top: 10px;
				font-family: "微软雅黑";
				font-size: 12px;
				color: #f62929;
			}
			.LogIn_zh_main .user_false input{
				border: 1px solid #f62929;
			}
			.LogIn_zh_main .user_false .user_false_txt{
				display: block;
			}

			.user_tel{
				margin: 65px auto 0;
				width: 401px;
			}
			.user_mima{
				margin: 28px auto 0;
				width: 401px;
			}
			.user_tel input,
			.user_mima input{
				padding-left: 17px;
				width: 382px;
				height: 42px;
				border-radius: 4px;
				border: 1px solid #dcdcdc;
				background-color: #f4f4f4;
			}
			.dl_bt{
				display: block;
				margin: 28px auto 0;
				width: 401px;
				height: 58px;
				background-color: #00a0e9;
				border-radius: 4px;
				text-align: center;
				line-height: 58px;
				font-weight: bold;
				font-family: "微软雅黑";
				font-size: 24px;
				color: #fff;
			}

			.LogIn_xx{
				margin: 38px auto 0;
				width: 401px;
				overflow: hidden;
			}
			.LogIn_zd{
				float: left;
			}
			.LogIn_zd input{
				margin-top: -2px;
				margin-bottom: 1px;
				vertical-align: middle;
			}
			.LogIn_zd span{
				font-family: "微软雅黑";
				font-size: 14px;
				color: #9e9e9e;
			}
			.a_zc_wjmm{
				float: right;
				font-family: "微软雅黑";
				font-size: 14px;
				color: #9e9e9e;
			}
			.a_zc_wjmm a{
				color: #9e9e9e;
			}

			
		/*外链登陆*/
		.wldl_out{
			margin-top: 90px;
		}
		.wldl_title{
			background: url(./../images/wldl_title_bj.jpg) 0 0 repeat-x;
			height: 17px;
			line-height: 17px;
			text-align: center;
		}
		.wldl_title span{
			background-color: #fff;
			font-family: "微软雅黑";
			font-size: 16px;
			color: #9e9e9e;
		}
		.wldl{
			margin:40px auto 0;
			width: 401px;
			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;
		}
		/*内容主体-end*/
	/*账号登陆-end*/

	/*二维码登陆-start*/
		.LogIn_ewm{
			display: none;
			margin: 0 auto;
			margin-top: 200px;
			width: 574px;
			background-color: #fff;
			border-radius: 9px;
			position: relative;
		}
		.LogIn_title{
			display: block;
			position: absolute;
			left: 171px;
			top: -39px;
		}
		/*二维码切换*/
		.tab_zh{
			position: absolute;
			top: 13px;
			right: 12px;
			cursor: pointer;
		}
		/*内容主体-start*/
			.LogIn_ewm_main{
				padding-top: 78px;
				padding-bottom: 65px;
			}
			.LogIn_ewm_main_title{
				margin: 0 auto;
				padding-bottom: 15px;
				width: 480px;
				border-bottom: 1px solid #eeeeee;
				font-family: '微软雅黑';
				font-size: 24px;
				color: #141414;
			}
			.ewm_img{
				margin: 35px auto 0;
				width: 300px;
			}
			.ewm_txt{
				text-align: center;
				font-family: '微软雅黑';
				font-size: 16px;
				color: #9e9e9e;
			}
			.ewm_txt p{
				padding-top: 10px;
			}
			.LogIn_ewm_a{
				margin-top: 70px;
				text-align: center;
				font-family: '微软雅黑';
				font-size: 16px;
				color: #777676;
			}
			.LogIn_ewm_a a{
				color: #777676;
			}
		/*内容主体-end*/
	/*二维码登陆-end*/
/*内容-end