            }
            .step-text-1 {
                left: 570/ @px-unit;
            }
            .step-text-2 {
                left: 945/ @px-unit;
            }
            .step-text-3 {
                left: 1305/ @px-unit;
                max-width: 150/ @px-unit;
            }
        }
        
        .qrbox {
            position: absolute;
            top: 189/ @px-unit;
            width: 160/ @px-unit;
            p {
                width: 100%;
                text-align: center;
                padding: 0;
                margin: 0;
            }
            .client-title {
                margin-top: 8 / @px-unit;
            }
            .sn-code-title{
                margin-top: 8 / @px-unit;
                margin-bottom: 4/ @px-unit;
            }
            .qrImg {
                width: 160/ @px-unit;
                height: 160/ @px-unit;
                padding: 5/ @px-unit;
                background-color: #fff;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .download-box {
            left: 226/ @px-unit;
        }
        .serial-box {
            left: 940/ @px-unit;
        }
        @media screen and (max-width: 1800px) {
            height: 350/ @px-unit;
            .qrbox {
                top: 150/ @px-unit;
                .qrImg {
                    width: 130/ @px-unit;
                    height: 130/ @px-unit;
                }
            }
            .serial-box {
                top: 140/ @px-unit;
            }
            .step-title {
                top: 8 / @px-unit;
            }
            .step-text {
                >span {
                    top: 75/ @px-unit;
                }
                .step-text-0 {
                    left: 180/ @px-unit;
                }
                .step-text-1 {
                    left: 460/ @px-unit;
                }
                .step-text-2 {
                    left: 760/ @px-unit;
                }
                .step-text-3 {
                    left: 1050/ @px-unit;
                    max-width: 90/ @px-unit;
                    max-width: 120/ @px-unit;
                }
            }
            
            .download-box {
                left: 170/ @px-unit;
            }
            .serial-box {
                left: 750/ @px-unit;
            }
        }
        @media screen and (max-width: 1440px) {
            height: 280/ @px-unit;
            .qrbox {
                top: 125/ @px-unit;
                width: 95/ @px-unit;
                .qrImg {
                    width: 95/ @px-unit;
                    height: 95/ @px-unit;
                }
            }
            .serial-box {
                top: 110/ @px-unit;
            }
            .step-title {
                top: 6 / @px-unit;
            }
            .step-text {
                >span {
                    top: 58/ @px-unit;
                }
                .step-text-0 {
                    left: 144/ @px-unit;
                }
                .step-text-1 {
                    left: 365/ @px-unit;
                }
                .step-text-2 {
                    left: 610/ @px-unit;
                }
                .step-text-3 {
                    left: 845/ @px-unit;
                    max-width: 90/ @px-unit;
                }
            }
            
            .download-box {
                left: 135/ @px-unit;
            }
            .serial-box {
                left: 595/ @px-unit;
            }
        }
    }
    
}

.modal-button {
    button {
        width: 100%;
    }
}



._VideoStream_ {
    width: 100%;

    .stream-content {
        display: flex;
    }
    .label-normal-container {
        padding-top:5 / @px-unit  !important;
        padding-bottom: 5  / @px-unit !important;
    }

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
   
}


._AutoRegister_ {
    
    
    
    padding-top: inherit; 
    
    .online_bg {
        color: @successColor;
    }
    .offline_bg {
        color: @errorColor;
    }
}




._LeCheng_ {
    .step-text>span, .sn-code-title,.client-title {
        display: -webkit-box;          
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 2;        
        overflow: hidden;              
        text-overflow: ellipsis;      
    }
    .sn-code-title {
        -webkit-line-clamp: 1; 
    }
}




._PoeManage_{
    .online {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .offline {
        .svgOut(@errorIcon);
        .svgFont(20);
    }
    .info-line {
        display: flex;
        align-items: center;
        margin-bottom: 10 / @px-unit;
        .linked {
          margin-right: 60 /@px-unit;
          .title{
            margin-right: 60/@px-unit;
          }
        }
      }
    .tips-panel {
        margin-top: 10 / @px-unit;
    }
    ._Table_ .ant-table-body {
      min-height: 450 / @px-unit;
    }  
}


._Port_ {
    
    
    
    padding-top: inherit; 
    
}

._TCPIP_ {
    width: 100%;
    .table-item {
        margin: 0;
        text-align: center;
        .delete-icon {
            cursor: pointer;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: #f00 !important;
                            opacity: 0.3 !important;
                        }
                    }
                }
            }
        }
    }

    .info-container {
        padding: 0 10px;
        margin-top: 10px;
        border: 1px solid @tableBorderN;;
        .label-normal-wrapper {
            width: 150px !important;
        }
    }

    .input-enabled:hover:not(.ant-input-disabled) {
        
    }

    ._Table_ {
        .ant-table-content {
            min-height: 260 / @px-unit;
        }
    }
}

