#app{width:100vw;height:100vh;position:fixed;left:0;top:0;margin:0;flex-direction:column}#app,.row{display:flex}.row{flex-direction:row}.col{display:flex;flex-direction:column}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.row.hCenter{justify-content:center}.col.hCenter,.row.vCenter{align-items:center}.col.vCenter{justify-content:center}.col.between,.row.between{justify-content:space-between}.col.around,.row.around{justify-content:space-around}.full{flex:1}.wrap{flex-wrap:wrap}.wrapReverse{flex-wrap:wrap-reverse}.noWrap,.nowrap{flex-wrap:nowrap}.shrink{flex-shrink:0}.borderBox{box-sizing:border-box}.h100{height:100%}.w100{width:100%}.fixed{position:fixed}.absolute{position:absolute}.fixed.top{top:0}.fixed.left{left:0}.fixed.right{right:0}.fixed.bottom{bottom:0}.pointer{cursor:pointer}.scrollY{overflow-y:scroll}.scrollX{overflow-x:scroll}.autoY{overflow-y:auto}.autoX{overflow-x:auto}.oHide{overflow:hidden}.hide{display:none}.relative{position:relative}.bottom{bottom:0}.top{top:0}.left{left:0}.right{right:0}::-webkit-scrollbar{width:2px;height:2px}::-webkit-scrollbar-thumb{background:rgba(0,153,255,.705);border-radius:3px;mix-blend-mode:screen}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.3);border-radius:3px}html{background:#fff}#index{width:100vw;height:100vh;margin:0;position:fixed;left:0;top:0;display:flex;flex-direction:column}#head{width:100%;background:#54bcbd;display:flex;flex-direction:row;justify-content:space-between;height:70px;align-content:center;padding-left:10rem;padding-right:10rem;box-sizing:border-box;flex-shrink:0}.title{font-size:2rem;letter-spacing:.5rem;display:flex;align-items:center;color:#fff;font-weight:700}#content{flex:1;height:100%;overflow-y:scroll;box-sizing:border-box;width:100%;padding:30px 10rem 30px 10rem}.item+.item{margin-left:50px}#foot{height:70px;background:#54bcbd;display:flex;flex-direction:column;color:#fff;padding-left:10rem}.line{margin-top:10px}.line a{color:#fff}.line a:hover{color:rgba(243,188,6,.863)}.miniTitle{font-weight:700;margin-top:30px;margin-bottom:30px}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{width:8px;height:15px;border-radius:5px;background:#e2e1e2}::-webkit-scrollbar-thumb:hover{opacity:.8}