.tabbar-view[data-v-03dbdf33] {
  position: fixed;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 -6px 20px 0 rgba(0,0,0,0.08);
}
.tabbar-item[data-v-03dbdf33] {
  flex: 1;
}
.tabbar-item-link[data-v-03dbdf33] {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.tabbar-item-link.active .tabbar-item-icon.default[data-v-03dbdf33] {
  display: none;
}
.tabbar-item-link.active .tabbar-item-icon.selected[data-v-03dbdf33] {
  display: block;
}
.tabbar-item-text[data-v-03dbdf33] {
  font-size: 10px;
  color: #666;
  margin-top: 3px;
}
.tabbar-item-icon[data-v-03dbdf33] {
  width: 21px;
  height: 21px;
}
.tabbar-item-icon.selected[data-v-03dbdf33] {
  display: none;
}

.navbar-view[data-v-6ddfcd7f] {
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 550;
  background: #fff;
}
.back-page[data-v-6ddfcd7f] {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title[data-v-6ddfcd7f] {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  margin-right: 50px;
  text-align: center;
  flex: 1;
}
.page-search[data-v-6ddfcd7f] {
  margin-right: 15px;
  flex: 1;
  background: #f0f0f0;
  border-radius: 4px;
}
.page-search[data-v-6ddfcd7f] .el-input__inner {
  height: 37px;
  border: none;
  background: #f0f0f0;
}
.page-search[data-v-6ddfcd7f] .el-input__icon {
  line-height: 37px;
}
.index-navbar-view[data-v-6ddfcd7f] {
  background: transparent;
}
.index-navbar-view .page-search[data-v-6ddfcd7f] {
  margin: 0 15px;
  border-radius: 18px;
  overflow: hidden;
}
.index-navbar-view.sticky[data-v-6ddfcd7f] {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}

.header-module.fixed[data-v-2029414f] {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 300;
}
.header-module.notfixed.overlaped[data-v-2029414f] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}
.is-edit .header-module.fixed[data-v-2029414f] {
  top: 60px;
}

