html,
body {
    min-height: 100%;
}

.wrap {
    font-size: .16rem;
    background: #fff;
    min-height: 100%;
}

.flex-button {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
}

button::after {
    border: 0;
}

button {
    border: 1px solid #3c76ff;
    border-radius: .05rem;
}

.target {
    font-size: .16rem;
    height: 5.34rem;
    padding: .17rem;
    background: #fafafa;
    text-align: center;
}

.top {
    height: 2.24rem;
    width: 3.79rem;
}

.bottom {
    display: flex;
    justify-content: center;
    height: 1.24rem;
}

.position {
    display: flex;
    justify-content: center;
    margin-top: .2rem;
}

.fail-msg {
    font-size: .24rem;
    color: #f7534f;
    text-align: center;
    line-height: .24rem;
}

image {
    width: 100%;
    height: 100%;
}

.description {
    display: flex;
    justify-content: space-between;
    font-size: .16rem;
}

.btnOne {
    width: .96rem;
    height: .28rem;
    font-size: .12rem;
    line-height: .24rem;
    color: #3c76ff;
}

.btnTwo {
    width: .96rem;
    height: .28rem;
    font-size: .12rem;
    line-height: .24rem;
    color: #3c76ff;
}

.fail-title {
    padding: 0 .23rem;
    line-height: .48rem;
    font-size: .16rem;
    color: #333;
}

.tips {
    text-align: center;
    font-size: .14rem;
    line-height: .14rem;
    color: #999;
    margin-top: .1rem;
}

.button-hover {
    opacity: .2;
}