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

.operation{
    .search-selections{
        .search-switchTab{
            text-align: center;
            .ant-col{
                padding: 6px 0;
                border-bottom: 1px solid hsv(0, 0, 85%);
                &:first-child{
                    border-right: 1px solid hsv(0, 0, 85%);
                }
            }
            .active{
                color: #fff;
                background: #1890ff;
            }
        }
    }
}

.snap_download {

    .download-info {
        margin-top: 12px;
        line-height: 32px;
    
        .ant-input {
            width: 300px;
            margin-right: 12px;
        }
    }
}
._ImgCfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .ant-input-number{
        width:100%
    }
    .editable-cell-value-wrap {
        min-height:22px;
    }
    .rounddot {
        display: inline-block;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        vertical-align: -1px;
        &.online {
            background-color: #00a335;
        }
        &.offline {
            background-color: #f0161d;
        }
    }
   
    
}

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

._ImgCustom_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .bg_img{
        position: fixed;
        top: 0px;
        right: 2px;
        z-index: 1;
        display: block;
    }
   


}



.slider-wrapper {
    position: relative;
    padding: 0;

    .text-l {
        text-align: left; 
        margin-left: -2px;
    }

    .text-c {
        text-align: center;
    }

    .iconCol {
        
        margin-top: 4px;
        i {
            cursor: pointer;
        }
    }

    .ant-slider {
        padding: 0;
    }

    .labelSlider {
        line-height: 32px;
        margin: 0 10px;
    }
}
._InfoLink_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .ant-form-item-explain {
        margin-left: 108px;
    }
    .ant-form-item{
        margin-bottom: 0!important;
    }
}


._Init_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .top-menu {
        background-color: @btnNormalColorNo1;
        color: @textColorNo5;
    }
    ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .init-step-nav {
        padding: 40px 40px;
    }
    .init-content{
        border:1px solid #484C55
    }
    .init-content-row{
        width: 100%;
    }
    .qrTipImg{
        width:150px;
        height:150px;
    }
    .init-steps-content-wrap {
        background: @contentBgColorNo15;
        height: 600px;
        .init-steps-content {
            position: relative;
            height: 500px;
            &.init-disclaimer {
                padding: 30px 50px;
                .init-disclaimer-text {
                    overflow-y: auto;
                    height: 400px;
                }
            }
        }
        .init-steps-action {
            margin-top: 20px;
        }
        .init-btn-action {
            width: 300px;
        }
        .fn-center {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
        }
        .fn-marL10 {
            margin-left: 10px;
        }
        .fn-textcenter {
            text-align: center;
        }
        li {
            margin-bottom: 20px;
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .has-error .ant-form-explain {
        margin-left: 0;
    }

    .init-steps-content {
        position: relative;
        height: 500px;
        padding: 20px;
        &.init-disclaimer {
            padding: 30px 50px;
            .ant-tabs-nav-scroll {
                text-align: center;
            }
        }
        .content-flow {
            height: 400px;
            overflow-y: scroll;
        }
    }
    .init-proto-checkbox-wrap {
        margin-left: 50px;
    }
    .init-steps-common {
        position: relative;
        height: 500px;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .init-steps-common-form {
        position: relative;
        height: 500px;
        padding: 150px 20px 20px 20px;
        display: flex;
        justify-content: center;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 160px;
    }
    .init-steps-complete {
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .syncpc-button {
        float: right;
        width: 215px;
    }
    .init-disagree-container{
    
        .ant-modal-confirm-btns{
            display: none;
        }
    }
}
.ant-steps-item-process
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
    background-color: #e8e8e8;
}
.ant-steps-item-wait
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
    background-color: #e8e8e8;
}



._InputSubsystem_ {
    .keyboard-panel .checkbox-item {
        width: calc(25% - 18px);
    }
    .defencearea-panel .checkbox-item {
        width: calc(12.5% - 18px);
    }
    .check-half-all {
        width: 30px;
    }
    .check-lists {
        height: 370px;
        overflow-y: auto;
    }
    .Form-container .ant-form-item {
        margin-bottom: 5px;
    }
    .keyboard-panel .check-list-small-all {
        display: inline-block;
        width: calc(25% + 25px);
        vertical-align: 0;
    }
    .keyboard-panel .ant-form-item {
        margin-bottom: 0;
    }
    .keyboard-panel .ant-form-explain {
        margin-left: 0!important;
        position: absolute;
    }
    .defencearea-panel .check-list-small-all {
        display: inline-block;
        width: calc(12.5% + 25px);
        vertical-align: -4px;
    }
    .left-checkbox {
        width: calc(100% - 38px)!important;
    }
    .ant-checkbox-wrapper{
        margin-bottom: 20px;
    }
    .Form-item{
        margin-top: 15px;
    }
    .ant-checkbox-group-item{
        width: 100px;
    }
    .keyboards {
        .check-list-small-all {
            display: inline-block;
            width: 25%;
            .check-half-all {
                margin-right: 22px;
            }
            .ant-checkbox-wrapper {
                width: auto;
            }
        }
        .ant-checkbox-wrapper {
            width: 25%;
            margin-left: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .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;
                ;
            }
        }
    }
    .mainBody {
        min-width: 1030px;
    }
    .fixed-button {
        margin: 10px 0px;
    }
    .form-Item{
        margin-left: 20px;
        margin-top: 10px;
    }
    ._ScheduleComponent_ .main-container .copyBtn {
        width: auto;
    }
    .has-error .ant-form-explain, .ant-form-explain {
        margin-left: 21%;
    }

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

        .ant-form-item-label {
            flex: 0 0 200px;
            max-width: unset;
        }
        .ant-form-item-control {
            flex: 0 0 400px;
            max-width: unset;
        }
    }
   
}
._IntelLock_ {
    .adm-list-item-content-prefix{
        width:120px;
    }
   
}
._InterfaceCfg_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
}


