                        .svgOut(@--navTitle-bg);

                        svg{
                            line-height: 22/@px-unit;
                        }

                        path:nth-child(1) {
                            fill: @neutral-fg-on-color;
                        }
                        
                        
                        
                        
                    }

                    .showName {
                        
                        width: auto;
                        max-width: 160 / @px-unit;
                        border-radius: 3/@px-unit;
                        color: @neutral-fg-on-color;
                    }

                }
                .showChannel{
                    text-align: center;
                    position: absolute;
                    margin-left: 6px;
                }
                
            }

            .picMap {
                width: 100%;
                height: 100%;
            }

            .map-upload {
                width: 100%;
                height: 100%;

                &>.label-div-Container {
                    width: 200/@px-unit;
                    position: absolute;
                    right: 20/@px-unit;
                    top: 10/@px-unit;
                }
            }

            .ant-empty {
                cursor: pointer;
                height: 400/@px-unit;
                width: 500/@px-unit;
                border: 1px dashed  @--component-border;
                &:hover {
                    border: 1px dashed  #009CFF;
                }

                .ant-empty-image {
                    height: 300/@px-unit;
                    width: 500/@px-unit;
                    .NotFoundContent{
                        .svgFont(300);
                        height: 300/@px-unit !important;
                        width: 500/@px-unit !important;
                        font-size: 300/@px-unit !important;
                    }
                }
            }

        }
    }

    .resetPicBtn {
        display: contents;
    }

    .ant-modal-body {
        .ant-upload {
            padding: 0;
            height: 200px;
        }
    }
    .ant-modal-footer {
        .footer-btn {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            .label-div-Container:not(:last-child) {
                margin-right: 15/@px-unit;
            }
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    .picMapManage_detail_popover {
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        .ant-popover-inner,
        .ant-popover-arrow-content::before {
            background-color: @neutral-bg-inverted !important;
        }
        .ant-popover-inner {
            border: none;
        }
        
        
        
    }
    .ant-popover-placement-bottom {
        padding-top: 3px;
    }

    
    .map-upload-modal {
        .ant-modal-body {
            padding: 24 / @px-unit;
        }
        .name-wrap {
            padding-top: 0 !important;
        }
        
        .ant-upload-drag-icon {
            .label-normal-container {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .label-normal-wrapper {
                width: auto !important;
            }
            .LabelIcon {
                display: flex;
                align-items: center;
                
                .anticon {
                    color: @neutral-fg-2-normal;
                    font-size: 20 / @px-unit;
                }
            }
            .label-normal-behind {
                color: @neutral-fg-2-normal;
                padding: 0;
                line-height: 28 / @px-unit;
            }
        }
    }
}
.map-dragger-background {
    background: none !important
}

._DateConfig_.MainPage {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0rem !important;
        }

        .label-normal-container {
            padding-top: 0rem !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }

    .holidayRadioGroup {
        label {
            width: 45%;
        }
    }
}


._QuotaMain_ {
    .mode-changer {
        display: flex;
        button {
            width: 300/@px-unit;
            overflow: hidden;
            padding: 0 10/@px-unit;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .scalstat-btn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .MainPage {
        padding: 0 !important;
    }
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.clusterControl {
    display: flex;
    .open {
        padding-right: 20 / @px-unit !important;
    }
}

._Quota_ {
    .quota-bleaSpace {
        display: flex;
        .warning-tip {
            color: @status-error-fg-1-normal !important;
        }
    }
    .unquotad-warning-tip {
        width: 1000/@px-unit;
        color: @status-error-fg-1-normal !important;
    }
    .hdd-mode {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #bitrate-container {
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            color: @neutral-fg-disabled;
        }
        .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
            background: @neutral-bg-1-normal;
        }
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            border-color: @neutral-stroke-2-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;
  }

}

.addoneModal{
    width: 800/@px-unit !important;
    height: 600/@px-unit !important;
    .ant-modal-body{
        height: 500/@px-unit !important;
    }
    .selectTip{
        text-align: center;
    }
}
.addoneModalStp2{
    width: 850/@px-unit !important;
    height: 600/@px-unit !important;
    .ant-modal-body{
        height: 550/@px-unit !important;
    }
}
.workPath{
    width: 300/@px-unit;
    height: 200/@px-unit;
    margin-left: 225/@px-unit;
    margin-top: 50/@px-unit;
    position: relative;
    border: 1/@px-unit dashed @neutral-stroke-1-normal;
    cursor: pointer;
    color:  @neutral-fg-3-normal;
    text-align: center;
    .select_Icon{
        margin-top: 70/@px-unit;
    }
}
.workPath:hover {
    border: 1/@px-unit dashed  @brand-bg-1-hover;
    color:  @brand-bg-1-hover;
}
.importImg{
    width: 300/@px-unit;
    height: 200/@px-unit;
    margin-left: 225/@px-unit;
    margin-top: 50/@px-unit;
    position: relative;
    border: 1/@px-unit dashed @neutral-stroke-1-normal;
    cursor: pointer;
    color:  @neutral-fg-3-normal;
    text-align: center;
}
.importimgList{
    margin-top: 50/@px-unit;
    width: 700/@px-unit;
    height: 200/@px-unit;
    overflow-x: auto;
    white-space:nowrap;
    margin-left: 20/@px-unit;
    .importimgListInner{
        width: 100%;
        overflow-x: auto;
        height: 200/@px-unit;
    }
    img{
        width: 150/@px-unit;
        height: 150/@px-unit;
    }
}

.addonetip{
    width: 100%;
    text-align: center;
}
.addbatchModal {
    width: 800/@px-unit !important;
    height: 500/@px-unit !important;
    .ant-modal-body{
        height: 500/@px-unit !important;
    }
    .batchContent{
        width: 100%;
    }
    .batchContent1{
        margin-left: 80/@px-unit;
        .label-normal-behind   {
            min-width: 200 / @px-unit;
        }
    }
    .batchUpload {
        width: 100%;
        height: 180/@px-unit;
        display: flex;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            margin-right: 30/@px-unit;
            width: 40%;
            height: 100%;
            border: 1/@px-unit dashed @neutral-stroke-1-normal;
            cursor: pointer;
            color:  @neutral-fg-3-normal;
            text-align: center;
            line-height: 152/@px-unit; 
        }

        .upload_each:hover {
            border: 1/@px-unit dashed  @brand-bg-1-hover;
            color:  @brand-bg-1-hover;

        }
        .selectTip{
            margin-top: -80/@px-unit;
            text-align: center;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }

}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.localtag_RightBtnDiv{
    display: flex;
    flex-direction: row;
    float: right;
}

.record-device-info, .record-device-info {
    display: flex;
    .label-normal-wrapper {
        width: 150/@px-unit !important;
    }
}
.recordBackModal {
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
}


._WorkClothesLib_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._AIOverView_ {
    
    
    
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;

    &.MainPage {
        min-height: 750 / @px-unit;
    }

    
    .main-page-loading {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .AIOverview_PageView {
        height: 100%;

        .AIOverview_Container {
            height: 100%;
            overflow-y: hidden;
            display: flex;
            flex-direction: column;

            
            .tab-menu {
                height: 100%;
                background-color: @neutral-bg-4-normal;
                overflow-y: hidden;

                .progress {
                    padding-right: 24/@px-unit;

                    .progress-describe {
                        display: flex;
                        justify-content: flex-end;

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

                        .warn-color {
                            color: @status-warning-stroke-1-normal;
                        }

                        .err-color {
                            color: @status-error-stroke-1-normal
                        }
                    }

                    .progress-view {
                        width: 240/@px-unit;
                    }

                    .suc-color {
                        .ant-progress-bg {
                            background-color: @status-success-stroke-1-normal;
                        }
                    }

                    .warn-color {
                        .ant-progress-bg {
                            background-color: @status-warning-stroke-1-normal;
                        }
                    }

                    .err-color {
                        .ant-progress-bg {
                            background-color: @status-error-stroke-1-normal;
                        }
                    }
                }

                .ant-tabs-top {
                    overflow-y: hidden;
                    overflow-x: hidden;
                }
            }

            .tab-menu>.ant-col {
                position: static;
                height: 100%;
            }

            
            .tab-menu>.ant-col>.ant-row:nth-child(2) {
                height: calc(100% - 50px);
                overflow-y: auto;
            }

            
            .AIOverview_PageContent {
                padding-top: 8/@px-unit;
                
                height: 100 / @px-unit;
                flex: 1;
                display: flex;
                flex-direction: column;

                .same-line {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;

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

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

                .table-same-line {
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    &>div {
                        height: 24/@px-unit;
                    }
                }

                .TableList-table {
                    
                    height: 100 / @px-unit;
                    flex: 1;

                    ._Table_ .ant-table-body {
                        min-height: 200 / @px-unit !important;
                    }
                }
            }
        }
    }

    
    ._PowerPanel_ {
        margin-top: 16 / @px-unit;
        border-radius: 4 / @px-unit;

        .layout-sider {
            .sider-content {
                overflow-y: hidden !important;
            }
        }

        .ant-card {
            height: 44 / @px-unit;
        }

        .ant-card-head {
            background-color: @neutral-bg-4-hover;

            .ant-card-head-title {
                font-size: @font-size-title-s;
                font-weight: 400;
                line-height: 44 / @px-unit;
                padding: 0;
            }
        }

        .ant-card-body {
            display: none;
        }

        .layout-sider {
            background-color: @neutral-bg-4-normal;

            .sider-content {
                padding-bottom: 16 / @px-unit;
                border-left: 1/@px-unit solid @neutral-bg-4-hover;
                border-right: 1/@px-unit solid @neutral-bg-4-hover;
                border-bottom: 1/@px-unit solid @neutral-bg-4-hover;
                display: flex;
                flex-wrap: wrap;

                ._IntellPanel_ {
                    width: 25%;
                    height: 50 / @px-unit;
                    margin-top: 16/@px-unit;
                    display: flex;
                    justify-content: center;

                    .panel_container {
                        width: 80%;
                        height: 50 / @px-unit;

                        .panel_content {
                            width: 100%;
                            height: 30 / @px-unit;
                            display: flex;
                            justify-content: space-between;
                            line-height: 30 / @px-unit;

                            .panel_content_text {
                                white-space: nowrap;
                                
                                overflow: hidden;
                                
                                text-overflow: ellipsis;
                                
                            }

                            .panel_content_percent {
                                width: 50 / @px-unit;
                                text-align: end;
                                white-space: nowrap;
                                
                            }

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

                        .panel_progress {
                            width: 100%;
                            height: 8 / @px-unit;
                        }

                        .ant-progress-status-success .ant-progress-bg {
                            background-color: @brand-stroke-1-normal;
                        }
                    }
                }

                .intellDivider {
                    border-right: 1/@px-unit solid @neutral-bg-4-hover;
                }
            }
        }
    }

}

.aioverview_tooltip_icon {
    .ant-popover-inner {
        padding: 8/@px-unit 12/@px-unit;

        .table-icon-tooltip {
            div {
                display: flex;
                justify-content: center;

                &>span:first-child {
                    margin-right: 8/@px-unit;
                    color: @neutral-fg-3-normal
                }
            }

            .tooltip-left-green {
                color: @status-success-fg-1-normal
            }
        }
    }
}
.holidayRadioGroup{
    label{
        width: 45%;
    }
}

._MachineConfig_ {
    
    
    
    padding-top: inherit; 
    
    .ant-row .label-normal-container {
        min-width:550/@px-unit;
    }
    .syncRemoteCheckBox .label-normal-container>.label-normal-wrapper{
        width: auto !important;
    }
}

._Holiday_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}


._DateConfig_.MainPage {
    width: 100%;
    .label-normal-behind {
        height: 0;
        &.pl-0 {
            padding-left: 0rem !important;
        }

        .label-normal-container {
            padding-top: 0rem !important;
            button {
                margin-left: 1.5rem;
            }
        }
    }

    .holidayRadioGroup {
        label {
            width: 45%;
        }
    }
    .datetime-button-col{
        display: flex;
        justify-content: flex-start;
        &>div{
            margin-right: 12 /@px-unit;
        }
    }
}



._PasswordReset_ {
    .ant-divider {
        background: inherit;
    }

    .ant-divider-horizontal.ant-divider-with-text-left:after {
        border-top: 1 / @px-unit solid #13161b;
    }
    .QR_background {
        width: 205 / @px-unit;
        height: 205 / @px-unit;
        padding: 10 / @px-unit;
        background-color: @QRCodeBg;
        margin: 10 / @px-unit;
        img{
            width: 185 / @px-unit;
            height: 185 / @px-unit;
        }
    }
    
    .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
        height: 30 / @px-unit;
        .ant-select-selection-search-input {
            height: 28 / @px-unit;
        }
    }
}

.password-reset-modal {
    width:430 /@px-unit !important;
}



._ParkingLot_ {
    @pageHeaderHeight: 73 /@px-unit;
    @RecordListHeight: 226 /@px-unit;

    .main-page {
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        min-width: 1280px;
        min-height: 720px;
        overflow: auto;
        
        .left-top-cover {
            position: absolute;
            left: 0;
            top: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_ul.png') no-repeat center / 100% 100%;
        }

        .left-line {
            position: absolute;
            left: 0;
            top: 8/@px-unit;
            bottom: 8/@px-unit;
            width: 8/@px-unit;
            background: url('/static/media/bgStroke_left.png') no-repeat center / 100% 100%;
        }

        .left-bottom-cover {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_br.png') no-repeat center / 100% 100%;
        }

        .right-line {
            position: absolute;
            right: 0;
            top: 8/@px-unit;
            bottom: 8/@px-unit;
            width: 8/@px-unit;
            background: url('/static/media/bgStroke_right.png') no-repeat center / 100% 100%;
        }

        .right-bottom-cover {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_bl.png') no-repeat center / 100% 100%;
        }

        .bottom-line {
            position: absolute;
            bottom: 0;
            left: 8/@px-unit;
            right: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_bottom.png') no-repeat center / 100% 100%;
        }

        .top-right-cover {
            position: absolute;
            top: 0;
            right: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_ur.png') no-repeat center / 100% 100%;
        }
    }

    .page-content {
        display: flex;
        padding: 45 / @px-unit 8/@px-unit 8/@px-unit 8/@px-unit;
        position: relative;
        flex-direction: column;
        height: calc(100% - @pageHeaderHeight);


        .content-center {
            display: flex;
            width: 100%;
            height: calc(100% - @RecordListHeight);
            padding: 0 24 /@px-unit;

            .left-preview {
                height: 100%;
                flex: 1;
            }

            .right-info {
                height: 100%;
                width: 40%;
                max-width: 532 /@px-unit;
                min-width: 352 /@px-unit;
            }

            
            @media screen and (max-height: 800px) {
                .right-info {
                    width: 22%;
                }
            }
        }

    }
}




._SAFESecurityStatus_ {
    ._SAFESecurityStatus_title {
        background-color: inherit;
    }
    ._SAFESecurityStatus_detect {
        height: 32/@px-unit;
        width: 100/@px-unit;
    }
    .item-list-btn {
        border-color: @neutral-stroke-1-normal;
    }
}

.safeopr-table-normal {
    .ant-table-placeholder{
        display: none;
    }
}
.safeopr-configBar {
    background-color: @neutral-bg-4-normal;
    border-top: 1px solid @neutral-stroke-2-normal;
    position: absolute;
    left: 0;
}

.FireWall-tab {
    a {
        color: @neutral-fg-3-normal;
        &:hover {
            color: @brand-fg-1-normal;
        }
    }
}

.Loading-wapper {
    .ant-spin-text {
        position: initial;
        transform: initial;
        white-space: nowrap;
    }
}

.Cert {
    .ant-input-number {
        width: 100%;
    }
}

._VideoTransmission_, ._SAFESafetyWarning_, ._UserLock_, .FireWall-tab, ._publicAccountLock_, ._DOSAttack_, ._WlanAgree_, ._publicHttps_ {
    padding-bottom: 78/@px-unit;
}
._Whitelist_ {
    padding-bottom: 78/@px-unit !important;
}


._BatchUpload_ {
    .page-view {
    }
}


@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 240 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

.in-page-modal {
    position: absolute;

    .ant-modal {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;

        .ant-modal-header {
            width: 100%;

            .modal-title {
                display: flex;
                align-items: center;
                flex-wrap: wrap;

                >span {
                    margin-left: 12 / @px-unit;
                    line-height: 30 / @px-unit;
                }

                .module-title {
                    position: relative;
                    width: 100%;
                    padding-bottom: 8 / @px-unit;
                    &::before {
                        position: absolute;
                        right: 0;
                        left: -50%;
                        border-bottom: 0.0714rem solid rgba(217, 227, 255, 0.16);
                        content: '';
                        bottom: 0;
                        width: 200%;
                    }
                }

                .detail-title {
                    padding-top: 12 / @px-unit;
                }
            }
        }
    }
}

.center-modal {
    margin: 0 auto;
    top: 50 / @px-unit;
    bottom: 50 / @px-unit;
    width: 1390 / @px-unit !important;

    .ant-modal {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.WorkDetail {
    .ant-modal-header {
        width: 100%;
    }

    .ant-modal-body {
        width: 100%;
        max-width: 100%;
    }

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

.picContent {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    height: @modalPicContentHeight;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    overflow-y: auto;

    .picCardItem {
        width: calc(11.4vw - 15px);
        height: calc((11.4vw) * 1.5);
        margin-right: 1rem;
        margin-bottom: 1rem;
        margin-top: 1px; 
        margin-left: 1px;
        background-color: @neutral-bg-4-normal;
        position: relative;
        float: left;
        cursor: pointer;

        &:hover {
            border: 1px solid @brand-stroke-1-hover;
        }

        .face-check-item {
            position: absolute;
            left: 10 / @px-unit;
        }

        .PersonPic {
            display: block;
            height: calc((11.4vw - 18px) * 1.5);
            width: 100%;
            float: left;
        }
    }

}


._ClusterCommonModule_ {
    
    
    
    padding-top: inherit; 
    
    .info_table ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
    .clusterModal ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
}


._RegionofInterest_ {
  
  
  
  height: 100%;
  position: relative;
  padding: 54/@px-unit 0 40/@px-unit;
}

._ExtraStreamDisc_ {
    width: 100%;
}

._SnapDisc_ {
    width: 100%;
}

.RaidHotSpare_FlexLine{
    display: flex;
    .AddTo{
        margin-left: 15 / @px-unit;
    }
}
._RaidHotSpare_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}


._WorkClothesLib_ {
    .page-view {
    }
}
.outtopView {
    display: flex;
    justify-content:space-between;
    padding-top: 12 / @px-unit; 
    align-items: center;
}
.spaceValue {
    display: flex;
    justify-content:space-between;
}



._Group_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
            .ant-tabs .ant-tabs-content {
                [id*="Auth"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 190 / @px-unit
                    }
                }
                [id*="Monitor"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Replay"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Voice"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
            }
        }
    }

    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
   }
   
   .tabText {
       overflow: hidden;
       white-space: nowrap;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
   }
}


._RaidManage_ {
    .FlexLine{
        display: flex;
        .WorkMode{
            margin-left: 15 / @px-unit;
        }
    }
    .fixed-button {
        .label-normal-wrapper {
            width: auto !important;
        }
        button {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            min-width: 100 / @px-unit;
            &#Create, &#Celerity {
                width: auto;
                padding: 4/@px-unit 5/@px-unit;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
}



.raidinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 240 / @px-unit;
    } 
}
._RaidInfo_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}


