    border: 1/@px-unit solid @neutral-stroke-2-normal;
    margin-top: 8/ @px-unit;
    .ant-tabs-nav {
        width: 240/ @px-unit;
        .ant-tabs-nav-list {
            .ant-tabs-tab {
                height: 38/ @px-unit;
                padding: 0/ @px-unit;
                margin: 0 !important;
                .ant-tabs-tab-btn {
                    height: 100%;
                    border: none;
                    ._CompliantInfoModal_left {
                        height: 100%;
                        .left_checkBox {
                            display: flex;
                            align-items: center;
                            height: 36/ @px-unit;

                            .ant-checkbox {
                               padding: 0;
                            }
    
                            .label-normal-wrapper {
                                height: 36/ @px-unit;
    
                                .sdd-checkbox-container {
                                    position: relative;
                                    top: -8/ @px-unit;
                                }
    
                                .ant-checkbox-inner {
                                    padding: 8/ @px-unit;
                                }
    
                            }
    
                            .label-normal-behind {
                                text-align: left !important;
                                margin-left:  4/ @px-unit;
                            }
                        }
                    }
                }
            }
            .ant-tabs-tab-active {
                background-color: @brand-bg-2-selected;
            }
        }
        .ant-tabs-extra-content {
            width: 100%;
            .tab-title {
                width: 100%;
                padding-left: 8/ @px-unit;
                height: 48/ @px-unit;
                line-height: 48/ @px-unit;
                background-color: @neutral-bg-4-hover;
                font-size: 16/ @px-unit;
                color: @neutral-fg-2-normal;
            }
        }
  
    }
   
}


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


._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}



