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


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

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


._AcuPickSet_ {
    .page-view {
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
        td .label-normal-container {
            width: 100% !important;
            .label-normal-wrapper {
                width: 100% !important;
                min-width:100% !important;
            }
        }
    }
}



._EventPlayBack_ {
    .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;

        ._TypeSelector_ {
            height: auto !important;
            display: block;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .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;
                }
            }
        }
    }
}


._AcuPickPlayBack_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
    }
}

.CompliantInfoModal {
    
    
    
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0px !important
    }
    .ant-checkbox-wrapper {
        width: 120 / @px-unit;
    }
}



._TargetPlayBack_,._EventPlayBack_,._AcuPickPlayBack_ {

    @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:none !important;
            height: auto !important;
            padding: 16/@px-unit !important;
            padding-bottom: 0 !important;
            cursor: default;
        }

        .ant-collapse-header-text {
            border-top: 1px solid @neutral-stroke-2-normal;
            color: @neutral-fg-3-normal !important;
            font-size: 16 / @px-unit !important;
            font-weight: 400;
            padding: 20/@px-unit 0 12/@px-unit 0;
            
            line-height: normal;
            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;
            padding-top: 0 !important;
        }

    }

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

        .panel-left-operation {
            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-group-title{
                    color:@neutral-fg-2-normal;
                }
            }
            .channel-item{
                margin-right: 0;
            }
        }
    }
}


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



._DepthCalibration_ {
    .page-view {
    }
}



