        }
    }
    .ant-table-wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 50px;
        overflow-y: auto;
        border: unset !important;
        margin-top: 0;
        &::after {
            display: none;
        }
    }
    .bottom-pagination{
        border-top: 1px solid  @dividerColorNo9;
    }
    border: 1px solid @dividerColorNo9;
    .noBorderLR{
        border-left:none;
        border-right:none 
    }
    // &.noBoderTop {
    //     border-top:none;
    // }
    .drawer-content-wrapper{
        position: absolute;
        height: 100%;
        background-color: @contentBgColorNo15;
        z-index: 99;
        right: 0;
        box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: width 0.3s;
        .drawer-header{
            padding: 0 16px;
            position: relative;
            color: @titleColorNo4;
            height: 40px;
            line-height: 40px;
            background: @contentBgColorNo15;
            border-bottom: 1px solid @dividerColorNo9;
            border-radius: 4px 4px 0 0;
            .drawer-close{
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                color: @titleColorNo4;
                font-weight: 700;
                font-size: 16px;
                line-height: 40px;
                text-align: center;
                text-transform: none;
                text-decoration: none;
                background: transparent;
                border: 0;
                outline: 0;
                cursor: pointer;
                transition: color 0.3s;
                text-rendering: auto;
            }
        }
    }
    
        
    .ant-table-placeholder {
        border-bottom: unset !important;
    }
    
}
.table-record {
    width: 100%;
    flex: 1;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    height: 0;

    .ant-table-wrapper {
        flex: 1;
        // border: 1px solid #e1e1e1;
        height: 0;
        overflow: hidden;

        .ant-spin-nested-loading,.ant-spin-container {
            height: 100%;
        }

        .ant-spin-container {
            display: flex;
            flex-direction: column;
        }

        .ant-table-body {
            overflow-y: auto !important;
        }

        .ant-table {
            flex: 1;
            margin: 0;
            border: none;
            border: 1px solid #e1e1e1;
    
            .ant-table-container, table {
                border: none !important;
            }

            .ant-table-body {
                border-bottom: 1px solid #f0f0f0;
            }
    
            .ant-table-cell:last-child {
                border-right: none !important;
            }
        }

        .ant-pagination {
            .num {
                margin-left: 12px;
                line-height: 32px;
            }
        }
    }
}
.ant-picker-cell-in-view.ant-picker-cell-selected{
    .time-day.ant-picker-cell-inner {
        background: #bae7ff;
        color: #272727;
    }
}

.time-day.ant-picker-cell-inner.ant-calendar-mark:after {
    position: absolute;
    bottom: 5px;
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #77b7ff;
    left: 9px;
    top: 19px;
}

._TreeSelect_ {
    position: relative;
    .treeWrap {
        position: absolute;
        margin-top: 2px;
        padding: 4px 0;
        width: 100%;
        min-height: 100px;
        max-height: 250px;
        z-index: 100;
        text-align: left;
        list-style-type: none;
        background-color: @secondNavBgColorNo13;
        background-clip: padding-box;
        border-radius: 4px;
        outline: none;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
        box-shadow: 0 2px 8px rgba(0,0,0,.15);
        transform: translate3d(0,0,0);
    }
    input {
        cursor: pointer;
    }
    .anticon-down {
        color: rgba(0, 0, 0, 0.25);
    }
}

.virtual-grid {
    overflow-x: hidden!important;
}
.virtual-table-cell {
    box-sizing: border-box;
    padding: 16px;
    border-bottom: 1px solid @color-border;
    .ant-btn {
        padding: 0;
        height: 24px;
    }
}
.wrap-title{
    display: inline-block !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}

