    height: 160/@px-unit;
    border: 2/@px-unit solid @neutral-stroke-1-normal;
    margin: 5/@px-unit;
    float: left;

    img {
        width: 100%;
        height: 100%;
    }
}

.intel_smallPic_box_active {
    border: 2/@px-unit solid @brand-bg-1-hover;
}

.checkImgModal {
    width: 700/@px-unit  !important;
    height: 500/@px-unit;

    .ant-modal-content {
        height: 100%;
    }

    .ant-modal-body {
        height: 400/@px-unit;
        overflow-y:auto;
    }
}
.import_Table{
    height: 480/@px-unit;
    width: 800/@px-unit !important;
}
.copyTable{
    height: 300/@px-unit;
}
.fileListModal{
    width: 800/@px-unit !important;
    height: 700/@px-unit;
    
    ._Table_ .ant-table-body {
        max-height: 380/@px-unit !important;
    }
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.errorCls{
    color: @status-error-bg-1-normal !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        }
    }
}


._BaseConfig_ {
    overflow-y: auto;
    width: 100%;
    .fullTimeSelecion {
        margin-left: 20 / @px-unit;
        
    }
    .leftmargin {
        margin-left: 20 / @px-unit;
    }
    .label-normal-behind {
        margin-left: 20 / @px-unit;
    }
    .addCustomDays {
        margin-left: 20 / @px-unit;
        .check-box-group {
            .label-normal-wrapper {
                
                width: 700px !important;
                .labelCheckboxGroup {
                    display: flex;
                    .ant-checkbox-wrapper {
                        width: 200px;
                    }
                }
            }
        }
    }
    .DelExpiredFilesByChn {
        margin-left: 20 / @px-unit;
    }
    .AutoDelFaceDataSel {
        margin-left: 20 / @px-unit;
    }
}


.addCustomDays-modal {
    .ant-modal-content {
        .ant-modal-body {
            padding: 0 !important;
            ._Holiday_ {
                position: relative !important;
                .ant-row {
                    position: relative;
                    .fix-bottom-bar {
                        width: 100% !important;
                        position: absolute !important;
                        .fixed-button {
                             position: absolute !important;
                             width: 100% !important;
                             left: 0 !important;
                             background: none;
                             padding: 10px 0 0 0;
                        }
                        .fix-bottom-occlusion-bar {
                            height: 0;
                            width: 0;
                        }
                    }
                }
            }
        }
    }
}

.playback-export {
    .ant-btn-compact-first-item{
        padding: 0 8/@px-unit;
        display: flex;
        align-items: center;
        svg {
            font-size: 20/@px-unit;
            margin:0 4/@px-unit;
            path {
                fill:currentColor;
            }
        }
    }
    .ant-dropdown-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        path {
            fill:currentColor;
        }
    }
}

