        margin-top: -31px;
        margin-left: 22px;
        line-height: 11px;
    }
    .lableInput-behind-span{
        margin-top: 0px;
        margin-left: 4px;
        margin-right: 4px;
        position: absolute;
    }
    .btn-row{
        position: absolute;
        margin-top: 0px;
    }
    .btn-row2{
        margin-top: 12px;
    }
    .labelText-row{
        margin-top: 40px;
    }
    .video-wrap-div {
        border: '1px solid red';
        height: '500px';
        width: 433px;
    }
    .video-wrap {
        width: 430px;
        height: 338px;
        display: inline-block;
        background-color: black;
        border: 1px solid black;
        line-height: 338px;
        font-size: 40px;
        text-align: center;
    }

    .m-form-control .content-video {
        margin-bottom: 60px;
    }

    .faceDetect-span {
        line-height: 35px;
    }
    .labelSlider-center{
        
    }
    .wrapRadio.ant-radio-group{
        
        vertical-align: text-top;
        
    }
}

._CardSet_ {
    
    
    
    .adm-list-item .adm-list-item-content-extra .adm-input {
        width: 100px;
    }
}
._EventAlarm_ {
    
    
    
    .label-normal-behind .label-normal-container {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .event-item > .label-div-Container:first-of-type{
        font-weight: bold;
    }
}




._AlarmLink_ {
    display: flex;

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

    &input {
        width: 200px;
    }

    &btn {
        margin-right: 10px;
    }

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

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

    &switch {
        display: inline-block;
        
    }

    &container {
        
        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);
            
        }   
        
        &-search {
            padding: 15px 10px; 
        }
    }

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

    &NetworkLink {
        padding: 0 10px;

        &-header {
            padding: 10px 20px;
            font-weight: bold;
            
        }

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

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

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

    &LocalLink {
        

        &-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;
        }
    }
}
._MotionDetect_ {
    width: 100%;
    min-width: 850px;
    display: flex;

    &left {
        width: 500px;
    }

    &right {
        flex: 1;
    }

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

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

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

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

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

}

