            &:hover {
                .channel-item-btn.arrow {
                    display: inline-flex;
                }
            }
        }
    }
}


.playback-channel-list {
  height: 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: scroll;
      scrollbar-gutter: stable;
    }

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

  }

  
  .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: 176 / @px-unit;
        font-size: @font-size-title-s;
        &.single-select{
          width: 195 / @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;
      }
    }
  }

  .playback_channel_show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .playback_channel_none {
    display: none;
  }
}


._SlicePlayback_ {
  height: 100%;
  cursor: default;

  .cards-view {
    display: flex;

    height: 100%;

    .slice-info-panel {
      flex: 1 1 956 / @px-unit;
      background-color: @neutral-bg-5-normal;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .slice-tip {
      display: flex;
    }

    .slice-tip-hover {
      margin-right: 8 / @px-unit;

      &:hover {
        color: @brand-bg-1-selected;
      }
    }

    .slice-play-panel {
      flex: 0 1 590 / @px-unit;
      background-color: @neutral-bg-4-normal;
      height: 458 / @px-unit;
      overflow: hidden;
    }

    .slice-cards-top {
      height: 55/ @px-unit;
      border-bottom: 1px solid @neutral-stroke-2-normal;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10 / @px-unit;
    }

    .slice-cards-main {
      
      display: flex;
      padding: 0 14/ @px-unit;
      flex-wrap: wrap;
      
      overflow-y: auto;
      
      
      
    }

    .cards-box {
      width: 288 / @px-unit;
      height: 174 / @px-unit;
      border: 1/ @px-unit solid @neutral-stroke-2-normal;
      margin: 8 / @px-unit;

      
      
      
      &:hover {
        .cards-bottom-action {
          display: flex;
        }
      }
    }

    .cards-box-selected {
      border-color: @brand-bg-1-selected;
    }

    .cards-img {
      
      width: 100%;
      height: 140 / @px-unit;
      background-size: cover;
    }

    .card-img-empty {
      display: flex;
      flex-direction: column;
      align-items: center;

      .empty-img {
        width: 60 / @px-unit;
        height: 60 / @px-unit;
        margin: 24 / @px-unit 0 10/@px-unit 0;
        background-image: url('/static/media/noVideo_@{theme}.png');
        background-size: cover;
      }
    }

    .cards-bottom {
      width: 100%;
      height: 32/ @px-unit;
      background-color: @neutral-bg-4-hover;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 4 / @px-unit;
      position: relative;

      .cards-bottom-action {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 32/ @px-unit;
        
        align-items: center;
        padding: 4 / @px-unit;
        background-color: @neutral-bg-4-hover; 
        flex-direction: row-reverse;
        display: none;
      }

      .cards-bottom-action-back {
        background-color: @neutral-bg-4-normal;
      }
    }
  }

  .middle-layout {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: @neutral-bg-5-normal;

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

  }
}




._VideoOperationPanel_ {
  padding: 4 / @px-unit;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  .play-dom-box {
    display: flex;
    align-items: center;
  }

  .state-str {
    padding: 0px 6px;
  }

  .btn-dom {
    display: flex;
    align-items: center;
  }

  .tag-dom {}

  .play-dom {
    justify-content: center;

    .play-active {
      color: @brand-fg-1-active
    }
  }

  
  ._ExactSearchIcon_ {
    overflow: hidden;
    width: 0;
    height: 0;
  }

  .cut-dom {}

  .operation-icon {
    font-size: 32 / @px-unit;
    padding: 2 / @px-unit;
    
    

    
    
    
  }

  
  
  
  
  

  .audio-box {
    display: flex;
    align-items: center;
  }

  .rule-draw {
    display: inline-block;
    position: relative;
  }

  .intel_detect {
    display: inline-block;
    position: relative;
  }

  
  
  
  
  
  
  
  
  

  .intel_detect_show {
    display: inline-block;
  }

  .intel_detect_hide {
    display: none;
  }


  .cut-panel {
    position: relative;
    height: 32/ @px-unit;
    width: 32/ @px-unit;
  }

  .cut_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    
    position: relative;

    .ant-picker {
      width: 120/ @px-unit !important;
    }

    .label-normal-container a {
      
      color: @neutral-fg-2-normal;
    }

    .label-normal-wrapper {
      height: 32px;
      line-height: 32px;
      display: flex;
      width: 250 / @px-unit !important;
    }

    .ant-picker {
      height: 32px;
    }

    .ant-picker-input {
      height: 22px;
    }
  }

  .cut_line {
    position: absolute;
    top: -4/ @px-unit;
    right: 0;
    width: 340/ @px-unit;
    height: 42/ @px-unit;
    background-color: @neutral-bg-1-normal;

    .label-normal-wrapper {
      width: auto !important;
    }

  }



  .cut_operation_save {
    position: absolute;
    top: -4/ @px-unit;
    right: 36/ @px-unit;
    
    height: 42/@px-unit;
    display: flex;
    align-items: center;
    background-color: @neutral-bg-1-normal;
    padding: 4/ @px-unit;

    .cutPanel_rangePicker {
      padding: 0 !important;
    }
  }

  
  
  
  
  
  
  
  
  
  
  
  
  

  .cut_show {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .cut_hide {
    display: none;
  }

  .cut_operation_hide {
    display: none;
  }

  
  
  

  
  
  
  
  
  
  
  
  

  .audio-box-slider {
    width: 120 / @px-unit;
  }

  .select-ivs-btn {
    width: 48px;
  }

  
  
  
  
}

.cut-box-panel {
  padding: 0;
}

.ExactSearch-rule-panel {
  .rule-switch-box {
    .ant-radio-button-wrapper {
      width: 104 / @px-unit;
      text-align: center;
      background-color: @neutral-bg-2-normal;

      &:not(.ant-radio-button) {
        border-radius: 0 !important;
        display: inline-flex;
        justify-content: center;
        text-align: center;
      }
    }
  }

  ._operation_smd_inter {
    .label-div-Container {
      margin-top: 16/@px-unit;
    }
  }
}



._operation_smd_inter {
  
  padding: 54/@px-unit 10/ @px-unit;

  .operation_smd_text {
    margin: 16/ @px-unit 0 6/ @px-unit 0;
  }

  .operation_smd_divider {
    border-bottom: 1/ @px-unit solid @neutral-fg-4-normal;
    margin: 16/ @px-unit 0;
  }

  .operation_smd_btn {
    display: flex;
    justify-content: space-between;
  }

  .labelCheckboxGroup {
    display: flex;
  }

  .label-normal-container {
    padding: 4px 0 !important;
  }

  .labelText-wrapper {
    width: 90px;
  }

  .ant-radio-button-wrapper {
    span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
  }
}

.cutPanel_rangePicker {
  @media screen and (max-width: 1280px) {
    min-width: 240 / @px-unit;
  }
}









.direct-label {
  width: 66 / @px-unit !important;
}

.direct-wrap {
  width: 110 / @px-unit !important;
}


@CollapseContentBoxPadding: 16/@px-unit;
@collapseHeaderHeight: 48 / @px-unit; 


._CollapseManageItem_ {
    overflow: hidden;

    &.noShow{
        position: fixed;
        left: 0;
        bottom: -10000px;
    }

    &:first-child{
        position: relative;
        &::before{
            content: '';
            position: absolute;
            left: 0;
            bottom: 0 / @px-unit;
            width: 100%;
            height: 1 / @px-unit;
            box-sizing: content-box;
            background: @neutral-stroke-2-normal;
        }
    }

    
    .ant-collapse {
        border: none;
        border-radius: 0;

        .panel-header-content {
            display: flex;
            flex: 1;
            justify-content: space-between;
            align-items: center;
            .m-text-ellipsis{
                max-width: 200 / @px-unit;
                display: flex;
                height: @collapseHeaderHeight;
                align-items: center;
            }
        }
        
        .ant-collapse-item{
            border-radius: 0;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
        }

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

        .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-box{
            position: relative;
            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 0 / @px-unit;
                width: 100%;
                height: 1 / @px-unit;
                box-sizing: content-box;
                background: @neutral-stroke-2-normal;
            }
        }

        .ant-collapse-content>.ant-collapse-content-box {
            padding: @CollapseContentBoxPadding;
        }

    }

    ._Table_{
        margin-top: 0!important;
    }

    @SetUpHeight: 224 / @px-unit; 
    @TabsHeaderHeight: 50 / @px-unit;

    
    &.fifty-percent {
        @collapseHeight: calc((100vh - @navMenuHeight) / 2);
        height: @collapseHeight;
        
        @contentHeight: calc(((100vh - @navMenuHeight) / 2) - @collapseHeaderHeight);


        
        &.CollapseChannel {
            .channel-tree {
                @padding: @CollapseContentBoxPadding * 2;

                .channel-item-wrapper {
                    overflow-y: auto;
                    
                    min-height: calc((((100vh - @navMenuHeight) / 2) - @collapseHeaderHeight) - @channelTreeSearchHeight - @padding) !important;
                    max-height: calc((((100vh - @navMenuHeight) / 2) - @collapseHeaderHeight) - @channelTreeSearchHeight - @padding) !important;
                }
            }
        }

        
        &.CollapsePtz{
            .ant-collapse-content-box{
                overflow-y: auto;
                height: @contentHeight;
                min-height: @contentHeight;
                max-height: @contentHeight;
            }
            ._PtzSet_{
                height: 100%!important;
            }
            .ant-table-body{
                
                max-height: calc((((100vh - @navMenuHeight) / 2) - @collapseHeaderHeight) - @SetUpHeight - @CollapseContentBoxPadding * 2 - @TabsHeaderHeight) !important;
            }
        }

        
        &.CollapseFishEye, &.CollapseSplitScreen, &.CollapseEptz {
            .ant-collapse-content-box{
                overflow-y: auto;
                height: @contentHeight;
                min-height: @contentHeight;
                max-height: @contentHeight;
            }
        }
    }

    
    &.only-open-one {
        @collapseHeight: calc(100vh - @navMenuHeight - @collapseHeaderHeight);
        height: @collapseHeight;
        
        @contentHeight: calc((100vh - @navMenuHeight - @collapseHeaderHeight) - @collapseHeaderHeight);


        
        &.CollapseChannel {
            .channel-tree {
                @padding: @CollapseContentBoxPadding * 2;

                .channel-item-wrapper {
                    overflow-y: auto;
                    
                    min-height: calc(((100vh - @navMenuHeight - @collapseHeaderHeight) - @collapseHeaderHeight) - @channelTreeSearchHeight - @padding) !important;
                    max-height: calc(((100vh - @navMenuHeight - @collapseHeaderHeight) - @collapseHeaderHeight) - @channelTreeSearchHeight - @padding) !important;
                }
            }
        }

        
        &.CollapsePtz{
            .ant-collapse-content-box{
                overflow-y: auto;
                height: @contentHeight;
                min-height: @contentHeight;
                max-height: @contentHeight;
            }
            ._PtzSet_{
                height: 100%!important;
            }
            .ant-table-body{
                
                max-height: calc(((100vh - @navMenuHeight - @collapseHeaderHeight) - @collapseHeaderHeight) - @SetUpHeight - @CollapseContentBoxPadding * 2 - @TabsHeaderHeight) !important;
            }
        }


        
        &.CollapseFishEye, &.CollapseSplitScreen, &.CollapseEptz {
            .ant-collapse-content-box{
                overflow-y: auto;
                height: @contentHeight;
                min-height: @contentHeight;
                max-height: @contentHeight;
            }
        }
    }

    
    &.CollapseChannel {
        .channel-tree {
            .channel-item-wrapper {
                overflow-y: hidden;
            }
        }
        .ant-collapse {
            .panel-header-content {
                display: flex;
                flex: 1;
                justify-content: space-between;
                align-items: center;
                .m-text-ellipsis{
                    max-width: 200 / @px-unit;
                }
            }

            .ant-collapse-content {
                overflow: hidden;

                .ant-collapse-content-box {
                    height: 100%;
                }
            }
        }
    }



}


