.tab-bar {
  background-color: #fff;
  box-shadow: 1px 1px 0.05333rem 0px #1f1f1f;
  position: relative;
  z-index: 99;
}
.tab-bar .md-tab-bar {
  padding: 0;
  background-color: #fff;
}
.tab-bar .md-tab-bar .md-tab-bar-inner {
  padding: 0 1px;
  box-sizing: border-box;
}
.tab-bar .md-tab-bar.is_ios {
  padding-bottom: 0.4rem;
}
.tab-bar .md-tab-bar .custom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
}
.tab-bar .md-tab-bar .text {
  font-size: 0.26667rem;
}
.tab-bar .md-tab-bar .svg-icon {
  font-size: 0.64rem;
}

.layout[data-v-038e7047] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.layout .content[data-v-038e7047] {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}