            
            left: 0;
            right: 0;
            height: 30/@px-unit;
            position: absolute;
            top: 129/@px-unit;
            
            opacity:0.5;
            background-color: @neutral-bg-inverted;
          }
        img{
            width:100%;
            height: 100%;
        }
        .select_Icon{
            height: 100%;
            width: 100%;
            line-height: 160/@px-unit;
        }
    }

    .personConfig {
        width: 440/@px-unit;
        height: 341/@px-unit;
    }
}

.Batchregitry {
    .batchUpload {
        width: 100%;
        height: 152/@px-unit;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            width: 46%;
            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;
            background-color: @neutral-bg-2-normal !important; 
        }

        .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;
    }

}
.faceLibModal-content-search {
    display: flex;
    
    >div:not(:last-child) {
        margin-right: 32/ @px-unit;
    }
    >div {
        flex:0 0 306 / @px-unit !important;
    }
    >div>.label-normal-container{
        display: flex;
        width: 100%;
        width: 306 / @px-unit !important;
        .label-normal-wrapper {
            width: 200 / @px-unit;
        }
    }  
   
    
}
.isPassByDB-search{
    >div {
      
       &:nth-child(2) {
            display: flex;
            .label-normal {
                width: 100/ @px-unit !important;
            }
            .label-normal-wrapper {
                .ant-select {
                    width: 150 / @px-unit !important;
                }
            }
            .label-normal-behind {
                padding: 0;
                margin: 0;
            }
        }
    }
}
.faceLibModal-search-btns {
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 12 / @px-unit;
    max-width: max-content;
}
.isPassByDB-btns {
    position: absolute;
    top: 0;
    right: 0;
    @media screen and (max-width: 1700px) {
        position: relative;
    }
}
.faceLibModal-btns-row {
    margin-top: 12 / @px-unit;
    padding-top: 12 / @px-unit;
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid @neutral-stroke-1-normal;
    .label-div-Container {
        .label-normal-behind   {
            width: max-content !important;
            padding-right: 8 / @px-unit;
        }
        
        margin-right: 12/ @px-unit;
    }
}

.bottombtnList {
    display: flex;
    
    
    float: right;
    .label-div-Container{
        float: right;
        margin-left: 15/@px-unit;
    }
}

.dateAddModal {
    width: 260/@px-unit;
}

.intel_smallPic_box {
    width: 140/@px-unit;
    height: 160/@px-unit;
    border: 2/@px-unit solid @neutral-stroke-1-normal;
    margin: 5/@px-unit;
    float: left;

    img {
        width: 100%;
        height: 100%;
    }
}

.intel_smallPic_box_active {
    border: 2/@px-unit solid @brand-bg-1-hover;
}

.checkImgModal {
    width: 700/@px-unit  !important;
    height: 500/@px-unit;

    .ant-modal-content {
        height: 100%;
    }

    .ant-modal-body {
        height: 400/@px-unit;
        overflow-y:auto;
    }
}
.import_Table{
    height: 480/@px-unit;
    width: 800/@px-unit !important;
}
.copyTable{
    height: 300/@px-unit;
}
.fileListModal{
    width: 800/@px-unit !important;
    height: 700/@px-unit;
    
    ._Table_ .ant-table-body {
        max-height: 380/@px-unit !important;
    }
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.errorCls{
    color: @status-error-bg-1-normal !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        }
    }
}

.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;
        }
    }
}

@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;
                >span {
                    margin-left: 12 / @px-unit;
                    line-height: 30 / @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;
        }
    }
 
}


.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');
            }
        }
    }
}




