    // 不同通用样式存放在 style/common.less中

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

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

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

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

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

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

    .Prefix {
        text-align: center;
    }

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

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

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

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

}

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


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

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

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

    .faceDetect-span {
        line-height: 35px;
    }
    .labelSlider-center{
        // margin-left:0
    }
    .wrapRadio.ant-radio-group{
        
        vertical-align: text-top;
        
    }
}
._FaultDetect_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-checkbox-wrapper {
        margin: 10px 0 0;
        width: 20%;
    }
    .FaultDetect  {
        .ant-checkbox-wrapper {
            margin: 0;
            margin-right: 10px;
            width: auto;
        }
        .label-behind {
            position: relative;
            top: 2px;
            padding-left: 15px;
        }
       
        .LabelSwitch-swtich {
            min-width: 42px;
        }
    }
    
}

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


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

._FourG_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .form-item {
        margin-bottom: 10px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .fn-marb10 {
        margin-bottom: 10px;
    }
    .netStatus .success {
        color: @linkColorNo20;
    }
    .netStatus .failed {
        color: @errorColorNo17;
    }
    .label-normal-behind{
        padding-left: 0;
    }
    ._Mobile_ .noteSend .list {
        margin-top: 14px;
        margin-bottom: 14px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        min-height: 200px;
        padding: 6px;
    }
    ._Mobile_ .noteSend .action button {
        width: 55px;
        margin-bottom: 10px;
    }
    ._Mobile_ .ant-form-item {
        margin-bottom: 0;
    }
    ._Mobile_ .noteSend .list .active {
        background: #1890ff;
        color: #fff;
    }
    ._Mobile_ .has-error .ant-form-explain {
        margin-left: 30%;
    }
}


._Ftp_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .ant-form-item {
        margin-bottom: 0
    }
    .LabelIP-container{
        margin: 0px;
    }
}
._Gb_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 16px;
}



._SGCC_ {
    padding: 16px;
    background: #fff;
    min-height: calc(100vh - 94px);
    .LabelIP-ip-input__item {
        width: 25%;
        display: inline-block;
        .LabelIPinput {
            width: calc(100% - 5px);
        }
    }
    .LabelIP-label-Col {
        text-align: left;
    }
    .LabelIP-container {
        margin: 0;
    }
    h3 {
        font-size: 14px;
        font-weight: bold;
    }
    .list-box {
        position: relative;
        margin-bottom: 28px;
        .list-content {
            position: absolute;
            width: 600px;
        }
    }
    .fn-linHei30 {
        line-height: 30px;
    }
    > .ant-row, .ant-modal-body > .ant-row {
        margin-bottom: 10px;
    }
    .info-item {
        margin-bottom: 24px;

        .ant-card-head {
            min-height: 14px;
        }
        .ant-card-head-title {
            font-weight: 700;
            font-size: 14px;
            padding: 8px 0;
        }
        .ant-card-body {
            p {
                margin: 0;
            }
        }
    }
    .info-item + .info-item {
        border-top: 1px solid @listBorderColorNo8;
        padding-top: 16px;
    }
    .info-text {
        margin-bottom: 25px; 
    }
    .ant-tooltip-inner {
        color: #fff;
    }
}
._Guide_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 16px;
    .ant-modal-body {
        max-height: 720px;
        overflow: auto;
    }
}
._HolidayGroup_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .btnDel{
        margin-left: 20px;
    }
}

.HolidayManage-Modal {
    .ant-form-item {
        margin-bottom: 16px !important;
    }
    ._ScheduleComponent_ {
        padding: 0;
    }
}
.holiday-group-config-modal {
    .ant-form-item {
        margin-bottom: 16px !important;
    }
}
.PlanManage-Modal {
    .ant-form-item {
        margin-bottom: 16px !important;
    }
    ._ScheduleComponent_ {
        padding: 0;
    }
}


