#footer .footerbottom {
  border-top: 1px solid #d2d2d2;
  padding: 20px 0;
  font-size: 14px;
  color: #333333;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}

#footer .footerbottom a {
  color: #333333;
}

#footer .footerbottom .qrcode {
  line-height: 14px;
  text-align: center;
}

#footer .footerbottom .qrcode img {
  margin-right: 5px;
}

#footer .footerbottom .qrcode>img {
  width: 74px;
  height: 74px;
}
#footer .footerbottom .qrcode .wxlogo {
  display: flex;
  align-items: center;
}

#footer .box6 {
  border-top: 8px #0081cc solid;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 26px;
  padding: 20px 0;
}

#footer .box6 .label {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333333;
  font-weight: bold;
}

#footer .box6 .navigateitem div {
  cursor: pointer;
}

#footer .box6 .navigateitem div:hover {
  color: #0077cb;
}