/* 电脑端：宽屏布局 */
html.is-desktop body {
  background: #e8e8e8;
}

html.is-desktop body.page-home {
  background: #f0eded !important;
}

html.is-desktop #wrap {
  max-width: 1100px !important;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}

html.is-desktop .header .logo-box img {
  max-height: 4em;
}

html.is-desktop .new-KJ-TabBox-box-con {
  justify-content: center;
  gap: 12px;
}

html.is-desktop .kj-ball.box {
  transform: scale(1.08);
}

html.is-desktop .page-home .page-top__img--promo {
  max-height: 280px;
  width: 100%;
  object-fit: contain;
}

html.is-desktop .page-home .page-top__img--draw {
  width: 100%;
  object-fit: contain;
}

html.is-desktop .tips marquee {
  font-size: 15px;
}

html.is-desktop .history-link,
html.is-desktop .kj-font-red {
  font-size: 15px;
}

/* 手机端保持原样 */
html.is-mobile #wrap {
  max-width: 750px;
}
