html,
      body {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        background-image: url("../images/home/home-bg.png");
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
      }

      body {
        position: relative;
      }

      .logo-content {
        display: flex;
        justify-content: center;
        padding-top: 22vh;
        padding-left: 120px;
      }

      .home-icon {
        width: 228rpx;
        height: 40rpx;
      }

      .home-title {
        position: absolute;
        top: 37vh;
        left: 0;
        right: 0;
      }

      .title-row-1 {
        font-size: 48px;
        font-weight: 800;
        color: #fff;
        text-align: center;
      }

      .title-row-2 {
        margin-top: 20px;
        font-size: 42px;
        font-weight: 500;
        color: #fff;
        text-align: center;
      }

      .download {
        position: absolute;
        bottom: 140px;
        left: 0;
        right: 0;
      }

      .download-content {
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .download-item {
        margin-right: 90px;
      }

      .download-item:nth-last-child(1) {
        margin-right: 0;
      }

      .download-icon {
        width: 200px;
        height: 200px;
      }

      .download-label {
        margin-top: 30px;
        font-size: 36px;
        font-weight: bold;
        color: #000;
        text-align: center;
      }

      .footer {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        color: #000;
      }

      .footer > div {
        margin-right: 24px;
      }

      .footer > div:nth-last-child(1) {
        margin-right: 0;
      }