            padding-top: 7px;
            background: transparent;
            svg circle {
                fill: rgba(0, 0, 0, 0.35);
            }
            &.Normal {
                svg circle {
                    fill: #1890FF;
                }
            }
            &.Warning, &.Abnormal{
                svg circle {
                    fill: @warnColor;
                }
            }
        }
        &__detail {
            margin-left: 16px;
            .module-name {
                font-size: 18px;
                margin-bottom: 8px;
                &__tag{
                    display: inline-block;
                    // width: 40px;
                    height: 22px;
                    line-height: 22px;
                    text-align: center;
                    font-size: 12px;
                    border-radius: 2px;
                    margin-left: 11px;
                    padding: 0 8px;
                    &.Warning, &.Abnormal{
                        background-color: rgba(250, 173, 20, 0.06);
                        border: solid 1px rgba(250, 173, 20, 0.45);
                        color: @warnColor;
                    }
                    &.Normal{
                        background-color: rgba(82, 196, 26, 0.06);
                        border: solid 1px rgba(82, 196, 26, 0.45);
                        color: @normalColor;
                    }
                }
            }
            >span {
                color: rgba(0, 0, 0, 0.45);
            }
        }
    }
    .split {
        height: 12px;
        background-color: #F0F2F5;
        margin: 0 -16px;
    }
    .m-min-w-115 {
        min-width: 115px;
        display: inline-block;
        padding: 0 15px;
    }
    .m-text-center {
        text-align: center;
    }
    .m-flex-justify-center {
        justify-content: center;
    }
    .result-empty {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}
.diagnosis-detail-modal.detail-modal{
    .detail-modal__description {
        margin-bottom: 10px;
        font-weight: bold;
        &.network {
            margin-bottom: 0;
        }
        .myicon {
            margin-right: 6px;
        }
    }
    .ant-table-header {
        overflow-y: hidden;
    }
    .flexbox {
        display: flex;
        align-items: center;
    }
    .space-between {
        justify-content: space-between;
    }
    .operate-btn {
        color: #6699FF;
        cursor: pointer;
        display: inline-block;
        min-width: 65px;
        text-align: center;
    }
    .ant-modal-body {
        padding: 0;
        .error-tip {
            padding: 20px 40px;
            border-bottom: 1px solid @border-color;
        }
        .error-list {
            >div {
                padding: 20px 40px;
                &:not(:last-child) {
                    border-bottom: 1px solid @border-color;
                }
            }
            .advice-item {
                margin-top: 5px;
                .error-item__advice {
                    color: rgba(255, 153, 0);
                }
            }
           
        }
        .powerState-modal{
            .error-tip {
                border-bottom: none;
                padding-bottom: 0;
                padding: 24px;
            }
            .error-list {
                >div {
                    padding: 16px 24px 24px;
                }
            }
        }
    }
}

._OneClickExport_ {
    .oneClick-export-modal {
        .ant-modal-body {
            margin: 10px 60px 25px; 
        }
        .file-info {
            .file-name {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
                margin-bottom: 5px;
            }
        }
    }
    .ant-alert-info {
        display: inline-block;

        .ant-alert-content {
            display: inline-block;
        }
    }
}

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

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

}

._P2P_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .info {
        width: 500px;
        padding: 8px 0px;
    }
    .qrcode {
        padding: 8px 0px 8px 108px;
    }
    .offline {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #f5222d;
        border-radius: 10px;
        margin-right: 5px;
    }
    .online {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #52c41a;
        border-radius: 10px;
        margin-right: 5px;
    }
    .YunLianCodeContainer{
        margin-left:20px;
        display: flex;
        flex-direction: column;
        span{
            text-align: center;
        }
       
    }
}