._MainStreamDisc_ {
    width: 100%;
}

._HddHealth_ {
  ._Table_ .ant-table-body {
    min-height: 220 / @px-unit;
  }   
}




._TimeDelay_{
    .switch-tip{
        margin-top: 18 / @px-unit;;
    }
}


._Aging_{
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
}


._RecordControl_ {
    .content-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        .pagination-left, .pagination-right {
            display: flex;
            align-items: center;
            width: 50/@px-unit;
        }
        .header-titles {
            width: auto;
            max-width: 110/@px-unit;
            margin-right: 30 / @px-unit;
            .title-wrapper {
                display: flex;
                flex-direction: column;
                padding: 8/@px-unit 0;
                .header-title-item {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    line-height: 30/@px-unit;
                }
                .header-title-first {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    line-height: 32/@px-unit;
                }
            }
        }
        .channel-radios {
            width: auto;
            .sdd-radioGroup-container{
                height: auto;
            }
            .radio-group-wrapper {
                display: flex;
                .channel-radio-group {
                    display: flex;
                    flex-direction: column;
                    .channel-one-radio-group {
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        .ant-radio-group {
                            margin-top: 11/@px-unit;
                        }
                        .ant-radio-wrapper {
                            height: 30/@px-unit !important;
                            line-height: 16/@px-unit !important;
                        }

                        .ant-checkbox-group{
                            margin-top: 14/@px-unit;
                            display: flex;
                            flex-direction: column;

                            .ant-checkbox-wrapper{
                                margin-left: 0;
                                margin-bottom: 4 / @px-unit;;
                            }
                        }
                    }
                }    
            }    
        }    
    }
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._ChanlDiscGroup_ {
  width: 100%;
  .hdd-mode {
    .flexBetween();
    margin-bottom: 10 /@px-unit;
  }
  ._Table_ .ant-table-body {
    min-height: 450 / @px-unit;
  }   
}
.hddmng-table .ant-table-body{
  min-height:192 / @px-unit !important;
}


