                }
            }
        }
    }
    
    .netDns-text {
        font-size: 18 / @px-unit;
        color: @neutral-fg-2-normal;
    }

    .info-container {
        padding: 0 10px;
        margin-top: 10px;
        
        .label-normal-wrapper {
            width: 150px !important;
        }
    }

    .input-enabled:hover:not(.ant-input-disabled) {
        
    }

    ._Table_ {
        .ant-table-content {
            min-height: 244 / @px-unit;
        }
    }
}

._RouteTable_ {
    width: 100%;
    .table-header {
        user-select: none;
    }
    .delete-icon {
        cursor: pointer;
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: #f00 !important;
                    }
                }
            }
        }
    }
}

.netCardMenber_checkbox .ant-checkbox-wrapper{
    margin-left: 0;
    margin-right: 6 / @px-unit;
}
.netCardMenber_checkbox .ant-checkbox-wrapper:last-child{
    margin-right: 0;
}

.testSuc{
    color: rgb(0, 255, 0);
    width: 100 / @px-unit;
}


._AlarmCenter_ {
    .divider {
        margin: 5 / @px-unit 0;
    }
}

._WIFI_ {
    .header-btn-group {
        display: flex;
        justify-content: space-between;
        .btn {
            align-self: center;
        }
    }
    .wifi-info-container {
        padding: 0 20px;
        margin-top: 10px;
        border: 1px solid @neutral-stroke-2-normal;

        .boss {
            font-weight: bold;
        }

        p {
            margin-bottom: 5px;
        }
    }
    .table-body {
        margin: 0;
        text-align: center;
    }
    .ant-table-body {
        min-height: 150px;
    }
}




._ParkingLot_ {
    .cur-day-info {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-top: 40/@px-unit;
        

        .day-info-item {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16/@px-unit;
            &:last-child{
                margin-right: 0;
            }
        }

        .info-left {
            width: 48 /@px-unit;
            height: 48 /@px-unit;
            margin-right: 8 /@px-unit;
        }

        .info-right {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            
        }

        .info-name {
            height: 24 /@px-unit;
            line-height: 24 /@px-unit;
            color: @neutral-fg-on-1-normal;
            font-size: 16/@px-unit;
        }

        .info-num {
            color: @parkingNumText; 
            font-size: 18 /@px-unit;
            line-height: 26/@px-unit;
        }
    }
}


._StreamDisc_ {
    
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .table-item {
        margin: 0;
        text-align: center;
    }
    .table-input{
        width: 100% !important;
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
    }
    
    
    
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 

    .hddmanage-combine-table .ant-table-body {
        min-height: 150 / @px-unit;
    }

}

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

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




.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: @parkingButtonBgN;
        &::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 @parkingBg; 
            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 @parkingBg; 
            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: @parkingButtonBoundariesBg;
            opacity: 0.1;
        }

        .ele-bottom {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2 /@px-unit;
            background: @parkingButtonBoundariesBg;
            opacity: 0.1;
        }

        &:hover {
            box-shadow: inset 0 0 6 /@px-unit 0 @parkingButtonBoxShadowH;
            background: @parkingButtonBgH;

            .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: @parkingButtonBoundariesBg;
                opacity: 0.36;
            }

            .ele-bottom {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2 /@px-unit;
                background: @parkingButtonBoundariesBg;
                opacity: 0.36;
            }

        }
    }

    &.vehicle-primary {
        position: relative;
        background: @parkingPrimaryButtonBgN; 
        &::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 @parkingBg; 
        }
        &::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 @parkingBg; 
        }
        &:hover{
            background: @parkingPrimaryButtonBgH; 
        }
    }
}

._RealDisplay_{
    ._Table_ .ant-table-body{
        min-height: 240/@px-unit;
        .fail{
            color: @errorColor;
        }
        .ant-table-cell{
            word-break:break-all;
        }
    }
}

