#qrcode-img {
		    background: #fff;
		    margin-top: 16px;
		    text-align: center;
		}
		.login-header{
		    position: absolute;
		    top: 0;
		    right: 0;
		}
		.row #qcodepc .qrcode-bg{
		    width: 206px;
		    height: 206px;
		    position: absolute;
		    top: 53px;
		    left: 50%;
		    margin-left: -103px;
		    background-color: #000;
		    opacity: 0.65;
		}
		.row #qcodepc .refresh-text {
		    position: absolute;
		    line-height: 250px;
		    top: 33px;
		    left: 43%;
		    z-index: 9;
		}
		
		.row #qcodepc .refresh-text .fa{
		    font-size:20px;
		    color:#fff;
		    vertical-align: middle;
		}
		.row #qcodepc .refresh-text a {
		    color: #fff;
		    vertical-align: middle;
		    font-size:16px;
		}
		
		.login-page #qcodepc .refresh-text{
		    line-height: 190px;
		    top: 62px;
		    width: 100%;
		    left: 0;
		    text-align: center;
		}
		#qcodepc >p{
		    font-size: 22px;
		    line-height: 22px;
		    color: #7C7C7C;
		    text-align: center;
		}
		#qcodepc >span{
		    color: #7C7C7C;
		    font-size: 14px;
		    width: 100%;
		    text-align: center;
		    display: block;
		    line-height: 20px;
		    margin-top: 23px;
		}