        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
        &.online {
            background-color: @successColorNo19;
        }
        &.offline {
            background-color: @errorColorNo17;
        }
    }
    .ant-input-number-input{
       // width: 100% !important;
    }
}


._SIPVTS_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-row {
        // margin: 15px 0;
        margin-bottom: 5px
    }
    .LabelIP-container {
        margin: 0px 0;
    }
    .p-tip {
        margin: -15px 0 0 0;
        color: red;
    }
    .error-border {
        border-color: red;
        box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
    }
    .LabelInput-label-dark {
        position: relative;
        // line-height: 32px;
        color: #272727;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .LabelInput-label-Col {
        text-align: left;
        padding-right: 10px;
    }
}
._Sirencfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 21%;
    }
}


._SysLog_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: calc(100% - 53px);
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
        .LabelInput-label-dark {
            margin-bottom: 0px;
            top: 4px;
        }
    }
    .log-header {
        display: flex;
        align-items: center;
    }
    min-width: 1090px;
    .ant-drawer-content-wrapper{
        position: absolute;
        height: 100%;
        background-color: white;
        z-index: 99;
        right: 0;
        box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: width 0.3s;
        .ant-drawer-header{
            padding: 0 16px;
            position: relative;
            color: #272727;
            height: 40px;
            line-height: 40px;
            background: #ffffff;
            border-bottom: 1px solid #e8e8e8;
            border-radius: 4px 4px 0 0;
            padding-top: 10px;
            .ant-drawer-close{
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                color: rgba(0, 0, 0, 0.45);
                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-drawer-body{
            .ant-row{
                margin-bottom: 20px
            }
        }
    }
    .encryptcol .LabelInput-label-dark {
        top: 5px;
    }
}

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

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


._Stand_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    min-width: 1150px;
    .editable-row:hover .editable-cell-value-wrap {
        outline: 1px solid #d9d9d9;
        border-radius: 4px;
        padding: 2px 11px;
        &.Level10, &.Level20, &.Slot0 {
            outline: none;
        }
    }
    .editable-cell-value-wrap {
        text-align: center;
        padding: 2px 11px;
    }
    .m-text-ellipsis {
        margin: auto;
        max-width: 160px;
    }
    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;;
            }
        }
    }
}
._Stand_Modal{
    .Form-container{
        .ant-row{
            margin-bottom: 15px;
        }
    }
    .has-error .ant-form-explain {
        margin-left: 0;
    }
    .ant-form-item-label, .ant-form-item-control {
        line-height: 36px;
    }
    .ant-form-item-required::before {
        display: none;
    }
}


._Statistics_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .pie-box {
        width: 500px;
        height: 330px;
    }
}

._StorageSettings_{
    .ant-alert {
        padding: 4px 15px;
    }
    .label-explain {
        font-size: 14px;
    }
}

._Subsystem_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // .ant-tabs-content{
    //     padding: 0 20px;
    // }
    .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;;
            }
        }
    }
    .fixed-button {
        margin: 10px 0px;
    }
}


