.tabs{flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.tabs .table-label{flex-direction:row;justify-content:center;align-items:center;display:flex}.tabs .table-label .label-item{color:#797979;cursor:pointer;border-bottom:3px solid #0000;transition:color .3s ease-in-out,border-bottom .3s ease-in-out}.tabs .table-label .label-item:hover{color:#ff6933}.tabs .table-label .label-item.actived{color:#ff6933;border-bottom:3px solid #ff6933;font-weight:600}.tabs .tabs-item{display:none}.tabs .tabs-item.actived{display:block}@media screen and (max-width:834px){.tabs .table-label{gap:16px;margin:0 10px}.tabs .table-label .label-item{font-size:16px;font-weight:400;line-height:28px}}@media screen and (min-width:835px){.tabs .table-label{gap:48px}.tabs .table-label .label-item{letter-spacing:2.4px;font-size:20px;font-weight:400;line-height:34px}}
