.filexss {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}

a,
h1,
p,
span {
    margin: 0;
    padding: 0;
}

.fleboxs {
    width: 70%;
    max-width: 350px;
    border-radius: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.027rem 0.053rem 0 rgba(0, 0, 0, .1), inset 0 -0.027rem 0 0 hsla(0, 0%, 100%, .004);
    box-shadow: 0 0.027rem 0.053rem 0 rgba(0, 0, 0, .1), inset 0 -0.027rem 0 0 hsla(0, 0%, 100%, .004);
    font-size: .373rem;
    line-height: 1;
}

.texts {
    margin: 0 27px;
    padding-top: 24px;
    text-align: center;
    position: relative;
}

.texts h1 {

    font-size: 16px;
}

.quxiao1 {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 0;
}

.textsBoxs {
    padding: 16px 24px;
    box-sizing: border-box;
}

.login_lh15 {
    line-height: 1.5;
    color: #848494;
    font-size: 12px;
}

.asss {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disable_btn {
    color: #fff;
    display: block;
    margin: .4rem auto 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    background-color: #4ab218;
    border-radius: 20px;
    padding: 5px 25px;
    box-sizing: border-box;
}