    
    
    .ivsParameterSet;

    
    .objectSwitch {
        width: 200 / @px-unit !important;
    }
    .TrackTime {
        width: 200 / @px-unit !important;
    }

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }
}


._CrowdDistriRuleConfig_ {
    * {
        font-family: "arial", "Microsoft YaHei UI", "Microsoft YaHei" !important;
    }
}



._HeatMapTemperReport_ {
    .week-label {
        width: 100%;
        padding: 0 10%;
        .week-label-wrap {
            width: 100%;
            display: flex;
            .label-item {
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }
    }
    .selector-wrap {
        &green {
            .ant-checkbox-inner {
                background-color: #1ee17f !important;
            }
        }
        &red {
            .ant-checkbox-inner {
                background-color: #ff4f4f !important;
            }
        }
        &yellow {
            .ant-checkbox-inner {
                background-color: #fdfc00 !important;
            }
        }
    }
}




.modifyIpTip{
    display: flex;
    justify-content: center;
    align-items: center;
    
    .grid-successIcon {
        .svgOut(@successIcon);
    }
    .grid-errorIcon {
        .svgOut(@errorIcon)
    }
    .grid-unInitIcon {
        .svgOut(@warningColor)
    }
}

._FaceConfig_ {
    padding: 1rem;
    padding-top: 2rem;
    .optionChoice {
        margin-bottom: 30px;
    }
    .label-normal {
        margin-top: 2px;
    }
    
    
    
    .buildbutton {
        margin-top: 20px;
        width: 100px;
    }
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}
.imexModal {
    width: 650/@px-unit !important;
}

._CrowdDensity_ {
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0;
    }
}

._Normal_ {
    .range-tip {
        margin: 10px 0 5px;
    }
    .radar-img {
        width: 400px;
        height: 300px;
        margin-bottom: 20px;;

        #heatMapCanvas {
            width: 100%;
            height: 100%;
        }
    }
    .heat-instruction {
        width: 300px;
        height: 18px;
        background-image: linear-gradient(to right, indigo, blue, green, yellow, orange, red);
    }
}


._FishEye_ {
    .range-tip {
        margin: 10/@px-unit 0 5/@px-unit;
    }
    .radar-img {
        width: 300/@px-unit;
        height: 300/@px-unit;
        margin-bottom: 20/@px-unit;;
    }
    .heat-instruction {
        width: 300/@px-unit;
        height: 18/@px-unit;
        background-image: linear-gradient(to right, indigo, blue, green, yellow, orange, red);
    }
    ._fisheye_ocx {
        width: 400/@px-unit;
        height: 300/@px-unit;
        margin-bottom: 20/@px-unit;
    }
    .rule-num {
        width: 300/@px-unit;
        display: flex;
        > span:first-child {
            text-align: left;
            flex: 1;
        }
        > span:last-child {
            text-align: right;
            flex: 1;
        }
        >:not(:last-child):not(:first-child){
            text-align: center;
            flex: 2;
        }
    }
}



._VehiclesDensity_ {
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0;
    }
}

._FaceFlowStat_ {
    .condition-type {
        .label-normal-wrapper {
            width: auto !important;
        }
    }
}



.passbyNumColor {
    color: #e9d760;
}



._ImageAttr_{
   
    .label-normal-behind {
        .EQ-label-slider-behind {
            display: flex;
        }
    }
}


._HighThrowing_ {
    .fd_right {
        width: 495 / @px-unit;
    }
    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}




._PassThrough_ {
    .parameter-panel {
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        margin-left: 18 / @px-unit !important;
        height: 100%;
    }
}



._ElevatorDetect_ {
    .fd_right {
        width: 495 / @px-unit;
    }
    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}


._RuleTable_ {
    
    padding-top: inherit; 
    width: 590 / @px-unit; 
    ._Table_ {
        .ant-table-body {
            min-height: 150 / @px-unit;
        }
        .ant-table-body {
            .editable-cell-value-wrap {
                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: transparent !important;
                            }
                            &.ZD-highlight-row {
                                background: @tableBgA  !important;
                            }
                        }
                    }
                }
            }
        }
    }
}

._VideoBlind_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    &line {
        display: flex;
    }
}

