    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}

.WinPreview {   
    .WinPreview_ocx {
        background-color: @iconBgColor;
        height: 285/@px-unit;
        img {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
        }
        &_ocx {
            width: 100%;
            height: 100%;
        }
    }
    &_footer{
        position: relative;
        top: 0;
        background-color: @winpreview_footer_Bg;
        padding: 0 10/@px-unit;
        flex-direction: row-reverse;
        align-items: center;
        .sub_footer {
            height: 40/@px-unit;
            display: flex;
            align-items: center;
        }
        .footer_control {
            flex:1;
            span {
                padding: 0 10/@px-unit;
                width: 90/@px-unit;
            }
            .control_slider,.ant-slider-disabled{
                flex:1;
                position: relative;
                margin:0!important;
                line-height: 12/@px-unit;
                .ant-slider-rail {
                    background-color: @sliderBgN !important;
                    height: 3/@px-unit;
                }
                .ant-slider-handle{
                    width: 8/@px-unit!important;
                    height: 8/@px-unit!important;
                    margin-top: -3/@px-unit;
                    border-radius: 0;
                }
            }
        }
        .footer_button {
            justify-content: space-between;
            .footer_icon {
                display: flex;
                padding: 0 10/@px-unit;
                justify-content: flex-start;
                }
                .cus_icons{
                    .svgOut(.color_N(@winpreview_footer_Bg)[]);
                    &.disabled_icons{
                        .svgDisabled(.color_D(@winpreview_footer_Bg)[]);
                    }
                }
                span {
                    display: inline-block;
                    width:35/@px-unit;
                }
                .activeButton {
                    .svgOut(@current);
                }
            .timePeriods {
                display: flex;
                justify-content: center;
                align-items: center;
                .timeButton {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor:pointer;
                    width: 34/@px-unit;
                    height: 22/@px-unit;
                    box-sizing: content-box;
                    border-radius: 5/@px-unit;
                    background-color: @buttonNormalBgN;
                    padding: 2/@px-unit 2/@px-unit;
                    margin: 0 2/@px-unit;
                    font-size: 13/@px-unit;
                    color: .color_N(@buttonNormalBgN)[];
                }
                .activeButton {
                    background-color: @current;
                    border: 0;
                    color: .color_N(@current)[];
                }
            }
        }
    }
}

