body,html{height:100%;width:100%;overflow:hidden;overflow-y:auto;margin:0;font-family:PingFang TC}:root{font-size:10px}#app{font-family:Noto Sans SC;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;height:100%}.flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-center{display:flex;justify-content:center;align-items:center}.flex-start{justify-content:flex-start;align-items:flex-start}.flex-end{justify-content:flex-end;align-items:flex-end}.flex-between{align-items:center;justify-content:space-between}.flex-around{align-items:center;justify-content:space-around}.flex-top{align-items:flex-start}.flex-bottom{align-items:flex-end}.items-center{align-items:center}