._SysLog_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: calc(100% - 53px);
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
        .LabelInput-label-dark {
            margin-bottom: 0px;
            top: 4px;
        }
    }
    .log-header {
        display: flex;
        align-items: center;
    }
    min-width: 1090px;
    .ant-drawer-content-wrapper{
        position: absolute;
        height: 100%;
        background-color: white;
        z-index: 99;
        right: 0;
        box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: width 0.3s;
        .ant-drawer-header{
            padding: 0 16px;
            position: relative;
            color: #272727;
            height: 40px;
            line-height: 40px;
            background: #ffffff;
            border-bottom: 1px solid #e8e8e8;
            border-radius: 4px 4px 0 0;
            padding-top: 10px;
            .ant-drawer-close{
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                color: rgba(0, 0, 0, 0.45);
                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-drawer-body{
            .ant-row{
                margin-bottom: 20px
            }
        }
    }
    .encryptcol .LabelInput-label-dark {
        top: 5px;
    }
}


._SysLog_ {
    &header {
        display: flex;
        justify-content: space-between;

        &-label {
            display: inline-block;
            width: 120px;
            text-align: right;
            margin-right: 10px;
        }
        &-select {
            display: inline-block;
            width: 220px;
        }

        &-btn {
            margin-left: 20px;
        }
    }

    &container {
        margin-top: 20px;

        &-pagination {
            margin-top: 10px;
            // float:right;
            text-align: right;
        }

    }

    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: calc(100% - 53px);
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
    }
    min-width: 1090px;
    .ant-drawer-content-wrapper{
        position: absolute;
        height: 100%;
        background-color: white;
        z-index: 99;
        right: 0;
        box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: width 0.3s;
        .ant-drawer-header{
            padding: 0 16px;
            position: relative;
            color: #272727;
            height: 40px;
            line-height: 40px;
            background: #ffffff;
            border-bottom: 1px solid #e8e8e8;
            border-radius: 4px 4px 0 0;
            padding-top: 10px;
            .ant-drawer-close{
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                color: rgba(0, 0, 0, 0.45);
                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-drawer-body{
            .ant-row{
                margin-bottom: 20px
            }
        }
    }

    
}


._SysSet_ {
    // 框架结构的CSS应该进行一些封装
    padding-top: 2rem;

    // 保存按钮是否应该分装一个组件
    .fixed-button {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 3rem;
        padding: 0.7rem;
        background-color: #E2E3E7;
    }
}

._SystemFtpSet_{
    padding: 16px;
    background: @contentBgColorNo15;
    min-height: 90vh;
    .LabelInput-label-Col{
        text-align: left;
    }
    .mb-10{
        margin-bottom: 10px;
    }
    .handlebar{
        button{
            margin-right: 10px;
        }
    }
    .ant-form-item{
        margin-bottom: 0;
    }
    .ant-form-explain{
        margin-left: 0 !important;
    }
    .ant-form-item-control{
        line-height: 0;
    }
    .ant-form-item-required::before {
        display: none;
    }
    .ant-form-item-label {
        line-height: 32px;
    }
    .password-col{
        margin-top: 17px;
    }
}
._SystemInfo_ {
    // 页面组件特有的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;
            &:nth-child(2n) {
                background-color: #f0f2f5;
            }
        }
        .label-normal-container  {
            margin-left: 20px;
            .label-normal-wrapper  {
                margin-left: 20px;
            }
        }
    }
    .adjoint + .adjoint {
        margin-left: 16px;
    }
}


._SystemLog_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    &header1 {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;

        &_label {
            display: inline-block;
            text-align: left;
            margin-right: 16px;
        }
        &_select {
            display: inline-block;
            width: 200px;
            margin-right:12px;
        }   

        &-btn {
            margin-right: 12px;
        }
    }
    &encrypt {
        margin-top: 20px;
        line-height: 32px;
    }
    &logTotal {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    &containers {
        margin-top: 17px;

        &-pagination {
            margin-top: 10px;
            text-align: right;
        }
    }

    .m-content {
        height: calc(100% - 53px);
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
    }
    // min-width: 1090px;
    .ant-drawer-header {
        padding: 20px 24px;
    }
    .ant-drawer-close {
        width: 62px;
        height: 62px;
    }
    .systemLog-fullCheck{
        height:32px;
        line-height: 32px;
        display: inline-block;
        button{
            margin-left: 10px;
        }
        span{
            height:32px;
            line-height: 32px;
            margin-left:10px; 
        }
    }
     ._SystemLog_header_select,._SystemLog_header_btn{
        vertical-align: bottom;
    }
    .systemLog_spanWrap{
        flex:1 1 300px;
    }
    .list-item{
        padding-bottom: 20px;
        border-bottom: @border-normal;
    }
}

