            }
            .compact-status-wrapper {
                float: left;
                cursor: pointer;
                padding-right: 10/@px-unit;
            }
            .compact-status-wrapper-selected {
                background-color: rgb(238, 238, 238);
            }
            .circle {
                content: '';
                height: 10/@px-unit;
                width: 10/@px-unit;
                display: inline-block;
                border-radius: 5/@px-unit;
                margin:0 10/@px-unit;
                &.green  {
                    background:@schedule-successColor;
                }
                &.yellow  {
                    background:@schedule-warnColor;
                }
                &.red {
                    background:@schedule-errorColor;
                }
            }
            p {
                display: inline;
            }
        }
        .button-container{
            float: right
        }
    }
}
.tip{
    .ant-tooltip-arrow{
        border-bottom-color:@schedule-inputBorderColor;
        border-top-color: @schedule-inputBorderColor
    }
    .ant-tooltip-inner{
        color: @schedule-textColor;
        background-color:#FFF;
        padding: 0 8/@px-unit;
    }
    .timer-input{
        width: 20/@px-unit;
        min-width: 10/@px-unit;
        float: left;
        height: 30/@px-unit;
        text-align: center;
    }
}
.timeSchedule-drawer{
    button:nth-child(1) {
        margin-right: 20/@px-unit;
    }
    .ant-drawer-body{
        .btnContainer{
            margin-top: 40/@px-unit;
            
        }
    }
}
.timeSchedule-modal {
    .ant-modal-body {
        max-width: 100%;
    }
    .timeSchedule-checkboxGroup-wrapper {
        .ant-checkbox-wrapper {
            height: 32/@px-unit;
            padding: 4/@px-unit 4/@px-unit 4/@px-unit 0;
        }
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
    }
}
.timer-box {
    height: 30/@px-unit;
    display: inline-block;
    .ant-input{
        padding:4/@px-unit 0/@px-unit
    }
    .timer-input{
        background-color:#FFF;
        width: 20/@px-unit;
        min-width: 10/@px-unit;
        float: left;
        height: 30/@px-unit;
        text-align: center;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border: none;
        &:focus{
            border: transparent;
        }
    }
    .timer-point{
        float: left;
        vertical-align: baseline;
        margin:0;
        padding: 3/@px-unit;
        background-color: #FFF;
        height: 30/@px-unit;
        font-weight: bold;
    }
}
.timer-box-area {
    display: inline-block;
    margin: 0;
    vertical-align: 9/@px-unit;
}
.timer-box-label {
    margin: 0;
    line-height: 30/@px-unit;
}
.red-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #f54117;
}
.green-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: @schedule-successColor;
}
.green-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #0a9c02;
}
.green-3-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #03aeac;
}

.orange-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #ff7e16;
}
.orange-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #fcac15;
}
.orange-3-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #bc7c00;
}

.blue-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #1890ff;
}

.blue-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #2238c7;
}

.purple-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #ac0dce;
}

.purple-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #6e52fe;
}
.modalOptions-header {
    margin-bottom: 10/@px-unit;
}
.modalOptions-badge-container {
    float: left;
    margin-left: 3/@px-unit;
    margin-right: 3/@px-unit;
}
.schedule-copy-popover {
    .ant-popover-content {
        width: 324/@px-unit;
        .ant-checkbox-wrapper {
            margin-left: 0;
            margin-top: 6/@px-unit;
            margin-bottom: 6/@px-unit;
        }
    }
    .timeSchedule-checkboxGroup-wrapper{
        .check-all {
            margin-bottom: 6/@px-unit;
        }
    }
    .popover-footer {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 18/@px-unit;
        .apply-button {
            margin-left: 8/@px-unit;
        }
    }
}
.track-time-hover-popover {
    .ant-popover-inner-content {
        padding: 0;
        color: @font-color;
    }
    .time-hover-content {
        box-sizing: border-box;
        padding: 12/@px-unit 16/@px-unit 12/@px-unit 16/@px-unit;
    }
    
}
.track-time-popover {
    color: @font-color;
    .ant-time-picker ~ a {
        color: inherit;
        cursor: initial;
    }
    .ant-popover-inner-content {
        padding: 0/@px-unit;
    }
    .ant-time-picker-panel-addon {
        display: flex;
        flex-direction: row-reverse;
    }
    a {
        margin-left: 8/@px-unit;
        margin-right: 8/@px-unit;
    }
    .time-popover-content {
        display: flex;
        align-items: center;
        padding:  12/@px-unit 10/@px-unit 12/@px-unit 16/@px-unit;
        .confirm-icon {
            color: @font-color;
            margin-left: 14/@px-unit;
            font-size: 24/@px-unit;
            cursor: pointer;
        }
        .delete-icon {
            color: @font-color;
            margin-left: 8/@px-unit;
            font-size: 24/@px-unit;
            cursor: pointer;
        }
        .confirm-icon, .delete-icon {
            &:hover {
                color: #40A9FF;
            }
            &:active {
                color: #096DD9;
            }
        }
    }
    .start-timer-picker, .end-timer-picker {
        .ant-time-picker-panel-combobox {
            display: flex;
        }
    }
}
.passwordInput-security {
    -webkit-text-security:disc;
    -moz-text-security:disc;
    -ms-text-security:disc;
}