._QuotaMain_ {
    .mode-changer {
        display: flex;
        button {
            width: 300/@px-unit;
            overflow: hidden;
            padding: 0 10/@px-unit;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .scalstat-btn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .MainPage {
        padding: 0 !important;
    }
}

._MachineConfig_ {
    
    
    
    padding-top: inherit; 
    
    .ant-row .label-normal-container {
        min-width:550/@px-unit;
    }
    .syncRemoteCheckBox .label-normal-container>.label-normal-wrapper{
        width: auto !important;
    }
}


.point-default {
    font-size: 48/@px-unit !important;
    pointer-events: initial !important;
}

._PicMapManage_ {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    .in-dragging {
        cursor: grabbing
    }

    .page-view {
        display: flex;
        position: relative;
        height: 100%;

        .channel-list {
            flex: none;
            background-color: @neutral-bg-1-normal;
            z-index: 999;
            height: 100%;
            width: 288/@px-unit;
            padding: 16/@px-unit;
            border-right: 1/@px-unit solid @neutral-stroke-2-normal;
            @channelFontColor: @neutral-fg-2-normal;
            overflow-y: auto;
            overflow-x: hidden;

            .chnlist_tooltip {
                .ant-tooltip-content {
                    .ant-tooltip-inner {
                        word-spacing: normal;
                        word-break: break-word;
                    }
                }
            }

            .chItem {
                display: flex;
                align-items: center;
                padding: 3/@px-unit;
                height: 31/@px-unit;
                cursor: pointer;

                .chItem_title {}


                &:hover {
                    .chItem_title {
                        color: @neutral-fg-2-normal;
                    }

                    background-color: @brand-bg-2-selected;

                    .chItem_btn {
                        display: inline-block;
                    }
                }


                &_cameraIcon {
                    .svgOut(@channelFontColor);
                    margin-left: 20/@px-unit;
                    width: 30/@px-unit;
                    height: 30/@px-unit;
                }

                &_title {
                    margin-left: 15/@px-unit;
                    width: 120/@px-unit;
                    color: @neutral-fg-2-normal;
                }

                &_btn {
                    padding: 0 !important;
                    border: 0 !important;
                    background: none !important;
                    height: 30/@px-unit;
                    display: none;
                }

                .label-div-Container {
                    .label-normal-container .label-normal-wrapper {
                        width: 50/@px-unit !important;
                    }
                }
            }
        }

        .map-content {
            flex: auto;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;

            .drag-feedback {
                cursor: pointer;
                pointer-events: none;
            }

            .picMap {
                width: 100%;
                height: 100%;
            }

            .map-upload {
                width: 100%;
                height: 100%;

                &>.label-div-Container {
                    width: 200/@px-unit;
                    position: absolute;
                    right: 20/@px-unit;
                    top: 10/@px-unit;
                }
            }

            .ant-empty {
                cursor: pointer;
                height: 500/@px-unit;
                width: 500/@px-unit;

                .ant-empty-image {
                    height: 300/@px-unit;
                    width: 500/@px-unit;
                    .NotFoundContent{
                        height: 300/@px-unit !important;
                        width: 500/@px-unit !important;
                        font-size: 300/@px-unit !important;
                    }
                }
            }
        }
    }
}
.picMapManage_detail_popover{
    z-index: 999;
    .ant-popover-inner{
        padding: 8/@px-unit 12/@px-unit;
    }
    .detail{
        
        display: flex;
        justify-content: space-between;
        align-items: center;
        .detail-icon{
            display: flex;
        }
    }
}
._DateConfig_.MainPage {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0rem !important;
        }

        .label-normal-container {
            padding-top: 0rem !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }

    .holidayRadioGroup {
        label {
            width: 45%;
        }
    }
}


._Holiday_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}


