        font-size: 16px;
        color: #8c8c8c;
        margin-left: 32px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .adm-form-item-child-inner {
        text-align: right;
    }
    .adm-input-element {
        text-align: left;
    }
    .validto .adm-list-item-content-prefix{
        width: 108px;
    }
    .adm-form-item-label, .adm-list-item-content-main {
        color: #1f1f1f;
    }
    .adm-input-element:not(:disabled) {
        color:#1f1f1f;
    }
    .basic-info {
        .adm-list-body {
            background-color: #F0F2F5;
        }
        .authority {
            margin-top: 0;
        }
        .user-type .adm-list-item-content, .authority .adm-list-item:first-of-type .adm-list-item-content{
            border-top: 0;
        }
    }
    .noStyle {
        padding-left: 0;
        padding-right: 0;
        > .adm-list-item-content > .adm-list-item-content-main {
            padding: 0;
            .adm-list-item-content {
                padding-right: 0;
            }
        }
    }
    
}
.CustomDatePickerView{
    .adm-form-item-child-inner {
        text-align: left;
    }
}
.user-option-passwrod-modal {
    background-color: #F0F2F5;
    .adm-form .adm-list-body {
        background-color: #F0F2F5;
    }
    .adm-card-body {
        .adm-list-item:first-of-type .adm-list-item-content{
            border-top: 0;
        }
    }
    .m-sections {
        margin-bottom: 0;
    }
    .adm-list-body-inner {
        position: relative;
    }

    .password-info {
        position: absolute;
        right: 30px;
        top: 14px;
        font-size: 20px;
    }
    .adm-form-item-child-inner {
        margin-right: 30px;
    }
    .adm-form-item-feedback-error{
        padding-right: 40px;
    }
}
.user-option-cardlist-modal {
    background-color: #F0F2F5;
    .adm-list-body {
        border: 0;
    }
    .adm-form-item-label, .adm-list-item-content-main {
        svg {
            margin-right: 10px;
            font-size: 24px;
            vertical-align: -6px;
        }
    }
}

.user-option-fingerlist-modal {
    background-color: #F0F2F5;
    .m-sections {
        margin: 15px;
    }
    .adm-list-body {
        border: 0;
    }
    .adm-form-item-label, .adm-list-item-content-main {
        svg {
            margin-right: 10px;
            font-size: 24px;
            vertical-align: -6px;
        }
    }
}
.user-option-addcard-modal {
    background-color: #F0F2F5;
    .adm-list-item-content-prefix {
        width: 75px;
    }
}
.user-option-addfinger-modal {
    background-color: #F0F2F5;
    .fn-textcenter {
        text-align: center;
    }
    .finger-icon {
        text-align: center;
        font-size: 120px;
        .addFinger {
            fill: #00a335
        }
        .unaddFinger {
            fill: #8f8f8f;
        }
    }
}
.user-option-facelist-modal {
    .img-list {
        padding: 20px 16px;
        display: flex;
        justify-content: space-between;
    }
    .add-img-btn {
        width: 160px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 60px;
        border: 1px dashed #00a335;
        color: #00a335;
    }
    .img-item {
        position: relative;
        overflow: hidden;
        .img-icon {
            position: absolute;
            right: 0;
            top: 0;
            width: 30px;
            height: 30px;
            border-radius: 0 0 0 48px;
            background: rgba(0,0,0,0.7);
            font-size: 16px;
            color: #fff;
            z-index: 10;
            .antd-mobile-icon {
                position: absolute;
                right: 5px;
                top: 5px;
            }
        }
    }
}


._PersonnelManage_ {
    min-width: 1400px;
    min-height: calc(100vh - 96px);
    height: auto;
    // padding: 16px;
    padding: 24px 32px;
    margin: 16px;
    background: #fff;
    overflow: hidden;
    background-color: '#fff';

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

    &item {
        height: 48px;
    }

    &_Modal_add {
        width: 540px;
        padding: 32px;
        // height:720px;
    }

    &modal_content {

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

        .type-select {
            padding-bottom: 30px;
            margin-bottom: 28px;
            border-bottom: 1px solid #e9ebee;
        }

        .label-normal-container {
            padding: 0 !important;

            .label-normal-wrapper {
                width: unset !important;
            }
        }

        .ant-form {
            .ant-form-item:last-child {
                margin-bottom: 0 !important;
            }
        }

        .ant-form-item-label {
            text-overflow: ellipsis;
            padding-top: 5px;

            &>label {
                display: inline;
            }
        }
    }

    &finger-Icon {
        background-size: 15px 16px;
    }
}

