.scan-success-img {
	margin-top: 46px;
	text-align: center;
	display: none;
}

.scan-success-img .success-tip {
	font-size: 16px;
	margin-top: 16px;
	color: rgba(51, 142, 194, 1);
}

.scan-success-img .sure-tip {
	font-size: 16px;
	margin-top: 15px;
	color: rgba(25, 25, 25, 1);
}

.scan-success-img .login-scan-btn {
	margin-top: 28px;
	color: rgba(238, 68, 68, 1);
	font-size: 14px;
	cursor: pointer;
}

.scan-right {
	display: none;
}

.code {
	position: absolute;
	z-index: 1000;
	top: 105px;
	right: 19px;
	width: 70px;
	height: 70px;
}

.scan_code {
	background: url(../img/scan_code.png) no-repeat;
	cursor: pointer;
}

.scan_pc {
	background: url(../img/scan_pc.png) no-repeat;
	cursor: pointer;
}

.login-scan {
	z-index: 998;
	display: none;
}

.login-scan .scan_bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.login-scan .scan_bottom img {
	padding-bottom: 2px;
}

.login-scan .scan_bottom p {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: rgba(132, 132, 132, 1);
}

.login-scan .scan_bottom p i {
	color: rgba(238, 68, 68, 1);
	font-style: normal;
}

.login-scan .scan_bottom p.pwd-btn {
	float: right;
	font-size: 14px;
	color: rgba(51, 142, 194, 1);
	margin-right: 19px;
	margin-bottom: 25px;
	cursor: pointer;
}

.scan-success .scan-left, .scan-success .scan-right {
	display: none;
}

.scan-success .scan-success-img {
	display: block;
}

.scan-content h4 {
	margin-top: 44px;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.scan-content .opacity {
	background-color: rgba(0, 0, 0, 0.6);
}

.scan-content .opacity img {
	opacity: .6;
}

.scan-content .qrcode {
	position: relative;
	width: 132px;
	height: 132px;
	margin: 0 auto;
}

.show-scan-img .scan-left {
	width: 160px;
	float: left;
}

.show-scan-img .scan-right {
	display: block;
	margin-top: 25px;
	width: 160px;
	float: right;
}

.qrcode img {
	width: 110px;
	height: 110px;
	margin: 11px;
}

.qrcode .qrcode_expired {
	position: absolute;
	width: 132px;
	height: 100px;
	top: 30%;
	z-index: 1000;
	display: none;
}

.scan-content .opacity .qrcode_expired {
	display: block;
}

.qrcode .qrcode_expired p {
	text-align: center;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.qrcode .qrcode_expired p button {
	border: 0;
	background: rgba(238, 68, 68, 1);
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
}