.ImportModal {
    .ant-modal-body {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .ant-modal-footer{
        .ImportModalFooter{
            display: flex;
            justify-content: flex-end;
        }
    }
    ._ExperienceBaseImport_ {
         .ant-spin-nested-loading {
            > div > .ant-spin {
                z-index: 9999 !important;
            }
            .ant-spin-blur {
                opacity: 0.5;
            }
         }
        .stepListContainer {
            padding: 20 / @px-unit 410 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
            .ant-steps-item-title {
                color: @neutral-fg-3-normal !important;
            }
            .ant-steps-item-active .ant-steps-item-title {
                color: @neutral-fg-2-normal !important;
            }

            .ant-steps-item-finish .ant-steps-item-icon {
                background-color: transparent !important;
            }
            .ant-steps-item-wait .ant-steps-item-icon {
                background-color: transparent !important;
                border-color: @neutral-stroke-2-normal !important;

                .ant-steps-icon {
                    color: @neutral-fg-3-normal !important;
                }
            }
        }

        .stepMain {
            position: relative;
            min-height: 600 / @px-unit;
            height: 600 / @px-unit;
        }

        .ImportModalFooter {
            display: flex;
            justify-content: flex-end;
        }
    }
}



.MaterialSelection {
    width: 100%;
    height: 100%;
    position: relative;
    &.hidden{
        height: 0;
        overflow: hidden;
    }

    
    .ocx-overlay {
        background: @neutral-bg-5-normal;
        .ocxLocation {
            width: 100%;
            height: 100%;
        }
    }

    
    .target-list{
        padding: 20 /@px-unit;
        height: 100%;
        overflow-y: auto;
        position: relative;
        .item-card{
            width: 290/@px-unit;
            height: 176/@px-unit;
            margin-bottom: 16/@px-unit;
            position: relative;
            margin-right: 16/@px-unit;
            border: 1/@px-unit solid @neutral-stroke-2-normal;
            float: left;
            &:hover{
                border-color: @brand-stroke-1-normal;
            }  
            &-active {
                z-index: 1000;
                position: relative;
            }
            .item-card-img{
                width: 100%;
                height: 142/@px-unit;
                background: @neutral-bg-5-normal;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            .item-card-bottom{
                width: 100%;
                height: 32/@px-unit;
                background: @neutral-bg-4-hover;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                padding: 0 12/@px-unit;
            }
            .item-card-checkbox{
                position: absolute;
                left: 10/@px-unit;
                top: 10/@px-unit;
            }
        }
    }

    
    .gallery-list-wrapper{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        z-index: 1000;
        background: @neutral-bg-3-normal;
        .gallery-list-header{
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            padding: 12/@px-unit 24/@px-unit;
        }
        .gallery-list-content{
            flex: 1;
            overflow-y: auto;
        }
    }
    .gallery-list{
        display: flex;
        flex-wrap: wrap;
        padding: 24 / @px-unit;
        .item-card{
            width: 290/@px-unit;
            height: 174/@px-unit;
            margin-bottom: 16/@px-unit;
            position: relative;
            margin-right: 16/@px-unit;
            border: 1/@px-unit solid @neutral-stroke-2-normal;
            &:hover{
                border-color: @brand-stroke-1-normal;
            }
            .item-card-checkbox{
                position: absolute;
                left: 10/@px-unit;
                top: 10/@px-unit;
            }
            .item-card-img{
                width: 100%;
                height: 100%;
                background: @neutral-bg-5-normal;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
        }
    }
}




@expandContentOffset: 114 / @px-unit;

.mixin() {
    .label-normal-container {
        padding: 0 !important;
    }

    .label-normal {
        width: 100% !important;
    }
    .component-content{
        width: 100%;
        margin-bottom: 16 / @px-unit;
        .label-div-Container {
            width: 100%;
        }
        .labelContainer {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
    
            .label-content {
                width: 100% !important;
                flex: none;
                height: 22 / @px-unit;
                line-height: 22 / @px-unit;
            }
    
            .wrap-content {
                flex: 1 1 auto;
                width: 1/ @px-unit !important;
                min-width: 45%;
                max-width: 100%;
            }
        }
    }
    .half-width {
        flex: none;
        width: 45%;
        margin-right: 5%;
    }
    
}

._TypeSelector_ {
    width: 100%;
    position: relative;
    height: 100%;

    .content {
        .mixin();
        display: flex;
        flex-direction: column;
        padding: 16 / @px-unit;
        display: block;

        .item-list {
            
            flex:1;
            display: flex;
            flex-wrap: wrap;
            align-content: flex-start;
            
            .label-div-Container {
                width:100%;
                .date-range-picker {
                    width:100%;
                    .dateRangePicker-content-wrapper{
                        width:100% !important;
                    }
                }
            }
        }
    }

    .expandBtn {
        height: 24 / @px-unit;
        color: @brand-fg-1-normal;
        line-height: 24 / @px-unit;
        margin-top: 16 / @px-unit;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        align-items: center;

        .more-icon {
            .svgOut(@brand-fg-1-normal);
        }

        &:hover {
            color: @brand-fg-1-hover;
            .more-icon {
                .svgOut(@brand-fg-1-hover);
            }
        }
    }
}

._TypeSelector_popover {
    left: 369/ @px-unit !important;
    top: 0 !important;
    width: 0;
    z-index: 0;

    .ant-popover-arrow {
        display: none;
    }

    .ant-popover-inner {
        visibility: hidden;
    }

    .expand-content {
        .mixin();
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        visibility: visible;
        overflow-x: hidden;
        position: absolute;
        background-color: @neutral-bg-4-normal;
        
        overflow-y: auto;
        height: calc(100vh - @navMenuHeight);
        width: 304/ @px-unit;
        padding: 16 / @px-unit;
        left: 100%;
        
        top: @navMenuHeight;
    }
}


._Eptz_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    .eptz_switch{
        padding: 10/@px-unit;
        .label-normal-container {
            display: flex;
        }
    }
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        width: 100%;
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        .label-div-Container{
            width: 100%;
            .label-normal-container {
                width: 100%;
                .select{
                    width: 100% !important;
                }
            }
        }
    }
    &item{           
        margin: 6/@px-unit;
    }
    .item-disabled{
        cursor:not-allowed;
    }
    .range-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;

        .ant-input-number-handler-wrap{
            display: none;
        }

        input {
            padding: 0 5px;
        }
    }
}


.finder {
  display: flex;
}

