        cursor: pointer;
        &:nth-child(1) {
            vertical-align: -1px;
        }
    }
    .hiddenIcon {
        visibility: hidden;
    }
    .contant-icons {
        font-size: 20px;
    }
    .ant-btn-link:hover {
        color: @btnNormalColorNo1;
    }
    .ant-btn-link:hover {
        color: @btnNormalColorNo1;
    }
    .contant-icons-disabled {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
    }
    .icon-disabled {
        color: rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
    }
    .info_btn {
        color: @textColorNo5;
    }
    .info_btn_disabled {
        color: rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
    }
    .rightContent {
        @labeltimeWidth: 140px;
        padding-top: 16px;
        padding-left: 24px;
        width: 100%;
        height: 100%;
        margin-left: 280px;
        border-left: 1px solid @bodyBgColorNo16;
        overflow: hidden;
        .content {
            height: calc(100vh - 274px);
            max-height: calc(100vh - 274px);
            overflow: auto;
        }
    }
}


._AuthoritySet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    margin-bottom: 0 !important;
    .icon {
        font-size: 20px;
        &:hover {
            cursor: pointer;
            color: @btnNormalColorNo1;
        }
    }
    .icon-batch-delete-disabled {
        font-size: 20px;
        color: @disableColorNo7;
        cursor: not-allowed;
    }
    .icon-edit-user {
        margin-right: 10px;
        vertical-align: sub;
    }
    .group-row {
        justify-content: space-between;
        padding: 8px 0;
    }
    .table-group {
        width: 100%;
        height: calc(100vh - 225px);
    }
    .table-info {
        border-left: 1px solid @color-border;
        height: calc(100vh - 325px);
    }
    .pagination-group {
        width: 100%;
        text-align: right;
        padding-top: 16px;
    }
    .info-title {
        font-size: 16px;
        font-weight: bold;
        border-left: 1px solid @color-border;
        border-bottom: 1px solid @color-border;
        &-border {
            border-left: 1px solid @color-border;
            border-bottom: 1px solid @color-border;
        }
    }
    .device-tree-wrap {
        padding-top: 16px;
        height: 347px;
    }
    .ant-card-head {
        background-color: #f1f1f1;
    }
    .pagination-footer {
        display: flex;
        justify-content: space-between;
    }
    .ant-pagination-total-text {
        position: absolute;
        left: 5px;
    }
    .ant-table-pagination.ant-pagination {
        margin: 8px 0;
    }
    .site-tree-search-value {
        color: #f50;
    }
    .ant-empty-normal {
        margin: 135px 0;
    }
    .click-row-bgc {
        background-color: @secondNavHoverColorNo14;
    }
    .ant-tree-node-content-wrapper {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .ant-tree-treenode {
        width: 100%;
    }
    .text-ellipsis {
        display: inline-block;
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: top;
    }
}


._AuthorizeProgress_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .ant-table-body {
        height: calc(100vh - 250px);
        overflow-y: auto!important;
    }
    .icon {
        font-size: 20px;
        vertical-align: -4px;
    }
    .ant-table-tbody > tr > td {
        word-break: break-word;
    }
}

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

._ConfigManage_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .ant-input-number{
        width:100%;
    }
    
}