.Modal_add {
    .ant-modal-header {
        height: 49px;

        .ant-modal-title {
            height: 21px;
        }
    }

    .ant-modal-footer {
        height: 64px;
        padding: 15px 25px;

        .ant-btn+.ant-btn {
            margin-left: 10px;
        }
    }
    .tabTitle{
        width:100%;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .custom-add {
        float: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 120px;
        height: 112px;
        border: 1px solid @color-border;
        cursor: pointer;
    
        &.big {
            width: 150px;
            height: 132px;
        }
    
        &:hover {
            color: @skin-blue;
        }
    }
    
}

.ant-table-thead {
    height: 48px;
}

.ant-table-cell {
    height: 48px;
}

.card {
    width: 160px;
    height: 140px;
    display: inline-block;
    font-size: 8px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, 0.15);

    &_CardNo {
        height: 20px;
        font-size: 12px;

        &_span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 105px;
            margin-left: 5px;
        }
    }

    &_CardName {
        margin-top: 16px;
        height: 16px;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: 'Microsoft YaHei';
        font-weight: normal;
        font-stretch: normal;
        overflow: hidden;
        letter-spacing: 0px;
        width: 135px;
    }

    &_bottom {
        height: 40px;
        width: 158px;
        background-color: #f5f5f5;
        top: 22px;
        bottom: 0;
        left: -16px;
        position: relative;

        &_Icon {
            position: absolute;
            top: 10px;
            right: 16px;
            font-size: 20px;
        }
    }
}

.finger {
    width: 120px;
    height: 108px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    display: inline-block;

    &_FingerName {
        margin-left: 18px;

        &_span {
            padding-left: 5px;
            font-family: 'Microsoft YaHei';
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 20px;
            letter-spacing: 0px;
            color: rgba(0, 0, 0, 0.85);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 75px;
        }
    }

    &_bottom {
        margin-top: 18px;
        padding-top: 12px;
        padding-left: 46px;
        width: 120px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.04);
        border-radius: 0px 0px 2px 2px;

    }
}

.finger_modal {
    .fn-textcenter {
        margin-top: 10px;
        margin-bottom: 35px;
        text-align: center;
    }

    .device-finger {
        text-align: center;

        svg {
            width: 60px !important;
            height: 50px !important;
        }
    }

    .custom-tip {
        display: block;
        margin-bottom: 40px;
        background-color: transparent;
        border: none;
        text-align: center;

        div {
            display: inline;
        }
    }

    .btn-box {
        text-align: center;
    }
}

.InfoSvg {
    position: absolute;
    margin-top: 6px;
    font-size: 20px;
    vertical-align: 'right';
}


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

        .ant-form-item-label {
            flex: 0 0 180px;
            max-width: unset;
        }
        .ant-form-item-control {
            flex: 0 0 220px;
            max-width: unset;
        }
    }
    .imgRow{
        .ant-form-item-control {
            flex: 0 0 400px;
            max-width: unset;
        }
       
    }
}

