input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset !important}
a{outline:none;text-decoration:none}
input:focus{outline:none}
button{cursor:pointer}
	
.middle{
	width: 100%;
	margin-top: 180px;
}

.qrcode_b{
	width: 50%;
	height: 275px;
}
.input{
	float:left;
	border:none;
	width:180px;
	height:33px;
	line-height:33px;
	font-size:16px;
	text-indent:10px;
}
div.loginTabBox a{
	font-size:18px;
	display:inline-block;
	width:120px;
	padding-bottom:5px;
	/* border-bottom:2px solid white; */	/* 加上该属性，则tab无下划线，去掉为有下划线 */
}

.loginInputLine{
	height:35px;
	margin:5px 0 0 5px;
	width:248px;
	border-radius:3px;
	border:1px solid;
}

.login-noselected{
	color:#aaa;
}
/* .associate-account{
	margin-bottom: 5px;
	width: 200px;
	color:#2BB38A;
	font-size: 16px
} */
.loginInputLine-ico{
	text-align:center;
	float:left;
	margin:3px 0;
	padding:2px 5px;
	height:25px;
	border-width:0 1px 0 0;
	border-style:solid;
}

.inputLine-tel{
	float:left;
	padding:5px;
	height:25px;
	line-height:25px;
	font-size:16px;
}

.telogin-ver-input{
	width:122px;
	height:33px;
	line-height:33px;
	font-size:16px;
	text-indent:10px;
	border-radius:3px;
	border:1px solid;
}

/* 二维码图片框 */
.QRcode{
	overflow:hidden;
	height:120px;
	width:120px;
}
/* 二维码图片 */
.QRcode img{
	width:120px;
	height:120px;
}

/* 登陆按钮 */
.loginBtn{
	width:250px !important;
	height:35px !important;
	border-radius:3px !important;
	font-size:16px !important;
	margin:5px;
}

/* 发送验证码按钮 */
.VcodeBtn{
	height:37px !important;
	width:120px !important;
	font-size:14px !important;
	border-radius:3px !important;
}

/* 注册按钮（个人/机构） */
.regBtn{
	margin:5px 0;
	width:120px !important;
	height:35px !important;
	font-size:16px !important;
}
.loginLink-toReg{
	float:right;
	margin:5px 5px 5px 10px;
	font-size:14px;
	cursor:pointer;
	font-family:'微软雅黑';
}
.loginLink-toReg:hover{
	text-decoration:underline;
}