._IPC_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .ant-form-item{
        margin-bottom: 5px;
    }
    .LabelIP-container{
        margin: 0px;
        .LabelIP-ip-input  {
            height: 36px;
            line-height: 34px;
        }
    }

}

._IPSet_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .LabelIP-container {
        margin: 0;
    }
    .m-content > .ant-row {
        // margin: 5px 0;
        margin-bottom: 5px;
    }
    .macInput-label {
        padding: 7px 0px;
    }
    .ant-form-item {
        margin-bottom: 10px;
    }
    .Prefix {
        margin-left: 8px;
    }
    .ant-form-explain {
        margin-left: 21%;
    }
    .mtu {
        border-top: @border-normal;
    }
    .mac-box .ant-input-disabled {
        background-color: @disableInputBgColorNo11;
    }
    .LabelIP-ip-input {
        transition: background-color 0.5s;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 180px;
    }
}


._IPSetNext_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .LabelIP-container {
        margin: 0;
    }
    .m-content > .ant-row {
        // margin: 5px 0;
        margin-bottom: 5px;
    }
    .macInput-label {
        padding: 7px 0px;
    }
    .ant-form-item {
        margin-bottom: 10px;
    }
    .Prefix {
        margin-left: 8px;
    }
    .ant-form-explain {
        margin-left: 21%;
    }
    .mtu {
        border-top: @border-normal;
    }
    .mac-box .ant-input-disabled {
        background-color: @disableInputBgColorNo11;
    }
    .LabelIP-ip-input {
        transition: background-color 0.5s;
    }
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 180px;
    }
}

._IPSetNext_ {
    padding-bottom: 80px;
    .adm-list-item-content-prefix {
        width: 160px;
    }
   
    .adm-form-item-child-inner {
        width: 160px;
    }
}
// 
// 
._LegoInfo_ {
    margin-bottom: 16px;
    height: 85vh;
    padding-top: 0!important;
    .ant-tabs {
        height: 100%;
        .ant-tabs-content {
            height: 95%;
        }
    }
    .ant-tabs-nav .ant-tabs-tab {
        margin-right: 50px;
    }
    .ant-tabs-nav-wrap {
        padding-left: 13px;
    }
    .ant-tabs-content-holder {
        flex: auto;
        min-width: 0;
        min-height: 0;
        height: 100%;
    }
    .ant-tabs-tabpane {
        height: 100%;
    }
}
._SoftwareLicense_ {
    margin-left: 15px;
    height: 100%;
    .fn-marr10 {
        margin-right: 10px;
    }
    .ant-divider-horizontal {
        margin: 0px 0px 15px -6px;
    }
    .ant-form-item {
        margin-bottom: 8px;
    }
    .ant-card-body {
        padding: 18px 0 8px 32px !important;
        .ant-checkbox-group {
            margin-bottom: 5px;
        }
    }
    .m-info-content {
        height: 100%;
        padding: 0px;
    }
    .m-info-content iframe {
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(255, 255, 255);
        width: 100%;
        height: 98%;
        pre {
            white-space: 'pre-wrap';
            word-wrap: 'break-word';
        }
    }
}