._AlarmSiren_behind_btn {
    .label-div-Container {
        .label-normal-container {
            padding: 0 !important;
        }
    }
}


._ExperienceDetialModal_ {
    @preEmptyH_Exp_Detail: 200 / @px-unit; 
    @detailContentH_Exp: calc(100vh - @navMenuHeight - @preEmptyH_Exp_Detail); 

    position: absolute;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;

    .ant-modal-content {
        width: 100%;
        height: 100%;
    }

    .detailContainer {
        height: @detailContentH_Exp;

        .detailHeader {
            display: flex;

            .headerItem {
                margin-right: 30 / @px-unit;
            }
        }

        .detailContent {
            width: 100%;
            height: 100%;
            overflow: auto;

            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;
            margin-top: 15 / @px-unit;

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

                &.active {
                    box-shadow: 0 0 3 / @px-unit 2 / @px-unit @current;
                }

                .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;
                }
            }
        }

        .detailPagination {
            margin-top: 20 / @px-unit;
        }
    }
}


@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 140 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

._FaceLib_ {
    margin: 0;
    top: 0;
    width: 100vw !important;
    height: 100% !important;
    min-width: @minModalConentWidth;

    .ant-modal-header{
        width: 100%;
    }
    .ant-modal-body{
        width: 100%;
        max-width: 100%;
    }
    .ant-modal-content {
        border: none !important;
        width: 100vw;
        height: 100%;
        min-width: @minModalConentWidth;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y:auto !important;
        overflow-x: auto !important;
        .ant-modal-footer {
            position: absolute;
            overflow: hidden;
            height: @modalFooterHeight;
            width: 100%;
            bottom: 0/@px-unit;
            right: 0/@px-unit;
        }

        .picContent {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            height: 100%;

            .picLeftContent {
                width: 100%;
                height: @modalPicContentHeight;
                padding-top: 0.5rem;
                padding-left: 0.5rem;
                overflow-y: auto;
                .intel_face_box_passby {
                    width: 355/@px-unit;
                    height: 162/@px-unit;
                    margin-right: 1rem;
                    margin-bottom: 1rem;
                    background-color: @aiPanel_cardBg;
                    position: relative;
                    float: left;
                    cursor: pointer;
                    .PersonPic {
                        display: block;
                        height: 135/@px-unit;
                        width: 120/@px-unit;
                        float: left;
                    }
                    .intel_faceInfo_box_passby{
                        width: 220/@px-unit;
                        height: 100%;
                        float: left;
                        padding-right: 10/@px-unit;
                        padding-left: 5/@px-unit;
                        &>div {
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }
                    }
                }
                .picCardItem {
                    width: 280/@px-unit;
                    height: 162/@px-unit;
                    margin-right: 1rem;
                    margin-bottom: 1rem;
                    margin-top: 1px; 
                    margin-left: 1px;
                    background-color: @aiPanel_cardBg;
                    position: relative;
                    float: left;
                    cursor: pointer;

                    .PersonPic {
                        display: block;
                        height: 135/@px-unit;
                        width: 120/@px-unit;
                        float: left;
                    }

                    .InfoContent {
                        width: 55%;
                        height: 100%;
                        float: left;
                        padding-right: 10/@px-unit;
                        padding-left: 5/@px-unit;
                        &>div {
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }
                    }



                }
            }

            .picRightContent {
                width: 480 / @px-unit;
                height: @modalPicContentHeight;
                overflow-y: auto;
                .checked_div{
                    position:relative;
                    width: 150/@px-unit;
                    height: 150/@px-unit;
                    float: left;
                }
                .delete_icon{
                    position: absolute;
                    left:2rem;
                    top: 1rem;
                }
                .Thumbnail {
                    display: block;
                    width: 120/@px-unit;
                    height: 135/@px-unit;
                    float: left;
                    background-color: pink;
                    margin: 1rem 2rem;
                }
            }
        }
        .picContentLoading{
            width: 100%;
            height: 100%;
        }
        .active {
            box-shadow: 0 0 3/@px-unit 2/@px-unit @current;
        }
        .buildStatus {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 25px;
            line-height: 25px;
            background-color: @aiPanel_box_bottom-color;


        }

        .pageLine {
            margin-top: 10/@px-unit;
            display: flex;
            justify-content: space-between;
        }

        .ant-modal-body {
            padding: 10/@px-unit 24/@px-unit;
        }
    }
}
.modifyConfig {
    float: right;
}


