    .qrcode-title{
        text-align: center;
        font-size: 14px;
        color: #A4A4A4;
        margin-bottom: 0;
        margin-left: 35px;
    }
    .last-alert {
        color: #a4a4a4;
        width: 100%;
    }
} 

._Personalization_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // min-width: 1200px;
    .label-control {
        .label-normal-container {
            width: 100%;
            .label-normal {
                width: 25% !important;
            }
        }
    }
    .col_left{
        border: 1px solid #484C55;
        height: 460px;
        width: 328px;
        margin-right: 15px;
    }
    .col_leftHorizontal{
        border: 1px solid #484C55;
        height: 285px;
        width: 435px;
        margin-right: 15px;
    }

    .col_right {
        // border: 1px solid red;
    }

    .m-form-control {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .drawer-footer-line {
        position: 'absolute';
        bottom: 0;
        width: '100%';
        border-top: '1px solid #484C55';
        padding: '10px 16px';
        text-align: 'right';
        left: 0;
        //background: '#fff';
        border-radius: '0 0 4px 4px';
    }
    // .ant-drawer-content {
    //     position: 'static' !important;
    // }
    .avatar-uploader > .ant-upload {
        width: 128px;
        height: 128px;
    }

    .row-upload {
        margin-top: 10px;
        border: 1px solid #484C55;
        padding: 10px;
    }
    .preview {
        position: absolute;
        height: 100%;
        width:100%;
        left:0;
        top:0;
        background-size: 100% auto;
    }
    .theme1 {
        background-image: url('/static/media/theme1.44d7e8e0.png')
    }
    .theme2miwu {
        background-image: url('/static/media/theme2miwu.2d9601ca.png')
    }
    .theme2xinghe {
        background-image: url('/static/media/theme2xinghe.4f5da316.png')
    }
    .theme2ruomeng {
        background-image: url('/static/media/theme2ruomeng.73626168.png')
    }
    .theme2jinliu {
        background-image: url('/static/media/theme2jinliu.08e50195.png')
    }
    .theme3miwu {
        background-image: url('/static/media/theme3miwu.39daa0c3.png')
    }
    .theme3xinghe {
        background-image: url('/static/media/theme3xinghe.dfe10333.png')
    }
    .theme3ruomeng {
        background-image: url('/static/media/theme3ruomeng.7cdce8ff.png')
    }
    .theme3jinliu {
        background-image: url('/static/media/theme3jinliu.32905c45.png')
    }
    .theme4duty {
        background-image: url('/static/media/theme4duty.efb635e3.png')
    }
    .theme4doNotDistub {
        background-image: url('/static/media/theme4doNotDistub.25b1dc56.png')
    }
    .theme4exit {
        background-image: url('/static/media/theme4exit.5c3a4642.png')
    }
    .individuation-previewBox{
        position:relative;
        height: 100%;
        width:100%;
      }
    .individuation-preview-box {
        position: absolute;
        text-align: center;
        width:100%;
    }
    .individuation-title-row {
        width: 100%;
        padding-left:10px;
        padding-right:10px;
        box-sizing: border-box;
    }
    .individuation-title {
        width: 100%;
        display: block;
        overflow: hidden;
        font-size:18px;
        color: #fff;
      }
    .individuation-content {
        width: 100%;
        margin-top:10px;
        display: block;
        word-break:break-all;
        color: #fff;
        text-align: left;
    }
    .ant-drawer-body{
        height: calc(100% - 150px);
        flex-grow: 0;
    }
}


