/*PC端背景与文字*/
#login-bg{
	position: absolute;
	width: 100%;
	height: 580px;
	background: url("../img/logbanner.jpg") center no-repeat;
}
#login-bg-content{
	height: 580px;
	padding-top: 80px;
}
#login-txt1{
	width: 493px;
	margin-top: 136px;
}
#login-txt2{
	display: block;
	width: 383px;
	margin-top: 20px;
}


/*登陆主要元素*/
#login-content{
	height: 580px;
	padding-top: 80px;
}
#login-box{
	position: relative;
	margin-top: 50px;
	width: 400px;
	height: 400px;
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}
#login-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	margin-bottom: 24px;
	border-bottom: solid 1px #ccc;
	color: #666;
	margin-top: 0;
}
#login-tip{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #666666;
}
#login-status{
	position: absolute;
	top: 60px;
	font-size: 12px;
	color: #f00;
	display: none;
}
#proving{
	position: relative;
	display: none;
	margin-bottom: -30px;
}
#proving-input{
	margin-right: 140px;
	margin-bottom: 0;
}
#proving-box{
	position: absolute;
	right: 0;
}
#proving-pic{
	width: 100px;
	height: 40px;
	margin-left: 10px;
}
#proving-change{
	width: 30px;
	height: 40px;
}

#loginBtns{
	margin-top: 15px;
}
#loginBtn{
	width: 48%;
	color: #fff;
	background: #7E0001 url("../img/jiantou1.png") right center no-repeat;
}
#registerBtn{
	width: 48%;
	background-color: #fff;
	border: solid 1px #7E0001;
	color: #7E0001;
	/*line-height: 40px;*/
}
#loginFooter{
	position: relative;
	/*top: 345px;
	width: 75%;*/
	/*border-top: solid 1px #e8e8e8;*/
	font-size: 12px;
	line-height: 20px;
}
#shejiao{
	margin-top: 15px;
	text-align: center;
	margin-bottom: 25px;
}
#shejiao p{
	color: #dcdcdc;
}
#shejiao p span{
	margin-left: 5%;
	margin-right: 5%;
}
#shejiao p img{
	height: 1px;
	width: 20%;
}
#shejiao_weixin{
	display: inline-block;
	margin-top: 10px;
	width: 35px;
}
#shejiao_weixin img{
	width: 35px;
}


@media only screen and (max-width: 768px) {
	#login-content{
		padding-top: 25px;
		height: auto;
	}
    #login-box{
		margin-top: 0;
		width: 100%;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#login-tip{
		margin-top: 24px;
		margin-bottom: 30px;
		font-size: 18px;
		color: #666666;
	}
	#login-status{
		position: relative;
		top: auto;
	}
	#loginFooter{
		position: relative;
		top: auto;
		width: auto;
		/*margin-top: 30px;*/
		/*border-top: solid 1px #e8e8e8;*/
		line-height: 30px;
	}
	#loginBtns{
		margin-top: 40px;
	}
	#proving{
		margin-bottom: 0px;
	}
}









