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


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


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


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




.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;
            text-decoration: underline;
            cursor: pointer;
            display: inline-block;
        }
        .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;
        }
    }
}



.Ocx_download_bottom{
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10/@px-unit 0;
    background: @neutral-bg-3-normal;
    color: @neutral-fg-2-normal;
    z-index: 10000;
    span{
        padding-top: 6/@px-unit;
        display: inline-block;
    }
    a {
        text-decoration: underline;
        color: @brand-fg-link-normal;
        &:hover {
            color: @brand-fg-link-hover;
        }
    }
    .closeBtn{
        float: right;
        margin-right: 20/@px-unit;
        border: 1/@px-unit solid @neutral-stroke-1-normal;
        background-color: @neutral-bg-2-normal;
        color: @neutral-fg-2-normal;
        border-radius: 4/@px-unit;
        padding: 4/@px-unit 10/@px-unit;
        cursor: pointer;
        &:hover{
            color: @brand-fg-1-hover;
            border-color: @brand-stroke-1-hover;
        }
    }
}

.plugin_confirm_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.45);
}

.Ocx_download_center{
    z-Index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: @ocxBg;
    .pluginMsg {
        left: 50%;
        top: 50%;       
        transform: translateX(-50%);
        position: absolute;
        width: auto;
        max-width: 80%;
        border-bottom: 1/@px-unit dashed @neutral-fg-3-normal;
        a{
            color: @neutral-fg-3-normal;
        }
        &:hover {
            border-bottom: 1/@px-unit dashed @brand-fg-1-normal;
            a{ 
                color: @brand-fg-1-normal;
            }
        }
    }
}


.H5 {
    z-Index: 9999;
    position: relative;
    .h5player_elements {
        position: absolute;
        
        .cus_panel.bg-1:not(.disabled_icons):not(.noHover){
            &:hover{
                svg > rect:first-child {
                    fill: @neutral-bg-4-hover;
                }  
            }
            &:active{
                svg > rect:first-child {
                    fill: @neutral-bg-1-active-2;
                }  
            }
        }
    }
    .h5player {
        background-color: @ocxBg;
        .h5player_header {
            background-color: @ocxToolbarBg;
            color: @neutral-fg-on-color;
            height: 24/@px-unit;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .h5player_header_left {
            margin-left: 2/@px-unit;
            font-size: 16 / @px-unit;
            span {
                padding-right: 10/@px-unit;
                span {
                    padding-left: 10/@px-unit;
                }
            }
        }
        .h5player_header_right {
            display: flex;
            justify-content: flex-end;
            
            .cus_panel{
                margin-right: 4/@px-unit;
                margin-top: 4/@px-unit;
            }
        }
        .h5player_triggerHeader {
            background-color: transparent;
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 1;
            .h5player_floatingHeader {
                background-color: @ocxToolbarBg;
                color: @neutral-fg-on-color;
                height: 40/@px-unit;
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                opacity: 0.75;
                .h5player_floatingHeader_left,
                .h5player_floatingHeader_right {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                }
            }
        }  
        .h5playerProptip {
            width: 100%;
            height: 96/@px-unit;
            position: absolute;
            text-align: center;
            font-weight: 700/@px-unit !important;
            padding-top: 15/@px-unit;
            font-size: 30/@px-unit;
            
            color: @neutral-fg-on-color;
            top: 50%;
            margin-top: -40/@px-unit;
        }
        .h5player_center {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            .h5player_center_left,
            .h5player_center_right {
                display: flex;
                justify-content: center;
                .h5player_center_Icon {
                    line-height: 24/@px-unit;
                    padding-top: 4/@px-unit;
                }
                .label-normal-container  {
                    padding-top: 0/@px-unit !important;
                    padding-bottom: 0/@px-unit !important;
                    .h5player_center_Text {
                        color: @brand-fg-1-normal;
                        &:hover {
                            color: @brand-fg-1-hover;
                        }
                    }
                }
            }
        }     
        
        .openGate{
            width: 40 / @px-unit;
            height: 40 / @px-unit;
            background-repeat: no-repeat;
            background-image: url('/static/media/openGate_normal.png');
            &:hover{
                background-image: url('/static/media/openGate_hover.png');
            }
            &:active{
                background-image: url('/static/media/openGate_select.png');
            }
        }
    }
}



.playback-export {
    .ant-btn-compact-first-item{
        padding: 0 8/@px-unit;
        display: flex;
        align-items: center;
        svg {
            font-size: 20/@px-unit;
            margin:0 4/@px-unit;
            path {
                fill:currentColor;
            }
        }
    }
    .ant-dropdown-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        path {
            fill:currentColor;
        }
    }
}


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



