            cursor: pointer;
            .icons{
                padding-left: 8px;
                &:nth-child(1){
                   vertical-align: -4px !important;
                }
            }
        }
        .add-group:hover {
            color:#1890ff
        }
    }
    ::-webkit-scrollbar {
        width: 10px !important;
        height: 10px !important;
        background: #ffffff;
        cursor: pointer;
    }
    ::-webkit-scrollbar-button, ::-webkit-scrollbar-corner {
        display: none;
    }
    ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
        background: rgba(0, 0, 0, 0.25) !important;
        background-clip: border-box;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 2px !important;
        border-style: dashed;
        border-color: transparent;
        border-top-width: 2px;
        border-right-width: 0;
        border-bottom-width: 2px;
        border-left-width: 4px;
        background-color: rgba(0, 0, 0, 0.15) !important;
        background-clip: padding-box;
    }
}

._SIMSet_ {

}
._CGIRegister_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    ._CGIRegister_modal_ {
        .ant-form-item-explain {
            margin-left: 108px;
        }
    }
}

._CidCfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 16px;
    .editable-row:hover .editable-cell-value-wrap {
        outline: 1px solid #d9d9d9;
        border-radius: 4px;
        padding: 2px 11px;
    }
    .editable-cell-value-wrap {
        text-align: center;
        padding: 2px 11px;
    }
    td {
        text-align: center;
    }
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 0;
        text-align: left;
    }
    .m-content {
        height: calc(100% - 53px);
        border: 1px solid #e8e8ee;
        > .ant-tabs {
            height: 100%;
            .ant-tabs-content {
                height: 100%;
            }
            .ant-tabs-tabpane {
                height: calc(100% - 60px);
                border: @border-normal;;
            }
        }
    }
}
.cidcfg_modal {
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 29%;
        text-align: left;
    }
}

._combin_open_mobile_ {
    .combine-wrap-div {
        padding: 0 10px 0 10px;
        .adm-list-item:first-of-type {
            border-bottom: 1px solid #eeeeee;
        }
    }
    
}
.combine-wrap-div {
    .adm-list-item-content {
        align-items: center;
    }
}

._ConfigManage_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中

    .m-form-base {
        border: 1px solid #e8e8ee;
        // padding: 10px 0 10px 0;
        margin-bottom: -1px;
        .m-form-span {
            font-size: 15px;
            font-weight: bold;
            margin-left: 10px;
        }
        .m-form-control {
            .m-form-col {
                height: 32px;
                line-height: 32px;
            }
            .ant-row {
                margin-left: 15px;
            }
            margin-bottom: 5px;
            margin-top: 5px;
            padding-bottom: 5px;
            padding-top: 5px;
        }
    }
    ._ScheduleComponent_ {
        padding: 0;
    }
    .z-sections .z-sections-title .title-left {
        font-size: 15px;
        padding: 7px 0;
    }
    .ant-progress-show-info .ant-progress-outer{
        margin-right: calc(-2em - 140px);
        padding-right: calc(2em + 140px);
    }
}
._ConfigManage_{
    .adm-card-body{
        padding:16px;
    }
}

// 