._AllowBlockList_ {
    padding: 1rem;
    padding-top: 2rem;
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    }
    .input-wrap  {
        display: flex;
        flex-wrap: wrap;
        >div:not(:last-child) {
            margin-right: 32/ @px-unit;
        }

        >div:not(.ui5-margin-wrapper){
            width: 100%;
            flex: 0 0 306 / @px-unit !important;
            width: 306 / @px-unit !important;
            .label-normal-container   {
                display: flex;
            }
            .label-normal-wrapper {
                width: 200 / @px-unit;
            }
        }  
    }
    .input-wrap-full{
        position: relative;
        padding-bottom: 24 / @px-unit;
        .ui5-margin-wrapper{
            right: 24 / @px-unit;
            bottom: -24 / @px-unit;
            position: absolute;
        }
    }
    .button-box {
        margin-top: 12 / @px-unit;
    }
}

._DDNS_ {
    .label-text {
        width: 60rem;
        cursor: default;
        user-select: none;
    }
    p {
        margin: 0;
    }
    
    .netState_0{
        
        color: @neutral-fg-1-normal;
    }
    .netState_1{
        
        color: @status-success-fg-1-normal;
    }
    .netState_2{
        
        color: @status-error-fg-1-normal;
    }
}

.modal-footer {
    display: flex;
    flex-direction: row-reverse;
    button {
        width: 100%;
    }
}



@homeHeaderColor:@neutral-fg-on-1-normal;
.homeside-enter,
.homeside-appear {
    opacity: 0;
}
.homeside-enter-active,
.homeside-appear-active {
    opacity: 1;
    transition: opacity 200ms ease-in;
}
.homeside-enter-done {
    opacity: 1;
}
.homeside-exit {
    opacity: 1;
}

.homeside-exit-active {
    opacity: 0;
    transition: opacity 200ms ease-in;
}