._RouteTable_ {
    width: 100%;
    .table-header {
        user-select: none;
    }
    .delete-icon {
        cursor: pointer;
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: #f00 !important;
                    }
                }
            }
        }
    }
}

.netCardMenber_checkbox .ant-checkbox-wrapper{
    margin-left: 0;
    margin-right: 6 / @px-unit;
}
.netCardMenber_checkbox .ant-checkbox-wrapper:last-child{
    margin-right: 0;
}

.testSuc{
    color: rgb(0, 255, 0);
    width: 250 / @px-unit;
}

._RealDisplay_{
    ._Table_ .ant-table-body{
        min-height: 240/@px-unit;
        .fail{
            color: @errorColor;
        }
        .ant-table-cell{
            word-break:break-all;
        }
    }
}

._Update_ {
    .ant-btn::before {
        background: none!important;
     }
    .UpdateLine {
        display: flex;
        align-items: center;
        .update_Label {
            width: 110 / @px-unit;
        }
        .checkUpdateText {
            width: 150 / @px-unit;
        }
        .update_text {
            width: 140 / @px-unit;
        }
    }
    .UpdateButton {
        width: 119 / @px-unit;
    }
    .NewestVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        color: @successColor;
    }
    .newVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        .findNewVersion {
            color: @errorColor;
            margin-right: 5 / @px-unit;
            width: 150 / @px-unit;
        }
        .updatePanel {
            height: 200 / @px-unit;
            width: 620 / @px-unit;
            padding: 0 10 / @px-unit;
            border: 1 / @px-unit solid;
            border-color: @pageBorderN;
            overflow: auto;
        }
        .UpdateButton {
            width: 119 / @px-unit;
            margin-left: 500 / @px-unit;
        }
    }
    .newVersionLink {
        color: @current;
    }
    .SystemUpgrade_wrapped {
        min-width: 610/@px-unit;
    }
}