._ControllerAlarmLink_ {
    display: flex;
    padding: 10px;

    &label {
        display: inline-block;
        width: 110px;
        margin-right: 10px;
        // text-align: right;
    }

    &input {
        width: 200px;
    }

    &btn {
        margin-right: 10px;
    }

    &editbtn {
        &:hover {
            cursor: pointer;
        }
    }

    &select, &switch {
        width: 200px;
    }

    &switch {
        display: inline-block;
        // text-align: left;
    }

    &container {
        // height: 630px;
        padding: 20px 32px;
    }

    &Device {
        min-width: 300px;

        &-header {
            padding: 15px 10px;
            border-bottom: 1px solid @disableColorNo7;
        }

        &-container {
            border-right: 1px solid @dividerColorNo9;
            height: calc(100% - 52px);
            // overflow-y: scroll;
        }   
        
        &-search {
            padding: 15px 10px; 
        }
    }

    &Alarm {
        flex: 1;
        padding: 10px;
        .myicon[disabled]{
            cursor: not-allowed !important;
        }
    }

    &NetworkLink {
        padding: 0 10px;

        &-header {
            padding: 10px 20px;
            font-weight: bold;
            // border-bottom: 1px solid @boxBorderColor;   
        }

        &-row {
            padding: 10px 0;
            display: flex;
        }

        &-device {
            width: calc(70% - 20px);
            height: 100px;
        //    border: 1px solid @boxBorderColor;  
            border-radius: 5px;
        }

        &-footer {
            margin: 10px 0 0 170px;
        }
    }

    &LocalLink {
        // padding-left: 42px;

        &-table {
            margin-top: 10px;
            min-height: 500px;
        }
        .ant-divider-horizontal{
            margin: 16px 0 !important;
        }
        .ant-drawer-body {
            padding: 0 24px;
        }
        .InfoSvg {
            position: absolute;
            margin-top: 6px;
            font-size: 20px;
            vertical-align: 'right';
        }
    }

    &OutputChannel{
        &-table {
            margin-top: 10px;
            min-height: 500px;
        }
        .ant-divider-horizontal{
            margin: 16px 0 !important;
        }
    }

    &OutputChannelEdit {
        &-container {
            padding: 0 30px;
        }
        &-flexrow {
            display: flex;
            justify-content: space-between;
        }
    }

    &LocalLinkEdit {
        &-container {
            padding: 0 30px;
        }
        &-flexrow {
            display: flex;
            justify-content: space-between;
        }
    }

    &LinkedDoor {
        &-table {
            margin: 10px 0;
        }
    }

    &AddContainer {
        &-content {
            border: 1px solid @dividerColorNo9;
            min-height: 400px;
        }

        &-title {
            background-color: @dividerColorNo9;
            height: 30px;
            padding: 5px 10px;
        }

        &-search {
            padding: 10px;
        }
    }
    
}

._DefaultReset_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
}

._DefenceArea_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: calc(100% - 53px);
        border: 1px solid #e8e8ee;
        > .ant-tabs {
            height: 100%;
            .ant-tabs-content {
                height: 100%;
            }
            .ant-tabs-tabpane {
                height: calc(100% - 60px);
                border: @border-normal;;
            }
        }
        .m-text-ellipsis {
            margin: auto;
            max-width: 200px;
        }
        .Open {
            color: @successColorNo19;
        }
        .Alarm {
            color: @errorColorNo17;
        }
    }
}


._DepSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    padding: 0 !important;
    .ant-form-item-explain{
        margin-left: 108px !important;
    }

    .ant-table-body{
        overflow-y: auto!important;
        height: calc(100vh - 385px)!important;
    }
    
}

._DepSetMobile_{
    padding-bottom: 80px;
    .adm-list-item-content-main{
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow-x: hidden !important;
    }
    .icon{
        font-size: 20px;
    }
   
    .depID{
        height: 25px;
        width: 25px;
        line-height: 25px;
        border-radius: 6px;
        text-align: center;
        background-color:gray ;
        color: #fff;
    }
    .adm-nav-bar-right {
        width: 90px;
        flex: 0 0 auto;
    }
    .dep-option-modal{
        overflow-y: auto;
        background-color: #F0F2F5;
        .popup-main {
            height: calc(100vh - 45px);
            overflow: auto;
        }
        .close-icon {
            height: 30px;
            padding-right: 15px;
            padding-top: 15px;
            text-align: right;
        }
        .action-btns {
            padding: 0 10px;
            margin-bottom: 15px;
        }
        
        .adm-list-default .adm-list-body {
            border-top: 0;
            border-bottom: 0;
        }
        .sec-title {
            font-size: 16px;
            color: #8c8c8c;
            margin-left: 32px;
            margin-bottom: 10px;
            font-weight: 400;
        }
        .adm-form-item-child {
            font-size: 16px;
            color: #8c8c8c;
        }
        .adm-form-item-child-inner {
            text-align: right;
        }
        .validto .adm-list-item-content-prefix{
            width: 108px;
        }
        .adm-form-item-label, .adm-list-item-content-main {
            color: #1f1f1f;
        }
        .adm-input-element:not(:disabled) {
            color:#1f1f1f;
        }
        .basic-info {
            .adm-list-body {
                background-color: #F0F2F5;
            }
            .authority {
                margin-top: 0;
            }
            .adm-list-item-content, .authority .adm-list-item:first-of-type .adm-list-item-content{
                border-top: 0;
            }
        }
    }

}

._DeviceAlarmSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
}

._autoSearch_ {
    .btns button {
        margin-right: 10px;
    }
    .netRange label {
        line-height: 32px;
    }
    .LabelIP-container {
        float: left;
        width: 200px;
        margin: 0 0 0 10px;
    }
}


