body.debug{padding-bottom:200px}#debugContainer{display:block;position:fixed;box-sizing:border-box;z-index:10000;padding:30px 0 0 30px;width:30px;height:30px;overflow:hidden;bottom:0;left:0;border-radius:0 5px 0 0;background:#fff;border:1px solid #eee;border-left:0;border-bottom:0;transition:all 300ms}body.debug #debugContainer{width:100%;height:300px;padding:10px 10px 10px 20px;overflow-y:auto;border-right:0;border-radius:0}#debugContainer .btn{float:left}#debugContainer h3{height:1.75em;line-height:1.75em}.debugCloser{display:block;position:fixed;box-sizing:content-box;width:30px;height:30px;font-size:28px;bottom:0;left:0;color:#999;cursor:pointer}body.debug #debugContainer .debugCloser{font-size:1.2rem;height:1.2rem}body.debug #debugContainer .debugCloser::before{content:"\f6c8"}.debugCloser:hover{color:#000}