.juanfenLoading{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.juanfenLoading-bg{
    width: 35.625rem;
    position: relative;
}
.juanfenLoading-img{
    width: 100%;
}
.juanfenLoading-close{
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 3.125rem;
}
.juanfenLoading-str{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    text-align: center;
}
.juanfenLoading-button{
    position: absolute;
    bottom: 3rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.juanfenLoading-buttonq{
    width: 13.5625rem;
}
