            height: 48 / @px-unit;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            padding: 0 12 / @px-unit;
            color: @neutral-fg-3-normal;
        }
        .choose {
            border-bottom: 1 / @px-unit solid @brand-stroke-1-normal;
        }
        .left-layout-menus {
            display: flex;
            justify-content: space-between;
            position: relative;

            &:before {
                position: absolute;
                right: 0;
                left: 0;
                bottom: 0;
                border-bottom: 1px solid @neutral-stroke-2-normal;
                content: '';
            }
        }
        .right-menus {
            display: flex;
            .Favorites {
                color: @neutral-fg-2-normal;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }
        }
        .FavouritesHeadComp-left,.Favorites:hover {
            color: @brand-fg-1-normal;
        }
        .right-menus:hover {
            color: @brand-fg-1-normal;
            .Favorites-icon {
                color: @brand-fg-1-normal;
            }
        }
        .FavouritesHeadComp {
            .FavouritesHeadComp-back {
                display: flex;
                align-items: center;
                height: 48 / @px-unit;
                line-height: 48p / @px-unit;
                border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
                cursor: pointer;
            }
            .FavouritesHeadComp-info {
                display: flex;
                justify-content: space-between;
                margin-top: 16 / @px-unit;
                margin-bottom: 16 / @px-unit;
                .label-normal-container {
                    padding: 0 !important;
                    align-items: center;
                }
            }
            .FavouritesHeadComp-back {
                .FavouritesHeadComp-left {
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                }
                .FavouritesHeadComp-left:hover {
                    color: @brand-fg-1-normal;
                    span {
                        color: @brand-fg-1-normal;
                    }
                }
            }
        }
    }
}



._TargetPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding:0 16/ @px-unit 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
            .ant-tabs {
                margin: 0;
            }

            .header-operation {
                margin-top: 16/ @px-unit;
            }
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}