@length :46/@px-unit;
@close :34/@px-unit;
.WinPreviewWarp {
    overflow: hidden;
    // DTS003699646	【NVR4X-EI】【P3】【WEB】【配套】MD2.0搜索结果中，点击播放按钮，弹窗中的时间显示不正确
    .ant-modal {
        // 不能相对rem
        width: 472px !important;
    }
    .ant-modal-close {
        width: @length;
        height: @length;
        .ant-modal-close-x{
            width: @length;
            height: @length; 
            line-height: @length;
        }
    }
    .ant-modal-header {
        padding: 12/@px-unit;
        .ant-modal-title {
            width: calc(~"100% - @{close}");
            height: 22/@px-unit;
            overflow: hidden;
            .TransparentTitle {
                color: @MenuViewBg;
            }
            .NormalTitle {
                color: .color_N(@modalTitleBg)[];
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
        }
    }
    .ant-modal-body {
        padding: 0;
        .WinPreview {
            padding: 0 !important;
        }
    }
    .ant-modal-footer {
        display: none;
    }
}

._AudioDetection_ {
    height: calc(100% - 66px);
    overflow-y: auto;
}


.flex-container {
    display: flex;
    width: 100%;

    .flex-item {
        flex: 1;
        text-align: center;
    }
}

.flex-checkbox-container {
    display: flex;
    width: 100%;
    justify-content: space-around;

    .flex-checkbox-item {
        flex: 1;
        text-align: center;
    }
}

.paging-container {
    height: 40px;
    margin-top: 20px;
    margin-left: 500px;

    .paging-text {
        display: inline-block;
        width: 200px;
        height: 40px;
        text-align: center;
    }

    .paging-icon {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }
}


._AlarmInfo_{
    .period {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .table {
        min-height: 440px;
        .ant-table {
            min-height: 440px !important;
        }
        .ant-empty-normal {
            margin-top: 140px;
        }
        .table-header {
            text-align: center;
            user-select: none;
        }
        .table-icon {
            cursor: pointer;
        }
    }
    .table-text {
        position: absolute;
        right: 1.14285714rem;
        transform: translateY(-50px);
    }
    .backup {
        position: absolute;
        width: 100px;
        right: 1.14285714rem;
    }
}

.detail-table {
    border: 1px solid @tableBorderN;

    .detail-list-item {
        display: flex;
        color: @tableTextN;
        border: none !important;
    
        &:hover {
            color: @tableTextA;
        }
        .detail-key {
            width: 30%;
            text-align: center;
        }
        .detail-val {
            width: 70%;
            text-align: center;
        }
        p {
            margin: 0;
        }
    }
    .detail-list-item-odd {
        background-color: @tableEvenBgN;
    }
    .detail-list-item-even {
        background-color: @tableOddBgN;;
    }
}

.detail-footer {
    display: flex;
    justify-content: space-between;
}




.manage-table-icon-wrapper {
    .manage-grid-errorIcon {
        .svgOut(@errorColor);
        .svgFont(20);
    }
    .manage-grid-successIcon {
        .svgOut(@successColor);
        .svgFont(20);
    }
}
._AlarmBox_ {
    .container_left {
        width: 480 / @px-unit;
    }
}



._ExtendedIn_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    width: 100%;
    //`_${_name_}_`
    .onlineIcon {
        .svgOut(@successColor);
        .svgFont(20);
    }
    .offlineIcon {
        .svgOut(@warningColor);
        .svgFont(20);
    }
    .tag_BtnDiv {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .tag_RightBtnDiv {
        display: flex;
        flex-direction: row;
    }
    .save_Btn {
        margin-right: 10 / @px-unit;
    }
}


._IpcExtAlarm_ {
    &line {
        display: flex;
    }
    .container_left {
        width: 576 / @px-unit;
    }
}

._LocalAlarm_ {
    .container_left {
        width: 480 / @px-unit;
    }
}


._AlarmSiren_behind_btn {
    .label-div-Container {
        .label-normal-container {
            padding: 0 !important;
        }
    }
}



._AlarmSubscription_ {
    display: flex;

    .form {
        width: 40%;
        .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            .checkbox {
                width: 50%;
                .label-normal-container {
                    width: 100%;
                    .label-normal-behind {
                        width: auto !important;
                    }
                }
            }
        }

        .audio {
            width: auto !important;
        }
    }

    .table {
        width: 50%;
    }

    .fileButton{
        width: 100/@px-unit;
        height: 32/@px-unit;
        text-align: center;
        line-height: 24/@px-unit;
        max-width: 150/@px-unit;
        min-width: 100/@px-unit;
        padding: 4/@px-unit 4/@px-unit;
        cursor: pointer;
    }
    .fb_active{
        border: 1px solid @pageBorderN;
        color:@pageTextN;
        &:hover{
            color:@pageTextA;
        }
    }

    .fb_disabled {
        border: 1px solid @iconColorD;
        color:@iconColorD;
        background-color: @buttonNormalBgN;
        cursor: default;
    }
    .fileInput{
        display: none;
    }
}


._Disarming_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
}
.chn_div{
    display: flex;
}

.subtitle {
    margin: 0;
    font-weight: bold;
    color: #fff;
}


._PIRAlarm_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    ._checkbox_pad_ {
        padding-left: 186 / @px-unit;
    }
}

._SceneChange_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

._VideoBlind_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    &line {
        display: flex;
    }
}

._VideoLoss_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}


._VideoMotion_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    &line {
        display: flex;
    }
    .container_left {
        width: 480 / @px-unit;
    }
}

.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;
    }
}