._DeviceManager_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    padding: 16px;
    .content {
        padding: 16px;
        background: @contentBgColorNo15;
    }
    .btns button {
        margin-right: 10px;
    }
    .actions {
        .btns, .statement {
            float: left;
        }
        .statement {
            line-height: 32px;
        }
    }
}
.DevManager_modal_content {
    .ant-form-item,
    .form-extra {
        margin-bottom: 16px !important;
    }
    .type-select {
        padding-bottom: 30px;
        margin-bottom: 28px;
        border-bottom: 1px solid #e9ebee;
    }
    .label-normal-container {
        padding: 0 !important;

        .label-normal-wrapper {
            width: unset !important;
        }
    }
    .ant-form {
        .ant-form-item:last-child {
            margin-bottom: 0 !important;
        }
    }
    .ant-form-item-label {
        text-overflow: ellipsis;
        padding-top: 5px;
    
        & > label {
            display: inline;
        }
    }
    .label-password-container {
        .ant-form-item-has-error .ant-form-item-explain,
        .ant-form-item-explain {
            margin-left: 196px;
        }
        .ant-input-affix-wrapper {
            width: 236px;
        }
    }
}


._DevManager_ {
    min-height: calc(100vh - 96px);
    height: auto;
    // padding: 16px;
    padding: 24px 32px;
    margin: 16px;
    background: @contentBgColorNo15;
    overflow: hidden;

    .ant-btn-link {
        padding: 0;
    }

    .round {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 5px;

        &.online {
            background-color: @successColorNo19;
        }
        &.offline {
            background-color: @errorColorNo17;
        }
    }
}

.filter-dropdown-radio {
    width: 140px;
    display: flex;
    flex-direction: column;
    padding: 8px;

    .ant-radio-wrapper {
        width: 100%;
        line-height: 32px;

        &.selected {
            background-color: @secondNavHoverColorNo14;
            color: @btnHoverColorNo2;
        }
        .ant-radio {
            display: none;
        }
    } 
}
._DimepMode_ {
    .ant-form-item {
        margin-bottom: 8px !important;

        .ant-form-item-label {
            flex: 0 0 180px;
            max-width: unset;
        }
        .ant-form-item-control {
            flex: 0 0 420px;
            max-width: unset;
        }
    }
}

._DJLogTemplate_ {
    display: flex;

    &Device {
        min-width: 300px;
        margin-right: 10px;
        
        &-header {
            padding: 15px 10px;
            border-bottom: 1px solid @disableColorNo7;
        }

        &-container {
            border-right: 1px solid @dividerColorNo9;
            height: calc(100% - 52px);
            // overflow-y: scroll;
        }   
        
        &-search {
            padding: 15px 10px; 
        }
    }

    &Table {
        flex: 1;
    }
    &Tip {
        display: flex;
        margin: 10px 0;
        width:100%;
    }
    &header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
        &-part {
            display: flex;
        }
        &-label {
            display: inline-block;
            width: 120px;
            text-align: right;
            margin-right: 10px;
        }
        &-input, &-select {
            display: inline-block;
            width: 200px;
        }
        &-btn, &-timerange, &-select {
            margin-right: 10px;
        }
        &-search {
            width: 200px;
            margin-right: 10px;
        }

        &-timerange {
            display: flex;
            align-items: center;
        }
        &-subType {
            width: 120px;
            margin-right: 10px;
        }
    }

    &container {
        margin: 10px auto;

        &-table {
            // min-height: 500px;
        }
    }

    &Modal {
        &-container {
            display: flex;
            margin-top: 20px;
        }

        &-tree {
            width: 350px;
            min-height: 450px;
            padding: 5px;
            border: 1px solid @dividerColorNo9;
            // overflow-y: scroll;
        }

        &-header {
            padding: 15px 10px;
            border-bottom: 1px solid @dividerColorNo9;
        }
    }
    &logTotal {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .log-fullcheck{
        height:32px;
        line-height: 32px;
        span{
            height:32px;
            line-height: 32px;
            margin-left:10px;   
        }
    }

}

._DeviceTree_ {

}

th.table-header {
    background-color: @listBorderColorNo8 !important;
}

.ant-table-footer {
    padding: 10px 10px;
    background: @contentBgColorNo15
}




._DoorConfig_ {

    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中


}
.openGroupModal {
    .label-normal-behind {
        padding-left: 0;
    }
}