.calendar-data-content{
    margin: 10px;
    width: calc(100% - 20px);
    border-radius: 8px;
    .icon{
        font-size: 30px;
    }
    .calendar-header{
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        padding: 10px;
        .calendar-header-title{
            display: flex;
            justify-content: space-between;
        }
    }
    .every{
        width: calc(100% / 7);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        
    }
    .everyDate{
        width: calc(100% / 7);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 64px;
        position: relative;
    }
    .dateCell{
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 12px;
    }
    .selected{
        background-color:#1890ff;
    }
    .disabled{
        background-color: rgba(0, 0, 0, 0.03)
    }
    .calendar-week{
        display: flex;
        flex-wrap: nowrap;
        justify-content:space-between;
        overflow: hidden;
        text-align: center;
        height: 32px;
        line-height: 32px;
    }
    .calendar-day{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        text-align: center;
        height: 384px;
        background-color: #fff;
    }
}   
.custom_date_picker_view{
    .container {
        display: flex;
        flex-direction: row;
        flex: 1;
    }
}

.custom_date_picker{
    .adm-popup-body {
        border-radius: 8px 8px 0 0;
    }
    .adm-form-item-child-inner {
        text-align: left !important;
    }
}
.custom_time_picker{
    .adm-popup-body {
        border-radius: 8px 8px 0 0;
    }
    .adm-form-item-child-inner {
        text-align: left !important;
    }
}
._custom_nav_bar_wrap {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 45px;
}
._custom_nav_bar_ {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.1);
    .adm-nav-bar-right {
        text-align: center;
    }
}

.custom_list_date_picker{
    .adm-popup-body {
        border-radius: 8px 8px 0 0;
    }
}
.custem-listmutipicker-pop {
    .adm-popup-body {
        border-radius: 8px 8px 0 0;
       
    }
    .adm-list-multiple,.adm-list-body {
        max-height: 50vh;
        overflow-y: auto;
    }
  
}
.custom_list_time_picker{
    .adm-popup-body {
        border-radius: 8px 8px 0 0;
    }
}
.better-scroll-container {
    .pull_up_loading,.pull_down_loading {
        height: 80px;
    }
    .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;
    }
}
.m-sections {
    margin: 15px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    .adm-card-header {
        border-bottom: none;
        padding-bottom: 0;
    }
    .row-lists > div {
        margin-bottom: 10px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .adm-card-body {
        padding: 0;
    }
    // Section包裹情况
    .m-sections {
        margin: 0;
        .adm-card-header {
            margin-left: 15px;
        }
    }
}
.m-sections-wrap-title {
    font-size: 16px;
    color: #8c8c8c;
    margin-left: 32px;
    margin-bottom: 10px;
    font-weight: 400;
}

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

}

._Access_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-form-item-explain {
        margin-left: 200px;
    }
    .pwd_tip {
        background-color: gold;
        color: #fff;
        border: none;
        font-weight: bold;
        margin-right: 10px;
    }
    .InfoSvg {
        position: absolute;
        margin-top: 6px;
        font-size: 20px;
        vertical-align: 'right';
    }
}
._AccessExtModule_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
}



._AccountAcs_ {
    width: 100%;
    min-width: 900px;
    // padding-top: 0 !important;
    &row {
        &-bottom {
            // margin-bottom: 16px;
        }
        &-top {
            margin-top: 16px;
        }
    }
    &btn {
        margin-right: 10px;
    }

    &table {
        // height: 430px;
        // border: 1px solid @color-border;
    }
    .ant-table {
        height: 450px;
        overflow: hidden;
        // border: 1px solid @color-border;
        .ant-table-body {
            overflow-y: auto !important;
        }

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

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

    &edit {
        font-size: 20px;
        margin-right: 10px;
        &:hover {
            cursor: pointer;
        }
    }
    &delete {
        font-size: 20px;
        &:hover {
            cursor: pointer;
        }
    }
    &delete-disabled {
        font-size: 20px;
        color: #8f8f8f;
        cursor: not-allowed;
    }

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

            &::after {
                content: '';
            }
        }
    }
    .has-error .ant-form-explain {
        margin-left: 0;
    }
    .ant-form-item-label {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 155px;
    }
}

// ._OnvifUser_ {
//     &table {
//         border: 1px solid @color-border;
//         height: calc(100vh - 300px);
//     }
// }