.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;

        .label {
            width: 5.5rem !important;
        }

        .wrapped {
            width: auto !important;
            padding-top: 5px;
        }

        .label-wrapper {
            // width: 13.5714rem !important;
            transform: translateY(-1px);
            .labelSlider{
                .labelSlider-center{
                    margin-left: 0;
                }
            }
        }

        .label-behind {
            position: absolute;
            right: 45px;
        }

        .label-div-Container {
            width: 350px;
        }

        .area {
            width: 22px;
            height: 22px;
            cursor: pointer;
        }

        .selected {
            border: 3px solid #13161b;
        }
    }
}


._AudioOut_MainPage {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 30 / @px-unit; //为了不eslint告警写一个
    .title_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            /* display: inline-block; */
        }
    }
    .content_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            /* display: inline-block; */
        }
    }
    .ant-picker .ant-picker-input input {
        width: 100 / @px-unit;
    }
}


.AudioFileList {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 30 / @px-unit; //为了不eslint告警写一个
    .select_box {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 40 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 190 / @px-unit;
    }
}
.file-modal {
    width: 360 / @px-unit !important;
    .file_alarm {
        text-align: center;
    }
}


._Backup_ {
    ._BackupSelector_ {
        ._BackupSelector_fistline,
        ._BackupSelector_secondline ,
        ._BackupSelector_thirdline ,
        ._BackupSelector_fourline  {
            display: flex;
            ._BackupSelector_formatbutton,
            ._BackupSelector_scanbutton,
            ._BackupSelector_typeselect,
            ._BackupSelector_streamtypeselect {
                margin-left: 30/@px-unit;
            }
            ._BackupSelector_diskSize {
                margin-left: 40/@px-unit;
                width: 300 / @px-unit;
            }
        }
        ._BackupSelector_button {
            width: 100%;
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }
    ._BackupGrid_ {
        ._Table_ {
            margin-bottom: 25/@px-unit;
        }
        ._Table_ .ant-table-body {
            min-height: 290 / @px-unit;
            tbody {
                .ant-table-row {
                    &.ant-table-row-selected {
                        td {
                            background: transparent;
                        }
                    }
                    .ant-table-cell {
                        &.ant-table-column-sort {
                            background: transparent;
                        }
                    }
                }
            }            
        }        
        .fileType_blank {
            display: inline-block;
            width: 8/@px-unit;
            height: 8/@px-unit;
            margin-right: 10/@px-unit;
        }
        .fileType_general {
            background: @general;
        }
        .fileType_detect {
            background: @detect;
        }
        .fileType_alarm {
            background: @alarm;
        }
        .fileType_detectAlarm {
            background: @detectalarm;
        }
        .fileType_ivs {
            background: @ivs;
        }
        .fileType_pos {
            background: @pos;
        }
        .fileType_jpg {
            background: @jpg;
        }
        .fileType_card {
            background: @card;
        }
        ._BackupGrid_button {
            width: 100%;
            .label-div-Container {
                margin-top: -10/@px-unit;
            }
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
            ._BackupGrid_capacity {
                margin-left: 140/@px-unit;
                text-align: right;
            }
            ._BackupGrid_process {
                display: flex;
                width: 70%;
                ._BackupGrid_timebackupTip {
                    width: 250/@px-unit;
                }
            }
        }
    }
}
._BackupSelector_formatModal {
    ._BackupSelector_formatTip,
    ._BackupSelector_formatType {
        width: 100%;
        .label-normal-wrapper {
            width: 100% !important;
            text-align: center;
        }
        .ant-radio {
            top: 0;
        }
        .ant-radio-wrapper:first-child .ant-radio{
            left: 2px;
        }
    }
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }
}
._BackupPopUpFile_Modal {
    width: 1200/@px-unit !important;
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
        td.ant-table-column-sort {
            background: transparent;
        }
    }
}

