}

.ch-select-text-label2{
    color:@neutral-fg-3-normal;
    width: 70 / @px-unit !important;
}

.ch-select-text-wrap{
    width: 180 / @px-unit !important;
}

.ch-select-text-label-container, .ch-select-text-label-container{
    padding-bottom: 0 !important;
}



.component-playback-show-picture{
    width: 100%;
    height: 362/@px-unit;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: @ocxBg;
    &>img{
        width: 123/@px-unit;
        height: 92/@px-unit;
    }
}

.backup-videoLayout-picPanel {
    .picTitle {
        height: 48 / @px-unit;
        span{
            height: 48 / @px-unit;
            padding-left: 12 / @px-unit;
            line-height: 48 / @px-unit;
        }
    }
    &>img{
        width: 100%;
        height: 362/@px-unit;
    }
}


.backup-channel-list {
    @collapseHeaderHeight: 48 / @px-unit; 

    
    .ant-collapse {
        border: none;
        height: 100%;

        .ant-collapse-item {
            height: 100%;
        }

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

            cursor: default;
        }

        .ant-collapse-header-text {
            color: @neutral-fg-2-normal;
            font-size: 18 / @px-unit;
            font-weight: 400;
            line-height: 26 / @px-unit;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content {
            height: calc(100% - @collapseHeaderHeight);
            overflow-y: auto;
        }

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

    }

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

        .panel-left-operation {
            display: flex;
            align-items: center;

            .panel-header-checkbox {
                width: 28 / @px-unit;
                height: 26 / @px-unit;
            }

            .panel-header-title {
                display: flex;
                align-items: center;
                width: 206 / @px-unit;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

    .channel-tree {
        .channel-group{
            .channel-group-header{
                margin-right: 0!important;
            }
            .channel-item{
                margin-right: 0;
            }
        }
    }
}


._BackupWaterMark_Modal {
    width: 900/@px-unit !important;
    height: 650/@px-unit !important;
    ._BackupWaterMark_fistline,
    ._BackupWaterMark_secondline,
    ._BackupWaterMark_thirdline {
        display: flex;
        ._BackupWaterMark_fileaddress,
        ._BackupWaterMark_progress {        
            margin-left: 30/@px-unit;
            width: 600/@px-unit !important;
        }
        ._BackupWaterMark_wartermarkinfo {
            textarea {
                resize: none;
            }
            .label-normal {
                
                width: 80/@px-unit !important;
            }
            .label-normal-wrapper {
                margin-left: 30/@px-unit;
                width: 600/@px-unit !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 350 / @px-unit;
    }  
}



.modalContentContainer{
    height: 510 / @px-unit;
    overflow-y: auto;
    .modalHeader{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 18px;
        .headerText{
            text-align: center;
            width: 200 / @px-unit;
            font-size: 16px;
        }
        .nextTag_current{
            
            path:first-child{
                fill: @brand-fg-1-normal !important;
            }
            
            color: @brand-fg-1-normal;
        }
        .nextTag:hover{
            svg path{
                fill: @neutral-fg-1-normal !important;
            }
        }
    }
    .resetTip{
        margin: 175 / @px-unit;
        width: 475 / @px-unit;
    }
    .ResetType{
        margin-left: 30 / @px-unit;
        .resetSelect{
            display: flex;
            .SerialNo{
                margin-left: 80 / @px-unit;
                align-items: center;
                display: flex;
            }
        }
        .resetContent{
            display: flex;
            .QR_background{
                width: 292 / @px-unit;
                height: 292 / @px-unit;
                padding: 12 / @px-unit;
                background-color: @QRCodeBg;
            }
            .QRCodeTip{
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                margin-top: 124 / @px-unit;
                word-break: break-all;
            }
            .QRCodeTipEmail {
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                word-break: break-word;
            }
            .ForeignDevice{
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                max-height: 320 / @px-unit;
                overflow-y: auto;
                
            }
        }
    }
    .CodeSend{
        color: @status-success-bg-1-normal;
    }
    .Safecode {
        width:100%;
        .label-normal-container  {
            width: 100%;
            .label-normal-wrapper {
                width:70% !important;
            }
        }
    }
    .PasswordPage{
        margin-left: 50 / @px-unit;
        margin-top: 40 / @px-unit;
        .PasswordItem{
            margin-bottom: 40 / @px-unit;
        }
        .PasswordConfirm{
            display: flex;
            .PasswordTip{
                width: 200 / @px-unit;
                margin-left: 12 / @px-unit;
            }
        }
        .PasswordInput{
            width: 260 / @px-unit;
        }
        .passwordCheck_Box{
            width: 260 / @px-unit;
        }
    }
}


._AddCustomizeViewPanel_ {
   display: flex;
   flex-direction: column;
   height: 100%;
  .header {
    height: 48 / @px-unit;
    background-color: @neutral-bg-3-1-normal;
    padding: 0 12 / @px-unit 0 8 / @px-unit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .header-left {
        display: flex;
        align-items: center;
        gap: 8 / @px-unit;
        font-size: 16 / @px-unit;
        font-weight: 600;
        line-height: 24 / @px-unit;
        color: @neutral-fg-2-normal;
        
    }
  }
  .content {
    flex: 1;
    padding: 16 / @px-unit;
    display: flex;
    flex-direction: column;
    .label-normal-container {
        width: 100%;
        padding: 0 !important;
        .label-normal-wrapper  {
            width: 100% !important;
        }
    }
    .select-view {
        .select-view-icons {
            display: grid;
            grid-template-columns: repeat(4, 1fr); 
            gap: 8 / @px-unit; 
            .select-view-icon-item {
                display: flex;
                flex-direction: column;
                align-items: center;
                .cus_panel {
                    width: 66 / @px-unit !important;
                    height: 48 / @px-unit !important;
                    font-size: 66 / @px-unit !important;
                    color: @neutral-fg-disabled !important;
                    &:hover, &:active {
                        color: @brand-stroke-1-hover !important;
                    }
                    > span {
                        height: 100% !important;
                        > svg {
                            height: 100% !important;
                            background: @neutral-bg-4-hover !important;
                            box-sizing: border-box;
                            &:hover, &:active {
                            
                              border: 1 / @px-unit solid @brand-stroke-1-hover;
                              border-radius: 2 / @px-unit;
                            }
                        }
                    }
                }
            }
        }
    }
    .bind-setting {
        .label-normal {
            width: 100% !important;
            display: flex;
            justify-content: space-between;
            .clear {
                color: @brand-fg-1-normal;
                cursor: pointer;
            }
        }
        .channel-item-wrapper {
            height: 420 / @px-unit;
        }
        .bind-icon {
            .anticon {
                color: @neutral-fg-3-normal;
            }
        }
    }
  }
}

.custom-split-popover{
    padding-top: 4 / @px-unit !important;
    width: 276 / @px-unit;
    height: 144 / @px-unit;
    .ant-popover-content {
       .ant-popover-inner {
        padding: 12 / @px-unit !important;
         .ant-popover-inner-content {
            .custom-split-popover-content {
                display: flex; 
                gap: 12 / @px-unit;
                .custom-split-list {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr); 
                    gap: 12 / @px-unit;
                    .custom-split-list-item {
                        width: 96 / @px-unit;
                        height: 32 / @px-unit;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        box-sizing: border-box;
                        border: 1 / @px-unit  solid @neutral-stroke-1-normal;
                        border-radius: 4 / @px-unit;
                        background: @neutral-bg-2-normal;
                        cursor: pointer;
                        &:hover {
                           box-sizing: border-box;
                           border: 1 / @px-unit solid @brand-stroke-1-hover;
                           color: @brand-fg-1-hover;
                        }
                    }
                    .disabled-item {
                        cursor: not-allowed;
                        box-sizing: border-box;
                        border: 1 / @px-unit solid @neutral-stroke-disabled;
                        background: @neutral-bg-disabled;
                        color: @neutral-fg-disabled;
                         &:hover {
                           border: 1 / @px-unit  solid @neutral-stroke-1-normal;
                           color: @neutral-fg-disabled;
                        }
                    }
                }
            }
         }
       }
    }
}

.custom-tooltip {
    width: 240 / @px-unit;
    height: 140 / @px-unit;
    border-radius: 8 / @px-unit;
    .ant-tooltip-inner {
        padding: 0 !important;
        width: 240 / @px-unit;
        height: 140 / @px-unit;
        .custom-canvas {
            width: 240 / @px-unit;
            height: 140 / @px-unit;
            padding: 8 / @px-unit !important;
        }
    }
}


.customizeview-custom-layout-modal {
    .ant-modal-body {
        padding: 0 !important;
        
        .layout-modal-container{
            width: 872 / @px-unit;
            height: 560 / @px-unit;
            display: flex;
            .layout-modal-table {
                width: 199 / @px-unit;
                height: 100%;
                
                ._Table_{
                    height: 100%;
                    padding-top: 0;
                    border-right: 1/@px-unit solid @neutral-stroke-1-normal;
                    
                    .ant-table-thead {
                        .operation-btn {
                            
                            .cus_panel{
                                width: 32 / @px-unit !important;
                                height: 32 / @px-unit !important;
                            }
                        }
                    } 
                    .ant-table-row {
                        cursor: pointer;
                    }
                    .custom-row-tooltip {
                        width: 100%;
                        position: relative;
                        &:hover {
                            width: 100%;
                        }
                    }              
                    .custom-row-tooltip:hover::after {
                        content: attr(title);
                        position: absolute;
                        bottom:  40 / @px-unit;
                        width: 100%;
                        left: 50%;
                        border-radius: 4 / @px-unit;
                        background: @neutral-bg-inverted;
                        transform: translateX(-50%);
                        color: @neutral-fg-2-normal;
                        padding: 8 / @px-unit 12 / @px-unit;
                        border-radius: 4 / @px-unit;
                        white-space: wrap;
                        z-index: 1000;
                    }
                    .ZD-selected-row {
                        background: @brand-bg-2-selected !important;
                    }
                     .disabled-column {
                            
                        .ant-table-cell {
                            color: @neutral-fg-disabled !important;
                            cursor: not-allowed;
                            background: none !important;
                            .cus_panel {
                                color: @neutral-fg-disabled !important;
                            }
                            &:hover {
                                background: none !important;
                            }
                        }
                    }
                }
                
                ._Table_ .ant-table > .ant-table-container tr td {
                    border-bottom: 0;
                }
                .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table {
                    border-top: 0;
                }
            }
            .layout-modal-panel {
                
                flex: 1;
            }
        }
    }
}

.CustomizeView-CanvasGrid {
    padding: 16 / @px-unit;
    display: flex;
    gap: 16 / @px-unit;
    flex-direction: column;
    height: 100%;
    width: 100%;
    .CustomizeView-CanvasGrid-options {
       height: 32 / @px-unit;
       display: flex;
       gap: 4 / @px-unit;
       align-items: center;
       .split-line {
         width: 1 / @px-unit;
         height: 24 / @px-unit;
         background: @neutral-stroke-2-normal;
       }
    }
    .CustomizeView-CanvasGrid-canvas {
        flex: 1;
        border: 1px solid @neutral-stroke-2-normal;
        canvas {
            background-color: @neutral-bg-5-normal;
            display: block;
            width: 100% !important;
            height: 100% !important;
            box-sizing: border-box;
        }
    }
}


:root {
   --table-line-color: @neutral-stroke-2-normal; 
   --table-background-color: @neutral-bg-5-normal;
   --selected-background-color: @brand-bg-2-normal;
   --selected-line-color: @brand-stroke-1-normal;
}





.Ocx_download_bottom{
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10/@px-unit 0;
    background: @neutral-bg-3-normal;
    color: @neutral-fg-2-normal;
    z-index: 10000;
    span{
        padding-top: 6/@px-unit;
        display: inline-block;
    }
    a {
        text-decoration: underline;
        color: @brand-fg-link-normal;
        &:hover {
            color: @brand-fg-link-hover;
        }
    }
    .closeBtn{
        float: right;
        margin-right: 20/@px-unit;
        border: 1/@px-unit solid @neutral-stroke-1-normal;
        background-color: @neutral-bg-2-normal;
        color: @neutral-fg-2-normal;
        border-radius: 4/@px-unit;
        padding: 4/@px-unit 10/@px-unit;
        cursor: pointer;
        &:hover{
            color: @brand-fg-1-hover;
            border-color: @brand-stroke-1-hover;
        }
    }
}

.plugin_confirm_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.45);
}

._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;
        }
    }
}


