body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,q,dl,dt,dd,ol,ul,li,input,fieldset,form,legend,
caption,tbody,tfoot,thead,article,aside,dialog,figure,footer,header,hgroup,nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
}
body{
	font-size: 12px;
	color: #333;
	background: #fff;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
input::-ms-input-placeholder{ color:#929292; }
input::-webkit-input-placeholder{ color:#929292; }
input::-moz-placeholder{ color:#929292 } 
a{
	color: #000000;
	text-decoration: none;
}
ul{
	list-style-type: none;
}
/*浮动清除和设置*/
.clear-float:after{
	content: "";
	display: block;
	clear: both;
}
.left-float{
	float: left;
}
.right-float{
	float: right;
}
body{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*1.登录页面样式*/
.l-welcome{
	padding: 0.853333rem 0;
	text-align: center;
}
.l-welcome img{
	width: 4.666667rem;
	height: 1.546667rem;
}
.l-welcome .welcome-title{
	display: inline-block;
	font-weight: 600;
	color: rgba(51,51,51,1);
	line-height: 48px;
	background: linear-gradient(90deg, rgba(29,206,126,1) 0%, rgba(120,243,137,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 48px;
}
.l-form .l-common:not(:first-child){
	margin-top: 0.853333rem;
}
.l-form .l-common{
	margin: 0 0.733333rem;
}
.l-form .l-common .common{
	width: 100%;
	height: 1.173333rem;
}
.l-form .l-common .common input{
	width: 100%;
	height: 1.173333rem;
	font-size: 16px;
	border-radius: 0.586667rem;
	background-color: #F6F6F6;
	outline: 0;
	border: 0;
}
.l-form .l-common .phone-con input{
	box-sizing: border-box;
	padding-left: 0.533333rem;
}
.l-form .l-common .realname-con input{
	box-sizing: border-box;
	padding-left: 0.533333rem;
}
.l-form .l-common .code-con input{
	box-sizing: border-box;
	padding-left: 0.533333rem;
}
.l-form .l-common .invitecode-con input{
	box-sizing: border-box;
	padding-left: 0.533333rem;
}
.l-form .l-common .account-con input{
	box-sizing: border-box;
	padding-left: 0.533333rem;
}
.l-form .l-common .upwd-con input{
	box-sizing: border-box;
	padding-left: 0.533333rem;
}
.l-form .l-common .loginbtn-con input{
	background-color: #1DCE7E;
	color: #fff;
	pointer-events: auto;
}
.l-form .l-common .regbtn-con input{
	background-color: #e2e2e2;
	color: #fff;
	pointer-events: none;
}
.l-form .l-common .regbtn-con.active input{
	background-color: #1DCE7E;
	color: #fff;
	pointer-events: auto;
}
.l-form .link-con{
	text-align: center;
}
.l-form .link-con span{
	vertical-align: middle;
}
.l-form .link-con .l-line{
	display: inline-block;
	border-left: 1px solid #e9e9e9;
	height: 14px;
	width: 1px;
	margin: 0 0.4rem;
}
.l-form .link-con a{
	color: #1DCE7E;
	font-size: 16px;
}
.l-form .link-con .l-reg{
	line-height: 16px;
}
.l-form .link-con .l-ret{
	line-height: 16px;
}

/*2.注册页面，注册页面套用了大部分登录页面的样式*/
.l-form .l-phone{
	margin-top: 0.853333rem;
}
.l-form .l-protocol .protocol-con{
	height: auto;
}
.l-form .l-protocol .protocol-con input{
	width: auto;
	height: auto;
}
.l-form .l-protocol .protocol-con .check-btn{
	display: inline-block;
	vertical-align: middle;
	width: 0.48rem;
	height: 0.48rem;
	background-image: url("../img/register/check-no.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.48rem 0.48rem;
	margin-right: 0.2rem;
}
.l-form .l-protocol .protocol-con .check-btn.selected{
	background-image: url("../img/register/check-ok.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.48rem 0.48rem;
}
.l-form .l-protocol .protocol-con .part-one{
	vertical-align: middle;
	font-size: 16px;
}
.l-form .l-protocol .protocol-con .part-two{
	vertical-align: middle;
	border-bottom: 1px solid #1DCE7E;
}
.l-form .l-protocol .protocol-con .part-two a{
	color: #1DCE7E;
	font-size: 16px;
}
.l-form .l-code .code-con{
	position: relative;
}
.l-form .l-code .code-con .getcode-btn{
	position: absolute;
	height: 1.173333rem;
	top: 0;
	right: 0.533333rem;
	font-size: 16px;
	line-height: 1.173333rem;
}
.l-form .l-code .code-con .getcode{
	color: #1DCE7E;
}
.l-form .l-code .code-con .countdown{
	color: #999;
	pointer-events: none;
}