._BackupWarterMark_Modal {
    width: 900/@px-unit !important;
    height: 650/@px-unit !important;
    ._BackupWarterMark_fistline,
    ._BackupWarterMark_secondline,
    ._BackupWarterMark_thirdline {
        display: flex;
        ._BackupWarterMark_fileaddress,
        ._BackupWarterMark_progress {        
            margin-left: 30/@px-unit;
            width: 600/@px-unit !important;
        }
        ._BackupWarterMark_wartermarkinfo {
            textarea {
                resize: none;
            }
            .label-normal {
                margin-left: 6/@px-unit;
                width: 125/@px-unit !important;
            }
            .label-normal-wrapper {
                width: 600/@px-unit !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 350 / @px-unit;
    }  
}


._ImageAttr_{
   
    .label-normal-behind {
        .EQ-label-slider-behind {
            display: flex;
        }
    }
}


._ImageAttr_{
    // Tabs 样式覆盖
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab{
        padding: 0 5/@px-unit 0 0;
    }
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab{
        margin:5/@px-unit 0 0 0;
    }
    .ant-tabs-left{
        margin-left: -10/@px-unit;
    }

    //时间选择
    .ant-picker{
        width: 127/@px-unit;
    }
    .label-normal-behind {
        /* 自动聚焦 slider的behind auto导致后面组件内容没对齐 */
        min-width: 25/@px-unit !important;
        /* 补光灯的灯光延迟后面的behind比较长会显示不全 */
        width: auto;
    }
    *:focus{
        outline-width: 0px; //在谷歌下点击右侧内容会增加蓝色的选中样式（谷歌浏览器focus的特殊处理，在这里进行覆盖）
    }
    .ant-tabs-content-holder{
        min-height: 250/@px-unit;
    }
    // 窄屏下图像属性界面异常，会换行
    .ant-spin-container {
        .ant-row {
            flex-flow: row nowrap;
        }
    }
}
._SideView_{
    ._ImageAttr_{
        .ant-tabs-nav .ant-tabs-tab-btn{
            min-width:auto;
            padding-left:10/@px-unit;
            width: 188/@px-unit;
            height: 36/@px-unit;
            text-align: left;
            border: 0/@px-unit;
            line-height: 36/@px-unit;
            background-color: inherit;
        }
        /* tab 禁用后的颜色调整 */
        .ant-tabs-nav .ant-tabs-tab-disabled .ant-tabs-tab-btn{
            color: @pageTextD;
        }
    }
}

._ChannelName_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    height: 100%;
    //`_${_name_}_`
    .ChannelList {
        height: 90%;
        overflow-y: auto;

        .gutter-row {
            padding: 0 10px;
        }
    }
}

._EncodeEnhancement_ {
    height: calc(100% - 66px);
    overflow-y: auto;
    .fullsize {
        span {
            color: @pageTextN;
        }
    }
    &table{
        width: 1000/@px-unit;
    }
    &tip{
        width: 1000/@px-unit;
    }
}

.copy-modal__wrap{
    max-height: 400 / @px-unit;
    overflow: hidden;
    overflow-y: scroll;
}

.copy-modal__item{
    display: flex;
    flex-wrap: wrap;
}


.stream-card {
    width: 450 / @px-unit;
    // height: 620 / @px-unit;
    border: 1px solid @tableBorderN;

    .card-title {
        padding: 0 5 / @px-unit;
        height: 35 / @px-unit;
        line-height: 35 / @px-unit;
        background-color: @topTabBgA;
        font-weight: bold;
        color: .color_N(@topTabBgA) [];
        font-size: 13px;
    }
    .card-content {
        padding: 0 15 / @px-unit;
    }
    .card-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


._VideoStream_ {
    width: 100%;

    .stream-content {
        display: flex;
    }
    .label-normal-container {
        padding-top:5 / @px-unit  !important;
        padding-bottom: 5  / @px-unit !important;
    }

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
   
}



@IEBrowerColor: @current;
._RemoteDevice_ {
    width: 100%;
    ._AllDevice_ {
        .all-device-upper {
            display: flex;
            justify-content: space-between;
            .upper-left {
                display: flex;
                align-items: center;
                line-height: 48/@px-unit;
                .IPSegments-wraper {
                    margin-left: 52/@px-unit !important;
                }
            }
            .upper-right {
                display: flex;
                align-items: center;
            }
        }
        .all-device-table {
            .table-header-bar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                .header-left {
                    flex-grow: 1;
                }
                .header-right {
                    flex-shrink: 0;
                }
                .ant-tabs {
                    .ant-tabs-nav {
                        &::before {
                            content: none;
                        }
                        .ant-tabs-tab:not(:first-of-type) {
                            margin-left: 20/@px-unit;
                        }
                        .ant-tabs-tab-btn {
                            height: 40/@px-unit;
                            line-height: 40/@px-unit;
                            padding: 0 8/@px-unit;
                            text-align: center;
                            min-width: 118/@px-unit;
                            width: auto;
                        }
                    }
                }
            }
            .table-bottom-bar1 {
                display: flex;
                justify-content: space-between;
                line-height: 32/@px-unit;
                // padding: 8/@px-unit 0;
            }

            .table-bottom-bar2 {
                display: flex;
                line-height: 32/@px-unit;
                // padding: 8/@px-unit 0;
            }
        }
    }
    ._AddedDevice_ {
        .table-header-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 64/@px-unit;
            .ant-tabs {
                .ant-tabs-nav {
                    &::before {
                        content: none;
                    }
                    .ant-tabs-tab:not(:first-of-type) {
                        margin-left: 20/@px-unit;
                    }
                    .ant-tabs-tab-btn {
                        height: 40/@px-unit;
                        line-height: 40/@px-unit;
                        padding: 0 8/@px-unit;
                        text-align: center;
                        min-width: 118/@px-unit;
                        width: auto;
                    }
                }
            }
        }
        .blueIEBrowser {
            .svgOut(@IEBrowerColor);
        }
        .table-bottom-bar {
            display: flex;
            line-height: 48/@px-unit;
            // padding: 8/@px-unit 0;
        }
        .manage-table-icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        ._Table_ .ant-table-body {
            min-height: 180 / @px-unit;
        }
    }

    .remoteDevice-table {
        ._Table_ .ant-table-body {
            min-height: 180 / @px-unit;
        } 
    }
    .grid-successIcon {
        .svgOut(@successIcon);
    }
    .grid-wifiIcon {
        .svgOut(@current)
    }
    .grid-errorIcon {
        .svgOut(@errorIcon)
    }
    .grid-unInitIcon {
        .svgOut(@warningColor)
    }
    .manage-grid-unInitIcon {
        .svgOut(@warningColor);
        .svgFont(20);
    }
    .manage-grid-errorIcon {
        .svgOut(@errorIcon);
        .svgFont(20);
    }
    .manage-grid-successIcon {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .grid-deleteIcon {
        .svgHover(@errorColor)
    }
    .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: @errorColor;
        }
    }
    .modify-labelInputNumber {
        .ant-input-number {
            width: 100%;
        }
    }
}
._ZDChannelGroupModal_ {
    display: flex;
    flex-wrap: wrap;
    .checkbox {
        display: inline-block;
    }
    .label {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }
    .chn_btn.ant-btn {
        color: @buttonNormalTextN;
        background-color: transparent;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 5px;
        text-align: center;
        &.selected {
            color: @buttonNormalTextA;
            border-color: @formInputBgA;
            &:focus {
                color: @buttonNormalTextA;
                border-color: @formInputBgA;
            }
        }
        &.allbtn {
            font-size: 10px;
        }
        &[disabled] {
            opacity: .5;
            &:hover,
            &:active,
            &.active{
                opacity: .5;
            }
        
        }
    }

}

