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

@deviceNormalColor: #00A335;
@deviceErrorColor: #8f8f8f;
._RemoteFace_ {
   
     .circle (...) {
        content: '';
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 5px;
        margin-right: 5px;
        background-color: @arguments;
    }
    .connected {
        .circle(@deviceNormalColor);
    }
    .unconnected {
        .circle(@deviceErrorColor);
    }
}
._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;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
        &.online {
            background-color: @successColorNo19;
        }
        &.offline {
            background-color: @errorColorNo17;
        }
    }
    .ant-input-number-input{
       // width: 100% !important;
    }
}


._SIPVTS_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-row {
        // margin: 15px 0;
        margin-bottom: 5px
    }
    .LabelIP-container {
        margin: 0px 0;
    }
    .p-tip {
        margin: -15px 0 0 0;
        color: red;
    }
    .error-border {
        border-color: red;
        box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
    }
    .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;
    }
}
._Sirencfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 21%;
    }
}


._SysLog_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: calc(100% - 53px);
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
        .LabelInput-label-dark {
            margin-bottom: 0px;
            top: 4px;
        }
    }
    .log-header {
        display: flex;
        align-items: center;
    }
    min-width: 1090px;
    .ant-drawer-content-wrapper{
        position: absolute;
        height: 100%;
        background-color: white;
        z-index: 99;
        right: 0;
        box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: width 0.3s;
        .ant-drawer-header{
            padding: 0 16px;
            position: relative;
            color: #272727;
            height: 40px;
            line-height: 40px;
            background: #ffffff;
            border-bottom: 1px solid #e8e8e8;
            border-radius: 4px 4px 0 0;
            padding-top: 10px;
            .ant-drawer-close{
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                color: rgba(0, 0, 0, 0.45);
                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-drawer-body{
            .ant-row{
                margin-bottom: 20px
            }
        }
    }
    .encryptcol .LabelInput-label-dark {
        top: 5px;
    }
}

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

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


._Stand_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    min-width: 1150px;
    .editable-row:hover .editable-cell-value-wrap {
        outline: 1px solid #d9d9d9;
        border-radius: 4px;
        padding: 2px 11px;
        &.Level10, &.Level20, &.Slot0 {
            outline: none;
        }
    }
    .editable-cell-value-wrap {
        text-align: center;
        padding: 2px 11px;
    }
    .m-text-ellipsis {
        margin: auto;
        max-width: 160px;
    }
    td {
        text-align: center;
        .has-error .ant-form-explain, .ant-form-explain {
            margin-left: 0;
            text-align: left;
        }
    }
    .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;;
            }
        }
    }
}
._Stand_Modal{
    .Form-container{
        .ant-row{
            margin-bottom: 15px;
        }
    }
    .has-error .ant-form-explain {
        margin-left: 0;
    }
    .ant-form-item-label, .ant-form-item-control {
        line-height: 36px;
    }
    .ant-form-item-required::before {
        display: none;
    }
}


._Statistics_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .pie-box {
        width: 500px;
        height: 330px;
    }
}

._StorageSettings_{
    .ant-alert {
        padding: 4px 15px;
    }
    .label-explain {
        font-size: 14px;
    }
}

._Subsystem_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // .ant-tabs-content{
    //     padding: 0 20px;
    // }
    .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;;
            }
        }
    }
    .fixed-button {
        margin: 10px 0px;
    }
}