.slice-menu-panel {
  display: flex;
  flex-direction: column;
  cursor: default;

  .slice-menu-item {
    height: 36/ @px-unit;
    line-height: 36 / @px-unit;
    padding-left: 10 / @px-unit;

    &:hover {
      background-color: @brand-bg-2-selected;
    }
  }
}



.smd-filter-contain {
  .label-normal-wrapper {
    width: inherit !important;
  }

  .ant-checkbox-group {
    display: flex;
    flex-direction: column;

    .ant-checkbox-wrapper {
      padding: 4 / @px-unit;
    }


  }
}


._MultiPreviewNew_ {
    &items {
        height: 40 / @px-unit;
        display: flex;
        align-items: center;
    }

    &item {
        display: flex;
        margin-right: 4 / @px-unit;

        &:last-child {
            margin-right: 0;
        }

    }

    &split_group {
        height: 32 / @px-unit;
        display: flex;
        align-items: center;
        background: @neutral-bg-4-normal;
    }

    &number_wrapper {
        display: flex;
    }

    &number {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 0 12 / @px-unit;
        height: 24 / @px-unit;
        position: relative;
        min-width: 66 / @px-unit;
        text-align: center;

        &::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 1 / @px-unit;
            height: 100%;
            background: @neutral-stroke-2-normal;
        }

        &:last-child {
            &::after {
                content: none;
            }
        }


        &:hover {
            color: @brand-fg-1-normal;
        }
    }


    &current {
        color: @brand-fg-1-normal;
    }


}