._RemoteDevice_ {
    width: 100%;
    ._AllDevice_ {
        .all-device-upper {
            display: flex;
            justify-content: space-between;
            .upper-left {
                display: flex;
                align-items: center;
                line-height: 48/@px-unit;
                .IPSegments-wraper {
                    margin-left: 52/@px-unit !important;
                }
            }
            .upper-right {
                display: flex;
                align-items: center;
            }
        }
        .all-device-table {
            .table-header-bar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                .header-left {
                    flex-grow: 1;
                }
                .header-right {
                    flex-shrink: 0;
                }
                .ant-tabs {
                    .ant-tabs-nav {
                        &::before {
                            content: none;
                        }
                        .ant-tabs-tab:not(:first-of-type) {
                            margin-left: 20/@px-unit;
                        }
                        .ant-tabs-tab-btn {
                            height: 40/@px-unit;
                            line-height: 40/@px-unit;
                            padding: 0 8/@px-unit;
                            text-align: center;
                            min-width: 118/@px-unit;
                            width: auto;
                        }
                    }
                }
            }
            .table-bottom-bar1 {
                display: flex;
                justify-content: space-between;
                line-height: 32/@px-unit;
                
            }

            .table-bottom-bar2 {
                display: flex;
                line-height: 32/@px-unit;
                
            }
            .IPSegments-wraper {
                .cross-search-button {
                    .label-button{
                        max-width: 300/@px-unit;
                    }
                }
            }
        }
    }
    ._AddedDevice_ {
        .table-header-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 64/@px-unit;
            .ant-tabs {
                .ant-tabs-nav {
                    &::before {
                        content: none;
                    }
                    .ant-tabs-tab:not(:first-of-type) {
                        margin-left: 20/@px-unit;
                    }
                    .ant-tabs-tab-btn {
                        height: 40/@px-unit;
                        line-height: 40/@px-unit;
                        padding: 0 8/@px-unit;
                        text-align: center;
                        min-width: 118/@px-unit;
                        width: auto;
                    }
                }
            }
        }
        .blueIEBrowser {
            .svgOut(@IEBrowerColor);
        }
        .table-bottom-bar {
            display: flex;
            line-height: 48/@px-unit;
            
        }
        .manage-table-icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        ._Table_ .ant-table-body {
            min-height: 180 / @px-unit;
        }
    }

    .remoteDevice-table {
        ._Table_ .ant-table-body {
            min-height: 180 / @px-unit;
        } 
        .ant-table-cell {
            &.ant-table-column-sort {
                background: transparent;
            }
        }
    }
    .grid-successIcon {
        .svgOut(@successIcon);
    }
    .grid-wifiIcon {
        .svgOut(@current)
    }
    .grid-infoIcon {
        .svgOut(@warningColor)
    }
    .grid-errorIcon {
        .svgOut(@errorIcon)
    }
    .grid-unInitIcon {
        .svgOut(@warningColor)
    }
    .manage-grid-unInitIcon {
        .svgOut(@warningColor);
        .svgFont(20);
    }
    .manage-grid-errorIcon {
        .svgOut(@errorIcon);
        .svgFont(20);
    }
    .manage-grid-successIcon {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .grid-deleteIcon {
        .svgHover(@errorColor)
    }
    .grid-previewIcon {
        cursor: pointer;
    }
    .table-hidden {
        height: 0;
        overflow: hidden;
    }
}
.deviceTip.ant-tooltip {
    max-width: 400 / @px-unit !important;
}
.__ModifyDeviceForm__ {
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 160 / @px-unit;
    }
}
.addDevice-modal {
    .ant-form-item-has-error {
        .ant-input {
            border-color: @errorColor;
        }
    }
    .modify-labelInputNumber {
        .ant-input-number {
            width: 100%;
        }
    }
    .label-normal-behind {
        .label-normal-container {
            padding: 0 !important;
        }
    }
}

._RemoteDevInit_ {
    .ant-modal-body {
        height: 600/@px-unit;
    }
    .step1-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .step2-footer {
        display: flex;
        justify-content: space-between;
        .step2-footer-right {
            display: flex;
        }
    }
    .step3-footer {
        display: flex;
        justify-content: space-between;
        .step3-footer-right {
            display: flex;
        }
    }
    .step4-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .initSuccess {
        color: green;
    }
    .initFailed {
        color: red;
    }
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}
._DomesticRemoteDevInit_{
    .step1-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .step2-footer {
        display: flex;
        justify-content: space-between;
        .step2-footer-right {
            display: flex;
        }
    }
    .step3-footer {
        display: flex;
        justify-content: space-between;
        .step3-footer-right {
            display: flex;
        }
    }
    .step4-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .initSuccess {
        color: green;
    }
    .initFailed {
        color: red;
    }
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
    .same-line {
        display: flex;
        align-items: center;
        .label-div-Container {
            margin-right: 30/@px-unit !important;
        }
    }
}

.__useModeErrorModal__ {
    .ant-modal-body {
        height: 260/@px-unit;
    }
}
.remote-init-failed-table {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}

.IPSegments_modal {
    .tip{
        padding:8 /@px-unit;
    }
    .flex{
        display: flex;
    }
    width: 500/@px-unit !important;
    .IPV4{
        position: relative;
        margin-left: 10/@px-unit;
        
        
        .label-normal-behind  {
            position: absolute;
            right:1/@px-unit;
            top:8/@px-unit;
            width: 50/@px-unit !important;;
            height: 32/@px-unit!important;
            background-color: #666666 !important;
            color: #acacac;
            text-align: center;
        }
     }
     .LabelIPV4 {
        .ant-input:nth-of-type(7){
            display: none;
            
            
            
        }
     }
    .labelRadioGroup  {
        display: flex;
    }
    .IPSegments-ipInput {
        display: flex;
        align-items: center;
        .label-normal-wrapper {
            width: 240/@px-unit !important;
        }
        .IPSegments-middle {
            margin-left: 10/@px-unit;
            margin-right: 10/@px-unit;
        }
    }
}


