footer {
  width: 100%;
  /* height: 244px; */
  background-color: #7B7B7B;
}
.pcfooter {
  display: flex;
  padding: 48px 0;
  box-sizing: border-box;
  color: #dedede;
  font-size: 14px;
  justify-content: space-around;
}
.footerLogo {
  width: 225px;
  position: relative;
}
.footerLogo > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gywm {
  color: #fdfdfd;
  font-size: 20px;
}
.footerDuan {
  text-align: left;
  /* display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; */
}
.footerDuan > div {
  padding: 10px;
  font-size: 16px;
}
.footerDuanPr {
  padding-right: 10px;
}
.footerDuan a {
  color: #fff;
  font-size: 16px;
}
.footerInfo {
  display: flex;
  justify-content: space-between;
  height: 100px;
  font-size: 16px;
}
.footerInfoLeft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
}
.footerLine {
  width: 2px;
  background-color: #ccc;
  font-size: 16px;
  margin: 0 10px;
}
