            overflow: hidden;
            position: relative;

            &.isHidden {
                max-height: 0;
            }
        }

        .bottom-content {
            padding: 8/ @px-unit 16/ @px-unit;
            border-top: 1/@px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @px-unit;
                }
            }
        }

        .cut-image-type {
            padding: 0 !important;
            
            .labelSelect {
                width: 250/ @px-unit !important;
            }
        }

        .similarity {
            display: flex;
            padding-top: 8 / @px-unit;
            align-items: flex-end;

            .similarity-slider {
                padding: 0 !important;
                margin-bottom: 10 / @px-unit;
                margin-right: 20 / @px-unit;
                .labelSlider-center {
                    margin: 0;
                    .ant-slider {
                        margin: 0;
                    }
                }
                .label-normal-behind {
                    display: none;
                }
                .label-normal-wrapper {
                    width: 100%;
                }
            }

            .similarity-input {
                padding: 0 !important;
                position: relative;
                left: -10 / @px-unit;
                display: flex;
            }
        }

    }
}


._TargetPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding:0 16/ @px-unit 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
            .ant-tabs {
                margin: 0;
            }

            .header-operation {
                margin-top: 16/ @px-unit;
            }
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}


._TargetPlayBack_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
    }
}


._ExactSearchPlayBack_ {
    .title {
        width: 100%;
        margin-top: 8/ @px-unit;
        margin-bottom: 4/ @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        .type-tabs {
            
            overflow: hidden;
            .ant-tabs-nav {
                .ant-tabs-tab-btn {
                    width: 136 / @px-unit;
                    font-size: 16 / @px-unit;
                }
            }

            .ant-tabs-content {
                height: 100%;
                .ant-tabs-tabpane {
                    height: 100%;
                }
            }

            .img-search-items{
                padding: 16 / @px-unit;
                display: flex;
                height: 100%;
                flex-direction: column;
            }
        }

        .collapsed {
            flex: 1;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;

            &.isHidden {
                max-height: 0;
            }
        }

        .bottom-content {
            padding: 8/ @px-unit 16/ @px-unit;
            border-top: 1/@px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @px-unit;
                }
            }
        }

        .cut-image-type {
            padding: 0 !important;
            
            .labelSelect {
                width: 250/ @px-unit !important;
            }
        }

        .similarity {
            display: flex;
            padding-top: 8 / @px-unit;
            align-items: flex-end;

            .similarity-slider {
                padding: 0 !important;
                margin-bottom: 10 / @px-unit;
                .labelSlider-center {
                    margin: 0;
                    .ant-slider {
                        margin: 0;
                    }
                }
                .label-normal-behind {
                    display: none;
                }
                .label-normal-wrapper {
                    width: 100%;
                }
            }

            .similarity-input {
                padding: 0 !important;
                display: flex;
            }
        }

    }
}


._ExactSearchPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}


._RealTimeEvents_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        min-width: 600 / @px-unit;
        overflow-y: auto;
        .winPreviewPanel {
            height: 532 / @px-unit;
        }
        .event-channel {
            height: 48 / @px-unit;
            width: 100%;
            padding: 12 / @px-unit 24 / @px-unit 0 / @px-unit 24 / @px-unit;
            .label-normal-container::after {
                content: unset;
            }
        }
        .event-info {
            padding: 24 / @px-unit;
            .event-info-item {
                margin-bottom: 16 / @px-unit;
            }
        }

    }
}



._HistoryEvent_ {
    .middle-layout {
        padding: 16 / @px-unit;
        margin: 0;
        background-color: @neutral-bg-5-normal;

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
        }
        .exportAll {
            display: flex;
            align-items: center;
            background: @neutral-bg-2-normal;
            width: 116/ @px-unit;
            height: 36/ @px-unit;
            cursor: pointer;
        }
    }


}



