.top_menu_content{
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 1px solid #E9ECF3;
    .top_menu_list{
        width: 98%;
        height: 45px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow-x: auto;
        &>div{
            width: auto;
            min-width: 120px;
            font-family: PingFang SC;
            font-weight: 400;
            color: #434343;
            line-height: 45px;
            text-align: center;
            font-size: 16px;
            font-family: "PingFangSC-Regular";
            padding: 0 8px;
            flex-shrink: 0;
            white-space: nowrap;
        }
        .top_menu_checked{
            font-weight: 600;
            color: #262626 ;
            font-family: "PingFangSC-Medium";
            background: url('./icon/under.png');
            // background-repeat:no-repeat;
            // background-position: bottom center;
            // background-size: 15px;
            background-repeat:no-repeat;
            background-position: bottom center;
            background-size: 75% 5px;
        }
    }
}