._ParkingLot_ {
    .cur-vehicle-info {
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 16 / @px-unit;
        background: url('/static/media/vehicleCurInfo.png') no-repeat center / 100% 100%;

        
        .header-info {
            height: 36 / @px-unit;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16 / @px-unit;

            .info-left {
                display: flex;
                align-items: center;

                .info-left-type{
                    width: 24 / @px-unit;
                    height: 24 / @px-unit;
                }

                .info-name {
                    color: @neutral-fg-on-1-selected;
                    font-size: 16/ @px-unit;
                    margin-left: 8 / @px-unit;
                    line-height: 24 / @px-unit;
                    font-weight: 700;
                }
            }

            .info-right {
                display: flex;
                flex: 1;
                justify-content: flex-end;

                &>div {
                    margin-right: 12 / @px-unit;
                    width: auto;
                    max-width: 100 / @px-unit;
                    flex: 1;
                    &:last-child {
                        margin-right: 0;
                    }
                }
            }

            
            .vehicle-button {
                &::before {
                    border-top: 7/@px-unit solid rgb(13, 46, 89);
                }

                &::after {
                    border-right: 7/@px-unit solid rgb(13, 46, 89);
                }
            }
        }

        
        .image-show {
            width: 100%;
            flex: 1;
            background: #080808;
            position: relative;
            overflow: hidden;
            margin-bottom: 16 / @px-unit;

            &::after{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: url('/static/media/noPicture.png') no-repeat center center;
            }

            .ant-image {
                width: 100%;
                height: 100%;
                z-index: 1;
            }

            .image-wrapper {
                object-fit: contain;
            }

            .image-tag {
                z-index: 2;
                position: absolute;
                right: 0;
                top: 0;
                width: 122 / @px-unit;
                height: 32 / @px-unit;
                line-height: 32 / @px-unit;
                font-size: 16/ @px-unit;
                font-weight: 400;
                text-align: center;
                padding: 0 12/ @px-unit;


                &.TrustCar {
                    background: url('/static/media/whitelistBg_big.png') no-repeat center / 100% 100%;
                    color: @status-success-fg-1-normal;
                }

                &.SuspiciousCar {
                    background: url('/static/media/blacklistBg_big.png') no-repeat center / 100% 100%;
                    color: @status-error-fg-1-normal;
                }
            }
        }

        
        .number-plate-wrapper {
            display: flex;
            justify-content: space-between;
            margin-bottom: 16 / @px-unit;

            .number-plate-img {
                width: 260 / @px-unit;
                height: 56 / @px-unit;
                object-fit: contain;
                background: #080808;
                position: relative;
                &.empty{
                    &::after{
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: url('/static/media/noPlate.png') no-repeat center center;
                    }
                }
            }

            .number-plate-right {
                display: flex;
                align-items: center;
                flex: 1;
                justify-content: flex-end;
                padding-left: 12 / @px-unit;
                padding-right: 12 / @px-unit;
                width: 0;
            }


            .number-plate-text {
                margin-right: 8 / @px-unit;
                color: @neutral-fg-on-1-selected;
                font-size: 18 / @px-unit;
                line-height: 32 / @px-unit;
                font-weight: 700;
                flex: 1;
                text-align: center;
            }



        }

        
        .list-info {
            .item-info {
                margin-bottom: 16 / @px-unit;
                border-left: 1/ @px-unit solid rgb(39, 126, 242);
                border-right: 1/ @px-unit solid rgb(39, 126, 242);
                background: rgb(20, 55, 102);
                height: 36 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0 8 / @px-unit;
                width: 100%;

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

            .item-label {
                color: rgb(168, 169, 171);
                font-size: 16 / @px-unit;
                max-width: 50%;
            }

            .item-text {
                color: @neutral-fg-on-1-selected;
                font-size: 16 / @px-unit;
                max-width: 50%;
                width: 50%; 
                .labelText  {
                    text-align: right;
                }
            }
        }

    }

    
    @media screen and (max-height: 800px) {
        .cur-vehicle-info {
            padding: 8 / @px-unit;

            .header-info {
                margin-bottom: 8 / @px-unit;

                .info-right {
                    &>div {
                        margin-right: 8 / @px-unit;
                    }
                }
            }

            .image-show {
                margin-bottom: 8 / @px-unit;
            }

            .number-plate-wrapper {
                margin-bottom: 8 / @px-unit;

                .number-plate-img {
                    width: 148 / @px-unit;
                    height: 32 / @px-unit;
                    object-fit: contain;
                }
            }

            .list-info {
                .item-info {
                    margin-bottom: 8 / @px-unit;
                }
            }
        }

    }



}


.parking-lot-modal {
    .ant-modal {
        width: 100% !important;
        height: 100%;
        max-width: 100% !important;

        .ant-modal-content {
            display: flex;
            flex-direction: column;
            height: 100%;
            border: none;

            .ant-modal-body {
                flex: 1;
                overflow: auto;
                padding: 0;
            }

            .ant-modal-footer {
                display: flex;
                justify-content: flex-start;

                .label-button {
                    line-height: normal;
                }
            }
        }
    }


    
    .playback-content {
        display: flex;
        height: 100%;

        
        .content-left {
            flex: 1;
            height: 100%;
            background: #000;
        }

        
        .content-right {
            width: 320 / @px-unit;
            height: 100%;
            background: @neutral-bg-4-normal;
            display: flex;
            flex-direction: column;

            .right-radio {
                padding: 16 / @px-unit;
                display: flex;

                &>label {
                    flex: 1;
                }

                .ant-radio-button-wrapper {
                    justify-content: center;
                }
            }

            .right-info {
                flex: 1;
                overflow: auto;
                padding: 0 16 / @px-unit;
            }

            .ant-image {
                width: 100%;

                .right-img {
                    width: 100%;
                    height: 160 / @px-unit;
                    margin-bottom: 16 / @px-unit;
                    background: #181818;
                    object-fit: contain;
                }
            }


            .right-number {
                width: 100%;
                height: 64 / @px-unit;
                background: #181818;
                object-fit: contain;
            }

            .right-operation {
                height: 32 / @px-unit;
                background: @neutral-bg-4-hover;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                padding: 0 4 / @px-unit;
            }

        }
    }

    
    .config-modal {
        padding: 0 24 / @px-unit 80 / @px-unit 24 / @px-unit;
        position: relative;

        ._AllowBlockList_ {
            padding: 24 / @px-unit 0 0 0;
        }

        ._VehicleDetect_ {
            padding: 0;
        }

        .license-plate-recognition {
            padding-top: 24 / @px-unit;
        }

        .fix-bottom-bar {
            width: auto !important;
            position: fixed;
            left: 0;
            bottom: 0;
            right: 0;

            .fixed-button {
                left: 0 !important;
                right: 0 !important;
                width: auto !important;
            }

            .fix-bottom-occlusion-bar {
                display: none !important;
            }
        }
    }
}


._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: #080808;
                        position: relative;

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

                            img {
                                object-fit: contain;
                            }
                        }

                        .image-tag {
                            position: absolute;
                            left: 50%;
                            bottom: 0;
                            width: 120 / @px-unit;
                            height: 22 / @px-unit;
                            margin-left: -60 / @px-unit;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            font-size: 14/ @px-unit;

                            &.TrustCar {
                                background: url('/static/media/whitelistBg.png') no-repeat center / 100% 100%;
                                color: @status-success-fg-1-normal;
                            }

                            &.SuspiciousCar {
                                background: url('/static/media/blacklistBg.png') no-repeat center / 100% 100%;
                                color: @status-error-fg-1-normal;
                            }
                        }
                    }
                }

                
                .record-right {
                    height: 100%;
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;

                    .record-top {
                        display: flex;
                        align-items: center;
                        margin-top: -4 / @px-unit;

                        .record-number {
                            color: @neutral-fg-on-1-selected;
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            margin-right: 8 / @px-unit;
                            margin-left: 8 / @px-unit;
                        }

                        .record-enterType {
                            width: 20 / @px-unit;
                            height: 20 / @px-unit;
                            display: flex;
                        }
                    }

                    .record-line {
                        width: 100%;
                        height: 1/@px-unit;
                        min-height: 1/@px-unit;
                        margin-top: 8 / @px-unit;
                        margin-bottom: 8 / @px-unit;
                    }

                    .record-bottom {
                        .record-row {
                            display: flex;
                        }

                        .icon-label {
                            display: flex;
                            margin-bottom: 8 / @px-unit;

                            .content-label {
                                color: @neutral-fg-on-1-selected;
                                font-size: 16 / @px-unit;
                                line-height: 24 / @px-unit;
                                margin-left: 2 / @px-unit;
                            }
                        }
                    }

                }



            }
        }





    }




}