._DoorConfig_ {

    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中


}
._DoorParamMobile_ {
    padding-bottom: 80px;
    .m-sections .adm-list-body{
        border: 0;
    }
    // .adm-list-item .adm-list-item-content-main {
    //     width: 180px;
    // }
    
    .adm-list-item .adm-list-item-content-extra .adm-input {
        width: 150px;
    }
}
.openGroupModal {
    .label-normal-behind {
        padding-left: 0;
    }
}


._DoorConfig_ {

    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中


}
._DoorParamMobile_ {
    padding-bottom: 80px;
    .m-sections .adm-list-body{
        border: 0;
    }
    // .adm-list-item .adm-list-item-content-main {
    //     width: 180px;
    // }
    .adm-list-item-content-extra {
        flex: 1 1 auto;
    }
    .adm-list-item .adm-list-item-content-extra .adm-input {
        width: 150px;
    }
    .doorname .adm-input {
        width: auto!important;
    }
}
.openGroupModal {
    .label-normal-behind {
        padding-left: 0;
    }
}

._DoorParam_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中

    .m-form-base {
        // border: 1px solid #e8e8ee;
        padding: 10px 0 10px 0;
        margin-bottom: -1px;

        .m-form-span {
            font-size: 15px;
            font-weight: bold;
            margin-left: 10px;
        }

        .m-form-control {
            .m-form-col {
                height: 32px;
                line-height: 32px;
            }

            // margin-bottom: 5px;
            // margin-top: 5px;
            padding-bottom: 5px;
            padding-top: 5px;
        }
    }

    .m-content>.ant-row {
        margin: 16px 0;
    }

    .ant-form-item {
        margin-bottom: 10px;
    }

    .Prefix {
        text-align: center;
    }

    .ant-form-explain {
        margin-left: 21%;
    }

    .methodLabel {
        width: 240px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 22px;
        line-height: 22px;
        vertical-align: bottom;
        padding-right:8px;
    }

    .square {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

    .method-text {
        vertical-align: middle;
        margin: 0 8px;
    }

}
._multiopenmodal_ {
    .arrow {
        width: 35px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: @border-normal;
    }
    .ant-empty-normal {
        margin: 75px 0;
    }
    .ant-table{
        margin-top: 0;
        .ant-table-body {
            overflow-y: auto !important;
            height: 240px;
        }
        ::-webkit-scrollbar {
            width: 10px;
            min-width: 10px;
            border-color: '#e8e8e8';
            border-top: 0;
            border-right: 0;
            background-color: #efefef;
        }
        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
            box-shadow: inset 0 0 6px rgba(0,0,0,0);
            border-radius: 0px;
        }
        ::-webkit-scrollbar-thumb {
            border-radius: 0px;
            background: #8f8f8f;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
            box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        }
        ::-webkit-scrollbar-thumb:hover{
            background: #272727;
        }
        ::-webkit-scrollbar-thumb:active{
            background: #8f8f8f;
        }
        ::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(0, 0, 0, 0.2);
        }
    }
}


