.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.flex-sb {
  justify-content: space-between;
}
.jcc {
  justify-content: center;
}
.aic {
  align-items: center;
}
.ptb4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.bgf3 {
  background: #f3f3f3;
}
.head-bar {
  
    width: 100%;
    height: 1.52rem;
    line-height: 1.52rem;
    background: #337eff;
    text-align: center;
    position: fixed;
    top:0;
    z-index: 99;
}




.head-bar i {
  font-size: 0.6rem;
}
.container {
  padding: 1px 0.44rem;
}
.tabBar {
  color: #999;
  font-size: 0.4rem;
}
.tabBar .flex-1 {
  padding: 0.2rem 0.4rem;
  white-space:nowrap;
}
.tabBar .active {
  position: relative;
  color: #000;
}
.tabBar .active:before {
  content: "";
  width: 0.5rem;
  height: 0.1rem;
  display: block;
  background: #418fff;
  position: absolute;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  bottom: 0;
  left: calc(50% - 0.25rem);
}
.grayBar {
  background-color: #f2f2f2;
  top: 501px;
  width: 100%;
  height: 0.13rem;
}
/*# sourceMappingURL=z_common.css.map */