body {
  min-height: 100vh;
}

.nav-item {
  margin: 0 2rem;
  white-space: nowrap;
  font-size: 16px;
}

.navbar-brand img {
  width: auto;
  height: 46px;
}

#navbarNav {
  margin-left: 5.75rem;
}

.navbar {
  --bs-navbar-toggler-font-size: 12px;
}

.navbar .container-fluid {
  padding-left: 8.25rem;
  padding-right: 8.25rem;
}

/*底部*/
footer {
  width: 100%;
  background: #080808;
  display: flex;
  flex-direction: column;
}

footer .company-info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffffff;
  padding: 3.125rem 8.25rem 3rem;
  row-gap: 16px;
}

.company-info-l {
  display: flex;
}

footer .company-info .logo-image {
  width: 64px;
  height: 64px;
}

.company-sub-desc {
  display: flex;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 8px;
}

.app-qrcode {
  display: flex;
}

.app-qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-qrcode-item:first-child {
  margin-right: 2.6875rem;
}

.app-qrcode-item img {
  width: 64px;
  height: 64px;
}

.app-qrcode-item span {
  font-size: 12px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.merchant-apply-btn {
  width: 140px;
  height: 32px;
  box-sizing: border-box;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
}

.company-desc {
  flex-grow: 1;
  font-size: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.copy-right {
  width: 100%;
  padding: 9px 0;
  color: #ffffff;
  border-top: 1px solid #333;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.copy-right a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1050px) {
  .merchant-apply-btn {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  #navbarNav {
    margin-left: 0;
  }

  .nav-item {
    margin: 0;
  }

  .navbar-brand img {
    width: auto;
    height: 32px;
  }

  .merchant-apply-btn,
  .merchant-apply-link {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  footer .company-info .logo-image {
    width: 50px;
    height: 50px;
  }

  .app-qrcode-item img {
    width: 50px;
    height: 50px;
  }

  .app-qrcode-item span {
    margin-top: 12px;
  }

  .company-desc {
    font-size: 16px;
  }

  .company-sub-desc {
    font-size: 12px;
    margin-top: 2px;
  }

  .company-info {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* 下载悬浮窗 */
.app-down-floating {
  width: 100px;
  height: 135px;
  border-radius: 4px;
  border: 2px solid #fff;
  background: #fafcff;
  padding: 10px 0px 17px;
  font-size: 14px;
  color: #000;
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 20px 0 rgba(2, 8, 25, 0.05);
  z-index: 999;
}

.app-down-floating img {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}

/* app下载按钮 */
.app-down-btn {
  padding: 0 18px;
  height: 40px;
  font-size: 14px;
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: red;
  border-radius: 20px;
  color: #fff;
}
.app-down-btn img {
  height: 21px;
  margin-right: 10px;
  margin-top: 3px;
}
