@import (reference) "../../style/config";
@import (reference) "../../style/set1Px";
@register: lotus-tab-bar;
.@{register} {
background: #fbfbfb;
position: fixed;
  left:0;
  bottom:0;
  z-index: 9999;
  width:100%;
  .flex();
  .flex-hvc();
  .fontSize(24);
  &:after{
    .setTopLine(#eee);
  }
  &-list,&-wrap{
    width:100%;
    max-width: 750px;
    .flex();
    .flex-hvc();
    justify-content: space-between;
  }
  &-item{
    .padding2(14,0);
    .flexN(1);
    text-align: center;
    &-pic{
      .width(50);
      vertical-align: middle;
    }
    &-title{
      .paddingTop(10);
    }
  }
}
