                color: @neutral-fg-2-normal;
            }
            .step-text-0 {
                left: 218/ @px-unit;
            }
            .step-text-1 {
                left: 570/ @px-unit;
            }
            .step-text-2 {
                left: 945/ @px-unit;
            }
            .step-text-3 {
                left: 1305/ @px-unit;
                max-width: 150/ @px-unit;
            }
        }
        
        .qrbox {
            position: absolute;
            top: 189/ @px-unit;
            width: 160/ @px-unit;
            p {
                width: 100%;
                text-align: center;
                padding: 0;
                margin: 0;
            }
            .client-title {
                margin-top: 8 / @px-unit;
            }
            .sn-code-title{
                margin-top: 8 / @px-unit;
                margin-bottom: 4/ @px-unit;
            }
            .qrImg {
                width: 160/ @px-unit;
                height: 160/ @px-unit;
                padding: 5/ @px-unit;
                background-color: #fff;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .download-box {
            left: 226/ @px-unit;
        }
        .serial-box {
            left: 940/ @px-unit;
        }
        @media screen and (max-width: 1800px) {
            height: 350/ @px-unit;
            .qrbox {
                top: 150/ @px-unit;
                .qrImg {
                    width: 130/ @px-unit;
                    height: 130/ @px-unit;
                }
            }
            .serial-box {
                top: 140/ @px-unit;
            }
            .step-title {
                top: 8 / @px-unit;
            }
            .step-text {
                >span {
                    top: 75/ @px-unit;
                }
                .step-text-0 {
                    left: 180/ @px-unit;
                }
                .step-text-1 {
                    left: 460/ @px-unit;
                }
                .step-text-2 {
                    left: 760/ @px-unit;
                }
                .step-text-3 {
                    left: 1050/ @px-unit;
                    max-width: 90/ @px-unit;
                    max-width: 120/ @px-unit;
                }
            }
            
            .download-box {
                left: 170/ @px-unit;
            }
            .serial-box {
                left: 750/ @px-unit;
            }
        }
        @media screen and (max-width: 1440px) {
            height: 280/ @px-unit;
            .qrbox {
                top: 125/ @px-unit;
                width: 95/ @px-unit;
                .qrImg {
                    width: 95/ @px-unit;
                    height: 95/ @px-unit;
                }
            }
            .serial-box {
                top: 110/ @px-unit;
            }
            .step-title {
                top: 6 / @px-unit;
            }
            .step-text {
                >span {
                    top: 58/ @px-unit;
                }
                .step-text-0 {
                    left: 144/ @px-unit;
                }
                .step-text-1 {
                    left: 365/ @px-unit;
                }
                .step-text-2 {
                    left: 610/ @px-unit;
                }
                .step-text-3 {
                    left: 845/ @px-unit;
                    max-width: 90/ @px-unit;
                }
            }
            
            .download-box {
                left: 135/ @px-unit;
            }
            .serial-box {
                left: 595/ @px-unit;
            }
        }
    }
    
}

.modal-button {
    button {
        width: 100%;
    }
}


._UPnP_ {
    
    
    
    
    
}


._Multicast_ {
    padding: 22 / @px-unit;
    .behindSpan {
        padding: 5 / @px-unit;
    }
}

._SNMP_ {
    .subform {
        display: flex;
        justify-content: space-between;
        .box {
            width: 50%;
        }
    }
}



._GBServer_ {
    &.MainPage {
        
    }

    
    
    
    .LeftForm {
        width: 600 / @px-unit;
    }
    .visibility-hidden {
        visibility: hidden;
    }

    .offline-text {
        color: @status-error-fg-1-normal;
    }

    .online-text {
        color: @status-success-fg-1-normal;
    }

    &.AlarmSettingModal {
        .multi-wrap {
            display: flex;
            align-items: flex-end;
        }

        .chanel-begin-no {
            margin-left: 20 / @px-unit;
        }

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


._Videocalcalculation_ {
    
    
    

    .line-row {
        display: flex;
    }
}




._LeCheng_ {
    .step-text>span, .sn-code-title,.client-title {
        display: -webkit-box;          
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 2;        
        overflow: hidden;              
        text-overflow: ellipsis;      
    }
    .sn-code-title {
        -webkit-line-clamp: 1; 
    }
}




._RemotePassword_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._AlarmGroupManage_ {
    
    
    

    width: 100%;
    height: 100%;

    .line-row {
        display: flex;
    }
}



._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% - 42vh);
        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;
            }
        }
        .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;
        }
    }
}


