.bottom-info {
  background: #505156;
  color: #ffffff;
  .game-info {
    margin: 0 auto;
    width: 1200px;
    padding: 40px;
    box-sizing: content-box;
    .top-info {
      height: 140px;
      display: flex;
      align-items: center;
    }
    .left-info {
      width: 268px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .us-info {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      font-weight: 500;
      font-size: 12px;
      .text {
        cursor: pointer;
        margin-bottom: 0;
        text-indent: 0;
        &:hover {
          color: #ffda58;
        }
      }
      .bar {
        width: 2px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.4);
      }
    }
    .outer-bar {
      height: 80px;
      width: 2px;
      background-color: rgba(255, 255, 255, 0.4);
      margin: 0 154px;
    }
    .code-list {
      display: flex;
      .code-item {
        display: flex;
        &:not(:last-child) {
          margin-right: 40px;
        }
        .code-tip {
          position: relative;
          .tip-icon {
            width: 120px;
            height: 58px;
          }
          .tip-text {
            font-size: 14px;
            text-align: center;
            width: 90px;
            position: absolute;
            top: 8px;
            left: 8px;
          }
        }
        img {
          width: 140px;
          height: 140px;
        }
      }
    }
    .link-info {
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 0;
      margin-top: 40px;
      padding-top: 40px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      .bar {
        margin: 0 20px;
      }
      a {
        color: #ffffff;
      }
    }
  }
  .web-info {
    display: flex;
    justify-content: center;
    background: #5b5b5b;
    .text-list {
      font-weight: 500;
      font-size: 12px;
      width: 738px;
      height: 100px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .bar {
      width: 2px;
      height: 10px;
      background-color: rgba(255, 255, 255, 0.4);
    }
  }
}
