                padding: 0 0;
            }
        }
        .add {
            .svgOut(.color_N(@tableBgN)[]);
        }
        .ant-table.ant-table-bordered {
            & > .ant-table-container {
                table {
                    border-top: 0px;
                    & > tbody {
                        tr {
                            
                            
                            
                            &.ZD-selected-row {
                                background-color: @tableOddBgN !important;
                                td {
                                    color: .color_A(@tableOddBgN)[] !important;
                                }
                            }
                            
                            &.ZD-selected-row.ZD-highlight-row {
                                background: @tableBgA  !important;
                                td {
                                    color: .color_A(@tableBgA)[] !important;
                                }
                            }
                            
                            &.ZD-unselected-row.ZD-highlight-row {
                                background: @tableBgA  !important;
                            }
                        }
                    }
                }
            }
        }
    }
}


._ChannelSelect_ {
    
    padding-top: inherit; 
    .check-box-group-wrapped {
        .ant-checkbox-group .ant-checkbox-wrapper {
            width: 160 / @px-unit !important;
            margin-top: 10 / @px-unit;
        }
        .label-normal-wrapper {
            width: 100% !important;
        }
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
    }
    width: 400 / @px-unit !important;
    ._ChannelSelect_box {
        overflow-y:auto;
        height: 250 / @px-unit;
    }  
}


._OSDPlugin_ {
    
    width: 460/@px-unit;
    padding: 5/@px-unit;
    &ocx {
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
}



._SplitScreen_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    &title{
        padding: 0 10/@px-unit;
        line-height: 40/@px-unit;
        color: @pageTextN;
        font-size: 14/@px-unit;
        background-color: @fisheye_title;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 10/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        height:40/@px-unit;
        width:40/@px-unit;
        margin:10/@px-unit;
        font-size:40/@px-unit!important;
        svg:hover {
            path:first-child {
                fill:@fisheye_iconHover!important;
            }
        }
    }
    &active{
        svg path:first-child{
            fill:@fisheye_actColor!important;
        }
        svg:hover {
            path:first-child {
                fill:@fisheye_actColor!important;
            }
        }
    }  
}

.fixed-button {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 66 / @px-unit;
    padding: 17 / @px-unit 10 / @px-unit;
    background-color: @BottomBarBg;
    border-top: 1px solid @BottomBarBorder;
    &.halfwidth {
        width: 87.5%;

        
    }
    &.fullwidth {
        width: 87.5%;
    }
    
    .label-normal-container {
        padding: 0 !important;
        margin: 0 10px;
    }
}
.absolute-button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 66 / @px-unit;
    padding: 17 / @px-unit 10 / @px-unit;
    background-color: @BottomBarBg;
    border-top: 1px solid @BottomBarBorder;
    width: 100% !important;
    
        
        .label-normal-container {
            padding: 0 !important;
            margin: 0 10px;
        }
}
.fixed-button,
.absolute-button {
    button {
        display: inline-block;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }
}

._RemoteAudio_ {
    
    padding-top: inherit; 
}


.add-content-box {
    padding-top: 8/@px-unit;
    .box {
        display: inline-block;
        width: 100%;
        border: 1px solid @tableBorderN;
        margin-right: 8px;
        font-size: 14rem;
        font-weight: 400;
        vertical-align: top;
        .item {
            margin: 0;
            text-indent: 10px;
            overflow: hidden; 
            text-overflow: ellipsis; 
            white-space: nowrap; 
            user-select: none;
            text-align: left;
            cursor: default;
        }
        table {
            border: 0 !important;
            .ZD-highlight-row{
                background-color: @tableBgA;
                p{
                    color: @tableTextA;
                }
            }
        }
    }

    .sub {
        display: inline-flex;
        .reducer {
            align-self: flex-start;
            transform: translateY(0.5rem);
            margin-left: 8/@px-unit;
        }
        .label-normal-container {
            padding-top: 0px !important;
        }
        ._Table_ {
            .ant-table {
                border-top: 0;
                border-left: 0;
                border-right: 0;
            }
        }
    }
}