.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)
  }
}


._BaseConfig_ {
    overflow-y: auto;
    width: 100%;
    .fullTimeSelecion {
        margin-left: 20 / @px-unit;
        
    }
    .leftmargin {
        margin-left: 20 / @px-unit;
    }
    .label-normal-behind {
        margin-left: 20 / @px-unit;
    }
    .addCustomDays {
        margin-left: 20 / @px-unit;
        .check-box-group {
            .label-normal-wrapper {
                
                width: 700px !important;
                .labelCheckboxGroup {
                    display: flex;
                    .ant-checkbox-wrapper {
                        width: 200px;
                    }
                }
            }
        }
    }
    .DelExpiredFilesByChn {
        margin-left: 20 / @px-unit;
    }
    .AutoDelFaceDataSel {
        margin-left: 20 / @px-unit;
    }
}


.addCustomDays-modal {
    .ant-modal-content {
        .ant-modal-body {
            padding: 0 !important;
            padding-bottom: 30px !important;
            ._Holiday_ {
                position: relative !important;
                .ant-row {
                    .fixed-button {
                        position: absolute !important;
                        padding-top: 40px;
                        border-top: none !important;
                    }
                }
            }
        }
    }
}


.vehicle-button {
    height: 36 / @px-unit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: @neutral-fg-on-1-selected;
    font-size: 16/@px-unit;
    padding: 0 8/@px-unit;

    .labelText {
        opacity: 0.85;
    }

    &.vehicle-normal {
        width: 100 / @px-unit;
    }

    &.vehicle-large {
        width: 132 / @px-unit;
    }

    &.vehicle-default {
        position: relative;
        background: #0D2E59;
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            border-right: 7/@px-unit solid transparent;
            border-top: 7/@px-unit solid rgb(5, 26, 51);
            z-index: 999;
        }
        &::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 7/@px-unit solid transparent;
            border-right: 7/@px-unit solid rgb(5, 26, 51);
            z-index: 999;
        }

        .ele-left {
            position: absolute;
            left: 0;
            top: 0;
            width: 14/@px-unit;
            height: 36/@px-unit;
            background: url('/static/media/buttonStroke_left_normal.png') no-repeat center / 100% 100%;
            z-index: 998;
        }

        .ele-right {
            position: absolute;
            right: 0;
            top: 0;
            width: 14/@px-unit;
            height: 36/@px-unit;
            background: url('/static/media/buttonStroke_right_normal.png') no-repeat center / 100% 100%;
            z-index: 998;
        }

        .ele-top {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 2 /@px-unit;
            background: rgba(128, 182, 255, 0.8);
            opacity: 0.1;
        }

        .ele-bottom {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2 /@px-unit;
            background: rgba(128, 182, 255, 0.8);
            opacity: 0.1;
        }

        &:hover {
            box-shadow: inset 0 0 6 /@px-unit 0 rgb(26, 123, 255);
            background: rgb(19, 66, 128);

            .ele-left {
                position: absolute;
                left: 0;
                top: 0;
                width: 14/@px-unit;
                height: 36/@px-unit;
                background: url('/static/media/buttonStroke_left_hover.png') no-repeat center / 100% 100%;
            }

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

            .ele-top {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 2 /@px-unit;
                background: rgba(128, 182, 255, 0.8);
                opacity: 0.36;
            }

            .ele-bottom {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2 /@px-unit;
                background: rgba(128, 182, 255, 0.8);
                opacity: 0.36;
            }

        }
    }

    &.vehicle-primary {
        position: relative;
        
        background: #1964C6;
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            border-right: 7/@px-unit solid transparent;
            border-top: 7/@px-unit solid rgb(5, 26, 51);
        }
        &::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 7/@px-unit solid transparent;
            border-right: 7/@px-unit solid rgb(5, 26, 51);
        }
        &:hover{
            background: #367DD9;
        }
    }
}


