        &_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;
    }
}


.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;
    }
}

//导航条头部Headez整体样式
.header-contain {
    height: @navMenuHeight;
    background-color: @navBg;
    color: @navMenuTextN;
    z-index: 1000;
    // min-width: 1280px;
    border-bottom: 1px solid @navMenuBorderN;
    .header-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 0.5rem;
        height: @navMenuLineHeight;
        > span:first-child {
            min-width: 220 / @px-unit;
        }
        .headerDivider {
            height: @navMenuLineHeight;
            top: 0;
            margin: 0 0.5rem;
        }
    }
}

// 桌面除了导航条部分的内容
.homaMain-contain {
    height: calc(100vh - @navMenuHeight);
    // min-width: 1280px;
    position: absolute;
    width: 100%;
    // min-height: 800px;
}

.MainPageTip {
    text-align: center;
}

.PasswordExpired {
    .PasswordExpiredTip {
        display: flex;
        .cus_icons:not(.disabled_icons) svg path:first-child {
            fill: @warningColor;
        }
        .Tip {
            margin-left: 5 / @px-unit;
            margin-top: 5 / @px-unit;
        }
    }
    .PasswordNoTip {
        margin-left: 10 / @px-unit;
    }
}

.HomeQRCode {
    display: flex;
    justify-content: space-around;
    .QRCode {
        width: 212 / @px-unit;
        height: 212 / @px-unit;
        padding: 10 / @px-unit;
        background-color: @formInputTextN;
        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;
    }
}

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


.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;
        }
    }
    .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 - 36px);
            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: @current;
                        }
                        .anticon {
                            &.cus_icons {
                                visibility: visible;
                                .svgOut(@SideMenuItemSelectSvgA);
                            }
                        }
                    }
                    .infoBadge {
                        float: right;
                    }
                }

                //包含子菜单
                .ant-menu-submenu {
                    //normal状态
                    .ant-menu-submenu-title {
                        margin-top: 0;
                        margin-bottom: 0;
                        height: 50 / @px-unit;
                        line-height: 50 / @px-unit;

                        span {
                            font-size: 16 / @px-unit;
                            color: @SideMenuTextN;
                        }
                        &:active {
                            background: transparent;
                        }
                        .ant-menu-submenu-arrow {
                            &::before,
                            &::after {
                                background: @mainPageSvgN;
                            }
                        }
                        .anticon {
                            &.cus_icons {
                                position: relative;
                                top: 5 / @px-unit;
                                .svgFont();
                                &.placeholder {
                                    visibility: hidden;
                                }
                            }
                        }
                    }

                    //open状态，图标字体箭头均改变
                    &.ant-menu-submenu-open {
                        .ant-menu-submenu-title {
                            span {
                                // font-size: 16/@px-unit;
                                color: @SideMenuTextA;
                            }

                            .ant-menu-submenu-arrow {
                                &::before,
                                &::after {
                                    background: @SideMenuArrowSvgA;
                                }
                            }
                            /* 子菜单模块图标 */
                            .cus_icons {
                                .svgOut(
                                    @MenuViewSubItemSvgA,
                                    @MenuViewSubItemSvgA,
                                    @MenuViewSubItemSvgA
                                );
                            }
                        }
                    }

                    //open状态hover不需要更改，非open状态hover需要更换色值（仅字体色改变）
                    &:hover:not(.ant-menu-submenu-open) {
                        .ant-menu-submenu-title {
                            span {
                                color: @SideMenuTextA;

                                /* i {
                                    color: @mainPageSvgN
                                } */
                            }
                        }
                    }

                    .ant-menu-item {
                        padding-left: 24px !important;
                        &.ant-menu-item-selected {
                            .anticon {
                                &.cus_icons {
                                    visibility: visible;
                                }
                            }
                        }

                        &:hover:not(.ant-menu-item-selected) {
                            a {
                                color: @SideMenuTextA;
                            }
                        }
                    }
                    //子菜单
                    .ant-menu-sub {
                        background-color: @setUpContentBg;
                        width: 99.5% !important;
                    }
                }
            }
        }
    }
}


