.logo-img{
				text-align: center;
				margin-top: 1.15rem;
			}
			.logo-img img{
				width: 1.8rem;
			}	
	/* 快速登陆1 */
	
	
	
	
		.login-top{
		padding:2.92rem .38rem 0.44rem ;
	}
	.weixin-btn{
		display: block;
		margin-top: 0.64rem;
		font-size:.36rem;
		color: #fff;
		height: 1rem;
		line-height: 1rem;
		text-align: center;
		border-radius: 10px;
		background: #DC3023;
	
	}
	.idpass-btn{
		margin-top: .44rem;
		display: block;
		font-size:.36rem;
		border:1px solid #ccc;
		text-align: center;
		height: 1rem;
		line-height: 1rem;
		color: #333333;
		border-radius: 10px;
	}
	
	
	
	
	
	
	/* 快速登陆2 */

	.quick-top{
		padding: 1.9rem .38rem 0.44rem;
	}
	.login-line{height: .88rem;
		border-bottom:1px solid rgba(220,48,35,.3);
		position: relative;
		
	}
	.id-phone{
		padding-left: .2rem;
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		font-size: .3rem;
		outline: none;
	
	}
	.id-code{
		display: block;
		padding-left: .2rem;
		display: inline-block;
		    width: 66%;
		height: 100%;
		font-size: .3rem;
		outline: none;
	}
	.code-huoqu{
		padding:0.05rem .1rem;
		border-radius: 5px;
		color: #DC3023;
		font-size: .3rem;
		border:1px solid #DC3023;
		position: absolute;
		right: .1rem;
		bottom: .1rem;
		background: #fff;
	}
	.code-huoqu.active {
		background: #cccccc;
	}
	.login-hint{
		font-size: .3rem;
		color: #E7736A;
		margin-top: .2rem;
			padding-left: .2rem;
		box-sizing: border-box;
	}

.login-hint1{
	font-size: .3rem;
	color: #E7736A;
	margin-top: .2rem;
	padding-left: .2rem;
	box-sizing: border-box;
}
	
	
	.login-links{
		margin-top: .3rem;
		font-size: .28rem;
	}
	.login-links>a:first-child{
		float: left;
		color: #333333;
	}
	.login-links>a:last-child{
		float: right;
		color: #DC3023;
	}