._PbRightPanel_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;

  &bottom {
    width: 100%;
    height: 60 / @px-unit;
    padding: 0 10px 4px 10px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  }

  &bottom_x {
    width: 100%;
    height: 60 / @px-unit;
    padding: 0 10px 4px 10px;
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
  }

  &bottom_item {
    width: 66 / @px-unit;
    height: 40 / @px-unit;
    text-align: center;
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
  }

  &bottom_icon {
    font-size: 30 / @px-unit !important;
  }

  .label-normal-wrapper {
    width: 290px !important;
  }

  ._PbRightPanel_bottom_itemLeft {
    width: 100%;
    height: 40 / @px-unit;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    .label-normal-wrapper {
      width: 50px !important;
    }
  }

  ._PbRightPanel_chl_divider {
    margin: 5 / @px-unit 0;
  }

  ._PbRightPanel_chl_table {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 150 / @px-unit;
    width: 280 / @px-unit;

    .ant-table-body {
      min-height: auto !important;
      max-height: none !important;
      -ms-max-height: none !important;

      tbody {
        .ant-table-row {
          &.ant-table-row-selected {
            td {
              background: transparent;
            }
          }

          .ant-table-cell-ellipsis {
            text-align: left !important;

            &.ant-table-column-sort {
              background: transparent;
            }
          }
        }
      }
    }

    
    
    

    ._Table_ {
      height: 100%;

      .ant-table {
        &>.ant-table-container {
          display: flex;
          height: 100%;
          flex-direction: column;

          .ant-table-header {
            overflow: visible !important;
            height: auto;
          }

          tr {
            td {
              height: 40px;
            }
          }

          th {
            height: 40px !important;
          }
        }

        ::-webkit-scrollbar {
          width: 0px;
        }
      }

      .ant-table-fixed-header {
        height: 95%;
      }

      .m-table-showEmpty {
        height: 100%;

        .ant-table-wrapper {
          height: 100%;

          .ant-spin-nested-loading {
            height: 100%;

            .ant-spin-container {
              height: 100%;
            }
          }
        }
      }
    }
  }

  ._Table_ div:first-child {
    height: 100%;
  }

  .ant-table-thead div:first-child {
    height: auto;
  }

  ._PbRightPanel_fish_eye {

    
    ._FishEye_ {
      padding: 0 10 / @px-unit;
      padding-top: 68/ @px-unit;
    }

  }

  ._Eptz_ {
    

    padding: 0 10 / @px-unit;
    padding-top: 68/ @px-unit;

    .label-normal-wrapper {
      width: unset !important;
    }

    .range-content .label-normal-wrapper {
      width: 90 / @px-unit !important;
    }
  }

  .right_orgin_hide {
    display: none;
  }

  .right_orgin_flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .calender_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .chl_table {
    height: 350 / @px-unit;
  }

  .playback_channel_show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .playback_channel_none {
    display: none;
  }

  ._PbRightPanel_rightpanel_show {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  ._PbRightPanel_rightpanel_hide {
    display: none;
  }

  .mask_datum {
    position: relative;
    width: 100%;
  }

  .mask_panel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    
    
  }

  .mask_panel_all {
    height: 90%;
  }

  .mask_panel_show {
    display: block;
  }

  .mask_panel_hide {
    display: none;
  }

}


