            width: auto !important;
            height: auto !important;
          }
        }
      }

      .ant-menu-submenu{
        .ant-menu-sub{
          .ant-menu-item{
            padding-left: 40 / @px-unit !important;
          }
        }
      }

      .ant-menu-title-content{
        display: flex;
        align-items: center;
        .menu-icon{
          .anticon{
            font-size: inherit!important;
          }
        }
        .infoBadge{
          .ant-badge-count-sm{
            right: 0px;
            margin-top: 0px !important;
            left: -5px;
            top: -10px
          }

        }

        .native-tooltip{
          max-width: calc(100% - 52px); 
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        
        >span:not(.ant-badge){
          width: calc(100% - 72px); 
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: flex;
          align-items: center;
          .native-tooltip{
            display: inline-block;
            max-width:90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
          .infoBadge{
            .ant-badge-count-sm{

            }
          }
        }

      }

      .ant-menu-submenu-title{
        .ant-menu-submenu-arrow{
          width: 12 / @px-unit;
          right: 8 / @px-unit;
        }
      }
    }
  }
}

._ColSideView_ {
  display: flex;
  min-width: 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;
        }
      }
    }
  }
}




._WorkClothesLib_ {
    .page-view {
    }
}
.outtopView {
    display: flex;
    justify-content:space-between;
    padding-top: 12 / @px-unit; 
    align-items: center;
}
.spaceValue {
    display: flex;
    justify-content:space-between;
}





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


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




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



.lib-progress-box {
    min-width: 240 / @px-unit;
    width: max-content;
    height: 36 / @px-unit;
    text-align: right;
    .label-div-Container,
    .label-normal-container {
        padding: 0 !important;
        .label-normal-wrapper,
        .ant-progress {
            width: 240 / @px-unit !important;
            line-height: 1;
        }
    }
    .text-box {
        display: flex;
        justify-content: flex-end;
        color: @neutral-fg-3-normal;
        .percent-value {
            color: @neutral-fg-2-normal;
        }
        >div{
            word-break: break-all;
        }
    }

    .lib-color-green {
        .ant-progress-bg {
            background-color: @status-success-stroke-1-normal;
        }
    }
    .lib-color-yellow {
        .ant-progress-bg {
            background-color: @status-warning-stroke-1-normal;
        }
    }

    .lib-color-red {
        .ant-progress-bg {
            background-color: @status-error-stroke-1-normal;
        }
    }
}


.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;
            }
        }
    }
}



.side-button {
  background-color: transparent;
  border: none;
  outline: none;
}

.collapse-sideMenu {
  .ant-menu {
    border-right: none;
    background-color: inherit;

    .ant-menu-vertical {
      .ant-menu-item {
        line-height: inherit !important;
      }
    }

    .ant-menu-item-selected {
      background-color: @brand-bg-2-selected ;

      .cus_panel {
        color: @brand-fg-1-normal;
      }
        
      .heatmap-active {
        svg {
          path:nth-child(1) {
            fill: @brand-bg-1-disable;
          }
          path:nth-child(2) { 
            fill: @brand-bg-1-active;
          }
          path:nth-child(3) {
            fill: @brand-fg-1-hover;
          }
        }
      }
    }

    .ant-menu-item {
      padding: 0 !important;
      margin: 0 !important;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 54 / @px-unit !important;

      .ant-menu-title-content {
        line-height: inherit !important;
        display: flex;
        align-items: center;
        justify-content: center;

        .anticon {
          height: 32 / @px-unit !important;
        }
      }
    }

    .inlineCollapsed-item {
      height: 100 / @px-unit !important;
      .ant-menu-title-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        .native-tooltip {
          display: block;
          width: 100%;
          a {
            padding: 0 10/ @px-unit;
            text-align: center;
            line-height: 22 / @px-unit;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
            -webkit-line-clamp: 2; 
            line-clamp: 2; 
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            max-width: 100%; 
          }
          
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            a {
              display: inline-block;
              white-space: nowrap;
            }
          }          
        }
        .menu-icon {
          .anticon {
            height: 40 / @px-unit !important;
          }
          
        }
      }

      &.ant-menu-item-active{
        .menu-icon {
          color:@brand-fg-1-hover;
        }
        .native-tooltip a {
          color:@brand-fg-1-hover;
        }
        
        .heatmap-active {
          svg {
            path:nth-child(1) {
              fill: @brand-bg-1-disable;
            }
            path:nth-child(2) { 
              fill: @brand-bg-1-hover;
            }
            path:nth-child(3) {
              fill: @brand-fg-1-hover;
            }
          }
        }
      }
      &.ant-menu-item-selected{
        .menu-icon {
          color:@brand-fg-1-normal;
        }
        .native-tooltip a {
          color:@brand-fg-1-normal;
        }
      }
    }

    .anticon {
      font-size: inherit !important;
      line-height: inherit !important;
    }
  }
}

