        height: 40px;
        line-height: 40px;
        label{
            width:180px;
        }
        .ant-switch{
            margin-top:10px
        }
    }
}


._VideoTransmission_ {
    padding: 14px;
    min-height: 80vh;

    .ant-table-header-column {
        font-weight: bold;
    }

    .box {
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid @border-color;

        .title {
            padding: 6px 14px;
            font-weight: bold;
            border-bottom: 1px solid @border-color;
        }

        .conainer {
            width: 100%;
            padding: 14px 32px;

            >.ant-row {
                &:last-of-type {
                    .ant-col {
                        &:last-child {
                            padding-bottom: 0;
                        }
                    }
                }

                >.ant-col {
                    padding-bottom: 14px;
                }
            }
        }

        .ant-table-body {
            border-left: 1px solid @border-color;
            border-right: 1px solid @border-color;
        }
    }

    // .ant-table-thead > tr:first-child > th:first-child {
    //     border-left: 1px solid @border-color;
    // }
    //   .ant-table-thead > tr:first-child > th:last-child {
    //     border-right: 1px solid @border-color;
    // }
    //   .ant-table-tbody .ant-table-row{
    //     border-left: 1px solid @border-color;
    //     border-right: 1px solid @border-color;
    // }
    //   .ant-table-placeholder{
    //     border-left: 1px solid @border-color;
    //     border-right: 1px solid @border-color;
    // }
    //   .ant-table-header-column{
    //     font-weight: bold;
    // }
    .ant-table-title {
        padding: 0 10px;
        border-bottom: 1px solid #e8e8e8;
    }

    .ant-table-tbody .CertSefialNum {
        word-break: break-all;
    }
}

._VideoExport_ {
    min-height: 80vh;
    padding: 14px 14px 14px 29px;

    >.ant-row {
        >.ant-col {
            padding-bottom: 14px;
        }
    }

    .ant-form-item {
        margin-bottom: 0
    }

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

._VideoStorage_,
._GeneralConfig_ {
    min-height: 80vh;

    padding: 14px 14px 14px 29px;

    >.ant-row {
        >.ant-col {
            padding-bottom: 14px;
        }
    }
}

._VideoEncrypt_ {
    .ant-collapse {
        background: #fff;
    }

    .ant-collapse-content>.ant-collapse-content-box {
        padding: 0px;
    }

    .handle {
        margin-left: 20px;

        button {
            margin-right: 10px;
        }
    }
}
._custom_tooltip_ {
    position: absolute;
    width: 376px;
    top: -57px;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    &.has_methods {
        top: -105px;
    }
    svg {
        &:hover {
            color: #1890ff;
        }
    }
    .right svg {
        height: 20px;
        width: 20px;
    }
    .ant-tooltip-arrow {
        left: 50%;
        bottom: -14px;
        transform: translateX(-50%);
    }
    .ant-tooltip-arrow::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 5px;
        height: 5px;
        margin: auto;
        background-color: #fff;
        content: '';
        pointer-events: auto;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
        transform: translateY(-6.7px) rotate(45deg);
    }
    .ant-tooltip-inner {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 5px;
        .right {
            margin-left: 5px;
            padding-left: 5px;
            border-left: 1px solid #e8e8e8;
        }
    }
    .ant-picker-range {
        padding-left: 0;
    }
    .ant-picker-active-bar {
        margin-left: 0;
    }
}
@btnNormalColorNo1: #1890ff; // primary 按钮正常状态颜色、图标/文字 Hover状态颜色
@btnHoverColorNo2: #40a9ff; // primary 按钮 hover颜色
@btnPressedColorNo3: #096dd9; //  primary 按钮 鼠标按下颜色
@titleColorNo4: #272727; // 二级导航文字颜色、表单/正文标题颜色、图标颜色
@textColorNo5: #272727; // 正文文字颜色
@formContentColorNo6: #565656; // 表单内容颜色（比如input输入内容的颜色）
@disableColorNo7: #8f8f8f; // 次要文字/提示性文字颜色、disabled的文字/图标颜色
@listBorderColorNo8: #e8e8e8; // 列表/表格 边框颜色、滑块等控件底色
@dividerColorNo9: #e8e8e8; // 分割线颜色
@inputBorderColorNo10: #d9d9d9; // 次按钮边框、输入框边框
@disableInputBgColorNo11: #f5f5f5; // 次按钮 disabled、input 的disabled 的背景色
@firstNavBgColorNo12: #001529; // 一级导航背景色
@secondNavBgColorNo13: #ffffff; // 二级导航背景色
@secondNavHoverColorNo14: #e6f7ff; // 表格的td的Hover、二级导航的hover
@contentBgColorNo15: #ffffff; // 内容背景色
@bodyBgColorNo16: #f0f2f5; // 最底层背景色
@homePageNo1: #ffffff; // 首页卡片颜色
@homePageNo2: #f0f2f5; // 首页背景颜色
@errorColorNo17: #f5222d; // 失败色
@warnColorNo18: #fcac15; // 警告色
@successColorNo19: #52c41a; // 成功色
@linkColorNo20: #1890ff; // 链接、其他提示颜色