._SystemLogMobile_ {
    
    .m-sections {
        background-color: #F0F2F5;
    }
    .log-item {
        background-color: #fff;
        padding: 16px;
        min-height: 44px;
        border-bottom: 1px solid #eeeeee;
        .log-item-time {
            font-size: 16px;
            font-weight: 600;
            color: #1f1f1f;
            
        }
        .log-item-descwrap {
            margin-top: 10px;
        }
        .log-item-desc {
            font-size: 14px;
            color: #8c8c8c;
            margin-right: 5px;
        }
        &:last-child {
            border-radius: 0 0 8px 8px;
        }
    }
   
    .m-sections {
        margin-top: 0;
    }
    .better-scroll-container {
        height: calc(100vh - 87px);
        overflow-y: hidden;
    }
    .adm-log-filter {
        .adm-dropdown {
            background-color: #F0F2F5;
        }
    }
    .adm-dropdown-item {
        flex: 0 1 auto;
        &:first-child .adm-dropdown-item-title {
            padding-left: 15px;
        }
    }
}

._SystemUpgrade_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // padding: 16px;
    .form-item{
        margin-top: 20px;
    }
    .fileInput .fileLabel {
        text-align: left;
    }
    .file-box {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .fn-relative {
        position: relative;
    }
    .newContainer{
        border: 1px solid #494a50;
        height: 250px;
        overflow-y: auto;
        margin-left: 0px;
        margin-top: 10px;
    }
    .find-version {
        white-space: pre-wrap;
        word-break: break-all;
    }
}

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

._Terminal_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .ant-form-item {
        margin-bottom: 5px;
    }
    .LabelIP-container {
        margin: 0px;
        .LabelIP-ip-input  {
            height: 36px;
            line-height: 34px;
        }
    }
    .ant-table-expanded-row {
        .ant-table-thead {
            display: none;
        }
        .ant-table-wrapper {
            margin: -10px;
            border: 0px;
        }
    }
    .ant-table-row-expand-icon {
        // display: none;
    }

    // .lableInput-behind-div {
    //     margin-top: -33px;
    //     margin-left: 22px;
    //     line-height: 11px;
    // }
    // .lableInput-behind-span{
    //     margin-top: 0px;
    //     margin-left: 4px;
    //     margin-right: 4px;
    //     position: absolute;
    // }
    // .LabelInput-behind-dark{
    //     position: absolute;
    //     margin-left: 5px;
    // }
    .ant-modal-confirm .ant-modal-confirm-btns {
        margin-top: 16px;
    }
    .fileInput {
        margin: 0;
        margin-bottom: 19px;
    }
}
._TestReport_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .row-lists {
        .LabelInput-behind-dark {
            display: inline-block;
            padding: 0 5px;
        }
        .ant-row:nth-of-type(2) {
            height: 50px;
            margin-bottom: 0;
        }
        .ant-row:nth-of-type(2)::after {
            display: none;
        }

    }
}

._TimeSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .timeClock {
        padding-left: 50px;
    }
    .timeAndZone .bigFont {
        font-size: 20px;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 108px;
    }
    .label-select {
        padding: 8px 0px 8px 16px;
    }
    .week-item {
        padding-left: 16px;
    }
    .dst-set{
        margin-top:10px;
    }
    .time-timepicker-popup {
        .ant-picker-panel {
            width: 140px;
        }
    }
}
.dst_timeset {
    .ant-picker-header-super-prev-btn,.ant-picker-header-super-next-btn,.ant-picker-year-btn{
        display: none;
    }
}
._TimeSetMobile_{
    padding-bottom: 80px;
    .datePicker12{
        .picker{
            flex: 2;
        }
        .extendPicker{
            flex: 3;
        }
        .picker .adm-picker-view-column:first-child{
            display: none !important;
        }
        .extendPicker .adm-picker-view-column:nth-child(3){
            display: none !important;
        }
    }
    .datePicker24{
        .picker .adm-picker-view-column:first-child{
            display: none !important;
        }
        .picker .adm-picker-view-column:nth-child(6){
            display: none !important;
        }
    }
    .adm-list-item-content-extra{
        a{
            color:#00a335
        }
    }
    
}


