  .overflow-x-hidden,
  nav ul,
  nav ul li {
    background-color: #F6F9FF;
  }

  nav h1 {
    white-space: nowrap;
    font-size: 20px;
    line-height: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    letter-spacing: 0em;
  }

  nav h1 img {
    vertical-align: bottom;
    display: inline-block;
  }

  .home-white-bg {
    background-color: #FFFFFF;
  }

  .home-youshi-bg {
    background: url(/skins/windowstools/images/group-02-bg.png) center 0px no-repeat;
    padding-top: 17px;
    color: #0060FF;
  }

  .home-footui-download-bg {
    background: url(/skins/windowstools/images/foot-bg.png) center 0px no-repeat;
    height: 296px;
  }

  .home-pt-con5 {
    padding-top: 5.25rem;
    color: #FFFFFF;
  }

  .home-foot-download-btn {
    width: 208px;
    height: 64px;
    line-height: 64px;
    flex-shrink: 0;
    filter: drop-shadow(0px 6px 16px rgba(255, 255, 255, 0.27)) drop-shadow(0px 4px 4px rgba(255, 255, 255, 0.05));
    display: inline-block;
    border-radius: 40px;
    background: linear-gradient(97deg, #FFF -7.9%, #FFF 93.61%);
    color: #055AFF;
    font-size: 24px;
    font-weight: 600;
    margin-top: 36px;
  }

  .home-foot-download-btn:hover {
    border-radius: 40px;
    background: #BBDEFF;
    box-shadow: 0px 0px 24px 6px #FFF inset;
  }

  .footer {
    background: #242424;
    color: #FFF;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 21px;
  }

  .home-pb32 {
    padding-bottom: 80px;
  }

  @media (min-width: 1024px) {
    .main-navbar .nav-item.active {
      color: #084FFF;
      line-height: 43px;
      border-bottom: 3px solid #084FFF;
      background-color: #F6F9FF;
    }

    .main-navbar .nav-item {
      color: #333333;
      line-height: 43px;
      border-bottom: 3px solid #F6F9FF;
    }

    .nav-software-download {
      text-align: center;
      width: 136px;
      height: 43px;
      line-height: 43px;
      display: block;
      flex-shrink: 0;
      border-radius: 8px;
      background: linear-gradient(97deg, #51B6FF -7.9%, #2B5FE5 93.61%);
      color: #FFF;
      font-family: Source Han Sans CN;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
    }

    .nav-software-download:hover {
      background: linear-gradient(97deg, #22A2FF -7.9%, #0040E6 93.61%);
    }

  }