 ｛
  #books_list {
    color: #444;
    padding-top: 2em;
    /* max-width: 780px; */
    margin: 0 auto !important;
  }
  ul.mview--ul {
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: none !important;
    line-height: 100% !important;
  }
  li.mview--li {
    list-style: none;
    float: left;
    width: 16%;
    display: block;
    font-size: 13px;
    padding: 0 !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-bottom: 40px !important;
  }
  .mview--cover {
    min-height: 87px;
    overflow: hidden;
    position: relative;
    background: #fafafa;
  }
  .mview--cover:before {
    content: "";
    display: block;
    padding-top: 143%;
  }
  .mview--cover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0;
  }
  .mview--cover img:hover {
    transition: box-shadow 0.3s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .mview--info {
    height: 75px;
    overflow: hidden;
  }
  .mview--title {
    font-size: 13px;
    height: 28px;
    padding: 10px 0 0;
    margin-bottom: 10px;
    color: #494949;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #books_more {
    color:#fff;
    border-radius: 5px;
    line-height: 24px;
    padding: 10px 5px;
    background-color: #2c7cff;
    text-align: center;
    border: 1px solid rgb(14, 147, 236);
    display: block;
    margin: 0 auto;
  }
  .rating {
    display: block;
    line-height: 15px;
  }
  .rating-star {
    display: inline-block;
    width: 75px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url("https://myulinkblog.oss-cn-shenzhen.aliyuncs.com/20181101165528.png");
    overflow: hidden;
  }
  .allstar10 {
    background-position: 0px 0px;
  }
  .allstar9 {
    background-position: 0px -15px;
  }
  .allstar8 {
    background-position: 0px -30px;
  }
  .allstar7 {
    background-position: 0px -45px;
  }
  .allstar6 {
    background-position: 0px -60px;
  }
  .allstar5 {
    background-position: 0px -75px;
  }
  .allstar4 {
    background-position: 0px -90px;
  }
  .allstar3 {
    background-position: 0px -105px;
  }
  .allstar2 {
    background-position: 0px -120px;
  }
  .allstar1 {
    background-position: 0px -135px;
  }
  .allstar0 {
    background-position: 0px -150px;
  }
  .rating-average {
    color: #777;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
  }
  @media screen and (max-width: 768px) {
    li.mview--li {
      width: 29.33%;
    }
  }
  @media screen and (max-width: 600px) {
    li.mview--li {
      width: 45.99%;
    }
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    zoom: 1;
  }

