/* toolbar样式覆盖 */
/* .mdui-appbar {
  box-shadow: none !important;
} */
.mdui-appbar-with-toolbar {
  padding-top: 44px !important;
}

.mdui-toolbar {
  height: 44px;
  line-height: 44px;
}

.mdui-toolbar > .mdui-btn-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.mdui-toolbar-spacer {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFFF;
}

/* tabs样式覆盖 */
.mdui-tab, .mdui-tab a {
  color: #666666;
  font-size: 15px !important;
  min-height: 44px !important;
}

.mdui-tab .mdui-tab-active {
  color: #2979ff !important;
  opacity: 1;
  border-bottom: 2px solid #2979ff;
}

.mdui-tab-indicator {
  background-color: #2979ff !important;
}

/* 可扩展面板样式覆盖 */
.mdui-panel-item {
  box-shadow: none;
}

.mdui-panel-item-arrow {
  top: 50%;
  transform: translate(0, -50%);
}

/* 对话框样式覆盖 */
.mdui-overlay {
  background-color: rgba(0, 0, 0, .69);
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 200px;
}

.swiper-container img {
  width: 100%;
  height: 100%;
}