._HistoryEvent_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        max-width: 600 / @px-unit;
        min-width: 491 / @px-unit;
        flex: 0 1 600/ @px-unit;
        overflow-y: auto;
        .winPreviewPanel {
            height: 532 / @px-unit;
        }
        .event-channel {
            height: 48 / @px-unit;
            width: 100%;
            padding: 12 / @px-unit 24 / @px-unit 0 / @px-unit 24 / @px-unit;
            .label-normal-container::after {
                content: unset;
            }
        }
        .event-info {
            padding: 24 / @px-unit;
            .event-info-item {
                margin-bottom: 16 / @px-unit;
            }
        }
    }
}



._ExactSearchPlayBack_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
    }
}


._ExactSearchPlayBack_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1 / @px-unit solid @neutral-stroke-2-normal;

    .ant-layout {
        flex-direction: row;
    }

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

        .search-content {
            width: 0;
            height: 100%;
            flex: auto;
            display: flex;
            .middle-layout {
                height: 100%;
            }

            .ExactSearch-window-container {
                flex: 1 1 0;

                .window-container-middle {
                    flex: 1 1 958 / @px-unit;
                }

                .window-container-right {
                    flex: 0 1 598 / @px-unit;
                }
            }

            .middle-layout {
                flex: 1 1 958 / @px-unit;
            }

            .video-layout {
                flex: 0 1 570 / @px-unit;
                overflow: auto;
            }
        }
    }

    .line-row {
        display: flex;
    }
}




.area-color-dropdown,
.area-color-select {
  .area-color-box {
    display: inline-flex;
    color: @neutral-fg-2-normal;
    margin-right: 8 / @px-unit;
    align-items: center;

    .color-box {
      width: 10 / @px-unit;
      height: 10 / @px-unit;
      margin-right: 4 / @px-unit;
      
      
    }

    .label-box {
      max-width: 220 / @px-unit;
      
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .all-item-box {
    color: @neutral-fg-2-normal;
    padding-left: 3 / @px-unit;
    .color-box {
      display: none;
    }
  }
}

.area-color-select {
  .area-color-box {
    .label-box {
      max-width: 100 / @px-unit;
      padding-right: 6 / @px-unit;
    }
  }
}


.area-color-dropdown {

  
  .ant-select-item-option-selected {
    background-color: @neutral-bg-1-normal;

    .anticon-check {
      display: none;
    }
  }
}

._SMDConfig_ {
    .ant-divider-horizontal {
        margin: 12 / @px-unit 0;
    }
        .flex {
            display: flex;
            align-items: center;
        }

        .AlarmInput-channel-select {
            .label-normal-container {
                display: flex;
                align-items: center;
            }
        }
}



._TextDeploy_ {
    
    
    
    overflow: scroll;
    .line-row {
        display: flex;
    }
    ._Table_ .ant-table-body {
        min-height: 105/ @px-unit;
    }
    .card-dispay{
        display: flex;
        width: 1328/ @px-unit;
        flex-wrap: wrap;
        
    }
    h1{
        color:rgb(216, 216, 217);
        white-space: nowrap;       
        overflow: hidden;        
        text-overflow: ellipsis;  
    }
    .p-color {
        color:rgb(168, 169, 171);
    }
    .card-style{
        width: 426px;
        
        margin-top: 16/ @px-unit;
        margin-right: 16/ @px-unit;
    }
    .negative-feedback{
        padding: 0;
    }
    .drop-down{
        margin-top:5/ @px-unit
    }
    .empty-box{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 300/ @px-unit;
        .widget-empty{
            background:#00000000;
        }
    }
    .p-color {
        white-space: "nowrap";
        overflow: "hidden";
        text-overflow: "ellipsis";
    }
    .card-title{
        font-weight: 400;
        font-size: 20/ @px-unit;
        display: inline-block;  
        max-width: 100%;       
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}



._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;
        }
    }
    .card-tabs {
      .trigger-content {
          display: flex;
          flex-wrap: wrap;
      }
    }
  
     .Tabmenu{
       margin: 16 / @px-unit 0  8 / @px-unit;
      .ant-tabs-nav-list {
        height: 32 / @px-unit;
      }
      .ant-tabs-nav .ant-tabs-tab-btn{
        height: 32 / @px-unit;
        line-height: 32 / @px-unit;
      }
      .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{
        border: 1px solid @brand-stroke-1-normal;
        background-color: @brand-bg-2-selected;
      }
      .ant-tabs-nav  .ant-tabs-tab-btn{
        border: 1px solid @neutral-stroke-1-normal;
      }
      .ant-tabs-nav::before{
         border:none;
      }
    }
}

