html {
  font-size: 100px;
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
dl,
dd,
dt,
ol,
a {
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a {
  text-decoration: none;
  outline: 0px;
  color: #fff;
}

html {
  /* font-size: 100px; */
  height: 100%;
}

body {
  /* background: #FAFAFA; */
  background: #000000;
  height: 100%;
}

input {
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
  border: none;
  border-style: none;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tabBar {
  width: 7.5rem;
  height: 1.2rem;
  background: #fff;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 9;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#tabBar section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem 0.86rem 0 1.02rem;
}
#tabBar section a {
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#tabBar section a img {
  width: 0.44rem;
  margin-bottom: 0.08rem;
}
#tabBar section a img.activeImg {
  display: none;
}
#tabBar section a.active {
  color: #333333;
}
#tabBar section a.active .tabBarImg {
  display: none;
}
#tabBar section a.active .activeImg {
  display: block;
}