._BatchUpload_ {
    
    
    

    .line-row {
        display: flex;
    }
}



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

                &_btn {
                    padding: 0 !important;
                    border: 0 !important;
                    background: none !important;
                    height: 30/@px-unit;
                    display: none;
                }

                .label-div-Container {
                    .label-normal-container .label-normal-wrapper {
                        width: 50/@px-unit !important;
                    }
                }
            }
        }

        .map-content {
            flex: auto;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;

            .drag-feedback {
                cursor: pointer;
                pointer-events: none;
            }

            .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: 500/@px-unit;
                width: 500/@px-unit;

                .ant-empty-image {
                    height: 300/@px-unit;
                    width: 500/@px-unit;
                    .NotFoundContent{
                        height: 300/@px-unit !important;
                        width: 500/@px-unit !important;
                        font-size: 300/@px-unit !important;
                    }
                }
            }
        }
    }
}
.picMapManage_detail_popover{
    z-index: 999;
    .ant-popover-inner{
        padding: 8/@px-unit 12/@px-unit;
    }
    .detail{
        
        display: flex;
        justify-content: space-between;
        align-items: center;
        .detail-icon{
            display: flex;
        }
    }
}




@triangle-width: 400 / @px-unit;
@triangle-height: 168 / @px-unit;
@triangle-radius: 8 / @px-unit;
@triangle-margin-horizontal: 20 / @px-unit;
@triangle-margin-bottom: 40 / @px-unit;
@triangle-application-left-width: 200 / @px-unit;
@triangle-setting-left-width: 278 / @px-unit;
@triangle-container-width: 70 / @px-unit;
@triangle-line-width: 48 / @px-unit;
@triangle-line-height: 4 / @px-unit;
@triangle-line-radius: 2 / @px-unit;
@triangle-gap: 8 / @px-unit;
@triangle-padding-left: 28 / @px-unit;
@triangle-title-width: 176 / @px-unit;
@triangle-title-font-size: 22 / @px-unit;
@triangle-title-line-height: 30 / @px-unit;



