                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;
        
        .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;
        
        &:focus {
            border: transparent;
        }
    }
    .timer-point {
        float: left;
        vertical-align: baseline;
        margin: 0;
        padding: 3px;
        height: 30px;
        font-weight: bold;
    }
}

@px-unit: 14rem;

@schedule-dividerColor: rgba(0,0,0,0.06); 
@schedule-inputBorderColor: #d9d9d9; 
@schedule-listBorderColor: #e8e8e8; 
@schedule-successColor: #52c41a; 
@schedule-warnColor: #fcac15; 
@schedule-errorColor: #f5222d; 
@schedule-textColor: #272727; 
@transform-height: 2/@px-unit;
@transform-height1: 1/@px-unit;
@font-color: #000000BF;
._new_schedule_public_component_{
    color: @font-color;
    padding: 16/@px-unit;
    padding-bottom: 32/@px-unit;
    user-select: none;
    .align-center {
        text-align: center
    }
    .ant-card-body{
        padding: 15/@px-unit 24/@px-unit 15/@px-unit 24/@px-unit;
    }
    .slider-container{
        position: relative;
    }
    .btnContainer{
        float: right;
        button:nth-child(1) {
            margin-right: 10/@px-unit;
        }
    }
    .time-ruler-wrapper {
        
        padding-top: 50/@px-unit;
        background-color: #F0F2F5;
        
        .timeplan-ruler {
            display: flex;
            align-items: flex-end;
            height: 14/@px-unit;
            position: relative;
            font-size: 12/@px-unit;
            .ruler-section {
                flex: 1;
            }
            div{
                display: inline-block;
                height: 5/@px-unit;
                border-left: 1/@px-unit solid #555;
            }
            div:last-child {
                border-right: 1/@px-unit solid #555;
                .ruler-text{
                    margin-left: 0/@px-unit;
                }
                
            }
            .ruler-text{
                position: absolute;
                bottom: 15/@px-unit;
                margin-left: -5/@px-unit;
                white-space: nowrap;
                font: 11/@px-unit/1 sans-serif; 
            }
            .hour{
                height: 10/@px-unit;
            }
        }
    }

    .main-container {
        box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        height: 60/@px-unit;
        &:not(:last-of-type) {
            border-bottom: none;
            .label {
                border-bottom: 1/@px-unit solid #e8e8e8;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .behind-operator-area {
                border-bottom: 1/@px-unit solid #e8e8e8;
            }
        }
        .label{
            float: left;
            height: 100%;
            line-height: 59/@px-unit;
            
            padding-right: 10/@px-unit;
            text-align: right;
        }
        .slider-container {
            display: flex;
            flex-wrap: wrap;
            float: left;
            height: 100%;
        }
        .behind-operator-area {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            height: 100%;
        }
        .copyBtn{
            >span{
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
            }
            display: inline-block;
            width: 100%;
            overflow: hidden;
            flex-shrink: 1;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            vertical-align: middle;
        }
    .dayplan {
        position: relative;
        width: 100%;
        border: 1/@px-unit solid #e8e8e8; 
        background-color: #fff;
        cursor: pointer;
        box-sizing: border-box;
        
        
        
        &:last-of-type {
            border-bottom: none;
        }
        &:not(:last-of-type) {
            border-bottom: none;
        }
        .handle{
            position: absolute;
            width: 4/@px-unit;
            height: 80%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 999;
            
            
            background-color: #fff;
            border: solid 1/@px-unit #2680eb;
            
            -webkit-box-shadow: 0;
            box-shadow: 0;
            cursor: w-resize;
            -webkit-transition: border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18, .89, .32, 1.28),-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            &:hover {
                border-color: #46a6ff;
            }
        }
        .track-wrapper {
            position: absolute;
            height: 100%;
            min-width: 2px;
        }
        .track{
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            &.green  {
                background:@schedule-successColor;
            }
            &.yellow  {
                background:@schedule-warnColor;
            }
            &.red {
                background:@schedule-errorColor;
            }
			&.red-1 {
                background-color: #f54117;
            }
            &.green-2 {
                background-color: #0a9c02;
            }
            &.green-3 {
                background-color: #03aeac;
            }
            &.orange-1 {
                background-color: #ff7e16;
            }
            &.orange-2 {
                background-color: #fcac15;
            }
            &.orange-3 {
                background-color: #bc7c00;
            }
            &.blue-1 {
                background-color: #1890ff;
            }
            &.blue-2 {
                background-color: #2238c7;
            }
            &.purple-1 {
                background-color: #ac0dce;
            }
            &.purple-2 {
                background-color: #6e52fe;
            }
            &.customcolor {
                z-index: 5;
            }
        }
        .track-selected {
            z-index: 2;
            &.customcolor {
                z-index: 5;
            }
        }

        .handler-wrapper {
            position: absolute;
            pointer-events: none;
            border: 1/@px-unit solid #2680eb;
            width: 100%;
            height: 100%;
            z-index: 998;
        }
        :focus {
            outline: none;
        }
    }
    .grid-wrapper {
        display: flex;
        flex-wrap: nowrap;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 2;
        pointer-events: none;
        .slider-grid {
            height: 100%;
            flex: 1;
            border-right: 1/@px-unit solid #e8e8e8;
            &:last-of-type {
                border-right: none;
            }
        }
    }
}
    .day-component-wrapper {
        position: relative;
        border: 1/@px-unit solid @schedule-dividerColor;
        .draw-rectangle {
            position: absolute;
            pointer-events: none;
            background-color: transparent;
            box-sizing: border-box;
            border: 1/@px-unit dashed #1890ff;
            z-index: 9999;
            width: 0;
            height: 0;
            left: 0;
            top: 0;
        }
        .vertical-ruler-mask {
            position: absolute;
            pointer-events: none;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            .mask-main-container {
                height: 100%;
            }
            .mask-main-content {
                position: relative;
                height: 100%;
                .cursor-icon {
                    position: absolute;
                    top: 0;
                    transform: translate(-48%, -100%);
                }
                .vertical-ruler {
                    height: 100%;
                    position: absolute;
                    border-left: 1/@px-unit solid #f7772c;
                }
                .ruler-time-string {
                    height: 32/@px-unit;
                    line-height: 32/@px-unit;
                    position: absolute;
                    font-size: 12/@px-unit;
                    color: #8c8c8c;
                    bottom: 0;
                    transform: translate(-50%, 100%);
                }
            }
        }
    }
    
    .header{
        
        line-height: 50/@px-unit;
        margin-bottom: 16/@px-unit;
        overflow: hidden;
        
        
        .status-container{
            
            
            float: left;
            .status-header {
                float: left;
                padding-right: 8/@px-unit;
            }
            .status-wrapper {
                float: left;
                padding-right: 10/@px-unit;
            }
            .compact-status-wrapper {
                float: left;
                cursor: pointer;
                padding-right: 10/@px-unit;
            }
            .compact-status-wrapper-selected {
                background-color: rgb(238, 238, 238);
            }
            .circle {
                content: '';
                height: 10/@px-unit;
                width: 10/@px-unit;
                display: inline-block;
                border-radius: 5/@px-unit;
                margin:0 10/@px-unit;
                &.green  {
                    background:@schedule-successColor;
                }
                &.yellow  {
                    background:@schedule-warnColor;
                }
                &.red {
                    background:@schedule-errorColor;
                }
            }
            p {
                display: inline;
            }
        }
        .button-container{
            float: right
        }
    }
    .customcolor {
        background-color: rgba(24,144,255,0.3);
        text-align: center;
        line-height: 59px;
    }
}

