            .active {
                color: #1890ff;
            }
        }
        .fullScreen{
            margin-top: 5px;
            float: right;
            padding-right: 0;
        }
        span{
            display: inline-block;
            padding: 0 20px;
            cursor: pointer;
            i{
                font-size: 18px;
            }
        }
    }
    .detail-list {
        .type {
            padding-left: 16px;
            cursor: pointer;
        }
        .active, .type:hover {
            background: #e6f7ff;
            color: #1890ff;
        }
        .record-time {
            font-size: 12px;
            color: #8f8f8f;
            display: block;
            margin-top: -10px;
        }
    }
    .search {
        width: 200%;
        height: 100%;
        transition: all 0.3s;
        .playbtn svg {
            margin: 7px 0 0 2px;
        }
        &.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 {
            border-bottom: 1px solid #e8e8e8;
            .channels {
                overflow-y: auto;
                margin-top: 10px;
                height: 260px;
            }
            .channel-list {
                padding-left: 20px;
                line-height: 35px;
                .ant-checkbox-wrapper {
                    color: #272727;
                }
            }
            .myicon-boll {
                font-size: 16px;
            }
        }
        .actions {
            width: 200px;
            margin-left: 20px;
        }
        .normalBtn {
            color: #272727;
            &:hover {
                color: #1890ff;
            }
        }
        
        .greyBtn {
            color: #8f8f8f!important;
        }
        .play-list-title-back {
            cursor: pointer;
        }
        .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 {
                width: 14px;
                height: 14px;
            }
        }
        .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-content {
            width: calc(100% - 240px);
            height: 100%;
            overflow: hidden;
        }
        .my-video {
            height: calc(100% - 80px);
            min-height: 64vh;
        }
        .touchbar {
            position: relative;
            height: 40px;
            background: #f0f2f5;
            .center {
                position: absolute;
                left: 50%;
                top: 5px;
                margin-left: -202px;
                width: 404px;
                height: 30px;
                background: #ffffff;
                border-radius: 4px;
                color: #272727;
            }
            .btns {
                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: -7px;
                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;
        .actions {
            margin-bottom: 15px;
        }
    }
    .fn-margin-right20 {
        margin-right: 20px;
    }
    .playtime-icon {
        vertical-align: text-top;
        margin-right: 2px;
        svg {
            width: 14px !important;
            height: 14px !important;
        }
    }
}

.record_download {
    .record_download-title-left {
        float: left;
    }
    .record_download-title-right {
        float: right;
    }
    .item-list {
        line-height: 32px;
    }
    .saveplace-input {
        width: 225px;
    }
    .encryption_password {
        width: 170px;
    }
    .ant-spin-container {
        min-height: 240px;
    }
    .MyTable {
        border: unset !important;
        .ant-table-wrapper {
            position: static;
        }
        .ant-table {
            margin: 0;
        }
    } 
}

.record-mark {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    &.normal,&.timing,&.Timing {
        background:  #52c41a;
    }
    &.event, &.alarm, &.AlarmLocal {
        background: #f5222d;
    }
    &.manual, &.VideoMotion {
        background: #fcac15;
    }
}
.ant-calendar-body .ant-calendar-mark div{
    position: relative;
    // border: 2px solid #FDC017;
    &::after {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -2.5px;
        content: ' ';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #1890ff;
    }
}

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

._Init_ {
  .logo-container {
    width: 100%;
    display: flex;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 24px;
    font-weight: 700;
  }

  .welcome-container {
    width: 100%;
    text-align: center;
    margin-top: 100px;
  }

  .welcome-text {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }

  .init-btn {
    // position: fixed;
    // bottom:40px;
    // left: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
  }

  .init-fixbtn {
    position: fixed;
    bottom: 40px;
    left: 10px;
    margin-left: 0;
  }

  .agree-row {
    // position: fixed;
    // bottom:90px;
    margin-top: 60px;
    padding: 10px;
  }

  .autoCheck-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
  }

  .passwordCheck-tip {
    float: left;
    border-radius: 4px;
    background-color: #ECF4FF;
    height: 5px;
    width: 30%;
    margin: 0 2px;
    margin-top: 5px;
    margin-bottom: 8px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .status-weak-1 {
    background-color: #f5222d;
  }

  .status-middle-1 {
    background-color: #fcac15;
  }

  .status-middle-2 {
    background-color: #fcac15;
  }

  .status-strong-1 {
    background-color: #52c41a;
  }

  .status-strong-2 {
    background-color: #52c41a;
  }

  .status-strong-3 {
    background-color: #52c41a;
  }

  .content-flow {
    margin-top: -64px;
    padding: 0 16px;
    overflow-y: auto;
    height: 90%;
  }

  .fn-textcenter {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 40px; // 为固定定位按钮预留空间
  }

  // 免责声明页面特定样式
  .disclaimer-content {
    .disclaimer-text {
      font-size: 14px;
      text-align: justify;
    }

    .disclaimer-image {
      width: 120px;
      height: 120px;
      margin: 10px auto 10px;
      display: block;
    }
  }

  .compact-radio-group {
    .radio-option {
      display: flex;
      align-items: center;
      padding: 6px 0;
      min-height: 32px;

      .adm-radio {
        margin-right: 8px;

        // 修改选中状态的颜色
        &.adm-radio-checked {
          .adm-radio-icon {
            background-color: #00a335;
            border-color: #00a335;
          }
        }
      }
    }
  }


}
.langselect-mobile {
    .adm-list-item-content-extra {
        line-height: 48px;
    }
}

._InitLogin_ {
    // 页面组件特有的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;
        width: 100%;
        .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;
            margin-bottom: 20px;
        }
        .init-btn-action {
            width: 300px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .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: 108px;
    }
    .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;
}



._InitLoginMobile_ {
     // 确保外层容器覆盖整个视口高度
     min-height: 100vh;
     background: @bodyBgColorNo16;
    
    // 移动端字体和样式设置
    .adm-list-item-content-extra {
        text-align: right;
        word-wrap: break-word;
        white-space: wrap;
        color: #1f1f1f;
        font-size: var(--font-size);
    }

    .adm-list-item-content-main {
        text-align: left;
        word-wrap: break-word;
        white-space: pre-wrap;
        vertical-align: middle;
        width: 100px;
        input {
            text-align: right;
            padding-right: 10px;
        }
    }
    
    .adm-list-item-content-prefix + .adm-list-item-content-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        .adm-form-item-child-inner {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
    }
    
    .adm-list-item-content-extra {
        input {
            text-align: right;
            padding-right: 10px;
        }
    }
    
    .adm-form-item-feedback-error {
        text-align: right;
        padding-right: 10px;
    }
    .user-container .better-scroll-container {
        height: calc(100vh - 260px) !important;
    }
}



._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%;