._DoorParameters_ {
    padding: 0 !important;
    margin-bottom: 0!important;
    min-width: 1250px;
    height: 100%;
    .wrapper{
      
        .headWrapper{
            padding-right:16px;
        }
        width:100%;
        height: 100%;
        display: flex;
        .ant-alert-message{
            color: @skin-blue;
        }
        .icons{
            cursor: pointer;
            &:nth-child(1){
               vertical-align: -1px;
            }
        }
        .icons-disabled{
            color:rgba(0,0,0,0.25);
            cursor: not-allowed;
        }
        .ant-form-item-has-error .ant-form-item-explain,
        .ant-form-item-explain {
            margin-left: 108px;
        }
        .doorchannellist{
            border-right:1px solid @dividerColorNo9;
            flex: 0 0 260px;
            .search{
                margin-top:16px;
                margin-bottom:16px;
                height:30px;
            }
            .templist{
                display: flex;
                flex-direction: column;
                max-height: 620px;
                height: 620px;
                overflow-y: auto;
                flex-wrap: nowrap;
            
            }
            .templist-li{
                height:40px;
                cursor: pointer;
                line-height: 40px;
                &:hover{
                    background-color: @secondNavHoverColorNo14;
                }
                &.isactive{
                    background-color: @secondNavHoverColorNo14;    
                }
                .hiddenIcon{
                    visibility: hidden;
                }
                .templist-li-icon{
                    float: right;
                    height: 40px;
                    line-height: 40px;
                    margin-right:16px;
                    margin-top:2px;
                }
                .templistLi-span{
                    width:238px;
                    margin-left:5px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    display: inline-block;
                    vertical-align: top;
                }
            }
        }
        .doorparamdetail{
            @labeltimeWidth:140px;
            padding-left:16px;
            // max-width: 980px;
            width: 100%;
            .formitemheader{
                margin-top:20px;
            }
            .formitem{
                margin-bottom:16px !important;
            }
            .ant-form-item-label{
                width:@labeltimeWidth;
            }
            .timeWrap{
                width: 804px;
                display: inline-block;
                border-radius: 4px;
                border: solid 1px @inputBorderColorNo10;
            }
            .holidayset{
                margin-top:16px;
                margin-left:@labeltimeWidth;
            }
            .ant-tabs {
                overflow: visible;
            }
            .ant-tabs-tab:nth-child(1){
                margin-left: 50px;
            }
            .ant-tabs-tab:nth-child(2){
                margin-left: 100px;
            }
            .ant-table{
                border:1px solid @inputBorderColorNo10
            }
            .icon {
                font-size: 20px;
                cursor: pointer;
            }
            .ant-card-head {
                background-color: #f5f5f5;
            }
            .weak-password-icon {
                vertical-align: text-top;
                font-size: 20px;
                margin-left: -6px;
                margin-right: 5px;
            }
            .square {
                display: inline-block;
                width: 16px;
                height: 16px;
                vertical-align: middle;
            }
            .method-text {
                vertical-align: middle;
                margin: 0 8px;
            }
        }
    }
}

._DoorParam_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中

    .m-form-base {
        // border: 1px solid #e8e8ee;
        padding: 10px 0 10px 0;
        margin-bottom: -1px;

        .m-form-span {
            font-size: 15px;
            font-weight: bold;
            margin-left: 10px;
        }

        .m-form-control {
            .m-form-col {
                height: 32px;
                line-height: 32px;
            }

            // margin-bottom: 5px;
            // margin-top: 5px;
            padding-bottom: 5px;
            padding-top: 5px;
        }
    }

    .m-content>.ant-row {
        margin: 16px 0;
    }

    .ant-form-item {
        margin-bottom: 10px;
    }

    .Prefix {
        text-align: center;
    }

    .ant-form-explain {
        margin-left: 21%;
    }

    .methodLabel {
        width: 240px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 22px;
        line-height: 22px;
        vertical-align: bottom;
        padding-right:8px;
    }

    .square {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

    .method-text {
        vertical-align: middle;
        margin: 0 8px;
    }
}

._EasyCall_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .colorContainer{
        width:80px;
        height:26px;
        line-height: 32px;
        vertical-align: 0;
        padding:4px;
        cursor: pointer;
        background-color: #fff;
        display: inline-block;
        .colorInner{
            width:100%;
            height:100%;
            line-height: 16px;
            font-size: 12px;
            text-align: center;
        }
    }
    .flexcenter {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .grid-row{
        width:100%;
        margin-bottom: 20px;
    }
    .viewBox{
        display: flex;
        .left-view{
            flex: 0 0 450px;
        }
        .right-content{
            flex: 1 1 auto;
           
        }
        .leftView-container{
            display: flex;
            width:360px;
            margin:auto;
            height:600px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            background-color: #000000;
            border-radius: 8px;
        }
        .leftView-container-inner{
            display: flex;
            height:90%;
            width:90%;
            justify-content: center;
            align-items: center;
            background-color: #182320;
        }
        .leftView-container-inner-limit{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width:100%;
            height:100%;
        }
        .leftView-callBox{
            width:42%;
            height:35px;
            border:1px solid #5a6b78;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-left:10px;
            margin-right: 10px;
            color:#ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-radius: 2px;
            &.columns1{
                width:80%
            }
            &.columns2{
                width:40%
            }
            &.columns3{
                width:27%
            }
            &.columns4{
                width:18%
            }
        }
        .leftView-callBox-text{
            width:95%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            &.small{
                font-size: 11px;
            }
           
        }
       
        .rowButton{
            margin-top:8px;
            margin-bottom:8px;
        }
    }
    .rightRow{
        display: flex;
        .label-normal-container {
            display: flex;
        }
        .label-div-Container{
            margin-right:10px;
        }
    }
    
    // 边框样式类
    .border-lr {
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }
    
}