._ResetPwd_ {
    margin-top: 20px;

    &container {
        border: 1px solid @dividerColorNo9;

        .has-error .ant-form-explain {
            margin-left: 0;
        }
    }

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

    &content {
        padding: 15px;
    }

    &info {
        width: 777px;
    }

    &row {
        padding: 15px 0;

        &-info {
            margin: 8px 0;
        }
    }
    .ant-form-item-label {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 0;
    }
}

._ResetPwd_ {
    .lable-com {
        .label-normal-container {
            width: 100%;
        }
    }
}


._AcsManager_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content{
        min-height: calc(100vh - 64px);
        flex-flow:row nowrap;
        .left-content{
            height:100%;
            width:100%;
            display: block;
            background-color: @contentBgColorNo15;
            .left-content-title{
                height:40px;
                line-height: 40px;
                border-bottom:1px solid @dividerColorNo9;
            }
            .left-content-titlespan{
                margin-left:16px;   
            }
            .ant-tree{
                width: 248px;
                max-height: 700px;
                overflow-y: auto;
                word-break:break-all;
            }
        }
        .right-content{
            width: 100%;
            background-color: @contentBgColorNo15;
            margin:16px;
            padding-top:16px;
        }
        .allCheck {
            line-height: 32px;
            margin-right: 5px;
        }
        .righttop-content{
            padding-left: 16px;
            padding-right:16px;
            border-bottom: 12px solid @bodyBgColorNo16;
        }
        .doorListContainer{
            display: flex;
            height:500px;
            width:100%;
            flex-wrap:wrap;
            align-content:flex-start;
            transition: height 0.5s;
        }
        .doorContent{
            border:1px solid @listBorderColorNo8;
            width:335px;
            height:160px;
            border-radius: 4px;
            margin-right:18px;
            margin-bottom:7px;
            padding-left: 40px;
            padding-top: 20px;
            position: relative;
            .doorIcon{
                width: 95px;
                height: 120px;
                float: left;
            }
            .leftCheck {
                position: absolute;
                left: 14px;
                top: 20px;
            }
            .doorContentRight{
                margin-left:10px;
                width:180px;
                float:left;
                .doorTitle{
                    margin-top:5px;
                    margin-bottom: 10px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
                .doorOpeBtn{
                    position: absolute;
                    bottom: 10px;
                    .doorBtn{
                        padding: 0 0 0 3px;
                        text-align: left;
                        width:85px;
                        height: 32px;
                        border-radius: 4px;
                        font-size: 14px;
	                    line-height: 32px;
                        letter-spacing: 0px;
                        border: 1px solid @listBorderColorNo8;
                        .anticon{
                            font-size: 14px;
                            line-height: 24px;
                            width:auto;
                            height: 24px;
                            display: inline-block;
                            vertical-align: 2px;
                        }
                        &.defaultBtn{
                            //border: 1px solid @btnNormalColorNo1;
                            //color:@linkColorNo20;
                            &:nth-child(1){
                                margin-right:10px;
                            }
                        }
                        span{
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            display: inline-block;
                            height: 32px;
                            width:60px;
                            margin-left:1px;
                            &:nth-child(2){
                                padding-left: 5px;
                            }
                        }
                        .icon {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
        .doorPagination{
            height:26px;
            margin-bottom:7px;
            margin-top: 12px;
            justify-content: space-between;
            .doorPaginationObj{
                float:right
            }
        }
        .eventTitleContent{
            height:40px;
            padding:10px 10px;
            margin-top: 10px;
            position: relative;
            .contentBetween {
                padding-right: 12px;
            }
            .expand-content{
                width: 50px;
                height: 10px;
                background-color: @disableColorNo7;
                position: absolute;
                top:0;
                left:45%;
                font-size: 12px;
                border-radius: 2px;
                cursor: pointer;
                .anticon {
                    margin-left: 20px;
                    vertical-align: 10px;
                    color:@contentBgColorNo15
                }
            }
            .ant-checkbox-group{
                .ant-checkbox-group-item:nth-child(1){
                    .ant-checkbox-inner{
                        background-color: @errorColorNo17;
                        border-color:@errorColorNo17;
                    } 
                }
                .ant-checkbox-group-item:nth-child(2){
                    .ant-checkbox-inner{
                        background-color: @warnColorNo18;
                        border-color:@warnColorNo18;
                    } 
                }
                .ant-checkbox-group-item:nth-child(3){
                    .ant-checkbox-inner{
                        background-color: @successColorNo19;
                        border-color:@successColorNo19;
                    } 
                }
            }
        }
        .ant-table-wrapper{
            margin: 0px 12px;
            .ant-table-row{
                &.alarm{
                    color:@errorColorNo17
                }
                &.notNormal{
                    color:@warnColorNo18
                }
            }
        }
        .ant-table .ant-table-body {
            height: 250px;
        }
        .ant-empty-normal {
            margin: 80px 0;
        }
        .deviceDetailContent{
            padding:16px;
            border-left:1px solid @listBorderColorNo8;
            height:calc(100% + 16px);
            .deviceDetailLabel{
                width:150px;
                display: inline-block;
                margin-bottom:10px;
            }
            .deviceDetailDesc {
                flex: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
        }
        .detailTitle {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 26px;
        }
    }

    .ant-table-empty img {
        width: 75px;
    }
}

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


._Advertisement_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中

    .row-margin {
        margin-top: 15px;
    }

    .ant-upload-text {
        margin-top: 8px;
        color: #fff;
    }
    .img-list {
        border: 1px solid #484C55;
        padding: 15px;
    }
    // .fileInput{
    //     margin: 20px 0;
    //     .fileLabel{
    //         text-align: left;
    //         label{
    //             vertical-align: middle;
    //             display:inline-block;
    //             line-height: 32px;
    //         }
    //     }
    //     input[type="file"]{
    //         position: absolute;
    //         top:0;
    //         right: 0;
    //         opacity: 0;
    //         height: 32px;
    //         font-size: 100px;
    //         cursor: pointer;
    //     }
    //     .fn-hidden {
    //         overflow: hidden;
    //     }
    //     .uploadBtn{
    //         margin-left: 20px;
    //         position: relative;
    //         .ant-btn{
    //             min-width: 85px
    //         }
    //         form {
    //             display: inline-block;
    //         }
    //     }
    //     .fn-relative {
    //         position: relative;
    //         overflow: hidden;
    //     }
    //     .upload-input {
    //         width: 100%;
    //         z-index: 20;
    //     }
    // }
    .upload-list-inline .ant-upload-list-item {
        float: left;
        width: 200px;
        margin-right: 8px;
      }
      
      .upload-list-inline [class*='-upload-list-rtl'] .ant-upload-list-item {
        float: right;
      }
}
.video-upload {
    display: flex;
    flex-direction: column;
    align-items: center;

    .steps {
        width: 400px;
        margin-bottom: 24px;
    }

    .upload-wrap {
        width: 350px;
    }
    
    .file-select {
        display: flex;

        label {
            display: inline-block;
            white-space: nowrap;
            line-height: 32px;
        }
        .file-select-input {
            width: 200px;
            margin: 0 10px;
        }
    }

    .file-progress {
        margin: 12px 0;
    }

    p {
        margin: 0;
    }
}
.video-upload {
    
}




// 

._AlarmLink_ {
    display: flex;

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

    &container {
        // height: 630px;
        padding: 20px 32px;
    }

    &Device {
        min-width: 300px;

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

    &Alarm {
        flex: 1;
        padding: 10px;
    }

    &NetworkLink {
        padding: 0 10px;

        &-header {
            padding: 10px 20px;
            font-weight: bold;
            // border-bottom: 1px solid @boxBorderColor;   
        }

        &-row {
            padding: 10px 0;
            display: flex;
        }

        &-device {
            width: calc(70% - 20px);
            height: 100px;
        //    border: 1px solid @boxBorderColor;  
            border-radius: 5px;
        }

        &-footer {
            margin: 10px 0 0 170px;
        }
    }

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

    &LinkedDoor {
        &-table {
            margin: 10px 0;
        }
    }

    &AddContainer {
        &-content {
            border: 1px solid @dividerColorNo9;
            min-height: 400px;
        }

        &-title {
            background-color: @dividerColorNo9;
            height: 30px;
            padding: 5px 10px;
        }

        &-search {
            padding: 10px;
        }
    }
}
._AlarmLink_LocalLink_Mobile{
    .sectionContainer{
        padding-bottom:16px;
    }
    ._AlarmLink_LocalLink_Mobile_list{
        margin-top:16px;
        padding:0 16px 0 16px;
       
        .title{
            font-size: 16px;
            font-weight:600;
            color: #1f1f1f
        }
        .info{
            display: flex;
            width: 100%;
            margin-top:15px;
           
            justify-content: space-between;
            .detail{
                color: #8c8c8c;
                font-size:14px;
            }
            .detail-li{
                margin-bottom: 13px;
            }
            .antd-mobile-icon{
                color: #8c8c8c;
                height:60px;
              
            }
        }
        .divder{
            height: 1px;
            background-color:#eeeeee;
            margin-bottom:16px;
        }
    }
}
._AlarmLink_LocalLink_Mobile_popup{
    overflow-y: auto;
    background-color: #F0F2F5;
    padding-bottom: 30px;
}

._AlarmLinkAccess_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
}
._AlarmRecordLogMobile_ {
    .better-scroll-container {
        height: calc(100vh - 87px);
        overflow-y: hidden;
    }
    .m-sections {
        margin-top: 0;
        background-color: #F0F2F5;
    }
    .log-item {
        background-color: #fff;
        padding-left: 16px;
        // height: 48px;
        // line-height: 48px;
        padding: 10px;
        border-bottom: 1px solid #eee;
        &:last-child {
            border-radius: 0 0 8px 8px;
        }
    }
    .adm-tag {
        white-space: normal;
    }
    .adm-log-filter {
        .adm-dropdown {
            background-color: #F0F2F5;
        }
    }
    .adm-dropdown-item {
        flex: 0 1 auto;
        &:first-child .adm-dropdown-item-title {
            padding-left: 15px;
        }
    }
}

.alarm-login-container {
    height: 100vh;
    width:100vw;
    .Login-Form{
        background-color: transparent;
        text-align: center;
    }
    .login-box{
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -200px;
        margin-top: -242px;
        padding: 20px 40px;
        // top: 174px;
        width: 400px;
        padding-bottom: 30px;
        z-index:2;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        .ant-input {
            height: 44px;
            padding-left: 35px;
            background: #eee;
            border-radius: 5px;
            color: #333;
            font-size: 14px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            text-align: left;
            &:nth-child(2) {
                padding-right: 95px;
            }
        }
        .login-button {
            margin-top: 40px;
            height: 44px;
            max-height: 44px;
            font-size: 16px;
            font-weight: 200;
            border-radius: 5px;
            background: #2ab5fc;
        }
        .login-forget {
            position: absolute;
            right: 10px;
            bottom: -2px;
            line-height: 20px;
            font-size: 14px;
            border-left: 1px solid rgba(255, 255, 255, 0.2);
            color: #666;
            &:hover {
                color: #333;
            }
        }
    }
    .alarm-logo {
        margin: 10px auto 25px;
        width: 170px;
        height: 34px;
        background-repeat: no-repeat;
        background-position: center;
        &.zh-cn, &.en {
            background-image: url('/static/media/alarm.png');
        }
        // 俄语
        &.ru {
            background-image: url('/static/media/rulogo.png');
        }
        // 阿拉伯语
        &.ar {
            background-image: url('/static/media/arlogo.png');
        }
        // 西班牙语
        &.es {
            background-image: url('/static/media/eslogo.png');
        }
    }
    .login-backgroundImage {
        position: absolute;
        height: 100%;
        width:100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-image: url('/static/media/bg.png')
    }
    .login-button{
        width:100%;
    }
    .login-forget{
        position: absolute;
        padding-left: 10px;
        cursor: pointer;
        color:@loginForgetPasswordHoverColor;
        &:hover{
            color:@loginForgetPasswordHoverColor;
        }
    }
    .login-icon{
        color: #999;
    }
}
._AlarmRecord_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
}



._AlarmSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .alarmWrraper{
        max-height: 800px;
        overflow-y: auto;
    }
    .alarmBox{
        border:1px solid #484C55;
        padding:10px;
        margin-bottom: 10px;
    }
}

._AlarmSetMobile_{
    .adm-list-item-content-extra{
        width: 140px;
    }
}
._AlarmSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .alarmWrap{
        max-height: 75vh;
        overflow-y: auto;
    }
    .adm-list-item-content-main{
        width:160px;
    }
    .adm-list-item-content-extra{
        width:100px;
    }
    
}

._AlarmSignal_ {
    // 页面组件特有的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 {
            max-width: 500px;
        }
    }
}