._MultiEMapManage_ {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0 !important;

    .point-default {
        width: 32/@px-unit;
        height: 32/@px-unit;
        .svgFont(32);
        pointer-events: initial !important;
    }
    .point-unconnect {
        .svgOut(@--error-6) !important;
        &:hover {
            .svgOut(@--error-6) !important;
        }
    }
    .point-connect {
        .svgOut(@status-success-bg-1-normal);
        
        
        
    }

    .in-dragging {
        cursor: grabbing
    }

    .EMapFormatTip {
        width: 340px;
        white-space:'normal';
        margin-top: 10px;
        color: @neutral-fg-4-normal;
    }

    .page-view {
        display: flex;
        position: relative;
        height: 99%;

        .node-list {
            height: 98%;
            border-right: 1/@px-unit solid @--component-border;
            .list-head {
                display: flex;
                justify-content: space-between;
                align-items: center;
                
                
                
                
                
                
                
                text-align: right;
                .device-btn {
                    max-width: 125px;
                    float: left;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }
                
                
                
                
                
                .label-button {
                    display: flex;
                    justify-content: flex-end;
                }
                .reset-btn {
                    width: auto;
                }
            }
            .eMap-list {
                flex: none;
                
                z-index: 999;
                height: 50%;
                width: 320/@px-unit;
                padding-bottom: 14/@px-unit;
                
                
                
                
                

                .maplist-head {
                    border-bottom: 1/@px-unit solid @--component-border;
                    border-right: 1/@px-unit solid @--component-border;
                    
                    padding: 5px 0 5px 20px;
                    text-align: left;
                }
                
                .list-body {
                    .ant-tree {
                        background: transparent;
                        .ant-tree-treenode {
                            width: 100%;
                            .ant-tree-node-content-wrapper {
                                width: 100%;
                            }
                        }
                        .ant-tree-title {
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                            width: 100%;
                            display: flex;
                            
                            .buttonIcon {
                                
                                
                                
                                text-align: right;
                                .btnIcon_add, .btnIcon_delete, .btnIcon_edit {
                                    display: inline-block;
                                    .tab-icon {
                                        
                                    }
                                }
                            }
                            .buttonTitle {
                                
                                width: 0;
                                flex: 1;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                white-space: nowrap;

                            }


                        }
                        .ant-tree-list {
                            &:hover {
                                
                            }
                        }
                        .ant-tree-treenode-selected {
                            .buttonTitle {
                                
                                background-color: transparent;
                                display: inline-block;
                                width: '100px';

                            }
                        }
                        .btnIcon {
                            width: 16px;
                        }

                        .ant-tree-node-content-wrapper {
                            background-color: transparent;
                        }

                        .map-icon {
                            color: @neutral-fg-3-normal;
                        }
                    }
                }

                .chnlist_tooltip {
                    .ant-tooltip-content {
                        .ant-tooltip-inner {
                            word-spacing: normal;
                            word-break: break-word;
                        }
                    }
                }
    
                .mapItem {
                    display: flex;
                    align-items: center;
                    padding: 3/@px-unit;
                    height: 31/@px-unit;
                    cursor: pointer;
                    &:hover {
                        .chItem_title {
                            color: .color_N(@preview_ChnlBgA)[]
                        }
    
                        background-color: @preview_ChnlBgA;
    
                        .chItem_btn {
                            display: inline-block;
                        }
                    }
    
                    &_cameraIcon {
                        .svgOut(@channelFontColor);
                        margin-left: 20/@px-unit;
                        width: 30/@px-unit;
                        height: 30/@px-unit;
                    }
    
                    ._cameraIcon_active {
                        .svgOut(@iconColorA);
                    }
    
                    &_title {
                        margin-left: 15/@px-unit;
                        width: 120/@px-unit;
                        color: @preview_ChnlTextN;
                    }
    
                    &_btn {
                        padding: 0 !important;
                        border: 0 !important;
                        background: none !important;
                        height: 30/@px-unit;
                        display: none;
                    }
    
                    .label-div-Container {
                        .label-normal-container .label-normal-wrapper {
                            width: 50/@px-unit !important;
                        }
                    }
                }

                .ant-collapse-header {
                    display: flex;
                    align-items: center;
                    border-bottom: 1/@px-unit solid @--component-border;
                    
                    padding: 11 / @px-unit 16 / @px-unit;
                    height: 40 / @px-unit;
                }
                .ant-collapse-content {
                    overflow-y: auto;
                    height:399px;
                    padding: 16 / @px-unit 16 / @px-unit 0 16 / @px-unit;
                }
                .ant-collapse-content-box {
                    padding: 0;
                    
                }
            }

            .channel-list {
                flex: none;
                
                z-index: 999;
                height: 50%;
                width: 276/@px-unit;
                padding-bottom: 14/@px-unit;
                
                @channelFontColor: .color_N(@preview_Left_Bg)[];
                
                
                .channel-search {
                    padding: 0;
                }
                .chnlist_tooltip {
                    .ant-tooltip-content {
                        .ant-tooltip-inner {
                            word-spacing: normal;
                            word-break: break-word;
                        }
                    }
                }
    
                .chItem {
                    display: flex;
                    align-items: center;
                    padding: 3/@px-unit;
                    height: 31/@px-unit;
                    cursor: pointer;
                    &:hover {
                        .chItem_title {
                            color: .color_N(@preview_ChnlBgA)[]
                        }
    
                        background-color: @preview_ChnlBgA;
    
                        .chItem_btn {
                            display: inline-block;
                        }
                    }
    
                    &_cameraIcon {
                        .svgOut(@channelFontColor);
                        margin-left: 20/@px-unit;
                        width: 30/@px-unit;
                        height: 30/@px-unit;
                    }
    
                    ._cameraIcon_active {
                        .svgOut(@iconColorA);
                    }
    
                    &_title {
                        margin-left: 15/@px-unit;
                        width: 120/@px-unit;
                        color: @preview_ChnlTextN;
                    }
    
                    &_btn {
                        padding: 0 !important;
                        border: 0 !important;
                        background: none !important;
                        height: 30/@px-unit;
                        display: none;
                    }
    
                    .label-div-Container {
                        .label-normal-container .label-normal-wrapper {
                            width: 50/@px-unit !important;
                        }
                    }
                }
            }
        }

        .map-content-wrap {
            width: 100%;
        }

        .map-content-btn {
            width: 100%;
            height: 3%;
        }
        .map-content {
            flex: auto;
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;

            .drag-feedback {
                cursor: pointer;
                pointer-events: none;

                .cus_panel {
                    color: #388EFF;
                }

                .pointIcon {
                    color: #28B854;
                    background-color: initial;
                }

                .detail {
                    height: 22/@px-unit;
                    line-height: 22/@px-unit;
                    display: flex;
                    position: relative;
                    
                    pointer-events: initial !important;

                    
                    
                    
                    
                    .live-icon {
                        
                        color: @neutral-fg-on-color;
                    }

                    .delete-icon {
                        color: @neutral-fg-on-color;
                        
                        
                        .svgFont(30);
                        .svgOut(@--navTitle-bg);

                        svg{
                            line-height: 22/@px-unit;
                        }

                        path:nth-child(1) {
                            fill: @neutral-fg-on-color;
                        }
                        
                        
                        
                        
                    }

                    .showName {
                        text-align: center;
                        width: auto;
                        border-radius: 3/@px-unit;
                        color: @neutral-fg-on-color;
                    }

                }
                .showChannel{
                    text-align: center;
                    position: absolute;
                    margin-left: 6px;
                }
                
            }

            .picMap {
                width: 100%;
                height: 100%;
            }

            .map-upload {
                width: 100%;
                height: 100%;

                &>.label-div-Container {
                    width: 200/@px-unit;
                    position: absolute;
                    right: 20/@px-unit;
                    top: 10/@px-unit;
                }
            }

            .ant-empty {
                cursor: pointer;
                height: 400/@px-unit;
                width: 500/@px-unit;
                border: 1px dashed  @--component-border;
                &:hover {
                    border: 1px dashed  #009CFF;
                }

                .ant-empty-image {
                    height: 300/@px-unit;
                    width: 500/@px-unit;
                    .NotFoundContent{
                        .svgFont(300);
                        height: 300/@px-unit !important;
                        width: 500/@px-unit !important;
                        font-size: 300/@px-unit !important;
                    }
                }
            }

        }
    }

    .resetPicBtn {
        display: contents;
    }

    .ant-modal-body {
        .ant-upload {
            padding: 0;
            height: 200px;
        }
    }
    .ant-modal-footer {
        .footer-btn {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            .label-div-Container:not(:last-child) {
                margin-right: 15/@px-unit;
            }
            
            
            
        }
    }
    .picMapManage_detail_popover {
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        .ant-popover-inner,
        .ant-popover-arrow-content::before {
            background-color: @neutral-bg-inverted !important;
        }
        .ant-popover-inner {
            border: none;
        }
        
        
        
    }
    .ant-popover-placement-bottom {
        padding-top: 3px;
    }

    
    .map-upload-modal {
        .ant-modal-body {
            padding: 24 / @px-unit;
        }
        .name-wrap {
            padding-top: 0 !important;
        }
        
        .ant-upload-drag-icon {
            .label-normal-container {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .label-normal-wrapper {
                width: auto !important;
            }
            .LabelIcon {
                display: flex;
                align-items: center;
                
                .anticon {
                    color: @neutral-fg-2-normal;
                    font-size: 20 / @px-unit;
                }
            }
            .label-normal-behind {
                color: @neutral-fg-2-normal;
                padding: 0;
                line-height: 28 / @px-unit;
            }
        }
    }
}
.map-dragger-background {
    background: none !important
}

.holidayRadioGroup{
    label{
        width: 45%;
    }
}


._PicMapManage_ {
    
    
    
    height: 100%;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;

    .line-row {
        display: flex;
    }
}



._DateConfig_.MainPage {
    width: 100%;
    .label-normal-behind {
        height: 0;
        &.pl-0 {
            padding-left: 0rem !important;
        }

        .label-normal-container {
            padding-top: 0rem !important;
            button {
                margin-left: 1.5rem;
            }
        }
    }

    .holidayRadioGroup {
        label {
            width: 45%;
        }
    }
    .datetime-button-col{
        display: flex;
        justify-content: flex-start;
        &>div{
            margin-right: 12 /@px-unit;
        }
    }
}



._MultiEMapManage_ {
    
    
    
    height: 100%;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;

    .line-row {
        display: flex;
    }
    
}


._Quota_ {
    .quota-bleaSpace {
        display: flex;
        .warning-tip {
            color: @status-error-fg-1-normal !important;
        }
    }
    .unquotad-warning-tip {
        width: 1000/@px-unit;
        color: @status-error-fg-1-normal !important;
    }
    .hdd-mode {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #bitrate-container {
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            color: @neutral-fg-disabled;
        }
        .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
            background: @neutral-bg-1-normal;
        }
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            border-color: @neutral-stroke-2-normal;
        }
    }
}

