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


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


._PreviewIndexView_ {
    
    
    
    padding-top: inherit; 
    height: 100%;
    display: flex;
    background-color: @neutral-bg-4-normal;
    &left,
    &right {
        width: 320 / @px-unit;
        background-color: @neutral-bg-4-normal;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
    }

    &left{
        justify-content:start;
        overflow: hidden;
        height: 100%;
    }

    &center {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        &_plugin {
            display: flex;
            flex: 1 1 auto;
            flex-flow:inherit;
            background-color: @neutral-bg-4-normal;
            .ocxLocation{
                flex-grow:1;
            }
        }
        &_bottom {
            height: 48 / @px-unit;
            flex: 0 0 auto;
            background-color: @neutral-bg-4-normal; 
            display: flex;
            justify-content: space-between;
            padding: 0 12 / @px-unit;
            &_left {
                display: flex;
                align-items: center;
            }
            &_right {
                display: flex;
                align-items: center;
            }
            .divider {
                height: 24 / @px-unit;
            }
        }
    }
    &ai_preview,
    &fisheyes,
    &splitscreen,
    &eptz {
        width: 320 / @px-unit;
        height: 100%;
    }
    &right {
        overflow-y: auto;        
        &_alarmout {
            min-width: 200/ @px-unit;
            ._ChannelGroup_ div:nth-child(2) .chn_btn {
                margin-left: 0 !important;
            }
            .ant-space-item{
                padding-left: 10/@px-unit;
            }
        }
    }
    ._PreviewIndexView_left{
        .ant-divider-horizontal{
            margin:10 / @px-unit 0 ;
        }
    }
}




.alarm-out-popover, .talk-and-sound-popover, .view-split-popover, .multi-preview-popover {
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
    .ant-popover-arrow {
        display: none;
    }
    .ant-popover-inner {
        padding: 0;
        max-width: 100vw;
        min-width: 0;
        background: @neutral-bg-1-normal;
        border-color: @neutral-stroke-3-normal;
    }
    .ant-popover-inner-content {
        padding: 0 4 / @px-unit;
    }
}


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


._SlicePlayback_ {
  
  
  

  .line-row {
    display: flex;
  }
}


._PlaybackIndex_ {
  
  
  
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;

  &layout {
    height: 100%;
    width: 100%;
    display: flex;
  }

  &center {
    background-color: @ocxBg;
    
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;

    &_plugin {
      flex: 1 1 auto;
      display: flex;
      flex-flow: inherit;

      
      .ocxLocation {
        flex-grow: 1;
      }
    }
  }

  &right {
    
    width: 280/@px-unit;
    
    border-left: 1px solid @neutral-stroke-2-normal;

    .ant-layout-sider-children {
      display: flex;
      flex-direction: column;
    }
  }

  .playback_close_icon,
  .playback_search_icon {
    display: none;
  }
}



._Backup_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1/@px-unit solid @neutral-stroke-2-normal;

    .ant-layout {
        flex-direction: row;
    }

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

        .middle-layout {
            flex: 1 1 958/@px-unit;
        }
        .middle-empty {
            flex: 1 1 958/@px-unit;
        }

        .video-layout {
            flex: 0 1 598 / @px-unit;
        }
    }

    .line-row {
        display: flex;
    }
}

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


._Backup_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
        .backup-videoLayout-picPanel{
            width: 100%;
            height: 458/@px-unit;
        }
        overflow: hidden;
    }
    .video-detail-panel{
        padding: 24 / @px-unit;
    }
    .detail-label-color{
        color: @neutral-fg-2-normal;
    }
}


@barHeight:50/@px-unit;
._Backup_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;
        position: relative;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: hidden;
            .middle-content-operation{
                width: 100%;
                display: flex;
                justify-content: space-between;
                .middle-conten-operation-left{
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    .ant-dropdown-button{
                        padding: 8/@px-unit 0;
                        margin-right: 12/@px-unit;
                    }
                    .label-div-Container {
                        margin-right: 12/@px-unit;
                    }
                }
            }
            .middle-content-table{
                width: 100%;
                display: flex;
                height: calc(100% - @barHeight);
                overflow: scroll;
                ._Table_ {
                    width: 400/@px-unit; 
                    flex: 1;
                }
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 72 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

    .middle-empty {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: @neutral-bg-5-normal;
        .ant-empty-image {
            height: 160 / @px-unit;
        }
       
    }
    .backup-progress{
        position: absolute;
        width: 240 / @px-unit;
        right: 16 / @px-unit;
    }
}