._AntiPassback_ {
    padding: 0 !important;
    margin-bottom: 0!important;
    min-width: 1250px;
    height: 100%;
    .wrapper{
      
        .headWrapper{
            padding-right:16px;
        }
        width:100%;
        height: 100%;
        display: flex;
        .ant-alert-message{
            color: @skin-blue;
        }
        .icons{
            cursor: pointer;
            &:nth-child(1){
               vertical-align: -1px;
            }
        }
        .icons-disabled{
            color:rgba(0,0,0,0.25);
            cursor: not-allowed;
        }
        .ant-form-item-has-error .ant-form-item-explain,
        .ant-form-item-explain {
            margin-left: 108px;
        }
        .timetemplateGroup{
            border-right:1px solid @dividerColorNo9;
            flex: 0 0 260px;
            .search{
                margin-top:16px;
                margin-bottom:16px;
                height:30px;
            }
            .templist{
                display: flex;
                flex-direction: column;
                max-height: 620px;
                height: 620px;
                margin-top: 10px;
                overflow-y: auto;
                flex-wrap: nowrap;
                .templist-empty {
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: @disableColorNo7;
                }
            }
            .templist-li{
                height:40px;
                cursor: pointer;
                line-height: 40px;
                &:hover{
                    background-color: @secondNavHoverColorNo14;
                }
                &.isactive{
                    background-color: @secondNavHoverColorNo14;    
                }
                .hiddenIcon{
                    visibility: hidden;
                }
                .templist-li-icon{
                    float: right;
                    height: 40px;
                    line-height: 40px;
                    margin-right:16px;
                    margin-top:2px;
                }
                .templistLi-span{
                    width:160px;
                    margin-left:5px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    display: inline-block;
                    vertical-align: top;
                }
            }
        }
        .timetemplateDetail{
            @labeltimeWidth:140px;
            padding-left:16px;
            max-width: 980px;
            .formitemheader{
                margin-top:20px;
            }
            .formitem{
                margin-bottom:16px !important;
            }
            .ant-form-item-label{
                width:@labeltimeWidth;
            }
            .timeWrap{
                width: 804px;
                display: inline-block;
                border-radius: 4px;
                border: solid 1px @inputBorderColorNo10;
            }
            .holidayset{
                margin-top:16px;
                margin-left:@labeltimeWidth;
            }
            .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;
            }
            .ant-card-head {
                background-color: #f5f5f5;
            }
            .svg {
                font-size: 20px;
                vertical-align: text-top;
            }
        }
    }
    .anti-passback-img2 {
        width: 500px;
        height: 350px;
        cursor: pointer;
        background-image: url('/static/media/anti-passback2.png');
        background-size: cover;
    }
}