._SysLog_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: calc(100% - 53px);
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
        .LabelInput-label-dark {
            margin-bottom: 0px;
            top: 4px;
        }
    }
    .log-header {
        display: flex;
        align-items: center;
    }
    min-width: 1090px;
    .ant-drawer-content-wrapper{
        position: absolute;
        height: 100%;
        background-color: white;
        z-index: 99;
        right: 0;
        box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: width 0.3s;
        .ant-drawer-header{
            padding: 0 16px;
            position: relative;
            color: #272727;
            height: 40px;
            line-height: 40px;
            background: #ffffff;
            border-bottom: 1px solid #e8e8e8;
            border-radius: 4px 4px 0 0;
            padding-top: 10px;
            .ant-drawer-close{
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                color: rgba(0, 0, 0, 0.45);
                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-drawer-body{
            .ant-row{
                margin-bottom: 20px
            }
        }
    }
    .encryptcol .LabelInput-label-dark {
        top: 5px;
    }
}


._SysLog_ {
    &header {
        display: flex;
        justify-content: space-between;

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

        &-btn {
            margin-left: 20px;
        }
    }

    &container {
        margin-top: 20px;

        &-pagination {
            margin-top: 10px;
            // float:right;
            text-align: right;
        }

    }

    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        height: calc(100% - 53px);
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
    }
    min-width: 1090px;
    .ant-drawer-content-wrapper{
        position: absolute;
        height: 100%;
        background-color: white;
        z-index: 99;
        right: 0;
        box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: width 0.3s;
        .ant-drawer-header{
            padding: 0 16px;
            position: relative;
            color: #272727;
            height: 40px;
            line-height: 40px;
            background: #ffffff;
            border-bottom: 1px solid #e8e8e8;
            border-radius: 4px 4px 0 0;
            padding-top: 10px;
            .ant-drawer-close{
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                color: rgba(0, 0, 0, 0.45);
                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-drawer-body{
            .ant-row{
                margin-bottom: 20px
            }
        }
    }

    
}


._SysSet_ {
    // 框架结构的CSS应该进行一些封装
    padding-top: 2rem;

    // 保存按钮是否应该分装一个组件
    .fixed-button {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 3rem;
        padding: 0.7rem;
        background-color: #E2E3E7;
    }
}

._SystemFtpSet_{
    padding: 16px;
    background: @contentBgColorNo15;
    min-height: 90vh;
    .LabelInput-label-Col{
        text-align: left;
    }
    .mb-10{
        margin-bottom: 10px;
    }
    .handlebar{
        button{
            margin-right: 10px;
        }
    }
    .ant-form-item{
        margin-bottom: 0;
    }
    .ant-form-explain{
        margin-left: 0 !important;
    }
    .ant-form-item-control{
        line-height: 0;
    }
    .ant-form-item-required::before {
        display: none;
    }
    .ant-form-item-label {
        line-height: 32px;
    }
    .password-col{
        margin-top: 17px;
    }
}
._SystemInfo_ {
    // 页面组件特有的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;
            &:nth-child(2n) {
                background-color: #f0f2f5;
            }
        }
        .label-normal-container  {
            margin-left: 20px;
            .label-normal-wrapper  {
                margin-left: 20px;
            }
        }
    }
    .adjoint + .adjoint {
        margin-left: 16px;
    }
}


._SystemLog_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    &header1 {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;

        &_label {
            display: inline-block;
            text-align: left;
            margin-right: 16px;
        }
        &_select {
            display: inline-block;
            width: 200px;
            margin-right:12px;
        }   

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

    &containers {
        margin-top: 17px;

        &-pagination {
            margin-top: 10px;
            text-align: right;
        }
    }

    .m-content {
        height: calc(100% - 53px);
        border-top: 1px solid #e8e8ee;
        border-right: 1px solid #e8e8ee;
        border-left: 1px solid #e8e8ee;
    }
    // min-width: 1090px;
    .ant-drawer-header {
        padding: 20px 24px;
    }
    .ant-drawer-close {
        width: 62px;
        height: 62px;
    }
    .systemLog-fullCheck{
        height:32px;
        line-height: 32px;
        display: inline-block;
        button{
            margin-left: 10px;
        }
        span{
            height:32px;
            line-height: 32px;
            margin-left:10px; 
        }
    }
     ._SystemLog_header_select,._SystemLog_header_btn{
        vertical-align: bottom;
    }
    .systemLog_spanWrap{
        flex:1 1 300px;
    }
    .list-item{
        padding-bottom: 20px;
        border-bottom: @border-normal;
    }
}

