            text-align: center;
            width: 200 / @px-unit;
            color: @current;
        }
    }
    .quick{
        justify-content:center;
        padding-left:0;
    }
    .InitItem{
        margin-left: 40 / @px-unit;
        margin-top: 40 / @px-unit;
        .quickInitLicenceNoted{
            white-space: nowrap;
            text-decoration: underline;
            cursor: pointer;
            display: inline-block;
        }
    }
    .IsInherit{
        border-bottom: 1 / @px-unit solid @modalFooterBorder;
        margin-top: 20 / @px-unit;
        margin-bottom: 20 / @px-unit;
    }
    .InitQuestion{
        margin-left: 120 / @px-unit;
    }
}
.InitGuide_box {
    overflow-y: auto;
    overflow-x: hidden;
}
.InitGuide{
    height: auto;
    
    height: 600px\0;
    max-height: 680 / @px-unit;
    width: 80%;
    
    
    margin-left: 90 / @px-unit;
    >div {
        width: 700 / @px-unit;
    }
    .startAndEndTimePicker,.label-normal-behind {
        padding: 0!important;
        .label-normal-container {
            padding: 0!important;
        }
    }
    .label-normal-wrapper > .ant-picker {
        width: 125 / @px-unit;
    }
    .label-date-picker > .ant-picker {
        width: 135 / @px-unit;
    }
    .autoCheckNote{
        width: 658/@px-unit;
    }
}
.InitGuide_Law{
    height: 600 / @px-unit;
    .HeaderTab{
        display: flex;
        cursor: pointer;
        .Tab_Current{
            display: flex;
            width: 240 / @px-unit;
            text-align: center;
            height: 50 / @px-unit;
            background: @current;
            justify-content: center;
            align-items: center;
            border: 1px solid @tabBorder;
            color: @pageTextA;
        }
        .Tab{
            display: flex;
            width: 240 / @px-unit;
            text-align: center;
            height: 50 / @px-unit;
            background: @tabBgN;
            align-items: center;
            justify-content: center;
            border: 1px solid @tabBorder;
        }
    }
    .LegalText{
        height: 540 / @px-unit;
        padding: 20 / @px-unit;
        margin-top: 20 / @px-unit;
        overflow: auto;
    }
    .LicenceNoted{
        margin-top: 20 / @px-unit;
        margin-left: 20 / @px-unit;
        .labelText {
            width: 90%;
        }
    }
}



._QualityBtns_ {
    .popover_contain{
        .popover_icon:not(.disabled_icons):not(.noHover) svg path {
            fill: .color_N(@preview_center_bottom_Bg)[];
        }
        .popover_icon:hover:not(.disabled_icons):not(.noHover):hover svg path {
            fill: @--primary-5!important;
        }
    }
    }
  

._DisplayScale_ {
    
    
    
    padding-top: inherit; 
    
}