@bg-color: @neutral-bg-transparent-disabled;
@bg-hover-color: @neutral-bg-transparent-disabled;
@left-bg-color: @neutral-bg-transparent-normal;
@left-hover-bg-color: @neutral-bg-transparent-hover;
@line-color: @neutral-stroke-1-normal;
@line-hover-color: @brand-stroke-1-hover;
@title-color: @neutral-fg-1-normal;



.triangle, .triangle-application {
    overflow: hidden;
    width: @triangle-width;
    height: @triangle-height;
    margin: 0 @triangle-margin-horizontal @triangle-margin-bottom;
    display: flex;
    border-radius: @triangle-radius;
    position: relative; 
    cursor: pointer;
    .triangle-left {
        width: @triangle-application-left-width;
        height: 100%;
        border-radius: @triangle-radius 0 0 @triangle-radius;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: @triangle-gap;
        padding-left: @triangle-padding-left;
        
        &-title {
            width: @triangle-title-width;
            font-size: @triangle-title-font-size;
            font-weight: 700;
            opacity: 1;
            line-height: @triangle-title-line-height;
            white-space: pre-wrap;
        }
        
        &-line {
            width: @triangle-line-width;
            height: @triangle-line-height;
            border-radius: @triangle-line-radius;
            transition: background-color 0.3s ease-in-out;
        }
    }
    .triangle-container {
        width: @triangle-container-width;
        height: 100%;
        position: relative;
        .triangle-top-left {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
              border-top: 168 / @px-unit solid @neutral-bg-4-hover; 
              border-right: @triangle-container-width solid transparent;
        }
    } 
    .triangle-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

.triangle-color {
    background-color: @bg-color;
    .triangle-left {
        background-color: @left-bg-color;
           &-title {
              color: @title-color;
           }
           &-line {
              background-color: @line-color;
           }
    }
    .triangle-container {
        .triangle-top-left {
            border-top-color:  @left-bg-color;
        }
    }
    &:hover {
        background-color: @bg-hover-color;
        .triangle-left {
            background-color: @left-hover-bg-color;
            &-line {
                background-color: @line-hover-color;
            }
       }
       .triangle-container {
            .triangle-top-left {
                border-top-color: @left-hover-bg-color;
            }
       }
    }
}

.triangle[data-theme = 'light'] {
  &:hover {
     box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  }
}


.triangle-setting {
    height: 154 / @px-unit;
    .triangle-left {
        width: @triangle-setting-left-width;
        padding-left: 24 / @px-unit;
        justify-content: flex-start;
        padding-top: 28 / @px-unit;
        &-title {
            font-size: 18 / @px-unit;
            line-height: 26 / @px-unit;
            white-space: pre-wrap;
        }
        &-submenu {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr); 
            margin-top: 20 / @px-unit;
            gap: 12 / @px-unit;
            .triangle-left-submenu-text {
                font-weight: 400;
                width: 120 / @px-unit;
                font-size: 14 / @px-unit;
                line-height: 22 / @px-unit;
                color: @neutral-fg-3-normal;
                white-space: nowrap;
                cursor: pointer;
                &:hover {
                  color: @brand-fg-1-hover;
                }
                &:active {
                    color: @brand-fg-1-active;
                }
            }
        }
        &-line {
            display: none;
        }
    }
    .triangle-container {
        .triangle-top-left {
            border-top-width: 154 / @px-unit;
        }
    } 
    .triangle-icon { 
        width: 108 / @px-unit;
        height: 140 / @px-unit;
        right: 8px;
        top: 7px;
    }
}