@schedule-dividerColorNo9: @SddDividerColor; 
@schedule-inputBorderColorNo10: @SddInputBorderColor; 
@schedule-listBorderColorNo8: @SddListBorderColor; 
@schedule-successColorNo19: @SddSuccessColor; 
@schedule-warnColorNo18: @SddWarnColor; 
@schedule-errorColorNo17: @SddErrorColor; 
@schedule-textColorNo5: @SddTextColor; 

._ScheduleComponent_{
    padding: 16/@px-unit;
    user-select: none;
    .align-center {
        text-align: center
    }
    .ant-card-body{
        padding: 15/@px-unit 24/@px-unit 15/@px-unit 24/@px-unit;
    }
    .slider-container{
        position: relative;
    }
    .btnContainer{
        float: right;
        button:nth-child(1) {
            margin-right: 10/@px-unit;
        }
    }
    
    .timeplan-ruler {
        display: flex;
        align-items: flex-end;
        height: 14/@px-unit;
        position: relative;
        font-size: 12/@px-unit;
        .ruler-section {
            flex: 1;
        }
        div{
            display: inline-block;
            height: 5/@px-unit;
            border-left: 1/@px-unit solid #555;
        }
        div:last-child {
            border-right: 1/@px-unit solid #555;
            .ruler-text{
                margin-left: 0/@px-unit;
            }
            
        }
        .ruler-text{
            position: absolute;
            bottom: 15/@px-unit;
            margin-left: -5/@px-unit;
            white-space: nowrap;
            font: 11/@px-unit/1 sans-serif; 
        }
        .hour{
            height: 10/@px-unit;
        }
    }

    .main-container {
        border: 1/@px-unit solid @schedule-dividerColorNo9;
        box-sizing: border-box;
        margin: 0;
        padding: 9/@px-unit 0 4/@px-unit 0;
        overflow: hidden;
        .label{
            float: left;
            height: 100%;
            line-height: 45/@px-unit;
            padding-left: 10/@px-unit; 
        }
        .slider-container {
            float: left;
        }
        .copyBtn{
            >span{
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
            }
            
            
            
            display: inline-block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
        }
    .dayplan {
        position: relative;
        height: 8/@px-unit;
        margin-bottom: 8/@px-unit;
        border: 1/@px-unit solid @schedule-inputBorderColorNo10; 
        background-color: @schedule-listBorderColorNo8;
        cursor: pointer;
        box-sizing: border-box;
        .handle{
            position: absolute;
            width: 12/@px-unit;
            height: 12/@px-unit;
            margin-top: -3/@px-unit;
            margin-left: -7/@px-unit;
            background-color: #fff;
            border: solid 2/@px-unit #91d5ff;
            border-radius: 50%;
            -webkit-box-shadow: 0;
            box-shadow: 0;
            cursor: pointer;
            -webkit-transition: border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18, .89, .32, 1.28),-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            &:hover {
                border-color: #46a6ff;
            }
        }
        .onlyNormal-handle {
            height: 16/@px-unit;
            width: 16/@px-unit;
            z-index: 1;
        }
        .track{
            position: absolute;
            height: 100%;
            &.green  {
                background:@schedule-successColorNo19;
            }
            &.yellow  {
                background:@schedule-warnColorNo18;
            }
            &.red {
                background:@schedule-errorColorNo17;
            }
			&.red-1 {
                background-color: #f54117;
            }
            &.green-2 {
                background-color: #0a9c02;
            }
            &.green-3 {
                background-color: #03aeac;
            }
            &.orange-1 {
                background-color: #ff7e16;
            }
            &.orange-2 {
                background-color: #fcac15;
            }
            &.orange-3 {
                background-color: #bc7c00;
            }
            &.blue-1 {
                background-color: #1890ff;
            }
            &.blue-2 {
                background-color: #2238c7;
            }
            &.purple-1 {
                background-color: #ac0dce;
            }
            &.purple-2 {
                background-color: #6e52fe;
            }
        }
        :focus {
            outline: none;
        }
    }
        .onlyNormal-dayplan{
            height: 12/@px-unit;
            margin-top: 16/@px-unit;
        }
        

    }
    
    
    .header{
        height: 50/@px-unit;
        line-height: 50/@px-unit;
        margin-bottom: 20/@px-unit;
        
        .status-container{
            margin-bottom: 20/@px-unit;
            float: left;
            .circle {
                content: '';
                height: 10/@px-unit;
                width: 10/@px-unit;
                display: inline-block;
                border-radius: 5/@px-unit;
                margin:0 10/@px-unit;
                &.green  {
                    background:@schedule-successColorNo19;
                }
                &.yellow  {
                    background:@schedule-warnColorNo18;
                }
                &.red {
                    background:@schedule-errorColorNo17;
                }
            }
            p {
                display: inline;
            }
        }
        .button-container{
            float: right
        }
    }
    .onlyNormal-header{
        .status-container {
            display: none
        }
    } 
   
}
.tip{
    .ant-tooltip-arrow{
        border-bottom-color:@schedule-inputBorderColorNo10;
        border-top-color: @schedule-inputBorderColorNo10
    }
    .ant-tooltip-inner{
        color: @schedule-textColorNo5;
        background-color:#FFF;
        padding: 0 8/@px-unit;
    }
    .timer-input{
        width: 20/@px-unit;
        min-width: 10/@px-unit;
        float: left;
        height: 30/@px-unit;
        text-align: center;
    }
}
.timeSchedule-drawer{
    button:nth-child(1) {
        margin-right: 20/@px-unit;
    }
    .ant-drawer-body{
        .btnContainer{
            margin-top: 40/@px-unit;
            
        }
    }
}
.timeSchedule-modal {
    .ant-modal-body {
        max-width: 100%;
    }
    .timeSchedule-checkboxGroup-wrapper {
        .ant-checkbox-wrapper {
            height: 32/@px-unit;
            padding: 4/@px-unit 4/@px-unit 4/@px-unit 0;
        }
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
    }
}
.timer-box {
    height: 30/@px-unit;
    display: inline-block;
    .ant-input{
        padding:4/@px-unit 0/@px-unit
    }
    .timer-input{
        background-color:#FFF;
        width: 20/@px-unit;
        min-width: 10/@px-unit;
        float: left;
        height: 30/@px-unit;
        text-align: center;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border: none;
        &:focus{
            border: transparent;
        }
    }
    .timer-point{
        float: left;
        vertical-align: baseline;
        margin:0;
        padding: 3/@px-unit;
        background-color: #FFF;
        height: 30/@px-unit;
        font-weight: bold;
    }
}
.timer-box-area {
    display: inline-block;
    margin: 0;
    vertical-align: 9/@px-unit;
}
.timer-box-label {
    margin: 0;
    line-height: 30/@px-unit;
}
.red-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #f54117;
}
.green-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: @schedule-successColorNo19;
}
.green-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #0a9c02;
}
.green-3-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #03aeac;
}