@list-header-height: 48 / @px-unit;

._AIPreview_ {
    
    height: 100%;
    &swrap{
        width: 320 / @px-unit;
        height: 100%;
        background-color: @neutral-bg-4-normal;
        &_header{
            height: @list-header-height;
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            background-color: @neutral-bg-4-normal;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            &_title{
                width: 100%;
                color: @neutral-fg-2-normal;
                display: flex;
                align-items: center;
                span{
                    margin-left: 15 / @px-unit;
                }
            }
            &_set_icon{
                display: flex;
                align-items: center;
                width: 50 / @px-unit;
            }
            .divider {
                height: 24/@px-unit;
            }
        }
        &_list_swrap{
            height: calc(100% - @list-header-height);
            overflow: auto;
        }
    }

}


._AiPreviewModal_ {
    width: 732px !important;
    min-width: 750px; 

    .ant-modal-body {
        padding: 24 / @px-unit;
    }
}



.modal-content {

    .label-normal-container {
        padding-top: 0 !important;
        padding-bottom: 16 / @px-unit !important;
    }

    
    .params-set {
        .params-set-title {
            margin-bottom: 8 / @px-unit;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            margin-top: 16 / @px-unit;
        }

        
        .template-list {
            display: flex;
            margin-top: 0 / @px-unit;

            .template-card-list-item {
                margin-right: 12/@px-unit;
            }

            .template-card-list-item:last-child {
                margin-right: 0 / @px-unit;
            }

            .card-selected {
                border: 1 / @px-unit solid @brand-stroke-1-normal; 
            }

            .card-no-selected {
                border: 1 / @px-unit solid @neutral-stroke-2-normal; 
            }
        }

        .params-attribute-title {
            margin-bottom: 8 / @px-unit;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            margin-top: 16 / @px-unit;
        }

        .attribute-list {
            display: flex;
            flex-wrap: wrap;


            .attribute-btn {
                margin-right: 12 / @px-unit;
                margin-bottom: 12 / @px-unit;


                .label-button,
                button {
                    width: 104/ @px-unit;
                    height: 36/ @px-unit;
                }

                button {
                    font-size: 16/ @px-unit;
                    font-weight: 400;
                    line-height: 24/ @px-unit;
                    height: 36 / @px-unit;
                    color: @neutral-fg-2-normal;
                    background: @neutral-bg-2-normal !important;

                }

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

                .ant-btn>span {
                    width: 100%;
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

            }

            .attribute-btn-selected {
                button {
                    border: 1/ @px-unit solid @brand-fg-1-normal !important;
                    color: @brand-fg-1-normal !important;
                }
            }

            .attribute-btn-no-selected {
                button {
                    border: 1/ @px-unit solid @neutral-stroke-1-normal;
                    color: @neutral-fg-2-normal;
                    background: @neutral-bg-2-normal;
                }
            }

        }

    }


}


._RegionofInterest_ {
  
  
  
  height: 100%;
  position: relative;
  padding: 54/@px-unit 0 40/@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;
    }
}


