/**

 * minimal 壳：经典 A 股浅色大底

 */

html[data-wap-surface='minimal'] {

  background: var(--wap-bg-canvas, #f5f5f5) !important;

  background-color: var(--wap-bg, #f5f5f5) !important;

  background-attachment: fixed;

}



html[data-wap-surface='minimal'] body {

  color: var(--wap-text, #222222) !important;

  background: transparent !important;

}



html[data-wap-surface='minimal'] #app.red-theme {

  background: var(--wap-bg-canvas, #f5f5f5) !important;

  background-color: var(--wap-bg, #f5f5f5) !important;

  color: var(--wap-text, #222222) !important;

}



html[data-wap-surface='minimal'] #app.red-theme .wrapper,

html[data-wap-surface='minimal'] #app.red-theme .list-content-wrapper,

html[data-wap-surface='minimal'] #app.red-theme .hqWrap,

html[data-wap-surface='minimal'] #app.red-theme .user_page,

html[data-wap-surface='minimal'] #app.red-theme .aiq-wrap,

html[data-wap-surface='minimal'] #app.red-theme .ord-wrap,

html[data-wap-surface='minimal'] #app.red-theme .d-wrap {

  background: transparent !important;

  color: var(--wap-text, #222222) !important;

}



html[data-wap-surface='minimal'] #app.red-theme .box,

html[data-wap-surface='minimal'] #app.red-theme .box-contain,

html[data-wap-surface='minimal'] #app.red-theme .box-title,

html[data-wap-surface='minimal'] #app.red-theme .nav-bg,

html[data-wap-surface='minimal'] #app.red-theme .tipstexts,

html[data-wap-surface='minimal'] #app.red-theme .footer-btn,

html[data-wap-surface='minimal'] #app.red-theme .account-box .box-contain {

  background: var(--wap-bg-surface, #ffffff) !important;

  color: var(--wap-text, #222222) !important;

  border: 1px solid var(--wap-border, #eeeeee) !important;

  box-shadow: var(--wap-shadow-card, none) !important;

}



html[data-wap-surface='minimal'] #app.red-theme .footCss,

html[data-wap-surface='minimal'] #app.red-theme .wap-bottom-tabbar {

  background: var(--wap-tabbar-bg, #1a1a1a) !important;

  backdrop-filter: none;

  -webkit-backdrop-filter: none;

  border-top: 1px solid var(--wap-tabbar-border, rgba(255, 255, 255, 0.08)) !important;

  box-shadow: var(--wap-shadow-tabbar, 0 -1px 0 rgba(255, 255, 255, 0.06)) !important;

}



html[data-wap-surface='minimal'] #app.red-theme .van-tabs__line,

html[data-wap-surface='minimal'] #app.red-theme .van-tabs__line--complete,

html[data-wap-surface='minimal'] #app.red-theme .van-tabs__line--bottom {

  background: var(--wap-brand, #e60012) !important;

  background-image: none !important;

  box-shadow: none !important;

  height: 3px !important;

}



html[data-wap-surface='minimal'] #app.red-theme .van-tab--active {

  color: #e60012 !important;

  font-weight: 600;

}



html[data-wap-surface='minimal'] #app.red-theme .van-tab {

  color: var(--wap-text-2, #555555) !important;

  font-size: 0.32rem;

}



html[data-wap-surface='minimal'] #app.red-theme .index-chart-wrap .index-chart-tabs button.index-chart-tab.active {

  color: #b01f33 !important;

  -webkit-text-fill-color: #b01f33 !important;

}