._RemoteDevInit_ {
    .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;
    } 
}

.__useModeErrorModal__ {
    .ant-modal-body {
        height: 260/@px-unit;
    }
}
.remote-init-failed-table {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}

.IPSegments_modal {
    width: 560/@px-unit !important;
    .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;
        }
    }
}


._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;
    }
}
.CheckAll{
    margin-left: 5 / @px-unit;
    .ant-checkbox-indeterminate{
        .ant-checkbox-inner{
            border-color: @current;
        }
    }
}



._PoeManage_{
    .online {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .offline {
        .svgOut(@errorIcon);
        .svgFont(20);
    }
    .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;
    }  
}



._PtzConfig_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
}


._UpgradeIpc_ {
    .DeviceUpgrade{
        float: left;
        margin-top: 8 / @px-unit;
    }
    .DeviceType {
        float: right;
    }
    .onlineIcon {
        .svgOut(@successColor);
        .svgFont(20);
    }
    .offlineIcon {
        .svgOut(@warningColor);
        .svgFont(20);
    }
    .errorIcon {
        .svgOut(@errorColor);
        .svgFont(20);
    }
    .LeftButton{
        float: left;
    }
    .RightButton{
        float: right;
        margin-left: 10 / @px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
    //ie11 设置lineHeight后表格的按钮靠上了， 去掉不影响高度
    .label-normal-wrapper.label-button{
        line-height: 0px;
    }
}
.UpgradeIPC_Attention{
    margin-top: 20 / @px-unit;
}

._OSD_ {
    overflow-y: hidden !important;
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中

    &.MainPage .ant-spin-container{
        display: flex;
        // flex-direction: row;
    }

    &plugin {
        .ptz_container {
            display: flex;

            .step_zoom_container {
                display: flex;
                flex-direction: column;
                justify-content: center;

                ._PtzZoom_ {
                    width: 80%;
                }
            }
        }
    }

    &config {
        margin: 0 20/@px-unit;
        overflow-y:auto;

        .title {
            display: flex;
            justify-content: space-between;
            // width: 410/@px-unit;

            &_checkbox {
                flex: 2;
                &.use_switch .label-normal {
                    float: right;
                    margin-left: 15/@px-unit;
                }
            }

            .setting_button {
                flex: 1;
                display: flex;
                justify-content: flex-end;
            }
        }

        .show_extend {
            display: flex;
        }
        .cover_zone_container {
            display: flex;
            .label-normal-wrapper {
                width: auto !important;
                // max-width: unset;
                min-width: auto;
            }
        }

        

        .cover_zone {
            width: 30/@px-unit;
            height: 30/@px-unit;
            padding: 0;
            margin: 5/@px-unit;
    
            &.selected {
                color: @buttonNormalTextA !important;
                border-color: @formInputBgA !important;
    
                &:focus {
                    color: @buttonNormalTextA !important;
                    border-color: @formInputBgA !important;
                }
            }
    
            &[disabled] {
                opacity: .5;
                &:hover,
                &:active,
                &.active{
                    opacity: .5;
                }
            }
        }

        // .osd-cover-border-color {
        //     color: #FBBE16
        // }

        .privacy_mask {
            display: flex;
            justify-content: space-between;
            // width: 410/@px-unit;
        }

        .color_picker {
            &_button {
                display: inline-block;
                cursor: pointer;
                width: 50/@px-unit;
                display: flex;
                align-items: center;
                justify-content: center;

                svg {
                    width: 10/@px-unit;
                    height: 10/@px-unit;
                    margin-top: 5/@px-unit;
                    margin-left: 6/@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;
            }
        }

        &_exceptch {
            // overflow-y: scroll;
            max-height: 660/@px-unit;
            min-height: 400/@px-unit;
            padding-right: 60/@px-unit;
            > div:first-child {
                display: inline-block;
            }
        }
    }

    &table {

        .ant-table-container {
            width: 550/@px-unit !important;
        }
        .editable-cell-value-wrap {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: normal;
        }

        .label-normal-wrapper {
            width: auto !important;
            min-width: auto;
        }
    }
}


._ClusterCommonModule_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    //`_${_name_}_`
    .info_table ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
    .clusterModal ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
}

.clusterControl {
    display: flex;
    .open {
        padding-right: 20 / @px-unit !important;
    }
}

._ClusterDevice_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    //`_${_name_}_`
}