.ant-menu-inline-collapsed-tooltip {
  display: none;
}


.addoneModal{
    width: 800/@px-unit !important;
    height: 600/@px-unit !important;
    .ant-modal-body{
        height: 500/@px-unit !important;
    }
    .selectTip{
        text-align: center;
    }
}
.addoneModalStp2{
    width: 850/@px-unit !important;
    height: 600/@px-unit !important;
    .ant-modal-body{
        height: 550/@px-unit !important;
    }
}
.workPath{
    width: 300/@px-unit;
    height: 200/@px-unit;
    margin-left: 225/@px-unit;
    margin-top: 50/@px-unit;
    position: relative;
    border: 1/@px-unit dashed @neutral-stroke-1-normal;
    cursor: pointer;
    color:  @neutral-fg-3-normal;
    text-align: center;
    .select_Icon{
        margin-top: 70/@px-unit;
    }
}
.workPath:hover {
    border: 1/@px-unit dashed  @brand-bg-1-hover;
    color:  @brand-bg-1-hover;
}
.importImg{
    width: 300/@px-unit;
    height: 200/@px-unit;
    margin-left: 225/@px-unit;
    margin-top: 50/@px-unit;
    position: relative;
    border: 1/@px-unit dashed @neutral-stroke-1-normal;
    cursor: pointer;
    color:  @neutral-fg-3-normal;
    text-align: center;
}
.importimgList{
    margin-top: 50/@px-unit;
    width: 700/@px-unit;
    height: 200/@px-unit;
    overflow-x: auto;
    white-space:nowrap;
    margin-left: 20/@px-unit;
    .importimgListInner{
        width: 100%;
        overflow-x: auto;
        height: 200/@px-unit;
    }
    img{
        width: 150/@px-unit;
        height: 150/@px-unit;
    }
}

.addonetip{
    width: 100%;
    text-align: center;
}
.addbatchModal {
    width: 800/@px-unit !important;
    height: 500/@px-unit !important;
    .ant-modal-body{
        height: 500/@px-unit !important;
    }
    .batchContent{
        width: 100%;
    }
    .batchContent1{
        margin-left: 80/@px-unit;
        .label-normal-behind   {
            min-width: 200 / @px-unit;
        }
    }
    .batchUpload {
        width: 100%;
        height: 180/@px-unit;
        display: flex;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            margin-right: 30/@px-unit;
            width: 40%;
            height: 100%;
            border: 1/@px-unit dashed @neutral-stroke-1-normal;
            cursor: pointer;
            color:  @neutral-fg-3-normal;
            text-align: center;
            line-height: 152/@px-unit; 
        }

        .upload_each:hover {
            border: 1/@px-unit dashed  @brand-bg-1-hover;
            color:  @brand-bg-1-hover;

        }
        .selectTip{
            margin-top: -80/@px-unit;
            text-align: center;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }

}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.localtag_RightBtnDiv{
    display: flex;
    flex-direction: row;
    float: right;
}

@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 240 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

