/* Keep the member site at phone width when opened in a desktop browser. */
@media (min-width: 600px) {
  html,
  body {
    min-height: 100%;
    background: #e9e9ef;
  }

  body {
    margin: 0;
  }

  uni-app {
    display: block;
    width: 390px;
    min-height: 100vh;
    margin: 0 auto;
    background: #f8f7fb;
    box-shadow: 0 0 24px rgba(38, 30, 66, .16);
    transform: none !important;
  }

  uni-app .rk-tabbar,
  uni-app .u-mask,
  uni-app .u-drawer,
  uni-app .header-fixed {
    left: calc(50vw - 195px) !important;
    right: auto !important;
    width: 390px !important;
  }

  uni-app .prop_close {
    left: calc(50vw - 156px) !important;
    width: 312px !important;
  }
}

/* 投注记录页原本用浅色字配深色底，白底下标题和表头会看不见。 */
.page_index:has([data-v-604f34cd]) {
  background: #f4f5f7;
}

.page_index:has([data-v-604f34cd]) > .head,
.page_index:has([data-v-604f34cd]) .head[data-v-086243f8] {
  background: linear-gradient(90deg, #7a2bb8, #9b4dca);
  color: #fff;
}

.page_index:has([data-v-604f34cd]) .head uni-image {
  filter: brightness(0) invert(1);
}

.list-head[data-v-604f34cd],
.list-head[data-v-604f34cd] .list-item,
.list-box[data-v-604f34cd],
.list-box[data-v-604f34cd] .box-item {
  color: #333 !important;
  background: #fff;
}

.list-head[data-v-604f34cd] {
  background: #f6effb;
  border-bottom: 1px solid #eadcf3;
}

.list-box[data-v-604f34cd] {
  border-bottom: 1px solid #eee;
}

.list-box[data-v-604f34cd] .win {
  color: #661dac !important;
}

.page_index:has([data-v-604f34cd]) .u-load-more-wrap,
.page_index:has([data-v-604f34cd]) .u-more-text {
  color: #888 !important;
}

.ava-box uni-image {
  width: 86% !important;
  height: 168px !important;
}
