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

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


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


@barHeight:50/@px-unit;
._Backup_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;
        position: relative;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: hidden;
            .middle-content-operation{
                width: 100%;
                display: flex;
                justify-content: space-between;
                .middle-conten-operation-left{
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    .ant-dropdown-button{
                        padding: 8/@px-unit 0;
                        margin-right: 12/@px-unit;
                    }
                    .label-div-Container {
                        margin-right: 12/@px-unit;
                    }
                }
            }
            .middle-content-table{
                width: 100%;
                display: flex;
                height: calc(100% - @barHeight);
                overflow: scroll;
                ._Table_ {
                    width: 400/@px-unit; 
                    flex: 1;
                }
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 72 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

    .middle-empty {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: @neutral-bg-5-normal;
        .ant-empty-image {
            height: 160 / @px-unit;
        }
       
    }
    .backup-progress{
        position: absolute;
        width: 240 / @px-unit;
        right: 16 / @px-unit;
    }
}


._BottomPanel_ {
  
  display: flex;
  flex-direction: column;
  user-select: none;
  color: @neutral-fg-2-normal;
  

  ._BottomPanel_bottom_btn {
    height: 50/ @px-unit;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: @neutral-bg-4-hover;
  }

  ._BottomPanel_bottom_timeline {
    height: 64px;
  }

  
  
  
  
  

  
  
  
}


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


._Backup_ {
    .title {
        width: 100%;
        margin-top: 8/ @px-unit;
        margin-bottom: 4/ @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

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

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

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

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @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;
            }
        }
    }
}


.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');
            }
        }
    }
}





.ui5-grid-item {
    display: inline-flex;
    cursor: pointer;
    padding: 32 / @px-unit;
    border-radius: 8/ @px-unit;
    background-color: @neutral-bg-4-normal;
    margin: 0 20 / @px-unit 40 / @px-unit;
    overflow: hidden;

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

    .ui5-grid-item-title {
        font-size: 24 / @px-unit;
        line-height: 30 / @px-unit;
        font-weight: 700;
        color: @neutral-fg-1-normal;
    }

    .ui5-grid-item-submenu {
        max-height: 192 / @px-unit;
        .sub-item {
            font-size: 16 / @px-unit;
            line-height: 24 / @px-unit;
            color: @neutral-fg-3-normal;

            &:hover {
                color: @neutral-fg-1-normal;
                &::before {
                    background-color: @neutral-fg-1-normal;
                }
            }
        }
    }
}

.ui5-grid-left {
    height: 186 / @px-unit;
    min-height: 186 / @px-unit;
    width: 470 / @px-unit;
    min-width: 470 / @px-unit;
    margin: 0 24 / @px-unit 48 / @px-unit;
    display: inline-flex;

    .ui5-grid-item-img {
        height: 100 / @px-unit;
        flex: 0 0 100 / @px-unit;
        margin-right: 32 / @px-unit;
        background-size: contain;
        
        background-repeat: no-repeat;
    }

    .ui5-grid-item-content {
        flex: 1;

        .ui5-grid-item-title {
            margin-bottom: 24 / @px-unit;
        }

        .ui5-grid-item-submenu {
            display: flex;
            flex-wrap: wrap;
            height: 64 / @px-unit;

            .sub-item {
                flex: 0 0 45%;
                padding-right: 4 / @px-unit;
            }
            .long-sub-item {
                flex: 0 0 100%;
            }
        }
    }
}
.empty-grid {
    visibility: hidden;
}





@lightBg: rgba(0, 0, 0, 0.08);
@lightBgHover: rgba(0, 0, 0, 0.16);
@bg: {
    deep: @neutral-bg-4-normal, @neutral-bg-4-hover; 
    light: @neutral-bg-4-hover, @neutral-bg-4-normal 
}

@bgHover: {
    deep: @neutral-bg-4-normal, @neutral-bg-1-hover-1; 
    light: @neutral-bg-4-hover, @neutral-bg-4-normal 
}


@bgColorForTheme: if(@theme = deep, @bg[deep], @bg[light]);
@bgColor: extract(@bgColorForTheme, 1); 
@leftBgColor: extract(@bgColorForTheme, 2); 


@bgHoverForTheme: if(@theme = deep, @bgHover[deep], @bgHover[light]);
@bgHoverColor: extract(@bgHoverForTheme, 1); 
@bgLeftHoverColor: extract(@bgHoverForTheme, 2); 