._Dashboard_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    background-color: @bodyBgColorNo16;
    .content {
        min-height: calc(100vh - 97px);
        margin: 16px;
        box-sizing: border-box;
        background-color: @contentBgColorNo15;
    }
    .overview {
        border-bottom: 16px solid @bodyBgColorNo16;
        background-color: @bodyBgColorNo16;
        > div {
            background-color: @contentBgColorNo15;
        }
        .status {
            margin: 0 16px;
        }
    }
    .status .card-content {
        display: flex;
        justify-content: space-between;
        .card-desc {
            flex: 0 200px;
        }
        .pipe-wrap {
            flex: 1;
        }
    }
    .card-title {
        position: relative;
        margin-left: 30px;
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .pipe-wrap {
        height: 250px
    }
    .card-desc {
        text-align: center;
        margin-bottom: 10px;  
        display: flex;
        flex-direction: column;
        justify-content: center;  
    }
    .line-wrap {
        min-height: 440px;
    }
    .card-content {
        min-height: 250px;
    }
    .title-extend {
        position: absolute;
        right: 10px;
        top: 4px;
        display: flex;
        justify-content: center;
        font-size: 14px;
        font-weight: normal;
    }
    .leagel {
        margin-left: 10px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: -2px;
        width: 14px;
        height: 14px;
        background-color: @btnNormalColorNo1;
        border-radius: 5px;
        &.offline {
            background-color: #8bc7ff;
        }
    }
    .alarm-total {
        line-height: 250px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #ff3434;
        background-image: url('/static/media/alamtotalbg.0dde4ed5.png');
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    .capicity {
        height: 260px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        .cap-item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 15px 0;
            width: 20%;
            min-height: 170px;
            background-color: rgba(240, 242, 245, 0.5);
            border-radius: 10px;
            text-align: center;
        }
        .desc {
            color: #8f8f8f;
        }
        .cap-title {
            color: #666666;
        }
        .progress {
            width: 80%;
            margin: 0 auto;
        }
    }
    .data {
        font-weight: bold;
        font-size: 22px;
        vertical-align: -3px;
        display: inline-block;
    }
    .line-tooltip {
        dt {
            padding: 5px 0;
            font-size: 16px;
            font-weight: bold;
            border-bottom: 1px solid @listBorderColorNo8;
            margin-bottom: 5px;
        }
        dd:first-of-type {
            color: @btnNormalColorNo1;
        }
    }
    @keyframes loading {
        0% {
            transform: translateX(-100%);
        }
        50% {
            transform: translateX(-50%);
        }
        100% {
            transform: translateX(0%);
        }
    }
    .empty-loading {
        display: inline-block;
        vertical-align: bottom;
        overflow: hidden;
        span {
            display: inline-block;
            animation: loading 1.5s linear infinite;
        }
    }
}

._DefaultReset_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
}


._Demo_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-left: 20/@px-unit; //为了不eslint告警写一个
}
._autoSearch_ {
    .btns button {
        margin-right: 10px;
    }
    .netRange{
        display: flex;
        flex-wrap: nowrap;
    }
    .iprangeLabel{
        margin-right:10px;
        line-height: 32px;
    }
    .LabelIP-container {
        float: left;
        width: 200px;
        margin: 0 0 0 10px;
    }
    .label-normal-container {
        padding-top:0;
        padding-bottom:0;
    }
    .deviceInitBtn{
        width: 155px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .svg {
        font-size: 20px;
        vertical-align: text-top;
    }
}

._DeviceModal_ {
    .deviceModalRow{
        margin-bottom:35px;
    }
    .ant-form-item-control-input-content {
        width: 100%;
    }
}

@deviceNormalColor: #00ff00;
@deviceErrorColor: #8f8f8f;
._DeviceManager_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    padding: 16px;
    @spaceheight: 96 / @px-unit;
    min-height: calc(~'100vh - @{spaceheight}');
    .content {
        padding: 16px;
        background: @contentBgColorNo15;
        width: 100%;
        min-height: calc(~'100vh - @{spaceheight}');
    }
    .btns button {
        margin-right: 10px;
    }
    .actions {
        .btns,
        .statement {
            float: left;
        }
        .statement {
            line-height: 32px;
            margin-left: 60px;
        }
    }
    .circle (...) {
        content: '';
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 5px;
        margin-right: 5px;
        background-color: @arguments;
    }
    .connected {
        .circle(@deviceNormalColor);
    }
    .unconnected {
        .circle(@deviceErrorColor);
    }
    .icon {
        font-size: 20px;
        cursor: pointer;
    }
    .icon-disabled {
        font-size: 20px;
        cursor: not-allowed;
        color: @disableColorNo7;
    }
    .ant-table-body {
        height: calc(100vh - 361px);
    }
}

._InitModal_{
    .ant-form-item-label{
        width:160px;
    }
  
}

._ModifyIpModal_{
    .ant-form-item-label{
        width:160px
    }
}
._PwdModal_{
    .ant-form-item-label{
        width:160px;
    }
    .ant-form-item{
        margin-bottom: 10px !important;
    }
}
._SyncTimeModal_{
    .time-detail-row{
        margin-bottom:20px;
    
    }
    .time-label{
        width:120px;
        height:30px;
        line-height: 30px;
        margin-right:10px;
    }
    .time-week{
        display: inline-block;
    }
    .time-week-item{
        width:70px;
        margin-right:10px;
        display: inline-block;
    }
    
}