.timeSchedule-drawer{
    button:nth-child(1) {
        margin-right: 20/@px-unit;
    }
    .ant-drawer-body{
        .btnContainer{
            margin-top: 40/@px-unit;
            
        }
    }
}
.timeSchedule-modal {
    .ant-modal-body {
        max-width: 100%;
    }
    .timeSchedule-checkboxGroup-wrapper {
        .ant-checkbox-wrapper {
            height: 32/@px-unit;
            padding: 4/@px-unit 4/@px-unit 4/@px-unit 0;
        }
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
    }
}

.red-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #f54117;
}
.green-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: @schedule-successColor;
}
.green-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #0a9c02;
}
.green-3-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #03aeac;
}

.orange-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #ff7e16;
}
.orange-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #fcac15;
}
.orange-3-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #bc7c00;
}

.blue-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #1890ff;
}

.blue-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #2238c7;
}

.purple-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #ac0dce;
}

.purple-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #6e52fe;
}
.modalOptions-header {
    margin-bottom: 10/@px-unit;
}
.modalOptions-badge-container {
    float: left;
    margin-left: 3/@px-unit;
    margin-right: 3/@px-unit;
}
.schedule-copy-popover {
    .ant-popover-content {
        width: 324/@px-unit;
        .ant-checkbox-wrapper {
            margin-left: 0;
            margin-top: 6/@px-unit;
            margin-bottom: 6/@px-unit;
        }
    }
    .timeSchedule-checkboxGroup-wrapper{
        .check-all {
            margin-bottom: 6/@px-unit;
        }
    }
    .popover-footer {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 18/@px-unit;
        .apply-button {
            margin-left: 8/@px-unit;
        }
    }
}
.track-time-hover-popover {
    .ant-popover-inner-content {
        padding: 0;
        color: @font-color;
    }
    .time-hover-content {
        box-sizing: border-box;
        padding: 12/@px-unit 16/@px-unit 12/@px-unit 16/@px-unit;
    }
    
}
.track-time-popover {
    color: @font-color;
    .ant-time-picker ~ a {
        color: inherit;
        cursor: initial;
    }
    .ant-popover-inner-content {
        padding: 0/@px-unit;
    }
    .ant-time-picker-panel-addon {
        display: flex;
        flex-direction: row-reverse;
    }
    a {
        margin-left: 8/@px-unit;
        margin-right: 8/@px-unit;
    }
    .time-popover-content {
        display: flex;
        align-items: center;
        padding: 0;
        .confirm-icon {
            color: @font-color;
            margin-left: 14/@px-unit;
            font-size: 24/@px-unit;
            cursor: pointer;
        }
        .delete-icon {
            color: @font-color;
            margin-left: 8/@px-unit;
            font-size: 24/@px-unit;
            cursor: pointer;
        }
        .confirm-icon, .delete-icon {
            &:hover {
                color: #40A9FF;
            }
            &:active {
                color: #096DD9;
            }
        }
    }
    .start-timer-picker, .end-timer-picker {
        .ant-time-picker-panel-combobox {
            display: flex;
        }
    }
    .ant-popover-content .ant-popover-inner-content {
        overflow: visible;
        padding: 10px;
    }
    .methodLabel {
        display: inline-block;
        width: 108px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    .time-popover-actions {
        display: flex;
        justify-content: flex-end;
    }
    .labelText-wrapper {
        overflow: visible;
    }
}
.DiskFullWarning {
    .ant-modal-confirm-title {
        display: inline;
        padding-left: 10px;
    }
    .ant-modal-confirm-content {
        word-wrap: break-word;
        word-break: break-all;
    }
}

._ConfigManage_ {
    
    
    

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

.netcapure {
    .m-form-base {
        border: 1px solid #e8e8ee;
        margin-bottom: -1px;
        .m-form-control {
            .m-form-span {
                font-size: 15px;
                font-weight: bold;
                margin: 5px 0 5px 10px;
                padding: 5px 0;
            }
           .net-test {
                padding-left:12px;
                padding-top:8px;
                .ant-form-item-label{
                    padding-top:8px !important;
                    >label{
                        line-height: 32px;
                    }
                }
                .measure-content {
                    border: 1px solid @border-color;
                    height: 240px !important;
                    overflow-y: auto;
                    font-size: 12px;
                    margin-top: 8px;
                    padding:0 12px;
                    >div {
                        white-space: pre-wrap;
                    }
                }
                .measure-button{
                    margin-top: 8px;
                    margin-left:8px;
                }
                .LabelInput-behind-dark {
                    padding: 0;
                    button {
                        margin-left: 8px;
                    }
                }
                .summary {
                    color: rgba(#000, 0.9);
                    margin:8px 0;
                    .label-normal-container {
                        padding: 0 !important;
                    }
                }
                .ant-input, .ant-input-number-input {
                    &::-webkit-input-placeholder {
                        color: #bfbfbf !important;
                    }
                    &::-ms-input-placeholder {
                        color: #bfbfbf !important;
                    }
                    &::-moz-placeholder {
                        color: #bfbfbf !important;
                    }
                }
            }
            .packet_capture{
                margin-top:-16px;
                .ip_input{
                    display: inline-block;
                    width:60%;
                }
                .port_input{
                    display: inline-block;
                    width:30%;
                }
                .span_input{
                    display: inline-block;
                    margin:0 5px;
                }
            }
        }
    }
}

._ConfigTool_{
    .header-height {
        height: 64px;
        border-bottom: 1px solid #ccc;
        position: fixed;
        width: 100%;
        z-index: 100;
    }
   
    .header-reset{
        line-height: 64px;
        font-size: 20px;
        margin: 0 auto;
    }

    .header-logo {
        cursor: pointer;
        font-size: 16px;
    }
    .clearfix {
        height: 64px;
        &::after {
          content: ".";            
          display: block;        
          height: 0;
          visibility: hidden;  
          clear: both;   
        }
      }
    .header-logo {
        line-height: 64px;
        margin-left: 20px;
    }
    .header-color{
        margin-left: 10px;
    }

    .ConfigTool-body {
        background-color: @homePageNo1;
    }

    .ConfigTool-Title {
        padding: 10px 0 0 30px;
        font-weight: 700;
        font-size: 20px;
    }

    .section-body{
        background-color: @homePageNo1;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 30px;
        gap: 24px;
    }
    
    .ConfigToolBox {
        padding: 10px;
        border: 1px solid #ccc;
        height:450px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }
    .photo {
        margin: 24px 0;
        
    }
    .ConfigToolStep {
        margin: 20px 0;
        font-weight: bold;
        font-size: 16px;
    }
    .ConfigToolCopy {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .ConfigToolAdd{
        margin: 16px 0;
        background-color: #e6e6e6;
        padding: 8px;
        width: 100%;
        text-align: center;
    }
    .ConfigToolBox button {
        width: 100%;
    }
} 


._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;
        }
    }
}
._VersionInfo_ {
    
    
    
    .m-content {
        border: 1px solid #e8e8ee;

        .list_row {
            height: 40px;
            line-height: 40px;
            border-bottom:  1px solid #e8e8ee;
           
            &:nth-child(2n) {
                background-color: #f0f2f5;
            }
        }
        .label-div-Container {
            padding-left: 20px;
            .label-normal-container {
                padding-top: 4px!important;

                padding-bottom: 4px!important;
            }

            &:nth-child(2n) {
                background-color: #f0f2f5;
            }
        }
        .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;
    }
}

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


._Statistics_ {
    
    
    
    .pie-box {
        width: 500px;
        height: 330px;
    }
}


._AutoMaintain_ {
    
    
    
    .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;
    }
}

