            .NormalTitle {
                color: .color_N(@modalTitleBg)[];
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
        }
    }
    .ant-modal-body {
        padding: 0;
        .WinPreview {
            padding: 0 !important;
        }
    }
    .ant-modal-footer {
        display: none;
    }
}
._PtzLink_ {
    
    height: 450px;
    overflow-y: auto;
    margin: 10px;
}


._AiRulePlugin_ {
    width: 460/@px-unit;
    padding: 5/@px-unit;
    
    padding-top: inherit; 
    &ocx {
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
    &button, &divider {
        width: 450/@px-unit;
    }   
    &filter {
        div {
            display: inline-block;
        }
    }
    button {
        width: 100/@px-unit;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }
    .ant-radio-wrapper {
        display: block;
    }
    .ant-radio-wrapper {
        margin-right: 0/@px-unit;
    }
    .ant-radio, span.ant-radio + * {
        vertical-align: top;
    }
}


._RemoteAudio_ {
    
    padding-top: inherit; 
}


.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;
}
._RemoteAlarmOutput_ {
    
    padding-top: inherit; 
}


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


._AiRuleTable_ {
    
    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: @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;
                            }
                        }
                    }
                }
            }
        }
    }
}


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


.schedule-wrapper {
    ._ScheduleComponent_ {
        padding-top: 0px;
        .button-container {
            .ant-btn {
                width: 100 / @px-unit;
            }
        }
        .main-container {
            border-color: transparent;
            padding-top: 0px;
            padding-bottom: 0px;
            overflow: visible;
            .label {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .copyBtn {
                background-color: @buttonNormalBgN;
                color: @buttonNormalTextN;
                height: 32 / @px-unit;
                line-height: unset;
                width: 100 / @px-unit;
                margin-left: 16 / @px-unit;
                border: 1px solid @buttonNormalBorderN;
            }

            &:nth-of-type(odd) {
                .dayplan {
                    background-color: @schedulePlanOddBg;
                }
            }

            .dayplan {
                background-image: linear-gradient(90deg, @timePlanBorderN 1px, transparent 0),
                    linear-gradient(90deg, @timePlanBorderN 1px, transparent 0);
                background-size: 4.17% 99%;
                background-color: @schedulePlanEvenBg;
                border-color: @tableBorderN;
                margin-bottom: 0px;
                height: 0.714rem;

                .handle {
                    z-index: 1;
                }

                .track {
                    &.timeplan-motion {
                        background: @detect;
                    }
                    &.timeplan-alarm {
                        background: @alarm;
                    }
                    &.timeplan-ivs {
                        background: @ivs;
                    }

                    &.timeplan-pos {
                        background: @pos;
                    }

                    &.timeplan-gernal {
                        background: @general;
                    }
                    &.timeplan-orange{
                        background: @detectalarm;
                    }
                    &.timeplan-smd{
                        background: @smd;
                    }
                    &.timeplan-fr{
                        background: @faceRecognition;
                    }
                    &.whiteMode{
                        background: @whiteMode
                    }
                }
            }
        }

        .circle {
            &.timeplan-motion {
                background: @detect;
            }

            &.timeplan-alarm {
                background: @alarm;
            }

            &.timeplan-ivs {
                background: @ivs;
            }

            &.timeplan-pos {
                background: @pos;
            }

            &.timeplan-gernal {
                background: @general;
            }
            &.timeplan-orange{
                background: @detectalarm;
            }
            &.timeplan-smd{
                background: @smd;
            }
            &.timeplan-fr{
                background: @faceRecognition;
            }
            &.whiteMode{
                background: @whiteMode
            }
        }

        .timeplan-ruler {
            border-bottom: 0.07142857rem solid @timePlanBorderN;
            div{
                border-left-color: @timePlanBorderN;
            }
            .ruler-text {
                white-space: nowrap;
            }
        }

        .slider-container {
            
            .dayplan{
                &.general:hover{
                    background: @planGeneral !important;
                }
                &.alarm:hover{
                    background: @planAlarm !important;
                }
                &.mdtalarm:hover{
                    background: @planDetectalarm !important; 
                }
                &.ivs:hover{
                    background: @planIvs !important; 
                }
                &.pos:hover{
                    background: @planPos !important; 
                }
                &.motion:hover,
                &.AIMode:hover{
                    background: @planDetect !important;
                }
                &.InfraredMode:hover{
                    background: @planDetectalarm !important;
                }
                &.WhiteMode:hover{
                    background: @planIvs !important;
                }
                &.smd:hover{
                    background: @planSmd !important;
                }
                &.fr:hover{
                    background: @planFaceRecognition !important;
                }
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    }
    .ant-tooltip-inner {
        background-color: @popover_BgN;
    }
    .ant-tooltip-arrow-content {
        --antd-arrow-background-color: @popover_BgN;
        background-color: @popover_BgN;
    }
    .timer-box {
        display: flex;
        .ant-input,
        p {
            background-color: @popover_BgN;
            color: @pageTextN;
        }
    }

    .label-normal-behind {
        &.pl-0 {
            padding-left: 0px !important;
        }

        .label-normal-container {
            padding-top: 0px !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }

    .ant-drawer-content-wrapper {
        width: 935 / @px-unit;
        top: 258 / @px-unit;
        left: 50%;
        transform: translateX(-50%);

        .ant-drawer-content {
            background: @modalBg;
            border: 1px solid @modalBorder;

            .ant-drawer-header {
                background: @modalTitleBg;
                border-bottom-color: @modalTitleBorder;

                .ant-drawer-title {
                    color: @modalTitleText;
                }
            }

            .ant-drawer-body {
                &:last-child {
                    button {
                        float: right;
                        margin-left: 20 / @px-unit;
                    }
                }
            }
        }
    }
}



._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }
    .pd-active > svg path:first-child{
        fill:@pdEyeIconA !important; 
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}


._IntelliAreaRuleBtn_ivs-color{
    svg path:first-child {
                    fill: @current !important; 
                }
      
}



._FishEye_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    
    
    
    
    &title{
        padding: 0 10/@px-unit;
        line-height: 40/@px-unit;
        color: .color_N(@fisheye_title)[];
        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;
            }
        }
    }
    .show{
        display: '';
    }
    .hide{
        display: none;
    }
  
}