.template-card-swrap {
    position: relative;

    .card-selected {
        border: 1 / @px-unit solid @brand-stroke-1-normal;
    }
    .card-no-selected {
        border: 1 / @px-unit solid @neutral-stroke-2-normal;
    }

    .right-attr{
        min-height: 80%;
    }
    .right-tag{
        padding: 0 10/ @px-unit;
    }

    
    .template-card {
        display: inline-block;
        width: 220 / @px-unit;

        
        &:last-child {
            margin-right: 0 / @px-unit;
        }

        .tool-bar {
            background: @neutral-bg-3-1-normal;
            height: 32 / @px-unit;
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            z-index: 1;
            display: flex;
            justify-content: flex-end;
            .tool-bar-content{
                background-color: @neutral-bg-4-hover;
                width: 100%;
                height: 100%;
                padding: 0 12 / @px-unit;
                display: flex;
                justify-content: flex-end;
            }
        }
    

    
        .template-card-top-face-database {
            height: 32 / @px-unit;
            display: flex;
            align-items: center; 
            border-bottom: 1 / @px-unit  solid @neutral-stroke-2-normal; 
    
            .face-database-name {
                width: 50%;
                padding-left: 12 / @px-unit;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: @neutral-fg-2-normal;
                font-size: 14 / @px-unit;
            }
    
            .face-person-name {
                padding-right: 12 / @px-unit;
                width: 50%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                text-align: right;
                color: @neutral-fg-2-normal;
                font-size: 14 / @px-unit;
            }
        }
    
        
        .template-card-top {
            .template-card-top-header {
                height: 26 / @px-unit ;
                padding: 0 8 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid @neutral-stroke-2-normal;
            }
    
            .top-header-left {
                display: flex;
                align-items: center;
            }
    
    
            .ant-checkbox-wrapper {
                margin-right: 10/ @px-unit;
            }
    
            .top-header-type {
                width: 80/ @px-unit;
            }
    
            .top-header-name {
                width: 80/ @px-unit;
                text-align: right;
            }
    
            .template-card-top-warapper {
                display: flex;
                padding: 4/ @px-unit;
                flex: 1;
                .right{
                    margin-left: 4/ @px-unit;
                }
            }

    
    
            .template-card-top-swrap {
                flex: 1;
                height: 74/ @px-unit;
                overflow: hidden;
                .image-panle {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background: @neutral-bg-5-normal;
                    .DefaultImgClass{
                        object-fit: contain;
                    }
                }
    
                .svg-panle {
                    background: @neutral-bg-4-hover;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    .cus_panel{
                        width: auto!important;
                        height: auto!important;
                    }
                 
                }
            }
    
    
            .left {}
    
            .center {
                margin-left: 60 / @px-unit;
            }
    
            .right {}
        }
    
        
        .template-card-top-no-center {
            display: flex;
            padding: 4 / @px-unit;
            position: relative;
    
            .template-card-top-warapper {
                display: flex;
                flex: 1;
            }
    
            .template-card-top-swrap {
                position: relative;
            }
    
            .template-card-top-checkbox-position {
                position: absolute;
                top: 7/ @px-unit;
                left: 10/ @px-unit;
                z-index: 1;
            }
    
    
            .right-attri-list {
                display: flex;
                flex-direction: column;
                height: 100%;
                justify-content: flex-start;
    
                .attri-item-wrapper {
                    display: flex;
                    margin-bottom: 4 / @px-unit;
                    align-items: center;
    
                    .attri-left-item {
                        flex-shrink: 0;
                        width: 20 / @px-unit;
                        height: 20 / @px-unit;
                        margin-right: 4 / @px-unit;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
    
                    .attri-right-item {
                        width: 70 / @px-unit;
                        line-height: 22 / @px-unit;
                        color: @neutral-fg-2-normal;
                    }
    
                    .attri-color-block {
                        display: flex;
                        justify-content: flex-end;
                        align-items: center;
                        margin-right: 8 / @px-unit;
                    }
                }
    
                .attri-item-wrapper-high {
                    .attri-left-item {
                        line-height: 22 / @px-unit;
                    }
    
                    .attri-right-item {
                        line-height: 22 / @px-unit;
                    }
                }
    
                .thumb-white {
                    border: 1px solid @status-success-stroke-2-normal;
                    background-color: @status-success-bg-2-normal;
                    color: @status-success-fg-1-normal;
                }
    
                .thumb-black {
                    background-color: @status-error-bg-2-normal;
                    border: 1px solid @status-error-stroke-2-normal;
                    color: @status-error-fg-1-normal;
                }
    
                .white-black-list {
                    display: flex;
                    justify-content: center;
                    border-radius: 2 / @px-unit;
                    margin-bottom: 6 / @px-unit;
                    height: 22 / @px-unit;
                    line-height: 22 / @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%;
                position: relative;
                background: @neutral-bg-5-normal;
                .DefaultImgClass{
                    object-fit: contain;
                }
    
            }
    
            .imageList-panle {
                width: 100%;
                height: 100%;
                position: relative;
    
                .imagesmall-panle {
                    width: 100%;
                    height: 80%;
                }
    
                .imageplate-panle {
                    width: 100%;
                    margin-top: 6/ @px-unit;
                    height: 15%;
                }
            }
    
            .svg-panle {
                height: 124 / @px-unit;
                width: 100%;
                background: @neutral-bg-4-hover;
                display: flex;
                justify-content: center;
                align-items: center;
                .cus_panel{
                    width: auto!important;
                    height: auto!important;
                }
            }
    
            .left {
                height: 124 / @px-unit;
                width: 104 / @px-unit; 
            }
    
            .center {
                margin-left: 60 / @px-unit;
            }
    
            .right {
                display: flex;
                flex-direction: column;
                width: auto;
                flex: 1;
                margin-left: 8 / @px-unit;
            }
    
            .template-card-tag {
                width: 80 /  @px-unit;          
                height: 20 / @px-unit;
                display: flex;
                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;
                }
                &.success{
                    border: 1 / @px-unit solid @status-success-stroke-2-normal;
                    background: @status-success-bg-2-normal;
                }
            }
    
        }
    
        .template-card-center {
            height: 25 / @px-unit;
        }
    
        .template-card-cenBtm {
            height: 28 / @px-unit;
            line-height: 28 / @px-unit;
    
            .template-card-cenBtm-left {
                float: left;
                padding-left: 14 / @px-unit;
                color: @status-error-fg-1-normal;
            }
    
            .template-card-cenBtm-right {
                float: right;
                padding-right: 10 / @px-unit;
            }
        }
    
        .template-card-bottom {
            height: 28 / @px-unit;
            background-color: @neutral-bg-4-hover;
            padding: 0 / @px-unit 8 / @px-unit 0 / @px-unit 8 / @px-unit;
            display: flex;
            align-items: center;
            color: @neutral-fg-2-normal;
            justify-content: space-between;
    
            .template-card-bottom-left {
                max-width: 80 / @px-unit;
                text-align: left;
                div{
                    width: 100%;
                }
            }
    
            .template-card-bottom-right {
                max-width: 130 / @px-unit;
                text-align: right;
                div{
                    width: 100%;
                }
            }
        }
    

        .color-0 {
            color: @neutral-fg-2-normal;
        }
    
    
        .color-1 {
            color: @status-success-fg-1-normal;
        }
    
    
        .color-2 {
            color: @status-error-fg-1-normal;
        }
    
    }

    
    .template-card.template-listcard {
        width: 290 / @px-unit !important;
        position: relative;

        .template-card-top {
            .template-card-top-warapper{
                .template-card-top-swrap {
                    height: 110 / @px-unit;
                    .image-panle {
                        width: 100%;
                        height: 100%;
                        background: @neutral-bg-5-normal;
                        .DefaultImgClass{
                            object-fit: contain;
                        }
                    }
                }
            }
        }

        .template-card-top-no-center {
            .left {
                height: 132 / @px-unit;
                width: 138 / @px-unit; 
            }
            .right{
                width: 138 / @px-unit; 
                margin-left: 4 / @px-unit; 
                .image-panle{
                    height: 132 / @px-unit;
                }
            }
            .right-attri-list {
                .attri-item-wrapper{
                    margin-bottom: 6 / @px-unit;
                    &:last-child{
                        margin-bottom: 0;
                    }
                }
                .attri-left-item{
                    margin-right: 8 / @px-unit;
                }
                .attri-right-item {
                    width: 80 / @px-unit;
                }
            }
        }

        .template-card-bottom {
            height: 32 / @px-unit;
            padding: 0 / @px-unit 12 / @px-unit 0 / @px-unit 12 / @px-unit;
            background-color: @neutral-bg-4-hover;
            width: 100%;
            .template-card-bottom-left {
                max-width: 100 / @px-unit;
                text-align: left;
                div{
                    width: 100%;
                }
            }
    
            .template-card-bottom-right {
                max-width: 140 / @px-unit;
                text-align: right;
                div{
                    width: 100%;
                }
            }
        }

        .template-card-center {
            padding: 0 8 / @px-unit;
            height: 22 /  @px-unit;
        }
    }
}







.back-panel {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 54/ @px-unit;
  border-bottom: 1/ @px-unit solid @neutral-stroke-2-normal;
  padding: 0 16/ @px-unit;
  z-index: 1;
  background-color: @neutral-bg-4-normal;

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

  .back-panel-left {
    display: flex;
    align-items: center;
    height: 54/ @px-unit;
    width: 100%;
  }
}


._FileListPanel_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: @neutral-bg-4-normal;

  .file-list-panel {
    flex: 1;
    width: 100%;
    padding: 8 / @px-unit 16 / @px-unit 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  &bottom {
    width: 100%;
    height: 60 / @px-unit;
    padding: 0 10px 4px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  &bottom_mix {
    display: flex;
    flex-direction: row;
    width: 140 / @px-unit;
    justify-content: flex-start;
  }

  &bottom_item {
    width: 36 / @px-unit;
    height: 36 / @px-unit;
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
  }

  &bottom_item_lock {
    margin-right: 6/ @px-unit;
  }

  
  
  

  &timer_piker {
    width: 272 / @px-unit;
    
  }

  ._Table_ {
    margin-top: 0;
    flex: 1;
    overflow: hidden;

    .ant-pagination-total-text {
      display: none !important;
    }

    .m-table-showEmpty {
      height: 100%;

      .ant-table-wrapper {
        height: 100%;
      }
    }

    .ant-table {
      &>.ant-table-container {
        tr {
          td {
            height: 40px;
          }
        }

        th {
          height: 40px !important;
        }
      }
    }

    .ant-table-pagination {
      display: flex;
      justify-content: center;
    }
  }

  .file-back {
    height: 54 / @px-unit;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 16 / @px-unit;
    border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;

    .file-back-text {
      margin-left: 8 / @px-unit;
      color: @neutral-fg-2-normal;
      font-size: @font-size-title-s;
      line-height: 26 / @px-unit;
      font-weight: 700;
    }
  }

  .operation-panel {
    width: 100%;
    display: flex;
    
    
    

    .label-normal-wrapper {
      width: auto !important;
    }

    .label-div-Container {
      margin-right: 12 / @px-unit;
    }
  }
}


@RegionofInterestFooterBarHeight:40 / @px-unit;

._RegionofInterest_ {
  .list-wrap {
    height: 100%;

    .flat-list {
      height: calc(100% - @RegionofInterestFooterBarHeight);
      padding: 10 / @px-unit;
      overflow-y: scroll;