    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


.PicturePlayWinPreviewWarp{
    .ant-modal {
        
        width: 449px !important;
    }
}


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



._Ptz_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    background-color: @preview_Right_Bg; 
    min-width: 170px;
    .ant-btn{
        padding:4/ @px-unit 0!important;;
    }
    .show{
        display: '';
    }
    .hidden{
        display: none;
    }
    &wrap{
        .ant-menu-item, .ant-menu-submenu-title{
            padding:0!important;
        }
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-top: 10 / @px-unit;  
        border-bottom: 1 / @px-unit solid @preview_right_ptz_borderBottom_ColorN;      
        .ant-menu{
            background: @preview_right_tabTitle_Bg !important;
            color: .color_N(@preview_right_tabTitle_Bg)[];
            height: 35 / @px-unit;
            width: 100%;
        }
        .ant-menu-horizontal {
            border-bottom-color: @preview_right_tabTitle_Bg;
            
        }
        .ant-menu-horizontal:not(.ant-menu-dark) {
            .ant-menu-submenu{
                padding:0!important;
            }
            .ant-menu-item {
                height: 30 / @px-unit;
                margin-top: 2 / @px-unit;
                line-height: 30 / @px-unit;
                width: 49%;
                display: flex;
                justify-content: center;
                span {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }
            .ant-menu-item:hover::after,
            .ant-menu-item-selected::after {
                border-bottom: 0px solid transparent;
            }
            .ant-menu-item-selected {
                background: @preview_right_ptzZoom_Bg !important;                
                border-radius: 5 /@px-unit;                
                span {                   
                    background: @preview_right_ptzZoom_Bg;
                    color: .color_A(@preview_right_ptzZoom_Bg)[];
                }                
            }
            .ant-menu-item:hover {
                color: .color_A(@preview_right_tabTitle_Bg)[];
            }
        } 
    }
    &content {
        margin-top: 15 /@px-unit;
        height:200 /@px-unit;
        background-color: @preview_Right_Bg;
    }   
    &font{
       >svg{
        font-size:30/ @px-unit!important;
        
       }
    }
   
    &icon{
        width:20 / @px-unit
    }
    &header_bg {
        width: 150 / @px-unit;
        height: 150 / @px-unit;
        margin: 25 / @px-unit 0 15 / @px-unit 25 / @px-unit;
        & &_icon {
            .svgFont(150);
        }
    }
    &header_el {
        width: 150 / @px-unit;
        height: 150 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        margin: 25 / @px-unit 0 15 / @px-unit 25 / @px-unit;
        position: absolute;
        top: -25 / @px-unit;
        left: 0;
        & &_icon {
            .svgFont(40);
            width: 40 / @px-unit;
            height: 40 / @px-unit;
            margin: 5 / @px-unit 5 / @px-unit 5 / @px-unit 5 / @px-unit;
            &:hover {
                cursor: pointer;
            }
        }
    }
}



._TalkAndSound_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    &box{
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    &default{
        border: 1px solid @talkAndSound_defBorder;
        background-color: @talkAndSound_defBg;
        color: @talkAndSound_defText;
    }
    .label-div-Container {
        width: 30/@px-unit;
        height:32/@px-unit;
        .label-normal-container {
            width: 30/@px-unit;
            height:32/@px-unit;
            padding-top: 0 !important;
            .label-normal-wrapper {
                width: 30/@px-unit !important;
                height:32/@px-unit !important;
            }
        }
    }
    &btn {
        padding: 0 !important;
        border: 0 !important;
        background: none !important;
        height: 30/@px-unit;
    }
    &down {
        width: 30/@px-unit;
        height: 30/@px-unit;
        border-left: 1px solid @talkAndSound_defBorder;
    }
    &start {
        width: 180/@px-unit;
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: @talkAndSound_defBg;
        border-right: 1px solid @talkAndSound_defBorder;
    }
    &stop {
        width: 180/@px-unit;
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: @talkAndSound_actBg;
        border-right: 1px solid @talkAndSound_defBorder;
        color: .color_A(@talkAndSound_actBg)[];
    }
    &text {
        line-height: 32/@px-unit;
        width: 64/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    &talk {
        display: flex;
        justify-content: center;
        width: 140/@px-unit;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  -10/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    &current {
        color: @current !important;
    }
}

._ViewSplit_ {
    
    
    
    padding-top: inherit; 
    
}


._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; 
    
}


._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;
    }
}

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

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

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





