
.SView-tabs {
    width: 100%;
    height: 100%;
}

.SView-transverse-tabs {
    width: 100%;
    height: 42px;
    display: flex;
    /*justify-content: space-around;*/
    justify-content: center;
    border-bottom: 1px solid #EDEDED;
    /*font-family: 'PingFangSC','Microsoft YaHei' !important;*/
}

.SView-transverse-tab {
    width: max-content;
    height: 100%;
    cursor: pointer;
    color: #999999;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 16px;
}

.SView-transverse-tabs .SView-tab-active {
    color: #0A61B4;
    border-bottom: 2px solid #0A61B4;
}

#settingMenuTabs {
    height: 100%;
}

.SView-transverse-tabs .SView-tabs-content {
    height: calc(100% - 42px);
    overflow: auto;
}

.SView-transverse-contents {
    width: 100%;
    height: 100%;
}
/*竖向tabs*/
.SView-vertical-tabs {
    width: max-content;
    height: calc(100% - 30px);
    /*border-right: 1px solid #DFDFDF;*/
    padding: 20px 0 15px 20px;
    float: left;
}

.SView-vertical-tab {
    width: 125px;
    height: 36px;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 14px;
    box-sizing: border-box;
    /*font-family: 'PingFangSC','Microsoft YaHei' !important;*/
}

    .SView-vertical-tab > img {
        width: 19px;
        height: 19px;
        margin-right: 6px;
        align-items: center;
    }

.SView-vertical-tabs .SView-tab-active {
    color: #0A61B4;
    background: #DDE8F3;
}

.SView-vertical-contents {
    width: 100%;
    height: 100%;
}

.SView-tabs .SView-tabs-content {
    overflow: auto;
    height: 100%;
}

.SView-tabs-title {
    position: absolute;
    top: 10px;
    left: 20px;
    /*font-family: 'PingFangSC','Microsoft YaHei' !important;*/
}

    .SView-tabs-title > span {
        font-weight: 600;
        font-size: 16px;
        color: #333333;
    }

    #settingMenuDialog .SView-vertical-tabs {
        height: calc(100% - 73px) !important;
    }

#settingMenuDialog .SView-vertical-contents {
    width: calc(100% - 147px);
    height: calc(100% - 43px) !important;
    float: left;
    overflow: auto;
}

    #settingMenuDialog .SView-vertical-contents .SView-tabs-content {
        display: block !important;
        height: max-content;
    }
