.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}

.md-foot-1 {
  position: relative;
}
.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-foot-1 .layout {
    min-width: 800px;
  }
}
.md-foot-1 .box {
  padding-top: 0.55rem;
  padding-bottom: 0.7rem;
  position: relative;
}
.md-foot-1 .logo {
  display: inline-flex;
}
.md-foot-1 .logo img {
  height: 1em;
}
.md-foot-1 .ri {
  width: calc( 360 / 1520 * 100%);
}
.md-foot-1 .ul1 .li {
  width: 50%;
  margin-bottom: 0.26rem;
  max-width: 1.6rem;
}
.md-foot-1 .ul1 .a {
  transition: 0.5s;
}
.md-foot-1 .ul1 .a:hover {
  color: #6943ef;
}
.md-foot-1 .about .a1 {
  display: block;
}
.md-foot-1 .about .a-ul {
  margin-top: 0.23rem;
}
.md-foot-1 .about .li {
  margin-bottom: 0.11rem;
}
.md-foot-1 .about .aa1 {
  display: block;
  transition: 0.5s;
}
.md-foot-1 .about .aa1:hover {
  color: #6943ef;
}
.md-foot-1 .info {
  width: 25%;
}
.md-foot-1 .info-list {
  margin-top: 0.2rem;
}
.md-foot-1 .in_item {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}
.md-foot-1 .in_item svg {
  width: 1em;
  height: 1em;
  color: #6943ef;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-foot-1 .box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-wrap: wrap;
  }
  .md-foot-1 .le {
    width: 100%;
  }
  .md-foot-1 .ul1 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .md-foot-1 .ul1 .li {
    width: auto;
    margin-right: 0.2rem;
  }
  .md-foot-1 .about {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-foot-1 .about .a-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .md-foot-1 .about .li {
    margin-right: 0.2rem;
  }
  .md-foot-1 .info {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.md-foot-2 {
  position: relative;
}
.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .md-foot-2 .layout {
    min-width: 800px;
  }
}
.md-foot-2 .box {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 900px) {
  .md-foot-2 .href {
    width: 100%;
    text-align: center;
  }
}