._AlarmOutChn_ {
    
    padding-top: inherit; 
}



.Finder {
  width: 280 / @px-unit;

  .ant-select-selector {
    .ant-select-selection-search {
      left: 30/ @px-unit !important;
    }
  }

  .hightlight {
    color: @current
  }
}
  
.Finder_icon {
  cursor: pointer;

  svg {
    width: 22/ @px-unit;
    margin: 0 4/ @px-unit;
    height: 22/ @px-unit;
  }

  &.close-icon:hover svg g path {
    fill: @--primary-6;
  }

  &.close-icon {
    position: relative;
    left: 30/ @px-unit;
    z-index: 1;
  }
}

.finder-popup {
  width: 532 / @px-unit;
  height: 234 / @px-unit;
  right: 48/ @px-unit;
  left: unset !important;

  .dropdown-content {
    height: 192/ @px-unit;

    .finder-search-item {
      font-weight: normal;
      cursor: pointer;
      height: 32/ @px-unit;
      line-height: 32/ @px-unit;
      display: flex;
      padding: 0 2/ @px-unit;
      color: .color_N(@--component-bg)[];

      svg {
        width: 22/ @px-unit;
        margin: 4 / @px-unit 4/ @px-unit 0;
        height: 22/ @px-unit;

        &+ {
          path:first-child {
            fill: .color_N(@--component-bg)[];
          }
        }
      }

      &:hover {
        color: @formInputDropDownTextSelectN;
        background-color: @formInputDropDownBgSel;
      }
    }

    .ant-cascader-menus {
      height: 100%;

      .ant-cascader-menu {
        height: 100%;
        width: 133 / @px-unit;
        min-width: 133 / @px-unit;
      }
    }

    .ant-cascader-menu-empty {
      .ant-cascader-menu-item {
        height: 180 / @px-unit;
        color: .color_N(@--component-bg)[];
      }
    }
  }

  .inSearch .ant-cascader-menus .ant-cascader-menu {
    flex-grow: 1;
  }

  .footer {
    display: flex;
    align-items: center;
    height: 32/ @px-unit;
    padding: 0 4/ @px-unit;

    .hightlight {
      color: @current;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-top: 2/ @px-unit;
      line-height: 30/ @px-unit;

      .back-text {
        margin-left: 2/ @px-unit;
      }

      svg {
        width: 22/ @px-unit;
        height: 22/ @px-unit;
        margin: 0 2 / @px-unit;
        position: relative;
        top: -2 / @px-unit;

        &+ {
          path:first-child {
            fill: @current;
          }
        }
      }
    }

  }

  .footer-mid {
    justify-content: center;
  }

  .footer-left {
    justify-content: start;
  }
}