._HolidayTemplate_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: 0 !important; //为了不eslint告警写一个
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    min-width: 1250px;
    height: 100%;
    .fixed-button {
        margin: 26px 0 0 140px;
    }
    .m-form-control {
        margin-left: 0;
    }
    .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;
        }
        .icon-remove {
            color: rgba(0, 0, 0, 0.25);
            font-size: 20px;
            &:hover {
                cursor: pointer;
                color: @btnNormalColorNo1;
            }
        }
        .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;
                height: 620px;
                max-height: 620px;
                overflow-y: auto;
                flex-wrap: nowrap;
            }
            .hiddenIcon {
                visibility: hidden;
            }
            .templist-li {
                height: 40px;
                cursor: pointer;
                line-height: 40px;
                &:hover {
                    background-color: @secondNavHoverColorNo14;
                }
                &.isactive {
                    background-color: @secondNavHoverColorNo14;
                }
                .templist-li-icon {
                    float: right;
                    height: 40px;
                    line-height: 40px;
                    margin-right: 16px;
                    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;
            }

            .ant-tabs {
                overflow: visible;
            }
            .ant-tabs-tab:nth-child(1) {
                margin-left: 50px;
            }
            .ant-tabs-tab:nth-child(2) {
                margin-left: 100px;
            }
            .ant-table {
                margin-top: 0;
                border: 1px solid @inputBorderColorNo10;
            }
            .icon {
                font-size: 20px;
                cursor: pointer;
            }
            ._ScheduleComponent_ {
                padding-left: 0px;
                padding-right: 0px;
            }
            .ant-table-body {
                overflow-y: auto!important;
            }
        }
    }
    .ant-table-body {
        min-height: 240px;
    }
    .ant-table-tbody > tr:last-child > td {
        border-bottom: unset;
    }
    .ant-table-wrapper {
        margin-top: 16px;
    }
}
.HolidayTemplate-addHoliday {
    .ant-input-number {
        width: 100%;
    }
    .ant-form-item {
        margin-bottom: 16px !important;
    }
}