.homeside-exit-done {
    opacity: 0;
}
.clearfix {
    &::after {
        content: '.';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
}


.header-contain {
    padding: 14 / @px-unit  0;
    height: @navMenuHeight;
    background-color: @neutral-bg-6-1-normal;
    color: @homeHeaderColor;
    z-index: 1000;
    
    .iconDropBtn{
        span{
            color: @homeHeaderColor;
        }
    }
    
    .TaskBarAlarmInfo{
        .ant-badge{
            color: @homeHeaderColor;
        }
    }
    .ant-tabs-nav-list{
        .ant-tabs-tab {
            margin-left: 0 !important;
            padding: 0 12 / @px-unit !important;
            > div {
                margin: 0 !important;
            }
            .ant-tabs-tab-remove {
                padding: 0 !important;
                margin: 0 0 0 8 / @px-unit !important;
            }
        }
    }
    
    .ant-tabs-tab.ant-tabs-tab-with-remove{
        background-color: unset;
        color: @neutral-fg-on-1-normal;
        button{
            visibility: hidden;
        }
        
        &:hover{
            background-color: @neutral-bg-1-hover-3;
            color: @neutral-fg-on-1-normal;
            button{
                visibility: visible;
            }
        }
        &.ant-tabs-tab-active{
            
            background-color: @neutral-bg-1-selected-3;
            color: @neutral-fg-on-1-selected;
            button{
                visibility: visible;
            }
        }
    }

    .home_header_right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 16 / @px-unit;
        height: @navMenuLineHeight;
        > span.header-time {
            font-size: @font-size-digit-m;
            line-height: 24 / @px-unit;
            
            
        }
        .headerDivider {
            margin: 0 4 / @px-unit;
        }
    }
    .home_header_left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: @navMenuLineHeight;
        > div:first-child {
            margin-left: 8px;
        }
        .headerDivider {
            margin: 0 12 / @px-unit;
        }
    }
    .headerDivider {
        height: 18 / @px-unit;
        top: 0;
        
    }
    .home-logo-img {
        height: 56 / @px-unit;
        width: 160 / @px-unit;
        background-size: contain;
        background-repeat:no-repeat;
        
        background-image: url('/custom_logo/web_home_logo.png');
        background-repeat:no-repeat;
    }

}
.header-time {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.homaMain-contain {
    height: calc(100vh - @navMenuHeight);
    position: absolute;
    width: 100%;
    overflow-x: auto;
}

.MainPageTip {
    text-align: center;
}

.PasswordExpired {
    .PasswordExpiredTip {
        display: flex;
        .cus_icons:not(.disabled_icons) svg path:first-child {
            fill: @status-warning-fg-1-normal;
        }
        .Tip {
            margin-left: 5 / @px-unit;
            margin-top: 5 / @px-unit;
        }
    }
    .PasswordNoTip {
        margin-left: 10 / @px-unit;
    }
}

.HomeQRCode {
    .ant-spin-container{
        display: flex;
        justify-content: space-around;
    }
    .QRCode {
        width: 212 / @px-unit;
        height: 212 / @px-unit;
        padding: 10 / @px-unit;
        background-color: @QRCodeBg;
        margin: 10 / @px-unit 20 / @px-unit;
    }
    .ImageCode {
        .ant-image {
            width: 212 / @px-unit;
            height: 212 / @px-unit;
            margin: 10 / @px-unit 20 / @px-unit;
        }
    }
    .DescribeText {
        text-align: center;
    }
}



._Videocalcalculation_ {
    .page-view {
        .tab-button-wrapper{
            margin-top: 20/ @px-unit;
        }
        .modify-modal-footer{
            position: relative;
        }
    }
}



._VideoOSD_ {
    overflow-y: hidden !important;
    .page-view{
        height: 100%;
    }
    .page-view-content{
        display: flex;
        width: 100%;
    }
    &.MainPage .ant-spin-container{
        display: flex;
        
        .ant-row {
            flex-flow: row nowrap;
        }
    }


    @pluginWidth: 450/@px-unit;
    
    .osd-plugin{
        width: @pluginWidth;
        height:  337/@px-unit;
    }

    &ptz{
        width: 400/@px-unit;
        margin-top: 24 /@px-unit;
        ._PtzCtrl_right{
            visibility: hidden;
        }
    }

    
    &config {
        padding: 0  0 0 24/@px-unit;
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: calc(100% - @pluginWidth);

        
        .enable-set {
            display: flex;
            align-items: center;
            justify-content: space-between;
            .show-extend {
                display: flex;
            }
            .set-button {
                display: flex;
                justify-content: flex-end;
            }
        }

        
        .tabs-wrapper {
            overflow: hidden;
            flex: 1;
            .ant-tabs{
                
            }
            .ant-tabs-content-holder{
                overflow-y: auto;
                overflow-x: hidden;
                padding-right: 16 / @px-unit;
            }
            *:focus{
                outline-width: 0px; 
            }
        }

        
        .privacy-mask-alarm-input {
            .label-normal-wrapper{
                line-height: normal;
            }
        }
        .privacy-mask-operation{
            .label-normal-wrapper{
                line-height: normal;
            }
        }

        
        .shield-zoom-wrapper{
            height: 100%;
            align-items: center;
        }
                
        
        .color-picker {
            display: flex;
            justify-content: flex-start;
            .color-picker-button {
                display: inline-block;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                svg {
                    margin-top: 5/@px-unit;
                }
                .cus_panel{
                    margin-left: 4/@px-unit;
                }
            }
            &.disabled {
                .color-picker-button {
                    cursor: not-allowed;
                    pointer-events: none;
                }
            }
        }

        .color-picker-container {
            position: absolute;
            z-index: 2;

            .twitter-picker {
                position: fixed;
                z-index: 10;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
        }



    
    }

    &table {
        .ant-table{
            width: 100%;
        }
        .ant-table-body{
            max-height: 400/@px-unit!important;
            height: auto;
            min-height: 200/@px-unit!important;
        }
        td{
            .label-normal-container  {
                width: 100%;
            }
        }
        .editable-cell-value-wrap {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: normal;
        }
    }
}

.privacy-mask-add-overlay{
    .add-item{
        padding: 0 12 /@px-unit;
    }
}

.twitter_picker {
    background-color: @neutral-bg-1-normal !important;
}


._IPSpeakerTask_ {
    width: 100%;
    height: 100%;
    padding: 16 / @px-unit;

    .PanelWrap {
        display: flex;
        width: 100%;
        height: 100%;
        border: 1px solid @neutral-stroke-2-normal;
    }

    .LeftSide {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        width: 300 / @px-unit;
        border-right: 1px solid @neutral-stroke-2-normal;

        &-title {
            display: flex;
            align-items: center;
            height: 48 / @px-unit;
            padding: 0 10 / @px-unit 0 16 / @px-unit;
            background-color: @neutral-bg-4-hover;
        }

        .device-items {
            padding: 16 / @px-unit;
            height: 100%;
            overflow: auto;
        }

        .device-item-wrap {
            height: 36 / @px-unit;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            padding: 0 4 / @px-unit 0 8 / @px-unit;
            cursor: pointer;

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

            &.active {
                background-color: @brand-bg-2-selected;
            }

            .cus_panel {
                &.online {
                    svg path:nth-child(1) {
                        fill: @status-success-fg-1-normal;
                    }
                }

                &.offline {
                    svg path:nth-child(1) {
                        fill: @status-error-fg-1-normal;
                    }
                }
            }
        }

        .device-name {
            color: @neutral-fg-2-normal;
            font-size: 14 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            padding-left: 4 / @px-unit;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .side-empty {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            .empty-icon {
                background-image: url('/static/media/noData_s_deep.png');
                background-position: center;
                background-repeat: no-repeat;
                width: 80 / @px-unit;
                height: 80 / @px-unit;
            }

            .empty-text {
                width: 100%;
                text-align: center;
                margin: 8 / @px-unit 0;
            }

            .jump-text {
                color: @brand-fg-1-normal;
                cursor: pointer;
            }
        }
    }

    .PanelContent {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 24 / @px-unit 0 24 / @px-unit 24 / @px-unit;
        overflow: hidden;

        .panel-empty {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            .empty-icon {
                background-image: url('/static/media/noData_deep.png');
                background-position: center;
                background-repeat: no-repeat;
                width: 160 / @px-unit;
                height: 160 / @px-unit;
            }

            .empty-text {
                width: 100%;
                text-align: center;
                margin: 8 / @px-unit 0;
            }

            .jump-text {
                color: @brand-fg-1-normal;
                cursor: pointer;
            }
        }

        .buttons {
            display: flex;

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

        .table-wrap {
            height: 100%;

            .operation {
                display: flex;
                align-items: center;
            }

            .enable-switch {
                margin-right: 4 / @px-unit;
            }
        }
    }
}

._IPSpeakerTask_task-modal {
    .task-form {
        display: flex;
        flex-wrap: wrap;

        .col-12 {
            width: 50%;
        }
    }

    .files-table-title {
        padding:  8 / @px-unit 0 5 / @px-unit 0;
        font-size: 16 / @px-unit;
    }

    .buttons {
        display: flex;

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

    .files-table {
        height: 312 / @px-unit;
        overflow-y: auto;
    }
}


._VideoFusion_windows {
    display: flex;
    width: 1000 / @px-unit;
    flex-wrap: wrap;
    > .label-div-Container {
        margin-right: 50 / @px-unit;
    }
}


._SFSConfig_ {
    
    
    
    padding-top: inherit; 
    .sfs_ocx {
        width: 450 / @px-unit; 
        height: 337 / @px-unit; 
        background-color: @neutral-bg-4-normal;
    }
    .colorBox(@posCheckbox);

    
    .ant-checkbox + span {
        padding: 0;
    }
}

.ChannelList-modal {
    height: 800/@px-unit;
    .ant-modal-body {
        max-height: 600/@px-unit;
        overflow-y: auto;
        .gutter-row {
            padding: 0 10/@px-unit;
            margin-right: 10/@px-unit;
        }
    }
}

._AudioOut_MainPage {
    
    
    
    .title_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            
        }
    }
    .content_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            
        }
    }
    .ant-picker .ant-picker-input input {
        width: 100 / @px-unit;
    }
}


@groupChBox: 23 / @px-unit;
._MainScreen_, ._ExtraScreen_ {
    ._ChnSplit_ {
        clear: both;
        .ant-tag {
            margin: 1px;
            padding: 0;
            text-align: center;
            width: @groupChBox;
            height: @groupChBox;
            line-height: @groupChBox;
            margin: 5 / @px-unit;
        }
        .operationBtn {
            margin-right: 10px;
        }
        ._Table_{
            .table_td_chGroup{
                .tr_chGroup{
                    
                    text-align: left;
                    display: inline-block;
                }
            }
        }
        .ant-divider-vertical{
            top: -8 / @px-unit;
        }
    }
}

.operationBtn_Div{
    display: inline-block;
    align-items: center;
}
.opraBtn{
    padding: 0 !important;
}



._ChannelName_ {
    
    
    
    height: 100%;
    
    .ChannelList {
        height: calc(100% - @mainPagebottomH);
        overflow-y: auto;

        .gutter-row {
            margin-right: 80 / @px-unit;
        }
    }
}


.AudioFileList {

    
    
    
    .select_box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        .label-div-Container {
            width: 100%;
            margin-right: 40 / @px-unit;
        }
    }

    ._Table_ .ant-table-body {
        min-height: 190 / @px-unit;
    }

    .table-wrap {
        display: flex;
        flex-wrap: wrap;

        .buttons {
            width: 100%;
            display: flex;
            align-items: center;

            .btn {
                margin-right: 12 / @px-unit;
            }
        }
    }
}

