        height: 22/ @px-unit;
        margin: 0 2 / @px-unit;
        position: relative;
        top: -2 / @px-unit;

        &+ {
          path:first-child {
            fill: @brand-fg-1-normal;
          }
        }
      }
    }

  }

  .footer-mid {
    justify-content: center;
  }

  .footer-left {
    justify-content: start;
  }
}




.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

.leaflet-tile::selection {
	background: transparent;
}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}


.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}




.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}




.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}




.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}


.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}



.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}



.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	.anticon {
		font-size: 40 / @px-unit;
	}
}




.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}



.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}




.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}




.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}




.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}




.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}




.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}



.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}



@media print {
	
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

._ElectMap_ {
    margin: auto;
}
.mapPointSvg {
    display: none !important;
	font-size: 48/@px-unit !important;
}

.leaflet-marker-icon.mapPointSvg {
    display: inline-flex !important;
}

.mapPointSvg.point_start:not(.disabled_icons) svg, .mapPointSvg.point_end:not(.disabled_icons) svg, .mapPointSvg.point_default:not(.disabled_icons) svg {
    path:nth-child(1) {
        fill: @markerNomal;
    }
}






.mapPointSvg.cus_panel:not(.disabled_icons) svg path:nth-child(1) {
    fill:@markerNomal;
}

.mapPointSvg.cus_panel.point_default.active:not(.disabled_icons) svg path:nth-child(1) {
    fill:@markerActive;
}













.mapPointSvg.finish:not(.disabled_icons) svg, .mapPointSvg.finish:not(.disabled_icons) svg {
    path:nth-child(1) {
        fill: @markerFinishi;
    }
}
.mapPointSvg.point_start.active:not(.disabled_icons) svg, .mapPointSvg.point_end.active:not(.disabled_icons) svg, .mapPointSvg.point_default.active:not(.disabled_icons) svg {
    path:nth-child(1) {
        fill: @markerActive;
    }
}
.mapPointSvg.cus_panel:not(.disabled_icons) svg path[data-name=point_disable] {
    fill:@markerNoTra;
}
.mapPointSvg.cus_panel:not(.disabled_icons):hover svg path[data-name=point_disable] {
    fill:@markerNoTraHover;
}
.map-popup {
    background-color: @neutral-bg-3-normal;
    color: @neutral-fg-4-normal;
	.map-popup-trac {
		max-width: 300 / @px-unit;
		min-width: 150 / @px-unit;
		word-break: break-all;
		width: max-content;

		overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: normal;
	}
}
.leaflet-tooltip {
    background-color: @neutral-bg-3-normal;
    border-color: @neutral-bg-3-normal;
}
.leaflet-tooltip-right:before {
    border-right-color: @neutral-bg-3-normal;
}
.leaflet-tooltip-left:before {
    border-left-color: @neutral-bg-3-normal;
}
.leaflet-marker-icon.cus_panel.active.leaflet-zoom-animated.leaflet-interactive {
	z-index: 1050 !important; 
}
.subMap,.subMap_end,.subMap_start{
	svg path:first-child {
		fill: @neutral-fg-2-normal !important;
	}
}

.mapPointSvg.subMap_start:not(.disabled_icons) svg, .mapPointSvg.subMap_end:not(.disabled_icons) svg, .mapPointSvg.subMap:not(.disabled_icons) svg {
    path:nth-child(2) {
        fill: @markerNomal;
    }
}

.mapPointSvg.subMap_start.finish:not(.disabled_icons) svg, .mapPointSvg.subMap_end.finish:not(.disabled_icons) svg, .mapPointSvg.subMap.finish:not(.disabled_icons) svg {
    path:nth-child(2) {
        fill: @markerFinishi;
    }
}


.subMap_noTr{
	svg path:first-child {
		fill: @neutral-fg-2-normal !important;
	}
	svg path:nth-child(2) {
		fill:@neutral-fg-disabled;
	}
}


.tagadd_modal {
  .tag_defaultBtn {
    float: left;
  }
}

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


.time-range-container {
  height: 36/ @px-unit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4 / @px-unit;
  
  .operation-time-icon {
    float: right;

    &:hover {
      background-color: transparent !important;
    }
  }

  .ant-btn-text {
    color: @neutral-fg-2-normal;
  }

  .labelText {
    padding-left: 4 / @px-unit;
  }
  
  
  
  
}

.time-menu-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;

  .time-menu-item {
    width: 50/ @px-unit;
    text-align: center;
    height: 32 / @px-unit;
    line-height: 32 / @px-unit;
    margin-left: 4/ @px-unit;

    &:hover {
      background-color: @brand-bg-2-selected;
    }
  }

  .time-menu-item-selected {
    background-color: @brand-bg-2-selected;
  }
}