._SlicePlayback_ {
  height: 100%;
  cursor: default;
  color: @neutral-fg-2-normal;

  .page-view {
    display: flex;
    height: 100%;

    .page-left {
      width: 280 / @px-unit;
      height: 100%;
      display: flex;
      flex-direction: column;
      border-left: 1px solid @neutral-stroke-2-normal;
    }

    .left-channel-list {
      
      overflow: hidden
    }

    .page-right {
      flex: 1 1 auto;
      height: 100%;
    }
  }
}


._BottomPanel_ {
  
  display: flex;
  flex-direction: column;
  user-select: none;
  color: @neutral-fg-2-normal;
  

  ._BottomPanel_bottom_btn {
    height: 50/ @px-unit;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: @neutral-bg-4-hover;
  }

  ._BottomPanel_bottom_timeline {
    height: 64px;
  }

  
  
  
  
  

  
  
  
}


._Backup_ {
    .title {
        width: 100%;
        margin-top: 8/ @px-unit;
        margin-bottom: 4/ @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        ._TypeSelector_ {
            height: auto !important;
            display: block;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
            .backup-channel-list{
                height: 100%;
            }
        }

        .bottom-content {
            padding: 8/ @px-unit 16/ @px-unit;
            border-top: 1/@px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @px-unit;
                }
            }
        }
    }
}


._PbRightPanel_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;

  &bottom {
    width: 100%;
    height: 60 / @px-unit;
    padding: 0 10px 4px 10px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  }

  &bottom_x {
    width: 100%;
    height: 60 / @px-unit;
    padding: 0 10px 4px 10px;
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
  }

  &bottom_item {
    width: 66 / @px-unit;
    height: 40 / @px-unit;
    text-align: center;
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
  }

  &bottom_icon {
    font-size: 30 / @px-unit !important;
  }

  .label-normal-wrapper {
    width: 290px !important;
  }

  ._PbRightPanel_bottom_itemLeft {
    width: 100%;
    height: 40 / @px-unit;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    .label-normal-wrapper {
      width: 50px !important;
    }
  }

  ._PbRightPanel_chl_divider {
    margin: 5 / @px-unit 0;
  }

  ._PbRightPanel_chl_table {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 150 / @px-unit;
    width: 280 / @px-unit;

    .ant-table-body {
      min-height: auto !important;
      max-height: none !important;
      -ms-max-height: none !important;

      tbody {
        .ant-table-row {
          &.ant-table-row-selected {
            td {
              background: transparent;
            }
          }

          .ant-table-cell-ellipsis {
            text-align: left !important;

            &.ant-table-column-sort {
              background: transparent;
            }
          }
        }
      }
    }

    
    
    

    ._Table_ {
      height: 100%;

      .ant-table {
        &>.ant-table-container {
          display: flex;
          height: 100%;
          flex-direction: column;

          .ant-table-header {
            overflow: visible !important;
            height: auto;
          }

          tr {
            td {
              height: 40px;
            }
          }

          th {
            height: 40px !important;
          }
        }

        ::-webkit-scrollbar {
          width: 0px;
        }
      }

      .ant-table-fixed-header {
        height: 95%;
      }

      .m-table-showEmpty {
        height: 100%;

        .ant-table-wrapper {
          height: 100%;

          .ant-spin-nested-loading {
            height: 100%;

            .ant-spin-container {
              height: 100%;
            }
          }
        }
      }
    }
  }

  ._Table_ div:first-child {
    height: 100%;
  }

  .ant-table-thead div:first-child {
    height: auto;
  }

  ._PbRightPanel_fish_eye {

    
    ._FishEye_ {
      padding: 0 10 / @px-unit;
      padding-top: 68/ @px-unit;
    }

  }

  ._Eptz_ {
    

    padding: 0 10 / @px-unit;
    padding-top: 68/ @px-unit;

    .label-normal-wrapper {
      width: unset !important;
    }

    .range-content .label-normal-wrapper {
      width: 90 / @px-unit !important;
    }
  }

  .right_orgin_hide {
    display: none;
  }

  .right_orgin_flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .calender_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .chl_table {
    height: 350 / @px-unit;
  }

  .playback_channel_show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .playback_channel_none {
    display: none;
  }

  ._PbRightPanel_rightpanel_show {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  ._PbRightPanel_rightpanel_hide {
    display: none;
  }

  .mask_datum {
    position: relative;
    width: 100%;
  }

  .mask_panel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    
    
  }

  .mask_panel_all {
    height: 90%;
  }

  .mask_panel_show {
    display: block;
  }

  .mask_panel_hide {
    display: none;
  }

}


