#appsShow{
    display:none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 10000;
    background: rgba(255,255,255,0.9);
    padding-top: 50px;
}
.html_footer p {
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.closeAppBox{
    font-size: 50px;
    margin-bottom:30px;
    cursor:pointer;
    color:#999;
}