
            .ant-tabs-nav-container {
                height: 50px;

                .ant-tabs-nav-wrap {
                    .ant-tabs-nav {
                        .ant-tabs-tab {
                            width: 200 / @px-unit;
                            height: 50px;
                            text-align: center;
                            background: @tabBgN;
                            color: @tabTextN;
                            border: 1px solid @tabBorder;
                            margin: 0;

                            &.ant-tabs-tab-active {
                                background: @tabBgA;
                                color: @tabTextA;
                            }
                        }

                        .ant-tabs-ink-bar {
                            visibility: hidden;
                        }
                    }
                }
            }
        }
    }

    .m-side-container {
        height: 100%;
        width: 12.5%;
        min-width: 100px;
        overflow-y: auto;
        background: @SideMenuBg;
    }

    .m-main-page {
        height: 100%;
        background: @setUpBodyBg;

        & > div {
            background: @setUpContentBg;
            width: 100%;
            height: 100%;
        }

        .MainPage {
            padding: 16 / @px-unit;
            padding-bottom: 66 / @px-unit;
            
            &.noFixedButton {
                padding-bottom: 0px;
            }
        }
        @media screen and (-webkit-min-device-pixel-ratio: 1.1),
            (-ms-high-contrast: active),
            (-ms-high-contrast: none) {
            .MainPage {
                
                &:not(.noFixedButton) {
                    height: calc(100% - 66px);
                    overflow-y: auto;
                }
            }
        }

        .content-container {
            overflow-x: hidden;
            overflow-y: auto;
            
            .fixed-button {
            
                bottom: 5/ @px-unit;
            }

        }
    }
    .ant-spin-nested-loading,
    .ant-spin-container {
        position: static;
        height: 100%;
    }
    ._SideTabView_ {
        height: 100%;
        overflow-y: hidden;
        ._SideTabView_Tabmenu{
            .ant-tabs-nav .ant-tabs-tab-btn{
                
                border-top: 0px;
                border-left: 0px;
            }
        }
    }
    ._SideTabView_ > .ant-col {
        position: static;
        height: 100%;
    }
    
    ._SideTabView_ > .ant-col > .ant-row:nth-child(2) {
        height: calc(100% - 50px);
        overflow-y: auto;
    }
}


.header-tabMenu {
    width: 100%;
    line-height: @navMenuLineHeight;
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
        background-color: @topTabBgA !important;
        border: none;
        color: @navMenuTextA !important;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
        background-color: @topTabBgN;
        border: none;
        border-left: 1px solid @topTabBgA;
        border-right: 1px solid @topTabBgA;
        text-align: center;
        line-height: @navMenuLineHeight;
        width: unset;
        margin-right: 9/@px-unit;
        color:@navMenuTextN;
    }
    .ant-tabs-bar {
        border: none;
        color:@navMenuTextN;
        margin: 0;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
        height: @navMenuLineHeight;
    }
    .ant-tabs-nav-container {
        line-height: @navMenuLineHeight;
    }
    .ant-tabs-tab-next{
        height: @navMenuLineHeight;
        color:@navMenuIconSvgN;
        &:hover{
            color:@navMenuIconSvgA;
        }
    }
    .ant-tabs-tab-prev{
        height: @navMenuLineHeight;
        color:@navMenuIconSvgN;
        &:hover{
            color:@navMenuIconSvgA;
        }
    }

    .ant-tabs-tab {
        height: auto !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        & > div {
            display: flex;
            width: 122/@px-unit;
            align-items: center;
            justify-content: space-between;
            padding: 0 0.3rem;
        }

        .anticon-close{
            color:@navMenuIconSvgN !important;
            margin: 0 !important;
        }

        .tab-item {
            display: flex;
            margin-left: 5/@px-unit;
            align-items: center;
            width: 100%;
            .ant-image{
                width: 25/@px-unit; 
                .ant-image-img{
                    
                    width: 16/@px-unit;
                }
            }
            .tabIcon{
                
                font-size: 20/@px-unit;
            }
            .tab-text{
                flex: 1;
                margin-left: 4/@px-unit;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }
        }
    }

    .ant-tabs-tab-btn:focus,
    .ant-tabs-tab-remove:focus,
    .ant-tabs-tab-btn:active,
    .ant-tabs-tab-remove:active {
        color:@navMenuTextN;
    }
    .errorCls{
        width: 100% !important;
        color: @errorColor;
        text-align: center;
        font-size: @font-size-base !important;
    }
}


