#tabBar {
  width: 256px;
  height: 60px;
  border-radius: 33.5px;
  background-color: white;
  padding: 0 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  justify-content: space-around;
  display: none;
  z-index: 2000;
  position: fixed;
  top: 85%;
  left: calc(50vw - 128px); }
  #tabBar i {
    font-size: 44px;
    line-height: 60px; }
  #tabBar .tabBar-avatar {
    width: 28px;
    border-radius: 50%;
    background-color: #909399; }

@media screen and (max-width: 980px) {
  #tabBar {
    display: flex; } }
@media screen and (max-width: 650px) {
  #tabBar {
    display: flex; } }

/*# sourceMappingURL=tabBar.css.map */