.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;
    }
}

._LogManage_ {
    .Type{
        display: flex;
        
        width: 100%;
        .TimeRange{
            display: flex;
            align-items: center;
            margin-left: 15 / @px-unit;
            height: 48 / @px-unit;
        }
        .Search{
            margin-left: auto;
            right: 20 / @px-unit;
        }
    }
    .DateRange{
        display: flex;
        justify-content: space-between;
        align-items:flex-end;
        height: 48 / @px-unit;
    }
    .Clear{
        display: flex;
        float: right;
        margin-top: 40 / @px-unit;
        .label-div-Container{
            margin-left: 10 / @px-unit;
        }
    }
}
.LogManage_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 291/@px-unit;
        
    }
    .ant-modal-footer{
        height: 53 / @px-unit;
        .LogManage_detailButton{
            display: flex;
            float: right;
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
    ._Table_ .ant-table {
        max-height: 290 / @px-unit;
        overflow-y: auto;
    }
}
.FileBackupEncrypt{
    width: 100 / @px-unit;
}


@ant-modal-height-height: 50/@px-unit;
@search-height: 160/@px-unit;
@filter-height: 64/@px-unit;

.large-model-container {
    position: relative;
    height: 100%;

    .main-page {
        height: 100%;
        overflow: hidden;
        background: url('/custom_logo/web_bg_largeModel_@{theme}.jpg') no-repeat center / 100% 100%;

        .page-container {
            margin: 140px auto;
            max-width: 1240 / @px-unit;
            text-align: center;
        }
    
        .title {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px 0;
            font-size: 48px;
            margin-bottom: 64px;
            .logo-placeholder {
                width: 400 / @px-unit;
                height: 80 / @px-unit;
                background: url('/custom_logo/web_logo_largeModel_@{theme}.png') no-repeat center / 100% 100%;;
            }
            & > .cus_panel {
                margin-right: 24 / @px-unit;
                font-size: 80 / @px-unit !important;
            }
        }

        .search {
            overflow-x: auto;
        }
    }
}

.search-result-container {
    position: relative;
    display: flex;
    height: 100%;
    .container-top {
        height: 160/@px-unit;
    }
    .container-right {
        height: 100%;
        flex-shrink: 0;
        width: 600/@px-unit;
        flex: 0 1 598/@px-unit;
        padding: 10/@px-unit;
        background-color: @neutral-bg-4-normal;
        border-left: 1px solid @neutral-stroke-2-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
        .record-preview-panel {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .record-preview-header {
            height: 41/@px-unit;
            width: 100%;
            box-sizing: border-box;
            line-height: 40/@px-unit;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            padding-left: 20/@px-unit;
        }
    }
    .container-middle {
        background-color: @neutral-bg-5-normal;
        position: relative;
        height: 100%;
        overflow: hidden;
        flex: 1 1 958/@px-unit;
        .middle-empty, .middle-violation {
            width: 100%;
            height: calc(100% - @search-height - @filter-height);
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .middle-layout-loading {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            height: calc(100% - @search-height - @filter-height);
        }
        .result-up-bar {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
            padding: 16/@px-unit;
            .label-normal-container {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }
            .left-bar-wrapper {
                display: flex;
                align-items: center;
                .label-div-Container, .ant-dropdown-button {
                    margin-right: 12/@px-unit;
                }

                .allCheckWrap {
                    display: flex;
                }

                .allCheckBehind {
                    width: auto !important;
                    min-width: 50 / @px-unit;
                }
            }
            .right-bar-wrapper {
                display: flex;
                align-items: center;
                &>.label-div-Container {
                    .label-normal-container {
                        padding: 0 !important;
                    }
                    margin-right: 16/@px-unit;
                }
                .similar-sort-icon {
                    position: relative;
                    right: -9/@px-unit;
                }
            }
            .cursor-not-allowed {
                height: 32/@px-unit;
            }
        }
        .result-wrapper {
            display: flex;
            width: 100%;
            padding: 16/@px-unit 0 16/@px-unit 16/@px-unit;
            padding-top: 0;
            height: calc(100% - @search-height - @filter-height);
            flex-direction: column;
            .result-down-bar {
                display: flex;
                align-items: center;
                margin-top: 8/@px-unit;
                height: 36/@px-unit;
                padding-right: 8 / @px-unit;
            }
            .img-card-group {
                flex: 1;
                overflow-x: hidden;
                overflow-y: auto;    
                .card-group-wrapper {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 16/@px-unit;
                    padding: 8/@px-unit;
                    padding-right: 0/@px-unit;
                    padding-left: 0/@px-unit;
                    .pro-card {
                        &:hover {
                            .card-extendHeader{
                                .collect-icon {
                                    display: flex;
                                }
                            }
                        }
                        .card-extendHeader {
                            .collect-icon {
                                position: absolute;
                                right: 4 / @px-unit;
                                top:4 / @px-unit;
                                cursor: pointer;
                                display: none;
                                z-index: 9;
                            }
                            .collect-active-icon.collect-icon {
                                display: flex;
                                color: @status-yellow-fg-1-normal;
                            }
                        }
                    }
                }

                .searching-mask, .no-result-mask {
                    height: 100%;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
          

            }
            .card-wrapper-selected {
                border: 1/@px-unit solid  @brand-stroke-1-hover !important;
            }
        }
        
        .container-top {
            padding: 24 / @px-unit;
            display: flex;
            overflow-x: auto;
            background: @bm-bg-3-gradient;

            .back {
                width: 64 / @px-unit;
                height: 64 / @px-unit;
                margin: 4 / @px-unit 12 / @px-unit 0 0;
                background-color: @neutral-bg-4-hover;
                border-radius: 4 / @px-unit;
                text-align: center;
                line-height: 64 / @px-unit;
                cursor: pointer;

                .cus_panel {
                    vertical-align: middle;
                }

                &:hover {
                    background: @neutral-bg-1-hover-2;
                }
            }

            .large-model-search {
                flex: 1;
            }

            .text-layout-control {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 64 / @px-unit;
                height: 64 / @px-unit;
                border-radius: 8 / @px-unit;
                background: @neutral-bg-4-hover;
                cursor: pointer;

                &:hover {
                    background: @neutral-bg-1-hover-2;
                }
            }
        }
    }
    .middle-violation {
        .middle-empty {
            .widget-empty-image{
                background-image: url('/static/media/illegalWords_@{theme}.png');
                width: 160 /@px-unit;
                height: 160 /@px-unit;
                display: inline-block;
                background-repeat: no-repeat;
            }
        }
    }
}


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


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



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


._PicturePlay_{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    &box {
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
        border: 1px solid @neutral-stroke-1-normal;
        background-color: @neutral-bg-2-normal;
        color:@neutral-fg-2-normal;
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  10/@px-unit ;
        }
    }
    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


.PicturePlayWinPreviewWarp{
    .ant-modal {
        
        width: 449px !important;
    }
}

.view-split-popover{
    .popover-list{
        display: flex;
        height: 40 / @px-unit;
        align-items: center;
        &>div{
            margin-right: 4 / @px-unit;
            &:last-child{
                margin-right: 0;
            }
        }
    }
}



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