._PersonMgmtAcs_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    // padding: 16px;
    background-color: @bodyBgColorNo16;
    margin: 16px;
    padding: 16px;
    @spaceheight: 96px;
    // &container {
    //     // height: 630px;
    //     padding: 20px 32px;
    //     background-color: '#EFF2F7';
    //     border: 1px solid @dividerColorNo9;

    //     .has-error .ant-form-explain {
    //         margin-left: 0;
    //     }
    // }
    .btnContainer{
        margin-top: 20px;
        button{
            vertical-align: top;
        }
        .ant-tooltip-disabled-compatible-wrapper{
            vertical-align: top;    
        }
    }
    .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: inherit;
            border: 1px dashed @listBorderColorNo8;
            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 {
            // display: inline-block;

            .face-local {
                button {
                    height: 112px;
                }
            }
        }
    }
    .face-local {
        button {
            width: 102px;
            padding: 8px;
        }
        .local-collect {
            // display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    // span.ant-upload {
    //     .ant-upload-text {
    //         &:hover {
    //             color: @skin-blue;
    //         }
    //     }
    // }
    .ant-form-item {
        margin-bottom: 10px !important;
    }
    .disabled-text {
        display: inline-block;
        vertical-align: top;
        max-width: 480px;
        color: rgba(255, 255, 255, 0.4);
    }
    .auth-blooth{
        .card-loading {
            .ant-spin-spinning {
                width: 100%;
                padding-top: 30px;
            }
        }
        .bloothcard-list-item {
            margin-bottom: 10px;
            position: relative;
            width: 139px;
            height: 132px;
            border-radius: 2px;
            border: 1px solid  rgba(0, 0, 0, 0.15);
            .btno {
                margin-top: 20px;
                font-weight: bold;
                font-size: 16px;
                text-align: center;
                padding: 0 10px;
                // overflow: hidden;
                // text-overflow: ellipsis;
                // white-space: nowrap;
            }
            .footer {
                display: flex;
                justify-content: flex-end;
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 34px;
                border-top: solid 1px rgba(0, 0, 0, 0.15);
            }
        }
    }
    .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 #484C55;

        &: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: #fff;
            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: @primary-color;
        }
    }
    .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;
        }
    }

    // .custom-add-hand {
    //     width: 104px;
    //     height: 104px;
    // }

    .hand-item {
        position: relative;

        .hand-item-text {
            position: absolute;
            bottom: 8px;
            left: 0;
            width: calc(100% - 8px);
            height: 24px;
            // background-color: rgba(0, 0, 0, 0.5);
            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 {
            // padding: 0;
        }
    }

    .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 #484C55;

        .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(255, 255, 255,0.6);
    }
    .doorPermisionForm{
        .ant-form-item{
            margin-bottom: 10px!important;
        }    
    }
    .fixHeightSelect{
        .ant-select-selector{
            max-height: 200px;
            overflow-y: auto;
        }
    }
    .auth-infoSvg{
        font-size: 20px;
        display: inline-block;
        color: #fff;
        svg{
            fill: currentColor;
            vertical-align: -2px;
        }
    }
    .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_ ,._add_WiredCard_Modal_{
    .ant-modal-body {
        padding: 0;
    }
    .ant-form {
        padding: 24px;
    }
    .device-set {
        position: relative;
        padding: 0 24px;
        background-color: @bodyBgColorNo16;
        .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);
        }
    }
}
._add_WiredCard_Modal_{
    img{
        height:400px;
    }
    img.active{
        border:1px solid #00a335
    }
    .btnTitle{
        margin-top: 10px;
        text-align: center;
    }
    .ant-input-group-addon {
        background-color: transparent;
        border-color: @btnHoverColorNo2;
        color: @btnHoverColorNo2;
        cursor: pointer;
    }
    .ant-input {
        border-right-color: @btnHoverColorNo2;
    }
    .wirecard-list-item {
        float: left;
        margin-bottom: 10px;
        margin-right: 20px;
        position: relative;
        width: 250px;
        height: 300px;
        border-radius: 2px;
        border: solid 1px @color-border;
        .ant-checkbox-group{
            display: flex;
            justify-content: center;  // 水平居中
        }
        &:nth-child(4n) {
          margin-right: 0;
        }

        &:nth-child(n + 5) {
            margin-bottom: 0;
        }
        .flag {
            position: absolute;
            top: 0;
            right: 5px;
        }
        .no {
            margin-top: 20px;
            margin-left: 10px;
            font-weight: bold;
            font-size: 16px;
            // color: #272727;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
        }
        .marginTop0{
            margin-top:0
        }

        .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 @color-border;
            .ant-space-item > span {
                display: inline-block;
            }
        }
        .DoorsOrAlarm {
            margin: auto 12px;
        }
        .switch-container {
            display: flex;
            align-items: center;
          }

        .myicon-deletepre {
            position: relative;
            top: 2px;
        }
        .myicon-duress.active {
            color: @errorColorNo17;
        }
       
    }
    .wiredCard-continer{
        height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-left: 5px;
    }
    .wiredCardTip{
        fill:currentColor;
        font-size: 20px;
    }
}
._add_Card__Modal_ {
    .ant-input-group-addon {
        background-color: transparent;
        border-color: @btnHoverColorNo2;
        color: @btnHoverColorNo2;
        cursor: pointer;
    }

    .ant-input {
        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;
        fill: currentColor;
    }

    .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);
        }
        .ant-spin-spinning {
            margin-top: 60px;
        }
    }
    .wrap {
        margin: 10px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .unaddHand {
        color: @disableColorNo7;
    }

    .addHand {
        color: @btnNormalColorNo1;
    }
}
.fn-textcenter {
    text-align: center;
}
._PersonMgmtMobile_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .main-head-bar {
        .adm-nav-bar-right {
            padding-right: 5px;
            text-align: right;
            color: #333333;
            flex: 0 1 auto;
        }
        .icon{
            font-size: 20px;
        }
    }
    .user-container .better-scroll-container {
        height: calc(100vh - 97px);
        overflow-y: hidden;
    }
    .adm-nav-bar-right {
        width: 90px;
        flex: auto;
    }
    .search-bar {
        padding: 10px;
        .adm-search-bar-input-box {
            background-color: #ffffff;
        }
    }
    
    .user-list {
        margin: 0 10px 8px;
        box-sizing: border-box;
        background-color: #ffffff;
        border-radius: 8px;
    }
    .user-list-item {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 10px 10px;
        .info {
            width: 179px;
            flex: 0 1 auto;
        }
        .icons {
            width: 156px;
            flex: 0 0 auto;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            color: #404040;

        }
        .username {
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: bold;
        }
        .usertype {
            margin-bottom: 8px;
        }
        .desc {
            font-size: 14px;
            color: #8c8c8c;
        }
        .divider {
            position: absolute;
            left: 8px;
            bottom: 0;
            width: calc(100% - 16px);
            height: 0;
            border-bottom: 1px solid #e1e1e1;
        }
        &:last-child .divider {
            display: none;
        }
        .methodsNum {
            vertical-align: 2px
        }
    }
    svg {
        color: #404040;
        fill: #404040;
    }
}
.user-option-modal {
    overflow-y: auto;
    background-color: #F0F2F5;
   
    .close-icon {
        height: 30px;
        padding-right: 15px;
        padding-top: 15px;
        text-align: right;
    }
    .action-btns {
        padding: 0 10px;
        margin-bottom: 80px;
    }
    
    .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: left;
    }
    .validto .adm-list-item-content-prefix{
        width: 108px;
    }
    .adm-form-item-label, .adm-list-item-content-main {
        color: #1f1f1f;
    }
    .adm-input-element:not(:disabled) {
        color:#1f1f1f;
    }
    .basic-info {
        .adm-list-body {
            background-color: #F0F2F5;
        }
        .authority {
            margin-top: 0;
        }
        .user-type .adm-list-item-content, .authority .adm-list-item:first-of-type .adm-list-item-content{
            border-top: 0;
        }
    }
    .noStyle {
        padding-left: 0;
        padding-right: 0;
        > .adm-list-item-content > .adm-list-item-content-main {
            padding: 0;
            .adm-list-item-content {
                padding-right: 0;
            }
        }
    }
    
}
.CustomDatePickerView{
    .adm-form-item-child-inner {
        text-align: left;
    }
}
.user-option-passwrod-modal {
    background-color: #F0F2F5;
    .adm-form .adm-list-body {
        background-color: #F0F2F5;
    }
    .adm-card-body {
        .adm-list-item:first-of-type .adm-list-item-content{
            border-top: 0;
        }
    }
    .m-sections {
        margin-bottom: 0;
    }
    .adm-list-body-inner {
        position: relative;
    }

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

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


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

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

    &item {
        height: 48px;
    }

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

    &modal_content {

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

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

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

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

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

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

            &>label {
                display: inline;
            }
        }
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    &_FingerName {
        margin-left: 18px;

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

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

    }
}

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

    .device-finger {
        text-align: center;

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

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

        div {
            display: inline;
        }
    }

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

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


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

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

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