.easyCall-multiModal{
    .ant-table{
        margin-top: 0;
        .ant-table-body{
            min-height: 300px;
        }

    }
    .arrow {
        width: 35px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: @border-normal;
        margin-top:200px;
        
    }
    .selected-nums{
        line-height: 30px;
        width:120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ant-form-item{
        margin-bottom: 10px!important;
    }
    .ant-input-number{
        width:60%
    }
}
.easyCall-popover{
    .sketch-picker {
        color: #000;
        :nth-child(3){
            div:nth-child(5){
                display: none;
            }
        }
    }
}
@media only screen and (max-width: 1400px){
    ._EasyCall_{
        .right-content{
            .ant-table-wrapper{
                width:700px
            }
        }
    }
}
@media only screen and (min-width: 1400px){
    ._EasyCall_{
        .right-content{
            .ant-table-wrapper{
                width:700px
            }
        }
    }
}
@media only screen and (min-width: 1500px){
    ._EasyCall_{
        .right-content{
            .ant-table-wrapper{
                width:800px
            }
        }
    }
}
@media only screen and (min-width: 1600px){
    ._EasyCall_{
        .right-content{
            .ant-table-wrapper{
                width:900px
            }
        }
    }
}
@media only screen and (min-width: 1700px){
    ._EasyCall_{
        .right-content{
            .ant-table-wrapper{
                width:950px
            }
        }
    }
}
@media only screen and (min-width: 1800px){
    ._EasyCall_{
        .right-content{
            .ant-table-wrapper{
                width:1050px
            }
        }
    }
}
@media only screen and (min-width: 1900px){
    ._EasyCall_{
        .right-content{
            .ant-table-wrapper{
                width:1150px
            }
        }
    }
}
._EventAlarm_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .label-normal-behind .label-normal-container {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .event-item > .label-div-Container:first-of-type{
        font-weight: bold;
    }
}

._EventAlarmMobile_popup{
    overflow-y: auto;
    background-color: #F0F2F5;
    padding-bottom: 30px;
}

._Facade_ {
    .outDoor-card {
        width: 263px;
        height: 461px;
    }
    .outDoor-bc-Q {
        background-image: url('/static/media/outdoor_Q.png');
        width: 263px;
        height: 461px;
        position: relative;
        input {
            position:absolute;
            text-align: center;
            font-size: 20px;
            width: 128px;
            height: 40px;
        }
        input:nth-of-type(1) {
            left: 39px;
            top: 218px;
        }
        input:nth-of-type(2) {
            left: 39px;
            top: 259px;
        }
        input:nth-of-type(3) {
            left: 39px;
            top: 300px;
        }
        input:nth-of-type(4) {
            left: 39px;
            top: 341px;
        }
        .active {
            cursor: pointer;
            background-color: #FFFFFF;
        }
    }
    .ant-radio-wrapper {
        margin: 0 40px 24px 0;
    }
    .ant-card-body {
        padding: 24px 0 0 24px;
        height: 395px;
        overflow-y: auto;
    }
    .ant-radio-group {
        margin-bottom: -24px;
    }
}


._FaceDetect_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .content {
        display: flex;

        .content-video {
            flex: 0 0 453px
        }
        .content-info {
            flex: 1;
            display: flex;
        }
    }
    min-width: 1080px;
    .param-title-div {
        flex: 0 0 130px;
        overflow: hidden;
        li:hover {
            color: #1890ff;
            background-color: #ECF4FF;
        }
        li {
            text-align: center;
        }
    }
    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }
    .lableInput-behind-row {
        .ant-row{
            .ant-col-14{
                height: 10px;
            }
        }
    }
    .faceDetect_notAllowd{
        .ant-input-number-disabled{
            cursor:auto !important;
            .ant-input-number-input {
                cursor:auto !important;    
            }
        }
    }
    .lableInput-behind-div {
        margin-top: -31px;
        margin-left: 22px;
        line-height: 11px;
    }
    .lableInput-behind-span{
        margin-top: 0px;
        margin-left: 4px;
        margin-right: 4px;
        position: absolute;
    }
    .btn-row{
        position: absolute;
        margin-top: 0px;
    }
    .btn-row2{
        margin-top: 12px;
    }
    .labelText-row{
        margin-top: 40px;
    }
    .video-wrap-div {
        border: '1px solid red';
        height: '500px';
        width: 433px;
    }
    .video-wrap {
        width: 430px;
        height: 338px;
        display: inline-block;
        background-color: black;
        border: 1px solid black;
        line-height: 338px;
        font-size: 40px;
        text-align: center;
    }

    .m-form-control{
        margin-bottom: 80px;
    }

    .faceDetect-span {
        line-height: 35px;
    }
    .labelSlider-center{
        // margin-left:0
    }
    .wrapRadio.ant-radio-group{
        
        vertical-align: text-top;
        
    }
}