._EventTransmission_ {
    
    
    
    padding-top: 16 / @px-unit !important;
    .form-list{
        .same-line {
            display: flex;
            align-items: center;
            .label-div-Container {
                margin-right: 30/@px-unit !important;
            }
        }
        .search-button {
            width: 100%;
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }
    .table-pagination{
        ._Table_ .ant-table-body {
            min-height: 300 / @px-unit;
        }
    }
    .absolute-button,
    .fixed-button{
        display: flex;
    }
    .table_button{
        display: flex;
        justify-content: space-around;
        div{
            cursor: pointer;
        }
    }
}
.LinkageItem_box{
    .labelCheckboxGroup {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        .ant-checkbox-wrapper{
            flex:1;
            margin-bottom: 15 / @px-unit;
        }
    }
}

.BatchAdd_search{
    display: flex;
    justify-content: space-between;
    .label-normal {
        width: 60 / @px-unit !important;
        text-align: right !important;
    }
}
.BatchAdd_Modal {
    .BatchAdd_search {
        display: flex;
        justify-content: flex-end;
    }
}


._DisplayOriginalScaleWin_ {
    height: calc(100vh - 50vh);
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .selectContainer{
        width: 100% !important;
        .selectWrapped{
            width: 100% !important; 
        }
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 50%;
            .label-normal-container {
                display: flex;
            }
        }
        .checkBoxItem-behind{
            width: 100%!important;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
}
.targetSetting{
    overflow-y:auto;
}

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


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



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


._DepthCalibration_ {
  .calibrationSetting-view {
    .mid-layout {
      
    }

    .cali-container {
      border: 1 / @px-unit solid @neutral-stroke-2-normal;
      display: flex;
      margin-top: 16 / @px-unit;

      .cali-img-container {
        flex: 1 1 968/ @px-unit;
        
        height: 669 / @px-unit;

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

      .cali-img-inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: 600 / @px-unit;
        position: relative;
      }

      .cali-img-bg {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        
      }

      .calibration_img_set {
        width: 50%;
        height: 300 / @px-unit;
        box-sizing: border-box;
        border: 1 / @px-unit solid @neutral-stroke-2-normal;
        background-color: rgb(8, 8, 8);
      }

      .calibration_img_setinner {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
      }


      .cali-img-top {
        display: flex;
        padding: 16 / @px-unit;
        
        
        justify-content: space-between;
        align-items: center;

        .label-div-Container {
          margin-left: 12 / @px-unit;
        }
      }

      .cali-img-title {
        display: flex;
        height: 36/ @px-unit;
        line-height: 36/ @px-unit;
      }

      .cali-info-container {
        
        width: 242 / @px-unit;
        
        padding: 16 / @px-unit;
      }
    }
  }
}


._HighThrowing_ {
    .fd_right {
        width: 495 / @px-unit;
    }
    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}



.benchmarkCheck-view {
  .benchmarkCheck-top {
    display: flex;
    align-items: center;
    margin-bottom: 20 / @px-unit;

    .label-div-Container {
      margin-right: 10/ @px-unit !important;
    }
  }

  .benchmarkCheck-main {
    height: 540 / @px-unit;
  }

  .benchmarkCheck-img {
    width: 100%;
    height: 100%;
    
  }
}

.benchmarkCheck-select-modal {
  width: 848 / @px-unit !important;
}


.MaterialSelect-view {
  .material-top {
    display: flex;
    

    .material-label {
      margin-left: 20 / @px-unit;
    }
  }

  
  
  

  .material-main {
    display: flex;
    border: 1px solid @neutral-stroke-2-normal;
    height: 700 / @px-unit;
  }

  
  
  

  .material-play {
    width: 760 / @px-unit;
    height: 630/ @px-unit;
  }

  .material-operation {
    height: 68/ @px-unit;
    padding-left: 16/ @px-unit;
    display: flex;
    align-items: center;
  }

  .material-pool {
    width: 640 / @px-unit;
    
    height: 700 / @px-unit;

    .material-content-inner {
      height: 100%;
      width: 100%;
    }
  }

  .material-empty-c {
    .empty-box {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .empty-top {
      height: 58 / @px-unit;
      padding: 16 / @px-unit;
    }

    .empty-tip {
      flex: 1;
      overflow: hidden;

      .widget-empty {
        background-color: transparent;
      }
    }

    .empty-text {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .empty-tip-inner {
      color: @neutral-fg-4-normal
    }
  }

  .material-imglist {
    
    width: 100%;
    height: 486 / @px-unit;
  }

  .material-selectlist {
    width: 100%;
    height: 214 / @px-unit;
    background-color: @neutral-bg-4-hover;
  }

  .material-imglist-img {
    height: 120 / @px-unit;
    width: 136 / @px-unit;
    margin: 4 / @px-unit;
  }

}

.material-select-modal {
  width: 1440 / @px-unit !important;
}



.colorLevel (@level, @color) {
      path:nth-child(@{level}) {
        fill: @color;
      }
  }
.cus_panel{
    .deviceStatus{
        width: 8 / @px-unit;
        height: 8 / @px-unit;
    }

    
    .suffixSearch{
        width: 20 / @px-unit;
        height: 20 / @px-unit;
    }
    
    .anpr, 
    .audioDetection,
    .camExternalAlarm,
    .crowdDistri, 
    .elevatorDetect, 
    .faceDetection, 
    .faceRecognition,
    .fisheye,
    .highTossDetection,
    .ivs,
    .objectDetection,
    .peopleCounting,
    .personnelDetection,
    .phoneCallDetection,
    .portraitDetection,
    .smartGate,
    .smartTrack,
    .smd,
    .smokeDetection,
    .soundDetection,
    .stereoBehavior,
    .videoMetadata {
        .colorLevel(1, @brand-stroke-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }

    
    .aiPlan,
    .accessControlAlarm,
    .acupick,
    .ppeDetection, 
    .thermalAlarm, 
    .videoDetection,
    .videoTalk {
        .colorLevel(1, @neutral-fg-3-normal);
        .colorLevel(2, @brand-stroke-1-normal);
    }

    .camOffline {
        .colorLevel(1, @status-error-fg-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }
    
    .videoException {
        .colorLevel(1, @status-warning-fg-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }
    
    &.disabled_icons{
        .delete_icon{
            .colorLevel(1, @neutral-fg-disabled)
        }
    }
    &:not(.disabled_icons){
        .delete_icon{
            .colorLevel(1, @neutral-fg-2-normal)
        }
    }
}


._EventConfig_ {
        
}



._WifiGeneral_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._WifiAdvanced_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._Cascade_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._Cascade_ {
    .page-view {

        .componentWrap {
            margin-left: 30/@px-unit;

            .cascade-container {
                position: relative;
                width: 330/@px-unit;
                margin-top: 30/@px-unit;
                left: 5/@px-unit;
                overflow: visible;

                &.device {
                    margin: 0 0 40/@px-unit -165/@px-unit;
                }

                &>div {
                    position: relative;
                }

                .parent>div {
                    position: relative;
                }

                .parent {
                    .btn {
                        position: absolute;
                        top: 0;
                        left: 235/@px-unit;
                    }

                    .lineUp {
                        height: 55/@px-unit;
                        top: -40/@px-unit;
                    }
                }

                .context {
                    width: 60/@px-unit;
                    border: 2/@px-unit solid @neutral-stroke-2-normal;
                    border-radius: 5/@px-unit;
                    text-align: center;
                    line-height: 20/@px-unit;
                    height: 25/@px-unit;
                    margin: 0 auto;
                }

                .horizontalLine {
                    width: 135/@px-unit;
                    border-top: 2/@px-unit solid @status-success-stroke-1-normal;
                }

                .verticalLine {
                    border-left: 2/@px-unit solid @status-success-stroke-1-normal;
                    height: 40/@px-unit;
                    left: 50%;
                }

                .lineLeft {
                    left: 50%;
                    margin-left: -165/@px-unit;
                    position: absolute;
                    top: 50%;
                }

                .lineRight {
                    right: 50%;
                    margin-right: -70/@px-unit;
                    position: absolute;
                    top: 50%;
                    width: 40/@px-unit;
                }

                .lineUp {
                    position: absolute;
                    margin-left: -166/@px-unit;
                    top: -27/@px-unit;
                }

                .child {
                    position: absolute;
                    left: 350/@px-unit;

                    .lineLeft {
                        width: 40/@px-unit;
                        position: relative;
                        left: 80/@px-unit;
                        top: -12/@px-unit;
                    }

                    .btn {
                        position: relative;
                        left: 50/@px-unit;
                        top: -50/@px-unit;
                    }

                    .context {
                        position: relative;
                        left: -35/@px-unit;
                        top: -22/@px-unit;
                    }
                }

                .child2,
                .child3,
                .child4,
                .child5,
                .child6,
                .child7 {
                    .lineLeft {
                        width: 140/@px-unit;
                    }

                    .lineUp {
                        height: 36/@px-unit;
                        top: -25/@px-unit;
                        margin-left: -170/@px-unit;
                    }
                }

                .statusColor1 {
                    border-color: @status-success-stroke-1-normal;
                }

                .statusColor2 {
                    border-color: @QRCodeBg;
                }

                .statusColor0 {
                    border-color: @status-error-fg-1-normal;
                }
            }
        }
    }
}


._WifiAdvanced_ {
    .page-view {
    }
}



._WifiGeneral_ {
    .page-view {
    }
}



._EventConfig_ {
    & > .page-view {
        display: flex;
        background: @neutral-bg-6-normal;
        & > .page-content-wrapper{
            margin: 16 / @px-unit;
            flex: 1;
            overflow: hidden;
            position: relative;
            & >  .page-content{
                @ContentPadding: 16 / @px-unit;
                height: calc(100vh - @navMenuHeight - @ContentPadding * 2);
                padding-bottom: 60 /@px-unit;
                background: @neutral-bg-4-normal;
                overflow: auto;
                position: relative;
                .MainPage {
                    padding: 0 @mainPagePadding @mainPagePadding @mainPagePadding;
                    &.noTabPage {
                        padding-top: @mainPagePadding;
                    }
                    .ant-tabs.card-tabs {
                        padding-top: 16/@px-unit;
                    }
                    .intell-contant-main{
                        height: 95%;
                        overflow: auto;
                        padding-right: @mainPagePadding;
                    }
                    ._Table_ {
                        .operation-button {
                            .ui5-margin-wrapper-item {
                                .label-normal-container {
                                    padding-top: 0 !important;
                                    padding-bottom: 0 !important;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    
    .operate-menu-left{
        @menuHeadHeight: 45 / @px-unit;
        @menuContentMargin: 16 / @px-unit;
        @searchTreeMargin: 12 / @px-unit;
        @listHeight: 36 / @px-unit;
        width: 260 /  @px-unit;
        height: calc(100vh - @navMenuHeight);
        background: @neutral-bg-4-normal;    
        overflow: hidden;
        border-right: 1 / @px-unit solid @neutral-stroke-2-normal;

        .menu-header {
            height: @menuHeadHeight;
            box-sizing: content-box;
            font-size: @font-size-title-m;
            font-weight: 700;
            line-height: @menuHeadHeight;
            padding: 0 16 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
            
        }
        .menu-content {
            margin: @menuContentMargin 0;
        }
        .channel-search {
            margin: 0 @menuContentMargin;
        }
        .menu-content-device {
            margin: 0 @searchTreeMargin;
        }
        .channel-item-wrapper {
            margin: 0 @searchTreeMargin;
            height: calc(100vh - @navMenuHeight - @channelTreeSearchHeight - @menuHeadHeight - @menuContentMargin * 2 - @listHeight);
            .channel-group-content .channel-item {
                margin-right: 0;
            }
            .channel-group-header {
                margin-right: 0;
            }
        }
    }

    
    .operate-menu-right {
        padding: 8 / @px-unit 16 / @px-unit;
        width: 260 / @px-unit;
        height: calc(100vh - @navMenuHeight);
        background: @neutral-bg-4-normal;
        overflow: hidden;
        border-right: 1 / @px-unit solid @neutral-stroke-2-normal;
        overflow-y: auto;
    }
}


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

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

        .fix-header-content-title {
            color   : @neutral-fg-3-normal;
        }
    }

    .active-item {
        background-color: @brand-bg-1-active;
    }
}

.deviceInfoContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    .device-info-modal{ 
        width: 374 / @px-unit;
        
        .device-info-buttons{
            display: flex;
            justify-content: space-evenly;
            .label-normal-wrapper  {
                width: 140 / @px-unit !important;
            }
        }
    }
    .QRCode-pagination{
        display: flex;
        justify-content: center;
    }
    .deviceRedPacket{
        border-left: 1 / @px-unit solid @neutral-stroke-2-normal;
    }
}

.HomeRedEnQRCode {
    .DescribeText {
        text-align: left;
        margin-left: 20 / @px-unit;
        margin-right: 10 / @px-unit;
        display: flex;
        justify-content: space-between;
        .ant-pagination{
            width: auto;
        }
        .label-normal-wrapper {
            
            width: auto !important;
        }
    }
    .descInfo{
        color: @neutral-fg-3-normal;
    }
    .serviceSpan{
        
        height: 25 /@px-unit;
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}



._HubSensor_ {
    
    
    
    padding: 24/@px-unit 24/@px-unit 0 24/@px-unit;
}


.list-options {
    .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 {
            &:first-child {
                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;
        }
    }

    .list-group {
        .list-group-header {
            height: 40 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
            display: flex;
            align-items: center;
            color: @neutral-fg-3-normal;
            font-size: 16/ @px-unit;
            font-weight: 400;
            line-height: 24/ @px-unit;
        }

        .list-group-content {
            padding: 16 / @px-unit 0 24 / @px-unit 0;
        }
    }

}

._LogManage_ {
    .Type{
        display: flex;
        
        width: 100%;
        .TimeRange{
            display: flex;
            align-items: center;
            margin-left: 15 / @px-unit;
            height: 48 / @px-unit;
        }
        .Search{
            margin-left: auto;
            right: 20 / @px-unit;
        }
    }
    .DateRange{
        display: flex;
        justify-content: space-between;
        align-items:flex-end;
        height: 48 / @px-unit;
    }
    .Clear{
        display: flex;
        float: right;
        margin-top: 40 / @px-unit;
        .label-div-Container{
            margin-left: 10 / @px-unit;
        }
    }
}
.LogManage_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 291/@px-unit;
        
    }
    .ant-modal-footer{
        height: 53 / @px-unit;
        .LogManage_detailButton{
            display: flex;
            float: right;
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
    ._Table_ .ant-table {
        max-height: 290 / @px-unit;
        overflow-y: auto;
    }
}
.FileBackupEncrypt{
    width: 100 / @px-unit;
}




._HubSensor_ {
    height: 100%;
    @upperHeight:48 / @px-unit; 
    .page-view {
        display: flex;
        flex-direction: column;
        height: 100%;
        .upper-content{
            min-height: @upperHeight;
            height: @upperHeight;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
    }

    ._Table_ {
        padding-top: 0;
        margin-right: 1/@px-unit;
        height: calc(100% - @upperHeight);
        >.m-table-showEmpty {
            height: 100%;

            >.ant-table-wrapper {
                height: 100%;

                &>.ant-spin-nested-loading{
                    height: 100%;
                    .ant-spin-container{
                        height: 100%;
                    }
                }
                .ant-table {
                    height: 100%;

                    >.ant-table-container {
                        height: 100%;
                    }
                }
            }
        }

        .ant-table-body {
            min-height: calc(100% - @tableTheadThHeight);
        }
    }

}

.iot-modal-in-page {
    position: absolute;
    .ant-modal {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        .ant-modal-content{
            display: flex;
            flex-direction: column;
            height: 100%;
            border: none;
            .ant-modal-body{
                flex: 1;
                overflow: auto;
            }
            .ant-modal-footer{
                display: flex;
                justify-content: flex-start;
                .label-button{
                    line-height: normal;
                }
            }
        }
    }
}


._PreviewIndexView_ {
    
    
    
    padding-top: inherit; 
    height: 100%;
    display: flex;
    background-color: @neutral-bg-4-normal;
    &left,
    &right {
        width: 320 / @px-unit;
        background-color: @neutral-bg-4-normal;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
    }

    &left{
        justify-content:start;
        overflow: hidden;
        height: 100%;
    }

    &center {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        &_plugin {
            display: flex;
            flex: 1 1 auto;
            flex-flow:inherit;
            background-color: @neutral-bg-4-normal;
            .ocxLocation{
                flex-grow:1;
            }
        }
        &_bottom {
            height: 48 / @px-unit;
            flex: 0 0 auto;
            background-color: @neutral-bg-4-normal; 
            display: flex;
            justify-content: space-between;
            padding: 0 12 / @px-unit;
            &_left {
                display: flex;
                align-items: center;
            }
            &_right {
                display: flex;
                align-items: center;
            }
            .divider {
                height: 24 / @px-unit;
            }
        }
    }
    &ai_preview,
    &fisheyes,
    &splitscreen,
    &eptz {
        width: 320 / @px-unit;
        height: 100%;
    }
    &right {
        overflow-y: auto;        
        &_alarmout {
            min-width: 200/ @px-unit;
            ._ChannelGroup_ div:nth-child(2) .chn_btn {
                margin-left: 0 !important;
            }
            .ant-space-item{
                padding-left: 10/@px-unit;
            }
        }
    }
    ._PreviewIndexView_left{
        .ant-divider-horizontal{
            margin:10 / @px-unit 0 ;
        }
    }
}




.alarm-out-popover, .talk-and-sound-popover, .view-split-popover, .multi-preview-popover {
    z-index: 999;
    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;
    }
}


._SlicePlayback_ {
  
  
  

  .line-row {
    display: flex;
  }
}



._Backup_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    
    
    

    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;
        }

        .middle-layout {
            flex: 1 1 958/@px-unit;
        }
        .middle-empty {
            flex: 1 1 958/@px-unit;
        }

        .video-layout {
            flex: 0 1 598 / @px-unit;
        }
    }

    .line-row {
        display: flex;
    }
}



._PlaybackIndex_ {
  
  
  
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;

  &layout {
    height: 100%;
    width: 100%;
    display: flex;
  }

  &center {
    background-color: @ocxBg;
    
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;

    &_plugin {
      flex: 1 1 auto;
      display: flex;
      flex-flow: inherit;

      
      .ocxLocation {
        flex-grow: 1;
      }
    }
  }

  &right {
    
    width: 280/@px-unit;
    
    border-left: 1px solid @neutral-stroke-2-normal;

    .ant-layout-sider-children {
      display: flex;
      flex-direction: column;
    }
  }

  .playback_close_icon,
  .playback_search_icon {
    display: none;
  }
}

.ant-popover {
  .ant-popover-inner {
    max-width: inherit !important;
  }
}


._Backup_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
        .backup-videoLayout-picPanel{
            width: 100%;
            height: 458/@px-unit;
        }
        overflow: hidden;
    }
    .video-detail-panel{
        padding: 24 / @px-unit;
    }
    .detail-label-color{
        color: @neutral-fg-2-normal;
    }
}


._SlicePlayback_ {
  height: 100%;
  cursor: default;
  color: @neutral-fg-2-normal;

  .page-view {
    display: flex;
    height: 100%;

    .page-left {
      width: 280 / @px-unit;
      height: 100%;
      display: flex;
      flex-direction: column;
      border-left: 1px solid @neutral-stroke-2-normal;
    }

    .left-channel-list {
      
      overflow: hidden
    }

    .page-right {
      flex: 1 1 auto;
      height: 100%;
    }
  }
}


._Backup_ {
    .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;

        ._TypeSelector_ {
            height: auto !important;
            display: block;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
            .backup-channel-list{
                height: 100%;
            }
        }

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

            .search-btn {
                width: 100%;