._PlatformAccess_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .item-row{
        display: flex;
        margin-bottom: 0.5em;
        .label-normal{
            display: inline-block;
            height: 32px;
            line-height: 32px;
            padding-right: 8px;
            width: 160px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .ant-checkbox-wrapper{
            padding-top: 4px;
        }
        .LabelIP-container{
            margin: 0;
        }
        // slider主题色
        .ant-slider{
            .ant-slider-track{
                background-color: #1890ff;
            }
            .ant-slider-handle{
                border-color: #1890ff;
            }
        }
    }
}
._Playback_ {
    .ant-tabs-bar {
        margin-bottom: 0;
    }
    .ant-tabs-nav {
        margin-bottom: 0;
    }
    .ant-tabs-nav-wrap {
        background: #ffffff;
        padding: 0 16px;
    }
    .ant-tabs-content > div {
        box-sizing: border-box;

        .tab-content {
            height: 100%;
            padding: 16px 0;
        }
        .schedule {
            padding: 15px;
            height: 100%;
            .ant-spin-nested-loading {
                min-height: 100%;
                background: #ffffff;
            }
        }
        .storage {
            width: 100%;
            min-height: calc(100vh - 138px);
            background: #ffffff;
        }
        .control {
            width: 100%;
            height: calc(100vh - 138px);
            background: #ffffff;
            overflow: auto;
        }
        &.ant-tabs-tabpane:first-child {
            height: calc(100vh - 110px);
            .tab-content.search-content{
                padding-left: 0;
                padding-right: 0;
                height: 100%;
            }
        }
    }
    .rc-tabs-content {
        .control,.storage {
            width: 100%;
            min-height: calc(100vh - 138px);
            background: #ffffff;
        }
        .search {
            height: calc(100vh - 138px);
            background: #ffffff;
            .touchbar .voice {
                margin-top: 0;
            }
        }
        
    }
    .rc-tabs-nav-wrap {
        background: #ffffff;
    }

    .list-item {
        margin-bottom: 10px;
        line-height: 32px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .fn-border {
        border: 1px solid #e8e8e8;
    }
    .fn-center {
        margin-top: 200px;
    }
    .LabelInput-label-Col, .labelSelect-label-Col {
        text-align: left;
        label {
            color: #272727;
        }
    }
    .search {
        width: 200%;
        height: 100%;
        transition: all 0.3s;
        &.toRight {
            margin-left: -100%;
        }
        .search-play, .search-list {
            width: 50%;
            height: 100%;
            float: left;
            padding: 0 16px;
            > div {
                height: 100%;
                background: #ffffff;
            }
        }
        .operation {
            float: left;
            width: 240px;
            height: 100%;
            border-right: 1px solid #e8e8e8;
        }
        .result {
            position: relative;
            float: left;
            width: calc(100% - 240px);
            height: 100%;
            overflow-x: hidden;
        }
        .title {
            padding-left: 10px;
            line-height: 40px;
            border-bottom: 1px solid #e8e8e8;
        }
        .device-list {
            
            .channels {
                overflow-y: auto;
                margin-top: 10px;
                height: 260px;
                border-bottom: 1px solid #e8e8e8;
            }
            .channel-list {
                padding-left: 20px;
                line-height: 35px;
                .ant-checkbox-wrapper {
                    color: #272727;
                }
                .myicon[disabled] {
                    color: rgba(0, 0, 0, 0.25);
                }
            }
            .myicon-boll {
                font-size: 16px;
            }
        }
        .actions {
            width: 200px;
            margin-left: 20px;
        }
        .normalBtn {
            color: #272727;
            &:hover {
                color: #1890ff;
            }
        }
        
        .greyBtn {
            color: #8f8f8f!important;
        }
        .backLabel {
            // margin-right: 90px;
        }
        .playbtn {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -51px;
            margin-left: -35px;
            width: 70px;
            height: 70px;
            cursor: pointer;
            span {
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -15px;
                margin-top: -15px;
                display: inline-block;
                width: 30px;
                height: 30px;
                background: rgba(0,0,0,0.5);;
                border-radius: 50%;
                line-height: 30px;
                text-align: center;
                color: #fff;

            }
            svg {
                margin: 7px 0 0 3px;
            }
        }
        .result-list {
            width: 100%;
            height: calc(100% - 140px);
            overflow-y: auto;
            .ant-spin {
                position: absolute;
                left:  50%;
                top: 50%;
                margin-left: -10px;
                margin-top: -12.5px;
            }
            .result-item {
                position: relative;
                margin-left: 16px;
                margin-top: 10px;
                float: left;
                width: calc(14.29% - 18.65px);
                .imgbox {
                    display: inline-block;
                    width: 100%;
                    min-height: 50px;
                    box-sizing: border-box;
                    &.selected {
                        outline: 2px solid #1890ff;
                    }
                    img {
                        width: 100%;
                        height: auto;
                    }
                }
                .type {
                    font-size: 14px;
                    height: 21px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }
                .playtime {
                    position: absolute;
                    right: 10px;
                    bottom: 45px;
                    font-size: 12px;
                    color:#fff;
                    label {
                        vertical-align: 2px;
                    }
                }
                .time {
                    color: #8f8f8f;
                    font-size: 12px;
                }
                .result-item-checkbox {
                    position: absolute;
                    left: 6px;
                    top: 3px;
                }
                .ant-checkbox-wrapper + span {
                    padding-right: 0px;
                    padding-left: 0px;
                }
                .lock {
                    position: absolute;
                    right: 10px;
                    top: 10px;
                    color: #fcac15;
                    svg {
                        width: 16px;
                        height: 16px;
                    }
                }

            }
        }
        .ant-pagination {
            float: right;
            margin-right: 20px;
        }
        .play-list {
            width: 240px;
            height: 100%;
            line-height: 30px;
            float: left;
            ul {
                height: calc(100% - 40px);
                overflow-y: auto;
            }
            li {
                height: 60px;
                padding-left: 16px;
                font-size: 13px;
                cursor: pointer;
                &:first-child {
                    margin-top: 10px;
                }
                &.active, &:hover {
                    background: #e6f7ff;
                    color: #1890ff;
                }
                div {
                    font-size: 12px;
                    color: #8f8f8f;
                    margin-left: 12px;
                    margin-top: -5px;
                }
            }
            
        }
        .play-list-title {
            padding-left: 10px;
            line-height: 40px;
            height: 40px;
            color: #1890ff;
            border-bottom: 1px solid #e8e8e8;

            .play-list-title-back {
                cursor: pointer;
            }
        }
        .playList-ul {
            line-height: 25px;
            .type {
                padding-left: 16px;
                cursor: pointer;
            }
            .active, .type:hover {
                background: #e6f7ff;
                color: #1890ff;
            }
            .record-time {
                font-size: 12px;
                color: #8f8f8f;
            }
        }
        .play-content {
            width: calc(100% - 240px);
            float: left;
            height: 100%;
        }
        .my-video {
            height: calc(100% - 40px);
            min-height: 64vh;
        }
        .touchbar {
            position: relative;
            height: 40px;
            background: #f0f2f5;
            display: flex;
            align-items: center;
            justify-content: space-between;
            .left {
                .left-playState{
                    float: left;
                    // margin-left: 15px;
                }
            }
            .center {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 0 24px;
                position: absolute;
                left: 50%;
                top: 5px;
                margin-left: -202px;
                width: 404px;
                height: 30px;
                background: #ffffff;
                border-radius: 4px;
                color: #272727;
            }
            .btns, .btns-play {
                width: 18px;
                margin-top: 4px;
                cursor: pointer;
                &:first-child {
                    // margin-left: 25px;
                }
                svg {
                    width: 20px!important;
                    height: 16px!important;
                    &:hover {
                        color: #1890ff;
                    }
                }
                &.myicon-play3 svg{
                    width: 20px!important;
                    height: 16px!important;
                }
                &.myicon-fullscreen svg {
                    width: 20px;
                    height: 20px;
                }
                &.myicon-sound2 {
                    margin-left: 10px;
                }
                .myicon-download2, .myicon-fullscreen {
                    visibility: hidden;
                }
            }
            .voice {
                display: inline-block;
                vertical-align: middle;
                width: 110px;
                margin: 0;
                margin-top: -2px !important;
                margin-left: 10px;
            }
            .ant-slider-track {
                background: #1890ff;
            }
        }
        .timeBox {
            position: relative;
            .ant-popover {
                min-width: 66px;
            }
        }
        .timelime {
            height: 40px;
        }
        .right {
            float: right;
            font-size: 20px;
        }
    }
    .control {
        height: 100%;
        .fn-divider {
            border-bottom: 1px solid #e8e8e8;
        }
    }
    .storage {
        height: 100%;
        padding: 16px;
        .LabelInput-label-Col, .labelSelect-label-Col, .labelSwitch-label-Col {
            text-align: left;
            label {
                color: #272727;
            }
        }
        .session {
            margin-bottom: 10px;
            padding-bottom: 10px;
        }
    }
    
    .actions-btn {
        margin-left: 25px;
    }
    // .video-box.full .video-content {
    //     width: 50%;
    //     left: 50%;
    // }
    .search-selections {
        margin-top: 20px;
        .actions {
            margin-bottom: 15px;
        }
    }
    .fn-margin-right20 {
        margin-right: 20px;
    }
    .playtime-icon {
        vertical-align: text-top;
        margin-right: 2px;
        svg {
            width: 14px !important;
            height: 14px !important;
        }
    }
}

.record_download {
    .record_download-title-left {
        float: left;
    }
    .record_download-title-right {
        float: right;
    }
    .item-list {
        line-height: 32px;
    }
    .saveplace-input {
        width: 225px;
    }
    .encryption_password {
        width: 170px;
    }
    .ant-spin-container {
        min-height: 240px;
    }
    .MyTable {
        border: unset !important;
        .ant-table-wrapper {
            position: static;
        }
        .ant-table {
            margin: 0;
        }
    } 
}

.record-mark {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    &.normal,&.timing,&.Timing {
        background:  #52c41a;
    }
    &.event, &.alarm, &.AlarmLocal {
        background: #f5222d;
    }
    &.manual, &.VideoMotion {
        background: #fcac15;
    }
}
.ant-calendar-body .ant-calendar-mark div{
    position: relative;
    // border: 2px solid #FDC017;
    &::after {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -2.5px;
        content: ' ';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #1890ff;
    }
}
// .ant-calendar-body .ant-calendar-mark.ant-calendar-selected-day div {
//     &::after {
//         background: #fff;
//     }
// }

.record_download {

    .download-info {
        margin-top: 12px;
        line-height: 32px;
    
        .ant-input {
            width: 300px;
            margin-right: 12px;
        }
    }
}
._Port_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // padding: 16px;
    .ant-form-item {
        margin-bottom: 0px;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 180px;
    }
}

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

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

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

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



