body {
  margin: 0;
}
.header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1230px) {
  .header {
    height: 160px;
    width: 1230px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1230px) {
  .header {
    height: 13vw;
    width: 100vw;
  }
}
.header .nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 1230px) {
  .header .nav {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (max-width: 1230px) and (min-width: 750px) {
  .header .nav {
    padding-left: 11.38vw;
    padding-right: 11.38vw;
  }
}
.header .nav .navItem {
  width: 100px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (min-width: 1230px) {
  .header .nav .navItem {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1230px) and (min-width: 750px) {
  .header .nav .navItem {
    margin-left: 2.44vw;
    margin-right: 2.44vw;
  }
}
@media screen and (max-width: 750px) {
  .header .nav .navItem {
    height: 13vw !important;
    font-size: 2.4vw !important;
  }
}
.header .nav .navItem.active {
  border-bottom: 4px solid #4e54f6;
  color: #4e54f6;
}
.header .nav .navItem:hover {
  background: #EEEEEE;
}
@media screen and (min-width: 1230px) {
  .footer {
    background: #363636;
    padding-top: 28px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #999999;
  }
  .footer .footer-qrcode-wrapper {
    padding: 5px;
    border-radius: 5px;
    background: #ffffff;
  }
  .footer .footer-qrcode-wrapper .footer-qrcode {
    width: 100px;
    height: 100px;
  }
  .footer .footer-line {
    height: 28px;
    line-height: 28px;
  }
  .footer .footer-line a {
    color: #3389aa;
    text-decoration: none;
  }
  .footer .footer-line a:hover {
    color: #449abb;
  }
  .footer .footer-line2 {
    height: 28px;
    line-height: 28px;
  }
  .footer .footer-line2 a {
    color: inherit;
    text-decoration: none;
  }
  .footer .footer-line2 a:hover {
    color: #449abb;
  }
}
@media screen and (max-width: 1230px) {
  .footer {
    background: #363636;
    padding-top: calc(3.73333333vw);
    padding-bottom: calc(2.93333333vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: calc(1.86666667vw);
    color: #999999;
  }
  .footer .footer-qrcode-wrapper {
    padding: 1vw;
    border-radius: 1vw;
    background: #ffffff;
  }
  .footer .footer-qrcode-wrapper .footer-qrcode {
    width: calc(26.66666667vw);
    height: calc(26.66666667vw);
  }
  .footer .footer-line {
    height: calc(3.73333333vw);
    line-height: calc(3.73333333vw);
  }
  .footer .footer-line a {
    color: #3389aa;
    text-decoration: none;
  }
  .footer .footer-line a:hover {
    color: #449abb;
  }
  .footer .footer-line2 {
    height: calc(3.73333333vw);
    line-height: calc(3.73333333vw);
  }
  .footer .footer-line2 a {
    color: inherit;
    text-decoration: none;
  }
  .footer .footer-line2 a:hover {
    color: #449abb;
  }
}
/*# sourceMappingURL=header.css.map */