                    background-color: @neutral-bg-4-normal;
                    border: 1px solid @neutral-stroke-2-normal;
                    position: relative;
                    float: left;
                    cursor: pointer;
                    padding-left: 4 / @px-unit;
                    &:hover {
                        border:1px solid @brand-stroke-1-hover;
                    }

                    .PersonPic {
                        display: block;
                        height: 140 / @px-unit;
                        width: 45%;
                        margin: 4 / @px-unit 0;
                        float: left;
                    }

                    .InfoContent {
                        width: 55%;
                        height: 100%;
                        float: left;
                        padding-left: 8/@px-unit;
                        padding-top: 8/@px-unit;
                        &>div {
                            line-height: 20 / @px-unit;
                            margin-top: 8 / @px-unit;
                            color:@neutral-fg-2-normal;
                            display: flex;
                            align-items: center;
                            .card-label { 
                                flex:0 0 20 / @px-unit;
                                margin-right: 8 / @px-unit; 
                                display: flex;
                                align-items: center;
                            }
                            .card-text {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                color: @neutral-fg-2-normal;
                            }
                        }
                    }



                }
            }

            .picRightContent {
                width: 480 / @px-unit;
                height: @modalPicContentHeight;
                overflow-y: auto;
                .checked_div{
                    position:relative;
                    width: 150/@px-unit;
                    height: 150/@px-unit;
                    float: left;
                }
                .delete_icon{
                    position: absolute;
                    right: -18 /@px-unit;
                    top: 2 /@px-unit;
                    display: none;
                }
                .Thumbnail {
                    display: block;
                    width: 120/@px-unit;
                    height: 135/@px-unit;
                    float: left;
                    margin: 1rem 2rem;
                }
                .checked_div:hover .delete_icon{
                    color: @status-error-fg-1-normal;
                    display: block;
                }
            }
        }
        .picContentLoading{
            width: 100%;
            height: 100%;
        }
        .face-check-item {
            position: absolute;
            left: 10 / @px-unit;
        }
        .active {
            box-shadow: none !important;
        }
        .buildStatus {
            padding-left: 12 / @px-unit;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 32 / @px-unit;;
            line-height: 32 / @px-unit;
            background-color: @neutral-bg-4-hover;
            
            &-2{
                color: @status-success-fg-1-normal;
            }
            
            &-1{
                color: @status-error-fg-1-normal;
            }
        }

        .pageLine {
            margin-top: 10/@px-unit;
            display: flex;
            justify-content: space-between;
        }

        .ant-modal-body {
            padding: 10/@px-unit 24/@px-unit;
        }
    }
}
.center-modal {
    margin: 0 auto;
    top: 50 / @px-unit;
    bottom: 50 / @px-unit;
    min-width: 1420 / @px-unit !important;
    width: 1420 / @px-unit !important;
     .ant-modal {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        .picCardItem  {
            height: 150 / @px-unit !important;
            .buildStatus {
                display: none;
            }
        }
    }
}
.modifyConfig {
    float: right;
}


.personRegistry {
    width: 678/@px-unit;
    min-width: 678/@px-unit;
    height: 600/@px-unit;
    min-height: 600/@px-unit;

    .ant-modal-body {
        display: flex;
        width: 100%;
        height: 450 /@px-unit;
    }

    .ant-modal-footer {
        height: 66 / @px-unit;
    }

    .facePath {
        width: 140/@px-unit;
        height: 160/@px-unit;
        margin: 0/@px-unit 20/@px-unit;
        margin-right: 40/@px-unit;
        background-size: cover;
        border: 1px dashed gray;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        .person_edit_image {
            position: absolute;
            
            left: 0;
            right: 0;
            height: 30/@px-unit;
            position: absolute;
            top: 129/@px-unit;
            
            opacity:0.5;
            background-color: @neutral-bg-inverted;
          }
        img{
            width:100%;
            height: 100%;
        }
        .select_Icon{
            height: 100%;
            width: 100%;
            line-height: 160/@px-unit;
        }
    }

    .personConfig {
        width: 440/@px-unit;
        height: 341/@px-unit;
    }
}