._RemoteTableInfoModal_ {
    .RemoteTable{
        .remoteInfo-table{
            .ant-table-thead {
                display: none;
            }
        }
    }
}


._MoreSetModal_ {
    ._MidTitleDivider_ {
        margin-top: 0;
    }
}
.allDevice_PlugAndPlay_behind {
    line-height: normal;
}

._ImageStream_ {
    .ImageMain {
        height: 740 /@px-unit;
    }
    .FlexLine{
        display: flex;
        .Second{
            margin-left: 10 / @px-unit;
        }
        .label-normal-behind {
            margin-left: 8 / @px-unit;
        }
    }
}
.ChannelGroup{
    .ant-checkbox-wrapper{
        width: 150 / @px-unit;
        margin-left: 5 / @px-unit;
    }
}
.CheckAll{
    margin-left: 5 / @px-unit;
    .ant-checkbox-indeterminate{
        .ant-checkbox-inner{
            border-color: @current;
        }
    }
}



._AlarmGroupManage_ {
    
    
    

    width: 100%;
    height: 100%;

    .line-row {
        display: flex;
    }
}


._NetTest_ {
    .FlexLine {
        display: flex;
        justify-content: center;
    }
    .ipSpan {
        width: 20 / @px-unit;
        margin-top: 3 / @px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
    
    
    
    
    
    
    .label-normal-container {
        padding: 0 5 / @px-unit !important;
    }
    ._MidTitleDivider_ {
        margin-top: 0;
    }
    .addressTest-reulst {
        height: 160 / @px-unit;
    }
    .m-c-r {
        color: @errorColor !important;
    }
    .m-c-1EB149 {
        color: @successColor;
    }
    .addressTest-content {
        input {
            width: 240 / @px-unit;
        }
        .addressTest-content {
            display: inline-block;
            vertical-align: top;
        }
    }
}



._P2P_ {
    
    word-break: keep-all;
    .tip {
        width: 60rem;
    }
    .qrcodes {
        display: flex;
        width: 800px;
        height: 350px;
        margin-top: 30px;
        margin-left: 20px;
        .qrbox {
            display: flex;
            width: 300px;
            height: 350px;
            flex-direction: column;
            justify-content: space-between;
            .qrImg {
                width: 210px;
                padding: 5px;
                background-color: @QRCodeBg;
            }
            p {
                margin: 0;
                font-size: 14px;
                font-weight: 400;
                color: .color_N(@pageBodyBg)[];
            }
        }
    }
}

.modal-button {
    button {
        width: 100%;
    }
}


._OnlineMaintenance_ {
    .DateExport{
        display: flex;
        padding-top: 30 / @px-unit;
        padding-left: 20 / @px-unit;
        .ExportTip{
            margin-left: 20 / @px-unit;
            margin-top: 13 / @px-unit;
        }
    }
}


._RemotePassword_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._UpgradeIpc_ {
    .DeviceUpgrade{
        float: left;
        margin-top: 8 / @px-unit;
    }
    .DeviceType {
        float: right;
    }
    .onlineIcon {
        .svgOut(@successColor);
        .svgFont(20);
    }
    .offlineIcon {
        .svgOut(@warningColor);
        .svgFont(20);
    }
    .errorIcon {
        .svgOut(@errorColor);
        .svgFont(20);
    }
    .LeftButton{
        float: left;
    }
    .RightButton{
        float: right;
        margin-left: 10 / @px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
    
    .label-normal-wrapper.label-button{
        line-height: 0px;
    }
}
.UpgradeIPC_Attention{
    margin-top: 20 / @px-unit;
}


._TimeBackup_{

    .line-block{
        display: flex;
    }

    .default-interval{
        margin-left: 30 / @px-unit;
    }

    .search-btn-list{
        justify-content:flex-end;
    }
}

._AudioOut_MainPage {
    
    
    
    padding: 30 / @px-unit; 
    .title_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            
        }
    }
    .content_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            
        }
    }
    .ant-picker .ant-picker-input input {
        width: 100 / @px-unit;
    }
}


._ChannelName_ {
    
    
    
    padding-top: inherit; 
    height: 100%;
    
    .ChannelList {
        height: 90%;
        overflow-y: auto;

        .gutter-row {
            padding: 0 10px;
        }
    }
}