@schedule-dividerColorNo9: @dividerColorNo9;
@schedule-inputBorderColorNo10: @inputBorderColorNo10;
@schedule-listBorderColorNo8: @listBorderColorNo8;
@schedule-successColorNo19: @successColorNo19;
@schedule-warnColorNo18: @warnColorNo18;
@schedule-errorColorNo17: @errorColorNo17;
@schedule-textColorNo5: @textColorNo5;

._ScheduleComponent_ {
    padding: 16px;
    user-select: none;
    .ant-card-body {
        padding: 15px 24px 15px 24px;
    }
    .slider-container {
        position: relative;
    }
    .ant-tooltip-inner {
        color: @schedule-textColorNo5;
        padding: 0 8px;
    }
    .btnContainer {
        float: right;
        button:nth-child(1) {
            margin-right: 10px;
        }
    }
    .main-container {
        border: 1px solid @schedule-dividerColorNo9;
        border-bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 9px 0 4px 0;
        overflow: visible;
        &:last-child {
            border-bottom: 1px solid @schedule-dividerColorNo9;
        }
    }
}
._ScheduleComponent_,
._DaySliderComponent_ {
    .rule-box {
        align-items: flex-end;
        height: 40px;
        background: @bodyBgColorNo16;
    }
    .copy-btn {
        margin-top: 5px;
        padding: 4px;
    }
    // 时间尺的样式
    .timeplan-ruler {
        height: 14px;
        position: relative;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        div {
            display: inline-block;
            height: 5px;
            border-left: 1px solid #555;
            box-sizing: border-box;
            &:last-child {
                border-right: 0;
                .ruler-text {
                    margin-left: -5px;
                }
            }
        }
        .ruler-text {
            position: absolute;
            bottom: 15px;
            margin-left: -5px;
            font: 11px/1 sans-serif;
            word-break: keep-all;
        }
        .hour {
            height: 10px;
        }
    }

    .main-container {
        .label {
            float: left;
            height: 100%;
            line-height: 45px;
            padding-left: 10px;
        }
        .dayName{
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        .slider-container {
            float: left;
        }
        .copyBtn {
            float: left;
            height: 45px;
            line-height: 45px;
        }
        .dayplan {
            position: relative;
            height: 11px;
            margin-top: 16px;
            margin-bottom: 8px;
            border: 1px solid @schedule-inputBorderColorNo10;
            
            background-color: @schedule-listBorderColorNo8;
            cursor: pointer;
            box-sizing: border-box;
            .handle {
                position: absolute;
                width: 15px;
                height: 15px;
                margin-top: -3px;
                margin-left: -7px;
                background-color: #fff;
                border: solid 2px #91d5ff;
                border-radius: 50%;
                -webkit-box-shadow: 0;
                box-shadow: 0;
                cursor: pointer;
                z-index: 1;
                -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.6s,
                    -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
                transition: border-color 0.3s, -webkit-box-shadow 0.6s,
                    -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
                transition: border-color 0.3s, box-shadow 0.6s,
                    transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
                transition: border-color 0.3s, box-shadow 0.6s,
                    transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-box-shadow 0.6s,
                    -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
                &:hover {
                    border-color: #46a6ff;
                }
            }
          
            .track {
                position: absolute;
                height: 100%;
                &.green {
                    background: @schedule-successColorNo19;
                }
                &.yellow {
                    background: @schedule-warnColorNo18;
                }
                &.red {
                    background: @schedule-errorColorNo17;
                }
            }
        }
    }

    //事件类型头部的样式
    .header {
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px;
        // width: 880px;
        .status-container {
            margin-bottom: 20px;
            float: left;
            .circle (...) {
                content: '';
                height: 10px;
                width: 10px;
                display: inline-block;
                border-radius: 5px;
                margin: 0 10px;
                background-color: @arguments;
            }
            span:nth-child(2) {
                &:before {
                    .circle(@schedule-successColorNo19);
                }
            }
            span:nth-child(3) {
                &:before {
                    .circle(@schedule-warnColorNo18);
                }
            }
            span:nth-child(4) {
                &:before {
                    .circle(@schedule-errorColorNo17);
                }
            }
        }
        .button-container {
            float: right;
        }
    }
    .onlyNormal-header {
        .status-container {
            display: none;
        }
    }
}
.timeSchedule-drawer {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.timer-box {
    height: 30px;
    display: inline-block;
    .ant-input {
        padding: 4px 0px;
        background-color: transparent;
    }
    .timer-input {
        width: 20px;
        min-width: 10px;
        float: left;
        height: 30px;
        text-align: center;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border: none;
        color: #272727;
        // color: #fff;
        &:focus {
            border: transparent;
        }
    }
    .timer-point {
        float: left;
        vertical-align: baseline;
        margin: 0;
        padding: 3px;
        height: 30px;
        font-weight: bold;
    }
}


.z-sections {
    border: @border-normal;
    .z-sections-title {
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: @border-normal;
        line-height: 30px;
        .title-left {
            float: left;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: bold;
        }
        .title-right {
            float: right;
        }
    }
    .z-sections-content {
        padding: 15px;
    }
    
    &.noline {
        border-top: none;
    }
    .row-lists > div {
        margin-bottom: 10px;
        &:last-child {
            margin-bottom: 0;
        }
    }
}

.MyTable{
    position: relative;
    .ant-table-thead {
        border-top:none
    }
    &.noAntPage{
        .ant-table-pagination:nth-child(2) {
            display: none
        }
    }
    .ant-table-wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 50px;
        overflow-y: auto;
        border: unset !important;
        margin-top: 0;
        &::after {
            display: none;
        }
    }
    .bottom-pagination{
        border-top: 1px solid  @dividerColorNo9;
    }
    border: 1px solid @dividerColorNo9;
    .noBorderLR{
        border-left:none;
        border-right:none 
    }
    // &.noBoderTop {
    //     border-top:none;
    // }
    .drawer-content-wrapper{
        position: absolute;
        height: 100%;
        background-color: @contentBgColorNo15;
        z-index: 99;
        right: 0;
        box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: width 0.3s;
        .drawer-header{
            padding: 0 16px;
            position: relative;
            color: @titleColorNo4;
            height: 40px;
            line-height: 40px;
            background: @contentBgColorNo15;
            border-bottom: 1px solid @dividerColorNo9;
            border-radius: 4px 4px 0 0;
            .drawer-close{
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                color: @titleColorNo4;
                font-weight: 700;
                font-size: 16px;
                line-height: 40px;
                text-align: center;
                text-transform: none;
                text-decoration: none;
                background: transparent;
                border: 0;
                outline: 0;
                cursor: pointer;
                transition: color 0.3s;
                text-rendering: auto;
            }
        }
    }
    
        
    .ant-table-placeholder {
        border-bottom: unset !important;
    }
    
}

._TreeSelect_ {
    position: relative;
    .treeWrap {
        position: absolute;
        margin-top: 2px;
        padding: 4px 0;
        width: 100%;
        min-height: 100px;
        max-height: 250px;
        z-index: 100;
        text-align: left;
        list-style-type: none;
        background-color: @secondNavBgColorNo13;
        background-clip: padding-box;
        border-radius: 4px;
        outline: none;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
        box-shadow: 0 2px 8px rgba(0,0,0,.15);
        transform: translate3d(0,0,0);
    }
    input {
        cursor: pointer;
    }
    .anticon-down {
        color: rgba(0, 0, 0, 0.25);
    }
}
.wrap-title{
    display: inline-block !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}


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

}

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