._TimeTempt_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 0 !important;
    margin-bottom: 0!important;
    min-width: 1250px;
    height: 100%;
    .fixed-button {
        margin-left: 140px;
    }
    .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;
        }
        .timetemplateGroup{
            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-empty {
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: @disableColorNo7;
                }
            }
            .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:9px;
                    margin-top:2px;
                }
                .templistLi-span{
                    width:160px;
                    margin-left:5px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    display: inline-block;
                    vertical-align: top;
                }
            }
        }
        .timetemplateDetail{
            @labeltimeWidth:140px;
            padding-left:16px;
            max-width: 980px;
            .formitemheader{
                margin-top:20px;
            }
            .formitem{
                margin-bottom:16px !important;
            }
            .ant-form-item-label{
                width:@labeltimeWidth;
            }
            .ant-form-item-control{
                width:600px;
            }
            .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-table-body {
        min-height: 240px;
    }
    ._ScheduleComponent_{
        padding-left: 0;
        padding-right: 0;
    }
}
._TipMode_ {
    .ant-form-item {
        margin-bottom: 8px !important;

        .ant-form-item-label {
            flex: 0 0 220px;
            max-width: unset;
        }
        .ant-form-item-control {
            flex: 0 0 300px;
            max-width: unset;
        }
    }
    .ant-input-number{
        width:200px;
        margin-right: 5px;
    }
    .ant-select{
        width:200px; 
    }
    .tip-icon {
        vertical-align:-6px;
        margin-left: 5px;
        font-size: 20px;
        fill: currentColor;
    }
    .labelText-wrapper{
        white-space: unset;
    }

    // 表格样式
    .ant-table {
        .ant-table-tbody > tr > td {
            border-right: 1px solid rgb(77, 76, 76)!important;
            padding: 0 !important;
        }
    }

    // 图片上传相关样式
    .image-upload-container-full {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .image-wrapper {
        position: relative;
        display: inline-block;
    }

    .uploaded-image {
        width: 115px;
        height: 115px;
        object-fit: cover;
    }

    .image-actions {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        margin-left: 10px;
        cursor: pointer;
        white-space: nowrap;
    }

    .image-placeholder {
        width: 115px;
        height: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        word-wrap: break-word;
    }
}
._TipMode_ {
    .adm-list-item-content-prefix{
        width:160px
    }
}

._UpdatePassword_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 16px;
    .ant-row:first-of-type {
        margin-bottom: 30px;
    }
}


._UpgradeControl_ {
    .form-item{
        margin-top: 20px;
    }
    .fileInput .fileLabel {
        text-align: left;
    }
    .file-box {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .fn-relative {
        position: relative;
    }
    .newContainer{
        border: 1px solid #494a50;
        height: 250px;
        overflow-y: auto;
        margin-left: 0px;
        margin-top: 10px;
    }
    .find-version {
        white-space: pre-wrap;
        word-break: break-all;
    }
    .upgrade-title {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 20px;
    }
}

._ReaderUpgrade_ {
    .upgrade-text {
        cursor: pointer;
        color: #1890ff;
    }
    .upgrade-text-disabled {
        cursor: not-allowed;
        color: #1890ff;
        opacity: 0.5;
    }
}
._RemoteUpgrade_ {
   
}

._Upnp_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .modify{
        display: flex;
        justify-content:space-around
        // color: #1890ff;
    }
    .ant-table-tbody > tr.ant-table-row-selected > td{
        background: #ffffff
    }
    
    .ant-table-tbody > tr.ant-table-row-selected:hover > td{
        background: #fafafa
    }
    .list-item{
        padding-bottom: 14px;
        border-bottom: @border-normal;
        margin-bottom: 24px;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 160px;
    }
}

._UPnPConfig_ {
    background: @contentBgColorNo15;
    padding: 16px;
    .content {
        padding-top: 18px;
        .LabelSwitch-label-Col, .LabelInput-label-Col, .labelSelect-label-Col, 
        .labelText-label-Col{
            text-align: left;
            padding-left: 15px;
            label {
                color:@textColorNo5;
            }
        }
        .list-item {
            margin: 15px 0;
        }
        .main {
            // border-bottom: 1px solid @border-color;
        }
    }
    ul, li {
        list-style: none;
        padding: 0
    }
    .operation {
        margin: 10px 0px 0px 15px;
    }
    .fn-marr10 {
        margin-right: 10px;
    }
    .fn-marl15 {
        margin-left: 15px;
    }
    .ant-modal .ant-modal-content {
        .ant-modal-header {
            padding: 14px 10px 14px 16px;
        }
        .ant-modal-close-x {
            width: 50px;
            height: 50px;
            line-height: 50px;
            padding-left: 18px;
        }
        .ant-modal-footer {
            padding: 10px;
        }
        .ant-modal-body {
            padding: 25px 60px 25px 60px;
            .ant-form {
                margin-top: -5px;
                margin-bottom: -5px;
                .ant-form-item-label {
                    text-align: left;
                }
            }
            .ant-form > .ant-col {
                margin-bottom: 4px;
                &:last-child {
                    margin-bottom: 0px;
                }
            }
        }
        .ant-row {
            margin-bottom: 6px;
            &:last-child {
                margin-bottom: 0px;
            }
        }
    }
}