._CfgManage_ {
    .ConfirmTip{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
    .ExportButton{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
}

.copy-modal__wrap{
    max-height: 400 / @px-unit;
    overflow: hidden;
    overflow-y: auto;
}

.copy-modal__item{
    display: flex;
    flex-wrap: wrap;
}


._LogManage_ {
    .Type{
        display: flex;
        
        width: 100%;
        .TimeRange{
            display: flex;
            align-items: center;
            margin-left: 15 / @px-unit;
            height: 48 / @px-unit;
        }
        .Search{
            margin-left: auto;
            right: 20 / @px-unit;
        }
    }
    .DateRange{
        display: flex;
        justify-content: space-between;
        align-items:flex-end;
    }
    .Clear{
        display: flex;
        float: right;
        margin-top: 40 / @px-unit;
        .label-div-Container{
            margin-left: 10 / @px-unit;
        }
    }
    .pageLine{
        display: flex;
        float: left;
        margin-top: 10 / @px-unit;
        .anticon-left, .ant-pagination-simple-pager, .anticon-right{
            color: @pageTextA
        }
       
        .pageTip{
            position: absolute;
            right: 16 / @px-unit;
        }
    }
}
.LogManage_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 291/@px-unit;
        
    }
    .ant-modal-footer{
        height: 53 / @px-unit;
        .LogManage_detailButton{
            display: flex;
            float: right;
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
    ._Table_ .ant-table {
        max-height: 290 / @px-unit;
        overflow-y: auto;
    }
}
.FileBackupEncrypt{
    width: 100 / @px-unit;
}
.TimeFormat{
    .ant-picker-header-view{
        color: @pageTextA;
    }
}

._ChannelState_ {
    .anticon-left, .ant-pagination-simple-pager, .anticon-right{
        color:@pageTextA
    }
      
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 

}

._NetInfo_ {
    
    
    
    padding-top: inherit; 
    
    ._Table_ .ant-table-body {
        min-height: 180 / @px-unit;
    } 
}


._DiskInfo_ {
    
    
    
    padding-top: inherit; 
    
    .record_time_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
    .detect_smart_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
.label-v4-version {
    text-align: right;
}
    ._Table_ .ant-table-container {
        
    }
                            
}
.detect_smart_modal {
    .detectTips {  
        width: 600 / @px-unit !important;
    }
}
.disk_info_BtnDiv {
    display: flex;
    justify-content: flex-end;

    .btn-left {
        margin-right: 10 / @px-unit;
    }
}

.record_updata_modal {
    .label-normal-container {
        display: flex;
    }
}

@groupChBox: 23 / @px-unit;
._MainScreen_, ._ExtraScreen_ {
    ._ChnSplit_ {
        clear: both;
        .ant-tag {
            margin: 1px;
            padding: 0;
            text-align: center;
            width: @groupChBox;
            height: @groupChBox;
            line-height: @groupChBox;
            margin: 5 / @px-unit;
        }
        .operationBtn {
            margin-right: 10px;
        }
        ._Table_{
            .table_td_chGroup{
                .tr_chGroup{
                    
                    text-align: left;
                    display: inline-block;
                }
            }
        }
        .ant-divider-vertical{
            top: -8 / @px-unit;
        }
    }
}

.operationBtn_Div{
    display: inline-block;
    align-items: center;
}
.opraBtn{
    padding: 0 !important;
}


._DefaultCfg_ {
    .DefaultCfgLine {
        display: flex;
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        width: 800 / @px-unit;
        .wrapCol{
            flex:inherit;
            button {
                width: 130 / @px-unit;
            }
        }
        .DefaultTip {
            margin-left: 40 / @px-unit;
            display: flex;
            align-items: center;
        }
    }
}




._Dsiplay_ {
    .page-swrap{
        width: 100%;
        display: flex;
        .ant-divider-horizontal {
            margin: 5 / @px-unit;
            width:85%;
            min-width:85%;
        }
        .main-screen-swrap{
            width: 50%;
        }
        .extra-screen-swrap{
            width: 50%;
        }
    }
}


._Maintenance_ {
    .AutoReboot{
        display: flex;
        .TimeSelect{
            margin-left: 5/@px-unit;
        }
    }
    .label-normal-behind {
        color: @buttonDangerTextH;
    }
}

._VersionInfo_ {
    .SystemVersion {
        width: auto !important;
    }
    .achor_info {
        .label-normal {
            color: @achor_infoColor;
            cursor: pointer;
            &:hover {
                color: @achor_infoHoverColor;
            }
        }
    }
    .serialNumber {
        width: 216px;
        height: 216px;
        padding: 8px;
        background-color: #FFF;
    }
}



._OSD_ {
    overflow-y: hidden !important;
    
    
    

    &.MainPage .ant-spin-container{
        display: flex;
        
    }

    &plugin {
        .ptz_container {
            display: flex;

            .step_zoom_container {
                display: flex;
                flex-direction: column;
                justify-content: center;

                ._PtzZoom_ {
                    width: 80%;
                }
            }
        }
    }

    &config {
        margin: 0 20/@px-unit;
        overflow-y:auto;
        .channelTitleColor{
            .colorBox(@posCheckbox);
            
            .ant-checkbox + span {
                padding: 0;
            } 
        }

        .title {
            display: flex;
            justify-content: space-between;
            

            &_checkbox {
                flex: 2;
                &.use_switch .label-normal {
                    float: right;
                    margin-left: 15/@px-unit;
                }
            }

            .setting_button {
                flex: 1;
                display: flex;
                justify-content: flex-end;
            }
        }

        .show_extend {
            display: flex;
        }
        .cover_zone_container {
            display: flex;
            .label-normal-wrapper {
                width: auto !important;
                
                min-width: auto;
            }
        }

        

        .cover_zone {
            width: 30/@px-unit;
            height: 30/@px-unit;
            padding: 0;
            margin: 5/@px-unit;
    
            &.selected {
                color: @buttonNormalTextA !important;
                border-color: @formInputBgA !important;
    
                &:focus {
                    color: @buttonNormalTextA !important;
                    border-color: @formInputBgA !important;
                }
            }
    
            &[disabled] {
                opacity: .5;
                &:hover,
                &:active,
                &.active{
                    opacity: .5;
                }
            }
        }

        
        
        

        .privacy_mask {
            display: flex;
            justify-content: space-between;
            
        }

        .color_picker {
            &_button {
                display: inline-block;
                cursor: pointer;
                width: 50/@px-unit;
                display: flex;
                align-items: center;
                justify-content: center;

                svg {
                    width: 10/@px-unit;
                    height: 10/@px-unit;
                    margin-top: 5/@px-unit;
                    margin-left: 6/@px-unit;
                }
            }

            &.disabled {
                .color_picker_button {
                    cursor: not-allowed;
                    pointer-events: none;
                }
            }
        }

        .color_picker_container {
            position: absolute;
            z-index: 2;

            .twitter_picker {
                position: fixed;
                z-index: 10;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
        }

        &_exceptch {
            
            max-height: 660/@px-unit;
            min-height: 400/@px-unit;
            padding-right: 60/@px-unit;
            > div:first-child {
                display: inline-block;
            }
        }
    }

    &table {

        .ant-table-container {
            width: 550/@px-unit !important;
        }
        .editable-cell-value-wrap {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: normal;
        }

        .label-normal-wrapper {
            width: auto !important;
            min-width: auto;
        }
    }

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }
}



@fixButtonHeight: 66 / @px-unit;
@titleHeight: 50/@px-unit;
@leftMenuWidth:200/ @px-unit;

.manage-grid-successIcon {
    .svgOut(@successIcon) !important;
    .svgFont(20);
}

.manage-grid-errorIcon {
    .svgOut(@errorColor) !important;
    .svgFont(20);
}

._AlarmGroupManage_ {
    overflow: hidden;
    .page-view {
        display: flex;
        height: 100%;

        .armedStatus-icon{
            .svgOut(@successIcon) !important;
        }

        .left-menu {
            flex: none;
            width: @leftMenuWidth;
            border-right: 1/@px-unit solid @--component-border;

            .title {
                display: flex;
                width: 100%;
                background-color: @--navTitle-bg;
                height: @titleHeight;
                justify-content: space-between;
                align-items:center;
                padding-left: 8/@px-unit;
                font-weight: 700;
                font-size: 14/@px-unit;
                line-height: @titleHeight;
                color:.color_A(@--navTitle-bg)[];

                
                border-bottom: 1/@px-unit solid @--component-border;

                .cus_icons {
                    cursor: pointer;
                }
            }

            .group-sideMenu {
                overflow-y: auto;
                height: calc(100% - @titleHeight);
                
                .menu-item {
                    cursor: pointer;
                    display: flex;
                    height: 50/@px-unit;
                    padding: 0 10/@px-unit 0 0;
                    border-bottom: 1/@px-unit solid @--component-border;
                    line-height: 50/@px-unit;
                    .cus_icons {
                        line-height: 60/@px-unit;
                    }
                    .group-status {
                        margin-right: 4/@px-unit;
                    }
        
                    .group-name {
                        flex: 1;
                    }
        
                    .group-operation{
                        flex: none;
                        visibility: hidden;
                        cursor: pointer;
                    }


                    &:hover {
                        .group-operation{
                            visibility: visible;
                        }
                    }
                }

                .active-menu-item{
                    background-color: @--menu-bg;
                }
            }
        }

        .table-content {
            width: calc(100% - @leftMenuWidth);
            padding: 0  10/@px-unit  10/@px-unit;

            .btn-bar {
                display: flex;
                justify-content: space-between;
                width: 100%;

                .btn-left {
                    display: flex;
                }

                .label-div-Container {
                    margin-right: 8 / @px-unit;
                }
            }

            ._Table_ {
                margin-top: 0;
                height: calc(100% - @titleHeight);
                margin-right: 1/@px-unit;

                .infoIcon {
                    .svgFont(24);
                }
    
                >.m-table-showEmpty {
                    height: 100%;
                    >.ant-table-wrapper{
                        height: 100%;
    
                        .ant-table{
                            height: 100%;
                            >.ant-table-container{
                                height: 100%;
                            }
                        }
                    }
                }
    
                .ant-table-body {
                    min-height: calc(100% - @titleHeight);
                }
            }

            
            
            
            

            
            
            
            
        }
    }
}

.side-button {
    background-color: transparent;
    border: none;
    outline: none;
}


._RemotePassword_ {
    .page-view {
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
        .manage-grid-unInitIcon {
            
            .svgFont(20);
        }
        .manage-grid-errorIcon {
            .svgOut(@errorIcon);
            .svgFont(20);
        }
        .manage-grid-successIcon {
            .svgOut(@successIcon);
        }    
    }
}



._ImageAttr_{
    
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab{
        padding: 0 5/@px-unit 0 0;
    }
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab{
        margin:5/@px-unit 0 0 0;
    }
    .ant-tabs-left{
        margin-left: -10/@px-unit;
    }

    
    .ant-picker{
        width: 127/@px-unit;
    }
    .label-normal-behind {
        
        min-width: 25/@px-unit !important;
        
        width: auto;
    }
    *:focus{
        outline-width: 0px; 
    }
    .ant-tabs-content-holder{
        min-height: 250/@px-unit;
    }
    
    .ant-spin-container {
        .ant-row {
            flex-flow: row nowrap;
        }
    }
}
._SideView_{
    ._ImageAttr_{
        .ant-tabs-nav{
            .ant-tabs-tab-btn{
                min-width:auto;
                padding-left:10/@px-unit;
                width: 188/@px-unit;
                height: 36/@px-unit;
                text-align: left;
                border: 0/@px-unit;
                line-height: 36/@px-unit;
                background-color: inherit;
            }
            .ant-tabs-tab-active {
                .ant-tabs-tab-btn{
                    background-color: @current;
                    color: .color_A(@current);
                }
            }
        }
        
        .ant-tabs-nav .ant-tabs-tab-disabled .ant-tabs-tab-btn{
            color: @pageTextD;
        }
    }
}

.AudioFileList {
    
    
    
    padding: 30 / @px-unit; 
    .select_box {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 40 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 190 / @px-unit;
    }
}
.file-modal {
    width: 360 / @px-unit !important;
    .file_alarm {
        text-align: center;
    }
}

._VideoLoss_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
}


._IpcExtAlarm_ {
    &line {
        display: flex;
    }
    .container_left {
        width: 576 / @px-unit;
    }
}

._PIRAlarm_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    ._checkbox_pad_ {
        padding-left: 186 / @px-unit;
    }
}