._LiftControlConfig_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
   .ant-form-item-explain {
        margin-left: 108px;
    }
    .ant-form-item{
        margin-bottom: 0!important;
    }
    .lableInput-behind-div{
        .label-div-Container {
            display: inline-block;
            margin-left: 10px;
        }
        span{
            vertical-align: top;
        }
    }
}


._LiftControlModule_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .round {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        &.online {
            background-color: @successColorNo19;
        }
        &.offline {
            background-color: @errorColorNo17;
        }
    }
}

._LiftCtrlExpand_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .InfoSvg {
        position: absolute;
        margin-top: 5px;
        font-size: 20px;
        vertical-align: 'right';
    }
}

._LiftCtrlExpand_mobile_ {
    padding-bottom: 80px;
    .delay-time {
        .adm-list-item-content-main {
            width: 150px;
        }
    }
    .public-floor {
        .adm-list-item-content-main {
            flex-shrink: 0;
        }
    }
}
.LiftCtrlExpand_mobile_popup {
    background-color: #F0F2F5;
}
._LiftCtrlProtocol_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding-top: inherit; //为了不eslint告警写一个
    .ant-form-item-has-error .ant-form-item-explain,
    .ant-form-item-explain {
        margin-left: 108px;
    }
}

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

    &row {
        margin-top: 12px
    }

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

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

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

._LockRealtion_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .content-warper {
        display: flex;
    }
    .myicon.icon-disabled{
        cursor: not-allowed;
    }
    .group-list {
       
        width: 250px;
        border-right: 1px solid @listBorderColorNo8;
        .ant-tabs-nav {
            padding-left: 16px;
        }
        margin-right:20px;
    }
    .main {
        margin-top: -10px;
        padding-top: 16px;
        flex: 1;
        position: relative;
        overflow-y: hidden;
        .relation-content{
            height: calc(100vh - 230px);
            max-height: calc(100vh - 230px);
            overflow-y: auto;
        }
        .relation-content-main {
            // min-height: calc(100vh - 275px);
            padding: 16px;
        }
        .fixed-button {
            position: absolute;
            left: 10px;
            bottom: -8px;
        }
    }
    .search-item {
        display: flex;
        padding-right: 16px;
        .ant-input-search {
            flex: 0 1 auto;
        }
        .icons {
            padding-top: 6px;
            width: 75px;
        }
       
    }
    .max-alter{
        width: 234px;
    }
    .relation-item{
        padding-left: 16px;
        list-style: none;
        line-height: 40px;
        &:hover, &.active {
            background: @secondNavHoverColorNo14;
        }
        cursor: pointer;
    }
    .relation-list {
        padding-top: 10px;
        height: calc(100vh - 290px);
        overflow: auto;
        img {
            width: 24px;
            margin: -4px 10px 0;
        }
    }
    .ant-checkbox-group {
        width: 100%;
    }
    .ant-card {
        min-height: 300px;
    }
    .list-empty {
        width: 100%;
        margin-top: 330px;
        text-align: center;
        color: @disableColorNo7;
    }
}