._SystemLogMobile_ {
    
    .m-sections {
        background-color: #F0F2F5;
    }
    .log-item {
        background-color: #fff;
        padding: 16px;
        min-height: 44px;
        border-bottom: 1px solid #eeeeee;
        .log-item-time {
            font-size: 16px;
            font-weight: 600;
            color: #1f1f1f;
            
        }
        .log-item-descwrap {
            margin-top: 10px;
        }
        .log-item-desc {
            font-size: 14px;
            color: #8c8c8c;
            margin-right: 5px;
        }
        &:last-child {
            border-radius: 0 0 8px 8px;
        }
    }
   
    .m-sections {
        margin-top: 0;
    }
    .better-scroll-container {
        height: calc(100vh - 87px);
        overflow-y: hidden;
    }
    .adm-log-filter {
        .adm-dropdown {
            background-color: #F0F2F5;
        }
    }
    .adm-dropdown-item {
        flex: 0 1 auto;
        &:first-child .adm-dropdown-item-title {
            padding-left: 15px;
        }
    }
}

._SystemUpgrade_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // padding: 16px;
    .form-item{
        margin-top: 20px;
    }
    .fileInput .fileLabel {
        text-align: left;
    }
    .file-box {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .fn-relative {
        position: relative;
    }
    .newContainer{
        border: 1px solid #494a50;
        height: 250px;
        overflow-y: auto;
        margin-left: 0px;
        margin-top: 10px;
    }
    .find-version {
        white-space: pre-wrap;
        word-break: break-all;
    }
}

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

._Terminal_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .ant-form-item {
        margin-bottom: 5px;
    }
    .LabelIP-container {
        margin: 0px;
        .LabelIP-ip-input  {
            height: 36px;
            line-height: 34px;
        }
    }
    .ant-table-expanded-row {
        .ant-table-thead {
            display: none;
        }
        .ant-table-wrapper {
            margin: -10px;
            border: 0px;
        }
    }
    .ant-table-row-expand-icon {
        // display: none;
    }

    // .lableInput-behind-div {
    //     margin-top: -33px;
    //     margin-left: 22px;
    //     line-height: 11px;
    // }
    // .lableInput-behind-span{
    //     margin-top: 0px;
    //     margin-left: 4px;
    //     margin-right: 4px;
    //     position: absolute;
    // }
    // .LabelInput-behind-dark{
    //     position: absolute;
    //     margin-left: 5px;
    // }
    .ant-modal-confirm .ant-modal-confirm-btns {
        margin-top: 16px;
    }
    .fileInput {
        margin: 0;
        margin-bottom: 19px;
    }
}
._TestReport_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .row-lists {
        .LabelInput-behind-dark {
            display: inline-block;
            padding: 0 5px;
        }
        .ant-row:nth-of-type(2) {
            height: 50px;
            margin-bottom: 0;
        }
        .ant-row:nth-of-type(2)::after {
            display: none;
        }

    }
}

._TimeSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .timeClock {
        padding-left: 50px;
    }
    .timeAndZone .bigFont {
        font-size: 20px;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 108px;
    }
    .label-select {
        padding: 8px 0px 8px 16px;
    }
    .week-item {
        padding-left: 16px;
    }
    .dst-set{
        margin-top:10px;
    }
    .time-timepicker-popup {
        .ant-picker-panel {
            width: 140px;
        }
    }
}
.dst_timeset {
    .ant-picker-header-super-prev-btn,.ant-picker-header-super-next-btn,.ant-picker-year-btn{
        display: none;
    }
}
._TimeSetMobile_{
    padding-bottom: 80px;
    .datePicker12{
        .picker{
            flex: 2;
        }
        .extendPicker{
            flex: 3;
        }
        .picker .adm-picker-view-column:first-child{
            display: none !important;
        }
        .extendPicker .adm-picker-view-column:nth-child(3){
            display: none !important;
        }
    }
    .datePicker24{
        .picker .adm-picker-view-column:first-child{
            display: none !important;
        }
        .picker .adm-picker-view-column:nth-child(6){
            display: none !important;
        }
    }
    .adm-list-item-content-extra{
        a{
            color:#00a335
        }
    }
    
}


._TimeTempt_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 0 !important;
    margin-bottom: 0!important;
    min-width: 1250px;
    height: 100%;
    .fixed-button {
        margin-left: 140px;
    }
    .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;
        }
        .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;
                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:9px;
                    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;