.operation-time-icon {
  flex: none;
}

.groupModal{
    width: 800/@px-unit !important;
}
.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;
}

.compliant-info-content {
    border: 1/@px-unit solid @neutral-stroke-2-normal;
    margin-top: 8/ @px-unit;
    .ant-tabs-nav {
        width: 240/ @px-unit;
        .ant-tabs-nav-list {
            .ant-tabs-tab {
                height: 38/ @px-unit;
                padding: 0/ @px-unit;
                margin: 0 !important;
                .ant-tabs-tab-btn {
                    height: 100%;
                    border: none;
                    ._CompliantInfoModal_left {
                        height: 100%;
                        .left_checkBox {
                            display: flex;
                            align-items: center;
                            height: 36/ @px-unit;

                            .ant-checkbox {
                               padding: 0;
                            }
    
                            .label-normal-wrapper {
                                height: 36/ @px-unit;
    
                                .sdd-checkbox-container {
                                    position: relative;
                                    top: -8/ @px-unit;
                                }
    
                                .ant-checkbox-inner {
                                    padding: 8/ @px-unit;
                                }
    
                            }
    
                            .label-normal-behind {
                                text-align: left !important;
                                margin-left:  4/ @px-unit;
                            }
                        }
                    }
                }
            }
            .ant-tabs-tab-active {
                background-color: @brand-bg-2-selected;
            }
        }
        .ant-tabs-extra-content {
            width: 100%;
            .tab-title {
                width: 100%;
                padding-left: 8/ @px-unit;
                height: 48/ @px-unit;
                line-height: 48/ @px-unit;
                background-color: @neutral-bg-4-hover;
                font-size: 16/ @px-unit;
                color: @neutral-fg-2-normal;
            }
        }
  
    }
   
}


.cut-image-title {
    flex: none;
    background:none;
    display: flex;
    justify-content: space-between;
    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;
}