.MenuView_ViewItem .titleIcon {
    display: inline-block;
    width: 122px;
    height: 97px;
    box-sizing: border-box;
    // background: url('/static/media/icon2.png');
}
.tab-menu-home {
    .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');
    }
    .tab-menu-logo-icon {
        margin-right: 10px;
        display: inline-block;
        vertical-align: -5px;
        width: 24px;
        height: 24px;
        background-position: -50px 0;
        background-image: url('/static/media/logo.0cc00c04.png');
    }
    .sign {
        font-size: 16px;
        color: #fff;
    }
}
.home-bg {
    .modal {
        position: fixed;
        top: 0;
        left: 4vw;
        z-index: 2;
        display: block;
    }
    .bg_img{
        position: fixed;
        top: 0px;
        right: 2px;
        z-index: 1;
        display: block;
    }
    .bg{
        display: block;
        position: fixed;
        top: -180px;
        left: -100px;
        z-index: 1;
        width: 130%;
        height: 600px;
        transform:rotate(-8.6deg);
        background: linear-gradient(#4b2dff,#483bff 20%, #434eff 40%, #3c69fe 60%, #3587fe 80%, #338dfe);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2dff', endColorstr='#338dfe',GradientType=0 );
    }
    .meteor {
        height: 490px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
}
.ChangePwd{
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 130px;
    }
}
.dropdown-menu-list {
    .ant-menu-dark.ant-menu-vertical .ant-menu-item {
        margin: 0;
    }
}
// .topMenus .highlight{
//     background: @export-color;
//     color:#fff
// }
// .top-menu-more {
//     .ant-dropdown-menu {
//         width: 620px;
//         border-color:#001529;
//         background-color: #001529r;
//         opacity: 0.9;
//         color:#a6adb4;
//         display: flex;
//         justify-content: flex-start;
//         flex-wrap: wrap;
//     }
//     .ant-dropdown-menu-item {
//         // width: 150px;
//         // flex-shrink: 1;
//         // float: left;
//         flex: 0 0 155px;
//         padding: 10px 5px;
//     }
// }
// .topMenus {
//     .ant-dropdown-menu {
//         border-color:#001529;
//         background-color: #001529r;
//         color:#a6adb4;
//         .ant-dropdown-menu-item {
//             margin-bottom: 8px;
//             height: 40px;
//             margin-top: 4px;
//             padding: 0 16px;
//             overflow: hidden;
//             font-size: 14px;
//             line-height: 40px;
//             // -o-text-overflow: ellipsis;
//             // text-overflow: ellipsis;
//             color: inherit;
//             .anticon {
//                 margin-right:10px;
//             }
//             .ant-badge {
//                 color:#a6adb4;
//                 &:hover{
//                     color: #ffffff;
//                 }
//             }
//         }
//         .ant-dropdown-menu-item-active {
//             color: #fff;
//         }
//         .ant-dropdown-menu-item:hover {
//             background-color: transparent;
//         }
//         .ant-dropdown-menu-item-selected {
//             background-color: #001529!important;
//             color:#001529!important;
//         }
//     }
// }

._ImageMode_ {
    &row {
        margin-top: 20px;
    }

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

    &select {
        width: 200px;
    }

    &btn {
        margin-right: 10px;

        &_offset {
            margin-left: 0px;
        }
    }
}


.slider-wrapper {
    position: relative;
    padding: 0;

    .text-l {
        text-align: left; 
        margin-left: -2px;
    }

    .text-c {
        text-align: center;
    }

    .iconCol {
        
        margin-top: 4px;
        i {
            cursor: pointer;
        }
    }

    .ant-slider {
        padding: 0;
    }

    .labelSlider {
        line-height: 32px;
        margin: 0 10px;
    }
}

._Init_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .top-menu {
        background-color: @titleColorNo4;
        color: @contentBgColorNo15;
    }
    ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .init-step-nav {
        padding: 40px 40px;
    }
    .init-steps-content-wrap {
        background: @contentBgColorNo15;
        height: 600px;
        .init-steps-content {
            position: relative;
            height: 500px;
            &.init-disclaimer {
                padding: 30px 50px;
                .init-disclaimer-text {
                    overflow-y: auto;
                    height: 400px;
                }
            }
        }
        .init-steps-action {
            margin-top: 20px;
        }
        .init-btn-action {
            width: 300px;
        }
        .fn-center {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
        }
        .fn-marL10 {
            margin-left: 10px;
        }
        .fn-textcenter {
            text-align: center;
        }
        li {
            margin-bottom: 20px;
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .has-error .ant-form-explain {
        margin-left: 0;
    }

    .init-steps-content {
        position: relative;
        height: 500px;
        padding: 20px;
        &.init-disclaimer {
            padding: 30px 50px;
            .ant-tabs-nav-scroll {
                text-align: center;
            }
        }
        .content-flow {
            height: 400px;
            overflow-y: scroll;
        }
    }
    .init-proto-checkbox-wrap {
        margin-left: 50px;
    }
    .init-steps-common {
        position: relative;
        height: 500px;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .init-steps-common-form {
        position: relative;
        height: 500px;
        padding: 150px 20px 20px 20px;
        display: flex;
        justify-content: center;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 160px;
    }
    .init-steps-complete {
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .syncpc-button {
        float: right;
        width: 215px;
    }
}
.ant-steps-item-process
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
    background-color: #e8e8e8;
}
.ant-steps-item-wait
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
    background-color: #e8e8e8;
}



._InputSubsystem_ {
    .keyboard-panel .checkbox-item {
        width: calc(25% - 18px);
    }
    .defencearea-panel .checkbox-item {
        width: calc(12.5% - 18px);
    }
    .check-half-all {
        width: 30px;
    }
    .check-lists {
        height: 370px;
        overflow-y: auto;
    }
    .Form-container .ant-form-item {
        margin-bottom: 5px;
    }
    .keyboard-panel .check-list-small-all {
        display: inline-block;
        width: calc(25% + 25px);
        vertical-align: 0;
    }
    .keyboard-panel .ant-form-item {
        margin-bottom: 0;
    }
    .keyboard-panel .ant-form-explain {
        margin-left: 0!important;
        position: absolute;
    }
    .defencearea-panel .check-list-small-all {
        display: inline-block;
        width: calc(12.5% + 25px);
        vertical-align: -4px;
    }
    .left-checkbox {
        width: calc(100% - 38px)!important;
    }
    .ant-checkbox-wrapper{
        margin-bottom: 20px;
    }
    .Form-item{
        margin-top: 15px;
    }
    .ant-checkbox-group-item{
        width: 100px;
    }
    .keyboards {
        .check-list-small-all {
            display: inline-block;
            width: 25%;
            .check-half-all {
                margin-right: 22px;
            }
            .ant-checkbox-wrapper {
                width: auto;
            }
        }
        .ant-checkbox-wrapper {
            width: 25%;
            margin-left: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .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;
                ;
            }
        }
    }
    .mainBody {
        min-width: 1030px;
    }
    .fixed-button {
        margin: 10px 0px;
    }
    .form-Item{
        margin-left: 20px;
        margin-top: 10px;
    }
    ._ScheduleComponent_ .main-container .copyBtn {
        width: auto;
    }
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 21%;
    }

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


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

}

._IPSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .LabelIP-container {
        margin: 0;
    }
    .m-content > .ant-row {
        // margin: 5px 0;
        margin-bottom: 5px;
    }
    .macInput-label {
        padding: 7px 0px;
    }
    .ant-form-item {
        margin-bottom: 10px;
    }
    .Prefix {
        margin-left: 8px;
    }
    .ant-form-explain {
        margin-left: 21%;
    }
    .mtu {
        border-top: @border-normal;
    }
    .mac-box .ant-input-disabled {
        background-color: @disableInputBgColorNo11;
    }
    .LabelIP-ip-input {
        transition: background-color 0.5s;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 180px;
    }
}

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

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

    &row {
        margin-top: 12px
    }

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

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

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

@placeholder-color:rgba(255, 255, 255, 0.6);
@loginInputBorderColor:rgba(255, 255, 255, 0.2);
@loginInputBorderHoverColor:rgba(255, 255, 255, 0.5);
.Login-Form{
    background-color: transparent;
    text-align: center;

    .label-normal-container {
        width: 100%;
        padding-top: 0 !important;
    }
}
.login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -242px;
    padding: 20px 40px;
    // top: 174px;
    width: 400px;
    padding-bottom: 30px;
    z-index:2;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    .ant-input-affix-wrapper {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background: none;
        border: none !important;
        border-radius: 25px;
        &:focus {
            border: none;
            outline: none;
        }
        .ant-input-prefix {
            position: absolute;
            top: 50%;
            line-height: 0;
            left: 12px;
            transform: translateY(-50%);
        }
        .ant-input {
            height: 44px;
            background: none;
            padding-left: 35px;
            background: none;
            border-radius: 25px;
            color: #ffffff;
            font-size: 14px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            text-align: left;
        }
    }
    .login-formitem {
        .ant-input-affix-wrapper {
            border: 1px solid rgba(255, 255, 255, 0.4) !important;
            .ant-input {
                width: 88%;
                height: 42px;
                border: none !important;
            }
        } 
    }
}
.login-button {
    margin-top: 40px;
    height: 44px;
    max-height: 44px;
    font-size: 16px;
    font-weight: 200;
    border-radius: 20px;
    background: #2ab5fc;
}
.login-forget {
    position: absolute;
    right: 10px;
    bottom: -2px;
    line-height: 20px;
    opacity: 0.6;
    z-index: 1;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color:@loginForgetPasswordHoverColor;
    &:hover{
        color:@loginForgetPasswordHoverColor;
    }
    cursor: pointer;
    top: 50%;
    padding-left: 10px;
    transform: translateY(-50%);
}
.login-forget-talk {
    float: right;
    line-height: 20px;
    opacity: 0.6;
    z-index: 1;
    font-size: 14px;
    color:@loginForgetPasswordHoverColor;
    &:hover{
        color:@loginForgetPasswordHoverColor;
    }
    cursor: pointer;
}
.login-formitem {
    margin-top: 25px;
}
.device-select {
    margin-top: 20px;
    .ant-select-selector {
        background-color: transparent !important;
        height: 44px;
        border-radius:22px;
        color: @placeholder-color;
        border: 1px solid @loginInputBorderColor !important;
    }
    .ant-select-selector:hover {
        border: 1px solid @loginInputBorderHoverColor;
    }
    .ant-select-selection-item {
        line-height: 44px;
    }
    .ant-select-arrow {
        color:@loginInputBorderColor
    }
}
.login-container{
    height: 100vh;
    width:100vw;
}
.acs-logo {
    margin: 10px auto 30px;
    width: 55px;
    height: 55px;
    background-image: url('/static/media/acs.78495f6a.png');
}
.login-backgroundImage {
    position: absolute;
    height: 100%;
    width:100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-image: url('/static/media/bg.eb873759.png')
}
.login-button{
    width:100%;
}
.login-icon{
    color: @loginIconColor;
}
.login-forminput {
    input:-webkit-autofill {
        -webkit-text-fill-color: #ffffff !important;
        box-shadow: 0 0 0px 1000px transparent inset !important;
        background-color: transparent;
        background-image: none;
        transition: background-color 50000s ease-in-out 0s;
        caret-color: #ffffff;
    }
    input {
        filter: none !important;
    }
}