.personRegistry {
    width: 678/@px-unit;
    min-width: 678/@px-unit;
    height: 600/@px-unit;
    min-height: 600/@px-unit;

    .ant-modal-body {
        display: flex;
        width: 100%;
        height: 450 /@px-unit;
    }

    .ant-modal-footer {
        height: 66 / @px-unit;
    }

    .facePath {
        width: 140/@px-unit;
        height: 160/@px-unit;
        margin: 0/@px-unit 20/@px-unit;
        margin-right: 40/@px-unit;
        background-size: cover;
        border: 1px dashed gray;
        position: relative;
        .person_edit_image {
            position: absolute;
            width: 100%;
            height: 30/@px-unit;
            position: absolute;
            top: 129/@px-unit;
            
            opacity:0.5;
            background-color: @com_faceRegister_edit_bg;
          }
        img{
            width:100%;
            height: 100%;
        }
        .select_Icon{
            height: 100%;
            width: 100%;
            line-height: 160/@px-unit;
        }
    }

    .personConfig {
        width: 440/@px-unit;
        height: 341/@px-unit;
    }
}

.Batchregitry {
    .batchUpload {
        width: 100%;
        height: 152/@px-unit;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            width: 46%;
            height: 100%;
            border: 1/@px-unit dashed @files_upload_box_border_color;
            cursor: pointer;
            color: @files_upload_box_font_N;
            text-align: center;
            line-height: 152/@px-unit;
            background-color: @files_upload_box_bg !important;
            .cus_icons{
                .svgOut(@files_upload_box_font_N);
            }
        }

        .upload_each:hover {
            border: 1/@px-unit dashed @--primary-5;
            color: @--primary-5;
            .cus_icons{
                .svgOut(@--primary-5);
            }
        }
        .selectTip{
            margin-top: -135/@px-unit;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }

}

.faceLibModal-btns-row {
    display: flex;
    align-items: center;
    .label-div-Container {
        
        margin-right: 10px;
    }
}

.bottombtnList {
    display: flex;
    
    
    float: right;
    .label-div-Container{
        float: right;
        margin-left: 15/@px-unit;
    }
}

.dateAddModal {
    width: 260/@px-unit;
}

.intel_smallPic_box {
    width: 140/@px-unit;
    height: 160/@px-unit;
    border: 2/@px-unit solid @com_detectsmallPic_bd;
    margin: 5/@px-unit;
    float: left;

    img {
        width: 100%;
        height: 100%;
    }
}

.intel_smallPic_box_active {
    border: 2/@px-unit solid @com_detectsmallPic_select_bd;
}

.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: @errorColor !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        }
    }
}

._FaceDetection_ {
    .fd_right {
        width: 495 / @px-unit;
    }
    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}



._WorkClothesDetection_ {
    
    
    
    .ivsParameterSet;
}



._ObjectMonitor_ {
    
    
    
    .ivsParameterSet;
}



._OperateMonitor_ {
    
    
    
    .ivsParameterSet;
}



._Template_ {
    
    
    

    .line-row {
        display: flex;
    }
}

._AttributeSearch_ {
    &line {
        display: flex;
    }

    .tabLine {
        margin-bottom: 16/@px-unit;
    }

    .cus_icons.tabs {
        margin-right: 10/@px-unit;
        font-size: 40/@px-unit;
        svg path {
            fill: @--font-r;
        }
        svg:hover {
            path {
                fill: @current;
            }
        }
    }

    .cus_icons.tabs.select svg path {
        fill: @current;
    }
}

