.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-2,.flex-3{-webkit-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-pack-around{-webkit-justify-content:space-around;justify-content:space-around}.flex-pack-right{-webkit-justify-content:flex-end;justify-content:flex-end}.flex-wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:multiple;-moz-flex-wrap:wrap;flex-wrap:wrap}.flex-column{display:flex;flex-direction:column}.flex-align-center{display:flex;align-items:center}.flex-center{display:flex;justify-content:center;align-items:center}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.app_comprehensive{height:100%}.addAnimation{animation:refresh-animation .5s ease-in-out}@keyframes refresh-animation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@-webkit-keyframes refresh-animation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@-moz-keyframes refresh-animation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@-ms-keyframes refresh-animation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@-o-keyframes refresh-animation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}