._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}


.fix-header-content{
    display        : flex;
    justify-content: center;

    .fix-header-content-item {
        text-align: center;
        cursor    : pointer;

        .fix-header-content-title {
            color   : @neutral-fg-3-normal;
        }
    }

    .active-item {
        background-color: @brand-bg-1-active;
    }
}

.ClusterLog_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 290/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
    .ant-modal-footer{
        height: 53 / @px-unit;
        .ClusterLog_detailButton{
            display: flex;
            justify-content: space-between;
            .ClusterLog_btnLeft {
                display: flex;
                float: left;
            }
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
}
.ClusterLog_timePicker {
    display: flex;
    justify-content: space-between;
    .ClusterLog_datePicker {
        display: flex;
        .ClusterLog_right {
            margin-left: 20 / @px-unit;
        }
    }
}



._Table_{
  .sharedFolder-table{
    .ant-table-body{
     min-height: 200/@px-unit;
   }
 }
}

.SharedFolder{
    .flex{
      display: flex;
        .label-div-Container{
          margin-right:10/@px-unit;
        }
    }
}

._MainStreamDisc_ {
    width: 100%;
}




._SAFESecurityStatus_ {
    ._SAFESecurityStatus_title {
        background-color: inherit;
    }
    ._SAFESecurityStatus_detect {
        height: 32/@px-unit;
        width: 100/@px-unit;
    }
    .item-list-btn {
        border-color: @neutral-stroke-1-normal;
    }
}

.safeopr-table-normal {
    .ant-table-placeholder{
        display: none;
    }
}
.safeopr-configBar {
    background-color: @neutral-bg-4-normal;
    border-top: 1px solid @neutral-stroke-2-normal;
    position: absolute;
    left: 0;
}

.FireWall-tab {
    a {
        color: @neutral-fg-3-normal;
        &:hover {
            color: @brand-fg-1-normal;
        }
    }
}

.Loading-wapper {
    .ant-spin-text {
        position: initial;
        transform: initial;
        white-space: nowrap;
    }
}

.Cert {
    .ant-input-number {
        width: 100%;
    }
}

._VideoTransmission_, ._SAFESafetyWarning_, ._UserLock_, .FireWall-tab, ._publicAccountLock_, ._DOSAttack_, ._WlanAgree_, ._publicHttps_ {
    padding-bottom: 78/@px-unit;
}
._Whitelist_ {
    padding-bottom: 78/@px-unit !important;
}

._HddHealth_ {
  ._Table_ .ant-table-body {
    min-height: 220 / @px-unit;
  }   
}



.RaidHotSpare_FlexLine{
    display: flex;
    .AddTo{
        margin-left: 15 / @px-unit;
    }
}
._RaidHotSpare_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}

