.personalized-recommendation.browsing-history .search-section{margin-bottom:24px}.personalized-recommendation.browsing-history .search-section .search-input{max-width:600px}.personalized-recommendation.browsing-history .search-section .search-input .el-input__inner{height:40px;line-height:40px;border-radius:4px 0 0 4px}.personalized-recommendation.browsing-history .search-section .search-input .el-input-group__append .el-button,.personalized-recommendation.browsing-history .search-section .search-input .el-input-group__append .el-button:hover{height:40px;padding:0 24px;border-radius:0 4px 4px 0;background:var(--primary);border-color:var(--primary);color:#fff}.personalized-recommendation.browsing-history .content-section .section-title{font-size:18px;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:12px}.personalized-recommendation.browsing-history .content-section .book-grid{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:32px}.personalized-recommendation.browsing-history .content-section .book-grid .book-item{cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;width:21%;margin-right:5%;margin-bottom:20px}.personalized-recommendation.browsing-history .content-section .book-grid .book-item.last-item{margin-right:0}.personalized-recommendation.browsing-history .content-section .book-grid .book-item:hover{transform:translateY(-4px)}.personalized-recommendation.browsing-history .content-section .book-grid .book-item .book-cover{width:100%;height:220px;overflow:hidden;margin-bottom:12px;border:1px solid #f5f5f5;box-shadow:0 0 5px 0 #ebebeb;padding:10px}.personalized-recommendation.browsing-history .content-section .book-grid .book-item .book-cover img{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background:#f5f5f5;display:block}.personalized-recommendation.browsing-history .content-section .book-grid .book-item .book-info{min-height:40px}.personalized-recommendation.browsing-history .content-section .book-grid .book-item .book-info .book-title{font-size:14px;font-weight:500;color:#333;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;height:25px;line-height:25px}