.orange-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #ff7e16;
}
.orange-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #fcac15;
}
.orange-3-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #bc7c00;
}

.blue-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #1890ff;
}

.blue-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #2238c7;
}

.purple-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #ac0dce;
}

.purple-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #6e52fe;
}
.modalOptions-header {
    margin-bottom: 10/@px-unit;
}
.modalOptions-badge-container {
    float: left;
    margin-left: 3/@px-unit;
    margin-right: 3/@px-unit;
}

@DividerBgColor: @SddDividerColor;
._search_ {
    .search-main {
        display: flex;
        .search-conditions-area {
            display: flex;
            flex-wrap: wrap;
            flex-grow: 1;
            margin-left: -32/@px-unit;
            margin-right: -32/@px-unit;
            .search-component-wrapper {
                display: inline-block;
                height: 48/@px-unit;
                padding: 0 32/@px-unit;
            }
        }
        .search-conditions-area-unExpand {
            overflow: hidden;
            height: 48/@px-unit;
        }
    
        .button-bar-area {
            display: flex;
            right: 0;
            top: 0;
            align-items: center;
            margin-left: 24/@px-unit;
            height: 48/@px-unit;
            flex-shrink: 0;
            .m-ml-12 {
                margin-left: 12/@px-unit;
            }
            .doubleLine-button{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 32/@px-unit;
                border-color: transparent;
                height: 32/@px-unit;
                padding: 0;
                &:hover {
                    border-color: @SddButtonBorderColorNo1;
                    transition: all 0.3s;
                }
            }
            .doubleLine-icon {
                display: flex;
                align-items: center;
                &:not(.disabled_icons) {
                    svg {
                        & + {
                            path:nth-child(2) {
                                fill: @SddBtnNormalColor; 
                            }
                        }
                    }
                }            
                
                .sddSVGFont(24);
                svg {
                    transition: transform 0.3s;
                    
                }
            }
        }
        .search-item-label {
            padding-right: 16/@px-unit;
            max-width: 100/@px-unit;
        }
        .label-time-picker {
            width: 100%;
        }    
    }
    .gap-divider {
        background-color: @DividerBgColor;
        margin-top: 12/@px-unit;
        margin-bottom: 20/@px-unit;
    }
}