._AttendanceMode_ {
    .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;
        }
    }
    .easyCall-popover{
        .sketch-picker {
            color: #000;
            :nth-child(3){
                div:nth-child(5){
                    display: none;
                }
            }
        }
    }
    .colorContainer{
        width:220px;
        height:32px;
        line-height: 32px;
        vertical-align: 0;
        padding:4px;
        cursor: pointer;
        background-color: #fff;
        display: inline-block;
        .colorInner{
            width:100%;
            height:100%;
            line-height: 24px;
            font-size: 12px;
            text-align: center;
        }
    }
}
._AttendanceMode_ {
    .adm-list-item-content-prefix{
        width:160px;
    }
}

._AttendanceSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .label-normal-behind {
        padding-left: 8px;
    }
}
._AttendanceSetMobile_{
    padding-bottom: 80px;
    .adm-list-item-content-extra{
        width: 140px;
    }
}



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

    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }

    .volume-span {
        line-height: 35px;
    }

    .times-col {
        border: 1px solid #e8e8e8;
        padding: 15px;
        display: inline-block;
        width: 750px;
    }

    .labelSlider-center {
        // margin-left:0
    }

    .labelTextContainer {
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
    .audio-table {
        .ant-table {
            margin-top: 0;
        }
    }
}
._AudioMobile_ {
    padding-bottom: 80px;
    .slider-list-item {
        .adm-slider {
            width: 140px;
            display: inline-block;
        }
        .desc {
            display: inline-block;
            width: 30px;
            text-align: right;
            vertical-align: 9px;
        }
    }
    .adm-popup .input-list-item .adm-input {
        width: auto;
    }
    .adm-list-item-content-extra{
        width: 140px;
    }
    .dndmode {
        padding: 10px;
        .adm-list-item {
            border-bottom: 1px solid #e9ebee;
            &:last-child {
                border-bottom: none;
            }
        }
    }
}

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

    .modify{
        display: flex;
        justify-content:space-evenly;
        // color: #1890ff;
    }
    .file-input{
        position: absolute;
        visibility: hidden;
        // opacity:0;
    }
    .upload{
        position: relative;
    }
    .times-desc {
        display: inline-block;
    }
    .times-col {
        border: 1px solid #e8e8e8;
        padding: 15px;
        display: inline-block;
        width: 750px;
    }
    .labelTextContainer {
        width: 180px;
        display: inline-block;
        vertical-align: top;
    }
}