._PasswordReset_{
    .header-height {
        height: 64px;
        color:@listBorderColorNo8;
        background-color: @titleColorNo4;
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .tab-menu-logo-logo {
        margin-right: 10px;
        display: inline-block;
        vertical-align: -5px;
        width: 28px;
        height: 25px;
        background-image: url('/static/media/logo.0cc00c04.png');
    }
   
    .header-logo {
        cursor: pointer;
    }
    .section-body {
        background-color: @homePageNo1;
        display: flex;
        justify-content: center;
    }
    .clearfix {
        height: 64px;
        &::after {
          content: ".";            
          display: block;        
          height: 0;
          visibility: hidden;  
          clear: both;   
        }
      }
    .header-logo {
        line-height: 64px;
        margin-left: 20px;
    }
    .header-color{
        // background-color: @topHomeBorderColor;
        margin-left: 10px;
    }
    .section-body{
        // border: 1px solid @listBorderColorNo8;
        width: 100%;
        // background-color: @contentBgColorNo15;
        padding: 30px 30px 30px 80px;
        .ant-input::-webkit-input-placeholder {
            color:#bfbfbf !important;
        }
    }
    .qrcode-message{
        float: left;
        width:calc(100% - 320px);
    }
    .qrcode-p{
        padding-left: 50px;
        color: #ff4505;
        word-break: normal;
    }
    .qrcode {
        // border: 1px solid @listBorderColorNo8;
        padding: 5px;
        margin-top: 65px;
        margin-left: 30px;
    }
    .qrcode-title{
        text-align: center;
        font-size: 14px;
        color: #A4A4A4;
        margin-bottom: 0;
        margin-left: 35px;
    }
    .last-alert {
        color: #a4a4a4;
        width: 100%;
    }
} 

._Personalization_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // min-width: 1200px;
    .label-control {
        .label-normal-container {
            width: 100%;
            .label-normal {
                width: 25% !important;
            }
        }
    }
    .col_left{
        border: 1px solid #e8e8e8;
        height: 460px;
        width: 328px;
        margin-right: 15px;
    }

    .col_right {
        // border: 1px solid red;
    }

    .m-form-control {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .drawer-footer-line {
        position: 'absolute';
        bottom: 0;
        width: '100%';
        border-top: '1px solid #e8e8e8';
        padding: '10px 16px';
        text-align: 'right';
        left: 0;
        background: '#fff';
        border-radius: '0 0 4px 4px';
    }
    // .ant-drawer-content {
    //     position: 'static' !important;
    // }
    .avatar-uploader > .ant-upload {
        width: 128px;
        height: 128px;
    }

    .row-upload {
        margin-top: 10px;
        border: 1px solid #e8e8e8;
        padding: 10px;
    }
    .preview {
        position: absolute;
        height: 100%;
        width:100%;
        left:0;
        top:0;
        background-size: 100% auto;
    }
    .theme1 {
        background-image: url('/static/media/theme1.png')
    }
    .theme2miwu {
        background-image: url('/static/media/theme2miwu.png')
    }
    .theme2xinghe {
        background-image: url('/static/media/theme2xinghe.png')
    }
    .theme2ruomeng {
        background-image: url('/static/media/theme2ruomeng.png')
    }
    .theme2jinliu {
        background-image: url('/static/media/theme2jinliu.png')
    }
    .theme3miwu {
        background-image: url('/static/media/theme3miwu.png')
    }
    .theme3xinghe {
        background-image: url('/static/media/theme3xinghe.png')
    }
    .theme3ruomeng {
        background-image: url('/static/media/theme3ruomeng.png')
    }
    .theme3jinliu {
        background-image: url('/static/media/theme3jinliu.png')
    }
    .theme4duty {
        background-image: url('/static/media/theme4duty.png')
    }
    .theme4doNotDistub {
        background-image: url('/static/media/theme4doNotDistub.png')
    }
    .theme4exit {
        background-image: url('/static/media/theme4exit.png')
    }
    .individuation-previewBox{
        position:relative;
        height: 100%;
        width:100%;
      }
    .individuation-preview-box {
        position: absolute;
        text-align: center;
        width:100%;
    }
    .individuation-title-row {
        width: 100%;
        padding-left:10px;
        padding-right:10px;
        box-sizing: border-box;
    }
    .individuation-title {
        width: 100%;
        display: block;
        overflow: hidden;
        font-size:18px;
        color: #fff;
      }
    .individuation-content {
        width: 100%;
        margin-top:10px;
        display: block;
        word-break:break-all;
        color: #fff;
        text-align: left;
    }
}


._PersonMgmtAcs_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // padding: 16px;
    background-color: #fff;
    margin: 16px;
    padding: 16px;
    @spaceheight: 96px;
    min-height: calc(~'100vh - @{spaceheight}');
    // &container {
    //     // height: 630px;
    //     padding: 20px 32px;
    //     background-color: '#EFF2F7';
    //     border: 1px solid @dividerColorNo9;

    //     .has-error .ant-form-explain {
    //         margin-left: 0;
    //     }
    // }
    .btnContainer{
        margin-top: 20px;
        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;
            }
        }
    }
}

._addUsersModal_personAcs {
    .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(4n) {
            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;
    }

    .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%;
    }
    .basic{
        width:100%
    }
    .basic .ant-row {
        margin-bottom: 10px;
    }

    .unaddFinger {
        color: @disableColorNo7;
    }

    .addFinger {
        color: @btnNormalColorNo1;
    }
    .ant-collapse-extra {
        color: rgba(0, 0, 0, 0.45);
    }
}

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

    .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: 25px;
    }

    .unaddFinger {
        color: @disableColorNo7;
    }

    .addFinger {
        color: @btnNormalColorNo1;
    }
}

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