._DoorParam_ {
    position: relative;
    display: flex;
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    .section-box {
        margin-top: 16px;
    }
    .ant-spin-container {
        height: 100%;
    }
    .doTree {
        width: 250px;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        border-right: 1px solid @color-border;
        .ant-card-bordered {
            border: none;
        }
        .ant-card-head {
            padding: 0 16px;
            border-bottom: none;
            font-weight: bold;
        }
    }
    .ant-tree-list-holder {
        overflow-y: auto !important;
    }
    .main {
        margin-left: 266px;
        flex: 1;
        overflow: hidden;
        padding-top: 16px;
        padding-bottom: 16px;
        .params_list {
            @media screen and (max-width: 1280px) {
                height: calc(100vh - 201px);
                max-height: calc(100vh - 201px);
                overflow-y: auto;
            }
            @media screen and (min-width: 1280px) {
                height: calc(100vh - 191px);
                max-height: calc(100vh - 191px);
                overflow: auto;
            }
        }
    }
    .ant-card {
        height: 100%;
    }
    .device-tree-wrap {
        max-height: 790px;
        padding-top: 16px;
    }
    .site-tree-search-value {
        color: #f50;
    }
    > .ant-spin-nested-loading {
        flex: 1;
    }
    .ant-tree-node-content-wrapper {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .ant-tree-treenode {
        width: 100%;
    }
    .main-label-wrap {
        display: flex;
        align-items: center;

        .ant-form-item + .ant-form-item {
            margin-left: 24px;
        }
    }
    .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
        position: fixed !important;
        top: auto !important;
        left: auto !important;
        margin: 100px auto 0px auto !important;
    }
    .fixed-button {
        left: 538px !important;
        right: 41px;
    }
}



