.pc-footer {
  width: 100%;
  height: 2rem;
  background: #191919; 
}
.pc-footer .inner {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  padding: 0 .82rem;
}
.pc-footer .links {
  margin-top: .27rem;
  margin-bottom: .24rem;
}
.pc-footer .links a {
  position: relative;
  margin-right: .3rem;
  font-size: .15rem;
  color: #fff;
  font-weight: 500;
  line-height: .22rem;
  text-decoration: none;
}
.pc-footer .links a:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: -.15rem;
  transform: translateY(-50%);
  width: 1px;
  height: .15rem;
  background: #fff;
}
.pc-footer .company,
.pc-footer .copyright,
.pc-footer .icp-wrap,
.pc-footer .icp,
.pc-footer .icp2-wrap,
.pc-footer .icp2
 {
  font-size: .12rem;
  color: #919191;
  line-height: .24rem;
}