._StreamCombine_ {
    @padding:20 / @px-unit;
    box-sizing: content-box;
    width:calc(100% - 2 *  @padding);
    height:900 / @px-unit !important;

    .TitleBar{
        display: flex;
        height: 40 / @px-unit;
        justify-content: space-between;
        align-items: center;
        margin-top: 4 / @px-unit;

        .text{
            font-weight: bold;
            font-size: 16 / @px-unit;
        }
    }

    .ant-table-body{
        min-height: 150 / @px-unit !important;
        .table-input-select-wrapped,.table-input-select-container{
            width: 95% !important;
        }
    }
}


.SharedUsers{
    .flex{
        display: flex;
        .label-div-Container{
            margin-right:10/@px-unit;
        }
    }
}

._RaidManage_ {
    .FlexLine{
        display: flex;
        .WorkMode{
            margin-left: 15 / @px-unit;
        }
    }
    .fixed-button {
        .label-normal-wrapper {
            width: auto !important;
        }
        button {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            min-width: 100 / @px-unit;
            &#Create, &#Celerity {
                width: auto;
                padding: 4/@px-unit 5/@px-unit;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
}

._SnapDisc_ {
    width: 100%;
}



.raidinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 240 / @px-unit;
    } 
}
._RaidInfo_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}


.clusterControl {
    display: flex;
    .open {
        padding-right: 20 / @px-unit !important;
    }
}


