.yd-content-tabs {
    position: sticky;
    top: 0;
    text-align: center;
    margin: -.15625rem auto;
    transition: all .5s ease;
    z-index: 4;
    width: 100%;
    transform: translateY(0);
    height: .3125rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.yd-content-tabs-wrapper {
    display: inline-flex;
    padding: 0 .83333rem;
    background: #fff;
    box-shadow: 0 .02083rem .10417rem #0000001a;
    height: .3125rem;
    align-items: center;
    border-radius: .04167rem;
    justify-content: safe center;
    transition: all .5s ease;
    min-width: 2.20833rem;
    overflow-x: auto;
    overflow-y: hidden;
    width: max-content;
    max-width: 100%;
    scroll-behavior: smooth;
    position: relative;
}

/*.yd-content-tabs-wrapper::before {*/
/*    position: absolute;*/
/*    display: block;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    box-shadow: inset 0.0521rem 0 0.0417rem -0.0417rem rgba(0, 0, 0, 0.08);*/
/*    width: 0.1667rem;*/
/*    pointer-events: none;*/
/*    content: "";*/
/*    z-index: 1;*/
/*    transition: .3s;*/
/*    height: 100%;*/
/*}*/
/*.yd-content-tabs-wrapper::after {*/
/*    position: absolute;*/
/*    display: block;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    box-shadow: inset -0.0521rem 0 0.0417rem -0.0417rem rgba(0, 0, 0, 0.08);*/
/*    width: 0.1667rem;*/
/*    pointer-events: none;*/
/*    content: "";*/
/*    z-index: 1;*/
/*    transition: .3s;*/
/*    height: 100%;*/
/*}*/

.yd-content-tabs-wrapper__inner {
    display: inline-flex;
    position: relative;
}
.yd-content-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.yd-content-tabs-default-show {
    transform: translateY(50%);
    opacity: 0;
}

.yd-content-tabs-sticky-show .yd-content-tabs-wrapper {
    min-width: 100%;
    border-radius: 0
}

.yd-content-tabs-sticky-hold {
    transform: translateY(0.515625rem)
}

.yd-content-tabs-item {
    height: .3125rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: .10417rem;
}

.yd-content-tabs-item + .yd-content-tabs-item {
    margin-left: .625rem;
}

.yd-content-tabs-item > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.yd-content-tabs-item:hover, .yd-content-tabs-item-active {
    color: #002d9b;
    font-weight: 700
}

.yd-content-tabs-ink-bar {
    position: absolute;
    bottom: 0;
    left: .83333rem;
    width: .41667rem;
    border-bottom: .02083rem solid #002D9B;
    transition: all .3s ease
}
<!--0.00011897087097168-->