._Audio_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中

    .ant-tooltip-inner {
        color: #fff;
        padding: 4px 8px;
    }
    .volume-span{
        line-height: 35px;
    }

    .times-wrapper {
        border: 1px solid #e8e8e8;
        padding: 15px;
    }
}

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

    .tableContent{
        height:calc(100vh - 250px)
    }
    .searchInput{
        width:200px;
        float:right;
        margin-right:10px;
    }
    .authIcon{
        font-size:22px;
    }
}
._AuthProgress_ {
    &Operator {
        margin-right: 10px;

        &:hover {
            cursor: pointer;
        }
    }
}

._AutoMaintain_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .fileInput {
        // 重置文件上传的间距有问题
        div:nth-child(3),div:nth-child(4) {
          width: auto;
          margin-left: 26px;
        }
      }
    .config{
        margin-top: 10px;
        border: 1px solid @dividerColorNo9;
        .import{
            margin-top: 20px;
        }
        .fileLabel{
            text-align: left;
            margin-left: 10px;
        }
        margin-bottom: 10px;
    }
    .m-content {
        border: 1px solid #e8e8ee;
    }
    .refreshButtonWrapper{
        text-align: right;
    }
    .ant-modal-confirm-btns .ant-btn:first-child{
        float: right;
        margin-left: 10px;
    }
}

