.navigate-list {
  color: #f5f5f5;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.56rem 0.6rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #005bac;
}
.navigate-list > a {
  text-decoration-line: underline;
  margin-right: 0.1rem;
  margin-bottom: 0.4rem;
}
.company-info {
  color: #f5f5f5;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  padding: 0.3rem;
  background: #005bac;
}
.company-info-icon {
  margin-right: 0.08rem;
}
.company-info > div {
  margin-bottom: 0.2rem;
}
.contact {
  color: #f5f5f5;
  font-family: "Source Han Sans CN";
  margin: 0.3rem;
  padding-bottom:0.2rem;
  position: relative;
}
.contact > div {
  margin-bottom: 0.2rem;
}
.contact::after {
  content: "";
  width:100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.qrCode {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.3rem;
}
.qrCode-item{
    display:flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    color: #F5F5F5;
    font-family: "Source Han Sans CN";
    font-size: .16rem;
    width: 1.6rem;
}
.internet-content-provider{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    color: #F5F5F5;
    font-family: "Source Han Sans CN";
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #3E3A39;
    padding:.16rem 0.3rem;
}
