html,
body,
p {
  padding: 0;
  margin: 0;
}

.header {
  top: 0;
  width: 100vw;
  height: 1.2rem;
  display: flex;
  align-items: center;
  position: fixed;
  background-color: #fff;
  z-index: 999;
}
.logo {
  width: 1.7rem;
  /* height: 0.57rem; */
  margin-left: 3.6rem;
}
.logo img {
  display: block;
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5.6rem;
}
.nav-item {
  margin-right: 0.56rem;
  font-size: 0.15rem;
  color: #000000;
}
.nav-item a {
  text-decoration: none;
  font-size: 0.15rem;
  color: #000000;
}
.active {
  color: #af2b38 !important;
}
.footer {
  width: 100vw;
  height: 3.98rem;
  background: #272727;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.4rem;
}
.phone {
  position: absolute;
  display: flex;
  top: 0.15rem;
  right: 5.4rem;
}
.phone p {
  color: #af2b38;
  font-size: 0.2rem;
}
