:root {
  --bg-color: #fff;
  --header-height: 64px;
  --header-height-840: 56px;
  --font-size: 14px;
  --primary-color: #00a173;
  --text-color-green: #01875f;
  --text-color-grey: #9aa0a6;
  --text-color-grey2: #5f6368;
  --text-color-black: #202124;
  --border-color-grey: #dadce0;
  --container-max-width: 1440px;
  --container-padding: 60px;
  --container-padding-1280: 40px;
  --container-padding-840: 30px;
  --container-padding-600: 20px;
  --bg-color-black: #202124;
  --bg-color-grey2: #5f6368;
  --banner-title-color: #e8eaed;
  --banner-height-840: 50vw;
  --banner-main-top-840: 38vw;
  --bg-color-hover: #e6f3ef;
  --app-logo-width-1024: 96px;
  --app-logo-width-600: 72px;
  --install-btn-width: 200px;
  --install-btn-width-840: 100%;
  --install-btn-width-600: 100%;
  --install-btn-height: 48px;
  --install-btn-height-840: 48px;
  --install-btn-height-600: 2.4rem;
  --main-section-padding: 20px;
  --main-section-margin: 24px;
  --main-section-padding-1280: 20px;
  --main-section-margin-1280: 16px;
}
@media (max-width: 764px) {
  html {
    font-size: calc(100px * (100vw / 750px)) !important;
  }

  #new-page {
    position: relative;
    margin: 0 auto;
    height: 100vh;
    background: #241d22;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #new-page > .top-box {
    position: relative;
  }

  #new-page > .top-box > .img-bg {
    width: 100%;
    height: auto;
    display: block;
  }

  #new-page > .top-box > .banner-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48%;
  }

  #new-page > .top-box > .banner-center > .download {
    display: flex;
    width: 90vw;
    margin: 0 auto;
  }

  #new-page > .top-box > .banner-center > .download img {
    width: 100%;
    height: 100%;
  }

  #new-page > .top-box > .banner-center > .banner {
    padding-top: 1rem;
    width: 90vw;
    margin: 0 auto;
  }

  #new-page > .top-box > .banner-center .banner img {
    width: 100%;
    height: 100%;
  }

  #new-page > .bottom-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
  }

  #new-page > .bottom-box > .bottom-img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #new-page > .bottom-box > .bottom-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #new-page > .bottom-box > .bottom-banner > .bottom-text {
    margin-left: 0.6rem;
    width: 13.8rem;
  }

  #new-page > .bottom-box > .bottom-banner > .bottom-text img {
    width: 100%;
    height: 100%;
  }

  #new-page > .bottom-box > .bottom-banner > .bottom-btn {
    margin-right: 0.6rem;
    width: 8rem;
  }

  #new-page > .bottom-box > .bottom-banner > .bottom-btn img {
    width: 100%;
    height: 100%;
  }

  #new-page > a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
  }
}

@media screen and (min-width: 765px) {
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    text-align: center;
  }
  #new-page {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
  }

  #new-page > .top-box {
    position: relative;
  }

  #new-page > .top-box > .img-bg {
    width: 100%;
    height: auto;
    display: block;
  }

  #new-page > .top-box > .banner-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48%;
  }

  #new-page > .top-box > .banner-center > .download {
    display: flex;
    width: 380px;
    height: 65px;
    margin: 0 auto;
  }

  #new-page > .top-box > .banner-center > .download img {
    width: 100%;
    height: 100%;
  }

  #new-page > .top-box > .banner-center > .banner {
    padding-top: 20px;
    width: 430px;
    height: 250px;
    margin: 0 auto;
  }

  #new-page > .top-box > .banner-center .banner img {
    width: 100%;
    height: 100%;
  }

  #new-page > .bottom-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  #new-page > .bottom-box > .bottom-bg {
    max-width: 450px;
    width: 120%;
    margin: 0 auto;
    text-align: center;
  }

  #new-page > .bottom-box > .bottom-bg > .bottom-img {
    width: 100%;
    height: 100%;
  }
  #new-page > .bottom-box > .bottom-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 450px;
    width: 120%;
    margin: 0 auto;
    text-align: center;
  }

  #new-page > .bottom-box > .bottom-banner > .bottom-text {
    margin-left: 0.6rem;
    width: 13.8rem;
  }

  #new-page > .bottom-box > .bottom-banner > .bottom-text img {
    width: 100%;
    height: 100%;
  }

  #new-page > .bottom-box > .bottom-banner > .bottom-btn {
    margin-right: 0.6rem;
    width: 8rem;
  }

  #new-page > .bottom-box > .bottom-banner > .bottom-btn img {
    width: 100%;
    height: 100%;
  }
}