.file-modal {
    width: 360 / @px-unit !important;

    .file_alarm {
        text-align: center;
    }
}

._AudioFileList_upload-file-modal {
    .upload-label {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

._RegionOfInterest_ {
    .form-head {
        display: flex;
        .form-head-right {
            margin-left: 30/@px-unit;
            margin-bottom: 20/@px-unit;
        }
    }
    .roi_ocx {
        
        transform-origin: left top;
    }
}


._RemotePassword_ {
    .page-view {
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
}



@IntervalHeight: 16 / @px-unit;  

._AlarmHubManage_ {
    width: 100%;
    height: 100%;
    .page-view{
        height: 100%;
    }
    ._Table_ .device-table .ant-table-body {
        min-height: 240 / @px-unit !important;
    }
    .device-interval{
        width: 100%;
        min-height: @IntervalHeight;
        background-color: @neutral-bg-6-normal;
    }
    .device-title{
        color: @neutral-fg-1-normal;
        font-size: 18 / @px-unit;
        font-weight: 400;
        line-height: 26 / @px-unit;
        margin-bottom:  8 / @px-unit;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .collapse-list-btn{
            display: flex;
            align-items: center;
            height: 36 / @px-unit;
            cursor: pointer;
            color: @brand-fg-1-normal;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            padding: 0 12 / @px-unit;
            &:hover{
                color: @brand-fg-1-hover;
                .cus_panel {
                    color: @brand-fg-1-hover;
                }
            }
            &:active{
                color: @brand-fg-1-active;
                .cus_panel {
                    color: @brand-fg-1-active;
                }
            }
            .cus_panel{
                transform: rotate(0deg);
            }
            .cus_panel.foldAllDevice{
                transform: rotate(180deg);
            }
            .collapse-list-text{
                margin-left: 8 / @px-unit;
            }
        }
    }

    .btn-bar {
        display: flex;
        .label-div-Container {
            margin-right: 8 / @px-unit;
        }
        .label-normal-wrapper{
            line-height: normal;
        }
    }
    @foldAllDeviceHeight: 68 / @px-unit; 

    
    .search-device-table {
        padding: 16 / @px-unit;
        height: 50%;
        min-height: 300 / @px-unit;
        &.foldAllDevice{
            height: @foldAllDeviceHeight;
            min-height: @foldAllDeviceHeight;
            overflow: hidden;
        }
        ._Table_ {
            margin-bottom: 8 / @px-unit;
            @TopHeaderHeight: 106/@px-unit; 
            height: calc(100% - @TopHeaderHeight);
            .m-table-hideEmpty,.m-table-showEmpty, .ant-table-wrapper,.ant-spin-nested-loading,.ant-spin-container,.ant-table,.ant-table-container{
                height: 100%;
            }
            .ant-table-body {
                min-height: 80/@px-unit!important;
                height: calc(100% - @tableTheadThHeight)!important;
                max-height: calc(100% - @tableTheadThHeight)!important;
            }
        }
    }


    
    .added-device-table{
        padding: 16 / @px-unit;
        height: calc(50% - @IntervalHeight);
        min-height: 300 / @px-unit;
        &.foldAllDevice{
            height: calc(100% - @IntervalHeight - @foldAllDeviceHeight);
        }
        ._Table_{
            @TopHeaderHeight: 100/@px-unit; 
            height: calc(100% - @TopHeaderHeight);
            .m-table-showEmpty, .ant-table-wrapper,.ant-spin-nested-loading,.ant-spin-container,.ant-table,.ant-table-container{
                height: 100%;
            }
            .ant-table-body {
                min-height: 80/@px-unit!important;
                height: calc(100% - @tableTheadThHeight)!important;
                max-height: calc(100% - @tableTheadThHeight)!important;
            }
        }
    }

    .manage-table-icon-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.iot-manual-modal{
    ._Table_ .device-table .ant-table-body {
        min-height: 160 / @px-unit !important;
    }
}


._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;
                    flex-direction: column;
                    justify-content: center;
                    width: 100%;
                    height: 100%;
                }
                .pro-card{
                    margin-right: 16 /@px-unit;
                    margin-bottom: 16 /@px-unit;
                    float: left;
                }

            }

            .layout-bottom {
                min-height: 68 /@px-unit;
                height: 68 /@px-unit;
                display: flex;
                align-items: center;
            }
        }

        
        .video-layout {
            flex: 0 1 598/@px-unit;
            overflow: hidden;
        }
    }

    
    .operation-bar {
        display: flex;
        justify-content: space-between;
        width: 100%;

        .bar-left {
            display: flex;
            align-items: center;
            flex: 1;
        }
    }
}