.header-Timer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.userDropMenu{
    &.iconDropMenu{
        min-width: 130/@px-unit !important;
    }
}
.task_userBtn {
    min-width: 45/@px-unit ;
}














._AlgorithmVersion_ {
    .TextNormal{
        color:@pageTextN
    }
    .TextRed{
        color:@errorColor
    }
}

._CfgManage_ {
    .ConfirmTip{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
    .ExportButton{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
}


._ChannelInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @px-unit;
        }
    }
    .channelState{
        .svgOut(@successIcon);
        .svgFont(20);
    }
}

._ChannelState_ {
    .anticon-left, .ant-pagination-simple-pager, .anticon-right{
        color:@pageTextA
    }
      
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 

}

._DefaultCfg_ {
    .DefaultCfgLine {
        display: flex;
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        width: 800 / @px-unit;
        .wrapCol{
            flex:inherit;
            button {
                width: 130 / @px-unit;
            }
        }
        .DefaultTip {
            margin-left: 40 / @px-unit;
            display: flex;
            align-items: center;
        }
    }
}


._DeveloperLog_ {
    .FlexLine{
        display: flex;
        .LogLevel{
            margin-left: 100 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 

}


._DiskInfo_ {
    
    
    
    padding-top: inherit; 
    
    .record_time_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
    .detect_smart_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
.label-v4-version {
    text-align: right;
}
    ._Table_ .ant-table-container {
        
    }
                            
}
.detect_smart_modal {
    .detectTips {  
        width: 600 / @px-unit !important;
    }
}
.disk_info_BtnDiv {
    display: flex;
    justify-content: flex-end;

    .btn-left {
        margin-right: 10 / @px-unit;
    }
}

.record_updata_modal {
    .label-normal-container {
        display: flex;
    }
}

._LogManage_ {
    .Type{
        display: flex;
        float: left;
        width: 100%;
        .TimeRange{
            display: flex;
            align-items: center;
            margin-left: 15 / @px-unit;
            height: 48 / @px-unit;
        }
        .Search{
            margin-left: auto;
            right: 20 / @px-unit;
        }
    }
    .Clear{
        display: flex;
        float: right;
        margin-top: 40 / @px-unit;
        .label-div-Container{
            margin-left: 10 / @px-unit;
        }
    }
    .pageLine{
        display: flex;
        float: left;
        margin-top: 10 / @px-unit;
        .anticon-left, .ant-pagination-simple-pager, .anticon-right{
            color: @pageTextA
        }
       
        .pageTip{
            position: absolute;
            right: 16 / @px-unit;
        }
    }
}
.LogManage_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 291/@px-unit;
        
    }
    .ant-modal-footer{
        height: 53 / @px-unit;
        .LogManage_detailButton{
            display: flex;
            float: right;
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
    ._Table_ .ant-table {
        max-height: 290 / @px-unit;
        overflow-y: auto;
    }
}
.FileBackupEncrypt{
    width: 100 / @px-unit;
}
.TimeFormat{
    .ant-picker-header-view{
        color: @pageTextA;
    }
}

._Maintenance_ {
    .AutoReboot{
        display: flex;
        .TimeSelect{
            margin-left: 5/@px-unit;
        }
    }
}

._NetTest_ {
    .FlexLine {
        display: flex;
        justify-content: center;
    }
    .ipSpan {
        width: 20 / @px-unit;
        margin-top: 3 / @px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
    
    
    
    
    
    
    .label-normal-container {
        padding: 0 5 / @px-unit !important;
    }
    ._MidTitleDivider_ {
        margin-top: 0;
    }
    .addressTest-reulst {
        height: 160 / @px-unit;
    }
    .m-c-r {
        color: @errorColor !important;
    }
    .m-c-1EB149 {
        color: @successColor;
    }
    .addressTest-content {
        input {
            width: 240 / @px-unit;
        }
        .addressTest-content {
            display: inline-block;
            vertical-align: top;
        }
    }
}


._OnlineMaintenance_ {
    .DateExport{
        display: flex;
        padding-top: 30 / @px-unit;
        padding-left: 20 / @px-unit;
        .ExportTip{
            margin-left: 20 / @px-unit;
            margin-top: 13 / @px-unit;
        }
    }
}

._NetInfo_ {
    
    
    
    padding-top: inherit; 
    
    ._Table_ .ant-table-body {
        min-height: 180 / @px-unit;
    } 
}

._PocInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @px-unit;
        }
    }
}