._StreamDisc_ {
    
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .table-item {
        margin: 0;
        text-align: center;
    }
    .table-input{
        width: 100% !important;
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
    }
    
    
    
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 

    .hddmanage-combine-table .ant-table-body {
        min-height: 150 / @px-unit;
    }

}



._Onvif_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
        }
    }
 
}



._ClusterCommonModule_ {
    
    
    
    padding-top: inherit; 
    
    .info_table ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
    .clusterModal ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
}


._PasswordReset_ {
    .ant-divider {
        background: inherit;
    }

    .ant-divider-horizontal.ant-divider-with-text-left:after {
        border-top: 1 / @px-unit solid #13161b;
    }
    .QR_background {
        width: 205 / @px-unit;
        height: 205 / @px-unit;
        padding: 10 / @px-unit;
        background-color: @QRCodeBg;
        margin: 10 / @px-unit;
        img{
            width: 185 / @px-unit;
            height: 185 / @px-unit;
        }
    }
    
    .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
        height: 30 / @px-unit;
        .ant-select-selection-search-input {
            height: 28 / @px-unit;
        }
    }
}

.password-reset-modal {
    width:430 /@px-unit !important;
}



._Group_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
            .ant-tabs .ant-tabs-content {
                [id*="Auth"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 190 / @px-unit
                    }
                }
                [id*="Monitor"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Replay"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Voice"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
            }
        }
    }

    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
   }
   
   .tabText {
       overflow: hidden;
       white-space: nowrap;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
   }
}



