.bookList {
    padding: 4vw 4vw 0;
}

.bookList .contentBox {
    position: relative;
}

.bookList .contentBox ul {
    display: none;
    position: relative;
}

.bookList .contentBox ul li {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
	height: 1.6rem;
}

.bookList .contentBox ul li .imgbox {
    margin-right: .12rem;
    width: .96rem;
    height: 1.28rem;
    flex-shrink: 0;
}

.bookList .contentBox ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.bookList .contentBox ul li .info .title {
    width: 2.3rem;
    margin-bottom: .02rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .14rem;
    color: #666666;
    line-height: .19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.bookList .contentBox ul li .info .writer {
    margin-bottom: .09rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .12rem;
    color: #666666;
}

.bookList .contentBox ul li .info .smalltext {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .12rem;
    color: #888888;
    line-height: .19rem;
}

.bookList .contentBox ul li .info .smalltext a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .12rem;
    color: #49b849;
    line-height: .19rem;
}

.bookList .contentBox .on {
    display: block;
}

.loading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    font-family: PingFang SC, Noto Sans, Helvetica;
    color: #969799;
    font-size: 3.467vw;
    line-height: 13.333vw;
    text-align: center;
}