.dx_tabset(@tabBarBgBaseColor,@main-tab-bar-height-mingqing,@border_bottom_mingqing,@mingqingColor) {
    //tabset基础对象
    &.dhxtabbar_base_material div.dhxtabbar_tabs {
        background-color: @tabBarBgBaseColor;
        height: @main-tab-bar-height-mingqing;
        line-height: @main-tab-bar-height-mingqing - 2;
        box-sizing: border-box;
        border-left: 1px solid @tabBarBgBaseColor;
        border-right: 1px solid @tabBarBgBaseColor;
        border-top: 1px solid @tabBarBgBaseColor;
        border-bottom: 1px solid @border_bottom_mingqing;

        //左右翻页切换按钮
        div.dhxtabbar_tabs_ar_right, div.dhxtabbar_tabs_ar_left {
            height: @main-tab-bar-height-mingqing;
            line-height: @main-tab-bar-height-mingqing - 2;
            background-color: @border_bottom_mingqing;

            .dhxtabbar_arrow_img {
                top: 7px;
            }
        }

        //tab基础组件样式
        div.dhxtabbar_tabs_base {
            height: @main-tab-bar-height-mingqing;
            background-color: @tabBarBgBaseColor;

            div.dhxtabbar_tabs_cont_left, div.dhxtabbar_tabs_cont_right {
                height: @main-tab-bar-height-mingqing;
            }

            div.dhxtabbar_tab {
                top: 1px;

                div.dhxtabbar_tab_text {
                    height: @main-tab-bar-height-mingqing - 2;
                    box-sizing: border-box;
                    line-height: @main-tab-bar-height-mingqing - 5;
                    background-color: #F0F0F0;
                    color: #333;
                    border: 1px solid @border_bottom_mingqing;
                    margin-right: 3px;
                }

                &.dhxtabbar_tab_actv {
                    color: @tabBarBgBaseColor;
                    background-color: @tabBarBgBaseColor;

                    div.dhxtabbar_tab_text {
                        background-color: @mingqingColor;
                        color: @tabBarBgBaseColor;
                        border: 1px solid @mingqingColor;
                        border-bottom: 2px solid @mingqingColor;
                    }
                }
            }

            div.dhxtabbar_tab_close {
                top: 8px;
            }
        }
    }
}