._AccountAcs_ {
    width: 100%;
    min-width: 900px;
    // padding-top: 0 !important;
    &row {
        &-bottom {
            // margin-bottom: 16px;
        }
        &-top {
            margin-top: 16px;
        }
    }
    &btn {
        margin-right: 10px;
    }

    &table {
        // height: 430px;
        // border: 1px solid @color-border;
    }
    .ant-table {
        height: 450px;
        // border: 1px solid @color-border;

        .ant-table-tbody > tr:last-child > td {
            border-bottom: 1px solid @color-border;
        }
    }

    &edit {
        font-size: 20px;
        margin-right: 10px;
        &:hover {
            cursor: pointer;
        }
    }
    &delete {
        font-size: 20px;
        &:hover {
            cursor: pointer;
        }
    }
    &delete-disabled {
       font-size: 20px;
        color: #8f8f8f;
        cursor: not-allowed;
    }

    &form {
        padding-left: 50px;
        .ant-form-item-required {
            // padding-right: 10px;

            &::after {
                content: '';
            }
        }
    }
    .has-error .ant-form-explain {
        margin-left: 0;
    }
    .ant-form-item-label {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 155px;
    }
}

// ._OnvifUser_ {
//     &table {
//         border: 1px solid @color-border;
//         height: calc(100vh - 300px);
//     }
// }

