footer {
  width: 100%;
  background: #1D1D1F;
}

.footBox {
  width: 15.16rem;
  margin: 0 auto;
  padding-top: .59rem;
  padding-bottom: .98rem;
}

.footLogo {
  display: flex;
  width: 3.62rem;
  height: .5rem;
  margin-bottom: .43rem;
}

.footNav {
  display: flex;
}

.footNavItem {
  display: flex;
  flex-direction: column;
  margin-right: .93rem;
}

.footNavItem a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #CCCCCC;
  line-height: 0.36rem;
}

.footNavTit {
  font-weight: bold !important;
  font-size: 0.18rem !important;
  color: #FFFFFF !important;
  margin-bottom: .3rem;
}

.codeBox {
  display: flex;
}

.codeItem {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: .44rem;
}

.codeTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-bottom: .15rem;
}

.codeItem img {
  width: 1.1rem;
  height: 1.1rem;
}

.footB {
  width: 100%;
  height: .6rem;
  background: #000000;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footB a{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #E2E2E2;
  margin-left: .8rem;
}