body {
  background: #000000;
}

main {
  margin-top: 3rem;
}

.main-panel-title h1 {
  font-size: 1.3rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.img-list {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-list .application-item {
  width: 11rem;
  height: 11rem;
  margin-bottom: 1.2rem;
  position: relative;
}
.img-list .application-item > img {
  width: 100%;
  height: 100%;
}
.img-list .application-item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.51);
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.birf {
  padding: 0 1rem;
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
  line-height: 1.3rem;
}/*# sourceMappingURL=move.css.map */