.echart_lengend_color{
    color: @pageTextN;
}
.echart_line{
    color: @pageBorderN;
}


._AlarmInfo_{
    .period {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .table {
        min-height: 440px;
        .ant-table {
            min-height: 440px !important;
        }
        .ant-empty-normal {
            margin-top: 140px;
        }
        .table-header {
            text-align: center;
            user-select: none;
        }
        .table-icon {
            cursor: pointer;
        }
    }
    .table-text {
        position: absolute;
        right: 1.14285714rem;
        transform: translateY(-50px);
    }
    .backup {
        width: 100px;
    }
    & :nth-child(5) {
        text-align: right;
        margin-right: 1.14285714rem;;
    }
}



.detail-table {
    border: 1px solid @tableBorderN;

    .detail-list-item {
        display: flex;
        color: @tableTextN;
        border: none !important;

        &:hover {
            color: .color_A(@tableOddBgN)[];
        }
        .detail-key {
            width: 30%;
            text-align: center;
        }
        .detail-val {
            width: 70%;
            text-align: center;
        }
        p {
            margin: 0;
        }
    }
    .detail-list-item-odd {
        background-color: @tableEvenBgN;
    }
    .detail-list-item-even {
        background-color: @tableOddBgN;;
    }
}

.detail-footer {
    display: flex;
    justify-content: space-between;
}



._AlarmSubscription_ {
    display: flex;

    .form {
        width: 40%;
        .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            .checkbox {
                width: 50%;
                .label-normal-container {
                    width: 100%;
                }
            }
        }

        .audio {
            width: auto !important;
        }
    }

    .table {
        width: 50%;
    }

    
    .fileButton{
        width: 100px;
        height: 32px;
        text-align: center;
        line-height: 24px;
        max-width: 150px;
        min-width: 100px;
        padding: 4px;
        cursor: pointer;
    }
    .fb_active{
        border: 1px solid @pageBorderN;
        color:@pageTextN;
        &:hover{
            color:@pageTextA;
        }
    }

    .fb_disabled {
        border: 1px solid @iconColorD;
        color:@iconColorD;
        background-color: @buttonNormalBgN;
        cursor: default;
    }
    .fileInput{
        display: none;
    }
}