@placeholder-color:rgba(255, 255, 255, 0.6);
@loginInputBorderColor:rgba(255, 255, 255, 0.2);
@loginInputBorderHoverColor:rgba(255, 255, 255, 0.5);
.Login-Form{
    background-color: transparent;
    text-align: center;

    .label-normal-container {
        width: 100%;
        padding-top: 0 !important;
    }
}
.login-box-ib {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -242px;
    padding: 20px 40px;
    // top: 174px;
    width: 400px;
    padding-bottom: 30px;
    z-index:2;
    border-radius: 10px;
    background: transparent;
    border: none;
    .ant-input-affix-wrapper {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background: none;
        border: none !important;
        border-radius: 0;
        &:focus {
            border: none;
            outline: none;
        }
        .ant-input-prefix {
            position: absolute;
            top: 50%;
            line-height: 0;
            left: 12px;
            transform: translateY(-50%);
            z-index: 1;
        }
        .ant-input {
            height: 44px;
            padding-left: 35px;
            border-radius: 0;
            color: @textColorNo5;//@disableColorNo7
            font-size: 14px;
            text-align: left;
            box-sizing: border-box;
            border: 1px solid @inputBorderColorNo10;
            background: @bodyBgColorNo16;
        }
    }
    .login-formitem {
        .ant-input-affix-wrapper {
            border: 1px solid @inputBorderColorNo10 !important;
            .ant-input {
                // width: 88%;
                height: 42px;
                border: none !important;
            }
        } 
    }
}
.login-button {
    margin-top: 40px;
    height: 44px;
    max-height: 44px;
    font-size: 16px;
    font-weight: 200;
    border-radius: 20px;
    background: @btnNormalColorNo1;
}
.login-forget {
    position: absolute;
    right: 10px;
    bottom: -2px;
    line-height: 20px;
    opacity: 0.6;
    z-index: 1;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color:@loginForgetPasswordHoverColor;
    &:hover{
        color:@loginForgetPasswordHoverColor;
    }
    cursor: pointer;
    top: 50%;
    padding-left: 10px;
    transform: translateY(-50%);
}
.login-forget-talk {
    float: right;
    line-height: 20px;
    opacity: 0.6;
    z-index: 1;
    font-size: 14px;
    color:@loginForgetPasswordHoverColor;
    &:hover{
        color:@loginForgetPasswordHoverColor;
    }
    cursor: pointer;
}
.login-formitem {
    margin-top: 25px;
}
.device-select {
    margin-top: 20px;
    .ant-select-selector {
        background-color: transparent !important;
        height: 44px;
        border-radius:22px;
        color: @placeholder-color;
        border: 1px solid @loginInputBorderColor !important;
    }
    .ant-select-selector:hover {
        border: 1px solid @loginInputBorderHoverColor;
    }
    .ant-select-selection-item {
        line-height: 44px;
    }
    .ant-select-arrow {
        color:@loginInputBorderColor
    }
}
.login-container{
    height: 100vh;
    width:100vw;
}
.acs-ib-logo {
    margin: 10px auto 0;
    width: 300px;
    height: 60px;
    img{
        width:100%;
        height: 100%;
    }
}
.login-backgroundImage-ib {
    position: absolute;
    height: 100%;
    width:100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-image: url('/static/media/login_bg_deepib.fe2abb29.jpg')
}
.login-button{
    width:100%;
}
.login-icon{
    color: @btnNormalColorNo1;
}
.login-forminput {
    input:-webkit-autofill {
        -webkit-text-fill-color: #ffffff !important;
        box-shadow: 0 0 0px 1000px transparent inset !important;
        background-color: transparent;
        background-image: none;
        transition: background-color 50000s ease-in-out 0s;
        caret-color: #ffffff;
    }
    input {
        filter: none !important;
    }
}

.login-box-acs, .login-box-control, .login-box-ashz {
    padding: 20px 44px;
    width: 440px;
    height: 520px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-left: -220px;
    margin-top: -260px;

    .acs-logo {
        width: 96px;
        height: 96px;
        margin: 40px auto;
    }
    .login-forget {
        right: 18px;
        bottom: 4px;
        opacity: 1;
    }
    .login-button {
        margin-top: 60px;
        height: 50px;
        max-height: 50px;
        border-radius: 25px;
    }
    .ant-input-affix-wrapper {
        .ant-input-prefix {
            left: 25px;
            .login-icon {
                color: #ffffff;
                opacity: 0.3;
            }
        }
        .ant-input {
            height: 50px;
            padding-left: 60px;
        }
        ::placeholder {
            color: #ffffff !important;
        }
    }
    .login-formitem {
        .ant-input-affix-wrapper {
            .ant-input {
                height: 48px;
            }
        } 
    }
}