._FirstCard_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    // min-width: 1250px;
    box-sizing: border-box !important;
    position: relative;
    .wrapper {
        .headWrapper {
            padding-right: 16px;
            padding-left: 16px;
        }
        width: 100%;
        height: 100%;
        display: flex;
        .ant-alert-message {
            color: @skin-blue;
        }
        .icons {
            cursor: pointer;
            &:nth-child(1) {
                vertical-align: -1px;
            }
        }
        .firstEnterInfoList {
            border-right: 1px solid @dividerColorNo9;
            // position: fixed;
            // margin-top: 16px;
            // left: 256px;
            // top: 80px;
            // bottom: 16px;
            // width: 260px;
            height: 100%;
            width: 260px;
            position: absolute;
            top: 0px;
            padding-top: 16px;
            left: 0px;
            z-index: 10;
            background-color: @contentBgColorNo15;
            .search {
                margin-top: 16px;
                margin-bottom: 16px;
                height: 30px;
            }
            .first-dev-tree {
                height: calc(100vh - 216px);
                overflow-y: auto;
                padding-left: 16px;
            }
            .templist {
                display: flex;
                flex-direction: column;
                max-height: 670px;
                overflow-y: auto;
                flex-wrap: nowrap;
            }
            .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;
                }
            }
        }
        .doorInfoDetail {
            @labeltimeWidth: 140px;
            padding-left: 16px;
            margin-left: 261px;
            width: 100%;
            height: 100%;
            padding-top: 16px;
            overflow: hidden;
            .content {
                height: calc(100vh - 190px);
                max-height: calc(100vh - 190px);
                overflow: auto;
            }

            // max-width: 980px;
            .formitemheader {
                margin-top: 20px;
            }
            .formitem {
                margin-bottom: 16px !important;
            }
            .ant-form-item-label {
                width: @labeltimeWidth;
            }
            .ant-form-item-control {
                width: 600px;
            }
            .ant-tabs {
                overflow: visible;
            }
            .ant-tabs-tab:nth-child(1) {
                margin-left: 50px;
            }
            .ant-tabs-tab:nth-child(2) {
                margin-left: 100px;
            }
            .ant-table {
                border: 1px solid @inputBorderColorNo10;
            }
        }
        .person-list {
            // border: 1px solid red;
            // min-height: 200px;
            margin-top: 15px;
            background-color: #f0f2f5;
            .person-list-col {
                // margin: 15px;
                // padding: 15px;
                width: 100%;
                background-color: #ffffff;
            }
            .person {
                width: 100px;
                height: 100px;
                text-align: center;
                margin: 5px;
                .deleteIcon {
                    position: absolute;
                    margin: -80px 0 0 38px;
                }
                .personImg {
                    cursor: pointer;
                    background-image: url('/static/media/person-neuter.efe593ce.png');
                    background-size: cover;
                    > span {
                        height: 20px;
                        display: none;
                    }
                }
                .personImg:hover {
                    background-color: #272727;
                    opacity: 0.7;
                    line-height: 80px;
                    > span {
                        height: 20px;
                        display: inline-flex;
                    }
                }

                .personName {
                    text-align: center;
                }

                .userName-span {
                    display: inline-block;
                    width: 90px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }
            }
            .addImg {
                cursor: 'pointer';
                color: 'red';
            }
            .personImgAdd {
                color: #d9d9d9;
                background-color: #ffffff;
                border: 3px dashed #d9d9d9;
                cursor: 'pointer';
                margin: '5px';
            }
            .addPerson {
                width: 100px;
                height: 100px;
                text-align: center;
                margin: 5px;
            }
        }
        .timePlan {
            margin: 15px;
            padding: 15px;
            background-color: #ffffff;
            .ant-card-head {
                background-color: #f5f5f5;
            }
        }

        .device-tree-wrap {
            max-height: 790px;
            padding-top: 16px;
            margin-top: 10px;
        }
        > .ant-spin-nested-loading {
            flex: 1;
        }
        .ant-tree-node-content-wrapper {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .ant-tree-treenode {
            width: 100%;
        }
    }
    .site-tree-search-value {
        color: #f50;
    }
    .ant-table-body {
        min-height: 240px;
    }
    .fn-center {
        display: flex;
        justify-content: center;
    }
    .icon {
        font-size: 20px;
        &:hover {
            cursor: pointer;
            color: @btnNormalColorNo1;
        }
    }

    .icon-remove {
        color: rgba(0, 0, 0, 0.25);
    }

    .ant-tree-treenode-disabled {
        .ant-tree-checkbox-disabled {
            display: none;
        }
    }

    .list-empty {
        width: 100%;
        margin-top: 330px;
        text-align: center;
        color: @disableColorNo7;
    }
    .ant-tree-checkbox-disabled {
        display: block !important;
    }
    .detail_spin,
    .ant-spin-container {
        height: 100%;
    }

    .ant-spin-nested-loading > div > .ant-spin {
        height: 600px;
        max-height: 600px;
    }
}


._GatewayInfo_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个

    .behindLabelText{
        .label-normal-wrapper{
            width: auto!important;
        }
    }
    .label-normal-behind {
        width: 150px!important;
    }
}

._Guide_ {
    height: 100%;
    display: flex;
    flex-direction: column;
    
    .tabMenu-left {
        display: flex;
    }
    .steps-wrap {
        width: 60%;
        margin: 30px auto;
    }
    .homepage-header,
    .steps-wrap {
        flex: none;
    }
    .steps-container {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px 0;
        background-color: #fff;
        overflow: hidden;
        
        .steps-content {
            width: 80%;
            height: 100%;
            display: flex;
            justify-content: center;
            margin: 10px auto;
            flex: 1;
            overflow: hidden auto;

            ._DeviceManage_ {
                flex: 1;
                border: 1px solid @listBorderColorNo8;
            }
            .SetScene-cpt {
                width: 100%;

                .SetScene-cpt-radio {
                    margin-bottom: 20px;
                }
            }
            .import-depoly-alert {
                margin-bottom: 20px;
                &.ant-alert {
                    padding: 4px 15px;
                }
            }
        }
        .steps-action-wrap {
            display: flex;
            justify-content: center;
            margin: 20px 0 24px;
        }
    }
}

