/* Years Bar 年份篩選欄 */

.years{position:relative;width:auto;height:29px;margin:0 10px 20px 10px}
.years::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,0.1)}
.years__list{display:flex;flex-direction:row;align-items:flex-end;gap:41px;padding:0;height:29px}
.years__item{display:inline-flex;align-items:flex-end;justify-content:center;padding:0 0 7px;font-family:Tahoma,sans-serif;font-weight:400;font-size:16px;line-height:1.25em;color:#FFFFFF;text-decoration:none;height:auto;cursor:pointer;transition:color 0.2s ease}
.years__item:hover{color:#E42112}
.years__item.is-active{color:#E42112;position:relative}
.years__item.is-active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#E42112}
