body {
	/*background: url('../../images/login1/background.jpg') no-repeat;*/
	background:#ffffff;
}

.firstlogin {
	width: 760px;
	margin: 0 auto;
	margin-top: 50px;
}

.firstlogin_top {
	height: 80px;
	background: url('../../images/login1/firstlogin_background.png') no-repeat;
}

.firstlogin_content {
	padding: 0 50px;
	background: url('../../images/login1/firstlogin_background_2.png') repeat-y;
}

.firstlogin_bottom {
	height: 51px;
	background: url('../../images/login1/firstlogin_background.png') 0 -80px no-repeat;
}


#popLayer {
	position: absolute;
	background: url('../../images/login1/firstlogin_pop.png') no-repeat;
	z-index: 2;
}

.popLayerContent {
	padding: 15px;
}

#mask {
	position: absolute;
	z-index: 1;
}

.QRCodeShelter_style{
	width: 200px;
	height: 200px;
	background: rgba(18,17,17,.80);
	position:absolute;
	z-index: 9999;
	
}

.QRCodePhoto_style{
	position:absolute;
	z-index: 100;
}


/***************[登录人脸识别二维码样式]******************/
.FaceQRCode-mask {
    background: rgb(0,0,0);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0.5;
    filter: alpha(opacity=60);
    z-index: 99;
}
.FaceQRCode-wrap {
    position: fixed;
    width: 440px;
    height: 388px;
    background-image: url(../../images/qrCode/face_qrcode_bg.png);
    z-index: 999;
}

.FaceQRCode-hint1 {
    padding: 8px 20px;
    font-size: 13px;
}
.FaceQRCode-hint2 {
    text-align: center;
    font-size: 13px;
}

.FaceQRCode-context-area {
    text-align: center;
    padding: 10px 0px;
}
.FaceQRCode-Img {
    width: 200px;
    height: 200px;
}
.FaceQRCode-timeout {
    font-size: 13px;
    width: 160px;
    height: 160px;
    background: rgba(18,17,17,.80);
    z-index: 9999;
    position: absolute;
    top: 37%;
    left: 140px;
    display: none;
}
.FaceQRCode-timeout h6 {
    text-align: center;
    position: relative;
    top: 40%;
    color: #C5BABA;
}

.FaceQRCode-btn-area {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
}
.FaceQRCode-refresh {
    color: #237eb5;
    font-size: 14px;
}
.FaceQRCode-refresh:hover {
    color: #2b96d7;
}

.FaceQRCode-close-area {
    height: 26px;
}
.FaceQRCode-close {
    background: url(../../images/qrCode/face_qrcode_close.png);
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    margin: 5px 7px;
}

.FaceQRCode-wrap-scanned {
    position: fixed;
    width: 440px;
    height: 388px;
    background-image: url(../../images/qrCode/face_qrcode_scanned_bg.png);
    z-index: 999;
    display: none;
}
.FaceQRCode-loading-hint {
    position: relative;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
    display: none;
}
.FaceQRCode-loading-hint b {
    font-size: 16px;
}
.FaceQRCode-fail-hint {
    position: relative;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 80px;
    line-height: 20px;
    display: none;
}
.FaceQRCode-fail-hint b {
    font-size: 16px;
}

.FaceQRCode-icon-area {
    text-align: center;
}
.FaceQRCode-Loading {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../../images/qrCode/face_qrcode_loading.gif);
    left: 43%;
    display: none;
}
.FaceQRCode-Fail {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../../images/qrCode/face_qrcode_fail.png);
    left: 43%;
    display: none;
}

/***************[登录人脸识别二维码样式]******************/