._vehicleBlackWhite_ {
    .plateNoWrapper {
        margin-right: 12 / @px-unit !important;
    }

    .plateNoBehind {
        padding-left: 0;
    }

    .validity-picker{
        &>div{
            width: 100%;
        }
    }
}

._Holiday_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}
.holidayRadioGroup{
    label{
        width: 45%;
    }
}


._BatchUpload_ {
    
    
    

    .line-row {
        display: flex;
    }
}


._Quota_ {
    .quota-bleaSpace {
        display: flex;
        .warning-tip {
            color: @status-error-fg-1-normal !important;
        }
    }
    .unquotad-warning-tip {
        width: 1000/@px-unit;
        color: @status-error-fg-1-normal !important;
    }
    .hdd-mode {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #bitrate-container {
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            color: @neutral-fg-disabled;
        }
        .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
            background: @neutral-bg-1-normal;
        }
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            border-color: @neutral-stroke-2-normal;
        }
    }
}

._QuotaMain_ {
    .mode-changer {
        display: flex;
        button {
            width: 300/@px-unit;
            overflow: hidden;
            padding: 0 10/@px-unit;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .scalstat-btn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .MainPage {
        padding: 0 !important;
    }
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}

._NetCloud_ , ._P2P_, ._LeCheng_{
    .tip {
        width: 60rem;
        word-wrap:break-word;
        word-break:break-all;
    } 
    .status-point {
        display: inline-block;
        background-color: @status-error-fg-1-normal;
        width: 8/ @px-unit;
        height: 8/ @px-unit;
        border-radius: 50%;
        margin-right: 8 / @px-unit;
    }
    .point-Online {
        background-color: @status-success-fg-1-normal;
    }
    .step{
        margin-top: 24 / @px-unit;
        height: 435/ @px-unit;
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('/static/media/cloudAccess_@{theme}.png');

        .step-title {
            position: absolute;
            font-size: 16/ @px-unit;
            color: @neutral-fg-2-normal;
            left: 16 / @px-unit;
            top: 11 / @px-unit;
        }
        .step-text {
            
            >span {
                top: 95/ @px-unit;
                position: absolute;
                font-size: 16/ @px-unit;
                color: @neutral-fg-2-normal;
            }
            .step-text-0 {
                left: 218/ @px-unit;
            }
            .step-text-1 {
                left: 570/ @px-unit;
            }
            .step-text-2 {
                left: 945/ @px-unit;
            }
            .step-text-3 {
                left: 1305/ @px-unit;
                max-width: 150/ @px-unit;
            }
        }
        
        .qrbox {
            position: absolute;
            top: 189/ @px-unit;
            width: 160/ @px-unit;
            p {
                width: 100%;
                text-align: center;
                padding: 0;
                margin: 0;
            }
            .client-title {
                margin-top: 8 / @px-unit;
            }
            .sn-code-title{
                margin-top: 8 / @px-unit;
                margin-bottom: 4/ @px-unit;
            }
            .qrImg {
                width: 160/ @px-unit;
                height: 160/ @px-unit;
                padding: 5/ @px-unit;
                background-color: #fff;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .download-box {
            left: 226/ @px-unit;
        }
        .serial-box {
            left: 940/ @px-unit;
        }
        @media screen and (max-width: 1800px) {
            height: 350/ @px-unit;
            .qrbox {
                top: 150/ @px-unit;
                .qrImg {
                    width: 130/ @px-unit;
                    height: 130/ @px-unit;
                }
            }
            .serial-box {
                top: 140/ @px-unit;
            }
            .step-title {
                top: 8 / @px-unit;
            }
            .step-text {
                >span {
                    top: 75/ @px-unit;
                }
                .step-text-0 {
                    left: 180/ @px-unit;
                }
                .step-text-1 {
                    left: 460/ @px-unit;
                }
                .step-text-2 {
                    left: 760/ @px-unit;
                }
                .step-text-3 {
                    left: 1050/ @px-unit;
                    max-width: 90/ @px-unit;
                    max-width: 120/ @px-unit;
                }
            }
            
            .download-box {
                left: 170/ @px-unit;
            }
            .serial-box {
                left: 750/ @px-unit;
            }
        }
        @media screen and (max-width: 1440px) {
            height: 280/ @px-unit;
            .qrbox {
                top: 125/ @px-unit;
                width: 95/ @px-unit;
                .qrImg {
                    width: 95/ @px-unit;
                    height: 95/ @px-unit;
                }
            }
            .serial-box {
                top: 110/ @px-unit;
            }
            .step-title {
                top: 6 / @px-unit;
            }
            .step-text {
                >span {
                    top: 58/ @px-unit;
                }
                .step-text-0 {
                    left: 144/ @px-unit;
                }
                .step-text-1 {
                    left: 365/ @px-unit;
                }
                .step-text-2 {
                    left: 610/ @px-unit;
                }
                .step-text-3 {
                    left: 845/ @px-unit;
                    max-width: 90/ @px-unit;
                }
            }
            
            .download-box {
                left: 135/ @px-unit;
            }
            .serial-box {
                left: 595/ @px-unit;
            }
        }
    }
    
}

.modal-button {
    button {
        width: 100%;
    }
}




._SGCC_ {
    .row-flex {
        display: flex;
        > div {
            margin-right: 50px;
        }
    }
}



._RecordPlan_ {
    .childLableContainer-d-inlineBlock {
        &>div {
            display: inline-block;
        }
    }  
    .labelCheckBox-behind-labelText {
        .label-normal-container {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }  
}
._UPnP_ {
    
    
    
    padding-top: inherit; 
    
}


._TimeDelay_{
    .switch-tip{
        margin-top: 18 / @px-unit;;
    }
}


._Aging_{
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
}





._SAFESecurityStatus_ {
    ._SAFESecurityStatus_title {
        background-color: inherit;
    }
    ._SAFESecurityStatus_detect {
        height: 32/@px-unit;
        width: 100/@px-unit;
    }
    .item-list-btn {
        border-color: @neutral-stroke-1-normal;
    }
}

.safeopr-table-normal {
    .ant-table-placeholder{
        display: none;
    }
}
.safeopr-configBar {
    background-color: @neutral-bg-4-normal;
    border-top: 1px solid @neutral-stroke-2-normal;
    position: absolute;
    left: 0;
}

.FireWall-tab {
    a {
        color: @neutral-fg-3-normal;
        &:hover {
            color: @brand-fg-1-normal;
        }
    }
}

.Loading-wapper {
    .ant-spin-text {
        position: initial;
        transform: initial;
        white-space: nowrap;
    }
}

.Cert {
    .ant-input-number {
        width: 100%;
    }
}

._VideoTransmission_, ._SAFESafetyWarning_, ._UserLock_, .FireWall-tab, ._publicAccountLock_, ._DOSAttack_, ._WlanAgree_, ._publicHttps_ {
    padding-bottom: 78/@px-unit;
}
._Whitelist_ {
    padding-bottom: 78/@px-unit !important;
}


._GBServer_ {
    
    
    
    .offline-text {
        color: @status-error-fg-1-normal;
    }
    .online-text {
        color: @status-success-fg-1-normal;
    }
}

._StreamCombine_ {
    @padding:20 / @px-unit;
    box-sizing: content-box;
    width:calc(100% - 2 *  @padding);
    height:900 / @px-unit !important;

    .TitleBar{
        display: flex;
        height: 40 / @px-unit;
        justify-content: space-between;
        align-items: center;
        margin-top: 4 / @px-unit;

        .text{
            font-weight: bold;
            font-size: 16 / @px-unit;
        }
    }

    .ant-table-body{
        min-height: 150 / @px-unit !important;
        .table-input-select-wrapped,.table-input-select-container{
            width: 95% !important;
        }
    }
}


._BatchUpload_ {
    .page-view {
    }
}


._RecordControl_ {
    .content-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        .pagination-left, .pagination-right {
            display: flex;
            align-items: center;
            width: 50/@px-unit;
        }
        .header-titles {
            width: auto;
            max-width: 110/@px-unit;
            margin-right: 30 / @px-unit;
            .title-wrapper {
                display: flex;
                flex-direction: column;
                padding: 8/@px-unit 0;
                .header-title-item {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    line-height: 30/@px-unit;
                }
                .header-title-first {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    line-height: 32/@px-unit;
                }
            }
        }
        .channel-radios {
            width: auto;
            .sdd-radioGroup-container{
                height: auto;
            }
            .radio-group-wrapper {
                display: flex;
                .channel-radio-group {
                    display: flex;
                    flex-direction: column;
                    .channel-one-radio-group {
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        .ant-radio-group {
                            margin-top: 11/@px-unit;
                        }
                        .ant-radio-wrapper {
                            height: 30/@px-unit !important;
                            line-height: 16/@px-unit !important;
                        }

                        .ant-checkbox-group{
                            margin-top: 14/@px-unit;
                            display: flex;
                            flex-direction: column;

                            .ant-checkbox-wrapper{
                                margin-left: 0;
                                margin-bottom: 4 / @px-unit;;
                            }
                        }
                    }
                }    
            }    
        }    
    }
}


._Onvif_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
        }
    }
 
}


