.bottom {
  width: 100%;
  background-color: #00164e;
  text-align: center;
  color: #fff;
  font-size: 18px;
  float: left;
  display: none;
  padding: 15px 0;
}

.codeName {
  color: #fff;
  opacity: 0.5;
  margin-top: 5px;
}

.company {
  margin-bottom: 14px;
  line-height: 1;
  margin-top: 40px;
}

.company1 {
  margin-bottom: 40px;
  line-height: 1;
  margin-top: 20px;
}

.contact {
  margin-top: 40px;
  font-size: 16px;
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 20px;
}

.copyRight,
.address {
  font-size: 16px;
  opacity: 0.3;
}

.copyRight a,
.copyRight a:visited {
  color: #fff;
}
.footer{
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .qr-code{
  color: #4e5e89;
  font-size: 15px;
  margin-bottom: 30px;

}
.bottom .qr-code img{
  width: 100px;
  display: block;
  margin: 0 auto 10px;
}
.address{
  margin-bottom: 10px;
}