.triangle {
    width: 400 / @px-unit;
    height: 168 / @px-unit;
    background-color: @neutral-bg-4-normal;
    margin: 0 20 / @px-unit 40 / @px-unit;
    display: flex;
    border-radius: 8 / @px-unit;
    position: relative;
    &:hover {
       .triangle-left {
        background-color: @neutral-bg-1-hover-1;
        &-line {
            background-color: @brand-stroke-1-hover;
        }
       }
       .triangle-container {
        .triangle-top-left {
            border-top: 168 / @px-unit solid @neutral-bg-1-hover-1; 
            border-right: 70 / @px-unit solid transparent; 
        }
      }
    }
        .triangle-left {
            width: 200 / @px-unit;
            height: 100%;
            background-color: @neutral-bg-4-hover;
            border-radius: 8 / @px-unit 0 0 8 / @px-unit;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 8 / @px-unit;
            padding-left: 28 / @px-unit;
            &-title {
                width: 176 / @px-unit;
                color: @neutral-fg-1-normal;
                font-size: 22 / @px-unit;
                font-weight: 700;
                opacity: 1;
                line-height: 30 / @px-unit;
                white-space: pre-wrap;
            }
            &-line {
                width: 48 / @px-unit;
                height: 4 / @px-unit;
                border-radius: 2 / @px-unit;
                background-color: @neutral-stroke-1-normal;
                transition: background-color 0.3s ease-in-out;
            }
        }
         .triangle-container {
            width: 70 / @px-unit;
            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: 70 / @px-unit solid transparent; 
            }
         }
    .triangle-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

.triangle-light {
    background: rgba(0, 0, 0, 0.08);
    .triangle-left {
        background-color: @neutral-bg-4-normal;
    }
    .triangle-container {
        .triangle-top-left {
            border-top-color: @neutral-bg-4-normal;
        }
    }
    &:hover {
        background: rgba(0, 0, 0, 0.16);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
        .triangle-left {
            background-color: @neutral-bg-4-normal;
        }
        .triangle-container {
            .triangle-top-left {
                border-top-color: @neutral-bg-4-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;
            display: flex;
            align-items: center;
            width: 100%;
            margin-bottom: 12 / @px-unit;
            margin-top: 12 / @px-unit;

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

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

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

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

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

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

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

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

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

                            img {
                                object-fit: contain;
                            }
                        }

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

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

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

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

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

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

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

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

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

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

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

                }



            }
        }





    }




}


._ParkingLot_ {
    .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;
                    }
                }
            }
        }
    }
}



._VideoOperationPanel_ {
  padding: 4 / @px-unit;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  .play-dom-box {
    display: flex;
    align-items: center;
  }

  .state-str {
    padding: 0px 6px;
  }

  .btn-dom {
    display: flex;
    align-items: center;
  }

  .tag-dom {}

  .play-dom {
    justify-content: center;

    .play-active {
      color: @brand-fg-1-active
    }
  }

  
  ._AcuPickIcon_ {
    overflow: hidden;
    width: 0;
    height: 0;
  }

  .cut-dom {}

  .operation-icon {
    font-size: 32 / @px-unit;
    padding: 2 / @px-unit;
    
    

    
    
    
  }

  
  
  
  
  

  .audio-box {
    display: flex;
    align-items: center;
  }

  .rule-draw {
    display: inline-block;
    position: relative;
  }

  .intel_detect {
    display: inline-block;
    position: relative;
  }

  
  
  
  
  
  
  
  
  

  .intel_detect_show {
    display: inline-block;
  }

  .intel_detect_hide {
    display: none;
  }


  .cut-panel {
    position: relative;
    height: 32/ @px-unit;
    width: 32/ @px-unit;
  }

  .cut_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    
    position: relative;

    .ant-picker {
      width: 120/ @px-unit !important;
    }

    .label-normal-container a {
      
      color: @neutral-fg-2-normal;
    }

    .label-normal-wrapper {
      height: 32px;
      line-height: 32px;
      display: flex;
      width: 250 / @px-unit !important;
    }

    .ant-picker {
      height: 32px;
    }

    .ant-picker-input {
      height: 22px;
    }
  }

  .cut_line {
    position: absolute;
    top: -4/ @px-unit;
    right: 0;
    width: 340/ @px-unit;
    height: 42/ @px-unit;
    background-color: @neutral-bg-1-normal;

    .label-normal-wrapper {
      width: auto !important;
    }

  }



  .cut_operation_save {
    position: absolute;
    top: -4/ @px-unit;
    right: 36/ @px-unit;
    
    height: 42/@px-unit;
    display: flex;
    align-items: center;
    background-color: @neutral-bg-1-normal;
    padding: 4/ @px-unit;

    .cutPanel_rangePicker {
      padding: 0 !important;
    }
  }

  
  
  
  
  
  
  
  
  
  
  
  
  

  .cut_show {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .cut_hide {
    display: none;
  }

  .cut_operation_hide {
    display: none;
  }

  
  
  

  
  
  
  
  
  
  
  
  

  .audio-box-slider {
    width: 120 / @px-unit;
  }

  .select-ivs-btn {
    width: 48px;
  }

  
  
  
  
}

.cut-box-panel {
  padding: 0;
}