.Batchregitry {
    .batchUpload {
        width: 100%;
        height: 152/@px-unit;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            width: 46%;
            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;
            background-color: @neutral-bg-2-normal !important; 
        }

        .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;
    }

}
.faceLibModal-content-search {
    display: flex;
    
    >div:not(:last-child) {
        margin-right: 32/ @px-unit;
    }
    >div {
        flex:0 0 306 / @px-unit !important;
    }
    >div>.label-normal-container{
        display: flex;
        width: 100%;
        width: 306 / @px-unit !important;
        .label-normal-wrapper {
            width: 200 / @px-unit;
        }
    }  
   
    
}
.isPassByDB-search{
    >div {
      
       &:nth-child(2) {
            display: flex;
            .label-normal {
                width: 100/ @px-unit !important;
            }
            .label-normal-wrapper {
                .ant-select {
                    width: 150 / @px-unit !important;
                }
            }
            .label-normal-behind {
                padding: 0;
                margin: 0;
            }
        }
    }
}
.faceLibModal-search-btns {
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 12 / @px-unit;
    max-width: max-content;
}
.isPassByDB-btns {
    position: absolute;
    top: 0;
    right: 0;
    @media screen and (max-width: 1700px) {
        position: relative;
    }
}
.faceLibModal-btns-row {
    margin-top: 12 / @px-unit;
    padding-top: 12 / @px-unit;
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid @neutral-stroke-1-normal;
    .label-div-Container {
        .label-normal-behind   {
            width: max-content !important;
            padding-right: 8 / @px-unit;
        }
        
        margin-right: 12/ @px-unit;
    }
}

.bottombtnList {
    display: flex;
    
    
    float: right;
    .label-div-Container{
        float: right;
        margin-left: 15/@px-unit;
    }
}

.dateAddModal {
    width: 260/@px-unit;
}

.intel_smallPic_box {
    width: 140/@px-unit;
    height: 160/@px-unit;
    border: 2/@px-unit solid @neutral-stroke-1-normal;
    margin: 5/@px-unit;
    float: left;

    img {
        width: 100%;
        height: 100%;
    }
}

.intel_smallPic_box_active {
    border: 2/@px-unit solid @brand-bg-1-hover;
}

.checkImgModal {
    width: 700/@px-unit  !important;
    height: 500/@px-unit;

    .ant-modal-content {
        height: 100%;
    }

    .ant-modal-body {
        height: 400/@px-unit;
        overflow-y:auto;
    }
}
.import_Table{
    height: 480/@px-unit;
    width: 800/@px-unit !important;
}
.copyTable{
    height: 300/@px-unit;
}
.fileListModal{
    width: 800/@px-unit !important;
    height: 700/@px-unit;
    
    ._Table_ .ant-table-body {
        max-height: 380/@px-unit !important;
    }
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.errorCls{
    color: @status-error-bg-1-normal !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        }
    }
}


._ParkingLot_ {
    background: rgb(5, 26, 51);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    .TaskBarAlarmInfo {
        .cus_panel {
            color: @neutral-fg-on-1-selected !important;
        }
    }
    .parking-lot-icon {
        color: @neutral-fg-on-1-selected !important;
    }
}

._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}

.ClusterLog_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 290/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
    .ant-modal-footer{
        height: 53 / @px-unit;
        .ClusterLog_detailButton{
            display: flex;
            justify-content: space-between;
            .ClusterLog_btnLeft {
                display: flex;
                float: left;
            }
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
}
.ClusterLog_timePicker {
    display: flex;
    justify-content: space-between;
    .ClusterLog_datePicker {
        display: flex;
        .ClusterLog_right {
            margin-left: 20 / @px-unit;
        }
    }
}



._RecordBack_ {
    padding-top: inherit;
    .editable-cell-value-wrap {
        height: auto;
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    }
}
.recordinfo-footer-btn {
    display: inline-block;
    .label-div-Container {
        display: inline-block;
        &:first-child {
            margin-right: 10 /@px-unit;
        }
    }
}

._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;
    }
}


._AIOverView_ {
    
    
    
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    
    
    .main-page-loading{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .AIOverview_PageView {
        height: 100%;
        
        .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%;
            .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;
                }
            }
        }
    }
}

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

.aioverview_process_popover {
    .ant-popover-inner{
        padding: 0 12/@px-unit 8/@px-unit 12/@px-unit;
        .pop-content{
            width: 300/@px-unit;
            line-height: 32/@px-unit;
            .pop-tab{
                padding-top: 8/@px-unit;
                border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
                display: flex;
                justify-content: space-between;
            }
            &>.pop-tab:last-child {
                border-bottom: 0;
            }
            .pop-right{
                text-align: end;
            }
        }
    }
}

