
.category-box{
    background-color: #fff;
    width: 368px;
    margin: auto;
    height: 200px;
    margin-top: 16px;
    border-radius: 8px;
    padding: 12px 16px;
}


.category-header{
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.category-more{
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    background-image: url(/static/img/category-more.png);
    background-repeat: no-repeat;
    background-position: right -6px top 50%;
    background-size: 30%;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.category-book{
    width: 84px;
    height: 138px;
    float: left;
    margin-top: 8px;
    display: block;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.category-book .book-cover{
    width: 71px;
    margin: auto;
    height: 91px;
    background-color: #999999;
    border-radius: 4px;
    overflow: hidden;
}

.category-book .book-name{
    width: 71px;
    margin: auto;
    font-size: 12px;
    word-break: break-all;
    overflow: hidden;
    height: 34px;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