.auto-line-modal-content {
  display: flex;
  gap: 18 / @px-unit;

  .auto-line-preview {
    flex: 0;
  }

  .auto-line-alert {
    flex: 1;
  }
}



._DomesticPrivateIPCModal_{
    .ResetContainer{
        height: 409 / @px-unit;
        display: flex;
        .left{
            width: 419 / @px-unit;
            height: 409 / @px-unit;
            border-right: 1/@px-unit solid @neutral-stroke-2-normal;
            
            .formTitle{
                font-size: @font-size-title-s;
                height: 24 / @px-unit;
                line-height: 24 / @px-unit;
                margin-top: 21 / @px-unit;
                margin-left: 30 / @px-unit;
            }
            .titleContent{
                margin-left: 29 / @px-unit;
            }
            .qrcodes{
                width: 100%;
                height: 332 / @px-unit;
                display: flex;
                justify-content: center;
                align-items: center;
                .qrcodrs-content{
                    width: 200/ @px-unit;
                    height: 235/ @px-unit;
                    .qrcodes-img{
                        width: 200 / @px-unit;
                        height: 200 / @px-unit;
                        background-color: #fff;
                        padding: 8 / @px-unit;
                        canvas {
                            width: 100% !important;
                            height: 100% !important;
                        }
                    }
                    .qrcodes-sn{
                        width: 200 / @px-unit;
                        height: 20 / @px-unit;
                        line-height: 20 / @px-unit;
                        margin-top: 15 / @px-unit;
                        text-align: center;
                        color: @neutral-fg-4-normal;
                    }
                }
            }
        }
        .right{
            height: 409 / @px-unit;
            flex: 1;
            
            .formTitle{
                font-size: @font-size-title-s;
                height: 24 / @px-unit;
                line-height: 24 / @px-unit;
                margin-top: 21 / @px-unit;
                margin-left: 48 / @px-unit;
            }
            .resetform{
                margin-left: 47 / @px-unit;
                .contact{
                    height: 20 / @px-unit;
                    font-size: @font-size-body-s;
                    line-height: 20 / @px-unit;
                    .label-normal-wrapper, .labelText-wrapper{
                        height: 20 / @px-unit;
                        line-height: 20 / @px-unit;
                        color: @neutral-fg-4-normal;
                    }
                }
            }
        }
    }

}


._OtherIPCModal_ {
    
    
    
    min-width: 780px;

    
    ._StepsHeader_ {
        display: flex;
        align-items: center;
        justify-content:center;
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;

        .headerText{
            text-align: center;
            width: 200 / @px-unit;
            font-size: 16px;
        }
        
        
        
        
        .headerText_current{
            color: @brand-fg-1-normal;
        }
        .headerIcon_current {
            fill: @brand-fg-1-normal;
        }
    }
    .PromptTip {
        margin: 175 / @px-unit;
        width: 780 / @px-unit;
        .PromptTipText{
            width: 100% !important;
        }
    }
    .ResetContainer {
        width: 100%;
        display: flex;
        flex: 50%;
        height: 480 / @px-unit;
        margin-top: 20 / @px-unit;

        .left {
            flex: 1;
            height: 100%;
            .label-normal-container {
                padding-bottom: 0 !important;
                padding-top: 0 !important;
            }

            .ResetInfoTip {
                width: 540 / @px-unit;
                .ResetInfoTipText{
                    width: 100% !important;
                }
                .cmpLabelText.spaceBreak {
                    width: 100% !important;
                }
            }
            display: flex;
            align-items: center;
            justify-content: center;

            .qrcodes {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-around;
                
                canvas, img {
                    width: 220/ @px-unit !important;
                    height: 220/ @px-unit !important;
                }
                .qrcodesImg {
                    width: 250/ @px-unit !important;
                    height: 250/ @px-unit !important;
                }
            }
        }
        .right {
            flex: 1;
            height: 100%;
            border-left: 1 / @px-unit solid @neutral-stroke-2-normal;
            display: flex;
            align-items: center;
            justify-content: center;
            
            
            
            .contactform {
                
                
                
                
                .label-div-Container:nth-child(2) {
                    text-align: right;
                }
            }
        }
        .QR_background {
            width: 250 / @px-unit;
            height: 250 / @px-unit;
            padding: 15 / @px-unit;
            background-color: @QRCodeBg;
        }
        .QRNumberDiv {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            .label-normal-wrapper {
                text-align: center;
            }
        }
    }
}