.colorLevel (@level, @color) {
      path:nth-child(@{level}) {
        fill: @color;
      }
  }
.cus_panel{
    .deviceStatus{
        width: 8 / @px-unit;
        height: 8 / @px-unit;
    }

    
    .suffixSearch{
        width: 20 / @px-unit;
        height: 20 / @px-unit;
    }
    
    .anpr, 
    .audioDetection,
    .camExternalAlarm,
    .crowdDistri, 
    .elevatorDetect, 
    .faceDetection, 
    .faceRecognition,
    .fisheye,
    .highTossDetection,
    .ivs,
    .objectDetection,
    .peopleCounting,
    .personnelDetection,
    .phoneCallDetection,
    .portraitDetection,
    .smartGate,
    .smartTrack,
    .smd,
    .smokeDetection,
    .soundDetection,
    .stereoBehavior,
    .videoMetadata {
        .colorLevel(1, @brand-stroke-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }

    
    .aiPlan,
    .accessControlAlarm,
    .ExactSearch,
    .ppeDetection, 
    .thermalAlarm, 
    .videoDetection,
    .videoTalk {
        .colorLevel(1, @neutral-fg-3-normal);
        .colorLevel(2, @brand-stroke-1-normal);
    }

    .camOffline {
        .colorLevel(1, @status-error-fg-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }
    
    .videoException {
        .colorLevel(1, @status-warning-fg-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }
    .subMap,
    .subMap_start,
    .subMap_end {
        .colorLevel(1, @white);
        .colorLevel(2, @brand-stroke-1-normal);
    }
    
    &.disabled_icons{
        .delete_icon{
            .colorLevel(1, @neutral-fg-disabled)
        }
    }
    &:not(.disabled_icons){
        .delete_icon{
            .colorLevel(1, @neutral-fg-2-normal)
        }
    }
}


._MenuView_ {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    &.bgImage {
        background-color: @neutral-bg-3-1-normal;
        background-image: url('/static/media/login_bg_@{theme}.jpg');
    }
    
    
    

    

    .ui5-home-wrapper {
        @navH: 56 / @px-unit; 
        height: calc(100vh - @navH);
        overflow: hidden;

        .home-tab {
            @tabNavH: (56 / @px-unit); 
            height: calc(100% - @tabNavH);
            padding-top: 40 / @px-unit;

            .ant-tabs-nav {
                height: @tabNavH;
                
            }

            .ant-tabs-tab {
                box-sizing: content-box;
                &:not(:last-child) {
                    margin-right: 32 / @px-unit;
                }

                .ant-tabs-tab-btn {
                    border: none;
                    padding: 0 !important;
                    height: 56 / @px-unit;
                }

                .ui5-tab-item {
                    color: @neutral-fg-3-normal;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    padding: 22 / @px-unit !important;
                    height: 56 / @px-unit;
                    &:hover {
                        color: @neutral-fg-1-normal;
                        svg {
                            fill: @neutral-fg-1-normal;
                        }
                    }

                    .ui5-tab-item-text {
                        font-size: 20 / @px-unit;
                        line-height: 28 / @px-unit;
                        padding: 0;
                        padding-top: 2 / @px-unit;
                        margin-left: 4 / @px-unit;
                    }

                    svg {
                        width: 32 / @px-unit;
                        height: 32 / @px-unit;
                        fill: @neutral-fg-3-normal;
                    }
                }
            }

            .ant-tabs-tab-active {
                border-bottom: 2px solid @brand-stroke-1-normal;
                .ui5-tab-item {
                    color: @neutral-fg-1-normal;

                    svg {
                        fill: @neutral-fg-1-normal;
                    }
                }
            }

            .ant-tabs-content {
                height: 100%;

                
                .text-ellipsis {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    word-break: break-all;
                    white-space: nowrap;
                }
            }

            .swiper-container {
                @topH: 155 / @px-unit; 
                
                height: calc(100vh - @topH);
                overflow: hidden;

                .swiper-wrapper {
                    padding: 0;
                    height: 100%;                    
                    text-align: center;
                    .swiper-slide {              
                        text-align: left;
                        padding-top: 40 / @px-unit;
                        height: 100%;
                        display: inline-block !important;
                        width: auto !important;
                        max-width: 100%;
                        
                        .grid-line-cards{
                            display: inline-block;
                            width: auto;
                            max-width: 100%;
                            display: flex;
                        }
                    }
                }
            }
        }
        .pagination {
            z-index: 20;
            position: absolute;
            right: 36 / @px-unit;
            top: 50%;
            text-align: center;
        }
        .swiper-pagination-switch {
            display: block;
            width: 12 / @px-unit;
            height: 12 / @px-unit;
            margin: 16 / @px-unit auto;
            border-radius: 50%;
            background: @neutral-fg-disabled !important;
            cursor: pointer;
            &:hover {
                background: @brand-fg-1-hover !important;
            }
        }
        .swiper-active-switch {
            width: 16 / @px-unit;
            height: 16 / @px-unit;
            background: @brand-fg-1-normal !important;
        }
    }
    .ui5-horizontal {
        .swiper-wrapper {
            display: flex;
        }
        .pagination {
            width: 100 / @px-unit;
            height: 32 / @px-unit;
            display: flex;
            align-items: center;
            justify-content: space-around;
            top: 100%;
            
            left: 50%;
            .swiper-pagination-switch {
                display: inline-block;
                margin: 0;
            }
        }
    }
    

    
    [class*='m-h-icon'] {
        display: inline-block;
        width: 80 / @px-unit;
        height: 80 / @px-unit;
    }
}



.TaskBarAlarmInfo {
    
    
    


}
._SubScribeModal_ {
    .label-div-Container {
        display: inline-block;
        width: 25%;
    }
}
.AlarmInfoModal {
    .settingRefresh  {
        
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
    .refreshBtn {
        float: right;
    }
    .ant-table-filter-column {
        justify-content: center;
    }
    tr.ant-table-measure-row{
        visibility: collapse;
    }
    .device_info .ant-badge-dot {
        box-shadow: 0 0 0 0.07142857rem @status-error-fg-1-normal;
    }
}




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




@separate-col-side-container-width: 60/ @px-unit;

._SeparateView_ {
  min-width: 1280px;
  height: 100%;
  background-color: @--bg;

  .m-side-container {
    height: 100%;
    width: 12.5%;
    min-width: 100px;
    overflow-y: auto;
    background: @--menu-bg;
  }

  
  
  
  
  
  
  

  .m-main-page {
    height: 100%;
    background-color: @neutral-bg-1-normal;
    padding: 16 / @px-unit;

    &>div {
      
      background: transparent;
      width: 100%;
      height: 100%;
    }

    .MainPage {
      background-color: @neutral-bg-4-normal;
      
      padding-bottom: @mainPagebottomH;

      
      &.noFixedButton {
        padding-bottom: @mainPagePadding;
      }
    }

    @media screen and (-webkit-min-device-pixel-ratio: 1.1),
    (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
      .MainPage {
        
        height: calc(100% - @mainPagebottomH);

        
        &:not(.noFixedButton) {
          height: 100%;
          overflow-y: auto;
        }
      }
    }

    .content-container {
      background-color: @neutral-bg-4-normal;
      overflow-x: hidden;
      overflow-y: auto;
    }
  }

  .exception-main-page {
    padding: 0;
  }

  .m-col-main-page {
    width: calc(100% - @separate-col-side-container-width);
  }

  .ant-spin-nested-loading,
  .ant-spin-container {
    position: static;
    height: 100%;
  }
}





@triangle-width: 400 / @px-unit;
@triangle-height: 168 / @px-unit;
@triangle-radius: 8 / @px-unit;
@triangle-margin-horizontal: 20 / @px-unit;
@triangle-margin-bottom: 40 / @px-unit;
@triangle-application-left-width: 200 / @px-unit;
@triangle-setting-left-width: 278 / @px-unit;
@triangle-container-width: 70 / @px-unit;
@triangle-line-width: 48 / @px-unit;
@triangle-line-height: 4 / @px-unit;
@triangle-line-radius: 2 / @px-unit;
@triangle-gap: 8 / @px-unit;
@triangle-padding-left: 28 / @px-unit;
@triangle-title-width: 176 / @px-unit;
@triangle-title-font-size: 22 / @px-unit;
@triangle-title-line-height: 30 / @px-unit;



@bg-color: @neutral-bg-transparent-disabled;
@bg-hover-color: @neutral-bg-transparent-disabled;
@left-bg-color: @neutral-bg-transparent-normal;
@left-hover-bg-color: @neutral-bg-transparent-hover;
@line-color: @neutral-stroke-1-normal;
@line-hover-color: @brand-stroke-1-hover;
@title-color: @neutral-fg-1-normal;



.triangle, .triangle-application {
    overflow: hidden;
    width: @triangle-width;
    height: @triangle-height;
    margin: 0 @triangle-margin-horizontal @triangle-margin-bottom;
    display: flex;
    border-radius: @triangle-radius;
    position: relative; 
    cursor: pointer;
    .triangle-left {
        width: @triangle-application-left-width;
        height: 100%;
        border-radius: @triangle-radius 0 0 @triangle-radius;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: @triangle-gap;
        padding-left: @triangle-padding-left;
        
        &-title {
            width: @triangle-title-width;
            font-size: @triangle-title-font-size;
            font-weight: 700;
            opacity: 1;
            line-height: @triangle-title-line-height;
            white-space: pre-wrap;
        }
        
        &-line {
            width: @triangle-line-width;
            height: @triangle-line-height;
            border-radius: @triangle-line-radius;
            transition: background-color 0.3s ease-in-out;
        }
    }
    .triangle-container {
        width: @triangle-container-width;
        height: 100%;
        position: relative;
        .triangle-top-left {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
              border-top: 168 / @px-unit solid @neutral-bg-4-hover; 
              border-right: @triangle-container-width solid transparent;
        }
    } 
    .triangle-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

.triangle-color {
    background-color: @bg-color;
    .triangle-left {
        background-color: @left-bg-color;
           &-title {
              color: @title-color;
           }
           &-line {
              background-color: @line-color;
           }
    }
    .triangle-container {
        .triangle-top-left {
            border-top-color:  @left-bg-color;
        }
    }
    &:hover {
        background-color: @bg-hover-color;
        .triangle-left {
            background-color: @left-hover-bg-color;
            &-line {
                background-color: @line-hover-color;
            }
       }
       .triangle-container {
            .triangle-top-left {
                border-top-color: @left-hover-bg-color;
            }
       }
    }
}

.triangle[data-theme = 'light'] {
  &:hover {
     box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  }
}


.triangle-setting {
    height: 154 / @px-unit;
    .triangle-left {
        width: @triangle-setting-left-width;
        padding-left: 24 / @px-unit;
        justify-content: flex-start;
        padding-top: 28 / @px-unit;
        &-title {
            font-size: 18 / @px-unit;
            line-height: 26 / @px-unit;
            white-space: pre-wrap;
        }
        &-submenu {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr); 
            margin-top: 20 / @px-unit;
            gap: 12 / @px-unit;
            .triangle-left-submenu-text {
                font-weight: 400;
                width: 120 / @px-unit;
                font-size: 14 / @px-unit;
                line-height: 22 / @px-unit;
                color: @neutral-fg-3-normal;
                white-space: nowrap;
                cursor: pointer;
                &:hover {
                  color: @brand-fg-1-hover;
                }
                &:active {
                    color: @brand-fg-1-active;
                }
            }
        }
        &-line {
            display: none;
        }
    }
    .triangle-container {
        .triangle-top-left {
            border-top-width: 154 / @px-unit;
        }
    } 
    .triangle-icon { 
        width: 108 / @px-unit;
        height: 140 / @px-unit;
        right: 8px;
        top: 7px;
    }
}

.hard-disk-management-table .ant-table-body{
    min-height: 230 / @px-unit !important;
}
.hardDiskManagement_state{
  display: flex;
  justify-content: left;
  align-items: center;
  .grid-infoIcon {
    .svgOut(@status-warning-fg-1-normal)
  }
}


.in-page-modal {
    position: absolute;
    .ant-modal {
        position: absolute;
        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;
                }

                .module-title {
                    position: relative;
                    width: 100%;
                    padding-bottom: 8 / @px-unit;
                    &::before {