.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;
                }
            }
        }
    }
}

._CompliantInfoModal_ {
    .ant-tabs-tab-active {
        .label-normal-container  {
            .label-normal  {
                color: @current;
            }
        }
    }
    &left {
        display: flex;
        align-items: center;
        height: 32/@px-unit;
        .label-div-Container{
            margin-left: 20/@px-unit;
        }
        span {
            color: @pageTextN;
        }
    }
    ._WorkClothes_ {
        .left-tip {
            visibility: hidden;
        }
        .warning-tip {
            color: @errorColor !important;
        }
    } 
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0px !important
    }

}

._RemoteAlarmLight_ {
    
    padding-top: inherit; 
}

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



._UploadFiles_ {
    
    padding-top: inherit; 
    input {
        width: 95%;
        margin-right: 15/@px-unit;
    }
}
.uploadBtn{
    height: 10/@px-unit;
}
.uploadBtn_div{
    display: flex;
}



.ai_result_window {
    width: 100vw !important;
    height: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    top: 0;
    .ant-spin-nested-loading {
        width: 100%;
    }
    .ant-modal-header {
        width: 100vw;
        height: 100vh;
        overflow-y: auto !important;
        overflow-x: auto !important;
        min-width: 1280 / @px-unit;
    }
    .ant-modal-body {
        width: 100%;
        padding-left: 12 / @px-unit !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        max-width: 100% !important;
    }
    .ant-modal-content {
        top: 0;
        border: none !important;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto !important;
        overflow-x: auto !important;
        min-width: 1280 / @px-unit;
        ._AiSearchResultWindow_left {
            margin-left: 15 / @px-unit;
            .ant-divider {
                margin: 1 / @px-unit !important;
            }
            width: calc(100vw - 400px) !important;
            
        }
        ._AiSearchResultWindow_left_top {
            .allCheckWrap {
                min-width: 100 / @px-unit;
            }
            .all1024CheckWrap {
                min-width: 100 / @px-unit;
                padding-left: 30 / @px-unit;
            }
            .allCheckBehind {
                width: auto !important;
                min-width: 70 / @px-unit;
            }
            display: flex;
            flex-direction: row;
            .label-div-Container {
                margin-right: 12 / @px-unit;
            }
            .sort_span {
                height: 55 / @px-unit;
                line-height: 55 / @px-unit;
                margin-right: 12 / @px-unit;
                margin-left: 12 / @px-unit;
            }
            .iconSortBtn {
                display: inline-block;
                margin-top: 7 / @px-unit;
                margin-left: 5 / @px-unit;
            }
            .icosortActiveBtn {
                svg {
                    & + {
                        path:first-child {
                            fill: @current; 
                        }
                    }
                }
            }
            .search_progress {
                margin-left: 15 / @px-unit;
            }
            .cus_icons {
                .svgFont(20);
            }
        }
        ._PicDataview_ {
            
            height: 700 / @px-unit;
        }
        ._AiSearchResultWindow_right {
            width: 400 / @px-unit !important;
            min-width: 400 / @px-unit !important;
            ._AiSearchResultWindow_right_ocx {
                padding: 10 / @px-unit;
            }
        }
    }
    .picData_content {
        position: relative !important;
        
        .opration_btns {
            position: absolute !important;
            top: 0;
            left: 0;
            height: 50 / @px-unit;
            width: 100%;

            &:hover > .opration_btns_content {
                opacity: 0.8;
                background: @ai_labelCheck_bg;
            }

            .opration_btns_content {
                opacity: 0;
                height: 50 / @px-unit;
                width: 100%;
                padding: 0 10 / @px-unit;
                background-color: transparent;
                transition: all 0.35s ease-in;
                display: flex;
                flex-wrap: nowrap;
                justify-content: flex-start;

                .btn_item {
                    display: flex;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    align-items: center;
                    width: 50 / @px-unit;
                    height: 50 / @px-unit;
                }
            }
        }
    }
}
.tagadd_modal {
    .tag_defaultBtn {
        float: left;
    }
}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}