.login-box-acs-ib {
    width: 420px;
    height: 520px;
    background-color: transparent;
    border: none;
    margin-left: -210px;
    .login-button {
        margin-top: 80px;
        background-color: @btnNormalColorNo1 !important;
        height: 46px;
        max-height: 46px;
        border-radius: 0;
    }
    .ant-input-affix-wrapper {
        .ant-input-prefix {
            
            .login-icon {
                color: @btnNormalColorNo1;
            }
        }
        .ant-input-suffix{
            width:30px;
            margin-left: 0;
            background-color: #171B13;
            padding-left:5px;
            padding-right:5px;
        }
        ::placeholder {
            color: @textColorDisabled !important;
        }
    }
    .info-devicetype{
        text-align: end;
        margin: 10px 40px 60px 0;
    }
    .info-icon{
        text-align: end;
        font-size: 18px;
        margin-top: 12px;
    }
}

.login-box-talk {
    .acs-logo {
        background-size: 55px 55px;
        margin: 15px auto 25px;
    }
}

.login-box-vta {
    .acs-logo {
        background-size: 55px 55px;
        margin: 15px auto 25px;
    }
    .login-button {
        margin-top: 30px;
    }
}

.login-box-vtnc {
    .acs-logo {
        background-size: 55px 55px;
        margin: 15px auto 25px;
    }
}
.login-mobile-box {
    .login-bg {
        width: 100%;
        height: 100vh;
        background: url('/static/media/bg.png');
        background-size: cover;
    }
    .logo {
        position: absolute;
        top: 139px;
        left: 50%;
        transform:translateX(-150px);
        width: 300px;
        height: 60px;
    }
    .Login-Form {
        position: absolute;
        top: 289px;
        left: 40px;
        right: 40px;
    }
    .adm-form-item-label,.myicon-passwordslim{
        color:#00a335
    }
    .adm-input-element{
        color:#fff;
    }
    .anticon svg{
        width: 24px!important;
        height: 24px!important;

    }
    .myicon-passwordslim {
        position: relative;
        top: 2px;
    }
    .adm-list-default .adm-list-body, .adm-list-item-content {
        border: none;
    }
    .adm-list-body {
        padding-top: 1px;
    }
    .adm-list-body, .adm-form .adm-form-item-horizontal.adm-list-item{
        background-color: transparent;
    }
    .adm-list-item-content-prefix {
        width: 25px;
    }
    .login-username, .login-password {
        height: 48px;
        //border-radius: 24px;
        border: 1px solid #484C55;
        
    }
    .login-username {
        padding-top: 1px;
        ::placeholder {
            color: #484C55 !important;
        }
    }
    .login-password {
        margin-top: 20px;
        ::placeholder {
            color: #484C55 !important;
            font-size: 17px;
        }
    }
    .ant-input-affix-wrapper {
        display: flex;
        justify-content: space-between;
        .ant-input-prefix {
            width: 37px;
        }
        .login-forminput {
            flex: 0 1 auto;
        }
    }
    .login-btn {
        padding: 0;
        .adm-list-item-content {
            padding: 0;
        }
        button {
            margin-top: 60px;
            height: 50px;
            border-radius: 0;
            background-color: #00a335;
            border: none;
        }
    }
  
}