._FaceDetectNext_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .content {
        display: flex;

        .content-video {
            flex: 0 0 453px
        }
        .content-info {
            flex: 1;
            display: flex;
        }
    }
    min-width: 1080px;
    .param-title-div {
        flex: 0 0 130px;
        overflow: hidden;
        li:hover {
            color: @btnNormalColorNo1;
            // background-color: #ECF4FF;
        }
        li {
            text-align: center;
        }
    }
    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }
    .lableInput-behind-row {
        .ant-row{
            .ant-col-14{
                height: 10px;
            }
        }
    }
    .faceDetect_notAllowd{
        .ant-input-number-disabled{
            cursor:auto !important;
            .ant-input-number-input {
                cursor:auto !important;    
            }
        }
    }
    .lableInput-behind-div {
        margin-top: -31px;
        margin-left: 22px;
        line-height: 11px;
    }
    .lableInput-behind-span{
        margin-top: 0px;
        margin-left: 4px;
        margin-right: 4px;
        position: absolute;
    }
    .btn-row{
        position: absolute;
        margin-top: 0px;
    }
    .btn-row2{
        margin-top: 12px;
    }
    .labelText-row{
        margin-top: 40px;
    }
    .video-wrap-div {
        border: '1px solid red';
        height: '500px';
        width: 433px;
    }
    .video-wrap {
        width: 430px;
        height: 338px;
        display: inline-block;
        background-color: black;
        border: 1px solid black;
        line-height: 338px;
        font-size: 40px;
        text-align: center;
    }

    .m-form-control{
        margin-bottom: 80px;
    }

    .faceDetect-span {
        line-height: 35px;
    }
    .labelSlider-center{
        // margin-left:0
    }
    .wrapRadio.ant-radio-group{
        
        vertical-align: text-top;
        
    }
}
._FaceDetectNextMobile_ {
    padding-bottom: 80px;
    .slider-list-item {
        .adm-slider {
            width: 140px;
            display: inline-block;
        }
        .desc {
            display: inline-block;
            width: 30px;
            text-align: right;
            vertical-align: 9px;
        }
    }
    .input-list-item {
        .adm-input {
            width: 140px;
        }
    }

    .adm-list-item-content-extra{
        width: 140px;
    }
}
._FaultDetect_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-checkbox-wrapper {
        margin: 10px 0 0;
        width: 20%;
    }
    .FaultDetect  {
        .ant-checkbox-wrapper {
            margin: 0;
            margin-right: 10px;
            width: auto;
        }
        .label-behind {
            position: relative;
            top: 2px;
            padding-left: 15px;
        }
       
        .LabelSwitch-swtich {
            min-width: 42px;
        }
    }
    
}

._FeatureSet_ {
    .ant-form-item-explain{
        margin-left: 180px;
    }
}


._Fingerprint_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
}


