.info {
    padding: 10px;
    margin-top: 10px;
    display: flex;
    font-size: 14px;
    color: #666;
}
.cover {
    margin-right: 20px;
}
.info .cover img {
    width: 180px;
    height: 240px;
}
.info-list {

}
.info-item {
    line-height: 35px;
}
.info-item span {
    font-weight: bold;
}
.info-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    margin-top: 15px;
}
.info .qr-code {
    width: 150px;
    height: 150px;
}
.book-list, .album-list {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}
.album-item {
    display: flex;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #eeeeee solid;
}
.album-item img {
    width: 120px;
    height: 140px;
}
.album-info {
    padding-left: 20px;
}
#comment {
    margin-top: 40px;
}

.book-list {
    display: flex;
    flex-wrap: wrap;
}
.book-item {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-top: 15px;
    overflow: hidden;
}
.book-item img {
    width: 110px;
    height: 140px;
}

.add-btn {
    background: #3D99CE;
    width: 120px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    cursor: pointer;
}