@placeholder-color:rgba(255, 255, 255, 0.6);
@loginInputBorderColor:rgba(255, 255, 255, 0.2);
@loginInputBorderHoverColor:rgba(255, 255, 255, 0.5);
.Login-Form{
    background-color: transparent;
    text-align: center;

    .label-normal-container {
        width: 100%;
        padding-top: 0 !important;
    }
}
.login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -242px;
    padding: 20px 40px;
    // top: 174px;
    width: 400px;
    padding-bottom: 30px;
    z-index:2;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    .ant-input-affix-wrapper {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background: none;
        border: none !important;
        border-radius: 25px;
        &:focus {
            border: none;
            outline: none;
        }
        .ant-input-prefix {
            position: absolute;
            top: 50%;
            line-height: 0;
            left: 12px;
            transform: translateY(-50%);
        }
        .ant-input {
            height: 44px;
            background: none;
            padding-left: 35px;
            background: none;
            border-radius: 25px;
            color: #ffffff;
            font-size: 14px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            text-align: left;
        }
    }
    .login-formitem {
        .ant-input-affix-wrapper {
            border: 1px solid rgba(255, 255, 255, 0.4) !important;
            .ant-input {
                width: 88%;
                height: 42px;
                border: none !important;
            }
        } 
    }
}
.login-button {
    margin-top: 40px;
    height: 44px;
    max-height: 44px;
    font-size: 16px;
    font-weight: 200;
    border-radius: 20px;
    background: #2ab5fc;
}
.login-forget {
    position: absolute;
    right: 10px;
    bottom: -2px;
    line-height: 20px;
    opacity: 0.6;
    z-index: 1;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color:@loginForgetPasswordHoverColor;
    &:hover{
        color:@loginForgetPasswordHoverColor;
    }
    cursor: pointer;
    top: 50%;
    padding-left: 10px;
    transform: translateY(-50%);
}
.login-forget-talk {
    float: right;
    line-height: 20px;
    opacity: 0.6;
    z-index: 1;
    font-size: 14px;
    color:@loginForgetPasswordHoverColor;
    &:hover{
        color:@loginForgetPasswordHoverColor;
    }
    cursor: pointer;
}
.login-formitem {
    margin-top: 25px;
}
.device-select {
    margin-top: 20px;
    .ant-select-selector {
        background-color: transparent !important;
        height: 44px;
        border-radius:22px;
        color: @placeholder-color;
        border: 1px solid @loginInputBorderColor !important;
    }
    .ant-select-selector:hover {
        border: 1px solid @loginInputBorderHoverColor;
    }
    .ant-select-selection-item {
        line-height: 44px;
    }
    .ant-select-arrow {
        color:@loginInputBorderColor
    }
}
.login-container{
    height: 100vh;
    width:100vw;
}
.acs-logo {
    margin: 10px auto 30px;
    width: 55px;
    height: 55px;
    background-image: url('/static/media/acs.png');
}
.login-backgroundImage {
    position: absolute;
    height: 100%;
    width:100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-image: url('/static/media/bg.png')
}
.login-button{
    width:100%;
}
.login-icon{
    color: @loginIconColor;
}
.login-forminput {
    input:-webkit-autofill {
        -webkit-text-fill-color: #ffffff !important;
        box-shadow: 0 0 0px 1000px transparent inset !important;
        background-color: transparent;
        background-image: none;
        transition: background-color 50000s ease-in-out 0s;
        caret-color: #ffffff;
    }
    input {
        filter: none !important;
    }
}

.login-box-acs, .login-box-control {
    padding: 20px 44px;
    width: 440px;
    height: 520px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-left: -220px;
    margin-top: -260px;

    .acs-logo {
        width: 96px;
        height: 96px;
        margin: 40px auto;
    }
    .login-forget {
        right: 18px;
        bottom: 4px;
        opacity: 1;
    }
    .login-button {
        margin-top: 60px;
        height: 50px;
        max-height: 50px;
        border-radius: 25px;
    }
    .ant-input-affix-wrapper {
        .ant-input-prefix {
            left: 25px;
            .login-icon {
                color: #ffffff;
                opacity: 0.3;
            }
        }
        .ant-input {
            height: 50px;
            padding-left: 60px;
        }
        ::placeholder {
            color: #ffffff !important;
        }
    }
    .login-formitem {
        .ant-input-affix-wrapper {
            .ant-input {
                height: 48px;
            }
        } 
    }
}

.login-box-talk {
    .acs-logo {
        background-size: 55px 55px;
        margin: 15px auto 25px;
    }
}

