.app-home{display:flex;flex-direction:column;margin:0 auto;width:1200px;height:100%}.app-home-title{margin-bottom:10px}.app-apply{margin-bottom:16px}.user-apply-list{flex:1;display:flex;flex-direction:column;min-height:0}.app-list{display:flex;flex-wrap:wrap}.app-item{display:flex;flex-direction:column;align-items:center;padding:8px;width:10%;border-radius:4px;cursor:pointer}.app-item:hover{background-color:rgba(255,221,165,.5)}.app-icon{width:54px;height:54px;-o-object-fit:contain;object-fit:contain}.app-name{text-align:center}