._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;
        }
    }
}


._WorkClothesLib_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._Onvif_ {
    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;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
        }
    }
 
}



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

    }
}

.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;
    }
}

.playback-export {
    .ant-btn-compact-first-item{
        padding: 0 8/@px-unit;
        display: flex;
        align-items: center;
        svg {
            font-size: 20/@px-unit;
            margin:0 4/@px-unit;
            path {
                fill:currentColor;
            }
        }
    }
    .ant-dropdown-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        path {
            fill:currentColor;
        }
    }
}


._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;
}





._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;
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.clusterControl {
    display: flex;
    .open {
        padding-right: 20 / @px-unit !important;
    }
}

.RaidHotSpare_FlexLine{
    display: flex;
    .AddTo{
        margin-left: 15 / @px-unit;
    }
}
._RaidHotSpare_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}

._MachineConfig_ {
    
    
    
    padding-top: inherit; 
    
    .ant-row .label-normal-container {
        min-width:550/@px-unit;
    }
    .syncRemoteCheckBox .label-normal-container>.label-normal-wrapper{
        width: auto !important;
    }
}

._ExtraStreamDisc_ {
    width: 100%;
}

._MainStreamDisc_ {
    width: 100%;
}



.raidinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 240 / @px-unit;
    } 
}
._RaidInfo_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @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;
}

._SnapDisc_ {
    width: 100%;
}


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


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


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


._PicMapManage_ {
    
    
    
    height: 100%;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;

    .line-row {
        display: flex;
    }
}

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



._User_ {
    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;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            height: 580 / @px-unit;
            overflow-y: auto;
            padding: 40/ @px-unit 24/ @px-unit;
            .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
                    }
                }
                .label-normal-container  {
                    padding: 5/@px-unit 0 !important;
                }
                .user_tab_container {
                    &>.label-div-Container {
                        margin-right: 4 / @px-unit;
                    }
                }
            }
        }
    }
    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
    }
    .ant-popover-content {
        width: 550 / @px-unit;
    }
    .tabText {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}


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



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

        .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;
            bottom: 0;
            width: 8/@px-unit;
            background: url('/static/media/videoBg_right.png') no-repeat center / 100% 100%;
        }

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

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


