._Footer-container {
  background: #3d3d3d;
}
._Footer-container .beian-href {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.14rem;
    opacity: 1;
}
._Footer-container .beian-href:hover {
      color: rgba(255, 255, 255, 0.65);
      opacity: 1;
}
._Footer-container .footer-wrap {
    padding: 0.3rem 0;
    text-align: center;
}
._Footer-container .footer-wrap .title {
      font-size: 0.2rem;
      font-weight: 400;
      margin-bottom: 0.15rem;
      color: #fff;
}
._Footer-container .footer-wrap .summary {
      color: rgba(255, 255, 255, 0.65);
      font-size: 0.14rem;
}
._Footer-container .footer-wrap .footer-imgs {
      margin: 0.25rem 0;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) and (min-width: 0) {
._Footer-container .g-container {
    width: 100vw;
}
._Footer-container .footer-wrap {
    padding: 0.24rem 0 !important;
}
._Footer-container .footer-wrap .title {
      padding-bottom: 0.12rem;
      font-size: 18px;
}
}