.SharedStoragePool{
    .flex{
      display: flex;
        .label-div-Container{
          margin-right:10/@px-unit;
        }
    }
}

._RemoteStorage_ {
    overflow-y: scroll;
    .ant-divider-horizontal{
        background-color: #090c0c !important;
        margin-top: 8 / @px-unit;
        margin-bottom: 8 / @px-unit;
    }
    .FTPEnable{
        display: flex;
        .FTPRadio{
            margin-left: 100 / @px-unit;
        }
    }
    .EventPreRecord {
        display: flex;
        .PerRecord{
            margin-left: 308 / @px-unit;
        }
        .StreamType {
            margin-left: 108 / @px-unit;
        }
    }
    .TimePicker{
        display: flex;
        .Connector{
            padding-top: 10 / @px-unit;
            margin-left: 5 / @px-unit;
            margin-right: 5 / @px-unit;
        }
        .ant-checkbox-group{
            margin-left: 20 / @px-unit;
            .ant-checkbox-wrapper{
                margin-left: 0;
            }
        }
        .ant-picker-disabled{
            svg{
                opacity: 0.5;
            }
        }
    }
    .Channel{
        .label-normal{
            margin-top: 8 / @px-unit;
        }
    }
    .uploadChannel{
        display: flex;
        .label-div-Container:first-child  {
            margin-right: 109 / @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%;
  }
}

.savepath{
  .label-normal-behind{
    padding-left:0 !important;
  }
}
._Iscsi_ {
    width: 100%;
    .operation-btn {
        width: 100%;
        display: flex;
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    .ant-col {
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    } 
}
.storage-modal {
    .footer-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .label-div-Container {
            margin-right: 15/@px-unit;
        }
    }
}



._ParkingLot_ {
    .vehicle-record {
        width: 100%;
        padding: 0 24/@px-unit;
        height: 226 / @px-unit;
        min-height: 226 / @px-unit;

        
        .record-header {
            height: 24 / @px-unit;
            display: flex;
            align-items: center;
            width: 100%;
            margin-bottom: 12 / @px-unit;
            margin-top: 12 / @px-unit;

            .header-left {
                width: 46 / @px-unit;
                min-width: 46 / @px-unit;
                height: 14 / @px-unit;
                background: url('/static/media/dividingLine_left.png') no-repeat center / 100% 100%;
            }

            .header-center {
                width: auto;
                height: 24 / @px-unit;
                color: @neutral-fg-on-1-selected;
                font-size: 16 / @px-unit;
                font-weight: 700;
                line-height: 24 /@px-unit;
                margin: 0 4 /@px-unit;
            }

            .header-right {
                flex: 1;
                height: 14 / @px-unit;
                background: url('/static/media/dividingLine_right.png') no-repeat center / 100% 100%;
            }
        }

        
        .record-list {
            width: 100%;
            overflow-x: auto;
            display: flex;
            height: 170/ @px-unit;

            .record-item {
                padding: 12/ @px-unit;
                width: 400 / @px-unit;
                min-width: 400 / @px-unit;
                height: 153 / @px-unit;
                background: url('/static/media/recordBg.png') no-repeat center / 100% 100%;
                margin-right: 16 / @px-unit;
                display: flex;
                align-items: center;

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

                .record-left {
                    margin-right: 8 / @px-unit;

                    
                    .image-show {
                        width: 180 / @px-unit;
                        height: 133 / @px-unit;
                        background: @ocxBg;
                        position: relative;

                        .ant-image {
                            width: 100%;
                            height: 100%;

                            img {
                                object-fit: contain;
                            }
                        }

                        .image-tag {
                            position: absolute;
                            left: 50%;
                            bottom: 0;
                            width: 120 / @px-unit;
                            height: 22 / @px-unit;
                            margin-left: -60 / @px-unit;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            font-size: 14/ @px-unit;

                            &.TrustCar {
                                background: url('/static/media/allowlistBg.png') no-repeat center / 100% 100%;
                                color: @status-success-fg-1-normal;
                            }

                            &.SuspiciousCar {
                                background: url('/static/media/blocklistBg.png') no-repeat center / 100% 100%;
                                color: @status-error-fg-1-normal;
                            }
                        }
                    }
                }

                
                .record-right {
                    height: 100%;
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;

                    .record-top {
                        display: flex;
                        align-items: center;
                        margin-top: -4 / @px-unit;

                        .record-number {
                            color: @neutral-fg-on-1-selected;
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            margin-right: 8 / @px-unit;
                            margin-left: 8 / @px-unit;
                        }

                        .record-enterType {
                            width: 20 / @px-unit;
                            height: 20 / @px-unit;
                            display: flex;
                        }
                    }

                    .record-line {
                        width: 100%;
                        height: 1/@px-unit;
                        min-height: 1/@px-unit;
                        margin-top: 8 / @px-unit;
                        margin-bottom: 8 / @px-unit;
                    }

                    .record-bottom {
                        .record-row {
                            display: flex;
                        }

                        .icon-label {
                            display: flex;
                            margin-bottom: 8 / @px-unit;

                            .content-label {
                                color: @neutral-fg-on-1-selected;
                                font-size: 16 / @px-unit;
                                line-height: 24 / @px-unit;
                                margin-left: 2 / @px-unit;
                            }
                        }
                    }

                }



            }
        }





    }




}


._ParkingLot_ {
    .preview-content {
        
        height: 100%;
        padding: 48/@px-unit 8/@px-unit 9/@px-unit 17/@px-unit;
        position: relative;
        margin-right: 24/@px-unit;

        .preview-video {
            width: 100%;
            height: 100%;
            background: @ocxBg;
        }

        .operate-icons {
            height: 32 / @px-unit;
            width: 300/@px-unit;
            position: absolute;
            top: 8/@px-unit;
            left: 24/@px-unit;
            display: flex;
            align-items: center;
        }

        .top-bg {
            position: absolute;
            left: 17/@px-unit;
            right: 8/@px-unit;
            top: 0;
            height: 48/@px-unit;
            background: url('/static/media/videoBg_top.png') no-repeat center / 100% 100%;
        }

        .right-bg {
            position: absolute;
            right: 0;
            top: 39/@px-unit;