._Hardware_ {
    .header {
        font-size: 16px;
        padding-bottom: 16px;
        border-bottom: @border-normal;
    }
    .back {
        margin: 6px 12px 0 0;
        cursor: pointer;
        &:hover {
            color: @btnNormalColorNo1;
        }
    }
    .door-tabs {
        .ant-row {
            padding: 16px 0;
        }
    }
    .reset-step-wrap {
        padding: 50px 18%;
    }
    .reset-step-content {
        padding: 30px 0;
    }
    .reset-step-footer {
        justify-content: center;
        padding-bottom: 14px;
    }
    .divider-line {
        border-right: 1px solid @listBorderColorNo8;
    }
    .step-wrap-center {
        margin: 0 auto;
    }
    .input-wrap {
        input {
            width: 180px;
        }
    }
    .finish-img {
        padding: 20px 100px;
        border: @border-normal;
        margin: 16px 0 30px 0;
    }
    .ant-result {
        padding: 0 32px 48px 32px;
    }
    .finish-footer {
        display: flex;
        justify-content: center;
    }
    .canvas-wrap {
        min-width: 525px;
        overflow-x: auto;
    }
}



._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 {
        left: 530px;
    }
    .m-form-control {
        margin-left: 0;
    }
    .wrapper {
        .headWrapper {
            padding-right: 16px;
            padding-left: 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 {
            padding-top: 16px;
            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;
            padding-top: 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 {
                border: 1px solid @inputBorderColorNo10;
            }
            .icon {
                font-size: 20px;
                cursor: pointer;
            }
            ._ScheduleComponent_ {
                padding-left: 0px;
                padding-right: 0px;
            }
        }
    }
    .ant-table-body {
        min-height: 240px;
    }
    .ant-table-tbody > tr:last-child > td {
        border-bottom: unset;
    }
}
.HolidayTemplate-addHoliday {
    .ant-input-number {
        width: 100%;
    }
}

.MenuView_ViewItem .titleIcon {
    display: inline-block;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
}
.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;
    }
}

.myicon-home {
    color: #a6adb4;
}
._LogoComponent_{
    .tab-menu-logo-logo {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        // background-image: url('/static/media/logo.c79243fc.png');
    }
    .sign {
        font-size: 16px;
        color: #fff;
    }
}

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


._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: 8 / @px-unit;
    }
    .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: 80vh;
    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%;
    }
}
._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';
        }
    }
}


._LocalLink_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    &label {
        display: inline-block;
        width: 160px;
        margin-right: 10px;
        // text-align: right;
    }

    &input {
        width: 200px;
    }

    &btn {
        margin-right: 10px;
    }

    &editbtn {
        &:hover {
            cursor: pointer;
        }
    }

    &select, &switch {
        width: 200px;
    }

    &switch {
        display: inline-block;
        // text-align: left;
    }
    &LocalLink {
        padding-left: 42px;

        &-table {
            margin-top: 10px;
            min-height: 500px;
        }
    }

    &LocalLinkEdit {
        &-container {
            padding: 0 30px;
        }
        &-row, &-flexrow {
            margin-bottom: 14px;
        }
        &-flexrow {
            display: flex;
            justify-content: space-between;
        }
    }
    
}
._LocalLink_label{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

._LockRealtion_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    .content-warper {
        display: flex;
    }
    .fixed-button {
        margin-left: 310px;
    }
    .ant-tabs-nav {
        margin-bottom: 0;
    }
    .myicon {
        cursor: pointer;
    }
    .ant-tabs, .ant-tabs-content, .content-warper {
        height: 100%;
    }
    .ant-alert-message {
        color: @skin-blue;
    }
    .group-list {
        padding-top: 16px;
        width: 250px;
        border-right: 1px solid @listBorderColorNo8;
        .ant-tabs-nav {
            padding-left: 16px;
        }
    }
    .ant-form-item-explain, .ant-form-item-explain-error {
        margin-left: 108px;
    }
    .main {
        margin-top: -10px;
        padding-top: 16px;
        flex: 1;
        position: relative;
        overflow-y: hidden;
        .relation-content{
            height: calc(100vh - 230px);
            max-height: calc(100vh - 230px);
            overflow-y: auto;
        }
        .relation-content-main {
            // min-height: calc(100vh - 275px);
            padding: 16px;
        }
        .fixed-button {
            position: absolute;
            left: 10px;
            bottom: -8px;
        }
    }
    .labelText-wrapper {
        display: flex;
    }
    .search-item {
        display: flex;
        .ant-input-search {
            flex: 0 1 auto;
        }
        .icons {
            margin-left: 10px;
            padding-top: 6px;
            width: 75px;
        }
    }
    .max-alter{
        width: 234px;
    }
    .relation-item{
        padding-left: 16px;
        list-style: none;
        line-height: 40px;
        &:hover, &.active {
            background: @secondNavHoverColorNo14;
        }
        cursor: pointer;
    }
    .relation-list {
        padding-top: 10px;
        height: calc(100vh - 330px);
        overflow: auto;
        img {
            width: 24px;
            margin: -4px 10px 0;
        }
    }
    .ant-checkbox-group {
        width: 100%;
    }
    .ant-card {
        min-height: 300px;
    }
    .list-empty {
        width: 100%;
        margin-top: 330px;
        text-align: center;
        color: @disableColorNo7;
    }
}