._QRCode_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }
    .qrCode-span {
        line-height: 35px;
    }
    .labelSlider-center{
        // margin-left:0
    }
}
._QRCode_ {
    .adm-list-item-content-main{
        width:160px;
    }
    .adm-list-item-content-extra{
        width:100px;
    }
    .slider-list-item {
        .adm-slider {
            margin-top: 10px;
            width: 80%;
            display: inline-block;
        }
        .desc {
            display: inline-block;
            width: 30px;
            text-align: right;
            vertical-align: 9px;
        }
    }
}
._QRCodeFillLight_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
}

._RecordImgSet_ {
    .ant-form-item {
        margin-bottom: 8px !important;

        .ant-form-item-label {
            flex: 0 0 180px;
            max-width: unset;
        }
        .ant-form-item-control {
            flex: 0 0 220px;
            max-width: unset;
        }
    }
}

._Register_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 180px;
    }
    .offline {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #f5222d;
        border-radius: 10px;
        margin-right: 5px;
    }
    .online {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #52c41a;
        border-radius: 10px;
        margin-right: 5px;
    }
}
._RegisterMobile_ {
    .adm-list-item-content-main {
        text-align: right;
    }
    .adm-input {
        --text-align: right;
    }
    .offline {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #f5222d;
        border-radius: 10px;
        margin-right: 5px;
    }
    .online {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #52c41a;
        border-radius: 10px;
        margin-right: 5px;
    }
}