.finder-Cascader {
  width: 280 / @px-unit;

  .ant-select-selector {
    .ant-select-selection-search {
      left: 30/ @px-unit !important;
    }
  }

  .hightlight {
    color: @brand-fg-1-normal;
  }
  .ant-select-arrow {
      opacity: 1 !important;
  }
}
  
.Finder_icon {
  cursor: pointer;

  svg {
    width: 22/ @px-unit;
    margin: 0 4/ @px-unit;
    height: 22/ @px-unit;
  }

  &.close-icon:hover svg g path {
    fill: @brand-fg-1-normal;
  }

  &.close-icon {
    position: relative;
    left: 32 / @px-unit;
    z-index: 1;
    height: 32px !important;
  }
}

.finder-popup {
  min-width: 532 / @px-unit;
  height: 234 / @px-unit;
  
  

  .dropdown-content {
    height: 192/ @px-unit;
    min-width: 532 / @px-unit;
    .finder-search-item {
      font-weight: normal;
      cursor: pointer;
      height: 32/ @px-unit;
      line-height: 32/ @px-unit;
      display: flex;
      align-items: center;
      padding: 0 2/ @px-unit;
      color: @neutral-fg-2-normal;
 
      svg {
        width: 22 / @px-unit;
        margin-right: 4 / @px-unit ;
        height: 22/ @px-unit;

        &+ {
          path:first-child {
            fill: @neutral-fg-2-normal;
          }
        }
      }

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

    .ant-cascader-menus {
      height: 100%;

      .ant-cascader-menu {
        height: 100%;
        width: 133 / @px-unit;
        min-width: 133 / @px-unit;
      }
    }

    .ant-cascader-menu-empty {
      .ant-cascader-menu-item {
        height: 180 / @px-unit;
        color: @neutral-fg-2-normal;
      }
    }
  }

  .inSearch .ant-cascader-menus .ant-cascader-menu {
    flex-grow: 1;
  }

  .footer {
    display: flex;
    align-items: center;
    height: 32/ @px-unit;
    padding: 0 4/ @px-unit;

    .hightlight {
      color: @brand-fg-1-normal;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-top: 2/ @px-unit;
      line-height: 30/ @px-unit;

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

      svg {
        width: 22/ @px-unit;
        height: 22/ @px-unit;
        margin: 0 2 / @px-unit;
        position: relative;
        top: -2 / @px-unit;

        &+ {
          path:first-child {
            fill: @brand-fg-1-normal;
          }
        }
      }
    }

  }

  .footer-mid {
    justify-content: center;
  }

  .footer-left {
    justify-content: start;
  }
}



._IntelliAreaRuleBtn_ivs-color {
  svg path:first-child {
    fill: @brand-fg-1-normal !important; 
  }
}

.ivsbtn-popover ._operation_smd_ .ant-checkbox-disabled+span {
  color: inherit;
}


._SplitScreen_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        margin: 6/@px-unit;
    }
}



._FishEye_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    
    
    
    
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        margin: 6/@px-unit;
    }
    .show{
        display: '';
    }
    .hide{
        display: none;
    }
  
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdd-modal {
  width: 1010 /@px-unit !important;
  height: 600 /@px-unit;
 
  .btn-wrap {
    .flexBetween();
    .right {
      .flexBetween();
      .label-div-Container:last-child{
        margin-left: 10/@px-unit;
      }
    }
  }
  .warning-tip{
    margin-top: 15 /@px-unit;
  }
}


._AlarmController_ {
    margin-top: 20 / @px-unit;
    .mode {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .textItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 6 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .radioItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            line-height: 16 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }

    .status {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .checkboxItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }
}