._ParkingLot_ {
    .cur-vehicle-info {
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 16 / @px-unit;
        background: url('/static/media/vehicleCurInfo.png') no-repeat center / 100% 100%;

        
        .header-info {
            height: 36 / @px-unit;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16 / @px-unit;

            .info-left {
                display: flex;
                align-items: center;

                .info-left-type{
                    width: 24 / @px-unit;
                    height: 24 / @px-unit;
                }

                .info-name {
                    color: @neutral-fg-on-1-selected;
                    font-size: 16/ @px-unit;
                    margin-left: 8 / @px-unit;
                    line-height: 24 / @px-unit;
                    font-weight: 700;
                }
            }

            .info-right {
                display: flex;
                flex: 1;
                justify-content: flex-end;

                &>div {
                    margin-right: 12 / @px-unit;
                    width: auto;
                    max-width: 100 / @px-unit;
                    flex: 1;
                    &:last-child {
                        margin-right: 0;
                    }
                }
            }

            
            .vehicle-button {
                &::before {
                    border-top: 7/@px-unit solid rgb(13, 46, 89);
                }

                &::after {
                    border-right: 7/@px-unit solid rgb(13, 46, 89);
                }
            }
        }

        
        .image-show {
            width: 100%;
            flex: 1;
            background: #080808;
            position: relative;
            overflow: hidden;
            margin-bottom: 16 / @px-unit;

            &::after{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: url('/static/media/noPicture.png') no-repeat center center;
            }

            .ant-image {
                width: 100%;
                height: 100%;
                z-index: 1;
            }

            .image-wrapper {
                object-fit: contain;
            }

            .image-tag {
                z-index: 2;
                position: absolute;
                right: 0;
                top: 0;
                width: 122 / @px-unit;
                height: 32 / @px-unit;
                line-height: 32 / @px-unit;
                font-size: 16/ @px-unit;
                font-weight: 400;
                text-align: center;
                padding: 0 12/ @px-unit;


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

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

        
        .number-plate-wrapper {
            display: flex;
            justify-content: space-between;
            margin-bottom: 16 / @px-unit;

            .number-plate-img {
                width: 260 / @px-unit;
                height: 56 / @px-unit;
                object-fit: contain;
                background: #080808;
                position: relative;
                &.empty{
                    &::after{
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: url('/static/media/noPlate.png') no-repeat center center;
                    }
                }
            }

            .number-plate-right {
                display: flex;
                align-items: center;
                flex: 1;
                justify-content: flex-end;
                padding-left: 12 / @px-unit;
                padding-right: 12 / @px-unit;
                width: 0;
            }


            .number-plate-text {
                margin-right: 8 / @px-unit;
                color: @neutral-fg-on-1-selected;
                font-size: 18 / @px-unit;
                line-height: 32 / @px-unit;
                font-weight: 700;
                flex: 1;
                text-align: center;
            }



        }

        
        .list-info {
            .item-info {
                margin-bottom: 16 / @px-unit;
                border-left: 1/ @px-unit solid rgb(39, 126, 242);
                border-right: 1/ @px-unit solid rgb(39, 126, 242);
                background: rgb(20, 55, 102);
                height: 36 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0 8 / @px-unit;
                width: 100%;

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

            .item-label {
                color: rgb(168, 169, 171);
                font-size: 16 / @px-unit;
                max-width: 50%;
            }

            .item-text {
                color: @neutral-fg-on-1-selected;
                font-size: 16 / @px-unit;
                max-width: 50%;
                width: 50%; 
                .labelText  {
                    text-align: right;
                }
            }
        }

    }

    
    @media screen and (max-height: 800px) {
        .cur-vehicle-info {
            padding: 8 / @px-unit;

            .header-info {
                margin-bottom: 8 / @px-unit;

                .info-right {
                    &>div {
                        margin-right: 8 / @px-unit;
                    }
                }
            }

            .image-show {
                margin-bottom: 8 / @px-unit;
            }

            .number-plate-wrapper {
                margin-bottom: 8 / @px-unit;

                .number-plate-img {
                    width: 148 / @px-unit;
                    height: 32 / @px-unit;
                    object-fit: contain;
                }
            }

            .list-info {
                .item-info {
                    margin-bottom: 8 / @px-unit;
                }
            }
        }

    }



}


.parking-lot-modal {
    .ant-modal {
        width: 100% !important;
        height: 100%;
        max-width: 100% !important;

        .ant-modal-content {
            display: flex;
            flex-direction: column;
            height: 100%;
            border: none;

            .ant-modal-body {
                flex: 1;
                overflow: auto;
                padding: 0;
            }

            .ant-modal-footer {
                display: flex;
                justify-content: flex-start;

                .label-button {
                    line-height: normal;
                }
            }
        }
    }


    
    .playback-content {
        display: flex;
        height: 100%;

        
        .content-left {
            flex: 1;
            height: 100%;
            background: #000;
        }

        
        .content-right {
            width: 320 / @px-unit;
            height: 100%;
            background: @neutral-bg-4-normal;
            display: flex;
            flex-direction: column;

            .right-radio {
                padding: 16 / @px-unit;
                display: flex;

                &>label {
                    flex: 1;
                }

                .ant-radio-button-wrapper {
                    justify-content: center;
                }
            }

            .right-info {
                flex: 1;
                overflow: auto;
                padding: 0 16 / @px-unit;
            }

            .ant-image {
                width: 100%;

                .right-img {
                    width: 100%;
                    height: 160 / @px-unit;
                    margin-bottom: 16 / @px-unit;
                    background: #181818;
                    object-fit: contain;
                }
            }


            .right-number {
                width: 100%;
                height: 64 / @px-unit;
                background: #181818;
                object-fit: contain;
            }

            .right-operation {
                height: 32 / @px-unit;
                background: @neutral-bg-4-hover;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                padding: 0 4 / @px-unit;
            }

        }
    }

    
    .config-modal {
        padding: 0 24 / @px-unit 80 / @px-unit 24 / @px-unit;
        position: relative;

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

        ._VehicleDetect_ {
            padding: 0;
        }

        .license-plate-recognition {
            padding-top: 24 / @px-unit;
        }

        .fix-bottom-bar {
            width: auto !important;
            position: fixed;
            left: 0;
            bottom: 0;
            right: 0;

            .fixed-button {
                left: 0 !important;
                right: 0 !important;
                width: auto !important;
            }

            .fix-bottom-occlusion-bar {
                display: none !important;
            }
        }
    }
}


._ParkingLot_ {
    .page-header {
        width: 100%;
        display: flex;

        .header-middle {
            width: 784/@px-unit;
            height: 73/@px-unit;
            background: url('/static/media/bgStroke_top.png') no-repeat center / 100% 100%;
            position: relative;
            z-index: 9;
            .title-edit {
                display: none;
            }
            &:hover {
                .title-edit {
                    display: flex;
                }
            }
        }

        .header-left {
            flex: 1;
            height: 26/@px-unit;
            background: url('/static/media/bgStroke_leftTop.png') no-repeat center / 100% 100%;
            display: flex;
            margin-left: 8 /@px-unit;
            position: relative;
            z-index: 9;

            .left-content{
                position: absolute;
                left: 24 / @px-unit;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin-top: 55 /@px-unit;
                margin-right: 16 / @px-unit;
                width: 100%;
                .ant-badge-count {
                    margin-top: 0px!important;
                    right: -4px!important;
                    z-index: 1000;
                }
                .cus_panel {
                    background-color: transparent!important;
                }
            }

            .cur-time {
                display: flex;
                flex: 1;
                justify-content: center;
                align-items: center;
                color: @neutral-fg-on-1-selected;
                font-size: 20/@px-unit;
                font-weight: 700;
                height: 30/@px-unit;
                line-height: 30/@px-unit;
            }
        }

        .header-right {
            flex: 1;
            height: 26/@px-unit;
            background: url('/static/media/bgStroke_rightTop.png') no-repeat center / 100% 100%;
            display: flex;
            justify-content: flex-end;
            margin-right: 8 / @px-unit;

            .buttons-wrapper {
                display: flex;
                padding-top: 52 / @px-unit;
                flex: 1;
                justify-content: flex-end;
                z-index: 10;

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

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

        .header-title {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            color: @neutral-fg-on-1-selected;
            font-size: 32/@px-unit;
            line-height: 32/@px-unit;
            font-weight: 700;
            padding-top: 14/@px-unit;

            .title-content {
                max-width: 450 /@px-unit;
                height: 40 /@px-unit;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 0 8/@px-unit;
                position: relative;

                .title-text {
                    width: 100%;
                    .label-normal-wrapper{
                        line-height: 40 /@px-unit;
                    }
                }
                
                .title-edit{
                    position: absolute;
                    right: -32/@px-unit;
                    top: 50%;
                    margin-top: -16/@px-unit;
                }
            }
        }
    }

    
    @media screen and (max-width: 1280px) {
        .page-header {
            .header-right {
                .buttons-wrapper {
                    &>div {
                        margin-right: 8 /@px-unit;
                    }
                }
            }
        }
    }
}
._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%;
        }
    }
}



.detailTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.errStatus {
    color: @status-error-fg-1-normal;
}
.warnStatus {
    color: @status-warning-fg-1-normal;
}
.hdd_health_modal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}


._StreamDisc_ {
    
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .table-item {
        margin: 0;
        text-align: center;
    }
    .table-input{
        width: 100% !important;
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
    }
    
    
    
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 

    .hddmanage-combine-table .ant-table-body {
        min-height: 150 / @px-unit;
    }

}




.point-default {
    font-size: 48/@px-unit !important;
    pointer-events: initial !important;
}

._PicMapManage_ {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    .in-dragging {
        cursor: grabbing
    }

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

        .channel-list {
            flex: none;
            background-color: @neutral-bg-1-normal;
            z-index: 999;
            height: 100%;
            width: 288/@px-unit;
            padding: 16/@px-unit;
            border-right: 1/@px-unit solid @neutral-stroke-2-normal;
            @channelFontColor: @neutral-fg-2-normal;
            overflow-y: auto;
            overflow-x: hidden;

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

            .chItem {
                display: flex;
                align-items: center;
                padding: 3/@px-unit;
                height: 31/@px-unit;
                cursor: pointer;

                .chItem_title {}


                &:hover {
                    .chItem_title {
                        color: @neutral-fg-2-normal;
                    }

                    background-color: @brand-bg-2-selected;

                    .chItem_btn {
                        display: inline-block;
                    }
                }


                &_cameraIcon {
                    .svgOut(@channelFontColor);
                    margin-left: 20/@px-unit;
                    width: 30/@px-unit;
                    height: 30/@px-unit;
                }

                &_title {
                    margin-left: 15/@px-unit;
                    width: 120/@px-unit;
                    color: @neutral-fg-2-normal;
                }