
.md-application-1 {
  background-color: #f5f8fc;
  padding-top: 1.1rem;
  padding-bottom: 0.6rem;
}

.app-list .li {
  width: calc(685 / 1440 * 100%);
  margin-bottom: 0.6rem;
}
.app-list .dd {
  display: block;
  background-color: #fff;
  border-radius: 0.2rem;
}
.app-list .dd:hover .img img {
  transform: scale(1.05);
}
.app-list .img {
  position: relative;
  padding-top: calc(440 / 685 * 100%);
  overflow: hidden;
  border-radius: 0.2rem;
}
.app-list .text {
  padding: 0.3rem 0.5rem;
}
.app-list .ic {
  width: 1.2em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 1em;
  flex-shrink: 0;
}
.app-list .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.app-list .ar {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .app-list .li {
    width: 100%;
  }
}