.login-box-acs, .login-box-control {
    padding: 20px 44px;
    width: 440px;
    height: 520px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-left: -220px;
    margin-top: -260px;

    .acs-logo {
        width: 96px;
        height: 96px;
        margin: 40px auto;
    }
    .login-forget {
        right: 18px;
        bottom: 4px;
        opacity: 1;
    }
    .login-button {
        margin-top: 60px;
        height: 50px;
        max-height: 50px;
        border-radius: 25px;
    }
    .ant-input-affix-wrapper {
        .ant-input-prefix {
            left: 25px;
            .login-icon {
                color: #ffffff;
                opacity: 0.3;
            }
        }
        .ant-input {
            height: 50px;
            padding-left: 60px;
        }
        ::placeholder {
            color: #ffffff !important;
        }
    }
    .login-formitem {
        .ant-input-affix-wrapper {
            .ant-input {
                height: 48px;
            }
        } 
    }
}

.login-box-talk {
    .acs-logo {
        background-size: 55px 55px;
        margin: 15px auto 25px;
    }
}
._LogsCapture_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 16px;
}



._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);
            // overflow-y: scroll;
        }

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

    &Table {
        flex: 1;
    }

    &header {

        // display: flex;
        // justify-content: space-between;
        // align-items: center;
        // margin: 10px 0;
        &-part {
            display: flex;
        }

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

        &-label {
            display: inline-block;
            // width: 120px;
            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 {
        // margin: 10px auto;

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

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

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

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

    &logTotal {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .log-fullcheck {
        height: 32px;
        line-height: 32px;

        span {
            height: 32px;
            line-height: 32px;
            margin-left: 10px;
        }
    }

}

._DeviceTree_ {}

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

.ant-table-footer {
    padding: 10px 10px;
    background: #ffffff
}

.openRecord_temp {
    color: red;
}

._MaintenanceAndBackup_{
  background: @contentBgColorNo15;
  min-height: 90vh;
  
  .fileInput {
    // 重置文件上传的间距有问题
    div:nth-child(3),div:nth-child(4) {
      width: auto;
      margin-left: 26px;
    }
  }
  .labelSwitch-label-Col, .labelSelect-label-Col,.LabelInput-label-Col{
    text-align: left;
  }
  .fn-mb14{
    margin-bottom: 14px;
  }
  .restart{
    margin: 16px;
    border: 1px solid @dividerColorNo9;
    .title{
      padding: 8px 16px;
      font-weight: bold;
      border-bottom: 1px solid @dividerColorNo9;
    }
    .container{
      padding: 30px 32px 14px 32px;
    }
    .manual{
      border-top: 1px solid @dividerColorNo9;
      padding: 10px 32px 10px 32px;
    }
  }
  .delete{
    margin-top: 20px;
    border: 1px solid @dividerColorNo9;
    .title{
      padding: 4px 10px;
      border-bottom: 1px solid @dividerColorNo9;
    }
    .container{
      padding: 10px;
      .ant-row{
        margin-bottom: 10px;
      }
    }
  }
  .handleBar{
    margin-left: 16px;
    margin-top: 10px;
    button {
      margin-right: 10px;
    }
  }
  .backup{
    margin: 16px;
    .config{
        margin-top: 10px;
        border: 1px solid @dividerColorNo9;
        .import{
            margin-top: 20px;
        }
        .fileLabel{
            text-align: left;
            margin-left: 10px;
        }
    }
  }
  .settings{
    margin: 16px;
    .default{
      margin-top: 10px;
      border: 1px solid @dividerColorNo9;
      // padding: 10px;
      .title{
        padding: 8px 14px;
        border-bottom: 1px solid @dividerColorNo9;
        font-weight: bold;
      }
      .container{
        padding: 20px 14px;
        .ant-checkbox-group{
          display: block;
          margin: 10px 0; 
        }
      }
    }
  }
}
.empty{
  text-align: center;
  height: 90vh;
  line-height: 90vh;
}

._MeasureTemperature_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .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;
    }
}

._ModuleInfo_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: 100%;
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
    }
    > .ant-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .z-sections {
        min-height: calc(100% - 41px);
        &:nth-child(n+2) {
            border-top: @border-normal;
        }
        .z-sections-content {
            padding: 0;
        }
    }
    .fn-marr10 {
        margin-right: 10px;
    }
    .btns {
        text-align: right;
    }
}

