.nav-bar {}

.nav-bar-tab {
    bottom: 0;
    width: 100%;
    height: 80px;
    -webkit-touch-callout: none;
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    border-bottom: 0;
    background-color: #222222;
    text-align: center;
    line-height: 80px;
}

.tab-item {
    color: #fff;
    cursor: pointer;
}

.img-clip {
    margin-top: 100px;
}

#btn-reload {
    position: absolute;
    left: 18px;
    top: 0px;
    font-size: 16px;
}

#btn-cancel {
    position: absolute;
    right: 18px;
    top: 0px;
    font-size: 16px;
}

#btn-verify {
    width: 56px;
    height: 56px;
    background: rgba(0, 120, 215, 1);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 66px;
    display: block;
    margin: 12px auto 0;
}

#btn-verify i {
    font-size: 26px;
}
.photoTailorBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}