.large-model-search-tabs {
    display: flex;

    .tab-item {
        min-width: 144 / @px-unit;
        height: 48 / @px-unit;
        line-height: 48 / @px-unit;
        margin: 0 12 / @px-unit 10 / @px-unit 0;
        padding: 0 16 / @px-unit;
        font-size: 20 / @px-unit;
        border-radius: 8 / @px-unit;
        background: @bm-bg-1-normal;
        cursor: pointer;

        &:hover {
            background: @bm-bg-1-hover;
        }

        &.active {
            position: relative;
            background: @brand-bg-1-normal;
            
            span {
                color: @neutral-fg-on-color;
            }
        
            .active-icon {
                position: absolute;
                bottom: -6px;
                left: calc(50% - 8px);
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 6px solid @brand-bg-1-normal;
            }
        }

        .tab-item-icon {
            display: inline-block;
            vertical-align: top;
        }

        @icon-width: 32 / @px-unit;

        .tab-item-label {
            display: inline-block;
            max-width: calc(100% - @icon-width);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }
}


.large-model-search-guess {
    white-space: nowrap;
    margin-left: 10 / @px-unit;
    .guess-item {
        display: inline-block;
        max-width: 140 / @px-unit;
        margin: 0 6 / @px-unit;
        padding: 4 / @px-unit 12 / @px-unit;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
        background-color: @neutral-bg-2-normal;
        color: @neutral-fg-2-normal;
        border-radius: 4 / @px-unit;
        cursor: pointer;
    }

    .refresh {
        vertical-align: middle;
        cursor: pointer;

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


.attributes-selector {
    &.index-mode {
        display: flex;
        justify-content: start;
        align-items: center;
        color: @neutral-fg-3-normal;
        margin: 0 8 / @px-unit;
    
        .selectors {
            display: flex;
    
            .attribute-name {
                margin-right: 12 / @px-unit;
                cursor: pointer;
            }
        }

        .attributes-list {
            display: flex;
            flex-wrap: wrap;
            padding: 16 / @px-unit 2 / @px-unit 0 2 / @px-unit;
        }
    }

    &.result-mode {
        padding: 8 / @px-unit 16 / @px-unit;
        .type-selector {
            display: flex;

            & > div {
                margin-right: 12 / @px-unit;
            }

            .attribute {
                display: inline-flex;
                align-items: center;
                padding: 3 / @px-unit 20 / @px-unit 3 / @px-unit 10 / @px-unit;
                font-size: 20 / @px-unit;
                background-color: @neutral-bg-2-normal;
                border: 1px solid @neutral-stroke-2-normal;
                border-radius: 4 / @px-unit;
                cursor: pointer;

                &:hover {
                    color: @brand-fg-1-hover;
                    background-color: @neutral-bg-2-normal;
                    border-color: @brand-stroke-1-hover;

                    .cus_panel {
                        color: @brand-fg-1-hover;
                    }
                }

                &.active {
                    background-color: @brand-bg-1-normal;
                    border-color: @brand-bg-1-normal;

                    span {
                        color: @neutral-fg-on-color;
                    }
                }
            }
        }

        .attributes-list {
            display: flex;
            flex-wrap: wrap;
            padding-top: 16 / @px-unit;
        }
    }

    .attributes-list-item {
        display: flex;
        flex: none;
        width: 15%;
        height: 34 / @px-unit;
        line-height: 32 / @px-unit;
        margin-bottom: 16 / @px-unit;
        margin-right: 2%;
        background-color: @bm-bg-2-normal;
        color: @neutral-fg-3-normal;
        border-radius: 4 / @px-unit;
        cursor: pointer;
        border: 1px solid @neutral-stroke-2-normal;

        &:nth-child(6n) {
            margin-right: 0;
        }

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

        &.selected {
            color: @brand-fg-1-normal;
            background-color: @brand-bg-2-normal;
            border: 1px solid @brand-stroke-1-normal;
            border-radius: 4 / @px-unit;
        }

        .attributes-icon-comp {
            flex: none;
            width: 40 / @px-unit;
            height: 34 / @px-unit;
            text-align: center;
        }

        .attributes-icon {
            height: 34 / @px-unit !important;
            text-align: left;
        }

        .attributes-label {
            flex: 1;
            margin-left: 4 / @px-unit;
            text-align: left;
        }

        .attributes-color {
            display: inline-block;
            width: 20 / @px-unit;
            height: 20 / @px-unit;
            vertical-align: middle;
            border-radius: 50%;
        }

        .attributes-color-black {
            background-color: @black;
        }

        .attributes-color-white {
            background-color: @white;
            border: 1px solid @neutral-stroke-2-normal;
        }

        .attributes-color-blue {
            background-color: @blue;
        }

        .attributes-color-gray {
            background-color: @gray;
        }

        .attributes-color-green {
            background-color: @green;
        }

        .attributes-color-red {
            background-color: @red;
        }

        .attributes-color-pink {
            background-color: @pink;
        }

        .attributes-color-brown {
            background-color: @brown;
        }

        .attributes-color-purple {
            background-color: @purple;
        }

        .attributes-color-yellow {
            background-color: @yellow;
        }

        .attributes-color-orange {
            background-color: @orange;
        }
    }

    .ant-tabs-nav-operations-hidden {
        display: none!important;
    }
}

.attributes-dropdown {
    width: 240 / @px-unit;
}



.history-list {
    padding: 16 / @px-unit 16 / @px-unit 24 / @px-unit 16 / @px-unit;

    .history-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8 / @px-unit 0;

        .history-clear {
            display: flex;
            align-items: center;
            color: @brand-fg-1-normal;
            cursor: pointer;

            .cus_panel {
                color: @brand-fg-1-normal;
            }
        }
    }

    .history-item-list {
        max-height: 350 / @px-unit;
        overflow-y: auto;
    }

    .history-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        border-radius: 4 / @px-unit;

        .cus_panel {
            margin-right: 8px;
        }

        
        .history-item-clear {
            opacity: 0;
        }

        &:hover {
            background-color: @neutral-bg-1-hover-1;
            .history-item-clear {
                opacity: 1;
            }
        }

        &-text {
            flex: 1;
        }
    }
}



.cut-image-title {
    flex: none;
    background:none;
    display: flex;
    justify-content: space-between;
    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;
}

.cut-image {
    padding: 10 / @px-unit;
    background-color: @neutral-bg-5-normal;
    height: 224 / @px-unit;

    .upload-card {
        border: 1 / @px-unit dashed @neutral-stroke-2-normal;
        background-color: @neutral-bg-2-normal;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        .upload-text {
            text-align: center;
            width: 100%;

            .upload-icon-content {
                font-size: 16 / @px-unit;
                line-height: 24 / @px-unit;
                color: @neutral-fg-2-normal;
                height: 24 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .upload-tip {
                width: 100%;
                margin-top: 16 / @px-unit;
                color: @neutral-fg-4-normal;
                font-size: 16 / @px-unit;
                line-height: 24 / @px-unit;
            }
        }


        &:hover {
            border-color: @brand-stroke-1-hover;

            .upload-icon,
            .upload-icon-content {
                color: @brand-stroke-1-hover;
            }
        }
    }

    .normal-upload-card {
        height: 200 / @px-unit;
    }
}

.cut-image.containImg-cut-image {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    align-content: flex-start;

    &>* {
        width: 100/ @px-unit;
        height: 100/ @px-unit;
        margin-right: 5 / @px-unit;
        margin-bottom: 5 / @px-unit;
    }

    .image-card {
        position: relative;

        img {
            width: 100%;
            height: 100%;
        }

        .ant-checkbox {
            position: absolute;
            top: 4 / @px-unit;
            left: 6 / @px-unit;
        }

        .remove-btn {
            display: none;
            cursor: pointer;
            position: absolute;
            right: -10 / @px-unit;
            top: -10 / @px-unit;
            z-index: 999;
        }

        &:hover .remove-btn {
            display: block;
        }
    }
}

.cut-image.isExpand {
    height: 100%;
}


._ExactSearchIcon_{
    &.hide {
        display: none;
    }
    .close_icon, .target_search_icon, .area_search_icon, .search_icon {
        display: none !important;        
    }  
}

.exactSearch {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}


.time-range-container {
  height: 36/ @px-unit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4 / @px-unit;
  
  .operation-time-icon {
    float: right;

    &:hover {
      background-color: transparent !important;
    }
  }

  .ant-btn-text {
    color: @neutral-fg-2-normal;
  }

  .labelText {
    padding-left: 4 / @px-unit;
  }

  &.disabled {
      .ant-btn-text {
        color: @neutral-fg-disabled;
      }
  }
  
  
  
  
}

.time-menu-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;

  .time-menu-item {
    width: 50/ @px-unit;
    text-align: center;
    height: 32 / @px-unit;
    line-height: 32 / @px-unit;
    margin-left: 4/ @px-unit;

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

  .time-menu-item-selected {
    background-color: @brand-bg-2-selected;
  }
}

.operation-time-icon {
  flex: none;
}


._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 5/@px-unit;
        }
    }
    .pd-active > svg path:first-child{
        fill: @brand-fg-1-normal !important; 
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}
._ChannelTree_{
    height: 100%;
    .page-view{
        height: 100%;
    }
}


