.text-overflow-1, ul.app-list li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all; }

.text-overflow-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ul.app-list {
  overflow: hidden; }
  ul.app-list li {
    float: left;
    text-align: center;
    width: 25%;
    margin-bottom: 20px; }
    ul.app-list li a {
      display: block;
      width: 100%; }
    ul.app-list li div {
      position: relative;
      width: 48px;
      height: 48px;
      margin: 0 auto; }
      ul.app-list li div img {
        width: 100%;
        height: 100%;
        border-radius: 4px; }
      ul.app-list li div span {
        position: absolute;
        right: -12px;
        top: -12px;
        z-index: 2;
        width: 24px;
        height: 24px;
        line-height: 24px;
        background: linear-gradient(293deg, #F22D39 0%, #FF7981 100%);
        border-radius: 5px 5px 5px 0px;
        font-size: 12.5px;
        font-weight: bold;
        color: #ffffff;
        zoom: 0.8; }
    ul.app-list li p {
      height: 17px;
      line-height: 17px;
      font-size: 12px;
      font-weight: 500;
      color: #383838;
      width: 80%;
      margin: 8px auto 0; }
    ul.app-list li.more div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 6px; }
      ul.app-list li.more div label {
        display: inline-block;
        width: 15.6px;
        height: 15.6px;
        background-color: #C5C5C5;
        border-radius: 999px;
        margin: 2px; }

/*# sourceMappingURL=app-list.css.map */