._FrequencyAnalysis_ {
    .operate-td {
        display: flex;
        align-items: center;
        .label-normal-wrapper {
            width: auto !important;
            margin-right: 4 / @px-unit;
        }
    }
    ._Table_ .ant-table > .ant-table-container .ant-table-tbody .active-row {
        background-color: @brand-bg-2-selected!important;
    }
    .row-info {
        margin-top: 12 / @px-unit;
    }
}


._ExperienceDetialModal_wrap {
    position: absolute;
}
._ExperienceDetialModal_ {
    @preEmptyH_Exp_Detail: 290 / @px-unit; 
    @detailContentH_Exp: calc(100vh - @navMenuHeight - @preEmptyH_Exp_Detail); 
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    .ant-modal-header{
        width: 100%;
        .modal-title {
            display: flex;
            align-items: center;
            >span {
                margin-left: 12 / @px-unit;;
                line-height: 30 / @px-unit;;
            }
        }
    }
    .ant-modal-body{
        width: 100%;
        
    }
    .ant-modal-content {
        border: none !important;
        width: 100% !important;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        .label-normal-behind   {
            width: max-content !important;
            padding-right: 8 / @px-unit;
        }
        
        margin-right: 12/ @px-unit;
    }

    .detailContainer {
        height: @detailContentH_Exp;

        .detailHeader {
            display: flex;

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

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

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

            .detailCard {
                width: 220 / @px-unit;
                height: 182 / @px-unit;
                margin-right: 16 / @px-unit;
                margin-bottom: 20 / @px-unit;
                background-color: @neutral-bg-4-normal;
                border: 1px solid @neutral-stroke-2-normal;
                position: relative;

                &:hover {
                    border:1px solid @brand-stroke-1-hover;
                }
                .cardPic {
                    width: 100%;
                    height: 150 / @px-unit;
                    cursor: pointer;
                    
                    .face-check-item {
                        position: absolute;
                        left: 10 / @px-unit;
                    }
                    img {
                        width: 100%;
                        height: 100%;
                    }
                }

                
                .buildStatus {
                    width: 100%;
                    height: 30 / @px-unit;
                    line-height: 30 / @px-unit;
                    background-color: @neutral-bg-4-hover;
                    padding-left: 8 / @px-unit;
                    cursor: pointer;
                }
            }
        }

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

._SceneChange_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
}



.RangeLimitedSliders {
    margin-top:20px;
     .slider {
        .slider-title {
            font-size: 16 / @px-unit;
            line-height: 30 / @px-unit;
            color: @--font-l;

        }
        .slider-container {

        }
     }
}





.event-handle-config-modal {
    .event-handle-config-content {
        display: flex;

        .event-handle-config-left {
            width: 240 / @px-unit;
            height: 528 / @px-unit;
            flex: none;
        }

        .event-handle-config-right {
            flex: 1;
            width: 0;
            padding: 24 / @px-unit;

            ._EventHandlerNew_ {
                padding: 0;
            }
        }
    }

    .ant-modal-body {
        padding: 0;
    }
}



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


._AIReportBase_ {
    .middle-layout {
        width: 100% !important;
        margin: 0;
        flex: 1;

        height: calc(100vh - @navMenuHeight);
        overflow-y: auto;
        background-color: @neutral-bg-5-normal;
        @diffHeight: 100 / @px-unit;
        padding: 16 / @px-unit;

        .chart-operate {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .drop-export {
                max-width: 200 / @px-unit;

                .ant-btn-compact-first-item {
                    padding: 0 8/@px-unit;
                    display: flex;
                    align-items: center;

                    svg {
                        font-size: 20/@px-unit;
                        margin: 0 4/@px-unit;

                        path {
                            fill: currentColor;
                        }
                    }
                }

                .ant-dropdown-trigger {
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    path {
                        fill: currentColor;
                    }
                }
            }

            .chart-right {
                display: flex;
                align-items: center;

                .label-normal-behind {
                    width: max-content !important;
                }

                .chart-type-switch {
                    margin-left: 12 / @px-unit;
                    height: 36 / @px-unit;
                    display: flex;
                    align-items: center;

                    >div {
                        background-color: @neutral-bg-2-normal;
                        cursor: pointer;
                        border: 1px solid @neutral-stroke-1-normal;
                        border-radius: 0;
                    }

                    .active-icon {
                        border: 1px solid @brand-stroke-1-normal;
                    }
                }
            }
        }

        .chart-photo {
            width: 100%;
            height: calc(100vh - @navMenuHeight - @diffHeight);
        }
    }
    .ant-spin-nested-loading > div > .ant-spin {
        max-height: 100%; 
         .ant-spin-dot {
            @diffWidth: 160 / @px-unit;
            left: calc(50% + @diffWidth);
         }
    }
    .middle-layout-empty {
        display: flex;
        flex-direction: column;
        justify-content: center;

        .ant-empty-image {
            height: 160 / @px-unit;
        }
    }
}


._AIReportBase_ {
    >div{
        width: 100%;
    }
    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;
        height: calc(100vh - @navMenuHeight);

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .hidden-box {
            display: none;
        }

        .bottom-content {
            
            ._TypeSelector_ {
                height: auto;
                .content{
                    padding: 0;
                }
            }
            padding: 8 / @px-unit 16 / @px-unit 16 / @px-unit 16 / @px-unit;
            border-top: 1 / @px-unit solid @neutral-stroke-2-normal;

            .label-normal-behind {
                padding: 0;

                > span {
                    display: block;
                    margin-left: 0 !important;
                }
            }

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 272 / @px-unit;
                }
            }
        }
    }
}



