#app{width:100%;height:100%;margin:0;padding:0;box-sizing:border-box}.navigation-bar-isSmall{position:fixed;bottom:10px;left:0;width:90%;display:flex;justify-content:space-between;align-items:center;height:80px;z-index:999;margin-top:-60px;background-color:#fff;color:#000;margin-left:5%;border-bottom:1px solid #eee;border-radius:8px;-webkit-animation:fadenum 2s 1;animation:fadenum 2s 1}.navigation-bar-isSmall-left{width:130px;padding-left:15px}.navigation-bar-isSmall-right{height:30px;padding-right:15px}.navigation-bar-isSmall-100{position:fixed;top:0;left:0;display:flex;justify-content:space-between;align-items:center;width:100%;height:80px;background-color:#fff;color:#000;border-bottom:1px solid #eee;-webkit-animation:fadenum 1.2s forwards;animation:fadenum 1.2s forwards;z-index:999;box-shadow:0 0 5px #eee}