.ClusterLog_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 290/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
    .ant-modal-footer{
        height: 53 / @px-unit;
        .ClusterLog_detailButton{
            display: flex;
            justify-content: space-between;
            .ClusterLog_btnLeft {
                display: flex;
                float: left;
            }
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
}
.ClusterLog_timePicker {
    display: flex;
    justify-content: space-between;
    .ClusterLog_datePicker {
        display: flex;
        .ClusterLog_right {
            margin-left: 20 / @px-unit;
        }
    }
}



._RecordBack_ {
    padding-top: inherit;
    .editable-cell-value-wrap {
        height: auto;
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    }
}
.recordinfo-footer-btn {
    display: inline-block;
    .label-div-Container {
        display: inline-block;
        &:first-child {
            margin-right: 10 /@px-unit;
        }
    }
}

.record-device-info, .record-device-info {
    display: flex;
    .label-normal-wrapper {
        width: 150/@px-unit !important;
    }
}
.recordBackModal {
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
}

.BottomItem{
    // margin-top: 105 / @px-unit; /* 分割线下移 */
    position: relative;
    top: 25vh;
    .dividerLine{
        height: 1 / @px-unit;
        width: 95%;
        margin-left: 2vw;
        background: @MenuViewDivideLine;
    }
    .ConfigTitle{
        font-size: 1.2rem;
        margin-top: 50 / @px-unit;
        font-weight: bold;
        margin-left: 2vw;
    }
    .ItemsWrap {
        display: flex;
        flex-wrap: wrap;
    }
    .Items{
        display: flex;
        flex: 1;
        margin-top: 2vh;
        margin-left: 2vw;
        cursor: pointer;
        .BottomText{
            margin-top: 3 / @px-unit;
            margin-left: 10 / @px-unit;
        }
    }
    .Items:hover{
        color: @--primary-5;
        svg path{
            fill: @--primary-5;
        }
    }
    .home_BottomMenu{
        .svgOut(@pageTextN);
    }
}
.BottomItemTip {
    word-break: break-word;
}






.header-HelpAlarm {
    cursor: pointer;
    &:hover {
        .svgHover(@homeTaskIconColorA);
    }
}




.header-homeBack{
    cursor: pointer;
    &:hover{
        .svgHover(@homeTaskIconColorA);
    }
}


.languageDropMenu {
    min-width: 130/@px-unit !important;
}
/* 按钮样式 */
.task_languageBtn{
    min-width:50/@px-unit ;
    .cus_icons{
        .svgHover(@homeTaskIconColorA);
    }
}
.task_languageBtn:hover{
    .cus_icons{
        .svgOut(@homeTaskIconColorA);
    }
}

.LanguageButtons {
    .language {
        background-color: #007A0C !important;
        color: white !important;
    }
    .label-normal-container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    width: 210 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        //这里是要单独为IE11设置的样式
        /* ie11 下按钮不居中的问题 */
        margin-top: 11 / @px-unit;
    }
}