._FirstCard_ {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    // min-width: 1250px;
    height: 100%;
    box-sizing: border-box !important;
    position: relative;
    .wrapper{
        .headWrapper {
            padding-right: 16px;
            // padding-left: 16px;
        }
        width:100%;
        height: 100%;
        display: flex;
        .icons{
            cursor: pointer;
            &:nth-child(1){
               vertical-align: -1px;
            }
        }
        .hiddenIcon {
            visibility: hidden;
        }
        .contant-icons-disabled {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.25);
            cursor: not-allowed;
        }
        .icon-disabled {
            color: rgba(0, 0, 0, 0.25);
            cursor: not-allowed;
        }
        .doorchannellist{
            position: absolute;
            left: 0px;
            top: 0px;
            bottom: 0px;
            width: 260px;
            border-right:1px solid @dividerColorNo9;
            z-index: 10;
            background-color: @contentBgColorNo15;
            .firstCard-list {
                margin-top: 12px;
                display: flex;
                flex-direction: column;
                height: calc(100vh - 330px);
                overflow-y: auto;
                flex-wrap: nowrap;
                .firstCard-li {
                    height: 40px;
                    cursor: pointer;
                    line-height: 40px;
                    &:hover {
                        background-color: @secondNavHoverColorNo14;
                    }
                    &.isactive {
                        background-color: @secondNavHoverColorNo14;
                    }
                    .firstCard-list-icon {
                        float: right;
                        height: 20px;
                        line-height: 20px;
                        margin-right: 16px;
                        margin-top: 10px;
                    }
                    .firstCard-list-span {
                        width: 160px;
                        margin-left: 5px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        display: inline-block;
                        vertical-align: top;
                    }
                }
                .list-empty {
                    width: 100%;
                    margin-top: 330px;
                    text-align: center;
                    color: @disableColorNo7;
                }
            }
            .click-row-bgc {
                background-color: @secondNavHoverColorNo14;
            }
            
        }
        .doordetail{
            @labeltimeWidth: 140px;
            padding-left: 16px;
            margin-left: 261px;
            width: 100%;
            height: 100%;
            // padding-top: 16px;
            overflow: hidden;
            .content {
                height: calc(100vh - 190px);
                max-height: calc(100vh - 190px);
                overflow: auto;
            }

            // max-width: 980px;
            .formitemheader {
                margin-top: 20px;
            }
            .formitem {
                margin-bottom: 16px !important;
            }
            .ant-form-item-label {
                width: @labeltimeWidth;
            }
            .ant-form-item-control {
                width: 600px;
            }
            .ant-tabs {
                overflow: visible;
            }
            .ant-tabs-tab:nth-child(1) {
                margin-left: 50px;
            }
            .ant-tabs-tab:nth-child(2) {
                margin-left: 100px;
            }
            .ant-table {
                border: 1px solid @inputBorderColorNo10;
            }
        }
        .person-list {
            // border: 1px solid red;
            // min-height: 200px;
            margin-top: 15px;
            background-color: #f0f2f5;
            .person-list-col {
                // margin: 15px;
                // padding: 15px;
                width: 100%;
                background-color: #ffffff;
            }
            .person {
                width: 100px;
                height: 100px;
                text-align: center;
                margin: 5px;
                .deleteIcon {
                    position: absolute;
                    margin: -80px 0 0 38px;
                }
                .personImg {
                    cursor: pointer;
                    background-image: url('/static/media/person-neuter.png');
                    background-size: cover;
                    > span {
                        height: 20px;
                        display: none;
                    }
                }
                .personImg:hover {
                    background-color: #272727;
                    opacity: 0.7;
                    line-height: 80px;
                    > span {
                        height: 20px;
                        display: inline-flex;
                    }
                }

                .personName {
                    text-align: center;
                }

                .userName-span {
                    display: inline-block;
                    width: 90px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }
            }
            .addImg {
                cursor: 'pointer';
                color: 'red';
            }
            .personImgAdd {
                color: #d9d9d9;
                background-color: #ffffff;
                border: 3px dashed #d9d9d9;
                cursor: 'pointer';
                margin: '5px';
            }
            .addPerson {
                width: 100px;
                height: 100px;
                text-align: center;
                margin: 5px;
            }
        }
        .timePlan {
            margin: 15px;
            padding: 15px;
            background-color: #ffffff;
            .ant-card-head {
                background-color: #f5f5f5;
            }
        }
        
    }
    .detail_spin,
    .ant-spin-container {
        height: 100%;
    }
    .deviceList-modelContext {
        width: 260px;
        height: 200px;
        max-height: 200px;
        margin: 5px auto;
        border: solid 1px rgba(0, 0, 0, 0.15);
        .door-list {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            margin-left: 15px;
            overflow-y: auto;
            height: 200px;
            width: 240x;
            .door-li {
                height: 40px;
                line-height: 40px;
                display: flex;
                .door-list-span {
                    width: 180px;
                    margin-left: 5px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    display: inline-block;
                    vertical-align: top;
                }
            }
        }
    }

    ._firstusermodal_ {
        .arrow {
            width: 35px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: @border-normal;
        }
        .ant-table {
            margin-top: 0;
            .ant-table-body {
                overflow-y: auto !important;
                height: 480px;
            }
        }
        .ant-empty-normal {
            margin: 75px 0;
        }
    }
}



._FourG_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .form-item {
        margin-bottom: 10px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .fn-marb10 {
        margin-bottom: 10px;
    }
    .netStatus .success {
        color: @linkColorNo20;
    }
    .netStatus .failed {
        color: @errorColorNo17;