._viewAiResult_ {
    .picData_animal_detect_imgAndInfo {
        margin-top: 20/@px-unit;
        height: 156/@px-unit;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    img {
        width: 140px;
        height: 100%;
    }
}


._NumberStat_ {
    
    
    
    .ivsParameterSet;
    height: calc(100% - 66px);
    .fieldsetCtn {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: visible;
    }
}



.MainPage {
    width: 100%;

    ._FaceReImageSearch_UploadImageDiv {
        width: 100%;
        .ant-divider-horizontal{
            margin: 1/@px-unit !important;
        }
        ._FaceReImageSearch_UploadButtons {
            width: 100%;
            margin-top: 15/@px-unit;

            .label-div-Container {
                margin-right: 15/@px-unit;
                display: inline-block;
            }

            .mostSelected_tip {
                color: @errorColor;
            }

            .clear_button {
                
                float: right;
            }
        }
        .upload_imgDiv{
            overflow-x: auto;
            width: 100%;
            overflow-x: auto; 
            height: 120/@px-unit; 
            line-height: 120/@px-unit;
            white-space: nowrap; 
            
            .upload_imgInnerDiv{    
                width: 100%;
            }
            .face_uploadImg {
                width: 100/@px-unit;
                height: 100/@px-unit;
                border: 2/@px-unit solid @com_facesmallpics_border;
                margin-left: 8/@px-unit;
            }
        }
        

        .face_uploadImg_selected {
            border-color: @current !important;
        }
    }


}

._OperateMonitorSearch_ {
    &line {
        display: flex;
    }
    .tabLine {
        margin-bottom: 16/@px-unit;
    }
    .cus_icons.tabs {
        margin-right: 10/@px-unit;
        font-size: 40/@px-unit;
        svg path {
            fill: @--font-r;
        }
        svg:hover {
            path {
                fill: @current;
            }
        }
    } 
    .cus_icons.tabs.select svg path {
        fill: @current;
    }
}

._HeatMap_ {
    ._HeatMap_config{
        width: 495 / @px-unit;
    }
}

._IVSScheme_ {
    .cap-item-container {
        display: inline-block;
        width: 100px;
        height: 100px;
        border: 1px solid rgba(166, 170, 178, .5);
        margin-right: 10px;
    }
    .disabled-cap-item-container {
        border: 1px solid rgba(166, 170, 178, .2);
    }
    .cap-item {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        font-size: 100px !important;
        cursor: pointer;
    }
    .active {
        svg {
            path:first-child {
                fill: @current !important; 
            }
            path:nth-child(2) {
                fill: @current !important; 
            }
            
            linearGradient {
                stop:first-child {
                    stop-color: @current !important; 
                }
                stop:last-child {
                    stop-color: transparent !important; 
                }
            }
        }
    }
    .disabled {
        svg {
            path:first-child {
                fill: @--placeholder !important;
            }
            path:nth-child(2) {
                fill: @--placeholder !important;
            }
            
            linearGradient {
                stop:first-child {
                    stop-color: @current !important; 
                }
                stop:last-child {
                    stop-color: transparent !important; 
                }
            }
        }
    }
    .active.disabled {
        .active;
        svg {
            opacity: 0.5; 
        }
    }
    .scene-container {
        max-height: 595px;
        overflow-y: auto;
        .scene-box {
            width: '50%';
            margin-top: 15px;
            .scene-title {
                display: flex;
                padding: 9px;
                margin-bottom: 10px;
                font-size: 14px;
                font-weight: bolder;
                color: .color_N(@ai_scene_bg)[];
                justify-content: space-between;
                align-items: center;
                background-color: @ai_scene_bg !important;
                span:first-child {
                    cursor: default;
                    user-select: none;
                }
            }

            &:first-child {
                margin-top: 0;
            }
        }
    }
    .hide {
        display: none;
    }
}



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


._SoundMonitor_ {
    padding: 1rem;
    padding-top: 2rem;
    .search_type {
        padding-left: 30/@px-unit;
    }
    
    .search_button {
        float: right;
        margin-top: -50/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    } 
}



.MainPage {
    width: 100%;

    ._AcuPickSearch_UploadImageDiv {
        width: 100%;
        .ant-divider-horizontal{
            margin: 1/@px-unit !important;
        }
        ._AcuPickSearch_UploadButtons {
            width: 100%;
            margin-top: 15/@px-unit;

            .label-div-Container {
                margin-right: 15/@px-unit;
                display: inline-block;
            }

            .mostSelected_tip {
                color: @errorColor;
            }

            .clear_button {
                
                float: right;
            }
            .label-normal-container {
                display: flex;
                align-items: center;
            }
        }
        .upload_imgDiv{
            overflow-x: auto;
            width: 100%;
            overflow-x: auto; 
            height: 120/@px-unit; 
            line-height: 120/@px-unit;
            white-space: nowrap; 
            
            .upload_imgInnerDiv{    
                width: 100%;
            }
            .face_uploadImg {
                width: 100/@px-unit;
                height: 100/@px-unit;
                border: 2/@px-unit solid @com_facesmallpics_border;
                margin-left: 8/@px-unit;
            }
        }
        

        .face_uploadImg_selected {
            border-color: @current !important;
        }
    }


}


._QueueDetection_ {
    
    
    
    .ivsParameterSet;
    height: calc(100% - 66px);
    .fieldsetCtn {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: visible;
    }
}


._VehicleDetect_ {
    ._VehicleDetect-RuleConfig_ {
        .aiConfig {
            .between-divider {
                margin-top: 0;
                margin-bottom: 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;
                    }
                }
            }
            .vehicleDetect-eventHandler {
                border: @pageBorderD solid 1/@px-unit
            }
        }
    }
}
.speed_modal{
    .flex_input{
        display: flex;
        .margin-right-5{
            margin-right: 5/@px-unit;
        }
    }
}


