.en .footer {
  height: auto;
}

.en .footer .center {
  width: 569px;
  height: 112px;
  background: url("../../imgs/pc/footer.png") center no-repeat;
  background-size: cover;
}

.en .footer .center .content {
  display: none;
}

.en .footer .center .logo {
  display: none;
}

.footer {
  background: #020209;
  padding: 70px 0;
  color: #fff;
  display: flex;
  font-family: "NotoSansCJKsc-Regular";
  height: 2.57rem;
  position: relative;
}

.footer .pc-hide {
  display: none !important;
}

.footer .center {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.footer .center .content {
  margin-left: 0.65rem;
}

.footer .center .logo {
  float: left;
}

.footer .center .logo img {
  width: 1.96rem;
}

.footer .tp {
  height: 0.5rem;
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
}

.footer .logo2 {
  width: 0.58rem;
  margin-left: 0.2rem;
}

.footer span {
  font-size: 0.16rem;
  color: #6d8295;
}

.footer .link {
  margin-right: 0.25rem;
  color: #fff;
}

.footer .link a {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 0.12rem;
  font-size: 0.18rem;
}

.footer .link a:nth-last-of-type(1) {
  border: 0;
}

.footer .link a:nth-of-type(1) {
  padding-left: 0;
}

.footer .link a:hover {
  color: #218ff9;
}

.footer p {
  color: #6d8295;
  margin-bottom: 0.1rem;
  font-size: 0.12rem;
  font-family: "NotoSansCJKsc-Regular";
}

.footer p span {
  color: #6d8295;
}