@tableHeaderBackgroundColor: @tableHeaderBgColor; 
@tableContentBgColor : @SddContentBgColor;
@tableContentHoverBgColor: @tableRowHoverColor; 
@tableRowSelectedBackgroundColor: @tableRowSelBgColor; 
@tableBodyBorderColor: @SddListBorderColor; 
@evenPatternColor: @tableZebraEvenPatternColor; 
@oddPatternColor: @SddContentBgColor; 
@buttonNormalColor: @SddBtnNormalColor;  
@buttonNormalColor1: @buttonNormalColorNo2; 
._Table_ {
    .table-action-bar {
        
        display: flex;
        justify-content: space-between;
        margin-bottom: 16/@px-unit;
        overflow: hidden;
        background-color: @tableContentBgColor;
        .left-bars {
            
            display: flex;
            flex-grow: 1;
            line-height: 0;
            .primary-operator-area {
                display: flex;
                flex-grow: 1;
                flex-wrap: nowrap;
                margin-right: 160px;
            }
            .button-groups {
                display: inline-block;
                height: 32/@px-unit;
                line-height: 32/@px-unit;
                overflow: hidden;
            }
            .table-title {
                display: inline-block;
                max-width: 120/@px-unit;
                line-height: 32/@px-unit;
                height: 32/@px-unit;
                margin-right: 12/@px-unit;
                overflow: hidden;
                text-overflow:ellipsis;
                white-space: nowrap;
            }
        }
        .right-bars {
            
            display: flex;
            flex-shrink: 0;
            .second-operator-area {
                display: flex;
                width: auto;
                align-items: center;
                flex-wrap: nowrap;
            }
            
            button.filterColumn {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 32/@px-unit;
                width: 32/@px-unit;
                margin-left: 12/@px-unit;
                background-color: @tableContentBgColor;
                color: @buttonNormalColor;
            }
        }
    }
    .ant-table-body, .ant-table-content, .ant-table-container {
        .ant-table-thead {
            tr {
                
                
                th {
                    
                    background-color: @tableHeaderBackgroundColor;
                    
                    
    
                }
            }
        }
        .ant-table-tbody {
            tr{
                
                td {
                    
                    
    
                }
                &.ZD-showZebraPattern:nth-of-type(even) {
                    background-color: @evenPatternColor;
                }
                &.ZD-showZebraPattern:nth-of-type(odd) {
                    background-color: @oddPatternColor;
                }
                &:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected):not(.ant-table-placeholder) > td {
                    background-color: @tableContentHoverBgColor;
                }
            }
            tr.ZD-selected-row {
                background-color: @tableRowSelectedBackgroundColor;
            }

            tr.ZD-highlight-row {
                background-color: @tableRowSelectedBackgroundColor;
            }

            tr.ZD-showZebraPattern.ZD-selected-row {
                background-color: @tableRowSelectedBackgroundColor;
            }

            tr.ZD-showZebraPattern.ZD-highlight-row {
                background-color: @tableRowSelectedBackgroundColor;
            }

            tr.ZD-hideRowBorder:not(:last-of-type) { 
                td {
                    border-bottom: none;
                }
            }
            
            
            
            
            
        }

        .react-resizable {
            position: relative;
            background-clip: padding-box;
        }
          
        .react-resizable-handle {
            position: absolute;
            width: 10/@px-unit;
            height: 100%;
            bottom: 0;
            right: -5/@px-unit;
            cursor: col-resize;
            z-index: 1;
        }
        .editable-cell-value-wrap {
            padding: 5/@px-unit 12/@px-unit;
            cursor: pointer;
            &:hover {
                border: 1px solid @tableBodyBorderColor;
                padding: 4/@px-unit 11/@px-unit;
            }
        }
    }

    
    
    
    
    
    .m-table-showEmpty {
        .ant-table-placeholder{
            display: none;
        }
    }

    .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1049;
    }
    tr.drop-over-downward td {
        border-bottom: 2px dashed #1890ff !important;
    }
      
    tr.drop-over-upward td {
        border-top: 2px dashed #1890ff !important;
    }
    .ant-table-pagination {
        display: flex;
        justify-content: flex-end;
    }
    li.ant-pagination-total-text {
        position: absolute;
        left: 0;
    }
    .ant-table-tbody > tr.ant-table-row-selected td {
        background-color: inherit;
    }
    .ant-table-thead > tr:hover.ant-table-row-selected > td, .ant-table-tbody > tr:hover.ant-table-row-selected > td {
        background-color: inherit;
    }    
}
.ant-table-filter-dropdown-link.confirm {
    width: 48/@px-unit;
    height: 24/@px-unit;
    text-align: center;
    font-family: Microsoft YaHei;
    background-color: @buttonNormalColor;
    border-radius: 4/@px-unit;
	font-size: 12/@px-unit;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24/@px-unit;
	letter-spacing: 0/@px-unit;
    color: @tableContentBgColor;  
      
    float: right;
}
.ant-table-filter-dropdown-link.clear {
    width: 48/@px-unit;
    height: 24/@px-unit;
	font-family: Microsoft YaHei;
	font-size: 12/@px-unit;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24/@px-unit;
	letter-spacing: 0/@px-unit;
	color: @buttonNormalColor1;
    float: left;
}


.@{tabs-prefix-cls} {
  &-bottom {
    border-top: 2/@px-unit solid #f3f3f3;
  }

  &-bottom &-content {
    width: 100%;
  }

  &-bottom &-bar {
    border-top: 1/@px-unit solid #f3f3f3;
  }

  &-bottom &-nav-container-scrolling {
    padding-left: 32/@px-unit;
    padding-right: 32/@px-unit;
  }

  &-bottom &-nav-scroll {
    width: 99999/@px-unit;
  }

  &-bottom &-nav-swipe {
    position: relative;
    left: 0;
    .@{tabs-prefix-cls}-nav {
      display: flex;
      flex: 1;
      width: 100%;
      .@{tabs-prefix-cls}-tab {
        display: flex;
        flex-shrink: 0;
        margin-right: 0;
        padding: 8/@px-unit 0;
        justify-content: center;
      }
    }
  }
  &-bottom &-nav-wrap {
    width: 100%;
  }

  &-bottom &-content-animated {
    flex-direction: row;

    .@{tabs-prefix-cls}-tabpane {
      width: 100%;
    }
  }

  &-bottom &-tab-next {
    right: 2/@px-unit;

    &-icon:before {
      content: ">";
    }
  }

  &-bottom &-tab-prev {
    left: 0;
    &-icon:before {
      content: "<";
    }
  }

  &-bottom &-tab-prev, &-bottom &-tab-next {
    margin-right: -2/@px-unit;
    width: 32/@px-unit;
    height: 100%;
    top: 0;
    text-align: center;
  }

  &-bottom &-ink-bar {
    height: 2/@px-unit;
    top: 3/@px-unit;
    left: 0;
  }

  &-bottom &-tab {
    float: left;
    height: 100%;
    margin-right: 30/@px-unit;
  }

  &-bottom &-tabpane-inactive {
    height: 0;
    overflow: hidden;
  }
}