._OperateMonitor_ {
    
    
    
    .ivsParameterSet;
}


._PeopleFlow_ {
    height: calc(100% - 66px);
    overflow-y: auto;
}


._FrequencyAnalysis_ {
    .delete {
        .svgHover(#f00);
    }
    svg {
        cursor: pointer;
    }
}

.label-normal-behind {
    .label-normal-container {
        padding-top: 0px !important;
    }
}


._OpenAll_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    ._OpenAll_box{
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
    }
    ._OpenAll_default{
        border: 1px solid @talkAndSound_defBorder;
        background-color: @talkAndSound_defBg;
        color: @talkAndSound_defText;
    }
    .label-div-Container {
        width: 30/@px-unit;
        height:32/@px-unit;
        .label-normal-container {
            width: 30/@px-unit;
            height:32/@px-unit;
            padding-top: 0 !important;
            .label-normal-wrapper {
                width: 30/@px-unit !important;
                height:32/@px-unit !important;
            }
        }
    }
    ._OpenAll_btn {
        padding: 0 !important;
        border: 0 !important;
        background: none !important;
        height: 30/@px-unit;
    }
    ._OpenAll_down {
        width: 30/@px-unit;
        height: 30/@px-unit;
        border-left: 1px solid @talkAndSound_defBorder;
    }
    ._OpenAll_start {
        width: 210/@px-unit;
        height: 100%;
        display: flex;
        justify-content: left;
        background-color: @talkAndSound_defBg;
        border-right: 1px solid @talkAndSound_defBorder;
    }
    ._OpenAll_stop {
        width: 210/@px-unit;
        height: 100%;
        display: flex;
        justify-content: left;
        background-color: @talkAndSound_actBg;
        border-right: 1px solid @talkAndSound_defBorder;
        color: .color_A(@talkAndSound_actBg)[];
    }
    ._OpenAll_text {
        line-height: 32/@px-unit;
        width: 64/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    ._OpenAll_talk {
        display: flex;
        justify-content: center;
        width: 180/@px-unit;
        >span:nth-of-type(1){
            margin: 0 25/@px-unit 0  -33/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    ._OpenAll_current {
        color: @current !important;
    }
}


._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;
    }
}


._CrowdDensity_{
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        }
    }
}


._FaceIdentify_ {
    width: 100%;
    height: calc(100% - 66px);
    .mainRow {
        height: 100%;
    }
    .form-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        overflow-y: auto;
        .channel {
            display: flex;
            .enable {
                width: 10.7143rem;
                padding-right: 0.57142857rem;
            }
        }
        .button-group{
            display: flex;
            .label-div-Container:last-child {
                margin-left: 20px;
            }
        }
        .normal-alarm {
            .add {
                svg {
                    path {
                        fill: @current;
                    }
                }
            }
            .delete {
                .svgHover(#f00);
            }
            svg {
                cursor: pointer;
            }
            .ant-table-body {
                min-height: 400 / @px-unit;
            }
        }
        fieldset {
            
            flex: 1;
            .event-handler {
                overflow-y: auto;
                height: 370 / @px-unit;
            }
        }
    }
}