._PreventAlarm_ {
    
    
    

    .line-row {
        display: flex;
    }
}


._Backup_ {
    ._BackupSelector_ {
        ._BackupSelector_fistline,
        ._BackupSelector_secondline ,
        ._BackupSelector_thirdline ,
        ._BackupSelector_fourline  {
            display: flex;
            ._BackupSelector_formatbutton,
            ._BackupSelector_scanbutton,
            ._BackupSelector_typeselect,
            ._BackupSelector_streamtypeselect {
                margin-left: 30/@px-unit;
            }
            ._BackupSelector_diskSize {
                margin-left: 40/@px-unit;
                width: 300 / @px-unit;
            }
        }
        ._BackupSelector_button {
            width: 100%;
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }
    ._BackupGrid_ {
        ._Table_ {
            margin-bottom: 25/@px-unit;
        }
        ._Table_ .ant-table-body {
            min-height: 290 / @px-unit;
            tbody {
                .ant-table-row {
                    &.ant-table-row-selected {
                        td {
                            background: transparent;
                        }
                    }
                    .ant-table-cell {
                        &.ant-table-column-sort {
                            background: transparent;
                        }
                    }
                }
            }            
        }        
        .fileType_blank {
            display: inline-block;
            width: 8/@px-unit;
            height: 8/@px-unit;
            margin-right: 10/@px-unit;
        }
        .fileType_general {
            background: @general;
        }
        .fileType_detect {
            background: @detect;
        }
        .fileType_alarm {
            background: @alarm;
        }
        .fileType_detectAlarm {
            background: @detectalarm;
        }
        .fileType_ivs {
            background: @ivs;
        }
        .fileType_pos {
            background: @pos;
        }
        .fileType_jpg {
            background: @jpg;
        }
        .fileType_card {
            background: @card;
        }
        ._BackupGrid_button {
            width: 100%;
            .label-div-Container {
                margin-top: -10/@px-unit;
            }
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
            ._BackupGrid_capacity {
                margin-left: 140/@px-unit;
                text-align: right;
            }
            ._BackupGrid_process {
                display: flex;
                padding-top: 10/@px-unit;