.favorite-wrap{max-width:1200px;margin:30px auto;padding:0 10px;box-sizing:border-box;overflow:hidden;}
.favorite-head{margin-bottom:20px;}
.favorite-head h2{font-size:26px;font-weight:900;margin:0 0 6px;color:#222;}
.favorite-head p{font-size:13px;color:#888;margin:0;}
.favorite-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:100%;box-sizing:border-box;}
.favorite-card{position:relative;background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:22px 18px 20px;min-height:330px;text-align:center;box-sizing:border-box;min-width:0;overflow:hidden;}
.favorite-card-rank{position:absolute;left:18px;top:18px;font-size:26px;font-weight:900;color:#ff1d1d;}
.favorite-remove{position:absolute;right:14px;top:12px;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;width:auto!important;height:auto!important;line-height:1!important;font-size:26px;color:#ffcc00;cursor:pointer;}
.favorite-thumb{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid #ff1d1d;padding:3px;background:#fff;box-sizing:border-box;margin:26px auto 16px;}
.favorite-title{display:block;color:#222;font-size:16px;font-weight:900;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px;}
.favorite-cate{color:#555;font-size:13px;font-weight:700;margin-bottom:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.favorite-line{border-top:1px solid #eee;padding-top:14px;margin-top:14px;width:100%;overflow:hidden;}
.favorite-stat{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:7px 0;font-size:13px;color:#222;width:100%;min-width:0;}
.favorite-stat em{flex:0 0 auto;display:flex;align-items:center;gap:4px;font-style:normal;font-weight:700;white-space:nowrap;}
.favorite-stat span{flex:1;min-width:0;text-align:right;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.favorite-empty{grid-column:1/-1;background:#fff;border:1px solid #eee;border-radius:14px;padding:40px;text-align:center;color:#777;}
.mobile-num{display:none;}
@media(max-width:900px){.favorite-wrap{margin:15px auto;padding:0 10px;}.favorite-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.favorite-card{min-height:285px;padding:20px 12px 16px;}.favorite-card-rank{left:14px;top:14px;font-size:24px;}.favorite-remove{right:12px;top:10px;font-size:24px;}.favorite-thumb{width:78px;height:78px;margin:24px auto 12px;}.favorite-title{font-size:14px;}.favorite-cate{font-size:12px;}.favorite-stat{font-size:12px;gap:6px;}.pc-num{display:none;}.mobile-num{display:inline;}}