._PersonnelManage_ {
    min-width: 1400px;
    min-height: calc(100vh - 96px);
    height: auto;
    // padding: 16px;
    padding: 24px 32px;
    margin: 16px;
    background: #fff;
    overflow: hidden;
    background-color: '#fff';   
    &btn {
        position: relative;
        margin-right: 10px;
    }
    &item{
        height: 48px;
    } 
    &_Modal_add{
        width:540px;
        padding:32px;
        // height:720px;
    }
    &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;
        }
    }
    }
}
.Modal_add{
    .ant-modal-header{
        height:49px;
        .ant-modal-title{
            height:21px;
        }
    }
    .ant-modal-footer{
        height:64px;
        padding:15px 25px;
        .ant-btn + .ant-btn{
            margin-left:10px;
        }
    }
}
.ant-table-thead{
    height:48px;
}
.ant-table-cell{
    height:48px;
}

.card{
    width: 160px;
    height:140px;
    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;
        }
    }
    &_CardNo{
        height:20px;
        font-size:12px;
        &_span{
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width:105px;
            margin-left:5px;
        }
    }
    &_CardName{  
        margin-top:16px;
        height:16px;
        font-size:12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width:135px;
    }
    &_bottom{
        height:40px;
        width: 158px;
        background-color:#f5f5f5 ;
        top:24px;
        bottom: 0;
        left:-16px;
        position: relative;
        &_Icon{
            position: absolute;
            top:10px;
            right: 16px;
            font-size:20px;
        }
    }
}

._PhoneBook_ {
    .ant-form-item {
        margin-bottom: 16px !important;
    }
}

._PlatformAccess_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .item-row{
        display: flex;
        margin-bottom: 0.5em;
        .label-normal{
            display: inline-block;
            height: 32px;
            line-height: 32px;
            padding-right: 8px;
            width: 160px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .ant-checkbox-wrapper{
            padding-top: 4px;
        }
        .LabelIP-container{
            margin: 0;
        }
        // slider主题色
        .ant-slider{
            .ant-slider-track{
                background-color: #1890ff;
            }
            .ant-slider-handle{
                border-color: #1890ff;
            }
        }
    }
}
._Port_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // padding: 16px;
    .ant-form-item {
        margin-bottom: 0px;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 180px;
    }
}

._Printercfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .z-sections-content {
        .ant-checkbox-wrapper {
            width: 20%;
            margin-bottom: 10px;
        }
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
    }
}



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

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


._QRCode_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }
    .qrCode-span {
        line-height: 35px;
    }
    .labelSlider-center{
        // margin-left:0
    }
}

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

._Relay_ {
    // 页面组件特有的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: 300px;
        }
    }
}


._Relaycfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: 100%;
        border: 1px solid #e8e8ee;
        > .ant-tabs {
            height: 100%;
            .ant-tabs-content {
                height: 100%;
            }
            .ant-tabs-tabpane {
                height: calc(100% - 60px);
                border: @border-normal;;
            }
        }
        .has-error .ant-form-explain, .ant-form-explain {
            text-align: left;
            margin-left: 0;
        }
    }
    .editable-row:hover .editable-cell-value-wrap {
        outline: 1px solid #d9d9d9;
        border-radius: 4px;
        &.Level10, &.Level20, &.Slot0 {
            outline: none;
        }
    }
    .editable-row  .editable-cell-value-wrap{
        padding: 2px 11px;
    }
    td {
        text-align: center;
    }
    .editmodal {
        > .ant-row {
            margin-bottom: 10px;
        }
    }
    .has-error .ant-form-explain, .ant-form-explain {
        position: relative;
        top: -5px;
        margin-left: 21%;
    }
    .editable-cell-value-wrap {
        text-align: center;
    }
    .m-text-ellipsis {
        margin: auto;
        max-width: 200px;
    }
}

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

._Reportcfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .z-sections{
        margin-top: -1px;
    }
    .ant-form-item {
        margin-bottom:  1px;
    }
    .ant-form-explain {
        margin-left: 21%;
    }
}


._RigisterManage_ {
    // 页面组件特有的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;
    }
}

._RS485_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .interfaceType{
        margin-bottom: 10px;
        border-bottom: @border-normal;
        padding-bottom: 10px;
    }
}
._SectionSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .btnDel{
        margin-left: 20px;
    }
}

._DigestAlgo_ {
    width: 80%;
}


._SIP_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-row {
        // margin: 15px 0;
        margin-bottom: 5px
    }
    .LabelIP-container {
        margin: 0px 0;
    }
    .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;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 160px;
    }
    .wizard-row {
        width: 850px;
        justify-content: center;
    }
}


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


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


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


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

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


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


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