.select-with-input {
    display: flex;
    flex-wrap: wrap;
    
    &>.label-normal-wrapper {
        padding-right: 8/ @px-unit;
    }

    .select-with-input-behind {
        padding: 0;
        .label-normal-container {
            display: flex;
        }
    }
}


.select-with-num-range {
    padding-left: 0;

    .select {
        width: 100%;
        .label-normal-wrapper {
            width: 100% !important;
        }
    }
    

    .range {
        display: flex;
        margin-top: 8 / @px-unit;
    
        .label-normal-behind {
            margin-left: 0 !important;
        }
    
        .range_line {
            text-align: center !important;
            padding-right: 0 !important;
        }
    }
}



.FuncPath{
    height: 408 / @px-unit;
    overflow: scroll;
    .path-separator {
    margin: 0 10/ @px-unit;  
    color: #333;   
  }
  
 
  .path-part {
    font-weight: normal;
  }
 
.func-path-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56/ @px-unit;
  padding-left: 8/ @px-unit;    
  border-radius: 4/ @px-unit;

  .ant-breadcrumb li:last-child {
    color: inherit;
    font-weight: normal;
  }
}
  
  .func-path-row:hover {
    background: @neutral-bg-4-hover;
    cursor: pointer;        
  }
  
  .func-path-row .ant-breadcrumb {
    
    line-height: 24/ @px-unit;
  } 
 
  .menu-icon {
    margin-right: 16 / @px-unit;
    border-radius: 4 / @px-unit;
    background-color: @neutral-bg-1-hover-2;
  }
}


