/*login*/
.login_cont{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30rem;
	height: 30rem;
	border-radius: 1rem;
	background: #FEFEFE;
	box-shadow: 0 0 2px rgba(0, 0, 0, .15);
	text-align: center;
}
.login_cont .title{
	color: #2A2A2A;
	margin-top: 2.5rem;
}
.login_cont .introduce{
	color: #9B9B9B;
	font-size: .8rem;
	margin: .5rem;
}
.login_cont .QRcode_cont{
	width: 9.5rem;
    height: 11.5rem;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .07);
	padding: 1.5rem;
	border-radius: 1rem;
}
.login_cont .QRcode_cont img{
	width: 100%;
}
.login_cont .QRcode_cont p{
	font-size: .8rem;
    line-height: 2rem;
    background: url(../imgs/icon_weixin.png) no-repeat 27px center;
    background-size: 20px 16px;
}
.QQlogin_cont{
	width: 8rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	margin: 1.5rem auto;
	border: 1px solid #979797;
	background: #fff;
	border-radius: 5px;
	font-size: .8rem;
	background: url(../imgs/icon_QQ.png) no-repeat 9px center;
    background-size: 16px 16px;
}
.agreement_cont{
	color: #9B9B9B;
	border-top: 1px solid #EFEFEF;
	height: 2rem;
	line-height: 2rem;
	font-size: .8rem;
	width: 70%;
	margin: auto;
}
@media (max-width:768px){
	.login_cont{
		width: auto;
	}
}




