* {
  margin: 0px;
  padding: 0px;
}

.home {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

.mrg-b1 {
  /* margin-bottom: 40px; */
}

.mrg-l {
  margin-left: 63px;
}

.footer {
  width: 100%;
  height: 120px;
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-txt {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.address-txt {
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
}


.footer-content { text-align: center; }