.custom_muti_menu {
    .ant-dropdown-menu-item:hover {
        //background-color: #e6f7ff;
    }
    
}
.mutidropdown-btn {
    position: relative;
    width: 126px;
    text-align: left;
    &:focus > span, &:active > span {
        position: static;
    }
    .myicon-downLine {
        position: absolute;
        right: 10px;
        top: 6px;
    }
    .mutidropdown-btn-ellipsis {
        display: block;
        word-wrap:break-word;
        word-break:normal; 
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
}

._AutoUpload_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .editable-cell-value-wrap:hover {
        border: 1px solid @border-color;
    }
    .ant-form-item-explain, .ant-form-item-extra {
        text-align: left;
    }
}

._BackCheck_ {
    .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;
        }
    }
}
._BaseInfo_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        border-top: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;

        .list_row {
            height: 40px;
            line-height: 40px;
            border-bottom:  1px solid #e8e8ee;
        }
        .list_col {
            margin-left: 20px;
        }
        .list_even{
            background-color: #f0f2f5;
        }
    }
}


._BaseService_ {
    .fn-box {
        // margin-bottom: 10px;
    }
    .error {
        display: inline-block;
        margin-top: 10px;
        color: #f5222d;
    }
    .ant-alert {
        // margin-top: 10px;
    }
}