._figure_ {
    margin-left: 115px;

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

.empty {
    margin-left: 200px;
}
._Port_ {
    
    
    
    
    .ant-form-item {
        margin-bottom: 0px;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 180px;
    }
}



._AccessMonitor_ {
    
    
    
    padding: 16px;
    min-width: 1548px;
    .content{
        display: flex;
        height: calc(100vh - 96px);
        min-height: 855px;
        flex-wrap: nowrap;
        justify-content: space-between;
        .AccessRecord{
            height:100%;
            flex:1 1.5 340px;
            padding-bottom: 16px;
            .spin-wrapper{
                height: 100%;
                .ant-spin-container{
                    height: 100% !important;
                }
            }
            .time-line{
                padding-top: 10px;
                margin-left: 22px;
                height: calc(100% - 20px);
                max-height: calc(100% - 20px);
                overflow-y: auto;
            }
            .ant-card-body{
                padding-bottom: 0 !important;
                overflow-y: hidden;
            }

        }
        .card-content{
            display: flex;
            flex-wrap: nowrap;
            padding: 8px 12px;
            width: 340px;
            height: 100px;
            border-radius: 8px;
            background: linear-gradient(to right,rgb(243, 243, 243),rgba(243, 243, 243, 0));
            .avatar{
                width: 60px;
                height: 60px;
                margin-right: 12px;
                margin-top: auto;
                margin-bottom: auto;
                
                border-radius: 50%;
                
                background-image: url('/static/media/person-neuter.51b6954f.png');
                background-size: cover;
                background-position: center; 
                background-repeat: no-repeat; 
            }
            .image{
                width: 60px;
                height: 60px;
                margin-right: 12px;
                margin-top: auto;
                margin-bottom: auto;
                border-radius: 50%;
                
            }
            .record-info{
                width: calc(100% - 80px);
            }
            .person-info{
                font-size: 16px;
                font-weight: 700;
                line-height: 30px;
                max-width: 95%;
                overflow-x: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .method{
                font-size: 14px;
                font-weight: 400;
                line-height: 28px;
                color: rgba(0, 0, 0, 0.6);
                max-width: 95%;
                overflow-x: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
        }
    }
    .left-content{
        flex: 1.5 1 1250px;
        margin-right: 16px;
        height: 100%;
        display: flex;
    }
    .ant-card-body{
        padding: 12px 16px !important;
        height: 100% !important;
    }
    .title{
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 700;
    }
    .button-box{
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        background-color: rgb(243, 243, 243);
        .left-icons{
            width: 120px;
            display: flex;
            align-items: center; 
            justify-content: space-between;
            .action-icon{
                font-size: 24px;
                &:active { 
                    
                    color: @skin-blue;
                }
            }
            .active-icon{
                color: @skin-blue;;
            }
        }
    }

    .AccessRemoteControl{
        
        width: 545px;
        margin-right: 16px;
        height: 515px;
        
        .status-box{
            width: calc(100% - 82px);
            padding-top: 40px;
            margin-left: 16px;
            height: 130px;
        }
        .status{
            max-width: 90%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;

            line-height: 32px;
            
            margin-right: 16px;
            margin-bottom: 5px;
            font-size: 16px;
        }
        .ant-btn{
            transition:unset !important;
        }
 
        .doorIcon{
            width: 55px;
            height: 160px;
            padding-top: 45px;
        }
        .doorTitle{
            width: 90%;
            text-align: left;
            
            font-size: 14px;
            color: rgba(0, 0, 0, 0.6);
            line-height: 22px;
            font-weight: 400;
            overflow-x: hidden;
            white-space:nowrap ;
            text-overflow: ellipsis;
        }
        .op-buttons{
            width: calc(100% - 55px);
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            .ant-btn-circle{
                width: 48px;
                height: 48px;
            }
            .action-button{
                &:active { 
                    
                    background-color: @skin-blue;
                }
            }
            .action-box{
                
                text-align: center;
                width: 88px;
                .action-box-text{
                    width: 100%;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-top: 5px;
                    margin-bottom: 5px;
                }
            }
        }
        .video-content{
            
            height: 250px;
            width: 100%;
            background: #000;
            
            .not-play{
                width: 100%;
                height: 250px;
                display: flex;
                justify-content: center;
                align-items: center;
                .play-button{
                    background-image: url('/static/media/PlayVideo.9620ce5d.png');
                    z-index: 1000;
                    height: 58px;
                    width: 58px;
                }
            }
           
        }
        .video-box{
            width: 100%;
            height: 210px;
        }
       
        .door-box{
            margin-top: 20px;
            height: 180px;
            width: 100%;
            display:flex;
            align-items:center;
            justify-content:center;
          
        }
       
    }
    .deviceDetailContent{
        width: 360px;
        margin-left: 10px;
        
        
        
        .deviceDetailLabel{
            max-width:120px;
            width: 120px;
            overflow-x: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            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: 20px;
    }
   
    .center-part{
        flex: 1 1 800px;
    }
    .AccessTrend{
        height: calc(100% - 528px);
        flex: 2 1 550px;
        margin-top: 16px;
        .line-tag{
            width: 16px;
            height: 16px;
        }
        .tag-content{
            height: 22px;
        }
        .trend-line-content{
            width: 100%;
            height: calc(100% - 45px);
        }
        
    }
    .AccessInfo{
        
        position: relative;
        height: 515px;
        width: 100%;
        .info-table{
            
            width: 100%;
        }
        .ant-table-container{
            height: 450px !important;
        }
        .ant-table-wrapper{
            margin: 0px 12px;
            .ant-table-row{
                &.alarm{
                    color:@errorColorNo17
                }
                &.notNormal{
                    color:@warnColorNo18
                }
                &.active{
                    background-color: #e6f7ff;
                }
            }
        }
        .eventTitleContent{
            height:25px;
            position: relative;
            width: 100%;
            padding-right: 10px;
            .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;
                    } 
                }
            }
            
        }
        .info-detail{
            max-width: calc(95% - 108px);
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .DeviceInfo{
        height: calc(100% - 528px);
        width: 545px;
        margin-right: 16px;
        margin-top: 16px;
        
        
        
        
        
       
    }
    
}

._AccessCardRule_ {
    .table {
        padding-top: 8px;
    }
    .icon {
        font-size: 20px;
        &:hover {
            cursor: pointer;
            color: @btnNormalColorNo1;
        }
    }
    .ant-empty-normal {
        margin: 0;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 130px;
    }
    .ant-modal-body {
        padding-top: 15px;
    }
    .action-btns {
        .label-normal-container {
            margin-left: 15px;
            padding: 0!important;
        }
        .label-normal-wrapper {
            font-size: 0;
        }
    }
    .ant-table-empty .ant-table-cell img {
        width: 43px;
    }
}
.protocalAdd_dialog {
    .fileInput {
        margin: 0;
    }
    .fileInput .fileLabel {
        text-align: left;
    }
}

._FourG_ {
    
    
    
    .form-item {
        margin-bottom: 10px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .fn-marb10 {
        margin-bottom: 10px;
    }
    .netStatus .success {
        color: @linkColorNo20;
    }
    .netStatus .failed {
        color: @errorColorNo17;
    }
    .label-normal-behind{
        padding-left: 0;
    }
    ._Mobile_ .noteSend .list {
        margin-top: 14px;
        margin-bottom: 14px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        min-height: 200px;
        padding: 6px;
    }
    ._Mobile_ .noteSend .action button {
        width: 55px;
        margin-bottom: 10px;
    }
    ._Mobile_ .ant-form-item {
        margin-bottom: 0;
    }
    ._Mobile_ .noteSend .list .active {
        background: #1890ff;
        color: #fff;
    }
    ._Mobile_ .has-error .ant-form-explain {
        margin-left: 30%;
    }
}


._AttendanceSet_ {
    
    
    
    .label-normal-behind {
        padding-left: 8px;
    }
}
._AttendanceSetMobile_{
    padding-bottom: 80px;
    .adm-list-item-content-extra{
        width: 140px;
    }
}

.WeekPlan-Modal {
    .ant-form-item {
        margin-bottom: 16px !important;
    }
    ._ScheduleComponent_ {
        padding: 0;
    }
    ._NewScheduleComponent_ {
        padding: 0;
    }
    ._NewScheduleComponent_ .main-container .label {
        padding-left: 7px;
        padding-right: 7px;
    }
    ._new_schedule_public_component_ {
        padding: 0;
    }
}
.HolidayManage-Modal {
    .ant-form-item {
        margin-bottom: 16px !important;
    }
    ._ScheduleComponent_ {
        padding: 0;
    }
}

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

._EasyCall_ {
    
    
    
    display: flex;
    .left-view{
        flex: 0 1 450px;
    }
    .right-content{
        flex: 1 1 auto;
    }
    .leftView-container{
        display: flex;
        width:360px;
        margin:auto;
        height:600px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background-color: #000000;
	    border-radius: 8px;
    }
    .leftView-container-inner{
        display: flex;
        
        height:90%;
        width:90%;
        justify-content: center;
        align-items: center;
        background-color: #182320;
    }
    .leftView-container-inner-limit{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width:100%;
        height:100%;
    }
    .leftView-callBox{
        width:42%;
        height:70px;
        border:1px solid #5a6b78;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left:10px;
        margin-right: 10px;
        color:#ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 2px;
        &.fullWidth{
            width:90%
        }
    }
    .leftView-callBox-text{
        width:95%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        &.small{
            font-size: 11px;
        }
       
    }
   
    .rowButton{
        margin-top:8px;
        margin-bottom:8px;
    }
}
.easyCall-multiModal{
    .ant-table{
        margin-top: 0;
        .ant-table-body{
            min-height: 300px;
        }

    }
    .arrow {
        width: 35px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: @border-normal;
        margin-top:200px;
        
    }
    .selected-nums{
        line-height: 30px;
        width:120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.DevManager_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;
        }
    }
    .label-password-container {
        .ant-form-item-has-error .ant-form-item-explain,
        .ant-form-item-explain {
            margin-left: 196px;
        }
        .ant-input-affix-wrapper {
            width: 236px;
        }
    }
    .label-positon-container{
        .ant-input-number-input-wrap{
            width: 236px;
        }
        .label-normal-wrapper{
            width: 236px !important;
        }
    }
}

._CardConversion_ {
    
    
    
    .label-normal-behind {
        padding-left: 8px;
    }
    .ant-form-item-explain,.ant-form-item-explain-error{
        margin-left:108px
    }
    .ResultTips {
        width: 420px;
        height: 150px;
        
        
        
        .ResultTxt {
            font-size: 20px;
            font-weight: 550;
        }
        .Successruletxt {
            color:#5e5e5e;
            margin-top: 5px;
        }
        .Failruletxt{
            color: #D9011C;
            margin-top: 5px;
        }
        .ResultDiv {
           margin: auto 20px;
        }
    }
    .notUse {
        color: #5e5e5e;
        margin-right: 16px;
    }
    .alreadyUse {
        color: #0ce708;
        margin-right: 16px;
    }

}



._DoorParam_ {

    
    
    
    .weak-password-icon {
        vertical-align: text-top;
        font-size: 20px;
        margin-left: -6px;
        margin-right: 5px;
    }

}


._PersonMgmtAcs_ {
    
    
    
    
    background-color: #fff;
    margin: 16px;
    padding: 16px;
    @spaceheight: 96px;
    min-height: calc(~'100vh - @{spaceheight}');
    
    
    
    
    

    
    
    
    
    .btnContainer{
        margin-top: 20px;
        button{
            vertical-align: top;
        }
        .ant-tooltip-disabled-compatible-wrapper{
            vertical-align: top;    
        }
    }
    .table-icon{
        cursor: default;
        :hover{
            color: @titleColorNo4
        }
    }
    .search-Row{
        margin-left: 10px;
    }
    .list-item {
        padding-bottom: 20px;
        border-bottom: 1px solid #e8e8e8;
    }
    &btn {
        margin-right: 10px;
    }

    &table {
        height: 430px;
        border: 1px solid @color-border;
    }
    .templateAlert{
        width:320px;
        display: inline-flex;
        height:32px;
        .ant-alert-message{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
    }
    .methodsNum{
        vertical-align: top;
        margin-left:5px;
        margin-right:5px;
    }

    &row {
        margin-bottom: 16px;

        &-bottom {
            margin-bottom: 16px;
        }

        &-top {
            margin-top: 16px;
        }

        &-bandt {
            margin-top: 16px;
            margin-bottom: 16px;
        }
    }

    &item {
        height: 48px;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    &card {
        width: 140px;
        height: 80px;
        display: inline-block;
        font-size: 8px;

        &div {
            height: 20px;
            line-height: 15px;
            padding-top: 10px;
            text-align: center;

            &p {
                cursor: pointer;
            }

            &p:hover {
                color: @btnNormalColorNo1;
            }
        }
    }
}

._addUsersModal_personAcs {
    .face-collect-upload {
        .ant-upload-select-picture-card {
            width: 102px;
            height: 102px;
            background-color: inherit;
            border: none;
            cursor: inherit;
        }
        span.ant-upload {
            position: relative;
            height: 50px;
            background-color: #fafafa;
            border: 1px dashed #d9d9d9;
            border-radius: 2px;
            cursor: pointer;
        }
        .face-local {
            position: absolute;
            bottom: -55px;
            left: -1px;
            margin-top: 10px;
            button {
                height: 50px;
            }
        }
    }
    .face-collect {
        margin-bottom: 8px;
        .ant-upload-select-picture-card {
            background-color: inherit;
            border: none;
            cursor: inherit;
        }
        span.ant-upload {
            

            .face-local {
                button {
                    height: 112px;
                }
            }
        }
    }
    .face-local {
        button {
            width: 102px;
            padding: 8px;
        }
        .local-collect {
            
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    
    
    
    
    
    
    
    .ant-form-item {
        margin-bottom: 10px !important;
    }
    .auth-password {
        height: 60px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid @color-border;
    }

    .auth-card {
        min-height: 60px;
        padding: 15px 0;
        border-bottom: 1px solid @color-border;
    }

    .myicon-add1 {
        position: relative;
        top: 3px;
    }

    .card-list-item {
        float: left;
        margin-bottom: 10px;
        margin-right: 20px;
        position: relative;
        width: 169px;
        height: 132px;
        border-radius: 2px;
        border: solid 1px rgba(0, 0, 0, 0.15);

        &:nth-child(4n) {
            margin-right: 0;
        }

        &:nth-child(n + 5) {
            margin-bottom: 0;
        }

        .no {
            margin-top: 20px;
            margin-left: 10px;
            font-weight: bold;
            font-size: 16px;
            color: #272727;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .time {
            margin-top: 20px;
            margin-left: 10px;
            font-size: 14px;
        }

        .footer {
            display: flex;
            justify-content: flex-end;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 28px;
            padding-right: 8px;
            padding-top: 4px;
            border-top: solid 1px rgba(0, 0, 0, 0.15);
            .ant-space-item > span {
                display: inline-block;
            }
        }

        .myicon-deletepre {
            position: relative;
            top: 2px;
        }

       
    }

    .myicon-maincard.active {
        color: @primary-color;
    }

    .myicon-duress.active {
        color: @errorColorNo17;
    }

    .display-inline-block {
        display: inline-block;
    }

    .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;
        }
    }
    .custom-add-disabled {
        float: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 120px;
        height: 112px;
        border: 1px solid;
        cursor: not-allowed;

        &.big {
            width: 150px;
            height: 132px;
        }

        &:hover {
            cursor: not-allowed;
        }
    }

    
    
    
    

    .hand-item {
        position: relative;

        .hand-item-text {
            position: absolute;
            bottom: 8px;
            left: 0;
            width: calc(100% - 8px);
            height: 24px;
            
            background-color: #000;
            color: #ccc;
            text-align: center;
            line-height: 24px;
            z-index: 10;
        }
        .ant-upload-list-picture-card .ant-upload-list-item-info::befor,
        .ant-upload-list-picture-card-container {
            height: calc(100% - 16px);
        }
        .ant-upload-list-item {
            
        }
    }

    .flag {
        position: absolute;
        top: 0;
        right: 5px;
    }

    .finger-list {
        display: flex;
    }

    .finger-list-item,
    .hand-list-item {
        margin-right: 20px;
        position: relative;
        width: 120px;
        height: 110px;
        border-radius: 2px;
        border: solid 1px rgba(0, 0, 0, 0.15);

        .name {
            margin-top: 16px;
            margin-left: 10px;
            font-size: 14px;
            font-weight: bold;
            color: #272727;
        }

        .mid-name {
            text-align: center;
            margin-top: 10px;
            font-size: 14px;
            font-weight: bold;
            color: #272727;
        }

        .footer {
            padding-right: 8px;
            padding-top: 4px;
            padding-right: 8px;
            display: flex;
            justify-content: flex-end;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 28px;
            border-top: solid 1px rgba(0, 0, 0, 0.15);
        }

        >span {
            margin-top: 4px;
            display: block;
            text-align: center;

            svg {
                width: 30px !important;
                height: 30px !important;
            }
        }

        .myicon-deletepre,
        .myicon-editpre {
            margin: 0 7px;
            vertical-align: -4px;
        }

        .icons>span {
            margin-right: 10px;
        }
    }

    .delete-box {
        display: flex;
        justify-content: flex-end;
        line-height: 32px;
    }

    .ant-card-extra,
    .ant-card-head-title {
        padding: 10px 5px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .ant-card-head {
        padding: 0 10px;
    }

    .ant-card-body {
        padding: 0;
        min-height: 220px;
    }

    .ant-form-item-control-input-content {
        width: 100%;
    }

    .tabTitle{
        width:100%;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .fn-widp100 {
        width: 100%;
    }
    .basic{
        width:100%
    }
    .basic .ant-row {
        margin-bottom: 10px;
    }

    .unaddFinger {
        color: @disableColorNo7;
    }

    .addFinger {
        color: @btnNormalColorNo1;
    }
    .addHand {
        color: @btnNormalColorNo1;
    }
    .ant-collapse-extra {
        color: rgba(0, 0, 0, 0.45);
    }
    .doorPermisionForm{
        .ant-form-item{
            margin-bottom: 10px!important;
        }    
    }
    .fixHeightSelect{
        .ant-select-selector{
            max-height: 200px;
            overflow-y: auto;
        }
    }
    .Door_Plan{
        width: 620px;
        .ant-form-item-label{
            width: 85px;
        }
        .ant-row{
            margin-bottom: 0 !important;
        }
    }
    
    
}
._add_Card__Modal_, ._add_finger_modal_,._add_Face__Modal_,._add_Hand__Modal_ {
    .ant-modal-body {
        padding: 0;
    }
    .ant-form {
        padding: 24px;
    }
    .device-set {
        position: relative;
        padding: 0 24px;
        background-color: @listBorderColorNo8;
        .custom-menu {
            width: auto !important;
            max-height: 320px;
            height: 80px !important;
            overflow-y: auto;
            position: absolute;
            top: 50px;
            left: 108px;
            z-index: 1;
            box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
        }
    }
    .ant-spin{
        margin-top: 60px;
    }
}

._add_Card__Modal_ {
    .ant-input-group-addon {
        background-color: transparent;
        border-color: @btnHoverColorNo2;
        color: @btnHoverColorNo2;
        cursor: pointer;
    }

    .CaptrueInput {
        border-right-color: @btnHoverColorNo2;
    }
}

._add_finger_modal_ {
    .myicon-finger1 svg {
        width: 50px !important;
        height: 50px !important;
    }

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

    .step-box {
        padding: 0 50px;
    }

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

    .label-div-Container {
        margin-left: 25px;
    }

    .unaddFinger {
        color: @disableColorNo7;
    }

    .addFinger {
        color: @btnNormalColorNo1;
    }
    .error-warp {
        margin: 30px 0;
    }
}

._CPU_Card_Pwd_Modal_{
    .ant-form-item {
        margin-bottom: 23px !important;
    }
    .passwordbox {
        padding: 0 40px;
    }
}
._add_user_password_modal_ {
    .passwordbox {
        padding: 0 40px;
    }

    .weak-password-icon {
        position: absolute;
        font-size: 20px;
        top: 85px;
        right: 40px;
        font-size: 20px;
    }

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

.edit_fingername {
    .ant-form-item-explain {
        padding-left: 108px;
        color: @errorColorNo17;
    }
}

._add_Face__Modal_,
._add_Hand__Modal_ {
    .box {
        display: flex;
        justify-content: center;
        align-items: center;
        .img-box {
            width: 200px;
            min-height: 200px;
            border: 1px solid @color-border;
        }
    }
    .face_box{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        .img-box {
            width: 200px;
            height: 220px;
            border: 1px solid @color-border;
        }
        .face-empty{
            background-image: url(/static/media/FaceCollect.fd4350e1.png);
        }
    }
    .wrap {
        margin: 10px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .unaddHand {
        color: @disableColorNo7;
    }

    .addHand {
        color: @btnNormalColorNo1;
    }
}

.fn-textcenter {
    text-align: center;
}
.PlanManage-Modal {
    .ant-form-item {
        margin-bottom: 16px !important;
    }
    ._ScheduleComponent_ {
        padding: 0;
    }
    ._NewScheduleComponent_ {
        padding: 0;
        .main-container .label {
            visibility: hidden;
        }
    }
    ._new_schedule_public_component_ {
        padding: 0;
    }
}


.m-main-page {
    min-height: 100%;
    height: auto;
    padding: 16px;
    background: @bodyBgColorNo16;
}
.m-main-page > div {
    padding: 16px;
    min-height: calc(100vh - 100px);
    background: @contentBgColorNo15;
}
.sideView-header {
    height: 52px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 16px;

    .title {
        line-height: 26px;
        color: #1f1f1f;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        line-height: 0;

        .text {
            margin-left: 12px;
        }
    }

    & + ._SideView_ {
        margin: 16px;

        .sideView-menu-page {
            height: calc(100vh - 64px - 52px - 16px * 2);
            margin: 0;
            border-left: 1px solid #e1e1e1;
            overflow: hidden;
            min-height: unset;

            & > div {
                padding: 24px 32px;
                min-height: unset;
                height: 100%;
            }
            .ant-spin-nested-loading,.ant-spin-container {
                height: 100%;
            }
        }
    }
}
._SideView_ {
    min-width:1400px;
    height:100%;
    
    @spaceheight: 96px;
    .sideView-menu {
        
        .anticon.myicon {
            
            margin-right: 10px !important;
            display: inline-block !important;
            height: 20px;
            
            line-height: 0 !important;
            vertical-align: text-top;
        }
    }
    .sideView-menu-page {
        min-height: calc(~'100vh - @{spaceheight}');
        flex: 1;
        
        
        
        
        margin: 16px;
        background-color: @contentBgColorNo15;
        overflow: hidden;
    }
    .sideView-menu-page > div {
        min-height: 100%;
        padding: 16px;
        
        

        & > div > div.ant-tabs {
            margin-top: -16px;
        }
    }
}

.homeside-enter, .homeside-appear {
    opacity: 0;
}
.homeside-enter-active, .homeside-appear-active { 
    opacity: 1;
    transition: opacity 200ms ease-in;
}



.homeside-exit {
    opacity: 1;
}

.homeside-exit-active {
    opacity: 0;
    
}




.clearfix {
    &::after {
      content: ".";            
      display: block;        
      height: 0;
      visibility: hidden;  
      clear: both;   
    }
}

.colorMenu_box {
    float: left;
    margin-top: 4px;
    border-radius: 2px;
    width: 14px;
    height: 14px;

    &.black {
        background: @skin-black;
    }

    &.blue {
        background: @skin-blue;
    }
}


.MenuView_item{
    width: 33%;
    display: inline-block;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    transition:  background-color 1500ms;
    -moz-transition: background-color 1500ms;
    -o-transition: background-color 1500ms;
    -webkit-transition: background-color 1500ms;
}
.MenuView_item:hover{
    background-color: @MenuViewItemHoverColor;
    transition:  background-color 1500ms;
    -moz-transition: background-color 1500ms;
    -o-transition: background-color 1500ms;
    -webkit-transition: background-color 1500ms;
}
.MenuView_ViewItem{
    text-align: center;
    margin-bottom: 18px;
    justify-content: center;
    .icon{
      display: inline-block !important;
    }

}
._MenuView_ {
    padding: 20px;
    padding-bottom: 0;
    position: relative;
    .pagination {
        position: absolute;
        z-index: 20;
        bottom: 10px;
        width: 100%;
        text-align: center;
      }
      .swiper-pagination-switch {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: @MenuViewPageSwitch;
        margin: 0 10px;
        opacity: 0.8;
        border: transparent;
        cursor: pointer;
      }
      .swiper-active-switch {
        background: @MenuViewActivePageSwitch;
      }
    .modal {
        position: fixed;
        top: 0;
        left: 4vw;
        z-index: 2;
        display: block;
    }
}

._MenuView_Carousel{
    background-color: @MenuViewBackGroundColor;
    padding: 30px 30px 5px 0px;
    width: 80%;
    margin: 0 auto;
    margin-top: 110px;
    z-index: 100;
    position: absolute;
    left: 50%;
    height: 710px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.MenuView_ViewItem_title{
    font-size: 20px;
    font-weight: bold;
}
.MenuView_ViewItem_underLine {
    height: 2px;
    width: 35px;
    background-color: @MenuViewItemLineColor;
    border-radius: 5px;
    margin: 0 auto;
}
.MenuView_ViewItem_message{
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
    height: 80px;
    color:@MenuViewItemMessageColor;
}
.ant-carousel .slick-slider {
  z-index: 3;
  margin-top: 8vh;
}
._MenuView_ .ant-carousel .slick-dots li.slick-active button {
    background-color: @MenuViewItemHoverColor;
}
._MenuView_ .ant-carousel .slick-dots li button {
    background-color: @MenuViewCarouselColor;
}

.swiper-container {
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	
	z-index:1;
}
.swiper-wrapper {
    position:relative;
    margin-top: -10px;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;