.RealTimeEvents_SubScribeModal_ {
    .label-div-Container {
        display: inline-block;
    }
    .checkboxlist {
        .label-div-Container {
            width: 25%;
        }
    }
    .ant-modal-footer {
        position: relative;
        height: 80 / @px-unit;
        .ant-space-horizontal {
            position: absolute;
            right: 0;
            transform: translateX(-50%);
        }
    }
    .event-type-title {
        font-weight: @font-weight-bold;
        width: auto !important;
        margin-right: 12 / @px-unit;
    }
    .label-normal-behind {
        color: inherit !important;
        line-height: 22 / @px-unit !important;
    }
    .label-normal-wrapper {
        line-height: 22 / @px-unit !important;
    }
}


.alarm-tree {
    padding: 0 16 / @px-unit;
    margin-top: 16 / @px-unit;
    height: 100%;
    overflow-y: auto;
    .ant-tree {
       background: none !important;
       .tree-name {
         display: flex;
         align-items: center;
       }
    }
}


@similarityHeight :22/ @px-unit;

.playback-card-item {
    width: 286 / @px-unit;
    height: 206 / @px-unit;
    margin-right: 16 / @px-unit;
    margin-bottom: 16 / @px-unit;
    border: 1 / @px-unit solid @neutral-stroke-2-normal;
    border-radius: 0;
    flex: none;
    background-color: @neutral-bg-4-normal;

    .label-normal-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ant-card-body {
        padding: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        font-size: 14 / @px-unit;
        font-weight: 400;
        color: @neutral-fg-2-normal;

        &:hover {
            border-color: @brand-stroke-1-hover;
            cursor: pointer;

            .actionFoot {
                display: flex;
                justify-content: flex-end;
            }

            .infoFoot {
                display: none;
            }
        }
    }

    .cardContent {
        display: flex;
        flex: auto;
        height: 0;
        flex-direction: column;

        .info-content {
            flex: auto;
            max-height: 100%;
            height: 0;
            width: 100%;
            display: flex;
            padding-right: 4/ @px-unit;

            .card-img {
                flex: 1 1 50%;
                width: 0;
                margin: 4 / @px-unit 0 4 / @px-unit 4 / @px-unit;
                display: flex;
                justify-content: center;
                background-color: @neutral-bg-5-normal;

                .DefaultImgClass {
                    width: 100%;
                    height: 100%;
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: contain;
                }
            }

            .attr-content {
                @attrTextWidth: 34/@px-unit;
                flex: 1 1 50%;
                width: 50%;
                margin: 4/@px-unit 8/@px-unit 4/@px-unit 8/@px-unit;
                overflow: hidden;
                display: flex;
                flex-direction: column;

                .attr-item {
                    height: 20%;
                    display: flex;
                    flex: auto;

                    .label-div-Container {
                        width: calc(100% - @attrTextWidth);

                        .attr-text {
                            margin-left: 6 / @px-unit;
                            color: @neutral-fg-2-normal;
                        }
                    }
                }
            }

            
            .car-plate-content {
                flex: 1 0 50%;
                margin: 4/@px-unit;
                @carFirstImgHeight: 104 / @px-unit;

                .car-card-img:nth-child(1) {
                    height: 100 / @px-unit;
                    margin-bottom: 4/@px-unit;
                }

                .car-card-img:nth-child(2) {
                    height: calc(100% - @carFirstImgHeight);
                }

                .car-card-img {
                    width: 100%;
                }
            }

        }

        .similarity {
            height: @similarityHeight;
            margin: 0 8 / @px-unit;
        }

        .template-card-tag {
            height: 22 / @px-unit;
            margin: 0 8/ @px-unit 8/ @px-unit;
            display: flex;
            width: 105/ @px-unit;
            align-items: center;
            justify-content: center;
            svg{
                width: 80 / @px-unit;
                height: 20 / @px-unit;
            }
            &.error{
                border: 1 / @px-unit solid @status-error-stroke-2-normal;
                background: @status-error-bg-2-normal;
                color:@status-error-fg-1-normal;
            }
            &.success{
                border: 1 / @px-unit solid @status-success-stroke-2-normal;
                background: @status-success-bg-2-normal;
                color:@status-success-fg-1-normal;
            }
        }
    }

    .cardFooter {
        padding-top: 0;
        padding-bottom: 0;
        background-color: @neutral-bg-4-hover;
    }

    .cardHeader {
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
        background-color: @neutral-bg-4-normal;
        color: @neutral-fg-2-normal;
        .ant-checkbox {
            margin-top: 4 / @px-unit;
        }
    }

    .cardHeader,
    .cardFooter {
        height: 32 / @px-unit;
        line-height: 32 / @px-unit;
        padding-left: 9 / @px-unit;
        padding-right: 9 / @px-unit;
    }

    .actionFoot {
        display: none;
    }

    .infoFoot {
        display: flex;
        justify-content: space-between;
    }

    .checkCoverImg {
        position: absolute;
        top: 4 / @px-unit;
        left: 9 / @px-unit;
    }
}