.UploadFileModal {
    .ant-modal-content {
        .ant-modal-body {
            .label-normal-container {
                .label-normal {
                    float: none;
                    color: @neutral-fg-3-normal;
                    margin-bottom: 4 / @px-unit;
                }
            }
        }
        .ant-modal-footer {
            .ant-space {
                justify-content: flex-end;
            }
        }
    }
}


._AddedDevice_ {
    .camera-connecting {
        color: @neutral-fg-disabled;
    }
}


._RemoteDevice_ {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    
    .device-interval {
        width: 100%;
        min-height: 16 / @px-unit;
        background-color: @neutral-bg-6-normal;
    }

    ._Table_ {
        margin-top: 0;
    }

    
    ._AllDevice_ {
        padding: 0 24 / @px-unit 16 / @px-unit 24 / @px-unit;
        ._Table_ {
            padding-top: 0;
        }
        &.open {
            height: 40vh;
            min-height: 380px;
            overflow: hidden;
        }
        &.close {
            height: 60 / @px-unit;
            min-height: 60 / @px-unit;
            overflow: hidden;
        }
        .all-device-upper {
            display: flex;
            justify-content: space-between;
            min-height: 64 / @px-unit;
            .upper-left {
                display: flex;
                align-items: center;
                margin-top: 8 / @px-unit;
                margin-bottom: 8 / @px-unit;
                width: 100%;
                padding-right: 24 / @px-unit;
                .IPSegments-wraper {
                    margin-left: 52 / @px-unit !important;
                }
                .label-normal-wrapper {
                    line-height: normal;
                }
                .plug-and-play,
                .auto-set-h265 {
                    display: flex;
                    align-items: center;
                    & > .label-normal-wrapper {
                        width: auto !important;
                    }
                }
            }
            .upper-right {
                display: flex;
                align-items: center;
            }
        }

        .all-device-table {
            .table-header-bar {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 48 / @px-unit;
                margin-right: 6 / @px-unit;
                .collapse-list-btn {
                    display: flex;
                    align-items: center;
                    height: 36 / @px-unit;
                    cursor: pointer;
                    color: @brand-fg-1-normal;
                    font-size: 16 / @px-unit;
                    font-weight: 400;
                    line-height: 24 / @px-unit;
                    padding: 0 12 / @px-unit;
                    &:hover {
                        color: @brand-fg-1-hover;
                        .cus_panel {
                            color: @brand-fg-1-hover;
                        }
                    }
                    &:active {
                        color: @brand-fg-1-active;
                        .cus_panel {
                            color: @brand-fg-1-active;
                        }
                    }
                    .cus_panel.close {
                        transform: rotate(180deg);
                    }
                    .collapse-list-text {
                        margin-left: 8 / @px-unit;
                    }
                }
            }
            .table-bottom-bar1 {
                display: flex;
                justify-content: space-between;
                height: 40 / @px-unit;
                align-items: center;
                .alert-info {
                    max-width: 600 / @px-unit;
                    min-width: 300 / @px-unit;
                }
            }

            .table-bottom-bar2 {
                display: flex;
                line-height: 32 / @px-unit;
            }
            .IPSegments-wraper {
                .cross-search-button {
                    .label-button {
                        max-width: 300 / @px-unit;
                    }
                }
            }
        }

        .all-device-more-config {
            .label-normal-container {
                padding-bottom: 0 !important;
                padding-top: 0 !important;
            }
        }

        .manage-table-icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    
    ._AddedDevice_ {
        padding: 16 / @px-unit 24 / @px-unit;
        flex: 1;
        height: calc(100% - 44vh);
        min-height: 420 / @px-unit;
        ._Table_ {
            padding-top: 0;
        }
        
        .show-login-password {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: flex-start;
            .password-title {
                
                margin-right: 4 / @px-unit;
            }
            .password-icon {
                color: @neutral-fg-3-normal;
            }
        }
        .added-device-num {
            color: @neutral-fg-1-normal;
            font-size: 18 / @px-unit;
            font-weight: 400;
            line-height: 26 / @px-unit;
            margin-bottom: 8 / @px-unit;
        }
        .label-button {
            line-height: normal;
        }
        .m-display-show {
            @TopHeaderHeight: 150 / @px-unit;
            height: calc(100% - @TopHeaderHeight);
            .table-content {
                height: 100%;
                ._Table_,
                .m-table-showEmpty,
                .ant-table-wrapper,
                .ant-table,
                .ant-table-container {
                    height: 100%;
                }
            }
            .ant-table-body {
                @TableHeader: 50 / @px-unit;
                min-height: 180 / @px-unit!important;
                height: calc(100% - @tableTheadThHeight) !important;
                max-height: calc(100% - @tableTheadThHeight) !important;
            }
        }
        .table-bottom-bar {
            display: flex;
            margin-bottom: 8 / @px-unit;
            justify-content: space-between;
            align-items: center;
            .upper-left {
                display: flex;
            }
        }
        .table-header-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 48 / @px-unit;
            background-color: @neutral-bg-4-hover;
            
            margin-bottom: 1 / @px-unit;
            .ant-tabs-nav-wrap {
                padding-left: 8 / @px-unit;
            }
        }
        .manage-table-icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        
        
    }

    .remoteDevice-table {
        
        
        
        .ant-table-cell {
            &.ant-table-column-sort {
                background: transparent;
            }
        }
    }
    .grid-previewIcon {
        cursor: pointer;
    }
    .table-hidden {
        height: 0;
        overflow: hidden;
    }
}
.deviceTip.ant-tooltip {
    max-width: 400 / @px-unit !important;
}
.__ModifyDeviceForm__ {
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 160 / @px-unit;
    }
}
.addDevice-modal {
    .ant-form-item-has-error {
        .ant-input {
            border-color: @status-error-fg-1-normal;
        }
    }
    .modify-labelInputNumber {
        .ant-input-number {
            width: 100%;
        }
    }
    .label-normal-behind {
        .label-normal-container {
            padding: 0 !important;
        }
    }

    .manage-table-icon-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @ItemWidth: 440 / @px-unit;
    .content-list {
        .content-row {
            display: flex;
            & > div {
                width: @ItemWidth;
            }
            .label-normal-container {
                & > .label-normal {
                    width: @ItemWidth!important;
                }
            }
            .content-item-rtsp {
                .label-normal-container {
                    display: flex;
                    flex-wrap: wrap;
                    .label-normal {
                        width: @ItemWidth;
                    }
                }
            }
        }
    }
    .content-bottom-list {
        display: flex;
        flex-wrap: wrap;
        & > div {
            width: @ItemWidth;
        }
        .label-normal-container {
            & > .label-normal {
                width: @ItemWidth!important;
            }
        }
    }
}

