

._Port_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    //`_${_name_}_`
}

._Pppoe_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    //`_${_name_}_`
}
._SNMP_ {
    .subform {
        display: flex;
        justify-content: space-between;
        .box {
            width: 50%;
        }
    }
}


._TCPIP_ {
    width: 100%;
    .table-item {
        margin: 0;
        text-align: center;
        .delete-icon {
            cursor: pointer;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: #f00 !important;
                            opacity: 0.3 !important;
                        }
                    }
                }
            }
        }
    }

    .info-container {
        padding: 0 10px;
        margin-top: 10px;
        border: 1px solid #4b515c;
        .label-normal-wrapper {
            width: 150px !important;
        }
    }

    .input-enabled:hover:not(.ant-input-disabled) {
        // border-color: #4b515c !important;
    }

    ._Table_ {
        .ant-table-content {
            min-height: 260 / @px-unit;
        }
    }
}

._RouteTable_ {
    width: 100%;
    .table-header {
        user-select: none;
    }
    .delete-icon {
        cursor: pointer;
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: #f00 !important;
                    }
                }
            }
        }
    }
}

.netCardMenber_checkbox .ant-checkbox-wrapper{
    margin-left: 0;
    margin-right: 6 / @px-unit;
}
.netCardMenber_checkbox .ant-checkbox-wrapper:last-child{
    margin-right: 0;
}
._UPnP_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    //`_${_name_}_`
}

._WIFI_ {
    .header-btn-group {
        display: flex;
        justify-content: space-between;
        .btn {
            align-self: center;
        }
    }
    .wifi-info-container {
        padding: 0 20px;
        margin-top: 10px;
        border: 1px solid rgb(75, 81, 92);

        .boss {
            color: #fff;
            font-weight: bold;
        }

        p {
            margin-bottom: 5px;
        }
    }
    .table-body {
        margin: 0;
        text-align: center;
    }
    .ant-table-body {
        min-height: 150px;
    }
    .wifi {
        & + {
            path:second-child {
                fill: @iconActiveWifi; // 有信号的颜色
            }
        }
        &.s_05 {
            // 满格信号使用绿色
            .svgOut(@iconActiveWifi);
        }
    }
}





._Dsiplay_ {
    .page-swrap{
        width: 100%;
        display: flex;
        .ant-divider-horizontal {
            margin: 5 / @px-unit;
            width:85%;
            min-width:85%;
        }
        .main-screen-swrap{
            width: 50%;
        }
        .extra-screen-swrap{
            width: 50%;
        }
    }
}