.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;
                flex-wrap: wrap;

                >span {
                    margin-left: 12 / @px-unit;
                    line-height: 30 / @px-unit;
                }

                .module-title {
                    position: relative;
                    width: 100%;
                    padding-bottom: 8 / @px-unit;
                    &::before {
                        position: absolute;
                        right: 0;
                        left: -50%;
                        border-bottom: 0.0714rem solid rgba(217, 227, 255, 0.16);
                        content: '';
                        bottom: 0;
                        width: 200%;
                    }
                }

                .detail-title {
                    padding-top: 12 / @px-unit;
                }
            }
        }
    }
}

.center-modal {
    margin: 0 auto;
    top: 50 / @px-unit;
    bottom: 50 / @px-unit;
    width: 1390 / @px-unit !important;

    .ant-modal {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.WorkDetail {
    .ant-modal-header {
        width: 100%;
    }

    .ant-modal-body {
        width: 100%;
        max-width: 100%;
    }

    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: auto !important;
        overflow-x: auto !important;
    }

    .topView {

        .label-div-Container {
            .label-normal-behind {
                width: max-content !important;
                padding-right: 8 / @px-unit;
            }
        }
    }

    .picContent {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        height: @modalPicContentHeight;
    }

    .pageLine {
        margin-top: 10/@px-unit;
        display: flex;
        justify-content: space-between;
    }
}

.picContent {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    height: @modalPicContentHeight;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    overflow-y: auto;

    .picCardItem {
        width: calc(11.4vw - 15px);
        height: calc((11.4vw) * 1.5);
        margin-right: 1rem;
        margin-bottom: 1rem;
        margin-top: 1px; 
        margin-left: 1px;
        background-color: @neutral-bg-4-normal;
        position: relative;
        float: left;
        cursor: pointer;

        &:hover {
            border: 1px solid @brand-stroke-1-hover;
        }

        .face-check-item {
            position: absolute;
            left: 10 / @px-unit;
        }

        .PersonPic {
            display: block;
            height: calc((11.4vw - 18px) * 1.5);
            width: 100%;
            float: left;
        }
    }

}



._ResetManual_ {
    width: 1120 / @px-unit !important;
    .ant-modal-header {
        height: 56 / @px-unit;
        line-height: 56 / @px-unit;
    }
    .ant-modal-body {
        padding: 0 !important;
        .wrapper {
            .wrapper-tip {
                height: 80 / @px-unit;
                display: flex;
                justify-content: center;
                align-items: center;
                border-bottom: 1/@px-unit  solid @neutral-stroke-1-normal;
                padding: 24/@px-unit 24/@px-unit 16/@px-unit 24/@px-unit;
            }
            .ant-tabs {
                padding: 24/@px-unit 40/@px-unit 32/@px-unit 40/@px-unit;
                .ant-tabs-nav::before {
                    border-bottom: 0;
                }
                .ant-tabs-nav-wrap {
                    .ant-tabs-nav-list {
                        border-radius: 4 / @px-unit;
                        .ant-tabs-tab {
                            width: 128 / @px-unit;
                            height: 32 / @px-unit;
                            
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                        .ant-tabs-tab:first-child {
                            border-top: 1px solid @neutral-stroke-1-normal;    
                            border-bottom: 1px solid @neutral-stroke-1-normal; 
                            border-left: 1px solid @neutral-stroke-1-normal;   
                            border-radius: 4 / @px-unit 0 0 4 / @px-unit;
                        }
                        .ant-tabs-tab:nth-last-child(2) {
                            border-radius: 0 4/@px-unit 4/@px-unit 0;
                            border-top: 1 / @px-unit solid @neutral-stroke-1-normal;    
                            border-bottom: 1 / @px-unit solid @neutral-stroke-1-normal; 
                            border-right: 1 / @px-unit solid @neutral-stroke-1-normal;   
                        }
                        .ant-tabs-tab-active:first-child {
                               border: 1 / @px-unit solid @brand-stroke-1-normal;
                               border-radius: 4 / @px-unit 0 0 4/@px-unit;
                        }
                        .ant-tabs-tab-active:nth-last-child(2) {
                            border: 1 / @px-unit solid @brand-stroke-1-normal;
                            border-radius: 0 4 / @px-unit 4 / @px-unit 0;
                        }
                        .ant-tabs-tab-active {
                            background-color: @brand-bg-2-selected;
                            .ant-tabs-tab-btn {
                                color: @brand-stroke-1-normal;
                            }
                        }
                        .ant-tabs-tab + .ant-tabs-tab {
                            margin: 0;
                        }
                        .ant-tabs-ink-bar {
                            display: none;
                        }
                    }
                }
            }
            .wrapper-list {
                display: flex;
                flex-direction: column;
                margin-top: 24 / @px-unit;
                .wrapper-list-title {
                    color: @neutral-fg-2-normal;
                    line-height: 24 / @px-unit;
                    font-weight: 700;
                    font-size: @font-size-title-s;
                }
                .wrapper-list-container {
                    display: flex;
                    flex-wrap: wrap;
                    margin-top: 16 / @px-unit;
                    .wrapper-list-container-item {
                        width: 320 / @px-unit;
                        height: 440 / @px-unit;
                        border-radius: 4 / @px-unit;
                        border: 1/@px-unit solid @neutral-stroke-2-normal;
                        padding: 40 / @px-unit 24/@px-unit 24/@px-unit 24/@px-unit;
                        .wrapper-list-container-item_body {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            &-svg {
                                &>.cus_panel{
                                    width: 120 / @px-unit !important;
                                    height: 120 / @px-unit !important;
                                    background-color: @brand-bg-2-selected;
                                }
                                path:nth-child(1) {
                                    fill: @brand-fg-1-normal;
                                }
                                path:nth-child(2) {
                                    fill: @brand-bg-2-selected;
                                }
                                width: 120 / @px-unit;
                                height: 120 / @px-unit;
                                
                                margin-bottom: 24 / @px-unit;
                                border-radius: 4 / @px-unit;
                                .anticon {
                                    font-size: 120 / @px-unit;
                                }
                                
                            }
                            &-title {
                                color: @neutral-fg-2-normal;
                                line-height: 24 / @px-unit;
                                font-size: @font-size-title-s;
                                margin-bottom: 24 / @px-unit;
                            }
                            &-content {
                                width: 100%;
                                line-height: 22 / @px-unit;
                                &-img {
                                    width: 272 / @px-unit;
                                    height: 160 / @px-unit;
                                    display: flex;
                                    justify-content: center;
                                    img {
                                        height: 100%;
                                    }
                                    margin: 12/@px-unit 0;
                                }
                                &-header {
                                    display: flex;
                                    justify-content: space-between;
                                    align-items: center;
                                    margin-bottom: 4 / @px-unit;
                                }
                                &-url {
                                    width: 100%;
                                    height: 32 / @px-unit;
                                    border-radius: 4 / @px-unit;
                                    background: @neutral-bg-5-normal;
                                    line-height: 20 / @px-unit;
                                    font-size: @font-size-body-m;
                                    margin-bottom: 16px;
                                    display: flex;
                                    justify-content: flex-start;
                                    overflow: hidden;
                                    align-items: center;
                                    padding: 6 / @px-unit 0;
                                    .ant-input-disabled{
                                        color: @neutral-fg-2-normal !important;
                                        cursor: text !important;
                                    }
                                }
                                &-btn {
                                    width: 100%;
                                    height: 32 / @px-unit;
                                    border: 1px solid @neutral-stroke-1-normal;
                                    border-radius: 4 / @px-unit;
                                    line-height: 32 / @px-unit;
                                    font-size: @font-size-body-m;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    cursor: pointer;
                                    &:hover, &:active {
                                        background-color: @brand-bg-2-selected;
                                        border: 1 / @px-unit solid @brand-stroke-1-normal;
                                        color: @brand-stroke-1-normal;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .ant-modal-footer{
        display: none;
    }
}



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



._ResetForm_ {
        width: 900 / @px-unit !important;
        .ant-modal-header{
            height: 56 / @px-unit;
            line-height: 56 / @px-unit;
        }
        .ant-modal-body {
            padding: 0 !important;
            .wrapper {
                .wrapper-header {
                    height: 80 / @px-unit;
                    padding: 24/@px-unit 24/@px-unit 16/@px-unit 24/@px-unit;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-bottom: 1px solid @neutral-stroke-2-normal;
                    &-icon {
                        height: 32 / @px-unit;
                        .cus_panel {
                            svg{
                                width: 32 / @px-unit;
                                height: 32 / @px-unit;
                            }
                        }
                    }
                    &-text {
                        line-height: 40 / @px-unit;
                        margin: 0 8 / @px-unit;
                        color: @neutral-fg-3-normal;
                    }
                    &-tip {
                        color: @brand-fg-1-normal;
                        line-height: 40 / @px-unit;
                        cursor: pointer;
                    }
                }
                .wrapper-content {
                    display: flex;
                    margin: 16/@px-unit 0 32/@px-unit 0;
                    .wrapper-content-qrcode {
                        width: 344 / @px-unit;
                        padding: 8/@px-unit  60/@px-unit 24/@px-unit  60/@px-unit;
                        border-right: 1/@px-unit solid @neutral-stroke-2-normal;
                        &-title {
                            color: @neutral-fg-2-normal;
                            line-height: 32 / @px-unit;
                            margin-bottom: 40 / @px-unit;
                            font-size: @font-size-title-s;
                            display: flex;
                            justify-content: center;
                            &-icon {
                                background-color: @neutral-bg-2-normal;
                                width: 32 / @px-unit;
                                height: 32 / @px-unit;
                                border-radius: 50%;
                                margin-right: 8/@px-unit;
                                text-align: center;
                            }
                        }
                        &-desc {
                            line-height: 22 / @px-unit;
                            text-align: center;
                            color: @neutral-fg-3-normal;
                        }
                        &-content {
                            padding: 16/@px-unit 12/@px-unit 0 12/@px-unit;
                            &-img {
                                width: 200 / @px-unit;
                                height: 200 / @px-unit;
                                background-color: #fff;
                                padding: 8 / @px-unit;
                                canvas {
                                    width: 100% !important;
                                    height: 100% !important;
                                }
                            }
                            &-number {
                                height: 22 / @px-unit;
                                margin-top: 4 / @px-unit;
                                line-height: 22 / @px-unit;
                                text-align: center;
                                color: @neutral-fg-3-normal;
                            }
                        }
                    }
                    .wrapper-content-form {
                        flex: 1;
                        padding: 8/@px-unit 24/@px-unit 24/@px-unit  24/@px-unit;
                        &-title {
                            color: @neutral-fg-2-normal;
                            line-height: 32 / @px-unit;
                            margin-bottom: 40 / @px-unit;
                            font-size: @font-size-title-s;
                            display: flex;
                            justify-content: center;
                            &-icon {
                                background-color: @neutral-bg-2-normal;
                                width: 32 / @px-unit;
                                height: 32 / @px-unit;
                                border-radius: 50%;
                                margin-right: 8/@px-unit;
                                text-align: center;
                            }
                        }
                        .customer-checkbox {
                            .label-div-Container {
                                margin-bottom: 0 !important;
                                .label-normal-container {
                                    width: 100%;
                                    display: flex;
                                    align-items: center;
                                    .label-normal-behind {
                                        width: auto !important;
                                        font-size: 16 / @px-unit;
                                        font-weight: 400;
                                        line-height: 24 / @px-unit;
                                    }
                                }
                            }
                        }
                        .label-normal{
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            display: flex;
                            align-items: center;
                            width: 160 / @px-unit !important;
                            margin-right: 16 / @px-unit;
                        }
                    }
                }
            }
        }
}


._ParkingLot_ {
    @pageHeaderHeight: 73 /@px-unit;
    @RecordListHeight: 226 /@px-unit;

    .main-page {
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        min-width: 1280px;
        min-height: 720px;
        overflow: auto;
        
        .left-top-cover {
            position: absolute;
            left: 0;
            top: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_ul.png') no-repeat center / 100% 100%;
        }

        .left-line {
            position: absolute;
            left: 0;
            top: 8/@px-unit;
            bottom: 8/@px-unit;
            width: 8/@px-unit;
            background: url('/static/media/bgStroke_left.png') no-repeat center / 100% 100%;
        }

        .left-bottom-cover {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_br.png') no-repeat center / 100% 100%;
        }

        .right-line {
            position: absolute;
            right: 0;
            top: 8/@px-unit;
            bottom: 8/@px-unit;
            width: 8/@px-unit;
            background: url('/static/media/bgStroke_right.png') no-repeat center / 100% 100%;
        }

        .right-bottom-cover {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_bl.png') no-repeat center / 100% 100%;
        }

        .bottom-line {
            position: absolute;
            bottom: 0;
            left: 8/@px-unit;
            right: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_bottom.png') no-repeat center / 100% 100%;
        }

        .top-right-cover {
            position: absolute;
            top: 0;
            right: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_ur.png') no-repeat center / 100% 100%;
        }
    }

    .page-content {
        display: flex;
        padding: 45 / @px-unit 8/@px-unit 8/@px-unit 8/@px-unit;
        position: relative;
        flex-direction: column;
        height: calc(100% - @pageHeaderHeight);


        .content-center {
            display: flex;
            width: 100%;
            height: calc(100% - @RecordListHeight);
            padding: 0 24 /@px-unit;

            .left-preview {
                height: 100%;
                flex: 1;
            }

            .right-info {
                height: 100%;
                width: 40%;
                max-width: 532 /@px-unit;
                min-width: 352 /@px-unit;
            }

            
            @media screen and (max-height: 800px) {
                .right-info {
                    width: 22%;
                }
            }
        }

    }
}


._ParkingLot_ {
    .vehicle-record {
        width: 100%;
        padding: 0 24/@px-unit;
        height: 226 / @px-unit;
        min-height: 226 / @px-unit;

        
        .record-header {
            height: 24 / @px-unit;
            display: flex;
            align-items: center;
            width: 100%;
            margin-bottom: 12 / @px-unit;
            margin-top: 12 / @px-unit;

            .header-left {
                width: 46 / @px-unit;
                min-width: 46 / @px-unit;
                height: 14 / @px-unit;
                background: url('/static/media/dividingLine_left.png') no-repeat center / 100% 100%;
            }

            .header-center {
                width: auto;
                height: 24 / @px-unit;
                color: @neutral-fg-on-1-selected;
                font-size: 16 / @px-unit;
                font-weight: 700;
                line-height: 24 /@px-unit;
                margin: 0 4 /@px-unit;
            }

            .header-right {
                flex: 1;
                height: 14 / @px-unit;
                background: url('/static/media/dividingLine_right.png') no-repeat center / 100% 100%;
            }
        }

        
        .record-list {
            width: 100%;
            overflow-x: auto;
            display: flex;
            height: 170/ @px-unit;

            .record-item {
                padding: 12/ @px-unit;
                width: 400 / @px-unit;
                min-width: 400 / @px-unit;
                height: 153 / @px-unit;
                background: url('/static/media/recordBg.png') no-repeat center / 100% 100%;
                margin-right: 16 / @px-unit;
                display: flex;
                align-items: center;

                &:last-child {
                    margin-right: 0;
                }

                .record-left {
                    margin-right: 8 / @px-unit;

                    
                    .image-show {
                        width: 180 / @px-unit;
                        height: 133 / @px-unit;
                        background: @ocxBg;
                        position: relative;

                        .ant-image {
                            width: 100%;
                            height: 100%;

                            img {
                                object-fit: contain;
                            }
                        }

                        .image-tag {