html{
	margin:0;
	padding:0;
}
body{
	background: url(../images/wapimg.png) no-repeat center;
	background-size: cover;
}
.lgrgcontainer{
	padding-bottom: 2rem;
}
.lcontainer{
	position: relative;
	margin: 0 1rem;
	background: rgba(255,255,255,.8);
	min-height: 10rem;
	border-radius: .5rem;
	border: 1px solid rgba(255,255,255,.2);
	top: 1rem;
}
.lc_cont{
	padding: .5rem 1rem;
	padding-bottom: 1rem;
}
.logoa{
	padding-top: .5rem;
	margin-bottom: .5rem;
}
.logoa img{
	height: 2rem;
	display: block;
	margin: 0 auto;
}
.pformset{
	margin-top: .5rem;
}
.pformset span.pfsp{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1.6rem;
	line-height: 2rem;
	background: #F5F5F5;
	text-align: center;
	border-radius: .3rem;
}
.pformset span.pfsp i.fa-mobile{
	font-size: .9rem;
}
.pformset span.pfsp i.fa-header{
	font-size: .6rem;
}
.pformset input[type="password"],.pformset input[type="text"]{
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-indent: 2rem;
	outline: none;
	border-radius: .3rem;
}
.pformset input.inptset{
	padding-right: 5.5rem;
}
.getpcode{
	position: absolute;
	height: 100%;
	width: 4rem;
	background: #F77258;
	color: #fff;
	right: 0;
	top: 0;
	z-index: 100;
	border-radius: .3rem;
}
.getpcode:disabled{
	background: #aaa;
}
.pfinpclear{
	position: absolute;
	right: .2rem;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: none;
}
.pfinpclear i{
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	background: #F5F5F5;
	border-radius: 50%;
	font-size: .5rem;
}
.subbtn{
	display: block;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	height: 2rem;
	line-height: 2rem;
	background: #F77258;
	color: #fff;
	border-radius: .5rem;
}
.yzmcont{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	line-height: 2rem;
	text-align: center;
	background: #eee;
	width: 5rem;
}
.thirdlog{
	margin-top: .5rem;
}
.thdtt{
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding-bottom: .2rem;
	text-align: center;
}
.thdcont{
	text-align: center;
	padding-top: .5rem;
}
.thdcont a{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	background: #fff;
	padding: 0 1rem;
	border-radius: .5rem;
}
.thdcont a i{
	margin-right: .2rem;
}
.thdcont a.qqlg{
	background: #23bbf3;
	color: #fff;
}
.thdcont a.wblg{
	background: #6BB642;
	color: #fff;
	margin-left: .5rem;
}
.thdcont a.wblg i{
	font-size: .6rem;
}
.pfalink{
	display: inline-block;
	margin-right: .5rem;
	text-decoration: underline;
}
.pfalink:last-child{
	margin-right: 0;
}
.rempwdlbl label{
	padding-left: 1.2rem;
}
.qtregistbtn{
	height: 1.8rem;
	line-height: 1.75rem;
	text-align: center;
	border: 1px solid #84A0C4;
	color: #84A0C4;
	border-radius: .5rem;
}