@placeholder-color:rgba(255, 255, 255, 0.6);
@loginInputBorderColor:rgba(255, 255, 255, 0.2);
@loginInputBorderHoverColor:rgba(255, 255, 255, 0.5);
.Login-Form{
    background-color: transparent;
    text-align: center;

    .label-normal-container {
        width: 100%;
        padding-top: 0 !important;
    }
}
.login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -242px;
    padding: 20px 40px;
    // top: 174px;
    width: 400px;
    padding-bottom: 30px;
    z-index:2;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    .ant-input-affix-wrapper {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background: none;
        border: none !important;
        border-radius: 25px;
        &:focus {
            border: none;
            outline: none;
        }
        .ant-input-prefix {
            position: absolute;
            top: 50%;
            line-height: 0;
            left: 12px;
            transform: translateY(-50%);
        }
        .ant-input {
            height: 44px;
            background: none;
            padding-left: 35px;
            background: none;
            border-radius: 25px;
            color: #ffffff;
            font-size: 14px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            text-align: left;
        }
    }
    .login-formitem {
        .ant-input-affix-wrapper {
            border: 1px solid rgba(255, 255, 255, 0.4) !important;
            .ant-input {
                width: 88%;
                height: 42px;
                border: none !important;
            }
        } 
    }
}
.login-button {
    margin-top: 40px;
    height: 44px;
    max-height: 44px;
    font-size: 16px;
    font-weight: 200;
    border-radius: 20px;
    background: #2ab5fc;
}
.login-forget {
    position: absolute;
    right: 10px;
    bottom: -2px;
    line-height: 20px;
    opacity: 0.6;
    z-index: 1;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color:@loginForgetPasswordHoverColor;
    &:hover{
        color:@loginForgetPasswordHoverColor;
    }
    cursor: pointer;
    top: 50%;
    padding-left: 10px;
    transform: translateY(-50%);
}
.login-forget-talk {
    float: right;
    line-height: 20px;
    opacity: 0.6;
    z-index: 1;
    font-size: 14px;
    color:@loginForgetPasswordHoverColor;
    &:hover{
        color:@loginForgetPasswordHoverColor;
    }
    cursor: pointer;
}
.login-formitem {
    margin-top: 25px;
}
.device-select {
    margin-top: 20px;
    .ant-select-selector {
        background-color: transparent !important;
        height: 44px;
        border-radius:22px;
        color: @placeholder-color;
        border: 1px solid @loginInputBorderColor !important;
    }
    .ant-select-selector:hover {
        border: 1px solid @loginInputBorderHoverColor;
    }
    .ant-select-selection-item {
        line-height: 44px;
    }
    .ant-select-arrow {
        color:@loginInputBorderColor
    }
}
.login-container{
    height: 100vh;
    width:100vw;
}
.acs-logo {
    margin: 10px auto 30px;
    width: 55px;
    height: 55px;
    background-image: url('/static/media/acs.png');
}
.login-backgroundImage {
    position: absolute;
    height: 100%;
    width:100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-image: url('/static/media/bg.png')
}
.login-button{
    width:100%;
}
.login-icon{
    color: @loginIconColor;
}
.login-forminput {
    input:-webkit-autofill {
        -webkit-text-fill-color: #ffffff !important;
        box-shadow: 0 0 0px 1000px transparent inset !important;
        background-color: transparent;
        background-image: none;
        transition: background-color 50000s ease-in-out 0s;
        caret-color: #ffffff;
    }
    input {
        filter: none !important;
    }
}

.login-box-acs, .login-box-control {
    padding: 20px 44px;
    width: 440px;
    height: 520px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-left: -220px;
    margin-top: -260px;

    .acs-logo {
        width: 96px;
        height: 96px;
        margin: 40px auto;
    }
    .login-forget {
        right: 18px;
        bottom: 4px;
        opacity: 1;
    }
    .login-button {
        margin-top: 60px;
        height: 50px;
        max-height: 50px;
        border-radius: 25px;
    }
    .ant-input-affix-wrapper {
        .ant-input-prefix {
            left: 25px;
            .login-icon {
                color: #ffffff;
                opacity: 0.3;
            }
        }
        .ant-input {
            height: 50px;
            padding-left: 60px;
        }
        ::placeholder {
            color: #ffffff !important;
        }
    }
    .login-formitem {
        .ant-input-affix-wrapper {
            .ant-input {
                height: 48px;
            }
        } 
    }
}

.login-box-talk {
    .acs-logo {
        background-size: 55px 55px;
        margin: 15px auto 25px;
    }
}

.login-box-vta {
    .acs-logo {
        background-size: 55px 55px;
        margin: 15px auto 25px;
    }
    .login-button {
        margin-top: 30px;
    }
}

.login-box-vtnc {
    .acs-logo {
        background-size: 55px 55px;
        margin: 15px auto 25px;
    }
}
._LogsCapture_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    padding: 16px;
}