._RemoteTableInfoModal_ {
    .RemoteTable {
        .remoteInfo-table {
            .ant-table-thead {
                display: none;
            }
        }
    }
}


._MoreSetModal_ {
    ._MidTitleDivider_ {
        margin-top: 0;
    }
}

.all-device-more-config-overlay {
    .menu-auto-set-h265 {
        height: 30 / @px-unit;
        display: flex;
        align-items: center;
    }
}

.ant-dropdown.all-device-more-config-overlay {
    border: 1 / @px-unit solid @neutral-stroke-3-normal;
    background: @neutral-bg-1-normal;
    .ant-dropdown-menu {
        background: @neutral-bg-1-normal;
    }
    .ant-dropdown-menu-submenu-expand-icon {
        top: 7 / @px-unit;
    }
}

.menu-auto-set-h265-overlay {
    .ant-dropdown-menu {
        border: 1 / @px-unit solid @neutral-stroke-3-normal;
        background: @neutral-bg-1-normal;
        .ant-dropdown-menu {
            background: @neutral-bg-1-normal;
        }
    }
    .menu-auto-set-h265-sub {
        display: flex;
        align-items: center;
        min-width: 120 / @px-unit;
        .hide {
            visibility: hidden;
        }
    }
}

.modify-device-result {
    .modify-ip-tip {
        display: inline-flex;
        align-items: center;
    }
}



._GBCertManage_ {
    .delete-icon {
        cursor: pointer;
        font-size: 2.5rem;
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: #f00 !important;
                    }
                }
            }
        }
    }
    .download-icon {
        cursor: pointer;
    }
    ._Table_ .ant-table-body {
        min-height: 350 / @px-unit;
    } 
}


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

._PhoneSetting_ {
    .container {
        display: flex;
        width: 100%;
    }
}


._TCPIP_ {
    width: 100%;
    .table-item {
        margin: 0;
        text-align: center;
        .delete-icon {
            cursor: pointer;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: #f00 !important;
                            opacity: 0.3 !important;
                        }
                    }
                }
            }
        }
    }
    
    .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;
}


._ChannelName_ {
    
    
    
    height: 100%;
    
    .ChannelList {
        height: calc(100% - @mainPagebottomH);
        overflow-y: auto;

        .gutter-row {
            margin-right: 80 / @px-unit;
        }
    }
}


._FourG_ {
    width: 100%;
    .Row{
        display: flex;
        align-items: center;
    }
    .wifi {
         svg path:nth-child(2){
             fill: #0293ff; 
        }
        &.s_05 {
            
            .svgOut(#0293ff);
        }
    }
    .ant-input-affix-wrapper-disabled {
        background-color: @neutral-bg-disabled;
    }
}



._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;
}

._PoeManage_{
    &.MainPage{
      
      
      height: auto !important;
    }
    .info-line {
        display: flex;
        align-items: center;
        margin-bottom: 10 / @px-unit;
        .linked {
          margin-right: 60 /@px-unit;
          .title{
            margin-right: 60/@px-unit;
          }
        }
      }
    .tips-panel {
        margin-top: 10 / @px-unit;
    }
    ._Table_ .ant-table-body {
      min-height: 450 / @px-unit;
    }  
}


._RealDisplay_{
    ._Table_ .ant-table-body{
        min-height: 240/@px-unit;
        .fail{
            color: @errorColor;
        }
        .ant-table-cell{
            word-break:break-all;
        }
    }
}

._Port_ {
    
    
    
    
    
}


._GBClient_ {
    &.MainPage {
        
    }

    .form-list {
        .left {
            width: 600 / @px-unit;
        }
    }
}

._AutoRegister_ {
    
    
    
    
    
    .online_bg {
        color: @status-success-fg-1-normal;
    }
    .offline_bg {
        color: @status-error-fg-1-normal;
    }
}



._AlarmHubNew_ {
    
    
    

    .line-row {
        display: flex;
    }
}


