html{scroll-behavior:smooth}[id]{scroll-margin-top:120px}.tab-anchor-menu{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px;position:sticky;top:80px;z-index:100}.tab-anchor-menu__list{display:flex;flex-wrap:wrap;gap:60px;justify-content:center;list-style:none;margin:0;padding:0}.tab-anchor-menu__item a{color:var(--tab-font-color,#33475b);font-size:var(--tab-font-size,16px);font-weight:700;text-decoration:none;transition:color .2s ease-in-out}.tab-anchor-menu__item a:hover{color:var(--tab-font-hover-color,#ff7a59)}@media (max-width:767px){.tab-anchor-menu{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:12px}.tab-anchor-menu__list{flex-wrap:nowrap;gap:24px;justify-content:flex-start;min-width:100%;width:max-content}.tab-anchor-menu__item{flex:0 0 auto}.tab-anchor-menu::-webkit-scrollbar{display:none}}