._AudioAnalyse_ {
    height: calc(100% - 66px);
    overflow-y: auto;
}



._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;
        }
    } 


}

._IntelligentTrack_ {
    
    display: flex;
}


._IntelliRuleBtn_ivs-color {
    svg path:first-child {
        fill: @current !important; 
    }
}



._TalkAndSound_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    &box{
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    &default{
        border: 1px solid @talkAndSound_defBorder;
        background-color: @talkAndSound_defBg;
        color: @talkAndSound_defText;
    }
    .label-div-Container {
        width: 30/@px-unit;
        height:32/@px-unit;
        .label-normal-container {
            width: 30/@px-unit;
            height:32/@px-unit;
            padding-top: 0 !important;
            .label-normal-wrapper {
                width: 30/@px-unit !important;
                height:32/@px-unit !important;
            }
        }
    }
    &btn {
        padding: 0 !important;
        border: 0 !important;
        background: none !important;
        height: 30/@px-unit;
    }
    &down {
        width: 30/@px-unit;
        height: 30/@px-unit;
        border-left: 1px solid @talkAndSound_defBorder;
    }
    &start {
        width: 180/@px-unit;
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: @talkAndSound_defBg;
        border-right: 1px solid @talkAndSound_defBorder;
    }
    &stop {
        width: 180/@px-unit;
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: @talkAndSound_actBg;
        border-right: 1px solid @talkAndSound_defBorder;
        color: .color_A(@talkAndSound_actBg)[];
    }
    &text {
        line-height: 32/@px-unit;
        width: 64/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    &talk {
        display: flex;
        justify-content: center;
        width: 140/@px-unit;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  -10/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    &current {
        color: @current !important;
    }
}


._UrgentRecord_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
  
    &box{
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        display: flex;
        align-items: center;
        justify-content: flex-start;        
        cursor: pointer;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  10/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    &checked{
        border: 1px solid @urgentRecord_actBorder;
        background-color: @urgentRecord_actBg;
        color:.color_A(@urgentRecord_actBg)[];
    }
    &default{
        border: 1px solid @urgentRecord_defBorder;
        background-color: @urgentRecord_defBg;
        color:@urgentRecord_defText;
    }
    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


._Ptz_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    background-color: @preview_Right_Bg; 
    min-width: 170px;
    .ant-btn{
        padding:4/ @px-unit 0!important;;
    }
    .show{
        display: '';
    }
    .hidden{
        display: none;
    }
    &wrap{
        .ant-menu-item, .ant-menu-submenu-title{
            padding:0!important;
        }
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-top: 10 / @px-unit;  
        border-bottom: 1 / @px-unit solid @preview_right_ptz_borderBottom_ColorN;      
        .ant-menu{
            background: @preview_right_tabTitle_Bg !important;
            color: .color_N(@preview_right_tabTitle_Bg)[];
            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-submenu{
                padding:0!important;
            }
            .ant-menu-item {
                height: 30 / @px-unit;
                margin-top: 2 / @px-unit;
                line-height: 30 / @px-unit;
                width: 49%;
                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: .color_A(@preview_right_ptzZoom_Bg)[];
                }                
            }
            .ant-menu-item:hover {
                color: .color_A(@preview_right_tabTitle_Bg)[];
            }
        } 
    }
    &content {
        margin-top: 15 /@px-unit;
        height:200 /@px-unit;
        background-color: @preview_Right_Bg;
    }   
    &font{
       >svg{
        font-size:30/ @px-unit!important;
        
       }
    }
   
    &icon{
        width:20 / @px-unit
    }
    &header_bg {
        width: 150 / @px-unit;
        height: 150 / @px-unit;
        margin: 25 / @px-unit 0 15 / @px-unit 25 / @px-unit;
        & &_icon {
            .svgFont(150);
        }
    }
    &header_el {
        width: 150 / @px-unit;
        height: 150 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        margin: 25 / @px-unit 0 15 / @px-unit 25 / @px-unit;
        position: absolute;
        top: -25 / @px-unit;
        left: 0;
        & &_icon {
            .svgFont(40);
            width: 40 / @px-unit;
            height: 40 / @px-unit;
            margin: 5 / @px-unit 5 / @px-unit 5 / @px-unit 5 / @px-unit;
            &:hover {
                cursor: pointer;
            }
        }
    }
}



@list-header-height: 35 / @px-unit;

._AIPreview_ {
    
    height: 100%;
    &swrap{
        border-right: 1px solid @--split;
        width: 270 / @px-unit;
        height: 100%;
        padding-right: 1 / @px-unit;
        background-color: @aiPanel_bg_color;
        &_header{
            background-color: @PickerHeaderBg;
            height: @list-header-height;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            background-color: @aiPanel_title_bg_color;
            &_title{
                width: 100%;
                color: @aiPanel_title_color_N;
                display: flex;
                align-items: center;
                span{
                    margin-left: 15 / @px-unit;
                }
            }
            &_set_icon{
                display: flex;
                align-items: center;
                width: 50 / @px-unit;
                .cus_icons {
                    .svgOut(@aiPanel_title_color_N);
                }
            }
        }
        &_list_swrap{
            height: calc(100% - @list-header-height);
            overflow: auto;
        }
    }

}

._AIPreviewIcon_{
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        }
    }
}