.@{tabs-prefix-cls} {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  &-bar, &-nav-container {
    font-size: 14/@px-unit;
    line-height: 1.5;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    outline: none;
    zoom: 1;
    transition: padding .45s;
  }

  &-ink-bar {
    z-index: 1;
    position: absolute;
    box-sizing: border-box;
    margin-top: -3/@px-unit;
    background-color: #108ee9;
    transform-origin: 0 0;

    width: 0;
    height: 0;

    &-animated {
      transition:
        transform @effect-duration @easing-in-out,
        left @effect-duration @easing-in-out,
        top @effect-duration @easing-in-out,
        height @effect-duration @easing-in-out,
        width @effect-duration @easing-in-out;
    }
  }

  &-tab-prev, &-tab-next {
    user-select: none;
    z-index: 1;
    line-height: 36/@px-unit;
    cursor: pointer;
    border: none;
    background-color: transparent;
    position: absolute;

    &-icon {
      position: relative;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: inherit;
      vertical-align: baseline;
      text-align: center;
      text-transform: none;
      font-smoothing: antialiased;
      text-stroke-width: 0;
      font-family: sans-serif;

      &:before {
        display: block;
      }
    }
  }

  &-tab-btn-disabled {
    cursor: default;
    color: #ccc;
  }

  &-nav-wrap {
    overflow: hidden;
  }

  &-nav {
    box-sizing: border-box;
    padding-left: 0;
    position: relative;
    margin: 0;
    float: left;
    list-style: none;
    display: inline-block;
    transform-origin: 0 0;

    &-animated {
      transition: transform 0.5s @easing-in-out;
    }

    &:before, &:after {
      display: table;
      content: " ";
    }

    &:after {
      clear: both;
    }
  }

  &-tab {
    box-sizing: border-box;
    position: relative;
    display: block;
    transition: color @effect-duration @easing-in-out;
    padding: 8/@px-unit 20/@px-unit;
    font-weight: 500;
    cursor: pointer;

    &:hover {
      color: #23c0fa;
    }
  }

  &-tab-active {
    &, &:hover {
      color: #108ee9;
      cursor: default;
      
      transform: translateZ(0);
    }
  }

  &-tab-disabled {
    cursor: default;
    color: #ccc;
    &:hover {
      color: #ccc;
    }
  }

  &-content {
    zoom: 1;

    .@{tabs-prefix-cls}-tabpane {
      overflow: hidden;
    }

    &-animated {
      transition: transform @effect-duration @easing-in-out,
                  margin-left @effect-duration @easing-in-out,
                  margin-top @effect-duration @easing-in-out;
      display: flex;
      will-change: transform;

      .@{tabs-prefix-cls}-tabpane {
        flex-shrink: 0;
      }
    }
  }

  .no-flexbox &-content {
    transform: none !important;
    overflow: auto;
  }

  .no-csstransitions &-tabpane-inactive,
  .no-flexbox &-tabpane-inactive,
  &-content-no-animated &-tabpane-inactive {
    display: none;
  }
}