.CompliantInfoModal {
    
    
    
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0px !important
    }
    .ant-checkbox-wrapper {
        width: 120 / @px-unit;
    }
}



._IntelliConfigPTEvent_ {
    
    
    
    overflow: scroll;
    .line-row {
        display: flex;
    }
    .page-view {        
        ._Table_ .ant-table-body {
            min-height: 132 / @px-unit;
        }            
    }
}



._RealTimeEvents_ {
    .left-layout {
        .HeadButtonList {
            display: flex;
            justify-content: space-between;
            margin: 8 / @px-unit 0;
            .refresh,
            .clearAlarmInfo,
            .subscribe,
            .pauseRefresh,
            .exportAll {
                margin-right: 12 / @px-unit;
            }
            .left-btns {
                display: flex;
            }
            .right-btns {
                .subscribe {
                    margin-right: 0;
                }
            }
        }
    }
}



._RealTimeEvents_ {
    .left-layout {
        .EventTable {
            
            .ant-table-filter-column {
                align-items: center;
            }
            .collected_icon {
                color: @status-yellow-fg-1-normal;
            }
        }
    }

    ._Table_ {
        padding-top: 0;
    }
}
.RealTimeEvents-FilterDropdown {
    padding-left: 10 / @px-unit;
}



._TextDeploy_ {
    .page-view {
    }
    ._HighDivider_{
        min-height:20/ @px-unit;
        height:10/ @px-unit
    }
    .eventHandler-view{
        margin-top: 10/ @px-unit;
    }
}



