.cb-recommend-container .cb-recommend-content .cb-recommend-item{position:relative;width:15rem;height:20rem;border-radius:var(--border-radius);overflow:hidden}.cb-recommend-container .cb-recommend-content .cb-recommend-item img{width:100%;height:100%;object-fit:cover}.cb-recommend-container .cb-recommend-content .cb-recommend-item .cb-recommend-info{position:absolute;left:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem;width:100%;height:6rem;background-color:rgba(0,0,0,.3);backdrop-filter:blur(1rem);color:#fff}.cb-recommend-container .cb-recommend-content .cb-recommend-item .cb-recommend-info p{margin:0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold}.cb-recommend-container .cb-recommend-content .cb-recommend-item .cb-recommend-info a{display:block;padding:.3rem 0;width:100%;text-align:center;color:currentColor;text-decoration-line:none;background-color:rgba(0,0,0,.3);border-radius:1rem;cursor:pointer}.cb-recommend-container .lr-scroll-btn button{width:2rem;height:2rem;border-radius:100%}