._HddHealth_ {
  ._Table_ .ant-table-body {
    min-height: 220 / @px-unit;
  }   
}




._Group_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
            .ant-tabs .ant-tabs-content {
                [id*="Auth"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 190 / @px-unit
                    }
                }
                [id*="Monitor"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Replay"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Voice"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
            }
        }
    }

    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
   }
   
   .tabText {
       overflow: hidden;
       white-space: nowrap;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
   }
}

._SNMP_ {
    .subform {
        display: flex;
        justify-content: space-between;
        .box {
            width: 50%;
        }
    }
}




._LeCheng_ {
    .step-text>span, .sn-code-title,.client-title {
        display: -webkit-box;          
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 2;        
        overflow: hidden;              
        text-overflow: ellipsis;      
    }
    .sn-code-title {
        -webkit-line-clamp: 1; 
    }
}




._User_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            height: 580 / @px-unit;
            overflow-y: auto;
            padding: 40/ @px-unit 24/ @px-unit;
            .ant-tabs .ant-tabs-content {
                [id*="Auth"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 190 / @px-unit
                    }
                }
                [id*="Monitor"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Replay"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Voice"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                .label-normal-container  {
                    padding: 5/@px-unit 0 !important;
                }
                .user_tab_container {
                    &>.label-div-Container {
                        margin-right: 4 / @px-unit;
                    }
                }
            }
        }
    }
    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
    }
    .ant-popover-content {
        width: 550 / @px-unit;
    }
    .tabText {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}


._ParkingLot_ {
    .preview-content {
        
        height: 100%;
        padding: 48/@px-unit 8/@px-unit 9/@px-unit 17/@px-unit;
        position: relative;
        margin-right: 24/@px-unit;

        .preview-video {
            width: 100%;
            height: 100%;
            background: #000;