._User_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            height: 580 / @px-unit;
            overflow-y: auto;
            padding: 40/ @px-unit 24/ @px-unit;
            .ant-tabs .ant-tabs-content {
                [id*="Auth"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 190 / @px-unit
                    }
                }
                [id*="Monitor"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Replay"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Voice"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                .label-normal-container  {
                    padding: 5/@px-unit 0 !important;
                }
                .user_tab_container {
                    &>.label-div-Container {
                        margin-right: 4 / @px-unit;
                    }
                }
            }
        }
    }
    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
    }
    .ant-popover-content {
        width: 550 / @px-unit;
    }
    .tabText {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}


._TargetPlayBack_,._EventPlayBack_,._ExactSearchPlayBack_,._HistoryEvent_ {

    @collapseHeaderHeight: 48 / @px-unit; 

    
    .ant-collapse {
        border: none;
        height: 100%;

        .ant-collapse-item {
            height: 100%;
        }

        .ant-collapse-header {
            padding-top: 0 / @px-unit;
            padding-bottom: 0 / @px-unit;
            border-radius: 0 !important;
            background:none !important;
            height: auto !important;
            padding: 16/@px-unit !important;
            padding-bottom: 0 !important;
            cursor: default;
        }

        .ant-collapse-header-text {
            border-top: 1px solid @neutral-stroke-2-normal;
            color: @neutral-fg-3-normal !important;
            font-size: 16 / @px-unit !important;
            font-weight: 400;
            padding: 20/@px-unit 0 12/@px-unit 0;
            
            line-height: normal;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content {
            height: calc(100% - @collapseHeaderHeight);
            overflow-y: auto;
        }

        .ant-collapse-content>.ant-collapse-content-box {
            padding: 16/@px-unit;
            padding-top: 0 !important;
        }

    }

    
    .panel-header {
        display: flex;
        align-items: center;
        height: 26 / @px-unit;

        .panel-left-operation {
            display: flex;
            align-items: center;

            .panel-header-checkbox {
                width: 28 / @px-unit;
                height: 26 / @px-unit;
            }

            .panel-header-title {
                display: flex;
                align-items: center;
                width: 206 / @px-unit;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

    .channel-tree {
        .channel-group{
            .channel-group-header{
                margin-right: 0!important;
                .channel-group-title{
                    color:@neutral-fg-2-normal;
                }
            }
            .channel-item{
                margin-right: 0;
            }
        }
    }
}


._StreamDisc_ {
    
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .table-item {
        margin: 0;
        text-align: center;
    }
    .table-input{
        width: 100% !important;
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
    }
    
    
    
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 

    .hddmanage-combine-table .ant-table-body {
        min-height: 150 / @px-unit;
    }

}


.deviceInfoContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    .device-info-modal{ 
        width: 374 / @px-unit;
        
        .device-info-buttons{
            display: flex;
            justify-content: space-evenly;
            .label-normal-wrapper  {
                width: 140 / @px-unit !important;
            }
        }
    }
    .QRCode-pagination{
        display: flex;
        justify-content: center;
    }
    .deviceRedPacket{
        border-left: 1 / @px-unit solid @neutral-stroke-2-normal;
    }
}

.HomeRedEnQRCode {
    .DescribeText {
        text-align: left;
        margin-left: 20 / @px-unit;
        margin-right: 10 / @px-unit;
        display: flex;
        justify-content: space-between;
        .ant-pagination{
            width: auto;
        }
        .label-normal-wrapper {
            
            width: auto !important;
        }
    }
    .descInfo{
        color: @neutral-fg-3-normal;
    }
    .serviceSpan{
        
        height: 25 /@px-unit;
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}



._StreamDisc_ {
    
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .table-item {
        margin: 0;
        text-align: center;
    }
    .table-input{
        width: 100% !important;
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
    }
    
    
    
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 

    .hddmanage-combine-table .ant-table-body {
        min-height: 150 / @px-unit;
    }

}



._StreamDisc_ {
    
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .table-item {
        margin: 0;
        text-align: center;
    }
    .table-input{
        width: 100% !important;
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
    }
    
    
    
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 

    .hddmanage-combine-table .ant-table-body {
        min-height: 150 / @px-unit;
    }

}


._ExtraStreamDisc_ {
    width: 100%;
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._ChanlDiscGroup_ {
  width: 100%;
  .hdd-mode {
    .flexBetween();
    margin-bottom: 10 /@px-unit;
  }
  ._Table_ .ant-table-body {
    min-height: 450 / @px-unit;
  }   
}
.hddmng-table .ant-table-body{
  min-height:192 / @px-unit !important;
}


._TimeDelay_{
    .switch-tip{
        margin-top: 18 / @px-unit;;
    }
}


._Aging_{
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
}



._SGCC_ {
    .row-flex {
        display: flex;
        > div {
            margin-right: 50px;
        }
    }
}



._RecordPlan_ {
    .childLableContainer-d-inlineBlock {
        &>div {
            display: inline-block;
        }
    }  
    .labelCheckBox-behind-labelText {
        .label-normal-container {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }  
}


.SharedStoragePool{
    .flex{
      display: flex;
        .label-div-Container{
          margin-right:10/@px-unit;
        }
    }
}


.detailTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.errStatus {
    color: @status-error-fg-1-normal;
}
.warnStatus {
    color: @status-warning-fg-1-normal;
}
.hdd_health_modal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}

.savepath{
  .label-normal-behind{
    padding-left:0 !important;
  }
}
._Iscsi_ {
    width: 100%;
    .operation-btn {
        width: 100%;
        display: flex;
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    .ant-col {
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    } 
}
.storage-modal {
    .footer-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .label-div-Container {
            margin-right: 15/@px-unit;
        }
    }
}


._RemoteStorage_ {
    overflow-y: scroll;
    .ant-divider-horizontal{
        background-color: #090c0c !important;
        margin-top: 8 / @px-unit;
        margin-bottom: 8 / @px-unit;
    }
    .FTPEnable{
        display: flex;
        .FTPRadio{
            margin-left: 100 / @px-unit;
        }
    }
    .EventPreRecord {
        display: flex;
        .PerRecord{
            margin-left: 308 / @px-unit;
        }
        .StreamType {
            margin-left: 108 / @px-unit;
        }
    }
    .TimePicker{
        display: flex;
        .Connector{
            padding-top: 10 / @px-unit;
            margin-left: 5 / @px-unit;
            margin-right: 5 / @px-unit;
        }
        .ant-checkbox-group{
            margin-left: 20 / @px-unit;
            .ant-checkbox-wrapper{
                margin-left: 0;
            }
        }
        .ant-picker-disabled{
            svg{
                opacity: 0.5;
            }
        }
    }
    .Channel{
        .label-normal{
            margin-top: 8 / @px-unit;
        }
    }
    .uploadChannel{
        display: flex;
        .label-div-Container:first-child  {
            margin-right: 109 / @px-unit;
        }
    }
}

._Pppoe_ {
    
    
    
    
    
}

._NetCloud_ , ._P2P_, ._LeCheng_{
    .tip {
        width: 60rem;
        word-wrap:break-word;
        word-break:break-all;
    } 
    .status-point {
        display: inline-block;
        background-color: @status-error-fg-1-normal;
        width: 8/ @px-unit;
        height: 8/ @px-unit;
        border-radius: 50%;
        margin-right: 8 / @px-unit;
    }
    .point-Online {
        background-color: @status-success-fg-1-normal;
    }
    .step{
        margin-top: 24 / @px-unit;
        height: 435/ @px-unit;
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('/static/media/cloudAccess_@{theme}.png');

        .step-title {
            position: absolute;
            font-size: 16/ @px-unit;
            color: @neutral-fg-2-normal;
            left: 16 / @px-unit;
            top: 11 / @px-unit;
        }
        .step-text {
            
            >span {
                top: 95/ @px-unit;
                position: absolute;
                font-size: 16/ @px-unit;