
/* 横幅 */
.banner { height:300px; width:1086px; margin:16px auto; margin-top:0; overflow: hidden; position: relative; }
.banner_item{}
.banner_item img{width:100%; height:300px;}

/* 筛选/标签 */
.tabs { margin: 20px 16px 20px 16px; margin-left:40px; display: flex; align-items: center; gap: 18px; }
.tabs .tab { font-size: 14px; color: #6b7683; }
.tabs .active { color: #2b2b2b; font-weight: 600; }


/* 活动列表网格 */
.events-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin: 0 16px 24px 16px; width:1086px; margin:0 auto; }
.event-card { background: #ffffff; border: 1px solid #eceff3; border-radius: 6px; overflow: hidden; }
.event-thumb { height: 200px; width:200px; position: relative; }
.event-thumb img{height:200px; width:200px;}
.event-info { padding: 10px 12px 12px 12px; }
.event-title { font-size: 12px; color: #2b2b2b; line-height: 18px; height: 36px; overflow: hidden; }
.event-meta-row { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.like-icon { width: 16px; height: 16px; border-radius: 50%; }
.like-icon img{width:16px; height:16px; margin:0;}
.meta-text { font-size: 12px; color: #7d8a99; }
.like-icon-right{margin-left:100px;}