._LocalPlay_{
    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;
    }
}
.label-normal-behind {
    .label-normal-container {
        padding-top: 0px !important;
    }
}


._SmartMotionDetectSearch_behind_btn {
    .label-div-Container {
        .label-normal-container {
            padding: 0 !important;
        }
    }
}
.search_type {
    padding-left: 30 / @px-unit;
}

.search_button {
    float: right;
    margin-top: -50 / @px-unit;
}

.SmartMotionDetectSearch_Table {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    }
    > .ant-spin-nested-loading > .ant-spin-container {
        width: 100%;
        overflow: hidden;
    }
}



._QualityBtns_ {
    .popover_contain{
        .popover_icon:not(.disabled_icons):not(.noHover) svg path {
            fill: .color_N(@preview_center_bottom_Bg)[];
        }
        .popover_icon:hover:not(.disabled_icons):not(.noHover):hover svg path {
            fill: @--primary-5!important;
        }
    }
    }
  

._ViewSplit_ {
    
    
    
    padding-top: inherit; 
    
}


._MultiPreview_ {
    
    
    
    display: flex;
    &item {
        display: flex;
        position: relative;
    }
    &item_split {
        position: absolute;
        right: 32/@px-unit;
        width: auto;
        height: 32/@px-unit;
        padding: 0 10/@px-unit;
        background-color: @mutilPreview_Bg;
        border: 1/@px-unit solid @mutilPreview_border;
    }
    &split_group {
        display: flex;
        height: 100%;
        align-items: center;
        overflow: hidden;
    }
    &split {
        max-width: 782/@px-unit;
        overflow: hidden;
        display: flex;
        height: 100%;
        align-items: center;
    }
    &number {
        width: 46/@px-unit;
        height: 16/@px-unit;
        border-right: 1/@px-unit solid @preview_center_separator_ColorN;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        font-size: 10/@px-unit;
        cursor: pointer;
        position: relative;
    }
    &current {
        color: @current;
    }
    &number:last-child {
        border-right: none;
    }
    &number:hover {
        color: @current;
    }
}

.plateNoClass {
    padding-left: 0 !important;
}



._AlarmOut_ {
    &wrapper{
        width:100%;
        overflow: hidden;
    }
    &down{
        width:330 /@px-unit;
    }

}


._ChannelList_ {
    
    
    
    
    height: 100%;
    padding-bottom: 14/@px-unit;
    @channelFontColor:.color_N(@preview_Left_Bg)[];
    .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;
        &_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;
        }
        &:hover {
            .chItem_title {
                color: .color_N(@preview_ChnlBgA)[]
            }
            background-color: @preview_ChnlBgA;
            .chItem_btn {
                display: inline-block;
            }
        }
        &_btn {
            padding: 0 !important;
            border: 0 !important;
            background: none !important;
            height: 30/@px-unit;
            display: none;
        }