._ResetPwd_ {
    margin-top: 20px;

    &container {
        border: 1px solid @dividerColorNo9;

        .has-error .ant-form-explain {
            margin-left: 0;
        }
    }

    &title {
        border-bottom: 1px solid @dividerColorNo9;
        padding: 15px;
    }

    &content {
        padding: 15px;
    }

    &info {
        width: 777px;
    }

    &row {
        padding: 15px 0;

        &-info {
            margin: 8px 0;
        }
    }
    .ant-form-item-label {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 0;
    }
}

._ResetPwd_ {
    .lable-com {
        .label-normal-container {
            width: 100%;
        }
    }
}


._AcsManager_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content{
        min-height: calc(100vh - 64px);
        flex-flow:row nowrap;
        .left-content{
            height:100%;
            width:100%;
            display: block;
            background-color: @contentBgColorNo15;
            .left-content-title{
                height:40px;
                line-height: 40px;
                border-bottom:1px solid @dividerColorNo9;
            }
            .left-content-titlespan{
                margin-left:16px;   
            }
            .ant-tree{
                width: 248px;
                max-height: 700px;
                overflow-y: auto;
                word-break:break-all;
            }
        }
        .right-content{
            background-color: @contentBgColorNo15;
            margin:16px;
            padding-top:16px;
        }
        .righttop-content{
            padding-left: 16px;
            padding-right:16px;
        }
        .doorListContainer{
            display: flex;
            height:500px;
            width:100%;
            flex-wrap:wrap;
            align-content:flex-start;
            transition: height 0.5s;
        }
        .doorContent{
            border:1px solid @listBorderColorNo8;
            width:270px;
            height:101px;
            border-radius: 4px;
            margin-right:18px;
            margin-bottom:7px;
            .doorIcon{
                margin-top:14px;
                margin-bottom:14px;
                margin-left:14px;
                float: left;
            }
            .doorContentRight{
                margin-left:10px;
                width:180px;
                float:left;
                .doorTitle{
                    margin-top:5px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
                .doorOpeBtn{
                    margin-top:15px;
                    .doorBtn{
                        padding: 0 0 0 3px;
                        text-align: left;
                        width:85px;
                        height: 24px;
                        border-radius: 4px;
                        font-size: 14px;
	                    line-height: 24px;
                        letter-spacing: 0px;
                        border: 1px solid @listBorderColorNo8;
                        .anticon{
                            font-size: 14px;
                            line-height: 24px;
                            width:auto;
                            height: 24px;
                            display: inline-block;
                            vertical-align:-2px;
                        }
                        &.defaultBtn{
                            //border: 1px solid @btnNormalColorNo1;
                            //color:@linkColorNo20;
                            &:nth-child(1){
                                margin-right:10px;
                            }
                        }
                        span{
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            display: inline-block;
                            height: 24px;
                            width:60px;
                            margin-left:1px;
                            &:nth-child(2){
                                padding-left: 5px;
                            }
                        }
                        .icon {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
        .doorPagination{
            height:26px;
            margin-bottom:7px;
            margin-top: 12px;
            justify-content: space-between;
            .doorPaginationObj{
                float:right
            }
        }
        .eventTitleContent{
            border-top:1px solid @listBorderColorNo8;
            border-bottom:1px solid @listBorderColorNo8;
            height:40px;
            padding:10px 10px;
            margin-top: 10px;
            position: relative;
            .expand-content{
                width: 50px;
                height: 10px;
                background-color: @disableColorNo7;
                position: absolute;
                top:0;
                left:45%;
                font-size: 12px;
                border-radius: 2px;
                cursor: pointer;
                .anticon {
                    margin-left: 20px;
                    vertical-align: 10px;
                    color:@contentBgColorNo15
                }
            }
            .ant-checkbox-group{
                .ant-checkbox-group-item:nth-child(1){
                    .ant-checkbox-inner{
                        background-color: @errorColorNo17;
                        border-color:@errorColorNo17;
                    } 
                }
                .ant-checkbox-group-item:nth-child(2){
                    .ant-checkbox-inner{
                        background-color: @warnColorNo18;
                        border-color:@warnColorNo18;
                    } 
                }
                .ant-checkbox-group-item:nth-child(3){
                    .ant-checkbox-inner{
                        background-color: @successColorNo19;
                        border-color:@successColorNo19;
                    } 
                }
            }
        }
        .ant-table-wrapper{
            margin-top: 0px;
            .ant-table-row{
                &.alarm{
                    color:@errorColorNo17
                }
                &.notNormal{
                    color:@warnColorNo18
                }
            }
            
        }
        .deviceDetailContent{
            padding:10px;
            border-left:1px solid @listBorderColorNo8;
            height:200px;
            .deviceDetailLabel{
                width:150px;
                display: inline-block;
                margin-bottom:10px;
            }
        }
    }

    .ant-table-empty img {
        width: 75px;
    }
}

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


._Advertisement_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中

    .row-margin {
        margin-top: 15px;
    }

    .ant-upload-text {
        margin-top: 8px;
        color: #666;
    }
    .img-list {
        border: 1px solid #e8e8ee;
        padding: 15px;
    }
    // .fileInput{
    //     margin: 20px 0;
    //     .fileLabel{
    //         text-align: left;
    //         label{
    //             vertical-align: middle;
    //             display:inline-block;
    //             line-height: 32px;
    //         }
    //     }
    //     input[type="file"]{
    //         position: absolute;
    //         top:0;
    //         right: 0;
    //         opacity: 0;
    //         height: 32px;
    //         font-size: 100px;
    //         cursor: pointer;
    //     }
    //     .fn-hidden {
    //         overflow: hidden;
    //     }
    //     .uploadBtn{
    //         margin-left: 20px;
    //         position: relative;
    //         .ant-btn{
    //             min-width: 85px
    //         }
    //         form {
    //             display: inline-block;
    //         }
    //     }
    //     .fn-relative {
    //         position: relative;
    //         overflow: hidden;
    //     }
    //     .upload-input {
    //         width: 100%;
    //         z-index: 20;
    //     }
    // }
}
.video-upload {
    display: flex;
    flex-direction: column;
    align-items: center;

    .steps {
        width: 400px;
        margin-bottom: 24px;
    }

    .upload-wrap {
        width: 350px;
    }
    
    .file-select {
        display: flex;

        label {
            display: inline-block;
            white-space: nowrap;
            line-height: 32px;
        }
        .file-select-input {
            width: 200px;
            margin: 0 10px;
        }
    }

    .file-progress {
        margin: 12px 0;
    }

    p {
        margin: 0;
    }
}


// 

._AlarmLink_ {
    display: flex;

    &label {
        display: inline-block;
        width: 160px;
        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;
    }

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

    &LocalLinkEdit {
        &-container {
            padding: 0 30px;
        }
        &-row, &-flexrow {
            margin-bottom: 14px;
        }
        &-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;
        }
    }
}

.alarm-login-container {
    height: 100vh;
    width:100vw;
    .Login-Form{
        background-color: transparent;
        text-align: center;
    }
    .login-box{
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -200px;
        margin-top: -242px;
        padding: 20px 40px;
        // top: 174px;
        width: 400px;
        padding-bottom: 30px;
        z-index:2;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        .ant-input {
            height: 44px;
            padding-left: 35px;
            background: #eee;
            border-radius: 5px;
            color: #333;
            font-size: 14px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            text-align: left;
            &:nth-child(2) {
                padding-right: 95px;
            }
        }
        .login-button {
            margin-top: 40px;
            height: 44px;
            max-height: 44px;
            font-size: 16px;
            font-weight: 200;
            border-radius: 5px;
            background: #2ab5fc;
        }
        .login-forget {
            position: absolute;
            right: 10px;
            bottom: -2px;
            line-height: 20px;
            font-size: 14px;
            border-left: 1px solid rgba(255, 255, 255, 0.2);
            color: #666;
            &:hover {
                color: #333;
            }
        }
    }
    .alarm-logo {
        margin: 10px auto 25px;
        width: 170px;
        height: 34px;
        background-repeat: no-repeat;
        background-position: center;
        &.zh-cn, &.en {
            background-image: url('/static/media/alarm.png');
        }
        // 俄语
        &.ru {
            background-image: url('/static/media/rulogo.png');
        }
        // 阿拉伯语
        &.ar {
            background-image: url('/static/media/arlogo.png');
        }
        // 西班牙语
        &.es {
            background-image: url('/static/media/eslogo.png');
        }
    }
    .login-backgroundImage {
        position: absolute;
        height: 100%;
        width:100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-image: url('/static/media/bg.eb873759.png')
    }
    .login-button{
        width:100%;
    }
    .login-forget{
        position: absolute;
        padding-left: 10px;
        cursor: pointer;
        color:@loginForgetPasswordHoverColor;
        &:hover{
            color:@loginForgetPasswordHoverColor;
        }
    }
    .login-icon{
        color: #999;
    }
}
._AlarmRecord_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
}



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

._AlarmSignal_ {
    // 页面组件特有的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 {
            max-width: 500px;
        }
    }
}



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

    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }

    .volume-span {
        line-height: 35px;
    }

    .times-col {
        border: 1px solid #e8e8e8;
        padding: 15px;
        display: inline-block;
        width: 750px;
    }

    .labelSlider-center {
        // margin-left:0
    }

    .labelTextContainer {
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
    .audio-table {
        .ant-table {
            margin-top: 0;
        }
    }
}

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

    .modify{
        display: flex;
        justify-content:space-evenly;
        // color: #1890ff;
    }
    .file-input{
        position: absolute;
        visibility: hidden;
        // opacity:0;
    }
    .upload{
        position: relative;
    }
}