._PtzZoom_ {
    margin: 10 / @px-unit 0 0 7.5 / @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;
    &wrap{
        display: flex;
        align-items: center;
    }
    &part {
        width: 60 / @px-unit;
        height: 26 / @px-unit;
        background-color: @preview_right_ptzZoom_Bg;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    
    &wrap:first-child{
        ._PtzZoom_part:not(:last-child) {    
            border-bottom: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
            border-right: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
        ._PtzZoom_part:last-child {    
            border-bottom: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
    }  
    &wrap:last-child{
        ._PtzZoom_part:not(:last-child) {    
            border-right: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
    }
    & &Icon {
        .svgFont(25);
        cursor: pointer;
    }
}



._BackupWindow_ {
    
    padding-top: inherit; 
}
.backupModal{
    width: 650/@px-unit !important;
    .label-normal-container {
        padding-top: 0 !important;
    }
}



._Eptz_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    .eptz_switch{
        padding: 10/@px-unit;
        .label-normal-container {
            display: flex;
        }
    }
    &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{
        width: 100%;
        padding: 10/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        .label-div-Container{
            width: 100%;
            .label-normal-container {
                width: 100%;
                .select{
                    width: 100% !important;
                }
            }
        }
      
    }
    &item{
        height:40/@px-unit;
        width:40/@px-unit;
        margin:10/@px-unit;
        font-size:40/@px-unit!important;
    }
    .item-disabled{
        cursor:not-allowed;
    }
    &active{
        svg path:first-child{
            fill:@fisheye_actColor!important;
        }
    }  

    .range-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;

        .ant-input-number-handler-wrap{
            display: none;
        }

        input {
            padding: 0 5px;
        }
    }
}

.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;
            }
        }
    }
}

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

@ant-modal-height-height: 42/@px-unit;
@arrow-icon-bg: @modalTitleBg;
@content-header-bg: @--menu-bg;
@content-spilt: @--split;