.@{tabs-prefix-cls} {
  &-left {
    border-right: 2/@px-unit solid #f3f3f3;
  }

  &-left &-bar {
    float: left;
    height:100%;
    margin-right: 10/@px-unit;
    border-right: 1/@px-unit solid #f3f3f3;
  }
  &-left &-nav-container {
    height:100%;
  }
  &-left &-nav-container-scrolling {
    padding-top: 32/@px-unit;
    padding-bottom: 32/@px-unit;
  }

  &-left &-nav-wrap {
    height: 100%;
  }

  &-left &-content-animated {
    flex-direction: column;

    .@{tabs-prefix-cls}-tabpane {
      height: 100%;
    }
  }

  &-left &-nav-scroll {
    height: 99999/@px-unit;
  }

  &-left &-nav-swipe {
    position: relative;
    top: 0;
    .@{tabs-prefix-cls}-nav {
      display: flex;
      flex: 1;
      flex-direction: column;
      height: 100%;
      .@{tabs-prefix-cls}-tab {
        display: flex;
        flex-shrink: 0;
        justify-content: center;
      }
    }
  }

  &-left &-tab-prev, &-left &-tab-next {
    margin-top: -2/@px-unit;
    height: 0;
    line-height: 32/@px-unit;
    width: 0;
    display: block;
    text-align: center;
    opacity: 0;
    transition: width .3s, height .3s, opacity .3s;
  }

  &-top &-tab-arrow-show,
  &-left &-tab-arrow-show,
  &-bottom &-tab-arrow-show,
  &-right &-tab-arrow-show {
    opacity: 1;
    width: 100%;
    height: 32/@px-unit;
  }

  &-left &-tab-next {
    bottom: 0;
    &-icon {
      transform: rotate(90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    &-icon:before {
      content: ">";
    }
  }

  &-left &-tab-prev {
    top: 2/@px-unit;
    &-icon {
      transform: rotate(270deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    &-icon:before {
      content: ">";
    }
  }

  &-left &-ink-bar {
    width: 2/@px-unit;
    right: 0;
    top: 0;
  }

  &-left &-tab {
    padding: 16/@px-unit 24/@px-unit;
  }
}

.@{tabs-prefix-cls} {
  &-right {
    border-left: 2/@px-unit solid #f3f3f3;
  }

  &-right &-bar {
    float: right;
    height: 100%;
    margin-left: 10/@px-unit;
    border-left: 1/@px-unit solid #f3f3f3;
  }
  &-right &-nav-container {
    height:100%;
  }
  &-right &-nav-container-scrolling {
    padding-top: 32/@px-unit;
    padding-bottom: 32/@px-unit;
  }

  &-right &-nav-wrap {
    height: 100%;
  }

  &-right &-nav-scroll {
    height: 99999/@px-unit;
  }

  &-right &-nav-swipe {
    position: relative;
    .@{tabs-prefix-cls}-nav {
      display: flex;
      flex: 1;
      flex-direction: column;
      height: 100%;
      .@{tabs-prefix-cls}-tab {
        display: flex;
        flex-shrink: 0;
        justify-content: center;
      }
    }
  }

  &-right &-tab-prev, &-right &-tab-next {
    margin-top: -2/@px-unit;
    height: 0;
    width: 0;
    display: block;
    text-align: center;
    line-height: 32/@px-unit;
    opacity: 0;
    transition: width .3s, height .3s, opacity .3s;
  }


  &-top &-tab-arrow-show {
    opacity: 1;
    width: 100%;
    height: 32/@px-unit;
  }

  &-right &-tab-next {
    bottom: 0;
    &-icon {
      transform: rotate(90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    &-icon:before {
      content: ">";
    }
  }

  &-right &-tab-prev {
    top: 2/@px-unit;
    &-icon {
      transform: rotate(270deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    &-icon:before {
      content: ">";
    }
  }

  &-right &-content-animated {
    flex-direction: column;

    .@{tabs-prefix-cls}-tabpane {
      height: 100%;
    }
  }

  &-right &-ink-bar {
    width: 2/@px-unit;
    left: 0;
    top: 0;
  }

  &-right &-tab {
    padding: 16/@px-unit 24/@px-unit;
  }
}

.@{tabs-prefix-cls} {
  &-top {
    border-bottom: 2/@px-unit solid #f3f3f3;
  }

  &-top &-content {
    width: 100%;
  }

  &-top &-bar {
    border-bottom: 1/@px-unit solid #f3f3f3;
  }

  &-top &-nav-container-scrolling {
    padding-left: 32/@px-unit;
    padding-right: 32/@px-unit;
  }

  &-top &-nav-scroll {
    width: 99999/@px-unit;
  }

  &-top &-nav-swipe {
    position: relative;
    left: 0;
    .@{tabs-prefix-cls}-nav {
      display: flex;
      flex: 1;
      width: 100%;
      .@{tabs-prefix-cls}-tab {
        display: flex;
        flex-shrink: 0;
        margin-right: 0;
        padding: 8/@px-unit 0;
        justify-content: center;
      }
    }
  }

  &-top &-nav-wrap {
    width: 100%;
  }

  &-top &-content-animated {
    flex-direction: row;
    .@{tabs-prefix-cls}-tabpane {
      width: 100%;
    }
  }

  &-top &-tab-next {
    right: 2/@px-unit;

    &-icon:before {
      content: ">";
    }
  }

  &-top &-tab-prev {
    left: 0;
    &-icon:before {
      content: "<";
    }
  }

  &-top &-tab-prev, &-top &-tab-next {
    margin-right: -2/@px-unit;
    width: 0;
    height: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    transition: width .3s, height .3s, opacity .3s;
  }

  &-top &-tab-arrow-show {
    opacity: 1;
    width: 32/@px-unit;
    height: 100%;
  }

  &-top &-ink-bar {
    height: 2/@px-unit;
    bottom: 0;
    left: 0;
  }

  &-top &-tab {
    float: left;
    height: 100%;
    margin-right: 30/@px-unit;
  }

  &-top &-tabpane-inactive {
    height: 0;
    overflow: hidden;
  }
}

@tabs-prefix-cls: rc-tabs;

@easing-in-out: cubic-bezier(0.35, 0, 0.25, 1);

@effect-duration: .3s;













.FireWall-tab{
    .ant-table-header-column{
        font-weight: bold;
    }
    .icons-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .padding15{
        padding: 14/@px-unit;
        padding-top: 0;
    }
    .paddingLeft15{
        padding-left:15/@px-unit;
    }
    .divider{
        padding:0 15/@px-unit;    
    }
    .marginRight10{
        margin-right:10/@px-unit;
    }
    a {
        color:@text-color;
        &:hover{
            color:@primary-color;
        }
    }
    padding: 14/@px-unit 14/@px-unit 14/@px-unit 29/@px-unit;
    .ant-popover-buttons .ant-btn:first-child{
        float: right;
    }
    .ant-modal-confirm-btns .ant-btn:first-child{
        float: right;
        margin-left: 10/@px-unit;
    }
    .Firewall-radio-label{
        width:80/@px-unit;
    }
}
.Firewall-modal{
    .LabelIP-label-Col{
        text-align: left;
    }
    .LabelIP-container{
        margin: 0;
    }
    .ant-input.LabelIPinput {
        width:53/@px-unit;
    }
    .ant-row{
        margin-bottom: 6/@px-unit;
    }
    .mac-box .mac-input {
        width: 34.5/@px-unit; 
        min-width: 34.5/@px-unit; 
        padding: 0; 
    }
    .macInput-label {
        padding: 0;
        text-align: left;
    }
    .ant-input-number{
        width:100%;
    }
    
}
._publicAccountLock_{
    .label-title-Text{
        line-height: 32/@px-unit;
        font-weight: bold;
    }
    .padding15{
        padding: 15/@px-unit;
    }
    .marginRight10{
        margin-right:10/@px-unit;
    }
    .divider{
        padding:0 15/@px-unit;    
    }
    padding: 14/@px-unit 14/@px-unit 14/@px-unit 29/@px-unit;
    > .ant-row {
        > .ant-col {
            padding-bottom: 14/@px-unit;
        }
    }
    .ant-input-number{
        width:100%;
    }
}
._DOSAttack_{
    padding: 16/@px-unit;
}

._Whitelist_ {
    .icons-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.marginTop20{    margin-top: 20/@px-unit;}.padding20{    padding: 20/@px-unit;}._BaseServe_ .ant-divider-horizontal{    min-width: 95%;    width: 95%;}._WlanAgree_ .ant-table-bordered .ant-table-thead > tr > th, ._WlanAgree_ .ant-table-bordered .ant-table-tbody > tr > td,._publicHttps_ .ant-table-bordered .ant-table-thead > tr > th, ._publicHttps_ .ant-table-bordered .ant-table-tbody > tr > td  {    border-right:none;}._WlanAgree_ .ant-table-bordered .ant-table-thead > tr, ._WlanAgree_ .ant-table-bordered .ant-table-tbody > tr,._publicHttps_ .ant-table-bordered .ant-table-thead > tr, ._publicHttps_ .ant-table-bordered .ant-table-tbody > tr {    border:1/@px-unit solid #e8e8e8;}._WlanAgree_ .ant-table-bordered .ant-table-thead> tr > th,._publicHttps_ .ant-table-bordered .ant-table-thead> tr > th{    font-weight: bold;}._WlanAgree_{    padding: 14/@px-unit 14/@px-unit 14/@px-unit 29/@px-unit;    .title{        > .ant-col {            padding-bottom: 14/@px-unit;        }    }    .netName{        padding-bottom: 14/@px-unit;        border-bottom: 1/@px-unit solid #e8e8e8;    }    .container{        padding-top: 14/@px-unit;        >.ant-col{            margin-bottom: 14/@px-unit;        }    }    .handleBar{        padding-top: 14/@px-unit;    }    .ant-radio-button-wrapper:not(:first-child) {        border-left-width: 1/@px-unit;        &::before {            display: none;        }    }    .radio-button {        margin-left: 14/@px-unit;    }    .ant-row{        .ant-form-item{            margin-bottom: 0/@px-unit;            .ant-form-explain{                margin-left: 17%;            }        }    }    .certType-radioGroup-wrapper {        padding: 8/@px-unit 0;    }}._publicHttps_{    width: 100%;    padding: 14/@px-unit 14/@px-unit 14/@px-unit 29/@px-unit;                        .padding14{        padding-bottom: 14/@px-unit;    }    .ant-popover-buttons .ant-btn:first-child{        float: right;    }}
._DigestAlgo_ {    padding: 24/@px-unit 32/@px-unit 32/@px-unit;    .digestAlgo-alert {        padding: 4/@px-unit 8/@px-unit;    }}

._GeneralConfig_ {
    padding: 14/@px-unit;
    
}
._VideoTransmission_{
    padding: 14/@px-unit;
    min-height: 80vh;
    .ant-table-header-column{
        font-weight: bold;
    }
    .ant-input-number{
        width:100%;
    }
    .box{
        width: 100%;
        margin-bottom: 10/@px-unit;
        border: 1/@px-unit solid #e8e8e8;
        .title {
            width: 100%;
            padding: 6/@px-unit 14/@px-unit;
            font-weight: bold;
            border-bottom: 1/@px-unit solid #e8e8e8;
        }
        .conainer{
            width: 100%;
            padding: 14/@px-unit 32/@px-unit;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ant-table-title {
        padding: 0 10/@px-unit;
        border:1/@px-unit solid #e8e8e8;
    }
    .ant-table-tbody .CertSefialNum {
        word-break: break-all;
    }
}
._VideoExport_{
    min-height: 80vh;
    padding: 14/@px-unit 14/@px-unit 14/@px-unit 29/@px-unit;
    > .ant-row {
        > .ant-col {
            padding-bottom: 14/@px-unit;
        }
    }
    .ant-form-item {
        margin-bottom: 0
    }
    .ant-form-explain {
        margin-left: 21%
    }
}
._VideoStorage_ {
    min-height: 80vh;
    padding: 14/@px-unit 14/@px-unit 14/@px-unit 29/@px-unit;
    > .ant-row {
        > .ant-col {
            padding-bottom: 14/@px-unit;
        }
    }
}

._VideoEncrypt_ {
    .ant-collapse {
        background: #fff;
    }
    .ant-collapse-content > .ant-collapse-content-box {
        padding: 0/@px-unit;
    }
    .handle {
        margin-left: 20/@px-unit;
        button {
            margin-right: 10/@px-unit;
        }
    }
}

.Cert-form {
    .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before,
    .ant-form-item-label > label::after {
        display: none;
    }
    .ant-form-item {
        margin-bottom: 10/@px-unit !important;
    }
}

.Cert{
    word-break: break-all;
    padding: 16/@px-unit;
    .ant-table-tbody .ant-table-row{
        border-left: 1/@px-unit solid #e8e8e8;
        border-right: 1/@px-unit solid #e8e8e8;
    }
    .ant-table-placeholder{
        border-left: 1/@px-unit solid #e8e8e8;
        border-right: 1/@px-unit solid #e8e8e8;
    }
    .ant-table-header-column{
        font-weight: bold;
    }
    .ant-form-explain{
        margin-left:0/@px-unit;
    }
    .cert-popover-wrapper {
        .ant-popover-inner-content {
            padding: 12/@px-unit 16/@px-unit;
        }
    }
    .ant-modal-body{
        .Cert-form{
            .ant-form-item{
                position: relative;
                .ant-form-item-label{
                    text-align: left;
                    margin-left: 6%;
                }
                .ant-form-item-control-wrapper{
                    width: 50%;
                }
            }
        }
    }
    .icon-wrap {
        display: inline-flex;
        background-color: #fff;
        border-radius: 50%;
    }
    .grey-select {
        svg path:first-of-type {
            fill: @iconDisabledColor;
        }
    }
}
.cert-install-modal {
    .install-cert-tips {
        color: @warnColorNo18;
    }
}
.Cert_btn_disabled {
    svg path {
        fill: @iconDisabledColor;
    }
    cursor: not-allowed;
}


._SAFESafetyWarning_{
    padding:22/@px-unit;
    padding-bottom: 61/@px-unit;
    overflow-y: scroll;
    .eventName-popover {
        width: 500/@px-unit;
        .ant-popover-inner-content {
            padding: 16/@px-unit 16/@px-unit;
        }
        .eventName-ul {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            margin: 13/@px-unit 0;
            padding: 0;
            .eventName-li {
                width: 50%;
                list-style-position: inside;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
        }
    }
    .event-list{
        
        
        
        
        flex: 1;
    }
    ._SAFESafetyWarning_Alert{
        margin:14/@px-unit 0;
    }
    .handleBar{
        button {
            margin-right: 10/@px-unit;
        }
    }
    .alert-message-wrapper {
        display: flex;
        align-items: center;
    }
    .alertMessage{
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        -ms-word-break: break-all; 
    }
    .detail_icon {
        font-size: 30/@px-unit;
        &:hover {
            cursor: pointer;
        }
    }
}

._SAFESafetyWarning_Pop{
    .ant-popover-inner-content{
        overflow: hidden;
        .event-list{
            width:250/@px-unit;
        }
    }
    .ant-popover-content{
        width:800/@px-unit;
    }
}

._EarlyWarningEvent_ {
    .dealtext {
        margin-right: 10/@px-unit;
        color: #1890ff;
        cursor: pointer;
    }
    .disabledtext {
        cursor: not-allowed;
        color: rgba(0, 0, 0, 0.25);
    }
    .overText {
        position: relative; line-height: 20/@px-unit; max-height: 40/@px-unit;overflow: hidden;}
        .overText::after{content: "..."; position: absolute; bottom: 0; right: 0;
        background: -webkit-linear-gradient(left, transparent, #fff 55%);
        background: -o-linear-gradient(right, transparent, #fff 55%);
        background: -moz-linear-gradient(right, transparent, #fff 55%);
        background: linear-gradient(to right, transparent, #fff 55%);
    }
    .head {
        padding: 10/@px-unit;
        border-bottom: 1/@px-unit solid #e8e8e8;
    }
    .time {
        margin-top: 6/@px-unit;
    }
    .batch {
        padding: 10/@px-unit;
        .list {
            margin-top: 6/@px-unit;
            font-weight: bold;
        }
    }
    .ant-table-header-column{
        font-weight: bold;
    }
    .ant-drawer-body {
        padding-bottom: 0;
    }
    .ant-table{
        border-top:  none;
        min-height: 630/@px-unit;
    }
    .ant-drawer{
        margin-top: 230/@px-unit;
    }
    .ant-drawer-content-wrapper {
        width: 340/@px-unit !important;
        height: 628/@px-unit !important;
    }
    .drawer {
        .ant-row {
            margin-bottom: 14/@px-unit;
        }
        button {
            width: 100%;
        }
        .anticon {
            margin-left: 280/@px-unit;
        }
        .special {
            margin-top: 20/@px-unit;
        }
    }
}