._ImageStream_ {
    .ImageMain {
        height: 740 /@px-unit;
    }
    .FlexLine{
        display: flex;
        .Second{
            margin-left: 10 / @px-unit;
        }
        .label-normal-behind {
            margin-left: 8 / @px-unit;
        }
    }
}
.ChannelGroup{
    .ant-checkbox-wrapper{
        width: 150 / @px-unit;
        margin-left: 5 / @px-unit;
    }
}


._UpgradeIpc_ {
    .DeviceUpgrade{
        margin-top: 8 / @px-unit;
    }
    .DeviceType {
        display: flex;
        justify-content: space-between;
        &_left {
            display: flex;
            gap: 10 / @px-unit;
        }
    }  
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
    
    .label-normal-wrapper.label-button{
        line-height: 0px;
    }
}
.UpgradeIPC_Attention{
    margin-top: 20 / @px-unit;
}


._IPSpeakerManage_ {
    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_,
    ._AddedDevice_ {
        padding: 0 16 / @px-unit 16 / @px-unit 16 / @px-unit;

        &.open {
            height: 40vh;
            min-height: 380px;
            overflow: hidden;
        }

        &.close {
            height: 60 / @px-unit;
            min-height: 60 / @px-unit;
            overflow: hidden;
        }

        &:not(.in-tab) {
            padding-top: 16 / @px-unit;

            &.close {
                height: 68 / @px-unit;
                min-height: 68 / @px-unit;
            }
        }

        ._Table_ {
            padding-top: 0;
        }

        
        .table-header-bar {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-right: 6 / @px-unit;

            &.device-title {
                color: @neutral-fg-1-normal;
                font-size: 18 / @px-unit;
                font-weight: 400;
                line-height: 26 / @px-unit;
            }

            &:not(.device-title) {
                height: 48 / @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;
                }
            }
        }

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

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

        
        .m-display-show {
            position: relative;
        }

        
        .show-login-password {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: flex-start;
            .password-title {
                
                margin-right: 4 / @px-unit;
            }
        }
    }

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

        .bindChannels-text {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }
    }
}


._IPSpeakerManage_DeviceModal_ {
    .form-panel {
        display: flex;
        flex-wrap: wrap;

        .col-12 {
            width: 50%;

            &:nth-child(even) {
                .label-div-Container {
                    display: flex;
                    justify-content: flex-end;
                }
            }
        }

        .label-normal-container {
            & > div:last-child {
                clear: both;
            }
        }
    }

    .modal-table {
        margin-bottom: 24 / @px-unit;
    }

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


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



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

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




._P2P_ {
    .step-text>span, .sn-code-title,.client-title {
        display: -webkit-box;          
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 2;        
        overflow: hidden;              
        text-overflow: ellipsis;      
    }
    .sn-code-title {
        -webkit-line-clamp: 1; 
    }
}

.modal-button {
    button {
        width: 100%;
    }
}




._GAVI_ {
    .same-line {
        display: flex;
        align-items: center;
        .label-div-Container {
            margin-right: 30/@px-unit !important;
        }
    }
    .check-box-group {
        .sdd-checkboxGroup-container {
            .ant-checkbox-group {
                display: flex;
                .ant-checkbox-wrapper {
                    margin-right: 30/@px-unit !important;
                }
            }
        }
    }
    .online {
        color: @status-success-fg-1-normal;
    }
    .offline {
        color: @status-error-fg-1-normal;
    }
}


._BPSLimit_{
    padding: 20 / @px-unit;
}

._VideoStream_ {
    width: 100%;

    .content-container {
        height: calc(100% - @mainPagebottomH);
    }

    .stream-content {
        display: flex;
        .stream-card {
            flex: 1;
        }
        .card-content {
            padding: 16/@px-unit 0 16/@px-unit 16/@px-unit;
        }
    }
    .label-normal-container {
        padding-top:5 / @px-unit  !important;
        padding-bottom: 5  / @px-unit !important;
    }

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
   
}


._RegionOfInterest_ {
    .form-head {
        display: flex;
        .form-head-right {
            margin-left: 30/@px-unit;
            margin-bottom: 20/@px-unit;
        }
    }
    .roi_ocx {
        
        transform-origin: left top;
    }
}


._AlarmCenter_ {
    .divider {
        margin: 5 / @px-unit 0;
    }
}
._Email_ {
    
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 75px !important;
    .ant-divider-horizontal {
        margin: 5px 0;
    }
    .isHidden {
        display: none;
    }
}

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

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