._LogTemplate_ {
    display: flex;

    &Device {
        min-width: 300px;
        margin-right: 10px;

        &-header {
            padding: 15px 10px;
            border-bottom: 1px solid @disableColorNo7;
        }

        &-container {
            border-right: 1px solid @dividerColorNo9;
            height: calc(100% - 52px);
            // overflow-y: scroll;
        }

        &-search {
            padding: 15px 10px;
        }
    }

    &Table {
        flex: 1;
    }

    &header {

        // display: flex;
        // justify-content: space-between;
        // align-items: center;
        // margin: 10px 0;
        &-part {
            display: flex;
        }

        &-part+&-part {
            border-top: 1px solid #484C55;
            padding-top: 16px;
            margin-top: 16px;
        }

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

        &-input,
        &-select {
            display: inline-block;
            width: 160px;
        }

        &-timerange,
        &-select {
            margin-right: 64px;
        }

        &-search-btn {
            margin-left: -40px;
        }

        .sub-type-com {
            margin-left: -54px;
        }

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

        &-search {
            width: 200px;
            margin-right: 24px;
        }

        &-timerange {
            display: flex;
            align-items: center;
        }

        &-subType {
            width: 160px;
            margin-right: 64px;
        }
    }

    &container {
        // margin: 10px auto;

        &-table {
            // min-height: 500px;
        }
    }

    &Modal {
        &-container {
            display: flex;
            margin-top: 20px;
        }

        &-tree {
            width: 350px;
            min-height: 450px;
            padding: 5px;
            border: 1px solid @dividerColorNo9;
            // overflow-y: scroll;
        }

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

    &logTotal {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .log-fullcheck {
        height: 32px;
        line-height: 32px;

        span {
            height: 32px;
            line-height: 32px;
            margin-left: 10px;
        }
    }

}

._DeviceTree_ {}

th.table-header {
    background-color: @listBorderColorNo8  !important;
}

.ant-table-footer {
    padding: 10px 10px;
    background: @contentBgColorNo15
}

.openRecord_temp {
    color: red;
}
._custom-tmper-input_ {
    .adm-input-prefix, .adm-input-extra {
        width: 60px;
        height: 40px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border: 1px solid #eee;
    }
    .adm-input {
        width: calc(100% - 160px);
        flex: 1 1 auto;
        height: 40px;
        padding-left: 10px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
}

._MaintenanceAndBackup_{
  background: @contentBgColorNo15;
  min-height: 90vh;
  
  .fileInput {
    // 重置文件上传的间距有问题
    div:nth-child(3),div:nth-child(4) {
      width: auto;
      margin-left: 26px;
    }
  }
  .labelSwitch-label-Col, .labelSelect-label-Col,.LabelInput-label-Col{
    text-align: left;
  }
  .fn-mb14{
    margin-bottom: 14px;
  }
  .restart{
    margin: 16px;
    border: 1px solid @dividerColorNo9;
    .title{
      padding: 8px 16px;
      font-weight: bold;
      border-bottom: 1px solid @dividerColorNo9;
    }
    .container{
      padding: 30px 32px 14px 32px;
    }
    .manual{
      border-top: 1px solid @dividerColorNo9;
      padding: 10px 32px 10px 32px;
    }
  }
  .delete{
    margin-top: 20px;
    border: 1px solid @dividerColorNo9;
    .title{
      padding: 4px 10px;
      border-bottom: 1px solid @dividerColorNo9;
    }
    .container{
      padding: 10px;
      .ant-row{
        margin-bottom: 10px;
      }
    }
  }
  .handleBar{
    margin-left: 16px;
    margin-top: 10px;
    button {
      margin-right: 10px;
    }
  }
  .backup{
    margin: 16px;
    .config{
        margin-top: 10px;
        border: 1px solid @dividerColorNo9;
        .import{
            margin-top: 20px;
        }
        .fileLabel{
            text-align: left;
            margin-left: 10px;
        }
    }
  }
  .settings{
    margin: 16px;
    .default{
      margin-top: 10px;
      border: 1px solid @dividerColorNo9;
      // padding: 10px;
      .title{
        padding: 8px 14px;
        border-bottom: 1px solid @dividerColorNo9;
        font-weight: bold;
      }
      .container{
        padding: 20px 14px;
        .ant-checkbox-group{
          display: block;
          margin: 10px 0; 
        }
      }
    }
  }
}
.empty{
  text-align: center;
  height: 90vh;
  line-height: 90vh;
}

._MeasureTemperature_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    
    .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;
    }
}
@moudleSide: 170px;
@moudleMargin: 8px;
@moudleBorder: @moudleMargin solid #fff;