._RingBell_ {
    
    
    
}
.ringbell_modal {
    .ant-form-item {
        margin-bottom: 10px!important;
    }
}

._SystemLog_ {
    
    
    
    &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;
    }
    
    .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;
    }
}


._RouteTable_ {
    width: 100%;
    min-width: 900px;
    
    &row {
        &-bottom {
            
        }
        &-top {
            margin-top: 16px;
        }
    }
    &btn {
        margin-right: 10px;
    }

    &table {
        
        
    }
    .ant-table {
        height: 450px;
        overflow: hidden;
        
        .ant-table-body {
            overflow-y: auto !important;
        }

        .ant-table-tbody > .ant-table-placeholder > td {
            border-bottom: none !important;
        }

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

    &delete-disabled {
        font-size: 20px;
        color: #8f8f8f;
        cursor: not-allowed;
    }

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

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



._DefaultReset_ {
    
    
    
    
}


._OneClickDiagnosis_ {
    
    margin: -16px;

    .result-box {
        width: 100%;
        height: 160px;
        background-color: @indexBgColor;
        position: relative;
        &__main {
            padding: 20px 30px 20px 2px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            > div {
                display: flex;
                align-items: center;
                > span {
                    color: rgba(0, 0, 0, 0.45);
                }
            }
            .ant-btn {
                min-width: 115px;
                min-height: 40px;
            }
        }
        &__title {
            font-size: 28px;
            margin-bottom: 5px;
        }
        &__tip {
            color: rgba(0, 0, 0, 0.45);
        }
        &__detail {
            margin-top: 10px;
            color: rgb(64, 169, 255);
        }
        .ant-progress {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            > div {
                height: 100%;
            }
            .ant-progress-outer {
                height: 100%;
                .ant-progress-inner {
                    height: 100%;
                    border-radius: 0;
                    background-color: rgba(255, 255, 255, 0.1);
                    .ant-progress-success-bg,
                    .ant-progress-bg {
                        height: 100% !important;
                    }
                }
            }
        }
        .header-detail-btn {
            margin-left: 16px;
            cursor: pointer;
            color: @export-color;
        }
    }
    .check-box {
        height: calc(100vh - 300px);
        background-color: @indexBgColor;
        overflow-y: auto;
        position: relative;
        &__lists {
            &:not(:first-child) {
                margin-top: 16px;
            }
        }
        .lists-header {
            height: 48px;
            line-height: 48px;
            padding-left: 32px;
            font-weight: bold;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        }
        &__item {
            height: 88px;
            padding: 16px 32px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            display: flex;
            align-items: center;
            justify-content: space-between;
            > div {
                display: flex;
                align-items: center;
            }
        }
        &__icon {
            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;
                    
                    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;
                }
            }
        }
    }
}