.acupick_window {
    height: 100%;
    width: 100% !important;
    max-width: none;
    .ant-modal-content {
        height: 100%;
        min-width: 1280/@px-unit;
        min-height: 900/@px-unit;
        .ant-modal-body {
            padding: 0;
            height: calc(100% - @ant-modal-height-height);

            .operation-button {
                display: flex;
                position: absolute;
                top: 6/@px-unit;
                left: 6/@px-unit;
                .normal-icon {
                    cursor: pointer;
                }
                .collect-icon {
                    .svgOut(@buttonNormalBgN);
                    .svgHover(@iconHover)
                }
                .hide-icon {
                    svg {
                        path:first-child {
                            fill: none
                        }
                        g {
                            path {
                                fill: #707070 !important;
                            }
                        }
                    }
                    &:hover {
                        svg {
                            g {
                                path {
                                    fill: @current !important;
                                }
                            }
                        }
                    }
                }
                .hide-active-icon {
                    visibility: visible;
                    svg {
                        path:first-child {
                            fill: none
                        }
                        g {
                            path {
                                fill: @current !important;
                            }
                        }
                    }
                }
                .collect-active-icon {
                    visibility: visible;
                    .svgOut(#cfb400);
                }
            }

            .window-main-container {
                position: relative;
                display: flex;
                height: 100%;
            }
            .window-container-left {
                top: 0;
                left: 0;
                position: absolute;
                display: flex;
                width: 428/@px-unit;
                height: 100%;
                flex-shrink: 0;
                transition: left 0.3s linear;
                z-index: 1000;
                .hover-hidden-arrow {
                    position: absolute;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    background-color: @modalTitleBg;
                    width: 24/@px-unit;
                    height: 64/@px-unit;
                    border-radius: 2/@px-unit;
                    top: 50%;
                    right: 0;
                    transform: translate(0, -50%);
                    .hover-icon {
                        .svgFont(24)
                    }
                }
                .condition-wrapper {
                    height: 100%;
                    width: 100%;
                    display: flex;
                    flex-flow: column;
                    border-right: 1/@px-unit solid @--split;
                    .condition-header {
                        line-height: 60/@px-unit;
                        box-sizing: border-box;
                        height: 61/@px-unit;
                        padding-left: 20/@px-unit;
                        border-bottom: 1/@px-unit solid @--split;
                        border-right: 1/@px-unit solid @--split;
                        background-color: @content-header-bg;
                    }
                    .img-wrapper {
                        display: flex;
                        padding: 20/@px-unit;
                        background-color: @pageBodyBg;
                        align-items: center;
                        justify-content: center;
                        height: 428/@px-unit;
                        .condition-image {
                            max-width: 100%;
                            height: 100%;
                            &.defaultIcon {
                                max-width: 50%;
                                height: 50%;
                            }
                        }
                    }
                    .condition-form-wrapper {
                        flex: 1;
                        padding-left: 20/@px-unit;
                        background-color: @content-header-bg;
                        .compact-picker-wrapper {
                            display: flex;
                            .label-div-Container {
                                width: 50%;
                            }
                        }        
                    }
                }
            }
            .hide-container-left {
                left: -428/@px-unit;
            }
            .window-left-blank, .window-right-blank {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                width: 32/@px-unit;
                box-sizing: border-box;
                background-color: @content-header-bg;
                border-left: 1/@px-unit solid @--split;
                border-right: 1/@px-unit solid @--split;
                .arrow-icon {
                    .svgFont(20)
                }
            }
            .window-container-right {
                height: 100%;
                flex-shrink: 0;
                width: 400/@px-unit;
                min-width: 400/@px-unit;
                padding: 10/@px-unit;
                .record-preview-panel {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                }
                .record-preview-header {
                    height: 41/@px-unit;
                    width: 100%;
                    box-sizing: border-box;
                    background-color: @modalTitleBg;
                    line-height: 40/@px-unit;
                    border-bottom: 1/@px-unit solid @--split;
                    padding-left: 20/@px-unit;
                }
                
                
                
            }
            .window-container-middle {
                position: relative;
                display: flex;
                height: 100%;
                overflow: hidden;
                flex-grow: 1;
                .hover-show-arrow {
                    position: absolute;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: @modalTitleBg;
                    cursor: pointer;
                    width: 24/@px-unit;
                    height: 64/@px-unit;
                    border-radius: 2/@px-unit;
                    top: 50%;
                    left: 0;
                    transform: translate(0, -50%);
                    .hover-icon {
                        .svgFont(24)
                    }
                }
                .result-wrapper {
                    display: flex;
                    width: 100%;
                    height: 100%;
                    flex-direction: column;
                    .result-header {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        line-height: 60/@px-unit;
                        box-sizing: border-box;
                        padding-right: 20/@px-unit;
                        height: 61/@px-unit;
                        border-bottom: 1/@px-unit solid @--split;
                        background-color: @content-header-bg;
                        .ant-tabs-nav {
                            .ant-tabs-tab-btn {
                                height: 60/@px-unit;
                                line-height: 60/@px-unit;
                            }
                        }
                        .return-button {
                            margin-left: 20/@px-unit;
                        }
                    }
                    ._SideView_ {
                        min-width: 0;
                    }
                    .result-up-bar {
                        display: flex;
                        box-sizing: border-box;
                        justify-content: space-between;
                        align-items: center;
                        padding-right: 20/@px-unit;
                        flex-wrap: wrap;
                        min-height: 61/@px-unit;
                        border-bottom: 1/@px-unit solid @--split;
                        background-color: @content-header-bg;
                        .left-bar-wrapper {
                            display: flex;
                            .label-div-Container {
                                margin-left: 20/@px-unit;
                            }
                        }
                        .right-bar-wrapper {
                            display: flex;
                            .label-div-Container {
                                margin-left: 20/@px-unit;
                            }
                        }
                    }
                    .result-down-bar {
                        line-height: 60/@px-unit;
                        box-sizing: border-box;
                        padding-left: 16/@px-unit;
                        padding-right: 16/@px-unit;
                        display: flex;
                        justify-content: space-between;
                        height: 61/@px-unit;
                        border-top: 1/@px-unit solid @--split;
                        background-color: @content-header-bg;
                        .down-bar-left {
                            display: flex;
                            align-items: center;
                        }
                        .down-bar-right {
                            .pageLine {
                                min-width: 0;
                                margin-top: 0;
                                .pageLineLeft {
                                    order: 2;
                                }
                                .pageLineRight {
                                    order: 1;
                                    margin-right: 20/@px-unit;
                                }
                            }
                        }
                    }
                    .img-card-group {
                        flex: 1;
                        overflow-y: auto;    
                        .card-group-wrapper {
                            display: flex;
                            flex-wrap: wrap;
                            padding: 8/@px-unit;
                            padding-right: 0/@px-unit;
                            padding-left: 0/@px-unit;
                        }
                        .searching-mask, .no-result-mask {
                            height: 100%;
                            width: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                        .card-item-wrapper {
                            width: 266/@px-unit;
                            border: 1/@px-unit solid @--split;
                            margin: 6/@px-unit;
                            .card-content {
                                position: relative;
                                padding: 6/@px-unit;
                                cursor: pointer;
                                background-color: @content-header-bg;
                                .operation-button {
                                    display: flex;
                                    position: absolute;
                                    top: 6/@px-unit;
                                    left: 6/@px-unit;
                                    .normal-icon {
                                        cursor: pointer;
                                        visibility: hidden;
                                    }
                                    .collect-icon {
                                        .svgOut(@buttonNormalBgN);
                                        .svgHover(@iconHover)
                                    }
                                    .hide-icon {
                                        svg {
                                            path:first-child {
                                                fill: none
                                            }
                                            g {
                                                path {
                                                    fill: @hideIconNormalColor !important;
                                                }
                                            }
                                        }
                                        &:hover {
                                            svg {
                                                g {
                                                    path {
                                                        fill: @current !important;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                    .hide-active-icon {
                                        visibility: visible;
                                        svg {
                                            path:first-child {
                                                fill: none
                                            }
                                            g {
                                                path {
                                                    fill: @current !important;
                                                }
                                            }
                                        }
                                    }
                                    .collect-active-icon {
                                        visibility: visible;
                                        .svgOut(#cfb400);
                                    }
                                }
                                &:hover {
                                    .operation-button {
                                        .normal-icon {
                                            visibility: visible;
                                        }
                                    }
                                }
                                .small-img-wrapper {
                                    height: 150/@px-unit;
                                    text-align: center;
                                    padding-bottom: 6/@px-unit;
                                    .card-image {
                                        height: 100%;
                                        max-width: 100%;
                                    }
                                }
                                .smallface-img-wrapper {
                                    height: 150/@px-unit;
                                    display: flex;
                                    padding-bottom: 6/@px-unit;
                                    .smallface-img {
                                        width: 50%;
                                    }
                                    .smallface-info {
                                        width: 50%;
                                        padding: 8/@px-unit;
                                    }
                                    .card-image {
                                        height: 100%;
                                        max-width: 100%;
                                    }
                                    .label-normal-container {
                                        padding: 0 !important;
                                    }
                                }
                                .similar-wrapper {
                                    margin: 0 8px 7px 5px;
                                    background: @ai_progress_default;
                                    height: 14/@px-unit;
                                    position: relative;
                                    color: @pageTextA;
                                    line-height: 1;
                                    .progress_item {
                                        display: inline-block;
                                        height: 100%;
                                    }
                        
                                    .progress_red {
                                        background: @ai_progress_red;
                                    }
                        
                                    .progress_orange {
                                        background: @ai_progress_orange;
                                    }
                        
                                    .progress_blue {
                                        background: @ai_progress_blue;
                                    }

                                    .percent-num {
                                        position: absolute;
                                        right: 0;
                                    }
                                }
                            }
                            .card-footer {
                                display: flex;
                                align-items: center;
                                padding-left: 8/@px-unit;
                                .label-div-Container {
                                    flex-grow: 1;
                                }
                                .channel-name {
                                    margin-right: 12/@px-unit;
                                }
                            }
                        }
    
                    }
                    .card-wrapper-selected {
                        border: 1/@px-unit solid @current !important;
                    }
                }
                .labelSlider-float-left, .labelSlider-float-right {
                    line-height: initial;
                }            
            }
        }
    }
    ._tabCard_ {
        flex: 1;
        display: flex;
        flex-direction: column;
        ._Table_ {
            flex: 1;
            margin-top: 0;
            .ant-table > .ant-table-container .ant-table-tbody .ZD-selected-row td  {
                .hide-icon.cus_icons:not(.noHover):not(:hover):not(.disabled_icons) svg path:first-child {
                    fill: none;
                }
                .cus_icons.active:not(.noHover):not(:hover):not(.disabled_icons) svg path:first-child {
                    fill: @current;
                }
                .collect-active-icon {
                    visibility: visible;
                    .svgOut(#cfb400);
                }
                
            }
            .ant-table .ant-table-body {
                min-height: 250/@px-unit !important;
            }
        }
    }
    .result-header-right {
        display: flex;
        .ant-tabs-nav {
            .ant-tabs-tab-btn {
                height: 30/@px-unit !important;
                line-height: 30/@px-unit !important;
                min-width: 150/@px-unit !important;
            }
        }
        .ant-tabs.ant-tabs-top {
            
            margin-right: 10/@px-unit;
            flex-direction: row;
        }
    }
}

.label-sort-btn-wrapper {
    height: 32/@px-unit;
}
.icon-sort-btn-wrapper{
    display: inline-block;
    div {
        line-height: 18/@px-unit;
    }
    .icosortActiveBtn{
        svg{
            &+{
                path:first-child{
                    fill: @current !important;
                }
            }
        }
    }
    .sort-icon-up, .sort-icon-down {
        .svgFont(16)
    }
}

.acuPick-search-backup {
    .check-group-wrapper {
        display: flex;
    }
    .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;
    }
}
._rightBottom_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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



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



._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;
}



.PoliceNumber_wrap{
    
}

._ManageModal_{
    .btn-list{
        display: flex;
        .manage-btn{
            margin-right: 20px;
        }
    }
}


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