.cut-image {
    padding: 10 / @px-unit;
    background-color: @neutral-bg-5-normal;
    height: 224 / @px-unit;

    .upload-card {
        border: 1 / @px-unit dashed @neutral-stroke-2-normal;
        background-color: @neutral-bg-2-normal;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        .upload-text {
            text-align: center;
            width: 100%;

            .upload-icon-content {
                font-size: 16 / @px-unit;
                line-height: 24 / @px-unit;
                color: @neutral-fg-2-normal;
                height: 24 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .upload-tip {
                width: 100%;
                margin-top: 16 / @px-unit;
                color: @neutral-fg-4-normal;
                font-size: 16 / @px-unit;
                line-height: 24 / @px-unit;
            }
        }


        &:hover {
            border-color: @brand-stroke-1-hover;

            .upload-icon,
            .upload-icon-content {
                color: @brand-stroke-1-hover;
            }
        }
    }

    .normal-upload-card {
        height: 200 / @px-unit;
    }
}

.cut-image.containImg-cut-image {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    align-content: flex-start;

    &>* {
        width: 100/ @px-unit;
        height: 100/ @px-unit;
        margin-right: 5 / @px-unit;
        margin-bottom: 5 / @px-unit;
    }

    .image-card {
        position: relative;

        img {
            width: 100%;
            height: 100%;
        }

        .ant-checkbox {
            position: absolute;
            top: 4 / @px-unit;
            left: 6 / @px-unit;
        }

        .remove-btn {
            display: none;
            cursor: pointer;
            position: absolute;
            right: -10 / @px-unit;
            top: -10 / @px-unit;
            z-index: 999;
        }

        &:hover .remove-btn {
            display: block;
        }
    }
}

.cut-image.isExpand {
    height: 100%;
}


.large-model-search-guess {
    white-space: nowrap;
    margin-left: 10 / @px-unit;
    .guess-item {
        display: inline-block;
        max-width: 140 / @px-unit;
        margin: 0 6 / @px-unit;
        padding: 4 / @px-unit 12 / @px-unit;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
        background-color: @neutral-bg-2-normal;
        color: @neutral-fg-2-normal;
        border-radius: 4 / @px-unit;
        cursor: pointer;
    }

    .refresh {
        vertical-align: middle;
        cursor: pointer;

        &:hover .cus_panel {
            color: @brand-fg-1-hover;
        }
    }
}


.history-list {
    padding: 16 / @px-unit 16 / @px-unit 24 / @px-unit 16 / @px-unit;

    .history-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8 / @px-unit 0;

        .history-clear {
            display: flex;
            align-items: center;
            color: @brand-fg-1-normal;
            cursor: pointer;

            .cus_panel {
                color: @brand-fg-1-normal;
            }
        }
    }

    .history-item-list {
        max-height: 350 / @px-unit;
        overflow-y: auto;
    }

    .history-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        border-radius: 4 / @px-unit;

        .cus_panel {
            margin-right: 8px;
        }

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

._ChannelTree_{
    height: 100%;
    .page-view{
        height: 100%;
    }
}


.select-with-input {
    display: flex;
    flex-wrap: wrap;
    
    &>.label-normal-wrapper {
        padding-right: 8/ @px-unit;
    }

    .select-with-input-behind {
        padding: 0;
        .label-normal-container {
            display: flex;
        }
    }
}


._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }
    .pd-active > svg path:first-child{
        fill: @brand-fg-1-normal !important; 
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}


