
/* CSS Document */

/*登录区域*/
.login-div{ width: 400px; }
.login-mode{ height: 40px; }
.login-mode-div{ 
	width: 80px; 
	height: 39px;
	text-align: center; 
	cursor: pointer;
}
.mode-font{ 
	line-height: 39px; 
	font-weight: bold; 
	color: #6f6f6f; 
	font-size: 18px; 
}
.login-active{ 
	color: #005095; 
	border-bottom: 1px #005095 solid; 
}
.login-active span{ color: #005095;}

/*错误信息提示*/
.error-hint{
	padding: 5px;
	border: 1px #dddddd solid;
}
.error-hint span{
	font-size: 14px;
	line-height: 20px;
	width: 360px;
}

/*账号密码输入后的附加信息*/
.addition span{ 
	font-size: 12px; 
	color: #909090; 
}
.addition a{ 
	font-size: 12px; 
	color: #6f6f6f;
}

.note-login{ 
	font-size: 12px; 
	line-height: 20px;
	color: #005095;
	cursor: pointer;
}
.third-party-login img{ 
	cursor: pointer;
	margin-top: 2px;
}
.third-party-login-span{
	font-size: 12px; 
	line-height: 20px;
	color: #898989;
}

/*扫描区域*/
.scan-div{ width: 170px; }
.scan-signal{
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.scan-img{
	width: 160px;
	height: 160px;
}
.scan-font-down p{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #6f6f6f;
}
.mask {
	display:none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    background: #000;
    position: absolute;
    width: 160px;
    height: 160px;
}
.scanned{
	text-align: center;
	position: absolute;
    color: white;
    left: 43px;
    top: 50px;
    display: none;
}
.qrdiv{
	position: relative;
}
.refreshQa{
    margin-top: 10px;
    cursor: pointer;
}
