* {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
}

html,
body {
  width: 100%;
  font-size: 12px !important;
}

.tabBar {
  width: 100%;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 10px #888;
}

.tabBar a {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666;
}

.tabBar a span {
  font-size: 1.5rem;
  margin-bottom: 5%;
}

.tabBar .index {
  color: #ff6537;
}

.load {
  width: 100%;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
