@media (max-width: 1400px) {
  .game-content-list {
    padding: 0 20px;
  }

  .game-content-item {
    width: calc(((100% - 40px) / 6) - 22px);
  }

  .game-content-item div {
    font-size: 14px;
    padding: 12px 8px;
  }

  .stable-module,
  .synchronous-module,
  .magnanimity-module,
  .footer-download-module {
    width: 100vw;
    padding: 80px 0 57px 0;
  }

  .common-header-content,
  .stable,
  .synchronous,
  .magnanimity,
  .footer-download,
  .footer-content {
    max-width: 1200px;
    width: calc(100vw - 40px);
  }

  .common-header-content,
  .engine-bottom-sports {
    width: calc(100vw - 40px);
  }

  .footer-download-module {
    padding: 60px 0 60px 0;
  }

  .footer-download-btn {
    width: 204px;
    height: 48px;
    font-size: 16px;
  }

  .footer-download-logo {
    width: 24px;
    height: 24px;
  }

  .engine-download {
    width: 184px;
    height: 48px;
    margin-top: 32px;
    margin: 0;
  }

  .windows-icon {
    width: 22px;
    height: 22px;
  }

  .engine-download span {
    font-size: 14px;
    color: #fff;
  }

  .main-download-buttons-container {
    gap: 15px;
    /* margin-top: 32px; */
  }

  .main-android-download {
    width: 184px;
    height: 48px;
    font-size: 14px;
    margin: 0;
  }

  .android-icon {
    width: 22px;
    height: 22px;
  }

  .main-android-download span {
    font-size: 14px;
  }

  .main-qr-code-popup {
    min-width: 180px;
    padding: 15px;
  }

  .main-qr-code-image {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 1200px) {
  .game-content-item div {
    font-size: 12px;
    padding: 10px 8px;
  }

  .support-game-content h1 {
    margin: 0 0 0 30px;
    padding: 20px 0 0 0;
  }

  .acceleration-engine {
    height: 1380px;
  }

  .engine-scroll-shoes,
  .engine-scroll {
    height: 1180px;
  }

  .engine-top {
    height: 700px;
  }

  .engine-bottom {
    height: 680px;
    top: 700px;
  }

  .engine-top-content-title {
    margin-top: 157px;
  }

  .engine-bottom-sports {
    margin-top: 20px;
  }

  .footer-download-btn {
    right: 60px;
  }
}

@media (max-width: 1024px) {
  .acceleration-engine {
    height: 1130px;
  }

  .engine-scroll-shoes,
  .engine-scroll {
    height: 1130px;
  }

  .engine-top {
    height: 500px;
  }

  .engine-download {
    width: 184px;
    height: 48px;
    margin: 0;
  }

  .windows-icon {
    width: 22px;
    height: 22px;
  }

  .engine-download span {
    font-size: 14px;
    color: #fff;
  }

  .engine-bottom {
    height: 630px;
    top: 500px;
  }

  .engine-top-content-title {
    margin-top: 107px;
  }

  .engine-bottom-sports {
    margin-top: 0;
  }

  .engine-top-content-title { 
    width: calc(100vw - 100px);
  }
}
 
@media (max-width: 768px) {
  /* 移动端防滑动设置 */
  html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
  }

  * {
    max-width: 100vw;
    box-sizing: border-box;
  }

  .game-content-item div {
    font-size: 10px;
    padding: 8px 6px;
  }

  .common-header-content {
    height: 100%;
    align-items: center;
  }

  .ribbon {
    display: none;
  }

  .phone-ribbon-header-menu {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
  }

  .phone-ribbon-menu-tabs.active {
    height: auto;
    color: #fff;
    background-color: rgba(21, 21, 27, 1);
    display: block;
  }

  .phone-ribbon-menu-tabs div {
    width: 100%;
    height: 48px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    cursor: pointer;
    line-height: 48px;
  }

    .phone-ribbon-menu-tabs div.active,
  .phone-ribbon-menu-tabs div:hover {
    color: #fff;
    background-color: #999;
  }

  /* 手机端下载按钮样式 */
  .main-download-buttons-container {
    flex-direction: column;
    gap: 12px;
    margin-top: -20px;
    align-items: center;
  }

  .engine-download {
    display: none; /* 在手机端隐藏Windows下载按钮 */
  }

  .main-android-download {
    width: 200px;
    height: 44px;
    font-size: 14px;
    margin: 0;
  }

  .android-icon {
    width: 20px;
    height: 20px;
  }

  .main-android-download span {
    font-size: 14px;
  }

  .main-android-download-container .main-qr-code-popup {
    display: none; /* 在手机端隐藏二维码弹出层 */
  }

  /* 移动端微信提示样式 */
  .wechat-arrow {
    width: 120px;
    height: 120px;
    left: 24vw;
    bottom: 6vh;
  }

  .wechat-content::before {
    width: 160px;
    height: 160px;
  }

  .wechat-text p {
    font-size: 16px;
  }

  /* 确保所有全宽元素在移动端不超出屏幕 */
  .common-header,
  .acceleration-engine,
  .stable-module,
  .synchronous-module,
  .magnanimity-module,
  .footer-download-module,
  .consultation-module,
  .support-game-module,
  .footer-module {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .common-menu-tabs {
    position: fixed;
    height: auto;
    top: 88px;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
    text-align: center;
  }

  .common-menu-tabs.active {
    height: 96px;
    color: #fff;
    background-color: rgba(21, 21, 27, 1);
    display: block;
  }

  .support-game-content h1 {
    font-size: 26px;
    margin: 0 0 0 30px;
    padding: 20px 0 0 0;
  }

  .tab-home.selected,
  .tab-activity.selected {
    color: white;
    background-color: transparent; /* 选中时的背景颜色 */
  }

  .common-menu-tabs div {
    width: 100%;
    height: auto;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    cursor: pointer;
    line-height: 40px;
  }

  .stable-module,
  .synchronous-module,
  .magnanimity-module,
  .footer-download-module,
  .footer-module {
    padding: 20px 0 20px 0;
  }

  .ribbon {
    column-gap: 0;
  }

  .acceleration-engine {
    height: 120vw;
  }

  .engine-scroll-shoes,
  .engine-scroll {
    height: 120vw;
  }

  .engine-top {
    height: 40vw;
  }

  .engine-bottom {
    height: 80vw;
    top: 40vw;
  }

  .engine-top-content-title {
    margin-top: 8vw;
  }

  .engine-bottom-sports {
    margin-top: 10vw;
  }

  .header-download,
  .engine-download,
  .footer-download-btn {
    display: none;
  }

  .footer-advice,
  .copy-column {
    margin-top: 10px;
  }

  .footer-protocol,
  .copyright,
  .permit {
    font-size: 10px;
  }
}
