.browsing-history .search-section{margin-bottom:24px}.browsing-history .search-section .search-input{max-width:600px}.browsing-history .search-section .search-input .el-input__inner{height:40px;line-height:40px;border-radius:4px 0 0 4px}.browsing-history .search-section .search-input .el-input-group__append .el-button,.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}.browsing-history .content-section .section-title{font-size:18px;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:12px}.browsing-history .content-section .book-grid{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:32px}@media (max-width:1400px){.browsing-history .content-section .book-grid{grid-template-columns:repeat(4,1fr);gap:16px}}@media (max-width:1200px){.browsing-history .content-section .book-grid{grid-template-columns:repeat(3,1fr);gap:16px}}.browsing-history .content-section .book-grid .book-item{cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;width:19%;margin-right:1%;margin-bottom:20px}.browsing-history .content-section .book-grid .book-item:hover{transform:translateY(-4px)}.browsing-history .content-section .book-grid .book-item .book-cover{width:100%;height:220px;overflow:hidden;border:1px solid #f5f5f5;box-shadow:0 0 5px 0 #ebebeb;margin-bottom:12px;padding:10px}.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}.browsing-history .content-section .book-grid .book-item .book-info{min-height:60px}.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}.browsing-history .content-section .book-grid .book-item .book-info .book-time{font-size:12px;color:#999;line-height:1.4;margin-top:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.browsing-history .content-section .book-grid--skeleton .skeleton-item{cursor:default}.browsing-history .content-section .book-grid--skeleton .skeleton-block{background:linear-gradient(90deg,#f2f3f5 25%,#e9ebee 37%,#f2f3f5 63%);background-size:400% 100%;-webkit-animation:skeleton-loading 1.2s ease infinite;animation:skeleton-loading 1.2s ease infinite;border-radius:4px}.browsing-history .content-section .book-grid--skeleton .skeleton-cover{width:100%;height:100%}.browsing-history .content-section .book-grid--skeleton .skeleton-title{height:20px;width:90%;margin-bottom:8px}.browsing-history .content-section .book-grid--skeleton .skeleton-time{height:14px;width:60%}.browsing-history .content-section .pagination-wrapper{display:flex;justify-content:center;margin-top:32px;padding-top:20px}.browsing-history .content-section .pagination-wrapper /deep/ .el-pagination .el-pager li{min-width:36px;height:36px;line-height:36px;margin:0 4px;border-radius:4px}.browsing-history .content-section .pagination-wrapper /deep/ .el-pagination .el-pager li.active{background:var(--primary);color:#fff}.browsing-history .content-section .pagination-wrapper /deep/ .el-pagination .btn-next,.browsing-history .content-section .pagination-wrapper /deep/ .el-pagination .btn-prev{min-width:36px;height:36px;line-height:36px;border-radius:4px}.browsing-history .content-section .pagination-wrapper /deep/ .el-pagination .el-pagination__jump{margin-left:16px}@-webkit-keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}