._SysLog_ {
    .ant-tabs-top > .ant-tabs-nav {
        margin-bottom: 0;
    }
}

._SystemLog_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // min-width: 1090px;

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

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

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

    &container {
        margin-top: 10px;

        &-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 {
        position: absolute;
        right: 0;
    }
    ._SystemLog_header-label{
        height:30px;
        line-height: 30px;
        vertical-align: 3px;
    }
    ._SystemLog_header-select,._SystemLog_header-btn{
        vertical-align: bottom;
    }
    .ant-table-body {
        height: calc(100vh - 320px);
        overflow-y: auto!important;
    }
}


@placeholder-color: rgba(255, 255, 255, 0.6);
.Login-Form {
    background-color: transparent;
    text-align: center;
}
.login-box {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 440 / @px-unit;
    height: 520 / @px-unit;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    z-index: 2;
    .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: 50px;
            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;
        }
    }
    ::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: @placeholder-color!important;
    }
    :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: @placeholder-color!important;
    }
    ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: @placeholder-color!important;
    }
    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: @placeholder-color!important;
    }
}
.login-title-general {
    margin-top: 50px;
    margin-bottom: 42px;
    height: 100px;
    width: 100px;
    background-image: url('/static/media/logo.c79243fc.png');
}
.login-title {
    margin-top: 78px;
    margin-bottom: 70px;
    height: 50px;
    width: 340px;
    background-image: url('/static/media/logo_dh.6314aaee.png');
}
.login-formitem {
    margin-top: 25px;
    .label-normal-container {
        width: 100%
    }
}
.login-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.login-backgroundImage {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-image: url('/static/media/login_bg.75630a69.jpg');
}
.login-button {
    margin-top: 60px;
    width: 100%;
    height: 48px;
    background-color: #2ab5fc;
    border-radius: 25px;
    color: #ffffff;
}
.login-forget {
    position: absolute;
    right: 16px;
    line-height: 24px;
    height: 24px;
    opacity: 1;
    font-size: 14px;
    z-index: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    top: 32px;
    padding-left: 10px;
    transform: translateY(-50%);
    &:hover {
        color: #ffffff;
    }
    cursor: pointer;
}
.login-icon {
    font-size: 20px;
    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-elec {
    padding: 20px 44px;
    width: 440px;
    height: 520px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    .ant-form-item-control {
        position: relative;
    }
   
    .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;
            }
        } 
        .ant-col ant-form-item-control {
            position: relative;
        }
    }
}

._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;
        }
        &-label {
            display: inline-block;
            width: 120px;
            text-align: right;
            margin-right: 10px;
        }
        &-input,
        &-select {
            display: inline-block;
            width: 200px;
        }
        &-btn,
        &-timerange,
        &-select {
            margin-right: 10px;
        }
        &-search {
            width: 200px;
            margin-right: 10px;
        }

        &-timerange {
            display: flex;
            align-items: center;
        }
        &-subType {
            width: 120px;
            margin-right: 10px;
        }
    }

    &container {
        margin: 10px auto;

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

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

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

        &-header {
            padding: 15px 10px;
            border-bottom: 1px solid @dividerColorNo9;
        }
    }
    &logTotal {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
}

._DeviceTree_ {
}

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

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


._Maintenance_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .restart{
       
        border: 1px solid @dividerColorNo9;
        .title{
          padding: 8px 16px;
          font-weight: bold;
          border-bottom: 1px solid @dividerColorNo9;