.navbar {
  width: 100%;
  min-width: 840px;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99999;
}

.container-fluid {
  width: 100%;
  min-width: 840px;
  padding: 0 42px;
  background: #F6F6F6;
  height: 100px;
  line-height: 100px;
  position: relative;
}

.navbar-header {
  height: 100px;
  line-height: 100px;
  display: flex;
  align-items: center;

}

.navbar-brand {
  display: flex;
  height: 100px;
  line-height: 100px;
  align-items: center;
}

.navbar-toggle {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.navbar .in {
  z-index: 9999;
  background-color: #f6f6f6;
  padding: 0 42px;
}

.title {
  display: inline-block;
  padding-left: 20px;
  height: 36px;
  line-height: 36px;
  transform: translateY(3px);
}

.navbar-right {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100px;
  line-height: 100px;
}

.navbar-right>li {
  height: 25px;
  line-height: 25px;
  margin-left: 36px;
}

.navbar-right>li>a {
  padding: 0 !important;
  margin: 0;
  text-decoration: none;
}

.app-download {
  width: 117px;
  height: 38px;
  line-height: 38px;
  background: #2778FA;
  border-radius: 67px;
  border: none;
  color: #fff;
  transform: translateY(-8px);
}

.qr-code-box {
  box-sizing: border-box;
  position: absolute;
  width: 141px;
  height: 163px;
  left: 50%;
  top: 60px;
  z-index: 999;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  text-align: center;
  padding-top: 12px;
  display: none;
}

.qr-code-box .qr-img {
  width: 117px;
  height: 117px;
}

.qr-code-box>p {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.qr-code-box::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-bottom-color: #fff;
}