._Audio_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中

    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }
    .volume-span{
        line-height: 35px;
    }

    .times-wrapper {
        border: 1px solid #e8e8e8;
        padding: 15px;
    }
    .ant-slider-dot:last-child {
        margin-left: -30px;
    }
}

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

    .tableContent{
        height:calc(100vh - 250px)
    }
    .searchInput{
        width:200px;
        float:right;
        margin-right:10px;
    }
    .authIcon{
        font-size:22px;
    }
}
._AuthProgress_ {
    &Operator {
        margin-right: 10px;

        &:hover {
            cursor: pointer;
        }
    }
}

._AutoMaintain_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .fileInput {
        // 重置文件上传的间距有问题
        div:nth-child(3),div:nth-child(4) {
          width: auto;
          margin-left: 26px;
        }
      }
    .config{
        margin-top: 10px;
        border: 1px solid @dividerColorNo9;
        .import{
            margin-top: 20px;
        }
        .fileLabel{
            text-align: left;
            margin-left: 10px;
        }
        margin-bottom: 10px;
    }
    .m-content {
        border: 1px solid #e8e8ee;
    }
    .refreshButtonWrapper{
        text-align: right;
    }
    .ant-modal-confirm-btns .ant-btn:first-child{
        float: right;
        margin-left: 10px;
    }
}