._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}


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

    .line-row {
        display: flex;
    }
    
}

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




._ParkingLot_ {
    background: @parkingBg;
    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;
    }
}


._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;
    } 
}

.Ocx_download_center{
    z-Index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: @ocxBg;
    .pluginMsg {
        left: 50%;
        top: 50%;       
        transform: translateX(-50%);
        position: absolute;
        width: auto;
        max-width: 80%;
        border-bottom: 1/@px-unit dashed @neutral-fg-3-normal;
        a{
            color: @neutral-fg-3-normal;
        }
        &:hover {
            border-bottom: 1/@px-unit dashed @brand-fg-1-normal;
            a{ 
                color: @brand-fg-1-normal;
            }
        }
    }
}


._EventConfig_ {
        
}



._MenuView_ {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    &.bgImage {
        background-color: @neutral-bg-3-1-normal;
        background-image: url('/static/media/login_bg_@{theme}.jpg');
    }
    
    
    

    

    .ui5-home-wrapper {
        @navH: 56 / @px-unit; 
        height: calc(100vh - @navH);
        overflow: hidden;

        .home-tab {
            @tabNavH: (56 / @px-unit); 
            height: calc(100% - @tabNavH);
            padding-top: 40 / @px-unit;

            .ant-tabs-nav {
                height: @tabNavH;
                
            }

            .ant-tabs-tab {
                box-sizing: content-box;
                &:not(:last-child) {
                    margin-right: 32 / @px-unit;
                }

                .ant-tabs-tab-btn {
                    border: none;
                    padding: 0 !important;
                    height: 56 / @px-unit;
                }

                .ui5-tab-item {
                    color: @neutral-fg-3-normal;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    padding: 22 / @px-unit !important;
                    height: 56 / @px-unit;
                    &:hover {
                        color: @neutral-fg-1-normal;
                        svg {
                            fill: @neutral-fg-1-normal;
                        }
                    }

                    .ui5-tab-item-text {
                        font-size: 20 / @px-unit;
                        line-height: 28 / @px-unit;
                        padding: 0;
                        padding-top: 2 / @px-unit;
                        margin-left: 4 / @px-unit;
                    }

                    svg {
                        width: 32 / @px-unit;
                        height: 32 / @px-unit;
                        fill: @neutral-fg-3-normal;
                    }
                }
            }

            .ant-tabs-tab-active {
                border-bottom: 2px solid @brand-stroke-1-normal;
                .ui5-tab-item {
                    color: @neutral-fg-1-normal;

                    svg {
                        fill: @neutral-fg-1-normal;
                    }
                }
            }

            .ant-tabs-content {
                height: 100%;

                
                .text-ellipsis {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    word-break: break-all;
                    white-space: nowrap;
                }
            }

            .swiper-container {
                @topH: 155 / @px-unit; 
                
                height: calc(100vh - @topH);
                overflow: hidden;

                .swiper-wrapper {
                    padding: 0;
                    height: 100%;                    
                    text-align: center;
                    .swiper-slide {              
                        text-align: left;
                        padding-top: 40 / @px-unit;
                        height: 100%;
                        display: inline-block !important;
                        width: auto !important;
                        max-width: 100%;
                        
                        .grid-line-cards{
                            display: inline-block;
                            width: auto;
                            max-width: 100%;
                            display: flex;
                        }
                    }
                }
            }
        }
        .pagination {
            z-index: 20;
            position: absolute;
            right: 36 / @px-unit;
            top: 50%;
            text-align: center;
        }
        .swiper-pagination-switch {
            display: block;
            width: 12 / @px-unit;
            height: 12 / @px-unit;
            margin: 16 / @px-unit auto;
            border-radius: 50%;
            background: @neutral-fg-disabled !important;
            cursor: pointer;
            &:hover {
                background: @brand-fg-1-hover !important;
            }
        }
        .swiper-active-switch {
            width: 16 / @px-unit;
            height: 16 / @px-unit;
            background: @brand-fg-1-normal !important;
        }
    }
    .ui5-horizontal {
        .swiper-wrapper {
            display: flex;
        }
        .pagination {
            width: 100 / @px-unit;
            height: 32 / @px-unit;
            display: flex;
            align-items: center;
            justify-content: space-around;
            top: 100%;
            
            left: 50%;
            .swiper-pagination-switch {
                display: inline-block;
                margin: 0;
            }
        }
    }
    

    
    [class*='m-h-icon'] {
        display: inline-block;
        width: 80 / @px-unit;
        height: 80 / @px-unit;
    }
}



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

    .line-row {
        display: flex;
    }
}