.TargetSamplingContainer {
    width: 100%;
    

    .canvasIcon  {
        display: none !important;
    }
    .canvasBox {
        position: relative;
        width: 100%;
        
    }
}




._MaterialSelection_ {
    @oprationHeight: 50 / @px-unit;

    .oprationContainer {
        height: @oprationHeight;
        padding: 0 10 / @px-unit;
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
    }
}




._ImportResult_ {
    display: flex;
    flex-direction: column;
    height: 100%;
    .statusContainer {
        height: 50 / @px-unit;
        min-height: 50 / @px-unit;
        line-height: 50 / @px-unit;
        padding: 0 24 / @px-unit;
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;

        .status {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    .resultContainer {
        width: 100%;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding: 24 / @px-unit;
        flex: 1;
        overflow-y: auto;
        .resultCard {
            position: relative;
            margin-bottom: 16/@px-unit;
            margin-right: 16/@px-unit;
            width: 288 / @px-unit;
            .cardPic {
                width: 100%;
                height: 142/@px-unit;
                background: @neutral-bg-5-normal;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            .buildStatus {
                width: 100%;
                height: 32/@px-unit;
                background: @neutral-bg-4-hover;
                padding: 0 12/@px-unit;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                .success {
                    color: @status-success-stroke-1-normal;
                }
                .error {
                    color: @status-error-stroke-1-normal;
                }
            }
        }
    }
}



._ImportBaseContainer_ {
    margin: 0 auto;
    text-align: center;
    padding-top: 24 / @px-unit;

    .channel-select{
        padding-bottom: 20 / @px-unit!important;
    }
    .import-type{
        padding-top: 20 / @px-unit!important;
    }

  .label-normal-behind {
    display: none;
  }

  &>div {
    &:first-child {
      .label-normal-container {
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
      }
    }
  }
}



.iot-list-menu {
    .list-item {
        width: 100%;
        height: 36/@px-unit;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 8 / @px-unit;

        &.active {
            background: @brand-bg-2-selected !important;
        }

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

        .cus_panel {
            margin-right: 8 / @px-unit;
        }

        .list-item-title {
            color: @neutral-fg-2-normal;
            font-size: 14 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            flex: 1;
        }
    }
}




.icon-name(@titleWidth) {
    
    .channel-item-icon {
        margin-right: 4/@px-unit;
        margin-left: 4/ @px-unit;
    }

    
    .channel-item-title {
        width: @titleWidth;
        color: @neutral-fg-2-normal;
        font-size: 14 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
    }
}

.channel-tree {
    height: 100%;
    width: 100%;

    
    .channel-tooltip {
        .ant-tooltip-content {
            .ant-tooltip-inner {
                word-spacing: normal;
                word-break: break-word;
            }
        }
    }


    &.show-search {
        .channel-item-wrapper {
            height: calc(100% - @channelTreeSearchHeight);
            overflow-y: auto;
        }
    }



    .channel-item {
        display: flex;
        align-items: center;
        padding: 0 8 / @px-unit;
        height: 36 / @px-unit;
        cursor: pointer;

        .cus_panel{
            min-width: 24  / @px-unit;
        }

        &.active:not(.multiple-channel-item) {
            background: @brand-bg-2-selected !important;
        }

        
        .channel-item-checkbox {
            width: 30 /@px-unit;
        }

        .icon-name(300/@px-unit);

        &:hover {
            background-color: @neutral-bg-1-hover-1;
        }
        .hasRecord{
            svg{
                path:nth-child(2){
                    fill: @brand-fg-1-normal;
                }
            }
        }

        &.disabled{
            cursor: not-allowed;
        }

    }

    
    .channel-search {
        height: @channelTreeSearchHeight;

        .ant-input-affix-wrapper.labelInput {
            height: 36 / @px-unit;
        }

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

        .label-normal-container,
        .label-normal-wrapper {
            width: 100% !important;
        }

        
        span.cus_icons {
            svg {
                width: 32/ @px-unit;
                height: 32/ @px-unit;
            }
        }
    }

    
    .channel-group {
        .channel-group-header {
            height: 36 / @px-unit;
            padding-left: 8 / @px-unit;
            display: flex;
            align-items: center;
            cursor: pointer;
            justify-content: space-between;
            padding-right: 4 / @px-unit;
            margin-right: 8 / @px-unit;
            &:hover{
                background-color: @neutral-bg-1-hover-1;
            }
        }

        @GroupBehindWidth: 32 / @px-unit;

        .channel-group-header-left {
            display: flex;
            align-items: center;
            width: 100%;
            
            &.group-behind {
                width: calc(100% - @GroupBehindWidth);
            }
        }


        .channel-group-header-right {
            display: flex;
        }

        .channel-group-arrow {
            transform: rotate(-90deg);

            &.arrow-active {
                transform: rotate(0deg);
            }
        }



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

        .channel-group-folder {
            margin-left: 4 /@px-unit;

        }

        .channel-group-title {
            color: @neutral-fg-2-normal;
            font-size: 14 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            padding-left: 4 / @px-unit;
        }

        .channel-item {
            padding-left: 52 / @px-unit;
            margin-right: 8 / @px-unit;
            padding-right: 0;
        }

        .channel-group-content.close {
            height: 0;
            overflow: hidden;
        }
    }
}

.channel-icon-name {
    .icon-name('auto')
}

._RebootTimePicker_ {
    margin-left: 0 !important;
    .time-selector {
        margin-left: 5 / @px-unit;
    }
}

._Input-Test_ {
    margin-left: 0 !important;
}




.ivsbtn-popover {
    padding-left: 0;
    padding-right: 0;
    .ant-popover-arrow {
        display: none;
    }
    .ant-popover-inner {
        padding: 0;
        max-width: 100vw;
        min-width: 0;
        background: @neutral-bg-1-normal;
        border-color: @neutral-stroke-3-normal;
    }
    .ant-popover-inner-content {
        padding: 0 4 / @px-unit;
    }
}


.winPreviewPanel {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    .ocxTitle {
        height: 48 / @px-unit;
        span{
            height: 48 / @px-unit;
            padding-left: 12 / @px-unit;
            line-height: 48 / @px-unit;
        }
    }
    .ocx {
        flex: auto;
        height: 0;
    }
    .timeline {
        flex: none;
        height: 62/@px-unit;
        background-color: @ocxBg;
    }
    .footer {
        height: 48 /@px-unit;
        flex: none;
        display: flex;
        align-items: center;
        background-color: @neutral-bg-4-hover;
        .operation-bar {
            flex: 1;
            display: flex;
            justify-content: space-between;
            padding: 0 8 / @px-unit;

            .activeButton {
                .svgOut(@brand-fg-1-normal);
            }

            .play-bar {
                .audio-box {
                    display: flex;
                }
                .state-str{
                    line-height: 32 / @px-unit;
                }
            }
        }
    }
}


._Ptz_ {
    
    
    
    
    
    display: flex;
    flex-direction: column;

    .line-row {
        display: flex;
    }
}


._ChannelSelect_ {
    
    padding-top: inherit; 
    .ant-modal-content{
        display: inline-block;
    }
    .check-box-group-wrapped {
        .ant-checkbox-group .ant-checkbox-wrapper {
            width: 160 / @px-unit !important;
            margin-top: 10 / @px-unit;
        }
        .label-normal-wrapper {
            width: 100% !important;
        }
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
    }
    width: 400 / @px-unit !important;
    ._ChannelSelect_box {
        overflow-y:auto;
        height: 250 / @px-unit;
    }  
}

._RemoteAudio_ {
    
    padding-top: inherit; 
}



._UploadFiles_ {
    
    padding-top: inherit; 
    input {
        width: 95%;
        margin-right: 15/@px-unit;
    }
}
.uploadBtn{
    height: 10/@px-unit;
}
.uploadBtn_div{
    display: flex;
    align-items: center;
    .uploadBtn {
        display: flex;
        padding: 0 !important;
        height: 100%;
    }
}




._EventHandlerNew_ {
    padding: 8 / @px-unit 0;
    .event-linkage-manager{
        height: 480 / @px-unit;
        display: flex;
        .event-tab{
            width: 240 / @px-unit;
            height: 100%;
            border: 1px solid @neutral-stroke-2-normal;
            .tab-icon-wrap{
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .event-tab-title{
                width: 100%;
                height: 48 / @px-unit;
                border-bottom: 1px solid @neutral-stroke-2-normal;
                padding: 12 / @px-unit;
                font-size: 16 / @px-unit;
                background-color: @neutral-bg-4-hover;
                color: @neutral-fg-2-normal
            }
            .event-tab-items{
                overflow: auto;
                height: calc(100% - 48px);
                color: @neutral-fg-2-normal;
                .linkage-tab-item{
                    width: 100%;
                    height: 36 / @px-unit;
                    padding: 7px 8px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    .tab-label{
                        overflow:hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        -o-text-overflow:ellipsis;
                    }
                    .tab-icon{
                        width: 32 / @px-unit;
                        height: 32 / @px-unit;
                        font-size: 22 / @px-unit !important;
                        svg {
                            path {
                                fill: @status-success-fg-1-normal;
                            }
                        }
                    }
                }
                .linkage-tab-item-active{
                    background-color:@brand-bg-2-selected !important;
                }
                .linkage-tab-item:hover{
                    background-color:@neutral-bg-1-hover-1 !important;
                    cursor:pointer
                }
            }
        }
        .event-panel{
            width: 820 / @px-unit;
            height: 100%;
            
            border: 1px solid @neutral-stroke-2-normal;;
            border-left: 0;