._Relay_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: calc(100% - 53px);
        border: 1px solid #e8e8ee;
        > .ant-tabs {
            height: 100%;
            .ant-tabs-content {
                height: 100%;
            }
            .ant-tabs-tabpane {
                height: calc(100% - 60px);
                border: @border-normal;;
            }
        }
        .m-text-ellipsis {
            margin: auto;
            max-width: 300px;
        }
    }
}


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

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

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


._RigisterManage_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .LabelIP-container {
        margin: 0;
    }
    .LabelIP-ip-input {
        line-height: 0;
    }
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 10px;
    }
    .ant-form-item-label{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
._RoomNoMap_ {
    height: 100%;
    display: flex;
    flex-direction: column;

    .ant-space-align-center {
        align-items: flex-end;
    }

    .table-name {
        display: inline-block;
        margin-bottom: 2px;
        margin-right: 4px;
    }

    & > .ant-spin-nested-loading > .ant-spin-container {
        display: flex;
        flex-direction: column;
    }
    .fileInput {
        margin-bottom: 0;
    }
}

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

.linkageLabel{
    span .labelCheckbox-content-wrapper{
        width: 110px
    }
}
._RS485SetMobile_{
    .adm-form-item-child-inner {
        text-align: right ;
    }
}



._ScheduleSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 0 !important;
    box-sizing: border-box !important;
    height: 100%;
    .ant-tabs-content-holder, .ant-tabs-content, .content-warper,.ant-tabs-tabpan {
        height: 100%;
    }
    ._PersonalSchedule_{
        position: relative;
        height: calc(100vh - 180px);
        min-height: 780px;
        .popover{
            width: 240px;
            height: 335px;
            z-index: 2
        }
        .popoverContent{
            width: 212px;
            height: 280px;
            max-height: 280px;
            overflow-y: scroll;
            overflow-x: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .ant-drawer-right{
            top: 0;
            height: calc(100vh - 164px);
            min-height: 780px;
            margin-top: -16px;
            border-left: 1px solid @bodyBgColorNo16;            
        }
        .ant-drawer{
            position: absolute;
            z-index: 0;
        }
        .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper{
            box-shadow: none;
        }
        .ant-drawer-body{
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow-x: hidden;
        }
        .drawerShiftList{
            height: calc(100vh - 345px);
            max-height: calc(100vh - 345px);
            min-height: 600px;
            overflow-y: auto;
            width:215px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow-x: hidden;
        }
        .dateCellContent{
            width: 100%;
            height: 45px;
            line-height: 45px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow-x: hidden;
            margin-top: 10px;
            text-align: center;
        }
        .calIcon{
            font-size: 20px;
        }
        .batchSelected{
            background-image: url('/static/media/selected.png');
            width: 20px;
            height: 20px;
            background-size:cover;
        }
        .unSelected{
            background-image: url('/static/media/unselected.png');
            width: 20px;
            height: 20px;
            background-size:cover;
        }
        .headWrapper{
            padding-right: 16px;
            width: 200px;
            height: 100%;
            position: absolute;
            top: -16px;
            bottom: 0;
            left: 0px;
            z-index: 10;
            .user-list{
                display: flex;
                flex-direction: column;
                height: calc(100vh - 210px);
                min-height: 720px;
                overflow-y: auto;
                flex-wrap: nowrap;
                width: 100%;
                .user-li {
                    height: 40px;
                    cursor: pointer;
                    line-height: 40px;
                    display: flex;
                    &:hover {
                        background-color: @sideMenuSelectedColor;
                    }
                    &.isactive {
                        background-color: @sideMenuSelectedColor;
                    }
                    .user-list-span {
                        width: 185px;
                        margin-left: 5px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        display: inline-block;
                        vertical-align: top;
                    }
                    .user-list-icon {
                        float: right;
                        height: 40px;
                        line-height: 40px;
                        margin-right: 16px;
                        margin-top: 5px;
                    }
                }
                .click-row-bgc {
                    background-color: @sideMenuSelectedColor;
                    color: @btnNormalColorNo1;
                }
            }
        }

        .rightContent {
            @labeltimeWidth: 140px;
            // padding-top: 16px;
            padding-left: 32px;
            width:calc(100% - 185px) ;
            height: 100%;
            margin-left: 185px;
            border-left: 1px solid @bodyBgColorNo16;
            overflow: hidden;
            .CalendarHeader{
                display: flex;
                justify-content: space-between;
                padding-right: 12px;
                margin-bottom: 5px;
                .selected{
                    color: @btnNormalColorNo1;
                }
                span{
                    cursor: pointer
                }
            }
        }
    }
    ._DepSchedule_{
        position: relative;
        height: calc(100vh - 180px);
        min-height: 780px;
        .popover{
            width: 240px;
            height: 335px;
        }
        .popoverContent{
            width: 212px;
            height: 280px;
            max-height: 280px;
            overflow-y: scroll;
            overflow-x: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .headWrapper{
            padding-right: 16px;
            // padding-left: 16px;
            width: 200px;
            height: 100%;
            position: absolute;
            top:-16px;
            bottom: 0;
            left: 0px;
            z-index: 10;
            .dep-list{
                display: flex;
                flex-direction: column;
                height: calc(100vh - 210px);
                min-height: 720px;
                overflow-y: auto;
                flex-wrap: nowrap;
                width: 100%;
                .dep-li {
                    height: 40px;
                    cursor: pointer;
                    line-height: 40px;
                    display: flex;
                    &:hover {
                        background-color: @sideMenuSelectedColor;
                    }
                    &.isactive {
                        background-color: @sideMenuSelectedColor;
                    }
                    .dep-list-span {
                        width: 185px;
                        margin-left: 5px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        display: inline-block;
                        vertical-align: top;
                    }
                }
            }
            .click-row-bgc {
                background-color: @sideMenuSelectedColor;
                color: @btnNormalColorNo1;
            }
        }
        .rightContent {
            @labeltimeWidth: 140px;
            // padding-top: 16px;
            padding-left: 32px;
            width:calc(100% - 185px) ;
            height: 100%;
            margin-left: 185px;
            border-left: 1px solid @bodyBgColorNo16;
            overflow: hidden;
            .WeekCard{
                display: flex;
                margin-top: 50px;
                margin-bottom: 50px;
                width: 100%;
                    .dayCard{
                        width: 12%;
                        text-align: left;
                        padding-right: 5px;
                        margin-right: 10px;
                        
                        .dayContent{
                            border-top: 2px solid #f0f0f0;
                            padding-top: 4px;
                            padding-left: 8px;
                            padding-right: 8px;
                            margin-top: 15px;
                            height: 116px;
                            text-align: center;
                            overflow-x: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            &:hover{
                                background-color: #f0f0f0;
                            }
                        }

                        .dayContentSelect{
                            background-color: @secondNavHoverColorNo14;
                            border-color: @btnNormalColorNo1;
                            color: @btnNormalColorNo1;
                            &:hover{
                                background-color:@secondNavHoverColorNo14;
                            }
                        }
                }
            }
        }
    }
    .list-title{
        width: 180px;
        height: 48px;
        line-height: 48px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 8px;
    }
    .titleWrap{
        width: 300px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .page-title{
        font-size:14px;
        font-weight:800;
    }
    .icons {
        cursor: pointer;
        &:nth-child(1) {
            vertical-align: -1px;
        }
    }
    
}

._MobileScheduleSet_{
    padding-bottom: 80px;
    .adm-tabs-header {
        position: fixed;
        top: 45px;
        left: 0;
        right: 0;
        background-color: #F0F2F5;
        padding-bottom: 12px;
        z-index: 100;
    }
    .adm-list-item-content-main{
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow-x: hidden !important;
    }
    .no-data {
        margin-top: 40%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        .desc {
            color: #999999;
        }
    }
    img {
        width: 160px;
    }

    .container {
        .adm-list-card {
            margin-top: 0;
        }
    }
    .IDbox{
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;

    }
    .adm-nav-bar-right {
        width: 90px;
        flex: 0 0 auto;
    }
    .adm-tabs-content {
        margin-top: 56px;
        padding: 0px !important;
    }
    .adm-grid-item{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }
    .option-modal{
        overflow-y: auto;
        background-color: #F0F2F5;
        .popup-main {
            height: calc(100vh - 95px);
            overflow: auto;
        }
        .close-icon {
            height: 30px;
            padding-right: 15px;
            padding-top: 15px;
            text-align: right;
        }
        .action-btns {
            padding: 0 10px;
            margin-bottom: 15px;
        }
    }
    ._MobileDepSchedule_{
        .WeekCard{
            margin: 10px;
            display: flex;
            flex-wrap: nowrap;
            width: calc(100% - 20px);
            border-radius: 8px;
            justify-content:space-between;
            overflow: hidden;
            text-align: center;
            .dayCard{
                width: calc(100% / 7);
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
               .dayCard-header{
                    height: 32px;
                    line-height: 32px;
               }
               .dayCard-content{
                    height: 64px;
                    line-height: 64px;
                    background-color: #fff;
               }
               .selected{
                    background-color:@secondNavHoverColorNo14
               }
            }
        }
    }
}


._Screen_ {
    .ant-form-item {
        margin-bottom: 8px !important;

        .ant-form-item-label {
            flex: 0 0 180px;
            max-width: unset;
        }
        .ant-form-item-control {
            flex: 0 0 600px;
            max-width: unset;
            padding-left:20px;
        }
    }
    .labelText-wrapper{
        white-space: unset;
    }
}
._Screen_ {
    .slider-list-item {
        .adm-slider {
            margin-top: 10px;
            width: 90%;
            display: inline-block;
        }
        .desc {
            display: inline-block;
            width: 30px;
            text-align: right;
            vertical-align: 9px;
        }
    }
}


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

._DigestAlgo_ {
    width: 80%;
}


._ShiftSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .label-normal-behind {
        padding-left: 8px;
    }

    .ant-form-item-explain{
        margin-left: 160px !important;
    }

    .ant-table-body{
        overflow-y: auto!important;
        height: calc(100vh - 385px)!important;
    }
}

._MobileShiftSet_{
    padding-bottom: 80px;
    .adm-tabs-header {
        position: fixed;
        top: 45px;
        left: 0;
        right: 0;
        background-color: #F0F2F5;
        padding-bottom: 12px;
        z-index: 100;
    }
    .adm-list-item-content-main{
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow-x: hidden !important;
    }
    .no-data {
        margin-top: 40%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        .desc {
            color: #999999;
        }
    }
    img {
        width: 160px;
    }
    .icon{
        font-size: 20px;
    }
    .container {
        .adm-list-card {
            margin-top: 0;
        }
    }
    .IDbox{
        height: 25px;
        width: 25px;
        line-height: 25px;
        border-radius: 6px;
        text-align: center;
        background-color:gray ;
        color: #fff;
    }
    .adm-nav-bar-right {
        width: 90px;
        flex: 0 0 auto;
    }
    .adm-tabs-content {
        margin-top: 56px;
        padding: 0px !important;
    }
    .adm-grid-item{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }
    .holidayName{
       .adm-form-item-feedback-error{
        padding-right: 30px;
       }
    }
    
    .option-modal{
        overflow-y: auto;
        background-color: #F0F2F5;
        .adm-list-item-content-prefix {
            flex: 1 1 auto;
            white-space: nowrap;
        }
        .popup-main {
            height: calc(100vh - 95px);
            overflow: auto;
        }
        .close-icon {
            height: 30px;
            padding-right: 15px;
            padding-top: 15px;
            text-align: right;
        }
        .action-btns {
            padding: 0 10px;
            margin-bottom: 15px;
        }
        
        .adm-list-default .adm-list-body {
            border-top: 0;
            border-bottom: 0;
        }
        .sec-title {
            font-size: 16px;
            color: #8c8c8c;
            margin-left: 32px;
            margin-bottom: 10px;
            font-weight: 400;
        }
        .adm-form-item-child-inner {
            text-align: right;
        }
        .adm-input-element {
            text-align: right;
        }
        .validto .adm-list-item-content-prefix{
            width: 108px;
        }
        .adm-form-item-label, .adm-list-item-content-main {
            color: #1f1f1f;
        }
        .adm-input-element:not(:disabled) {
            color:#1f1f1f;
        }
        .basic-info {
            .adm-list-body {
                background-color: #F0F2F5;
            }
            .authority {
                margin-top: 0;
            }
            .adm-list-item-content, .authority .adm-list-item:first-of-type .adm-list-item-content{
                border-top: 0;
            }
        }
    }
}

._SIP_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-row {
        // margin: 15px 0;
        margin-bottom: 5px
    }
    .LabelIP-container {
        margin: 0px 0;
    }
    .LabelInput-label-dark {
        position: relative;
        // line-height: 32px;
        color: #272727;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .LabelInput-label-Col {
        text-align: left;
        padding-right: 10px;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 180px;
    }
    .wizard-row {
        width: 850px;
        justify-content: center;
    }
    .round {
        display: inline-block;