.tabList{margin-top:20px}.tabList .tabListLogo a{display:flex;align-items:center}.tabList .tabListLogo span{font-size:18px;font-weight:700}.tabList .tabListLogo .iconLogo{display:line-block;margin-left:10px;color:#ee4d2d}.tabList .tabDescribe{margin-top:10px;font-size:14px;color:#666}.tabList .tabListItem{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;justify-content:space-between;margin-top:10px}@media(max-width:1100px){.tabList .tabListItem{display:flex;flex-wrap:nowrap;margin-top:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}}.tabList .tabListDetailItem{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;justify-content:space-between;margin-top:10px}@media(max-width:1100px){.tabList .tabListDetailItem{display:flex;flex-wrap:nowrap;margin-top:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}}