/**
 * 全站页面背景：纯雪白 #ffffff
 * 覆盖 Vue 各 Tab 页、独立 service 页、详情页等默认灰底
 */
html,
body,
#app,
uni-app,
uni-page,
uni-page-wrapper,
uni-page-body {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.jw-page,
.jw-detail-page {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.index-page,
.service-page,
.coach-page,
.order-page,
.mine-page,
.service-detail-page,
.coach-detail-page,
.order-detail-page,
.coupon-page,
.profile-page,
.login-page,
.register-page,
.forgot-password-page,
.create-page,
.container {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

body.jw-route-index,
html.jw-route-index,
body.jw-route-service-list,
html.jw-route-service-list,
body.jw-route-service-detail,
html.jw-route-service-detail,
body.jw-route-coach,
html.jw-route-coach,
body.jw-route-order,
html.jw-route-order,
body.jw-route-mine,
html.jw-route-mine {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.service-page .scroll-content,
.coach-page .scroll-content,
.order-page .scroll-content {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.service-detail-page .service-banner.default-banner,
.coach-detail-page .coach-header .default-avatar {
  background-color: #ffffff !important;
}