._BaseServices_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: 0!important; //为了不eslint告警写一个
    // padding: 16px;
    padding-top: inherit;
    .fn-box {
        // margin-bottom: 10px;
    }
    .error {
        display: inline-block;
        margin-top: 10px;
        color: #f5222d;
    }
    .ant-alert {
        margin-top: 0;
    }
}
._BaseSet_ {
    .ant-form-item {
        padding: 8px 0 !important;

        .ant-form-item-label {
            flex: 0 0 180px;
            max-width: unset;
        }
        .ant-form-item-control {
            flex: 0 0 220px;
            max-width: unset;
        }
    }
}
.storage_{
    &div{
        padding:20px 40px;
    }
    &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: 220px;
            }
        }
        .ant-form {
            .ant-form-item:last-child {
                margin-bottom: 0 !important;
            }
        }
        .ant-form-item-label {
            text-overflow: ellipsis;
            padding-top: 5px;
            & > label {
                display: inline;
            }
        }}
    
}

._BasicSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-progress-show-info .ant-progress-outer{
        margin-right: calc(-2em - 140px);
        padding-right: calc(2em + 140px);
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 200px;
    }
    .form-checkbox {
        padding: 8px;
    }
    .enable {
        line-height: 48px;
        margin-left: 8px;
    }
    .ant-picker-ranges {
        padding: 4px 5px;
    }
}
._Battery_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .box {
        width: 900px;
        margin: 81px auto;
    }
    .status {
        margin-top: 20px;
        > div {
            display: inline-block;
            width: 33.33%;
            text-align: left;
        }
        .fn-right {
            text-align: right;
        }
    }
    .fn-center {
        text-align: center;
    }
}

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


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

    .ant-form-item{
        margin-bottom: 5px;
    }
    .LabelIP-container{
        margin: 0px;
        .LabelIP-ip-input  {
            height: 36px;
            line-height: 34px;
        }
    }
}

._CallRecordLogMobile_ {
    .m-sections {
        margin-bottom: 0;
    }
    .better-scroll-container {
        height: calc(100vh - 60px);
        overflow-y: hidden;
    }
    .m-sections {
        background-color: #F0F2F5;
    }
    .log-item {
        background-color: #fff;
        padding-left: 16px;
        padding-top: 16px;
        height: 60px;
        // line-height: 48px;
        border-bottom: 1px solid #eee;
        &:last-child {
            border-radius: 0 0 8px 8px;
        }
        .log-item-time {
            font-size: 16px;
            font-weight: bold;
        }
        .adm-tag {
            vertical-align: 1px;
        }
        .log-item-descwrap {
            margin-top: 10px;
            font-size: 14px;
            color: #8c8c8c;
        }
    }
}

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

}

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

._Mobile_ { 
    .receiver-list-wrap {
        width: 230px;
        height: 320px;
        margin: 8px 0 16px 108px;
        line-height: 32px;
        overflow-y: auto;
        border: 1px solid #D7D7D7;
        .list-li {
            padding: 4px 8px;
            .icon-space {
                line-height: 0;
                visibility: hidden;
            }
            .icon-space-show {
                line-height: 0;
                visibility: visible;
            }
            .edit-input {
                width: 120px;
            }
            .edit-icon {
                border-radius: 5px;
            }
        }
        .list-li:hover {
            background-color: #E6F6FE;
        }
        .add-group {