.live {
   .liveBtn {
        .label-normal-container {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
        background-color: red !important;
        color: white !important;
    } 
    margin-left: 8 / @px-unit;
    margin-right: 8 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        //这里是要单独为IE11设置的样式
        /* ie11 下按钮不居中的问题 */
        margin-top: 11 / @px-unit;
    }
}


.cursor {
    cursor: pointer;
    &:hover {
        color: @navMenuTextA;
    }
}


._MenuView_ {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    &.bgImage {
        background-image: url('/static/media/@{themeMainImage}.jpg');
    }
    .MenuView-Carousel{
        color: @MenuViewItemTitleTextN;
        width: 95%;
        height: 95%;
        position: absolute;
        top: 4vh;
        // margin-top: -300/@px-unit;
        margin-left: 3%;
        background-color: @MenuViewBg;
    }
    .MenuView-Carousel-Page {
        padding: 5vh 1vw;
    }
    .ant-card {
        background-color: inherit;
        color: @MenuViewItemTitleTextN;
        cursor: pointer;
    }
    .ant-card-grid {
        box-shadow: none;
        padding: 1vw;
    }
    .ant-card-grid-hoverable:hover {
        position: relative;
        z-index: 1;
        color: @MenuViewItemTitleTextA;
        box-shadow: 0 0px 8px @MenuViewItemShadowA;
        .ViewItem-CardItem-Message {
            color: @MenuViewItemContentTextA;
        }
        background-color:@MenuViewBgA !important;
    }
    .ant-image-img {
      width: 7.5vw;
    }
    .ViewItem-CardItem {
        height: 22vh;
        .ViewItem-CardItem-Row{
            height: 100%;
        }
    }
    .ViewItem-CardItem-Icon {
        font-size: 0;
        font-weight: bold;
    }
    .ViewItem-CardItem-Title {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .ViewItem-CardItem-Message {
        font-size: 1.1rem;
        color: @MenuViewItemContentTextN;
    }
    .pageContain {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 57vh;
        left: 41vw;
        .label-normal-wrapper{
            height: 44/@px-unit;
        }
    }
    .pagination {
        z-index: 20;
        width: 100%;
        text-align: center;
    }
    .swiper-pagination-switch {
        position: relative;
        display: inline-block;
        width: 12/@px-unit;
        height: 12/@px-unit;
        border-radius: 50%;
        background: @MenuViewPageSwitchSvgN !important;
        margin: -1/@px-unit 10/@px-unit;
        border: transparent;
        cursor: pointer;
    }
    .swiper-active-switch {
        width: 16/@px-unit;
        height: 16/@px-unit;
        margin: -2/@px-unit 10/@px-unit;
        background: @MenuViewPageSwitchSvgA !important;
    }
    .swiper-button {
        font-weight: bold;
        z-index: 20;
        &.prev {
            &:hover {
                color: @MenuViewPageSwitchSvgA;
            }
        }
        &.next {
            &:hover {
                color: @MenuViewPageSwitchSvgA;
            }
        }
        &[disabled], &[disabled]:hover{
            .cus_icons{
                .svgDisabled(@MenuViewPageSwiperSvgD); // 箭头禁用
            }        
        }
        &:not([disabled]){
            .cus_icons{
                .svgOut(@MenuViewPageSwiperSvgN);
            }
        }
    }

    //主页—ICON相关
    [class*="m-h-icon"] {
        display: inline-block;
        width: 80/@px-unit;
        height: 80/@px-unit;
    }
}

.swiper-container {
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
    position:relative;
    margin-top: -10px;
	width:100%;
	height: 42vh !important;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	height: 42vh !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}



.home_settingBtn{
    .cus_icons{
        .svgHover(@homeTaskIconColorA);
        margin: 0 15/@px-unit !important;
    }
}

.home_settingBtn:hover{
    .cus_icons{
        .svgOut(@homeTaskIconColorA);
    }
}



.side-button {
    background-color: transparent;
    border: none;
    outline: none;
}

.sideMenu {
    .ant-menu {
        &:not(.ant-menu-horizontal) .ant-menu-item-selected {
            background-color: @SideMenuItemBg;
            color: @SideMenuTextA;

            a {
                color: @SideMenuTextN;
            }
        }

        &.sideMenuBody {
            height: calc(100vh - @navMenuHeight);
            @media screen and (max-width: 1280px) {
                height: calc(100vh - @navMenuAddScrollHeight);
            }
            border-right: 1px solid @BottomBarBorder !important;
            background-color: @SideMenuBg;
            color: @SideMenuTextN;

            &.ant-menu-inline {
                //不包含子菜单
                .ant-menu-item {
                    // margin-left: 10/@px-unit;
                    margin-top: 0;
                    margin-bottom: 0;
                    width: calc(100%);
                    height: 50px;
                    line-height: 50px;

                    &::after {
                        border-right: none;
                    }
                    .anticon {
                        &.cus_icons {
                            left: 2 / @px-unit;
                            visibility: hidden;
                            position: relative;
                            top: 6 / @px-unit;
                            .svgFont(25);
                            .svgOut();
                        }
                    }

                    a {
                        margin-left: 15 / @px-unit;
                        font-size: 16 / @px-unit;
                        display: inline !important;
                        color: @SideMenuTextN;
                    }
                    &:active {
                        background: transparent;
                    }
                    &:hover {
                        color: @SideMenuTextA;

                        a {
                            color: @SideMenuTextA;
                        }
                    }

                    &.ant-menu-item-selected {
                        a {
                            color: @SideMenuItemSelectTextA;
                        }
                        .anticon {
                            &.cus_icons {
                                visibility: visible;
                                .svgOut(@SideMenuItemSelectSvgA);
                            }
                        }
                    }
                    .infoBadge {
                        float: right;
                    }
                }