._TimeSet_ {
    
    
    
    .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: 160px;
        }
    }
}
.dst_timeset {
    .ant-picker-header-super-prev-btn,.ant-picker-header-super-next-btn,.ant-picker-year-btn{
        display: none;
    }
}
.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;
    }
}

._AutoUpload_ {
    
    
    
    .editable-cell-value-wrap:hover {
        border: 1px solid @border-color;
    }
    .ant-form-item-explain, .ant-form-item-extra {
        text-align: left;
    }
}



._LegoInfo_ {
    margin-bottom: 16px;
    height: 85vh;
    padding-top: 0!important;
    .ant-tabs {
        height: 100%;
        .ant-tabs-content {
            height: 95%;
        }
    }
    .ant-tabs-nav .ant-tabs-tab {
        margin-right: 50px;
    }
    .ant-tabs-nav-wrap {
        padding-left: 13px;
    }
    .ant-tabs-content-holder {
        flex: auto;
        min-width: 0;
        min-height: 0;
        height: 100%;
    }
    .ant-tabs-tabpane {
        height: 100%;
    }
}
._SoftwareLicense_ {
    margin-left: 15px;
    height: 100%;
    .fn-marr10 {
        margin-right: 10px;
    }
    .ant-divider-horizontal {
        margin: 0px 0px 15px -6px;
    }
    .ant-form-item {
        margin-bottom: 8px;
    }
    .ant-card-body {
        padding: 18px 0 8px 32px !important;
        .ant-checkbox-group {
            margin-bottom: 5px;
        }
    }
    .m-info-content {
        height: 100%;
        padding: 0px;
        pre {
            white-space: pre-wrap;
            word-wrap: break-word;
            overflow-y: scroll;
            height: 98%;
            font-size: 12px;
            font-family: monospace;
            line-height: normal;
        }
    }
    .m-info-content iframe {
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(255, 255, 255);
        width: 100%;
        height: 98%;
        pre {
            white-space: 'pre-wrap';
            word-wrap: 'break-word';
        }
    }
}