._SideView_ {
    min-width: 1280px;
    height: 100%;
    background-color: @setUpContentBg;

    .ant-tabs {
        .ant-tabs-bar {
            border-bottom-color: @setUpContentBg;

            .ant-tabs-nav-container {
                height: 50px;

                .ant-tabs-nav-wrap {
                    .ant-tabs-nav {
                        .ant-tabs-tab {
                            width: 200 / @px-unit;
                            height: 50px;
                            text-align: center;
                            background: @tabBgN;
                            color: @tabTextN;
                            border: 1px solid @tabBorder;
                            margin: 0;

                            &.ant-tabs-tab-active {
                                background: @tabBgA;
                                color: @tabTextA;
                            }
                        }

                        .ant-tabs-ink-bar {
                            visibility: hidden;
                        }
                    }
                }
            }
        }
    }

    .m-side-container {
        // height: calc(100vh - 36px);
        width: 12.5%;
        min-width: 100px;
        overflow-y: auto;
        background: #393c41;
    }

    .m-main-page {
        height: 100%;
        background: @setUpBodyBg;

        & > div {
            background: @setUpContentBg;
            width: 100%;
            height: 100%;
        }

        .MainPage {
            padding: 16 / @px-unit;
            padding-bottom: 66 / @px-unit;
            // 没有底部按钮栏
            &.noFixedButton {
                padding-bottom: 0px;
            }
        }
        @media screen and (-webkit-min-device-pixel-ratio: 1.1),
            (-ms-high-contrast: active),
            (-ms-high-contrast: none) {
            .MainPage {
                // 没有底部按钮栏
                &:not(.noFixedButton) {
                    height: calc(100% - 66px);
                    overflow-y: auto;
                }
            }
        }

        .content-container {
            // height: calc(100vh - 94px);
            overflow-x: hidden;
            overflow-y: auto;
        }
    }
    .ant-spin-nested-loading,
    .ant-spin-container {
        position: static;
        height: 100%;
    }
    ._SideTabView_ {
        height: 100%;
    }
    ._SideTabView_ > .ant-col {
        position: static;
        height: 100%;
    }
    /* 整体页面内容高度增加限制， 会被按钮遮挡 */
    ._SideTabView_ > .ant-col > .ant-row:nth-child(2) {
        height: calc(100% - 50px);
    }
}


.header-tabMenu {
    width: 100%;
    line-height: @navMenuLineHeight;
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
        background-color: @topTabBgA !important;
        border: none;
        color: @navMenuTextA !important;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
        background-color: @topTabBgN;
        border: none;
        border-left: 1px solid @topTabBgA;
        border-right: 1px solid @topTabBgA;
        text-align: center;
        line-height: @navMenuLineHeight;
        width: unset;
        margin-right: 9/@px-unit;
        color:@navMenuTextN;
    }
    .ant-tabs-bar {
        border: none;
        color:@navMenuTextN;
        margin: 0;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
        height: @navMenuLineHeight;
    }
    .ant-tabs-nav-container {
        line-height: @navMenuLineHeight;
    }
    .ant-tabs-tab-next{
        height: @navMenuLineHeight;
        color:@navMenuIconSvgN;
        &:hover{
            color:@navMenuIconSvgA;
        }
    }
    .ant-tabs-tab-prev{
        height: @navMenuLineHeight;
        color:@navMenuIconSvgN;
        &:hover{
            color:@navMenuIconSvgA;
        }
    }

    .ant-tabs-tab {
        height: auto !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        & > div {
            display: flex;
            width: 122/@px-unit;
            align-items: center;
            justify-content: space-between;
            padding: 0 0.3rem;
        }

        .anticon-close{
            color:@navMenuIconSvgN !important;
            margin: 0 !important;
        }

        .tab-item {
            display: flex;
            margin-left: 5/@px-unit;
            align-items: center;
            width: 100%;
            .ant-image{
                width: 25/@px-unit; // 为了与svg一致增加左右间距
                .ant-image-img{
                    // 图片大小
                    width: 16/@px-unit;
                }
            }
            .tabIcon{
                // svg 大小
                font-size: 20/@px-unit;
            }
            .tab-text{
                flex: 1;
                margin-left: 4/@px-unit;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }
        }
    }

    .ant-tabs-tab-btn:focus,
    .ant-tabs-tab-remove:focus,
    .ant-tabs-tab-btn:active,
    .ant-tabs-tab-remove:active {
        color:@navMenuTextN;
    }
    .errorCls{
        width: 100% !important;
        color: @errorColor;
        text-align: center;
        font-size: @font-size-base !important;
    }
}