.acupic-rule-panel {
  .rule-switch-box {
    .ant-radio-button-wrapper {
      width: 104 / @px-unit;
      text-align: center;
      background-color: @neutral-bg-2-normal;

      &:not(.ant-radio-button) {
        border-radius: 0 !important;
        display: inline-flex;
        justify-content: center;
        text-align: center;
      }
    }
  }

  ._operation_smd_inter {
    .label-div-Container {
      margin-top: 16/@px-unit;
    }
  }
}



._operation_smd_inter {
  
  padding: 54/@px-unit 10/ @px-unit;

  .operation_smd_text {
    margin: 16/ @px-unit 0 6/ @px-unit 0;
  }

  .operation_smd_divider {
    border-bottom: 1/ @px-unit solid @neutral-fg-4-normal;
    margin: 16/ @px-unit 0;
  }

  .operation_smd_btn {
    display: flex;
    justify-content: space-between;
  }

  .labelCheckboxGroup {
    display: flex;
  }

  .label-normal-container {
    padding: 4px 0 !important;
  }

  .labelText-wrapper {
    width: 90px;
  }

  .ant-radio-button-wrapper {
    span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
  }
}

.cutPanel_rangePicker {
  @media screen and (max-width: 1280px) {
    min-width: 240 / @px-unit;
  }
}









.direct-label {
  width: 66 / @px-unit !important;
}

.direct-wrap {
  width: 110 / @px-unit !important;
}


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


.vehicle-button {
    height: 36 / @px-unit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: @neutral-fg-on-1-selected;
    font-size: 16/@px-unit;
    padding: 0 8/@px-unit;

    .labelText {
        opacity: 0.85;
    }

    &.vehicle-normal {
        width: 100 / @px-unit;
    }

    &.vehicle-large {
        width: 132 / @px-unit;
    }

    &.vehicle-default {
        position: relative;
        background: #0D2E59;
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            border-right: 7/@px-unit solid transparent;
            border-top: 7/@px-unit solid rgb(5, 26, 51);
            z-index: 999;
        }
        &::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 7/@px-unit solid transparent;
            border-right: 7/@px-unit solid rgb(5, 26, 51);
            z-index: 999;
        }

        .ele-left {
            position: absolute;
            left: 0;
            top: 0;
            width: 14/@px-unit;
            height: 36/@px-unit;
            background: url('/static/media/buttonStroke_left_normal.png') no-repeat center / 100% 100%;
            z-index: 998;
        }

        .ele-right {
            position: absolute;
            right: 0;
            top: 0;
            width: 14/@px-unit;
            height: 36/@px-unit;
            background: url('/static/media/buttonStroke_right_normal.png') no-repeat center / 100% 100%;
            z-index: 998;
        }

        .ele-top {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 2 /@px-unit;
            background: rgba(128, 182, 255, 0.8);
            opacity: 0.1;
        }

        .ele-bottom {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2 /@px-unit;
            background: rgba(128, 182, 255, 0.8);
            opacity: 0.1;
        }

        &:hover {
            box-shadow: inset 0 0 6 /@px-unit 0 rgb(26, 123, 255);
            background: rgb(19, 66, 128);

            .ele-left {
                position: absolute;
                left: 0;
                top: 0;
                width: 14/@px-unit;
                height: 36/@px-unit;
                background: url('/static/media/buttonStroke_left_hover.png') no-repeat center / 100% 100%;
            }

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

            .ele-top {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 2 /@px-unit;
                background: rgba(128, 182, 255, 0.8);
                opacity: 0.36;
            }

            .ele-bottom {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2 /@px-unit;
                background: rgba(128, 182, 255, 0.8);
                opacity: 0.36;
            }

        }
    }

    &.vehicle-primary {
        position: relative;
        
        background: #1964C6;
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            border-right: 7/@px-unit solid transparent;
            border-top: 7/@px-unit solid rgb(5, 26, 51);
        }
        &::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 7/@px-unit solid transparent;
            border-right: 7/@px-unit solid rgb(5, 26, 51);
        }
        &:hover{
            background: #367DD9;
        }
    }
}


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



._ParkingLotSearch_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1/@px-unit solid @neutral-stroke-2-normal;

    .ant-layout {
        flex-direction: row;
    }

    .line-row {
        display: flex;
    }

    .main-layout {
        height: 100%;
        background-color: @neutral-bg-5-normal;

        
        .layout-sider {
            flex: none;
        }

        
        .middle-layout {
            flex: 1 1 958/@px-unit;
            padding: 0 24 /@px-unit;
            display: flex;
            flex-direction: column !important;

            .layout-header {
                min-height: 68 /@px-unit;
                height: 68 /@px-unit;
                display: flex;
                align-items: center;
                width: 100%;
            }

            .layout-content {
                flex: 1;
                overflow-y: auto;
                .middle-layout-loading {
                    display: flex;