._CGIRegister_ {
    
    
    
    ._CGIRegister_modal_ {
        .ant-form-item-explain {
            margin-left: 108px;
        }
    }
}

._OnlineUser_ {
    
    
    

}

._Advertisement_ {
    
    
    

    .row-margin {
        margin-top: 15px;
    }

    .ant-upload-text {
        margin-top: 8px;
        color: #666;
    }
    .img-list {
        border: 1px solid #e8e8ee;
        padding: 15px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

._Personalization_ {
    
    
    
    
    .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_leftHorizontal{
        border: 1px solid #e8e8e8;
        height: 285px;
        width: 435px;
        margin-right: 15px;
    }

    .col_right {
        
    }

    .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';
    }
    
    
    
    .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.e0658672.png')
    }
    .theme2miwu {
        background-image: url('/static/media/theme2miwu.3a09fcf7.png')
    }
    .theme2xinghe {
        background-image: url('/static/media/theme2xinghe.8bd8fc1d.png')
    }
    .theme2ruomeng {
        background-image: url('/static/media/theme2ruomeng.55787560.png')
    }
    .theme2jinliu {
        background-image: url('/static/media/theme2jinliu.5b3eccb4.png')
    }
    .theme3miwu {
        background-image: url('/static/media/theme3miwu.990ab6ed.png')
    }
    .theme3xinghe {
        background-image: url('/static/media/theme3xinghe.b87517fc.png')
    }
    .theme3ruomeng {
        background-image: url('/static/media/theme3ruomeng.2299fee2.png')
    }
    .theme3jinliu {
        background-image: url('/static/media/theme3jinliu.bd1c8fd7.png')
    }
    .theme4duty {
        background-image: url('/static/media/theme4duty.e0e45af3.png')
    }
    .theme4doNotDistub {
        background-image: url('/static/media/theme4doNotDistub.b38fcdf9.png')
    }
    .theme4exit {
        background-image: url('/static/media/theme4exit.a510df5e.png')
    }
    .theme5xinghe {
        background-image: url('/static/media/theme5xinghe.14e2f3e7.png')
    }
    .theme5miwu {
        background-image: url('/static/media/theme5miwu.9404730c.png')
    }
    .theme5ruomeng {
        background-image: url('/static/media/theme5ruomeng.7589bc87.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;
    }
    .advertName-span{
        display: inline-block;
        max-width:calc(100% - 30px);
        overflow-x:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        padding-top:5px;
        vertical-align: top;
    }
    .advertName-svg{
        display: inline-block;
        vertical-align: top;
        padding-top:5px;
        margin-left: 5px;
    }
    .ant-popover-inner{
        max-height: 450px;
        overflow-y: scroll;
    }
}


._LogTemplate_ {
    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);
            
        }

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

    &Table {
        flex: 1;
    }

    &header {

        
        
        
        
        &-part {
            display: flex;
        }

        &-part+&-part {
            border-top: 1px solid #e8e8e8;
            padding-top: 16px;
            margin-top: 16px;
        }

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

        &-input,
        &-select {
            display: inline-block;
            width: 160px;
        }

        &-timerange,
        &-select {
            margin-right: 64px;
        }

        &-search-btn {
            margin-left: -40px;
        }

        .sub-type-com {
            margin-left: -54px;
        }

        &-btn {
            margin-right: 10px;
        }

        &-search {
            width: 200px;
            margin-right: 24px;
        }

        &-timerange {
            display: flex;
            align-items: center;
        }

        &-subType {
            width: 160px;
            margin-right: 64px;
        }
    }

    &container {
        

        &-table {
            
        }
    }

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

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

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

.openRecord_temp {
    color: red;
}
.custom_muti_menu {
    .ant-dropdown-menu-item:hover {
        background-color: #e6f7ff;
    }
    
}
.mutidropdown-btn {
    position: relative;
    width: 126px;
    text-align: left;
    &:focus > span, &:active > span {
        position: static;
    }