/*person-login*/
.login-section .barBox .qrcodeScan{
	padding: 5px 0 20px;
}

.login-section .barBox .qrcodeScan em{
	display: block;
	font-size: 14px;
	color: #9fa3af;
	text-align: center;
}

.login-section .barBox .qrcodeScan img{
	display: block;
	width: 200px;
	height: 200px;
	border: none;
	margin: 20px auto;
}

.login-section .barBox .qrcodeScan p{
	width: 74px;
	height: 16px;
	margin: 0 auto;
	cursor: default;
	overflow: hidden;
}

.login-section .barBox .qrcodeScan p span{
	float: left;
	font-size: 14px;
	color: #9fa3af;
	line-height: 16px;
}

.login-section .barBox .qrcodeScan p i{
	float: right;
	width: 12px;
	height: 12px;
	border: 1px solid #9fa3af;
	border-radius: 50%;
	margin: 1px 0;
	font-family: arial;
	font-size: 12px;
	color: #9fa3af;
	line-height: 12px;
	text-align: center;
}

.login-section .barBox .qrcodeScan p:hover span,
.login-section .barBox .qrcodeScan p:hover i{
	border-color: #f70;
	color: #f70;
}

.login-section .barBox .qrcodeScan-help{
	position: absolute;
	top: 0;
	left: 320px;
	z-index: 10;
	width: 210px;
	padding: 30px 35px 0;
	border-radius: 10px;
	background: linear-gradient(180deg,#ffd6b3,#ffedde 28%,#fdfaf7);
    box-shadow: 0 10px 30px 0 rgba(92,94,102,.1), 0 4px 16px 0 rgba(0,0,0,.08);
    line-height: 1;
	text-align: center;
}

.login-section .barBox .qrcodeScan-help h4{
	font-size: 18px;
	font-weight: 500;
	color: #222;
}

.login-section .barBox .qrcodeScan-help span{
	display: block;
	padding: 18px 0;
	font-size: 12px;
	color: #888;
}

.login-section .barBox .qrcodeScan-help img{
	width: 100%;
	height: auto;
	border: none;
}


/*firm-login*/
.User-section {
	position: relative;
}

.User-section .loginCut{
	position: absolute;
	top: 17px;
	right: 17px;
	width: 35px;
	height: 35px;
}

.User-section .loginCut a.scanBtn,
.User-section .loginCut a.writeBtn{
	float: left;
	width: 35px;
	height: 35px;
}

.User-section .scanBtn{
	background: url(../img/eer.png) no-repeat left bottom;
}

.User-section .writeBtn{
	background: url(../img/pc.png) no-repeat left bottom;
}

.User-section .qrcodeScan{
	float: left;
	width: 100%;
	margin: 60px 0 50px;
}

.User-section .qrcodeScan em{
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #9fa3af;
	text-align: center;
}

.User-section .qrcodeScan img{
	display: block;
	width: 200px;
	height: 200px;
	border: none;
	margin: 0 auto;
}
