* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-height: 100%;
    font-size: 0.28rem;
}

.warp {
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    max-width: 7.50rem;
    height: 100vh;
    box-sizing: border-box;
}

.wx {
    position: fixed;
    width: 7.5rem;
    height: 100vh;
    z-index: 10;
    background-color: #00000080;
    background-image: url(./wxie.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-top: 14vh;
    padding-bottom: 30vh;
    box-sizing: border-box;
}


.footter {
    /*max-width: 7.5rem;*/
    /*width: 7.5rem;*/
    /*height: 2.9rem;*/
    /*display: flex;*/
    /*box-sizing: border-box;*/
    /*padding: 0 .5rem;*/
    /*justify-content: space-between;*/
    overflow: hidden;
}

.footer-btn {
    display: block;
    margin: .4rem auto;
    text-decoration: unset;
    width: 4rem;
    height: 1rem;
    background-image: linear-gradient(to right, #ef538b, #b06ceb);
    text-align: center;
    color: #fff;
    line-height: 1rem;
    border-radius: .08rem;
}

.footer-btn-div{
    overflow: hidden;
    width: 100%;
}
.footer-btn-div .footer-btn-logo{
    display: block;
    float: left;
    width: .6rem;
    height: .6rem;
    margin: .2rem;
}
.footer-btn-div .footer-btn-text{
    display: block;
    float: left;
    width: 3rem;
    margin-top: .13rem;
    text-align: left;
}

.footer-btn-div .footer-btn-text span{
    display: block;
    line-height: .4rem;
}

.f_row-cen-cen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo-img {
    width: 1.60rem;
    height: 1.60rem;
}

.app-name {
    margin-top: .3rem;
    font-weight: bold;
}

.version {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #999;
}

.-banner {
    background: none;
    height: 0px;
}

.-banner-button {
    position: fixed !important;
    z-index: 999 !important;
    display: block !important;
    /*width: calc(50% - 0.2rem) !important;*/
    width: 100% !important;
    height: 1.9rem !important;
    background-image: linear-gradient(to right, #e996f2, #b06ceb) !important;
    text-align: center !important;
    color: #fff !important;
    line-height: .9rem !important;
    border-radius: 0.08rem !important;
    border: none !important;
    padding: 0 !important;
    bottom: 120px !important;
    right: 0 !important;
    opacity: -1;
    max-width: 100% !important;
}