#App {
  min-width: 1280px;
}
.headBox {
  padding-top: 18px;
  margin: auto;
  height: 60px;
  padding-right: 20px;
}
.headBox .nav-activity {
  margin-top: 0;
  position: static !important;
  float: left;
  height: 32px;
  line-height: 32px;
}
.headBox .nav-activity a {
  position: static;
}
.headBox .rightFloat {
  float: right;
  display: flex;
  align-items: center;
  height: 42px;
}
.headBox .loginBox {
  position: relative !important;
  margin-left: 20px;
  float: right;
  top: 0 !important;
  left: 0 !important;
}
.headBox .loginBox .FloatingWindow {
  position: absolute;
  left: -145px;
}
.headBox .loginBox .FloatingWindow::after {
  display: inline-block;
  content: '';
  height: 20px;
  width: 100%;
  position: absolute;
  top: -20px;
}
@media (max-width: 1890px) {
  .queryApp .content.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1380px) {
  .payApp #payHtml {
    padding: 36px 30px 60px;
  }
}
.footer {
  display: flex;
  justify-content: center;
}
.footer #company-name {
  margin-left: 6px;
}
.footer .company {
  height: 40px;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 40px;
}
.foot {
  height: 40px;
  color: #707070;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}
.foot .gongan {
  width: 16px;
  margin-top: -4px;
  margin-right: 4px;
}
.foot a {
  text-decoration: none;
  color: #8f8f8f;
  font-size: 12px;
}
.foot a:hover {
  color: #337ab7;
}
.foot a.beian {
  margin-left: 20px;
}