.large-model-search-tabs {
    display: flex;

    .tab-item {
        min-width: 144 / @px-unit;
        height: 48 / @px-unit;
        line-height: 48 / @px-unit;
        margin: 0 12 / @px-unit 10 / @px-unit 0;
        padding: 0 16 / @px-unit;
        font-size: 20 / @px-unit;
        border-radius: 8 / @px-unit;
        background: @bm-bg-1-normal;
        cursor: pointer;

        &:hover {
            background: @bm-bg-1-hover;
        }

        &.active {
            position: relative;
            background: @brand-bg-1-normal;
            
            span {
                color: @neutral-fg-on-color;
            }
        
            .active-icon {
                position: absolute;
                bottom: -6px;
                left: calc(50% - 8px);
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 6px solid @brand-bg-1-normal;
            }
        }

        .tab-item-icon {
            display: inline-block;
            vertical-align: top;
        }

        @icon-width: 32 / @px-unit;

        .tab-item-label {
            display: inline-block;
            max-width: calc(100% - @icon-width);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }
}


.select-with-num-range {
    padding-left: 0;

    .select {
        width: 100%;
        .label-normal-wrapper {
            width: 100% !important;
        }
    }
    

    .range {
        display: flex;
        margin-top: 8 / @px-unit;
    
        .label-normal-behind {
            margin-left: 0 !important;
        }
    
        .range_line {
            text-align: center !important;
            padding-right: 0 !important;
        }
    }
}




.attributes-selector {
    &.index-mode {
        display: flex;
        justify-content: start;
        align-items: center;
        color: @neutral-fg-3-normal;
        margin: 0 8 / @px-unit;
    
        .selectors {
            display: flex;
    
            .attribute-name {
                margin-right: 12 / @px-unit;
                cursor: pointer;
            }
        }

        .attributes-list {
            display: flex;
            flex-wrap: wrap;
            padding: 16 / @px-unit 2 / @px-unit 0 2 / @px-unit;
        }
    }

    &.result-mode {
        padding: 8 / @px-unit 16 / @px-unit;
        .type-selector {
            display: flex;

            & > div {
                margin-right: 12 / @px-unit;
            }

            .attribute {
                display: inline-flex;
                align-items: center;
                padding: 3 / @px-unit 20 / @px-unit 3 / @px-unit 10 / @px-unit;
                font-size: 20 / @px-unit;
                background-color: @neutral-bg-2-normal;
                border: 1px solid @neutral-stroke-2-normal;
                border-radius: 4 / @px-unit;
                cursor: pointer;

                &:hover {
                    color: @brand-fg-1-hover;
                    background-color: @neutral-bg-2-normal;
                    border-color: @brand-stroke-1-hover;

                    .cus_panel {
                        color: @brand-fg-1-hover;
                    }
                }

                &.active {
                    background-color: @brand-bg-1-normal;
                    border-color: @brand-bg-1-normal;

                    span {
                        color: @neutral-fg-on-color;
                    }
                }
            }
        }

        .attributes-list {
            display: flex;
            flex-wrap: wrap;
            padding-top: 16 / @px-unit;
        }
    }

    .attributes-list-item {
        display: flex;
        flex: none;
        width: 15%;
        height: 34 / @px-unit;
        line-height: 32 / @px-unit;
        margin-bottom: 16 / @px-unit;
        margin-right: 2%;
        background-color: @bm-bg-2-normal;
        color: @neutral-fg-3-normal;
        border-radius: 4 / @px-unit;
        cursor: pointer;
        border: 1px solid @neutral-stroke-2-normal;

        &:nth-child(6n) {
            margin-right: 0;
        }

        &:hover {
            background-color: @bm-bg-2-hover;
        }

        &.selected {
            color: @brand-fg-1-normal;
            background-color: @brand-bg-2-normal;
            border: 1px solid @brand-stroke-1-normal;
            border-radius: 4 / @px-unit;
        }

        .attributes-icon-comp {
            flex: none;
            width: 40 / @px-unit;
            height: 34 / @px-unit;
            text-align: center;
        }

        .attributes-icon {
            height: 34 / @px-unit !important;
            text-align: left;
        }

        .attributes-label {
            flex: 1;
            margin-left: 4 / @px-unit;
            text-align: left;
        }

        .attributes-color {
            display: inline-block;
            width: 20 / @px-unit;
            height: 20 / @px-unit;
            vertical-align: middle;
            border-radius: 50%;
        }

        .attributes-color-black {
            background-color: @black;
        }

        .attributes-color-white {
            background-color: @white;
            border: 1px solid @neutral-stroke-2-normal;
        }

        .attributes-color-blue {
            background-color: @blue;
        }

        .attributes-color-gray {
            background-color: @gray;
        }

        .attributes-color-green {
            background-color: @green;
        }

        .attributes-color-red {
            background-color: @red;
        }

        .attributes-color-pink {
            background-color: @pink;
        }

        .attributes-color-brown {
            background-color: @brown;
        }

        .attributes-color-purple {
            background-color: @purple;
        }

        .attributes-color-yellow {
            background-color: @yellow;
        }

        .attributes-color-orange {
            background-color: @orange;
        }
    }

    .ant-tabs-nav-operations-hidden {
        display: none!important;
    }
}

.attributes-dropdown {
    width: 240 / @px-unit;
}



.action-sort-button {
    height: 32 / @px-unit !important;
    padding: 0 0 0 8/ @px-unit !important;
    border-radius: 0;
    .labelText-wrapper {
        height: 32 / @px-unit !important;
    }
}

.action-sort-button:not([disabled]){
    .order-icon {
        &.Ascent-order-icon {
            path:nth-child(1) {
                color: @brand-fg-1-normal;
            }
        }
        &.Descent-order-icon {
            path:nth-child(2) {
                color: @brand-fg-1-normal;
            }
        }
    }

    &.active {
        color:@brand-fg-1-normal
    }
}

.empty-chart-img {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

@ant-modal-height-height: 50/@px-unit;

.FavoriteResult-container {
    position: relative;
    display: flex;
    height: 100%;
    .operation-button {
        .normal-icon {
            cursor: pointer;
        }
        .hide-active-icon {
            visibility: visible;
        }
        .collect-active-icon {
            color: @status-yellow-fg-1-normal;
        }
    }
    .container-right {
        height: 100%;
        flex-shrink: 0;
        width: 600/@px-unit;
        flex: 0 1 598/@px-unit;
        padding: 10/@px-unit;
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 410/@px-unit;
        }
        .record-preview-panel {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .record-preview-header {
            height: 41/@px-unit;
            width: 100%;
            box-sizing: border-box;
            line-height: 40/@px-unit;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            padding-left: 20/@px-unit;
        }
    }
    .container-middle {
        background-color: @neutral-bg-5-normal;
        position: relative;
        display: flex;
        height: 100%;
        overflow: hidden;
        flex: 1 1 958/@px-unit;
        .middle-empty {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .result-wrapper {
            display: flex;
            width: 100%;
            padding: 16/@px-unit;
            padding-top: 0;
            height: 100%;
            flex-direction: column;
            .result-header {
                background-color: @neutral-bg-5-normal;
                display: flex;
                justify-content: space-between;
                align-items: center;
                box-sizing: border-box;
                padding-right: 20/@px-unit;
                height: 48/@px-unit;
                position: relative;
                .return-button {
                    margin-left: 20/@px-unit;
                }

                .result-header-right {
                    position: absolute;
                    right: 8/@px-unit;
                }
            }
            ._SideView_ {
                min-width: 0;
            }
            .result-up-bar {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 48/@px-unit;
                flex-wrap: nowrap;
                .left-bar-wrapper {
                    display: flex;
                    align-items: center;

                    .allCheckWrap {
                        display: flex;
                    }
    
                    .allCheckBehind {
                        width: auto !important;
                        min-width: 50 / @px-unit;
                    }
                }
                .right-bar-wrapper {
                    display: flex;
                    align-items: center;
                }
            }
            .result-down-bar {
                display: flex;
                align-items: center;
                margin-top: 8/@px-unit;
                height: 36/@px-unit;
            }
            .img-card-group {
                flex: 1;
                overflow-x: hidden;
                overflow-y: auto;    
                .card-group-wrapper {
                    display: flex;
                    flex-wrap: wrap;
                    .ant-card {
                        margin-right: 16/@px-unit;
                        margin-bottom: 16/@px-unit;
                        .card-extendHeader {
                            z-index: 1;
                            position: absolute;
                            padding: 8/@px-unit;
                            display: flex;
                            width: 100%;
                            flex-direction: row-reverse;
                            .collect-active-icon {
                                color: @status-yellow-fg-1-normal;
                            }
                        }
                    }
                }

                .middle-layout-loading {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    width: 100%;
                    height: 100%;
                }
                .searching-mask, .no-result-mask {
                    height: 100%;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
          

            }
            .card-wrapper-selected {
                border: 1/@px-unit solid  @brand-stroke-1-hover !important;
            }
        }
        .labelSlider-float-left, .labelSlider-float-right {
            line-height: initial;
        }            
    }
}

.label-sort-btn-wrapper {
    height: 32/@px-unit;
	display: flex;
	align-items: center;
}
.icon-sort-btn-wrapper{
    display: inline-block;
    div {
        line-height: 18/@px-unit;
    }
    .sort-icon-up, .sort-icon-down {
        .svgFont(16)
    }
}

.exactSearch-search-backup {
    .check-group-wrapper {
        display: flex;
    }
    .fileType_blank {
        display: inline-block;
        width: 8/@px-unit;
        height: 8/@px-unit;
        margin-right: 10/@px-unit;
    }
    .fileType_general {
        background: @general;
    }
    .fileType_detect {
        background: @detect;
    }
    .fileType_alarm {
        background: @alarm;
    }
    .fileType_detectAlarm {
        background: @detectalarm;
    }
    .fileType_ivs {
        background: @ivs;
    }
    .fileType_pos {
        background: @pos;
    }
    .fileType_jpg {
        background: @jpg;
    }
    .fileType_card {
        background: @card;
    }
}
._rightButtoms_ {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    &>* {
        margin-right: 12/@px-unit;
    }
}


.TargetSamplingContainer {
    width: 100%;
    

    .canvasIcon  {
        display: none !important;
    }
    .canvasBox {
        position: relative;
        width: 100%;
        
    }
}




._ImportResult_ {
    display: flex;
    flex-direction: column;
    height: 100%;
    .statusContainer {
        height: 50 / @px-unit;
        min-height: 50 / @px-unit;
        line-height: 50 / @px-unit;
        padding: 0 24 / @px-unit;
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;

        .status {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    .resultContainer {
        width: 100%;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding: 24 / @px-unit;
        flex: 1;
        overflow-y: auto;
        .resultCard {
            position: relative;
            margin-bottom: 16/@px-unit;
            margin-right: 16/@px-unit;
            width: 288 / @px-unit;
            .cardPic {
                width: 100%;
                height: 142/@px-unit;
                background: @neutral-bg-5-normal;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            .buildStatus {
                width: 100%;
                height: 32/@px-unit;
                background: @neutral-bg-4-hover;
                padding: 0 12/@px-unit;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                .success {
                    color: @status-success-stroke-1-normal;
                }
                .error {
                    color: @status-error-stroke-1-normal;
                }
            }
        }
    }
}




._MaterialSelection_ {
    @oprationHeight: 50 / @px-unit;

    .oprationContainer {
        height: @oprationHeight;
        padding: 0 10 / @px-unit;
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
    }
}



._ImportBaseContainer_ {
    margin: 0 auto;
    text-align: center;
    padding-top: 24 / @px-unit;

    .channel-select{
        padding-bottom: 20 / @px-unit!important;
    }
    .import-type{
        padding-top: 20 / @px-unit!important;
    }

  .label-normal-behind {
    display: none;
  }

  &>div {
    &:first-child {
      .label-normal-container {
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
      }
    }
  }
}



.iot-list-menu {
    .list-item {
        width: 100%;
        height: 36/@px-unit;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 8 / @px-unit;

        &.active {
            background: @brand-bg-2-selected !important;
        }

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

        .cus_panel {
            margin-right: 8 / @px-unit;
        }

        .list-item-title {
            color: @neutral-fg-2-normal;
            font-size: 14 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            flex: 1;
        }
    }
}


.draw {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}




.icon-name(@titleWidth) {
    
    .channel-item-icon {
        margin-right: 4/@px-unit;
        margin-left: 4/ @px-unit;
    }

    
    .channel-item-title {
        width: @titleWidth;
        color: @neutral-fg-2-normal;
        font-size: 14 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
    }
}

.channel-tree {
    height: 100%;
    width: 100%;

    
    .channel-tooltip {
        .ant-tooltip-content {
            .ant-tooltip-inner {
                word-spacing: normal;
                word-break: break-word;
            }
        }
    }


    &.show-search {
        .channel-item-wrapper {
            height: calc(100% - @channelTreeSearchHeight);
            overflow-y: auto;
        }
    }



    .channel-item {
        display: flex;
        align-items: center;
        padding: 0 8 / @px-unit;
        height: 36 / @px-unit;
        cursor: pointer;

        .cus_panel{
            min-width: 24  / @px-unit;
        }

        &.active:not(.multiple-channel-item) {
            background: @brand-bg-2-selected !important;
        }

        
        .channel-item-checkbox {
            width: 30 /@px-unit;
        }

        .icon-name(300/@px-unit);

        &:hover {
            background-color: @neutral-bg-1-hover-1;
        }
        .hasRecord{
            svg{
                path:nth-child(2){
                    fill: @brand-fg-1-normal;
                }
            }
        }

        &.disabled{
            cursor: not-allowed;
        }

    }

    
    .channel-search {
        height: @channelTreeSearchHeight;

        .ant-input-affix-wrapper.labelInput {
            height: 36 / @px-unit;
        }

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

        .label-normal-container,
        .label-normal-wrapper {
            width: 100% !important;
        }

        
        span.cus_icons {
            svg {
                width: 32/ @px-unit;
                height: 32/ @px-unit;
            }
        }
    }

    
    .channel-group {
        .channel-group-header {
            height: 36 / @px-unit;