.header-Timer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.userDropMenu{
    &.iconDropMenu{
        min-width: 130/@px-unit !important;
    }
}
/* 按钮样式 退出登录的icon图标样式不对 */
// .task_userBtn{
//     min-width:45/@px-unit ;
//     .cus_icons{
//         .svgHover(@homeTaskIconColorA);
//     }
// }
// .task_userBtn:hover{
//     .cus_icons{
//         .svgOut(@homeTaskIconColorA);
//     }
// }


._AlgorithmVersion_ {
    .TextNormal{
        color:@pageTextN
    }
    .TextRed{
        color:@errorColor
    }
}

._CfgManage_ {
    .ConfirmTip{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
    .ExportButton{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
}


._ChannelInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @px-unit;
        }
    }
    .channelState{
        .svgOut(@successIcon);
        .svgFont(20);
    }
}

._ChannelState_ {
    .anticon-left, .ant-pagination-simple-pager, .anticon-right{
        color:@pageTextA
    }
    /* .ant-pagination-simple-pager input{
        background-color: @pageBodyBg;
        border-color: @pageBorderN;
    }   */  
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 

}

._DefaultCfg_ {
    .DefaultCfgLine {
        display: flex;
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        width: 800 / @px-unit;
        .wrapCol{
            flex:inherit;
            button {
                width: 130 / @px-unit;
            }
        }
        .DefaultTip {
            margin-left: 40 / @px-unit;
            display: flex;
            align-items: center;
        }
    }
}


._DeveloperLog_ {
    .FlexLine{
        display: flex;
        .LogLevel{
            margin-left: 100 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 

}


._DiskInfo_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    //`_${_name_}_`
    .record_time_modal {
        ._Table_ .ant-table-body {
            min-height: 240 / @px-unit;
        } 
    }
    .detect_smart_modal {
        ._Table_ .ant-table-body {
            min-height: 220 / @px-unit;
        } 
    }
    ._Table_ .ant-table-container {
        min-height: 500 / @px-unit;
    }
}
.detect_smart_modal {
    .detectTips {  
        width: 600 / @px-unit !important;
    }
}

._LogManage_ {
    .Type{
        display: flex;
        float: left;
        .TimeRange{
            display: flex;
            align-items: center;
            margin-left: 15 / @px-unit;
            height: 48 / @px-unit;
        }
        .Search{
            position:absolute;
            right: 20 / @px-unit;
        }
    }
    .Clear{
        display: flex;
        float: right;
        margin-top: 40 / @px-unit;
        .label-div-Container{
            margin-left: 10 / @px-unit;
        }
    }
    .pageLine{
        display: flex;
        float: left;
        margin-top: 10 / @px-unit;
        .anticon-left, .ant-pagination-simple-pager, .anticon-right{
            color: @pageTextA
        }
       /*  .ant-pagination-simple-pager input{
            background-color: @pageBodyBg;
            border-color: @pageBorderN;
        } */
        .pageTip{
            position: absolute;
            right: 16 / @px-unit;
        }
    }
    .ant-divider-horizontal{
        background-color: @maskBg !important;
        margin-top: 58 / @px-unit;
        margin-bottom: 10 / @px-unit;
    }
}
.LogManage_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 291/@px-unit;
        overflow-y: scroll;
    }
    .ant-modal-footer{
        height: 53 / @px-unit;
        .LogManage_detailButton{
            display: flex;
            float: right;
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
}
.FileBackupEncrypt{
    width: 100 / @px-unit;
}
.TimeFormat{
    .ant-picker-header-view{
        color: @pageTextA;
    }
}

._Maintenance_ {
    .AutoReboot{
        display: flex;
        .TimeSelect{
            margin-left: 5/@px-unit;
        }
    }
}

._NetTest_ {
    .FlexLine{
        display: flex;
        justify-content: center;
    }
    .ipSpan{
        width: 20 / @px-unit;
        margin-top: 3 / @px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
}

._OnlineMaintenance_ {
    .DateExport{
        display: flex;
        padding-top: 30 / @px-unit;
        padding-left: 20 / @px-unit;
        .ExportTip{
            margin-left: 20 / @px-unit;
            margin-top: 13 / @px-unit;
        }
    }
}

._NetInfo_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    //`_${_name_}_`
    ._Table_ .ant-table-body {
        min-height: 180 / @px-unit;
    } 
}

._PocInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @px-unit;
        }
    }
}

