* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    font-family: '微软雅黑';
}

.fingerprint .info {
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fingerprint .info .pic {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 1.3rem;
}

.fingerprint .info img {
    width: 1.3rem;
    height: 1.3rem;
}

.fingerprint .info .num {
    font-size: .40rem;
    font-weight: 700;
    color: #555;
    margin-top: .20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fingerprint .info .fail {
    display: none;
    font-size: .18rem;
    color: red;
    margin-top: .20rem;
}

.fingerprint .icon {
    display: flex;
}

.fingerprint .icon img {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}

.fingerprint .unlock {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fingerprint .unlock button {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/img_01.png);
    background-size: 2.5rem 2.5rem;
    background-color: #fff;
    border: none;
}

.fingerprint .unlock img {
    width: 2.5rem;
    height: 2.5rem;
}

.fingerprint .text {
    margin-top: .2rem;
    font-size: .3rem;
    color: #333;
}

.fingerprint .password {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
}

.fingerprint .password a {
    color: #3199fc;
    font-size: .3rem;
}

#fingerprint_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    letter-spacing: 2px;
}

#fingerprint_box .alr_view {
        background: #fff;
        width: 5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        margin: auto;
        left:0;
        right:0;
        top:4rem;
        border-radius: .2rem;
        -webkit-border-radius: .2rem;
        -moz-border-radius: .2rem;
        -ms-border-radius: .2rem;
        -o-border-radius: .2rem;
        /* box-shadow: 0 0 5px 1px #888; */
        margin: 0 auto;
        z-index: 99999;
        padding: .5rem;
    }

#fingerprint_box .alr_view .title {
    color: #333;
    font-size: 0.35rem;
    font-weight: 700;
    margin-top: .1rem;
}

#fingerprint_box .alr_view .text {
    color: #333;
    font-size: 0.28rem;
    margin-bottom: .5rem;
}

#fingerprint_box .alr_view .icon {
    width: 1rem;
    height: 1.3rem;
    margin: .5rem 0 0.1rem;
}

#fingerprint_box .alr_view .icon img {
    width: 1rem;
    height: 1rem;
}


#fingerprint_box .alr_view .btn {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fingerprint_box .alr_view button {
    width: 1.7rem;
    color: #666;
    background-color: #fff;
    height: .75rem;
    border: 0.02rem solid #999;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    font-size: .24rem;
}