.area-color-dropdown,
.area-color-select {
  .area-color-box {
    display: inline-flex;
    color: @neutral-fg-2-normal;
    margin-right: 8 / @px-unit;
    align-items: center;

    .color-box {
      width: 10 / @px-unit;
      height: 10 / @px-unit;
      margin-right: 4 / @px-unit;
      
      
    }

    .label-box {
      max-width: 220 / @px-unit;
      
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .all-item-box {
    color: @neutral-fg-2-normal;
    padding-left: 3 / @px-unit;
    .color-box {
      display: none;
    }
  }
}

.area-color-select {
  .area-color-box {
    .label-box {
      max-width: 100 / @px-unit;
      padding-right: 6 / @px-unit;
    }
  }
}


.area-color-dropdown {

  
  .ant-select-item-option-selected {
    background-color: @neutral-bg-1-normal;

    .anticon-check {
      display: none;
    }
  }
}


._RealTimeEvents_ {
    .left-layout {
        .EventTable {
            
            .ant-table-filter-column {
                align-items: center;
            }
            .collected_icon {
                color: @status-yellow-fg-1-normal;
            }
        }
    }

    ._Table_ {
        padding-top: 0;
    }
}
.RealTimeEvents-FilterDropdown {
    padding-left: 10 / @px-unit;
}



._QueueDetection_ {
    
    
    
    .ivsParameterSet;
    
    .fieldsetCtn {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: visible;
    }
    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }

}
.ivsMainRow {
  >.stat-hidden-box {
      height: 0;
      overflow: hidden;
  }
  .trigger-content {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 60 / @px-unit;
  }
}




._ObjectMonitor_ {
    padding-bottom: 0 !important;
    
    
    
    .ivsParameterSet;
    .ant-tabs-content-holder {
        .ant-tabs-content {
            .ant-tabs-tabpane {
               .ant-row {
                  .right-col {
                    flex: 1;
                  }
               }
            }
        }
    }
    .fieldsetCtn {
        height: 100%;
    }

    .Tabmenu{
        margin: 16 / @px-unit 0  8 / @px-unit;
       .ant-tabs-nav-list {
         height: 32 / @px-unit;
       }
       .ant-tabs-nav .ant-tabs-tab-btn{
         height: 32 / @px-unit;
         line-height: 32 / @px-unit;
       }
       .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{
         border: 1px solid @brand-stroke-1-normal;
         background-color: @brand-bg-2-selected;
       }
       .ant-tabs-nav  .ant-tabs-tab-btn{
         border: 1px solid @neutral-stroke-1-normal;
       }
       .ant-tabs-nav::before{
          border:none;
       }
    }
}


._AudioAnalyse_ {
    
    
}



._AIReportBase_  {
    height: 100%;
    width: 100% ;
    @collapseHeaderHeight: 48 / @px-unit; 

    
    .ant-collapse {
        border: none;
        height: 100%;
        .ant-collapse-item {
            height: 100%;
        }

        .ant-collapse-header {
            padding-top: 0 / @px-unit;
            padding-bottom: 0 / @px-unit;
            border-radius: 0 !important;
            background: @neutral-bg-4-hover;
            height: @collapseHeaderHeight;

            cursor: default;
        }

        .ant-collapse-header-text {
            color: @neutral-fg-2-normal;
            font-size: 18 / @px-unit;
            font-weight: 400;
            line-height: 26 / @px-unit;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content {
            height: calc(100% - @collapseHeaderHeight);
            overflow-y: auto;
        }

        .ant-collapse-content>.ant-collapse-content-box {
            padding: 16/@px-unit;
        }

    }

    
    .panel-header {
        display: flex;
        align-items: center;
        height: 26 / @px-unit;

        .panel-header-left {
            display: flex;
            align-items: center;

            .panel-header-checkbox {
                width: 28 / @px-unit;
                height: 26 / @px-unit;
            }

            .panel-header-title {
                display: flex;
                align-items: center;
                width: 206 / @px-unit;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

    .channel-tree {
        .channel-group{
            .channel-group-header{
                margin-right: 0!important;
            }
            .channel-item{
                margin-right: 0;
            }
        }
    }
}


._IVSRule_ {
    
    
    
    .ivsParameterSet;

    
    .objectSwitch {
        width: 200 / @px-unit !important;
    }
    .TrackTime {
        width: 200 / @px-unit !important;
    }

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }
    .card-tabs {
      .trigger-content {
          display: flex;
          flex-wrap: wrap;
      }
    }
  
     .Tabmenu{
       margin: 16 / @px-unit 0  8 / @px-unit;
      .ant-tabs-nav-list {
        height: 32 / @px-unit;
      }
      .ant-tabs-nav .ant-tabs-tab-btn{
        height: 32 / @px-unit;
        line-height: 32 / @px-unit;
      }
      .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{
        border: 1px solid @brand-stroke-1-normal;
        background-color: @brand-bg-2-selected;
      }
      .ant-tabs-nav  .ant-tabs-tab-btn{
        border: 1px solid @neutral-stroke-1-normal;
      }
      .ant-tabs-nav::before{
         border:none;
      }
    }
}

.auto-line-modal-content {
  display: flex;
  gap: 18 / @px-unit;

  .auto-line-preview {
    flex: 0;
  }

  .auto-line-alert {
    flex: 1;
  }
}




._ElevatorDetect_ {
    
    
    
    
    .ivsParameterSet;

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }

    fieldset {
        overflow: hidden;
    }
    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }

}



._HeatMapTemperReport_ {
    .week-label {
        width: 100%;
        padding: 0 10%;
        .week-label-wrap {
            width: 100%;
            display: flex;
            .label-item {
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }
    }
    .selector-wrap {
        &green {
            .ant-checkbox-inner {
                background-color: #1ee17f !important;
            }
        }
        &red {
            .ant-checkbox-inner {
                background-color: #ff4f4f !important;
            }
        }
        &yellow {
            .ant-checkbox-inner {
                background-color: #fdfc00 !important;
            }
        }
    }
}


._CheckBoxGroupModal_ {
    max-height: calc(100vh - 50vh);
    height: auto;
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 46%;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
    .label-normal-behind{
        
        line-height: 28 / @px-unit;
    }
}


._EventTransmission_ {
    
    
    
    padding-top: 16 / @px-unit !important;
    .form-list{
        .same-line {
            display: flex;
            align-items: center;
            .label-div-Container {
                margin-right: 30/@px-unit !important;
            }
        }
        .search-button {
            width: 100%;
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }
    .table-pagination{
        ._Table_ .ant-table-body {
            min-height: 300 / @px-unit;
        }
    }
    .absolute-button,
    .fixed-button{
        display: flex;
    }
    .table_button{
        display: flex;
        justify-content: space-around;
        div{
            cursor: pointer;
        }
    }
}
.LinkageItem_box{
    .labelCheckboxGroup {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        .ant-checkbox-wrapper{
            flex:1;
            margin-bottom: 15 / @px-unit;
        }
    }
}

.BatchAdd_search{
    display: flex;
    justify-content: space-between;
    .label-normal {
        width: 60 / @px-unit !important;
        text-align: right !important;
    }
}
.BatchAdd_Modal {
    .BatchAdd_search {
        display: flex;
        justify-content: flex-end;
    }
}



._OneClickDisarm_ {
    
    
    
    padding-top: inherit; 
    overflow-y: scroll;

    .radiosArr {
        border: 1/@px-unit solid @neutral-stroke-2-normal;
        border-radius: 4 / @px-unit;
        
        width: 724/@px-unit;
        padding: 8/@px-unit 16/@px-unit;
        display: flex;
        flex-wrap: wrap;
        & > .label-div-Container:first-child{
            flex: 1 1 100%;
        }
        & > .label-div-Container:not(:first-child) {
            flex: 0 1 33%;
        }
    }

    @collapseHeaderHeight: 48 / @px-unit; 

    
    .ant-collapse {
        border: 1/@px-unit solid @neutral-stroke-2-normal;
        width: 320/@px-unit;
        height: 400/@px-unit;

        .ant-collapse-item {
            height: 100%;
        }

        .ant-collapse-header {
            padding-top: 0 / @px-unit;
            padding-bottom: 0 / @px-unit;
            border-radius: 0 !important;
            background: @neutral-bg-4-hover;
            height: 40 / @px-unit;

            cursor: default;
        }

        .ant-collapse-header-text {
            color: @neutral-fg-2-normal;
            font-size: 18 / @px-unit;
            font-weight: 400;
            line-height: 26 / @px-unit;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content {
            height: calc(100% - @collapseHeaderHeight);
            overflow-y: auto;
        }

        .ant-collapse-content>.ant-collapse-content-box {
            padding: 16/@px-unit 1/@px-unit
        }

    }

    
    .panel-header {
        display: flex;
        align-items: center;
        height: 26 / @px-unit;

        .panel-left-operation {
            display: flex;
            align-items: center;

            .panel-header-checkbox {
                width: 28 / @px-unit;
                height: 26 / @px-unit;
            }

            .panel-header-title {
                display: flex;
                align-items: center;
                width: 206 / @px-unit;
                font-size: 16 / @px-unit;
                color: @neutral-fg-2-normal;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

    .oneclick-disam-channel-list2{
        .channel-tree .channel-group .channel-group-header {
            padding-right: 0;
            .channel-group-header-right{
                width: 24 / @px-unit;
            }
        }
        .channel-group {
            .channel-item, .channel-group-header {
                margin: 0 0 0 4/@px-unit;
            }
        }
    }
}
.chn_div{
    display: flex;
}

.subtitle {
    margin: 0;
    font-weight: bold;
    color: #fff;
}
.oneclick-disam-channel-tooltip{
    max-width: 1000 / @px-unit !important;
}


._AudioDetection_ {
    
    overflow-y: auto;
}


._DepthCalibration_ {
    
    
    

    .line-row {
        display: flex;
    }
}




._AlarmBox_ {
    .container_left {
        width: 480 / @px-unit;
    }
}
.AlarmBox-StatusModal {
    .AlarmBox-StatusModal-Table {
        width: 900 / @px-unit;
    }
}



._ElevatorDetect_ {
    .fd_right {
        width: 495 / @px-unit;
    }

    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .intel-scheme-jumt-tips {
        padding-top: 18 / @px-unit;

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

            .label-button .ant-btn {

                height: auto;
                padding: 0;
            }
        }
    }
}


._ExperienceBase_ {
      padding: 1rem;
    .optionChoice {
        padding: 12 / @px-unit 0;
        border-bottom: 1px solid @neutral-stroke-2-normal;
    }
    .button-panel {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .button-box { 
        margin-top: 12 / @px-unit;
    }
    .progress{
        padding-right: 24/@px-unit;
        .progress-describe{
            display: flex;
            justify-content: space-between;
            .suc-color{
                color: @status-success-stroke-1-normal;
            }
            .warn-color{
                color: @status-warning-stroke-1-normal;
            }
            .err-color{
                color: @status-error-stroke-1-normal
            }
        }
        .progress-view{
            width: 240/@px-unit;
        }
        .suc-color{
            .ant-progress-bg{
                background-color: @status-success-stroke-1-normal;
            }
        }
        .warn-color{
            .ant-progress-bg{
                background-color: @status-warning-stroke-1-normal;
            }
        }
        .err-color{
            .ant-progress-bg{
                background-color: @status-error-stroke-1-normal;
            }
        }
    }
  
}


._TextDeploy_ {
    .page-view {
    }
    ._HighDivider_{
        min-height:20/ @px-unit;
        height:10/ @px-unit
    }
    .eventHandler-view{
        margin-top: 10/ @px-unit;
    }
}



._HighThrowing_ {
    .fd_right {
        width: 495 / @px-unit;
    }
    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}


._CollpaseCheckboxGoup_ {
   .ant-collapse-item {
        .ant-collapse-header {
            padding: 12/@px-unit 4/@px-unit 10/@px-unit 16/@px-unit !important;
            display: flex;
            align-items: center;
            .ant-collapse-expand-icon {
                display: flex;
                align-items: center;
                .ant-collapse-arrow {
                    margin-right: 10 / @px-unit;
                }
            }
            .ant-collapse-header-text {
                .label-div-Container {
                    .label-normal-container  {
                       padding: 0 !important;
                       .label-normal-wrapper {
                         
                       }
                        .label-normal-behind {
                            color: @neutral-fg-2-normal !important;
                            font-weight: 400 !important;
                            padding-left: 0 !important;
                         }
                    }
                }
            }
        }
        .ant-collapse-content {
            .ant-collapse-content-box {
                .label-div-Container {
                    .label-normal-container  {
                        padding: 0 !important;
                        width: 100%;
                       .label-normal-wrapper {
                          width: 100% !important;
                          .sdd-checkboxGroup-container {
                            width: 100% !important;
                            .labelCheckboxGroup {
                                display: grid;
                                grid-template-columns: repeat(3, 1fr);
                                gap: 8 / @px-unit;
                            }
                          }
                       }
                     
                    }
                }
            }
        }
        &:not(:has(.ant-collapse-expand-icon)) {
            .ant-collapse-header-text {
                padding-left: 24 / @px-unit;
            }
        }
   }
}


._DepthCalibration_ {
    .page-view {
    }
}





.event-handle-config-modal {
    .event-handle-config-content {
        display: flex;

        .event-handle-config-left {
            width: 240 / @px-unit;
            height: 528 / @px-unit;
            flex: none;
        }

        .event-handle-config-right {
            flex: 1;
            width: 0;
            padding: 24 / @px-unit;

            ._EventHandlerNew_ {
                padding: 0;
            }
        }
    }

    .ant-modal-body {
        padding: 0;
    }
}




._DepthCalibration_ {
  .calibrationSetting-view {
    .mid-layout {
      
    }

    .cali-container {
      border: 1 / @px-unit solid @neutral-stroke-2-normal;
      display: flex;
      margin-top: 16 / @px-unit;

      .cali-img-container {
        flex: 1 1 968/ @px-unit;
        
        height: 669 / @px-unit;

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

      .cali-img-inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: 600 / @px-unit;
        position: relative;
      }

      .cali-img-bg {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        
      }

      .calibration_img_set {
        width: 50%;
        height: 300 / @px-unit;
        box-sizing: border-box;
        border: 1 / @px-unit solid @neutral-stroke-2-normal;
        background-color: rgb(8, 8, 8);
      }

      .calibration_img_setinner {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
      }


      .cali-img-top {
        display: flex;
        padding: 16 / @px-unit;
        
        
        justify-content: space-between;
        align-items: center;

        .label-div-Container {
          margin-left: 12 / @px-unit;
        }
      }

      .cali-img-title {
        display: flex;
        height: 36/ @px-unit;
        line-height: 36/ @px-unit;
      }

      .cali-info-container {
        
        width: 242 / @px-unit;
        
        padding: 16 / @px-unit;
      }
    }
  }
}

._ExperienceDetialModal_wrap {
    position: absolute;
}
._ExperienceDetialModal_ {
    @preEmptyH_Exp_Detail: 290 / @px-unit; 
    @detailContentH_Exp: calc(100vh - @navMenuHeight - @preEmptyH_Exp_Detail); 
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    .ant-modal-header{
        width: 100%;
        .modal-title {
            display: flex;
            align-items: center;
            >span {
                margin-left: 12 / @px-unit;;
                line-height: 30 / @px-unit;;
            }
        }
    }
    .ant-modal-body{
        width: 100%;
        
    }
    .ant-modal-content {
        border: none !important;
        width: 100% !important;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        .label-normal-behind   {
            width: max-content !important;
            padding-right: 8 / @px-unit;
        }
        
        margin-right: 12/ @px-unit;
    }

    .detailContainer {
        height: @detailContentH_Exp;

        .detailHeader {
            display: flex;

            .headerItem {
                margin-right: 12 / @px-unit;
            }
        }

        .detailContent {
            width: 100%;
            height: 100%;
            overflow: auto;

            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;
            margin-top: 15 / @px-unit;

            .detailCard {
                width: 220 / @px-unit;
                height: 182 / @px-unit;
                margin-right: 16 / @px-unit;
                margin-bottom: 20 / @px-unit;
                background-color: @neutral-bg-4-normal;
                border: 1px solid @neutral-stroke-2-normal;
                position: relative;

                &:hover {
                    border:1px solid @brand-stroke-1-hover;
                }
                .cardPic {
                    width: 100%;
                    height: 150 / @px-unit;
                    cursor: pointer;
                    
                    .face-check-item {
                        position: absolute;
                        left: 10 / @px-unit;
                    }
                    img {
                        width: 100%;
                        height: 100%;
                    }
                }

                
                .buildStatus {
                    width: 100%;
                    height: 30 / @px-unit;
                    line-height: 30 / @px-unit;
                    background-color: @neutral-bg-4-hover;
                    padding-left: 8 / @px-unit;
                    cursor: pointer;
                }
            }
        }

        .detailPagination {
            margin-top: 20 / @px-unit;
        }
    }
}



.editable-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid @neutral-stroke-2-normal;
    border-bottom: none;

    .editable-list-title {
        flex: none;
        display: flex;
        justify-content: space-between;
        padding: 8 / @px-unit 16 / @px-unit;
        color: @neutral-fg-2-normal;
        background-color: @neutral-bg-4-hover;
        border-bottom: 1px solid @neutral-stroke-2-normal;
        margin-top: -1 / @px-unit;

        .title-label {
            display: flex;
            align-items: center;
        }
    }

    .editable-list-content {
        flex: 1;
        overflow-y: auto;
        padding: 4 / @px-unit;
    }

    .editable-item {
        display: flex;
        height: 36 / @px-unit;
        line-height: 32 / @px-unit;
        padding: 2 / @px-unit 8 / @px-unit;
        color: @neutral-fg-2-normal;

        &:hover {
            background-color: @neutral-bg-1-hover-1;
            cursor: pointer;
        }

        .item-label {
            flex: 1;
            width: 0;
        }

        .item-icon {
            flex: none;
        }

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

    .editable-item-active {
        background-color: @brand-bg-2-selected;
    }
}


.benchmarkCheck-view {
  .benchmarkCheck-top {
    display: flex;
    align-items: center;
    margin-bottom: 20 / @px-unit;

    .label-div-Container {
      margin-right: 10/ @px-unit !important;
    }
  }

  .benchmarkCheck-main {
    height: 540 / @px-unit;
  }

  .benchmarkCheck-img {
    width: 100%;
    height: 100%;
    
  }
}

.benchmarkCheck-select-modal {
  width: 848 / @px-unit !important;
}


.ant-picker-dropdown {
  .ant-picker-panel-container {
    .ant-picker-date-panel {
      .ant-picker-content th {
        color: @neutral-fg-2-normal !important;
      }
    }
  }
}


.MaterialSelect-view {
  .material-top {
    display: flex;
    

    .material-label {
      margin-left: 20 / @px-unit;
    }
  }




  
  
  

  .material-main {
    display: flex;
    border: 1px solid @neutral-stroke-2-normal;
    height: 700 / @px-unit;
  }

  
  
  

  .material-play {
    width: 760 / @px-unit;
    height: 630/ @px-unit;
  }

  .material-operation {
    height: 68/ @px-unit;
    padding-left: 16/ @px-unit;
    display: flex;
    align-items: center;
  }

  .material-pool {
    width: 640 / @px-unit;
    
    height: 700 / @px-unit;

    .material-content-inner {
      height: 100%;
      width: 100%;
    }
  }

  .material-empty-c {
    .empty-box {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .empty-top {
      height: 58 / @px-unit;
      padding: 16 / @px-unit;
      color: @neutral-fg-2-normal;
    }

    .empty-tip {
      flex: 1;
      overflow: hidden;

      .widget-empty {
        background-color: transparent;
      }
    }

    .empty-text {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .empty-tip-inner {
      color: @neutral-fg-4-normal
    }
  }

  .material-imglist {
    
    width: 100%;
    height: 486 / @px-unit;
  }

  .material-selectlist {
    width: 100%;
    height: 214 / @px-unit;
    background-color: @neutral-bg-4-hover;
  }

  .material-imglist-img {
    height: 120 / @px-unit;
    width: 136 / @px-unit;
    margin: 4 / @px-unit;
  }

}

.material-select-modal {
  width: 1440 / @px-unit !important;

  .ant-modal-body {
    padding: 24 / @px-unit !important;
  }
}




.login-container {
    height: 100%;
    width: 100%;

    .login-backgroundImage {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        
        background-image: url('/static/media/login_img_@{theme}.jpg');
    }

    .login-box {
        @loginBoxH: 498 / @px-unit;
        @loginBoxW:420 / @px-unit;
        width: @loginBoxW;
        height: @loginBoxH;
        top: calc(50% - @loginBoxH / 2);
        background-color: @neutral-bg-4-normal;
        position: absolute;
        right: 16.66%;
        border-radius: 4/ @px-unit;
        padding: 32 / @px-unit 40 / @px-unit;

        .login-logo {
            height: 56 / @px-unit;
            width: 340 / @px-unit;
            margin-bottom: 34 / @px-unit;
            background-size: contain;
            background-repeat:no-repeat;
            background-position-x: center;
            background-image: url('/custom_logo/web_logo_@{theme}.png');
            
            background-repeat:no-repeat;
        }
        .ant-spin {
            height: 300 / @px-unit;
            width: 330 / @px-unit;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .login-logoCloud{
            height: 60 / @px-unit;
            width: 330 / @px-unit;
            margin-bottom: 30 / @px-unit;
        }
        
        &.logo-left{
            display: flex;
            flex-direction: row;
            .login-logo{
                margin-top: 20%;
            }
        }
        &.logo-right{
            display: flex;
            flex-direction: row-reverse;
            .login-logo{
                margin-top: 20%;
            }
        }
    }
    .hideLoginTypeBox{
        @loginBoxH: 426 / @px-unit; 
        height: @loginBoxH;
        top: calc(50% - @loginBoxH / 2);
    }
}
.login-container .login-box .Login-Form,
.NamePwdInput {
    .label-normal-container  {
        padding: 0 !important;
        }
    .label-normal-wrapper {
        width: 100%;
        margin-bottom:  24 / @px-unit;
    }
    background-color: transparent;
    text-align: center;

    .ant-input-suffix{
        cursor: pointer;
        .cus_panel {
            width: 20 / @px-unit !important;
        }
        &:hover {
            svg {
                fill: @neutral-fg-1-normal;
            }
        }
    }
    .ant-input-affix-wrapper,
    .label-normal-wrapper {
        display: flex;
        height: 48 / @px-unit;
        
    }


    .ant-row {
        
        .ant-col {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            
        }
    }
    .login-button {
        font-size: 20 / @px-unit; 
        width: 100%;
        height: 48 / @px-unit;
    }

    .login-forget {
        font-size: 16 / @px-unit;
        line-height: 24/ @px-unit;
        margin: -8 / @px-unit 8 / @px-unit 32 / @px-unit 0;
        float: right;
        cursor: pointer;
        color: @brand-fg-1-normal;
    }
    .login-type-wrapper {
        position: relative;
        .login-type-icon {
            position: absolute;
            left: 20 / @px-unit;
            top: 8 / @px-unit;
            pointer-events: none;
        }
    }
    .ant-select-selector {
        height: 48 / @px-unit;
        .ant-select-selection-item{
            margin-left: 36 / @px-unit;
            height: 100%;
            display: flex;
            align-items: center;
            >span {
                line-height: initial !important;
            }
            
        }
    }
}

.login-language-select{
    position: absolute;
    top: 24 / @px-unit;
    right: 22 / @px-unit;
    .label-div-Container {
        .label-normal-container {
            padding: 1/@px-unit 12/@px-unit !important;
            border: 1 / @px-unit solid transparent;
            border-radius: 4 / @px-unit;
            .labelText  {
                display: flex;
                align-items: center;
                svg {
                    width: 16 / @px-unit;
                    height: 16 / @px-unit;
                    min-width: 16 / @px-unit;
                    min-height: 16 / @px-unit;
                    margin-left: 4 / @px-unit;
                    fill: currentColor;
                }
            }
        }
        .label-normal-container:hover {
            color: @brand-fg-1-hover;
            cursor: pointer;
        }
        .label-normal-container:active {
            color: @brand-fg-1-active;
            cursor: pointer;
        }
    }
}


.fix-header-content{
    display        : flex;
    justify-content: center;

    .fix-header-content-item {
        text-align: center;
        cursor    : pointer;

        .fix-header-content-title {
            color   : @neutral-fg-3-normal;
        }
    }

    .active-item {
        background-color: @brand-bg-1-active;
    }
}



.DomesticInit-backgroundImage {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    
    background-image: url('/static/media/login_img_@{theme}.jpg');
}
.DomesticInit-box {
    @DomesticInitH: 636 / @px-unit;
    @DomesticInitW: 584 / @px-unit;
    width: @DomesticInitW;
    height: @DomesticInitH;
    top: calc(50% - @DomesticInitH / 2);
    background-color: @neutral-bg-4-normal;
    position: absolute;
    right: 120 / @px-unit;
    border-radius: 4/ @px-unit;
    padding: 48/@px-unit 42/@px-unit 40/@px-unit 42/@px-unit;

    
    ._InitForm_ {
        display: flex;
        flex-direction: column;
        height: 548 / @px-unit;

        ._InitForm_header {
            font-size: 24 / @px-unit;
            font-weight: 700;
            height: 32 / @px-unit;
            line-height: 32 / @px-unit;
            text-align: center;
            color: @neutral-fg-1-normal;
            margin-bottom: 32 / @px-unit;
        }

        .pwdRestTip {
            height: 20 / @px-unit;
            font-size: @font-size-body-s;
            line-height: 20 / @px-unit;

            .label-normal-wrapper,
            .labelText-wrapper {
                height: 20 / @px-unit;
                line-height: 20 / @px-unit;
                color: @neutral-fg-4-normal;
            }
        }

        .divider-custom {
            border-top: 1px solid @--split;
            margin: 14 / @px-unit 0;
        }

        .quickInitLicenceNoted {
            white-space: nowrap;
            
            cursor: pointer;
            display: inline-block;
            color: @brand-fg-1-normal !important;
        }

        .active-button {
            align-self: center;
            margin-top: auto;
        }
    }

    
    ._CloudService_ {
        display: flex;
        flex-direction: column;
        height: 548 / @px-unit;

        ._CloudService_header {
            font-size: 24 / @px-unit;
            font-weight: 700;
            height: 32 / @px-unit;
            line-height: 32 / @px-unit;
            text-align: center;
            color: @neutral-fg-1-normal;
            margin-bottom: 32 / @px-unit;
        }

        ._CloudService_content {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;

            .cloudConfig {
                width: 400 / @px-unit;

                .label-div-Container {
                    .label-normal-behind {
                        margin-left: 15 / @px-unit;
                    }
                }
            }

            .download-qrbox {
                width: 400 / @px-unit;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;

                .qrImg {
                    margin-top: 24 / @px-unit;
                    width: 162 / @px-unit;
                    height: 162 / @px-unit;

                    img {
                        width: 162 / @px-unit;
                        height: 162 / @px-unit;
                    }
                }

                .client-title {
                    margin-top: 16 / @px-unit;
                }
            }
        }

        .active-button {
            align-self: center;
            margin-top: auto;
        }
    }
}


._LawPermit_Modal {
    .ant-modal-header {
        display: none;
    }

    ._LawPermit_Content {
        height: 540 / @px-unit;

        .LegalText {
            height: 480 / @px-unit;
            padding: 0;
            margin-top: 20 / @px-unit;
            overflow: auto;
        }
    }
}



.ui5_init-wrapper {

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: @neutral-bg-1-normal;

  .init-nav {
    background: @neutral-bg-6-1-normal;
    color: @neutral-fg-2-normal;
    height: 56 / @px-unit;
    padding: 0 24/ @px-unit;
    line-height: 56 / @px-unit;
    font-size: 20/ @px-unit;
  }

  .init-content {
    @diffHeight: 158 / @px-unit;
    height: calc(100vh - @diffHeight);
      
    min-width: 768 / @px-unit;
    margin: 0 10%;

    .init-tab {
      @diffH: 250 / @px-unit;
      height: calc(100vh - @diffHeight - @diffH);
      
      overflow-y: auto;
    }

    .init-form-tab {
      width: 700 / @px-unit;
      margin: 0 auto;
      padding-top: 40 / @px-unit;

      .label-div-Container {
        .label-normal {
          width: 200 / @px-unit  !important;
        }

        
        
        
        
        

      }

      .time-select-wrapper {
        width: 480 / @px-unit;
        display: flex;
        >div:not(:last-child) {
          margin-right: 12 / @px-unit;
        }
        .label-normal-wrapper{
          width: 100% !important;
          .ant-picker {
            width: 100%;
          }
        }
      }
      .init-weak-password {
        margin-bottom: 8 / @px-unit ;
      }
    }
    .region-tab {
      @diffH: 220 / @px-unit;
      height: calc(100vh - @diffHeight - @diffH);  
    }

    .init-policy-tab {
      @diffH: 210 / @px-unit;
      height: calc(100vh - @diffHeight - @diffH);
      .InitGuide-Law {
        height: 100%;
        


        display: flex;
        flex-direction: column;

        .law-tabs {
          @diffW: 60 / @px-unit;
          flex: 1;
          height: calc(100% - @diffW);
          .ant-tabs-tab {
            margin: 0 10 / @px-unit;
          }
        }
        .LegalText {
          overflow-y: auto;
          margin: 24 / @px-unit;
          margin-bottom: 0;
          font-size: 14 / @px-unit;
        }

        .LicenceNoted {
          display: block;
          margin-left: 24 / @px-unit;
          &-title {
            color: @brand-fg-1-normal !important;
          }
        }
      }
    }
  }


}
.online-tip {
  .ant-tooltip-inner {
    width: 440 / @px-unit; 
  }
}
.country-modal {
 
  .ant-modal-body {
    padding: 16 / @px-unit; 
  }
  .warn-title-wrapper {

    .warn-title-header {
      font-size: 16 / @px-unit; 
      display: flex;
      align-items: center;
      .warn-title-text {   
        margin-left: 4 / @px-unit; 
        color: @neutral-fg-1-normal;
      }
    }
    .warn-title-content {
      padding-left: 36 / @px-unit; 
      font-size: 16 / @px-unit; 
      color: @neutral-fg-3-normal;
      margin-top: 8 / @px-unit; 
    }
    .warn-title-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      >* {
        margin-left: 12 / @px-unit;
      }
    }
  }
}

    
.oversea_init-wrapper {
  @initBoxH: 735 / @px-unit;
  @initBoxW: 584 / @px-unit;
  width: @initBoxW;
  height: @initBoxH;
  padding: 40 / @px-unit;
  position: absolute;
  top: calc(50% - @initBoxH / 2);
  border-radius: 8 / @px-unit;
  background: @neutral-bg-4-normal;
  right: 120 / @px-unit;
  .InitGuide-Law {
    .LicenceNoted {
      .LicenceNoted-title {
        color: @brand-fg-1-normal !important;
        white-space: wrap;
      }
    }
  }
}

@lawModalBodyHeight: 700 / @px-unit;
@tabHeaderHeight: 50 / @px-unit;
@lawModalBodyBottomHeight: 50 / @px-unit;
.law_Policy_modal {
  .ant-modal-content {
    height: 100%;
  }
  .ant-modal-body {
    height: @lawModalBodyHeight;
    padding: 0 !important;
    .modal-body-content {
      position: relative;
      .ant-tabs {
        .ant-tabs-nav {
           width: 100%;
           height: @tabHeaderHeight;
        }
        .ant-tabs-content-holder {
          height: calc(@lawModalBodyHeight - @tabHeaderHeight - @lawModalBodyBottomHeight);
          .ant-tabs-content {
            height: 100%;
            overflow: auto;
            padding: 24 / @px-unit;
          }
        }
      }
      .modal-body-bottom {
        padding-left: 24 / @px-unit;
        height: @lawModalBodyBottomHeight;
        .LicenceNoted-title {
          color: @brand-fg-1-normal !important;
        }
      }
    }
  }
}




.ui5_init-wrapper {

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: @neutral-bg-1-normal;

  .init-nav {
    background: @neutral-bg-6-1-normal;
    color: @neutral-fg-2-normal;
    height: 56 / @px-unit;
    padding: 0 24/ @px-unit;
    line-height: 56 / @px-unit;
    font-size: 20/ @px-unit;
  }

  .init-content {
    @diffHeight: 158 / @px-unit;
    height: calc(100vh - @diffHeight);
      
    min-width: 768 / @px-unit;
    margin: 0 10%;

    .init-tab {
      @diffH: 250 / @px-unit;
      height: calc(100vh - @diffHeight - @diffH);
      
      overflow-y: auto;
    }

    .init-form-tab {
      width: 700 / @px-unit;
      margin: 0 auto;
      padding-top: 40 / @px-unit;

      .label-div-Container {
        .label-normal {
          width: 200 / @px-unit  !important;
        }

        
        
        
        
        

      }