._RecordInfo_{
    .recordTable{
        width: 80vw;
    }
    ._Table_ .ant-table-body {
        min-height: 360 / @px-unit;
    } 
}

._Update_ {
    .ant-btn::before {
        background: none!important;
     }
    .UpdateLine {
        display: flex;
        align-items: center;
        .update_Label {
            width: 110 / @px-unit;
        }
        .checkUpdateText {
            width: 150 / @px-unit;
        }
        .update_text {
            width: 140 / @px-unit;
        }
    }
    .UpdateButton {
        width: 119 / @px-unit;
    }
    .NewestVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        color: @successColor;
    }
    .newVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        .findNewVersion {
            color: @errorColor;
            margin-right: 5 / @px-unit;
            width: 150 / @px-unit;
        }
        .updatePanel {
            height: 200 / @px-unit;
            width: 620 / @px-unit;
            padding: 0 10 / @px-unit;
            border: 1 / @px-unit solid;
            border-color: @pageBorderN;
            overflow: auto;
        }
        .UpdateButton {
            width: 119 / @px-unit;
            margin-left: 500 / @px-unit;
        }
    }
}


._VersionInfo_ {
    .SystemVersion {
        width: 300 / @px-unit;
    }
    .achor_info {
        .label-normal {
            color: @achor_infoColor;
            cursor: pointer;
            &:hover {
                color: @achor_infoHoverColor;
            }
        }
    }
    .serialNumber {
        width: 216px;// 与二维码单位一致
        height: 216px;
        padding: 8px;
        background-color: #FFF;// 二维码背景色不会变
    }
}



._CrowdDensity_ {
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0;
    }
}

._FaceFlowStat_ {
    .condition-type {
        .label-normal-wrapper {
            width: auto !important;
        }
    }
}


._FishEye_ {
    .range-tip {
        margin: 10/@px-unit 0 5/@px-unit;
    }
    .radar-img {
        width: 300/@px-unit;
        height: 300/@px-unit;
        margin-bottom: 20/@px-unit;;
    }
    .heat-instruction {
        width: 300/@px-unit;
        height: 18/@px-unit;
        background-image: linear-gradient(to right, indigo, blue, green, yellow, orange, red);
    }
    ._fisheye_ocx {
        width: 400/@px-unit;
        height: 300/@px-unit;
        margin-bottom: 20/@px-unit;
    }
    .rule-num {
        width: 300/@px-unit;
        display: flex;
        > span:first-child {
            text-align: left;
            flex: 1;
        }
        > span:last-child {
            text-align: right;
            flex: 1;
        }
        >:not(:last-child):not(:first-child){
            text-align: center;
            flex: 2;
        }
    }
}


._Normal_ {
    .range-tip {
        margin: 10px 0 5px;
    }
    .radar-img {
        width: 400px;
        height: 300px;
        margin-bottom: 20px;;

        #heatMapCanvas {
            width: 100%;
            height: 100%;
        }
    }
    .heat-instruction {
        width: 300px;
        height: 18px;
        background-image: linear-gradient(to right, indigo, blue, green, yellow, orange, red);
    }
}



.passbyNumColor {
    color: #e9d760;
}


._VehiclesDensity_ {
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0;
    }
}


