.footer {
  width: 100%;
  border-top: 1px solid #ececec;
  padding: 20px 0;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 741px;
  height: 125px;
}

.footer-left {
  float: left;
}

.footer-xin {
  margin-left: 30px;
}

.footer-line {
  width: 1px;
  height: 72px;
  background-color: #ececec;
  margin: 0 30px;
  float: left;
}

.footer-right {
  display: flex;
  align-items: center;
}

.footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  justify-content: flex-start;
  font-size: 10px;
  color: #999;
  height: 123px;
  margin-right: 15px;
}

.footer-item > p {
  text-align: center;
}

.footer-code {
  width: 90px;
  height: 90px;
}

.footer-copyright {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 20px;
}