._MotionDetect_ {
    width: 100%;
    min-width: 850px;
    display: flex;

    &left {
        width: 500px;
    }

    &right {
        flex: 1;
    }

    &row {
        margin: 10px 0;
        display: flex;
        align-items: center;
    }

    &btn {
        margin-right: 10px;
    }
    
    &Slider {
        display: inline-block;
        width: 200px;
    }

    &label {
        display: inline-block;
        width: 160px;
        text-align: left;
        margin: auto 10px auto 0;
    }

    &spin {
        position: absolute;
        top: 50%;
        right: 50%;
    }

    .video-wrap {
        width: 430px;
        height: 338px;
        display: inline-block;
        background-color: black;
        border: 1px solid black;
    }
    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }

}

._figure_ {
    margin-left: 115px;

    .figure-wrap {
      margin: 20px auto;
      position: relative; 
      background-image: url(/static/media/motion_figure.png);
      background-repeat: repeat;
      background-position: center;
    }
  
    .figure-canvas {
      position: relative;
      height: 100%;
      left: 0px;
    }
  
    .figure-threshold {
      position: absolute;
      height: 1px;
      width: 100%;
      left: 0px;
      background-color: #000;
    }
  }

.empty {
    margin-left: 200px;
}
.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;
                }
            }
        }
    }
}
._Network_ {
    background-color:pink;
    font-size: 20px;
}


._OneClickDiagnosis_ {
    // background-color: @body-background;
    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 {