.ivsParameterSet {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    height: calc(100% - 66px);
    .ivsMainRow {
        height: 100%;
    }
    .ivsMainRight, .ivsMainRow > .ant-space,  .ivsMainRow > .ant-space > .ant-space-item{
        height: 100%;
        overflow-y: hidden;
    }
    .ivsMainRight {
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
    }
    .fieldsetCtn {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }
    fieldset {
        overflow-y: hidden;
    }
    fieldset, .EventHandler {
        flex: 1;
    }
    .fieldsetCtn {
        height: 95%;
    }
    .EventHandler {
        // overflow-y: scroll;
    }
    legend {
        width: auto;
        font-size: @font-size-base;
    }
    .AiRulePluginCtn {
        margin-right: 15 / @px-unit;
        &>.ant-space-item {
            overflow-x: hidden;
        }
        
    }
    .ant-divider-horizontal {
        margin: 12 / @px-unit 0;
    }
    .event-handler {
        width: 100%;
        height: 100%;// IE11下高度超出
    }
}
.ivsParameterSet {
@media screen and (max-height: 600 / @px-unit){
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ivsMainRight, .ivsMainRow > .ant-space,  .ivsMainRow > .ant-space > .ant-space-item{
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ivsMainRight, .fieldsetCtn {
        display: block;
        // flex-direction: column;
        overflow-y: auto;
    }
    fieldset {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: hidden;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25), (-ms-high-contrast: active), (-ms-high-contrast: none) {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ivsMainRight, .ivsMainRow > .ant-space,  .ivsMainRow > .ant-space > .ant-space-item{
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ivsMainRight, .fieldsetCtn {
        display: block;
        // flex-direction: column;
        overflow-y: auto;
    }
    fieldset {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: hidden;
    }
}

}


._FaceConfig_ {
    padding: 1rem;
    padding-top: 2rem;
    .optionChoice {
        margin-bottom: 30px;
    }
    .label-normal {
        margin-top: 2px;
    }
    /* .ant-table-tbody {
        min-height: 406px;
    } */
    /* .ant-table-content {
        min-height: 406px;
        max-height: 481px;
    } */
    /* .ant-table-placeholder {
        height: 406px;
        line-height: 406px;
    } */
    .buildbutton {
        margin-top: 20px;
        width: 100px;
    }
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}
.imexModal {
    width: 650/@px-unit !important;
}
/* .exp-conf-modal {
    .label-passwordCheck-tip{
        background-color: #1b1c1d;
    }
}
 */

._WhiteBlackList_ {
    padding: 1rem;
    padding-top: 2rem;
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    } 
}


._FaceLib_ {
    margin: 0;
    top: 0;
    width: 100vw !important;
    height: 100% !important;
    max-width: calc(100vw);
    
    .ant-modal-header{
        width: 100vw;
        height: 100vh;
        overflow-y:auto !important;
        overflow-x: auto !important;
        //min-width: 1540/@px-unit
        min-width: 1800/@px-unit;
    }
    .ant-modal-body{
        width: 100%;
        max-width: 100%;
    }
    .ant-modal-content {
        border: none !important;
        width: 100vw;
        height: 100vh;
        min-width: 1800/@px-unit;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y:auto !important;
        overflow-x: auto !important;
        .ant-modal-footer {
            position: absolute;
            bottom: 0/@px-unit;
            right: 30/@px-unit;
        }

        .picContent {   
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            height: 100%;

            .picLeftContent {
                width: 100%;
                height: 730 / @px-unit;
                padding-top: 0.5rem;
                padding-left: 0.5rem;
                overflow-y: auto;
                .intel_face_box_passby {
                    width: 355/@px-unit;
                    height: 162/@px-unit;
                    margin-right: 1rem;
                    margin-bottom: 1rem;
                    background-color: rgb(75, 81, 92);
                    position: relative;
                    float: left;
                    cursor: pointer;
                    .PersonPic {
                        display: block;
                        height: 135/@px-unit;
                        width: 120/@px-unit;
                        float: left;
                    }
                    .intel_faceInfo_box_passby{
                        width: 220/@px-unit;
                        height: 100%;
                        float: left;
                        padding-right: 10/@px-unit;
                        padding-left: 5/@px-unit;
                        &>div {
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }
                    }
                }
                .picCardItem {
                    width: 280/@px-unit;
                    height: 162/@px-unit;
                    margin-right: 1rem;
                    margin-bottom: 1rem;
                    background-color: rgb(75, 81, 92);
                    position: relative;
                    float: left;
                    cursor: pointer;

                    .PersonPic {
                        display: block;
                        height: 135/@px-unit;
                        width: 45%;
                        float: left;
                    }

                    .InfoContent {
                        width: 55%;
                        height: 100%;
                        float: left;
                        padding-right: 10/@px-unit;
                        padding-left: 5/@px-unit;
                        &>div {
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }
                    }
                    

                    
                }
            }

            .picRightContent {
                width: 480 / @px-unit;
                height: 700 / @px-unit;
                overflow-y: auto;
                .checked_div{
                    position:relative;
                    width: 150/@px-unit;
                    height: 150/@px-unit;
                    float: left;
                }
                .delete_icon{
                    position: absolute;
                    left:2rem;
                    top: 1rem;
                }
                .Thumbnail {
                    display: block;
                    width: 120/@px-unit;
                    height: 135/@px-unit;
                    float: left;
                    background-color: pink;
                    margin: 1rem 2rem;
                }
            }
        }
        .picContentLoading{
            width: 100%;
            height: 100%;
        }
        .active {
            box-shadow: 0 0 3/@px-unit 2/@px-unit @current;
        }
        .buildStatus {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 25px;
            line-height: 25px;
            background-color: #393c41;

            
        }

        .pageLine {
            margin-top: 10/@px-unit;
            display: flex;
            justify-content: space-between;
        }

        .ant-modal-body {
            padding: 10/@px-unit 24/@px-unit;
        }
    }
}
.modifyConfig {
    float: right;
}


.personRegistry {
    width: 678/@px-unit;
    min-width: 678/@px-unit;
    height: 600/@px-unit;
    min-height: 600/@px-unit;

    .ant-modal-body {
        display: flex;
        width: 100%;
        height: 450 /@px-unit;
    }

    .ant-modal-footer {
        height: 66 / @px-unit;
    }

    .facePath {
        width: 140/@px-unit;
        height: 160/@px-unit;
        margin: 0/@px-unit 20/@px-unit;
        margin-right: 40/@px-unit;
        background-size: cover;
        border: 1px dashed gray;
        position: relative;
        .person_edit_image {
            position: absolute;
            width: 100%;
            height: 30/@px-unit;
            position: absolute;
            top: 129/@px-unit;
            //.opacityColor(@com_faceRegister_edit_bg);
            opacity:0.5;
            background-color: @com_faceRegister_edit_bg;
          }
        img{
            width:100%;
            height: 100%;
        }
        .select_Icon{
            height: 100%;
            width: 100%;
            line-height: 160/@px-unit;
        }
    }

    .personConfig {
        width: 440/@px-unit;
        height: 341/@px-unit;
    }
}

.Batchregitry {
    .batchUpload {
        width: 100%;
        height: 152/@px-unit;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            width: 46%;
            height: 100%;
            border: 1/@px-unit dashed @files_upload_box_border_color;
            cursor: pointer;
            color: @pageTextN;
            text-align: center;
            line-height: 152/@px-unit;
            background-color: @files_upload_box_bg !important;
        }

        .upload_each:hover {
            border: 1/@px-unit dashed @--primary-5;
            color: @--primary-5;
        }
        .selectTip{
            margin-top: -135/@px-unit;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }
    
}

.bottombtnList {
    display: flex;
    //justify-content: space-between;
    //width: 60%;
    float: right;
    .label-div-Container{
        float: right;
        margin-left: 15/@px-unit;
    }
}

.dateAddModal {
    width: 260/@px-unit;
}

.intel_smallPic_box {
    width: 140/@px-unit;
    height: 160/@px-unit;
    border: 2/@px-unit solid @com_detectsmallPic_bd;
    margin: 5/@px-unit;
    float: left;

    img {
        width: 100%;
        height: 100%;
    }
}

.intel_smallPic_box_active {
    border: 2/@px-unit solid @com_detectsmallPic_select_bd;
}

.checkImgModal {
    width: 700/@px-unit  !important;
    height: 500/@px-unit;

    .ant-modal-content {
        height: 100%;
    }

    .ant-modal-body {
        height: 400/@px-unit;
        overflow-y:auto;
    }
}
.import_Table{
    height: 480/@px-unit;
    width: 800/@px-unit !important;
}
.copyTable{
    height: 300/@px-unit;
}
.fileListModal{
    width: 800/@px-unit !important;
    height: 700/@px-unit;
    /* height: 300/@px-unit; */
    ._Table_ .ant-table-body {
        max-height: 380/@px-unit !important;
    }  
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.errorCls{
    width: 1000/@px-unit;
    color: @errorColor !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        } 
    }
}


.MainPage {
    width: 100%;

    ._FaceReImageSearch_UploadImageDiv {
        width: 100%;
        .ant-divider-horizontal{
            margin: 1/@px-unit !important;
        }
        ._FaceReImageSearch_UploadButtons {
            width: 100%;
            margin-top: 15/@px-unit;

            .label-div-Container {
                margin-right: 15/@px-unit;
                display: inline-block;
            }

            .mostSelected_tip {
                color: @errorColor;
            }

            .clear_button {
                //display: inline-block;
                float: right;
            }
        }
        .upload_imgDiv{
            overflow-x: auto;
            width: 100%;
            overflow-x: auto; // 水平方向内容溢出显示滚动条
            height: 120/@px-unit; // 根据实际情况设置高
            line-height: 120/@px-unit;
            white-space: nowrap; // 不换行
            
            .upload_imgInnerDiv{    
                width: 100%;
            }
            .face_uploadImg {
                width: 100/@px-unit;
                height: 100/@px-unit;
                border: 2/@px-unit solid @com_facesmallpics_border;
                margin-left: 8/@px-unit;
            }
        }
        

        .face_uploadImg_selected {
            border-color: @current !important;
        }
    }


}


._viewAiResult_ {

    .label-normal,
    .labelText-wrapper {
        height: 20/@px-unit;
        line-height: 20/@px-unit;
    }

    // UI组件特有的CSS，
    height: 212/@px-unit;

    .ant-row {
        height: 680/@px-unit;
        overflow: auto
    }

    .activeItem {
        border: 1px solid @formInputBorderA  !important;
    }


    .picData_content {
        margin: 5/@px-unit 5/@px-unit;
        width: 268/@px-unit;
        height: 212/@px-unit;
        float: left;
        border: 1px solid @ai_DataItem_bd;
        background-color: @ai_DataItem_bg;

        /* 人脸比对那的 */
        .picData_groupName {
            height: 35/@px-unit;
            line-height: 35/@px-unit;
            margin-left: 10/@px-unit;
            font-size: @font-huge;
            color: @pageTextA;
            overflow:hidden !important;
        }

        /* 人脸比对那的 */
        .picData_imgContent {
            width: 268/@px-unit;
            height: 112/@px-unit;
            margin-bottom: 8/@px-unit;

            img {
                display: inline-block;
                width: 120/@px-unit;
                height: 100%;
                margin: 0 5/@px-unit 0 5/@px-unit;
            }
        }
        .picData_imgContentByPic{
            //width: 268/@px-unit;
            height: 137/@px-unit;
            //margin-bottom: 8/@px-unit;
            margin:10/@px-unit 0 8/@px-unit 0;
            img {
                display: inline-block;
                width: 120/@px-unit;
                height: 100%;
                margin: 0 5/@px-unit 0 5/@px-unit;
            }
        }

        /* 人脸比对那的 */
        .picData_progress {
            margin: 0 8px 7px 5px;
            background: @ai_progress_default;
            height: 14/@px-unit;
            position: relative;
            color: @pageTextA;

            .progress_item {
                display: inline-block;
                height: 100%;