._OperateMonitor_ {
    
    
    
    .ivsParameterSet;

    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }
}



._DepthCalibration_ {
    
    
    

    .line-row {
        display: flex;
    }
}




._ElevatorDetect_ {
    
    
    
    
    .ivsParameterSet;

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }

    fieldset {
        overflow: hidden;
    }
    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }

}



@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 240 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 


._IVSScheme_ {
    padding-top: 20 / @px-unit !important;
    height: auto !important;

    >.label-div-Container {
        height: 0;
        overflow: hidden;
    }

    .cap-item {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        font-size: 100px !important;
        cursor: pointer;
    }

    .scene-container {
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 48 / @px-unit;

        .scene-box {
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 4 / @px-unit;
            flex: 0 0 596 / @px-unit;
            margin-right: 16 / @px-unit;
            padding: 16 / @px-unit;
            padding-right: 4 / @px-unit;
            margin-bottom: 40 / @px-unit;

            .scene-title {
                display: flex;
                margin-bottom: 16 / @px-unit;
                font-size: 14px;
                justify-content: space-between;
                color: @neutral-fg-2-normal;
                align-items: center;
                padding-right: 12/ @px-unit;
            }
        }

        .preset-form,
        .scene-box-global {
            flex: 0 0 95%;
            border: 0;
            padding: 0;

            .scene-title {
                font-size: @font-size-title-s;
            }
        }

        .preset-form {
            margin-bottom: 12/ @px-unit;

            .preset-form-title {
                font-size: @font-size-title-s;
            }
        }
    }

    .hide {
        display: none;
    }

    .ui5-cap-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

        .ui5-cap-item {
            width: 274 / @px-unit;
            height: 60 / @px-unit;
            margin-right: 12 / @px-unit;
            margin-bottom: 12 / @px-unit;
            display: flex;
            background-color: @neutral-bg-4-normal;
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 4 / @px-unit;
            align-items: center;
            padding-left: 16 / @px-unit;
            padding-right: 16 / @px-unit;
            cursor: pointer;

            .cus_panel {
                width: 48 / @px-unit !important;
                height: 48 / @px-unit !important;

                svg {
                    width: 48/ @px-unit;
                    height: 48/ @px-unit;

                    path {
                        color: @neutral-fg-3-normal;
                    }
                }
            }

            
            
            
            
            .ui5-cap-item-text {
                flex: 1;
                margin: 8/ @px-unit;
                color: @neutral-fg-2-normal;
                word-break: break-all;
                overflow: auto;
                height: 100%;
                display: flex;
                align-items: center;
            }
        }

        .ui5-cap-item-disabled {
            cursor: not-allowed;
        }
    }

    .ui5-cap-wrapper-one {

        margin-top: 12/ @px-unit;
    }
}

.preset-dropdown {
    min-width: 300 / @px-unit !important;
    max-height: 300 / @px-unit;
    overflow-y: auto;
}