._WorkClothesLib_ {
    
    
    

    .line-row {
        display: flex;
    }
}



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

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

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

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


._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
            }
        }
    }
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.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;
    }
}


.H5 {
    z-Index: 9999;
    position: relative;
    .h5player_elements {
        position: absolute;
        
        .cus_panel.bg-1:not(.disabled_icons):not(.noHover){
            &:hover{
                svg > rect:first-child {
                    fill: @neutral-bg-4-hover;
                }  
            }
            &:active{
                svg > rect:first-child {
                    fill: @neutral-bg-1-active-2;
                }  
            }
        }
    }
    .h5player {
        background-color: @ocxBg;
        .h5player_header {
            background-color: @ocxToolbarBg;
            color: @neutral-fg-on-color;
            height: 24/@px-unit;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .h5player_header_left {
            margin-left: 2/@px-unit;
            font-size: 16 / @px-unit;
            span {
                padding-right: 10/@px-unit;
                span {
                    padding-left: 10/@px-unit;
                }
            }
        }
        .h5player_header_right {
            display: flex;
            justify-content: flex-end;
            
            .cus_panel{
                margin-right: 4/@px-unit;
                margin-top: 4/@px-unit;
            }
        }
        .h5player_triggerHeader {
            background-color: transparent;
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 1;
            .h5player_floatingHeader {
                background-color: @ocxToolbarBg;
                color: @neutral-fg-on-color;
                height: 40/@px-unit;
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                opacity: 0.75;
                .h5player_floatingHeader_left,
                .h5player_floatingHeader_right {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }
            }
        }  
        .h5playerProptip {
            width: 100%;
            height: 96/@px-unit;
            position: absolute;
            text-align: center;
            font-weight: 700/@px-unit !important;
            padding-top: 15/@px-unit;
            font-size: 30/@px-unit;
            
            color: @neutral-fg-on-color;
            top: 50%;
            margin-top: -40/@px-unit;
        }
        .h5player_center {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            .h5player_center_left,
            .h5player_center_right {
                display: flex;
                justify-content: center;
                .h5player_center_Icon {
                    line-height: 24/@px-unit;
                    padding-top: 4/@px-unit;
                }
                .label-normal-container  {
                    padding-top: 0/@px-unit !important;
                    padding-bottom: 0/@px-unit !important;
                    .h5player_center_Text {
                        color: @brand-fg-1-normal;
                        &:hover {
                            color: @brand-fg-1-hover;
                        }
                    }
                }
            }
        }     
        
        .openGate{
            width: 40 / @px-unit;
            height: 40 / @px-unit;
            background-repeat: no-repeat;
            background-image: url('/static/media/openGate_normal.png');
            &:hover{
                background-image: url('/static/media/openGate_hover.png');
            }
            &:active{
                background-image: url('/static/media/openGate_select.png');
            }
        }
    }
}




._BatchUpload_ {
    .page-view {
    }
}



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

    }
}


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



.lib-progress-box {
    min-width: 240 / @px-unit;
    width: max-content;
    height: 36 / @px-unit;
    text-align: right;
    .label-div-Container,
    .label-normal-container {
        padding: 0 !important;
        .label-normal-wrapper,
        .ant-progress {
            width: 240 / @px-unit !important;
            line-height: 1;
        }
    }
    .text-box {
        display: flex;
        justify-content: flex-end;
        color: @neutral-fg-3-normal;
        .percent-value {
            color: @neutral-fg-2-normal;
        }
        >div{
            word-break: break-all;
        }
    }

    .lib-color-green {
        .ant-progress-bg {
            background-color: @status-success-stroke-1-normal;
        }
    }
    .lib-color-yellow {
        .ant-progress-bg {
            background-color: @status-warning-stroke-1-normal;
        }
    }

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



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