#app,body,html{width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}.one-nowrap{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-nowrap{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.flex-align,.flex-align-between{display:flex;align-items:center}.flex-align-between{justify-content:space-between}.flex-align-end{display:flex;align-items:center;justify-content:flex-end}.flex-align-around{display:flex;align-items:center;justify-content:space-around}.flex-align-evenly{display:flex;align-items:center;justify-content:space-evenly}.flex-center{display:flex;align-items:center;justify-content:center}