._OverseasRemoteDevInit_ {
    .ant-modal-body {
        height: 600 / @px-unit;
    }
    .step1-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .step2-footer {
        display: flex;
        justify-content: space-between;
        .step2-footer-right {
            display: flex;
        }
    }
    .step3-footer {
        display: flex;
        justify-content: space-between;
        .step3-footer-right {
            display: flex;
        }
    }
    .step4-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .initSuccess {
        color: green;
    }
    .initFailed {
        color: red;
    }
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}

._DomesticRemoteDevInit_ {
    .step1-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .step2-footer {
        display: flex;
        justify-content: space-between;
        .step2-footer-right {
            display: flex;
        }
    }
    .step3-footer {
        display: flex;
        justify-content: space-between;
        .step3-footer-right {
            display: flex;
        }
    }
    .step4-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .initSuccess {
        color: green;
    }
    .initFailed {
        color: red;
    }
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
    .same-line {
        display: flex;
        align-items: center;
        .label-div-Container {
            margin-right: 30 / @px-unit !important;
        }
    }
}

.__useModeErrorModal__ {
    .ant-modal-body {
        height: 260 / @px-unit;
    }
}
.remote-init-failed-table {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}

.IPSegments_modal {
    .tip {
        padding: 8 / @px-unit;
    }
    .flex {
        display: flex;
    }
    width: 500 / @px-unit !important;
    .IPV4 {
        position: relative;
        margin-left: 10 / @px-unit;
        

        .label-normal-behind {
            position: absolute;
            right: 0 / @px-unit;
            top: 9 / @px-unit;
            width: 70 / @px-unit !important;
            height: 29 / @px-unit!important;
            background-color: @neutral-bg-disabled !important;
            color: @neutral-fg-disabled;
            text-align: center;
        }
    }
    .LabelIPV4 {
        
        .ant-input:nth-of-type(7) {
            display: none;
        }
    }

    .labelRadioGroup {
        display: flex;
    }
    .IPSegments-ipInput {
        display: flex;
        align-items: center;
        .label-normal-wrapper {
            width: 240 / @px-unit !important;
        }
        .IPSegments-middle {
            margin-left: 10 / @px-unit;
            margin-right: 10 / @px-unit;
        }
    }
}