._FastPreview_ {
    
    
    
    
    height: 100%;
    padding: 0!important;
    
    @fastPreviewBtnColor:.color_N(@preview_Left_Bg)[];

    
    @fastPreviewBtnColor_A:.color_A(@preview_ChnlBgA)[];

    
    &up {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 7/@px-unit 0!important;
        cursor: pointer;
        color:@fastPreviewBtnColor;
        &:hover {
            background-color: @preview_ChnlBgA;
            color: @fastPreviewBtnColor_A;
            .icon_default{
                svg path:nth-of-type(1){
                     fill:@fastPreviewBtnColor_A!important;
                }
                svg path:nth-of-type(2){
                    fill: .color_A(@preview_ChnlBgA)[@inverse] !important;
                }
                svg path:nth-of-type(3){
                    fill:@fastPreviewBtnColor_A!important;
                }
            }
        }
        &_icon{
            margin:0 30/@px-unit 0
        }


    }
    .active{
        color: .color_A(@fastPreview_btnActBg)[];
        background-color: @fastPreview_btnActBg;
    }
    .icon_active{
        svg path:nth-of-type(1){
            fill:@successColor!important;
        }
        svg path:nth-of-type(2){
            fill:@iconBgColor!important;
        }
        svg path:nth-of-type(3){
            fill:@successColor!important;
        }
    }
    .icon_default{
        svg path:nth-of-type(1){
            fill:@fastPreviewBtnColor!important;
        }
        svg path:nth-of-type(2){
            fill:@iconBgColor!important;
        }
        svg path:nth-of-type(3){
            fill:@fastPreviewBtnColor!important;
        }
    }
    &wrap{
        height:32/@px-unit;
        width:105/@px-unit;
        position: relative;
        border:1px solid @fastPreview_border;
    }
    .btnClass{
        position: absolute;
        background: transparent!important;
        right:-15/@px-unit;
        .cus_icons{
            .svgOut(@fastPreviewBtnColor);
        }
    }
    &down{
        height:auto!important;
        padding: 0 !important;;
        display: flex;
        justify-content: center;
         &_left{
            
            max-height: 80vh;
            min-width:105 /@px-unit!important;
            overflow: auto;
            padding: 0!important;
            left:15/@px-unit!important;
            .ant-dropdown-menu-root{
                width:103/@px-unit;
            }
            .ant-dropdown-menu-item{
                padding:0!important;
                white-space: nowrap;
            }
            .ant-dropdown-menu-title-content{
               display: flex;
               align-items: center;
               justify-content: center;
            }
        }
        &_right{
            width:110/@px-unit;
            max-height: 80vh;
            overflow: auto;
            padding: 0!important;
            left:115/@px-unit!important;
            .ant-dropdown-menu-root{
                width:103/@px-unit;
            }
            .ant-dropdown-menu-item{
                padding:0!important;
                white-space: nowrap;
                height:32/@px-unit!important
            }
            .ant-dropdown-menu-title-content{
                display: flex;
                align-items: center;
                justify-content: center;
                .iconDropitem_name{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
        &_box{
            width:80/@px-unit;
            height:32 /@px-unit!important;
            position: absolute;
            border-right:1px solid @fastPreview_border;
            z-index:9;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            .cus_icons{
                .svgOut(@fastPreviewBtnColor);
            }
        }

        &_text{
            color: @fastPreviewBtnColor;
            margin-left:10/@px-unit;
            line-height: 35/@px-unit;
        }



    }
}



._ChannelList_ {
    
    
    
    
    height: 100%;
    padding-bottom: 14/@px-unit;
    @channelFontColor:.color_N(@preview_Left_Bg)[];
    .chnlist_tooltip {
        .ant-tooltip-content {
            .ant-tooltip-inner {
                word-spacing: normal;
                word-break: break-word;
            }
        }
    }
    .chItem {
        display: flex;
        align-items: center;
        padding: 3/@px-unit;
        height:31/@px-unit;
        cursor: pointer;
        &_cameraIcon {
            .svgOut(@channelFontColor);
            margin-left: 20/@px-unit;
            width: 30/@px-unit;
            height: 30/@px-unit;
        }
        ._cameraIcon_active {
            .svgOut(@iconColorA);
        }
        &_title {
            margin-left: 15/@px-unit;
            width: 120/@px-unit;
            color: @preview_ChnlTextN;
        }
        &:hover {
            .chItem_title {
                color: .color_N(@preview_ChnlBgA)[]
            }
            background-color: @preview_ChnlBgA;
            .chItem_btn {
                display: inline-block;
            }
        }
        &_btn {
            padding: 0 !important;
            border: 0 !important;
            background: none !important;
            height: 30/@px-unit;
            display: none;
        }
        .chItem_btn{
            display: none;
        }
        .label-div-Container {
            .label-normal-container  .label-normal-wrapper  {
                width: 50/@px-unit !important;
            }
        }
    }
}


@list-header-height: 35 / @px-unit;

._AIPreview_ {
    
    height: 100%;
    &swrap{
        border-right: 1px solid @--split;
        width: 270 / @px-unit;
        height: 100%;
        padding-right: 1 / @px-unit;
        background-color: @aiPanel_bg_color;
        &_header{
            background-color: @PickerHeaderBg;
            height: @list-header-height;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            background-color: @aiPanel_title_bg_color;
            &_title{
                width: 100%;
                color: @aiPanel_title_color_N;
                display: flex;
                align-items: center;
                span{
                    margin-left: 15 / @px-unit;
                }
            }
            &_set_icon{
                display: flex;
                align-items: center;
                width: 50 / @px-unit;
                .cus_icons {
                    .svgOut(@aiPanel_title_color_N);
                }
            }
        }
        &_list_swrap{
            height: calc(100% - @list-header-height);
            overflow: auto;
        }
    }

}

._AIPreviewIcon_{
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        }
    }
}

._AiPreviewModal_{
    
    width: 50% !important;
    min-width: 750px;  
}
.modal-swrap{
    .events-bar{
        display: flex;
        flex-direction: row;
        margin-top: 0 / @px-unit;
        .events-bar-btn{
            min-width: 180 / @px-unit;
            .tab-title-btn{
                min-width: 140 / @px-unit;
            }
        }
        .events-bar-btn-selected {
            button{
                background: @current!important;
                border: 1 / @px-unit solid @current!important;
                color: .color_A(@current)[] !important
            }
        }
        .events-bar-btn-no-selected{
            button{
                background: @buttonNormalBgN!important;
                border: 1 / @px-unit solid @buttonNormalBorderN!important;
                color: .color_N(@buttonNormalBgN)[] !important;
            }
        }
    }
    .object-params-swrap{
        .template-list{
            display: flex;
            margin-top:25 / @px-unit;
            .template-card-list-item {
                margin-right: 41/@px-unit;
            }
            .card-selected {
                border: 1 / @px-unit solid @current;
            }
            .card-no-selected {
                border: 1 / @px-unit solid @pageBorderN;
            }
            .template-card:last-child{ 
                margin-right: 0 / @px-unit;
            }
        }
        .attri-list{
            display: flex;
            margin-top: 20 / @px-unit;
            flex-wrap: wrap;
            min-height: 100 / @px-unit;
            .attri-btn-swrap{
                width: 16.5%;
                .attri-btn{
                    width: 85%;
                    .ant-btn>span{
                        width: 100%;
                        display: block;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    
                    .attri-button-contain{
                        width: 100% !important;
                    }
                    .attri-button-wrap{
                        width: 100% !important;
                    }
                }
                .attri-btn-selected {
                    button{
                        background: @current!important;
                        border: 1 / @px-unit solid @current!important;
                        color: .color_A(@current)[] !important
                    }
                }
                .attri-btn-no-selected{
                    button{
                        background: @aiSetPanel_bottom_unSelectBg!important;
                        border: 1 / @px-unit solid @buttonNormalBorderN!important;
                        color: .color_N(@aiSetPanel_bottom_unSelectBg)[] !important;
                    }
                }
            }

        }

    }


}


._MultiPreview_ {
    
    
    
    display: flex;
    &item {
        display: flex;
        position: relative;
    }
    &item_split {
        position: absolute;
        right: 32/@px-unit;
        width: auto;
        height: 32/@px-unit;
        padding: 0 10/@px-unit;
        background-color: @mutilPreview_Bg;
        border: 1/@px-unit solid @mutilPreview_border;
    }
    &split_group {
        display: flex;
        height: 100%;
        align-items: center;
        overflow: hidden;
    }
    &split {
        max-width: 782/@px-unit;
        overflow: hidden;
        display: flex;
        height: 100%;
        align-items: center;
    }
    &number {
        width: 46/@px-unit;
        height: 16/@px-unit;
        border-right: 1/@px-unit solid @preview_center_separator_ColorN;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        font-size: 10/@px-unit;
        cursor: pointer;
        position: relative;
    }
    &current {
        color: @current;
    }
    &number:last-child {
        border-right: none;
    }
    &number:hover {
        color: @current;
    }
}



._RegionofInterest_ {
    .list-wrap{
        height: 100%;
        .flat-list {
            height: 100%;
            padding: 10 / @px-unit;
            overflow-y: scroll;
            .win-view{
                
                
                margin-top: 0px;
                margin-bottom: 20000px;
            }
        }
        .footer-bar{
            position: absolute;
            bottom: 0;
            height: 40 / @px-unit;
            display: flex;
            width: 100%;
            .footer-item{
                display: flex;
                flex:1;
                justify-content: center;
                align-items: center;
                .left-arrow:hover{
                    color: @anchorTextA;
                    cursor:pointer
                }
                .right-arrow:hover{
                    color: @anchorTextA;
                    cursor:pointer
                }
            }
        }
        
    }

}



.fix-header-content{
    display        : flex;
    justify-content: center;

    .fix-header-content-item {
        text-align: center;
        cursor    : pointer;

        .fix-header-content-title {
            color   : .color_N(@--primary-6)[];
        }
    }

    .active-item {
        background-color: @--primary-7;
    }
}


.intereting-modal{
    width: 100% !important;
    height: 100%;
    .ant-modal-content{
        height: 100%;
        .ant-modal-body{
            height: 93%;
            display: flex;
            flex-direction: column;
            padding-bottom: 0;
            .intereting-modal-header {
                flex-shrink: 0;
                height: 40 / @px-unit;
                .header-bar {
                    width: 300 / @px-unit !important;
                    margin-top: 20 / @px-unit;
                }
            }           
            .intereting-modal-wrap{
                position: relative;
                height: 100%;
                overflow-y: scroll;
                flex-grow: 1;
                
                .interet-card-wrap{
                    width: 300 / @px-unit;
                    float: left;
                    margin-right: 20 / @px-unit;
                    margin-bottom: 10 / @px-unit;
                }
            }
        }
    }
}

.intereting-footer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    .all-label{
        width: 50 / @px-unit !important;
    }
}



._AlarmOut_ {
    &wrapper{
        width:100%;
        overflow: hidden;
    }
    &down{
        width:330 /@px-unit;
    }

}


._ImageConfig_ {
    width: 100%;
    background-color: @preview_Left_Bg;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    ._ImageConfig_button{
        .label-div-Container{
            margin-left:50/@px-unit;
            .label-normal-wrapper {
                width:92/@px-unit!important;;
            }
        }
    }
  
    .label-normal-container {
        width:190/@px-unit!important;;
    }
    .label-normal-wrapper{
        width:160/@px-unit!important;
    }
    .label-normal {
        width:28/@px-unit!important;
    }
    .label-normal-behind {
        display: none;
    }
}

._FileLockTable_ {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0 / @px-unit !important;
        }

        .label-normal-container {
            padding-top: 0 / @px-unit !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }
    .date-range-picker {
        .validity-picker {
            width: 500 / @px-unit !important;
        }
    }
    .modal-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .btn-left {
        margin-right: 10 / @px-unit;
    }
    .lock_tabel {
        margin-top: 8 / @px-unit;
    }
    ._lock_list_panel_ {
        .label-normal-behind {
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 288 / @px-unit;
    } 
}



.ai-preview-list{

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5 / @px-unit;
    .ai-template-card-swrap{
        
        margin: 5 / @px-unit 0 / @px-unit;
    }
}



.card-selected {
    border: 1 / @px-unit solid @current;
}
.card-no-selected {
    border: 1 / @px-unit solid @pageBorderN;
}
.template-card-swrap {
    padding: 3px;
    position: relative;
}
.template-listcard {
    width: 250 / @px-unit !important;
}
.template-card {
    display: inline-block;
    width: 200 / @px-unit;
    min-height: 177 / @px-unit;
    background-color: @aiPanel_cardBg;
    .template-card-top-face-database {
        height: 20 / @px-unit;
        padding-top: 2 / @px-unit;
        display: flex;
        align-items: center; 
        .face-database-name {
            width: 50%;
            padding-left: 15 / @px-unit;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .face-person-name {
            width: 50%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
    }
    .template-card-top {
        height: 145 / @px-unit;
        display: flex;
        .template-card-top-swrap {
            width: 50%;

            .image-panle {
                display: flex;
                flex-direction: row;
                justify-content: center;
                width: 100%;
                height: 100%;
            }
            .svg-panle {
                height: 100%;
                width: 100%;
                background-color: @aiPanel_box_color;
                border: 1 / @px-unit solid @aiPanel_box_bordere_color;
                display: flex;
                justify-content: center;
                align-items: center;
                .svg-icon {
                    font-size: 7.142857rem;
                    svg {
                        path {
                            fill: @aiPanel_info_bg_color;
                        }
                    }
                    .svgHover(@aiPanel_info_bg_color);
                }
            }
        }
        .left {
            padding: 10 / @px-unit 5 / @px-unit 10 / @px-unit 10 / @px-unit;
        }
        .center {
            margin-left: 60 / @px-unit;
        }
        .right {
            padding: 10 / @px-unit 10 / @px-unit 10 / @px-unit 5 / @px-unit;
        }
    }
    .template-card-top-no-center {
        display: flex;
        height: 170 / @px-unit !important;
        .template-card-top-swrap {
            width: 50%;
        }
        .right-attri-list {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: flex-start;
            .attri-item-wrapper {
                display: flex;
                .attri-left-item {
                    text-align: left;
                    width: 35 / @px-unit;
                    line-height: 35 / @px-unit;
                    flex-shrink: 0;
                    margin-right: 4 / @px-unit;
                }
                .attri-right-item {
                    width: 100%;
                    line-height: 35 / @px-unit;

                }
                .attri-color-block {
                    width: 100%;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }
            }
            .attri-item-wrapper-high {
                .attri-left-item {
                    line-height: 28 / @px-unit;
                }
                .attri-right-item {
                    line-height: 28 / @px-unit;
                }
            }
            .thumb-white {
                border: 1px solid @vehicle_whiteplate_borderColor;
                background-color: @vehicle_whiteplate_bgColor;
                color: .color_N(@vehicle_whiteplate_bgColor)[];
            }
            .thumb-black {
                background-color: @vehicle_blackplate_bgColor;
                border: 1px solid @vehicle_blackplate_borderColor;
                color: .color_N(@vehicle_blackplate_bgColor)[];
            }
            .white-black-list {
                display: flex;
                justify-content: center;
                border-radius: 2px;
                padding-top: 2 / @px-unit;
            }
            .OverSpeed{
                width: 80 / @px-unit;
                height: 40 / @px-unit;
                position: absolute;
                bottom: 14 / @px-unit;
                right: 14 / @px-unit;
            }
        }
        .image-panle {
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 100%;
            height: 100%;
        }
        .imageList-panle{
            width: 100%;
            height: 100%;
            .imagesmall-panle{
                width: 100%;
                height: 80%;
            }
            .imageplate-panle{
                width: 100%;
                margin-top: 6/ @px-unit;
                height: 15%;
            }
        }
        .svg-panle {
            height: 100%;
            width: 100%;
            background-color: @aiPanel_box_color;
            border: 1 / @px-unit solid @aiPanel_box_bordere_color;
            display: flex;
            justify-content: center;
            align-items: center;
            .svg-icon {
                width: 100%;
                font-size: 7.142857rem;
                svg {
                    width: 100%;
                    path {
                        fill: @aiPanel_info_bg_color;
                    }
                }
                .svgHover(@aiPanel_info_bg_color);
            }
        }
        .left {
            padding: 10 / @px-unit 5 / @px-unit 10 / @px-unit 10 / @px-unit;
        }
        .center {
            margin-left: 60 / @px-unit;
        }
        .right {
            padding: 10 / @px-unit 10 / @px-unit 10 / @px-unit 5 / @px-unit;
        }
    }
    .template-card-center {
        height: 25 / @px-unit;
        background-color: @preview_Sider_Bg;
    }
    .template-card-cenBtm {
        height: 28 / @px-unit;
        line-height: 28 / @px-unit;
        .template-card-cenBtm-left {
            float: left;
            padding-left: 14 / @px-unit;
            color: @red;
        }
        .template-card-cenBtm-right {
            float: right;
            padding-right: 10 / @px-unit;
        }
    }
    .template-card-bottom {
        height: 25 / @px-unit;
        background-color: @aiPanel_box_bottom-color;
        padding: 0 / @px-unit 12 / @px-unit 0 / @px-unit 12 / @px-unit;
        display: flex;
        align-items: center;
        width: 100%;
        color: .color_N(@aiPanel_box_bottom-color)[];
        .template-card-bottom-left {
            width: 30%;
        }
        .template-card-bottom-right {
            width: 70%;
            display: flex;
            justify-content: center;
        }
    }
    .template-card-tag {
        position: absolute;
        bottom: (-35 / @px-unit);
        right: (-10 / @px-unit);
        .svg-icon {
            font-size: (180 / @px-unit);
            svg {
                path {
                    
                }
            }
            .svgHover(@urgentRecord_defText);
        }
        .match,
        .mismatch {
            font-size: 100/@px-unit;
            margin: 0 15/@px-unit 30/@px-unit 0
        }
    }
    .color-0{
        color:#a6aab2;
    };
    .color-1{
        color:green;
    };
    .color-2{
        color:red;
    };
}

.template-list .template-card .template-card-top-no-center .right-attri-list .attri-item-wrapper .attri-left-item{
    width: 66/@px-unit;
}
.template-card:last-child {
    margin-right: 0 / @px-unit;
}


._FileList_ {
    width: 290px;
    overflow: hidden;
    .fileList_type_icon {
        display: flex;
        padding-left: 20 / @px-unit;
        align-items: center;
        .svgHover(@iconColorN);
    }
    .fileList_type_cub {
        display: flex;
        height: 20 / @px-unit;
        width: 20 / @px-unit;
        justify-content: center;
        align-items: center;
        margin-right: 6 / @px-unit;
    }
    .fileList_type_lock {
        font-size: 20 / @px-unit;
    }
    .type_color_fileList_general {
        background-color: @general;
    }
    .type_color_fileList_ivs {
        background-color: @ivs;
    }
    .type_color_fileList_alarm {
        background-color: @alarm;
    }
    .type_color_fileList_detect {
        background-color: @detect;
    }
    .type_color_fileList_pos {
        background-color: @pos;
    }
    .type_color_fileList_card {
        background-color: @card;
    }
    .fileList_type_lock_hide {
        display: none;
    }
    .ant-pagination-simple-pager{
        
        color: @playback_Right_Font_N;
        input{
            color: @formInputTextN;
        }
    }
    
    .ant-pagination-next,
    .ant-pagination-prev{
        .svgOut(@playback_Right_Font_N);
        &.ant-pagination-disabled{
            .svgDisabled(@playback_Right_Font_D);
        }
    }
    .ant-spin-container .ant-table-pagination {
        display: flex !important;
    }
    .ant-checkbox-indeterminate .ant-checkbox-inner {
        border: 1px solid @pageBorderN;
    }
    .ant-spin-nested-loading {
        height: 100%;
    }
    .ant-spin-container {
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        .ant-table {
            flex: 1;
            overflow: hidden;
            &>.ant-table-container {
                height: 100%;
                min-height: 350 / @px-unit;
                .ant-table-content {
                    overflow-y: scroll;
                    height: 100%;
                }
                .ant-table-header {
                    overflow: visible !important;
                    height: auto;
                }
            }
        }
        .ant-table-fixed-header{
            height: 95%;
        }
        thead {
            position: sticky;
            top: 0;
            z-index: 1;
        }
        ::-webkit-scrollbar {
            width: 0px;
        }
    }
}

._FileList_card {
    width: 290px;
    border: none;
    background-color: @tableOddBgN;
    color: @pageTextN;
    margin-top: 20 / @px-unit;
    .ant-card-body {
        padding: 16px !important;
    }
}
.tag-list-top {
    color: @playback_Right_Font_N;
    width: 290px;
    height: 36 / @px-unit;
    line-height: 36 / @px-unit;
    text-align: center;
    border-top: 1 / @px-unit solid @tableBorderN;
    border-left: 1 / @px-unit solid @tableBorderN;
    border-right: 1 / @px-unit solid @tableBorderN;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


._TagListTable_ {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0 / @px-unit !important;
        }

        .label-normal-container {
            padding-top: 0 / @px-unit !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }
    .date-range-picker {
        .validity-picker {
            width: 500 / @px-unit !important;
        }
    }
    .modal-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .btn-left {
        margin-right: 10 / @px-unit;
    }
    .taglist-tabel {
        margin-top: 8 / @px-unit;
    }
    ._tag_list_panel_ {
        .label-normal-behind {
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 280 / @px-unit;
    } 
}


._TagList_ {
    width: 290px;
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
    .tag-list-top-wrapper {
        padding-bottom: 0 !important;
    }
    .tag-list-top {
        width: 290px;
        height: 36 / @px-unit;
        line-height: 36 / @px-unit;
        text-align: center;
        border-top: 1 / @px-unit solid @tableBorderN;
        border-left: 1 / @px-unit solid @tableBorderN;
        border-right: 1 / @px-unit solid @tableBorderN;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ant-pagination-simple-pager{
        
        color: @playback_Right_Font_N;
        input{
            color: @formInputTextN;
        }
    }
    
    .ant-pagination-next,
    .ant-pagination-prev{
        .svgOut(@playback_Right_Font_N);
        &.ant-pagination-disabled{
            .svgDisabled(@playback_Right_Font_D);
        }
    }

    .ant-spin-container .ant-table-pagination {
        display: flex !important;
    }
    
    
    
    
    ._Table_ {
        margin-top: 0;
        .ant-table {
            & > .ant-table-container {
                tr {
                    td {
                        height: 40px;
                    }
                }
                th {
                    height: 40px !important;
                }
            }
        }
    }
}




.header-bar{
    position: absolute;
    top: 0;
    height: 40 / @px-unit;
    display: flex;
    align-items: center;
    width: 100%;
    .count-icon-bright {
        width: 30%;
        svg {
            & + {
                path:first-child {
                    fill: @current !important; 
                }
            }
        }
    }
    .count-icon{
        width: 30%;
    }
    .count-icon-disabled {
        pointer-events: none;
        width: 30%;
    }
    .right-icon{
        float: right;
        margin-right: 10 / @px-unit;
        padding-left: 60 / @px-unit;
    }
}



.win-view {
    .target-card {
        margin-bottom: 10/ @px-unit;
    }
}
.target-card{
    height: 150/ @px-unit;
    
    background-color: @aiPanel_cardBg;
    border: 1 / @px-unit solid @pageBorderN;
    
    position: relative;
    .card-content{
        height: 125/ @px-unit;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    .card-bottom{
        position: absolute;
        bottom: 0/ @px-unit;
        width: 100%;
        
        height: 25/ @px-unit;
        display: flex;
        align-items: center;
        padding: 10/ @px-unit;
        background-color: @aiPanel_box_bottom-color;
        color: .color_N(@aiPanel_box_bottom-color)[];
    }

    .tool-bar{
        background-color: @aiPanel_box_bottom-color;
        height: 30px;
        position: absolute;
        top: 0px;
        width: 100%
    }
}

.selected{
    border: 1 / @px-unit solid @current;
}


._AiPreviewDetailModal_SWRAP{
    .ant-modal{
        @modalHeight:95vh;
        @modalWidth:75vw;
        height: @modalHeight !important;
        width: @modalWidth !important;
        .ant-modal-content{
            width: 100%;
            height: 100%;
            .ant-modal-header{
                height: 45 / @px-unit;
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 0 / @px-unit 24 / @px-unit;
            }
            .ant-modal-body{
                padding: 0 / @px-unit;
                
                @headerHeight:47 / @px-unit;
                height: calc(@modalHeight - @headerHeight);
                ._AiPreviewDetailModal_ {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    .win-preview-panel-swrap{
                        height:100%;
                        width: 78%;
                        background-color: #3e3e3e;
                        .WinPreview {
                            height: 100%;
                        }
                    }
                    .pic-win-details-swrap{
                        height:100%;
                        width: 22%;
                        
                    }

                    .WinPreview_ocx{
                        @WinPreviewFooterHeight:40 / @px-unit;
                        height: calc(100% - @WinPreviewFooterHeight) !important;
                    }
                }
            }

        }
    }
}



.pic-details-info{
    height: 100%;
    position: relative;
    .pic-details-info-list{
        height: 100%;
        .thumb-white {
          border: 1px solid @vehicle_whiteplate_borderColor;
          background-color: @vehicle_whiteplate_bgColor;
          color: .color_N(@vehicle_whiteplate_bgColor)[];
          text-align: center;
          width:150 / @px-unit;
        }
        .thumb-black {
            background-color: @vehicle_blackplate_bgColor;
            border: 1px solid @vehicle_blackplate_borderColor;
            color: .color_N(@vehicle_blackplate_bgColor)[];
            text-align: center;
            width:150 / @px-unit;
        }
        .white-black-list {
          display: flex;
          justify-content: center;
          border-radius: 2px;
          padding-top: 2 / @px-unit;
        }
        .pic-details-info-list-swrap{
            overflow: auto;
            height: 100%;
            .detail-image{
                width: 100%;
                height: 120px;
                display: flex;
                justify-content: center;
                padding: 10 / @px-unit 0 / @px-unit 10 / @px-unit 0 / @px-unit;
                .img-swrap{
                    width: 90px;
                }
            }
            .detail-text-swrap{
                display: flex;
                justify-content: center;
            }
        }
    }
    .pic-details-bottom{
        position: absolute;
        bottom: 0 / @px-unit;
        width: 100%;
        display: flex;
        height: 40 / @px-unit;
        border-top: 1 / @px-unit solid @BottomBarBorder;
        background: @aiPanel_details_bottom_bg;
        .pic-details-bottom-left{
            width: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .pic-details-bottom-right{
            width: 70%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    .template-card-tag {
        position: absolute;
        top:0;
        left: 0;
        width: 110%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        .svg-icon {
            font-size: (180 / @px-unit);
        }

        .match,
        .mismatch {
            font-size: 70/@px-unit;
        }
    }
}

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



._SGJGPage_ {
    
    
    

    .line-row {
        display: flex;
    }

}
.sgjs-modal-wrap{
    .ant-modal-content {
        .ant-modal-body{
            .ant-tabs {
                .ant-tabs-nav {
                    .ant-tabs-tab {
                        width: 150 / @px-unit;
                        height: 50px;
                        text-align: center;
                        background: @tabBgN;
                        color: @tabTextN;
                        border: 1px solid @tabBorder;
                        margin: 0;
                        justify-content: center !important;
                        &.ant-tabs-tab-active {
                            background: @tabBgA;
                            .ant-tabs-tab-btn{
                                color: #FFFFFF !important;
                            }
                        }
                    }

                    .ant-tabs-ink-bar {
                        visibility: hidden;
                    }
                }
            }
        }  
        .ant-modal-footer {
            text-align: left !important;
        }   
    }
}


._ChannelNameGDDW_ {
    
    
    

    .line-row {
        display: flex;
    }
    padding-top: inherit; 
    height: 100%;
    .ChannelList {
        height: 90%;
        overflow-y: auto;

        .gutter-row {
            padding: 0 10px;
        }
    }
}



._Buddy_ {
    
    
    

    .line-row {
        display: flex;
    }
}





._SHDBPage_ {
    
    
    

    .line-row {
        display: flex;
    }
    .input-left{
        margin-left: 20  / @px-unit;
    }
}



._PicInPic_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._PassengerFlowStatistics_ {
    display:flex;
    align-items:center;
    justify-content:center;
    @pgheight: 300/@px-unit;
    @largeFont: 30px;
    height: 100%;
    .page-view {
        width: 100%;
        .showNum {
            color: @current;
        }
        .FlagIcon {
            & >.ant-space-item {
                height: 100%;
            }
            font-size: @largeFont;
            .cus_icons:not(.disabled_icons) svg path:first-child {
                fill: #005A9C;
            }
        }
        .page-space {
            height: @pgheight;
            & >.ant-space-item {
                height: 100%;
                margin-left: 30/@px-unit;
            }
        }
        .summary_light {
            height: @pgheight;
            width: @pgheight * 0.6
        }
        .StayIcon.cus_icons {
            font-size: @pgheight / 2;
        }
        .ExitIcon.cus_icons, .EnterIcon.cus_icons {
            font-size: @pgheight / 5;
        }
        .page-item {
            display: flex;
            flex-flow: column;
            height: 100%;
        }
        .topLabel {
            font-size: @largeFont * 2;
            flex: 1;
        }
        .bottom {
            width: 100%;
            align-self: flex-end;
        }
        .bottomTip {
            font-size: @font-huge;
            margin-top: 30/@px-unit;
        }
        .stayGreen {
            color: @current;
        }
        .stayRed {
            color: #ff0000;
        }
        .stayYellow {
            color: #fb953c;
        }
        .tipGreen {
            color: #00FF00;
        }
        .tipRed {
            color: #ff0000;
        }
        .tipYellow {
            color: #fb953c;
        }
    }
}


._WorkClothesDetectionSearch_ {
    &line {
        display: flex;
    }
}




._LeaveDetection_ {
    height: calc(100% - 66px);
    
    
    
    .ivsParameterSet;

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }

    fieldset {
        overflow: hidden;
    }
}

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



