@media only screen and (max-width: 500px) {
    .app-footer {
        width: 100%;
        height: 59px;
        background: #FFFFFF;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 666;
        display: flex;
        align-items: center;
        justify-content: space-between;
        display: block;
    }

    .app-footer a {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
    }

    .app-footer a img {
        display: block;
        width: 29px;
        margin: 0 auto;
    }

    .app-footer a .sele {
        display: none;
    }

    .app-footer a p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .app-footer .opt .nosele {
        display: none;
    }

    .app-footer .opt .sele {
        display: block;
    }

    .app-footer .choice {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
        position: relative;
    }

    .app-footer .choice img {
        width: 29px;
        margin: 0 auto;
    }

    .app-footer .choice .sele {
        display: none;
    }

    .app-footer .choice p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .app-footer{
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
}
.app-footer .lianxi{
    display: block;
    width: 40%;
    height: 40px;
    background: #7131E9;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    padding: 0;
}
.app-footer .goumai{
    display: block;
    width: 40%;
    height: 40px;
    background: #E80000;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px; 
    color: #fff;
    padding: 0;
    margin-left:20px ;
    
}
.right-box .right-1{
    width: 100%;
    background: #ffffff;
    /* padding: 1px 0px 0px 20px; */
    margin-top: 30px;
    padding-bottom: 60px;
}
.con-box-right{
    width: 100%;
}
#m-dz{
    display: none;
}
#nrfoot{
    display: none;
}
}

.app-footer {
    display: none;
}

.app-footer{
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 2%) !important;
}