._RecordInfo_{
    .recordTable{
        width: 80vw;
    }
    ._Table_ .ant-table-body {
        min-height: 360 / @px-unit;
    } 
}

._Update_ {
    .ant-btn::before {
        background: none!important;
     }
    .UpdateLine {
        display: flex;
        align-items: center;
        .update_Label {
            width: 110 / @px-unit;
        }
        .checkUpdateText {
            width: 150 / @px-unit;
        }
        .update_text {
            width: 140 / @px-unit;
        }
    }
    .UpdateButton {
        width: 119 / @px-unit;
    }
    .NewestVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        color: @successColor;
    }
    .newVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        .findNewVersion {
            color: @errorColor;
            margin-right: 5 / @px-unit;
            width: 150 / @px-unit;
        }
        .updatePanel {
            height: 200 / @px-unit;
            width: 620 / @px-unit;
            padding: 0 10 / @px-unit;
            border: 1 / @px-unit solid;
            border-color: @pageBorderN;
            overflow: auto;
        }
        .UpdateButton {
            width: 119 / @px-unit;
            margin-left: 500 / @px-unit;
        }
    }
    .newVersionLink {
        color: @current;
    }
}


._VersionInfo_ {
    .SystemVersion {
        width: auto !important;
    }
    .achor_info {
        .label-normal {
            color: @achor_infoColor;
            cursor: pointer;
            &:hover {
                color: @achor_infoHoverColor;
            }
        }
    }
    .serialNumber {
        width: 216px;
        height: 216px;
        padding: 8px;
        background-color: #FFF;
    }
}


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

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

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

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

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



.passbyNumColor {
    color: #e9d760;
}

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


.ivsParameterSet {
    
    
    
    height: calc(100% - 66px);
    .ivsMainRow {
        height: 100%;
    }
    .ivsMainRight, .ivsMainRow > .ant-space,  .ivsMainRow > .ant-space > .ant-space-item{
        height: 100%;
        overflow-y: hidden;
    }
    .ivsMainRight {
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
    }
    .fieldsetCtn {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }
    fieldset {
        overflow-y: hidden;
    }
    fieldset, .EventHandler {
        flex: 1;
    }
    .fieldsetCtn {
        height: 95%;
    }
    .EventHandler {
        
    }
    legend {
        width: auto;
        font-size: @font-size-base;
    }
    .AiRulePluginCtn {
        margin-right: 15 / @px-unit;
        &>.ant-space-item {
            overflow-x: hidden;
        }
        
    }
    .ant-divider-horizontal {
        margin: 12 / @px-unit 0;
    }
    .event-handler {
        width: 100%;
        height: 100%;
    }
}
.ivsParameterSet {
@media screen and (max-height: 600 / @px-unit){
    
    
    
    .ivsMainRight, .ivsMainRow > .ant-space,  .ivsMainRow > .ant-space > .ant-space-item{
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ivsMainRight, .fieldsetCtn {
        display: block;
        
        overflow-y: auto;
    }
    fieldset {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: hidden;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
    
    
    
    .ivsMainRight, .ivsMainRow > .ant-space,  .ivsMainRow > .ant-space > .ant-space-item{
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ivsMainRight, .fieldsetCtn {
        display: block;
        
        overflow-y: auto;
    }
    fieldset {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: hidden;
    }
}

}



._AllowBlockList_ {
    padding: 1rem;
    padding-top: 2rem;
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    } 
}

._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;
}

@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: 45%;
                        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: @pageTextN;
            text-align: center;
            line-height: 152/@px-unit;
            background-color: @files_upload_box_bg !important;
        }

        .upload_each:hover {
            border: 1/@px-unit dashed @--primary-5;
            color: @--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{
    width: 1000/@px-unit;
    color: @errorColor !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        } 
    }
}