._BaseInfo_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        border-top: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;

        .list_row {
            height: 40px;
            line-height: 40px;
            border-bottom:  1px solid #e8e8ee;
        }
        .list_col {
            margin-left: 20px;
        }
        .list_even{
            background-color: #f0f2f5;
        }
    }
}


._BaseServices_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: 0!important; //为了不eslint告警写一个
    .fn-box {
        margin-bottom: 10px;
    }
    .error {
        display: inline-block;
        margin-top: 10px;
        color: #f5222d;
    }
    .ant-alert {
        margin-top: 10px;
    }
}

._BaseServices_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: 0!important; //为了不eslint告警写一个
    padding: 16px;
    padding-top: inherit;
    .fn-box {
        // margin-bottom: 10px;
    }
    .error {
        display: inline-block;
        margin-top: 10px;
        color: #f5222d;
    }
    .ant-alert {
        margin-top: 10px;
    }
}

._BasicSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-progress-show-info .ant-progress-outer{
        margin-right: calc(-2em - 140px);
        padding-right: calc(2em + 140px);
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 200px;
    }
    .form-checkbox {
        padding: 8px;
    }
    .enable {
        line-height: 48px;
        margin-left: 8px;
    }
    .ant-picker-ranges {
        padding: 4px 5px;
    }
}
._Battery_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .box {
        width: 900px;
        margin: 81px auto;
    }
    .status {
        margin-top: 20px;
        > div {
            display: inline-block;
            width: 33.33%;
            text-align: left;
        }
        .fn-right {
            text-align: right;
        }
    }
    .fn-center {
        text-align: center;
    }
}

._Beepcfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 21%;
    }
}


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

    .ant-form-item{
        margin-bottom: 5px;
    }
    .LabelIP-container{
        margin: 0px;
        .LabelIP-ip-input  {
            height: 36px;
            line-height: 34px;
        }
    }
}


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

}

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


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

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


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

._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: #ffffff
}




._DoorConfig_ {

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


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

._DoorParam_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部