._UPnPTable_{
    position: relative;
    .ant-table-thead {
        border-top:none
    }
    .bottom-pagination{
        border-top: 1px solid  @border-color;
    }
    border: 1px solid @border-color;
    .anticon {
        color: inherit;
    }
    .anticon-disabled {
        color: grey;
        cursor: not-allowed;
    }
    .selectedRow {
        background-color: #E6F7FF;
    }
    //调整图标颜色
    i {
        cursor: pointer;
        &:hover {
            color: @export-color;
        }
    }
}
.usb-import-export-progress {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.usb-import-export{
    .usbAlert{
        width:500px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .ant-progress-outer{
        width:220px;
    }
}

.user-manage-authentication {
    .auth-password {
        height: 60px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid @color-border;
    }

    .auth-card {
        min-height: 60px;
        padding: 15px 0;
        border-bottom: 1px solid @color-border;
    }

    .myicon-add1 {
        position: relative;
        top: 3px;
    }

    .card-list-item {
        float: left;
        margin-bottom: 10px;
        margin-right: 20px;
        position: relative;
        width: 169px;
        height: 132px;
        border-radius: 2px;
        border: solid 1px rgba(0, 0, 0, 0.15);

        &:nth-child(5n) {
            margin-right: 0;
        }

        &:nth-child(n + 5) {
            margin-bottom: 0;
        }

        .no {
            margin-top: 20px;
            margin-left: 10px;
            font-weight: bold;
            font-size: 16px;
            color: #272727;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .time {
            margin-top: 20px;
            margin-left: 10px;
            font-size: 14px;
        }

        .footer {
            display: flex;
            justify-content: flex-end;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 28px;
            padding-right: 8px;
            padding-top: 4px;
            border-top: solid 1px rgba(0, 0, 0, 0.15);
            .ant-space-item > span {
                display: inline-block;
            }
        }

        .myicon-deletepre {
            position: relative;
            top: 2px;
        }
    }

    .myicon-maincard.active {
        color: @primary-color;
    }

    .myicon-duress.active {
        color: @errorColorNo17;
    }

    .custom-add {
        float: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 120px;
        height: 112px;
        border: 1px solid @color-border;
        cursor: pointer;

        &.big {
            width: 150px;
            height: 132px;
        }

        &:hover {
            color: @skin-blue;
        }
    }

    .flag {
        position: absolute;
        top: 0;
        right: 5px;
    }

    .finger-list {
        display: flex;
    }

    .finger-list-item {
        margin-right: 20px;
        position: relative;
        width: 120px;
        height: 110px;
        border-radius: 2px;
        border: solid 1px rgba(0, 0, 0, 0.15);

        .name {
            margin-top: 16px;
            margin-left: 10px;
            font-size: 14px;
            font-weight: bold;
            color: #272727;
        }

        .footer {
            padding-right: 8px;
            padding-top: 4px;
            padding-right: 8px;
            display: flex;
            justify-content: flex-end;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 28px;
            border-top: solid 1px rgba(0, 0, 0, 0.15);
        }

        >span {
            margin-top: 4px;
            display: block;
            text-align: center;

            svg {
                width: 30px !important;
                height: 30px !important;
            }
        }

        .myicon-deletepre,
        .myicon-editpre {
            margin: 0 7px;
            vertical-align: -4px;
        }

        .icons>span {
            margin-right: 10px;
        }
    }

    // .delete-box {
    //     display: flex;
    //     justify-content: flex-end;
    //     line-height: 32px;
    // }
    
}

._add_Card__Modal_, ._add_finger_modal_ {
    .ant-modal-body {
        padding: 0;
    }
    .ant-form {
        padding: 24px;
    }
    // .device-set {
    //     position: relative;
    //     padding: 0 24px;
    //     background-color: @listBorderColorNo8;
    //     .custom-menu {
    //         width: auto!important;
    //         max-height: 320px;
    //         overflow-y: auto;
    //         position: absolute;
    //         top: 50px;
    //         left: 108px;
    //         z-index: 1;
    //         box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
    //     }
    // }
}

._add_Card__Modal_ {
    .ant-input-group-addon {
        background-color: transparent;
        border-color: @btnHoverColorNo2;
        color: @btnHoverColorNo2;
        cursor: pointer;
    }

    .ant-input {
        border-right-color: @btnHoverColorNo2;
    }
}

._add_finger_modal_ {
    .myicon-finger1 svg {
        width: 50px !important;
        height: 50px !important;
    }

    .fn-textcenter {
        margin-top: 10px;
        margin-bottom: 35px;
        text-align: center;
    }

    .step-box {
        padding: 0 50px;
    }

    .device-finger {
        text-align: center;

        svg {
            width: 60px !important;
            height: 50px !important;
        }
    }

    .custom-tip {
        display: block;
        margin-bottom: 40px;
        background-color: transparent;
        border: none;
        text-align: center;

        div {
            display: inline;
        }
    }

    .btn-box {
        text-align: center;
    }

    .label-div-Container {
        margin-left: 0 !important;
    }

    .unaddFinger {
        color: @disableColorNo7;
    }

    .addFinger {
        color: @btnNormalColorNo1;
    }
    .error-warp {
        margin: 30px 0;
    }
}

._add_user_password_modal_ {
    .passwordbox {
        padding: 0 40px;
    }

    .weak-password-icon {
        position: absolute;
        font-size: 20px;
        top: 85px;
        right: 40px;
        font-size: 20px;
    }

    .ant-form-item {
        margin-bottom: 10px !important;
    }
}

.edit_fingername {
    .ant-form-item-explain {
        padding-left: 108px;
        color: @errorColorNo17;
    }
}

.authentication-reader-select {
    padding: 0 24px;
    background-color: @listBorderColorNo8;
}

.user-manage-add-user-form{
    width:100%;
    .ant-row {
        margin-bottom: 16px;
    }
    .ant-card-extra,
    .ant-card-head-title {
        padding: 10px 5px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .ant-card-head {
        padding: 0 10px;
    }

    .ant-card-body {
        padding: 0;
        min-height: 220px;
    }

    .ant-form-item-control-input-content {
        width: 100%;
    }

    .tabTitle{
        width:100%;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .fn-widp100 {
        width: 100%;
    }
    

    .unaddFinger {
        color: @disableColorNo7;
    }

    .addFinger {
        color: @btnNormalColorNo1;
    }
    .ant-collapse-extra {
        color: rgba(0, 0, 0, 0.45);
    }
    .doorPermisionForm{
        .ant-form-item{
            margin-bottom: 10px!important;
        }    
    }
}


._UserManage_ {
    height: 100%;
    background-color: #fff;
    @spaceheight: 96px;

    .container {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .btnContainer{
        button{
            vertical-align: top;
        }
        .ant-tooltip-disabled-compatible-wrapper{
            vertical-align: top;    
        }
    }
    .search-Row{
        margin-left: 10px;
    }
    .list-item {
        padding-bottom: 20px;
        border-bottom: 1px solid #e8e8e8;
    }
    &btn {
        margin-right: 10px;
    }

    &table {
        height: 430px;
        border: 1px solid @color-border;
    }
    .templateAlert{
        width:300px;
        display: inline-flex;
        height:32px;
        .ant-alert-message{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
    }
    .methodsNum{
        vertical-align: top;
        margin-left:5px;
        margin-right:5px;
    }

    &row {
        margin-bottom: 16px;

        &-bottom {
            margin-bottom: 16px;
        }

        &-top {
            margin-top: 16px;
        }

        &-bandt {
            margin-top: 16px;
            margin-bottom: 16px;
        }
    }

    &item {
        height: 48px;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    &card {
        width: 140px;
        height: 80px;
        display: inline-block;
        font-size: 8px;

        &div {
            height: 20px;
            line-height: 15px;
            padding-top: 10px;
            text-align: center;

            &p {
                cursor: pointer;
            }

            &p:hover {
                color: @btnNormalColorNo1;
            }
        }
    }
    ._mutiadd_card_ {
        .mutisend-card-table {
            margin-top: 16px;
            height: 355px;
            
            .ant-table {
                border: none;
                margin-top: 0;
            }
        }
        .active-line {
            background: @secondNavHoverColorNo14;
            &:hover td {
                background: @secondNavHoverColorNo14!important;
            }
        }
        .ant-row {
            margin-bottom: 16px;
        }
    }
    // .ant-form-item-label {
    //     display: flex;
    //     align-items: center;
    // }
    .label-normal-container  {
        padding: 0 !important;
    }
}
._UserManagement_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
}

._Version_ {
    // 页面组件特有的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;
            // &:nth-child(2n) {
            //     background-color: #f0f2f5;
            // }
        }
        .list_col {
            margin-left: 20px;
        }
        .list_col > div {
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap
        }
    }
}

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

        .list_row {
            height: 40px;
            line-height: 40px;
            border-bottom:  1px solid #484C55;
            &:nth-child(2n) {
                background-color: #2d302d;
            }
        }
        .list_col {
            margin-left: 20px;
        }
        .list_col > div {
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap
        }
    }
    .m-title {
        font-weight: bold;
        margin: 24px 0 12px;
    }
}



._Video_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }
    .lableInput-behind-row {
        .ant-row{
            .ant-col-14{
                height: 10px;
            }
        }
    }
    .lableInput-behind-div {
        margin-top: -32px;
        margin-left: 16px;
    }
    .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;
    }
    .video-param-row {
        // min-width: 1050px;
        display: flex;

        .video-param-row-label {
            flex: 0 0 453px
        }
        .video-param-row-info {
            flex: 1;
            display: flex;
            .param-title-div {
                flex: 0 0 130px;
                overflow: hidden;
                li:hover {
                    color: @btnNormalColorNo1;
                    // background-color: @contentBgColorNo15;
                }
                li {
                    text-align: center;
                }
            }
        }
    }
    .video-span {
        line-height: 35px;
    }
    // .labelSlider-center{
    //     margin-left:0
    // }
    .topOption{
        padding-bottom: 24px;
        border-bottom: @border-normal;
        margin-bottom: 24px;
    }
    .stream-span{
        margin:10px 0 8px 40px;
        line-height: 32px
    }
}


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

    // .param-title-div {
    //     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;
    //         }
    //     }
    // }
    // .lableInput-behind-div {
    //     margin-top: -32px;
    //     margin-left: 16px;
    // }
    .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;
    }
    .video-param-row {
        min-width: 1050px;
    }
    .video-span {
        line-height: 35px;
    }
}

._Voice_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        // height: calc(100% - 53px);
        // border: 1px solid #e8e8ee;
        .list_row {
            height: 40px;
            line-height: 40px;
            margin: 10px 0px 0px 10px;
        }
        .eventTable{
            margin: 10px 10px 10px 10px;
        }
        > .ant-tabs {
            height: 100%;
            .ant-tabs-content {
                height: 100%;
            }
            .ant-tabs-tabpane {
                height: calc(100% - 60px);
                border: @border-normal;;
            }
        }
        .btn-box {
            display: inline-block;
        }
    }
}



._VTH_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .search-input {
        float: right;
        width: 180px;
    }  
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 10px;
    }
    .ant-form-item-label{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


._VTOInfo_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .ant-form-item{
        margin-bottom: 5px;
    }
    .LabelIP-container{
        margin: 0px;
        .LabelIP-ip-input  {
            height: 36px;
            line-height: 34px;
        }
    }
}

._VTORoom_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .LabelIP-container {
        margin: 0;
    }
    .LabelIP-ip-input {
        line-height: 0;
    }
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 10px;
    }
    .ant-form-item-label{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }