.ngiam-button,.ngiam-btn{
    border:none;
    cursor: pointer;
}
.ngiam-button-disabled{
    cursor: not-allowed;
    opacity: .7;
    pointer-events: none;
    filter: alpha(opacity=70);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--------------------------弹出窗--------------------------*/
div.ngiam-popup-modal {
    position: fixed;
    *position:absolute;
    _position: absolute;
    top: 0px;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    background-color: #676a6c;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;

    display: none;
}

div.ngiam-popup-body {
    background-color: #FFF;
    position: fixed;
    *position:absolute;
    z-index: 10001;
}


.ngiam-dialog {
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
    letter-spacing: 2px;
    background-color: #ffffff;
    border-color: #306cff;
    border-style: solid;
    border-width: 1px;
    position:relative;
    font-size:14px;
    color:#333;
    width:650px;
}


.ngiam-dialogheader {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height:40px;
    background-color: #306cff;
    color: white;
    padding-top:0px;
    margin-top:0px;
    font-weight:700;
    font-size:16px;
    margin-bottom: 20px;
}

.ngiam-dialogfooter {
    text-align: center;
    padding: 20px;
    size: 15px;
    clear: both;
}

.ngiam-dialogfooter .ngiam-button {
    color:white;
    background-color: #306cff;
    padding: 6px 20px;
    margin:0px 10px;
    font-size:15px;
}

.ngiam-closebutton {
    /*float: right;*/
    cursor: pointer;
    font-size: 18px;
    _font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    /*margin-right: 10px;*/
    position: absolute!important;
    right: 3px;
}
.ngiam-closebutton:hover {
    text-decoration: none;
}


.ngiam-dialogmain {
    text-align: center;
    padding: 0 30px 20px;
    font-size:14px;
    clear: both;
    position:relative;
    color: #676a6c;
}

.ngiam-timeSpan{
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 15px;
    left: 30px;
}
/*---------------------------mfa start----------------------------*/

.ngiam-message{
    padding-top:10px;
    padding-left:120px;
    text-align: left;
}

.ngiam-message h5{
    margin-top:10px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
}
.ngiam-message .ngiam-codeinput{
    letter-spacing: 5px;
    padding:12px 12px;
    width: 300px;
    margin-top:10px;
}
.ngiam-message .ngiam-codeinput.securityOrder{
    letter-spacing: 1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    color: #FF870F;
    padding: 0;
}
.ngiam-message .ngiam-button{
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
    letter-spacing: 2px;
    width:auto;overflow:visible;
    border: 1px solid #FF870F;
    margin:10px 10px 7px 0px;
    padding:15px 30px;
    text-align: center;
    font-size: 16px;
    line-height:15px;
    background: #FF870F;
    color: #fff;
}
.ngiam-message .ngiam-button.securityOrderBtn{
    padding: 20px 80px;
    margin: 30px 0 0 70px;
    font-size: 20px;
}
.ngiam-message .ngiam-email{
    color:#00D084;
}

.ngiam-mfalist {
    background:url("img/split.jpg") no-repeat top;
    text-align: center;
    padding-top:10px;
    min-height:110px;
    height:auto !important;
    height:110px;
}

.ngiam-mfalist button {
    width: 60px;
    height: 90px;
    padding-top:60px;
    background-color: white;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    margin: 5px 1px;
    color: rgb(103, 106, 108);
    font-size:14px;
    letter-spacing: 2px;
}

.ngiam-btn-eye-open,.ngiam-btn-eye-close{
    position:relative;
    background-color: white;
    left:-40px;
    top:10px;
    /* ie6 下显示偏移 */
    *top:-10px;
    width: 30px;
    height: 30px;
}
.ngiam-btn-eye-open{
    background-image: url("img/eye-open.jpg");
    /*---ie 暂时不支持隐藏密码----*/
    *display:none;
}
.ngiam-btn-eye-close{
    background-image: url("img/eye-close.jpg");
}


.ngiam-btn-way-FACE {
    background-image: url("img/face.jpg")
}

.ngiam-btn-way-FACE-select{
    background-image: url("img/face_hover.jpg")
}

.ngiam-btn-way-FINGERPRINT {
    background-image: url("img/finger.jpg")
}

.ngiam-btn-way-FINGERPRINT2 {
    background-image: url("img/finger.jpg")
}

.ngiam-btn-way-FINGERPRINT-select {
    background-image: url("img/finger_hover.jpg")
}

.ngiam-btn-way-FINGERPRINT2-select {
    background-image: url("img/finger_hover.jpg")
}

.ngiam-btn-way-VOICE {
    background-image: url("img/voice.jpg")
}

.ngiam-btn-way-VOICE-select {
    background-image: url("img/voice_hover.jpg")
}

.ngiam-btn-way-MOBILECLICK {
    background-image: url("img/click.jpg")
}

.ngiam-btn-way-MOBILECLICK-select {
    background-image: url("img/click_hover.jpg")
}

.ngiam-btn-way-QRCODE {
    background-image: url("img/qrcode.jpg")
}

.ngiam-btn-way-QRCODE-select {
    background-image: url("img/qrcode_hover.jpg")
}

.ngiam-btn-way-EMAIL_OTP {
    background-image: url("img/email.jpg")
}

.ngiam-btn-way-EMAIL_OTP-select {
    background-image: url("img/email_hover.jpg")
}

.ngiam-btn-way-AUTH_CODE {
    background-image: url("img/otp.jpg")
}

.ngiam-btn-way-AUTH_CODE-select {
    background-image: url("img/otp_hover.jpg")
}

.ngiam-btn-way-SMS_OTP{
    background-image: url("img/sms.jpg")
}

.ngiam-btn-way-SMS_OTP-select {
    background-image: url("img/sms_hover.jpg")
}

.ngiam-btn-way-CERT {
    background-image: url("img/usb.jpg")
}

.ngiam-btn-way-CERT-select {
    background-image: url("img/usb_hover.jpg")
}
.ngiam-btn-way-NATIVEPASS{
    background-image: url("img/pass.jpg")
}
.ngiam-btn-way-NATIVEPASS-select{
    background-image: url("img/pass_hover.jpg")
}

/*指纹界面*/
.ngiam-finger-scanning {
    height: 160px;
    background: url('img/finger_scanning.jpg') no-repeat center;
}
/*手机密码确认界面*/
.ngiam-pass-scanning {
    height: 178px;
    background: url('img/pass_scanning.png') no-repeat center;
}
/*脸纹界面*/
.ngiam-face-scanning {
    height: 160px;
    background: url('img/face_scanning.jpg') no-repeat center;
}


/*声纹界面*/
.ngiam-voice-scanning {
    height: 178px;
    background: url('img/voice_scanning.jpg') no-repeat center;
}

.ngiam-btn-way-complete {
    background-image: url("img/auth-complete.png")
}
.ngiam-mobile-click{
    height: 177px;
    background: url(img/mobile_click.jpg) no-repeat top;
}
/*证书*/
.ngiam-sdk-modal .ngiam-cert {
    width: 400px;
    margin: 0 0 0 150px;
    text-align: left;
}

.ngiam-sdk-modal .ngiam-cert h5 {
    margin: 30px 0 10px 0;
}

.ngiam-sdk-modal .ngiam-cert select {
    width: 374px;
}

.ngiam-sdk-modal .ngiam-cert .btn {
    margin: 15px 0 0 0;
}

.ngiam-sdk-modal .ngiam-cert .ngiam-error {
    line-height: 32px;
    text-align: center;
    display: block;
    color: red;
    margin: 10px 0 0 0;
}
/*auth 授权认证*/

.auth-user-list{
    width:200px;
    margin:0 auto;
    zoom：1;
    overflow:hidden;
}
.auth-user-list-left{
    float:left;
    max-width: 120px;
    height: 20px;
    text-align: left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.auth-user-list-left.ngiam-auth-special{
    max-width:200px;
}
.ngiam-dialog .icon-wait{
    display:inline-block;
    width:16px;
    height:16px;
    background:url(img/question_mark.png) no-repeat center;
    margin-right:5px;
    vertical-align:middle;
}
.ngiam-dialog .icon-right{
    display:inline-block;
    width:16px;
    height:16px;
    background:url(img/right_mark.png) no-repeat center;
    margin-right:5px;
    vertical-align:middle;
}
.ngiam-dialog .icon-err{
    display:inline-block;
    width:16px;
    height:16px;
    background:url(img/err_mark.png) no-repeat center;
    margin-right:5px;
    vertical-align:middle;
}
.auth-user-list-right{
    float:right;
}
.auth-user-list-true{
    color:#00D084;
}
.auth-user-list-err{
    color:#3872ff;
}

.auth-true{
    width:174px;
    height:136px;
    position:absolute;
    top:100px;
    right:130px;
    background:url(img/auth-true.png) no-repeat top;
}
.ngiam-dialogmain #div_qrcode img{
    margin:auto;
}
.ngiam-mobile-click-true{
    height: 177px;
    background: url(img/mobile_click_true.png) no-repeat top;
}
/*邮箱*/
.ngiamauth-user-list{
    zoom：1;
    overflow:hidden;
    position: relative;
    margin-top:10px;
    line-height:40px;
    font-size:14px;
}

.ngiamauth-user-list-left{
    float:left;
    width:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.ngiamauth-user-list-middle{
    float:right;
    margin-right:20px;
}
.ngiamauth-user-list-right{
    float:right;

}
.ngiam-input-text{
    width:330px;
    height:36px;
    line-height:36px;
    text-indent:5px;
    border-radius:5px;
    border:1px solid #00D084;
    box-sizing: border-box;
    font: inherit;
    color: inherit;
    letter-spacing: 2px;
    background:#fff;
}
.ngiam-input-text-success{
    width:330px;
    height:36px;
    line-height:36px;
    padding-left:5px;
    border-radius:5px;
    background-color: #fff;
    border:1px solid #00D084;
    letter-spacing:2px;
    box-sizing: border-box;
    font: inherit;
    color: inherit;
}
.ngiam-input-text-disabled{
    background-color: #eee;
    border:1px solid #E6E6E6;
    cursor: not-allowed;
}
.ngiam-user-area{
    height: 230px;
    overflow-y: auto;
}
.ngiam-user-area .ngiam-button{
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
    width: auto;
    overflow: visible;
    border: 1px solid #FF870F;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background: #3872ff;
    color: #fff;
    border-radius:5px;
}
.ngiam-user-area .ngiam-button-disabled{
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
    width: auto;
    overflow: visible;
    border: 1px solid #848B8A;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background: #848B8A;
    color: #fff;
    border-radius:5px;
}
.ngiam-button-right{
    width:74px;
    height: 34px;
    line-height:34px;
    border: 1px solid #00D084;
    padding: 0px 20px;
    border-radius:5px;
    background:#00D084 url('img/right_mark_write.png') no-repeat center;
    margin-top: 3px;
}
.ngiam-button-wait{
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
    letter-spacing: 2px;
    width: auto;
    overflow: visible;
    border: 1px solid #C5C5C5;
    padding: 6px 30px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background: #C5C5C5;
    color: #fff;
    border-radius:5px;
}
.ngiamauth-all-right{
    border: 1px solid #848B8A;
    background:#848B8A url('img/right_mark_write.png') no-repeat center;
}
.ngiam-finger-scanning-true{
    height: 160px;
    background: url('img/finger-scanning-true.png') no-repeat center;
}
.ngiam-voice-scanning-true{
    height: 178px;
    background: url('img/voice_scanning_true.png') no-repeat center;
}
.ngiam-face-scanning-true{
    height: 160px;
    background: url('img/face_scanning_true.png') no-repeat center;
}
.ngiam-pass-scanning-true{
    height: 178px;
    background: url('img/pass_scanning_true.png') no-repeat center;
}
.ngiamauth-user-list-right.auth-send{
    float: none;
    position: absolute;
    right: 100px;
}
.ngiamauth-user-list-right .btn-msg-request{
    border: 0;
    background: none;
    border-left: 1px solid #00D084;
    margin: 5px;
    line-height: 20px;
    padding-left: 10px;
    color: #00D084;
    letter-spacing: 2px;
}
.auth-send .btn-msg-requested{
    border: 0;
    background: none;
    border-left: 1px solid #999;
    margin: 5px;
    line-height: 20px;
    padding-left: 10px;
    color: #999;
}
.ngiam-email{
    color: #00D084;
}
.ngiamauth-email-list-email{
    margin-left: 140px;
    font-size: 12px;
    margin-bottom: 5px;
}
.auth-send .resend_info{
    display: block;
    border-left: 1px solid #00D084;
    margin:10px 5px 5px 5px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    color: #848b8a;
    width: 71px;
    text-align: center;
}
.ngiamauth-hidden{
    display:none;
}
.auth-user-list-left .ngiamauth-user-name{
    float: left;
    margin-left: 5px;
    width:80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.ngiam-auth-title{
    margin: 15px 0 5px 0;
    line-height: 20px;
    font-weight:600;
    font-size: 12px;
}
.ngiam-auth-user-area{
    height:80px;
    overflow-y:auto;
    padding-top:5px;
    text-align:left;
    font-size:14px;
}
.ngiam-dialog .qrcode-selected-color{
    color:#3872ff;
}
.ngiam-dialog .status-sucess-color{
    color:#00D084;
}
.ngiam-dialog .status-wait-color{
    color:#666;
}
.ngiamauth-error-msg{
    color:#ff0000
}
.ngiamauth-message{
    line-height: 30px;
    text-align: left;
}