._DisplayOriginalScaleWin_ {
    height: calc(100vh - 50vh);
    overflow-y:scroll;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .selectContainer{
        width: 100% !important;
        .selectWrapped{
            width: 100% !important; 
        }
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 50%;
            .label-normal-container {
                display: flex;
            }
        }
        .checkBoxItem-behind{
            width: 100%!important;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
}




._Dsiplay_ {
    .Main8KTip{
        .label-normal  {
            visibility: hidden;
        }
        .labelText-wrapper {
            overflow: visible;
        }  
    }
    .IntelRule{
        display: flex;
        >div:nth-of-type(1){
            margin-left: -8/@px-unit;
        }
        >div:nth-of-type(2){
            margin-left: 33/@px-unit; 
        }
    }
}


@groupChBox: 23 / @px-unit;
._MainScreen_, ._ExtraScreen_ {
    ._ChnSplit_ {
        clear: both;
        .ant-tag {
            margin: 1px;
            padding: 0;
            text-align: center;
            width: @groupChBox;
            height: @groupChBox;
            line-height: @groupChBox;
            color: @buttonNormalTextN;
            margin: 5 / @px-unit;
            background-color: @buttonNormalBgN;
            border-color: @buttonNormalBorderN;
        }
        .operationBtn {
            margin-right: 10px;
        }
        ._Table_{
            .table_td_chGroup{
                .tr_chGroup{
                    // 通道居左
                    text-align: left;
                    display: inline-block;
                }
            }
        }
        .ant-divider-vertical{
            top: -8 / @px-unit;
        }
    }
}
//操作按钮居中
.operationBtn_Div{
    display: inline-block;
    align-items: center;
}
.opraBtn{
    padding: 0 !important;
}


._BottomPanel_bottom_select {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    .bottom_select_left {
        width: 180 / @px-unit;
        height: 50px;
        line-height: 50px;
        padding: 0 / @px-unit 16 / @px-unit;
    }
    .bottom_select_center {
        flex-grow: 1;
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
    }
    .bottom_select_right {
        width: 260 / @px-unit;
        height: 50px;
        line-height: 50px;
        padding: 16 / @px-unit;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .bottom_select_slider {
        width: 168 / @px-unit;
    }
    .mask_center {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        // background-color: @SideMenuArrowSvgA;
        // opacity: 0.1;
    }
    .mask_center_show {
        display: block;
    }
    .mask_center_hide {
        display: none;
    }
    .ant-checkbox-checked .ant-checkbox-inner {
        border-color: @playbackBorder !important;
    }
    .ant-checkbox-checked .ant-checkbox-inner::after {
        border-color: @playbackBorder;
    }
}


._BottomPanel_ {
    height: 192px;
    display: flex;
    flex-direction: column;
    background-color: @preview_center_bottom_Bg;
    ._BottomPanel_bottom_btn {
        height: 50px;
        display: flex;
        align-items: center;
    }
    ._BottomPanel_bottom_timeline {
        height: 92px;
    }
    ._BottomPanel_bottom_select{
        .ant-checkbox-disabled + span {
            color: .color_D(@preview_center_bottom_Bg)[];
        }
    }
    // ._BottomPanel_bottom_split {
    //     height: 12px;
    // }
}


._FileList_ {
    width: 290px;
    overflow: hidden;
    .fileList_type_icon {
        display: flex;
        padding-left: 20 / @px-unit;
        align-items: center;
        .svgHover(@iconColorN);
    }
    .fileList_type_cub {
        display: flex;
        height: 20 / @px-unit;
        width: 20 / @px-unit;
        justify-content: center;
        align-items: center;
        margin-right: 6 / @px-unit;
    }
    .fileList_type_lock {
        font-size: 20 / @px-unit;
    }
    .type_color_fileList_general {
        background-color: @general;
    }
    .type_color_fileList_ivs {
        background-color: @ivs;
    }
    .type_color_fileList_alarm {
        background-color: @alarm;
    }
    .type_color_fileList_detect {
        background-color: @detect;
    }
    .type_color_fileList_pos {
        background-color: @pos;
    }
    .type_color_fileList_card {
        background-color: @card;
    }
    .fileList_type_lock_hide {
        display: none;
    }
    .anticon-left,
    .ant-pagination-simple-pager,
    .anticon-right {
        color: @pageTextA;
    }
    .ant-spin-container .ant-table-pagination {
        display: flex !important;
    }
    .ant-checkbox-indeterminate .ant-checkbox-inner {
        border: 1px solid @pageBorderN;
    }
    .ant-spin-nested-loading{
        height: 100%;
    }
    .ant-spin-container{
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        .ant-table {
            flex: 1;
            overflow: hidden;
            .ant-table-container{
                height: 100%;
                min-height: 350 / @px-unit;
                overflow-y: scroll;
            }
        }
        thead{
            position: sticky;
            top: 0;
            z-index: 1;
        }
        ::-webkit-scrollbar{
            width: 0px;
        }
    }
}

._FileList_card {
    width: 290px;
    border: none;
    background-color: @tableOddBgN;
    color: @pageTextN;
    margin-top: 20 / @px-unit;
    .ant-card-body {
        padding: 16px !important;
    }
}
.tag-list-top {
    width: 290px;
    height: 36 / @px-unit;
    line-height: 36 / @px-unit;
    text-align: center;
    border-top: 1 / @px-unit solid @tableBorderN;
    border-left: 1 / @px-unit solid @tableBorderN;
    border-right: 1 / @px-unit solid @tableBorderN;
}


._FileListPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    &bottom {
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    &bottom_mix {
        display: flex;
        flex-direction: row;
        width: 140 / @px-unit;
        justify-content: flex-start;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;
        border: 1 / @px-unit solid @iconBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_item_lock {
        line-height: 50 / @px-unit;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    &timer_piker {
        width: 290px;
        margin: 10 / @px-unit 0;
    }
    ._Table_ {
        margin-top: 0;
        flex: 1;
        overflow: hidden;
        .m-table-showEmpty{
            height: 100%;
            .ant-table-wrapper {
                height: 100%;
            }
        }
        .ant-table {
            & > .ant-table-container {
                tr {
                    td {
                        height: 40px;
                    }
                }
                th {
                    height: 40px !important;
                }
            }
        }
    }
}


._FileLockTable_ {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0 / @px-unit !important;
        }

        .label-normal-container {
            padding-top: 0 / @px-unit !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }
    .date-range-picker {
        .validity-picker {
            width: 500 / @px-unit !important;
        }
    }
    .modal-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .btn-left {
        margin-right: 10 / @px-unit;
    }
    .lock_tabel {
        margin-top: 8 / @px-unit;
    }
    ._lock_list_panel_ {
        .label-normal-behind {
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 288 / @px-unit;
    } 
}



._VideoOperationPanel_ {
    padding: 4 / @px-unit;
    display: flex;
    align-items: center;
    .operation-icon {
        font-size: 32 / @px-unit;
        padding: 2 / @px-unit;
    }
    .operation-divider {
        height: 26 / @px-unit;
        margin-top: 4 / @px-unit;
        background-color: @ocxBg;
    }
    .audio-box {
        display: flex;
        align-items: center;
    }
    .intel_detect {
        display: inline-block;
        position: relative;
    }
    .intel_detect_inner {
        height: 40 / @px-unit;
        background-color: @tableOddBgN;
        position: absolute;
        top: 0;
        left: 40 / @px-unit;
        padding: 2 / @px-unit 0 0 10 / @px-unit;
        z-index: 10;
    }
    .intel_detect_show {
        display: inline-block;
    }
    .intel_detect_hide {
        display: none;
    }
    .cut_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 10 / @px-unit;
        .ant-picker {
            width: 122px !important;
        }
        .label-normal-container a {
            color: @iconBorderN;
        }
        .label-normal-wrapper {
            height: 32px;
            line-height: 32px;
        }
        .ant-picker {
            height: 32px;
        }
        .ant-picker-input {
            height: 22px;
        }
    }
    .cut_line {
        .label-div-Container {
            width: 170px !important;
        }
    }
    .cut_show {
        display: flex;
    }
    .cut_hide {
        display: none;
    }
    .cut_operation {
        // padding: 0 4/ @px-unit;
        // margin-top: 8 / @px-unit;
        height: 30px;
        // line-height: 30px;
        text-align: center;
        width: 30px;
        background-color: @iconBgN;
        display: flex;
        justify-content: center;
        align-items: center;
        // border: 1/ @px-unit solid @iconBorderN;
    }
    .cur-icon {
        .svgFont(28);
    }
    .ivs-color {
        svg {
            & + {
                path:first-child {
                    fill: @current !important; // 纯色图标悬浮后的默认颜色
                }
            }
        }
    }
    .audio-box-slider {
        width: 120 / @px-unit;
    }
}
._operation_smd_ {
    .label-normal-container {
        padding: 4px 0 !important;
    }
    .labelText-wrapper {
        width: 90px;
    }
}


._PbRightPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
    &bottom {

        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: @preview_Right_Bg;
    }
    &bottom_x {
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        margin-top: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: @preview_Right_Bg;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;
        // line-height: 40 / @px-unit;
        border: 1 / @px-unit solid @iconBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    .label-normal-wrapper {
        width: 290px !important;
    }
    ._PbRightPanel_chl_divider {
        margin: 5 / @px-unit 0;
    }
    ._PbRightPanel_chl_table {
        flex: 1;
        overflow: hidden;
        min-height: 150 / @px-unit;
        width: 290px;
        margin-top: 14 / @px-unit;
        ._Table_ .ant-table-body {
            min-height: 360 / @px-unit;
        }
        .ant-table-body {
            // height: 290 /@px-unit;
            tbody {
                .ant-table-row {
                    &.ant-table-row-selected {
                        td {
                            background: transparent;
                        }
                    }
                    .ant-table-cell-ellipsis {
                        text-align: left !important;
                        &.ant-table-column-sort {
                            background: transparent;
                        }
                    }
                }
            }
        }
        .ant-checkbox-indeterminate .ant-checkbox-inner {
            border: 1px solid @pageBorderN;
        }
        ._Table_ {
            height: 100%;
            .ant-table {
                height: 95%;
                & > .ant-table-container {
                    height: 100%;
                    overflow-y: scroll;
                    min-height: 250 / @px-unit;
                    .ant-table-content{ 
                        overflow-y: scroll;
                        height: 100%;
                    }
                    thead{
                        position: sticky;
                        top: 0;
                        z-index: 1;
                    }
                    tr {
                        td {
                            height: 40px;
                        }
                    }
                    th {
                        height: 40px !important;
                    }
                }
                ::-webkit-scrollbar{
                    width: 0px;
                }
            }
            .m-table-showEmpty{
                height: 100%;
                .ant-table-wrapper{
                    height: 100%;
                    .ant-spin-nested-loading{
                        height: 100%;
                        .ant-spin-container{
                            height: 100%;
                        }
                    }
                }
            }
        }
    }
    ._PbRightPanel_fish_eye {
        width: 290px !important;
    }
    .right_orgin_hide {
        display: none;
    }
    .right_orgin_flex{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .calender_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .chl_table {
        height: 350 / @px-unit;
    }
    .playback_channel_show {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .playback_channel_none {
        display: none;
    }
    ._PbRightPanel_rightpanel_show {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 8px;
        height: 100%;
    }
    ._PbRightPanel_rightpanel_hide {
        display: none;
    }
    .mask_datum {
        position: relative;
        width: 100%;
    }
    .mask_panel {
        position: absolute;
        top: 0;
        left: 0;
        height: 90%;
        width: 100%;
        z-index: 10;
        // background-color: @SideMenuArrowSvgA;
        // opacity: 0.1;
    }
    .mask_panel_show {
        display: block;
    }
    .mask_panel_hide {
        display: none;
    }
}


._PlaybackIndex_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    &layout {
        height: 100%;
        width: 100%;
        display: flex;
    }
    &center {
        background-color: @ocxBg;
        border-left: 2px solid @ocx_Border;
        border-right: 2px solid @ocx_Border;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        &_plugin {
            flex: 1 1 auto;
            display: flex;
            flex-flow: inherit; /* 谷歌低版本下子元素ocxlocation 下不会自动撑高 */
            .ocxLocation {
                flex-grow: 1;
            }
        }
        &_bottom {
            height: 192 / @px-unit;
            flex: 0 0 auto;
            background-color: @preview_center_bottom_Bg;
            &_btn {
                height: 50 / @px-unit;
                display: flex;
                align-items: center;
            }
            &_timeline {
                height: 80 / @px-unit;
            }
            &_split {
                height: 12 / @px-unit;
            }
            &_select {
                height: 50 / @px-unit;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                .bottom_select_left {
                    width: 148 / @px-unit;
                    height: 50 / @px-unit;
                    line-height: 50 / @px-unit;
                    padding: 0 / @px-unit 16 / @px-unit;
                }
                .bottom_select_center {
                    flex-grow: 1;
                    height: 50 / @px-unit;
                    line-height: 50 / @px-unit;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                }
                .bottom_select_right {
                    width: 260 / @px-unit;
                    height: 50 / @px-unit;
                    line-height: 50 / @px-unit;
                    padding: 10 / @px-unit;
                }
            }
        }
    }

    &right {
        // width: 308 / @px-unit;
        width: 308px;
        background-color: @preview_Right_Bg;
        .ant-layout-sider-children {
            display: flex;
            flex-direction: column;
        }
    }
}


._TagList_ {
    width: 290px;
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
    .tag-list-top {
        width: 290px;
        height: 36 / @px-unit;
        line-height: 36 / @px-unit;
        text-align: center;
        border-top: 1 / @px-unit solid @tableBorderN;
        border-left: 1 / @px-unit solid @tableBorderN;
        border-right: 1 / @px-unit solid @tableBorderN;
    }
    .anticon-left,
    .ant-pagination-simple-pager,
    .anticon-right {
        color: @pageTextA;
    }
    .ant-spin-container .ant-table-pagination {
        display: flex !important;
    }
    /* .ant-pagination-simple-pager input {
        background-color: @pageBodyBg;
        border-color: @pageBorderN;
    } */
    // .tag-list-tabel {
    //     width: 280px;
    // }
    ._Table_ {
        margin-top: 0;
        .ant-table {
            & > .ant-table-container {
                tr {
                    td {
                        height: 40px;
                    }
                }
                th {
                    height: 40px !important;
                }
            }
        }
    }
}


._TagListPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    // &bottom {
    //     position: fixed;
    //     bottom: 0;
    //     right: 0;
    //     width: 100%;
    //     height: 80 / @px-unit;
    //     padding: 20 / @px-unit 24 / @px-unit;
    //     display: flex;
    //     justify-content: space-between;
    // }
    &bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        display: flex;
        justify-content: space-between;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;
        border: 1 / @px-unit solid @iconBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    .timePiker-box {
        width: 290px;
        margin: 10 / @px-unit 0;
    }
}


._TagListTable_ {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0 / @px-unit !important;
        }

        .label-normal-container {
            padding-top: 0 / @px-unit !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }
    .date-range-picker {
        .validity-picker {
            width: 500 / @px-unit !important;
        }
    }
    .modal-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .btn-left {
        margin-right: 10 / @px-unit;
    }
    .taglist-tabel {
        margin-top: 8 / @px-unit;
    }
    ._tag_list_panel_ {
        .label-normal-behind {
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 280 / @px-unit;
    } 
}

.timeLine {
    position: relative;
}


._PosSearch_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .ant-table {
        height: 450 / @px-unit;
        overflow-y: auto;
    }

}


@fontColor:{
    // 字体颜色 名称和对应的色值
    white: #ffffff; // 白色
    black: #121212; // 黑色
    red: #fb549c;// 红色
    orange: #f35900; // 橙色
    yellow: #fdfc00; // 黄色
    green: #1ee17f; // 绿色
    dodgerblue: #009cfd; // 蓝色
    pos: #5772ff; // 蓝紫
    purple: #c46cf1; // 紫色
};
._PosConfig_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .pos_ocx {
        width: 450/@px-unit;//AI插件组件宽度
        height: 337/@px-unit;//AI插件组件宽度
    }
    each(@fontColor, {
        .sdd-checked-@{key} {
            .ant-checkbox-inner {
                width: if((@key=black), 23/@px-unit, 19/@px-unit);
                height: if((@key=black), 23/@px-unit, 19/@px-unit);
                position: if((@key=black), relative, static);
                top: if((@key=black), 2px, 0);
                border-color: @formInputBoderD !important;
                background-color: @value !important;
            }
            .ant-checkbox-checked{
                .ant-checkbox-inner {
                    &:after{
                        border-color: @playbackBorder !important;
                    }
                }
            }
            //覆盖antd样式
            .ant-checkbox + span {
                padding: 0;
            }
        }
      });
      
}


._AiPreviewModal_{
    // min-width: 70% !important;
    width: 50% !important;
    min-width: 750/@px-unit !important;
}
.modal-swrap{
    .events-bar{
        display: flex;
        flex-direction: row;
        margin-top: 0 / @px-unit;
        .events-bar-btn{
            min-width: 180 / @px-unit;
            .tab-title-btn{
                min-width: 140 / @px-unit;
            }
        }
        .events-bar-btn-selected {
            button{
                background: @current!important;
                border: 1 / @px-unit solid @current!important;
                color: @pageTextA!important
            }
        }
        .events-bar-btn-no-selected{
            button{
                background: @buttonNormalBgN!important;
                border: 1 / @px-unit solid @iconBorderN!important;
                color: @pageTextN!important;
            }
        }
    }
    .object-params-swrap{
        .template-list{
            display: flex;
            margin-top:25 / @px-unit;
            .template-card-list-item {
                margin-right: 41/@px-unit;
            }
            .card-selected {
                border: 1 / @px-unit solid @current;
            }
            .card-no-selected {
                border: 1 / @px-unit solid @pageBorderN;
            }
            .template-card:last-child{ 
                margin-right: 0 / @px-unit;
            }
        }
        .attri-list{
            display: flex;
            margin-top: 20 / @px-unit;
            flex-wrap: wrap;
            min-height: 100 / @px-unit;
            .attri-btn-swrap{
                width: 16.5%;
                .attri-btn{
                    width: 85%;
                    .ant-btn>span{
                        width: 100%;
                        display: block;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    
                    .attri-button-contain{
                        width: 100% !important;
                    }
                    .attri-button-wrap{
                        width: 100% !important;
                    }
                }
                .attri-btn-selected {
                    button{
                        background: @current!important;
                        border: 1 / @px-unit solid @current!important;
                        color: @pageTextA!important
                    }
                }
                .attri-btn-no-selected{
                    button{
                        background: @iconBgN!important;
                        border: 1 / @px-unit solid @iconBorderN!important;
                        color: @pageTextN!important;
                    }
                }
            }

        }

    }


}


.ai-preview-list{

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5 / @px-unit;
    .ai-template-card-swrap{
        // background-color: aqua;
        margin: 5 / @px-unit 0 / @px-unit;
    }
}


._AiPreviewDetailModal_SWRAP{
    .ant-modal{
        @modalHeight:95vh;
        @modalWidth:75vw;
        height: @modalHeight !important;
        width: @modalWidth !important;
        .ant-modal-content{
            width: 100%;
            height: 100%;
            .ant-modal-header{
                height: 45 / @px-unit;
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 0 / @px-unit 24 / @px-unit;
            }
            .ant-modal-body{
                padding: 0 / @px-unit;
                // 这个px别动
                height: calc(@modalHeight - 47px);
                ._AiPreviewDetailModal_ {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    .win-preview-panel-swrap{
                        height:100%;
                        width: 78%;
                        background-color: #3e3e3e;
                        .WinPreview {
                            height: 100%;
                        }
                    }
                    .pic-win-details-swrap{
                        height:100%;
                        width: 22%;
                        // background-color: aqua;
                    }
                }
            }

        }
    }
}



.pic-details-info{
    height: 100%;
    position: relative;
    .pic-details-info-list{
        height: 100%;
        .pic-details-info-list-swrap{
            overflow: scroll;
            height: 100%;
            .detail-image{
                width: 100%;
                height: 120px;
                display: flex;
                justify-content: center;
                padding: 10 / @px-unit 0 / @px-unit 10 / @px-unit 0 / @px-unit;
                .img-swrap{
                    width: 90px;
                }
            }
            .detail-text-swrap{
                display: flex;
                justify-content: center;
            }
        }
    }
    .pic-details-bottom{
        position: absolute;
        bottom: 0 / @px-unit;
        width: 100%;
        display: flex;
        height: 40 / @px-unit;
        border-top: 1 / @px-unit solid @BottomBarBorder;
        background: #393c41;
        .pic-details-bottom-left{
            width: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .pic-details-bottom-right{
            width: 70%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    .template-card-tag {
        position: absolute;
        top:0;
        left: 0;
        width: 110%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        .svg-icon {
            font-size: (180 / @px-unit);
        }

        .match,
        .mismatch {
            font-size: 70/@px-unit;
        }
    }
}



@list-header-height: 35 / @px-unit;

._AIPreview_ {
    // 页面组件特有的CSS
    height: 100%;
    &swrap{
        width: 270 / @px-unit;
        height: 100%;
        padding-right: 1 / @px-unit;
        background-color: @aiPanel_bg_color;
        &_header{
            background-color: @PickerHeaderBg;
            height: @list-header-height;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            background-color: @aiPanel_title_bg_color;
            &_title{
                width: 100%;
                color: @pageTextN;
                display: flex;
                align-items: center;
                span{
                    margin-left: 15 / @px-unit;
                }
            }
            &_set_icon{
                display: flex;
                align-items: center;
                width: 50 / @px-unit;
            }
        }
        &_list_swrap{
            height: calc(100% - @list-header-height);
            overflow: scroll;
        }
    }
    
}

._AIPreviewIcon_{
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        }
    }
}



.card-selected {
    border: 1 / @px-unit solid @current;
}
.card-no-selected {
    border: 1 / @px-unit solid @pageBorderN;
}
.template-card-swrap {
    padding: 3px;
    position: relative;
}
.template-listcard {
    width: 250 / @px-unit !important;
}
.template-card {
    display: inline-block;
    width: 200 / @px-unit;
    min-height: 177 / @px-unit;
    background-color: @preview_Sider_Bg;
    .template-card-top-face-database {
        height: 20 / @px-unit;
        padding-top: 2 / @px-unit;
        display: flex;
        .face-database-name {
            width: 50%;
            padding-left: 15 / @px-unit;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .face-person-name {
            width: 50%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
    }
    .template-card-top {
        height: 145 / @px-unit;
        display: flex;
        .template-card-top-swrap {
            width: 50%;

            .image-panle {
                display: flex;
                flex-direction: row;
                justify-content: center;
                width: 100%;
                height: 100%;
            }
            .svg-panle {
                height: 100%;
                width: 100%;
                background-color: @aiPanel_box_color;
                border: 1 / @px-unit solid @aiPanel_box_bordere_color;
                display: flex;
                justify-content: center;
                align-items: center;
                .svg-icon {
                    font-size: 7.142857rem;
                    svg {
                        path {
                            fill: @aiPanel_info_bg_color;
                        }
                    }
                    .svgHover(@aiPanel_info_bg_color);
                }
            }
        }
        .left {
            padding: 10 / @px-unit 5 / @px-unit 10 / @px-unit 10 / @px-unit;
        }
        .center {
            margin-left: 60 / @px-unit;
        }
        .right {
            padding: 10 / @px-unit 10 / @px-unit 10 / @px-unit 5 / @px-unit;
        }
    }
    .template-card-top-no-center {
        display: flex;
        height: 170 / @px-unit !important;
        .template-card-top-swrap {
            width: 50%;
        }
        .right-attri-list {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: flex-start;
            .attri-item-wrapper {
                display: flex;
                .attri-left-item {
                    text-align: left;
                    width: 35 / @px-unit;
                    line-height: 35 / @px-unit;
                    flex-shrink: 0;
                    margin-right: 4 / @px-unit;
                }
                .attri-right-item {
                    width: 100%;
                    line-height: 35 / @px-unit;
                }
                .attri-color-block {
                    width: 100%;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }
            }
            .thumb-white {
                border: 1px solid @vehicle_whiteplate_borderColor;
                background-color: @vehicle_whiteplate_bgColor;
            }
            .thumb-black {
                background-color: @vehicle_blackplate_bgColor;
                border: 1px solid @vehicle_blackplate_borderColor;
            }
            .white-black-list {
                display: flex;
                justify-content: center;
                border-radius: 2px;
                padding-top: 2 / @px-unit;
            }
        }
        .image-panle {
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 100%;
            height: 100%;
        }
        .svg-panle {
            height: 100%;
            width: 100%;
            background-color: @aiPanel_box_color;
            border: 1 / @px-unit solid @aiPanel_box_bordere_color;
            display: flex;
            justify-content: center;
            align-items: center;
            .svg-icon {
                font-size: 7.142857rem;
                svg {
                    path {
                        fill: @aiPanel_info_bg_color;
                    }
                }
                .svgHover(@aiPanel_info_bg_color);
            }
        }
        .left {
            padding: 10 / @px-unit 5 / @px-unit 10 / @px-unit 10 / @px-unit;
        }
        .center {
            margin-left: 60 / @px-unit;
        }
        .right {
            padding: 10 / @px-unit 10 / @px-unit 10 / @px-unit 5 / @px-unit;
        }
    }
    .template-card-center {
        height: 25 / @px-unit;
        background-color: @preview_Sider_Bg;
    }
    .template-card-cenBtm {
        height: 28 / @px-unit;
        line-height: 28 / @px-unit;
        .template-card-cenBtm-left {
            float: left;
            padding-left: 14 / @px-unit;
            color: @red;
        }
        .template-card-cenBtm-right {
            float: right;
            padding-right: 10 / @px-unit;
        }
    }
    .template-card-bottom {
        height: 25 / @px-unit;
        background-color: @aiPanel_box_bottom-color;
        padding: 0 / @px-unit 12 / @px-unit 0 / @px-unit 12 / @px-unit;
        display: flex;
        align-items: center;
        width: 100%;
        .template-card-bottom-left {
            width: 30%;
        }
        .template-card-bottom-right {
            width: 70%;
            display: flex;
            justify-content: center;
        }
    }
    .template-card-tag {
        position: absolute;
        bottom: (-35 / @px-unit);
        right: (-10 / @px-unit);
        .svg-icon {
            font-size: (180 / @px-unit);
            svg {
                path {
                    // fill: @urgentRecord_defText;;
                }
            }
            .svgHover(@urgentRecord_defText);
        }
        .match,
        .mismatch {
            font-size: 100/@px-unit;
            margin: 0 15/@px-unit 30/@px-unit 0
        }
    }
}
.template-card:last-child {
    margin-right: 0 / @px-unit;
}



._AlarmOut_ {
    &wrapper{
        width:100%;
        overflow: hidden;
    }
    &down{
        width:330 /@px-unit;
    }

}


._ImageConfig_ {
    width: 100%;
    background-color: @preview_Left_Bg;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    ._ImageConfig_button{
        .label-div-Container{
            margin-left:50/@px-unit;
            .label-normal-wrapper {
                width:92/@px-unit!important;;
            }
        }
    }
  
    .label-normal-container {
        width:190/@px-unit!important;;
    }
    .label-normal-wrapper{
        width:160/@px-unit!important;
    }
    .label-normal {
        width:28/@px-unit!important;
    }
    .label-normal-behind {
        display: none;
    }
}


._AlarmOut_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    position: relative;
    &up{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding:10/@px-unit 15/@px-unit;
    }
    .active{
        border-color: @alramOut_actBorder;
        color:@alramOut_actText;
    }
    .label-div-Container{
        width:35/@px-unit;
        height:45/@px-unit;
    }
   

    ._AlarmOut_right_header_title {
        height: 35 / @px-unit;
        background-color: @preview_right_tabTitle_Bg;
        padding-left: 10 / @px-unit;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .ant-menu{
        background: @preview_right_tabTitle_Bg !important;
        color: @pageTextN;
        height: 35 / @px-unit;
        width: 150%;
    }
    .ant-menu-horizontal {
        border-bottom-color: @preview_right_tabTitle_Bg;
    }
    .ant-menu-horizontal:not(.ant-menu-dark) {
        .ant-menu-item {
            height: 30 / @px-unit;
            margin-top: 2 / @px-unit;
            line-height: 30 / @px-unit;
        }
        .ant-menu-item:hover::after,
        .ant-menu-item-selected::after {
            border-bottom: 0px solid transparent;
        }
        .ant-menu-item-selected {
            background: @preview_right_ptzZoom_Bg !important;                
            border-radius: 5 /@px-unit;                
            span {                   
                background: @preview_right_ptzZoom_Bg;
                color: @pageTextA;
            }                
        }
        .ant-menu-item:hover {
            color: @pageTextN;
        }
    } 


}


._ChannelList_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // padding: 15px 8px; //为了不eslint告警写一个
    height: 100%;
    padding-bottom: 14/@px-unit;
    &chnlist_tooltip {
        .ant-tooltip-content {
            .ant-tooltip-inner {
                word-spacing: normal;
                word-break: break-word;
            }
        }
    }
    &item {
        display: flex;
        align-items: center;
        padding: 3/@px-unit;
        height:31/@px-unit;
        cursor: pointer;
        &_cameraIcon {
            .svgOut(@iconColorN);
            margin-left: 20/@px-unit;
            width: 30/@px-unit;
            height: 30/@px-unit;
        }
        ._cameraIcon_active {
            .svgOut(@iconColorA);
        }
        &_title {
            margin-left: 15/@px-unit;
            width: 120/@px-unit;
            span {
                color: @preview_ChnlTextN;
                font-size: 14/@px-unit;
                width: 100/@px-unit;
            }
        }
        &:hover {
            background-color: @preview_ChnlBgA;
            ._ChannelList_item_btn {
                display: inline-block;
            }
        }
        & &_btn {
            padding: 0 !important;
            border: 0 !important;
            background: none !important;
            height: 30/@px-unit;
            display: none;
        }
        ._ChannelList_item_btn{
            display: none;
        }
        .label-div-Container {
            .label-normal-container  .label-normal-wrapper  {
                width: 50/@px-unit !important;                
            }
        }
    }
}


._CrowdDensity_{
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        }
    }
}

._DisplayScale_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    //`_${_name_}_`
}


._FastPreview_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // padding: 15px 8px; //为了不eslint告警写一个
    height: 100%;
    padding: 0!important;

    &up {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 7/@px-unit 0!important;
        cursor: pointer;
        color:@pageTextN;
        &:hover {
            background-color: @preview_ChnlBgA;
        }
        &_icon{
            margin:0 30/@px-unit 0
        }
        
    
    }
    .active{
        color:@pageTextA;
        background-color: @fastPreview_btnActBg;
    }
    .icon_active{
        svg path:nth-of-type(1){
            fill:@successColor!important;
        }
        svg path:nth-of-type(2){
            fill:@iconBgColor!important;
        }
        svg path:nth-of-type(3){
            fill:@successColor!important;
        }
    }
    .icon_default{
        svg path:nth-of-type(1){
            fill:@iconColorN!important;
        }
        svg path:nth-of-type(2){
            fill:@iconBgColor!important;
        }
        svg path:nth-of-type(3){
            fill:@iconColorN!important;
        }
    }
    &wrap{
        height:32/@px-unit;
        width:105/@px-unit;
        position: relative;
        border:1px solid @fastPreview_border;
    }
    .btnClass{
        position: absolute;
        background: transparent!important;
        top:-3/@px-unit;
        right:-15/@px-unit;
    }
    &down{
        height:auto!important;
        padding: 0 !important;;
        display: flex;
        justify-content: center;
         &_left{
            // width:110/@px-unit;
            max-height: 80vh;
            min-width:105 /@px-unit!important;
            overflow: auto;
            padding: 0!important;
            left:15/@px-unit!important;
            .ant-dropdown-menu-root{
                width:103/@px-unit;
            }
            .ant-dropdown-menu-item{
                padding:0!important;
                white-space: nowrap;
            }
            .ant-dropdown-menu-title-content{
               display: flex;
               align-items: center;
               justify-content: center;
            }
        }
        &_right{
            width:110/@px-unit;
            max-height: 80vh;
            overflow: auto;
            padding: 0!important;
            left:115/@px-unit!important;
            .ant-dropdown-menu-root{
                width:103/@px-unit;
            }
            .ant-dropdown-menu-item{
                padding:0!important;
                white-space: nowrap;
                height:32/@px-unit!important
            }
            .ant-dropdown-menu-title-content{  
                display: flex;
                align-items: center;
                justify-content: center;
                .iconDropitem_name{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
        &_box{
            width:80/@px-unit;
            height:32 /@px-unit!important;
            position: absolute;
            border-right:1px solid @fastPreview_border;
            z-index:9;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
      
        &_text{
         margin-left:10/@px-unit;
         line-height: 35/@px-unit;
        }
        
     
       
    }
}


._IntelligentTrack_ {
    // 页面组件特有的CSS
    display: flex;
}


._IntelliRuleBtn_ivs-color {
    svg path:first-child {
        fill: @current !important; // 纯色图标悬浮后的默认颜色
    }
}



._LocalPlay_{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    &box {
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
        border: 1px solid @urgentRecord_defBorder;
        background-color: @urgentRecord_defBg;
        color:@urgentRecord_defText;
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  10/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