.intel-scheme-jumt-tips {
    display: inline-flex;
    align-items: center;

    .label-normal-container  {
        padding-bottom: 0 !important;
    }
    &.can-click:hover {
        
    }
    .tip-point {
        display: inline-block;
        width: 12 / @px-unit;
        height: 12 / @px-unit;
        border-radius: 50%;
        background: @status-error-fg-1-normal;
        margin-right: 8 / @px-unit;
        cursor: default;
    }
    .tip-text {
        color: @neutral-fg-3-normal;
        margin-right: 8 / @px-unit;
        cursor: default;
    }
    .tip-button {
        width: auto;
        .labelText-wrapper {
            display: flex;
            align-items: center;
        }
    }
}

.IntelSchemePanelwrap {
    .ant-modal-header {
        width: 100%;
    }

    .ant-modal-body {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: auto !important;
        overflow-x: auto !important;
    }

    .topView {

        .label-div-Container {
            .label-normal-behind {
                width: max-content !important;
                padding-right: 8 / @px-unit;
            }
        }
    }

    .picContent {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        height: @modalPicContentHeight;
    }

    .pageLine {
        margin-top: 10/@px-unit;
        display: flex;
        justify-content: space-between;
    }

}

._AudioDetection_ {
    
    overflow-y: auto;
}

._VideoMotion_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    &line {
        display: flex;
    }
    .container_left {
        width: 480 / @px-unit;
    }
}

.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;
    }
}


._PIRAlarm_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
}



._AIReportBase_  {
    height: 100%;
    width: 100% ;
    @collapseHeaderHeight: 48 / @px-unit; 

    
    .ant-collapse {
        border: none;
        height: 100%;
        .ant-collapse-item {
            height: 100%;
        }

        .ant-collapse-header {
            padding-top: 0 / @px-unit;
            padding-bottom: 0 / @px-unit;
            border-radius: 0 !important;
            background: @neutral-bg-4-hover;
            height: @collapseHeaderHeight;

            cursor: default;
        }

        .ant-collapse-header-text {
            color: @neutral-fg-2-normal;
            font-size: 18 / @px-unit;
            font-weight: 400;
            line-height: 26 / @px-unit;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content {
            height: calc(100% - @collapseHeaderHeight);
            overflow-y: auto;
        }

        .ant-collapse-content>.ant-collapse-content-box {
            padding: 16/@px-unit;
        }

    }

    
    .panel-header {
        display: flex;
        align-items: center;
        height: 26 / @px-unit;

        .panel-header-left {
            display: flex;
            align-items: center;

            .panel-header-checkbox {
                width: 28 / @px-unit;
                height: 26 / @px-unit;
            }

            .panel-header-title {
                display: flex;
                align-items: center;
                width: 206 / @px-unit;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

    .channel-tree {
        .channel-group{
            .channel-group-header{
                margin-right: 0!important;
            }
            .channel-item{
                margin-right: 0;
            }
        }
    }
}


.editable-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid @neutral-stroke-2-normal;
    border-bottom: none;

    .editable-list-title {
        flex: none;
        display: flex;
        justify-content: space-between;
        padding: 8 / @px-unit 16 / @px-unit;
        color: @neutral-fg-2-normal;
        background-color: @neutral-bg-4-hover;
        border-bottom: 1px solid @neutral-stroke-2-normal;
        margin-top: -1 / @px-unit;

        .title-label {
            display: flex;
            align-items: center;
        }
    }

    .editable-list-content {
        flex: 1;
        overflow-y: auto;
        padding: 4 / @px-unit;
    }

    .editable-item {
        display: flex;
        height: 36 / @px-unit;
        line-height: 32 / @px-unit;
        padding: 2 / @px-unit 8 / @px-unit;
        color: @neutral-fg-2-normal;

        &:hover {
            background-color: @neutral-bg-1-hover-1;
            cursor: pointer;
        }

        .item-label {
            flex: 1;
            width: 0;
        }

        .item-icon {
            flex: none;
        }

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