.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;
        }
    }


}


.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;
        }
    }


}


._viewAiResult_ {

    .label-normal,
    .labelText-wrapper {
        height: 20/@px-unit;
        line-height: 20/@px-unit;
    }

    
    height: 212/@px-unit;

    .ant-row {
        height: 680/@px-unit;
        overflow: auto
    }

    .activeItem {
        border: 1px solid @formInputBorderA  !important;
    }

    ._viewAiResult_similarity {
        margin: 0 8px 7px 5px;
    }

    .picData_content {
        margin: 5/@px-unit 5/@px-unit;
        width: 268/@px-unit;
        height: 212/@px-unit;
        float: left;
        border: 1px solid @ai_DataItem_bd;
        background-color: @ai_DataItem_bg;

        
        .picData_groupName {
            height: 35/@px-unit;
            line-height: 35/@px-unit;
            margin-left: 10/@px-unit;
            font-size: @font-huge;
            color: @pageTextA;
            overflow:hidden !important;
        }

        
        .picData_imgContent {
            width: 268/@px-unit;
            height: 112/@px-unit;
            margin-bottom: 8/@px-unit;

            img {
                display: inline-block;
                width: 120/@px-unit;
                height: 100%;
                margin: 0 5/@px-unit 0 5/@px-unit;
            }
        }
        .picData_imgContentByPic{
            
            height: 137/@px-unit;
            
            margin:10/@px-unit 0 8/@px-unit 0;
            img {
                display: inline-block;
                width: 120/@px-unit;
                height: 100%;
                margin: 0 5/@px-unit 0 5/@px-unit;
            }
        }

        
        .picData_progress {
            margin: 0 8px 7px 5px;
            background: @ai_progress_default;
            height: 14/@px-unit;
            position: relative;
            color: @pageTextA;

            .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;
            }

            .progress_label {
                position: absolute;
                right: 0;
                top: -4/@px-unit;
            }
        }

        .picData_smallImgContent {
            width: 268/@px-unit;
            height: 112/@px-unit;
            margin-bottom: 8/@px-unit;

            img {
                display: inline-block;
                width: 120/@px-unit;
                height: 100%;
                margin: 0 5/@px-unit 0 5/@px-unit;
            }
        }

        .picData_imgAndInfo {
            overflow: hidden;
            margin: 35/@px-unit 0px 22/@px-unit 0px;
        }

        .picData_smallImgContent {
            width: 132/@px-unit;
            float: left;
        }

        .picData_info {
            display: inline-block;

            .label-normal-container {
                height: 18/@px-unit;
                padding: 0px !important;
            }

            color: @buttonNormalTextN;
        }


        .picData_labelCheck {
            background: @ai_labelCheck_bg;
            height: 32/@px-unit;
            line-height: 32/@px-unit;
            padding: 5/@px-unit 10/@px-unit;
            display: flex;
            flex-direction: row;
            justify-content: space-between;

            .ch_number {
                height: 20/@px-unit;
                line-height: 20/@px-unit ;
                color: .color_N(@ai_labelCheck_bg)[];
            }

            .label-normal-container {
                height: 20/@px-unit;
                padding: 0px !important;
                color: .color_N(@ai_labelCheck_bg)[];
                .label-normal {
                    color: .color_N(@ai_labelCheck_bg)[];
                }
            }

            .ant-checkbox {
                top: 0px;
            }
        }

    }

    
    .human_detect {
        .compliantIcon{
            font-size: 150/@px-unit;
            margin-top: -200/@px-unit;
            margin-left: 150/@px-unit;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: @iconColorN !important;
                        }
                    }
                }
            }
        }
        .compliantIcon_operatemonitor{
            font-size: 120/@px-unit;
            position: absolute;
            bottom: 0;
            margin-left: 150/@px-unit;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: @iconColorN !important;
                        }
                    }
                }
            }
        }
        .picData_human_detect_imgAndInfo {
            margin-top: 20/@px-unit;
            height: 156/@px-unit;

            display: flex;
            flex-direction: row;
            justify-content: center;

            .human_detect_width140 {
                width: 140/@px-unit
            }

            .human_detect_width268 {
                width: 268/@px-unit
            }

            .picData_imgContentByPic {
                height: 137/@px-unit;
                margin: 0;
                float: left;

                img {
                    display: inline-block;
                    height: 100%;
                    margin: 0 5/@px-unit 0 5/@px-unit;
                    max-width: 120/@px-unit;
                }

                .pic_humanImg {
                    height: 100%;
                    margin: 0;
                    width: 120/@px-unit;
                    float: left;
                    text-align: center;
                }

                .nonmoperson-face {
                    height: 60%;
                    width: 80/@px-unit;
                    float: right;
                }

                .face {
                    height: 137/@px-unit;
                    margin: 0;
                    float: right;
                    margin-left: 30/@px-unit;
                }
            }

            .pic_humanImg {
                height: 100%;
                margin: 0;
                width: 120/@px-unit;
                float: left;
                text-align: center;
            }

            .person {
                margin-left: 10/@px-unit;
                display: inline-block;
                height: 100%;
                max-width: 120/@px-unit;
                width: auto;
            }

            .nonmoperson-face {
                height: 60%;
                width: 80/@px-unit;
                float: right;
            }

            .face {
                height: 137/@px-unit;
                margin: 0;
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }

    
    .vehicle_detact {
        .picData_vehicle_detect_imgAndInfo {
            margin-top: 10/@px-unit;
            height: 166/@px-unit;
            display: flex;
            flex-direction: row;
            justify-content: center;

            .picData_imgContentByPic {
                position: relative;
                width: 140/@px-unit;
                height: 155/@px-unit;
                margin: 0;
                float: left;

                img {
                    width: 120/@px-unit;
                    display: inline-block;
                    height: 100%;
                    margin: 0 5/@px-unit 0 5/@px-unit;
                }

                .vehicle {
                    width: 120/@px-unit;
                    height: 120/@px-unit;
                    display: block;
                    margin: 0 auto;
                    position: absolute;
                    top: 0/@px-unit;
                    left: 5/@px-unit;
                }

                .plate {
                    width: 120/@px-unit;
                    height: 32/@px-unit;
                    display: block;
                    margin: 0 auto;
                    position: absolute;
                    top: 121/@px-unit;
                    left: 5/@px-unit;
                }
            }

            .picData_info {
                height: 166/@px-unit;

                .plateWhiteListDB {
                    width: 120/@px-unit;
                    height: 30/@px-unit;
                    line-height: 30/@px-unit;
                    text-align: center;
                    margin-top: 54/@px-unit;
                    float: left;
                    border: 1/@px-unit solid @vehicle_whiteplate_borderColor;
                    background-color: @vehicle_whiteplate_bgColor;
                    color: @pageTextA;
                }

                .plateBlackListDB {
                    width: 120/@px-unit;
                    height: 30/@px-unit;
                    line-height: 30/@px-unit;
                    text-align: center;
                    margin-top: 54/@px-unit;
                    float: left;
                    background-color: @vehicle_blackplate_bgColor;
                    color: @pageTextA;
                    border: 1px solid @vehicle_blackplate_borderColor;
                }

                .plateNormalListDB {
                    display: none
                }

            }
        }
    }
}
.infotext{
    width: 115/@px-unit;
    display: flex;
}
.info_label{
    max-width: 70/@px-unit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.info_val{
    max-width: 45/@px-unit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.label-normal-behind {
    .label-normal-container {
        padding-top: 0px !important;
    }
}
._viewAiResult_ {
    .pic_PlateNo {
        clear: left;
        text-align: center;
    }
}


._OperateMonitorSearch_ {
    &line {
        display: flex;
    }   
}
.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;
    }
}

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

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


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


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

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


._CheckBoxGroupModal_ {
    max-height: calc(100vh - 50vh);
    height: auto;
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 46%;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
    .label-normal-behind{
        
        line-height: 28 / @px-unit;
    }
}

._FaceDetection_ {
    .fd_right {
        width: 495 / @px-unit;
    }
    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !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;
            }
        }
    }
}

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

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


._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: #696969 !important;
            }
            path:nth-child(2) {
                fill: #696969 !important;
            }
            
            linearGradient {
                stop:first-child {
                    stop-color: @current !important; 