.m-icon {
  font-size: inherit;
}
.header {
  height: 2rem;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.header .m-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
}
.header-title {
  width: calc(100% - 4rem);
  font-size: 0.6rem;
  line-height: 2rem;
  text-align: center;
  color: #000;
}
.temp-fjj:before {
  content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
  display: none;
  width: 100%;
  height: 5px;
}
.navbar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2.69rem;
  background-color: #ffffff;
  border-top: solid 1px #eeeeee;
}
.navbar .navbar-item {
  text-align: center;
  text-decoration: none;
}
.navbar .navbar-item-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 auto;
}
.navbar .navbar-item:nth-of-type(1) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/home.png);
}
.navbar .navbar-item:nth-of-type(2) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/menu.png);
}
.navbar .navbar-item:nth-of-type(3) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/video.png);
}
.navbar .navbar-item:nth-of-type(4) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/live.png);
}
.navbar .navbar-item:nth-of-type(5) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/user.png);
}
.navbar .navbar-item-title {
  font-size: 0.6rem;
  color: #a3a2b3;
}
.navbar .navbar-item.active:nth-of-type(1) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/home-active.png);
}
.navbar .navbar-item.active:nth-of-type(2) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/menu-active.png);
}
.navbar .navbar-item.active:nth-of-type(3) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/video-active.png);
}
.navbar .navbar-item.active:nth-of-type(4) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/live-active.png);
}
.navbar .navbar-item.active:nth-of-type(5) .navbar-item-icon {
  background-image: url(../images/mobile/navbar/user-active.png);
}
.navbar .navbar-item.active .navbar-item-title {
  color: #4172e5;
}
