.switchLoginType {
	list-style: none;
	text-align: left;
	width: 73%;
	margin: 0 auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.switchLoginType li {
	display: inline-block;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	margin-right: 24px;
	cursor: pointer;
}

.tab-active {
	position: relative;
	color: #1a1a1a;
	font-weight: 600;
	width: 70px;
}
.tab-active::before {
	display: block;
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #0084ff;
}




/*�л���¼��ʽ*/
.loginType0{
	position: absolute;
	display: block;
	background: #fff;
	width: 100%;
}

.loginType1{
	position: absolute;
	display: none;
	width: 100%;
	height: 58%;
	background: #fff;
}


/*���ϽǵĶ�ά��*/
.ercode_tab {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	right: 0;
}

.login_right{
	position: relative;
	overflow: hidden;
}

.erweima{
	display: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: pointer;
}
.erweima img{
	cursor: pointer;
	width: 100%;
	height: 100%;
}