.LayoutOcxLeft{    
    .leftOcx{        
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
}
.ocxRight{   
    padding-left: 15/@px-unit;
    flex: 1;
}
.ocxBottom{
    padding-top: 15/@px-unit;
    width: 450/@px-unit;
    height: 120px;
}


._BackupWindow_ {
    
    padding-top: inherit; 
}
.backupModal{
    width: 650/@px-unit !important;
    .label-normal-container {
        padding-top: 0 !important;
    }
}


._AlarmController_ {
    margin-top: 20 / @px-unit;
    .mode {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .textItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 6 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .radioItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            line-height: 16 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }

    .status {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .checkboxItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }
}


.WinPreview {   
    .WinPreview_ocx {
        background-color: @iconBgColor;
        height: 285/@px-unit;
        img {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
        }
        &_ocx {
            width: 100%;
            height: 100%;
        }
    }
    &_footer{
        position: relative;
        top: 0;
        background-color: @winpreview_footer_Bg;
        padding: 0 10/@px-unit;
        flex-direction: row-reverse;
        align-items: center;
        .sub_footer {
            height: 40/@px-unit;
            display: flex;
            align-items: center;
        }
        .footer_control {
            flex:1;
            span {
                padding: 0 10/@px-unit;
                width: 90/@px-unit;
            }
            .control_slider,.ant-slider-disabled{
                flex:1;
                position: relative;
                margin:0!important;
                line-height: 12/@px-unit;
                .ant-slider-rail {
                    background-color: @sliderBgN !important;
                    height: 3/@px-unit;
                }
                .ant-slider-handle{
                    width: 8/@px-unit!important;
                    height: 8/@px-unit!important;
                    margin-top: -3/@px-unit;
                    border-radius: 0;
                }
            }
        }
        .footer_button {
            position: relative;
            justify-content: space-between;
            .footer_icon {
                display: flex;
                padding: 0 10/@px-unit;
                justify-content: flex-start;
                align-items: center;

                }
                .cus_icons{
                    .svgOut(.color_N(@winpreview_footer_Bg)[]);
                    &.disabled_icons{
                        .svgDisabled(.color_D(@winpreview_footer_Bg)[]);
                    }
                }
                span {
                    display: inline-block;
                    width:35/@px-unit;
                }
                .activeButton {
                    .svgOut(@current);
                }
            .timePeriods {
                position: absolute;
                top: 8/@px-unit;
                right: 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                
                &:hover > .timeButton {
                    display: flex;
                    z-index: 1; 
                }
                
                .timeButton {
                    display: none;
                    justify-content: center;
                    align-items: center;
                    cursor:pointer;
                    width: 34/@px-unit;
                    height: 22/@px-unit;
                    box-sizing: content-box;
                    border-radius: 5/@px-unit;
                    background-color: @buttonNormalBgN;
                    padding: 2/@px-unit 2/@px-unit;
                    margin: 0 2/@px-unit;
                    font-size: 13/@px-unit;
                    color: .color_N(@buttonNormalBgN)[];
                }
                .activeButton {
                    display: flex;
                    border: 0;
                    color: @buttonActiveTextN;
                    background-color: @buttonActiveBgA;
                }
            }
        }
    }
}
._ChannelTree_{
    height: 100%;
    .page-view{
        height: 100%;
    }
}

._PicDetailsPanel_ {
    
    padding: 0 16/@px-unit 16/@px-unit 16/@px-unit; 
    .label-normal-container {
        padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
}
.ant-divider-horizontal.ant-divider-with-text{
    margin: 10/@px-unit
}
.person_div{
    padding-top: 5/@px-unit;
}
.audioFile {
    display: flex;
    .audioCheckBox{
        display: inline-block;
    }
    .audioSelect{
        display: inline-block;
    }
}



.QrCode {
    .qr-code-box {
        margin: 10 / @px-unit 20 / @px-unit;
    }

    .content-code {
        padding: 10 / @px-unit;
        background-color: @QRCodeBg;
    }

    .DescribeText {
        text-align: center;
    }

    .mask-handle {
        position: relative;

        &:hover {
            .mask {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: #fff;
                opacity: 0.6;
                cursor: pointer;
            }
        }
    }
}




.PoliceNumber_wrap{
    
}

._ManageModal_{
    .btn-list{
        display: flex;
        .manage-btn{
            margin-right: 20px;
        }
    }
}


.TargetSamplingContainer {
    width: 100%;
    
    height: @stepMainHeight_Exp;

    .canvasIcon  {
        display: none !important;
    }
    .canvasBox {
        position: relative;
        width: 100%;
        
        height: @stepMainHeight_Exp;
    }
}



._PicDetailOperateMonitor_ {
    .label-normal-container {
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
    .redClass {
        .label-normal  {
            color: @errorColor;
        }
        color: @errorColor;
    }
}

._PicDetailsVehicle_ {
    
    padding: 16/@px-unit;; 
    .label-normal-container {
        padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
}


._PicDetailsNonMotor_ {
    
    padding: 16/@px-unit;; 
    padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
}



._PicDetailHuman_ {

    .label-normal-container {
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }

    .redClass {
        .label-normal  {
            color: @errorColor;
        }
        color: @errorColor;
    }
}


._IPSpeakerModal_{
    .blueIEBrowser {
        .svgOut(@IEBrowerColor);
    }
    .manage-grid-successIcon {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .manage-grid-errorIcon {
        .svgOut(@errorColor);
        .svgFont(20);
    }
}

.IPSpeaker_wrap {
    display: flex;
    align-items: center;
}





































































































































            





















































.http-push {
    display: flex;
    .label-normal-behind {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: normal;
    }
}


._PicViewList_ {
    
    height: 700/@px-unit;
    .ant-row{
        max-height: 680/@px-unit;
        overflow:auto;
    }
    .ant-spin-nested-loading {
        .ant-spin-container {
            .ant-list-empty-text{
                display: none;
            }
        }
    }
}



.draw {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}

.SoundLight {
    width: 100%;
    display: inline-block;
}
.SoundConfigSpace {
    margin-right: 48/@px-unit !important;
}




._ImportResult_ {
    @oprationHeight: 50 / @px-unit;

    .statusContainer {
        height: @oprationHeight;
        line-height: @oprationHeight;
        padding: 0 10 / @px-unit;
        border-bottom: 1 / @px-unit solid @pageBorderN;
        .status {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;

            .successIcon {
                .svgOut(@successIcon);
            }
            .errorIcon {
                .svgOut(@errorIcon);
            }
        }
    }
    .resultContainer {
        width: 100%;
        height: calc(@stepMainHeight_Exp - @oprationHeight);
        overflow-y: auto;

        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;

        .resultCard {
            position: relative;
            width: 220 / @px-unit;
            height: 180 / @px-unit;
            margin: 8 / @px-unit;
            background-color: @aiPanel_cardBg;

            .cardPic {
                width: 100%;
                height: 150 / @px-unit;

                img {
                    width: 100%;
                    height: 100%;
                }
            }
            .buildStatus {
                width: 100%;
                height: 30 / @px-unit;
                line-height: 30 / @px-unit;
                background-color: @aiPanel_box_bottom-color;
                cursor: pointer;

                .success {
                    color: @successColor;
                }
                .error {
                    color: @errorColor;
                }
            }
        }
    }
}



._ImportBaseContainer_ {
    max-width: 450 / @px-unit;
    margin: 0 auto;
    text-align: center;

    .channelList {
        padding: 10 / @px-unit 0;
        border-bottom: 1 / @px-unit solid @pageBorderN;
    }
}




._MaterialSelection_ {
    @oprationHeight: 50 / @px-unit;

    .oprationContainer {
        height: @oprationHeight;
        padding: 0 10 / @px-unit;
        border-bottom: 1 / @px-unit solid @pageBorderN;
    }
    .materialContainer {
        width: 100%;
        height: calc(@stepMainHeight_Exp - @oprationHeight);
        overflow-y: auto;

        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        
        .materialCard {
            position: relative;
            width: 220 / @px-unit;
            height: 180 / @px-unit;
            margin: 8 / @px-unit;
            background-color: @aiPanel_cardBg;

            .checkbox {
                position: absolute;
                top: 0;
                left: 10 / @px-unit;
            }
            .cardPic {
                width: 100%;
                height: 100%;

                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
}


._AlarmOutChn_ {
    
    padding-top: inherit; 
}


.deviceInfoContainer{
    display: flex;
    justify-content: space-between;
    .device-info-modal{ 
        width: 370 / @px-unit;
        margin: auto;
        .device-info-buttons{
            display: flex;
            justify-content: space-evenly;
        }
    }
    .deviceInfoButon{
        display: flex;
        justify-content: center;
    }
    .QRCode-pagination{
        display: flex;
        justify-content: center;
    }
    .DescribeText{
        width: 415/@px-unit;
        height: 32 /@px-unit;        
        line-height: 32 /@px-unit;
        
        .label-normal,.label-normal-behind{
            
        }
        margin-left: 20 / @px-unit;
        align-items: left;
        text-align:left !important;
    }
    .HomeQRCode{
        border-left: 1 / @px-unit solid @--split;
    }
    .pageLine{
        width: 50 / @px-unit;
        min-width:150 /@px-unit;
        margin-top:0;
        float: right;
        .pageLineLeft{  
            padding-right: 10 / @px-unit;
            
            .ant-btn-default{
                display: none;
            }
        }
        .pageLineRight{
            display: none;
        }
        
        .ant-pagination-simple-pager{
            line-height: 32 / @px-unit;
            
        }
        .ant-pagination-total-text{
            display: none;
        }
    }
}



._PtzSet_ {
    height: auto;
    &.ant-tabs.ant-tabs-top {
        padding-left: 0;
        .ant-tabs-nav {
            .ant-tabs-nav-list {
                width: 100%;
                justify-content: space-between;
                height: 40 /@px-unit;
            }
            .ant-tabs-tab.ant-tabs-tab-active {
                border-bottom: 1px solid @current;
            }
            .ant-tabs-tab-btn {
                min-width: auto;
                background-color: transparent;
                border-color: transparent;
                .anticon.cus_icons {
                    margin: auto;
                }
            }
        }
        .PtzSetMore {
            border: 1px solid @pageBorderN;
            margin-top: 8 /@px-unit;
        }
        .anticon.cus_icons {
            font-size: 24 /@px-unit;
        }
    }
}



._Ptz_ {
    .PtzUP {
    }
}



.MultipleLinkage_tableModal {
    .playTimes,
    .delayTime {
        text-align: center;
        line-height: 20 / @px-unit;
    }
    ._Table_  {
        .ant-table-body {
            .editable-cell-value-wrap {
                padding:  0px 0px 0px 0px;
            }
            .editable-cell-value-wrap:hover {
                border-width: 0px;
                padding:  0px 0px 0px 0px;
            }
        }
    }
    .MultipleLinkage_buttons {
        div {
            display: inline-block;
        }
    }
    .filename-selector-container {
        .label-normal-container, .label-normal-wrapper, .filename-selector {
            width: 100% !important;
        }
    }
}
.startAndEndTimePicker {
    .time-select-wrapper {
        display: flex;
        width: 100%;
        &>div {
            width: 100%;
            padding-top: 0rem !important;
            &>div {
                width: 100%;
    
            }
        }    
    }
}


._Ptz_ {
    .PtzCtrl {
        height: 160 / @px-unit;
        display: flex;
        justify-content: space-between;
        ._PtzCtrl_header_bg {
            text-align: center;
            margin: 0;
            width: 160 / @px-unit;
            height: 160 / @px-unit;
            ._PtzCtrl_header_bg_icon {
                font-size: 160 / @px-unit;
            }
            ._PtzCtrl_header_el {
                width: 160 / @px-unit;
                height: 160 / @px-unit;
                display: flex;
                flex-wrap: wrap;
                flex-direction: row;
                position: absolute;
                justify-content: flex-start;
                cursor: default;
                top: 0;
                left: 0;
                ._PtzCtrl_header_el_div {
                    width: 33.3%;
                    height: 33.3%;
                    &.LeftUp span{             
                        margin-top: 40%;
                        margin-left: 15%;
                    }
                    &.RightUp span{
                        margin-top: 40%;
                        margin-right: 15%;
                    }
                    &.Left span, &.MenuLeft span{
                        margin-top: 28%;
                        margin-left: -50%;
                    }
                    &.Right span, &.MenuRight span{
                        margin-top: 28%;
                        margin-right: -50%;
                    }
                    &.LeftDown span{             
                        margin-top: 20%;
                        margin-left: 15%;
                    }
                    &.RightDown span{             
                        margin-top: 20%;
                        margin-right: 15%;
                    }
                    &.Down span, &.MenuDown span{             
                        margin-top: 55%;
                    }
                    &.Center span, &.Enter span{             
                        margin-top: 30%;
                    }
                }
                .anticon{
                    font-size: 24 / @px-unit!important;
                    cursor: pointer;
                }
            }
        }
    }
}



._Ptz_ {
    .PtzZoom {
        width: 254 /@px-unit;
        height: 40 /@px-unit;
        margin: auto;
        margin-top: 24 /@px-unit;
        border: 1px solid @pageBorderN;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}



._Ptz_ {
    .PtzSpeed {
        display: flex;
        flex-direction: column;
        .ant-slider.ant-slider-vertical.ant-slider-with-marks {
            margin-top: 20 /@px-unit !important;
        }
        .ant-slider-dot {
            width: 0;
            height: 0;
            border: 0;
        }
        .ant-slider-mark {
            left: -11 /@px-unit;
        }
        .ant-slider-mark-text {
            color: @pageTextN;
        }
    }
}

.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;

        .label {
            width: 5.5rem !important;
        }

        .label-normal {
            width: 5.3rem !important;
        }

        .wrapped {
            width: auto !important;
            padding-top: 5px;
        }

        .label-wrapper {
            
            transform: translateY(-1px);
            .labelSlider{
                .labelSlider-center{
                    margin-left: 0;
                }
            }
        }

        .label-behind {
            position: absolute;
            right: 45px;
        }

        .label-div-Container {
            width: 350px;
        }

        .area {
            width: 22px;
            height: 22px;
            cursor: pointer;
        }

        .selected {
            border: 3px solid #13161b;
        }
    }
}


._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;
    }
}


._MenuView_ {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    &.bgImage {
        background-image: url('/static/media/@{themeMainImage}.jpg');
    }
    .MenuView-Carousel{
        color: @MenuViewItemTitleTextN;
        width: 95%;
        height: 95%;
        position: absolute;
        top: 4vh;
        
        margin-left: 3%;
        background-color: @MenuViewBg;
    }
    .MenuView-Carousel-Page {
        padding: 5vh 1vw;
    }
    .ant-card {
        background-color: inherit;
        color: @MenuViewItemTitleTextN;
        cursor: pointer;
    }
    .ant-card-grid {
        box-shadow: none;
        padding: 1vw;
    }
    .MenuView-Card:hover {
        position: relative;
        z-index: 1;
        color: @MenuViewItemTitleTextA;
        box-shadow: 0 0px 8px @MenuViewItemShadowA;
        .ViewItem-CardItem-Message {
            color: @MenuViewItemContentTextA;
        }
        background-color:@MenuViewBgA !important;
    }
    .ant-image-img {
      width: 7.5vw;
    }
    .ViewItem-CardItem {
        height: 22vh;
        .ViewItem-CardItem-Row{
            height: 100%;
        }
    }
    .ViewItem-CardItem-Icon {
        font-size: 0;
        font-weight: bold;
    }
    .ViewItem-CardItem-Title {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .ViewItem-CardItem-Message {
        font-size: 1.1rem;
        color: @MenuViewItemContentTextN;
    }
    .pageContain {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 57vh;
        left: 41vw;
        .label-normal-wrapper{
            height: 44/@px-unit;
        }
    }
    .pagination {
        z-index: 20;
        width: 100%;
        text-align: center;
    }
    .swiper-pagination-switch {
        position: relative;
        display: inline-block;
        width: 12/@px-unit;
        height: 12/@px-unit;
        border-radius: 50%;
        background: @MenuViewPageSwitchSvgN !important;
        margin: -1/@px-unit 10/@px-unit;
        border: transparent;
        cursor: pointer;
    }
    .swiper-active-switch {
        width: 16/@px-unit;
        height: 16/@px-unit;
        margin: -2/@px-unit 10/@px-unit;
        background: @MenuViewPageSwitchSvgA !important;
    }
    .swiper-button {
        font-weight: bold;
        z-index: 20;
        &.prev {
            &:hover {
                color: @MenuViewPageSwitchSvgA;
            }
        }
        &.next {
            &:hover {
                color: @MenuViewPageSwitchSvgA;
            }
        }
        &[disabled], &[disabled]:hover{
            .cus_icons{
                .svgDisabled(@MenuViewPageSwiperSvgD); 
            }        
        }
        &:not([disabled]){
            .cus_icons{
                .svgOut(@MenuViewPageSwiperSvgN);
            }
        }
    }

    
    [class*="m-h-icon"] {
        display: inline-block;
        width: 80/@px-unit;
        height: 80/@px-unit;
    }
}
._MenuView4_{
    &.bgImage {
        background-image:none !important;
        background-color: @--bg;
    }
}


._AIOverView_ {
    
    
    
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    &>div {
        height: 100%;
    }
    
    
    .main-page-loading{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .AIOverview_PageView {
        height: 100%;
        .progress{
            padding-right: 24/@px-unit;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            .progress-describe{
                display: flex;
                justify-content: flex-end;
                .suc-color{
                    color: @status-success-stroke-1-normal;
                }
                .warn-color{
                    color: @status-warning-stroke-1-normal;
                }
                .err-color{
                    color: @status-error-stroke-1-normal
                }
            }
            .progress-view{
                width: 240/@px-unit;
            }
            .suc-color{
                .ant-progress-bg{
                    background-color: @status-success-stroke-1-normal;
                }
            }
            .warn-color{
                .ant-progress-bg{
                    background-color: @status-warning-stroke-1-normal;
                }
            }
            .err-color{
                .ant-progress-bg{
                    background-color: @status-error-stroke-1-normal;
                }
            }
        }
        
        .tab-menu {
            height: 100%;
            
            overflow-y: hidden;
            &.tab-hide {
                visibility: hidden;
            }
            
            .ant-tabs-top {
                overflow-y: hidden;
                overflow-x: hidden;
            }
        }
        .tab-menu>.ant-col {
            position: static;
            height: 100%;
        }     
        
        .tab-menu>.ant-col>.ant-row:nth-child(2) {
        height: calc(100% - 50px);
        overflow-y: auto;
        }
    
        
        .AIOverview_PageContent {
            padding: @mainPagePadding;
            height: 100%;
            .same-line {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                .right{
                    display: flex;
                    align-items: center;
                    .search-input{
                        margin-right: 12/@px-unit;
                    }
                }
            }
            .table-same-line {
                display: flex;
                align-items: center;
                justify-content: center;
                &>div{
                    height: 24/@px-unit;
                }
            }
            ._Table_ {
                .ant-table-cell-fix-left,.ant-table-cell-fix-right {
                    background-color: transparent !important;
                }
                .ant-table.ant-table-bordered > .ant-table-container {
                    .ant-table-header, .ant-table-body {
                        thead, tbody {
                            tr > .ant-table-cell-fix-right-first::after {
                                border: 0;
                            }
                        }
                    }
                }
                .ant-table-cell-row-hover {
                    background-color: transparent !important;
                }
                .ant-table-filter-column {
                    justify-content: flex-start;
                }
                .ant-table > .ant-table-container {
                    td, th {
                        padding: 0 12/@px-unit !important;
                    }
                }
                .success {
                    .svgOut(@successColor);
                }
                .disable {
                    .svgOut(@iconColorD);
                }
                svg {
                    width: 24/@px-unit;
                    height: 24/@px-unit;
                }
                .edit_icon {
                    svg {
                        width: 30/@px-unit;
                        height: 30/@px-unit;
                    }
                }
            }
        }

        .refresh_btn button{
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .view-mode {
            .ant-row.tab-menu {
                width: 100%;
                .ant-tabs.ant-tabs-top {
                    width: 100%;
                }
            }
        }
        .route-modal {
            height: 100%;
            &-page {
                height: 100%;
            }
        }
    }
}

.aioverview_tooltip_icon{
    .ant-popover-inner{
        padding: 8/@px-unit 12/@px-unit;
        .table-icon-tooltip{
            div{
                display: flex;
                justify-content: center;
                &>span:first-child{
                    margin-right: 8/@px-unit;
                    color: @neutral-fg-3-normal
                }
            }
            .tooltip-left-green {
                color: @status-success-fg-1-normal
            }
        }
    }
}

.aioverview_process_popover {
    .ant-popover-inner{
        padding: 0 12/@px-unit 8/@px-unit 12/@px-unit;
        .pop-content{
            width: 300/@px-unit;
            line-height: 32/@px-unit;
            .pop-tab{
                padding-top: 8/@px-unit;
                border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
                display: flex;
                justify-content: space-between;
            }
            &>.pop-tab:last-child {
                border-bottom: 0;
            }
            .pop-right{
                text-align: end;
            }
        }
    }
}

._PlaybackIndex_ {
    
    
    
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    &layout {
        height: 100%;
        width: 100%;
        display: flex;
    }
    &center {
        background-color: @ocxBg;
        border-left: 1px solid @ocx_Border;
        border-right: 1px solid @ocx_Border;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        &_plugin {
            flex: 1 1 auto;
            display: flex;
            flex-flow: inherit; 
            .ocxLocation {
                flex-grow: 1;
            }
        }        
    }

    &right {
        
        width: 308px;
        background-color: @playback_Right_Bg;
        .ant-layout-sider-children {
            display: flex;
            flex-direction: column;
        }
    }
    
    .playback_close_icon, .playback_search_icon {
        display: none;
    }
}



._PreviewIndexView_ {
    
    
    
    padding-top: inherit; 
    height: 100%;
    display: flex;
   
    &left {
        width: 240 / @px-unit;
        background-color: @preview_Left_Bg;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        &_fastPreview {
            height: auto;
            flex: 0 0 auto;
        }
        &_channelList {
            flex: 1 1 auto;
            overflow-y: auto;
            margin-top: 20 / @px-unit;
            border-top: 1px solid @pageBorderN;
            border-bottom: 1px solid @pageBorderN;
        }
        &_bottomBtn {
            
            flex: 0 0 auto;
            margin-bottom: 40 / @px-unit;
        }
    }

    &center {
        border-left: 1px solid @ocx_Border;
        border-right: 1px solid @ocx_Border;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        &_plugin {
            display: flex;
            flex: 1 1 auto;
            flex-flow:inherit;
            background-color: @preview_center_plugin_Bg;
            .ocxLocation{
                flex-grow:1;
            }
        }
        &_bottom {
            height: 60 / @px-unit;
            flex: 0 0 auto;
            background-color: @preview_center_bottom_Bg;
            display: flex;
            justify-content: space-between;
            padding: 0 10 / @px-unit;
            
            .cus_icons{
                .svgOut(.color_N(@preview_center_bottom_Bg)[]);
                &.active_icons {
                    .svgOut(@current);
                }
            }
            &_left {
                display: flex;
                align-items: center;
            }
            &_right {
                display: flex;
                align-items: center;
            }
        }
    }
    &ai_preview {
        width: auto;
        height: 100%;
    }
    &right {
        width: 200 / @px-unit;
        background-color: @preview_Right_Bg;        
        overflow-y: auto;        
        ._preview_right_header_title {
            height: 35 / @px-unit;
            background-color: @preview_right_tabTitle_Bg;
            color: .color_N(@preview_right_tabTitle_Bg)[];
            display: flex;
            align-items: center;
            width: 200 / @px-unit;
            padding-left:4 / @px-unit;
        }
        .ptz_set_pd {
            padding-left: 15 / @px-unit;
        }
        .ant-layout-sider-children {
            display: flex;
            flex-direction: column;
        }
        &_alarmout {
            min-width: 200/ @px-unit;
            ._ChannelGroup_ div:nth-child(2) .chn_btn {
                margin-left: 0 !important;
            }
            .ant-space-item{
                padding-left: 10/@px-unit;
            }
        }
    }
    ._PreviewIndexView_left{
        .ant-divider-horizontal{
            margin:10 / @px-unit 0 ;
        }
    }
    ._AIPreviewIcon_.isActive {
        .svgOut(@current);
    }
}



._PicturePlay_{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    &box {
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
        border: 1px solid @urgentRecord_defBorder;
        background-color: @urgentRecord_defBg;
        color:@urgentRecord_defText;
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  10/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


.PicturePlayWinPreviewWarp{
    .ant-modal {
        
        width: 449px !important;
    }
}


._AlarmOut_ {
    
    
    
    padding-top: inherit; 
    position: relative;
    &up{
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: @preview_ChnlTextN;
      padding:10/@px-unit 15/@px-unit;
      ._AlarmOut_header_bg_icon{
        .svgOut(@preview_ChnlTextN);
      }
    }
    .active{
        border-color: @alramOut_actBorder;
        color:@alramOut_actText;
    }
    .label-div-Container{
        width:35/@px-unit;
        height:45/@px-unit;
    }
   

    ._AlarmOut_right_header_title {
        height: 35 / @px-unit;
        background-color: @preview_right_tabTitle_Bg;
        color: .color_N(@preview_right_tabTitle_Bg)[];
        padding-left: 10 / @px-unit;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .ant-menu{
        background: @preview_right_tabTitle_Bg !important;
        color: @pageTextN;
        height: 35 / @px-unit;
        width: 100%;
    }
    .ant-menu-horizontal {
        border-bottom-color: @preview_right_tabTitle_Bg;
    }
    .ant-menu-horizontal:not(.ant-menu-dark) {
        .ant-menu-item {
            height: 30 / @px-unit;
            margin-top: 2 / @px-unit;
            line-height: 30 / @px-unit;
            width: 49%;
            padding: 0 10 / @px-unit;
            display: flex;
            justify-content: center;
            span {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
        }
        .ant-menu-item:hover::after,
        .ant-menu-item-selected::after {
            border-bottom: 0px solid transparent;
        }
        .ant-menu-item-selected {
            background: @preview_right_ptzZoom_Bg !important;                
            border-radius: 5 /@px-unit;                
            span {                   
                background: @preview_right_ptzZoom_Bg;
                color: @pageTextA;
            }                
        }
        .ant-menu-item:hover {
            color: @pageTextN;